Home
last modified time | relevance | path

Searched refs:attributePattern (Results 1 – 9 of 9) sorted by relevance

/plugin/prolog/
H A Dprolog_tag.php27 var $attributePattern; variable in PrologTag
55 $this->attributePattern = '/';
56 $this->attributePattern .= '([a-zA-Z0-9]+)';
57 $this->attributePattern .= $this->attributeEntryPattern;
58 $this->attributePattern .= '('.$this->attributeValuePattern.')';
59 $this->attributePattern .= $this->attributeExitPattern;
60 $this->attributePattern .= '/';
70 $found = preg_match_all($this->attributePattern, $prologTag, $matched);
/plugin/webcomponent/
H A Dwebcomponent.php43 $attributePattern = "\\s*(\w+)\\s*=\\s*[\'\"]{1}([^\`\"]*)[\'\"]{1}\\s*";
44 $result = preg_match_all('/' . $attributePattern . '/i', $match, $matches);
/plugin/webcomponent/syntax/
H A Drelated.php117 … $attributePattern = "\\s*(\w+)\\s*=\\s*[\'\"]?([\w\d\s-_\|\*\.\(\)\?\/\\\\]+)[\'\"]?\\s*";
118 $result = preg_match_all('/' . $attributePattern . '/i', $match, $matches);
/plugin/minimap/
H A Dsyntax.php81 $attributePattern = "\\s*(\w+)\\s*=\\s*[\'\"]{1}([^\`\"]*)[\'\"]{1}\\s*";
82 $result = preg_match_all('/' . $attributePattern . '/i', $match, $matches);
/plugin/combo/syntax/
H A Dminimap.php88 $attributePattern = "\\s*(\w+)\\s*=\\s*['\"]{1}([^`\"]*)['\"]{1}\\s*";
89 $result = preg_match_all('/' . $attributePattern . '/i', $match, $matches);
/plugin/webcode/syntax/
H A Dbasis.php228 $attributePattern = "\s*(\w+)\s*=\s*\"?([^\"\s]+)\"?\\s*";
229 $result = preg_match_all('/' . $attributePattern . '/i', $match, $matches);
/plugin/combo/ComboStrap/
H A DPluginUtility.php210 $attributePattern = '\s*([-\w]+)\s*(?:=(\s*[\'"]([^`"]*)[\'"]\s*|[^\s]*))?';
211 $result = preg_match_all('/' . $attributePattern . '/i', $string, $matches);
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js23364 function toParamRegExp(attributePattern, flags) {
23365 …return new RegExp('(?:^|;)\\s*' + attributePattern + '\\s*=\\s*' + '(' + '[^";\\s][^;\\s]*' + '|' …
H A Dpdf.js.map1 …...\n function toParamRegExp(attributePattern, flags) {\n return new RegExp(\n '(?:^|;)\\…