Home
last modified time | relevance | path

Searched refs:isEditable (Results 1 – 25 of 48) sorted by relevance

12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessPlaceActions/
DPlaceActionLink.php29 public $isEditable; variable in Google\\Service\\MyBusinessPlaceActions\\PlaceActionLink
72 public function setIsEditable($isEditable) argument
74 $this->isEditable = $isEditable;
81 return $this->isEditable;
/plugin/swarmwebhook/
Dhelper.php50 if (!$access->getSchema()->isEditable()) {
86 if (!$schemadata->getSchema()->isEditable()) {
/plugin/diagramsnet/lib/js/diagramly/
DDriveFile.js117 return this.isEditable() && DrawioFile.prototype.isEditable.apply(this, arguments); class
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
DUrlLibrary.js67 UrlLibrary.prototype.isEditable = function(title, success, error) method in UrlLibrary
DRemoteLibrary.js24 RemoteLibrary.prototype.isEditable = function() method in RemoteLibrary
DTrelloFile.js101 if (!this.isEditable())
DNotionFile.js118 if (!this.isEditable())
DGitHubFile.js225 if (!this.isEditable())
DDropboxFile.js205 if (!this.isEditable())
DDrawioFile.js807 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()) ?
DStorageFile.js214 if (!this.isEditable())
DOneDriveFile.js367 if (!this.isEditable())
DDrawioFileSync.js464 …(this.file.isEditable() ? '' : '<div class="geStatusAlert">' + mxUtils.htmlEntities(mxResources.ge…
DApp.js1872 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 Dentry.php144 if ($schemaData->getSchema()->isEditable()) {
151 if ($validation->getAccessTable()->getSchema()->isEditable()) {
H A Daggregationeditor.php111 if (!$access->getSchema()->isEditable()) {
162 if (!$schema->isEditable()) {
H A Dinline.php87 if (!$this->schemadata->getSchema()->isEditable()) return;
136 if (!$this->schemadata->getSchema()->isEditable()) {
H A Dedit.php117 if (!$schema->getSchema()->isEditable()) {
/plugin/struct/helper/
H A Dlookup.php41 if (!$access->getSchema()->isEditable()) {
/plugin/structupdate/helper/
Dupdate.php72 if(!$schema->getSchema()->isEditable()) {
/plugin/structstatus/
Dsyntax.php118 if(auth_quickaclcheck($id) >= AUTH_EDIT && $schema->isEditable()) {
/plugin/struct/
H A Dhelper.php128 if (!$access->getSchema()->isEditable()) {
/plugin/struct/meta/
H A DSchema.php298 public function isEditable() function in dokuwiki\\plugin\\struct\\meta\\Schema
/plugin/diagramsnet/lib/plugins/
DcConf-1-4-8.js1349 return this.isEditable() && DrawioFile.prototype.isEditable.apply(this, arguments); method in isEditable
1384 if (!this.isEditable())
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js3680 var isEditable = eventDef.isStartExplicitlyEditable();
3681 if (isEditable == null) {
3682 isEditable = this.opt('eventStartEditable'); property
3683 if (isEditable == null) {
3684 isEditable = this.isEventDefGenerallyEditable(eventDef); property
3687 return isEditable;
3690 var isEditable = eventDef.isExplicitlyEditable();
3691 if (isEditable == null) {
3692 isEditable = this.opt('editable'); property
3694 return isEditable;

12