Home
last modified time | relevance | path

Searched refs:isAcceptable (Results 1 – 25 of 466) sorted by relevance

12345678910>>...19

/dports/science/cdk/cdk-cdk-2.3/base/core/src/main/java/org/openscience/cdk/atomtype/
H A DCDKAtomTypeMatcher.java754 if (isAcceptable(atom, atomContainer, type1)) { in perceiveMolybdenum()
1493 if (isAcceptable(atom, atomContainer, type)) { in perceiveArsenic()
1511 if (isAcceptable(atom, atomContainer, type)) { in perceiveArsenic()
1516 if (isAcceptable(atom, atomContainer, type)) { in perceiveArsenic()
1521 if (isAcceptable(atom, atomContainer, type)) { in perceiveArsenic()
1545 if (isAcceptable(atom, atomContainer, type)) { in perceiveRubidium()
1550 if (isAcceptable(atom, atomContainer, type)) { in perceiveRubidium()
1598 if (isAcceptable(atom, atomContainer, type)) { in perceiveCopper()
1628 if (isAcceptable(atom, atomContainer, type)) { in perceiveBarium()
1647 if (isAcceptable(atom, atomContainer, type)) { in perceiveAluminium()
[all …]
/dports/devel/universal-ctags/ctags-p5.9.20211128.0/Units/parser-typescript.r/ts-namespaces-white.d/
H A Dexpected.tags3 isAcceptable input.ts /^ isAcceptable(s: string): boolean$/;" m interface:Validation.StringV…
7 isAcceptable input.ts /^ isAcceptable(s: string) {$/;" m class:Validation.LettersOnlyValidat…
8 s input.ts /^ isAcceptable(s: string) {$/;" z method:Validation.LettersOnlyValidator.isAccep…
10 isAcceptable input.ts /^ isAcceptable(s: string) {$/;" m class:Validation.ZipCodeValidator
11 s input.ts /^ isAcceptable(s: string) {$/;" z method:Validation.ZipCodeValidator.isAcceptable
H A Dinput.ts3 isAcceptable(s: string): boolean method
10 isAcceptable(s: string) { method in Validation.LettersOnlyValidator
16 isAcceptable(s: string) { method in Validation.ZipCodeValidator
33 …console.log(`"${ s }" - ${ validators[name].isAcceptable(s) ? "matches" : "does not match" } ${ na…
/dports/devel/universal-ctags/ctags-p5.9.20211128.0/Units/parser-typescript.r/ts-namespaces.d/
H A Dexpected.tags3 isAcceptable input.ts /^ isAcceptable(s: string): boolean;$/;" m interface:Validation.String…
7 isAcceptable input.ts /^ isAcceptable(s: string) {$/;" m class:Validation.LettersOnlyValidat…
8 s input.ts /^ isAcceptable(s: string) {$/;" z method:Validation.LettersOnlyValidator.isAccep…
10 isAcceptable input.ts /^ isAcceptable(s: string) {$/;" m class:Validation.ZipCodeValidator
11 s input.ts /^ isAcceptable(s: string) {$/;" z method:Validation.ZipCodeValidator.isAcceptable
H A Dinput.ts3 isAcceptable(s: string): boolean; method
10 isAcceptable(s: string) { method in Validation.LettersOnlyValidator
16 isAcceptable(s: string) { method in Validation.ZipCodeValidator
33 …console.log(`"${ s }" - ${ validators[name].isAcceptable(s) ? "matches" : "does not match" } ${ na…
/dports/devel/smc/smc_4_3_0/examples/C/EX2/
H A DAppClass.c41 this->isAcceptable = 0; in AppClass_Init()
51 this->isAcceptable = 1; in AppClass_Acceptable()
56 this->isAcceptable = 0; in AppClass_Unacceptable()
83 return this->isAcceptable; in AppClass_CheckString()
/dports/devel/smc/smc_4_3_0/examples/C/EX1/
H A DAppClass.c41 this->isAcceptable = 0; in AppClass_Init()
51 this->isAcceptable = 1; in AppClass_Acceptable()
56 this->isAcceptable = 0; in AppClass_Unacceptable()
83 return this->isAcceptable; in AppClass_CheckString()
/dports/devel/smc/smc_4_3_0/examples/C/EX3/
H A DAppClass.c43 this->isAcceptable = 0; in AppClass_Init()
54 this->isAcceptable = 1; in AppClass_Acceptable()
59 this->isAcceptable = 0; in AppClass_Unacceptable()
91 return this->isAcceptable; in AppClass_CheckString()
/dports/devel/smc/smc_4_3_0/examples/C++/EX1/
H A DAppClass.h50 bool isAcceptable; variable
65 { isAcceptable = true; }; in Acceptable()
68 { isAcceptable = false; }; in Unacceptable()
/dports/devel/smc/smc_4_3_0/examples/C++/EX2/
H A DAppClass.h50 bool isAcceptable; variable
65 { isAcceptable = true; }; in Acceptable()
68 { isAcceptable = false; }; in Unacceptable()
/dports/devel/smc/smc_4_3_0/examples/C++/EX3/
H A DAppClass.h50 bool isAcceptable; variable
65 { isAcceptable = true; }; in Acceptable()
68 { isAcceptable = false; }; in Unacceptable()
/dports/textproc/R-cran-stringi/stringi/src/icu55/common/
H A Dudata.cpp908 UDataMemoryIsAcceptable *isAcceptable, /* App's call-back function */ in checkDataItem() argument
926 (isAcceptable==NULL || isAcceptable(context, type, name, &pHeader->info)) in checkDataItem()
949 UDataMemoryIsAcceptable *isAcceptable, void *context, in doLoadFromIndividualFiles() argument
1007 UDataMemoryIsAcceptable *isAcceptable, void *context, in doLoadFromCommonData() argument
1112 UDataMemoryIsAcceptable *isAcceptable, void *context, in doOpenChoice() argument
1269 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode); in doOpenChoice()
1284 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode); in doOpenChoice()
1299 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode); in doOpenChoice()
1359 UDataMemoryIsAcceptable *isAcceptable, void *context, in udata_openChoice() argument
1367 } else if(name==NULL || *name==0 || isAcceptable==NULL) { in udata_openChoice()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/intl/icu/source/common/
H A Dudata.cpp922 UDataMemoryIsAcceptable *isAcceptable, /* App's call-back function */ in checkDataItem() argument
940 (isAcceptable==NULL || isAcceptable(context, type, name, &pHeader->info)) in checkDataItem()
963 UDataMemoryIsAcceptable *isAcceptable, void *context, in doLoadFromIndividualFiles() argument
1021 UDataMemoryIsAcceptable *isAcceptable, void *context, in doLoadFromCommonData() argument
1126 UDataMemoryIsAcceptable *isAcceptable, void *context, in doOpenChoice() argument
1283 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode); in doOpenChoice()
1298 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode); in doOpenChoice()
1313 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode); in doOpenChoice()
1373 UDataMemoryIsAcceptable *isAcceptable, void *context, in udata_openChoice() argument
1381 } else if(name==NULL || *name==0 || isAcceptable==NULL) { in udata_openChoice()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/intl/icu/source/common/
H A Dudata.cpp936 UDataMemoryIsAcceptable *isAcceptable, /* App's call-back function */ in checkDataItem() argument
954 (isAcceptable==NULL || isAcceptable(context, type, name, &pHeader->info)) in checkDataItem()
977 UDataMemoryIsAcceptable *isAcceptable, void *context, in doLoadFromIndividualFiles() argument
1035 UDataMemoryIsAcceptable *isAcceptable, void *context, in doLoadFromCommonData() argument
1140 UDataMemoryIsAcceptable *isAcceptable, void *context, in doOpenChoice() argument
1302 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode); in doOpenChoice()
1317 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode); in doOpenChoice()
1332 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode); in doOpenChoice()
1392 UDataMemoryIsAcceptable *isAcceptable, void *context, in udata_openChoice() argument
1400 } else if(name==NULL || *name==0 || isAcceptable==NULL) { in udata_openChoice()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/icu4c-57.1/source/common/
H A Dudata.cpp919 UDataMemoryIsAcceptable *isAcceptable, /* App's call-back function */ in checkDataItem() argument
937 (isAcceptable==NULL || isAcceptable(context, type, name, &pHeader->info)) in checkDataItem()
960 UDataMemoryIsAcceptable *isAcceptable, void *context, in doLoadFromIndividualFiles() argument
1018 UDataMemoryIsAcceptable *isAcceptable, void *context, in doLoadFromCommonData() argument
1123 UDataMemoryIsAcceptable *isAcceptable, void *context, in doOpenChoice() argument
1280 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode); in doOpenChoice()
1295 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode); in doOpenChoice()
1310 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode); in doOpenChoice()
1370 UDataMemoryIsAcceptable *isAcceptable, void *context, in udata_openChoice() argument
1378 } else if(name==NULL || *name==0 || isAcceptable==NULL) { in udata_openChoice()
[all …]
/dports/devel/icu/icu/source/common/
H A Dudata.cpp951 UDataMemoryIsAcceptable *isAcceptable, /* App's call-back function */ in checkDataItem() argument
969 (isAcceptable==NULL || isAcceptable(context, type, name, &pHeader->info)) in checkDataItem()
992 UDataMemoryIsAcceptable *isAcceptable, void *context, in doLoadFromIndividualFiles() argument
1050 UDataMemoryIsAcceptable *isAcceptable, void *context, in doLoadFromCommonData() argument
1160 UDataMemoryIsAcceptable *isAcceptable, void *context, in doOpenChoice() argument
1326 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode); in doOpenChoice()
1341 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode); in doOpenChoice()
1356 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode); in doOpenChoice()
1416 UDataMemoryIsAcceptable *isAcceptable, void *context, in udata_openChoice() argument
1424 } else if(name==NULL || *name==0 || isAcceptable==NULL) { in udata_openChoice()
[all …]
/dports/devel/icu-lx/icu/source/common/
H A Dudata.cpp951 UDataMemoryIsAcceptable *isAcceptable, /* App's call-back function */ in checkDataItem() argument
969 (isAcceptable==NULL || isAcceptable(context, type, name, &pHeader->info)) in checkDataItem()
992 UDataMemoryIsAcceptable *isAcceptable, void *context, in doLoadFromIndividualFiles() argument
1050 UDataMemoryIsAcceptable *isAcceptable, void *context, in doLoadFromCommonData() argument
1160 UDataMemoryIsAcceptable *isAcceptable, void *context, in doOpenChoice() argument
1326 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode); in doOpenChoice()
1341 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode); in doOpenChoice()
1356 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode); in doOpenChoice()
1416 UDataMemoryIsAcceptable *isAcceptable, void *context, in udata_openChoice() argument
1424 } else if(name==NULL || *name==0 || isAcceptable==NULL) { in udata_openChoice()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/icu/source/common/
H A Dudata.cpp951 UDataMemoryIsAcceptable *isAcceptable, /* App's call-back function */ in checkDataItem() argument
969 (isAcceptable==NULL || isAcceptable(context, type, name, &pHeader->info)) in checkDataItem()
992 UDataMemoryIsAcceptable *isAcceptable, void *context, in doLoadFromIndividualFiles() argument
1050 UDataMemoryIsAcceptable *isAcceptable, void *context, in doLoadFromCommonData() argument
1160 UDataMemoryIsAcceptable *isAcceptable, void *context, in doOpenChoice() argument
1326 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode); in doOpenChoice()
1341 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode); in doOpenChoice()
1356 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode); in doOpenChoice()
1416 UDataMemoryIsAcceptable *isAcceptable, void *context, in udata_openChoice() argument
1424 } else if(name==NULL || *name==0 || isAcceptable==NULL) { in udata_openChoice()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/intl/icu/source/common/
H A Dudata.cpp951 UDataMemoryIsAcceptable *isAcceptable, /* App's call-back function */ in checkDataItem() argument
969 (isAcceptable==NULL || isAcceptable(context, type, name, &pHeader->info)) in checkDataItem()
992 UDataMemoryIsAcceptable *isAcceptable, void *context, in doLoadFromIndividualFiles() argument
1050 UDataMemoryIsAcceptable *isAcceptable, void *context, in doLoadFromCommonData() argument
1160 UDataMemoryIsAcceptable *isAcceptable, void *context, in doOpenChoice() argument
1326 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode); in doOpenChoice()
1341 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode); in doOpenChoice()
1356 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode); in doOpenChoice()
1416 UDataMemoryIsAcceptable *isAcceptable, void *context, in udata_openChoice() argument
1424 } else if(name==NULL || *name==0 || isAcceptable==NULL) { in udata_openChoice()
[all …]
/dports/lang/v8/v8-9.6.180.12/third_party/icu/source/common/
H A Dudata.cpp951 UDataMemoryIsAcceptable *isAcceptable, /* App's call-back function */ in checkDataItem() argument
969 (isAcceptable==NULL || isAcceptable(context, type, name, &pHeader->info)) in checkDataItem()
992 UDataMemoryIsAcceptable *isAcceptable, void *context, in doLoadFromIndividualFiles() argument
1050 UDataMemoryIsAcceptable *isAcceptable, void *context, in doLoadFromCommonData() argument
1160 UDataMemoryIsAcceptable *isAcceptable, void *context, in doOpenChoice() argument
1326 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode); in doOpenChoice()
1341 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode); in doOpenChoice()
1356 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode); in doOpenChoice()
1416 UDataMemoryIsAcceptable *isAcceptable, void *context, in udata_openChoice() argument
1424 } else if(name==NULL || *name==0 || isAcceptable==NULL) { in udata_openChoice()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/intl/icu/source/common/
H A Dudata.cpp951 UDataMemoryIsAcceptable *isAcceptable, /* App's call-back function */ in checkDataItem() argument
969 (isAcceptable==NULL || isAcceptable(context, type, name, &pHeader->info)) in checkDataItem()
992 UDataMemoryIsAcceptable *isAcceptable, void *context, in doLoadFromIndividualFiles() argument
1050 UDataMemoryIsAcceptable *isAcceptable, void *context, in doLoadFromCommonData() argument
1160 UDataMemoryIsAcceptable *isAcceptable, void *context, in doOpenChoice() argument
1326 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode); in doOpenChoice()
1341 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode); in doOpenChoice()
1356 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode); in doOpenChoice()
1416 UDataMemoryIsAcceptable *isAcceptable, void *context, in udata_openChoice() argument
1424 } else if(name==NULL || *name==0 || isAcceptable==NULL) { in udata_openChoice()
[all …]
/dports/textproc/R-cran-stringi/stringi/src/icu69/common/
H A Dudata.cpp951 UDataMemoryIsAcceptable *isAcceptable, /* App's call-back function */ in checkDataItem() argument
969 (isAcceptable==NULL || isAcceptable(context, type, name, &pHeader->info)) in checkDataItem()
992 UDataMemoryIsAcceptable *isAcceptable, void *context, in doLoadFromIndividualFiles() argument
1050 UDataMemoryIsAcceptable *isAcceptable, void *context, in doLoadFromCommonData() argument
1160 UDataMemoryIsAcceptable *isAcceptable, void *context, in doOpenChoice() argument
1326 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode); in doOpenChoice()
1341 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode); in doOpenChoice()
1356 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode); in doOpenChoice()
1416 UDataMemoryIsAcceptable *isAcceptable, void *context, in udata_openChoice() argument
1424 } else if(name==NULL || *name==0 || isAcceptable==NULL) { in udata_openChoice()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/icu/source/common/
H A Dudata.cpp951 UDataMemoryIsAcceptable *isAcceptable, /* App's call-back function */ in checkDataItem() argument
969 (isAcceptable==NULL || isAcceptable(context, type, name, &pHeader->info)) in checkDataItem()
992 UDataMemoryIsAcceptable *isAcceptable, void *context, in doLoadFromIndividualFiles() argument
1050 UDataMemoryIsAcceptable *isAcceptable, void *context, in doLoadFromCommonData() argument
1160 UDataMemoryIsAcceptable *isAcceptable, void *context, in doOpenChoice() argument
1326 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode); in doOpenChoice()
1341 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode); in doOpenChoice()
1356 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode); in doOpenChoice()
1416 UDataMemoryIsAcceptable *isAcceptable, void *context, in udata_openChoice() argument
1424 } else if(name==NULL || *name==0 || isAcceptable==NULL) { in udata_openChoice()
[all …]
/dports/www/firefox/firefox-99.0/intl/icu/source/common/
H A Dudata.cpp951 UDataMemoryIsAcceptable *isAcceptable, /* App's call-back function */ in checkDataItem() argument
969 (isAcceptable==NULL || isAcceptable(context, type, name, &pHeader->info)) in checkDataItem()
992 UDataMemoryIsAcceptable *isAcceptable, void *context, in doLoadFromIndividualFiles() argument
1050 UDataMemoryIsAcceptable *isAcceptable, void *context, in doLoadFromCommonData() argument
1160 UDataMemoryIsAcceptable *isAcceptable, void *context, in doOpenChoice() argument
1326 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode); in doOpenChoice()
1341 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode); in doOpenChoice()
1356 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode); in doOpenChoice()
1416 UDataMemoryIsAcceptable *isAcceptable, void *context, in udata_openChoice() argument
1424 } else if(name==NULL || *name==0 || isAcceptable==NULL) { in udata_openChoice()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/intl/icu/source/common/
H A Dudata.cpp951 UDataMemoryIsAcceptable *isAcceptable, /* App's call-back function */ in checkDataItem() argument
969 (isAcceptable==NULL || isAcceptable(context, type, name, &pHeader->info)) in checkDataItem()
992 UDataMemoryIsAcceptable *isAcceptable, void *context, in doLoadFromIndividualFiles() argument
1050 UDataMemoryIsAcceptable *isAcceptable, void *context, in doLoadFromCommonData() argument
1160 UDataMemoryIsAcceptable *isAcceptable, void *context, in doOpenChoice() argument
1326 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode); in doOpenChoice()
1341 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode); in doOpenChoice()
1356 path, type, name, isAcceptable, context, &subErrorCode, pErrorCode); in doOpenChoice()
1416 UDataMemoryIsAcceptable *isAcceptable, void *context, in udata_openChoice() argument
1424 } else if(name==NULL || *name==0 || isAcceptable==NULL) { in udata_openChoice()
[all …]

12345678910>>...19