Home
last modified time | relevance | path

Searched refs:parts (Results 1 – 25 of 32) sorted by relevance

12

/dokuwiki/inc/
H A DPrefCookie.php101 $parts = explode('#', $rawdata);
102 $count = count($parts);
105 if (!isset($parts[$i + 1])) {
111 $data[urldecode($parts[$i])] = urldecode($parts[$i + 1]);
125 $parts = [];
129 $parts[] = implode('#', [rawurlencode($key), rawurlencode($val)]);
132 return implode('#', $parts);
H A DIp32.php79 $parts = unpack('N4', $binary);
80 $upper = Ip32::partsTo64($parts[1], $parts[2]);
81 $lower = Ip32::partsTo64($parts[3], $parts[4]);
H A Dhttputils.php136 $parts = count($ranges);
143 if ($parts == 1) {
151 for ($i = 0; $i < $parts; $i++) {
155 if ($parts > 1) {
178 if ($parts > 1) {
H A DActionRouter.php184 $parts = explode('_', $actionname);
185 while ($parts !== []) {
186 $load = implode('_', $parts);
191 array_pop($parts);
H A Dsearch.php382 $parts = explode('/', ltrim($file, '/'));
384 ($type == 'd' && count($parts) >= $opts['depth'])
385 || ($type != 'd' && count($parts) > $opts['depth'])
H A Dtemplate.php853 $parts = explode(':', $ID);
854 $count = count($parts);
864 $part .= $parts[$i] . ':';
875 if ($page == $part . $parts[$i]) {
881 $page = $part . $parts[$i];
/dokuwiki/lib/scripts/
H A Dcookie.js59 var text, parts, i;
65 parts = text.split('#');
66 for(i = 0; i < parts.length; i += 2){
67 this.data[decodeURIComponent(parts[i])] = decodeURIComponent(parts[i+1]);
/dokuwiki/inc/Search/Index/
H A DTupleOps.php53 $parts = explode(':', $record);
54 foreach ($parts as $tuple) {
89 $parts = explode(':', $record);
90 foreach ($parts as $tuple) {
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DOpenSSH.php121 $parts = preg_split("#[\t ]+#", $key, 3);
123 if (!isset($parts[1])) {
124 $key = base64_decode($parts[0]);
127 $asciiType = $parts[0];
128 self::checkType($parts[0]);
129 $key = base64_decode($parts[1]);
130 $comment = isset($parts[2]) ? $parts[2] : false;
/dokuwiki/lib/plugins/extension/lang/da/
H A Dintro_search.txt1 …l alle tredje-parts [[doku>plugins|udvidelser]] og [[doku>template|temaer]] til DokuWiki. Vær opmæ…
/dokuwiki/inc/Parsing/ParserMode/
H A DCode.php45 $parts = preg_split('/\s+/', $attr, 2, PREG_SPLIT_NO_EMPTY);
46 $language = $parts[0] ?? null;
47 $filename = $parts[1] ?? null;
/dokuwiki/inc/File/
H A DResolver.php88 $parts = explode(':', $id);
90 foreach ($parts as $dir) {
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Common/Functions/
H A DStrings.php240 $parts = preg_split('#(\d+)#', $format, -1, PREG_SPLIT_DELIM_CAPTURE);
242 for ($i = 1; $i < count($parts); $i += 2) {
243 … $format .= substr($parts[$i - 1], 0, -1) . str_repeat(substr($parts[$i - 1], -1), $parts[$i]);
245 $format .= $parts[$i - 1];
288 $parts = str_split($x, $block_size);
290 foreach ($parts as $part) {
/dokuwiki/lib/scripts/jquery/
H A Djquery.cookie.js86 var parts = cookies[i].split('=');
87 var name = decode(parts.shift());
88 var cookie = parts.join('=');
/dokuwiki/inc/Search/Collection/
H A DAbstractCollection.php469 $parts = explode('*', $entry, 2);
470 $tokenId = array_pop($parts);
471 $group = (int)(array_pop($parts) ?? 0);
485 $parts = [];
489 $parts[] = $prefix . $tokenId;
492 return implode(':', $parts);
/dokuwiki/vendor/splitbrain/lesserphp/src/
H A DParser.php609 $parts = [];
623 $parts[] = $prop;
633 if (is_array($expressions)) $parts = array_merge($parts, $expressions[2]);
636 if (count($parts) == 0) {
641 $out = $parts;
975 protected function tagBracket(&$parts, &$hasExpression) argument
1035 $parts[] = $part;
1057 $parts = [];
1058 while ($this->tagBracket($parts, $hasExpression)) {
1067 $parts[] = $m[1];
[all …]
H A DLessc.php661 $parts = [];
665 $parts[] = implode(' ', array_slice($q, 1));
669 $parts[] = "($q[1]: " .
672 $parts[] = "($q[1])";
676 $parts[] = $this->compileValue($this->reduce($q));
681 if (count($parts) > 0) {
682 $compiledQueries[] = implode(' and ', $parts);
687 if (!empty($parts)) {
723 $parts = explode("$&$", $tag);
725 foreach ($parts as &$part) {
[all …]
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DFileInfo.php316 $parts = explode('/', $filename);
318 $base = array_pop($parts); // keep filename itself
322 $filename = join('/', array_slice($parts, $strip));
/dokuwiki/inc/Extension/
H A DPluginTrait.php24 $parts = sexplode('_', $class, 3);
25 $ext = $parts[2];
/dokuwiki/inc/parser/
H A Dmetadata.php479 $parts = explode('?', $id, 2);
480 if (count($parts) === 2) {
481 $id = $parts[0];
/dokuwiki/vendor/splitbrain/php-jsstrip/
H A DREADME.md43 You can skip Minification for parts of your code by surrounding it by special comments:
/dokuwiki/lib/plugins/authad/
H A Dauth.php605 $parts = explode(' ', $changes['name']);
606 $adchanges['surname'] = array_pop($parts);
607 $adchanges['firstname'] = implode(' ', $parts);
/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php2208 $parts = array();
2294 $parts[$k] = array(
2305 $parts[$k][0] = $next_match_pointer['dk'];
2342 $parts[$k][1] = substr($code, $next_match_pos);
2346 $parts[$k][1] = substr($code, $next_match_pos, $i - $next_match_pos);
2356 $parts = array(
2363 1 => $parts[0][1]
2372 $parts = array(
2440 $endresult .= $this->hsc($parts[$key][1]);
2441 unset($parts[$key]);
[all …]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/
H A DASN1.php1236 $parts = explode('.', $oid);
1237 $part1 = array_shift($parts);
1238 $part2 = array_shift($parts);
1244 array_unshift($parts, $first->toString());
1247 foreach ($parts as $part) {
H A DX509.php1127 $parts = parse_url($url);
1129 switch ($parts['scheme']) {
1131 $fsock = @fsockopen($parts['host'], isset($parts['port']) ? $parts['port'] : 80);
1135 $path = $parts['path'];
1136 if (isset($parts['query'])) {
1137 $path .= '?' . $parts['query'];
1140 fputs($fsock, "Host: $parts[host]\r\n\r\n");

12