/dokuwiki/vendor/simplepie/simplepie/src/Cache/ |
H A D | DataCache.php | 81 public function get_data(string $key, $default = null); argument 102 set_data(string $key, array $value, int $ttl = null) global() argument 119 delete_data(string $key) global() argument [all...] |
H A D | BaseDataCache.php | 85 public function get_data(string $key, $default = null) argument 128 set_data(string $key, array $value, int $ttl = null) global() argument 155 delete_data(string $key) global() argument [all...] |
H A D | Psr16.php | 93 public function get_data(string $key, $default = null) argument 123 set_data(string $key, array $value, int $ttl = null) global() argument 143 delete_data(string $key) global() argument [all...] |
/dokuwiki/lib/scripts/ |
H A D | cookie.js | 21 setValue: function(key,val){ argument 34 jQuery.each(_this.data, function (key, val) { argument 48 getValue: function(key, def){ argument [all...] |
H A D | edit.js | 23 function createToolButton(icon,label,key,id,classname){ argument 93 jQuery.each(props.list, function (key, item) { argument [all...] |
/dokuwiki/vendor/simplepie/simplepie/src/ |
H A D | Source.php | 125 public function get_category($key = 0) argument 179 public function get_author($key = 0) argument 243 public function get_contributor($key = 0) argument 298 public function get_link($key argument [all...] |
H A D | Enclosure.php | 297 public function get_caption($key = 0) argument 327 public function get_category($key = 0) argument 385 public function get_credit($key argument 504 get_hash($key = 0) global() argument 563 get_keyword($key = 0) global() argument 651 get_rating($key = 0) global() argument 681 get_restriction($key = 0) global() argument 740 get_thumbnail($key = 0) global() argument [all...] |
H A D | Item.php | 394 public function get_category($key = 0) argument 466 public function get_author($key = 0) argument 483 public function get_contributor($key argument 826 get_link($key = 0, $rel = 'alternate') global() argument 908 get_enclosure($key = 0, $prefer = null) global() argument [all...] |
/dokuwiki/lib/plugins/config/core/Setting/ |
H A D | SettingSepchar.php | 11 public function __construct($key, $param = null) argument
|
H A D | Setting.php | 12 protected $key = ''; global() variable in dokuwiki\\plugin\\config\\core\\Setting\\Setting 39 __construct($key, $params = null) global() argument [all...] |
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/Crypt/ |
H A D | AES.php | 107 setKey($key) global() argument [all...] |
H A D | RC2.php | 63 var $key; global() variable in phpseclib\\Crypt\\RC2 343 setKey($key, $t1 = 0) global() argument [all...] |
H A D | Hash.php | 113 var $key = false; global() variable in phpseclib\\Crypt\\Hash 184 setKey($key = false) global() argument [all...] |
H A D | Blowfish.php | 616 _expand0state($key, & $sbox0, & $sbox1, & $sbox2, & $sbox3, & $p) global() argument 689 _expandstate($data, $key, & $sbox0, & $sbox1, & $sbox2, & $sbox3, & $p) global() argument [all...] |
H A D | RC4.php | 110 var $key; global() variable in phpseclib\\Crypt\\RC4 [all...] |
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent/ |
H A D | Identity.php | 53 var $key; global() variable in phpseclib\\System\\SSH\\Agent\\Identity 103 setPublicKey($key) global() argument [all...] |
/dokuwiki/inc/Search/ |
H A D | Indexer.php | 163 addMetaKeys($page, $key, $value = null) global() argument 312 renameMetaValue($key, $oldvalue, $newvalue) global() argument 650 lookupKey($key, & $value, $func = null) global() argument 830 getPages($key = null) global() argument 864 histogram($min = 1, $max = 0, $minlen = 3, $key = null) global() argument [all...] |
/dokuwiki/inc/Cache/ |
H A D | Cache.php | 15 public $key = ''; // primary identifier for this item variable in dokuwiki\\Cache\\Cache 34 public function __construct($key, $ext) argument
|
/dokuwiki/lib/plugins/config/core/ |
H A D | Configuration.php | 182 instantiateClass($key) global() argument 202 determineClassName($class, $key) global() argument [all...] |
/dokuwiki/lib/scripts/jquery/ |
H A D | jquery.cookie.js | 107 $.removeCookie = function (key, options) { argument [all...] |
/dokuwiki/vendor/geshi/geshi/src/ |
H A D | geshi.php | 995 public function set_keyword_group_style($key, $style, $preserve_defaults = false) { argument 1026 set_keyword_group_highlighting($key, $flag = true) global() argument 1041 set_comments_style($key, $style, $preserve_defaults = false) global() argument 1066 set_comments_highlighting($key, $flag = true) global() argument 1265 set_methods_style($key, $style, $preserve_defaults = false) global() argument 1295 set_regexps_style($key, $style, $preserve_defaults = false) global() argument 1310 set_regexps_highlighting($key, $flag) global() argument 1321 set_case_sensitivity($key, $case) global() argument 1571 add_keyword($key, $word) global() argument 1599 remove_keyword($key, $word, $recompile = true) global() argument 1621 add_keyword_group($key, $styles, $case_sensitive = true, $words = array()) global() argument 1647 remove_keyword_group($key) global() argument 1664 optimize_keyword_group($key) global() argument [all...] |
/dokuwiki/inc/ |
H A D | cache.php | 13 __construct($key, $ext) global() argument
|
/dokuwiki/lib/plugins/config/ |
H A D | admin.php | 278 addLang($key, $value) global() argument
|
/dokuwiki/inc/ChangeLog/ |
H A D | RevisionInfo.php | 73 val($key, $value = null) global() argument [all...] |
/dokuwiki/ |
H A D | feed.php | 37 $key = join('', array_values($opt)) . '$' . $INPUT->server->str('REMOTE_USER') global() variable
|