| /dokuwiki/vendor/splitbrain/php-jsstrip/src/ |
| H A D | JSStrip.php | 34 protected $idx = 0; variable in splitbrain\\JSStrip\\JSStrip 48 $idx = 0; // char index for input string 53 $this->idx = &$idx; 61 while ($idx < $slen) { 65 while ($idx < $slen && (strpos(self::CHARS, $source[$idx]) === false)) { 66 $result .= $source[$idx]; 67 $idx = $idx + 1; 70 $ch = $source[$idx]; 72 if ($ch == '/' && $source[$idx + 1] == '*' && $source[$idx + 2] != '@') { 73 $endC = strpos($source, '*/', $idx + 2); [all …]
|
| /dokuwiki/vendor/splitbrain/lesserphp/src/Functions/ |
| H A D | Lists.php | 37 [$list, $idx] = Asserts::assertArgs($value, 2, 'extract'); 38 $idx = Asserts::assertNumber($idx); 40 if ($list[0] == 'list' && isset($list[2][$idx - 1])) { 41 return $list[2][$idx - 1];
|
| /dokuwiki/lib/plugins/config/core/Setting/ |
| H A D | SettingMulticheckbox.php | 59 $idx = array_search($choice, $value); 62 $checked = ($idx !== false) ? 'checked="checked"' : ''; 65 $class = (($idx !== false) === (false !== $idx_default)) ? " selectiondefault" : ""; 76 if ($idx !== false) unset($value[$idx]); 118 $idx = []; 120 if (($idx[] = array_search($val, $array)) === false) break; 123 if (count($idx) && $idx[count($idx) - 1] !== false) { 124 foreach ($idx as $i) unset($array[$i]); 152 $idx = array_search($key, $array); 153 if ($idx !== false) { [all …]
|
| /dokuwiki/inc/Search/Index/ |
| H A D | AbstractIndex.php | 17 protected string $idx; variable in dokuwiki\\Search\\Index\\AbstractIndex 36 * @param string $idx name of the index 41 public function __construct(string $idx, string $suffix = '', bool $isWritable = false) argument 44 $this->filename = $conf['indexdir'] . '/' . $idx . $suffix . '.idx'; 45 $this->idx = $idx; 58 Lock::acquire($this->idx); 71 Lock::release($this->idx); 122 $files = glob($conf['indexdir'] . '/' . $this->idx . '*.idx');
|
| H A D | MemoryIndex.php | 31 public function __construct($idx, $suffix = '', $isWritable = false) argument 33 parent::__construct($idx, $suffix, $isWritable);
|
| /dokuwiki/inc/Extension/ |
| H A D | SyntaxPlugin.php | 119 $idx = array_search(substr(static::class, 7), (array)$this->allowedModes, true); 120 if ($idx !== false) { 121 unset($this->allowedModes[$idx]);
|
| /dokuwiki/lib/tpl/dokuwiki/css/ |
| H A D | _toc.css | 76 .dokuwiki ul.idx { 79 [dir=rtl] .dokuwiki ul.idx { 82 .dokuwiki ul.idx li { 85 .dokuwiki ul.idx li.open { 88 .dokuwiki ul.idx li.closed { 91 [dir=rtl] .dokuwiki ul.idx li.closed {
|
| /dokuwiki/inc/ |
| H A D | deprecated.php | 251 * @param string $idx 257 function idx_getIndex($idx, $suffix) argument 261 $fn = $conf['indexdir'] . '/' . $idx . $suffix . '.idx'; 291 $idx = []; 296 $idx[] = (int)$match[1]; 299 sort($idx); 301 return $idx; 316 $idx = []; 321 $idx[] = $key; 327 $idx[] = $length; [all …]
|
| H A D | confutils.php | 485 $idx = array_search(trim(substr($val, 1)), $current); 486 if ($idx !== false) { 487 unset($current[$idx]);
|
| H A D | Ajax.php | 339 $idx = new Index(); 340 echo html_buildlist($data, 'idx', $idx->formatListItem(...), $idx->tagListItem(...));
|
| /dokuwiki/inc/Parsing/Lexer/ |
| H A D | ParallelRegex.php | 97 $idx = count($matches) - 2; 98 … [$pre, $post] = preg_split($this->patterns[$idx] . $this->getPerlMatchingFlags(), $subject, 2); 101 return $this->labels[$idx] ?? true;
|
| /dokuwiki/inc/Search/Collection/ |
| H A D | AbstractCollection.php | 89 ] as $idx 91 if ($idx === '') continue; 93 if ($idx instanceof AbstractIndex) { 94 $idx->lock(); 96 Lock::acquire($idx); 98 $this->lockedIndexes[] = $idx; variable in dokuwiki\\Search\\Collection\\AbstractCollection 115 foreach ($this->lockedIndexes as $idx) { 116 if ($idx instanceof AbstractIndex) { 117 $idx->unlock(); 119 Lock::release($idx);
|
| /dokuwiki/vendor/splitbrain/php-cli/src/ |
| H A D | TableFormatter.php | 121 $idx = 0; 127 foreach ($columns as $idx => $col) { 140 $fluid = $idx; 153 foreach ($columns as $idx => $col) { 161 $columns[$idx] = $real; 172 $columns[$idx] += ($remain); // add to last column
|
| /dokuwiki/lib/plugins/logviewer/ |
| H A D | script.js | 14 $dl.find('dt').each(function (idx, elem) { argument
|
| /dokuwiki/inc/Search/ |
| H A D | FulltextSearch.php | 179 [$str, $idx] = $match[0]; 182 $utf8_idx = PhpString::strlen(substr($text, 0, $idx)); 224 $offset = $idx + strlen(PhpString::substr($text, $utf8_idx, $utf8_len));
|
| /dokuwiki/inc/Remote/ |
| H A D | ApiCore.php | 300 foreach (array_keys($pages) as $idx) { 301 $perm = auth_quickaclcheck($pages[$idx]); 302 if ($perm < AUTH_READ || isHiddenPage($pages[$idx]) || !page_exists($pages[$idx])) { 306 $page = new Page($pages[$idx], 0, 0, '', null, $perm); 336 $idx = 0; 338 if ($idx < $FulltextSearch->getMaxSnippets()) { 340 $idx++;
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/ |
| H A D | ASN1.php | 855 * @param int $idx 859 private static function encode_der($source, array $mapping, $idx = null, array $special = []) argument 870 if (isset($idx)) { 871 if (isset($special[$idx])) { 872 $source = $special[$idx]($source); 874 self::$location[] = $idx; 995 if (isset($idx)) { 1078 if (isset($idx)) { 1135 if (isset($idx)) {
|
| /dokuwiki/lib/scripts/jquery/ |
| H A D | jquery-ui.min.js | 6 …idx:0,type:"byte"},green:{idx:1,type:"byte"},blue:{idx:2,type:"byte"}}},hsla:{props:{hue:{idx:0,ty… property
|