Home
last modified time | relevance | path

Searched defs:match (Results 1476 – 1500 of 1582) sorted by relevance

1...<<51525354555657585960>>...64

/plugin/webcode/vendor/
Dfirebug-lite-1.4.js1698 },navigateToNextDocument:function(match,reverse){var self=this; argument
3220 var Expr=Sizzle.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF-]|\\.)+)/,CLA… property
3247 }},find:{ID:function(match,context,isXML){if(typeof context.getElementById!=="undefined"&&!isXML){v… argument
3249 }},NAME:function(match,context,isXML){if(typeof context.getElementsByName!=="undefined"){var ret=[]… argument
3254 }},TAG:function(match,context){return context.getElementsByTagName(match[1]) argument
3255 }},preFilter:{CLASS:function(match,curLoop,inplace,result,not,isXML){match=" "+match[1].replace(/\\… argument
3262 },ID:function(match){return match[1].replace(/\\/g,"") argument
3263 },TAG:function(match,curLoop){for(var i=0; argument
3266 },CHILD:function(match){if(match[1]=="nth"){var test=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(match[2]=="eve… argument
3271 },ATTR:function(match,curLoop,inplace,result,not,isXML){var name=match[1].replace(/\\/g,""); argument
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
Dfirebug-lite-debug.js7177 navigateToNextDocument: function(match, reverse) argument
12915 match: { property
13009 ID: function(match, context, isXML){ argument
13015 NAME: function(match, context, isXML){ argument
13028 TAG: function(match, context){ argument
13033 CLASS: function(match, curLoop, inplace, result, not, isXML){ argument
13053 ID: function(match){ argument
13056 TAG: function(match, curLoop){ argument
13060 CHILD: function(match){ argument
13077 ATTR: function(match, curLoop, inplace, result, not, isXML){ argument
[all …]
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js1709 },navigateToNextDocument:function(match,reverse){var self=this; argument
3231 var Expr=Sizzle.selectors={order:["ID","NAME","TAG"],match:{ID:/#((?:[\w\u00c0-\uFFFF-]|\\.)+)/,CLA… property
3258 }},find:{ID:function(match,context,isXML){if(typeof context.getElementById!=="undefined"&&!isXML){v… argument
3260 }},NAME:function(match,context,isXML){if(typeof context.getElementsByName!=="undefined"){var ret=[]… argument
3265 }},TAG:function(match,context){return context.getElementsByTagName(match[1]) argument
3266 }},preFilter:{CLASS:function(match,curLoop,inplace,result,not,isXML){match=" "+match[1].replace(/\\… argument
3273 },ID:function(match){return match[1].replace(/\\/g,"") argument
3274 },TAG:function(match,curLoop){for(var i=0; argument
3277 },CHILD:function(match){if(match[1]=="nth"){var test=/(-?)(\d*)n((?:\+|-)?\d*)/.exec(match[2]=="eve… argument
3282 },ATTR:function(match,curLoop,inplace,result,not,isXML){var name=match[1].replace(/\\/g,""); argument
[all …]
/plugin/syntaxhighlighter4/dist/
Dsyntaxhighlighter.js439 return key.replace(/-(\w+)/g, function (match, word) { argument
457 var match, variable
555 match: String.prototype.match, property
909 XRegExp.forEach(value, /[^\s,]+/, function (match) { argument
1349 match = null; property
1570 addMatch = function addMatch(match) { argument
2799 match = matches[i]; property
3442 function process(match, info) { argument
/plugin/prosemirror/
Drenderer.php545 public function plugin($name, $data, $state = '', $match = '')
/plugin/actionrenderer/
Drenderer.php399 public function interwikilink($match, $name, $wikiName, $wikiUri, $returnonly = false)
/plugin/nroff/
Drenderer.php598 function interwikilink($match, $name = NULL, $wikiName, $wikiUri) {
/plugin/codeprettify/code-prettify/src/
Drun_prettify.js198 var match = script.src.match( variable
/plugin/freechat/phpfreechat/data/public/js/
Dprototype.js278 RegExp.prototype.match = RegExp.prototype.test; method in RegExp
355 return this.gsub(pattern, function(match) { argument
471 var escapedString = this.gsub(/[\x00-\x1f\\]/, function(match) { argument
540 return function(match) { return template.evaluate(match) }; argument
562 return this.template.gsub(this.pattern, function(match) { argument
1718 match: function(element, selector) { method
2817 match = false; break; property
/plugin/indexmenu/scripts/fancytree/modules/
Djquery.fancytree.js950 findAll: function (match) { argument
967 findFirst: function (match) { argument
3178 findAll: function (match) { argument
3189 findFirst: function (match) { argument
3199 findNextNode: function (match, startNode) { argument
/plugin/asciidocjs/node_modules/babel-types/lib/
Dindex.js590 function buildMatchMemberExpression(match, allowPartial) { argument
/plugin/odp/
Drenderer.php1143 function interwikilink($match, $name = NULL, $wikiName, $wikiUri) {
/plugin/combo/ComboStrap/
H A DTagAttributes.php311 …public static function createFromTagMatch($match, array $defaultAttributes = [], array $knownTypes…
/plugin/asciidocjs/node_modules/uglify-js/lib/
Doutput.js1810 str = "/" + str.slice(1, end).replace(/\\\\|[^/]?\//g, function(match) { argument
1814 output.print(output.to_utf8(str).replace(/\\(?:\0(?![0-9])|[^\0])/g, function(match) { argument
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
DshCore.min.js17 …d.exec.call(a.pattern,e),i&&i.index===t)){s={output:a.handler.call(r,i,n),match:i};break}}catch(o)… method in String
/plugin/html2pdf/html2pdf/html2ps/
Dot.class.php412 function match($platformId, $encodingId, $languageId, $nameId) { function in OpenTypeFileNAMERecord
/plugin/highlightjs/highlight/languages/
Drenderman.js170 'match': 1, property
Dsql.js13 …': 1, 'current_user': 1, 'usage': 1, 'input': 1, 'local': 1, 'alter': 1, 'match': 1, 'collate': 1,… property
/plugin/s5reloaded/ui/effects_support/
Dprototype.js365 RegExp.prototype.match = RegExp.prototype.test; method in RegExp
425 return function(match) { return template.evaluate(match) }; argument
456 return this.gsub(pattern, function(match) { argument
674 return this.template.gsub(this.pattern, function(match) { argument
2021 match: function(element, selector) { method
3336 match = false; break; property
/plugin/sqlraw/
Dsimple_html_dom.php650 protected function match($exp, $pattern, $value) { function in simple_html_dom_node
/plugin/sequencediagram/bower_components/js-sequence-diagrams/dist/
Dsequence-diagram-snap.js591 test_match: function(match, indexed_rule) { argument
603 match: this.match, property
Dsequence-diagram-snap-min.js6 …arseError(message,hash){_.extend(this,hash),this.name="ParseError",this.message=message||""}functi… argument
/plugin/imapmarkers/syntax/
Dimapmarkers_simple_html_dom.php794 protected function match($exp, $pattern, $value, $case_sensitivity) { function in imapmarkers\\simple_html_dom_node
/plugin/jcapture/lib/
Dhttpclient-4.0.1.jar ... apache.http.cookie.MalformedCookieException public abstract boolean match (org.apache.http.cookie.Cookie ...
/plugin/jdraw/lib/
Dhttpclient-4.0.1.jar ... apache.http.cookie.MalformedCookieException public abstract boolean match (org.apache.http.cookie.Cookie ...

1...<<51525354555657585960>>...64