Home
last modified time | relevance | path

Searched refs:explode (Results 326 – 350 of 1634) sorted by relevance

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

/plugin/darcspatch/
H A Dadmin.php88 $patchlist = explode("\n",trim($this->getConf('patchlist')));
134 $lines = explode("\n",$hunk);
141 $target_lines = explode("\n",$files[$fname]);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.graphic.jpg.php48 list($iptc_record, $iptc_tagkey) = explode('#', $iptc_key_raw);
122 $explodedGPSDateStamp = explode(':', $info['jpg']['exif']['GPS']['GPSDateStamp']);
170 list($subsection, $tagname) = explode(':', $key);
/plugin/flexpaper/
H A Dsyntax.php63 list($file, $params) = explode('?',$match);
113 $params = explode(';',$params);
116 list($key, $value) = explode(':',$param);
/plugin/sitemapnavi/
H A Dhelper.php27 $mediaFile['level'] = count(explode(':', $cleanedNamespace)) + 1;
127 $nslist1 = explode(':', getNS($id1));
128 $nslist2 = explode(':', getNS($id2));
/plugin/src/
H A Dsyntax.php65 $t = explode(' -', $match); //бьём строку параметров на отдельные
68 $k = explode(' ', $value); //если параметр есть, разбить на праметр-значение через пробел
74 $tempArray = explode(':', $tempData['p']);
/plugin/iptrust/
H A Dadmin.php171 list($user, $ip, $date) = explode("\t", $logins[$i]);
213 list($auser, $aip, $adate) = explode("\t", $a);
214 list($buser, $bip, $bdate) = explode("\t", $b);
/plugin/iptrust2/
H A Dadmin.php159 list($user, $ip, $date) = explode("\t", $logins[$i]);
201 list($auser, $aip, $adate) = explode("\t", $a);
202 list($buser, $bip, $bdate) = explode("\t", $b);
/plugin/strata/driver/
H A Ddriver.php146 list($driver, $connection) = explode(':', $this->_dsn, 2);
153 $lines = explode("\n",$sql);
165 $sql = explode(';', $sql);
/plugin/epub/scripts/
H A Debook.php83 list($pre, $img) = explode('=', $matches[1]);
165 $epub_pages = explode(';;',$epub_ids) ;
166 $epub_titles = explode(';;',$e_titles) ;
/plugin/combo/vendor/symfony/yaml/
H A DDumper.php86 foreach (explode("\n", $value) as $row) {
106 foreach (explode("\n", $value->getValue()) as $row) {
153 foreach (explode("\n", $value->getValue()) as $row) {
/plugin/farm/
H A Danimal.class.php118 foreach(explode("\n", @file_get_contents($this->path.'/animal.meta')) as $l) {
138 foreach(explode("\n", @file_get_contents($this->path.'/animal.meta')) as $l) {
193 foreach(explode("\n", @file_get_contents($this->path.'/conf/'.$from)) as $line) {
195 …g_replace(\'`^(\\\'|")?([a-zA-Z0-9_-]+)(\\\'|")?$`i\', \'$2\', trim($e));'), explode('][', $m[1]));
286 foreach(explode("\n", @file_get_contents($this->path.'/conf/'.$rel[$mode])) as $line) {
307 …$e', '$e = trim($e); if(substr($e, -1) != \';\') $e .= \';\'; return $e;'), explode("\n", $conf)));
335 foreach(explode("\n", @file_get_contents($this->path.'/conf/users.auth.php')) as $line) {
442 foreach(explode("\n", @file_get_contents($this->path.'/conf/users.auth.php')) as $line) {
669 …e_function('$l', 'return preg_replace(\'`^([^\s]+)\s`\', \'$1\', $l);'), explode("\n", $vh))), cre…
/plugin/datatemplate/syntax/
H A Dfilterform.php57 $lines = explode("\n",$match);
112 list($key, $value) = explode('*~', $flt);
/plugin/color/
H A Dsyntax.php33 $m = explode('/', $str);
35 $m = explode(':', $str);
/plugin/tag/syntax/
H A Dcount.php48 [$tags, $nsstring] = array_pad(explode('&', $match,2),2,''); // split to tags and allowed namespaces
49 $allowedNamespaces = explode(' ', $nsstring); // split given namespaces into an array
/plugin/task/syntax/
H A Dtasks.php31 list($match, $flags) = explode('&', $match, 2);
32 $flags = explode('&', $flags);
33 list($match, $refine) = explode(' ', $match, 2);
34 list($ns, $filter) = explode('?', $match, 2);
/plugin/authfacebook/
H A Dauth.php150 $user = strtolower(reset(explode('@',$me['email'])));
186 explode(',',$this->getConf('scope'))
192 explode(',',$this->getConf('scope'))
201 explode(',',$this->getConf('scope'))
/plugin/siteexport/inc/
H A Dfunctions.php73 $NSa = explode(':', $NS);
122 $elements = explode(':', $ID);
324 $FA = explode('.', $FILE);
446 foreach( explode("&", $intermediate) as $param ) {
447 list($key, $value) = array_pad( explode("=", $param, 2), 2, null );
644 $replaceParts = explode('/', $replaceURL);
647 $baseParts = explode('/', $baseURL);
726 $mapID = explode('|', $meta['id']);
/plugin/fedauth/Auth/OpenID/
H A DFileStore.php130 $parts = explode('-', $base, 2);
163 list($proto, $rest) = explode('://', $server_url, 2);
164 $parts = explode('/', $rest);
374 list($proto, $rest) = explode('://', $server_url, 2);
380 $parts = explode('/', $rest, 2);
/plugin/wst/syntax/
H A Dtemplate.php62 $dump = explode('|', $dump); // split template name and arguments
70 $tmp = explode("=", $value);
/plugin/typography/helper/
H A Dparser.php116 $tokens = explode(';', $style);
119 $item = array_map('trim', explode(':', $declaration, 2));
/plugin/jplayer/vendor/mustache/mustache/src/Mustache/
H A DContext.php129 $chunks = explode('.', $id);
161 $chunks = explode('.', $id);
/plugin/tile/
H A Dsyntax.php70 foreach (explode ("\n", $data) as $line) {
77 list ($id, $title, $img, $email, $name) = explode ("|", $line);
/plugin/pot/
H A Dhelper.php35 $potsettings = explode('|', $potsettings); // splitt template name and arguments
41 $temp = explode('=', $potsets);
/plugin/sortablejs/
H A Dsyntax.php111 $oa = explode( " ", $opts );
113 $explodedOption = explode( "=", $opt );
/plugin/goto/
H A Dsyntax.php39 $matches = explode("?", substr($match,7,-2));
82 $urlArr = explode('#', $data[0], 2);

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