Home
last modified time | relevance | path

Searched refs:setting (Results 1 – 25 of 321) sorted by relevance

12345678910>>...13

/plugin/elasticsearch/vendor/ruflin/elastica/src/Cluster/
DSettings.php48 * @param string $setting OPTIONAL Setting name to return
52 public function getPersistent(string $setting = '') argument
57 if ('' !== $setting) {
58 return $settings[$setting] ?? null;
69 * @param string $setting OPTIONAL Setting name to return
73 public function getTransient(string $setting = '') argument
78 if ('' !== $setting) {
79 if (isset($settings[$setting])) {
80 return $settings[$setting];
83 if (false !== \strpos($setting, '.')) {
[all …]
/plugin/subconfhelper/
Dadmin.php66 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/
DSettings.php70 * @param string $setting OPTIONAL Setting name to return
80 public function get(string $setting = '', bool $includeDefaults = false) argument
99 if (!$setting) {
104 if (isset($settings[$setting])) {
105 return $settings[$setting];
108 if (false !== \strpos($setting, '.')) {
110 $keys = \explode('.', $setting);
133 * @param string $setting Setting name to return
139 public function getBool(string $setting): bool argument
141 $data = $this->get($setting);
/plugin/refnotes/
Dconfig.php13 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/authdrupal8/
Dpassword.inc11 * 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, 0, 12);
157 if ($setting[0] != '$' || $setting[2] != '$') {
160 $count_log2 = _password_get_count_log2($setting);
[all …]
/plugin/authwordpress/
H A Dclass-phpass.php131 function crypt_private($password, $setting) argument
134 if (substr($setting, 0, 2) === $output) {
138 $id = substr($setting, 0, 3);
144 $count_log2 = strpos($this->itoa64, $setting[3]);
151 $salt = substr($setting, 4, 8);
167 $output = substr($setting, 0, 12);
/plugin/subconfhelper/helper/
Dconfig.php21 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/twofactor/
DManager.php113 $setting = new Settings('twofactor', $this->getUser());
114 if ($setting->get('state') !== 'optout') {
245 $setting = new Settings('twofactor', $this->getUser());
246 $default = $setting->get('defaultmod');
266 $setting = new Settings('twofactor', $this->getUser());
267 $setting->set('defaultmod', $provider->getProviderID());
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/Resource/
DSettings.php37 * @param string $setting The id of the user setting.
41 public function get($setting, $optParams = []) argument
43 $params = ['setting' => $setting];
/plugin/amazonlight/
H A Dsyntax.php25 public function getConf($setting, $notset = false) argument
27 $config = parent::getConf($setting);
30 $config = $doi->getConf($setting, $notset);
/plugin/gplusone/
Dsyntax.php34 function getConf($setting, $notset = false) { argument
35 $val = $this->localConf[$setting];
37 $val = parent::getConf($setting, $notset);
/plugin/socialshareprivacy2/
Daction.php85 list($service, $setting) = explode("_", $opt, 2);
88 if ($setting == "status" && $value == "1") {
94 } else if ($setting == "order") {
/plugin/evesso/conf/
Dmetadata.php8 class setting_plugin_evesso extends setting {
28 class plugin_evesso extends setting {
/plugin/sqlcomp/
DREADME.md9 into the new DokuWiki setting 'dbaliases'. Translate them like:
11 NEW setting => alias="connectiondata"
/plugin/txtconf/
Dadmin.php91 while (list($key) = each($this->_myconf->setting)) {
94 if ($this->_myconf->setting[$key]->update($input))
191 foreach ($this->_myconf->setting as $mysetting) {
Dconfig0.class.php17 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);
Dtxtconfig.class.php104 $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/preregister/lang/en/
Dinfo.txt3 …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/html2pdf/html2pdf/html2ps/demo/
Dsystemcheck.php351 $setting = ini_get('allow_url_fopen');
352 if (!$setting) {
386 $setting = ini_get('pcre.backtrack_limit');
387 if ($setting < 1000000) {
389 $setting));
/plugin/pagecss/vendor/csstidy-2.2.1/
H A Dclass.csstidy.php317 * @param string $setting
322 public function get_cfg($setting) { argument
323 if (isset($this->settings[$setting])) {
324 return $this->settings[$setting];
361 * @param string $setting
367 public function set_cfg($setting, $value=null) { argument
368 if (is_array($setting) && $value === null) {
369 foreach ($setting as $setprop => $setval) {
372 if (array_key_exists('template', $setting)) {
376 } elseif (isset($this->settings[$setting]) && $value !== '') {
[all …]
/plugin/freechat/phpfreechat/lib/csstidy-1.2/
Dclass.csstidy.php278 * @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/
Dprofile.php164 $setting = $this->getConf('optinout');
167 echo $this->locale_xhtml($setting);
170 if ($setting == 'optout') {
/plugin/ckgdoku/ckeditor/plugins/smiley/
Dplugin.js.unc39 * 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/
Dplugin.js.unc39 * 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/pagetemplate/
Dsyntax.php262 function getConf($setting){ argument
264 return $this->conf[$setting];

12345678910>>...13