Home
last modified time | relevance | path

Searched refs:Match (Results 1 – 25 of 73) sorted by relevance

123

/plugin/asciidocjs/node_modules/clean-css/lib/optimizer/
Dwrap-for-optimizing.js6 var Match = { variable
71 return Match.VARIABLE_REFERENCE_PATTERN.test(value);
94 if (name[0] == Match.UNDERSCORE) {
96 } else if (name[0] == Match.ASTERISK) {
98 } else if (lastValue[1][0] == Match.BANG && !lastValue[1].match(Match.IMPORTANT_WORD_PATTERN)) {
100 …} else if (lastValue[1].indexOf(Match.BANG) > 0 && !lastValue[1].match(Match.IMPORTANT_WORD_PATTER…
102 …else if (lastValue[1].indexOf(Match.BACKSLASH) > 0 && lastValue[1].indexOf(Match.BACKSLASH) == las…
103 match = [Hack.BACKSLASH, lastValue[1].substring(lastValue[1].indexOf(Match.BACKSLASH) + 1)];
104 } else if (lastValue[1].indexOf(Match.BACKSLASH) === 0 && lastValue[1].length == 2) {
116 if (Match.IMPORTANT_TOKEN_PATTERN.test(lastValue[1])) {
[all …]
/plugin/diagramsnet/lib/math/extensions/TeX/
Dmhchem.js19Match(/^v( |$)/)){this.tex+="{\\"+this.Arrows.v+"}"}else{this.tex+="\\text{"+this.Match(/^[a-z]+/i…
/plugin/jquery-syntax/jquery-syntax/
Djquery.syntax.core.js11 …lem.nodeType===1){var text=Syntax.innerText(elem);matches.push(new Syntax.Match(offset,text.length…
22 …expression=jQuery.extend({owner:expr.owner},rule);matches.push(new Syntax.Match(RegExp.indexOf(mat…
26Match=function(offset,length,expression,value){this.offset=offset;this.endOffset=offset+length;thi… class
27Match.sort=function(a,b){return(a.offset-b.offset)||(b.length-a.length);};Syntax.Match.prototype.c…
28 …ntax.Match.prototype.reduce=function(append,process){var start=this.offset;var container=document.…
34 return container;};Syntax.Match.prototype.canContain=function(match){if(match.expression.force){ret…
41 return false;};Syntax.Match.prototype.canHaveChild=function(match){var only=match.expression.only;i…
44 return true;};Syntax.Match.prototype._splice=function(i,match){if(this.canHaveChild(match)){this.ch…
45 return this;}else{return null;}};Syntax.Match.prototype.insert=function(match,whole){if(!this.conta…
48 Syntax.Match.prototype._insertWhole=function(match){var parts=this.bisectAtOffsets([match.offset,ma…
[all …]
Djquery.syntax.brush.ruby.js5 …',matches:function(match,expr){if(match[1]!='')return[];return[new Syntax.Match(match.index,match[…
/plugin/syntaxhighlighter/Uncompressed/
DshBrushXml.js50 push(this.matches, new dp.sh.Match(match[1], match.index, 'attribute'));
55 …push(this.matches, new dp.sh.Match(match[2], match.index + match[0].indexOf(match[2]), 'attribute-…
68 …push(this.matches, new dp.sh.Match(match[1], match.index + match[0].indexOf(match[1]), 'tag-name')…
DshCore.js205 dp.sh.Match = function(value, index, css) class
259 this.matches[this.matches.length] = new dp.sh.Match(match[0], match.index, css);
/plugin/syntaxhighlighter/Scripts/
DshBrushXml.js16 push(this.matches,new dp.sh.Match(match[1],match.index,'attribute'));if(match[2]!=undefined)
17 {push(this.matches,new dp.sh.Match(match[2],match.index+match[0].indexOf(match[2]),'attribute-value…
19 {push(this.matches,new dp.sh.Match(match[1],match.index+match[0].indexOf(match[1]),'tag-name'));}}
DshCore.js34 …ngleQuotedString:new RegExp("'(?:\\.|(\\\\\\')|[^\\''\\n])*'",'g')};dp.sh.Match=function(value,ind… class
50 this.matches[this.matches.length]=new dp.sh.Match(match[0],match.index,css);}
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
DMatch.php5 …is a reserved keyword starting from PHP 8.0. It will be removed in 8.0.', Match::class, MatchQuery…
16 class Match extends MatchQuery class
/plugin/codemirror/dist/modes/
Dpuppet.min.js.map1Match the rest it the next time around\n stream.match(/\\s+{/);\n state.inDefinition = f…
/plugin/syntaxhighlighter4/dist/
Dsyntaxhighlighter.js124 Match: match.Match, property
2381 var Match = exports.Match = function () {
2382 function Match(value, index, css) {
2383 _classCallCheck(this, Match);
2392 _createClass(Match, [{
2399 return Match;
2478 …if (typeof resultMatch === 'string') resultMatch = [new _match.Match(resultMatch, match.index, reg…
3893 var Match = __webpack_require__(5).Match;
3899 …if (match.here_doc != null) result.push(new Match(match.here_doc, match.index + match[0].indexOf(m…
3901 … if (match.full_tag != null) result.push(new Match(match.full_tag, match.index, 'preprocessor'));
[all …]
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
DshBrushCSharp.js40 return [new SyntaxHighlighter.Match(match[0], match.index, css)];
DshBrushBash.js26 var constructor = SyntaxHighlighter.Match,
DshBrushXml.js26 var constructor = SyntaxHighlighter.Match,
/plugin/syntaxhighlighter3/sxh3/src/js/
DshBrushCSharp.js24 return [new SyntaxHighlighter.Match(match[0], match.index, css)];
DshBrushBash.js10 var constructor = SyntaxHighlighter.Match,
DshBrushXml.js10 var constructor = SyntaxHighlighter.Match,
DshCore.js1021 resultMatch = [new sh.Match(resultMatch, match.index, regexInfo.css)];
1165 sh.Match = function(value, index, css) class
1174 sh.Match.prototype.toString = function()
/plugin/asciidocjs/node_modules/ansi-regex/
Dreadme.md50 Match only the first ANSI escape.
/plugin/asciidocjs/node_modules/balanced-match/
DREADME.md3 Match balanced string pairs, like `{` and `}` or `<b>` and `</b>`. Supports regular expressions as …
/plugin/ckgedit/ckeditor/lang/
Den.js.4.95 … Options","findWhat":"Find what:","matchCase":"Match case","matchCyclic":"Match cyclic","matchWord…
Dlang_array.txt222 "matchCase": "Match case",
223 "matchCyclic": "Match cyclic",
224 "matchWord": "Match whole word",
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
Dsearch-operations.asciidoc12 ==== Match query
/plugin/ckgdoku/ckeditor/lang/
Dlang_array.txt222 "matchCase": "Match case",
223 "matchCyclic": "Match cyclic",
224 "matchWord": "Match whole word",
/plugin/pdfjs/pdfjs/web/locale/en-ZA/
Dviewer.properties118 find_match_case_label=Match case

123