Home
last modified time | relevance | path

Searched refs:explode (Results 1551 – 1575 of 1634) sorted by last modified time

1...<<616263646566

/plugin/qrcode2/
H A Dphpqrcode.php180 $mode = explode(',', $mode);
261 list($usec, $sec) = explode(" ", microtime());
806 $frameLine = join('&#9608;&#9608;', explode('1', $frameLine));
821 … $frameLine = join('<span class="m">&nbsp;</span>', explode("\xc0", $frameLine));
822 … $frameLine = join('<span class="m">&#9618;</span>', explode("\xc1", $frameLine));
823 … $frameLine = join('<span class="p">&nbsp;</span>', explode("\xa0", $frameLine));
824 … $frameLine = join('<span class="p">&#9618;</span>', explode("\xa1", $frameLine));
832 $frameLine = join('&#9830;', explode("\x01", $frameLine));
833 $frameLine = join('&#8901;', explode("\0", $frameLine));
862 return explode("\n", gzuncompress($code));
[all …]
/plugin/tabtables/
H A Daction.php70 $this->original = explode("\n",$event->data);
248 list($usec, $sec) = explode(" ", microtime());
/plugin/dbtables/
H A Dsyntax.php69 $raw=explode("\n",$match);
94 $RowInfo=explode($this->options["fdelim"],$rawline);
156 $parmsexp=explode(';',$match);
172 $p=explode("=",$pexp);
/plugin/usersubscriptions/
H A Dsyntax.php57 $o = explode('=', $os[$i]);
/plugin/quiz/
H A Dsyntax.php46 list($match, $flags) = explode('&', $match, 2);
50 return array($include, $id, explode('&', $flags));
/plugin/swfobject/
H A Dsyntax.php86 $conf = explode('&', $conf[1]);
88 list ($key, $value) = explode('=', $keyValue);
/plugin/pagebox/
H A Dsyntax.php39 return array($include, $id, explode('&', $flags));
/plugin/sidebarng/
H A Daction.php72 $sb_order = explode(',', $this->getConf('order'));
73 $sb_content = explode(',', $this->getConf('content'));
284 $path = explode(':', $id);
/plugin/gil/
H A Dsyntax.php136 $tc = explode(',', $tc);
213 $matches= explode (',', $hpool);
/plugin/dokugource/
H A Daction.php106 $strip = explode(':', $ns);
H A Dadmin.php104 $strip = explode(':', $this->ns);
/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…
H A Dsoapconfig.class.php73 foreach(explode("\n\n", @file_get_contents(DOKU_FARM_PLUGIN.'trusted_apps.php')) as $p) {
75 …foreach(explode("\n", trim($p)) as $f) if(preg_match('`^name\s*=\s*([^#]+)(#.*)?$`i', trim($f), $m…
145 foreach(explode("\n\n", @file_get_contents(DOKU_FARM_PLUGIN.'trusted_apps.php')) as $p) {
147 …foreach(explode("\n", trim($p)) as $f) if(preg_match('`^name\s*=\s*([^#]+)(#.*)?$`i', trim($f), $m…
260 …foreach(explode("\n\n", preg_replace('`<\?php[^?]+\?>\s*`i', '', @file_get_contents(DOKU_FARM_PLUG…
262 foreach(explode("\n", trim($a)) as $f) {
282 foreach(array_map('trim', explode(',', $ovr)) as $o) {
283 $o = array_map('trim', explode('=', $o));
287 …if(preg_match('`^\[[^]]+\]$`', $o[1])) $o[1] = array_map('trim', explode(',', substr($o[1], 1, -1)…
H A Dconfig.class.php82 foreach(explode("\n", @file_get_contents(DOKU_FARM_PLUGIN.'config.php')) as $l) {
120 $this->conf = explode("\n", @file_get_contents(DOKU_FARM_PLUGIN.'config.php'));
H A Dinstall.class.php94 $conf = explode("\n", @file_get_contents(DOKU_FARM_PLUGIN.'install/config.php'));
H A Dvirtualhostconfig.class.php102 foreach(explode("\n", @file_get_contents(DOKU_FARM_PLUGIN.'virtual_hosts.php')) as $l) {
H A Dsoapserver.php77 …foreach(explode("\n\n", preg_replace('`<\?php[^?]+\?>\s*`i', '', file_get_contents('./trusted_apps…
79 foreach(explode("\n", trim($a)) as $f) {
91 foreach(array_map('trim', explode(',', $ovr)) as $o) {
92 $o = array_map('trim', explode('=', $o));
96 …if(preg_match('`^\[[^]]+\]$`', $o[1])) $o[1] = array_map('trim', explode(',', substr($o[1], 1, -1)…
H A Daction.php145 foreach(explode("\n", @file_get_contents(DOKU_CONF.'../animal.meta')) as $l) {
H A Danimalmanager.class.php138 …ew_animal_user_name'], $_POST['new_animal_user_mail'], array_map('trim', explode(',', $_POST['new_…
/plugin/farm/install/
H A Dpreload.php55 foreach(explode("\n", @file_get_contents($vhf)) as $l) {
80 foreach(explode("\n", @file_get_contents($barn.$animal.'/animal.meta')) as $l) {
H A Dfarmstructurecreator.php193 if(isset($_POST['out'])) $out = explode(',', $_POST['out']);
206 foreach(explode("\n", $ctn) as $l) {
/plugin/cronojob/
H A Dpseudocron.php221 $subelements = explode(",",$element);
348 $file = explode("\n", $cronTabFile);
/plugin/cronojob/pseudo-cron/
H A Dpseudo-cron-image.php282 $subelements = explode(",",$element);
441 $file = explode("\n", $cronTabFile);
H A Dpseudo-cron.inc.php239 $subelements = explode(",",$element);
398 $file = explode("\n", $cronTabFile);
/plugin/multipoll/
H A Dsyntax.php43 $o = array_map('trim', explode(' ', substr($match, 0, strpos($match, '|'))));
48 $v = array_map('trim', explode(',', substr($v, 14)));
62 foreach(explode("\n", $r) as $l) {

1...<<616263646566