Home
last modified time | relevance | path

Searched refs:suggestions (Results 1 – 25 of 63) sorted by relevance

123

/plugin/spellcheck/
Dspellcheck.php211 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/
DGoogleCloudDialogflowV2beta1IntentMessageSuggestions.php29 public function setSuggestions($suggestions) argument
31 $this->suggestions = $suggestions;
38 return $this->suggestions;
DGoogleCloudDialogflowV2IntentMessageSuggestions.php29 public function setSuggestions($suggestions) argument
31 $this->suggestions = $suggestions;
38 return $this->suggestions;
DGoogleCloudDialogflowV2beta1IntentMessageRbmCardContent.php67 public function setSuggestions($suggestions) argument
69 $this->suggestions = $suggestions;
76 return $this->suggestions;
DGoogleCloudDialogflowV2IntentMessage.php228 public function setSuggestions(GoogleCloudDialogflowV2IntentMessageSuggestions $suggestions) argument
230 $this->suggestions = $suggestions;
237 return $this->suggestions;
DGoogleCloudDialogflowV2beta1IntentMessage.php282 public function setSuggestions(GoogleCloudDialogflowV2beta1IntentMessageSuggestions $suggestions) argument
284 $this->suggestions = $suggestions;
291 return $this->suggestions;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ToolResults/
DSuggestionClusterProto.php47 public function setSuggestions($suggestions) argument
49 $this->suggestions = $suggestions;
56 return $this->suggestions;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
DVideo.php292 public function setSuggestions(VideoSuggestions $suggestions) argument
294 $this->suggestions = $suggestions;
301 return $this->suggestions;
/plugin/sincetil/
DCONTRIBUTING.md1 Please get in contact on gitlab or email or wherever if you have ideas or suggestions.
/plugin/pixelyear/
DCONTRIBUTING.md1 Please get in contact on gitlab or email or wherever if you have ideas or suggestions.
/plugin/tindexmenu/
DCREDITS58 Context menu patch and other suggestions
/plugin/combo/vendor/symfony/yaml/Command/
H A DLintCommand.php283 public function complete(CompletionInput $input, CompletionSuggestions $suggestions): void argument
286 $suggestions->suggestValues(['txt', 'json', 'github']);
/plugin/sequencediagram/bower_components/js-sequence-diagrams/fonts/daniel/
DDaniel Midgley.txt16 - report problems or suggestions
/plugin/indexmenu/
DCREDITS58 Context menu patch and other suggestions
/plugin/progrecss/
DChangeLog9 for suggestions.
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/
DwordWindow.js20 this.suggestions = new Array();
DspellChecker.js411 var a_suggests = this.wordWin.suggestions[text_num][word_num];
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/
DwordWindow.js20 this.suggestions = new Array();
DspellChecker.js423 var a_suggests = this.wordWin.suggestions[text_num][word_num];
/plugin/grensladawritezor/fckeditor/editor/dialog/fck_spellerpages/spellerpages/
DwordWindow.js20 this.suggestions = new Array();
DspellChecker.js411 var a_suggests = this.wordWin.suggestions[text_num][word_num];
/plugin/displayfile/
DREADME.md42 …ontrol what files are and aren't displayable. Any security concerns or suggestions are welcome and…
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
Dspellchecker.cfm121 wordWindowObj.suggestions = suggs;
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
Dspellchecker.cfm119 wordWindowObj.suggestions = suggs;
/plugin/dw2pdf/
Dcomposer.lock299 …e FPDI with TCPDF, there are no fixed dependencies defined. Please see suggestions for packages wh…

123