Home
last modified time | relevance | path

Searched refs:maxFileSize (Results 1 – 5 of 5) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Forms/
H A DFileUploadQuestion.php30 public $maxFileSize; variable in Google\\Service\\Forms\\FileUploadQuestion
57 public function setMaxFileSize($maxFileSize) argument
59 $this->maxFileSize = $maxFileSize;
66 return $this->maxFileSize;
/plugin/diagramsnet/lib/js/diagramly/
H A DTrelloClient.js24 TrelloClient.prototype.maxFileSize = 10000000 /*10MB*/; method in TrelloClient
323 if (data.length >= this.maxFileSize)
H A DGitHubClient.js48 GitHubClient.prototype.maxFileSize = 1000000 /*1MB*/; method in GitHubClient
610 if (data.length >= this.maxFileSize)
H A DGitLabClient.js37 GitLabClient.prototype.maxFileSize = 10000000 /*10MB*/; method in GitLabClient
643 if (data.length >= this.maxFileSize)
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dservlet-api.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/ ...