Home
last modified time | relevance | path

Searched refs:maxSize (Results 1 – 25 of 29) sorted by relevance

12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/RemoteBuildExecution/
DGoogleDevtoolsRemotebuildexecutionAdminV1alphaAutoscale.php22 public $maxSize; variable in Google\\Service\\RemoteBuildExecution\\GoogleDevtoolsRemotebuildexecutionAdminV1alphaAutoscale
25 public function setMaxSize($maxSize) argument
27 $this->maxSize = $maxSize;
31 return $this->maxSize;
/plugin/dw2pdf/vendor/mpdf/qrcode/src/Output/
DPng.php26 $maxSize = $qrSize - 4;
29 $maxSize = $qrSize;
33 $s = $size / ($maxSize - $minSize);
40 for ($j = $minSize; $j < $maxSize; $j++) {
41 for ($i = $minSize; $i < $maxSize; $i++) {
DHtml.php24 $maxSize = $qrSize - 4;
27 $maxSize = $qrSize;
32 for ($y = $minSize; $y < $maxSize; $y++) {
34 for ($x = $minSize; $x < $maxSize; $x++) {
DMpdf.php33 $maxSize = $qrSize - 4;
37 $maxSize = $qrSize;
45 for ($j = $minSize; $j < $maxSize; $j++) {
46 for ($i = $minSize; $i < $maxSize; $i++) {
DSvg.php26 $maxSize = $qrSize - 4;
29 $maxSize = $qrSize;
32 $rectSize = $size / ($maxSize - $minSize);
/plugin/zip/pear/File/Archive/Reader/
DCache.php142 $maxSize = $this->files[$this->pos+1]['pos'] - ftell($this->tmpFile);
143 if ($maxSize == 0) {
146 if ($length > $maxSize) {
147 $length = $maxSize;
169 $maxSize = $this->files[$this->pos+1]['pos'] - ftell($this->tmpFile);
170 if ($maxSize == 0) {
173 if ($length > $maxSize) {
174 $length = $maxSize;
/plugin/swiftmail/Swift/
DLog.php63 protected $maxSize = 50; variable in Swift_Log
115 $this->maxSize = (int) $size;
123 return $this->maxSize;
/plugin/fastwiki/
Dpagecache.js8 function CPageCache(maxSize, batchSize, debug) { argument
12 var m_maxSize = maxSize;
129 function _addPage(id, queue, hash, data, maxSize, exclude) { argument
133 if (queue.length > maxSize) {
/plugin/jdraw/lib/
Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jcapture/lib/
Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/katex/_assets/
Dkatex.min.js1maxSize:{type:"number",default:1/0,description:"If non-zero, all user-specified sizes, e.g. in \\r… property
/plugin/qrcode2/
Dphpqrcode.php3300 $maxSize = (int)(QR_PNG_MAXIMUM_SIZE / (count($tab)+2*$this->margin));
3302 … QRimage::png($tab, $outfile, min(max(1, $this->size), $maxSize), $this->margin,$saveandprint);
/plugin/diagramsnet/lib/js/diagramly/
DDialogs.js659 var maxSize = 500000;
672 mxUtils.write(div, mxResources.get((result.length < maxSize) ?
707 if (result.length < maxSize)
741 mxResources.get((result.length < maxSize) ? 'preview' : 'openInNewWindow'), function()
743 var value = (result.length < maxSize) ? text.value : result;
912 if (result.length < maxSize)
4638 var maxSize = 520;
4646 Math.min(1, Math.min(maxSize / img.width, maxSize / img.height));
DEditorUi.js9631 var maxSize = this.maxImageSize;
9633 var s = Math.min(1, Math.min(maxSize / Math.max(1, w)), maxSize / Math.max(1, h));
9907 var maxSize = this.maxImageSize;
9909 var s = Math.min(1, Math.min(maxSize / Math.max(1, w)), maxSize / Math.max(1, h));
/plugin/diagramsnet/lib/js/grapheditor/
DSidebar.js276 Sidebar.prototype.createTooltip = function(elt, cells, w, h, title, showLabel, off, maxSize, mouseD… argument
357 if (!maxSize && (w > this.maxTooltipWidth || h > this.maxTooltipHeight))
383 if (maxSize && w > 0 && h > 0 && (bounds.width > w || bounds.height > h))
DShapes.js5559 function createArrowHandleFunction(maxSize) argument
5566 …var as = Math.max(0, Math.min(maxSize, mxUtils.getValue(this.state.style, 'arrowSize', SingleArrow…
5572 …this.state.style['arrowSize'] = Math.max(0, Math.min(maxSize, (bounds.x + bounds.width - pt.x) / (…
/plugin/diagramsnet/lib/WEB-INF/lib/
Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
Djstl-1.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt javax ...
/plugin/pdfjs/pdfjs/build/
Dpdf.js16576 var maxSize = Math.max(MAX_PATTERN_SIZE, realOutputSize);
16579 if (size >= maxSize) {
16580 size = maxSize;
/plugin/jmol2/jmol/
DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/mermaid/
H A Dmermaid.min.js13maxSize:{type:"number",default:1/0,description:"If non-zero, all user-specified sizes, e.g. in \\r… property
267maxSize=void 0,this.minRuleThickness=void 0,this._fontMetrics=void 0,this.style=e.style,this.color… property

12