Home
last modified time | relevance | path

Searched refs:readOnly (Results 1 – 25 of 143) sorted by relevance

123456

/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/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/combo/vendor/antlr/antlr4-php-runtime/src/Atn/
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) {
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) {
/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/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/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/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/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/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/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/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/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/codehighlight/cp/
H A Dcodepress.js73 self.textarea.readOnly = (self.textarea.readOnly) ? false : true;
75 self.editor.readOnly(self.textarea.readOnly ? true : false);
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/
H A DPropertyMetadata.php114 public $readOnly = false; variable in JMS\\Serializer\\Metadata\\PropertyMetadata
171 if (empty($setter) && !$this->readOnly) {
232 $this->readOnly,
280 $this->readOnly,
H A DVirtualPropertyMetadata.php20 $this->readOnly = true;
/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/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
H A DXmlDriver.php300 if (null !== $readOnly = $pElem->attributes()->{'read-only'}) {
301 $pMetadata->readOnly = 'true' === strtolower((string) $readOnly);
303 $pMetadata->readOnly = $pMetadata->readOnly || $readOnlyClass;
H A DAnnotationDriver.php169 $propertyMetadata->readOnly = $propertyMetadata->readOnly || $readOnlyClass;
226 $propertyMetadata->readOnly = $annot->readOnly;
/plugin/findologicxmlexport/vendor/jms/serializer/src/Annotation/
H A DReadOnly.php16 public $readOnly = true; variable in JMS\\Serializer\\Annotation\\ReadOnly
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Notification/
H A DInvite.php56 protected $readOnly; variable in Sabre\\CalDAV\\Xml\\Notification\\Invite
232 if ($this->readOnly) {
/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/findologicxmlexport/vendor/jms/serializer/tests/Metadata/
H A DPropertyMetadataTest.php18 $meta->readOnly = true;
/plugin/ckgdoku/ckeditor/plugins/about/
H A Dplugin.js17 command.readOnly = 1;

123456