Home
last modified time | relevance | path

Searched refs:suggestion (Results 1 – 25 of 33) sorted by relevance

12

/plugin/elasticsearch/vendor/ruflin/elastica/src/
DSuggest.php15 public function __construct(?AbstractSuggest $suggestion = null) argument
17 if (null !== $suggestion) {
18 $this->addSuggestion($suggestion);
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 instanceof self:
47 return $suggestion;
48 case $suggestion instanceof AbstractSuggest:
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRetail/
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/authgooglesheets/vendor/google/apiclient-services/src/CloudTalentSolution/
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/Contactcenterinsights/
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/DriveActivity/
DComment.php77 public function setSuggestion(Suggestion $suggestion) argument
79 $this->suggestion = $suggestion;
86 return $this->suggestion;
/plugin/tindexmenu/
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/indexmenu/
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/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/publish/lang/fr/
H A Dmailchangetext.txt1 Il y a une nouvelle suggestion pour votre wiki. En voici les détails :
/plugin/publish/_test/
H A Dmail.unit.test.php116 Your suggestion for My Test Wiki at http://wiki.example.com' . DOKU_BASE . '
/plugin/authgoogle/google/contrib/
DGoogle_ShoppingService.php588 public $suggestion; variable in Google_ProductsSpelling
589 public function setSuggestion( $suggestion) { argument
590 $this->suggestion = $suggestion;
593 return $this->suggestion;
/plugin/progrecss/
DChangeLog11 suggestion by Gunnar Gorges and Otto Vanio (from sortablejs plugin).
/plugin/aichat/vendor/bdelespierre/php-kmeans/
DCONTRIBUTING.md30 - Check to make sure your feature suggestion isn't already present within the project.
/plugin/adfs/phpsaml/extlib/xmlseclibs/
DCHANGELOG.txt21 - OpenSSL is now a requirement rather than suggestion. (Slaven Bacelic)
/plugin/saml/phpsaml/extlib/xmlseclibs/
DCHANGELOG.txt21 - OpenSSL is now a requirement rather than suggestion. (Slaven Bacelic)
/plugin/cacherevisionseraser/
DREADME.md91 * Added Meta files & old lost page locks delection (suggestion from Kibi).
/plugin/cacherevisionseraser2/
DREADME.md98 * Added Meta files & old lost page locks delection (suggestion from Kibi).
/plugin/flowplay2/flowplayer/
DREADME.txt6 (example suggestion.js, example external configuration file).
124 - Does not unnecessarily load the suggestion URL several times.
/plugin/botmon/lang/en/
H A Dwordlist.txt2247 suggestion 2
/plugin/asciidocjs/node_modules/pug-filters/node_modules/yargs/
DCHANGELOG.md13 …nd-yargs. allows handling of command specific arguments. Thanks for the suggestion @ohjames (@bcoe)
/plugin/ckgdoku/ckeditor/lang/
Dfr.js.unc663 "noSuggestions": "- Aucune suggestion -",
/plugin/ckgedit/ckeditor/lang/
Dfr.js.unc663 "noSuggestions": "- Aucune suggestion -",
/plugin/dirtylittlehelper/mermaid/editor/docs/
D4.4.js.map1suggestion) {\n var label = suggestion.label;\n var existing = propo…
/plugin/ckgedit/ckeditor/
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 …

12