Home
last modified time | relevance | path

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

123

/plugin/spellcheck/
H A 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/
H A DGoogleCloudDialogflowV2beta1IntentMessageSuggestions.php29 public function setSuggestions($suggestions) argument
31 $this->suggestions = $suggestions;
38 return $this->suggestions;
H A DGoogleCloudDialogflowV2IntentMessageSuggestions.php29 public function setSuggestions($suggestions) argument
31 $this->suggestions = $suggestions;
38 return $this->suggestions;
H A DGoogleCloudDialogflowV2beta1IntentMessageRbmCardContent.php67 public function setSuggestions($suggestions) argument
69 $this->suggestions = $suggestions;
76 return $this->suggestions;
H A DGoogleCloudDialogflowV2IntentMessage.php228 public function setSuggestions(GoogleCloudDialogflowV2IntentMessageSuggestions $suggestions) argument
230 $this->suggestions = $suggestions;
237 return $this->suggestions;
H A DGoogleCloudDialogflowV2beta1IntentMessage.php282 public function setSuggestions(GoogleCloudDialogflowV2beta1IntentMessageSuggestions $suggestions) argument
284 $this->suggestions = $suggestions;
291 return $this->suggestions;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ToolResults/
H A DSuggestionClusterProto.php47 public function setSuggestions($suggestions) argument
49 $this->suggestions = $suggestions;
56 return $this->suggestions;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/
H A DVideo.php292 public function setSuggestions(VideoSuggestions $suggestions) argument
294 $this->suggestions = $suggestions;
301 return $this->suggestions;
/plugin/pixelyear/
H A DCONTRIBUTING.md1 Please get in contact on gitlab or email or wherever if you have ideas or suggestions.
/plugin/sincetil/
H A DCONTRIBUTING.md1 Please get in contact on gitlab or email or wherever if you have ideas or suggestions.
/plugin/tindexmenu/
H A DCREDITS58 Context menu patch and other suggestions
/plugin/sequencediagram/bower_components/js-sequence-diagrams/fonts/daniel/
H A DDaniel Midgley.txt16 - report problems or suggestions
/plugin/indexmenu/
H A DCREDITS58 Context menu patch and other suggestions
/plugin/progrecss/
H A DChangeLog9 for suggestions.
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/
H A DwordWindow.js20 this.suggestions = new Array();
H A DspellChecker.js411 var a_suggests = this.wordWin.suggestions[text_num][word_num];
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/
H A DwordWindow.js20 this.suggestions = new Array();
H A DspellChecker.js423 var a_suggests = this.wordWin.suggestions[text_num][word_num];
/plugin/displayfile/
H A DREADME.md42 …ontrol what files are and aren't displayable. Any security concerns or suggestions are welcome and…
/plugin/dw2pdf/
H A Dcomposer.lock225 …e FPDI with TCPDF, there are no fixed dependencies defined. Please see suggestions for packages wh…
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.cfm119 wordWindowObj.suggestions = suggs;
/plugin/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/server-scripts/
H A Dspellchecker.cfm121 wordWindowObj.suggestions = suggs;
/plugin/adhoctags/
H A DREADME.md99 …onment. Any aspect of it may still change without notice. Feedback and suggestions are of course a…
/plugin/jmol2/jmol/
H A DREADME.txt12 Development questions, suggestions and comments should be posted
/plugin/authgoogle/google/contrib/
H A DGoogle_YouTubeService.php4033 public $suggestions; variable in Google_Video
4127 public function setSuggestions(Google_VideoSuggestions $suggestions) { argument
4128 $this->suggestions = $suggestions;
4131 return $this->suggestions;

123