/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessPlaceActions/ |
H A D | PlaceActionLink.php | 29 public $isEditable; variable in Google\\Service\\MyBusinessPlaceActions\\PlaceActionLink 72 public function setIsEditable($isEditable) argument 74 $this->isEditable = $isEditable; 81 return $this->isEditable;
|
/plugin/swarmwebhook/ |
H A D | helper.php | 50 if (!$access->getSchema()->isEditable()) { 86 if (!$schemadata->getSchema()->isEditable()) {
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | DriveFile.js | 117 return this.isEditable() && DrawioFile.prototype.isEditable.apply(this, arguments); method in isEditable 128 return this.isEditable(); 166 if (!this.isEditable()) 523 DriveFile.prototype.isEditable = function() method in DriveFile 525 return DrawioFile.prototype.isEditable.apply(this, arguments) && method in DrawioFile
|
H A D | UrlLibrary.js | 67 UrlLibrary.prototype.isEditable = function(title, success, error) method in UrlLibrary
|
H A D | RemoteLibrary.js | 24 RemoteLibrary.prototype.isEditable = function() method in RemoteLibrary
|
H A D | TrelloFile.js | 101 if (!this.isEditable())
|
H A D | NotionFile.js | 118 if (!this.isEditable())
|
H A D | GitHubFile.js | 225 if (!this.isEditable())
|
H A D | DropboxFile.js | 205 if (!this.isEditable())
|
H A D | DrawioFile.js | 807 if (!this.isEditable()) 1072 DrawioFile.prototype.isEditable = function() method in DrawioFile 1379 if (this.changeListenerEnabled && this.isEditable() && (edit == null || !edit.ignoreEdit)) 1527 this.ui.actions.get((this.ui.mode == null || !this.isEditable()) ?
|
H A D | StorageFile.js | 214 if (!this.isEditable())
|
H A D | OneDriveFile.js | 367 if (!this.isEditable())
|
H A D | DrawioFileSync.js | 464 …(this.file.isEditable() ? '' : '<div class="geStatusAlert">' + mxUtils.htmlEntities(mxResources.ge…
|
H A D | App.js | 1872 this.actions.get((this.mode == null || !file.isEditable()) ? 6443 var editable = file.isEditable() && !file.invalidChecksum; 6473 this.fileEditable != file.isEditable()) && 6477 this.fileEditable = (file != null) ? file.isEditable() : null;
|
/plugin/struct/action/ |
H A D | entry.php | 144 if ($schemaData->getSchema()->isEditable()) { 151 if ($validation->getAccessTable()->getSchema()->isEditable()) {
|
H A D | aggregationeditor.php | 111 if (!$access->getSchema()->isEditable()) { 162 if (!$schema->isEditable()) {
|
H A D | inline.php | 87 if (!$this->schemadata->getSchema()->isEditable()) return; 136 if (!$this->schemadata->getSchema()->isEditable()) {
|
H A D | edit.php | 117 if (!$schema->getSchema()->isEditable()) {
|
/plugin/struct/helper/ |
H A D | lookup.php | 41 if (!$access->getSchema()->isEditable()) {
|
/plugin/structupdate/helper/ |
H A D | update.php | 72 if(!$schema->getSchema()->isEditable()) {
|
/plugin/structstatus/ |
H A D | syntax.php | 118 if(auth_quickaclcheck($id) >= AUTH_EDIT && $schema->isEditable()) {
|
/plugin/struct/ |
H A D | helper.php | 128 if (!$access->getSchema()->isEditable()) {
|
/plugin/struct/meta/ |
H A D | Schema.php | 298 public function isEditable() 295 public function isEditable() global() function in dokuwiki\\plugin\\struct\\meta\\Schema
|
/plugin/diagramsnet/lib/plugins/ |
H A D | cConf-1-4-8.js | 1349 return this.isEditable() && DrawioFile.prototype.isEditable.apply(this, arguments); method in isEditable 1384 if (!this.isEditable())
|
/plugin/davcal/fullcalendar-3.10.5/ |
H A D | fullcalendar.js | 3680 var isEditable = eventDef.isStartExplicitlyEditable(); 3681 if (isEditable == null) { 3682 isEditable = this.opt('eventStartEditable'); 3683 if (isEditable == null) { 3684 isEditable = this.isEventDefGenerallyEditable(eventDef); 3687 return isEditable; 3690 var isEditable = eventDef.isExplicitlyEditable(); 3691 if (isEditable == null) { 3692 isEditable = this.opt('editable'); 3694 return isEditable;
|