Home
last modified time | relevance | path

Searched refs:entries (Results 1 – 2 of 2) sorted by relevance

/honee/src/
H A Dcloptions.c41 char **entries; in ISO8601TimeDurationToSeconds() local
52 PetscCall(PetscStrToArray(string, ':', &num_items, &entries)); in ISO8601TimeDurationToSeconds()
55 *duration = 60 * 60 * atoi(entries[0]); in ISO8601TimeDurationToSeconds()
58 *duration = 60 * 60 * atoi(entries[0]) + 60 * atoi(entries[1]); in ISO8601TimeDurationToSeconds()
61 *duration = 60 * 60 * atoi(entries[0]) + 60 * atoi(entries[1]) + atoi(entries[2]); in ISO8601TimeDurationToSeconds()
66 PetscCall(PetscStrToArrayDestroy(num_items, entries)); in ISO8601TimeDurationToSeconds()
/honee/
H A DDoxyfile1432 # With HTML_INDEX_NUM_ENTRIES one can control the preferred number of entries
1434 # and collapse entries dynamically later on. Doxygen will expand the tree to
1435 # such a level that at most the specified number of entries are visible (unless
1437 # entries 1 will produce a full collapsed tree by default. 0 is a special value
1438 # representing an infinite number of entries and will result in a full expanded