Home
last modified time | relevance | path

Searched refs:create (Results 1 – 25 of 37) sorted by relevance

12

/dokuwiki/vendor/splitbrain/php-archive/
H A DREADME.md5 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 Deditrev.txt1 **You've loaded an old revision of the document!** If you save it, you will create a new version with this data.
H A Dnewpage.txt3 You've followed a link to a topic that doesn't exist yet. If permissions allow, you may create it by clicking on **Create this page**.
H A Dregister.txt3 Fill in all the information below to create a new account in this wiki. Make sure you supply a **valid e-mail address** - if you are not asked to enter a password here, a new one will be sent to that address. The login name should be a valid [[doku>pagename|pagename]].
/dokuwiki/inc/lang/ia/
H A Dregistermail.txt1 Un nove conto de usator ha essite create. Ecce le detalios:
/dokuwiki/conf/
H A Dacl.auth.php.dist17 # create 4
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DArchive.php78 abstract public function create($file = ''); function in splitbrain\\PHPArchive\\Archive
116 * Note: It is more memory effective to specify the filename in the create() function and
/dokuwiki/vendor/simplepie/simplepie/src/
H A DCache.php51 * Used to create cache objects
54 * although the preferred way is to create your own handler
109 public function create($location, $filename, $extension) function in SimplePie\\Cache
111 trigger_error('Cache::create() has been replaced with Cache::get_handler() since SimplePie 1.3.1, use the registry system instead.', \E_USER_DEPRECATED);
H A DSource.php152 $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'], \SimplePie\SimplePie::CONSTRUCT_TEXT), null, null]);
169 $categories[] = $this->registry->create(Category::class, [$this->sanitize($category['data'], \SimplePie\SimplePie::CONSTRUCT_TEXT), null, null]);
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\SimplePie::CONSTRUCT_TEXT), null, null]);
230 $authors[] = $this->registry->create(Author::class, [$this->sanitize($author['data'], \SimplePie\SimplePie::CONSTRUCT_TEXT), null, null]);
233 $authors[] = $this->registry->create(Author::class, [$this->sanitize($author['data'], \SimplePie\SimplePie::CONSTRUCT_TEXT), null, null]);
270 $contributors[] = $this->registry->create(Autho
[all...]
H A DItem.php102 * This is usually used by {@see \SimplePie\Registry::create}
430 $categories[] = $this->registry->create(Category::class, [$term, $scheme, $label, $type]);
441 $categories[] = $this->registry->create(Category::class, [$term, $scheme, null, $type]);
446 $categories[] = $this->registry->create(Category::class, [$this->sanitize($category['data'], \SimplePie\SimplePie::CONSTRUCT_TEXT), null, null, $type]);
449 $categories[] = $this->registry->create(Category::class, [$this->sanitize($category['data'], \SimplePie\SimplePie::CONSTRUCT_TEXT), null, 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]);
592 $authors[] = $this->registry->create(Autho
[all...]
H A DLocator.php110 $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, $this->force_fsockopen, $this->curl_options]);
336 $feed = $this->registry->create(File::class, [$value, $this->timeout, 5, $headers, $this->useragent, $this->force_fsockopen, $this->curl_options]);
358 $feed = $this->registry->create(File::class, [$value, $this->timeout, 5, null, $this->useragent, $this->force_fsockopen, $this->curl_options]);
H A DSimplePie.php680 * To use SimplePie, create the SimplePie object with no parameters. You can
1317 * Set callback function to create cache filename with
1539 $this->sanitize = $this->registry->create(Sanitize::class);
1651 $parser = $this->registry->create(Parser::class);
1777 $file = $this->registry->create(File::class, [$this->feed_url, $this->timeout/10, 5, $headers, $this->useragent, $this->force_fsockopen, $this->curl_options]);
1819 $file = $this->registry->create(File::class, [$this->feed_url, $this->timeout, 5, $headers, $this->useragent, $this->force_fsockopen, $this->curl_options]);
1832 $locate = $this->registry->create(Locator::class, [&$file, $this->timeout, $this->useragent, $this->max_checked_feeds, $this->force_fsockopen, $this->curl_options]);
1907 $sniffer = $this->registry->create(Sniffer::class, [&$file]);
2390 $categories[] = $this->registry->create(Category::class, [$term, $scheme, $label]);
2401 $categories[] = $this->registry->create(Categor
[all...]
H A DMisc.php371 * This is automatically generated by create.php
373 * To generate it, run `php create.php` on the command line, and copy the
1986 $parser = $registry->create(Parser::class, [Misc::change_encoding(substr($data, 20, $pos - 20), 'UTF-32BE', 'UTF-8')]);
1996 $parser = $registry->create(Parser::class, [Misc::change_encoding(substr($data, 20, $pos - 20), 'UTF-32LE', 'UTF-8')]);
2006 $parser = $registry->create(Parser::class, [Misc::change_encoding(substr($data, 20, $pos - 10), 'UTF-16BE', 'UTF-8')]);
2016 $parser = $registry->create(Parser::class, [Misc::change_encoding(substr($data, 20, $pos - 10), 'UTF-16LE', 'UTF-8')]);
2026 $parser = $registry->create(Parser::class, [substr($data, 5, $pos - 5)]);
H A DRegistry.php186 * Where possible, use {@see create()} or {@see call()} instead
221 public function &create($type, $parameters = []) function in SimplePie\\Registry
257 // Cache::create() methods in PHP < 8.0.
260 $result = @call_user_func_array([$class, 'create'], $parameters);
/dokuwiki/data/pages/wiki/
H A Dwelcome.txt12 Go on, follow that link and create the page. If you need help with using the syntax you can always refer to the [[wiki:syntax|syntax page]].
14 You might also want to use a sidebar. To create it, just edit the [[:sidebar]] page. Everything in that page will be shown in a margin column on the side. Read our [[doku>faq:sidebar|FAQ on sidebars]] to learn more.
H A Ddokuwiki.txt42 * [[doku>Template|How to create and use templates]]
/dokuwiki/inc/parser/
H A Drenderer.php49 /** @var array the list of headers used to create unique link ids */
867 * @param boolean $create Create a new unique ID?
871 public function _headerToLink($title, $create = false)
873 if ($create) {
762 _headerToLink($title, $create = false) global() argument
/dokuwiki/inc/Utf8/
H A DSort.php51 $collator = \Collator::create($lc);
/dokuwiki/lib/plugins/authad/adLDAP/classes/
H A DadLDAPFolders.php151 public function create($attributes) function in adLDAPFolders
H A DadLDAPContacts.php65 public function create($attributes) function in adLDAPContacts
/dokuwiki/vendor/simplepie/simplepie/
H A DREADME.markdown81 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 DReadMe.txt47 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 DX509.php3136 * @param bool $create optional
3139 private function &subArrayUnchecked(array &$root, $path, $create = false)
3145 if (!$create) {
3163 * @param bool $create optional
3166 private function &subArray(array &$root = null, $path, $create = false)
3180 if (!$create) {
3198 * @param bool $create optional
3201 private function &extensions(array &$root = null, $path = null, $create = false)
3219 $attributes = &$this->subArray($root, $pth, $create);
3228 if ($create) {
4195 _subArrayUnchecked(& $root, $path, $create = false) global() argument
4223 _subArray(& $root, $path, $create = false) global() argument
4259 _extensions(& $root, $path = null, $create = false) global() argument
4838 _revokedCertificate(& $rclist, $serial, $create = false) global() argument
[all...]
/dokuwiki/lib/tpl/dokuwiki/
H A Dstyle.ini4 ; To extend this file or make changes to it, it is recommended to create
/dokuwiki/vendor/marcusschwarz/lesserphp/
H A DREADME.md

12