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.php150 public function register($type, $class, $legacy = false)
191 public function get_class($type)
220 public function &create($type, $parameters = [])
248 public function &call($type, $method, $parameters = [])
H A DRestriction.php73 public $type; variable in SimplePie\\Restriction
89 public function __construct($relationship = null, $type = null, $value = null)
H A DCategory.php92 public $type; variable in SimplePie\\Category
102 public function __construct($term = null, $scheme = null, $label = null, $type = null)
H A DCaption.php65 public $type; variable in SimplePie\\Caption
105 …public function __construct($type = null, $lang = null, $startTime = null, $endTime = null, $text …
/dokuwiki/inc/Parsing/ParserMode/
H A DFormatting.php11 protected $type; variable in dokuwiki\\Parsing\\ParserMode\\Formatting
55 public function __construct($type)
/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/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/DSA/
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/Common/
H A DAsymmetricKey.php99 abstract public function toString($type, array $options = []);
228 public static function loadFormat($type, $key, $password = false)
261 public static function loadPrivateKeyFormat($type, $key, $password = false)
277 public static function loadPublicKeyFormat($type, $key)
293 public static function loadParametersFormat($type, $key)
310 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/_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/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 DLegacyForm.php139 protected function legacyType($type)
H A DValueElement.php26 public function __construct($type, $value, $attributes = [])
/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
157 "type": "git", string
[all …]

12345