Home
last modified time | relevance | path

Searched refs:has_start (Results 1 – 25 of 143) sorted by relevance

123456

/dports/devel/p5-Alzabo/Alzabo-0.92/lib/Alzabo/
H A DRuntime.pm74 my ($sql, $has_start, $conditions, $needed_op) = @_;
78 if ($has_start)
104 my $op = $x || $has_start ? 'and' : $needed_op;
121 my $op = $x || $has_start ? 'and' : $needed_op;
139 $sql->subgroup_end if $has_start;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/php/src/Google/Protobuf/Internal/DescriptorProto/
H A DReservedRange.php28 private $has_start = false; variable in Google\\Protobuf\\Internal\\DescriptorProto\\ReservedRange
76 $this->has_start = true;
83 return $this->has_start;
H A DExtensionRange.php24 private $has_start = false; variable in Google\\Protobuf\\Internal\\DescriptorProto\\ExtensionRange
78 $this->has_start = true;
85 return $this->has_start;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/php/src/Google/Protobuf/Internal/DescriptorProto/
H A DReservedRange.php28 private $has_start = false; variable in Google\\Protobuf\\Internal\\DescriptorProto\\ReservedRange
76 $this->has_start = true;
83 return $this->has_start;
H A DExtensionRange.php24 private $has_start = false; variable in Google\\Protobuf\\Internal\\DescriptorProto\\ExtensionRange
78 $this->has_start = true;
85 return $this->has_start;
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/protobuf/php/src/Google/Protobuf/Internal/EnumDescriptorProto/
H A DEnumReservedRange.php30 private $has_start = false; variable in Google\\Protobuf\\Internal\\EnumDescriptorProto\\EnumReservedRange
78 $this->has_start = true;
85 return $this->has_start;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/protobuf/php/src/Google/Protobuf/Internal/EnumDescriptorProto/
H A DEnumReservedRange.php30 private $has_start = false; variable in Google\\Protobuf\\Internal\\EnumDescriptorProto\\EnumReservedRange
78 $this->has_start = true;
85 return $this->has_start;
/dports/devel/py-rx1/Rx-1.6.1/rx/linq/observable/
H A Dslice.py35 has_start = start is not None
42 if has_start and start > 0:
45 if has_start and start < 0:
/dports/mail/mairix/mairix-0.24/
H A Ddates.c321 int scan_date_string(char *in, time_t *start, int *has_start, time_t *end, int *has_end)/*{{{*/ in scan_date_string() argument
329 *has_start = *has_end = 0; in scan_date_string()
348 *has_start = *has_end = 1; in scan_date_string()
363 *has_start = 1; in scan_date_string()
H A Dsearch.c461 *has_start = *has_end = 0; in parse_size_range()
470 *has_start = 1; in parse_size_range()
483 *has_start = 0; in parse_size_range()
493 int has_start, has_end, start_cond, end_cond; in find_size_matches_in_table() local
497 parse_size_range(size_expr, &has_start, &start, &has_end, &end); in find_size_matches_in_table()
498 if (has_start && has_end) { in find_size_matches_in_table()
508 start_cond = has_start ? (db->size_table[i] > start) : 1; in find_size_matches_in_table()
519 int has_start, has_end, start_cond, end_cond; in find_date_matches_in_table() local
523 status = scan_date_string(date_expr, &start, &has_start, &end, &has_end); in find_date_matches_in_table()
528 if (has_start && has_end) { in find_date_matches_in_table()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/harfbuzz/src/
H A Dhb-shape.cc166 bool has_start; in parse_feature_indices() local
174 has_start = parse_uint (pp, end, &feature->start); in parse_feature_indices()
179 if (has_start) in parse_feature_indices()
/dports/science/gchemutils/gnome-chemistry-utils-0.14.16/libs/gcp/
H A Dreaction.cc224 bool horiz, has_start; in OnSignal() local
229 has_start = false; in OnSignal()
244 has_start = true; in OnSignal()
290 } else if (!has_start) in OnSignal()
/dports/games/stuntrally/stuntrally-2.6.1/source/sound/
H A DSoundMgr.cpp170 ,has_start(false), has_stop(false) in SoundTemplate()
183 has_start = true; in setParameter()
226 if (tpl->has_start) in Sound()
/dports/biology/sra-tools/sra-tools-2.11.0/ncbi-vdb/libs/vxf/
H A Dsprintf.c784 bool has_start, has_len, has_end, end_is_stop; in parse_format_string() local
785 has_start = has_len = has_end = end_is_stop = false; in parse_format_string()
800 has_start = true; in parse_format_string()
813 has_start = true; in parse_format_string()
820 has_start = true; in parse_format_string()
884 if ( ! has_len && has_start ) in parse_format_string()
/dports/biology/ncbi-vdb/ncbi-vdb-2.11.0/libs/vxf/
H A Dsprintf.c784 bool has_start, has_len, has_end, end_is_stop; in parse_format_string() local
785 has_start = has_len = has_end = end_is_stop = false; in parse_format_string()
800 has_start = true; in parse_format_string()
813 has_start = true; in parse_format_string()
820 has_start = true; in parse_format_string()
884 if ( ! has_len && has_start ) in parse_format_string()
/dports/german/BBBike/BBBike-3.18/cgi/
H A Dwapbbbike.cgi821 my($has_start, $has_goal);
824 $has_start = 1;
826 $has_start = $routing->get_start_position;
835 if (!$has_start || !$has_goal) {
/dports/games/abstreet/abstreet-0.2.9-49-g74aca40c0/cargo-crates/rustybuzz-0.1.1/harfbuzz/src/
H A Dhb-common.cc688 bool has_start; in parse_feature_indices() local
696 has_start = parse_uint(pp, end, &feature->start); in parse_feature_indices()
701 if (has_start) in parse_feature_indices()
/dports/security/p5-openxpki-i18n/openxpki-3.16.1/core/server/OpenXPKI/Server/API2/Plugin/Users/
H A Dsearch_users.pm34 $sql_params->{offset} = $params->start if $params->has_start;
/dports/security/p5-openxpki/openxpki-3.16.1/core/server/OpenXPKI/Server/API2/Plugin/Users/
H A Dsearch_users.pm34 $sql_params->{offset} = $params->start if $params->has_start;
/dports/www/firefox-esr/firefox-91.8.0/gfx/harfbuzz/src/
H A Dhb-common.cc820 bool has_start; in parse_feature_indices() local
828 has_start = parse_uint (pp, end, &feature->start); in parse_feature_indices()
833 if (has_start) in parse_feature_indices()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/harfbuzz-ng/src/src/
H A Dhb-common.cc791 bool has_start; in parse_feature_indices() local
799 has_start = parse_uint (pp, end, &feature->start); in parse_feature_indices()
804 if (has_start) in parse_feature_indices()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/harfbuzz-ng/src/src/
H A Dhb-common.cc798 bool has_start; in parse_feature_indices() local
806 has_start = parse_uint (pp, end, &feature->start); in parse_feature_indices()
811 if (has_start) in parse_feature_indices()
/dports/www/lagrange/lagrange-1.7.3/lib/harfbuzz/src/
H A Dhb-common.cc818 bool has_start; in parse_feature_indices() local
826 has_start = parse_uint (pp, end, &feature->start); in parse_feature_indices()
831 if (has_start) in parse_feature_indices()
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/harfbuzz/src/
H A Dhb-common.cc824 bool has_start; in parse_feature_indices() local
832 has_start = parse_uint (pp, end, &feature->start); in parse_feature_indices()
837 if (has_start) in parse_feature_indices()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/native/libharfbuzz/
H A Dhb-common.cc798 bool has_start; in parse_feature_indices() local
806 has_start = parse_uint (pp, end, &feature->start); in parse_feature_indices()
811 if (has_start) in parse_feature_indices()

123456