Home
last modified time | relevance | path

Searched refs:settings (Results 126 – 150 of 466) sorted by relevance

12345678910>>...19

/plugin/revealjs/css/theme/
H A DREADME.md14 …**Include [/css/theme/template/settings.scss](https://github.com/hakimel/reveal.js/blob/master/css…
18 … by specifying variables (see [settings.scss](https://github.com/hakimel/reveal.js/blob/master/css…
/plugin/diagramsnet/lib/math/extensions/
H A DMathMenu.js19settings[this.variable]===this.value?"true":"false";v=f.Insert({"aria-checked":u},v);v=this.SUPER(…
/plugin/picasawebalbum/orig/
H A Djquery.pwi.js.patch6 if (settings.username === '') {
11 switch (settings.mode) {
/plugin/davcard/syntax/
H A Dbook.php149 $settings = $wdc->getConnection($connectionId);
150 if($settings === false)
155 if($settings['type'] !== 'contacts')
160 $name = $settings['displayname'];
162 $write = $settings['write'];
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DSnapshot.php33 * @param array $settings Additional repository settings. If type "fs" is used, the "location" setting must be provided.
41 public function registerRepository($name, $type, $settings = [])
45 'settings' => $settings,
97 * @param array $options optional settings for this snapshot
35 registerRepository($name, $type, $settings = []) global() argument
/plugin/facebooklike/
H A DREADME.textile24 …he default settings) on the current page. You can modify the default settings on the wiki configur…
28 p. If you want you can modify the default settings by adding one or more parameters.
/plugin/badbehaviour/bad-behavior/
H A Dpost.inc.php4 function bb2_post($settings, $package) argument
33 …if (!$settings['offsite_forms'] && array_key_exists('Referer', $package['headers_mixed']) && strip…
/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A Dpopcorn.js2388 var settings;
2410 if ( settings.ajax ) {
2412 if ( settings.type === "GET" && settings.data ) {
2415 settings.url += ( rparams.test( settings.url ) ? "&" : "?" ) + settings.data;
2418 settings.data = null;
2422 settings.ajax.open( settings.type, settings.url, settings.async );
2425 if ( settings.type === "POST" ) {
2426 settings.ajax.setRequestHeader(
2431 settings.ajax.send( settings.data || null );
2476 if ( settings.dataType ) {
[all …]
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.disqus.js76 $.fn.socialSharePrivacy.settings.services.disqus = {
90 'button' : function (options, uri, settings) { argument
93 if (settings.layout === 'line') {
/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');
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/setup/
H A Denvironment.js20 Backbone.ajax = function(settings) { argument
21 env.ajaxSettings = settings;
/plugin/twofactorgoogleauth/
H A Daction.php17 return $this->settings->get('verified');
62 $this->settings->set('verified', true);
/plugin/siteexport/action/
H A Dsendfile.php41 $functions->settings->pattern = $_REQUEST['siteexport'];
49 …$functions->debug->message("fetching cached file from pattern '{$functions->settings->pattern}' wi…
/plugin/socialshareprivacy2/SSP/
H A DREADME.md398 <td>The text of the settings icon.</td>
403 <td>Tooltip text of the settings menu.</td>
408 <td>Headline of the settings menu.</td>
417 <td>function (service_name, settings)</td>
422 <td>function (service_name, settings)</td>
427 <td>function (settings)</td>
434 <td>function (service_name, settings)</td>
1267 #### <span id="gettitleoptions-uri-settings">getTitle(options, uri, settings)</span>
1279 #### <span id="getimageoptions-uri-settings">getImage(options, uri, settings)</span>
1294 #### <span id="getembedoptions-uri-settings">getEmbed(options, uri, settings)</span>
[all …]
/plugin/twofactoremail/
H A Daction.php23 return $this->settings->get('verified');
47 $this->settings->set('verified', true);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/
H A DDatabaseInstance.php613 public function setSettings(Settings $settings) argument
615 $this->settings = $settings;
622 return $this->settings;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Util/
H A DPHPTest.php57 $settings = [
64 $actualCommand = $phpMock->getCommand($settings);
/plugin/adfs/phpsaml/lib/Saml2/
H A DLogoutResponse.php43 * @param OneLogin_Saml2_Settings $settings Settings.
48 public function __construct(OneLogin_Saml2_Settings $settings, $response = null) argument
50 $this->_settings = $settings;
/plugin/photogallery/lightGallery/js/
H A Djquery.mousewheel.min.js8settings.normalizeOffset&&this.getBoundingClientRect){var s=this.getBoundingClientRect();o=b.clien…
/plugin/authlinotp/
H A DREADME.md11 Configure necessary plugin settings like:
33 You can activate debugging in the dokuwiki settings.
/plugin/datatables/assets/datatables.net-plugins/features/mark.js/
H A Ddatatables.mark.es6.min.js
/plugin/pgn4web/pgn4web/
H A Dlon09r5.css98 /* a "width" attribute here must use the !important flag to override default settings */
103 /* a "width" attribute here must use the !important flag to override default settings */
113 /* a "width" attribute here must use the !important flag to override default settings */
/plugin/adfs/phpsaml/
H A DREADME.md203 and the `$settings['sp']['privateKey']`.
300 $settings = array (
449 // Compression settings
454 // Security settings
590 settings are handled within the toolkit.
592 The settings files described (`settings.php` and `advanced_settings.php`) are loaded
716 $settings = $auth->getSettings();
1295 on the settings of the SP
1413 the different folders and Loads settings info from settings file or
1437 the settings is ok.
[all …]
H A Dsettings_example.php3 $settings = array ( variable
/plugin/socialshareprivacy2/SSP/scripts/de/
H A Djquery.socialshareprivacy.js17 jQuery.extend(jQuery.fn.socialSharePrivacy.settings, {

12345678910>>...19