Home
last modified time | relevance | path

Searched refs:string (Results 1 – 7 of 7) sorted by relevance

/honee/src/
H A Dcloptions.c39 PetscErrorCode ISO8601TimeDurationToSeconds(MPI_Comm comm, const char *string, time_t *duration) { in ISO8601TimeDurationToSeconds() argument
44 if (string[0] == '\0') { in ISO8601TimeDurationToSeconds()
48 for (PetscInt i = 0; i < strlen(string); i++) { in ISO8601TimeDurationToSeconds()
49 …PetscCheck(isdigit(string[i]) || string[i] == ':', comm, PETSC_ERR_SUP, "Time duration may only in… in ISO8601TimeDurationToSeconds()
50 string[i]); in ISO8601TimeDurationToSeconds()
52 PetscCall(PetscStrToArray(string, ':', &num_items, &entries)); in ISO8601TimeDurationToSeconds()
/honee/tests/junit-xml/
H A DREADME.rst81 stripped from the XML string or file.
/honee/doc/
H A Dtheory.md425 - string
484 - string
489 - string
494 - string
499 - string
H A Druntime_options.md481 - string
H A Dauxiliary.md293 - string
H A Dexamples.md255 If this flag is given an empty string, then the algorithmic approach will be performed.
/honee/
H A DDoxyfile135 # used to form the text in various listings. Each string in this list, if found
369 # Possible values are: DOXYGEN use a fixed 'autotoc_md' string followed by a
385 # If you use STL classes (i.e. std::string, std::vector, etc.) but do not want
388 # definitions whose arguments contain STL classes (e.g. func(std::string);
389 # versus func(std::string) {}). This also make the inheritance and collaboration
727 # simple string match. By disabling STRICT_PROTO_MATCHING doxygen will still
907 # can produce. The string should contain the $file, $line, and $text tags, which
919 # (outside of doxygen) the user can define a custom "cut" / "paste" string.
1475 # This tag specifies a string that should uniquely identify the documentation
1476 # set bundle. This should be a reverse domain-name style string, e.g.
[all …]