Home
last modified time | relevance | path

Searched refs:result_empty (Results 1 – 11 of 11) sorted by relevance

/dports/ftp/net2ftp/net2ftp_v1.3/files_to_upload/includes/
H A Dlogging.inc.php559 $result_empty[$i] = mysqli_query($net2ftp_globals["mysqli_link"], "$sqlquery_empty");
564 if ($result_empty[$i] == true) {
/dports/graphics/R-cran-s2/s2/src/s2/
H A Ds2boolean_operation.h454 S2BooleanOperation(OpType op_type, bool* result_empty,
H A Ds2boolean_operation.cc2356 S2BooleanOperation::S2BooleanOperation(OpType op_type, bool* result_empty, in S2BooleanOperation() argument
2359 result_empty_(result_empty) { in S2BooleanOperation()
2386 bool result_empty; in IsEmpty() local
2387 S2BooleanOperation op(op_type, &result_empty, options); in IsEmpty()
2391 return result_empty; in IsEmpty()
/dports/graphics/s2/s2geometry-0.9.0/src/s2/
H A Ds2boolean_operation.h454 S2BooleanOperation(OpType op_type, bool* result_empty,
H A Ds2boolean_operation.cc2355 S2BooleanOperation::S2BooleanOperation(OpType op_type, bool* result_empty, in S2BooleanOperation() argument
2358 result_empty_(result_empty) { in S2BooleanOperation()
2385 bool result_empty; in IsEmpty() local
2386 S2BooleanOperation op(op_type, &result_empty, options); in IsEmpty()
2390 return result_empty; in IsEmpty()
/dports/graphics/py-s2/s2geometry-0.9.0/src/s2/
H A Ds2boolean_operation.h454 S2BooleanOperation(OpType op_type, bool* result_empty,
H A Ds2boolean_operation.cc2355 S2BooleanOperation::S2BooleanOperation(OpType op_type, bool* result_empty, in S2BooleanOperation() argument
2358 result_empty_(result_empty) { in S2BooleanOperation()
2385 bool result_empty; in IsEmpty() local
2386 S2BooleanOperation op(op_type, &result_empty, options); in IsEmpty()
2390 return result_empty; in IsEmpty()
/dports/games/pioneer/pioneer-20210723/scripts/
H A DShipPlanner015.py53 result_empty = "<0.0001"
55 result_empty = acc_empty
57 result = [result_full, result_empty]
/dports/editors/vim/vim-8.2.3745/src/
H A Dscreen.c3655 int result_empty; in screen_ins_lines() local
3704 result_empty = (row + line_count >= end); in screen_ins_lines()
3707 else if (can_clear(T_CD) && result_empty) in screen_ins_lines()
3711 else if (*T_CDL != NUL && result_empty && (line_count > 1 || !can_ce)) in screen_ins_lines()
3715 else if (can_ce && result_empty) in screen_ins_lines()
3717 else if (*T_DL != NUL && result_empty) in screen_ins_lines()
3886 int result_empty; // result is empty until end of region in screen_del_lines() local
3910 result_empty = row + line_count >= end; in screen_del_lines()
3932 else if (can_clear(T_CD) && result_empty) in screen_del_lines()
3944 else if (can_clear(T_CE) && result_empty in screen_del_lines()
/dports/devel/icu/icu/source/test/intltest/
H A Dloctest.cpp5741 std::string result_empty = loc_empty.toLanguageTag<std::string>(status); in TestToLanguageTag() local
5743 assertEquals(loc_empty.getName(), tag_und, result_empty.c_str()); in TestToLanguageTag()
/dports/devel/icu-lx/icu/source/test/intltest/
H A Dloctest.cpp5741 std::string result_empty = loc_empty.toLanguageTag<std::string>(status); in TestToLanguageTag() local
5743 assertEquals(loc_empty.getName(), tag_und, result_empty.c_str()); in TestToLanguageTag()