Home
last modified time | relevance | path

Searched refs:parts (Results 226 – 250 of 925) sorted by relevance

12345678910>>...37

/plugin/authsqlite/
H A Dauth.php336 $parts = split('/', DOKU_CONF);
338 $len = count($parts);
340 if ($parts[$i] == 'conf' && $i > 0) {
341 $animal = $parts[$i - 1];
/plugin/fedauth/Auth/Yadis/
H A DHTTPFetcher.php122 $parts = explode(" ", $line, 2);
123 $loc = $parts[1];
H A DYadis.php291 $parts = explode(";", $content_type_header);
292 return strtolower($parts[0]);
/plugin/authgoogle/google/service/
H A DGoogle_BatchRequest.php80 $parts = explode("--$boundary", $body);
83 foreach($parts as $part) {
/plugin/openid/Auth/Yadis/
H A DHTTPFetcher.php140 $parts = explode(" ", $line, 2);
141 $loc = $parts[1];
H A DYadis.php308 $parts = explode(";", $content_type_header);
309 return strtolower($parts[0]);
/plugin/prolog/
H A Dattribute_include.php96 $parts = array();
101 array_push($parts, $part);
103 return $parts;
/plugin/ckgdoku/ckeditor/plugins/clipboard/dialogs/
H A Dpaste.js7parts.dialog.$.offsetHeight;this.setupContent();this.parts.title.setHtml(this.customTitle||h.title…
/plugin/odt/ODT/styles/
H A DODTTextStyle.php263 $parts = preg_split ('/-/', $lang);
264 $lang = $parts [0];
265 $country = $parts [1];
/plugin/pagequery/
H A Dsyntax.php222 * Split a string into key => value parts.
229 $parts = explode($delim, $str);
230 $key = $parts[0] ?? '';
231 $value = $parts[1] ?? '';
/plugin/webdav/vendor/sabre/http/lib/
H A DClient.php517 $parts = explode(':', $header, 2);
518 if (count($parts) == 2) {
519 $response->addHeader(trim($parts[0]), trim($parts[1]));
/plugin/davcal/vendor/sabre/http/lib/
H A DClient.php515 $parts = explode(':', $header, 2);
516 if (count($parts) == 2) {
517 $response->addHeader(trim($parts[0]), trim($parts[1]));
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dwrite.id3v2.php2116 $parts = @parse_url($url);
2117 $parts['scheme'] = (isset($parts['scheme']) ? $parts['scheme'] : '');
2118 $parts['host'] = (isset($parts['host']) ? $parts['host'] : '');
2119 $parts['user'] = (isset($parts['user']) ? $parts['user'] : '');
2120 $parts['pass'] = (isset($parts['pass']) ? $parts['pass'] : '');
2121 $parts['path'] = (isset($parts['path']) ? $parts['path'] : '');
2122 $parts['query'] = (isset($parts['query']) ? $parts['query'] : '');
2123 return $parts;
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/Handler/
H A DStreamHandler.php102 $parts = explode(' ', array_shift($hdrs), 3);
103 $ver = explode('/', $parts[0])[1];
104 $status = $parts[1];
105 $reason = isset($parts[2]) ? $parts[2] : null;
/plugin/swiftmail/
H A Daction.php82 $parts = explode(',',$event->data[$hdr]);
83 foreach ($parts as $part){
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DUtil.php221 $parts = \explode('\\', $class);
222 $last = \array_pop($parts);
/plugin/minimap/
H A Dsyntax.php142 $parts = explode(':', $nameSpacePath);
143 $lastContainingNameSpace = $parts[count($parts) - 1];
/plugin/geophp/vendor/funiq/geophp/src/Geometry/
H A DCollection.php311 $parts = [];
314 $parts[] = $part;
317 return $parts;
/plugin/jquery/
H A Djquery-1.4.2.js1092 parts[1] = parts[1] ? "." + parts[1] : "";
1095 var data = this.triggerHandler("getData" + parts[1] + "!", [parts[0]]);
2666 parts.push( m[1] );
2675 if ( parts.length === 2 && Expr.relative[ parts[0] ] ) {
2676 set = posProcess( parts[0] + parts[1], context );
2696 Expr.match.ID.test(parts[0]) && !Expr.match.ID.test(parts[parts.length - 1]) ) {
2704 …Sizzle.find( parts.pop(), parts.length === 1 && (parts[0] === "~" || parts[0] === "+") && context.…
2719 pop = parts.pop();
5058 remote = parts && (parts[1] && parts[1] !== location.protocol || parts[2] !== location.host);
5605 if ( parts ) {
[all …]
/plugin/linksenhanced/syntax/
H A Dlink.php355 $parts = explode('?', $id, 2);
356 if (count($parts) === 2) {
357 $id = $parts[0];
358 $params = $parts[1];
/plugin/owncloud/
H A Daction.php153 $parts = explode("|",$rawdata);
154 $link = array_shift($parts);
175 $desc = implode("|",$parts);
/plugin/combo/syntax/
H A Dminimap.php159 $parts = explode(':', $nameSpacePath);
160 $lastContainingNameSpace = $parts[count($parts) - 1];
194 // Suppress the parts in the name with the regexp defines in the 'suppress' params
/plugin/tagging/script/
H A Dsearch.js127 const parts = getQueryElement().val().split(' ');
128 let filters = parts.filter(function (part) {
/plugin/noabstract/
H A Dplugin.info.txt6 desc Exclude certain parts of a page from the abstract in metadata.
/plugin/davcard/vendor/sabre/vobject/lib/
H A DProperty.php130 * @param array $parts
133 function setParts(array $parts) { argument
135 $this->value = $parts;

12345678910>>...37