/plugin/phpipam/ |
H A D | syntax.php | 1010 $_more[$_key][1] = hsc($infos[$_key]) ; 1012 $_more[$_key][0] = ($_lang ? "$_lang" : ucwords(strtr($_key, '_', ' '))) ; 1353 $_more[$_key][1] = hsc($hash_in[$_key]) ; 1457 $_more[$_key][1] = hsc($hash_in[$_key]) ; 1459 $_more[$_key][0] = ($_lang ? "$_lang" : ucwords(strtr($_key, '_', ' '))) ; 1902 $_more[$_key][1] = hsc($hash_in[$_key]) ; 1904 $_more[$_key][0] = ($_lang ? "$_lang" : ucwords(strtr($_key, '_', ' '))) ; 1988 $_more[$_key][1] = hsc($hash_in[$_key]) ; 1990 $_more[$_key][0] = ($_lang ? "$_lang" : ucwords(strtr($_key, '_', ' '))) ; 2082 $_more[$_key][1] = hsc($hash_in[$_key]) ; [all …]
|
/plugin/settingstree/settings/ |
H A D | settingswrapper.class.php | 8 protected $_key = null; // the key of the setting variable in settingswrapper 17 $this->_key = $key; 55 $this->_setting = new $class($this->_key,$meta); 58 $this->_level->getDefault($this->_key), 59 $this->_level->getLocal($this->_key), 61 $this->_level->getParentProtected($this->_key) 78 …<label for='settingstree_{$this->_key}_protect'>".settingshierarchy::$helper->getLang('protected')… 79 …ass='protect_input' type='checkbox' name='protect[{$this->_key}]' id='settingstree_{$this->_key}_p… 80 …? 'checked="checked"' : '')." ".($this->_level->getParentProtected($this->_key) !== null ? "disabl… 122 $value = $this->_level->getDefault($this->_key); [all …]
|
/plugin/findologicxmlexport/vendor/hoa/iterator/ |
H A D | CallbackGenerator.php | 61 protected $_key = 0; variable in Hoa\\Iterator\\CallbackGenerator 93 return $this->_current = $handle($this->_key); 103 return $this->_key; 113 ++$this->_key; 125 $this->_key = 0;
|
H A D | Counter.php | 61 protected $_key = 0; variable in Hoa\\Iterator\\Counter 130 return $this->_key; 140 ++$this->_key; 153 $this->_key = 0;
|
H A D | RegularExpression.php | 137 protected $_key = 0; variable in Hoa\\Iterator\\RegularExpression 199 $this->_key = parent::key(); 204 $subject = $useKey ? $this->_key : $this->_current; 272 $this->_key = $result; 303 return $this->_key;
|
H A D | Lookahead.php | 61 protected $_key = 0; variable in Hoa\\Iterator\\Lookahead 118 return $this->_key; 135 $this->_key = $innerIterator->key();
|
/plugin/securelogin/ |
H A D | helper.php | 20 protected $_key = null; variable in helper_plugin_securelogin 57 if(!$this->_key && file_exists($this->_keyFile)) { 58 $this->_key = openssl_pkey_get_private(file_get_contents($this->_keyFile)); 59 if($this->_key) { 66 return null != $this->_key; 88 $this->_key = openssl_pkey_get_private(file_get_contents($this->_keyFile)); 116 openssl_private_decrypt(base64_decode($text), $decoded, $this->_key);
|
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/ |
H A D | GeoPolygon.php | 19 protected $_key; variable in Elastica\\Query\\GeoPolygon 36 $this->_key = $key; 47 $this->_key => [
|
H A D | AbstractGeoDistance.php | 34 protected $_key; variable in Elastica\\Query\\AbstractGeoDistance 75 $this->_key = $key; 151 $this->setParam($this->_key, $this->_getLocationData());
|
/plugin/findologicxmlexport/vendor/hoa/math/Combinatorics/Combination/ |
H A D | CartesianProduct.php | 76 protected $_key = 0; variable in Hoa\\Math\\Combinatorics\\Combination\\CartesianProduct 151 return $this->_key; 177 ++$this->_key; 191 $this->_key = 0;
|
H A D | Gamma.php | 81 protected $_key = -1; variable in Hoa\\Math\\Combinatorics\\Combination\\Gamma 145 return $this->_key; 195 ++$this->_key; 201 ++$this->_key;
|
/plugin/edittable/renderer/ |
H A D | inverse.php | 19 private $_key = 0; variable in renderer_plugin_edittable_inverse 599 $this->_key = 1; 600 while(isset($this->_rowspans[$this->_key])) { 601 --$this->_rowspans[$this->_key]; 602 if($this->_rowspans[$this->_key] === 1) { 603 unset($this->_rowspans[$this->_key]); 605 ++$this->_key; 621 $this->_rowspans[$this->_key] = $rowspan; 635 $this->_key += $this->_table[$this->_row][$this->_key]['colspan']; 637 --$this->_rowspans[$this->_key]; [all …]
|
/plugin/authyubikey/lib/ |
H A D | Yubico.php | 51 var $_key; variable in Auth_Yubico 110 $this->_key = base64_decode($key); 302 if($this->_key <> "") { 304 $this->_key, true)); 386 elseif ($this->_key <> "") { 409 $this->_key, true));
|
/plugin/evesso/conf/ |
H A D | metadata.php | 18 $key = htmlspecialchars($this->_key); 38 $key = htmlspecialchars($this->_key);
|
/plugin/structtemplate/_vagrant/ |
H A D | install_dokuwiki_extension.sh | 67 _key="$1" 68 case "$_key" in
|
/plugin/txtconf/ |
H A D | config0.class.php | 283 var $_key = ''; variable in setting0 293 $this->_key = $key; 352 $key = htmlspecialchars($this->_key); 382 $prompt = $plugin->getLang($this->_key); 383 if (!$prompt) $prompt = htmlspecialchars(str_replace(array('____','_'),' ',$this->_key)); 391 function _out_key() { return str_replace(CM_KEYMARKER,"']['",$this->_key); }
|
H A D | txtconfig.class.php | 276 $key = htmlspecialchars($this->_key); 303 $out = $this->_key."\t".$this->_local."\n";
|
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Sampler/ |
H A D | BoundedExhaustive.php | 75 protected $_key = -1; variable in Hoa\\Compiler\\Llk\\Sampler\\BoundedExhaustive 128 return $this->_key; 150 $this->_key = -1; 180 ++$this->_key;
|
H A D | Coverage.php | 98 protected $_key = -1; variable in Hoa\\Compiler\\Llk\\Sampler\\Coverage 126 return $this->_key; 146 $this->_key = -1; 214 ++$this->_key;
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/ |
H A D | 93f1bdd72e79827dcf9a34efa02fd977.asciidoc | 12 '_key' => 'asc',
|
/plugin/sfauth/conf/ |
H A D | metadata.php | 11 $key = htmlspecialchars($this->_key);
|
/plugin/textinsert/ |
H A D | admin.php | 85 foreach ($keys AS $_key) { 86 unset($macros[$_key]);
|
/plugin/autogroup/conf/ |
H A D | settings.class.php | 105 $key = htmlspecialchars($this->_key);
|
/plugin/diagramsnet/lib/js/cryptojs/ |
H A D | aes.min.js | 24 …},init:function(e,a,b){this.cfg=this.cfg.extend(b);this._xformMode=e;this._key=a;this.reset()},res… 33 16,32,64,128,27,54],d=d.AES=p.extend({_doReset:function(){for(var a=this._key,c=a.words,d=a.sigByte…
|
/plugin/edittable/lib/ |
H A D | handsontable.full.js | 1606 mixins[_key - 1] = arguments[_key]; 5844 for (var _len = arguments.length, strings = Array(_len), _key = 0; _key < _len; _key++) { 5845 strings[_key] = arguments[_key]; 6665 for (var _len = arguments.length, functions = Array(_len), _key = 0; _key < _len; _key++) { 6666 functions[_key] = arguments[_key]; 16385 items[_key - 2] = arguments[_key]; 36053 expressions[_key - 1] = arguments[_key]; 36438 params[_key - 1] = arguments[_key]; 38796 params[_key - 1] = arguments[_key]; 39053 for (var _len = arguments.length, params = Array(_len), _key = 0; _key < _len; _key++) { [all …]
|