Home
last modified time | relevance | path

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

123

/plugin/phpipam/
Dsyntax.php839 foreach (getInterWiki() as $_key => $_val) {
841 $_wiki = $_key ;
913 foreach (explode(',', $_conf) as $_key) {
915 $_lang = $this->getLang($_key) ;
916 $html .= ($_lang ? "$_lang" : ucwords(strtr($_key, '_', ' '))) ;
1008 foreach (explode(',', $_conf) as $_key) {
1009 if ($infos[$_key]) {
1010 $_more[$_key][1] = hsc($infos[$_key]) ;
1011 $_lang = $this->getLang($_key) ;
1012 $_more[$_key][0] = ($_lang ? "$_lang" : ucwords(strtr($_key, '_', ' '))) ;
[all …]
/plugin/settingstree/settings/
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)
74 …w_hierarchy' onclick=\"jQuery(this).trigger('show_in_hierarchy',['{$this->_key}','{$this->_level->…
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…
[all …]
/plugin/asciidocjs/node_modules/handlebars/dist/cjs/handlebars/internal/
Dcreate-new-lookup-object.js16 for (var _len = arguments.length, sources = Array(_len), _key = 0; _key < _len; _key++) {
17 sources[_key] = arguments[_key];
/plugin/asciidocjs/node_modules/handlebars/dist/amd/handlebars/internal/
Dcreate-new-lookup-object.js15 for (var _len = arguments.length, sources = Array(_len), _key = 0; _key < _len; _key++) {
16 sources[_key] = arguments[_key];
/plugin/findologicxmlexport/vendor/hoa/iterator/
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;
DCounter.php61 protected $_key = 0; variable in Hoa\\Iterator\\Counter
130 return $this->_key;
140 ++$this->_key;
153 $this->_key = 0;
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;
DLookahead.php61 protected $_key = 0; variable in Hoa\\Iterator\\Lookahead
118 return $this->_key;
135 $this->_key = $innerIterator->key();
/plugin/asciidocjs/node_modules/handlebars/dist/amd/handlebars/
Dlogger.js33 …_len = arguments.length, message = Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {
34 message[_key - 1] = arguments[_key];
/plugin/asciidocjs/node_modules/handlebars/dist/cjs/handlebars/
Dlogger.js36 …_len = arguments.length, message = Array(_len > 1 ? _len - 1 : 0), _key = 1; _key < _len; _key++) {
37 message[_key - 1] = arguments[_key];
/plugin/securelogin/
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/
DGeoPolygon.php19 protected $_key; variable in Elastica\\Query\\GeoPolygon
36 $this->_key = $key;
47 $this->_key => [
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/
DCartesianProduct.php76 protected $_key = 0; variable in Hoa\\Math\\Combinatorics\\Combination\\CartesianProduct
151 return $this->_key;
177 ++$this->_key;
191 $this->_key = 0;
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/
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;
619 $this->_table[$this->_row][$this->_key] = compact('tag', 'colspan', 'align', 'rowspan');
621 $this->_rowspans[$this->_key] = $rowspan;
633 $this->_table[$this->_row][$this->_key]['text'] = trim(substr($this->doc, $this->_pos));
[all …]
/plugin/authyubikey/lib/
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/
Dmetadata.php18 $key = htmlspecialchars($this->_key);
38 $key = htmlspecialchars($this->_key);
/plugin/asciidocjs/node_modules/babel-types/lib/definitions/
Dindex.js65 for (var _len = arguments.length, vals = Array(_len), _key = 0; _key < _len; _key++) {
66 vals[_key] = arguments[_key];
/plugin/txtconf/
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); }
/plugin/structtemplate/_vagrant/
Dinstall_dokuwiki_extension.sh67 _key="$1"
68 case "$_key" in
/plugin/questionnaire/
DminiYAML.php437 foreach(array_keys($ar) as $_key){
438 if(!is_int($_key) || $_key!=$expected_key){ return false; }
465 foreach($ar as $_key => $_value){
466 …$out[] = $this->_dumpIndent($indent).$this->_dumpString($_key).": ".$this->_dumpVar($_value,$inden…
/plugin/findologicxmlexport/vendor/hoa/compiler/Llk/Sampler/
DBoundedExhaustive.php75 protected $_key = -1; variable in Hoa\\Compiler\\Llk\\Sampler\\BoundedExhaustive
128 return $this->_key;
150 $this->_key = -1;
180 ++$this->_key;
/plugin/asciidocjs/node_modules/nunjucks/src/
Druntime.js74 for (var _len = arguments.length, macroArgs = new Array(_len), _key = 0; _key < _len; _key++) {
75 macroArgs[_key] = arguments[_key];
Dnodes.js28 …len = arguments.length, args = new Array(_len > 2 ? _len - 2 : 0), _key = 2; _key < _len; _key++) {
29 args[_key - 2] = arguments[_key];

123