Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 101) sorted by relevance

12345

/dokuwiki/vendor/simplepie/simplepie/src/
H A DRegistry.php112 public function register(string $type, $class, bool $legacy = false)
153 public function get_class($type)
186 public function &create($type, array $parameters = [])
224 public function &call($type, string $method, array $parameters = [])
H A DRestriction.php36 public $type; variable in SimplePie\\Restriction
54 …public function __construct(?string $relationship = null, ?string $type = null, ?string $value = n…
H A DCategory.php52 public $type; variable in SimplePie\\Category
62 …onstruct(?string $term = null, ?string $scheme = null, ?string $label = null, ?string $type = null)
H A DCaption.php25 public $type; variable in SimplePie\\Caption
66 ?string $type = null,
/dokuwiki/inc/Remote/Response/
H A DLink.php8 public $type; variable in dokuwiki\\Remote\\Response\\Link
19 public function __construct($type, $page, $href)
H A DPageChange.php21 public $type; variable in dokuwiki\\Remote\\Response\\PageChange
36 public function __construct($id, $revision, $author, $ip, $summary, $type, $sizechange)
H A DMediaChange.php21 public $type; variable in dokuwiki\\Remote\\Response\\MediaChange
36 public function __construct($id, $revision, $author, $ip, $summary, $type, $sizechange)
/dokuwiki/inc/Parsing/ParserMode/
H A DFormatting.php11 protected $type; variable in dokuwiki\\Parsing\\ParserMode\\Formatting
55 public function __construct($type)
/dokuwiki/vendor/kissifrot/php-ixr/src/DataType/
H A DValue.php8 private $type; variable in IXR\\DataType\\Value
10 public function __construct($data, $type = null)
/dokuwiki/inc/
H A Dsearch.php112 function search_qsearch(&$data, $base, $file, $type, $lvl, $opts)
138 function search_index(&$data, $base, $file, $type, $lvl, $opts)
168 function search_namespaces(&$data, $base, $file, $type, $lvl, $opts)
193 function search_media(&$data, $base, $file, $type, $lvl, $opts)
261 function search_mediafiles(&$data, $base, $file, $type, $lvl, $opts)
309 function search_list(&$data, $base, $file, $type, $lvl, $opts)
341 function search_pagename(&$data, $base, $file, $type, $lvl, $opts)
380 function search_allpages(&$data, $base, $file, $type, $lvl, $opts)
501 function search_universal(&$data, $base, $file, $type, $lvl, $opts)
H A Dpluginutils.php31 function plugin_list($type = '', $all = false)
51 function plugin_load($type, $name, $new = false, $disabled = false)
/dokuwiki/lib/plugins/config/core/
H A DLoader.php202 protected function loadExtensionMeta($file, $type, $extname)
233 protected function loadExtensionConf($file, $type, $extname)
259 protected function loadExtensionLang($dir, $type, $extname)
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/
H A DParameters.php30 public function toString($type = 'PKCS1', array $options = [])
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/DH/
H A DParameters.php30 public function toString($type = 'PKCS1', array $options = [])
H A DPublicKey.php33 public function toString($type, array $options = [])
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/DSA/
H A DParameters.php30 public function toString($type = 'PKCS1', array $options = [])
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/
H A DAsymmetricKey.php100 abstract public function toString($type, array $options = []);
233 public static function loadFormat($type, $key, $password = false)
266 public static function loadPrivateKeyFormat($type, $key, $password = false)
282 public static function loadPublicKeyFormat($type, $key)
298 public static function loadParametersFormat($type, $key)
315 protected static function validatePlugin($format, $type, $method = null)
/dokuwiki/vendor/splitbrain/php-jsstrip/
H A Dcomposer.json4 "type": "library", string
27 "type": "github" string
/dokuwiki/inc/Remote/OpenApiDoc/
H A DDocBlockProperty.php8 protected $type; variable in dokuwiki\\Remote\\OpenApiDoc\\DocBlockProperty
/dokuwiki/inc/Form/
H A DElement.php22 protected $type; variable in dokuwiki\\Form\\Element
28 public function __construct($type, $attributes = [])
H A DCheckableElement.php19 public function __construct($type, $name, $label)
H A DValueElement.php26 public function __construct($type, $value, $attributes = [])
H A DLegacyForm.php139 protected function legacyType($type)
/dokuwiki/_test/tests/inc/
H A Dparserutils_set_metadata_during_rendering.test.php101 public function getList($type = '', $all = false)
107 public function load($type, $name, $new = false, $disabled = false)
/dokuwiki/vendor/composer/
H A Dinstalled.json8 "type": "git", string
13 "type": "zip", string
22 "type": "library", string
52 "type": "git", string
57 "type": "zip", string
67 "type": "library", string
102 "type": "git", string
107 "type": "zip", string
120 "type": "library", string
155 "type": "git", string
[all …]

12345