Home
last modified time | relevance | path

Searched refs:unit (Results 176 – 200 of 348) sorted by relevance

12345678910>>...14

/plugin/barcodes/
H A Dcomposer.lock381 "sebastian/code-unit-reverse-lookup": "^2.0.2",
709 "sebastian/code-unit": "^1.0.6",
836 "name": "sebastian/code-unit",
840 "url": "https://github.com/sebastianbergmann/code-unit.git",
878 "homepage": "https://github.com/sebastianbergmann/code-unit",
880 "issues": "https://github.com/sebastianbergmann/code-unit/issues",
881 "source": "https://github.com/sebastianbergmann/code-unit/tree/1.0.8"
892 "name": "sebastian/code-unit-reverse-lookup",
896 "url": "https://github.com/sebastianbergmann/code-unit-reverse-lookup.git",
933 "homepage": "https://github.com/sebastianbergmann/code-unit-reverse-lookup/",
[all …]
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DHTML.AllowedModules.txt
/plugin/gtime/gtlib/
H A DREADME42 $ phing test # Run all unit tests
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/
H A DChangeLog-3.1.md15 …code-coverage/issues/234): Optionally raise an exception when a specified unit of code is not exec…
/plugin/ckgdoku/ckeditor/plugins/tabletools/dialogs/
H A DtableCell.js.unc48 // Extra labelling of width unit type.
67 unit = this.getDialog().getValueOf( 'info', 'widthType' );
70 element.setStyle( 'width', value + unit );
/plugin/pdfjs/pdfjs/web/locale/cak/
H A Dviewer.properties116 # "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by
117 # the size, respectively their unit of measurement and orientation, of the (current) page.
118 document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}})
120 # "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by
121 # the size, respectively their unit of measurement, name, and orientation, of the (current) page.
122 document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{or…
/plugin/pdfjs/pdfjs/web/locale/vi/
H A Dviewer.properties116 # "{{width}}", "{{height}}", {{unit}}, and {{orientation}} will be replaced by
117 # the size, respectively their unit of measurement and orientation, of the (current) page.
118 document_properties_page_size_dimension_string={{width}} × {{height}} {{unit}} ({{orientation}})
120 # "{{width}}", "{{height}}", {{unit}}, {{name}}, and {{orientation}} will be replaced by
121 # the size, respectively their unit of measurement, name, and orientation, of the (current) page.
122 document_properties_page_size_dimension_name_string={{width}} × {{height}} {{unit}} ({{name}}, {{or…
/plugin/pycode/images/
H A Dlogo.xcf6 (spacing-unit inches)
9 (offset-unit inches)
/plugin/findologicxmlexport/vendor/hoa/file/
H A DFinder.php282 $unit = isset($matches[3]) ? $matches[3] : 'b';
285 switch ($unit) {
/plugin/findologicxmlexport/vendor/twig/extensions/doc/
H A Ddate.rst41 or ``diff.in.XXX`` where ``XXX`` can be any valid unit: second, minute, hour, day, month, year.
/plugin/data-au/
H A DREADME6 (Well - when I get around to doing unit testing and then create a
/plugin/findologicxmlexport/vendor/sebastian/code-unit-reverse-lookup/
H A DLICENSE1 code-unit-reverse-lookup
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DREADME.md143 Any assistance writing unit tests for mPDF is greatly appreciated. If you'd like to help, please
144 note that any PHP file located in the `/tests/` directory will be autoloaded when unit testing.
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js545 unit);
553 var unit;
570 unit = 'day';
572 return unit;
4043 var unit;
4048 if (unit) {
5168 return best.unit;
5794 var unit = null;
5803 unit = 'day';
5814 return { duration: duration, unit: unit, unzonedRange: unzonedRange };
[all …]
H A Dmoment.js499 function addUnitAlias (unit, shorthand) { argument
500 var lowerCase = unit.toLowerCase();
527 function addUnitPriority(unit, priority) { argument
528 priorities[unit] = priority;
534 units.push({unit: u, priority: priorities[u]});
798 function makeGetSet (unit, keepTime) { argument
801 set$1(this, unit, value);
805 return get(this, unit);
810 function get (mom, unit) {
815 function set$1 (mom, unit, value) { argument
[all …]
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/
H A DCodeCoverage.php1049 $unit = explode('::', $unintentionallyCoveredUnits[$k]);
1051 if (count($unit) != 2) {
1055 $class = new \ReflectionClass($unit[0]);
/plugin/ckgedit/ckeditor/plugins/tabletools/dialogs/
H A DtableCell.js.unc52 // Reads the unit of width property of the table cell.
55 // * @returns {String} A unit of width: 'px', '%' or undefined if none.
/plugin/tline/timeline_js/
H A Dtimeline-bundle.js824 Timeline.SpanHighlightDecorator=function(A){this._unit=A.unit!=null?A.unit:SimileAjax.NativeDateUni…
886 Timeline.PointHighlightDecorator=function(A){this._unit=A.unit!=null?A.unit:SimileAjax.NativeDateUn…
1310 this._unit=A.unit;
1355 this._zones=[{startTime:Number.NEGATIVE_INFINITY,endTime:Number.POSITIVE_INFINITY,unit:G.unit,multi…
1364 …E>A.startTime){this._zones.splice(D,0,{startTime:A.startTime,endTime:E,unit:A.unit,multiple:A.mult…
1367 }if(B<A.endTime){this._zones.splice(D,0,{startTime:E,endTime:B,unit:C.unit,multiple:(C.multiple)?C.…
1372 A.unit=C.unit;
1404 O++){SimileAjax.DateTime.incrementByInterval(N,M.unit);
1427 ++B){if(this._zones[B]){this._zones[B].unit+=A;
1626 A=this._band._zoomSteps[C].unit-this._band._zoomSteps[B].unit;
[all …]
/plugin/eventline/timeline_js/
H A Dtimeline-bundle.js824 Timeline.SpanHighlightDecorator=function(A){this._unit=A.unit!=null?A.unit:SimileAjax.NativeDateUni…
886 Timeline.PointHighlightDecorator=function(A){this._unit=A.unit!=null?A.unit:SimileAjax.NativeDateUn…
1310 this._unit=A.unit;
1355 this._zones=[{startTime:Number.NEGATIVE_INFINITY,endTime:Number.POSITIVE_INFINITY,unit:G.unit,multi…
1364 …E>A.startTime){this._zones.splice(D,0,{startTime:A.startTime,endTime:E,unit:A.unit,multiple:A.mult…
1367 }if(B<A.endTime){this._zones.splice(D,0,{startTime:E,endTime:B,unit:C.unit,multiple:(C.multiple)?C.…
1372 A.unit=C.unit;
1404 O++){SimileAjax.DateTime.incrementByInterval(N,M.unit);
1427 ++B){if(this._zones[B]){this._zones[B].unit+=A;
1626 A=this._band._zoomSteps[C].unit-this._band._zoomSteps[B].unit;
[all …]
/plugin/findologicxmlexport/vendor/jms/metadata/
H A DCONTRIBUTING.md22 You can run the unit-tests by calling `vendor/bin/phpunit`.
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
H A DREADME.md3 …testing framework for PHP. It is an instance of the xUnit architecture for unit testing frameworks.
/plugin/pdfjs/pdfjs/web/locale/it/
H A Dviewer.properties83 document_properties_page_size_dimension_string = {{width}} × {{height}} {{unit}} ({{orientation}})
84 document_properties_page_size_dimension_name_string = {{width}} × {{height}} {{unit}} ({{name}}, {{…
/plugin/ckgedit/ckeditor/lang/
H A Den.js.4.95unit (%2).","invalidCssLength":"Value specified for the \"%1\" field must be a positive number wit…
/plugin/codemirror/dist/modes/
H A Derlang.min.js.map1unit","indentUnit","wordAfter","wordafter","currT","prevT","Pass","getToken","postcommaToken","def…
H A Dmllike.min.js1 …ltin","int":"type","float":"type",bool:"type","char":"type",string:"type",unit:"type",List:"builti…

12345678910>>...14