/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/inc/lang/ia/ |
H A D | registermail.txt | 1 Un nove conto de usator ha essite create. Ecce le detalios:
|
/dokuwiki/vendor/splitbrain/php-archive/src/ |
H A D | Archive.php | 78 abstract public function create($file = ''); function in splitbrain\\PHPArchive\\Archive
|
/dokuwiki/conf/ |
H A D | acl.auth.php.dist | 17 # create 4
|
/dokuwiki/vendor/simplepie/simplepie/src/ |
H A D | Cache.php | 109 public function create($location, $filename, $extension) function in SimplePie\\Cache
|
H A D | Source.php | 152 $categories[] = $this->registry->create(Category::class, [$term, $scheme, $label]); 163 $categories[] = $this->registry->create(Category::class, [$term, $scheme, null]); 166 …$categories[] = $this->registry->create(Category::class, [$this->sanitize($category['data'], \Simp… 169 …$categories[] = $this->registry->create(Category::class, [$this->sanitize($category['data'], \Simp… 206 $authors[] = $this->registry->create(Author::class, [$name, $uri, $email]); 223 $authors[] = $this->registry->create(Author::class, [$name, $url, $email]); 227 …$authors[] = $this->registry->create(Author::class, [$this->sanitize($author['data'], \SimplePie\S… 230 …$authors[] = $this->registry->create(Author::class, [$this->sanitize($author['data'], \SimplePie\S… 233 …$authors[] = $this->registry->create(Author::class, [$this->sanitize($author['data'], \SimplePie\S… 270 $contributors[] = $this->registry->create(Author::class, [$name, $uri, $email]); [all …]
|
H A D | Item.php | 430 … $categories[] = $this->registry->create(Category::class, [$term, $scheme, $label, $type]); 441 $categories[] = $this->registry->create(Category::class, [$term, $scheme, null, $type]); 518 $contributors[] = $this->registry->create(Author::class, [$name, $uri, $email]); 535 $contributors[] = $this->registry->create(Author::class, [$name, $url, $email]); 571 $authors[] = $this->registry->create(Author::class, [$name, $uri, $email]); 588 $authors[] = $this->registry->create(Author::class, [$name, $url, $email]); 1042 … $categories_parent[] = $this->registry->create(Category::class, [$term, $scheme, $label]); 1574 … $categories[] = $this->registry->create(Category::class, [$term, $scheme, $label]); 2003 … $categories[] = $this->registry->create(Category::class, [$term, $scheme, $label]); 2124 … $ratings[] = $this->registry->create(Rating::class, [$rating_scheme, $rating_value]); [all …]
|
H A D | Locator.php | 110 $sniffer = $this->registry->create(Content\Type\Sniffer::class, [$this->file]); 147 $sniffer = $this->registry->create(Content\Type\Sniffer::class, [$file]); 229 …$feed = $this->registry->create(File::class, [$href, $this->timeout, 5, $headers, $this->useragent… 336 …$feed = $this->registry->create(File::class, [$value, $this->timeout, 5, $headers, $this->useragen… 358 …$feed = $this->registry->create(File::class, [$value, $this->timeout, 5, null, $this->useragent, $…
|
H A D | SimplePie.php | 1539 $this->sanitize = $this->registry->create(Sanitize::class); 1651 $parser = $this->registry->create(Parser::class); 1907 $sniffer = $this->registry->create(Sniffer::class, [&$file]); 2390 $categories[] = $this->registry->create(Category::class, [$term, $scheme, $label]); 2401 $categories[] = $this->registry->create(Category::class, [$term, $scheme, null]); 2459 $authors[] = $this->registry->create(Author::class, [$name, $uri, $email]); 2476 $authors[] = $this->registry->create(Author::class, [$name, $url, $email]); 2538 $contributors[] = $this->registry->create(Author::class, [$name, $uri, $email]); 2555 $contributors[] = $this->registry->create(Author::class, [$name, $url, $email]); 3007 … $this->data['items'][] = $this->registry->create(Item::class, [$this, $items[$key]]); [all …]
|
H A D | Misc.php | 1986 …$parser = $registry->create(Parser::class, [Misc::change_encoding(substr($data, 20, $pos - 20), 'U… 1996 …$parser = $registry->create(Parser::class, [Misc::change_encoding(substr($data, 20, $pos - 20), 'U… 2006 …$parser = $registry->create(Parser::class, [Misc::change_encoding(substr($data, 20, $pos - 10), 'U… 2016 …$parser = $registry->create(Parser::class, [Misc::change_encoding(substr($data, 20, $pos - 10), 'U… 2026 $parser = $registry->create(Parser::class, [substr($data, 5, $pos - 5)]);
|
H A D | Registry.php | 221 public function &create($type, $parameters = []) function in SimplePie\\Registry
|
/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/Utf8/ |
H A D | Sort.php | 51 $collator = \Collator::create($lc);
|
/dokuwiki/inc/parser/ |
H A D | renderer.php | 757 * @param boolean $create Create a new unique ID? 760 public function _headerToLink($title, $create = false) { argument 761 if($create) {
|
/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/simplepie/simplepie/ |
H A D | README.markdown | 81 Please create your pull requests primarily against this branch. 84 you are welcome to create backport PRs if you still need support for older PHP versions.
|
/dokuwiki/vendor/simplepie/simplepie/idn/ |
H A D | ReadMe.txt | 47 idna_convert.create.npdata.php - Useful for (re)creating the NPData file 110 tables in a serialized format, you can run the file idna_convert.create.npdata.php, which
|
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/File/ |
H A D | X509.php | 4191 * @param bool $create optional 4195 function &_subArrayUnchecked(&$root, $path, $create = false) argument 4201 if (!$create) { 4219 * @param bool $create optional 4223 function &_subArray(&$root, $path, $create = false) argument 4237 if (!$create) { 4255 * @param bool $create optional 4286 if ($create) { 4295 $extensions = &$this->_subArray($root, $path, $create); 4834 * @param bool $create optional [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
|
/dokuwiki/vendor/marcusschwarz/lesserphp/ |
H A D | README.md | 16 The typical flow of **lesserphp** is to create a new instance of `lessc`,
|