Home
last modified time | relevance | path

Searched defs:type (Results 1 – 25 of 59) sorted by last modified time

123

/dokuwiki/lib/plugins/config/core/
H A DLoader.php195 loadExtensionMeta($file, $type, $extname) global() argument
225 loadExtensionConf($file, $type, $extname) global() argument
250 loadExtensionLang($dir, $type, $extname) global() argument
[all...]
/dokuwiki/lib/plugins/popularity/
H A Dhelper.php289 searchCountCallback(& $data, $base, $file, $type, $lvl, $opts) global() argument
/dokuwiki/inc/parser/
H A Dxhtml.php603 _highlight($type, $text, $language = null, $filename = null, $options = null) global() argument
[all...]
/dokuwiki/inc/
H A Dsearch.php162 * @param string $type argument
108 search_qsearch(& $data, $base, $file, $type, $lvl, $opts) global() argument
133 search_index(& $data, $base, $file, $type, $lvl, $opts) global() argument
188 search_media(& $data, $base, $file, $type, $lvl, $opts) global() argument
255 search_mediafiles(& $data, $base, $file, $type, $lvl, $opts) global() argument
302 search_list(& $data, $base, $file, $type, $lvl, $opts) global() argument
333 search_pagename(& $data, $base, $file, $type, $lvl, $opts) global() argument
371 search_allpages(& $data, $base, $file, $type, $lvl, $opts) global() argument
487 search_universal(& $data, $base, $file, $type, $lvl, $opts) global() argument
[all...]
H A Dtemplate.php485 tpl_button($type, $return = false) global() argument
525 tpl_actionlink($type, $pre = '', $suf = '', $inner = '', $return = false) global() argument
581 tpl_get_action($type) global() argument
639 tpl_action($type, $link = false, $wrapper = false, $return = false, $pre = '', $suf = '', $inner = '') global() argument
[all...]
H A Dcommon.php1753 license_img($type) global() argument
H A Dpluginutils.php30 plugin_list($type = '', $all = false) global() argument
50 plugin_load($type, $name, $new = false, $disabled = false) global() argument
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/
H A DRSA.php1089 _parseKey($key, $type) global() argument
1728 loadKey($key, $type = false) global() argument
1880 setPublicKey($key = false, $type = false) global() argument
1940 setPrivateKey($key = false, $type = false) global() argument
1969 getPublicKey($type = self PUBLIC_FORMAT_PKCS8) global() argument
2027 getPrivateKey($type = self PUBLIC_FORMAT_PKCS1) global() argument
/dokuwiki/inc/Menu/Item/
H A DAbstractItem.php30 protected $type = ''; variable in dokuwiki\\Menu\\Item\\AbstractItem
[all...]
/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DMemcache.php94 public function __construct($location, $name, $type) argument
H A DMemcached.php91 public function __construct($location, $name, $type) argument
H A DFile.php93 public function __construct($location, $name, $type) argument
/dokuwiki/vendor/simplepie/simplepie/src/
H A DCaption.php66 public $type; variable in SimplePie\\Caption
106 public function __construct($type = null, $lang = null, $startTime = null, $endTime = null, $text = null) argument
H A DCategory.php93 public $type; variable in SimplePie\\Category
103 public function __construct($term = null, $scheme = null, $label = null, $type = null) argument
H A DRegistry.php151 public function register($type, $class, $legacy = false) argument
192 get_class($type) global() argument
221 create($type, $parameters = []) global() argument
249 call($type, $method, $parameters = []) global() argument
[all...]
H A DRestriction.php74 public $type; variable in SimplePie\\Restriction
90 public function __construct($relationship = null, $type = null, $value = null) argument
H A DSanitize.php343 public function sanitize($data, $type, $base = '') argument
476 preprocess($html, $type) global() argument
536 strip_tag($tag, $document, $xpath, $type) global() argument
[all...]
/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) argument
/dokuwiki/vendor/splitbrain/php-archive/src/
H A DTar.php34 public function setCompression($level = 9, $type = Archive::COMPRESS_AUTO) argument
H A DZip.php40 public function setCompression($level = 9, $type = Archive::COMPRESS_AUTO) argument
/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
157 "type" string
116 "type": "library", global() string
152 "type": "git", global() string
172 "type": "library", global() string
209 "type": "git", global() string
214 "type": "zip", global() string
226 "type": "library", global() string
267 "type": "git", global() string
272 "type": "zip", global() string
293 "type": "library", global() string
362 "type": "github" global() string
366 "type": "patreon" global() string
370 "type": "tidelift" global() string
380 "type": "git", global() string
385 "type": "zip", global() string
409 "type": "library", global() string
459 "type": "git", global() string
464 "type": "zip", global() string
485 "type": "library", global() string
522 "type": "git", global() string
527 "type": "zip", global() string
542 "type": "library", global() string
580 "type": "git", global() string
585 "type": "zip", global() string
597 "type": "library", global() string
623 "type": "github" global() string
633 "type": "git", global() string
638 "type": "zip", global() string
650 "type": "library", global() string
[all...]
H A DInstalledVersions.php73 public static function getInstalledPackagesByType($type) argument
[all...]
/dokuwiki/lib/plugins/info/
H A Dsyntax.php126 renderPlugins($type, Doku_Renderer $renderer) global() argument
/dokuwiki/inc/Parsing/Handler/
H A DLists.php175 protected function interpretSyntax($match, &$type) argument
/dokuwiki/inc/Parsing/ParserMode/
H A DFormatting.php11 protected $type; variable in dokuwiki\\Parsing\\ParserMode\\Formatting
60 trigger_error('Invalid formatting type ' . $type, E_USER_WARNING); argument
[all...]

123