Home
last modified time | relevance | path

Searched refs:explode (Results 276 – 300 of 1634) sorted by last modified time

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

/plugin/odt/ODT/css/
H A Dcssdocument.php279 $this->entries [$this->size]['pseudo_classes'] = explode(' ', $pseudo_classes);
282 $this->entries [$this->size]['pseudo_elements'] = explode(' ', $pseudo_elements);
H A Dcssimportnew.php322 $comp = explode (' ', $element_attrs ['class']);
748 $declaration->explode ($this->declarations);
/plugin/odt/action/
H A Dexport.php284 $list = explode("|", $_COOKIE['list-pagelist']);
/plugin/odt/helper/
H A Dcssimport.php70 public function explode (&$decls) { function in css_declaration
282 $params = explode ('/', $value);
937 $this->selectors = explode (' ', $selector);
974 $declaration->explode ($this->declarations);
1014 $classes = explode (' ', $classString);
1206 $selectors = explode (',', $before_open_bracket);
/plugin/odt/renderer/
H A Dbook.php130 list($id,$hash) = explode('#',$id,2);
H A Dpage.php430 $data ['indents'] = explode (',', $this->config->getParam('toc_indents'));
434 $data ['indents'] = explode (',', $temp);
1211 if (empty($title)) {$title=explode(':',$src); $title=end($title);}
1336 list($id,$hash) = explode('#',$id,2);
/plugin/odt/
H A Dsyntax.php68 $extinfo = explode(':', $match);
158 $params = explode(',', $info_value);
/plugin/odt/ODT/
H A DODTDocument.php1903 $params = explode (',', $item);
/plugin/keyboard/
H A Dsyntax.php68 $keys = explode($separator, $match);
/plugin/openid/Auth/OpenID/
H A DAssociation.php343 $signed_list = explode(',', $signed);
H A DConsumer.php846 $signed_list = explode(',', $signed_list_str);
1400 $signed_list = explode(',', $signed_list_str);
1445 foreach (explode(',', $signed) as $k) {
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);
H A DMessage.php521 $parts = explode('.', $key, 2);
576 $parts = explode('.', $rest, 2);
975 $parts = explode('.', $aliased_key, 2);
H A DSReg.php297 foreach (explode(',', $items) as $field_name) {
H A DTrustRoot.php135 $hostparts = explode('*', $host);
214 $host_parts = explode('.', $parts['host']);
H A DKVForm.php34 $lines = explode("\n", $kvs);
48 $kv = explode(':', $line, 2);
/plugin/openid/Auth/
H A DOpenID.php187 $chunks = explode("&", $str);
191 $parts = explode("=", $chunk, 2);
287 $parts = explode('&', $query);
291 $pair = explode('=', $parts[$i]);
/plugin/openid/Auth/Yadis/
H A DHTTPFetcher.php140 $parts = explode(" ", $line, 2);
H A DParanoidHTTPFetcher.php202 list($name, $value) = explode(': ', $header, 2);
281 list($name, $value) = explode(': ', $header, 2);
H A DPlainHTTPFetcher.php127 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);
H A DXRI.php154 $authority = explode('/', $xri, 2);
168 $_segments = explode("!", $authority);
171 $segments = array_merge($segments, explode("*", $s));
H A DYadis.php308 $parts = explode(";", $content_type_header);
/plugin/extranet/
H A Daction.php20 $restricted_ip_list = explode(',', $this->getConf('extranet_ip_list'));
/plugin/deeplautotranslate/
H A Daction.php69 $split_id = explode(':', $ID);
101 $split_id = explode(':', $ID);
262 $split_id = explode(':', $ID);
344 $split_id = explode(':', $ID);
363 $split_id = explode(':', $ID);
501 $split_id = explode(':', $ID);
535 $split_id = explode(':', $ID);
719 return explode(' ', $push_langs);
759 $split_id = explode(':', $resolved_id);
810 $split_id = explode('
[all...]
/plugin/prosemirror/action/
H A Dajax.php65 list($shortcut, $reference) = explode('>', $inner);

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