| /dokuwiki/vendor/splitbrain/php-archive/ |
| H A D | README.md | 5 needed for compression). It can create new files or extract existing ones. 43 // To create a new TAR archive directly on the filesystem (low memory 44 // requirements), create() it: 46 $tar->create('myfile.tgz'); 52 // To create a TAR archive directly in memory, create() it, add*() 56 $tar->create();
|
| /dokuwiki/inc/lang/en/ |
| H A D | editrev.txt | 1 **You've loaded an old revision of the document!** If you save it, you will create a new version wi…
|
| H A D | newpage.txt | 3 You've followed a link to a topic that doesn't exist yet. If permissions allow, you may create it b…
|
| H A D | register.txt | 3 Fill in all the information below to create a new account in this wiki. Make sure you supply a **va…
|
| /dokuwiki/_test/ |
| H A D | mysql.conf.php.dist | 4 * to create and drop databases.
|
| H A D | pgsql.conf.php.dist | 4 * to create and drop databases.
|
| /dokuwiki/inc/lang/ia/ |
| H A D | registermail.txt | 1 Un nove conto de usator ha essite create. Ecce le detalios:
|
| /dokuwiki/conf/ |
| H A D | acl.auth.php.dist | 17 # create 4
|
| /dokuwiki/vendor/splitbrain/php-archive/src/ |
| H A D | Archive.php | 78 abstract public function create($file = ''); function in splitbrain\\PHPArchive\\Archive
|
| /dokuwiki/vendor/simplepie/simplepie/src/ |
| H A D | Source.php | 151 $categories[] = $this->registry->create(Category::class, [$term, $scheme, $label]); 162 $categories[] = $this->registry->create(Category::class, [$term, $scheme, null]); 165 …$categories[] = $this->registry->create(Category::class, [$this->sanitize($category['data'], \Simp… 168 …$categories[] = $this->registry->create(Category::class, [$this->sanitize($category['data'], \Simp… 213 $authors[] = $this->registry->create(Author::class, [$name, $uri, $email]); 231 $authors[] = $this->registry->create(Author::class, [$name, $url, $email]); 235 …$authors[] = $this->registry->create(Author::class, [$this->sanitize($author['data'], \SimplePie\S… 238 …$authors[] = $this->registry->create(Author::class, [$this->sanitize($author['data'], \SimplePie\S… 241 …$authors[] = $this->registry->create(Author::class, [$this->sanitize($author['data'], \SimplePie\S… 286 $contributors[] = $this->registry->create(Author::class, [$name, $uri, $email]); [all …]
|
| H A D | Cache.php | 73 public function create(string $location, string $filename, $extension) function in SimplePie\\Cache
|
| H A D | Item.php | 414 … $categories[] = $this->registry->create(Category::class, [$term, $scheme, $label, $type]); 425 $categories[] = $this->registry->create(Category::class, [$term, $scheme, null, $type]); 430 …$categories[] = $this->registry->create(Category::class, [$this->sanitize($category['data'], \Simp… 433 …$categories[] = $this->registry->create(Category::class, [$this->sanitize($category['data'], \Simp… 503 $contributors[] = $this->registry->create(Author::class, [$name, $uri, $email]); 521 $contributors[] = $this->registry->create(Author::class, [$name, $url, $email]); 558 $authors[] = $this->registry->create(Author::class, [$name, $uri, $email]); 576 $authors[] = $this->registry->create(Author::class, [$name, $url, $email]); 580 …$authors[] = $this->registry->create(Author::class, [null, null, $this->sanitize($author[0]['data'… 583 …$authors[] = $this->registry->create(Author::class, [$this->sanitize($author['data'], \SimplePie\S… [all …]
|
| H A D | Misc.php | 2030 …$parser = $registry->create(Parser::class, [Misc::change_encoding(substr($data, 20, $pos - 20), 'U… 2040 …$parser = $registry->create(Parser::class, [Misc::change_encoding(substr($data, 20, $pos - 20), 'U… 2050 …$parser = $registry->create(Parser::class, [Misc::change_encoding(substr($data, 20, $pos - 10), 'U… 2060 …$parser = $registry->create(Parser::class, [Misc::change_encoding(substr($data, 20, $pos - 10), 'U… 2070 $parser = $registry->create(Parser::class, [substr($data, 5, $pos - 5)]);
|
| H A D | SimplePie.php | 1671 $this->sanitize = $this->registry->create(Sanitize::class); 1794 $parser = $this->registry->create(Parser::class); 1997 $locate = $this->registry->create(Locator::class, [ 2097 $sniffer = $this->registry->create(Sniffer::class, [&$file]); 2587 $categories[] = $this->registry->create(Category::class, [$term, $scheme, $label]); 2598 $categories[] = $this->registry->create(Category::class, [$term, $scheme, null]); 2601 …$categories[] = $this->registry->create(Category::class, [$this->sanitize($category['data'], self:… 2604 …$categories[] = $this->registry->create(Category::class, [$this->sanitize($category['data'], self:… 2657 $authors[] = $this->registry->create(Author::class, [$name, $uri, $email]); 2675 $authors[] = $this->registry->create(Author::class, [$name, $url, $email]); [all …]
|
| H A D | Registry.php | 186 public function &create($type, array $parameters = []) function in SimplePie\\Registry
|
| H A D | Locator.php | 128 $sniffer = $this->registry->create(Content\Type\Sniffer::class, [$this->file]); 170 $sniffer = $this->registry->create(Content\Type\Sniffer::class, [$file]);
|
| /dokuwiki/vendor/simplepie/simplepie/src/HTTP/ |
| H A D | FileClient.php | 58 $file = $this->registry->create(File::class, [
|
| /dokuwiki/data/pages/wiki/ |
| H A D | welcome.txt | 12 Go on, follow that link and create the page. If you need help with using the syntax you can always … 14 You might also want to use a sidebar. To create it, just edit the [[:sidebar]] page. Everything in …
|
| H A D | dokuwiki.txt | 42 * [[doku>Template|How to create and use templates]]
|
| /dokuwiki/inc/parser/ |
| H A D | renderer.php | 867 * @param boolean $create Create a new unique ID? 871 public function _headerToLink($title, $create = false) argument 873 if ($create) {
|
| /dokuwiki/inc/Utf8/ |
| H A D | Sort.php | 51 $collator = \Collator::create($lc);
|
| /dokuwiki/lib/plugins/authad/adLDAP/classes/ |
| H A D | adLDAPFolders.php | 151 public function create($attributes) function in adLDAPFolders
|
| H A D | adLDAPContacts.php | 65 public function create($attributes) function in adLDAPContacts
|
| /dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/ |
| H A D | X509.php | 3141 * @param bool $create optional 3144 private function &subArrayUnchecked(array &$root, $path, $create = false) argument 3150 if (!$create) { 3168 * @param bool $create optional 3171 private function &subArray(&$root, $path, $create = false) argument 3185 if (!$create) { 3203 * @param bool $create optional 3206 private function &extensions(&$root, $path = null, $create = false) argument 3224 $attributes = &$this->subArray($root, $pth, $create); 3233 if ($create) { [all …]
|
| /dokuwiki/lib/tpl/dokuwiki/ |
| H A D | style.ini | 4 ; To extend this file or make changes to it, it is recommended to create
|