Home
last modified time | relevance | path

Searched refs:cmp (Results 1 – 25 of 38) sorted by path

12

/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dinput_utils.php15 function input_strval($which, $cmp="") { argument
19 if($cmp) return $cmp == $val;
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dinput_utils.php15 function input_strval($which, $cmp="") { argument
19 if($cmp) return $cmp == $val;
/plugin/codemirror/dist/modes/
H A Dperl.min.js1 …:4,">":4,"<=":4,">=":4,lt:4,gt:4,le:4,ge:4,"==":4,"!=":4,"<=>":4,eq:4,ne:4,cmp:4,"~~":4,"&":4,"|":… property in AnonymousFunction3829359c0200.a
H A Dperl.min.js.map1cmp","~~","&","|","^","&&","||","//","..","...","?",":","=","+=","-=","*=",",","=>","::","not","an…
H A Dpython.min.js.map1 … myBuiltins = myBuiltins.concat([\"apply\", \"basestring\", \"buffer\", \"cmp\", \"coerce\", \"ex…
H A Dwast.min.js.map1 …|sub|x?or|(cmp)?xchg)_u)|i(32|64)\\.atomic\\.(load((8|16)_u)?|store(8|16)?|rmw(\\.(a[dn]d|sub|x?or…
/plugin/codemirror/dist/
H A Dscripts.min.js.map1cmp","equalCursorPos","copyPos","x","maxPos","minPos","clipLine","clipPos","last","clipToLen","lin…
/plugin/davcal/fullcalendar-3.10.5/
H A Dfullcalendar.js481 var cmp;
483 cmp = compareByFieldSpec(obj1, obj2, fieldSpecs[i], obj1fallback, obj2fallback);
484 if (cmp) {
485 return cmp;
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
/plugin/diagramsnet/lib/js/
H A Dorgchart.min.js8cmp=function(n){var r,h,f,e,o=this,i=o.d,u=(n=new o.constructor(n)).d,t=o.s,s=n.s;if(!i||!u)return…
/plugin/diagramsnet/lib/js/orgchart/
H A Dbridge.min.js8cmp=function(n){var r,h,f,e,o=this,i=o.d,u=(n=new o.constructor(n)).d,t=o.s,s=n.s;if(!i||!u)return…
/plugin/dirtylittlehelper/mermaid/editor/
H A Dbundle.js1cmp(t)}class d{constructor(){this.type=0}cmp(e){return this.type-e.type}equals(e){return e.type===…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D39.39.js.map1 … 'and',\n 'foreach',\n 'or',\n 'unless',\n 'cmp',\n 'ge',\n …
H A D46.46.js.map1 …y',\n 'callable',\n 'chr',\n 'classmethod',\n 'cmp',\n 'coerce'…
H A Dbundle.js1cmp(t)}class d{constructor(){this.type=0}cmp(e){return this.type-e.type}equals(e){return e.type===…
H A Dbundle.js.map1cmp(a) {\n const aCode = a.charCodeAt(0);\n const thisCode = this._value.charCodeAt(…
/plugin/dokugitviewer/
H A Dsyntax.php83 $cmp = '#'.$element;
84 $src = substr($message, $index, strlen($cmp));
85 if(strstr($src, $cmp))
87 $key = substr($message, $index+1, strlen($cmp)-1);
/plugin/fedauth/Auth/OpenID/
H A DBigMath.php47 $cmp = $this->cmp($long, 0);
48 if ($cmp < 0) {
54 if ($cmp == 0) {
60 while ($this->cmp($long, 0) > 0) {
175 } while ($this->cmp($n, $duplicate) < 0);
208 function cmp($x, $y) function in Auth_OpenID_BcMathWrapper
242 while($this->cmp($exponent, 0) > 0) {
294 function cmp($x, $y) function in Auth_OpenID_GmpMathWrapper
H A DServer.php497 if ($lib->cmp($dh_modulus, 0) == 0 ||
498 $lib->cmp($dh_gen, 0) == 0) {
/plugin/html2pdf/html2pdf/html2ps/fpdf/font/makefont/
H A Dmakefont.php389 $cmp=$basename.'.z';
390 SaveToFile($destdir.$cmp,gzcompress($file),'b');
391 $s.='$file=\''.$cmp."';\n";
392 echo 'Font file compressed ('.$cmp.')<BR>';
/plugin/html2pdf/html2pdf/html2ps/
H A Dpdf.fpdf.makefont.php493 $cmp = $basename.'.z';
494 SaveToFile($destdir.$cmp, gzcompress($file), 'b');
496 $s.='$file=\''.$cmp."';\n";
498 $cmp = $basename.'.ttf';
499 SaveToFile($destdir.$cmp, $file, 'b');
/plugin/ipban/ip-lib/src/
H A DFactory.php127 $cmp = strcmp($from->getComparableString(), $to->getComparableString());
128 if ($cmp === 0) {
131 if ($cmp > 0) {
/plugin/ipban/ip-lib/src/Range/
H A DPattern.php216 $cmp = $address->getComparableString();
218 if ($cmp >= $from) {
220 if ($cmp <= $to) {
H A DSubnet.php194 $cmp = $address->getComparableString();
196 if ($cmp >= $from) {
198 if ($cmp <= $to) {
/plugin/openid/Auth/OpenID/
H A DBigMath.php47 $cmp = $this->cmp($long, 0);
48 if ($cmp < 0) {
54 if ($cmp == 0) {
60 while ($this->cmp($long, 0) > 0) {
171 } while ($this->cmp($n, $duplicate) < 0);
188 abstract public function cmp($x, $y); function in Auth_OpenID_MathLibrary
253 function cmp($x, $y) function in Auth_OpenID_BcMathWrapper
291 while($this->cmp($exponent, 0) > 0) {
343 function cmp($x, $y) function in Auth_OpenID_GmpMathWrapper

12