/plugin/elasticsearch/vendor/ruflin/elastica/src/Cluster/ |
H A D | Settings.php | 46 * If param is set, only specified setting is return. 48 * @param string $setting OPTIONAL Setting name to return 52 public function getPersistent(string $setting = '') argument 57 if ('' !== $setting) { 58 return $settings[$setting] ?? null; 67 * If param is set, only specified setting is return. 69 * @param string $setting OPTIONAL Setting name to return 73 public function getTransient(string $setting = '') argument 78 if ('' !== $setting) { 79 if (isset($settings[$setting])) { [all...] |
/plugin/subconfhelper/ |
H A D | admin.php | 66 while (list($key) = each($_config->setting)) { 68 if ($_config->setting[$key]->update($input)) { 71 if ($_config->setting[$key]->error()) $_error = true; 152 foreach( $_config->setting as $setting ) { 154 list($label,$input) = $setting->html($this, $this->_error); 156 …$class = $setting->is_default() ? ' class="default"' : ($setting->is_protected() ? ' class="protec… 157 $error = $setting->error() ? ' class="value error"' : ' class="value"'; 158 $icon = $setting->caution() ? '<img src="'.DOKU_PLUGIN_IMAGES.$setting->caution().'.png" ' 159 … .'alt="'.$setting->caution().'" title="'.$this->getLang($setting->caution()).'" />' : '';
|
/plugin/elasticsearch/vendor/ruflin/elastica/src/Index/ |
H A D | Settings.php | 67 * If param is set, only specified setting is return. 68 * 'index.' is added in front of $setting. 70 * @param string $setting OPTIONAL Setting name to return 80 public function get(string $setting = '', bool $includeDefaults = false) 99 if (!$setting) { 104 if (isset($settings[$setting])) { 105 return $settings[$setting]; 108 if (false !== \strpos($setting, '.')) { 110 $keys = \explode('.', $setting); 126 * Returns a setting interprete 74 get(string $setting = '', bool $includeDefaults = false) global() argument 129 getBool(string $setting) global() argument [all...] |
/plugin/refnotes/ |
H A D | config.php | 13 private static $setting = array( variable in refnotes_configuration 25 if (array_key_exists($name, self::$setting)) { 26 $sectionName = self::$setting[$name][0]; 27 $result = self::$setting[$name][1];
|
/plugin/subconfhelper/helper/ |
H A D | config.php | 21 var $setting = array(); // array of setting objects variable in helper_plugin_subconfhelper_config 75 $this->setting[] = new setting_no_class($key,$param); 89 $this->setting[$key] = new $class($key,$param); 90 $this->setting[$key]->initialize($default[$key],$local[$key],$protected[$key]);
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/Resource/ |
H A D | Settings.php | 37 * @param string $setting The id of the user setting. 41 public function get($setting, $optParams = []) argument 43 $params = ['setting' => $setting];
|
/plugin/authwordpress/ |
H A D | class-phpass.php | 121 function crypt_private($password, $setting) argument 124 if (substr($setting, 0, 2) == $output) 127 $id = substr($setting, 0, 3); 132 $count_log2 = strpos($this->itoa64, $setting[3]); 138 $salt = substr($setting, 4, 8); 160 $output = substr($setting, 0, 12);
|
/plugin/twofactor/ |
H A D | Manager.php | 113 $setting = new Settings('twofactor', $this->getUser()); 114 if ($setting->get('state') !== 'optout') { 239 * Autoupdates the apropriate setting 245 $setting = new Settings('twofactor', $this->getUser()); 246 $default = $setting->get('defaultmod'); 250 // still here? no valid setting. Use first available one 266 $setting = new Settings('twofactor', $this->getUser()); 267 $setting->set('defaultmod', $provider->getProviderID());
|
/plugin/gplusone/ |
H A D | syntax.php | 34 function getConf($setting, $notset = false) { argument 35 $val = $this->localConf[$setting]; 37 $val = parent::getConf($setting, $notset);
|
/plugin/socialshareprivacy2/ |
H A D | action.php | 85 list($service, $setting) = explode("_", $opt, 2); 88 if ($setting == "status" && $value == "1") { 94 } else if ($setting == "order") {
|
/plugin/authdrupal8/ |
H A D | password.inc | 11 * used by setting the variable password_inc to the name of the PHP file 134 * @param $setting 142 function _password_crypt($algo, $password, $setting) { 148 if ($setting[0] == '$' && $setting[3] == '$') { 149 if (password_verify($password, $setting)) { 150 return $setting; 155 // The first 12 characters of an existing hash are its setting string. 156 $setting = substr($setting, [all...] |
/plugin/evesso/conf/ |
H A D | metadata.php | 8 class setting_plugin_evesso extends setting { 28 class plugin_evesso extends setting {
|
/plugin/sqlcomp/ |
H A D | README.md | 9 into the new DokuWiki setting 'dbaliases'. Translate them like: 11 NEW setting => alias="connectiondata"
|
/plugin/preregister/lang/en/ |
H A D | info.txt | 3 …entry has been in the datafile. Only those entries which are greater than the ''list_age'' setting 4 are listed here. You can change the ''list_age'' setting in the Configuration Manager.
|
/plugin/txtconf/ |
H A D | admin.php | 91 while (list($key) = each($this->_myconf->setting)) { 94 if ($this->_myconf->setting[$key]->update($input)) 191 foreach ($this->_myconf->setting as $mysetting) {
|
H A D | config0.class.php | 17 var $setting = array(); // array of setting objects variable in configuration0 75 $this->setting[$key] = new $class($key,$param); 76 $this->setting[$key]->initialize($default[$key],$local[$key],$protected[$key]); 104 foreach ($this->setting as $setting) { 105 $out .= $setting->out($this->_name, $this->_format);
|
H A D | txtconfig.class.php | 104 $this->setting[$key] = new $class($key,$param); 105 $this->setting[$key]->initialize($default[$key],$local[$key],$protected[$key]); 139 $this->setting[$key] = new $class($key,$param); 140 $this->setting[$key]->initialize(null,$value,null);
|
/plugin/html2pdf/html2pdf/html2ps/demo/ |
H A D | systemcheck.php | 351 $setting = ini_get('allow_url_fopen'); 352 if (!$setting) { 386 $setting = ini_get('pcre.backtrack_limit'); 387 if ($setting < 1000000) { 389 $setting));
|
/plugin/freechat/phpfreechat/lib/csstidy-1.2/ |
H A D | class.csstidy.php | 278 * @param string $setting 283 function get_cfg($setting) argument 285 if(isset($this->settings[$setting])) 287 return $this->settings[$setting]; 294 * @param string $setting 300 function set_cfg($setting,$value) argument 302 if(isset($this->settings[$setting]) && $value !== '') 304 $this->settings[$setting] = $value;
|
/plugin/twofactor/action/ |
H A D | profile.php | 164 $setting = $this->getConf('optinout'); 167 echo $this->locale_xhtml($setting); 170 if ($setting == 'optout') {
|
/plugin/ckgdoku/ckeditor/plugins/smiley/ |
H A D | plugin.js.unc | 39 * contained inside the URL path defined with the {@link #smiley_path} setting. 60 * {@link CKEDITOR.config#smiley_images} setting. Each entry in this array list 62 * setting.
|
/plugin/ckgedit/ckeditor/plugins/smiley/ |
H A D | plugin.js.unc | 39 * contained inside the URL path defined with the {@link #smiley_path} setting. 60 * {@link CKEDITOR.config#smiley_images} setting. Each entry in this array list 62 * setting.
|
/plugin/passwords/ |
H A D | plugin.info.txt | 6 desc Generate passwords with length and amount setting. Don't forget to put ~~NOCACHE~~ in your p…
|
/plugin/settingstree/ |
H A D | plugin.info.txt | 6 desc DokuWiki helper and admin for setting up settings based on NS/page hierarchy to a plugin
|
/plugin/sfauth/conf/ |
H A D | metadata.php | 3 class setting_plugin_sfauth extends setting {
|