/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidPublisher/ |
H A D | ExpansionFile.php | 25 public $fileSize; variable in Google\\Service\\AndroidPublisher\\ExpansionFile 34 public function setFileSize($fileSize) argument 36 $this->fileSize = $fileSize; 43 return $this->fileSize;
|
H A D | ExternallyHostedApk.php | 46 public $fileSize; variable in Google\\Service\\AndroidPublisher\\ExternallyHostedApk 155 public function setFileSize($fileSize) argument 157 $this->fileSize = $fileSize; 164 return $this->fileSize;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/YouTube/ |
H A D | VideoFileDetails.php | 48 public $fileSize; variable in Google\\Service\\YouTube\\VideoFileDetails 143 public function setFileSize($fileSize) argument 145 $this->fileSize = $fileSize; 152 return $this->fileSize;
|
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/src/MaxMind/Db/ |
H A D | Reader.php | 27 private $fileSize; variable in MaxMind\\Db\\Reader 62 $this->fileSize = @filesize($database); 63 if ($this->fileSize === false) { 245 if ($resolved > $this->fileSize) { 265 $fileSize = $fstat['size']; 269 = min(self::$METADATA_MAX_SIZE, $fileSize) - $markerLength; 273 fseek($handle, $fileSize - $i - $j - 1); 280 return $fileSize - $i;
|
/plugin/mediatooltip/ |
H A D | script.js | 12 var fileSize = jQuery( this ).parent().attr('data-fsize'); 55 if(imgsize && fileSize) { 56 …+ LANG.plugins.mediatooltip.img + imgsize + " " + LANG.plugins.mediatooltip.file + fileSize;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dfareporting/ |
H A D | CreativeAsset.php | 92 public $fileSize; variable in Google\\Service\\Dfareporting\\CreativeAsset 475 public function setFileSize($fileSize) argument 477 $this->fileSize = $fileSize; 484 return $this->fileSize;
|
/plugin/authgoogle/google/contrib/ |
H A D | Google_DriveService.php | 2296 public $fileSize; variable in Google_DriveFile 2415 public function setFileSize( $fileSize) { argument 2416 $this->fileSize = $fileSize; 2419 return $this->fileSize; 3172 public $fileSize; variable in Google_Revision 3207 public function setFileSize( $fileSize) { argument 3208 $this->fileSize = $fileSize; 3211 return $this->fileSize;
|
H A D | Google_YouTubeService.php | 4379 public $fileSize; variable in Google_VideoFileDetails 4424 public function setFileSize( $fileSize) { argument 4425 $this->fileSize = $fileSize; 4428 return $this->fileSize;
|
/plugin/diagramsnet/lib/js/diagramly/ |
H A D | DropboxFile.js | 111 revs.push({modifiedDate: stat.client_modified, fileSize: stat.size,
|
H A D | DriveFile.js | 30 return this.desc.fileSize;
|
H A D | Dialogs.js | 6071 ((item.fileSize != null)? ' ' + editorUi.formatFileSize(parseInt(item.fileSize)) : '') +
|
/plugin/diagramsnet/lib/js/rough/ |
H A D | README.md | 4 …eAllTransforms=false&shippedProposals=false&circleciRepo=&evaluate=true&fileSize=false&timeTravel=…
|
/plugin/diagramsnet/lib/js/diagramly/vsdx/ |
H A D | bmpDecoder.js | 21 …this.fileSize = (b[this.pos+3] << 24) | (b[this.pos+2] << 16) | (b[this.pos+1] << 8) | b[this.pos];
|
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/cfm/ |
H A D | cf5_upload.cfm | 214 <cfif cffile.fileSize EQ 0>
|
/plugin/pdfjs/pdfjs/web/ |
H A D | viewer.js | 6101 fileSize = _ref4[3], 6109 'fileSize': fileSize, 6133 }).then(function (fileSize) { 6139 data['fileSize'] = fileSize; 6173 value: function setFileSize(fileSize) { 6174 if (Number.isInteger(fileSize) && fileSize > 0) { 6175 this.maybeFileSize = fileSize; 6217 var fileSize, 6225 kb = fileSize / 1024; 6242 size_b: fileSize.toLocaleString() [all …]
|
H A D | viewer.js.map | 1 …fileSize","setDocument","setFileSize","_updateUI","kb","size_kb","size_b","size_mb","pageSizeInche…
|
/plugin/jcapture/lib/ |
H A D | transform-3.0.2.jar | META-INF/MANIFEST.MF
META-INF/HAMMURAP.SF
META-INF/HAMMURAP ... |
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/ |
H A D | aurora.js | 1789 this.fileSize = this.stream.readUInt32(); 2740 this.fileSize = this.stream.readUInt32(true);
|
/plugin/diagramsnet/lib/js/ |
H A D | extensions.min.js | 1089 BmpDecoder.prototype.parseHeader=function(){var f=this.buffer;this.fileSize=f[this.pos+3]<<24|f[thi…
|
H A D | app.min.js | 10249 …aleDateString()+" "+d.toLocaleTimeString()+(null!=c.fileSize?" "+b.formatFileSize(parseInt(c.fileS…
|