Home
last modified time | relevance | path

Searched refs:parts (Results 126 – 150 of 925) sorted by last modified time

12345678910>>...37

/plugin/odt/ODT/
H A DODTSpan.php167 $parts = explode(' ', trim($tagged, '<> '), 2);
168 $entry ['tag-open'] = $parts [0];
169 if ( isset($parts [1]) ) {
170 $entry ['attributes'] = $parts [1];
H A DODTUtility.php847 $parts = explode(' ', trim($tagged, '<> '), 2);
848 $entry ['tag-open'] = $parts [0];
849 if ( isset($parts [1]) ) {
850 $entry ['attributes'] = $parts [1];
/plugin/odt/ODT/styles/
H A DODTParagraphStyle.php364 $parts = preg_split ('/-/', $lang);
365 $lang = $parts [0];
366 $country = $parts [1];
H A DODTTextStyle.php263 $parts = preg_split ('/-/', $lang);
264 $lang = $parts [0];
265 $country = $parts [1];
/plugin/odt/
H A DChangeLog.txt115 * Divided CSS based functions into 3 parts/functions:
/plugin/keyboard/
H A DCOPYING250 10. If you wish to incorporate parts of the Program into other free
322 parts of the General Public License. Of course, the commands you use may
/plugin/openid/Auth/OpenID/
H A DConsumer.php1340 $parts = Auth_OpenID_splitNonce($nonce);
1342 if ($parts === null) {
1347 list($timestamp, $salt) = $parts;
H A DFileStore.php138 $parts = explode('-', $base, 2);
139 $timestamp = $parts[0];
174 $parts = explode('/', $rest);
175 $domain = Auth_OpenID_FileStore::_filenameEscape($parts[0]);
414 $parts = explode('/', $rest, 2);
415 $domain = $this->_filenameEscape($parts[0]);
H A DMessage.php521 $parts = explode('.', $key, 2);
524 if (count($parts) == 2) {
525 list($prefix, $rest) = $parts;
576 $parts = explode('.', $rest, 2);
578 if (count($parts) == 2) {
579 list($ns_alias, $ns_key) = $parts;
975 $parts = explode('.', $aliased_key, 2);
978 if (count($parts) != 2) {
981 list($alias, $key) = $parts;
H A DNonce.php71 $parts = Auth_OpenID_splitNonce($nonce_string);
72 if ($parts == null) {
80 $stamp = $parts[0];
H A DTrustRoot.php108 if ($parts === false) {
114 $keys = array_keys($parts);
132 $parts['scheme'] = $scheme;
155 $parts['host'] = $host;
157 if (isset($parts['path'])) {
166 $parts['path'] = $path;
168 $parts['port'] = false;
174 return $parts;
205 if ($parts === false) {
215 if ($parts['wildcard']) {
[all …]
H A DURINorm.php70 $parts = [];
74 $parts[] = sprintf("%s-%s", chr($m), chr($n));
77 return sprintf('[%s]', implode('', $parts));
/plugin/openid/Auth/
H A DOpenID.php191 $parts = explode("=", $chunk, 2);
193 if (count($parts) != 2) {
197 list($k, $v) = $parts;
287 $parts = explode('&', $query);
290 for ($i = 0; $i < count($parts); $i++) {
291 $pair = explode('=', $parts[$i]);
/plugin/openid/Auth/Yadis/
H A DHTTPFetcher.php140 $parts = explode(" ", $line, 2);
141 $loc = $parts[1];
H A DPlainHTTPFetcher.php58 $parts = parse_url($url);
66 $parts['port'] = 80;
75 $parts['path'] = '/';
78 $host = $parts['host'];
166 $parts = parse_url($url);
170 $post_path = $parts['path'];
171 if (isset($parts['query'])) {
194 $parts['port'] = 80;
196 $parts['port'] = 443;
203 $parts['host'] = sprintf("ssl://%s", $parts['host']);
[all …]
H A DYadis.php308 $parts = explode(";", $content_type_header);
309 return strtolower($parts[0]);
/plugin/deeplautotranslate/
H A DLICENSE250 10. If you wish to incorporate parts of the Program into other free
321 parts of the General Public License. Of course, the commands you use may
/plugin/prosemirror/parser/
H A DInternalLinkNode.php43 $parts = explode('?', $inner, 2);
44 $resolvedPageId = $parts[0];
45 if (count($parts) === 2) {
46 $params = $parts[1];
49 $default = $xhtml_renderer->_simpleTitle($parts[0]);
/plugin/blogtng/
H A DCOPYING250 10. If you wish to incorporate parts of the Program into other free
322 parts of the General Public License. Of course, the commands you use may
/plugin/structautolink/
H A DLICENSE250 10. If you wish to incorporate parts of the Program into other free
321 parts of the General Public License. Of course, the commands you use may
/plugin/orphanmedia2/
H A DLICENSE145 subprograms and other parts of the work.
148 can regenerate automatically from other parts of the Corresponding
225 additional terms, to the whole of the work, and all its parts,
243 parts of the aggregate.
260 long as you offer spare parts or customer support for that product
661 parts of the General Public License. Of course, your program's commands
H A Dsyntax.php399 if (is_array($parts) && count($parts) > 1) {
440 if (is_array($parts) && count($parts) > 1) {
639 if (is_array($parts) && count($parts) > 1) {
640 $extension = end($parts);
658 if (is_array($parts) && count($parts) > 1) {
659 $extension = end($parts);
680 if (is_array($parts) && count($parts) > 1) {
681 $extension = end($parts);
702 if (is_array($parts) && count($parts) > 1) {
703 $extension = end($parts);
[all …]
/plugin/iframeinterwiki/
H A DLICENSE250 10. If you wish to incorporate parts of the Program into other free
321 parts of the General Public License. Of course, the commands you use may
/plugin/autoindex/
H A DLICENSE250 10. If you wish to incorporate parts of the Program into other free
321 parts of the General Public License. Of course, the commands you use may
/plugin/ifauthex/
H A DLICENSE250 10. If you wish to incorporate parts of the Program into other free
321 parts of the General Public License. Of course, the commands you use may

12345678910>>...37