Home
last modified time | relevance | path

Searched refs:explode (Results 576 – 600 of 1634) sorted by relevance

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

/plugin/yql/
H A Dsyntax.php80 $parts = explode('%%', $value);
86 list($link, $title) = explode('|', $part, 2);
/plugin/findologicxmlexport/vendor/hoa/regex/Visitor/
H A DIsotropic.php141 $xy = explode(',', substr($xy, 1, -1));
148 $xy = explode(',', substr($xy, 1, -1));
/plugin/autolink3/
H A Dsys.php141 $nword = explode(' ', $check);
206 $ret[] = explode(" ",$str);
/plugin/authclientcert/
H A Dauth.php141 foreach (explode(",", $altName) as $part) {
142 $nameval = explode(":", $part, 2);
/plugin/matrixnotifier/
H A Dhelper.php25 $validNamespacesArr = array_map('trim', explode(',', $validNamespaces));
26 $thisNamespaceArr = explode(':', $GLOBALS['INFO']['namespace']);
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Cookie/
H A DSetCookie.php37 $pieces = array_filter(array_map('trim', explode(';', $cookie)));
45 $cookieParts = explode('=', $part, 2);
/plugin/nspages/
H A DoptionParser.php96 self::_addListOfItemsToExclude(explode(' ', $found[1]), $excludedPages, $excludedNs);
122 self::_addListOfItemsToExclude(explode(',', $globalExclude), $excludedPages, $excludedNs);
/plugin/bureaucracyau/helper/
H A Dfieldselect.php22 $this->opt['args'] = array_map('trim', explode('|',array_shift($args)));
/plugin/bureaucracy-au/helper/
H A Dfieldselect.php22 $this->opt['args'] = array_map('trim', explode('|',array_shift($args)));
/plugin/components/lib/
H A Dajax_manager.php35 $components = explode('.', $call);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/
H A DTestUtil.php25 …$queries = explode(';', file_get_contents(__DIR__ . '/../../../examples/sql/sqlite.addressbooks.sq…
/plugin/bureaucracy/helper/
H A Dfieldselect.php22 $this->opt['args'] = array_map('trim', explode('|',array_shift($args)));
/plugin/diagrams/
H A Drenderer.php45 if (!is_array($values)) $values = explode("\n", $values);
/plugin/dir/
H A Dsyntax.php627 $curPathSplit = explode(":", trim(getNS($ID), ":"));
628 $fqidPathSplit = explode(":", trim(getNS($fqid), ":"));
756 $tmp = explode('?', $flags);
941 $pieces = explode(':', trim($pageid, ':'));
948 $name = explode(':', $fqid);
/plugin/pubmed2020/classes/
H A Dpubmed2020.php109 $pmids = explode("\n", $m[1]);
157 $options = explode("|", $searchTerms);
328 $n = explode(",", trim($value));
332 $n = explode(" ", trim($value));
337 foreach (explode(' ', $sn) as $w) {
/plugin/siteexport/syntax/
H A Dtoc.php52 $this->options = explode(' ', substr($match, 5, -1)?:"");
61 $link = explode('|', $link, 2);
184 list($this->includedPages[]) = explode('#', $tocItem[0]);
303 list($id, $hash) = explode('#', $id, 2);
397 list($pageID, $pageReference) = explode("#", $instr[1][0], 2);
/plugin/clacks/
H A Daction.php28 $arr = explode('\n', $this->oh);
/plugin/latexit/syntax/
H A Dconfig.php52 list($key, $val) = explode(' ', trim(substr($match, 10, -2)), 2);
/plugin/evesso/phpoauthlib/src/OAuth/Common/
H A DAutoLoader.php46 $nsparts = explode('\\', $class);
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/
H A DAutoLoader.php46 $nsparts = explode('\\', $class);
/plugin/html2pdf/html2pdf/html2ps/features/
H A D_factory.php25 $class_name = 'Feature'.join('',array_map('ucfirst',explode('.',$normalized_name)));
/plugin/dokugitviewer/
H A Dgit-utils.inc.php32 $columns = explode(DELIMETER, $line);
/plugin/webdav/vendor/sabre/dav/lib/DAV/Auth/Backend/
H A DFile.php53 list($username, $realm, $A1) = explode(':', $line);
/plugin/cspheader/
H A Daction.php78 $values = explode("\n", $values);
/plugin/autlogin/
H A Dajax.php39 $lvl = count(explode(':',$ns));

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