Home
last modified time | relevance | path

Searched refs:match (Results 226 – 250 of 2354) sorted by path

12345678910>>...95

/plugin/bootswrapper/syntax/
H A Dpanel.php68 list($state, $match, $pos, $attributes) = $data;
121 $renderer->finishSectionEdit($pos + strlen($match));
H A Dpopover.php88 list($state, $match, $pos, $attributes) = $data;
H A Dprogressbar.php65 list($state, $match, $pos, $attributes) = $data;
H A Dtext.php63 list($state, $match, $pos, $attributes, $is_block) = $data;
H A Dtooltip.php50 list($state, $match, $pos, $attributes) = $data;
H A Dwell.php39 list($state, $match, $pos, $attributes) = $data;
H A Dwrapper.php45 list($state, $match, $pos, $attributes, $is_block) = $data;
/plugin/box/
H A Dsyntax.php80 public function handle($match, $state, $pos, Doku_Handler $handler) argument
85 $data = $this->boxstyle(trim(substr($match, 4, -1)));
86 if (substr($match, -1) == '|') {
98 return array('data', $match);
102 $handler->_addCall('cdata', array($match), $pos);
106 $data = trim(substr($match, 5, -1));
/plugin/box2/
H A Daction.php29 if($PRE && preg_match('/^\s*<box.*?\|([^>\n]+)/',$TEXT,$match)){
31 $event->data['fragment'] = sectionID($match[1], $check);
H A Dsyntax.php81 function handle($match, $state, $pos, Doku_Handler $handler){ argument
85 $data = $this->_boxstyle(trim(substr($match, 4, -1)));
86 if (substr($match, -1) == '|') {
98 return array('data', $match, $pos);
103 return array('title', $match, $pos);
106 $handler->_addCall('cdata',array($match), $pos);
109 $pos += strlen($match); // has to be done becvause the ending tag comes after $pos
110 $data = trim(substr($match, 5, -1));
/plugin/bpmnio/syntax/
H A Dbpmnio.php51 public function handle($match, $state, $pos, Doku_Handler $handler) argument
56 preg_match('/<bpmnio type="(\w+)">/', $match, $matched);
62 $posEnd = $pos + strlen($match);
63 $match = base64_encode($match);
64 return array($state, $this->type, $match, $posStart, $posEnd);
75 list($state, $type, $match, $posStart, $posEnd) = $data;
100 {$match}
/plugin/bpmnio/vendor/bpmn-js/dist/
H A Dbpmn-modeler.production.min.js2 …ring().match(function(e){return Ge.test(e.toString())}(e)?Ke:Ye);if(!t)return[];const n=t[1]||t[2]…
194 …ion(n){if(xe(e,n)){var i=function(e,t,n){return de("marker#"+(i=xe(e,t),i.match(/url\(['"]?#([^'"]…
H A Dbpmn-navigated-viewer.production.min.js2 …ring().match(function(e){return mn.test(e.toString())}(e)?gn:vn);if(!t)return[];const n=t[1]||t[2]…
H A Dbpmn-viewer.production.min.js2 …ring().match(function(e){return un.test(e.toString())}(e)?dn:yn);if(!t)return[];const n=t[1]||t[2]…
/plugin/bpmnio/vendor/dmn-js/dist/
H A Ddmn-modeler.production.min.js2 …ng().match(function(e){return Wn.test(e.toString())}(e)?Xn:Yn);if(!t)return[];var n=t[1]||t[2];ret…
21match(/url\(['"]?#([^'"]*)['"]?\)/)[1]);var r;return wn("marker#"+i,n||document)}(e,n,t._canvas.ge…
H A Ddmn-navigated-viewer.production.min.js2 …ng().match(function(e){return wn.test(e.toString())}(e)?kn:Cn);if(!t)return[];var n=t[1]||t[2];ret…
16 … r=e.type;t="<"+(r.name||r.displayName||r.constructor.name||(r.toString().match(/^function\s*([^\s…
H A Ddmn-viewer.production.min.js2 …ng().match(function(e){return gn.test(e.toString())}(e)?xn:kn);if(!t)return[];var n=t[1]||t[2];ret…
16 … r=e.type;t="<"+(r.name||r.displayName||r.constructor.name||(r.toString().match(/^function\s*([^\s…
/plugin/bpmnioeditor/
H A Dscript.js289 return (searchstring.match(new RegExp('[?&]' + q + '=([^&]+)')) || [, null])[1];
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js291 var match;
294 match = val;
298 return match;
2044 if (!match) {
2048 return match[1] && match[1].split(',').map(function(arg) {
2049 match = arg.match(FN_ARG);
2050 return match ? match[1].trim() : arg.trim();
9028 var match;
9040 endOfLine = match[0].length + match.index;
10207 var encoding = match && match[1];
[all …]
H A Dbpmn-modeler.production.min.js2 …t=e.toString().match(function(e){return We.test(e.toString())}(e)?Ke:Ye);return t&&t[1]&&t[1].spli…
34 …ion(n){if(ge(e,n)){var i=function(e,t,n){return le("marker#"+(i=ge(e,t),i.match(/url\(['"]?#([^'"]…
/plugin/btable2/
H A Dsyntax.php51 function handle($match, $state, $pos, Doku_Handler $handler){ argument
53 $match = substr($match, 8, -9);
56 list($title, $options) = preg_split('/>/u', $match, 2);
/plugin/bugzillaint/syntax/
H A Dlink.php52 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
56 if ( preg_match('/^[Bb]ug\s([0-9]+)(?:\s<([a-z_,^>]+)>)?$/', $match, $submatch) ) {
H A Dlist.php52 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
56 if ( preg_match('/<[Bb]uglist\s+([^>]*)>/', $match, $submatch) ) {
59 'group_by' => preg_match('/group_by:([a-z_]+)/i', $match, $found) ? $found[1] : null,
60 …'extras' => preg_match('/extras:([a-z_,]+)/i', $match, $found) ? trim($found[1]) : $this->getConf(…
H A Dtree.php52 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
56 if ( preg_match('/<[Bb]ugtree\s+([0-9]+)[^>]*>/', $match, $submatch) ) {
59 …'depth' => preg_match('/depth:([0-9])/i', $match, $found) ? $found[1] : $this->getConf('tree_depth…
60 'hideResolved' => !!preg_match('/hideResolved/i', $match, $found),
61 …'extras' => preg_match('/extras:([a-z_,]+)/i', $match, $found) ? trim($found[1]) : $this->getConf(…
/plugin/bugzillalinks/
H A Dsyntax.php53 * @param string $match
59 public function handle($match, $state, $pos, &$handler){ argument
60 if ( preg_match('/^[Bb]ug\s*(\d+)$/', $match, $bugMatch) ) {
61 return array($match, $bugMatch[1]);
63 return array($match);

12345678910>>...95