Home
last modified time | relevance | path

Searched refs:enabled (Results 126 – 150 of 410) sorted by relevance

12345678910>>...17

/plugin/structtemplate/_vagrant/
H A Dprovision_web_server.sh15 systemctl is-enabled --quiet apache2 || sudo systemctl enable apache2
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DURI.AllowedSchemes.txt
H A DCore.Encoding.txt
/plugin/sympaauth/lang/en/
H A Dlogin.txt4 You need to have cookies enabled to log in.
/plugin/codeclipboard/
H A DREADME.md3 With this plugin enabled you can copy code block content within the frontend
/plugin/piwik2/
H A DREADME.md52 - Go to Plugin Management and make sure “piwik2” is enabled
54 …- Piwik plugin should now be enabled and you should see the trackingcode in the rendered html on w…
/plugin/revealjs/css/print/
H A Dpdf.css132 /* Display slide speaker notes when 'showNotes' is enabled */
159 /* Display slide numbers when 'slideNumber' is enabled */
/plugin/datatables/assets/datatables.net-fixedheader/js/
H A DdataTables.fixedHeader.min.js
/plugin/jcapture/.settings/
H A Dorg.eclipse.jdt.core.prefs2 org.eclipse.jdt.core.compiler.codegen.inlineJsrBytecode=enabled
/plugin/ckgedit/
H A DREADME.md4 be enabled at any one time.
/plugin/snow/
H A Dscript.js16 if(JSINFO.plugin.snow.enabled) {
/plugin/securelogin/
H A DTODO6 - would need the login boxes be hidden if javascript is not enabled.
/plugin/sympaauth/
H A DREADME2 Be sure php is compiled with soap enabled or shared (in this case, install the relevant package).
/plugin/copycode/
H A Dstyle.css
/plugin/diagramsnet/lib/js/grapheditor/
H A DToolbar.js227 menuElt.setEnabled(menu.enabled);
807 elt.setEnabled(menu.enabled);
895 elt.setEnabled(action.enabled);
899 elt.setEnabled(action.enabled);
945 elt.enabled = value;
969 if (elt.enabled)
1031 if (show && (elt.enabled == null || elt.enabled))
/plugin/diagramsnet/lib/js/diagramly/
H A DDrawioFileSync.js113 if (this.enabled && !this.file.inConflictState &&
181 DrawioFileSync.prototype.enabled = true; method in DrawioFileSync
323 this.enabled = !this.enabled;
329 if (!this.file.inConflictState && this.enabled)
399 if (!this.enabled)
417 …this.collaboratorsElement.style.backgroundImage = 'url(' + ((!this.enabled) ? Editor.syncDisabledI…
440 if (this.enabled && this.ui.statusContainer != null)
/plugin/contactmodern/
H A DREADME.textile48 …t" field. It will send an email to whatever the default value is. If you enabled the captcha by de…
62 | captcha | If set to true, the captcha will be enabled. Set it on false to disable it. You must ac…
/plugin/matomo/
H A DREADME.md52 - Go to Plugin Management and make sure “matomo” is enabled
54 …- Matomo plugin should now be enabled and you should see the trackingcode in the rendered html on …
/plugin/authorstats/
H A Daction.php141 $enabled = p_get_metadata($cache->page, "authorstats-enabled");
142 if (isset($enabled)) {
/plugin/batchedit/
H A Dinterface.php537 private function printEditBox($name, $submitted = TRUE, $enabled = TRUE, $visible = TRUE, $placeholder = '') {
552 if (!$enabled) {
665 private function printSubmitButton($name, $label, $enabled = TRUE) {
668 if (!$enabled) {
517 printEditBox($name, $submitted = TRUE, $enabled = TRUE, $visible = TRUE, $placeholder = '') global() argument
641 printSubmitButton($name, $label, $enabled = TRUE) global() argument
/plugin/publist/
H A Dchangelog12 enabled) or global language configuration. "lang:xx" option is not needed
/plugin/rss/
H A DREADME.md7 SimpleXML is enabled by default , however, to confirm that it exists , look at your config by execu…
/plugin/chat/
H A Dlocal.php.dist2 $conf['chat']['automatic'] = false; // true if comments are enabled for every page
/plugin/autotabber/
H A DREADME.md11 * The Esc key temporarily disable Auto Tabber. It is re-enabled once the textarea loses focus
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_drag_timeline.js233 … var _a = gantt.config.drag_timeline, useKey = _a.useKey, ignore = _a.ignore, enabled = _a.enabled;
234 if (enabled === false) {
329 enabled: true property in gantt.config.drag_timeline

12345678910>>...17