Home
last modified time | relevance | path

Searched refs:explode (Results 676 – 700 of 1634) sorted by relevance

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

/plugin/jenkins/jenkinsapi/
H A Djenkins.php35 $job_request = explode('/', $job);
/plugin/drawio/
H A Dsyntax.php77 …if(!in_array(pathinfo($media_id, PATHINFO_EXTENSION),array_map('trim',explode(",",$this->getConf('…
/plugin/findologicxmlexport/vendor/phpdocumentor/type-resolver/src/
H A DFqsenResolver.php59 $typeParts = explode(self::OPERATOR_NAMESPACE, $type, 2);
/plugin/strata/types/
H A Dlink.php16 $interwiki = explode('>',$value,2);
/plugin/translation/_test/
H A DBasicTest.php130 list(, $actual) = explode('doku.php?id=', $actual);
/plugin/mikioplugin/syntax/
H A Dalert.php48 $this->syntaxRender($renderer, 'icon', '', array_flip(explode(' ', $data['icon'])), MIKIO_LEXER_SPECIAL);
/plugin/overlay/
H A Daction.php76 $choices = explode(',',$tools);
98 $alternates = explode(',',$namespaces);
/plugin/date/
H A Dsyntax.php255 list ($k, $v) = explode('=', $replacers, 2);
261 list ($k, $v) = explode('=', $rep, 2);
/plugin/fedauth/Auth/OpenID/
H A DTrustRoot.php135 $hostparts = explode('*', $host);
214 $host_parts = explode('.', $parts['host']);
/plugin/fedauth/Auth/Yadis/
H A DParanoidHTTPFetcher.php175 list($name, $value) = explode(': ', $header, 2);
254 list($name, $value) = explode(': ', $header, 2);
/plugin/monthcal/
H A Dsyntax.php79 $arguments = explode (',', $provided_data);
81 list($key, $value) = explode('=', $argument);
/plugin/authyubikey/
H A Dauth.php238 $groups = array_values(array_filter(explode(",", $row[4])));
254 list($user, $yubikey) = explode(':', $line);
/plugin/qc/
H A Drenderer.php215 $a = explode(':', getNS($ID));
216 $b = explode(':', getNS($id));
/plugin/latex/
H A Dclass.latexrender.php191 $result=explode(" ",$output);
192 $dim=explode("x",$result[2]);
/plugin/html2pdf/snorriheim/
H A Dtpl_functions.php151 $path = explode(':',$svID);
234 $path = explode(':',$svID);
/plugin/tabtables/
H A Daction.php70 $this->original = explode("\n",$event->data);
248 list($usec, $sec) = explode(" ", microtime());
/plugin/mediasyntax/tools/
H A Ddokuwiki2mediawiki.php127 $cells[$row]=explode("|",preg_replace("/^\|/","",$line));
227 $headers=explode("^",$line);
/plugin/fileshare/syntax/
H A DFileshare.php63 $data = explode("|",preg_replace("/{{FileSharing>(.*?)}}/","\\1",$match));
240 $members = explode ( ',', $allowedUserGroups );
/plugin/nsexport/packer/ziphtml/
H A Drenderer.php81 list($id,$hash) = explode('#',$id,2);
197 list($src,$hash) = explode('#',$src,2);
/plugin/annotate/
H A Danno.php136 list($which,$text)= explode('>',$xhtml);
223 $_list = explode("\n", $matches[2]);
/plugin/chat/
H A Dajax.php57 $lines = explode("\n----\n", $file."\n");
122 $uinfo = explode('|', $parts[2]);
/plugin/gemini/
H A Dcli.php172 $_SERVER['REMOTE_ADDR'] = explode(':', $peername)[0];
173 $_SERVER['REMOTE_PORT'] = explode(':', $peername)[1];
/plugin/bootswrapper/syntax/
H A Dbootstrap.php121 $value = explode(' ', $value);
141 $multitple_values = explode(' ', $value);
/plugin/structnotification/action/
H A Dnotification.php100 foreach (explode(',', $schema) as $table) {
152 list($schema, $field) = explode('.', trim($matches[1]));
182 $user_and_groups_set = array_map('trim', explode(',', $user_and_groups));
/plugin/farmer/
H A DDokuWikiFarmCore.php207 $parts = explode('.', implode('.', explode(':', rtrim($host, '.'))));

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