Home
last modified time | relevance | path

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

12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/MyBusinessPlaceActions/
H A 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/
H A Dhelper.php50 if (!$access->getSchema()->isEditable()) {
86 if (!$schemadata->getSchema()->isEditable()) {
/plugin/diagramsnet/lib/js/diagramly/
H A DDriveFile.js117 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 DUrlLibrary.js67 UrlLibrary.prototype.isEditable = function(title, success, error) method in UrlLibrary
H A DRemoteLibrary.js24 RemoteLibrary.prototype.isEditable = function() method in RemoteLibrary
H A DTrelloFile.js101 if (!this.isEditable())
H A DNotionFile.js118 if (!this.isEditable())
H A DGitHubFile.js225 if (!this.isEditable())
H A DDropboxFile.js205 if (!this.isEditable())
H A 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()) ?
H A DStorageFile.js214 if (!this.isEditable())
H A DOneDriveFile.js367 if (!this.isEditable())
H A DDrawioFileSync.js464 …(this.file.isEditable() ? '' : '<div class="geStatusAlert">' + mxUtils.htmlEntities(mxResources.ge…
H A 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/
H A Dupdate.php72 if(!$schema->getSchema()->isEditable()) {
/plugin/structstatus/
H A 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()
295 public function isEditable() global() function in dokuwiki\\plugin\\struct\\meta\\Schema
/plugin/diagramsnet/lib/plugins/
H A 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');
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;

12