Home
last modified time | relevance | path

Searched defs:matches (Results 76 – 100 of 226) sorted by relevance

12345678910

/plugin/jquery-syntax/jquery-syntax/
Djquery.syntax.brush.kai.js5 …r);brush.push(Syntax.lib.webLink);brush.push({pattern:/\(([^\s\(\)]+)/gi,matches:Syntax.extractMat… property
Djquery.syntax.brush.bash.js5 …h',function(brush){brush.push({pattern:/^([\w@:~ ]*?[\$|\#])\s+(.*?)$/gm,matches:Syntax.extractMat… property
Djquery.syntax.brush.yaml.js5 …rn:/(&|\*)[a-z0-9]+/gi,klass:'constant'});brush.push({pattern:/(.*?):/gi,matches:Syntax.extractMat… property
Djquery.syntax.brush.lisp.js5 …rush.push(Syntax.lib.webLink);brush.push({pattern:/\(\s*([^\s\(\)]+)/gmi,matches:Syntax.extractMat… property
Djquery.syntax.brush.protobuf.js7 …push(Syntax.lib.camelCaseType);brush.push({pattern:/\s+(\w+)\s*=\s*\d+/g,matches:Syntax.extractMat… property
Djquery.syntax.brush.scala.js5 …bleQuotedString);brush.push({pattern:/(?:def\s+|\.)([a-z_][a-z0-9_]+)/gi,matches:Syntax.extractMat… property
Djquery.syntax.brush.csharp.js5 …tax.lib.cStyleFunction);brush.push({pattern:/(?:\.)([a-z_][a-z0-9_]+)/gi,matches:Syntax.extractMat… property
/plugin/findologicxmlexport/vendor/myclabs/deep-copy/src/DeepCopy/Matcher/
DPropertyTypeMatcher.php34 public function matches($object, $property) function in DeepCopy\\Matcher\\PropertyTypeMatcher
DPropertyMatcher.php35 public function matches($object, $property) function in DeepCopy\\Matcher\\PropertyMatcher
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/Matcher/
DInvokedAtIndex.php56 public function matches(PHPUnit_Framework_MockObject_Invocation $invocation) function in PHPUnit_Framework_MockObject_Matcher_InvokedAtIndex
DParameters.php76 public function matches(PHPUnit_Framework_MockObject_Invocation $invocation) function in PHPUnit_Framework_MockObject_Matcher_Parameters
DConsecutiveParameters.php64 public function matches(PHPUnit_Framework_MockObject_Invocation $invocation) function in PHPUnit_Framework_MockObject_Matcher_ConsecutiveParameters
/plugin/preservefilenames/
Dcommon.php34 static function _correctBasename_callback($matches)
/plugin/randomtables/table-roller/src/Table/
DManager.php22 private function embedResult($matches): string
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
DTraversableContains.php64 protected function matches($other) function in PHPUnit_Framework_Constraint_TraversableContains
DArraySubset.php48 protected function matches($other) function in PHPUnit_Framework_Constraint_ArraySubset
DCount.php35 protected function matches($other) function in PHPUnit_Framework_Constraint_Count
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/Filter/
DYouTube.php50 protected function postFilterCallback($matches)
/plugin/html2pdf/html2pdf/html2ps/
Dcss.utils.inc.php125 function css_process_escapes_callback($matches) {
/plugin/lytebox/
Daction.php69 function _callback($matches) {
/plugin/spellcheck/
Dspellcheck.php88 function spaceslink($matches){
/plugin/swiftmail/Swift/Plugin/
DFileEmbedder.php317 protected function embedRemoteFile($matches)
359 protected function embedLocalFile($matches)
/plugin/pagemod/helper/
Dpagemod.php143 public function parsePagemod($matches) {
/plugin/nspages/
DoptionParser.php155 static private function preg_match_wrapper($pattern, $subject, &$matches){
159 static private function preg_match_all_wrapper($pattern, $subject, &$matches){
/plugin/ipban/ip-lib/src/Address/
DAddressInterface.php81 public function matches(RangeInterface $range); function

12345678910