Home
last modified time | relevance | path

Searched refs:suggestion (Results 1 – 25 of 28) sorted by last modified time

12

/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md1489 - Fix the manner in which suggestion results are returned in \Elastica\ResultSet and adjust associated tests to account for the fix.
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DSuggest.php15 public function __construct(?AbstractSuggest $suggestion = null) argument
17 if (null !== $suggestion) {
18 $this->addSuggestion($suggestion);
31 * Add a suggestion to this suggest clause.
33 public function addSuggestion(AbstractSuggest $suggestion): self argument
35 return $this->addParam('suggestion', $suggestion);
39 * @param AbstractSuggest|Suggest $suggestion
43 public static function create($suggestion): self argument
46 case $suggestion instanceo
[all...]
/plugin/ckgedit/ckeditor/
H A DCHANGES.md144 …button is not inserting an [autocomplete](https://ckeditor.com/cke4/addon/autocomplete) suggestion.
146 …2195): Fixed: [Emoji](https://ckeditor.com/cke4/addon/emoji) shows the suggestion box when the col…
213 … when the user tries to replace a word with non-English characters with a proper suggestion in WSC.
851 …* [#13185](https://dev.ckeditor.com/ticket/13185): Fixed: Wrong position of the suggestion box if …
/plugin/ckgedit/ckeditor/lang/
H A Dfr.js.unc663 "noSuggestions": "- Aucune suggestion -",
/plugin/publish/_test/
H A Dmail.unit.test.php116 Your suggestion for My Test Wiki at http://wiki.example.com' . DOKU_BASE . '
/plugin/publish/lang/fr/
H A Dmailchangetext.txt1 Il y a une nouvelle suggestion pour votre wiki. En voici les détails :
/plugin/publish/lang/en/
H A Dmailapprovetext.txt2 Your suggestion for @TITLE@ at @DOKUWIKIURL@
H A Dmailchangetext.txt1 There is a new suggestion in your DokuWiki. Here are the details:
/plugin/indexmenu/
H A DCREDITS13 The nons e headpage option suggestion.
34 Css dynamic properties and suggestion of js theme with differents image formats
40 Current page highliting suggestion.
46 Sort by metada suggestion.
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DriveActivity/
H A DComment.php77 public function setSuggestion(Suggestion $suggestion) argument
79 $this->suggestion = $suggestion;
86 return $this->suggestion;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Contactcenterinsights/
H A DGoogleCloudContactcenterinsightsV1SmartComposeSuggestionData.php34 public $suggestion; variable in Google\\Service\\Contactcenterinsights\\GoogleCloudContactcenterinsightsV1SmartComposeSuggestionData
75 public function setSuggestion($suggestion) argument
77 $this->suggestion = $suggestion;
84 return $this->suggestion;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTalentSolution/
H A DCompletionResult.php29 public $suggestion; variable in Google\\Service\\CloudTalentSolution\\CompletionResult
52 public function setSuggestion($suggestion) argument
54 $this->suggestion = $suggestion;
61 return $this->suggestion;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRetail/
H A DGoogleCloudRetailV2CompleteQueryResponseCompletionResult.php27 public $suggestion; variable in Google\\Service\\CloudRetail\\GoogleCloudRetailV2CompleteQueryResponseCompletionResult
46 public function setSuggestion($suggestion) argument
48 $this->suggestion = $suggestion;
55 return $this->suggestion;
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D4.4.js.map1suggestion) {\n var label = suggestion.label;\n var existing = propo…
H A Dbundle.js.map1suggestion without overwriting text right of the cursor.\"),\n nls.localize('su…
H A Djson.worker.js.map1suggestion) {\n var label = suggestion.label;\n var existing = propo…
/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A DCHANGELOG.txt21 - OpenSSL is now a requirement rather than suggestion. (Slaven Bacelic)
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md431 …* [#13185](http://dev.ckeditor.com/ticket/13185): Fixed: Wrong position of the suggestion box if t…
/plugin/ckgdoku/ckeditor/lang/
H A Dfr.js.unc663 "noSuggestions": "- Aucune suggestion -",
/plugin/fckg/fckeditor/editor/js/
H A Dfckeditorcode_gecko.js110 …yt_control;if (g){switch (c){case 'Suggestion':Q.replace(g,contextInfo.suggestion);break;case 'Ign…
H A Dfckeditorcode_ie.js111 …yt_control;if (g){switch (c){case 'Suggestion':Q.replace(g,contextInfo.suggestion);break;case 'Ign…
/plugin/cacherevisionseraser/
H A DREADME.md91 * Added Meta files & old lost page locks delection (suggestion from Kibi).
/plugin/authgoogle/google/contrib/
H A DGoogle_ShoppingService.php588 public $suggestion; variable in Google_ProductsSpelling
589 public function setSuggestion( $suggestion) { argument
590 $this->suggestion = $suggestion;
593 return $this->suggestion;
/plugin/tuxquote/
H A Dquotes.txt425 In Manhattan, traffic lights are not a rule, just a suggestion. <BR> -- David Letterman
/plugin/tindexmenu/
H A DCREDITS13 The nons e headpage option suggestion.
34 Css dynamic properties and suggestion of js theme with differents image formats
40 Current page highliting suggestion.
46 Sort by metada suggestion.

12