Home
last modified time | relevance | path

Searched refs:explode (Results 1151 – 1175 of 1634) sorted by relevance

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

/plugin/html2pdf/html2pdf/html2ps/
H A Dcss.border.inc.php72 $subvalues = explode(" ", $value);
/plugin/bbs/
H A Dsyntax.php79 $args = explode(';',$match[1]);
/plugin/jplayer/vendor/robloach/component-installer/src/ComponentInstaller/Process/
H A DProcess.php158 list($vendor, $name) = explode('/', $prettyName);
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/Sass/
H A DSassFilter.php111 $sassProcessArgs = array_merge(explode(' ', $this->rubyPath), $sassProcessArgs);
/plugin/variants/
H A Dvariants.php122 list($key, $value) = explode('=', $condition, 2);
/plugin/webcomponent/syntax/
H A Dblockquote.php238 list(/* $t */, /* $p */, /* $n */, $c) = explode('_', get_called_class(), 4);
/plugin/diff/
H A Dsyntax.php317 $aMatch = explode('>', $aMatch, 2);
/plugin/directorylist/syntax/
H A Ddirectorylist.php181 $patternArray = explode(',', $ignorePattern);
/plugin/davcard/vendor/sabre/vobject/lib/Component/
H A DVCard.php269 $value = explode(';', (string)$this->N);
/plugin/watchcycle/
H A Dsyntax.php68 list($maintainer, $cycle) = array_map('trim', explode(':', $match));
/plugin/webdavclient/vendor/sabre/vobject/lib/Component/
H A DVCard.php269 $value = explode(';', (string)$this->N);
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DAttribute.php23 use function explode;
296 $options = explode(';', $this->attribute);
/plugin/lms/
H A Dhelper.php81 [$time, $id, $seen] = explode("\t", trim($line));
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/
H A DUriTemplate.php72 foreach (explode(',', $expression) as $value) {
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVCard.php269 $value = explode(';', (string)$this->N);
/plugin/combo/ComboStrap/TagAttribute/
H A DAlign.php49 $alignValues = explode(" ", $alignAttributeValues);
/plugin/confmanager/configTypes/
H A DConfigManagerTwoLineLeftImageConfigCascade.php21 $this->extension = explode(',',$extension);
/plugin/batchedit/
H A Drequest.php189 foreach (explode(',', $namespace) as $ns) {
/plugin/openid/Auth/Yadis/
H A DYadis.php308 $parts = explode(";", $content_type_header);
/plugin/structprogress/types/
H A DProgress.php109 $tmp = explode('.', $number);
/plugin/struct/meta/
H A DSearchConfig.php
/plugin/struct/types/
H A DMedia.php28 $allows = explode(',', $this->config['mime']);
/plugin/data-au/syntax/
H A Dentry.php69 $lines = explode("\n", $match);
98 $vals = explode(',', $line[1]);
/plugin/cronojob/
H A Dpseudocron.php221 $subelements = explode(",",$element);
348 $file = explode("\n", $cronTabFile);
/plugin/webdav/vendor/sabre/vobject/lib/
H A DFreeBusyGenerator.php469 $values = explode(',', $freebusy);
471 list($startTime, $endTime) = explode('/', $value);

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