| /plugin/abbr/syntax/ |
| D | abbreviation.php | 45 $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 D | editor.js | 53 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/ |
| D | script.js | 27 filterwords: function(phrase, _id) { argument 28 var words = phrase.value.toLowerCase().split(" ");
|
| /plugin/dokucrypt3/ |
| H A D | dokuwiki_plugin_page.wiki | 34 …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… 73 …phrase. The encrypted text will be decrypted to the 'SECRET' form showed above, and the use can e…
|
| H A D | README.md | 20 …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/ |
| D | Suggest.php | 42 public function phrase(string $name, string $field): Phrase function in Elastica\\QueryBuilder\\DSL\\Suggest
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/MockObject/Generator/ |
| D | wsdl_class.phpt | 34 public function doSpellingSuggestion($key, $phrase)
|
| D | wsdl_class_namespace.phpt | 36 public function doSpellingSuggestion($key, $phrase)
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | 51.51.js | 1 …)/,simpleRefName:/(?:`@simpleRefNameWithoutBq`|@simpleRefNameWithoutBq)/,phrase:/@simpleRefName(?:… property
|
| D | 51.51.js.map | 1 …phrase: /@simpleRefName(?:\\s@simpleRefName)*/,\n citationName: /[A-Za-z][A-Za-z0-9-_.]*/,\n …
|
| /plugin/pdfjs/pdfjs/web/locale/en-ZA/ |
| D | viewer.properties | 113 find_previous.title=Find the previous occurrence of the phrase 115 find_next.title=Find the next occurrence of the phrase
|
| /plugin/dokucrypt2/ |
| D | README.md | 26 …tempted to be saved) a prompt will open, asking the user to enter a pass phrase key for the encryp…
|
| /plugin/discussion/ |
| D | action.php | 1769 * @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/ |
| D | PSR7-Interfaces.md | 74 … 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/ |
| D | README.md | 64 3. Modify your default Platform Shared Key by setting it to more secure unreadable phrase to encryp…
|
| /plugin/pdfjs/pdfjs/web/locale/en-US/ |
| D | viewer.properties | 162 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/ |
| D | viewer.properties | 162 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/ |
| D | viewer.properties | 162 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/ |
| D | viewer.properties | 162 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/ |
| D | viewer.properties | 162 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/ |
| D | readme.md | 246 'The phrase in English': 'Translation' 249 The phrase in English must be left intact.
|
| /plugin/codemirror/dist/modes/ |
| D | ruby.min.js.map | 1 …phrase","mayIndent","startState","indented","indentUnit","continuedLine","token","indentation","kw…
|
| D | crystal.min.js.map | 1 …phrase","sol","startState","token","indent","textAfter","replace","indentUnit","fold","electricInp…
|
| /plugin/bb4dw/ |
| D | bibtexbrowser.php | 1839 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/ |
| D | scripts.min.js | 5 …ollTop);this.curOp.forceScroll=true;Bc(this,"swapDoc",this,b);return b}),phrase:function(a){var b=… 7 …phrase("Jump to line:")+' <input type="text" style="width: 10em" class="CodeMirror-search-field"/>…
|