Searched refs:matchPattern (Results 1 – 7 of 7) sorted by relevance
| /plugin/combo/vendor/carica/phpcss/src/PhpCss/Scanner/ |
| H A D | Status.php | 50 protected function matchPattern(string $buffer, int $offset, string $pattern): ?string { function in PhpCss\\Scanner\\Status 66 $tokenString = $this->matchPattern(
|
| /plugin/indexmenu/syntax/ |
| D | indexmenu.php | 223 $matchPattern = '/max#(\d+)(?:$|\s+|#(\d+))/u'; 224 … if ($matched_lvl_sublvl = $this->getOption($defaultsStr, $optsStr, $matchPattern, true)) { 372 * @param string $matchPattern pattern to search for 376 … private function getOption($defaultsString, $optsString, $matchPattern, $multipleMatches = false) argument 378 if (preg_match($matchPattern, $optsString, $match_o) > 0) { 384 } elseif (preg_match($matchPattern, $defaultsString, $match_d) > 0) {
|
| /plugin/combo/vendor/carica/phpcss/src/PhpCss/Scanner/Status/Text/ |
| H A D | Double.php | 37 $tokenString = $this->matchPattern(
|
| H A D | Single.php | 37 $tokenString = $this->matchPattern(
|
| /plugin/bpmnioeditor/vendor/bpmnio-js/ |
| D | bpmn-modeler.development.js | 574 function matchPattern(pattern) { function 21193 …return search.type ? filter(container.overlays, matchPattern({ type: search.type })) : container.o… 21199 return filter(this._overlays, matchPattern({ type: search.type })); 26700 return find(autoResize, matchPattern({ id: element.id })); 33186 source = find(elements, matchPattern({ id: element.source.id })); 33187 target = find(elements, matchPattern({ id: element.target.id })); 33195 labelTarget = find(elements, matchPattern({ id: element.labelTarget.id })); 33668 !find(parentDescriptor.properties, matchPattern({ name: propertyName }))) { 40159 return !!find(rootElements, matchPattern({ id: rootElement.id })); 43265 matchPattern({ id: element.businessObject.default.id }) [all …]
|
| /plugin/bpmnio/vendor/bpmn-js/dist/ |
| H A D | bpmn-viewer.production.min.js | 2 …ject:()=>_e,isString:()=>De,isUndefined:()=>Tt,keys:()=>Oi,map:()=>_t,matchPattern:()=>xn,merge:()… 48 …:ur,isNumber:dp,isObject:sr,isString:yp,isUndefined:en,keys:bs,map:cr,matchPattern:Ap,merge:_s,omi… property
|
| H A D | bpmn-modeler.production.min.js | 2 …ject:()=>Se,isString:()=>st,isUndefined:()=>wn,keys:()=>bi,map:()=>je,matchPattern:()=>Ct,merge:()… 328 …:pl,isNumber:i2,isObject:ul,isString:o2,isUndefined:Ea,keys:OE,map:fl,matchPattern:m2,merge:LE,omi… property
|