Home
last modified time | relevance | path

Searched defs:ht (Results 1 – 25 of 4964) sorted by relevance

12345678910>>...199

/dports/sysutils/onefetch/onefetch-2.10.2/cargo-crates/chrono-humanize-0.2.1/tests/
H A Dprecise.rs8 let ht = HumanTime::from(Duration::zero()); in zero() localVariable
15 let ht = HumanTime::from(Duration::seconds(1)); in plus_1s() localVariable
22 let ht = HumanTime::from(Duration::seconds(-1)); in minus_1s() localVariable
29 let ht = HumanTime::from(Duration::seconds(5)); in plus_5s() localVariable
36 let ht = HumanTime::from(Duration::seconds(-5)); in minus_5s() localVariable
43 let ht = HumanTime::from(Duration::seconds(15)); in plus_15s() localVariable
127 let ht = HumanTime::from(Duration::hours(1)); in plus_1h() localVariable
426 let ht = HumanTime::now(); in now() localVariable
439 let ht = HumanTime::from(Local::now()); in now() localVariable
447 let ht = HumanTime::from(past); in minus_35d() localVariable
[all …]
H A Drough.rs8 let ht = HumanTime::now(); in now() localVariable
15 let ht = HumanTime::from(Duration::seconds(1)); in plus_1s() localVariable
22 let ht = HumanTime::from(Duration::seconds(-1)); in minus_1s() localVariable
29 let ht = HumanTime::from(Duration::seconds(5)); in plus_5s() localVariable
36 let ht = HumanTime::from(Duration::seconds(-5)); in minus_5s() localVariable
43 let ht = HumanTime::from(Duration::seconds(10)); in plus_10s() localVariable
197 let ht = HumanTime::from(Duration::days(1)); in plus_1d() localVariable
427 let ht = HumanTime::from(Utc::now()); in now() localVariable
440 let ht = HumanTime::from(Local::now()); in now() localVariable
448 let ht = HumanTime::from(past); in minus_35d() localVariable
[all …]
/dports/sysutils/lsd/lsd-0.20.1/cargo-crates/chrono-humanize-0.1.1/tests/
H A Drough.rs8 let ht = HumanTime::from(Duration::zero()); in now() localVariable
15 let ht = HumanTime::from(Duration::seconds(1)); in plus_1s() localVariable
22 let ht = HumanTime::from(Duration::seconds(-1)); in minus_1s() localVariable
29 let ht = HumanTime::from(Duration::seconds(5)); in plus_5s() localVariable
36 let ht = HumanTime::from(Duration::seconds(-5)); in minus_5s() localVariable
43 let ht = HumanTime::from(Duration::seconds(10)); in plus_10s() localVariable
197 let ht = HumanTime::from(Duration::days(1)); in plus_1d() localVariable
427 let ht = HumanTime::from(Utc::now()); in now() localVariable
440 let ht = HumanTime::from(Local::now()); in now() localVariable
448 let ht = HumanTime::from(past); in minus_35d() localVariable
[all …]
H A Dprecise.rs8 let ht = HumanTime::from(Duration::zero()); in zero() localVariable
15 let ht = HumanTime::from(Duration::seconds(1)); in plus_1s() localVariable
22 let ht = HumanTime::from(Duration::seconds(-1)); in minus_1s() localVariable
29 let ht = HumanTime::from(Duration::seconds(5)); in plus_5s() localVariable
36 let ht = HumanTime::from(Duration::seconds(-5)); in minus_5s() localVariable
43 let ht = HumanTime::from(Duration::seconds(15)); in plus_15s() localVariable
127 let ht = HumanTime::from(Duration::hours(1)); in plus_1h() localVariable
427 let ht = HumanTime::from(Utc::now()); in now() localVariable
440 let ht = HumanTime::from(Local::now()); in now() localVariable
448 let ht = HumanTime::from(past); in minus_35d() localVariable
[all …]
/dports/www/miniserve/miniserve-0.18.0/cargo-crates/chrono-humanize-0.2.1/tests/
H A Drough.rs8 let ht = HumanTime::now(); in now() localVariable
15 let ht = HumanTime::from(Duration::seconds(1)); in plus_1s() localVariable
22 let ht = HumanTime::from(Duration::seconds(-1)); in minus_1s() localVariable
29 let ht = HumanTime::from(Duration::seconds(5)); in plus_5s() localVariable
36 let ht = HumanTime::from(Duration::seconds(-5)); in minus_5s() localVariable
43 let ht = HumanTime::from(Duration::seconds(10)); in plus_10s() localVariable
197 let ht = HumanTime::from(Duration::days(1)); in plus_1d() localVariable
427 let ht = HumanTime::from(Utc::now()); in now() localVariable
440 let ht = HumanTime::from(Local::now()); in now() localVariable
448 let ht = HumanTime::from(past); in minus_35d() localVariable
[all …]
H A Dprecise.rs8 let ht = HumanTime::from(Duration::zero()); in zero() localVariable
15 let ht = HumanTime::from(Duration::seconds(1)); in plus_1s() localVariable
22 let ht = HumanTime::from(Duration::seconds(-1)); in minus_1s() localVariable
29 let ht = HumanTime::from(Duration::seconds(5)); in plus_5s() localVariable
36 let ht = HumanTime::from(Duration::seconds(-5)); in minus_5s() localVariable
43 let ht = HumanTime::from(Duration::seconds(15)); in plus_15s() localVariable
127 let ht = HumanTime::from(Duration::hours(1)); in plus_1h() localVariable
426 let ht = HumanTime::now(); in now() localVariable
439 let ht = HumanTime::from(Local::now()); in now() localVariable
447 let ht = HumanTime::from(past); in minus_35d() localVariable
[all …]
/dports/lang/php80/php-8.0.15/Zend/
H A Dzend_hash.h46 #define HT_FLAGS(ht) (ht)->u.flags argument
48 #define HT_INVALIDATE(ht) do { \ argument
52 #define HT_IS_INITIALIZED(ht) \ argument
55 #define HT_IS_PACKED(ht) \ argument
58 #define HT_IS_WITHOUT_HOLES(ht) \ argument
61 #define HT_HAS_STATIC_KEYS_ONLY(ht) \ argument
67 # define HT_ALLOW_COW_VIOLATION(ht) argument
76 #define HT_INC_ITERATORS_COUNT(ht) \ argument
78 #define HT_DEC_ITERATORS_COUNT(ht) \ argument
241 #define zend_hash_move_forward(ht) \ argument
[all …]
H A Dzend_ts_hash.c23 static void begin_read(TsHashTable *ht) in begin_read()
34 static void end_read(TsHashTable *ht) in end_read()
45 static void begin_write(TsHashTable *ht) in begin_write()
52 static void end_write(TsHashTable *ht) in end_write()
70 ZEND_API void zend_ts_hash_destroy(TsHashTable *ht) in zend_ts_hash_destroy()
82 ZEND_API void zend_ts_hash_clean(TsHashTable *ht) in zend_ts_hash_clean()
145 ZEND_API void zend_ts_hash_graceful_destroy(TsHashTable *ht) in zend_ts_hash_graceful_destroy()
211 ZEND_API zval *zend_ts_hash_find(TsHashTable *ht, zend_string *key) in zend_ts_hash_find()
222 ZEND_API zval *zend_ts_hash_index_find(TsHashTable *ht, zend_ulong h) in zend_ts_hash_index_find()
298 ZEND_API int zend_ts_hash_num_elements(TsHashTable *ht) in zend_ts_hash_num_elements()
[all …]
/dports/www/mod_php80/php-8.0.15/Zend/
H A Dzend_hash.h46 #define HT_FLAGS(ht) (ht)->u.flags argument
48 #define HT_INVALIDATE(ht) do { \ argument
52 #define HT_IS_INITIALIZED(ht) \ argument
55 #define HT_IS_PACKED(ht) \ argument
58 #define HT_IS_WITHOUT_HOLES(ht) \ argument
61 #define HT_HAS_STATIC_KEYS_ONLY(ht) \ argument
67 # define HT_ALLOW_COW_VIOLATION(ht) argument
76 #define HT_INC_ITERATORS_COUNT(ht) \ argument
78 #define HT_DEC_ITERATORS_COUNT(ht) \ argument
241 #define zend_hash_move_forward(ht) \ argument
[all …]
H A Dzend_ts_hash.c23 static void begin_read(TsHashTable *ht) in begin_read()
34 static void end_read(TsHashTable *ht) in end_read()
45 static void begin_write(TsHashTable *ht) in begin_write()
52 static void end_write(TsHashTable *ht) in end_write()
70 ZEND_API void zend_ts_hash_destroy(TsHashTable *ht) in zend_ts_hash_destroy()
82 ZEND_API void zend_ts_hash_clean(TsHashTable *ht) in zend_ts_hash_clean()
145 ZEND_API void zend_ts_hash_graceful_destroy(TsHashTable *ht) in zend_ts_hash_graceful_destroy()
211 ZEND_API zval *zend_ts_hash_find(TsHashTable *ht, zend_string *key) in zend_ts_hash_find()
222 ZEND_API zval *zend_ts_hash_index_find(TsHashTable *ht, zend_ulong h) in zend_ts_hash_index_find()
298 ZEND_API int zend_ts_hash_num_elements(TsHashTable *ht) in zend_ts_hash_num_elements()
[all …]
/dports/lang/php73/php-7.3.33/Zend/
H A Dzend_hash.h46 #define HT_FLAGS(ht) (ht)->u.flags argument
48 #define HT_IS_PACKED(ht) \ argument
51 #define HT_IS_WITHOUT_HOLES(ht) \ argument
54 #define HT_HAS_STATIC_KEYS_ONLY(ht) \ argument
60 # define HT_ALLOW_COW_VIOLATION(ht) argument
69 #define HT_INC_ITERATORS_COUNT(ht) \ argument
71 #define HT_DEC_ITERATORS_COUNT(ht) \ argument
223 #define zend_hash_move_forward(ht) \ argument
225 #define zend_hash_move_backwards(ht) \ argument
254 #define zend_hash_num_elements(ht) \ argument
[all …]
H A Dzend_ts_hash.c23 static void begin_read(TsHashTable *ht) in begin_read()
34 static void end_read(TsHashTable *ht) in end_read()
45 static void begin_write(TsHashTable *ht) in begin_write()
52 static void end_write(TsHashTable *ht) in end_write()
70 ZEND_API void zend_ts_hash_destroy(TsHashTable *ht) in zend_ts_hash_destroy()
82 ZEND_API void zend_ts_hash_clean(TsHashTable *ht) in zend_ts_hash_clean()
145 ZEND_API void zend_ts_hash_graceful_destroy(TsHashTable *ht) in zend_ts_hash_graceful_destroy()
189 ZEND_API int zend_ts_hash_del(TsHashTable *ht, zend_string *key) in zend_ts_hash_del()
200 ZEND_API int zend_ts_hash_index_del(TsHashTable *ht, zend_ulong h) in zend_ts_hash_index_del()
324 ZEND_API int zend_ts_hash_num_elements(TsHashTable *ht) in zend_ts_hash_num_elements()
[all …]
/dports/www/mod_php73/php-7.3.33/Zend/
H A Dzend_hash.h46 #define HT_FLAGS(ht) (ht)->u.flags argument
48 #define HT_IS_PACKED(ht) \ argument
51 #define HT_IS_WITHOUT_HOLES(ht) \ argument
54 #define HT_HAS_STATIC_KEYS_ONLY(ht) \ argument
60 # define HT_ALLOW_COW_VIOLATION(ht) argument
69 #define HT_INC_ITERATORS_COUNT(ht) \ argument
71 #define HT_DEC_ITERATORS_COUNT(ht) \ argument
223 #define zend_hash_move_forward(ht) \ argument
225 #define zend_hash_move_backwards(ht) \ argument
254 #define zend_hash_num_elements(ht) \ argument
[all …]
H A Dzend_ts_hash.c23 static void begin_read(TsHashTable *ht) in begin_read()
34 static void end_read(TsHashTable *ht) in end_read()
45 static void begin_write(TsHashTable *ht) in begin_write()
52 static void end_write(TsHashTable *ht) in end_write()
70 ZEND_API void zend_ts_hash_destroy(TsHashTable *ht) in zend_ts_hash_destroy()
82 ZEND_API void zend_ts_hash_clean(TsHashTable *ht) in zend_ts_hash_clean()
145 ZEND_API void zend_ts_hash_graceful_destroy(TsHashTable *ht) in zend_ts_hash_graceful_destroy()
189 ZEND_API int zend_ts_hash_del(TsHashTable *ht, zend_string *key) in zend_ts_hash_del()
200 ZEND_API int zend_ts_hash_index_del(TsHashTable *ht, zend_ulong h) in zend_ts_hash_index_del()
324 ZEND_API int zend_ts_hash_num_elements(TsHashTable *ht) in zend_ts_hash_num_elements()
[all …]
/dports/java/springframework31/spring-framework-3.1.4.RELEASE/projects/org.springframework.orm/src/test/java/org/springframework/orm/hibernate3/
H A DHibernateTemplateTests.java97 HibernateTemplate ht = new HibernateTemplate(sf); in testExecuteWithNewSession() local
122 HibernateTemplate ht = new HibernateTemplate(sf); in testExecuteWithNewSessionAndFlushNever() local
148 HibernateTemplate ht = new HibernateTemplate(sf); in testExecuteWithNewSessionAndFilter() local
176 HibernateTemplate ht = new HibernateTemplate(sf); in testExecuteWithNewSessionAndFilters() local
193 HibernateTemplate ht = new HibernateTemplate(); in testExecuteWithNotAllowCreate() local
214 HibernateTemplate ht = new HibernateTemplate(sf); in testExecuteWithNotAllowCreateAndThreadBound() local
239 HibernateTemplate ht = new HibernateTemplate(sf); in testExecuteWithThreadBoundAndFlushEager() local
270 HibernateTemplate ht = new HibernateTemplate(sf); in testExecuteWithThreadBoundAndFilter() local
305 HibernateTemplate ht = new HibernateTemplate(sf); in testExecuteWithThreadBoundAndFilters() local
339 HibernateTemplate ht = new HibernateTemplate(sf); in testExecuteWithThreadBoundAndParameterizedFilter() local
[all …]
/dports/www/mod_php74/php-7.4.27/Zend/
H A Dzend_hash.h46 #define HT_FLAGS(ht) (ht)->u.flags argument
48 #define HT_INVALIDATE(ht) do { \ argument
52 #define HT_IS_INITIALIZED(ht) \ argument
55 #define HT_IS_PACKED(ht) \ argument
58 #define HT_IS_WITHOUT_HOLES(ht) \ argument
61 #define HT_HAS_STATIC_KEYS_ONLY(ht) \ argument
67 # define HT_ALLOW_COW_VIOLATION(ht) argument
76 #define HT_INC_ITERATORS_COUNT(ht) \ argument
78 #define HT_DEC_ITERATORS_COUNT(ht) \ argument
243 #define zend_hash_move_forward(ht) \ argument
[all …]
H A Dzend_ts_hash.c23 static void begin_read(TsHashTable *ht) in begin_read()
34 static void end_read(TsHashTable *ht) in end_read()
45 static void begin_write(TsHashTable *ht) in begin_write()
52 static void end_write(TsHashTable *ht) in end_write()
70 ZEND_API void zend_ts_hash_destroy(TsHashTable *ht) in zend_ts_hash_destroy()
82 ZEND_API void zend_ts_hash_clean(TsHashTable *ht) in zend_ts_hash_clean()
145 ZEND_API void zend_ts_hash_graceful_destroy(TsHashTable *ht) in zend_ts_hash_graceful_destroy()
189 ZEND_API int zend_ts_hash_del(TsHashTable *ht, zend_string *key) in zend_ts_hash_del()
200 ZEND_API int zend_ts_hash_index_del(TsHashTable *ht, zend_ulong h) in zend_ts_hash_index_del()
302 ZEND_API int zend_ts_hash_num_elements(TsHashTable *ht) in zend_ts_hash_num_elements()
[all …]
/dports/lang/php74/php-7.4.27/Zend/
H A Dzend_hash.h46 #define HT_FLAGS(ht) (ht)->u.flags argument
48 #define HT_INVALIDATE(ht) do { \ argument
52 #define HT_IS_INITIALIZED(ht) \ argument
55 #define HT_IS_PACKED(ht) \ argument
58 #define HT_IS_WITHOUT_HOLES(ht) \ argument
61 #define HT_HAS_STATIC_KEYS_ONLY(ht) \ argument
67 # define HT_ALLOW_COW_VIOLATION(ht) argument
76 #define HT_INC_ITERATORS_COUNT(ht) \ argument
78 #define HT_DEC_ITERATORS_COUNT(ht) \ argument
243 #define zend_hash_move_forward(ht) \ argument
[all …]
H A Dzend_ts_hash.c23 static void begin_read(TsHashTable *ht) in begin_read()
34 static void end_read(TsHashTable *ht) in end_read()
45 static void begin_write(TsHashTable *ht) in begin_write()
52 static void end_write(TsHashTable *ht) in end_write()
70 ZEND_API void zend_ts_hash_destroy(TsHashTable *ht) in zend_ts_hash_destroy()
82 ZEND_API void zend_ts_hash_clean(TsHashTable *ht) in zend_ts_hash_clean()
145 ZEND_API void zend_ts_hash_graceful_destroy(TsHashTable *ht) in zend_ts_hash_graceful_destroy()
189 ZEND_API int zend_ts_hash_del(TsHashTable *ht, zend_string *key) in zend_ts_hash_del()
200 ZEND_API int zend_ts_hash_index_del(TsHashTable *ht, zend_ulong h) in zend_ts_hash_index_del()
302 ZEND_API int zend_ts_hash_num_elements(TsHashTable *ht) in zend_ts_hash_num_elements()
[all …]
/dports/www/mod_php81/php-8.1.1/Zend/
H A Dzend_hash.h47 #define HT_FLAGS(ht) (ht)->u.flags argument
49 #define HT_INVALIDATE(ht) do { \ argument
53 #define HT_IS_INITIALIZED(ht) \ argument
56 #define HT_IS_PACKED(ht) \ argument
59 #define HT_IS_WITHOUT_HOLES(ht) \ argument
62 #define HT_HAS_STATIC_KEYS_ONLY(ht) \ argument
68 # define HT_ALLOW_COW_VIOLATION(ht) argument
77 #define HT_INC_ITERATORS_COUNT(ht) \ argument
79 #define HT_DEC_ITERATORS_COUNT(ht) \ argument
259 #define zend_hash_move_forward(ht) \ argument
[all …]
/dports/lang/php81/php-8.1.1/Zend/
H A Dzend_hash.h47 #define HT_FLAGS(ht) (ht)->u.flags argument
49 #define HT_INVALIDATE(ht) do { \ argument
53 #define HT_IS_INITIALIZED(ht) \ argument
56 #define HT_IS_PACKED(ht) \ argument
59 #define HT_IS_WITHOUT_HOLES(ht) \ argument
62 #define HT_HAS_STATIC_KEYS_ONLY(ht) \ argument
68 # define HT_ALLOW_COW_VIOLATION(ht) argument
77 #define HT_INC_ITERATORS_COUNT(ht) \ argument
79 #define HT_DEC_ITERATORS_COUNT(ht) \ argument
259 #define zend_hash_move_forward(ht) \ argument
[all …]
/dports/www/pecl-solr/solr-2.5.1/pecl-compat/src/
H A Dzend_hash.h84 #define compat_zend_hash_get_current_data_ptr(ht) \ argument
95 #define compat_zend_hash_get_current_data(ht) \ argument
101 #define compat_zend_hash_get_current_zval(ht) \ argument
127 #define zend_hash_add_mem(ht, key, pData, size) \ argument
159 #define zend_hash_index_add_new_ptr(ht, h, pData) \ argument
162 #define zend_hash_index_add_mem(ht, h, pData, size) \ argument
191 #define zend_hash_update_mem(ht, key, pData, size) \ argument
210 #define zend_hash_index_update_ptr(ht, h, pData) \ argument
338 #define compat_zend_hash_get_current_data_ptr(ht) \ argument
353 #define compat_zend_hash_get_current_data(ht) \ argument
[all …]
/dports/net/pecl-radius/radius-1.4.0b1/pecl-compat/src/
H A Dzend_hash.h84 #define compat_zend_hash_get_current_data_ptr(ht) \ argument
95 #define compat_zend_hash_get_current_data(ht) \ argument
101 #define compat_zend_hash_get_current_zval(ht) \ argument
127 #define zend_hash_add_mem(ht, key, pData, size) \ argument
159 #define zend_hash_index_add_new_ptr(ht, h, pData) \ argument
162 #define zend_hash_index_add_mem(ht, h, pData, size) \ argument
191 #define zend_hash_update_mem(ht, key, pData, size) \ argument
210 #define zend_hash_index_update_ptr(ht, h, pData) \ argument
333 #define compat_zend_hash_get_current_data_ptr(ht) \ argument
348 #define compat_zend_hash_get_current_data(ht) \ argument
[all …]
/dports/www/faup/faup-1.5-48-g88dbbe2/src/lib/hash/
H A Dhtable.c13 static inline uintptr_t get_extra_ptr_bits(const struct htable *ht, in get_extra_ptr_bits()
24 static inline uintptr_t make_hval(const struct htable *ht, in make_hval()
45 void htable_init(struct htable *ht, in htable_init()
55 bool htable_init_sized(struct htable *ht, in htable_init_sized()
78 void htable_clear(struct htable *ht) in htable_clear()
85 static size_t hash_bucket(const struct htable *ht, size_t h) in hash_bucket()
90 static void *htable_val(const struct htable *ht, in htable_val()
106 void *htable_firstval(const struct htable *ht, in htable_firstval()
113 void *htable_nextval(const struct htable *ht, in htable_nextval()
153 static COLD bool double_table(struct htable *ht) in double_table()
[all …]
/dports/net-p2p/c-lightning/lightning-0.10.2/ccan/ccan/htable/
H A Dhtable.c22 static void htable_default_free(struct htable *ht, void *p) in htable_default_free()
53 static inline uintptr_t make_hval(const struct htable *ht, in make_hval()
79 void htable_init(struct htable *ht, in htable_init()
89 static inline size_t ht_max(const struct htable *ht) in ht_max()
99 bool htable_init_sized(struct htable *ht, in htable_init_sized()
120 void htable_clear(struct htable *ht) in htable_clear()
145 static void *htable_val(const struct htable *ht, in htable_val()
161 void *htable_firstval_(const struct htable *ht, in htable_firstval_()
168 void *htable_nextval_(const struct htable *ht, in htable_nextval_()
219 static COLD bool double_table(struct htable *ht) in double_table()
[all …]

12345678910>>...199