Home
last modified time | relevance | path

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

12345

/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/
H A 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/
H A 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/
H A 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/projects/lib/
H A 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/
H A 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/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/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A 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/todo/
H A Dscript.js32 locked: false, property in ToDoPlugin
40 //skip when locked
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/authgooglesheets/vendor/google/apiclient-services/src/Calendar/
H A DEvent.php108 public $locked; variable in Google\\Service\\Calendar\\Event
495 public function setLocked($locked) argument
497 $this->locked = $locked;
504 return $this->locked;
/plugin/userspagecreate/
H A Daction.php152 if($INFO['locked']){
156 print $INFO['locked'];
/plugin/freechat/
H A Dsyntax.php82 if ( isset ($data['locked']) )
83 $params['frozen_channels'] = explode(',', $data['locked']);
/plugin/subconfhelper/helper/
H A Dconfig.php22 var $locked = false; // configuration is considered locked if it can't be updated variable in helper_plugin_subconfhelper_config
54 $this->locked = $this->_is_locked();
/plugin/panoview/
H A Dsyntax.php241 $locked = @mkdir($lockDir, $conf['dmode']);
242 if($locked) {
247 } while($locked === false);
/plugin/farm/install/
H A Dpreload.php79 $locked = null; variable
83 if($m[1] == 'locked') $locked = ($m[2] != null && $m[2] != '0'); variable
/plugin/datatables/assets/datatables.net-fixedheader-dt/css/
H A DfixedHeader.dataTables.min.css1 table.fixedHeader-floating{background-color:white}table.fixedHeader-floating.no-footer{border-bottom-width:0}table.fixedHeader-locked{position:absolute !important;background-color:white}@media print{table.fixedHeader-floating{display:none}}html.dark table.fixedHeader-floating{background-color:var(--dt-html-background)}html.dark table.fixedHeader-locked{background-color:var(--dt-html-background)}
/plugin/txtconf/
H A Dadmin.php84 // don't go any further if the configuration is locked
200 if (!$this->_myconf->locked) {
H A Dconfig0.class.php18 var $locked = false; // configuration is considered locked if it can't be updated variable in configuration0
45 $this->locked = $this->_is_locked();
85 if ($this->locked) return false;
/plugin/htvid/
H A DTODO3 * allow better handling of 1 OR 2 OR 3 video filetypes (right now locked to only 2,
/plugin/move/lang/pl/
H A Dmove.txt6 * The pages that are moved must not be locked for editing.
/plugin/move/lang/sl/
H A Dmove.txt6 * The pages that are moved must not be locked for editing.
/plugin/move/lang/en/
H A Dmove.txt6 * The pages that are moved must not be locked for editing.
/plugin/move/lang/lv/
H A Dmove.txt7 * The pages that are moved must not be locked for editing.
/plugin/pagemove/lang/en/
H A Dpagemove.txt7 * The document and its' backlinks cannot be locked for editing.
/plugin/aceeditor/
H A DNEWS82 * Fixed editor in locked pages
103 * Fixed: editor in locked pages

12345