Home
last modified time | relevance | path

Searched refs:feedback (Results 1 – 25 of 169) sorted by relevance

1234567

/plugin/feedback/
Dscript.js8 if (window.JSINFO.plugins.feedback.isMedia) {
9 return window.JSINFO.plugins.feedback.mediaID;
24 title: LANG.plugins.feedback.title,
30 text: LANG.plugins.feedback.cancel,
36 text: LANG.plugins.feedback.submit,
47 text: LANG.plugins.feedback.close,
60 feedback: text, property
62 media: !!window.JSINFO.plugins.feedback.isMedia
Dplugin.info.txt1 base feedback
5 name feedback plugin
6 desc Integrate a feedback tool into DokuWiki
7 url http://www.dokuwiki.org/plugin:feedback
DREADME1 feedback Plugin for DokuWiki
3 Integrate a feedback tool into DokuWiki
6 http://www.dokuwiki.org/plugin:feedback
9 lib/plugins/feedback/ - if the folder is called different it
Daction.php74 $feedback = $INPUT->str('feedback');
105 array('PAGE' => $id, 'FEEDBACK' => $feedback, 'URL' => $url),
106 array('FEEDBACK' => nl2br($feedback))
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AlertCenter/
DListAlertFeedbackResponse.php29 public function setFeedback($feedback) argument
31 $this->feedback = $feedback;
38 return $this->feedback;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Forms/
DGrade.php47 public function setFeedback(Feedback $feedback) argument
49 $this->feedback = $feedback;
56 return $this->feedback;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
DAlertCenter.php159 'feedback',
163 'path' => 'v1beta1/alerts/{alertId}/feedback',
177 'path' => 'v1beta1/alerts/{alertId}/feedback',
/plugin/botbouncer/lib/
Dmollom.php679 * @param string $feedback
681 public static function sendFeedback($sessionId, $feedback) argument
688 $feedback = (string) $feedback;
691 …if(!in_array($feedback, $aPossibleFeedback)) throw new Exception('Invalid feedback. Only '. implod…
695 $parameters['feedback'] = $feedback;
/plugin/feedback/lang/en/
Dmail.txt1 A user gave feedback on your page @PAGE@, here are the details:
Dintro.txt3 This form allows you to define email addresses of people who should receive user feedback for certa…
/plugin/googletagmanager/
DREADME.md8 For feedback please create an issue https://github.com/alexlehm/dokuwiki-plugin-gtm/issues
/plugin/publish/lang/en/
H A Dmailchangetext.txt15 Please review the changes and approve the revision at @NEWPAGE@ or give feedback to @USER@.
/plugin/publish/lang/nl/
H A Dmailchangetext.txt15 Bekijk a.u.b. de wijzigingen en keur de revisie goed in @NEWPAGE@ of geef feedback aan @USER@.
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/
DCore.CollectErrors.txt8 is a useful way to give feedback to your users. <strong>Warning:</strong>
/plugin/piwiktagmanager/
DREADME.md8 For feedback please create an issue https://github.com/alexlehm/dokuwiki-plugin-piwik/issues
/plugin/ckgedit/ckeditor/plugins/copyformatting/styles/
Dcopyformatting.css13 …https://connect.microsoft.com/IE/feedback/details/1070215/cant-change-cursor-in-contenteditable-us…
/plugin/ckgdoku/ckeditor/plugins/copyformatting/styles/
Dcopyformatting.css13 …https://connect.microsoft.com/IE/feedback/details/1070215/cant-change-cursor-in-contenteditable-us…
/plugin/indexmenu/scripts/fancytree/modules/
Djquery.fancytree.ui-deps.js1046 feedback = { variable
1065 feedback.horizontal = "center";
1068 feedback.vertical = "middle";
1071 feedback.important = "horizontal";
1073 feedback.important = "vertical";
1075 options.using.call( this, props, feedback );
/plugin/bootswrapper/exe/help/
Dalert.txt3 Provide contextual feedback messages for typical user actions with the handful of available and fle…
Dprogress.txt3 Provide up-to-date feedback on the progress of a workflow or action with simple yet flexible progre…
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
DQRcode.php2800 $feedback = $INDEX_OF[$data[$i] ^ $parity[0]];
2801 if ($feedback != $A0) {
2805 $feedback = $this->modnn($rs, $NN - $GENPOLY[$NROOTS] + $feedback);
2807 $parity[$j] ^= $ALPHA_TO[$this->modnn($rs, $feedback + $GENPOLY[($NROOTS - $j)])];
2812 if ($feedback != $A0) {
2813 array_push($parity, $ALPHA_TO[$this->modnn($rs, $feedback + $GENPOLY[0])]);
/plugin/stale/
DREADME.md38 …github.com/ComboStrap/stale/issues/2), Make the cache stale, reload the page and shows the feedback
/plugin/qrcode2/
Dphpqrcode.php2416 $feedback = $INDEX_OF[$data[$i] ^ $parity[0]];
2417 if($feedback != $A0) {
2422 $feedback = $this->modnn($NN - $GENPOLY[$NROOTS] + $feedback);
2425 $parity[$j] ^= $ALPHA_TO[$this->modnn($feedback + $GENPOLY[$NROOTS-$j])];
2431 if($feedback != $A0) {
2432 array_push($parity, $ALPHA_TO[$this->modnn($feedback + $GENPOLY[0])]);
/plugin/deletepageguard/tests/
H A DREADME.md120 - **Development confidence** - Rapid feedback during development
/plugin/pagestats/
DREADME.md62 - Enhanced cache management with visual feedback

1234567