Home
last modified time | relevance | path

Searched refs:_key (Results 1 – 25 of 42) sorted by relevance

12

/plugin/phpipam/
H A Dsyntax.php1010 $_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 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/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 DCounter.php61 protected $_key = 0; variable in Hoa\\Iterator\\Counter
130 return $this->_key;
140 ++$this->_key;
153 $this->_key = 0;
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 DLookahead.php61 protected $_key = 0; variable in Hoa\\Iterator\\Lookahead
118 return $this->_key;
135 $this->_key = $innerIterator->key();
/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/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DGeoPolygon.php19 protected $_key; variable in Elastica\\Query\\GeoPolygon
36 $this->_key = $key;
47 $this->_key => [
H A DAbstractGeoDistance.php34 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 DCartesianProduct.php76 protected $_key = 0; variable in Hoa\\Math\\Combinatorics\\Combination\\CartesianProduct
151 return $this->_key;
177 ++$this->_key;
191 $this->_key = 0;
H A DGamma.php81 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 Dinverse.php19 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 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/evesso/conf/
H A Dmetadata.php18 $key = htmlspecialchars($this->_key);
38 $key = htmlspecialchars($this->_key);
/plugin/structtemplate/_vagrant/
H A Dinstall_dokuwiki_extension.sh67 _key="$1"
68 case "$_key" in
/plugin/txtconf/
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); }
H A Dtxtconfig.class.php276 $key = htmlspecialchars($this->_key);
303 $out = $this->_key."\t".$this->_local."\n";
/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/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D93f1bdd72e79827dcf9a34efa02fd977.asciidoc12 '_key' => 'asc',
/plugin/sfauth/conf/
H A Dmetadata.php11 $key = htmlspecialchars($this->_key);
/plugin/textinsert/
H A Dadmin.php85 foreach ($keys AS $_key) {
86 unset($macros[$_key]);
/plugin/autogroup/conf/
H A Dsettings.class.php105 $key = htmlspecialchars($this->_key);
/plugin/diagramsnet/lib/js/cryptojs/
H A Daes.min.js24 …},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 Dhandsontable.full.js1606 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 …]

12