| /plugin/serverinfos/serverinfos/lib/ |
| D | InfosServer.class.php | 71 $os_tmp = explode('ProductName:',$os_type[0]); 90 $exp = explode(' ', $cpu_tmp64[0],3); 100 $vos_tmp = explode('ProductVersion:',$os_type[1]); 117 $model_tmp = explode('@', $this->getTmp()); 122 $tmp = explode(':', $piTmp[0]); 161 $memsize = explode(':', $tmp[0]); 175 $ram_tmp = explode('Mem:', $tmpLinux[0]); 178 $chaine_tmp = explode(' ',$chaine_preg); 186 $exp = explode(':', $tmpWin[7]); 202 $exp = explode(':', $tmp[13]); [all …]
|
| D | Elements.class.php | 145 $tmp_web = explode(" ", $_SERVER['SERVER_SOFTWARE']); 288 $data['up'] = explode('up',$timeValue); 289 $data['mins'] = explode('mins',$timeValue); 298 $data['up'] = explode('up',$uptime); 299 $data['mins'] = explode('mins',$uptime); 306 $duree = explode('mins',$data['up'][1]); 316 $duree_tmp = explode(',',$data['up'][1]); 317 $duree = explode(':',$duree_tmp[0]); 329 $duree_tmp = explode('up',$data['up'][1]); 330 $days_hours = explode(',',$duree_tmp[0]); [all …]
|
| /plugin/sentry/ |
| D | Browser.php | 498 $aresult = explode("/", stristr($this->_agent, "BlackBerry")); 500 $aversion = explode(' ', $aresult[1]); 520 $aversion = explode(' ', stristr($this->_agent, 'AOL')); 537 $aresult = explode('/', stristr($this->_agent, 'googlebot')); 539 $aversion = explode(' ', $aresult[1]); 556 $aresult = explode('/', stristr($this->_agent, 'YandexBot')); 558 $aversion = explode(' ', $aresult[1]); 575 $aresult = explode('/', stristr($this->_agent, 'YandexImageResizer')); 577 $aversion = explode(' ', $aresult[1]); 594 $aresult = explode('/', stristr($this->_agent, 'YandexCatalog')); [all …]
|
| /plugin/statdisplay/ |
| D | Browser.php | 413 $aresult = explode("/",stristr($this->_agent,"BlackBerry")); 414 $aversion = explode(' ',$aresult[1]); 432 $aversion = explode(' ',stristr($this->_agent, 'AOL')); 446 $aresult = explode('/',stristr($this->_agent,'googlebot')); 447 $aversion = explode(' ',$aresult[1]); 462 $aresult = explode("/",stristr($this->_agent,"msnbot")); 463 $aversion = explode(" ",$aresult[1]); 478 $aresult = explode('/',stristr($this->_agent,'W3C-checklink')); 479 $aversion = explode(' ',$aresult[1]); 487 $aresult = explode('/',stristr($ua,'W3C_Validator')); [all …]
|
| /plugin/bugzillaint/helper/ |
| D | bugzillaclient.php | 37 $f_ids = is_array($ids) ? $ids : explode(',', $ids); 70 'status' => explode(',', 'NEW,OPEN,UNCO,REOP,ASSI') 75 $options['status'] = explode(',', 'OPEN,REOP,UNCO,RESO,VERI,NEW,CONFIRMED,IN_PROGRESS,ASSIGNED'); 78 $options['status'] = explode(',', 'OPEN,REOP,UNCO,NEW,CONFIRMED,IN_PROGRESS,ASSIGNED'); 81 $options['status'] = explode(',', 'UNCO'); 84 $options['status'] = explode(',', 'RESO'); 87 $options['status'] = explode(',', 'VERI'); 90 $options['status'] = explode(',', 'CLO'); 93 $options['resolution'] = explode(',', 'FIXED'); 96 $options['resolution'] = explode(',', 'INVA'); [all …]
|
| /plugin/tagalerts/ |
| D | action.php | 40 $this->pagetags = explode(',', $meta['content']); 56 …$errorTriggers = explode(',',str_replace('_', ' ', str_replace(', ', ',', $this->getConf('error'))… 57 …$infoTriggers = explode(',',str_replace('_', ' ', str_replace(', ', ',', $this->getConf('info')))); 58 …$successTriggers = explode(',',str_replace('_', ' ', str_replace(', ', ',', $this->getConf('succes… 59 …$notifyTriggers = explode(',',str_replace('_', ' ', str_replace(', ', ',', $this->getConf('notify'… 96 …$triggers['error'] = explode(',',str_replace('_', ' ', str_replace(', ', ',', $this->getConf('erro… 97 …$triggers['info'] = explode(',',str_replace('_', ' ', str_replace(', ', ',', $this->getConf('info'… 98 …$triggers['success'] = explode(',',str_replace('_', ' ', str_replace(', ', ',', $this->getConf('su… 99 …$triggers['notify'] = explode(',',str_replace('_', ' ', str_replace(', ', ',', $this->getConf('not…
|
| /plugin/dlcounter/ |
| D | syntax.php | 50 $x = explode('?', $command); 52 $params = explode(' ', $x[1]); 82 $data['htext'] = explode('"', $x[1])[1]; 85 $data['minwidth'] = explode('=', $item)[1]; 88 $data['cpad'] = explode('=', $item)[1]; 138 $fdata = explode(':', $file); 164 $a = explode(':', $v); 172 $a = explode(':', $v);
|
| /plugin/minecraftrecipe/ |
| D | syntax.php | 29 $lines = explode("\n", trim($content)); 51 $resultItems = explode(',', trim(substr($line, 2))); 54 $slots = array_filter(explode(' ', $line)); 57 $items = array_map('trim', explode(',', $slot)); 92 $resultItems = explode(',', trim(substr($line, 2))); 95 $fuelItems = explode(',', $line); 98 $inputItems = explode(',', $line); 124 $potionItems = explode(' ', trim(substr($line, 2))); 126 $potions[] = array_map('trim', explode(',', $potion)); 130 $reagentItems = explode(',', $line);
|
| /plugin/data-graph/ |
| D | syntax.php | 47 $match = explode("\n", $match); 49 $d = explode(":", $line, 2); 61 $groups = explode(",",$kv["choosableGroups"]); 62 $aggregates = explode(",",$kv["choosableAggregates"]); 63 $years = explode(",",$kv["choosableYear"]); 155 $metrics = explode(" ", $arr[0]["metrics"]); 170 $curname = explode(" ", trim($arr[$i]["k"])); 195 foreach (explode(",", $line["pages"]) as $page){
|
| /plugin/datagraph/ |
| D | syntax.php | 47 $match = explode("\n", $match); 49 $d = explode(":", $line, 2); 61 $groups = explode(",",$kv["choosableGroups"]); 62 $aggregates = explode(",",$kv["choosableAggregates"]); 63 $years = explode(",",$kv["choosableYear"]); 155 $metrics = explode(" ", $arr[0]["metrics"]); 170 $curname = explode(" ", trim($arr[$i]["k"])); 195 foreach (explode(",", $line["pages"]) as $page){
|
| /plugin/fedauth/Auth/Yadis/ |
| D | PlainHTTPFetcher.php | 118 list($headers, $body) = explode("\r\n\r\n", $data, 2); 119 $headers = explode("\r\n", $headers); 121 $http_code = explode(" ", $headers[0]); 138 $parts = explode(": ", $header, 2); 224 list($headers, $response_body) = explode("\r\n\r\n", $response, 2); 226 $headers = explode("\r\n", $headers); 231 $http_code = explode(" ", $headers[0]); 238 list($name, $value) = explode(": ", $header, 2);
|
| /plugin/openid/Auth/Yadis/ |
| D | PlainHTTPFetcher.php | 127 list($headers, $body) = explode("\r\n\r\n", $data, 2); 128 $headers = explode("\r\n", $headers); 130 $http_code = explode(" ", $headers[0]); 147 $parts = explode(": ", $header, 2); 233 list($headers, $response_body) = explode("\r\n\r\n", $response, 2); 235 $headers = explode("\r\n", $headers); 240 $http_code = explode(" ", $headers[0]); 247 list($name, $value) = explode(": ", $header, 2);
|
| /plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/ |
| H A D | AbstractField.php | 63 $parts = array_map('trim', explode('-', $value, 2)); 78 $parts = array_map('trim', explode('/', $value, 2)); 89 $range = explode('-', $parts[0], 2); 124 list ($offset, $to) = explode('-', $expression); 128 $range = array_map('trim', explode('/', $expression, 2)); 131 $range = explode('-', $range, 2);
|
| /plugin/hcalendar/syntax/ |
| D | helper.php | 14 @list($time_info,$summary,$location) = explode('|',$match,3); 15 @list($start_info,$end_info) = explode(';',$time_info,2); 50 list($time_yy,$time_mth,$time_day) = explode('/',$time_date); 55 @list($time_hh,$time_min,$time_sec) = explode(':',$time_time); 66 @list($time_hh,$time_min,$time_sec) = explode(':',$time_time); 73 @list($time_yy,$time_mth,$time_day) = explode('/',$time_date); 78 @list($time_hh,$time_min,$time_sec) = explode(':',$time_time);
|
| /plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/AttrDef/URI/ |
| D | IPv6.php | 43 $ip = explode('.', $find[0]); 50 $aIP = explode('::', $aIP); 56 $first = explode(':', $first); 57 $second = explode(':', $second); 71 $aIP = explode(':', $aIP[0]);
|
| /plugin/pagelist/ |
| D | syntax.php | 52 list($flags, $match) = array_pad(explode('>', $match, 2), 2, null); 53 $flags = explode('&', substr($flags, 1)); 54 $items = explode('*', $match); 60 list($id, $title, $description) = array_pad(explode('|', $match[1], 3), 3, null); 61 list($id, $section) = array_pad(explode('#', $id, 2), 2, null); 76 list($image, $title) = array_pad(explode('|', $match[1], 2), 2, null);
|
| /plugin/syntaxhighlighter4/ |
| D | syntax.php | 58 $tags = explode(',', $this->getConf('override')); 66 $tags = explode(',', $this->getConf('override')); 145 $attr_array = explode(';', $attr); 164 $attr_array = explode(';', $attr); 175 $highlight_exp = explode(',', $highlight_str); 181 $highlight_elt_exp = explode('-', $highlight_elt); 203 $tags = explode(',', $this->getConf('override'));
|
| /plugin/statistics/vendor/mustangostang/spyc/php4/ |
| D | spyc.php4 | 344 $exploded = explode("\n",$value); 458 $lines = explode("\n",$input); 530 $explode = $this->_inlineEscape($innerValue); 533 foreach ($explode as $v) { 540 $array = explode(': ',$value); 553 $explode = $this->_inlineEscape($innerValue); 556 foreach ($explode as $v) { 640 $explode = explode(', ',$inline); 647 foreach ($explode as $key => $value) { 650 $explode[$key] = str_replace(('YAMLSeq'.$seqk.'s'),$seq,$value); [all …]
|
| /plugin/meta/ |
| D | syntax.php | 39 $pairs = explode('&', $match); 41 list($key, $value) = explode('=', $pair, 2); 42 list($key, $subkey) = explode(' ', $key, 2); 120 list($start, $end) = explode('->', $date, 2); 124 list($date, $time) = explode(' ', trim($start), 2); 134 list($startdate, $starttime) = explode(' ', trim($start), 2); 142 list($enddate, $endtime) = explode(' ', trim($end), 2);
|
| /plugin/authgooglesheets/vendor/google/apiclient/src/Http/ |
| D | Batch.php | 147 $contentType = explode(';', $contentType); 150 $part = explode('=', $part, 2); 159 $parts = explode("--$boundary", $body); 166 list($rawHeaders, $part) = explode("\r\n\r\n", $part, 2); 170 $status = explode(" ", $status); 204 $responseHeaderLines = explode("\r\n", $rawHeaders); 207 list($header, $value) = explode(': ', $headerLine, 2); 248 $responseSegments = explode("\r\n\r\n", $respData, 2);
|
| /plugin/listusergroup/ |
| D | syntax.php | 51 list($syntax, $match) = explode('>', substr( strtolower($match), 0, -2), 2); // strip markup 55 $optionParts = explode(';', $match); 57 list($key,$optiontxt) = explode('=', $optionPart,2); 58 $options[trim($key)] = explode(',', $optiontxt);
|
| /plugin/statistics/vendor/mustangostang/spyc/ |
| D | Spyc.php | 393 $exploded = explode("\n",$value); 569 $lines = explode("\n",$input); 651 $explode = $this->_inlineEscape($innerValue); 654 foreach ($explode as $v) { 661 $array = explode(': ',$value); 674 $explode = $this->_inlineEscape($innerValue); 677 foreach ($explode as $v) { 769 $explode = explode(',',$inline); 770 $explode = array_map('trim', $explode); 777 foreach ($explode as $key => $value) { [all …]
|
| /plugin/pdfjs/ |
| D | syntax.php | 61 list($params, $media) = explode('>', trim($match, '{}'), 2); 64 list($link, $title) = explode('|', $media, 2); 66 list($idzoom, $display) = explode('?disp=', $link, 2); 78 list($id, $zoom) = explode('?', $idzoom, 2); 89 $size = explode(',', $params, 2);
|
| /plugin/sketchcanvas/phplib/ |
| D | spyc.php | 358 $exploded = explode("\n",$value); 472 $lines = explode("\n",$input); 546 $explode = $this->_inlineEscape($innerValue); 549 foreach ($explode as $v) { 556 $array = explode(': ',$value); 569 $explode = $this->_inlineEscape($innerValue); 572 foreach ($explode as $v) { 656 $explode = explode(', ',$inline); 663 foreach ($explode as $key => $value) { 666 $explode[$key] = str_replace(('YAMLSeq'.$seqk.'s'),$seq,$value); [all …]
|
| /plugin/linksenhanced/syntax/ |
| D | link.php | 54 $link = explode('|',$match,2); 56 $optionsSet = explode('^', $link[0], 2); 65 $opts = explode(' ', $optionsSet[0]); 69 $options['class'] = explode('=', $opt)[1]; 71 $options['target'] = explode('=', $opt)[1]; 81 $namespaces = explode(',', $this->getConf('check_only_namespace')); 155 list($scheme) = explode('://',$url); 173 $interwiki = explode('>',$link[0],2); 259 list($scheme) = explode('://',$url); 355 $parts = explode('?', $id, 2); [all …]
|