Home
last modified time | relevance | path

Searched refs:calc (Results 101 – 120 of 120) sorted by last modified time

12345

/plugin/pdfjs/pdfjs/web/
H A Dviewer.css567 left: calc(-1 * var(--sidebar-width));
573 right: calc(-1 * var(--sidebar-width));
787 width: calc(100% + 150px);
1618 width: calc(100% - 60px);
1704 width: calc(100% - 8px);
1737 min-width: calc(100% - 4px); /* Subtract the right padding (left, in RTL mode)
H A Dviewer.js.map1calc(100% - ' +\n scrollbarWidth + 'px);');\n }\n }\n\n h…
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1calc total gravity and free space\n\tLayout.prototype._calcFreeSpace = function (s, cell, xLayout)…
/plugin/yuriigantt/3rd/dhtmlxgantt/skins/
H A Ddhtmlxgantt_material.css1 … input[type=checkbox]{display:none}label.gantt_resource_row select{height:calc(1.3em + 4px);border…
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/skins/
H A Ddhtmlxgantt_material.css584 height: calc(1.3em + 4px);
/plugin/extlist/css/
H A Ddefinitionlist.less45 margin: 0 0 0 calc(~"10em + 1.2em");
/plugin/colorswatch/
H A Dstyle.css20 min-height: calc(var(--tiny-height) * 1rem);
21 min-width: calc(var(--tiny-width) * 1rem);
25 height: calc(var(--ratio) * var(--tiny-height) * 1rem);
29 min-height: calc(var(--small-height) * 1rem);
30 min-width: calc(var(--small-width) * 1rem);
34 height: calc(var(--ratio) * var(--small-height) * 1rem);
38 min-height: calc(var(--middle-height) * 1rem);
39 min-width: calc(var(--middle-width) * 1rem);
47 min-height: calc(var(--large-height) * 1rem);
48 min-width: calc(var(--large-width) * 1rem);
[all …]
/plugin/ckgdoku/ckeditor/skins/moono-lisa/
H A Ddialog_ie8.css5 … 6px;outline:0;border-radius:2px;margin:0 1px;box-sizing:border-box;width:calc(100% - 2px)!importa…
H A Ddialog_iequirks.css5 … 6px;outline:0;border-radius:2px;margin:0 1px;box-sizing:border-box;width:calc(100% - 2px)!importa…
H A Ddialog.css5 … 6px;outline:0;border-radius:2px;margin:0 1px;box-sizing:border-box;width:calc(100% - 2px)!importa…
H A Ddialog_ie.css5 … 6px;outline:0;border-radius:2px;margin:0 1px;box-sizing:border-box;width:calc(100% - 2px)!importa…
/plugin/html2pdf/html2pdf/html2ps/
H A Dpipeline.class.php556 … $media->margins['left'] = $margins->left->calc(mm2pt($media->get_width())) / mm2pt(1) / pt2pt(1);
557 …$media->margins['right'] = $margins->right->calc(mm2pt($media->get_width())) / mm2pt(1) / pt2pt(1);
558 … $media->margins['top'] = $margins->top->calc(mm2pt($media->get_height())) / mm2pt(1) / pt2pt(1);
559 …$media->margins['bottom'] = $margins->bottom->calc(mm2pt($media->get_height())) / mm2pt(1) / pt2pt…
564 … $media->margins['left'] = $left_margin->calc(mm2pt($media->get_width())) / mm2pt(1) / pt2pt(1);
569 … $media->margins['right'] = $right_margin->calc(mm2pt($media->get_width())) / mm2pt(1) / pt2pt(1);
574 $media->margins['top'] = $top_margin->calc(mm2pt($media->get_height())) / mm2pt(1) / pt2pt(1);
579 …$media->margins['bottom'] = $bottom_margin->calc(mm2pt($media->get_height())) / mm2pt(1) / pt2pt(1…
H A Dvalue.margin.class.php11 function calc($base, $base_font_size = 0) { function in MarginSideValue
/plugin/jmol2/jmol/
H A DJmolApplet0_Minimize.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolApplet0_ShapeSurface.jar ... jvxl.calc public org.jmol.jvxl.calc.MarchingCubes extends org.jmol.jvxl.calc ...
H A DJmolAppletSigned0_ShapeSurface.jar ... jvxl.calc public org.jmol.jvxl.calc.MarchingCubes extends org.jmol.jvxl.calc ...
H A DJmolApplet.jar ... jvxl/api/ org/jmol/jvxl/calc/ org/jmol/jvxl/data/ org ...
H A DJmolAppletSigned.jar ... jvxl/api/ org/jmol/jvxl/calc/ org/jmol/jvxl/data/ org ...
H A DJmolAppletSigned0_Minimize.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/calc/
H A Dsyntax.php50 if (isset($calc) && isset($calc[1])) $calc=$calc[1];
53 if ($calc[strlen($calc)-1]=='=') $calc[strlen($calc)-1]=" ";
54 $calc=rtrim($calc);
57 if ($calc[strlen($calc)-1]=='>') {
58 $calc[strlen($calc)-1]=" ";
61 $calc=rtrim($calc);
102 $calc);
105 $calc=str_replace(";","",$calc);
106 $calc=str_replace("\$","",$calc);
111 $calc="\$n=$calc;";
[all …]

12345