Home
last modified time | relevance | path

Searched defs:match (Results 1326 – 1350 of 1413) sorted by relevance

1...<<51525354555657

/plugin/bookcreator/
H A Dscript.js720 return str.replace(htmlSpecialCharsRegEx, function(match) { argument
/plugin/syntaxhighlighter/Scripts/
H A DshCore.js62 dp.sh.Highlighter.prototype.IsInside=function(match) argument
/plugin/filelist/
H A Dsyntax.php42 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DLexerATNSimulator.php121 public function match(CharStream $input, int $mode) : int function in Antlr\\Antlr4\\Runtime\\Atn\\LexerATNSimulator
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DParser.php171 public function match(int $ttype) : Token function in Antlr\\Antlr4\\Runtime\\Parser
/plugin/columns/
H A Dsyntax.php75 public function handle($match, $state, $pos, Doku_Handler $handler) {
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/
H A Dunderscore.js1424 var escaper = function(match) { argument
1483 var escapeChar = function(match) { argument
1505 text.replace(matcher, function(match, escape, interpolate, evaluate, offset) { argument
/plugin/sequencediagram/bower_components/underscore/
H A Dunderscore.js1348 var escaper = function(match) { argument
1407 var escapeChar = function(match) { argument
1429 text.replace(matcher, function(match, escape, interpolate, evaluate, offset) { argument
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js1698 },navigateToNextDocument:function(match,reverse){var self=this; argument
3262 },ID:function(match){return match[1].replace(/\\/g,"") argument
3263 },TAG:function(match,curLoop){for(var i=0; argument
3281 },POS:function(match){match.unshift(true); argument
3290 },has:function(elem,i,match){return !!Sizzle(match[3],elem).length argument
3303 },last:function(elem,i,match,array){return i===array.length-1 argument
3306 },lt:function(elem,i,match){return i<match[3]-0 argument
3307 },gt:function(elem,i,match){return i>match[3]-0 argument
3308 },nth:function(elem,i,match){return match[3]-0==i argument
3309 },eq:function(elem,i,match){return match[3]-0==i argument
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js13053 ID: function(match){ argument
13060 CHILD: function(match){ argument
13108 POS: function(match){ argument
13185 lt: function(elem, i, match){ argument
13188 gt: function(elem, i, match){ argument
13194 eq: function(elem, i, match){ argument
13218 CHILD: function(elem, match){ argument
13261 ID: function(elem, match){ argument
13264 TAG: function(elem, match){ argument
13267 CLASS: function(elem, match){ argument
[all …]
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js1709 },navigateToNextDocument:function(match,reverse){var self=this; argument
3258 AnonymousFunction4beb61239d00(match,context,isXML) global() argument
3260 AnonymousFunction4beb61239e00(match,context,isXML) global() argument
3265 AnonymousFunction4beb61239f00(match,context) global() argument
3266 AnonymousFunction4beb6123a000(match,curLoop,inplace,result,not,isXML) global() argument
3273 AnonymousFunction4beb6123a100(match) global() argument
3274 AnonymousFunction4beb6123a200(match,curLoop) global() argument
3277 AnonymousFunction4beb6123a300(match) global() argument
3282 AnonymousFunction4beb6123a400(match,curLoop,inplace,result,not,isXML) global() argument
3286 AnonymousFunction4beb6123a500(match,curLoop,inplace,result,not) global() argument
3292 AnonymousFunction4beb6123a600(match) global() argument
3301 AnonymousFunction4beb6123ad00(elem,i,match) global() argument
3314 AnonymousFunction4beb6123ba00(elem,i,match,array) global() argument
3317 AnonymousFunction4beb6123bd00(elem,i,match) global() argument
3318 AnonymousFunction4beb6123be00(elem,i,match) global() argument
3319 AnonymousFunction4beb6123bf00(elem,i,match) global() argument
3320 AnonymousFunction4beb6123c000(elem,i,match) global() argument
3321 AnonymousFunction4beb6123c100(elem,match,i,array) global() argument
3329 AnonymousFunction4beb6123c200(elem,match) global() argument
3346 AnonymousFunction4beb6123c300(elem,match) global() argument
3347 AnonymousFunction4beb6123c400(elem,match) global() argument
3348 AnonymousFunction4beb6123c500(elem,match) global() argument
3349 AnonymousFunction4beb6123c600(elem,match) global() argument
3351 AnonymousFunction4beb6123c700(elem,match,i,array) global() argument
3401 ID(match,context,isXML) global() argument
3404 ID(elem,match) global() argument
3412 TAG(match,context) global() argument
3441 CLASS(match,context,isXML) global() argument
[all...]
/plugin/dir/
H A Dsyntax.php130 function handle($match, $state, $pos, Doku_Handler $handler) {
/plugin/gemini/
H A Drenderer.php29 public function plugin($name, $data, $state = '', $match = '')
/plugin/jquery/
H A Djquery-1.4.2.js76 var match, elem, ret, doc; variable
3317 Expr.match[ type ] = new RegExp( Expr.match[ type ].source + /(?![^\[]*\])(?![^\(]*\))/.source ); variable in Expr
3453 Expr.find.ID = function(match, context, isXML){ argument
3460 Expr.filter.ID = function(elem, match){ argument
3480 Expr.find.TAG = function(match, context){ argument
3564 Expr.find.CLASS = function(match, context, isXML) { argument
/plugin/codeprettify/code-prettify/src/
H A Drun_prettify.js198 var match = script.src.match( variable
/plugin/prosemirror/
H A Drenderer.php533 public function plugin($name, $data, $state = '', $match = '') argument
/plugin/nroff/
H A Drenderer.php598 function interwikilink($match, $name = NULL, $wikiName, $wikiUri) {
/plugin/actionrenderer/
H A Drenderer.php399 public function interwikilink($match, $name, $wikiName, $wikiUri, $returnonly = false)
/plugin/freechat/phpfreechat/data/public/js/
H A 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 in Element.Methods
/plugin/highlightjs/highlight/languages/
H A Drenderman.js170 'match': 1, property in hljs.LANGUAGES.rsl.defaultMode.keywords.built_in
H A Dsql.js13 …': 1, 'current_user': 1, 'usage': 1, 'input': 1, 'local': 1, 'alter': 1, 'match': 1, 'collate': 1,… property in hljs.LANGUAGES.sql.defaultMode.keywords.keyword
/plugin/odp/
H A 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 = [], bool $allowFirstBooleanAttributesAsType = false): TagAttributes argument
/plugin/html2pdf/html2pdf/html2ps/
H A Dot.class.php412 function match($platformId, $encodingId, $languageId, $nameId) { function in OpenTypeFileNAMERecord
/plugin/emoji/script/
H A Djquery.textcomplete.js324 _search: lock(function (free, strategy, term, match) { argument

1...<<51525354555657