Home
last modified time | relevance | path

Searched refs:folderId (Results 1 – 19 of 19) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2DataProfileLocation.php25 public $folderId; variable in Google\\Service\\DLP\\GooglePrivacyDlpV2DataProfileLocation
34 public function setFolderId($folderId) argument
36 $this->folderId = $folderId;
43 return $this->folderId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Forms/
H A DFileUploadQuestion.php26 public $folderId; variable in Google\\Service\\Forms\\FileUploadQuestion
43 public function setFolderId($folderId) argument
45 $this->folderId = $folderId;
52 return $this->folderId;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/TagManager/
H A DFolder.php37 public $folderId; variable in Google\\Service\\TagManager\\Folder
104 public function setFolderId($folderId) argument
106 $this->folderId = $folderId;
113 return $this->folderId;
/plugin/diagramsnet/lib/js/onedrive/
H A DmxODPicker.js448 fillFolderFiles(bcItem.driveId, bcItem.folderId, bcItem.siteId, bcItem.name);
496 function fillFolderFiles(driveId, folderId, siteId, folderName, searchTxt) argument
652 breadcrumb.push({name: folderName, driveId: driveId, folderId: folderId, siteId: siteId});
657 breadcrumb.push({name: folderName, driveId: driveId, folderId: folderId, siteId: siteId});
658 url = '/drives/' + siteId + (folderId? '/items/' + folderId : '/root') + '/children';
667 if (folderId == null)
673 breadcrumb.push({name: folderName, driveId: driveId, folderId: folderId});
676 …url = (driveId? '/drives/' + driveId : '/me/drive') + (folderId? '/items/' + folderId : '/root') …
863 fillFolderFiles(folderInfo.driveId, folderInfo.folderId, folderInfo.siteId, folderInfo.name);
/plugin/diagramsnet/lib/js/diagramly/
H A DNotionClient.js272 var folderId, nameField;
276 …this.checkExists(folderId, filename, nameField, true, mxUtils.bind(this, function(checked, current…
281 currentId? null : folderId, filename, nameField, data, currentId? 'PATCH' : 'POST',
307 folderId = folderObj.id;
405 NotionClient.prototype.writeFile = function(url, folderId, filename, nameField, data, method, succe… argument
448 if (folderId)
450 reqBody['parent'] = { database_id: folderId };
H A DNotionFile.js180 this.ui.pickFolder(this.getMode(), mxUtils.bind(this, function(folderId) argument
202 }), false, folderId);
H A DGitHubFile.js307 this.ui.pickFolder(this.getMode(), mxUtils.bind(this, function(folderId) argument
329 }), false, folderId, message);
H A DApp.js4266 }), error, folderId);
4275 }), error, folderId);
4284 }), error, folderId);
4293 }), error, folderId);
4735 folderId = this.stateArg.folderId;
6220 var folderId = null;
6227 fn(folderId);
6235 var folderId = null;
6241 fn(folderId);
6355 }), false, folderId);
[all …]
H A DOneDriveFile.js562 OneDriveFile.prototype.move = function(folderId, success, error) argument
564 this.ui.oneDrive.moveFile(this.getId(), folderId, mxUtils.bind(this, function(meta)
H A DDriveFile.js459 DriveFile.prototype.move = function(folderId, success, error) argument
461 this.ui.drive.moveFile(this.getId(), folderId, mxUtils.bind(this, function(resp)
H A DGitHubClient.js514 GitHubClient.prototype.insertLibrary = function(filename, data, success, error, folderId) argument
516 this.insertFile(filename, data, success, error, true, folderId, false);
525 GitHubClient.prototype.insertFile = function(filename, data, success, error, asLibrary, folderId, b… argument
529 var tokens = folderId.split('/');
H A DDriveClient.js899 DriveClient.prototype.moveFile = function(id, folderId, success, error) argument
901 if (id != null && folderId != null)
904 'drive#fileLink', 'id': folderId}]}), success, error);
1961 DriveClient.prototype.insertFile = function(title, data, folderId, success, error, mimeType, binary) argument
1971 if (folderId != null)
1973 metadata.parents = [{'kind': 'drive#fileLink', 'id': folderId}];
H A DGitLabClient.js528 GitLabClient.prototype.insertFile = function(filename, data, success, error, asLibrary, folderId, b… argument
531 var tok = folderId.split('/');
H A DMenus.js101 editorUi.pickFolder(editorUi.mode, function(folderId) argument
107 }, null, folderId, null, (templateClibs != null &&
110 editorUi.stateArg.folderId == null);
2882 editorUi.pickFolder(file.getMode(), mxUtils.bind(this, function(folderId) argument
2886 file.move(folderId, mxUtils.bind(this, function(resp)
H A DDrawioFile.js1039 DrawioFile.prototype.move = function(folderId, success, error) { }; argument
H A DEditorUi.js4620 this.pickFolder(mode, mxUtils.bind(this, function(folderId) argument
4624 this.exportFile(data, newTitle, mimeType, base64Encoded, mode, folderId);
4996 this.pickFolder(mode, mxUtils.bind(this, function(folderId) argument
5007 this.exportFile(data, newTitle, mimeType, true, mode, folderId);
5026 this.exportFile(xhr.getText(), newTitle, mimeType, true, mode, folderId);
5078 EditorUi.prototype.exportFile = function(data, filename, mimeType, base64Encoded, mode, folderId) argument
H A DDialogs.js2959 editorUi.pickFolder(editorUi.mode, function(folderId) argument
2965 }, null, folderId, null, (templateClibs != null &&
2969 editorUi.stateArg.folderId == null);
/plugin/authgoogle/google/contrib/
H A DGoogle_DriveService.php205 * @param string $folderId The ID of the folder.
209 public function delete($folderId, $childId, $optParams = array()) { argument
210 $params = array('folderId' => $folderId, 'childId' => $childId);
218 * @param string $folderId The ID of the folder.
223 public function get($folderId, $childId, $optParams = array()) { argument
224 $params = array('folderId' => $folderId, 'childId' => $childId);
236 * @param string $folderId The ID of the folder.
242 $params = array('folderId' => $folderId, 'postBody' => $postBody);
254 * @param string $folderId The ID of the folder.
262 public function listChildren($folderId, $optParams = array()) { argument
[all …]
/plugin/diagramsnet/lib/js/
H A Dapp.min.js10147 null==b.stateArg||null==b.stateArg.folderId)}}function C(b,c,d,e,m,g,p){null!=na&&(na.style.backgro…
11687 …this.drive?(null==n&&null!=this.stateArg&&null!=this.stateArg.folderId&&(n=this.stateArg.folderId),
11794 …,e,null,null!=g&&0<g.length?g:null)},null==c.stateArg||null==c.stateArg.folderId)},null,null,null,…