Home
last modified time | relevance | path

Searched refs:explode (Results 1101 – 1125 of 1634) sorted by relevance

1...<<41424344454647484950>>...66

/plugin/davcal/vendor/sabre/dav/lib/DAV/Locks/Backend/
H A DPDO.php66 $uriParts = explode('/', $uri);
/plugin/mathpublish/phpmathpublisher/
H A DPhpMathPublisher.php72 list(, $v, $name) = explode("_", $fi);
/plugin/mathpublish/
H A Dsyntax.php93 list($size, $math) = explode('>', $match, 2);
/plugin/blog/
H A Dhelper.php152 $newentrytitle = array_pop(explode('=', array_pop($newentrytitle), 2));
/plugin/autonumbering/
H A Dsyntax.php100 $dataTab = explode('.', $data);
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/Service/
H A DDriverService.php200 $paths = explode(PATH_SEPARATOR, getenv('PATH'));
/plugin/photogallery/phpThumb/demo/
H A DphpThumb.demo.gallery.php44 @list($photo, $caption) = explode("\t", $value);
/plugin/struct/meta/
H A DCSVPageImporter.php56 $pageParts = explode(':', $pid);
/plugin/struct/
H A Dremote.php115 $class = explode('\\', get_class($column->getType()));
/plugin/cronojob/pseudo-cron/
H A Dpseudo-cron.inc.php239 $subelements = explode(",",$element);
398 $file = explode("\n", $cronTabFile);
H A Dpseudo-cron-image.php282 $subelements = explode(",",$element);
441 $file = explode("\n", $cronTabFile);
/plugin/farm/
H A Dconfig.class.php82 foreach(explode("\n", @file_get_contents(DOKU_FARM_PLUGIN.'config.php')) as $l) {
120 $this->conf = explode("\n", @file_get_contents(DOKU_FARM_PLUGIN.'config.php'));
/plugin/semanticdata/syntax/
H A Dentry.php59 $lines = explode("\n",$match);
86 $vals = explode(',',$line[1]);
/plugin/condition/
H A Dsyntax.php207 $i = explode('<else>', $content);
241 $i = explode('<else>', $content);
/plugin/swiftmail/Swift/Message/
H A DEncoder.php197 $lines = explode($le, $string);
351 $lines = explode($le, $data_wrapped);
/plugin/projects/action/
H A Daction.php71 $path = explode(":", $project);
140 $file = end(explode(":", $name));
/plugin/multiorphan/action/
H A Dmultiorphan.php230 list($mid, $hash) = explode('#', $mid); //record pages without hashs
437 list($link, $hash) = explode('#', $id, 2);
/plugin/xcom/
H A Dremote.php170 $result = explode('|', $file);
171 $result = explode('?',$result[0]);
/plugin/gemini/
H A Drenderer.php268 $id = explode('?', $id, 2)[0];
269 $id = explode('#', $id, 2)[0];
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DDatamatrixFactory.php269 $filePath = explode(DIRECTORY_SEPARATOR, $this->file);
333 $filePath = explode(DIRECTORY_SEPARATOR, $this->file);
H A DPDF417Factory.php273 $filePath = explode(DIRECTORY_SEPARATOR, $this->file);
337 $filePath = explode(DIRECTORY_SEPARATOR, $this->file);
/plugin/bez/action/
H A Ddefault.php125 $ex = explode(':', $id);
143 $ex = explode(':', $ID);
/plugin/pycode/
H A Dmethod.php71 $name = explode(":", $name); // array {[0] => from, [1] => to}
584 $url = explode("/", $url); // returns an array of strings
639 $url = explode("/", $url); // returns an array of strings
/plugin/openid/Auth/OpenID/
H A DMessage.php521 $parts = explode('.', $key, 2);
576 $parts = explode('.', $rest, 2);
975 $parts = explode('.', $aliased_key, 2);
/plugin/emoji/
H A Dsyntax.php159 $pairs = explode('-',$unicode);

1...<<41424344454647484950>>...66