Home
last modified time | relevance | path

Searched refs:enabled (Results 76 – 100 of 410) sorted by relevance

12345678910>>...17

/plugin/diagramsnet/lib/js/diagramly/
H A DmxFreehand.js30 var enabled = false;
58 this.setStopClickEnabled = function(enabled) argument
60 stopClickEnabled = enabled;
70 enabled = isEnabled;
85 return enabled;
246 if (evtName == mxEvent.MOUSE_MOVE && enabled)
270 if (!enabled || mxEvent.isPopupTrigger(e) || mxEvent.isMultiTouchEvent(e))
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/
H A Drun-elasticsearch.sh42 --env ingest.geoip.downloader.enabled=false
46 --env xpack.security.enabled=true
47 --env xpack.security.http.ssl.enabled=true
52 --env xpack.security.transport.ssl.enabled=true
/plugin/stlviewer/stlviewer/
H A DOrbitControls.js32 this.enabled = true;
312 if ( scope.enabled === false ) return;
346 if ( scope.enabled === false ) return;
405 if ( scope.enabled === false ) return;
416 if ( scope.enabled === false || scope.noZoom === true ) return;
450 if ( scope.enabled === false || scope.noKeys === true || scope.noPan === true ) return;
480 if ( scope.enabled === false ) return;
526 if ( scope.enabled === false ) return;
605 if ( scope.enabled === false ) return;
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAutoFormat.RemoveEmpty.RemoveNbsp.txt
/plugin/google_adsense2/
H A Dadmin.php87 $gads_settings['enabled'] = $this->googleads['enabled'] == 'on' ? 'checked' : '';
112 …td><td><input type="checkbox" name="googleads[enabled]" '.$gads_settings['enabled'].'/></td></tr>';
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/Common/Formats/Keys/
H A DOpenSSH.php173 * @param bool $enabled
175 public static function setBinaryOutput($enabled) argument
177 self::$binary = $enabled;
/plugin/amcharts/assets/amcharts/plugins/responsive/
H A Dreadme.md47 "enabled": true
56 "enabled": true
91 "enabled": false
115 "enabled": false
132 Please note that this does not check whether the legend is enabled at all.
145 "enabled": false
150 "enabled" property to false.
225 "enabled": true,
232 "enabled"
273 "enabled": true,
[all …]
/plugin/elasticsearch/vendor/ruflin/elastica/src/
H A DConnection.php53 * Creates a new connection object. A connection is enabled by default.
227 * @param bool $enabled OPTIONAL (default = true)
231 public function setEnabled($enabled = true) argument
233 return $this->setParam('enabled', $enabled);
237 * @return bool True if enabled
241 return (bool) $this->getParam('enabled');
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dsandbox.rst5 template, when sandboxing is not enabled globally for the Twig environment:
16 enabled (see the :doc:`Twig for Developers<../api>` chapter).
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DPHPConsoleHandler.php115 if ($this->options['enabled'] && $connector->isActiveClient()) {
172 if ($this->options['enabled'] && $this->connector->isActiveClient()) {
/plugin/langdelete/
H A Dstyle.css90 /* strike text if li.enabled in langlonglist */
96 .langdelete__text ul.languages li.enabled,
97 .langdelete__text ul.languages li.enabled del {
/plugin/tgnotify/
H A DCHANGELOG.rst25 * Feature: user name in message can be enabled/disabled in plugin config
26 * Feature: user address (ip or fqdn) in message can be enabled/disabled in plugin config
/plugin/elasticsearch/vendor/ruflin/elastica/src/Query/
H A DQueryString.php103 public function setEnablePositionIncrements(bool $enabled = true): self argument
105 return $this->setParam('enable_position_increments', $enabled);
/plugin/hubspot/
H A DREADME.md39 - Go to Plugin Management and make sure Hubspot tracking is enabled
41 …- The Hubspot tracking plugin should now be enabled and you should see the trackingcode in the ren…
/plugin/combo/vendor/php-webdriver/webdriver/lib/Remote/
H A DDesiredCapabilities.php143 * @deprecated All browsers are always JS enabled except HtmlUnit and it's not meaningful to disable JS execution.
144 * @return bool Whether javascript is enabled.
154 * @param bool $enabled
159 public function setJavascriptEnabled($enabled) argument
169 $this->set(WebDriverCapabilityType::JAVASCRIPT_ENABLED, $enabled);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Error/
H A DDeprecated.php21 public static $enabled = true; variable in PHPUnit_Framework_Error_Deprecated
H A DNotice.php21 public static $enabled = true; variable in PHPUnit_Framework_Error_Notice
H A DWarning.php21 public static $enabled = true; variable in PHPUnit_Framework_Error_Warning
/plugin/refnotes/lang/en/
H A Dintro.txt6 * //Use footnotes syntax// --- if enabled the RefNotes plugin will be used to handle native DokuWiki footnotes along with it's own syntax.
7 * //Enable reference database// --- if enabled the plugin will load predefined notes form the [[doku>plugin:refnotes:refdb|reference database]].
/plugin/oauth/action/
H A Duser.php56 * Save groups for all the services a user has enabled
78 // get enabled and configured services
79 $enabled = $INPUT->arr('oauth_group');
83 // add all enabled services as group, remove all disabled services
85 if (isset($enabled[$service])) {
/plugin/combo/syntax/
H A Dhighlightwiki.php118 $enabled = SiteConfig::getConfValue(self::CONF_HIGHLIGHT_WIKI_ENABLE, self::CONF_DEFAULT_HIGHLIGHT_WIKI_ENABLE_VALUE);
119 if ($enabled) {
/plugin/jplayer/vendor/mustache/mustache/
H A D.styleci.yml3 enabled:
/plugin/diagramsnet/lib/js/grapheditor/
H A DMenus.js619 var enabled = entry.isEnabled();
621 if (menu.showDisabled || enabled)
1298 }), parent, sprite, enabled);
1661 elt.enabled = menu.enabled;
1663 if (!menu.enabled)
1735 if (show && elt.enabled == null || elt.enabled)
1797 function Menu(funct, enabled) argument
1801 this.enabled = (enabled != null) ? enabled : true;
1812 return this.enabled;
1820 if (this.enabled != value)
[all …]
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/asp/
H A Dupload.asp35 ' Check if this uploader has been enabled.
49 ' Is Upload enabled?
/plugin/semantic/
H A Dhelper.php72 …if (isset($this->meta['plugin']['semantic']['enabled']) && !$this->meta['plugin']['semantic']['ena…

12345678910>>...17