Home
last modified time | relevance | path

Searched refs:explode (Results 776 – 800 of 1634) sorted by relevance

1...<<31323334353637383940>>...66

/plugin/diagrams/action/
H A Daction.php97 $png = base64_decode(explode(',', $png)[1]);
/plugin/randominc/
H A Dsyntax.php35 list($match, $flags) = explode('&', $match, 2);
39 return array($include, $id, cleanID($section), explode('&', $flags), $pos);
/plugin/infomail/
H A Daction.php84 $lists = explode('|', $this->getConf('default_recipient'));
137 $all_recipients = explode(' ', $INPUT->str('r_email'));
/plugin/ajaxpeon/
H A Dhelper.php221 $list1 = explode(",",$w_txt1);
222 $list2 = explode(",",$w_txt2);
/plugin/farm/install/
H A Dfarmstructurecreator.php193 if(isset($_POST['out'])) $out = explode(',', $_POST['out']);
206 foreach(explode("\n", $ctn) as $l) {
/plugin/minimap/
H A Dsyntax.php142 $parts = explode(':', $nameSpacePath);
392 list(/* $t */, /* $p */, $c) = explode('_', $get_called_class, 3);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Extensions/
H A DPhptTestCase.php420 foreach (explode("\n", trim($content)) as $e) {
421 $e = explode('=', trim($e), 2);
/plugin/davcard/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php286 $values = explode(',', $freebusy);
288 list($startTime, $endTime) = explode('/', $value);
/plugin/bookcreator/action/
H A Dhandleselection.php262 $lines = explode("\n", $pagecontent);
275 list($id, /* $title */) = explode('|', $line, 2);
/plugin/webdavclient/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php286 $values = explode(',', $freebusy);
288 list($startTime, $endTime) = explode('/', $value);
/plugin/pureldap/vendor/freedsx/sasl/src/FreeDSx/Sasl/Encoder/
H A DDigestMD5Encoder.php17 use function dechex, explode, implode, preg_match, sprintf, str_pad, strlen, substr; alias
300 return explode(',', $value);
/plugin/newpagetemplate/
H A Dhelper.php97 return explode(",", $v, 2);
98 }, explode(';', $newpagevars));
/plugin/authorstats/
H A Daction.php49 $flags = explode(",", str_replace(" ", "", $this->getConf("pagelist_flags")));
160 $parts = explode(DOKU_TAB, $line);
/plugin/davcal/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php286 $values = explode(',', $freebusy);
288 list($startTime, $endTime) = explode('/', $value);
/plugin/navi/
H A Dsyntax.php46 list($id, $opts) = explode('?', $id, 2);
303 foreach (explode('&', $opts) as $opt) {
/plugin/combo/ComboStrap/Meta/Field/
H A DPageImages.php85 $usage = explode(",", $usage);
97 $usage = explode(",", $usage);;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Barcode/
H A DImb.php88 $codeArray = explode('-', $code);
130 $binaryCodeArray = explode("\r", $binaryCodeArray);
/plugin/tag/syntax/
H A Dsearchtags.php50 return array_filter(explode('&', $flags));
78 $configflags = explode(',', str_replace(" ", "", $this->getConf('pagelist_flags')));
/plugin/templater/
H A Dsyntax.php294 list($k, $v) = explode('=', $replacers, 2);
301 list($k, $v) = explode('=', $rep, 2);
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DCollection.php309 public function explode($toArray = false) function in geoPHP\\Geometry\\Collection
313 foreach ($component->explode($toArray) as $part) {
/plugin/diagram/syntax/
H A Dmain.php264 $params = explode(';', $data['params']);
267 list ($key, $value) = explode(':', $param);
794 $command_parts = explode('@', $command, 2);
/plugin/snap/
H A Dsyntax.php.ori108 $param=explode("|",$param);
123 if ($options) $options=explode("x",$options);
142 $titrePage=explode(":",$param);
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/PEAR/Sniffs/Commenting/
H A DFileCommentSniff.php331 $nameBits = explode('_', $newContent);
384 $nameBits = explode('_', $newContent);
429 $nameBits = explode('_', $newContent);
/plugin/404manager/
H A Daction.php341 $pathNames = explode(':', $pageNameSpace);
459 $link = explode('#', $targetPage, 2);
521 $wordsInPageSourceId = explode(':', $id);
/plugin/metadisplay/helper/
H A Dhtml.php54 list($this->timestamp,$this->t_when) = explode(':',$tm);
394 $arr = explode('|', $str);
398 $vals = explode('|',$val_str);

1...<<31323334353637383940>>...66