Home
last modified time | relevance | path

Searched refs:explode (Results 1476 – 1500 of 1634) sorted by last modified time

1...<<51525354555657585960>>...66

/plugin/projects/lib/
H A Dplugins.php51 $name = explode('.', $file);
H A Dproject.php43 $project_file = DOKU_DATA . implode('/', explode(':', $project_ID))
84 $this->project_path = DOKU_DATA . implode('/', explode(":", $ID)) . '/';
320 explode(':', $this->ID)) . '/';
342 explode(':', $this->ID)) . '/';
H A Dproject_file.php223 $path = explode(":", $this->crosslink);
/plugin/projects/plugins/file/
H A Dplot_dependency.php69 $lines = explode("\n", $content);
71 $fields = explode('=>', $line);
90 $range = explode('-', $name);
/plugin/projects/syntax/
H A Dcontent.php28 $parts = explode(".", $ID);
/plugin/projects/action/
H A Daction.php71 $path = explode(":", $project);
140 $file = end(explode(":", $name));
/plugin/fblogin/lib/
H A Dbase_facebook.php993 list($encoded_sig, $payload) = explode('.', $signed_request, 2);
1195 $params = explode('&', $parts['query']);
1363 $parts = explode('&', $cookie_value);
1366 $pair = explode('=', $part, 2);
/plugin/translationbuddy/
H A Dsyntax.php56 $lines = explode("\n",$match);
88 $ignore_ns = explode(' ', $data['ignore_ns']);
95 $langs = explode(' ', $data['langs']);
98 $langs = explode(' ', $conf['plugin']['translation']['translations']);
/plugin/selectsearch/
H A Daction.php34 $searchnamespaces = explode("\n",$this->getConf('searchnamespaces'));
36 list($namespace,$displayname) = explode("|",$ns);
/plugin/showlinkpermission/
H A Drenderer.php33 $parts = explode('?', $id, 2);
76 list($id,$hash) = explode('#',$id,2);
/plugin/cumulus/
H A Dsyntax.php33 $flags = explode('&', substr($match, 2, -2));
36 list($name, $value) = explode('=', $flag);
244 $value = explode(':', $idx[$i]);
/plugin/preservefilenames/
H A Daction_anteater.php200 list($src, $hash) = explode('#', $inst[$source], 2);
/plugin/contactmodern/
H A Drecaptchalib.php89 $response = explode("\r\n\r\n", $response, 2);
181 $answers = explode ("\n", $response [1]);
H A Dsyntax.php225 $email_array = explode("@", $email);
226 $local_array = explode(".", $email_array[0]);
236 $domain_array = explode(".", $email_array[1]);
/plugin/rack/
H A Dsyntax.php162 foreach (explode("\n",$content) as $line) {
/plugin/fedauth/Auth/Yadis/
H A DYadis.php291 $parts = explode(";", $content_type_header);
H A DParanoidHTTPFetcher.php175 list($name, $value) = explode(': ', $header, 2);
254 list($name, $value) = explode(': ', $header, 2);
H A DXRI.php154 $authority = explode('/', $xri, 2);
168 $_segments = explode("!", $authority);
171 $segments = array_merge($segments, explode("*", $s));
H A DPlainHTTPFetcher.php118 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/fedauth/classes/
H A Dfa_cookie.class.php73 … list($user, $sticky, $provid, $svcdata, $sectok) = explode('|', $_COOKIE[FEDAUTH_COOKIE], 5);
/plugin/fedauth/Auth/OpenID/
H A DAssociation.php338 $signed_list = explode(',', $signed);
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);
H A DTrustRoot.php135 $hostparts = explode('*', $host);
214 $host_parts = explode('.', $parts['host']);
H A DConsumer.php801 $signed_list = explode(',', $signed_list_str);
1321 $signed_list = explode(',', $signed_list_str);
1361 foreach (explode(',', $signed) as $k) {
H A DKVForm.php31 $lines = explode("\n", $kvs);
45 $kv = explode(':', $line, 2);

1...<<51525354555657585960>>...66