| /dokuwiki/.github/workflows/ |
| H A D | deletedFiles.yml | 34 … grep -v "^$E$" data/deleted.files > data/deleted.files.tmp && mv data/deleted.files{.tmp,} 46 if ( ! test -f "data/deleted.files.tmp"); then 47 …rint input; found=1} 1' data/deleted.files > data/deleted.files.tmp && cp data/deleted.files{.tmp,} 49 …rint input; found=1} 1' data/deleted.files > data/deleted.files.tmp && cp data/deleted.files{.tmp,} 51 if (test -f "data/deleted.files.tmp"); then 52 …intf("\n"); found=1} 1' data/deleted.files > data/deleted.files.tmp && mv data/deleted.files{.tmp,}
|
| /dokuwiki/vendor/splitbrain/lesserphp/ |
| H A D | .gitignore | 6 tests/tmp
|
| /dokuwiki/lib/exe/ |
| H A D | detail.php | 21 $tmp = []; variable 22 Event::createAndTrigger('DETAIL_STARTED', $tmp);
|
| H A D | mediamanager.php | 47 $tmp = []; variable 48 Event::createAndTrigger('MEDIAMANAGER_STARTED', $tmp);
|
| /dokuwiki/ |
| H A D | doku.php | 124 $tmp = []; // No event data variable 125 Event::createAndTrigger('DOKUWIKI_STARTED', $tmp); 133 $tmp = []; // No event data variable 134 Event::createAndTrigger('DOKUWIKI_DONE', $tmp);
|
| H A D | .gitignore | 41 /data/tmp/*
|
| H A D | install.php | 578 'tmp' => DOKU_INC . 'data/tmp'
|
| /dokuwiki/inc/ChangeLog/ |
| H A D | ChangeLogTrait.php | 150 $tmp = fgets($fp); 154 $info = $this->parseLogLine($tmp); 191 $tmp = @fread($fp, max(min($this->chunk_size, $chunk_size - $got), 0)); 192 if ($tmp === false) { //error state 195 $got += strlen($tmp); 196 $chunk .= $tmp;
|
| H A D | ChangeLog.php | 260 $tmp = @fread($fp, max(min($this->chunk_size, $read_size - $got), 0)); 261 if ($tmp === false) { 264 $got += strlen($tmp); 265 $chunk .= $tmp; 267 $tmp = explode("\n", $chunk); 268 array_pop($tmp); // remove trailing newline 271 $count += count($tmp); 272 $lines = [...$tmp, ...$lines];
|
| /dokuwiki/vendor/php81_bc/strftime/ |
| H A D | .gitignore | 6 /tmp/*
|
| /dokuwiki/inc/Utf8/ |
| H A D | Unicode.php | 109 $tmp = $in; 110 $tmp = ($tmp & 0x0000003F) << $shift; 111 $mUcs4 |= $tmp;
|
| /dokuwiki/lib/plugins/extension/ |
| H A D | Installer.php | 131 $tmp = $this->mkTmpDir(); 132 if (!move_uploaded_file($_FILES[$field]['tmp_name'], "$tmp/$tmpbase.archive")) { 135 $this->installFromArchive("$tmp/$tmpbase.archive"); 315 // create tmp directory for download 316 $tmp = $this->mkTmpDir(); 319 if (@file_put_contents("$tmp/$file", $data) === false) { 323 return "$tmp/$file";
|
| /dokuwiki/inc/ |
| H A D | TaskRunner.php | 47 $tmp = []; // No event data 48 $evt = new Event('INDEXER_TASKS_RUN', $tmp); 125 io_saveFile($fn . '_tmp', ''); // presave tmp as 2nd lock
|
| H A D | PassHash.php | 248 $tmp = ''; 253 $tmp = $bin[$i] . $bin[$k] . $bin[$j] . $tmp; 255 $tmp = chr(0) . chr(0) . $bin[11] . $tmp; 256 $tmp = strtr( 257 strrev(substr(base64_encode($tmp), 2)), 261 return '$' . $magic . '$' . $salt . '$' . $tmp;
|
| H A D | io.php | 498 $tmp = dirname($file = call_user_func($types[$ns_type], $ns)); 499 while (!@is_dir($tmp) && !(file_exists($tmp) && !is_dir($tmp))) { 506 $tmp = dirname(call_user_func($types[$ns_type], $ns));
|
| H A D | media.php | 317 if (!($tmp = io_mktmpdir())) return false; 318 $path = $tmp . '/' . md5($id); 336 if ($tmp) io_rmdir($tmp, true);
|
| H A D | init.php | 302 'tmpdir' => 'tmp',
|
| /dokuwiki/vendor/splitbrain/php-archive/ |
| H A D | README.md | 41 $tar->extract('/tmp');
|
| /dokuwiki/_test/tests/Remote/ |
| H A D | ApiCoreTest.php | 748 $tmp = $conf['tmpdir'] . 'test.png'; 752 copy($orig, $tmp); 753 media_save(['name' => $tmp], $target1, true, AUTH_UPLOAD, 'rename'); 757 copy($orig, $tmp); 758 media_save(['name' => $tmp], $target2, true, AUTH_UPLOAD, 'rename'); 868 $tmp = $conf['tmpdir'] . 'test.png'; 877 copy($orig, $tmp); 878 media_save(['name' => $tmp], $id, true, AUTH_UPLOAD, 'rename');
|
| /dokuwiki/inc/Search/ |
| H A D | Indexer.php | 1020 $fh = @fopen($fn . '.tmp', 'w'); 1027 chmod($fn . '.tmp', $conf['fperm']); 1028 io_rename($fn . '.tmp', $fn . '.idx'); 1074 $fh = @fopen($fn . '.tmp', 'w'); 1096 chmod($fn . '.tmp', $conf['fperm']); 1097 io_rename($fn . '.tmp', $fn . '.idx');
|
| /dokuwiki/_test/core/ |
| H A D | phpQuery-onefile.php | 680 $tmp = $fragment->isDocumentFragment; 694 $fragment->isDocumentFragment = $tmp; 1446 $tmp = ''; 1451 $tmp .= $query[$i]; 1454 $return[] = $tmp; 1459 $tmp .= $query[$i]; 1462 $return[] = '#'.$tmp; 1485 $tmp .= $query[$i]; 1488 $return[] = $tmp; 1492 $tmp .= $query[$i++]; [all …]
|
| /dokuwiki/vendor/geshi/geshi/ |
| H A D | build.xml | 185 <exec command="rsync -av dist/deploy-sf/ /tmp/test/" escape="false" />
|
| /dokuwiki/lib/plugins/authpdo/_test/ |
| H A D | sqlite.test.php | 41 $this->dbfile = tempnam('/tmp/', 'pluginpdo_test_');
|
| /dokuwiki/vendor/geshi/geshi/src/geshi/ |
| H A D | inno.php | 53 'cf32','cf64','tmp','fonts','dao','group','localappdata','sendto',
|