Home
last modified time | relevance | path

Searched refs:cmp (Results 26 – 38 of 38) sorted by last modified time

12

/plugin/yuriigantt/3rd/dhtmlxgantt/sources/
H A Ddhtmlxgantt.js15492 obj.cmp = "grid";
15522 obj.cmp = "grid";
/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/ckgdoku/fckeditor/editor/filemanager/connectors/php/
H A Dinput_utils.php15 function input_strval($which, $cmp="") { argument
19 if($cmp) return $cmp == $val;
/plugin/toolbuttondel/
H A Daction.php93 function get_array($conf,$cmp, &$tmp=false) { argument
100 foreach($cmp as $name=>$val) {
/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/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/quiz/
H A Dclass_quiz.php516 function cmp($a, $b) { function in quiz
/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/querychangelog/
H A Dadmin.php350 function cmp($a,$b) { function

12