Home
last modified time | relevance | path

Searched defs:key (Results 1 – 25 of 40) sorted by relevance

12

/dokuwiki/vendor/simplepie/simplepie/src/Cache/
H A DDataCache.php81 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 DBaseDataCache.php85 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 DPsr16.php93 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 Dcookie.js21 setValue: function(key,val){ argument
34 jQuery.each(_this.data, function (key, val) { argument
48 getValue: function(key, def){ argument
[all...]
H A Dedit.js23 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 DSource.php125 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 DEnclosure.php297 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 DItem.php394 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 DSettingSepchar.php11 public function __construct($key, $param = null) argument
H A DSetting.php12 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 DAES.php107 setKey($key) global() argument
[all...]
H A DRC2.php63 var $key; global() variable in phpseclib\\Crypt\\RC2
343 setKey($key, $t1 = 0) global() argument
[all...]
H A DHash.php113 var $key = false; global() variable in phpseclib\\Crypt\\Hash
184 setKey($key = false) global() argument
[all...]
H A DBlowfish.php616 _expand0state($key, & $sbox0, & $sbox1, & $sbox2, & $sbox3, & $p) global() argument
689 _expandstate($data, $key, & $sbox0, & $sbox1, & $sbox2, & $sbox3, & $p) global() argument
[all...]
H A DRC4.php110 var $key; global() variable in phpseclib\\Crypt\\RC4
[all...]
/dokuwiki/vendor/phpseclib/phpseclib/phpseclib/System/SSH/Agent/
H A DIdentity.php53 var $key; global() variable in phpseclib\\System\\SSH\\Agent\\Identity
103 setPublicKey($key) global() argument
[all...]
/dokuwiki/inc/Search/
H A DIndexer.php163 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 DCache.php15 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 DConfiguration.php182 instantiateClass($key) global() argument
202 determineClassName($class, $key) global() argument
[all...]
/dokuwiki/lib/scripts/jquery/
H A Djquery.cookie.js107 $.removeCookie = function (key, options) { argument
[all...]
/dokuwiki/vendor/geshi/geshi/src/
H A Dgeshi.php995 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 Dcache.php13 __construct($key, $ext) global() argument
/dokuwiki/lib/plugins/config/
H A Dadmin.php278 addLang($key, $value) global() argument
/dokuwiki/inc/ChangeLog/
H A DRevisionInfo.php73 val($key, $value = null) global() argument
[all...]
/dokuwiki/
H A Dfeed.php37 $key = join('', array_values($opt)) . '$' . $INPUT->server->str('REMOTE_USER') global() variable

12