Lines Matching +defs:regex +defs:flags
115 function augment(regex, captureNames, isNative) { argument
133 function getNativeFlags(regex) { argument
152 function copy(regex, addFlags, removeFlags) { argument
320 self = function (pattern, flags) { argument
402 on: function (regex, handler, options) { argument
468 self.cache = function (pattern, flags) { argument
516 self.exec = function (str, regex, pos, sticky) { argument
525 regex.lastIndex = match ? r2.lastIndex : 0; field
550 self.forEach = function (str, regex, callback, context) { argument
573 self.globalize = function (regex) { argument
801 self.test = function (str, regex, pos, sticky) { argument
854 self.union = function (patterns, flags) { argument
975 fixed.match = function (regex) { argument
2498 { regex: scriptBrush.htmlScript.code, func: process } property
2980 var regex = { 'end' : regexGroup.right.source }; variable
2986 left : { regex: regexGroup.left, css: 'script' }, property
2987 right : { regex: regexGroup.right, css: 'script' }, property