Searched refs:adjusted (Results 1 – 25 of 31) sorted by relevance
12
/plugin/combo/vendor/dragonmantank/cron-expression/src/Cron/ |
D | DayOfMonthField.php | 49 $adjusted = $targetDay + $i; 50 if ($adjusted > 0 && $adjusted <= $lastDayOfMonth) { 51 $target->setDate($currentYear, $currentMonth, $adjusted);
|
/plugin/panoview/ |
D | style.css | 45 /* NOTE: the right and bottom can be adjusted when initialized */
|
/plugin/odt/ODT/ |
D | ODTDocument.php | 234 $adjusted = $this->toPoints($value, 'x'); 245 $adjusted = $this->toPoints($value, 'y'); 249 $adjusted = $value; 258 $adjusted = $this->toPoints($value, 'y'); 261 $adjusted = $this->toPoints($value, 'y'); 266 return $adjusted; 273 $adjusted = $this->toPoints($value, 'y'); 274 return $adjusted;
|
/plugin/bibtex4dw/ |
D | CHANGELOG.md | 42 * Display of "tooltips" adjusted to work with new standard template of DokuWiki; now realised in Ja…
|
/plugin/advrack/ |
D | jquery.qtip.js | 854 position.adjusted = PLUGINS.viewport( 859 if(offset && position.adjusted.left) { position.left += offset.left; } 860 if(offset && position.adjusted.top) { position.top += offset.top; } 864 else { position.adjusted = { left: 0, top: 0 }; } 868 delete position.adjusted; 2456 adjust = pos.adjusted, 2944 adjusted = { left: 0, top: 0 }, variable 2950 return adjusted; 2954 containerOffset = container.offset() || adjusted; 2962 viewportOffset = viewport.offset() || adjusted; [all …]
|
/plugin/odt/renderer/ |
D | page.php | 2069 $adjusted = $this->pixelToPointsX($number).'pt'; 2080 $adjusted = $this->pixelToPointsY($number).'pt'; 2084 $adjusted = $value; 2091 $adjusted = $this->pixelToPointsY($number).'pt'; 2094 return $adjusted;
|
/plugin/authgooglesheets/vendor/monolog/monolog/ |
D | README.md | 112 library, although most concepts have been adjusted to fit to the PHP world.
|
/plugin/mermaid/ |
D | README.md | 48 The width and height of the container of the diagram can be adjusted using
|
/plugin/upgrade/vendor/splitbrain/php-cli/ |
D | README.md | 138 … be passed as the logger instance. The difference between the two is in adjusted method signatures…
|
/plugin/photogallery/phpThumb/docs/ |
D | phpthumb.readme.txt | 64 highlighted green are good; yellow/orange/red may need to be adjusted. 531 quality is adjusted for JPEG, bit depth is adjusted
|
/plugin/authgooglesheets/vendor/firebase/php-jwt/ |
D | README.md | 168 // need to be adjusted to match the input expected by libsodium.
|
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/Standards/Generic/Sniffs/WhiteSpace/ |
D | ScopeIndentSniff.php | 832 $adjusted = false;
|
/plugin/wrap/ |
D | example.txt | 279 :!: This might look ugly in some templates and should be adjusted accordingly.
|
/plugin/dw2pdf/vendor/mpdf/mpdf/ |
D | CHANGELOG.md | 369 …etter-spacing set inside table which needs to be resixed (shrunk) - letter-spacing was not adjusted
|
/plugin/findologicxmlexport/vendor/twig/twig/ |
D | CHANGELOG | 443 * adjusted backtrace call to reduce memory usage when an error occurs
|
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/ |
D | CHANGELOG.md | 311 * The size of a Pool can now be dynamically adjusted using a callback.
|
/plugin/matrixnotifierwas/vendor/guzzlehttp/guzzle/ |
D | CHANGELOG.md | 602 * The size of a Pool can now be dynamically adjusted using a callback.
|
/plugin/pgn4web/pgn4web/ |
D | pgn-standard.txt | 1648 HIARCS needs to be adjusted to use the "right" centipawn evaluation convention.
|
/plugin/ckgdoku/ckeditor/ |
D | CHANGES.md | 1009 …n the caret was placed in an element in which editor features should be adjusted). When you are im…
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
D | 2.2.js.map | 1 …adjusted to that of the containing block.\"\n }\n ],\n \"rele…
|
/plugin/edittable/lib/ |
D | handsontable.full.js | 27798 var adjusted = false; 27810 adjusted = true; 27828 if (!adjusted) {
|
/plugin/zwidoku/files/ |
H A D | js.js | 1 …adjusted=false;if(_base2.default.isOverlayTypeOf(this.wot.cloneOverlay,_base2.default.CLONE_BOTTOM…
|
/plugin/ckgedit/ckeditor/ |
D | CHANGES.md | 1429 …n the caret was placed in an element in which editor features should be adjusted). When you are im…
|
/plugin/codemirror/dist/keymaps/ |
D | vim.min.js.map | 1 …eout in milliseconds for the two-character ESC keymap should be\n // adjusted according to your…
|
/plugin/pdfjs/pdfjs/web/ |
D | viewer.js.map | 1 …adjusted to start at mouse click\n // location. This avoids flickering when the selection m…
|
12