Home
last modified time | relevance | path

Searched refs:readOnly (Results 1 – 25 of 143) sorted by last modified time

123456

/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
H A DATNConfigSet.php33 protected $readOnly = false; variable in Antlr\\Antlr4\\Runtime\\Atn\\ATNConfigSet
141 if ($this->readOnly || $this->configLookup === null) {
257 if ($this->readOnly || $this->configLookup === null) {
344 if ($this->readOnly) {
355 return $this->readOnly;
358 public function setReadonly(bool $readOnly) : void argument
360 $this->readOnly = $readOnly;
362 if ($readOnly) {
H A DATNDeserializationOptions.php10 private $readOnly = false; variable in Antlr\\Antlr4\\Runtime\\Atn\\ATNDeserializationOptions
24 $defaultOptions->readOnly = true;
38 return $this->readOnly;
43 $this->readOnly = true;
53 if ($this->readOnly) {
67 if ($this->readOnly) {
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DIntervalSet.php28 protected $readOnly = false; variable in Antlr\\Antlr4\\Runtime\\IntervalSet
168 return $this->readOnly;
171 public function setReadOnly(bool $readOnly) : void argument
173 $this->readOnly = $readOnly;
197 if ($this->readOnly) {
502 return $this->readOnly === $other->readOnly
/plugin/edittable/lib/
H A Dhandsontable.full.js14594 if (cellMeta.readOnly) {
15033 if (!instance.getCellMeta(r, c).readOnly) {
20296 readOnly: false,
29522 readOnly: true,
39738 readOnly: true,
40893 return _this.getCellMeta(row, col).readOnly;
40907 return _this2.getCellMeta(row, col).readOnly;
47328 if (cellProperties.readOnly) {
47598 if (_cellProperties.readOnly === true) {
47755 if (cellProperties.readOnly) {
[all …]
H A Dhandsontable.less410 TextRenderer readOnly cell
/plugin/elasticsearch/vendor/ruflin/elastica/src/Cluster/
H A DSettings.php142 public function setReadOnly(bool $readOnly = true, bool $persistent = false): Response argument
147 return $this->setPersistent($key, $readOnly);
150 return $this->setTransient($key, $readOnly);
/plugin/elasticsearch/vendor/ruflin/elastica/src/Index/
H A DSettings.php197 * @param bool $readOnly (default = true)
203 public function setReadOnly(bool $readOnly = true): Response
205 return $this->set(['blocks.read_only' => $readOnly]);
177 setReadOnly(bool $readOnly = true) global() argument
/plugin/ckgedit/ckeditor/
H A DCHANGES.md157 …s://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_editor.html#property-readOnly) throws an error.
158 …s://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_editor.html#property-readOnly) throws an error.
391 …://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_editor.html#property-readOnly) editor throws an…
708 …-only](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_editor.html#property-readOnly) mode.
709 …://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_editor.html#property-readOnly) mode throws an e…
917 …://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_editor.html#property-readOnly) mode when the `<…
1628 …on/magicline) when [`editor.readOnly`](https://ckeditor.com/docs/ckeditor4/latest/api/CKEDITOR_edi…
H A Dckeditor.js.unc4348 if (!this.readOnly && a.readOnly) return !0;
12768 b.readOnly = 1;
13826 readOnly: 1,
17341 b.readOnly = 1;
17876 !this.readOnly && a.on("readOnly", f, this);
21427 readOnly: 1,
21488 readOnly: 1,
21547 readOnly: 1,
21604 readOnly: 1,
21659 readOnly: 1,
[all …]
H A Dckeditor.js213 …0:!1!==d.exec.call(this,a,b)};this.refresh=function(a,b){if(!this.readOnly&&a.readOnly)return!0;if…
272 …b in a)f(this,a[b])}function f(a,b){b[b.startDisabled?"disable":a.readOnly&&!b.readOnly?"disable":…
274 b.on[c]);CKEDITOR.tools.extend(a.config,b,!0);delete a.config.on}c=a.config;a.readOnly=c.readOnly?!…
287 …e("afterSetData",a)},setReadOnly:function(a){a=null==a||a;this.readOnly!=a&&(this.readOnly=a,this.…
388 …onfig.contentsLangDirection);a.keystrokeHandler.blockedKeystrokes[8]=+a.readOnly;a.keystrokeHandle…
396 …()}));CKEDITOR.env.webkit&&this.attachListener(a,"key",function(b){if(a.readOnly)return!0;var c=b.…
446 …nction b(a){return function(b){var c=b.editor,d=c.createRange(),e;if(!c.readOnly)return(e=d.moveTo…
685 …=p[f]?p[f]:CKEDITOR.TRISTATE_OFF:CKEDITOR.TRISTATE_DISABLED,f=a.readOnly&&!this.readOnly?CKEDITOR.…
908 …odes[a.mode]?CKEDITOR.TRISTATE_OFF:CKEDITOR.TRISTATE_DISABLED;a.readOnly&&!this.readOnly&&(b=CKEDI…
910 …e",f,this));this._.listeners.push(a.on("selectionChange",f,this));!this.readOnly&&this._.listeners…
[all …]
/plugin/ckgedit/ckeditor/plugins/link/
H A Dplugin.js1 …a?"middle":"text-bottom")+";}");b.on("selectionChange",function(d){if(b.readOnly){return}var f=b.g…
H A Dplugin.js.unc72 if ( editor.readOnly )
/plugin/ckgedit/ckeditor/plugins/find/dialogs/
H A Dfind.js24 …xtFindReplace");c.setValue(b);c.select();this[("find"==a&&this._.editor.readOnly?"hide":"show")+"P…
/plugin/davcal/vendor/sabre/dav/tests/Sabre/CalDAV/Xml/Notification/
H A DInviteTest.php47 'readOnly' => true,
85 'readOnly' => true,
120 'readOnly' => true,
159 'readOnly' => false,
217 'readOnly' => true,
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Notification/
H A DInvite.php55 protected $readOnly; variable in Sabre\\CalDAV\\Xml\\Notification\\Invite
237 if ($this->readOnly) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRun/
H A DVolumeMount.php33 public $readOnly; variable in Google\\Service\\CloudRun\\VolumeMount
70 public function setReadOnly($readOnly) argument
72 $this->readOnly = $readOnly;
79 return $this->readOnly;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastore/
H A DTransactionOptions.php30 public function setReadOnly(DatastoreReadOnly $readOnly) argument
32 $this->readOnly = $readOnly;
39 return $this->readOnly;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/ResourceSettings/
H A DGoogleCloudResourcesettingsV1SettingMetadata.php39 public $readOnly; variable in Google\\Service\\ResourceSettings\\GoogleCloudResourcesettingsV1SettingMetadata
100 public function setReadOnly($readOnly) argument
102 $this->readOnly = $readOnly;
109 return $this->readOnly;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/
H A DTransactionOptions.php30 public function setReadOnly(FirestoreReadOnly $readOnly) argument
32 $this->readOnly = $readOnly;
39 return $this->readOnly;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Spanner/
H A DTransactionOptions.php46 public function setReadOnly(SpannerReadOnly $readOnly) argument
48 $this->readOnly = $readOnly;
55 return $this->readOnly;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudLifeSciences/
H A DMount.php33 public $readOnly; variable in Google\\Service\\CloudLifeSciences\\Mount
66 public function setReadOnly($readOnly) argument
68 $this->readOnly = $readOnly;
75 return $this->readOnly;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/
H A DGoogleCloudApigeeV1ApiProxy.php44 public $readOnly; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1ApiProxy
123 public function setReadOnly($readOnly) argument
125 $this->readOnly = $readOnly;
132 return $this->readOnly;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Genomics/
H A DMount.php33 public $readOnly; variable in Google\\Service\\Genomics\\Mount
66 public function setReadOnly($readOnly) argument
68 $this->readOnly = $readOnly;
75 return $this->readOnly;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Drive/
H A DContentRestriction.php25 public $readOnly; variable in Google\\Service\\Drive\\ContentRestriction
44 public function setReadOnly($readOnly) argument
46 $this->readOnly = $readOnly;
53 return $this->readOnly;
/plugin/diagramsnet/lib/resources/
H A Ddia_eu.txt603 readOnly=Irakurtzeko soilik

123456