/plugin/authgooglesheets/vendor/google/apiclient-services/src/SQLAdmin/ |
H A D | PasswordStatus.php | 25 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 D | LockConfig.php | 25 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 D | RetentionPolicy.php | 33 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 D | mutex.php | 7 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 D | LogBucket.php | 42 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 D | LockedTest.php | 22 $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 D | TooManyMatchesTest.php | 20 $locked = new TooManyMatches(); 22 $locked->serialize(new DAV\Server(), $root);
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/ |
H A D | GoogleCloudDialogflowCxV3Agent.php | 52 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 D | script.js | 32 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 D | Event.php | 108 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 D | action.php | 152 if($INFO['locked']){ 156 print $INFO['locked'];
|
/plugin/freechat/ |
H A D | syntax.php | 82 if ( isset ($data['locked']) ) 83 $params['frozen_channels'] = explode(',', $data['locked']);
|
/plugin/subconfhelper/helper/ |
H A D | config.php | 22 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 D | syntax.php | 241 $locked = @mkdir($lockDir, $conf['dmode']); 242 if($locked) { 247 } while($locked === false);
|
/plugin/farm/install/ |
H A D | preload.php | 79 $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 D | fixedHeader.dataTables.min.css | 1 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 D | admin.php | 84 // don't go any further if the configuration is locked 200 if (!$this->_myconf->locked) {
|
H A D | config0.class.php | 18 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 D | TODO | 3 * allow better handling of 1 OR 2 OR 3 video filetypes (right now locked to only 2,
|
/plugin/move/lang/pl/ |
H A D | move.txt | 6 * The pages that are moved must not be locked for editing.
|
/plugin/move/lang/sl/ |
H A D | move.txt | 6 * The pages that are moved must not be locked for editing.
|
/plugin/move/lang/en/ |
H A D | move.txt | 6 * The pages that are moved must not be locked for editing.
|
/plugin/move/lang/lv/ |
H A D | move.txt | 7 * The pages that are moved must not be locked for editing.
|
/plugin/pagemove/lang/en/ |
H A D | pagemove.txt | 7 * The document and its' backlinks cannot be locked for editing.
|
/plugin/aceeditor/ |
H A D | NEWS | 82 * Fixed editor in locked pages 103 * Fixed: editor in locked pages
|