Home
last modified time | relevance | path

Searched refs:locked (Results 1 – 25 of 142) sorted by relevance

123456

/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/
DPasswordStatus.php25 public $locked; variable in Google\\Service\\SQLAdmin\\PasswordStatus
34 public function setLocked($locked) argument
36 $this->locked = $locked;
43 return $this->locked;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Connectors/
DLockConfig.php25 public $locked; variable in Google\\Service\\Connectors\\LockConfig
34 public function setLocked($locked) argument
36 $this->locked = $locked;
43 return $this->locked;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/BackupforGKE/
DRetentionPolicy.php33 public $locked; variable in Google\\Service\\BackupforGKE\\RetentionPolicy
66 public function setLocked($locked) argument
68 $this->locked = $locked;
75 return $this->locked;
/plugin/todo/
H A Dscript.js32 locked: false, property
41 if (ToDoPlugin.locked) {
45 ToDoPlugin.locked = true;
84 ToDoPlugin.locked = false;
106 if (ToDoPlugin.locked) {
109 ToDoPlugin.locked = true;
126 ToDoPlugin.locked = false;
/plugin/projects/lib/
Dmutex.php7 private $locked = false; variable in Mutex
27 $this->locked = true;
33 $this->locked = false;
39 if ($this->locked) @unlink($this->filename);
41 $this->locked = false;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Logging/
DLogBucket.php42 public $locked; variable in Google\\Service\\Logging\\LogBucket
133 public function setLocked($locked) argument
135 $this->locked = $locked;
142 return $this->locked;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
DGoogleCloudDialogflowCxV3Agent.php52 public $locked; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowCxV3Agent
177 public function setLocked($locked) argument
179 $this->locked = $locked;
186 return $this->locked;
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Exception/
H A DLockedTest.php22 $locked = new Locked($lockInfo);
24 $locked->serialize(new DAV\Server(), $root);
51 $locked = new Locked($lockInfo);
53 $locked->serialize(new DAV\Server(), $root);
H A DTooManyMatchesTest.php20 $locked = new TooManyMatches();
22 $locked->serialize(new DAV\Server(), $root);
/plugin/datatables/assets/datatables.net-fixedheader-dt/css/
DfixedHeader.bootstrap5.min.css1locked{background-color:white;margin-top:0 !important;margin-bottom:0 !important}table.dataTable.f…
DfixedHeader.bootstrap5.css2 table.dataTable.fixedHeader-locked {
8 table.dataTable.fixedHeader-locked {
18 html[data-bs-theme=dark] table.dataTable.fixedHeader-locked {
DfixedHeader.bulma.css2 table.dataTable.fixedHeader-locked {
8 table.dataTable.fixedHeader-locked {
DfixedHeader.bootstrap4.min.css1 …aTable.fixedHeader-locked{background-color:white;margin-top:0 !important;margin-bottom:0 !importan…
DfixedHeader.foundation.min.css1 …aTable.fixedHeader-locked{background-color:white;margin-top:0 !important;margin-bottom:0 !importan…
DfixedHeader.bootstrap.min.css1 …aTable.fixedHeader-locked{background-color:white;margin-top:0 !important;margin-bottom:0 !importan…
DfixedHeader.bootstrap4.css2 table.dataTable.fixedHeader-locked {
8 table.dataTable.fixedHeader-locked {
DfixedHeader.bulma.min.css1 …aTable.fixedHeader-locked{background-color:white;margin-top:0 !important;margin-bottom:0 !importan…
DfixedHeader.foundation.css2 table.dataTable.fixedHeader-locked {
8 table.dataTable.fixedHeader-locked {
DfixedHeader.bootstrap.css2 table.dataTable.fixedHeader-locked {
8 table.dataTable.fixedHeader-locked {
DfixedHeader.dataTables.css9 table.fixedHeader-locked {
22 html.dark table.fixedHeader-locked {
DfixedHeader.dataTables.min.css1locked{position:absolute !important;background-color:white}@media print{table.fixedHeader-floating…
/plugin/json/
Dremote.php128 $locked = false;
135 $locked = true;
190 if($locked) {
239 $locked = false;
246 $locked = true;
330 if($locked) {
Daction.php101 $locked = false;
108 $locked = true;
171 if($locked === true) {
210 $locked = false;
217 $locked = true;
301 if($locked === true) {
/plugin/asciidocjs/node_modules/lodash/
Dflake.lock4 "locked": {
23 "locked": {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
DEvent.php108 public $locked; variable in Google\\Service\\Calendar\\Event
495 public function setLocked($locked) argument
497 $this->locked = $locked;
504 return $this->locked;

123456