Home
last modified time | relevance | path

Searched refs:match (Results 176 – 200 of 2354) sorted by path

12345678910>>...95

/plugin/bez/syntax/
H A Dquery.php27 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
30 return array($state, $match);
32 case DOKU_LEXER_UNMATCHED : return array($state, $match);
42 list($state,$match) = $data;
46 $renderer->doc .= "QUERY: ".htmlspecialchars($match)."";
51 $renderer->doc .= $renderer->_xmlEntities($match);
H A Dstruct.php48 * @param string $match The match of the syntax
54 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
57 $lines = explode("\n", $match);
/plugin/bible/bible_douayRheims/
H A D2_Corinthians.txt182 …10:12. For we dare not match or compare ourselves with some that commend themselves: but we measur…
H A DGenesis.txt822 …29:27. Make up the week of days of this match: and I will give thee her also, for the service that…
/plugin/bible/
H A Dsyntax.php59 public function handle($match, $state, $pos, &$handler){ argument
65 $bibleLink = $this->_fetchBibleVerse($match);
/plugin/bibtex/OSBib/format/
H A DBIBFORMAT.php396 if(preg_match("#^\\\url{(.*://.*)}#", $row['howpublished'], $match))
398 $row['URL'] = $match[1];
1000 $match = "/" . $delimitLeft . "/";
1016 while(preg_match($match, $pString))
H A DEXPORTFILTER.php53 if(preg_match("/(<a.*>.*<\/a>)/i", $data, $match))
55 $url = preg_quote($match[1], '/');
74 $data = str_replace("OSBIB__URL__OSBIB", $match[1], $data);
H A DREADME.txt67 What is important here is that the key names of the above array match the key names of the resource…
/plugin/bibtex4dw/lib/
H A Dbibtexparser.php795 foreach ($matches as $match) {
/plugin/bibtex4dw/syntax/
H A Dbibtex.php51 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
55 $matches = preg_split('/>/u', $match, 2);
62 return array($state, '', $match, $pos);
69 list($state, $substate, $match, $pos) = $data;
82 $bibtexrenderer->addBibtexToSQLite($match, $ID);
85 $renderer->doc .= $renderer->_xmlEntities($match);
90 // split $match line by line
91 $matches = preg_split("/\r?\n/", trim($match));
95 if ($option == trim($match)) {
96 continue; // No match
[all...]
H A Dcite.php47 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
49 preg_match('/\{\[(.+?)\]\}/', $match, $matches);
54 @list($match, $state, $pos) = $data;
61 $bibkeys = explode(',', $match);
62 if ((count($bibkeys) > 1) || $bibtexrenderer->printCitekey($match)) {
/plugin/bliki/
H A Dsyntax.php331 * @param String $match
336 function read_dir_to_array($dir, $select = 'both', $match = false) { argument
352 if (is_string($match)) {
353 if (!preg_match($match, $file)) {
/plugin/block/
H A Dsyntax.php57 function handle($match, $state, $pos, Doku_Handler $handler){ argument
76 list($type, $val) = preg_split("/\s+/u", substr($match, 1, -1), 2);
134 return array($state, $match);
136 case DOKU_LEXER_UNMATCHED : return array($state, $match);
137 case DOKU_LEXER_EXIT : return array($state,$match);
147 list($state, $match) = $data;
152 $renderer->doc .= $match;
155 case DOKU_LEXER_UNMATCHED : $renderer->doc .= $renderer->_xmlEntities($match); break;
/plugin/blockquote/syntax/
H A Dblockquote.php53 function handle($match, $state, $pos, Doku_Handler $handler) { argument
58 $source = trim(substr($match,strpos($match,' '),-1));
67 $match
H A Dcite.php48 function handle($match, $state, $pos, Doku_Handler $handler) { argument
53 $source = trim(substr($match, 5, -1));
62 $match
H A Dq.php50 function handle($match, $state, $pos, Doku_Handler $handler) { argument
55 $source = trim(substr($match,strpos($match,' '),-1));
64 $match
/plugin/blog/
H A Daction.php48 preg_match('#id=([^&]*)#', $url['query'], $match);
50 $id = cleanID(str_replace($base_url, '', $match[1]));
52 $id = cleanID($match[1]);
65 preg_match('#doku.php/([^&]*)#', $url['path'], $match);
67 $id = cleanID(str_replace($base_url, '', $match[1]));
69 $id = cleanID($match[1]);
/plugin/blog/syntax/
H A Darchive.php23 function handle($match, $state, $pos, Doku_Handler $handler) { argument
26 $match = substr($match, 10, -2); // strip {{archive> from start and }} from end
27 list($match, $flags) = explode('&', $match, 2);
29 list($match, $refine) = explode(' ', $match, 2);
30 list($ns, $rest) = explode('?', $match, 2);
H A Dautoarchive.php23 function handle($match, $state, $pos, Doku_Handler $handler) { argument
26 $match = substr($match, 14, -2); // strip {{autoarchive> from start and }} from end
27 list($match, $flags) = explode('?', $match, 2);
29 list($ns, $refine) = explode(' ', $match, 2);
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);
H A Ddraft.php18 function handle($match, $state, $pos, Doku_Handler $handler) { argument
/plugin/blogtng/exe/
H A Dpingback.php105 if (!preg_match($regex, $page, $match) && !preg_match($regex2, $page, $match)) {
113 if (!preg_match($regex, $page, $match) && !preg_match($regex2, $page, $match))
119 $linkback['excerpt'] = '[…] ' . strip_tags($match[1]) . ' […]';
122 if (!preg_match($regex, $page, $match))
124 $linkback['title'] = strip_tags($match[1]);
/plugin/blogtng/renderer/
H A Dcomment.php92 function plugin($name, $data, $state = '', $match = '') { argument
/plugin/blogtng/syntax/
H A Dblog.php85 * @param string $match The text matched by the patterns
91 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
92 $match = substr(trim($match), 5, -7); // strip '<blog' and '</blog>'
93 list($type,$conf) = explode('>',$match,2);
221 case (preg_match('/^\+(\d+)$/', $opt, $match)):
222 $this->config['order'] = $match[1];
224 case (preg_match('/^tpl(\w+)$/', $opt, $match)):
225 $this->config['tpl'] = $match[1];
H A Dcommentreply.php40 * @param string $match The text matched by the patterns
46 function handle($match, $state, $pos, Doku_Handler $handler) { argument
47 $cid = substr($match, 2, -1);

12345678910>>...95