Home
last modified time | relevance | path

Searched refs:explode (Results 376 – 400 of 1634) sorted by relevance

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

/plugin/imagemap/
H A Dsyntax.php123 list($url,$hash) = explode('#',$url,2);
138 list($scheme) = explode('://',$url);
166 list($url,$hash) = explode('#',$url,2);
173 list($url,$hash) = explode('#',$url,2);
283 $coords = explode(',',$match[2]);
/plugin/git/
H A Dhelper.php261 $files = explode("\n", $repo->get_status());
265 $files = explode("\n", $repo->get_files_by_commit('origin/master..HEAD'));
269 $files = explode("\n", $repo->get_files_by_commit($hash));
394 … $df = new Diff(explode("\n",htmlspecialchars($l_text)), explode("\n",htmlspecialchars($r_text)));
/plugin/statdisplay/helper/
H A Dlog.php101 $parts = explode(' ', $line);
108 list($url) = explode('?', $parts[6]); // strip GET vars
202 list($referer) = explode('?', $referer);
302 list($version) = explode('.', $ua->getVersion());
456 list($year, $month) = explode('-', $date);
/plugin/openid/Auth/OpenID/
H A DFileStore.php138 $parts = explode('-', $base, 2);
173 list($proto, $rest) = explode('://', $server_url, 2);
174 $parts = explode('/', $rest);
408 list($proto, $rest) = explode('://', $server_url, 2);
414 $parts = explode('/', $rest, 2);
/plugin/siteexport/inc/
H A Dtoc.php33 $url = explode('/', $inputURL);
103 …$elem['tags'] = explode(' ', p_get_metadata($elem['id'], 'context tags', true)); // thats from the…
108 $elem['depth'] = count(explode('/', $elem['url']));
136 $elem['tocNS'] = strlen($elem['tocNS']) > 0 ? explode('/', $elem['tocNS']) : array();
270 $elems = explode('/', $this->functions->getSiteName($site));
/plugin/schedule/syntax/
H A Ddisplay.php80 foreach (explode ("\n", preg_replace ('%~[eE][nN][dD]~%', "\n", $data)) as $line) {
87 list ($insee, $lat, $lon, $addr) = explode ("|", $line);
/plugin/dwcommits/
H A Dsyntax.php122 $matches = explode("\n", trim($match));
124 list($field,$val) = explode(':',$entry);
/plugin/scrape/HTMLPurifier/Filter/
H A DExtractStyleBlocks.php
/plugin/webexteamsnotifier/
H A Daction.php41 $namespaces = explode(',', $ns);
42 $current_namespace = explode(':', $INFO['namespace']);
/plugin/authgoogle/google/io/
H A DGoogle_HttpStreamIO.php149 $response = explode(' ', $header);
162 $header_parts = explode(':', $header);
/plugin/redissue/redmine/
H A Dredmine.php48 $dateTimeExploded = explode('T', $dateTime);
49 $timeExploded = explode('Z', $dateTimeExploded[1]);
/plugin/dokugitviewer/
H A Dsyntax.php48 foreach(explode(' ', $params) as $param)
50 $val = explode('=', $param);
/plugin/rocketchatnotifier/
H A Daction.php42 $namespaces = explode(',', $ns);
43 $current_namespace = explode(':', $INFO['namespace']);
/plugin/translation2/
H A Daction.php46 …ault_language')) === false) $this->conf['default_language'] = trim(reset(explode(',', $this->getCo…
104 $languages = explode(',', $this->getConf('languages'));
/plugin/socialite/syntax/
H A Dbutton.php55 list($display) = explode(' ', $match);
66 'networks' => explode(' ', $networks)
/plugin/gtime/gtlib/asn1/
H A DASN1ObjectId.php59 $tokens = explode('.', $value);
88 $tokens = explode('.', $this->value);
/plugin/quizlib/
H A Dsyntax.php99 $answers = explode('|', $question);
109 $answers = explode('|', $question);
/plugin/survey/helper/
H A Dsurvey.php74 $surveyArray = explode("\n", $surveySyntax);
210 $syntaxArray = explode("\n", $syntaxText);
/plugin/schedule/
H A DpoiDB.class.php61 $data = explode ("|", $line);
90 list ($insee, $end) = explode ('|', $line, 2);
/plugin/tipoftheday/syntax/
H A Dtotd.php31 list($match, $flags) = explode('&', $match, 2);
36 $return = array($page, explode('&', $flags));
/plugin/authdiscourse/
H A Dauth.php36 list($prev_nonce, $mac) = explode(';', $_COOKIE['authdiscourse_nonce']);
63 $groups = explode(',', $login['groups']);
/plugin/newpagetemplate/
H A Daction.php82 explode(';', $INPUT->str('newpagevars'))
/plugin/tablelayout/action/
H A Daction.php114 list($start) = explode('-', $RANGE);
120 $pretext = explode("\n", rtrim(substr($event->data['newContent'], 0, $start)));
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/Formats/Keys/
H A DPuTTY.php105 $public = explode(' ', OpenSSH::savePublicKey($curve, $publicKey));
137 $public = explode(' ', OpenSSH::savePublicKey($curve, $publicKey));
/plugin/davcal/vendor/sabre/dav/lib/DAV/Xml/Element/
H A DResponse.php218 list(, $status, ) = explode(' ', $status, 3);
223 list(, $statusCode, ) = explode(' ', $elem['value'], 3);

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