Home
last modified time | relevance | path

Searched full:isenabled (Results 76 – 100 of 128) sorted by path

123456

/plugin/jmol2/jmol/
H A DJmolApplet0_Console.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolApplet0_Popup.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0_Console.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0_Popup.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js14802 if (!smask.transferMap && webGLContext.isEnabled) {
16406 if (webGLContext.isEnabled) {
18381 key: "isEnabled",
18389 return (0, _util.shadow)(this, 'isEnabled', enabled);
H A Dpdf.js.map1isEnabled) {\n let composed = webGLContext.composeSMask({\n layer: layerCtx.canvas,\n …
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Control/Ad/
H A DPolicyHintsControl.php38 protected $isEnabled;
41 * @param bool $isEnabled
43 public function __construct(bool $isEnabled = true)
45 $this->isEnabled = $isEnabled;
50 * @param bool $isEnabled argument
53 public function setIsEnabled(bool $isEnabled)
55 $this->isEnabled = $isEnabled;
65 return $this->isEnabled;
35 protected $isEnabled; global() variable in FreeDSx\\Ldap\\Control\\Ad\\PolicyHintsControl
40 __construct(bool $isEnabled = true) global() argument
[all...]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/
H A DControls.php100 * @param bool $isEnabled
103 public static function policyHints(bool $isEnabled = true): PolicyHintsControl
105 return new PolicyHintsControl($isEnabled);
102 policyHints(bool $isEnabled = true) global() argument
/plugin/recaptcha/
H A Dhelper.php19 function isEnabled(){ function in helper_plugin_recaptcha
/plugin/recaptcha2/
H A Dhelper.php20 function isEnabled(){ function in helper_plugin_recaptcha2
/plugin/recommend/
H A Daction.php195 if (!is_null($captcha) && $captcha->isEnabled() && !$captcha->check()) {
/plugin/requiz/
H A Dhelper.php18 function isEnabled(){ function in helper_plugin_requiz
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js20612 // XXXjjb Honza, if Console.isEnabled(context) false, then this can't be called,
/plugin/struct/meta/
H A DCSVImporter.php128 if (!$col->isEnabled()) continue;
H A DColumn.php143 public function isEnabled() function in dokuwiki\\plugin\\struct\\meta\\Column
H A DSchema.php328 static fn(Column $col) => $col->isEnabled()
346 if ($col->isEnabled() && PhpString::strtolower($col->getLabel()) === PhpString::strtolower($name)) {
387 'isenabled' => $column->isEnabled(),
H A DSchemaBuilder.php184 $enabled = (bool)($this->data['cols'][$column->getColref()]['isenabled'] ?? 0);
263 if (!$column['isenabled']) continue; // we do not add a disabled column
H A DSchemaEditor.php119 $class = $col->isEnabled() ? '' : 'disabled';
154 $html .= '<td class="isenabled">';
155 $checked = $col->isEnabled() ? 'checked="checked"' : '';
156 $html .= '<input type="checkbox" name="' . $base . '[isenabled]" value="1" ' . $checked . '>';
/plugin/struct/script/
H A DSchemaEditor.js22 jQuery('#plugin__struct_editor').find('td.isenabled input').change(function () {
/plugin/struct/
H A Dstyle.less271 td.isenabled {
/plugin/structpublish/db/json/
H A Dstructpublish0001.struct.json19 "isenabled": true, boolean
44 "isenabled": true, boolean
74 "isenabled": true, boolean
102 "isenabled": true, boolean
134 "isenabled": true, boolean
160 "isenabled": false, boolean
/plugin/structstatus/
H A Dstatus.struct.json10 "isenabled": true, boolean
33 "isenabled": true, boolean
57 "isenabled": true, boolean
/plugin/structtasks/_test/json/
H A Dbadassignees.struct.json16 "isenabled": true, boolean
40 "isenabled": true, boolean
62 "isenabled": true, boolean
H A Dbaddate.struct.json16 "isenabled": true, boolean
38 "isenabled": true, boolean
64 "isenabled": true, boolean

123456