Home
last modified time | relevance | path

Searched refs:Settings (Results 1 – 25 of 188) sorted by last modified time

12345678

/plugin/twofactor/
H A Dadmin.php5 use dokuwiki\plugin\twofactor\Settings; alias
49 (new Settings($providerID, $userdel))->purge();
51 (new Settings('twofactor', $userdel))->purge();
220 $users = Settings::findUsers('twofactor');
H A DManager.php113 $setting = new Settings('twofactor', $this->getUser());
167 $settings = new Settings('twofactor', $this->getUser());
245 $setting = new Settings('twofactor', $this->getUser());
266 $setting = new Settings('twofactor', $this->getUser());
H A DProvider.php15 /** @var Settings */
51 $this->settings = new Settings($this->getProviderID(), $user);
H A DSettings.php10 class Settings class
64 * @param string $key Settings key
75 * @param string $key Settings key
90 * @param string $key Settings key
102 * @param string $key Settings key
/plugin/twofactor/lang/en/
H A Dprofile.txt1 ====== Two-Factor Settings ======
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.readme.txt63 /phpThumb/demo/phpThumb.demo.check.php in your browser. Settings that are
/plugin/mikioplugin/
H A DREADME.md15 **Template Style Settings** in your sites **Administration** page.
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs5164 /* Printer Settings */
/plugin/combo/resources/firebug/
H A Dfirebug-lite.css59 #Firebug .Nav .Settings { float:right; }
60 #Firebug .Nav .Settings .Options { text-decoration:none; padding-left:24px; background:url(firebug.gif) no-repeat 65px -151px; border:0 !important; opacity:0.7; filter:Alpha(Opacity=70); }
61 #Firebug .Nav .Settings .Options:hover, #Firebug .ButtonContainer .Options:active { border:0 !important; background-color:transparent; opacity:1; filter:Alpha(Opacity=100); }
/plugin/combo/grammar/
H A DREADME.md34 * We can't manually use the antlr idea plugin (too old: 1.17 (ANTLR 4.9.2) (File > Settings > Install Manually)
/plugin/slacknotifier/
H A DREADME.md22 2. Enter the webhook into the slacknotifier configuration section in DokuWiki's Configuration Settings
/plugin/odtsupport/
H A Ddokuwiki_plugin_page.wiki118 ===== Configuration and Settings =====
/plugin/usecounter/
H A Ddokuwiki_plugin_page.wiki42 ===== Configuration and Settings =====
/plugin/edittable/lib/
H A Dhandsontable.full.js4643 exports.Viewport = exports.TableRenderer = exports.Table = exports.Settings = exports.Selection = e…
4832 exports.Settings = _settings2.default;
26776 var Settings = function () {
26781 function Settings(wotInstance, settings) {
26784 _classCallCheck(this, Settings);
26906 _createClass(Settings, [{
26962 return Settings;
26965 exports.default = Settings;
/plugin/elasticsearch/vendor/ruflin/elastica/src/Cluster/
H A DSettings.php16 class Settings class
36 * @return array Settings data (persistent and transient)
50 * @return array|string|null Settings data
71 * @return array|string|null Settings data
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DIndex.php13 use Elastica\Index\Settings as IndexSettings;
40 use Elasticsearch\Endpoints\Indices\Settings\Put;
H A DCluster.php6 use Elastica\Cluster\Settings; alias
143 public function getSettings(): Settings
145 return new Settings($this->getClient());
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A DCHANGELOG.md387 - Add 'include_defaults' param to Cluster\Settings\Get whitelist [[8e5ab38]](http://github.com/elasticsearch/elasticsearch-php/commit/8e5ab38)
/plugin/elasticsearch/vendor/ruflin/elastica/
H A DCHANGELOG.md34 * Changed `Elastica\Index\Settings::get` adding ability to get default settings by @krasilnikovm [#2115](https://github.com/ruflin/Elastica/pull/2115)
47 * Changed `Settings::setMergePolicy` signature to allow to pass `int` and `string` as argument 2, if you are overriding this method you must update the signature removing the `string` type-hint by @franmomu [#2085](https://github.com/ruflin/Elastica/pull/2085)
602 - Fix reading bool index settings like `\Elastica\Index\Settings::getBlocksWrite`. Elasticsearch returns all settings as strings and does not normalize bool values.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dindex-operations.asciidoc154 === PUT Settings API
156 The PUT Settings API allows you to modify any index setting that is dynamic:
175 ==== GET Settings API
177 The GET Settings API shows you the currently configured settings for one or more
/plugin/elasticsearch/vendor/ruflin/elastica/src/Index/
H A DSettings.php25 class Settings
76 * @return array|int|string|null Settings data
23 class Settings global() class
/plugin/ckgedit/ckeditor/plugins/footnote/
H A Dplugin.js1 …200,fontSize:"14pt",onShow:function(){},contents:[{id:"general",label:d.Settings,elements:[{type:"…
/plugin/ckgedit/ckeditor/plugins/geshi/dialogs/
H A Dgeshi.js.unc78 // Definition of the Basic Settings dialog tab (page).
/plugin/ckgedit/ckeditor/plugins/msword/dialogs/bak/
H A Dmsword.js.unc26 // Definition of the Basic Settings dialog tab (page).
/plugin/ckgedit/ckeditor/
H A Dconfig.js1 …is the number of the note.</li></ul></div>',ToolTip:"Insert a footnote",Settings:"Settings",Header… property in CKEDITOR.lang

12345678