Home
last modified time | relevance | path

Searched refs:explode (Results 1226 – 1250 of 1634) sorted by relevance

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

/plugin/combo/vendor/salesforce/handlebars-php/src/Handlebars/
H A DHelpers.php770 list($slice_start, $slice_end) = explode(":", $m[2]);
787 $eles = explode(' ', $args);
/plugin/dokugource/
H A Daction.php106 $strip = explode(':', $ns);
H A Dadmin.php104 $strip = explode(':', $this->ns);
/plugin/removeold/
H A Dadmin.php155 $filelist = explode(chr(10),$afilelist);
/plugin/jplayer/vendor/james-heinrich/getid3/demos/
H A Ddemo.write.php182 list($TrackNumber, $TracksTotal) = explode('/', $TrackNumber);
/plugin/canvas/
H A Dcanvas.php96 list($ctype, $cid, $cparam) = explode(' ', $match, 3);
/plugin/webdav/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php83 $this->setValue(explode($this->delimiter, $val));
/plugin/docimporter/
H A DSyntaxConverter.php219 $parts = explode('|', $detail);
/plugin/loadskin/
H A Daction.php198 $path = explode(':', $id);
/plugin/icalevents/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php91 $this->setValue(explode($this->delimiter, $val));
/plugin/farm/
H A Daction.php145 foreach(explode("\n", @file_get_contents(DOKU_CONF.'../animal.meta')) as $l) {
/plugin/dwspecialist/
H A Dsyntax.php183 $parameters=explode("&", $parameter);
/plugin/explorertree/
H A Dhelper.php109 …datadir'],'search_index',array('ns'=>getNS($ID)),$dir,$dir == '' ? 1 : count(explode('/',$dir))+1);
/plugin/pagetitle/
H A Dhelper.php41 $nodes = ($page == $conf['start']) ? array('') : explode(':', ':'.$page);
/plugin/davcard/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php86 $this->setValue(explode($this->delimiter, $val));
/plugin/clipboardutils/
H A Dsyntax.php159 if (strpos($f_str,',') !== FALSE) $formats =explode(',',$f_str);
/plugin/webdavclient/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php86 $this->setValue(explode($this->delimiter, $val));
/plugin/davcal/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php86 $this->setValue(explode($this->delimiter, $val));
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/
H A DAbstractEndpoint.php272 $this->options['client']['ignore'] = explode(",", $ignore);
/plugin/elasticsearch/vendor/ezimuel/ringphp/src/
H A DCore.php133 $parts = explode(':', $line, 2);
/plugin/simplenavi/
H A Dsyntax.php44 return explode(' ', substr($match, 13, -2));
/plugin/elasticsearch/vendor/ruflin/elastica/src/Index/
H A DSettings.php110 $keys = \explode('.', $setting);
/plugin/blog/
H A Daction.php195 list($newmonth, $dateprefix) = explode('?', substr($dateprefix, 1));
/plugin/adhoctags/syntax/
H A Dabstract.php24 $arr = explode(',', $this->getConf($this->configName));
/plugin/combo/ComboStrap/
H A DIso8601Date.php289 $normalFormat = explode(" ", $pattern);

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