Home
last modified time | relevance | path

Searched refs:match (Results 676 – 700 of 2354) sorted by relevance

1...<<21222324252627282930>>...95

/plugin/datatables/assets/datatables.net-buttons/js/
H A Dbuttons.flash.min.js
/plugin/bureaucracy-au/
H A Dsyntax.php66 * @param string $match The text matched by the patterns
72 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
73 $match = substr($match, 6, -7); // remove form wrap
74 $lines = explode("\n", $match);
498 * @param array $match with [0]=>whole match, [1]=> first subpattern, [2] => second subpattern
501 function replacedate($match) { argument
505 if($match[2] == null) {
506 $match[2] = $conf['dformat'];
509 return strftime($match[2], strtotime($match[1]));
/plugin/bureaucracyau/
H A Dsyntax.php66 * @param string $match The text matched by the patterns
72 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
73 $match = substr($match, 6, -7); // remove form wrap
74 $lines = explode("\n", $match);
498 * @param array $match with [0]=>whole match, [1]=> first subpattern, [2] => second subpattern
501 function replacedate($match) { argument
505 if($match[2] == null) {
506 $match[2] = $conf['dformat'];
509 return strftime($match[2], strtotime($match[1]));
/plugin/codemirror/dist/modes/
H A Dvb.min.js.map1match","floatLiteral","eat","intLiteral","tokenize","tokenStringFactory","current","doInCurrentLin…
/plugin/task/syntax/
H A Dtasks.php27 function handle($match, $state, $pos, Doku_Handler $handler) { argument
30 $match = substr($match, 8, -2); // strip {{topic> from start and }} from end
31 list($match, $flags) = explode('&', $match, 2);
33 list($match, $refine) = explode(' ', $match, 2);
34 list($ns, $filter) = explode('?', $match, 2);
/plugin/twitter/
H A Dsyntax.php218 * Usually you should only need the $match param.
220 * @param string $match The text matched by the patterns
228 function handle($match, $state, $pos, Doku_Handler $handler) { argument
229 $match = str_replace(array(
237 ), $match);
238 $match = substr($match, 1, - 1);
239 $data = explode(":", $match);
/plugin/webdav/vendor/sabre/vobject/lib/
H A DPHPUnitAssertions.php61 foreach ($matches as $match) {
63 '|^'.preg_quote($match[1], '|').':(.*)\r$|m',
64 $match[1].':**ANY**'."\r",
/plugin/webdav/vendor/sabre/vobject/lib/Property/
H A DUri.php85 foreach ($matches as $match) {
86 switch ($match) {
91 $newVal .= $match;
/plugin/sequencediagram/
H A Dsyntax.php47 * @param string $match The match of the syntax
53 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
56 array_push($data, $match);
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DPHPUnitAssertions.php63 foreach ($matches as $match) {
66 '|^' . preg_quote($match[1], '|') . ':(.*)\r$|m',
67 $match[1] . ':**ANY**' . "\r",
/plugin/icalevents/vendor/sabre/vobject/lib/Property/
H A DUri.php88 foreach ($matches as $match) {
89 switch ($match) {
94 $newVal .= $match;
/plugin/nsindex/
H A Dsyntax.php44 * @param string $match The match of the syntax
50 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
56 $match = explode(',',trim(substr($match,9,-2)));
57 foreach ($match as $m)
/plugin/epub/scripts/
H A Dcss2.php143 foreach($matches[0] as $match) {
144 $newCss .= substr($css, $offset, $match[1] - $offset);
145 $imports .= $match[0];
146 $offset = $match[1] + strlen($match[0]);
/plugin/achart/
H A Dsyntax.php44 * @param string $match The match of the syntax
50 public function handle($match, $state, $pos, Doku_Handler $handler){ argument
51 $match = substr(trim($match), 7, -10);
52 list($opts, $adata) = explode('>', $match, 2);
/plugin/combo/syntax/
H A Dfragment.php128 * @param string $match
137 function handle($match, $state, $pos, Doku_Handler $handler): array argument
144 if (substr($match, 1, strlen(FragmentTag::TEMPLATE_TAG)) === FragmentTag::TEMPLATE_TAG) {
147 $tagAttributes = TagAttributes::createFromTagMatch($match);
156 return PluginUtility::handleAndReturnUnmatchedData(FragmentTag::FRAGMENT_TAG, $match, $handler);
/plugin/fontcolor/
H A Dsyntax.php87 * @param string $match The text matched by the patterns
93 public function handle($match, $state, $pos, Doku_Handler $handler) { argument
96 $color = trim(substr($match, 4, -1)); // get the color
103 $handler->_addCall('cdata', array($match), $pos);
/plugin/rss/
H A Dsyntax.php41 function handle($match, $state, $pos, Doku_Handler $handler) { argument
50 preg_match("/feed *= *(['\"])(.*?)\\1/", $match, $feed);
56 return array('state'=>$state, 'text'=>$match);
58 return array('state'=>$state, 'bytepos_end' => $pos + strlen($match));
/plugin/ac/
H A Dac.php34 $match = true;
37 $match = false;
41 if ($match) {
/plugin/schemadata/
H A Dsyntax.php60 * @param string $match The match of the syntax
67 public function handle($match, $state, $pos, Doku_Handler $handler) argument
73 $this->doi = $match;
/plugin/lastmod/
H A Dsyntax.php53 function handle($match, $state, $pos, Doku_Handler $handler){ argument
57 if (preg_match("/:/", $match)) {
59 preg_match("/:([^~]*)/", $match, $matches);
/plugin/batchedit/
H A Dinterface.css108 #batchedit .be-match {
114 #batchedit .be-match .be-matchid {
118 #batchedit .be-match table {
124 #batchedit .be-match td.be-text {
134 #batchedit .be-match td.be-arrow {
140 #batchedit .be-match td.be-arrow svg {
151 #batchedit .be-match .be-preview {
155 #batchedit .be-match .be-replaced {
159 #batchedit .be-match .be-applied {
/plugin/xml/
H A Dhelper.php18 list($state, $match) = $data;
21 $renderer->doc .= $renderer->_xmlEntities($match);
23 $renderer->doc .= $match;
/plugin/filelisting/
H A Dsyntax.php45 * @param string $match The match of the syntax
51 public function handle($match, $state, $pos, Doku_Handler $handler){
52 $param = substr($match, strlen('{{filelisting'), -strlen('}}'));
50 handle($match, $state, $pos, Doku_Handler $handler) global() argument
/plugin/signavio/
H A Dsyntax.php46 function handle($match, $state, $pos, &$handler){ argument
82 if(trim($match) != ""){
92 $sigData = explode(':',$match);
/plugin/drawio/
H A Dsyntax.php45 * @param string $match The match of the syntax
52 public function handle($match, $state, $pos, Doku_Handler $handler) argument
54 return substr($match,9,-2);

1...<<21222324252627282930>>...95