Home
last modified time | relevance | path

Searched +full:name -(+path:inc +path:lang) -(+path:lib +path:plugins +path:lang) -(+path:lib +path:tpl +path:dokuwiki +path:lang) (Results 151 – 175 of 391) sorted by last modified time

12345678910>>...16

/dokuwiki/vendor/geshi/geshi/src/geshi/
H A Duscript.php114 'float', 'int', 'bool', 'byte', 'char', 'double', 'iterator', 'name', 'string', //primitive
H A Docaml.php119 2 => true, /* functions name are case sensitive */
120 3 => true, /* types name too */
/dokuwiki/vendor/simplepie/simplepie/library/
H A DSimplePie.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
61 * SimplePie Name
62 * @deprecated since SimplePie 1.7.0, use \SimplePie\SimplePie::NAME instead.
64 define('SIMPLEPIE_NAME', NamespacedSimplePie::NAME);
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DBaseDataCache.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
H A DDB.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
H A DDataCache.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
H A DFile.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
84 protected $name; variable in SimplePie\\Cache\\File
90 * @param string $name Unique ID for the cache
93 public function __construct($location, $name, $type) argument
96 $this->filename = $name;
98 $this->name = "$this->location/$this->filename.$this->extension";
109 if (file_exists($this->name) && is_writable($this->name) || file_exists($this->location) && is_writable($this->location)) {
115 return (bool) file_put_contents($this->name, $data);
127 if (file_exists($this->name)
[all...]
/dokuwiki/inc/Parsing/Handler/
H A DNest.php19 * @param string $close closing instruction name, this is required to properly terminate the
/dokuwiki/vendor/simplepie/simplepie/library/SimplePie/Cache/
H A DMemcached.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
/dokuwiki/vendor/simplepie/simplepie/library/SimplePie/
H A DCache.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
H A DCategory.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
H A DCore.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
H A DMisc.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
H A DParser.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
H A DRating.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
/dokuwiki/vendor/simplepie/simplepie/src/
H A DException.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
H A DFile.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
H A DRegistryAware.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
H A DSanitize.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
548 foreach ($element->attributes as $name => $attr) {
553 $value = $name;
557 $attrs[] = $name;
562 $attrs[] = $name . '="' . $attr->value . '"';
H A DSimplePie.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
67 * SimplePie Name
69 public const NAME = 'SimplePie'; define in SimplePie\\SimplePie
84 public const LINKBACK = '<a href="' . self::URL . '" title="' . self::NAME . ' ' . self::VERSION . '">' . self::NAME . '</a>';
1039 * @param string $class Name of custom class
1055 * @param string $class Name of custom class
1071 * @param string $class Name of custom class
1087 * @param string $class Name of custom class
1103 * @param string $class Name o
[all...]
H A DSource.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
193 $name = null;
196 if (isset($author['child'][\SimplePie\SimplePie::NAMESPACE_ATOM_10]['name'][0]['data'])) {
197 $name = $this->sanitize($author['child'][\SimplePie\SimplePie::NAMESPACE_ATOM_10]['name'][0]['data'], \SimplePie\SimplePie::CONSTRUCT_TEXT);
205 if ($name !== null || $email !== null || $uri !== null) {
206 $authors[] = $this->registry->create(Author::class, [$name, $uri, $email]);
210 $name = null;
213 if (isset($author[0]['child'][\SimplePie\SimplePie::NAMESPACE_ATOM_03]['name'][0]['data'])) {
214 $name
[all...]
/dokuwiki/vendor/kissifrot/php-ixr/src/Message/
H A DError.php29 <name>faultCode</name>
33 <name>faultString</name>
/dokuwiki/vendor/simplepie/simplepie/library/SimplePie/Parse/
H A DDate.php23 * * Neither the name of the SimplePie Team nor the names of its contributors may be used
/dokuwiki/
H A DCOPYING293 <one line to give the program's name and a brief idea of what it does.>
294 Copyright (C) <year> <name of author>
315 Gnomovision version 69, Copyright (C) year name of author
/dokuwiki/inc/
H A DPassHash.php554 * database. It has to be converted to a php algo name.
812 * @param string $algo Name of selected hashing algorithm (i.e. "md5", "sha256", "haval160,4",

12345678910>>...16