Home
last modified time | relevance | path

Searched refs:c1 (Results 1 – 25 of 445) sorted by path

12345678910>>...18

/plugin/adfs/
H A Dadmin.svg1 …5 2.25 0 0 1 12 13.25 2.25 2.25 0 0 1 9.75 11 2.25 2.25 0 0 1 12 8.75M12 15c1.5 0 4.5.75 4.5 2.25V…
/plugin/adhoctags/images/
H A Daside.svg1 <svg viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg"><title>figure-caption</title><path d="M5.05,21l-0.05,0c-1.1,0 -2,-0.89 -2,-2l0,-0.004l2,0l0,0.004l0.05,0l-0,2Zm3.943,-2l-0,2l-1.943,0l-0,-2l1.943,0Zm2,-0l2.014,-0l0,2l-2.014,-0l-0,-2Zm4.014,-0l1.986,-0l-0,2l-1.986,-0l0,-2Zm3.986,-0l0.007,-0l-0,-0.004l2,0l-0,0.004c-0,1.11 -0.89,2 -2,2l-0.007,-0l-0,-2Zm-13.993,-2.004l-2,0l-0,-1.971l2,-0l-0,1.971Zm16,0l-2,0l-0,-1.971l2,-0l0,1.971Zm-16.007,-5.651l0.007,0l0,1.68l-2,-0l-0,-2.014l1.993,-0l-0,0.334Zm5.993,-8.345l8.014,0c1.11,-0 2,0.9 2,2l-0,7.996l-10.007,0l-0,-7.996l-0.007,0l-0,-2Zm8,1.996l-5.965,0l0,5.979l5.965,0l-0,- (…)
H A Dfigure-caption.svg1 <svg viewBox="0 0 24 24" version="1.1" xmlns="http://www.w3.org/2000/svg"><title>figure-caption</title><path d="M5,21l14,0c1.11,-0 2,-0.9 2,-2l0,-14c0,-1.11 -0.9,-2 -2,-2l-14,0c-1.11,0 -2,0.89 -2,2l0,14c0,1.1 0.89,2 2,2Zm0, (…)
/plugin/adminperm/
H A Dadmin.svg1 … 1.5 1.5A1.5 1.5 0 0 1 12 11a1.5 1.5 0 0 1-1.5-1.5A1.5 1.5 0 0 1 12 8m0 8.5c1.57 0 3.64.61 4.53 1.…
/plugin/admnote/images/
H A Dbug.svg1 …22 6.81 8H4v2h2.09c-.05.33-.09.66-.09 1v1H4v2h2v1c0 .34.04.67.09 1H4v2h2.81c1.04 1.79 2.97 3 5.19 …
/plugin/admnote/
H A Dstyle.css12 …22 6.81 8H4v2h2.09c-.05.33-.09.66-.09 1v1H4v2h2v1c0 .34.04.67.09 1H4v2h2.81c1.04 1.79 2.97 3 5.19 …
/plugin/advrack/
H A Draphael.js2281 var c1 = math.cos(f1),
2289 m2 = [x1 + hx * s1, y1 - hy * c1],
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.js16191 function bottomMostContext(c1, c2) {
16194 if (c1.page > c2.page) r = c1;
16195 else if (c2.page > c1.page) r = c2;
16196 else r = (c1.y > c2.y) ? c1 : c2;
H A Dpdfmake.min.js.map1c1","c2","bottomMost","lastColumnWidth","saved","calculateBottomMost","destContext","saveContextIn…
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/
H A Dxlsx.js36 var c1, c2, c3, e1, e2, e3, e4;
38 c1 = input.charCodeAt(i++);
41 e1 = c1 >> 2;
42 e2 = (c1 & 3) << 4 | c2 >> 4;
53 var c1, c2, c3;
61 c1 = e1 << 2 | e2 >> 4;
64 o += String.fromCharCode(c1);
H A Dxlsx.min.js2c1,c2,c3,e1,e2,e3,e4;for(var i=0;i<input.length;){c1=input.charCodeAt(i++);c2=input.charCodeAt(i++…
H A Dxlsx.min.map1 …decode","substr","_gc2","Base64","make_b64","map","encode","input","utf8","c1","c2","c3","e1","e2"…
/plugin/authgooglesheets/vendor/paragonie/constant_time_encoding/src/
H A DBase32.php237 $c1 = static::$method($chunk[2]);
270 $c1 = static::$method($chunk[2]);
292 $c1 = static::$method($chunk[2]);
312 $c1 = static::$method($chunk[2]);
326 $err |= ($c0 | $c1 | $c2 | $c3 | $c4) >> 8;
329 $c1 = static::$method($chunk[2]);
340 $err |= ($c0 | $c1 | $c2 | $c3) >> 8;
343 $c1 = static::$method($chunk[2]);
352 $err |= ($c0 | $c1 | $c2) >> 8;
355 $c1 = static::$method($chunk[2]);
[all …]
H A DBase64.php165 $c1 = static::decode6Bits($chunk[2]);
171 ((($c0 << 2) | ($c1 >> 4)) & 0xff),
172 ((($c1 << 4) | ($c2 >> 2)) & 0xff),
175 $err |= ($c0 | $c1 | $c2 | $c3) >> 8;
184 $c1 = static::decode6Bits($chunk[2]);
188 ((($c0 << 2) | ($c1 >> 4)) & 0xff),
189 ((($c1 << 4) | ($c2 >> 2)) & 0xff)
191 $err |= ($c0 | $c1 | $c2) >> 8;
193 $c1 = static::decode6Bits($chunk[2]);
196 ((($c0 << 2) | ($c1 >> 4)) & 0xff)
[all …]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Crypt/EC/BaseCurves/
H A DKoblitzPrime.php114 $c1 = $v2['b']->multiply($k);
115 list($c1, $r) = $c1->divide($this->order);
117 $c1 = $c1->add($one);
126 $p1 = $c1->multiply($v1['a']);
128 $q1 = $c1->multiply($v1['b']);
/plugin/authwordpress/
H A Dclass-phpass.php203 $c1 = ord($input[$i++]);
204 $output .= $itoa64[$c1 >> 2];
205 $c1 = ($c1 & 0x03) << 4;
207 $output .= $itoa64[$c1];
212 $c1 |= $c2 >> 4;
213 $output .= $itoa64[$c1];
214 $c1 = ($c2 & 0x0f) << 2;
217 $c1 |= $c2 >> 6;
218 $output .= $itoa64[$c1];
[all...]
/plugin/barcodes/vendor/jucksearm/php-barcode/lib/
H A DDatamatrix.php785 $c1 = array_shift($temp_cw);
789 $tmp = ((1600 * $c1) + (40 * $c2) + $c3 + 1);
818 $c1 = array_shift($temp_cw);
827 $c1 = array_shift($temp_cw);
837 $c1 = array_shift($temp_cw);
840 $tmp = ((1600 * $c1) + (40 * $c2) + 1);
/plugin/bez/images/
H A Dclose.svg2 <path fill-rule="evenodd" d="M7 1C3.14 1 0 4.14 0 8s3.14 7 7 7 7-3.14 7-7-3.14-7-7-7zm0 1.3c1.3 0 2.5.44 3.47 1.17l-8 8A5.755 5.755 0 0 1 1.3 8c0-3.14 2.56-5.7 5.7-5.7zm0 11.41c-1.3 0-2.5-.44-3.47-1.17l8-8c.73.97 1.17 2.17 1.17 3.47 0 3.14-2.56 5.7-5.7 5.7z"></path>
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js3859 var c1 = math.cos(f1),
3867 m2 = [x1 + hx * s1, y1 - hy * c1],
/plugin/callflow/
H A Draphael.js2281 var c1 = math.cos(f1),
2289 m2 = [x1 + hx * s1, y1 - hy * c1],
/plugin/ckgdoku/scripts/
H A Dparse_wiki.js.unc251 backup: function(c1,c2) {
252 var c1_inx = results.lastIndexOf(c1); // start position of chars to delete
255 if(c1.length + c2_inx == c2_inx) {
256 var left_side = results.substring(0,c1_inx); //from 0 up to but not including c1
/plugin/ckgedit/scripts/
H A Dparse_wiki.js.unc338 backup: function(c1, c2) {
339 var c1_inx = results.lastIndexOf(c1); // start position of chars to delete
342 if (c1.length + c2_inx == c2_inx) {
343 var left_side = results.substring(0, c1_inx); //from 0 up to but not including c1
/plugin/cloud/
H A Dstyle.less25 @c1: #009E08;
26 .dokuwiki div.cloud a.cloud1_tag1 { font-size: @f1; color: desaturate(lighten(@c1, 4 * @l), 4 * @d)…
27 .dokuwiki div.cloud a.cloud2_tag1 { font-size: @f2; color: desaturate(lighten(@c1, 3 * @l), 3 * @d)…
28 .dokuwiki div.cloud a.cloud3_tag1 { font-size: @f3; color: desaturate(lighten(@c1, 2 * @l), 2 * @d)…
29 .dokuwiki div.cloud a.cloud4_tag1 { font-size: @f4; color: desaturate(lighten(@c1, 1 * @l), 1 * @d)…
30 .dokuwiki div.cloud a.cloud5_tag1 { font-size: @f5; color: @c1; }
/plugin/codebuttonmod2/image/
H A Dcopy-button.svg1 …-6h106v88c0 13.255 10.745 24 24 24h88v202a6 6 0 0 1-6 6zm6-256h-64V48h9.632c1.591 0 3.117.632 4.24…
/plugin/codeprettify/code-prettify/src/
H A Dnode_prettify.js313 var c1 = charsetPart.charAt(1);
314 cc0 = escapeCharToCodeUnit[c1];
317 } else if ('0' <= c1 && c1 <= '7') {
319 } else if (c1 === 'u' || c1 === 'x') {

12345678910>>...18