Home
last modified time | relevance | path

Searched refs:contents (Results 1 – 24 of 24) sorted by relevance

/dokuwiki/_test/tests/inc/
H A Dio_savefile.test.php28 $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 Dio_replaceinfile.test.php5 …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 Dio_deletefromfile.test.php7 $contents = "The\012Delete\012Delete01\012Delete02\012Delete\012DeleteX\012Test\012";
8 io_saveFile($file, $contents);
/dokuwiki/inc/Cache/
H A DCacheInstructions.php27 $contents = io_readFile($this->cache, false);
28 return empty($contents) ? [] : unserialize($contents);
/dokuwiki/vendor/kissifrot/php-ixr/src/Client/
H A DClientSSL.php193 $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 DClient.php113 $contents = '';
131 $contents .= $line;
142 $this->message = new Message($contents);
/dokuwiki/lib/plugins/config/core/
H A DConfigParser.php33 $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 DREADME.md21 # 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 DREADME.md30 // 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 DArchive.php43 abstract public function contents(); function in splitbrain\\PHPArchive\\Archive
H A DZip.php75 public function contents() function in splitbrain\\PHPArchive\\Zip
90 * @see contents()
H A DTar.php94 public function contents() function in splitbrain\\PHPArchive\\Tar
109 * @see contents()
/dokuwiki/lib/tpl/dokuwiki/css/
H A D_toc.css2 * This file provides styles for the TOC (table of contents), the
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php1117 $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 Dsyntax.txt115 …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 Dsyntax.txt115 …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 Djquery.min.js2contents:!0,next:!0,prev:!0};function A(e,t){while((e=e[t])&&1!==e.nodeType);return e}ce.fn.extend… property
H A Djquery-ui.min.js6contents().unwrap()},_initWidgets:function(){var o=this,a=[];V.each(this.options.items,function(s,…
/dokuwiki/_test/core/
H A DphpQuery-onefile.php2686 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 DLICENSE145 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 DLICENCE145 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 DLICENSE75 is covered only if its contents constitute a work based on the
/dokuwiki/
H A DCOPYING75 is covered only if its contents constitute a work based on the
/dokuwiki/vendor/splitbrain/lesserphp/
H A DLICENSE531 propagate the contents of its contributor version.