Home
last modified time | relevance | path

Searched defs:matches (Results 101 – 125 of 171) sorted by path

1234567

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DIsType.php87 protected function matches($other) function in PHPUnit_Framework_Constraint_IsType
H A DIsWritable.php26 protected function matches($other) function in PHPUnit_Framework_Constraint_IsWritable
H A DJsonMatches.php42 protected function matches($other) function in PHPUnit_Framework_Constraint_JsonMatches
H A DLessThan.php39 protected function matches($other) function in PHPUnit_Framework_Constraint_LessThan
H A DObjectHasAttribute.php27 protected function matches($other) function in PHPUnit_Framework_Constraint_ObjectHasAttribute
H A DPCREMatch.php44 protected function matches($other) function in PHPUnit_Framework_Constraint_PCREMatch
H A DStringContains.php52 protected function matches($other) function in PHPUnit_Framework_Constraint_StringContains
H A DStringEndsWith.php39 protected function matches($other) function in PHPUnit_Framework_Constraint_StringEndsWith
H A DStringStartsWith.php39 protected function matches($other) function in PHPUnit_Framework_Constraint_StringStartsWith
H A DTraversableContains.php64 protected function matches($other) function in PHPUnit_Framework_Constraint_TraversableContains
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DRegex.php25 … public static function pregMatchSafe($pattern, $subject, $matches = null, $flags = 0, $offset = 0)
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DParser.php1008 …tch(string $pattern, string $subject, array &$matches = null, int $flags = 0, int $offset = 0): int
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DCoreExtension.php1193 function _twig_escape_js_callback($matches)
1227 function _twig_escape_css_callback($matches)
1240 function _twig_escape_html_attr_callback($matches)
/plugin/freechat/phpfreechat/data/public/js/
H A Dprototype.js2977 tagName: function(element, matches) { argument
2981 className: function(element, matches) { argument
2985 id: function(element, matches) { argument
2989 attrPresence: function(element, matches) { argument
2993 attr: function(element, matches) { argument
/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.utils.inc.php125 function css_process_escapes_callback($matches) {
/plugin/ipban/ip-lib/src/Address/
H A DAddressInterface.php81 public function matches(RangeInterface $range); function
H A DIPv4.php298 public function matches(RangeInterface $range) function in IPLib\\Address\\IPv4
H A DIPv6.php447 public function matches(RangeInterface $range) function in IPLib\\Address\\IPv6
/plugin/issuetracker/
H A Dprototype.js4120 Sizzle.matches = function(expr, set){ function
/plugin/jcapture/lib/
H A Dcommons-codec-1.3.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Dcommons-codec-1.3.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Dpopcorn.js111 var matches, nodeName, variable
/plugin/jquery-syntax/
H A Djquery-1.6.min.js16 …nction ct(a){if(!ch[a]){var b=f("<"+a+">").appendTo("body"),d=b.css("display");b.remove();if(d==="…
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.brush.ruby.js5 Syntax.lib.rubyStyleFunction={pattern:/(?:def\s+|\.)([a-z_][a-z0-9_]+)/gi,matches:Syntax.extractMat… method in Syntax.lib.rubyStyleSymbol
H A Djquery.syntax.core.js18 Syntax.updateMatchesWithOffsets=function(matches,linearOffsets,text){(function(matches){for(var i=0… argument
26 …tal:true};Syntax.lib.cStyleFunction={pattern:/([a-z_][a-z0-9_]*)\s*\(/gi,matches:Syntax.extractMat… property in Syntax.lib.cStyleFunction
101 top.complete=true;return top;};Syntax.Brush.prototype.process=function(text,matches,options){var to… argument

1234567