Searched refs:Offset (Results 1 – 25 of 32) sorted by relevance
12
/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/ |
D | fckindentcommands.js | 27 this.Offset = offset ; 179 currentOffset += this.Offset ; 181 currentOffset = Math.ceil( currentOffset / this.Offset ) * this.Offset ;
|
/plugin/bootswrapper/exe/help/ |
D | affix.txt | 25 | ''offset-top'' | optional | Offset from top of target (in ''px|em|%'') | 26 | ''offset-bottom'' | optional | Offset from bottom of target (in ''px|em|%'') |
|
/plugin/photogallery/phpThumb/ |
D | phpthumb.filters.php | 337 $Offset = array(); 340 $Offset['x'] = cos(deg2rad($angle)) * ($distance + $i); 341 $Offset['y'] = sin(deg2rad($angle)) * ($distance + $i); 344 $tempImageWidth = imagesx($gdimg) + abs($Offset['x']); 345 $tempImageHeight = imagesy($gdimg) + abs($Offset['y']); 365 …if (isset($PixelMap[$x + $Offset['x']][$y + $Offset['y']]['alpha']) && ($PixelMap[$x + $Offset['x'… 366 …ImageHexColorAllocate($gdimg, $hexcolor, false, $PixelMap[$x + $Offset['x']][$y + $Offset['y']]['a…
|
/plugin/webdav/vendor/sabre/vobject/resources/schema/ |
D | xcal.rng | 945 # 3.8.3.3 Time Zone Offset From 954 # 3.8.3.4 Time Zone Offset To
|
/plugin/icalevents/vendor/sabre/vobject/resources/schema/ |
D | xcal.rng | 945 # 3.8.3.3 Time Zone Offset From 954 # 3.8.3.4 Time Zone Offset To
|
/plugin/issuetracker/ |
D | prototype.js | 3622 Element.Offset = Class.create({ 3632 return new Element.Offset( 3723 return new Element.Offset(valueL, valueT); 3746 return new Element.Offset(valueL, valueT); 3756 return new Element.Offset(valueL, valueT); 3778 return new Element.Offset(valueL, valueT); 3846 if (!element.parentNode) return new Element.Offset(0, 0); 3872 return new Element.Offset(valueL, valueT); 3911 if (isDetached(element)) return new Element.Offset(0, 0); 3915 return new Element.Offset(rect.left - docEl.clientLeft,
|
/plugin/wysiwyg/fckeditor/editor/js/ |
D | fckeditorcode_gecko.js | 80 …Offset=B;this.IndentCSSProperty=FCKConfig.ContentLangDirection.IEquals('ltr')?'marginLeft':'margin…
|
D | fckeditorcode_ie.js | 81 …Offset=B;this.IndentCSSProperty=FCKConfig.ContentLangDirection.IEquals('ltr')?'marginLeft':'margin…
|
/plugin/fckg/fckeditor/editor/js/ |
D | fckeditorcode_ie.js | 95 …Offset=B;this.IndentCSSProperty=FCKConfig.ContentLangDirection.IEquals('ltr')?'marginLeft':'margin…
|
D | fckeditorcode_gecko.js | 91 …Offset=B;this.IndentCSSProperty=FCKConfig.ContentLangDirection.IEquals('ltr')?'marginLeft':'margin…
|
/plugin/openlayersmap/ol/ |
D | ol.js.map | 1 …Offset.\n * @param {number} end End.\n * @param {number} stride Stride.\n * @param {Extent} [dest]…
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/ |
D | xlsx.min.js | 4 …;i!=NumProps;++i){var PropID=blob.read_shift(4);var Offset=blob.read_shift(4);Props[i]=[PropID,Off…
|
D | xlsx.js | 2923 var Offset = blob.read_shift(4); variable 2924 Props[i] = [PropID, Offset + start_addr];
|
D | xlsx.min.map | 1 …rtySet","PIDSI","start_addr","NumProps","Dictionary","DictObj","PropID","Offset","PropH","fail","p…
|
/plugin/findologicxmlexport/vendor/jms/serializer/ |
D | CHANGELOG.md | 788 - Undefined Offset 21 - PropertyMetadata \(master\) [\#581](https://github.com/schmittjoh/serialize…
|
/plugin/datatables/assets/pdfmake/ |
D | pdfmake.js | 55862 var Offset = /*#__PURE__*/function () { 55863 function Offset() {} 55864 Offset.decode = function decode(stream, parent) { 55870 return Offset; 55881 offsets: new r.Array(new r.Pointer(Offset, 'void', {
|
D | pdfmake.min.js | 2 …=function(){function Offset(){}return Offset.decode=function decode(r,i){return i.flags?r.readUInt…
|
/plugin/codemirror/dist/keymaps/ |
D | vim.min.js.map | 1 …n case '+':\n inputStream.backUp(1);\n // Offset is relative to cur…
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
D | editor.worker.js.map | 1 … // We matched a UNC root with leftovers\n // Offset by 1 to include th…
|
/plugin/xlsx2dw/packages/xlsx/ |
D | xlsx.mjs | 6091 var Offset = blob.read_shift(4); 6092 Props[i] = [PropID, Offset + start_addr];
|
/plugin/mizarveifiabledocs/dist/ |
D | script.js.map | 1 …Offset */ : 0) + offset.x, space.right - width)) : Math.min(Math.max(space.left, pos.left - width…
|
/plugin/mizarproofchecker/dist/ |
D | script.js.map | 1 …Offset */ : 0) + offset.x, space.right - width)) : Math.min(Math.max(space.left, pos.left - width…
|
/plugin/mizarverifiabledocs/dist/ |
D | script.js.map | 1 …Offset */ : 0) + offset.x, space.right - width)) : Math.min(Math.max(space.left, pos.left - width…
|
/plugin/combo/resources/library/bootstrap/5.0.1/ |
D | bootstrap.min.css.map | 1 …per-placement^=\"left\"] {\n @extend .bs-popover-start;\n }\n}\n\n// Offset the popover to acc…
|
/plugin/pdfjs/pdfjs/build/ |
D | pdf.js.map | 1 … '(\\\\d{2})?' + // Offset hour (optional)\n '\\'?' + // Splitting apostrophe (optional)\n…
|
12