Home
last modified time | relevance | path

Searched refs:s1 (Results 201 – 216 of 216) sorted by last modified time

123456789

/plugin/amcharts/assets/amcharts/plugins/export/libs/jszip/
H A Djszip.js3829 var s1 = (adler & 0xffff) |0
3841 s1 = (s1 + buf[pos++]) |0;
3842 s2 = (s2 + s1) |0;
3845 s1 %= 65521;
3849 return (s1 | (s2 << 16)) |0;
/plugin/scrape/HTMLPurifier/Filter/
H A DExtractStyleBlocks.php
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/since/
H A Dsince.php80 $s1 = ($s == '-') ? 'in&nbsp;' : '';
83 .$s1.$interval->format('%yy %mm %dd').$s2
/plugin/advrack/
H A Draphael.js2282 s1 = math.sin(f1),
2289 m2 = [x1 + hx * s1, y1 - hy * c1],
/plugin/jcapture/lib/
H A Dcommons-codec-1.3.jar ... .Object, java.lang.Object) Comparable s1 Comparable s2 org.apache.commons.codec. ...
/plugin/fedauth/Auth/OpenID/
H A DCryptUtil.php108 static function constEq($s1, $s2) argument
110 if (strlen($s1) != strlen($s2)) {
115 $length = strlen($s1);
117 $result &= ($s1[$i] == $s2[$i]);
/plugin/jdraw/lib/
H A Dcommons-codec-1.3.jar ... .Object, java.lang.Object) Comparable s1 Comparable s2 org.apache.commons.codec. ...
/plugin/bugzillaxmlrpc/
H A Dsyntax.php213 $s1 = '<s>';
216 $s1 = '';
223 $this->getLang('bug').' #' .$id. '</a>'.$s1.'<i> '.
/plugin/jmol2/jmol/
H A DCHANGES.txt4556 # isosurface s1 molecular map mep
4557 # color $s1 "bwr"
4558 # color $s1 "rwb" range -0.2 0.2
5091 # isosurface s1 functionXY "xyData" {-2 -2 -2} {21 0.1 0 0} {21 0 0.1 0} {21 0 0 0.1}
H A DJmolApplet.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
H A DJmolApplet0_ShapeSpecial.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jmol/ org/ ...
H A DJmolAppletSigned0_ShapeSpecial.jarMETA-INF/MANIFEST.MF META-INF/SELFSIGN.SF META-INF/SELFSIGN ...
/plugin/asciimath/
H A Dasciimathml148r.js317 function compareNames(s1,s2) { argument
318 if (s1.input > s2.input) return 1
/plugin/virtualkeyboard/vk/
H A Dvirtualkeyboard.js380 var s1 = document.getElementById(idPrefix+a1+'_left')
384s1.className = s2.className = s1.className.replace (new RegExp("\\s*\\b"+cssClasses['buttonDown']+…
387 s1.className = s2.className = s1.className+" "+cssClasses['buttonDown'];
810 var s1 = document.getElementById(idPrefix+'shift_left'),
812 s1.className = s2.className = cn;
840 var s1 = document.getElementById(idPrefix+'shift_left'),
842 s1.className = s2.className = el.className;

123456789