Home
last modified time | relevance | path

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

12

/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
H A DServer.php561 if ($lib->cmp($dh_modulus, 0) == 0 ||
562 $lib->cmp($dh_gen, 0) == 0) {
/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/ckgedit/fckeditor/editor/filemanager/connectors/php/
H A Dinput_utils.php15 function input_strval($which, $cmp="") { argument
19 if($cmp) return $cmp == $val;
/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/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/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 DSubnet.php194 $cmp = $address->getComparableString();
196 if ($cmp >= $from) {
198 if ($cmp <= $to) {
H A DPattern.php216 $cmp = $address->getComparableString();
218 if ($cmp >= $from) {
220 if ($cmp <= $to) {
/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/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/strata/
H A Dscript.js137 var cmp = (sortType[i] == 'r' ? natcmp_rtl : natcmp);
142 var c = cmp(values1[j], values2[j]);
167 var cmp = (sortType == 'r' ? natcmp_rtl : natcmp);
168 var select = createFilterSelect(containerElement, filterId, fieldSelector, caption, cmp);
193 var createFilterSelect = function(element, filterId, fieldSelector, caption, cmp) { argument
209 values.sort(cmp);
/plugin/toolbuttondel/
H A Daction.php93 function get_array($conf,$cmp, &$tmp=false) { argument
100 foreach($cmp as $name=>$val) {
/plugin/codemirror/dist/modes/
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…
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
/plugin/userhistory/
H A Dadmin.php85 function cmp ( $a, $b ) { function
/plugin/pagequery/
H A DPageQuery.php636 $cmp = 0;
676 $cmp = $key_cmp * (($sort_opts['dir'][$idx] === $self::MSORT_DESC) ? -1 : 1);
681 return $cmp;
/plugin/querychangelog/
H A Dadmin.php350 function cmp($a,$b) { function
/plugin/quiz/
H A Dclass_quiz.php516 function cmp($a, $b) { function in quiz
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D46.46.js.map1 …y',\n 'callable',\n 'chr',\n 'classmethod',\n 'cmp',\n 'coerce'…
H A D39.39.js.map1 … 'and',\n 'foreach',\n 'or',\n 'unless',\n 'cmp',\n 'ge',\n …
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js30354 var cmp = this.cmp(num); // Optimization - zeroify
30366 if (cmp > 0) {
31877 var cmp = mod.cmp(half); // Round down
32195 BN.prototype.cmp = function cmp(num) {
34038 var cmp = this.cmp(num); // Optimization - zeroify
34050 if (cmp > 0) {
35566 var cmp = mod.cmp(half); // Round down
35897 BN.prototype.cmp = function cmp(num) {
45365 if (rem.cmp(THREE) && rem.cmp(SEVEN)) {
61626 if (x.cmp(rone) === 0 || x.cmp(rn1) === 0) continue;
[all …]
/plugin/codemirror/dist/
H A Dscripts.min.js.map1cmp","equalCursorPos","copyPos","x","maxPos","minPos","clipLine","clipPos","last","clipToLen","lin…
/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…

12