| /dokuwiki/_test/tests/inc/ |
| H A D | io_savefile.test.php | 28 $contents = "The\012Write\012Test\012"; 29 $this->assertTrue(io_saveFile($file, $contents)); 30 $this->assertEquals($contents, io_readFile($file)); 31 $this->assertTrue(io_saveFile($file, $contents, true)); 32 $this->assertEquals($contents.$contents, io_readFile($file));
|
| H A D | io_replaceinfile.test.php | 5 …protected $contents = "The\012Delete\012Delete\012Delete01\012Delete02\012Delete\012DeleteX\012Tes… variable in io_replaceinfile_test 31 io_saveFile($file, $this->contents); 72 io_saveFile($file, $this->contents); 84 io_saveFile($file, $this->contents); 95 $contents = "The\012Delete\01201Delete\01202Delete\012Test\012"; 97 io_saveFile($file, $contents);
|
| H A D | io_deletefromfile.test.php | 7 $contents = "The\012Delete\012Delete01\012Delete02\012Delete\012DeleteX\012Test\012"; 8 io_saveFile($file, $contents);
|
| /dokuwiki/inc/Cache/ |
| H A D | CacheInstructions.php | 27 $contents = io_readFile($this->cache, false); 28 return empty($contents) ? [] : unserialize($contents);
|
| /dokuwiki/vendor/kissifrot/php-ixr/src/Client/ |
| H A D | ClientSSL.php | 193 $contents = curl_exec($curl); 197 if (!strstr($contents, '200 OK') && !strstr($contents, 'HTTP/2 200')) { 203 $this->debugOutput('<pre>' . htmlspecialchars($contents) . PHP_EOL . '</pre>'); 209 $contents = substr($contents, strpos($contents, '<')); 211 $this->message = new Message($contents);
|
| H A D | Client.php | 113 $contents = ''; 131 $contents .= $line; 142 $this->message = new Message($contents);
|
| /dokuwiki/lib/plugins/config/core/ |
| H A D | ConfigParser.php | 33 $contents = @php_strip_whitespace($file); 36 if ($contents === null) { 44 preg_match_all($pattern, $contents, $matches, PREG_SET_ORDER);
|
| /dokuwiki/vendor/php81_bc/strftime/ |
| H A D | README.md | 21 # Table of contents 41 [TOC](#table-of-contents) 60 [TOC](#table-of-contents) 71 [TOC](#table-of-contents) 79 [TOC](#table-of-contents) 87 [TOC](#table-of-contents) 102 [TOC](#table-of-contents) 112 [TOC](#table-of-contents) 121 [TOC](#table-of-contents) 131 [TOC](#table-of-contents) [all …]
|
| /dokuwiki/vendor/splitbrain/php-archive/ |
| H A D | README.md | 30 // To list the contents of an existing TAR archive, open() it and use 31 // contents() on it: 34 $toc = $tar->contents(); 37 // To extract the contents of an existing TAR archive, open() it and use
|
| /dokuwiki/vendor/splitbrain/php-archive/src/ |
| H A D | Archive.php | 43 abstract public function contents(); function in splitbrain\\PHPArchive\\Archive
|
| H A D | Zip.php | 75 public function contents() function in splitbrain\\PHPArchive\\Zip 90 * @see contents()
|
| H A D | Tar.php | 94 public function contents() function in splitbrain\\PHPArchive\\Tar 109 * @see contents()
|
| /dokuwiki/lib/tpl/dokuwiki/css/ |
| H A D | _toc.css | 2 * This file provides styles for the TOC (table of contents), the
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/ |
| H A D | SFTP.php | 1117 $contents = []; 1142 $contents[$shortname] = $attributes + ['filename' => $shortname]; 1176 uasort($contents, [&$this, 'comparator']); 1179 return $raw ? $contents : array_map('strval', array_keys($contents));
|
| /dokuwiki/data/pages/wiki/ |
| H A D | syntax.txt | 115 …ructure your content. If you have more than three headlines, a table of contents is generated auto… 348 You can align the table contents, too. Just add at least two whitespaces at the opposite end of you… 468 | %%~~NOTOC~~%% | If this macro is found on the page, no table of contents will be created |
|
| /dokuwiki/_test/data/pages/wiki/ |
| H A D | syntax.txt | 115 …ructure your content. If you have more than three headlines, a table of contents is generated auto… 348 You can align the table contents, too. Just add at least two whitespaces at the opposite end of you… 468 | %%~~NOTOC~~%% | If this macro is found on the page, no table of contents will be created |
|
| /dokuwiki/lib/scripts/jquery/ |
| H A D | jquery.min.js | 2 …contents:!0,next:!0,prev:!0};function A(e,t){while((e=e[t])&&1!==e.nodeType);return e}ce.fn.extend… property
|
| H A D | jquery-ui.min.js | 6 …contents().unwrap()},_initWidgets:function(){var o=this,a=[];V.each(this.options.items,function(s,…
|
| /dokuwiki/_test/core/ |
| H A D | phpQuery-onefile.php | 2686 phpQuery::pq($node, $this->getDocumentID())->contents()->wrapAll($wrapper); 2697 phpQuery::pq($node, $this->getDocumentID())->contents() 2707 public function contents() { function in phpQueryObject 2751 ->contents()->toReference($content)->end()
|
| /dokuwiki/vendor/openpsa/universalfeedcreator/ |
| H A D | LICENSE | 145 such a program is covered only if its contents constitute a work based 294 that the user who changes the contents of definitions files in the
|
| /dokuwiki/vendor/simplepie/simplepie/idn/ |
| H A D | LICENCE | 145 such a program is covered only if its contents constitute a work based 294 that the user who changes the contents of definitions files in the
|
| /dokuwiki/vendor/geshi/geshi/ |
| H A D | LICENSE | 75 is covered only if its contents constitute a work based on the
|
| /dokuwiki/ |
| H A D | COPYING | 75 is covered only if its contents constitute a work based on the
|
| /dokuwiki/vendor/splitbrain/lesserphp/ |
| H A D | LICENSE | 531 propagate the contents of its contributor version.
|