Home
last modified time | relevance | path

Searched refs:explode (Results 1126 – 1150 of 1634) sorted by relevance

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

/plugin/graphviz/
H A Dsyntax.php61 $lines = explode("\n",$match);
/plugin/gcalendar/inc/
H A Dgcal_main.php60 $pages = explode(',',$pages);
/plugin/revisionsdue/
H A Dsyntax.php223 $match_array = explode(":", $id);
/plugin/command/inc/
H A Dembedding.php206 $rawParams = explode('&', substr($matches[2], 1));
/plugin/components/lib/
H A Daction_manager.php92 $components = explode('.', $action);
/plugin/onlinenumber/
H A Dsyntax.php137 return explode('|', substr($match, strlen('{{onlinenumber|'), -2));
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Factory/Loader/
H A DBasePhpFormulaLoader.php158 … return is_array($argument) ? $argument : array_filter(array_map('trim', explode(',', $argument)));
/plugin/tagsections/action/
H A Dajax.php112 $ns_parts = explode(':', $ns);
/plugin/osm/
H A Dsyntax.php59 list($str_params, $str_markers) = explode('>', substr($match, 4, -6), 2);
/plugin/rack/
H A Dsyntax.php162 foreach (explode("\n",$content) as $line) {
/plugin/hidingip/
H A Daction.php25 $whentohide = explode(',', $this->getConf('whenToHide'));
/plugin/authradius/
H A Dauth.php48 $hosts = explode(",", $host);
/plugin/aclregex/
H A Daction.php123 $acl_object_parts = explode('/', $acl_object); // Split on delimiters
/plugin/xcom/scripts/
H A Dxml.php51 list($key,$val) = explode (':' , $el);
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DOpenSSH.php137 $parts = explode(' ', $key, 3);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DDeduplicationHandler.php129 list($timestamp, $level, $message) = explode(':', $store[$i], 3);
/plugin/tplinc/
H A Dhelper.php33 $assignments[] = array_map('trim', explode("\t", $line, 4));
/plugin/prosemirror/parser/
H A DLinkNode.php60 @list ($keyPrefix, $attrKey) = explode('-', $key, 2);
/plugin/siteexport/action/
H A Daggregate.php41 $namespaces = explode('|', $namespaces);
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/src/Framework/MockObject/
H A DGenerator.php619 $args = explode(
656 $parts = explode('\\', $className);
909 $classNameParts = explode('\\', $type);
1098 … 'arguments_count' => !empty($arguments_call) ? count(explode(',', $arguments_call)) : 0,
/plugin/imapmarkers/syntax/
H A Dimapmarkers_simple_html_dom.php641 $node_id = explode(' ', trim($node->attr['id']))[0];
651 $node_classes = explode(' ', $node->attr['class']);
835 return in_array($pattern, explode(' ', trim($value)), true);
921 $m[3] = explode('.', $m[3]);
1237 $class = explode(' ', $class);
1262 return in_array($class, explode(' ', $this->class), true);
1284 $class = explode(' ', $class);
1288 $class = array_diff(explode(' ', $this->class), $class);
/plugin/fedauth/Auth/Yadis/
H A DYadis.php291 $parts = explode(";", $content_type_header);
/plugin/freechat/phpfreechat/lib/pear/PHPUnit/GUI/
H A DHTML.php116 $removablePrefix = explode('_',$aSuite->getName());
/plugin/farmsync/meta/
H A DMediaUpdates.php69 $namespace = join(':', explode(':', $cleanline, -1));
/plugin/poll/
H A Dsyntax.php40 $options = explode('*', $options);

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