Home
last modified time | relevance | path

Searched refs:_key (Results 26 – 42 of 42) sorted by last modified time

12

/plugin/securelogin/
H A Dhelper.php20 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/textinsert/
H A Dadmin.php85 foreach ($keys AS $_key) {
86 unset($macros[$_key]);
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Sampler/
H A DBoundedExhaustive.php75 protected $_key = -1; variable in Hoa\\Compiler\\Llk\\Sampler\\BoundedExhaustive
128 return $this->_key;
150 $this->_key = -1;
180 ++$this->_key;
H A DCoverage.php98 protected $_key = -1; variable in Hoa\\Compiler\\Llk\\Sampler\\Coverage
126 return $this->_key;
146 $this->_key = -1;
214 ++$this->_key;
/plugin/findologicxmlexport/vendor/hoa/math/Combinatorics/Combination/
H A DGamma.php81 protected $_key = -1; variable in Hoa\\Math\\Combinatorics\\Combination\\Gamma
145 return $this->_key;
195 ++$this->_key;
201 ++$this->_key;
H A DCartesianProduct.php76 protected $_key = 0; variable in Hoa\\Math\\Combinatorics\\Combination\\CartesianProduct
151 return $this->_key;
177 ++$this->_key;
191 $this->_key = 0;
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DCallbackGenerator.php61 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 DLookahead.php61 protected $_key = 0; variable in Hoa\\Iterator\\Lookahead
118 return $this->_key;
135 $this->_key = $innerIterator->key();
H A DRegularExpression.php137 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 DCounter.php61 protected $_key = 0; variable in Hoa\\Iterator\\Counter
130 return $this->_key;
140 ++$this->_key;
153 $this->_key = 0;
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md709 - Warning: array\_key\_exists\(\) expects parameter 2 to be array, string given [\#70](https://gith…
751 - Fix warning array\_key\_exists in deserialization. [\#398](https://github.com/schmittjoh/serializ…
/plugin/autogroup/conf/
H A Dsettings.class.php105 $key = htmlspecialchars($this->_key);
/plugin/authyubikey/lib/
H A DYubico.php51 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/sfauth/conf/
H A Dmetadata.php11 $key = htmlspecialchars($this->_key);
/plugin/settingstree/settings/
H A Dsettingswrapper.class.php8 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/txtconf/
H A Dtxtconfig.class.php276 $key = htmlspecialchars($this->_key);
303 $out = $this->_key."\t".$this->_local."\n";
H A Dconfig0.class.php283 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); }

12