Home
last modified time | relevance | path

Searched refs:dots (Results 1 – 25 of 79) sorted by relevance

1234

/plugin/metaeditor/
Dstyle.css428 .jstree-default > .jstree-no-dots .jstree-node,
429 .jstree-default > .jstree-no-dots .jstree-leaf > .jstree-ocl {
432 .jstree-default > .jstree-no-dots .jstree-open > .jstree-ocl {
435 .jstree-default > .jstree-no-dots .jstree-closed > .jstree-ocl {
487 .jstree-default.jstree-rtl > .jstree-no-dots .jstree-node,
488 .jstree-default.jstree-rtl > .jstree-no-dots .jstree-leaf > .jstree-ocl {
491 .jstree-default.jstree-rtl > .jstree-no-dots .jstree-open > .jstree-ocl {
494 .jstree-default.jstree-rtl > .jstree-no-dots .jstree-closed > .jstree-ocl {
592 .jstree-default-small > .jstree-no-dots .jstree-node,
593 .jstree-default-small > .jstree-no-dots .jstree-leaf > .jstree-ocl {
[all …]
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Tag/
DDotTab.php12 $dots = str_repeat('.', 3) . ' '; // minimum number of dots
13 $objattr['width'] = $this->mpdf->GetStringWidth($dots);
/plugin/imagecarousel/vendor/slick/
DREADME.markdown73 dots | boolean | false | Current slide indicator dots
74 dotsClass | string | 'slick-dots' | Class for slide indicator dots container
81 appendDots | string | $(element) | Change where the navigation dots are attached (Selector, htmlStr…
189 dots: true,
209 $slick-dot-color | color | black | Color of the navigation dots
214 $slick-dot-size | pixels | 6px | Size of the navigation dots
Dslick-theme.less112 .slick-dots {
Dslick.min.js17dots:!1,dotsClass:"slick-dots",draggable:!0,easing:"linear",edgeFriction:.35,fade:!1,focusOnSelect… property
18 …options.slidesToShow&&(a.$prevArrow.hide(),a.$nextArrow.hide()),a.options.dots===!0&&a.slideCount>…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
Ddhtmlxgantt_drag_timeline.js129 var dots = _this._trace.slice(_this._trace.length - traceSteps);
131 for (var i = 1; i < dots.length; i++) {
133 x: dots[i].x - dots[i - 1].x,
134 y: dots[i].y - dots[i - 1].y
/plugin/codeprettify/code-prettify/src/
Dlang-rd.js40 [PR['PR_LITERAL'], /^\\(?:cr|l?dots|R|tab)\b/],
/plugin/passwordgrey/
Dplugin.info.txt6 desc display passwords as dots, multiple features
/plugin/mikioplugin/icons/bootstrap-icons/svg/
H A Dthree-dots.svg1 <svg class="bi bi-three-dots" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmln…
H A Dthree-dots-vertical.svg1 <svg class="bi bi-three-dots-vertical" width="1em" height="1em" viewBox="0 0 16 16" fill="currentCo…
H A Dchat-dots-fill.svg1 <svg class="bi bi-chat-dots-fill" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" …
H A Dchat-square-dots-fill.svg1 <svg class="bi bi-chat-square-dots-fill" width="1em" height="1em" viewBox="0 0 16 16" fill="current…
H A Dchat-dots.svg1 <svg class="bi bi-chat-dots" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor" xmlns…
H A Dchat-square-dots.svg1 <svg class="bi bi-chat-square-dots" width="1em" height="1em" viewBox="0 0 16 16" fill="currentColor…
/plugin/sequencediagram/bower_components/raphael/dev/
Draphael.vml.js393 var dots = R._parseDots(gradient);
394 if (!dots) {
398 if (dots.length) {
402 fill.color = dots[0].color;
403 fill.color2 = dots[dots.length - 1].color;
405 for (var i = 0, ii = dots.length; i < ii; i++) {
406 dots[i].offset && clrs.push(dots[i].offset + S + dots[i].color);
Draphael.svg.js90 var dots = R._parseDots(gradient);
91 if (!dots) {
115 for (var i = 0, ii = dots.length; i < ii; i++) {
117 offset: dots[i].offset ? dots[i].offset : i ? "100%" : "0%",
118 "stop-color": dots[i].color || "#fff",
119 "stop-opacity": isFinite(dots[i].opacity) ? dots[i].opacity : 1
Draphael.core.js1766 var dots = [x, y][concat](pa.slice(1));
1767 for (var j = 2, jj = dots.length; j < jj; j++) {
1768 dots[j] = +dots[j] + x;
1769 dots[++j] = +dots[j] + y;
1772 res = res[concat](catmullRom2bezier(dots, crz));
1783 dots = [x, y][concat](pa.slice(1));
1785 res = res[concat](catmullRom2bezier(dots, crz));
2111 var dots = [];
2122 dots.push(dot);
2124 for (i = 1, ii = dots.length - 1; i < ii; i++) {
[all …]
/plugin/calendar/images/
Dicon.svg9 <!-- Calendar grid dots (representing dates) -->
/plugin/farmer/lang/en/
H A Dtab_config_help.txt13 The base domain is only appended to animal names not containing any dots.
/plugin/callflow/
Draphael.js2152 var dots = [x, y][concat](pa.slice(1));
2153 for (var j = 2, jj = dots.length; j < jj; j++) {
2154 dots[j] = +dots[j] + x;
2155 dots[++j] = +dots[j] + y;
2158 res = res[concat](catmullRom2bezier(dots, crz));
2169 dots = [x, y][concat](pa.slice(1));
2171 res = res[concat](catmullRom2bezier(dots, crz));
2467 var dots = [];
2477 dots.push(dot);
2479 for (i = 1, ii = dots.length - 1; i < ii; i++) {
[all …]
/plugin/advrack/
Draphael.js2152 var dots = [x, y][concat](pa.slice(1));
2153 for (var j = 2, jj = dots.length; j < jj; j++) {
2154 dots[j] = +dots[j] + x;
2155 dots[++j] = +dots[j] + y;
2158 res = res[concat](catmullRom2bezier(dots, crz));
2169 dots = [x, y][concat](pa.slice(1));
2171 res = res[concat](catmullRom2bezier(dots, crz));
2467 var dots = [];
2477 dots.push(dot);
2479 for (i = 1, ii = dots.length - 1; i < ii; i++) {
[all …]
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
Ddhtmlxgantt_drag_timeline.js.map1dots","vectors","x","y","resultVector_1","vector","magnitude","Math","sqrt","angleDegrees","atan2"…
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
DCodeSniffer.php639 $dots = 0;
690 $dots++;
691 if ($dots === 60) {
696 $dots = 0;
/plugin/abc2/abc-libraries/abc2svg/
Dabc2svg-1.js981 if(k1.nflags<k.nflags||(k1.nflags==k.nflags&&k1.dots<k.dots))
1147 s.nflags=-4;s.dots=0;s2=s.ts_next
1187 if(s.dots){x+=8;y+=yb+3
1188 j=s.dots
1252 var elts=identify_note(s,note.dur),head=elts[0],dots=elts[1],nflags=elts[2]
1267 dots=0
1281 if(dots){dotx=x+(7.7+s.xmx)*stv_g.scale
1286 i=(note.dur/12)>>((5-nflags)-dots)
1287 while(dots-->0){xygl(dotx,doty,(i&(1<<dots))?"dot":"dot+")
1295 if(s.dots)
[all …]
/plugin/findologicxmlexport/vendor/hoa/file/
DFinder.php389 public function dots($flag = true) function in Hoa\\File\\Finder

1234