Home
last modified time | relevance | path

Searched refs:match (Results 476 – 500 of 2354) sorted by relevance

1...<<11121314151617181920>>...95

/plugin/fckg/syntax/
H A Dspecials.php65 function handle($match, $state, $pos, Doku_Handler $handler){ argument
70 if(preg_match('/OPEN/', $match)) {
74 elseif(preg_match('/CLOSE/', $match)) {
77 elseif(preg_match('/TABLES/', $match)) {
/plugin/ireadit/syntax/
H A Direadit.php31 function handle($match, $state, $pos, Doku_Handler $handler) argument
33 $match = trim(substr($match, strlen('~~IREADIT'), -2));
34 $splits = preg_split('/[\s:]+/', $match, -1, PREG_SPLIT_NO_EMPTY);
/plugin/aichat/
H A Dsyntax.php
/plugin/medialist/
H A Dhelper.php43 $match = substr($data, 12, -2);
44 $match = str_replace(' ',' ', trim($match)); // remove excessive white spaces
49 switch ($match) {
51 $match = '@ID@'; break;
53 $match = '@NS@:*'; break;
56 $match = '@NS@:* +@ID@'; break;
67 $args = $match;
/plugin/tcycle/
H A Dsyntax.php33 function handle($match, $state, $pos, Doku_Handler $handler) { argument
36 $attributes = strtolower(substr($match, 5, -1));
55 $addimgs = trim($match);
63 return array($state, $match);
75 list($state,$match) = $data;
78 …imeout, $this->width, $this->height, $this->namespace, $this->metadata, $this->objectfit) = $match;
85 list($this->addimgs) = $match;
88 $renderer->doc .= $renderer->_xmlEntities($match);
/plugin/bootswrapper/syntax/
H A Dbootstrap.php207 public function handle($match, $state, $pos, Doku_Handler $handler) argument
212 $title = trim($match);
227 $xml = simplexml_load_string(str_replace('>', '/>', $match));
235 …msg('<strong>Bootstrap Wrapper</strong> - Malformed tag (<code>' . hsc($match) . '</code>). Please…
255 return array($state, $match, $pos, $checked_attributes, $is_block);
258 $handler->_addCall('cdata', array($match), $pos, null);
262 return array($state, $match, $pos, null);
280 list($state, $match) = $data;
/plugin/blog/syntax/
H A Dblog.php21 function handle($match, $state, $pos, Doku_Handler $handler) { argument
24 $match = substr($match, 7, -2); // strip {{blog> from start and }} from end
25 list($match, $flags) = array_pad(explode('&', $match, 2), 2, null);
28 list($match, $refine) = array_pad(explode(' ', $match, 2), 2, null);
29 list($ns, $num) = array_pad(explode('?', $match, 2), 2, null);
/plugin/codeprettify/code-prettify/src/
H A Dnode_prettify.js411 var parts = regex.source.match(
753 var tokens = sourceCode.match(tokenizer) || [];
759 var match = void 0;
767 match = token.match(patternParts[1]);
772 match = token.match(patternParts[1]);
773 if (match) {
779 if (!match) { // make sure that we make progress
785 if (isEmbedded && !(match && typeof match[1] === 'string')) {
799 var embeddedSource = match[1];
802 if (match[2]) {
[all …]
H A Dprettify.js459 var parts = regex.source.match(
801 var tokens = sourceCode.match(tokenizer) || [];
807 var match = void 0;
815 match = token.match(patternParts[1]);
820 match = token.match(patternParts[1]);
821 if (match) {
827 if (!match) { // make sure that we make progress
833 if (isEmbedded && !(match && typeof match[1] === 'string')) {
847 var embeddedSource = match[1];
850 if (match[2]) {
[all …]
H A Drun_prettify.js198 var match = script.src.match( variable
200 if (match) {
201 scriptQuery = match[1] || '';
688 var parts = regex.source.match(
1036 var match = void 0;
1044 match = token.match(patternParts[1]);
1049 match = token.match(patternParts[1]);
1050 if (match) {
1062 if (isEmbedded && !(match && typeof match[1] === 'string')) {
1076 var embeddedSource = match[1];
[all …]
/plugin/codemirror/dist/modes/
H A Dmbox.min.js.map1match","inHeaders","emailPermitted","skipToEnd","style","defineMode","startState","token","blankLi…
H A Dtoml.min.js1match(/^.[^\\\"\']*/)}}return b.lhs?"property string":"string"}else if(b.inArray&&a.peek()==="]"){…
H A Dhttp.min.js1match(/^HTTP\/\d\.\d/)){d.cur=c;return"keyword"}else if(b.match(/^[A-Z]+/)&&/[ \t]/.test(b.peek())…
/plugin/pagetitle/syntax/
H A Dyouarehere.php52 public function handle($match, $state, $pos, Doku_Handler $handler) argument
55 return $data = [$state, $match, $ID];
66 list($state, $match, $id) = $data;
78 $renderer->doc .= DOKU_LF.$match.DOKU_LF; // html comment
/plugin/cellbg/
H A Dsyntax.php60 function handle($match, $state, $pos, Doku_Handler $handler){ argument
72 preg_match("/@([^:]*)/", $match, $color); // get the color
73 if ( $this->_isValid($color[1]) ) return array($state, $color[1], $match);
76 return array($state, "yellow", $match);
/plugin/cellbg2/
H A Dsyntax.php60 function handle($match, $state, $pos, Doku_Handler $handler){ argument
72 preg_match("/@([^:]*)/", $match, $color); // get the color
73 if ( $this->_isValid($color[1]) ) return array($state, $color[1], $match);
76 return array($state, "yellow", $match);
/plugin/numberof/
H A Dsyntax.php20 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
24 $match=substr($match,10,-2);
25 $matches=explode(">",$match);
/plugin/daummovie/
H A Dsyntax.php45 * @param string $match The match of the syntax
51 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
54 $match = substr($match,12,-2); //strip markup from start and end
/plugin/youtrack/syntax/
H A Dlist.php46 * @param string $match The match of the syntax
52 public function handle($match, $state, $pos, Doku_Handler &$handler){ argument
56 list($tmp, $match) = explode('>', substr($match, 0, -2), 2); // strip markup
57 … list($filter, $cols) = explode('|', $match, 2); // split filter and columns from rest of match
/plugin/searchform/
H A Dsyntax.php45 * @param string $match The text matched by the patterns
46 * @param int $state The lexer state for the match
51 public function handle($match, $state, $pos, Doku_Handler $handler) {
52 $match = trim(substr($match,11,-1)); //strip {searchform from start and } from end argument
53 list($key, $value) = array_pad(explode('=', $match, 2), 2, null);
/plugin/tag/syntax/
H A Dcount.php39 * @param string $match The match of the syntax
45 function handle($match, $state, $pos, Doku_Handler $handler) { argument
47 $match = trim(substr($match, 8, -2)); // get given tags
48 [$tags, $nsstring] = array_pad(explode('&', $match,2),2,''); // split to tags and allowed namespaces
/plugin/ckgdoku/ckeditor/plugins/pastefromword/filter/
H A Ddefault.js7match(/^OLE_LINK\d+$/)){delete e.name;return}}if(e.attributes.href&&e.attributes.href.match(/#.+$/…
8match(/^file:\/\//)&&e.attributes.alt&&e.attributes.alt.match(/^https?:\/\//)&&(e.attributes.src=e…
9 …list-level"]&&d["mso-list"]&&d["mso-list"].match(/level/)&&(c.attributes["cke-list-level"]=d["mso-…
13 a.getHtml().match(/^(\s|&nbsp;)+$/)){for(var c=a.children.length-1;0<=c;c--)a.children[c].insertAft…
27 …s.style&&b.attributes.style.match(/mso\-list:\s?l\d/)&&"li"!==b.parent.name||b.attributes["cke-dis…
33 …"decimal",a.match(/[a-z]/)&&(b="lower-alpha"),a.match(/[A-Z]/)&&(b="upper-alpha"));return b}},getS…
45match(/^l/i)?50+g.toArabic(a.slice(1)):a.match(/^lx/i)?40+g.toArabic(a.slice(1)):a.match(/^x/i)?10…
46match(/\d/))return{index:a?parseInt(g.getSubsectionSymbol(a),10):0,type:"decimal"};a=a.replace(/\W…
47 c={id:"0",level:"1"};b&&(b+=" ",c.level=b.match(/level(.+?)\s+/)[1],c.id=b.match(/l(\d+?)\s+/)[1]);…
48match(/^(?: |&nbsp;)*\(?[a-zA-Z0-9]+?[\.\)](?: |&nbsp;){2,}/)?!0:t.isDegenerateListItem(a,b)},clea…
[all …]
/plugin/refnotes/
H A Dreference.php19 if (preg_match('/(?:@@FNT|#)(\d+)/', $name, $match) == 1) {
20 $name = intval($match[1]);
35 preg_match_all('/\|\s*([-\w]+)\s*=\s*([^|]+)/', $data, $match, PREG_SET_ORDER);
37 foreach ($match as $m) {
42 preg_match_all('/([-\w]+)\s*:\s*(.+?)\s*?(?:(?<!\\\\);|\n|$)/', $data, $match, PREG_SET_ORDER);
44 foreach ($match as $m) {
/plugin/googlepagerank/
H A Dsyntax.php37 function handle($match, $state, $pos, &$handler) { argument
39 $match = substr($match,11,-2);
40 list($url,$width,$method) = explode(',',$match);
/plugin/rssticker/
H A Dsyntax.php30 function handle($match, $state, $pos, &$handler) { argument
32 $match = substr($match,12,-2);
33 list($title,$url,$cachetime,$css,$delay,$optionalswitch,$align) = explode(',',$match);

1...<<11121314151617181920>>...95