Home
last modified time | relevance | path

Searched refs:explode (Results 551 – 575 of 1634) sorted by relevance

1...<<21222324252627282930>>...66

/plugin/projects/lib/
H A Dproject.php43 $project_file = DOKU_DATA . implode('/', explode(':', $project_ID))
84 $this->project_path = DOKU_DATA . implode('/', explode(":", $ID)) . '/';
320 explode(':', $this->ID)) . '/';
342 explode(':', $this->ID)) . '/';
/plugin/virtualgroup/
H A Dadmin.php84 explode(',', $groups)
107 explode(',', $users)
166 explode(',', $groups)
189 explode(',', $users)
/plugin/imagemapping/
H A Dsyntax.php151 list($url, $hash) = explode('#', $url, 2);
166 list($scheme) = explode('://', $url);
194 list($url, $hash) = explode('#', $url, 2);
/plugin/socialmark/
H A Dsyntax.php74 $v=explode('|',$v,2);
/plugin/gdpr/helper/
H A Dutils.php26 list($extension, $basename) = explode('.', strrev($entry), 2);
/plugin/hyphenation/
H A Daction.php34 $hyph->loadUserDictFromArray(explode("\n", $this->getConf('customhyph')));
/plugin/davcal/
H A Dics.php16 $path = explode('/', $_SERVER['REQUEST_URI']);
/plugin/rndtxt/
H A Dsyntax.php39 $data = explode('|', $match);
/plugin/mediasyntax/syntax/
H A Dlink.php37 $targets=explode(' ',$target);
/plugin/mathjax/action/
H A Denable.php42 $files = explode(';', $configfiles);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/Backend/
H A DPDOSqliteTest.php29 $queries = explode(
/plugin/dokuprism/
H A Daction.php35 $languages = explode('|',$this->getConf('lanuages_list'));
/plugin/tipoftheday/
H A Daction.php38 list($ID, $params) = explode('&', $ID, 2);
/plugin/authdomainlimitation/action/
H A Dsignup.php43 }, explode(';', $this->getConf('_domainWhiteList')));
/plugin/oauthcognito/
H A Daction.php27 …$decodedObj = json_decode(base64_decode(str_replace('_', '/', str_replace('-','+',explode('.', $id…
/plugin/webdav/vendor/sabre/http/lib/
H A DClient.php505 $headerBlob = explode("\r\n\r\n", trim($headerBlob, "\r\n"));
511 $headerBlob = explode("\r\n", $headerBlob);
517 $parts = explode(':', $header, 2);
/plugin/davcal/vendor/sabre/http/lib/
H A DClient.php503 $headerBlob = explode("\r\n\r\n", trim($headerBlob, "\r\n"));
509 $headerBlob = explode("\r\n", $headerBlob);
515 $parts = explode(':', $header, 2);
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DPolygon.php232 $segments = $this->explode(true);
356 foreach ($geometry->explode(true) as $innerEdge) {
357 foreach ($this->exteriorRing()->explode(true) as $outerEdge) {
/plugin/qrcode2/
H A Dphpqrcode.php180 $mode = explode(',', $mode);
261 list($usec, $sec) = explode(" ", microtime());
806 $frameLine = join('&#9608;&#9608;', explode('1', $frameLine));
821 … $frameLine = join('<span class="m">&nbsp;</span>', explode("\xc0", $frameLine));
822 … $frameLine = join('<span class="m">&#9618;</span>', explode("\xc1", $frameLine));
823 … $frameLine = join('<span class="p">&nbsp;</span>', explode("\xa0", $frameLine));
824 … $frameLine = join('<span class="p">&#9618;</span>', explode("\xa1", $frameLine));
832 $frameLine = join('&#9830;', explode("\x01", $frameLine));
833 $frameLine = join('&#8901;', explode("\0", $frameLine));
862 return explode("\n", gzuncompress($code));
[all …]
/plugin/unameban/
H A Daction.php34 $fields = explode("\t",$ban);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Processor/
H A DMercurialProcessor.php66 $result = explode(' ', trim(`hg id -nb`));
/plugin/discussion/syntax/
H A Dcomments.php63 list($match, $title) = explode('|', $match, 2);
/plugin/authucenter/lib/uc_client/model/
H A Dmisc.php152 $arr = explode(UC_ARRAY_SEP_2, $s);
155 list($key, $val) = explode(UC_ARRAY_SEP_1, $v);
/plugin/tagentry/
H A Daction.php59 $assigned = explode( ' ', $m[1] );
71 'blacklist' => explode( ' ', $this->getConf( 'blacklist' ) ),
/plugin/imagereference/syntax/
H A Dimgcaption.php271 $parsed = explode("|", $str, 2);
276 $parsed = array_pad(explode(" ", $parsed[0], 3), 3, null);

1...<<21222324252627282930>>...66