Home
last modified time | relevance | path

Searched refs:units (Results 51 – 75 of 157) sorted by relevance

1234567

/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_tooltip.js831 var units = { class in AnonymousFunctionbdcca0c90100.AnonymousFunctionbdcca0c91300
842 return units[unit] || units.hour;
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D57.57.js.map1 …', { token: 'number', next: '@units' }],\n ['#[0-9a-fA-F_]+(?!\\\\w)', 'number.hex']\n …
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dembed.rst31 create "skeletons" for smaller units of content and re-use and fill them
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.matroska.php1886 static $units = array(
1892 return (isset($units[$value]) ? $units[$value] : 'unknown');
/plugin/html2pdf/html2pdf/html2ps/
H A DChangeLog907 * Fixed: 'em/ex' units in 'top' property were processed
1109 * Fixed: nested elements having font-size measured in em/ex units
1115 * Fixed: In non-quirks mode CSS dimensions without units should be
1266 * Lengths given in relative 'em' and 'ex' units were incorrectly
1364 * Fixed font size given in ex/em units could cause an
1365 unpredictable layout errors if ex/em units were used in other
1397 * Fixed height in ex/em units have been incorrectly calculated
1407 * Fixed width in ex/em units have been incorrectly calculated
/plugin/codemirror/dist/modes/
H A Dvhdl.min.js.map1units,entity,exit,file,for,\" +\n \"function,generate,generic,generic map,group,guarded,if,im…
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_drag_timeline.js.map1units","second","minute","hour","day","week","month","quarter","year","isDate","obj","getFullYear"…
H A Ddhtmlxgantt_click_drag.js.map1units","second","minute","hour","day","week","month","quarter","year","isDate","obj","getFullYear"…
H A Ddhtmlxgantt_tooltip.js.map1units","second","minute","hour","day","week","month","quarter","year","getFullYear","getMonth","ge…
/plugin/diagramsnet/lib/resources/
H A Ddia_i18n.txt985 units=units
H A Ddia_ru.txt985 units=Единицы измерения
H A Ddia_bg.txt985 units=Единици
H A Ddia_el.txt985 units=Μονάδες
H A Ddia_zh.txt985 units=单位
H A Ddia_uk.txt985 units=Units
H A Ddia_fa.txt985 units=Units
/plugin/findologicxmlexport/vendor/hoa/compiler/
H A DREADME.md69 A grammar is constituted by tokens (the units of a word) and rules (please, see
/plugin/mediathumbnails/
H A Ddokuwiki_plugin_page.wiki108 …on** | Default dimension to set for a thumbnail (in pixels, enter without units). The thumbnail wi…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js27593 var units = [],
27616 if (!units.length)
27617 units = false;
27618 return units;
27623 units = [];
27833 units: [ property in CalendarWorkTimeStrategy
27924 var units = 0;
27965 units++;
27970 return units;
29613 var units = { class in AnonymousFunctioncdb5859f0100.AnonymousFunctioncdb5859f27d00
[all …]
/plugin/barcodes/
H A Dcomposer.lock877 "description": "Collection of value objects that represent the PHP code units",
1063 "description": "Library for calculating the complexity of PHP code units",
/plugin/ol3/
H A Dscript.js1units:"degrees",doc:'Default bearing, in degrees. The bearing is the compass direction that is "up… property in AnonymousFunction600b995a0400.i.layout_symbol.text-radial-offset
8units,this.extent_=void 0!==t.extent?t.extent:null,this.worldExtent_=void 0!==t.worldExtent?t.worl…
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/tline/
H A DCHANGES.txt64 edge of the band's div. The units are total track width. There are two settings,
/plugin/pdfjs/pdfjs/web/
H A Dviewer.js4100 units = _ref4.units;
4109 this.units = units || '%';
4110 this.div.style.height = this.height + this.units;
4119 this.div.style.width = this.width + this.units;
4125 this.div.style.width = progressSize + this.units;
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js1617 function utf8ToBytes (string, units) {
1618 units = units || Infinity
1634 if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD)
1650 if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD)
1659 if ((units -= 3) > -1) bytes.push(0xEF, 0xBF, 0xBD)
1666 if ((units -= 1) < 0) break
1669 if ((units -= 2) < 0) break
1675 if ((units -= 3) < 0) break
1682 if ((units -= 4) < 0) break
1706 function utf16leToBytes (str, units) {
[all …]

1234567