Home
last modified time | relevance | path

Searched refs:Offset (Results 1 – 25 of 32) sorted by relevance

12

/plugin/wysiwyg/fckeditor/editor/_source/commandclasses/
Dfckindentcommands.js27 this.Offset = offset ;
179 currentOffset += this.Offset ;
181 currentOffset = Math.ceil( currentOffset / this.Offset ) * this.Offset ;
/plugin/bootswrapper/exe/help/
Daffix.txt25 | ''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/
Dphpthumb.filters.php337 $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/
Dxcal.rng945 # 3.8.3.3 Time Zone Offset From
954 # 3.8.3.4 Time Zone Offset To
/plugin/icalevents/vendor/sabre/vobject/resources/schema/
Dxcal.rng945 # 3.8.3.3 Time Zone Offset From
954 # 3.8.3.4 Time Zone Offset To
/plugin/issuetracker/
Dprototype.js3622 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/
Dfckeditorcode_gecko.js80Offset=B;this.IndentCSSProperty=FCKConfig.ContentLangDirection.IEquals('ltr')?'marginLeft':'margin…
Dfckeditorcode_ie.js81Offset=B;this.IndentCSSProperty=FCKConfig.ContentLangDirection.IEquals('ltr')?'marginLeft':'margin…
/plugin/fckg/fckeditor/editor/js/
Dfckeditorcode_ie.js95Offset=B;this.IndentCSSProperty=FCKConfig.ContentLangDirection.IEquals('ltr')?'marginLeft':'margin…
Dfckeditorcode_gecko.js91Offset=B;this.IndentCSSProperty=FCKConfig.ContentLangDirection.IEquals('ltr')?'marginLeft':'margin…
/plugin/openlayersmap/ol/
Dol.js.map1Offset.\n * @param {number} end End.\n * @param {number} stride Stride.\n * @param {Extent} [dest]…
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
Dxlsx.min.js4 …;i!=NumProps;++i){var PropID=blob.read_shift(4);var Offset=blob.read_shift(4);Props[i]=[PropID,Off…
Dxlsx.js2923 var Offset = blob.read_shift(4); variable
2924 Props[i] = [PropID, Offset + start_addr];
Dxlsx.min.map1 …rtySet","PIDSI","start_addr","NumProps","Dictionary","DictObj","PropID","Offset","PropH","fail","p…
/plugin/findologicxmlexport/vendor/jms/serializer/
DCHANGELOG.md788 - Undefined Offset 21 - PropertyMetadata \(master\) [\#581](https://github.com/schmittjoh/serialize…
/plugin/datatables/assets/pdfmake/
Dpdfmake.js55862 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', {
Dpdfmake.min.js2 …=function(){function Offset(){}return Offset.decode=function decode(r,i){return i.flags?r.readUInt…
/plugin/codemirror/dist/keymaps/
Dvim.min.js.map1 …n case '+':\n inputStream.backUp(1);\n // Offset is relative to cur…
/plugin/dirtylittlehelper/mermaid/editor/docs/
Deditor.worker.js.map1 … // We matched a UNC root with leftovers\n // Offset by 1 to include th…
/plugin/xlsx2dw/packages/xlsx/
Dxlsx.mjs6091 var Offset = blob.read_shift(4);
6092 Props[i] = [PropID, Offset + start_addr];
/plugin/mizarveifiabledocs/dist/
Dscript.js.map1Offset */ : 0) + offset.x, space.right - width)) : Math.min(Math.max(space.left, pos.left - width…
/plugin/mizarproofchecker/dist/
Dscript.js.map1Offset */ : 0) + offset.x, space.right - width)) : Math.min(Math.max(space.left, pos.left - width…
/plugin/mizarverifiabledocs/dist/
Dscript.js.map1Offset */ : 0) + offset.x, space.right - width)) : Math.min(Math.max(space.left, pos.left - width…
/plugin/combo/resources/library/bootstrap/5.0.1/
Dbootstrap.min.css.map1 …per-placement^=\"left\"] {\n @extend .bs-popover-start;\n }\n}\n\n// Offset the popover to acc…
/plugin/pdfjs/pdfjs/build/
Dpdf.js.map1 … '(\\\\d{2})?' + // Offset hour (optional)\n '\\'?' + // Splitting apostrophe (optional)\n…

12