Home
last modified time | relevance | path

Searched refs:present_value (Results 1 – 25 of 31) sorted by relevance

12

/dports/dns/py-cloudflare/cloudflare-2.8.15/examples/
H A Dexample_always_use_https.py56 present_value = r['value']
58 print(zone_id, zone_name, present_value)
60 if update_flag and present_value != new_value:
61 print('\t', '(now updating... %s -> %s)' % (present_value, new_value))
/dports/science/grib_api/grib_api-1.28.0-Source/src/
H A Dgrib_accessor_class_data_g2secondary_bitmap.c162 double present_value = 0; in pack_double() local
193 present_value = 1; in pack_double()
195 present_value = 0; in pack_double()
209 primary_bitmap[k++] = present_value; in pack_double()
H A Dgrib_accessor_class_data_g1secondary_bitmap.c172 double present_value = 0; in pack_double() local
203 present_value = 1; in pack_double()
205 present_value = 0; in pack_double()
219 primary_bitmap[k++] = present_value; in pack_double()
/dports/science/eccodes/eccodes-2.23.0-Source/src/
H A Dgrib_accessor_class_data_g2secondary_bitmap.c169 double present_value = 0; in pack_double() local
201 present_value = 1; in pack_double()
203 present_value = 0; in pack_double()
216 primary_bitmap[k++] = present_value; in pack_double()
H A Dgrib_accessor_class_data_g1secondary_bitmap.c181 double present_value = 0; in pack_double() local
213 present_value = 1; in pack_double()
215 present_value = 0; in pack_double()
228 primary_bitmap[k++] = present_value; in pack_double()
/dports/java/java-subversion/subversion-1.14.1/subversion/libsvn_fs_base/
H A Drevs-txns.c254 const svn_string_t *present_value; in svn_fs_base__set_rev_prop() local
257 present_value = svn_hash_gets(txn->proplist, name); in svn_fs_base__set_rev_prop()
271 if ((!wanted_value != !present_value) in svn_fs_base__set_rev_prop()
272 || (wanted_value && present_value in svn_fs_base__set_rev_prop()
273 && !svn_string_compare(wanted_value, present_value))) in svn_fs_base__set_rev_prop()
285 if ((!present_value && !value) in svn_fs_base__set_rev_prop()
286 || (present_value && value in svn_fs_base__set_rev_prop()
287 && svn_string_compare(present_value, value))) in svn_fs_base__set_rev_prop()
/dports/java/java-subversion/subversion-1.14.1/subversion/libsvn_fs_x/
H A Dfs_x.c1192 const svn_string_t *present_value; in change_rev_prop_body() local
1199 present_value = svn_hash_gets(table, cb->name); in change_rev_prop_body()
1204 if ((!wanted_value != !present_value) in change_rev_prop_body()
1205 || (wanted_value && present_value in change_rev_prop_body()
1206 && !svn_string_compare(wanted_value, present_value))) in change_rev_prop_body()
1218 if ((!present_value && !cb->value) in change_rev_prop_body()
1219 || (present_value && cb->value in change_rev_prop_body()
1220 && svn_string_compare(present_value, cb->value))) in change_rev_prop_body()
/dports/devel/py-subversion/subversion-1.14.1/subversion/libsvn_fs_base/
H A Drevs-txns.c254 const svn_string_t *present_value; in svn_fs_base__set_rev_prop() local
257 present_value = svn_hash_gets(txn->proplist, name); in svn_fs_base__set_rev_prop()
271 if ((!wanted_value != !present_value) in svn_fs_base__set_rev_prop()
272 || (wanted_value && present_value in svn_fs_base__set_rev_prop()
273 && !svn_string_compare(wanted_value, present_value))) in svn_fs_base__set_rev_prop()
285 if ((!present_value && !value) in svn_fs_base__set_rev_prop()
286 || (present_value && value in svn_fs_base__set_rev_prop()
287 && svn_string_compare(present_value, value))) in svn_fs_base__set_rev_prop()
/dports/devel/py-subversion/subversion-1.14.1/subversion/libsvn_fs_x/
H A Dfs_x.c1192 const svn_string_t *present_value; in change_rev_prop_body() local
1199 present_value = svn_hash_gets(table, cb->name); in change_rev_prop_body()
1204 if ((!wanted_value != !present_value) in change_rev_prop_body()
1205 || (wanted_value && present_value in change_rev_prop_body()
1206 && !svn_string_compare(wanted_value, present_value))) in change_rev_prop_body()
1218 if ((!present_value && !cb->value) in change_rev_prop_body()
1219 || (present_value && cb->value in change_rev_prop_body()
1220 && svn_string_compare(present_value, cb->value))) in change_rev_prop_body()
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/libsvn_fs_x/
H A Dfs_x.c1192 const svn_string_t *present_value; in change_rev_prop_body() local
1199 present_value = svn_hash_gets(table, cb->name); in change_rev_prop_body()
1204 if ((!wanted_value != !present_value) in change_rev_prop_body()
1205 || (wanted_value && present_value in change_rev_prop_body()
1206 && !svn_string_compare(wanted_value, present_value))) in change_rev_prop_body()
1218 if ((!present_value && !cb->value) in change_rev_prop_body()
1219 || (present_value && cb->value in change_rev_prop_body()
1220 && svn_string_compare(present_value, cb->value))) in change_rev_prop_body()
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/libsvn_fs_base/
H A Drevs-txns.c254 const svn_string_t *present_value; in svn_fs_base__set_rev_prop() local
257 present_value = svn_hash_gets(txn->proplist, name); in svn_fs_base__set_rev_prop()
271 if ((!wanted_value != !present_value) in svn_fs_base__set_rev_prop()
272 || (wanted_value && present_value in svn_fs_base__set_rev_prop()
273 && !svn_string_compare(wanted_value, present_value))) in svn_fs_base__set_rev_prop()
285 if ((!present_value && !value) in svn_fs_base__set_rev_prop()
286 || (present_value && value in svn_fs_base__set_rev_prop()
287 && svn_string_compare(present_value, value))) in svn_fs_base__set_rev_prop()
/dports/devel/p5-subversion/subversion-1.14.1/subversion/libsvn_fs_base/
H A Drevs-txns.c254 const svn_string_t *present_value; in svn_fs_base__set_rev_prop() local
257 present_value = svn_hash_gets(txn->proplist, name); in svn_fs_base__set_rev_prop()
271 if ((!wanted_value != !present_value) in svn_fs_base__set_rev_prop()
272 || (wanted_value && present_value in svn_fs_base__set_rev_prop()
273 && !svn_string_compare(wanted_value, present_value))) in svn_fs_base__set_rev_prop()
285 if ((!present_value && !value) in svn_fs_base__set_rev_prop()
286 || (present_value && value in svn_fs_base__set_rev_prop()
287 && svn_string_compare(present_value, value))) in svn_fs_base__set_rev_prop()
/dports/devel/p5-subversion/subversion-1.14.1/subversion/libsvn_fs_x/
H A Dfs_x.c1192 const svn_string_t *present_value; in change_rev_prop_body() local
1199 present_value = svn_hash_gets(table, cb->name); in change_rev_prop_body()
1204 if ((!wanted_value != !present_value) in change_rev_prop_body()
1205 || (wanted_value && present_value in change_rev_prop_body()
1206 && !svn_string_compare(wanted_value, present_value))) in change_rev_prop_body()
1218 if ((!present_value && !cb->value) in change_rev_prop_body()
1219 || (present_value && cb->value in change_rev_prop_body()
1220 && svn_string_compare(present_value, cb->value))) in change_rev_prop_body()
/dports/devel/spark/spark-2.1.1/sql/hive-thriftserver/src/gen/java/org/apache/hive/service/cli/thrift/
H A DTByteValue.java225 boolean present_value = true && (isSetValue()); in hashCode()
226 builder.append(present_value); in hashCode()
227 if (present_value) in hashCode()
H A DTI16Value.java225 boolean present_value = true && (isSetValue()); in hashCode()
226 builder.append(present_value); in hashCode()
227 if (present_value) in hashCode()
H A DTI64Value.java225 boolean present_value = true && (isSetValue()); in hashCode()
226 builder.append(present_value); in hashCode()
227 if (present_value) in hashCode()
H A DTI32Value.java225 boolean present_value = true && (isSetValue()); in hashCode()
226 builder.append(present_value); in hashCode()
227 if (present_value) in hashCode()
H A DTDoubleValue.java225 boolean present_value = true && (isSetValue()); in hashCode()
226 builder.append(present_value); in hashCode()
227 if (present_value) in hashCode()
H A DTBoolValue.java225 boolean present_value = true && (isSetValue()); in hashCode()
226 builder.append(present_value); in hashCode()
227 if (present_value) in hashCode()
H A DTStringValue.java224 boolean present_value = true && (isSetValue()); in hashCode()
225 builder.append(present_value); in hashCode()
226 if (present_value) in hashCode()
/dports/databases/hbase/hbase-1.2.1/hbase-thrift/src/main/java/org/apache/hadoop/hbase/thrift/generated/
H A DTCell.java312 boolean present_value = true && (isSetValue()); in hashCode()
313 list.add(present_value); in hashCode()
314 if (present_value) in hashCode()
/dports/java/java-subversion/subversion-1.14.1/subversion/libsvn_fs_fs/
H A Dfs_fs.c2231 const svn_string_t *present_value; in change_rev_prop_body() local
2237 present_value = svn_hash_gets(table, cb->name); in change_rev_prop_body()
2242 if ((!wanted_value != !present_value) in change_rev_prop_body()
2243 || (wanted_value && present_value in change_rev_prop_body()
2244 && !svn_string_compare(wanted_value, present_value))) in change_rev_prop_body()
2256 if ((!present_value && !cb->value) in change_rev_prop_body()
2257 || (present_value && cb->value in change_rev_prop_body()
2258 && svn_string_compare(present_value, cb->value))) in change_rev_prop_body()
/dports/devel/py-subversion/subversion-1.14.1/subversion/libsvn_fs_fs/
H A Dfs_fs.c2231 const svn_string_t *present_value; in change_rev_prop_body() local
2237 present_value = svn_hash_gets(table, cb->name); in change_rev_prop_body()
2242 if ((!wanted_value != !present_value) in change_rev_prop_body()
2243 || (wanted_value && present_value in change_rev_prop_body()
2244 && !svn_string_compare(wanted_value, present_value))) in change_rev_prop_body()
2256 if ((!present_value && !cb->value) in change_rev_prop_body()
2257 || (present_value && cb->value in change_rev_prop_body()
2258 && svn_string_compare(present_value, cb->value))) in change_rev_prop_body()
/dports/security/subversion-gnome-keyring/subversion-1.14.1/subversion/libsvn_fs_fs/
H A Dfs_fs.c2231 const svn_string_t *present_value; in change_rev_prop_body() local
2237 present_value = svn_hash_gets(table, cb->name); in change_rev_prop_body()
2242 if ((!wanted_value != !present_value) in change_rev_prop_body()
2243 || (wanted_value && present_value in change_rev_prop_body()
2244 && !svn_string_compare(wanted_value, present_value))) in change_rev_prop_body()
2256 if ((!present_value && !cb->value) in change_rev_prop_body()
2257 || (present_value && cb->value in change_rev_prop_body()
2258 && svn_string_compare(present_value, cb->value))) in change_rev_prop_body()
/dports/devel/p5-subversion/subversion-1.14.1/subversion/libsvn_fs_fs/
H A Dfs_fs.c2231 const svn_string_t *present_value; in change_rev_prop_body() local
2237 present_value = svn_hash_gets(table, cb->name); in change_rev_prop_body()
2242 if ((!wanted_value != !present_value) in change_rev_prop_body()
2243 || (wanted_value && present_value in change_rev_prop_body()
2244 && !svn_string_compare(wanted_value, present_value))) in change_rev_prop_body()
2256 if ((!present_value && !cb->value) in change_rev_prop_body()
2257 || (present_value && cb->value in change_rev_prop_body()
2258 && svn_string_compare(present_value, cb->value))) in change_rev_prop_body()

12