Home
last modified time | relevance | path

Searched refs:i (Results 1 – 25 of 454) sorted by path

12345678910>>...19

/dokuwiki/bin/
H A Dgittool.php318 if (preg_match('/github\.com\/([^\/]+)\/([^\/]+)/i', $repourl, $m)) {
325 if (preg_match('/gitorious.org\/([^\/]+)\/([^\/]+)?/i', $repourl, $m)) {
334 if (preg_match('/bitbucket\.org\/([^\/]+)\/([^\/]+)/i', $repourl, $m)) {
/dokuwiki/data/media/wiki/
H A Ddokuwiki.svg57 <radialGradient id="i" cx="224.41" cy="212.8" r="8.681" gradientTransform="matrix(1 0 0 .98418 0 3.367)" gradientUnits="userSpaceOnUse" xlink:href="#a"/>
71 <path d="m232.56 219.53-15.928.322 3.088-15.157 12.84 14.835z" fill="url(#i)" fill-rule="evenodd" stroke="#000" stroke-linejoin="round" transform="matrix(.99993 0 0 .99598 -158.095 -157.774)"/>
/dokuwiki/inc/Cache/
H A DCache.php209 $i = strpos($line, ',');
210 $stats[substr($line, 0, $i)] = $line;
/dokuwiki/inc/ChangeLog/
H A DChangeLog.php296 for ($i = count($lines) - 1; $i >= 0; $i--) {
297 $info = $this->parseAndCacheLogLine($lines[$i]);
353 for ($i = $start; $i >= 0 && $i < $count; $i += $step) {
354 $info = $this->parseAndCacheLogLine($lines[$i]);
425 for ($i
[all...]
/dokuwiki/inc/Debug/
H A DDebugHelper.php47 for ($i = 0; $i < $callerOffset; ++$i) {
/dokuwiki/inc/
H A DDifferenceEngine.php249 for ($i = $ylim - 1; $i >= $yoff; $i--)
250 $ymatches[$this->xv[$i]][] = $i;
252 for ($i = $ylim - 1; $i >= $yoff; $i--)
253 $ymatches[$this->yv[$i]][] = $i;
[all...]
H A DJpegMeta.php433 $value = date('Y:m:d H:i:s', strtotime($value));
644 $dates['TimeStr'] = date("Y-m-d H:i:s", $this->_info['file']['UnixTime']);
647 $dates['EarliestTimeStr'] = date("Y-m-d H:i:s", $this->_info['file']['UnixTime']);
650 $dates['LatestTimeStr'] = date("Y-m-d H:i:s", $this->_info['file']['UnixTime']);
756 $dates['TimeStr'] = date("Y-m-d H:i:s", $earliestTime);
759 $dates['EarliestTimeStr'] = date("Y-m-d H:i:s", $earliestTime);
762 $dates['LatestTimeStr'] = date("Y-m-d H:i:s", $latestTime);
1079 for ($i = 0; $i < $length; $i
1624 _parseXmpNode($values, & $i, & $meta, $count) global() argument
[all...]
H A DPassHash.php136 for ($i = 0; $i < $len; $i++) {
231 for ($i = $len; $i > 0; $i -= 16) {
232 $text .= substr($bin, 0, min(16, $i));
234 for ($i = $len; $i > 0; $i >>
[all...]
H A DSafeFN.class.php152 for ($i = ($converted ? 1 : 0); $i < $len; $i++) {
153 $unicode[] = ord($sub[$i]);
H A DTaskRunner.php130 for ($i = 0; $i < $counter; $i++) {
131 $log = ChangeLog::parseLogLine($lines[$i]);
137 // keep old lines for now (append .$i to prevent key collisions)
138 $old_lines[$log['date'] . ".$i"] = $lines[$i];
141 $out_lines[$log['date'] . ".$i"] = $lines[$i];
H A Dauth.php80 if (preg_match('~^Basic ([a-z\d/+]*={0,2})$~i', $header, $matches)) {
159 // if user is not logged in, grps is empty, no output will be added (i.e. skipped)
909 for ($i = 0; $i < 3; $i++) {
H A Dcommon.php741 '!(\b)(www\.[\w.:?\-;,]+?\.[\w.:?\-;,]+?[\w/\#~:.?+=&%@\!\-.:?\-;,]+?)([.:?\-;,]*[^\w/\#~:.?+=&%@\!\-.:?\-;,])!i',
809 for ($i = 0; $i < $cnt; $i++) {
810 if (filter_var($ip[$i], FILTER_VALIDATE_IP) === false) {
811 unset($ip[$i]);
820 foreach ($ip as $i) {
821 if (!empty($conf['trustedproxy']) && preg_match('/' . $conf['trustedproxy'] . '/', $i)) {
824 return $i;
850 if (preg_match('/wap\.|\.wap/i',
[all...]
H A Dfarm.php75 for ($i = count($uri) - 1; $i > 0; $i--) {
77 $dir = implode('.', array_slice($server, -$j)) . implode('.', array_slice($uri, 0, $i));
H A Dfulltext.php622 for ($i = 1; $i !== $array_count; $i++) {
623 if (!isset($args[$i][$key])) {
627 $result[$key] += $args[$i][$key];
652 for ($i = 1; $i !== $array_count; $i++) {
653 foreach (array_keys($args[$i]) as $id) {
654 $result[$id] += $args[$i][
[all...]
H A Dhtml.php42 * @param string $name the name of the link, i.e. the text that is displayed
476 for ($i = 0; $i < ($item['level'] - $level); $i++) {
477 if ($i) $html .= '<li class="clear">';
H A Dhttputils.php151 for ($i = 0; $i < $parts; $i++) {
152 [$start, $end, $len] = $ranges[$i];
H A Dindexer.php310 if (str_starts_with($f, 'i') && str_ends_with($f, '.idx')) {
311 $i = substr($f, 1, -4);
312 if (is_numeric($i))
313 $idx[] = (int)$i;
347 $path = $conf['indexdir'] . "/i";
/dokuwiki/inc/Parsing/Handler/
H A DBlock.php81 for ($i = $ccount - 1; $i >= 0; $i--) {
82 if ($this->calls[$i][0] == 'p_open') {
84 } elseif ($this->calls[$i][0] == 'cdata') {
85 $content .= $this->calls[$i][1][0];
94 //array_splice($this->calls,$i); // <- this is much slower than the loop below
96 $x = $ccount; $x > $i;
101 $i = count($this->calls) - 1;
102 if ($this->calls[$i][
[all...]
H A DQuote.php38 for ($i = 1; $i <= $quoteDiff; $i++) {
43 for ($i = 1; $i <= $quoteDiff; $i++) {
57 for ($i = 1; $i <= $quoteDiff; $i++) {
H A DTable.php223 for ($i = $key - 2; $i >= $cellKey[$lastRow][1]; $i--) {
225 $this->tableCalls[$i][0] == 'tablecell_open' ||
226 $this->tableCalls[$i][0] == 'tableheader_open'
228 if (false !== $this->tableCalls[$i][1][0]) {
229 $this->tableCalls[$i][1][0]++;
250 for ($i = $lastRow - 1; $i > 0; $i
[all...]
/dokuwiki/inc/Parsing/Lexer/
H A DParallelRegex.php80 for ($i = 1; $i < $size; $i++) {
81 if ($matches[$i] && isset($this->labels[$i - 1])) {
82 return $this->labels[$i - 1];
145 for ($i = 0; $i < $cnt; $i++) {
155 '[^[()\\\\]+/', $this->patterns[$i],
[all...]
/dokuwiki/inc/Remote/
H A DApiCore.php
/dokuwiki/inc/Search/
H A DIndexer.php57 $index = $this->getIndex('i', $wlen);
63 if (!$this->saveIndex('i', $wlen, $index)) {
84 $index = $this->getIndex('i', $wlen);
88 $this->saveIndex('i', $wlen, $index);
423 $index = $this->getIndex('i', $wlen);
427 $this->saveIndex('i', $wlen, $index);
471 (str_starts_with($f, 'i') ||
528 foreach ($wordlist as $i => $word) {
529 $wordlist[$i] = (preg_match('/[^0-9A-Za-z]/u', $word)) ?
533 foreach ($wordlist as $i
[all...]
/dokuwiki/inc/Utf8/
H A DClean.php35 for ($i = 0; $i < $len; $i++) {
36 $b = ord($str[$i]);
46 if ((++$i === $len) || ((ord($str[$i]) & 0xC0) !== 0x80))
67 for ($i = 0; $i < $len; $i++) {
68 if (ord($str[$i]) < 12
187 correctIdx($str, $i, $next = false) global() argument
[all...]
H A DUnicode.php46 for ($i = 0; $i < $len; $i++) {
47 $in = ord($str[$i]);
99 'in UTF-8 at byte ' . $i,
134 'in UTF-8 at byte ' . $i,
159 ' sequence in UTF-8 at byte ' . $i,

12345678910>>...19