| /plugin/feedback/ |
| D | script.js | 8 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
|
| D | plugin.info.txt | 1 base feedback 5 name feedback plugin 6 desc Integrate a feedback tool into DokuWiki 7 url http://www.dokuwiki.org/plugin:feedback
|
| D | README | 1 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
|
| D | action.php | 74 $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/ |
| D | ListAlertFeedbackResponse.php | 29 public function setFeedback($feedback) argument 31 $this->feedback = $feedback; 38 return $this->feedback;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/Forms/ |
| D | Grade.php | 47 public function setFeedback(Feedback $feedback) argument 49 $this->feedback = $feedback; 56 return $this->feedback;
|
| /plugin/authgooglesheets/vendor/google/apiclient-services/src/ |
| D | AlertCenter.php | 159 'feedback', 163 'path' => 'v1beta1/alerts/{alertId}/feedback', 177 'path' => 'v1beta1/alerts/{alertId}/feedback',
|
| /plugin/botbouncer/lib/ |
| D | mollom.php | 679 * @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/ |
| D | mail.txt | 1 A user gave feedback on your page @PAGE@, here are the details:
|
| D | intro.txt | 3 This form allows you to define email addresses of people who should receive user feedback for certa…
|
| /plugin/googletagmanager/ |
| D | README.md | 8 For feedback please create an issue https://github.com/alexlehm/dokuwiki-plugin-gtm/issues
|
| /plugin/publish/lang/en/ |
| H A D | mailchangetext.txt | 15 Please review the changes and approve the revision at @NEWPAGE@ or give feedback to @USER@.
|
| /plugin/publish/lang/nl/ |
| H A D | mailchangetext.txt | 15 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/ |
| D | Core.CollectErrors.txt | 8 is a useful way to give feedback to your users. <strong>Warning:</strong>
|
| /plugin/piwiktagmanager/ |
| D | README.md | 8 For feedback please create an issue https://github.com/alexlehm/dokuwiki-plugin-piwik/issues
|
| /plugin/ckgedit/ckeditor/plugins/copyformatting/styles/ |
| D | copyformatting.css | 13 …https://connect.microsoft.com/IE/feedback/details/1070215/cant-change-cursor-in-contenteditable-us…
|
| /plugin/ckgdoku/ckeditor/plugins/copyformatting/styles/ |
| D | copyformatting.css | 13 …https://connect.microsoft.com/IE/feedback/details/1070215/cant-change-cursor-in-contenteditable-us…
|
| /plugin/indexmenu/scripts/fancytree/modules/ |
| D | jquery.fancytree.ui-deps.js | 1046 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/ |
| D | alert.txt | 3 Provide contextual feedback messages for typical user actions with the handful of available and fle…
|
| D | progress.txt | 3 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/ |
| D | QRcode.php | 2800 $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/ |
| D | README.md | 38 …github.com/ComboStrap/stale/issues/2), Make the cache stale, reload the page and shows the feedback
|
| /plugin/qrcode2/ |
| D | phpqrcode.php | 2416 $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 D | README.md | 120 - **Development confidence** - Rapid feedback during development
|
| /plugin/pagestats/ |
| D | README.md | 62 - Enhanced cache management with visual feedback
|