/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/ |
H A D | GooglePrivacyDlpV2DataProfileLocation.php | 25 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 D | FileUploadQuestion.php | 26 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 D | Folder.php | 37 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 D | mxODPicker.js | 448 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 D | NotionClient.js | 272 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 D | NotionFile.js | 180 this.ui.pickFolder(this.getMode(), mxUtils.bind(this, function(folderId) argument 202 }), false, folderId);
|
H A D | GitHubFile.js | 307 this.ui.pickFolder(this.getMode(), mxUtils.bind(this, function(folderId) argument 329 }), false, folderId, message);
|
H A D | App.js | 4266 }), 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 D | OneDriveFile.js | 562 OneDriveFile.prototype.move = function(folderId, success, error) argument 564 this.ui.oneDrive.moveFile(this.getId(), folderId, mxUtils.bind(this, function(meta)
|
H A D | DriveFile.js | 459 DriveFile.prototype.move = function(folderId, success, error) argument 461 this.ui.drive.moveFile(this.getId(), folderId, mxUtils.bind(this, function(resp)
|
H A D | GitHubClient.js | 514 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 D | DriveClient.js | 899 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 D | GitLabClient.js | 528 GitLabClient.prototype.insertFile = function(filename, data, success, error, asLibrary, folderId, b… argument 531 var tok = folderId.split('/');
|
H A D | Menus.js | 101 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 D | DrawioFile.js | 1039 DrawioFile.prototype.move = function(folderId, success, error) { }; argument
|
H A D | EditorUi.js | 4620 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 D | Dialogs.js | 2959 editorUi.pickFolder(editorUi.mode, function(folderId) argument 2965 }, null, folderId, null, (templateClibs != null && 2969 editorUi.stateArg.folderId == null);
|
/plugin/authgoogle/google/contrib/ |
H A D | Google_DriveService.php | 205 * @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 D | app.min.js | 10147 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,…
|