Home
last modified time | relevance | path

Searched refs:explode (Results 476 – 500 of 1634) sorted by relevance

1...<<11121314151617181920>>...66

/plugin/webdav/vendor/sabre/vobject/lib/Property/ICalendar/
H A DCalAddress.php56 list($schema, $everythingElse) = explode(':', $input, 2);
/plugin/davcard/vendor/sabre/vobject/lib/Property/ICalendar/
H A DCalAddress.php57 list($schema, $everythingElse) = explode(':', $input, 2);
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/ICalendar/
H A DCalAddress.php57 list($schema, $everythingElse) = explode(':', $input, 2);
/plugin/davcal/vendor/sabre/vobject/lib/Property/ICalendar/
H A DCalAddress.php57 list($schema, $everythingElse) = explode(':', $input, 2);
/plugin/prosemirror/parser/
H A DPreformattedNode.php19 $lines = explode("\n", $this->data['content'][0]['text']);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.tag.lyrics3.php223 $imagestrings = explode("\r\n", $ParsedLyrics3['raw']['IMG']);
226 $imagearray = explode('||', $imagestring);
283 $lyricsarray = explode("\r\n", $Lyrics3data['raw']['LYR']);
/plugin/register/
H A Dsyntax.php85 $range = explode(" ", $bit["range"]);
96 $lines = explode("\n", $match);
135 $lines = explode("\n", $match);
/plugin/approve/syntax/
H A Dtable.php26 $lines = explode("\n", $match);
39 $pair = explode(':', $line, 2);
46 $value = array_map('trim', explode(',', $value));
/plugin/geophp/vendor/funiq/geophp/src/Adapter/
H A DWKT.php121 $parts = explode(' ', $dataString);
143 foreach (explode(',', $dataString) as $part) {
182 foreach (explode(',', $dataString) as $part) {
/plugin/autotranslation/
H A Dhelper.php31 $this->translations = array_unique(array_filter(explode(' ', $this->translations)));
39 $this->opts = explode(',', $this->opts);
74 $lang = explode(':', $ID);
89 $tnsA = explode(' ', $this->getConf('translationns'));
/plugin/switchpanel/
H A Dsyntax.php91 $oAttributs = explode( ' ', $sFirstLines );
96 list( $sKey, $sVal ) = explode( '=', $sKeyVal );
159 $oLines = explode( "\n", $sContent );
215 $oInfos = explode( ',', $sLine );
/plugin/airtable/
H A Dsyntax.php455 $decoded_string = explode("type: ", strtolower($type))[1];
490 $string_array = explode(' | ', $user_string);
492 …$parameter = explode(": ", $item); //creates key value pairs for parameters…
496 …$fields = array_map("trim", explode(",", $query['fields'])); //todo: url encode fields he…
/plugin/combo/ComboStrap/
H A DGridTag.php236 $maxCellsValues = explode(" ", $maxLineAttributeValue);
310 $conditionalWidthsLengths = explode(" ", $widthAttributeValue);
399 $widthValues = explode(" ", $widthAttributeValue);
480 $gutters = explode(" ", $gutterAttributeValue);
/plugin/todo/syntax/
H A Dlist.php58 $options = explode(' ', $options);
72 @list($key, $value) = explode(':', $option, 2);
110 $data['assigned'] = explode(',', $value);
118 $data['completeduserlist'] = explode(',', $value);
/plugin/sqlcomp/
H A Dsyntax.php73 $match = explode("|",$match); # CONNECTION, SQL, OPTIONS
82 $con = explode(":",$match[0]); # DBTYPE, DBSERVER, DBUSER, DBPASS, DBNAME
94 $o = explode("&", $match[2]);
159 $aliases = explode("\r", $aliases);
162 list($name, $def) = explode('=', trim($rec));
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/TextUI/
H A DCommand.php335 $ini = explode('=', $option[1]);
414 $this->arguments['groups'] = explode(',', $option[1]);
418 $this->arguments['excludeGroups'] = explode(
425 $this->arguments['testSuffixes'] = explode(
524 $this->arguments['testdoxGroups'] = explode(
531 $this->arguments['testdoxExcludeGroups'] = explode(
/plugin/icons/syntax/
H A Dbreeze.php27 list($category, $icon) = explode('/', $icon);
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/PropertyStorage/Backend/
H A DPDOMysqlTest.php14 $setupSql = explode(';', $setupSql);
/plugin/namespacemessage/
H A Daction.php37 $not_in_namespaces_array = explode(" ", $this->getConf('not_in_namespaces'));
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CardDAV/Backend/
H A DPDOMySQLTest.php21 $queries = explode(
/plugin/indexnumber/
H A Daction.php26 $index_list = array_map("trim", explode("\n", $indexnames));
/plugin/webdav/vendor/sabre/http/lib/Auth/
H A DBasic.php40 $credentials = explode(':', base64_decode(substr($auth, 6)), 2);
/plugin/davcal/vendor/sabre/http/lib/Auth/
H A DBasic.php40 $credentials = explode(':', base64_decode(substr($auth, 6)), 2);
/plugin/codeprettify/syntax/
H A Dcode.php158 list ($lang, ) = explode(' ', $params, 2);
172 list($params, $title) = explode('|', substr($match, 5, -1), 2);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/Log/
H A DTAP.php80 $message = explode(
252 foreach (explode("\n", trim($test->getActualOutput())) as $line) {

1...<<11121314151617181920>>...66