Home
last modified time | relevance | path

Searched refs:settings (Results 426 – 450 of 466) sorted by path

1...<<111213141516171819

/plugin/socialshareprivacy2/SSP/scripts/ru/
H A Djquery.socialshareprivacy.tumblr.js10 jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.tumblr, {
H A Djquery.socialshareprivacy.twitter.js10 jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.twitter, {
H A Djquery.socialshareprivacy.xing.js10 jQuery.extend(jQuery.fn.socialSharePrivacy.settings.services.xing, {
/plugin/statistics/inc/
H A DBrowscap.php187 * Proxy settings are stored in this variable.
213 // has to be set to reach E_STRICT compatibility, does not affect system/app settings
378 * Load (auto-set) proxy settings from environment variables.
398 * Add proxy settings to the stream context array.
410 $settings = array($wrapper => array(
417 $settings[$wrapper]['header'] = 'Proxy-Authorization: Basic '.base64_encode($username.':'.$password);
420 // Add these new settings to the stream context options array
423 $settings
436 * Clear proxy settings from the stream context options array.
438 * @param string $wrapper Remove settings fro
[all...]
/plugin/stlviewer/stlviewer/
H A Dthree.min.js2settings:null,DefaultSettings_:{},getSettings_:function(){return this.settings||this.DefaultSettin…
/plugin/strata/
H A Dmanual.txt410 Note: Users that have JavaScript disabled will not benefit from the user interface settings.
450 When multiple columns have the same name, settings are applied to all columns that have the given name. To identify specific columns, index them by number. If you use both a block with a name (e.g. ''%%Relation%%'') and one with a number (e.g. ''%%#2%%''), then all settings specified in the numbered block will override the ones specified in the named block. (If you name a column ''%%#2%%'', then ''%%#2%%'' is considered a name, not a number.)
/plugin/structgantt/
H A Ddeleted.files8 lang/en/settings.php
/plugin/structtemplate/_vagrant/
H A Dprovision_dokuwiki.sh200 * Local plugin enable/disable settings
/plugin/subjectindex/plugins/
H A Dbible_verses.txt2305 … to engrave the two stones with the names of the sons of Israel. Set in settings of gold is how yo…
2307 And you must make settings of gold,
2308 …make them, with the workmanship of a rope; and you must attach the ropelike chains to the settings.
2319 And you will put the two ends of the two ropes through the two settings, and you must put them upon…
2671 Then they made the onyx stones set with settings of gold, engraved with the engravings of a seal ac…
2678 And the fourth row was chrys'o·lite and onyx and jade. They were set with settings of gold in their…
2681 Then they made two settings of gold and two rings of gold and put the two rings upon the two extrem…
2683 And they put the two ends of the two ropes through the two settings. Then they put them upon the sh…
14611 The king's daughter is all glorious within [the house];Her clothing is with settings of gold.
21171 …apphire, turquoise and emerald; and of gold was the workmanship of your settings and your sockets …
/plugin/symbols4odt/
H A Ddokuwiki_plugin_page.wiki48 **No configuration settings available.**
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1settings|(alert|boot|input|mount|output|set) volume|output muted|(fax|random )?number|round(ing)?|…
/plugin/templateconfhelper/
H A DREADME36 The custom css.php and the functions in //inc/template.php// use following new config settings to l…
/plugin/tgnotify/
H A DCHANGELOG.rst53 * Feature: Plugin debug mode is added. May be activated at settings page.
/plugin/tip/
H A Dsyntax_plugin_tip.css9 If you want to change the styling rules either change the settings
13 /* Common settings for all tipXXX classes */
/plugin/tline/
H A DCHANGES.txt59 1) You will be modifying the classic theme's settings in your html file.
62 4) Optionally update the autoWidthMargin settings in the Theme. The margin, per
64 edge of the band's div. The units are total track width. There are two settings,
/plugin/toucher/
H A Dplugin.info.txt6 desc A plugin for touching configuration files without changing DokuWiki settings
/plugin/tuxquote/
H A Dquotes.txt3214 …uninhibited, intimate and, yes, shocking details about our "CONFIG.SYS" settings. <BR> -- Dave Bar…
/plugin/twcheckliste/theme_twCheckliste/
H A Dpackery.pkgd.min.js12 …i,i.defaults=o.extend({},s.defaults),o.extend(i.defaults,e),i.prototype.settings={},i.namespace=t,…
/plugin/twistienav4bootstrap3/
H A DREADME.md20 ## Configuration settings
22 You can configure theplugin in the Configuration settings admin page.
24 The plugin has already reasonable default settings, so it's not necessary to configure it to make i…
/plugin/twofactor/
H A DManager.php167 $settings = new Settings('twofactor', $this->getUser());
170 $current = $settings->get('state');
175 $settings->set('state', 'optout');
177 $settings->delete('state');
H A DProvider.php16 protected $settings; variable in dokuwiki\\plugin\\twofactor\\Provider
51 $this->settings = new Settings($this->getProviderID(), $user);
64 $user = $this->settings->getUser();
99 * Clear all settings
103 $this->settings->purge();
118 * The contents of the form may change depending on the current settings.
148 $this->settings->set('secret', $secret);
159 return $this->settings->get('secret');
170 $secret = $this->settings->get('secret');
187 $secret = $this->settings
[all...]
/plugin/twofactoraltemail/
H A Daction.php16 $email = $this->settings->get('email');
24 return $this->settings->get('email') &&
25 $this->settings->get('verified');
32 $email = $this->settings->get('email');
54 $this->settings->set('verified', true);
56 $this->settings->delete('email');
67 $this->settings->set('email', $newmail);
76 $this->settings->delete('email');
90 $to = $this->settings->get('email');
/plugin/twofactoremail/
H A Daction.php23 return $this->settings->get('verified');
47 $this->settings->set('verified', true);
/plugin/twofactorgoogleauth/
H A Daction.php17 return $this->settings->get('verified');
62 $this->settings->set('verified', true);
H A Ddeleted.files8 lang/en/settings.php

1...<<111213141516171819