Home
last modified time | relevance | path

Searched refs:maxSize (Results 1 – 25 of 25) sorted by last modified time

/plugin/dw2pdf/vendor/mpdf/qrcode/src/Output/
H A DHtml.php24 $maxSize = $qrSize - 4;
27 $maxSize = $qrSize;
32 for ($y = $minSize; $y < $maxSize; $y++) {
34 for ($x = $minSize; $x < $maxSize; $x++) {
H A DMpdf.php33 $maxSize = $qrSize - 4;
37 $maxSize = $qrSize;
45 for ($j = $minSize; $j < $maxSize; $j++) {
46 for ($i = $minSize; $i < $maxSize; $i++) {
H A 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++) {
H A DSvg.php26 $maxSize = $qrSize - 4;
29 $maxSize = $qrSize;
32 $rectSize = $size / ($maxSize - $minSize);
52 for ($row = $minSize; $row < $maxSize; $row++) {
56 for ($column = $minSize; $column < $maxSize; $column++) {
94 for ($column = $minSize; $column < $maxSize; $column++) {
98 for ($row = $minSize; $row < $maxSize; $row++) {
/plugin/katex/_assets/
H A Dkatex.min.js1maxSize:{type:"number",default:1/0,description:"If non-zero, all user-specified sizes, e.g. in \\r… property in t.extend.r
/plugin/fastwiki/
H A Dpagecache.js4 * @param {int} maxSize - The maximum number of pages to store in memory.
8 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/authgooglesheets/vendor/google/apiclient-services/src/RemoteBuildExecution/
H A 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/diagramsnet/lib/WEB-INF/lib/
H A Djstl-1.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt javax ...
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
/plugin/diagramsnet/lib/js/grapheditor/
H A 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) / (…
H A 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))
/plugin/diagramsnet/lib/js/diagramly/
H A 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));
H A 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/pdfjs/pdfjs/build/
H A Dpdf.js16576 var maxSize = Math.max(MAX_PATTERN_SIZE, realOutputSize);
16579 if (size >= maxSize) {
16580 size = maxSize;
H A Dpdf.js.map1maxSize","clipBbox","bboxWidth","bboxHeight","setFillAndStrokeStyleToContext","cssColor","thisArg"…
/plugin/swiftmail/Swift/
H A DLog.php63 protected $maxSize = 50; variable in Swift_Log
115 $this->maxSize = (int) $size;
123 return $this->maxSize;
/plugin/jcapture/lib/
H A Dtransform-3.0.2.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/lib/
H A Dapache-mime4j-0.6.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/qrcode2/
H A 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/jmol2/jmol/
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolAppletSigned0.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolApplet0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/obrador/ javax/ ...
/plugin/zip/pear/File/Archive/Reader/
H A 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;