/plugin/openid/Auth/OpenID/ |
H A D | BigMath.php | 47 $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 D | Server.php | 561 if ($lib->cmp($dh_modulus, 0) == 0 || 562 $lib->cmp($dh_gen, 0) == 0) {
|
/plugin/fedauth/Auth/OpenID/ |
H A D | BigMath.php | 47 $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 D | Server.php | 497 if ($lib->cmp($dh_modulus, 0) == 0 || 498 $lib->cmp($dh_gen, 0) == 0) {
|
/plugin/ckgedit/fckeditor/editor/filemanager/connectors/php/ |
H A D | input_utils.php | 15 function input_strval($which, $cmp="") { argument 19 if($cmp) return $cmp == $val;
|
/plugin/ckgdoku/fckeditor/editor/filemanager/connectors/php/ |
H A D | input_utils.php | 15 function input_strval($which, $cmp="") { argument 19 if($cmp) return $cmp == $val;
|
/plugin/dokugitviewer/ |
H A D | syntax.php | 83 $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 D | Factory.php | 127 $cmp = strcmp($from->getComparableString(), $to->getComparableString()); 128 if ($cmp === 0) { 131 if ($cmp > 0) {
|
/plugin/ipban/ip-lib/src/Range/ |
H A D | Subnet.php | 194 $cmp = $address->getComparableString(); 196 if ($cmp >= $from) { 198 if ($cmp <= $to) {
|
H A D | Pattern.php | 216 $cmp = $address->getComparableString(); 218 if ($cmp >= $from) { 220 if ($cmp <= $to) {
|
/plugin/html2pdf/html2pdf/html2ps/ |
H A D | pdf.fpdf.makefont.php | 493 $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 D | makefont.php | 389 $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 D | script.js | 137 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 D | action.php | 93 function get_array($conf,$cmp, &$tmp=false) { argument 100 foreach($cmp as $name=>$val) {
|
/plugin/codemirror/dist/modes/ |
H A D | wast.min.js.map | 1 …|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 D | perl.min.js | 1 …: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 D | admin.php | 81 function cmp ( $a, $b ) {
88 uasort ( $changes, 'cmp' );
85 function cmp ( $a, $b ) { global() function
|
/plugin/pagequery/ |
H A D | PageQuery.php | 636 $cmp = 0; 676 $cmp = $key_cmp * (($sort_opts['dir'][$idx] === $self::MSORT_DESC) ? -1 : 1); 681 return $cmp;
|
/plugin/querychangelog/ |
H A D | admin.php | 350 function cmp($a,$b) { function
|
/plugin/quiz/ |
H A D | class_quiz.php | 516 function cmp($a, $b) { function in quiz
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
H A D | 46.46.js.map | 1 …y',\n 'callable',\n 'chr',\n 'classmethod',\n 'cmp',\n 'coerce'…
|
H A D | 39.39.js.map | 1 … 'and',\n 'foreach',\n 'or',\n 'unless',\n 'cmp',\n 'ge',\n …
|
/plugin/xlsx2dw/packages/exceljs/ |
H A D | exceljs.js | 30354 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 D | scripts.min.js.map | 1 …cmp","equalCursorPos","copyPos","x","maxPos","minPos","clipLine","clipPos","last","clipToLen","lin…
|
/plugin/diagramsnet/lib/js/orgchart/ |
H A D | bridge.min.js | 8 …cmp=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…
|