Home
last modified time | relevance | path

Searched refs:explode (Results 701 – 725 of 1634) sorted by relevance

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

/plugin/combo/ComboStrap/
H A DDimension.php221 list($width, $height) = explode(":", $stringRatio, 2);
252 $widthValues = explode(" ", $widthValueAsString);
H A DPluginUtility.php377 list(/* $t */, /* $p */, /* $n */, $c) = explode('_', $get_called_class, 4);
391 $names = explode('_', $get_called_class);
437 $properties = explode(";", $attributes->getValueAndRemove($styleAttributeName));
439 list($key, $value) = explode(":", $property);
/plugin/openid/Auth/OpenID/
H A DTrustRoot.php135 $hostparts = explode('*', $host);
214 $host_parts = explode('.', $parts['host']);
/plugin/openid/Auth/Yadis/
H A DParanoidHTTPFetcher.php202 list($name, $value) = explode(': ', $header, 2);
281 list($name, $value) = explode(': ', $header, 2);
/plugin/latex-was/
H A Dclass.latexrender.php191 $result=explode(" ",$output);
192 $dim=explode("x",$result[2]);
/plugin/function/
H A Dsyntax.php54 $a = explode('?', $func);
/plugin/remoteinf/
H A Daction.php37 $argdata=explode("|",$txtstr,2);
/plugin/findologicxmlexport/vendor/goetas-webservices/xsd2php-runtime/src/Jms/Handler/
H A DBaseTypesHandler.php56 foreach (explode(" ", (string)$node) as $v) {
/plugin/ruby/
H A Dsyntax.php39 $data = explode('|', substr($match, strlen('{{ruby|'), -2));
/plugin/numberof/
H A Dsyntax.php
/plugin/ipban/
H A Daction.php73 list($range, $dt, /*user*/, $reason) = explode("\t", trim($ban));
/plugin/issuelinks/classes/
H A DServiceProvider.php21 list($service, $servicePostfix) = explode('.', $filename, 2);
/plugin/sugar/
H A Dsyntax.php44 list($command,$id) = explode(':', $match_clean);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Exception/
H A DElasticsearchException.php76 $errors = \explode(']; nested: ', $error);
/plugin/mikioplugin/syntax/
H A Dstep.php34 $this->syntaxRender($renderer, 'icon', '', array_flip(explode(' ', $data['icon'])), MIKIO_LEXER_SPECIAL);
/plugin/siteexport/exe/
H A Dsiteexportmanager.php26 $parts = array_filter(explode(DIRECTORY_SEPARATOR, $path), 'strlen');
/plugin/upgrade/HTTP/
H A DHTTPClient.php344 list($cookie) = array_pad(explode(';', $cookie, 2), 2, '');
345 list($key, $val) = array_pad(explode('=', $cookie, 2), 2, '');
755 list($usec, $sec) = explode(" ", microtime());
771 $lines = explode("\n",$string);
774 list($key, $val) = array_pad(explode(':', $line, 2), 2, '');
/plugin/tagging/
H A Dhelper.php36 $ex = array_filter(explode(',', $group));
429 return explode(',', $i);
453 }, explode(',', $newTagNames));
726 $sort = explode(',', $this->getParam('sort'));
822 $pids = explode(',',$taginfo['pids']);
/plugin/googlepagerank/
H A Dsyntax.php40 list($url,$width,$method) = explode(',',$match);
/plugin/xymon/dokuwiki-plugin/xymon/
H A Daction.php49 $msgs = explode("\n%\n",$data);
/plugin/webdav/
H A Daction.php14 $enabled_collections = explode(',', $this->getConf('collections'));
/plugin/simplemap/
H A Dsyntax.php68 [$type, $query] = explode('?', $match, 2);
/plugin/page4release/
H A Daction.php26 $filename = array_pop(explode(':',$ID));
/plugin/owncloud/
H A Dwork.php32 $parts = explode("|",$rawdata);
/plugin/rssticker/
H A Dsyntax.php33 list($title,$url,$cachetime,$css,$delay,$optionalswitch,$align) = explode(',',$match);

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