Home
last modified time | relevance | path

Searched refs:vector (Results 26 – 50 of 59) sorted by last modified time

123

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D3.3.js.map1 …* `any`, meaning that the icon can be scaled to any size as it is in a vector format, like `imag…
H A D2.2.js.map1vector described by the first 3 parameters.\"\n },\n {\n …
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1vector","cartesianNormalizeInPlace","ranges","deltaSum","boundsStream","boundsPoint","boundsLineSt…
/plugin/ol3/
H A Dscript.js1 …eo","source_image"],source_vector:{type:{required:!0,type:"enum",values:{vector:{doc:"A vector til… class in AnonymousFunction600b995a0400.i.source_vector.type.values
8vector:[]},vy={image:[Gu],hybrid:[zu,Vu,Gu],vector:[Bu,Du,Uu,zu,Vu,Gu]},_y=function(t){function e(…
/plugin/codemirror/dist/modes/
H A Didl.min.js.map1 …4', 'uniq',\n 'unsharp_mask', 'usersym', 'value_locate', 'variance', 'vector',\n 'vector_fie…
H A Dclojure.min.js.map1 …get\", \"var-set\", \"var?\", \"vary-meta\", \"vec\", \"vector\", \"vector-of\",\n \"vector?\…
H A Dscheme.min.js.map1vector list-ref list-tail list? load log magnitude make-polar make-rectangular make-string make-ve…
/plugin/pdfjs/pdfjs/build/
H A Dpdf.js.map1 …1] - m[5] * m[0]) / d];\n };\n\n // Apply a generic 3d matrix M on a 3-vector v:\n // | a b c…
H A Dpdf.worker.js.map1vector v:\n // | a b c | | X |\n // | d e f | x | Y |\n // | g h i | | Z |\n // M is…
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1 … float for global if in int matrix proc return source string switch true vector while';\nvar funct…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_drag_timeline.js138 vectors.forEach(function (vector) { argument
139 resultVector_1.x += vector.x;
140 resultVector_1.y += vector.y;
164 var vector = _this._calculateDirectionVector();
167 if (vector) {
168 if (vector.angleDegrees < 15) {
171 else if (vector.angleDegrees > 75) {
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_drag_timeline.js.map1vector","magnitude","Math","sqrt","angleDegrees","atan2","abs","PI","_applyDndReadyStyles","_timel…
/plugin/icons/assets/material-design-icons/css/
H A Dmaterialdesignicons.min.css1vector-arrange-above::before{content:"\F554"}.mdi-vector-arrange-below::before{content:"\F555"}.md…
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.svg.js78 max = 1 / (mmax(abs(vector[2]), abs(vector[3])) || 1);
79 vector[2] *= max;
80 vector[3] *= max;
82 vector[0] = -vector[2];
83 vector[2] = 0;
86 vector[1] = -vector[3];
87 vector[3] = 0;
108 x1: vector[0],
109 y1: vector[1],
110 x2: vector[2],
[all …]
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DYtsSpecificationExamples.yml615 value: Pretty vector drawing.
661 "value" => "Pretty vector drawing.",
/plugin/tabinclude/
H A DREADME6 tested template: dokuwiki,default, monobook,arctic,arctic-mbo,roundbox,vector
/plugin/callflow/
H A Draphael.js5840 max = 1 / (mmax(abs(vector[2]), abs(vector[3])) || 1);
5841 vector[2] *= max;
5842 vector[3] *= max;
5844 vector[0] = -vector[2];
5845 vector[2] = 0;
5848 vector[1] = -vector[3];
5849 vector[3] = 0;
5870 x1: vector[0],
5871 y1: vector[1],
5872 x2: vector[2],
[all …]
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js2310 pdfDoc.ellipse(vector.x, vector.y, vector.r1, vector.r2);
2314 pdfDoc.roundedRect(vector.x, vector.y, vector.w, vector.h, vector.r);
2316 pdfDoc.rect(vector.x, vector.y, vector.w, vector.h);
2320 pdfDoc.moveTo(vector.x1, vector.y1);
2321 pdfDoc.lineTo(vector.x2, vector.y2);
2342 if (vector.color && vector.lineColor) {
13668 var x = vector.x, y = vector.y, x1 = vector.x1, y1 = vector.y1, x2 = vector.x2, y2 = vector.y2;
14508 w = Math.max(w, vector.x + vector.r1);
14509 h = Math.max(h, vector.y + vector.r2);
14512 w = Math.max(w, vector.x + vector.w);
[all …]
H A Dpdfmake.min.js.map1vector","pdfDoc","lineWidth","dash","space","undash","fillOpacity","strokeOpacity","lineJoin","ell…
/plugin/amcharts/assets/amcharts/plugins/export/
H A DREADME.md11 vector, document or data formats, such as PNG, JPG, PDF, SVG, JSON, XLSX and
625 lossless | Flag to print the actual vector graphic instead of buffered bitmap (print option only, e…
/plugin/html2pdf/html2pdf/html2ps/
H A DChangeLog406 * New: support for custom automatically generated encoding vector
H A Dmanager.encoding.php125 if (is_null($vector)) {
129 return $this->vector_to_glyphs($vector);
147 $vector = $this->_encodings[$encoding];
153 if (!isset($vector[chr($i)])) {
154 $vector[chr($i)] = 0xFFFF;
158 return $vector;
165 foreach ($vector as $code => $uccode) {
210 if (isset($vector[chr($i)]) && isset($GLOBALS['g_unicode_glyphs'][$vector[chr($i)]])) {
261 function register_encoding($name, $vector) { argument
262 $this->_encodings[$name] = $vector;
[all …]
H A Doutput.pdflib.class.php442 $vector = $manager_encoding->get_encoding_vector($encoding);
444 foreach ($vector as $code => $utf) {
/plugin/advrack/
H A Draphael.js5839 max = 1 / (mmax(abs(vector[2]), abs(vector[3])) || 1);
5840 vector[2] *= max;
5841 vector[3] *= max;
5843 vector[0] = -vector[2];
5844 vector[2] = 0;
5847 vector[1] = -vector[3];
5848 vector[3] = 0;
5869 x1: vector[0],
5870 y1: vector[1],
5871 x2: vector[2],
[all …]
/plugin/jmol2/jmol/
H A DCHANGES.txt439 # "radius" -- vector normal from local helix point to x
440 # "draw" -- draw command for the local helix vector
894 # yes yes yes vibX vibration vector X coordinate
895 # yes yes yes vibY vibration vector Y coordinate
896 # yes yes yes vibZ vibration vector Z coordinate
1189 # bug fix: draw arrow/vector slightly overshoots end point
2164 # new feature: draw vector {point} {plane}
2223 # vector and the output {x y z}.
2262 # (q%-1) -- the vector {q1, q2, q3}
2378 # and n(dq) = the normal vector associated with this quaternion.
[all …]

123