Home
last modified time | relevance | path

Searched refs:matched (Results 1 – 25 of 123) sorted by path

12345

/plugin/acknowledge/lang/en/
H A Dassign.txt9 * Regular Expressions starting and ending with ''/'' - they are matched against a '':'' prefixed full page id.
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe48367 Ġun matched
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1matched value, else `-1`.\n\t */\n\t function baseIndexOf(array, value, fromIndex) {\n\t if …
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DCHANGELOG.md695 * Bug fix: Cookie domains are now matched correctly according to RFC 6265
/plugin/authorlist/
H A Dsyntax.php71 * @param $pos Integer The character position of the matched text.
/plugin/batchedit/
H A Dengine.php413 private function addMatch($text, $offset, $matched, $regexp, $replacement, $contextChars, $contextLines) { argument
414 $this->matches[$offset] = new BatcheditMatch($text, $offset, $matched, $regexp, $replacement, $contextChars, $contextLines);
1168 $matched = true;
1171 $matched = preg_match($positiveFilter, $pageId) == 1;
1174 if ($matched && !empty($negativeFilter)) {
1175 $matched = preg_match($negativeFilter, $pageId) == 0;
1178 return $matched;
/plugin/bpmnio/syntax/
H A Dbpmnio.php55 $matched = '';
56 preg_match('/<bpmnio type="(\w+)">/', $match, $matched);
57 $this->type = $matched[1] ?? 'bpmn';
/plugin/bpmnio/vendor/bpmn-js/dist/
H A Dbpmn-modeler.production.min.js194matched?t+='<strong class="'+pb.RESULT_HIGHLIGHT_CLASS+'">'+ca(e.matched)+"</strong>":t+=ca(e.norm…
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js57283 if (t.matched) {
57284 … '<strong class="' + SearchPad.RESULT_HIGHLIGHT_CLASS + '">' + escapeHTML(t.matched) + '</strong>';
57405 var matched = filter(tokens, function(t) {
57406 return !!t.matched;
57409 return matched.length > 0;
57434 matched: originalText.substr(i, pattern.length)
H A Dbpmn-modeler.production.min.js34matched?t+='<strong class="'+ry.RESULT_HIGHLIGHT_CLASS+'">'+Ts(e.matched)+"</strong>":t+=Ts(e.norm…
/plugin/callflow/
H A Dscript.js172 if(matched = aCommands[i].match(/^\)/))//note stop
185 … aParsedCommands[curCommand] = [matched[1], matched[2], matched[3], matched[4], "double-arrow", i];
192 aParsedCommands[curCommand] = [matched[1], matched[2], matched[3], matched[4], "arrow", i];
199 aParsedCommands[curCommand] = [matched[2], matched[1], matched[3], matched[4], "arrow", i];
218 actor2 = (matched[2] != '')?matched[2] : matched[1];
233 aParsedCommands[curCommand] = [0, 0, matched[1], "break", i];
237 else if(matched = aCommands[i].match(/title:(.+)/)) //title
239 title = matched[1];
268 else if(matched = aCommands[i].match(/^order:(.+)/)) //order
270 aParsedCommands[curCommand] = [matched[1], matched[1], "", "", "", i];
[all …]
/plugin/ckgdoku/ckeditor/plugins/geshi/dialogs/
H A Dgeshi.js.unc160 … return str.replace(/[.*+?^${}()|[\]\\]/g, '\\$&'); // $& means the whole matched string
/plugin/ckgedit/ckeditor/plugins/geshi/dialogs/
H A Dgeshi.js.unc185 … return str.replace(/[.*+?^${}()|[\]\\]/g, '\\$&'); // $& means the whole matched string
/plugin/codemirror/dist/keymaps/
H A Dvim.min.js.map1matched","findMatchingBracket","bracketRegex","to","moveToLineOrEdgeOfDocument","lineNum","textObj…
/plugin/codemirror/dist/modes/
H A Dcmake.min.js.map1 …In 'cmake_minimum_required (VERSION 2.8.8)', 'cmake_minimum_required' is matched\n if (stream.m…
H A Dcoffeescript.min.js.map1matched","tokenLexer","style","delimiter_index","indexOf","slice","exec","external","startState","…
H A Dcrystal.min.js.map1matched","eat","current","test","blocks","indexOf","currentIndent","lastStyle","pop","hasOwnProper…
H A Decl.min.js.map1 …valid iterate join keyunicode length library limit ln local log loop map matched matchlength match…
H A Derlang.min.js.map1matched Token.\n // If type is \"m\", that is all it does.\n // If type is \"i\", it will al…
H A Dgfm.min.js.map1 …// And then limited url schemes to the CommonMark list, so foo:bar isn't matched as a URL\n …
H A Dmathematica.min.js.map1 …word';\n }\n\n // operators. Note that operators like @@ or /; are matched separately for ea…
H A Doz.min.js.map1matched","doInCurrentLine","currentIndent","tokenize","tokenFunProc","tokenClass","tokenMeth","ch"…
H A Dpuppet.min.js.map1matched)\n var attribute = stream.match(/(\\s+)?\\w+\\s+=>.*/, false);\n // Matches non-buil…
H A Dsql.min.js.map1 …p location locator lock locked log logged loop lower m map mapping match matched materialized max …
H A Dwebidl.min.js.map1 …line comment\n inComment: false,\n // Last non-whitespace, matched token\n la…

12345