Home
last modified time | relevance | path

Searched refs:intCheck (Results 1 – 21 of 21) sorted by relevance

/dports/net-mgmt/nagiosql/nagiosql-365d4e0b5edc623b12ea96e8002e8ac66aad6aac/functions/
H A DNagDataClass.php1295 return $intCheck;
1327 return $intCheck;
1374 return $intCheck;
1407 return $intCheck;
1440 return $intCheck;
1464 $intCheck++;
1468 return $intCheck;
1492 $intCheck++;
1496 return $intCheck;
1519 $intCheck++;
[all …]
H A DNagImportClass.php1086 $intCheck = 0;
1107 $intCheck = 1;
1109 return $intCheck;
1120 $intCheck = 0;
1127 $intCheck = 1;
1129 return $intCheck;
1140 $intCheck = 0;
1147 $intCheck = 1;
1149 return $intCheck;
1161 $intCheck = 0;
[all …]
H A DNagVisualClass.php269 $intCheck = 0;
284 $intCheck = 0;
285 } elseif ($intCheck == 0) {
287 $intCheck = 1;
/dports/net-mgmt/nagiosql/nagiosql-365d4e0b5edc623b12ea96e8002e8ac66aad6aac/admin/
H A Dsupport.php309 $intCheck = 0; variable
311 $intCheck = 1; variable
318 if ($intCheck == 0) {
321 $intCheck = 0; variable
327 $intCheck = 2; variable
334 if ($intCheck == 0) {
528 $intCheck = 1; variable
538 $intCheck = 0; variable
542 $intCheck = 1; variable
548 $intCheck = 0; variable
[all …]
H A Dvariabledefinitions.php74 $intCheck = 0; variable
79 $intCheck = 1; variable
82 if ($intCheck == 0) {
H A Dtimedefinitions.php70 $intCheck = 0; variable
75 $intCheck = 1; variable
78 if ($intCheck == 0) {
H A Dgroupusers.php101 $intCheck = 0; variable
106 $intCheck = 1; variable
109 if ($intCheck == 0) {
H A Dtemplatedefinitions.php120 $intCheck = 0; variable
124 $intCheck = 1; variable
127 if ($intCheck == 0) {
H A Dconfigtargets.php78 $intCheck = 0; variable
84 $intCheck = 1; variable
89 if ($intCheck == 0) {
H A Ddelbackup.php50 $intCheck = $myConfigClass->removeFile(trim($elem), $intConfigId); variable
54 if ($intCheck == 0) {
H A Ddelconfig.php50 $intCheck = $myConfigClass->removeFile(trim($elem), $intConfigId); variable
54 if ($intCheck == 0) {
/dports/math/p5-Math-Algebra-Symbols/Math-Algebra-Symbols-1.27/lib/Math/Algebra/Symbols/
H A DTerm.pm197 sub intCheck($$) subroutine
217 $t->{c} = ($_[1] == 1 ? $_[1] : intCheck($_[1], 'c'));
233 $t->{d} = ($_[1] == 1 ? $_[1] : intCheck($_[1], 'd'));
247 my $m = ($_[1] ? $_[1] : intCheck($_[1], 'times'));
270 my $d = ($_[1] == 1 ? $_[1] : intCheck($_[1], 'divide'));
383 my $i = ($_[1] == 1 ? $_[1] : intCheck($_[1], 'i'));
516 my $p = ($_[2] == 1 ? $_[2] : intCheck($_[2], 'vp'));
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/src/proof/int/
H A Dmodule.make1 SRC += src/proof/int/intCheck.c \
/dports/devel/pyside2-tools/pyside-setup-opensource-src-5.15.2/sources/shiboken2/libshiboken/
H A Dsbkarrayconverter.cpp105 static inline bool intCheck(PyObject *pyIn) in intCheck() function
138 return PySequence_Check(pyIn) && sequenceAllOf(pyIn, intCheck) in intArrayCheck()
/dports/devel/pyside2/pyside-setup-opensource-src-5.15.2/sources/shiboken2/libshiboken/
H A Dsbkarrayconverter.cpp105 static inline bool intCheck(PyObject *pyIn) in intCheck() function
138 return PySequence_Check(pyIn) && sequenceAllOf(pyIn, intCheck) in intArrayCheck()
/dports/devel/shiboken2/pyside-setup-opensource-src-5.15.2/sources/shiboken2/libshiboken/
H A Dsbkarrayconverter.cpp105 static inline bool intCheck(PyObject *pyIn) in intCheck() function
138 return PySequence_Check(pyIn) && sequenceAllOf(pyIn, intCheck) in intArrayCheck()
/dports/www/ilias/ILIAS-5.4.25/Modules/Chatroom/chat/node_modules/bignumber.js/
H A Dbignumber.mjs441 intCheck(v, 0, 8, p);
511 intCheck(v, 0, 9, p);
627 else intCheck(dp, 0, MAX);
1170 else intCheck(rm, 0, 8);
1536 intCheck(dp, 0, MAX);
1538 else intCheck(rm, 0, 8);
1729 else intCheck(rm, 0, 8);
2235 intCheck(sd, 1, MAX);
2237 else intCheck(rm, 0, 8);
2397 intCheck(dp, 0, MAX);
[all …]
H A Dbignumber.js.map1 …umeric","charCodeAt","indexOf","replace","search","substring","length","intCheck","ALPHABET","roun…
/dports/www/ilias6/ILIAS-6.14/Modules/Chatroom/chat/node_modules/bignumber.js/
H A Dbignumber.mjs446 intCheck(v, 0, 8, p);
516 intCheck(v, 0, 9, p);
679 else intCheck(dp, 0, MAX);
1235 else intCheck(rm, 0, 8);
1616 intCheck(dp, 0, MAX);
1618 else intCheck(rm, 0, 8);
1814 else intCheck(rm, 0, 8);
2320 intCheck(sd, 1, MAX);
2322 else intCheck(rm, 0, 8);
2481 intCheck(dp, 0, MAX);
[all …]
H A Dbignumber.min.js.map1 …","charCodeAt","slice","compare","x","y","b","xc","c","yc","k","e","l","intCheck","min","max","nam…
/dports/cad/abc/abc-a4518e6f833885c905964f1233d11e5b941ec24c/
H A Dabclib.dsp5638 SOURCE=.\src\proof\int\intCheck.c