Home
last modified time | relevance | path

Searched refs:phrase (Results 1 – 25 of 62) sorted by relevance

123

/plugin/abbr/syntax/
Dabbreviation.php45 $phrase = $matches[1];
50 $phrase = rtrim($matches[1]);
55 $phrase = $matches[2];
59 list($shortened, $phrase) = explode('|',$match,2);
61 $phrase = trim($phrase);
66 $phrase = $shortened;
68 return array($state, $shortonly, $shortened, $phrase);
78 list($state, $shortonly, $shortened, $phrase) = $data;
84 $html.= (empty($phrase)) ? '>' : ' title="'.hsc($phrase).'">';
/plugin/fuzzysearch/
H A Deditor.js53 const phrase = match[1].trim();
54 if (!phrase || phrase === lastPhrase) {
57 lastPhrase = phrase;
64 const results = fuse.search(phrase, { limit: 10 });
65 displayResults(results, phrase, cursorPos);
81 function displayResults(results, phrase, cursorPos) { argument
119 div.addEventListener('click', () => selectResult(page.id, phrase));
160 function selectResult(pageId, phrase) { argument
162 const newLink = `[[${pageId}|${phrase}]]`;
163 const start = text.lastIndexOf(`[[${phrase}]]`);
[all …]
/plugin/searchtablejs/
Dscript.js27 filterwords: function(phrase, _id) { argument
28 var words = phrase.value.toLowerCase().split(" ");
/plugin/dokucrypt3/
H A Ddokuwiki_plugin_page.wiki34 …ssible when viewed with a javascript enabled browser and the proper pass phrase. It will never be …
55 …tempted to be saved) a prompt will open, asking the user to enter a pass phrase key for the encryp…
73phrase. The encrypted text will be decrypted to the 'SECRET' form showed above, and the use can e…
H A DREADME.md20 …tempted to be saved) a prompt will open, asking the user to enter a pass phrase key for the encryp…
/plugin/elasticsearch/vendor/ruflin/elastica/src/QueryBuilder/DSL/
DSuggest.php42 public function phrase(string $name, string $field): Phrase function in Elastica\\QueryBuilder\\DSL\\Suggest
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/
Dwsdl_class.phpt34 public function doSpellingSuggestion($key, $phrase)
Dwsdl_class_namespace.phpt36 public function doSpellingSuggestion($key, $phrase)
/plugin/dirtylittlehelper/mermaid/editor/docs/
D51.51.js1 …)/,simpleRefName:/(?:`@simpleRefNameWithoutBq`|@simpleRefNameWithoutBq)/,phrase:/@simpleRefName(?:… property
D51.51.js.map1phrase: /@simpleRefName(?:\\s@simpleRefName)*/,\n citationName: /[A-Za-z][A-Za-z0-9-_.]*/,\n …
/plugin/pdfjs/pdfjs/web/locale/en-ZA/
Dviewer.properties113 find_previous.title=Find the previous occurrence of the phrase
115 find_next.title=Find the next occurrence of the phrase
/plugin/dokucrypt2/
DREADME.md26 …tempted to be saved) a prompt will open, asking the user to enter a pass phrase key for the encryp…
/plugin/discussion/
Daction.php1769 * @param string $phrase phrase to search
1775 protected function phraseMatchInComment($phrase, $cid, &$data, $parent = '') argument
1786 if (strpos($text, $phrase) !== false) {
1792 if ($this->phraseMatchInComment($phrase, $rid, $data, $cid)) {
/plugin/matrixnotifierwas/vendor/psr/http-message/docs/
DPSR7-Interfaces.md74 … Returns a new response instance with the specified status code and, optionally, reason phrase. | |
75 | `getReasonPhrase()` | Gets the response reason phrase associated with the status code. | |
/plugin/vbsso/
DREADME.md64 3. Modify your default Platform Shared Key by setting it to more secure unreadable phrase to encryp…
/plugin/pdfjs/pdfjs/web/locale/en-US/
Dviewer.properties162 find_previous.title=Find the previous occurrence of the phrase
164 find_next.title=Find the next occurrence of the phrase
/plugin/pdfjs/pdfjs/web/locale/en-CA/
Dviewer.properties162 find_previous.title=Find the previous occurrence of the phrase
164 find_next.title=Find the next occurrence of the phrase
/plugin/pdfjs/pdfjs/web/locale/en-GB/
Dviewer.properties162 find_previous.title=Find the previous occurrence of the phrase
164 find_next.title=Find the next occurrence of the phrase
/plugin/pdfjs/pdfjs/web/locale/ia/
Dviewer.properties162 find_previous.title=Trovar le previe occurrentia del phrase
164 find_next.title=Trovar le successive occurrentia del phrase
/plugin/pdfjs/pdfjs/web/locale/fr/
Dviewer.properties162 find_previous.title=Trouver l’occurrence précédente de la phrase
164 find_next.title=Trouver la prochaine occurrence de la phrase
/plugin/amcharts/assets/amcharts/plugins/dataloader/
Dreadme.md246 'The phrase in English': 'Translation'
249 The phrase in English must be left intact.
/plugin/codemirror/dist/modes/
Druby.min.js.map1phrase","mayIndent","startState","indented","indentUnit","continuedLine","token","indentation","kw…
Dcrystal.min.js.map1phrase","sol","startState","token","indent","textAfter","replace","indentUnit","fold","electricInp…
/plugin/bb4dw/
Dbibtexbrowser.php1839 function hasPhrase($phrase, $field = null) { argument
1842 if ($phrase == '') return false;
1844 $phrase = str_replace('/', '.', $phrase);
1849 … return preg_match('/'.$phrase.'/i',$this->getConstants().' '.join(" ",$this->getFields())) == 1;
1852 if ($this->hasField($field) && (preg_match('/'.$phrase.'/i',$this->getField($field)) ) ) {
/plugin/codemirror/dist/
Dscripts.min.js5 …ollTop);this.curOp.forceScroll=true;Bc(this,"swapDoc",this,b);return b}),phrase:function(a){var b=…
7phrase("Jump to line:")+' <input type="text" style="width: 10em" class="CodeMirror-search-field"/>…

123