Home
last modified time | relevance | path

Searched +full:cood +full:- +full:e (Results 1 – 6 of 6) sorted by relevance

/plugin/sketchcanvas/script/
DSketchCanvas.js22 import jsyaml from './js-yaml.mjs';
54 // Ignore mouse events if it's non-edit mode.
89 toolbarPage = Math.max(toolbarPage - 1, 0);
96 buttons.push(new Button(mx0 + mw0 - aw, my0, mx0 + mw0, my0 + mh0, function(){
99 ctx.lineTo(mx0 + mw0 - aw, my0);
100 ctx.lineTo(mx0 + mw0 - aw, my0 + mh0);
105 toolbarPage = Math.min(toolbarPage + 1, toolbars.length-1);
138 ctx.fillRect(x0 + 1, y0 + 1, x1 - 2, y0 + h0 - 2);
144 ctx.fillText(text, mx0 + mw0 / 2 - width / 2, my0 + mh0 / 2);
179 ctx.fillRect(x0 + 1, my0 + mh0 + 1, x1 - 2, my0 + h0 - 2);
[all …]
/plugin/statistics/vendor/matomo/device-detector/Parser/Device/
DAbstractDeviceParser.php4 * Device Detector - The Universal Device Detection library for parsing User Agents
44 … public const DEVICE_TYPE_TV = 5; // including set top boxes, blu-ray players,...
84 '5E' => '2E',
259 'BS' => 'BenQ-Siemens',
334 'GRD' => 'G-Guard',
354 '02' => 'Cell-C',
408 'CDE' => 'COOD-E',
524 'DTE' => 'D-Tech',
525 'DLI' => 'D-Link',
531 'EB' => 'E-Boda',
[all …]
/plugin/statistics/vendor/matomo/device-detector/
DREADME.md4 …rsion](https://poser.pugx.org/matomo/device-detector/v/stable)](https://packagist.org/packages/mat…
5 …loads](https://poser.pugx.org/matomo/device-detector/downloads)](https://packagist.org/packages/ma…
6 …icense](https://poser.pugx.org/matomo/device-detector/license)](https://packagist.org/packages/mat…
10 …//github.com/matomo-org/device-detector/actions/workflows/phpunit.yml/badge.svg?branch=master)](ht…
11 …//github.com/matomo-org/device-detector/actions/workflows/phpstan.yml/badge.svg?branch=master)](ht…
12 …://github.com/matomo-org/device-detector/actions/workflows/phpcs.yml/badge.svg?branch=master)](htt…
13 …//github.com/matomo-org/device-detector/actions/workflows/yamllint.yml/badge.svg?branch=master)](h…
14 …ub.com/matomo-org/device-detector/actions/workflows/regular_expressions.yml/badge.svg?branch=maste…
16 …tained.com/badge/resolution/matomo-org/device-detector.svg)](https://www.isitmaintained.com/projec…
17 …itmaintained.com/badge/open/matomo-org/device-detector.svg)](https://www.isitmaintained.com/projec…
[all …]
/plugin/sketchcanvas/bundle/
DSketchCanvas.js.map3 …"sources": ["../script/SketchCanvas.js", "../script/js-yaml.mjs", "https://deno.land/x/i18next@v23…
4-yaml.mjs';\r\nimport i18n from 'https://deno.land/x/i18next@v23.11.4/index.js';\r\nimport { resou…
5E,EAAQiE,GAAiB,KAAKlD,CAAI,EAC9Bf,IAAU,OAAMA,EAAQkE,GAAsB,KAAKnD,CAAI,GAEvDf,IAAU,KAAM,MAAM,IAAI,M…
6e", "p", "last", "pushPath", "concat", "getPath", "getPathWithDefaults", "data", "defaultData", "v…
/plugin/statistics/vendor/matomo/device-detector/regexes/device/
Dmobiles.yml2 # Device Detector - The Universal Device Detection library for parsing User Agents
10 regex: '(?:BUZZ [1-5]|BUZZ 4(?:Pro|S|Lite)|CLEVER [13]|URBAN [123](?: Pro)?)(?:[);/ ]|$)'
13 - regex: 'BUZZ ([45]) Ultra'
15 - regex: 'BUZZ ([45]) Note'
17 - regex: 'BUZZ ([45]) Prime'
19 - regex: 'BUZZ 5 Pro Plus'
21 - regex: 'BUZZ ([45]) ?Pro'
23 - regex: 'BUZZ ([1245]) ?Lite'
25 - regex: 'BUZZ ([123]) Plus'
27 - regex: 'BUZZ 4S'
[all …]
/plugin/processing/
Dscript.js3 P R O C E S S I N G . J S - 0.9.7
10 Github Repo. : http://github.com/jeresig/processing-js
11 Bug Tracking : http://processing-js.lighthouseapp.com
14 Hyper-Metrix: http://hyper-metrix.com/#Processing
15 BuildingSky: http://weare.buildingsky.net/pages/processing-js
33 if (src && src.indexOf("#") > -1) {
64 xhr.setRequestHeader("If-Modified-Since", "Fri, 1 Jan 1960 00:00:00 GMT");
111 } catch(e) {}
193 MAX_FLOAT: 3.4028235e+38,
194 MIN_FLOAT: -3.4028235e+38,
[all …]