/plugin/spellcheck/ |
H A D | spellcheck.php | 211 function spell_formatword($word,$suggestions=null){ argument 214 if(is_array($suggestions)){ 216 $suggestions = array_slice($suggestions,0,7); 217 $suggestions = array_map('htmlspecialchars',$suggestions); 221 $suggestions = array_map('utf8_tohtml',$suggestions); 224 $suggestions = array_map('addslashes',$suggestions); 226 $sug = ",'".join("','",$suggestions)."'"; // build javascript args
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/ |
H A D | GoogleCloudDialogflowV2beta1IntentMessageSuggestions.php | 29 public function setSuggestions($suggestions) argument 31 $this->suggestions = $suggestions; 38 return $this->suggestions;
|
H A D | GoogleCloudDialogflowV2IntentMessageSuggestions.php | 29 public function setSuggestions($suggestions) argument 31 $this->suggestions = $suggestions; 38 return $this->suggestions;
|
H A D | GoogleCloudDialogflowV2beta1IntentMessageRbmCardContent.php | 67 public function setSuggestions($suggestions) argument 69 $this->suggestions = $suggestions; 76 return $this->suggestions;
|
H A D | GoogleCloudDialogflowV2IntentMessage.php | 228 public function setSuggestions(GoogleCloudDialogflowV2IntentMessageSuggestions $suggestions) argument 230 $this->suggestions = $suggestions; 237 return $this->suggestions;
|
H A D | GoogleCloudDialogflowV2beta1IntentMessage.php | 282 public function setSuggestions(GoogleCloudDialogflowV2beta1IntentMessageSuggestions $suggestions) argument 284 $this->suggestions = $suggestions; 291 return $this->suggestions;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ToolResults/ |
H A D | SuggestionClusterProto.php | 47 public function setSuggestions($suggestions) argument 49 $this->suggestions = $suggestions; 56 return $this->suggestions;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/ |
H A D | Video.php | 292 public function setSuggestions(VideoSuggestions $suggestions) argument 294 $this->suggestions = $suggestions; 301 return $this->suggestions;
|
/plugin/pixelyear/ |
H A D | CONTRIBUTING.md | 1 Please get in contact on gitlab or email or wherever if you have ideas or suggestions.
|
/plugin/sincetil/ |
H A D | CONTRIBUTING.md | 1 Please get in contact on gitlab or email or wherever if you have ideas or suggestions.
|
/plugin/tindexmenu/ |
H A D | CREDITS | 58 Context menu patch and other suggestions
|
/plugin/combo/vendor/symfony/yaml/Command/ |
H A D | LintCommand.php | 283 public function complete(CompletionInput $input, CompletionSuggestions $suggestions): void argument 286 $suggestions->suggestValues(['txt', 'json', 'github']);
|
/plugin/sequencediagram/bower_components/js-sequence-diagrams/fonts/daniel/ |
H A D | Daniel Midgley.txt | 16 - report problems or suggestions
|
/plugin/indexmenu/ |
H A D | CREDITS | 58 Context menu patch and other suggestions
|
/plugin/progrecss/ |
H A D | ChangeLog | 9 for suggestions.
|
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/ |
H A D | wordWindow.js | 20 this.suggestions = new Array();
|
H A D | spellChecker.js | 411 var a_suggests = this.wordWin.suggestions[text_num][word_num];
|
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/ |
H A D | wordWindow.js | 20 this.suggestions = new Array();
|
H A D | spellChecker.js | 423 var a_suggests = this.wordWin.suggestions[text_num][word_num];
|
/plugin/displayfile/ |
H A D | README.md | 42 …ontrol what files are and aren't displayable. Any security concerns or suggestions are welcome and…
|
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/ |
H A D | spellchecker.cfm | 119 wordWindowObj.suggestions = suggs;
|
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/ |
H A D | spellchecker.cfm | 121 wordWindowObj.suggestions = suggs;
|
/plugin/dw2pdf/ |
H A D | composer.lock | 299 "description": "FPDI is a collection of PHP classes facilitating developers to read pages from existing PDF documents and use them as templates in FPDF. Because it is also possible to use FPDI with TCPDF, there are no fixed dependencies defined. Please see suggestions for packages which evaluates the dependencies automatically.",
|
/plugin/jmol2/jmol/ |
H A D | README.txt | 12 Development questions, suggestions and comments should be posted
|
/plugin/authgoogle/google/contrib/ |
H A D | Google_YouTubeService.php | 4033 public $suggestions; variable in Google_Video 4127 public function setSuggestions(Google_VideoSuggestions $suggestions) { argument 4128 $this->suggestions = $suggestions; 4131 return $this->suggestions;
|