Home
last modified time | relevance | path

Searched refs:dot (Results 76 – 100 of 164) sorted by relevance

1234567

/plugin/tindexmenu/
H A Dadmin.php107 $obfuscate = array('@' => ' [at] ', '.' => ' [dot] ', '-' => ' [dash] ');
/plugin/findologicxmlexport/vendor/phpdocumentor/reflection-docblock/
H A DREADME.md42 * example), or when the Summary ends with a dot (`.`) and some form of
/plugin/sequencediagram/bower_components/raphael/dev/
H A Draphael.core.js1934 dot;
1939 x.push(dot.x);
1940 y.push(dot.y);
1944 x.push(dot.x);
1945 y.push(dot.y);
1956 x.push(dot.x);
1957 y.push(dot.y);
1961 x.push(dot.x);
2113 var dot = {},
2119 dot.opacity = dot.color.opacity;
[all …]
/plugin/abc2/
H A Dall.css64 .abc-dot{position:relative;top:-6.5px;cursor:pointer;height:8px;width:8px;margin-right:2px;border-radius:50%;display:inline-block}span.abc-dot:last-child{margin-right:0}.dot0{background-color:#003c00}.dot1{background-color:#005000}.dot2{background-color:#006400}.dot3{background-color:#007800}.dot4{background-color:#008c00}.dot5{background-color:#00a000}.dot6{background-color:#00b400}.dot7{background-color:#00c800}.dot8{background-color:#00dc00}.dot9{background-color:#00f000}.abc-dot.selected{background-color:#800}.abc-dot:hover{background-color:#F00}.abc-voice{font-size:.8em}.abc-hidden{display:none}
/plugin/charter/lib/fonts/
H A DLICENSE46 For further information, contact: fonts at gnome dot org.
/plugin/fckg/action/entities/utils/
H A Dentities.txt139 middle dot
/plugin/ckgdoku/action/entities/utils/
H A Dentities.txt139 middle dot
/plugin/ckgedit/action/entities/utils/
H A Dentities.txt139 middle dot
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.less343 .fc-event-dot {
469 /* 8x8 little dot */
485 /* centers the 8x8 dot on the left edge */ }
491 /* centers the 8x8 dot on the right edge */ }
1158 /* 10x10 dot */
1201 .fc-event-dot {
1257 /* make the dot closer to the event title */
/plugin/jdraw/src/com/mxgraph/examples/swing/resources/
H A Deditor.properties144 dot=Dot key
H A Deditor.properties.bak140 dot=Dot
H A Deditor_zh-CN.properties140 dot=Dot key
H A Deditor_de.properties148 dot=Punkt key
H A Deditor_de.properties.bak141 dot=Punkt
/plugin/evesso/
H A DREADME.md20 * Group names had space replaced by underscore and dot replaced with hyphen-minus
/plugin/codebutton_ext/
H A Daction.php.bak41 …diff, div, dos, dot, eiffel, email, erlang, fo, fortran, freebasic, genero, glsl, gml, gnuplot, gr…
/plugin/callflow/
H A Draphael.js2320 dot;
2325 x.push(dot.x);
2326 y.push(dot.y);
2330 x.push(dot.x);
2331 y.push(dot.y);
2342 x.push(dot.x);
2343 y.push(dot.y);
2347 x.push(dot.x);
2348 y.push(dot.y);
2469 var dot = {},
[all …]
/plugin/advrack/
H A Draphael.js2320 dot;
2325 x.push(dot.x);
2326 y.push(dot.y);
2330 x.push(dot.x);
2331 y.push(dot.y);
2342 x.push(dot.x);
2343 y.push(dot.y);
2347 x.push(dot.x);
2348 y.push(dot.y);
2469 var dot = {},
[all …]
/plugin/diagramsnet/lib/
H A Dyarn.lock202 dot-prop "^6.0.1"
274 dot-prop@^6.0.1:
276 …resolved "https://registry.yarnpkg.com/dot-prop/-/dot-prop-6.0.1.tgz#fc26b3cf142b9e59b74dbd39ed66c…
/plugin/codemirror/dist/modes/
H A Derlang.min.js.map1dot\n if (ch == \".\") {\n return rval(state,stream,\"dot\");\n }\n\n // quoted atom…
H A Dpug.min.js.map1dot","indexOf","fail","mode","mimeModes","name","force","hideFirstChars","skipToEnd","nextToken","…
/plugin/dw2pdf/vendor/mpdf/mpdf/ttfonts/
H A DDejaVuinfo.txt48 Inc., respectively. For further information, contact: fonts at gnome dot
/plugin/diagramsnet/lib/js/diagramly/
H A DEditor.js5222 dot.style.display = 'inline-block';
5223 dot.style.width = '6px';
5224 dot.style.height = '6px';
5225 dot.style.marginLeft = '4px';
5226 dot.style.marginRight = '3px';
5227 dot.style.borderRadius = '3px';
5228 dot.style.cursor = 'pointer';
5229 dot.style.background = 'transparent';
5230 dot.style.border = '1px solid #b5b6b7';
5240 dots.push(dot);
[all …]
/plugin/diagramsnet/lib/js/grapheditor/
H A DFormat.js6443 dot.style.display = 'inline-block';
6444 dot.style.width = '6px';
6445 dot.style.height = '6px';
6446 dot.style.marginLeft = '4px';
6447 dot.style.marginRight = '3px';
6448 dot.style.borderRadius = '3px';
6449 dot.style.cursor = 'pointer';
6450 dot.style.background = 'transparent';
6459 }))(i, dot);
6461 switcher.appendChild(dot);
[all …]
/plugin/stlviewer/stlviewer/
H A DCanvasRenderer.js485 var amount = normal.dot( lightPosition );
497 var amount = normal.dot( _vector3.subVectors( lightPosition, position ).normalize() );

1234567