Searched full:key (Results 1 – 8 of 8) sorted by relevance
| /libCEED/tests/ |
| H A D | junit_common.py | 323 # have key/value pairs to parse 331 …([A-Za-z]+[\w\-]+) # match key starting with alpha, containing alphanumeric, _, or -; captured as… 332 \s*=\s* # key is followed by = (whitespace ignored) 343 key = match.group(1) 346 index = field_names.index(key) 347 if key == "only": # weird bc only is a list 351 known[key] = test_fields[index].type(value) # type: ignore 354 known[key] = get_origin(test_fields[index].type)(value) # type: ignore 356 other[key] = value 460 for key in test_reader.fieldnames: [all …]
|
| /libCEED/.github/workflows/ |
| H A D | c-fortran-test-style.yml | 23 wget -O- https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
|
| H A D | julia-documentation.yml | 22 DOCUMENTER_KEY: ${{ secrets.DOCUMENTER_KEY }} # For authentication with SSH deploy key
|
| /libCEED/tests/junit-xml/junit_xml/ |
| H A D | __init__.py | 291 for key in ["disabled", "errors", "failures", "tests"]: 292 attributes[key] += int(ts_xml.get(key, 0)) 293 for key in ["time"]: 294 attributes[key] += float(ts_xml.get(key, 0)) 296 for key, value in attributes.items(): 297 xml_element.set(key, str(value))
|
| /libCEED/examples/fluids/ |
| H A D | pytorch_pkgconfig.py | 20 def add_keyword(file, key, value): argument 21 file.write(f"{key}: {value}\n")
|
| /libCEED/ |
| H A D | RELEASING.md | 22 While doing this, gather a couple sentences for key features to highlight on [GitHub releases](http…
|
| H A D | Doxyfile | 1794 # search using the keyboard; to jump to the search box use <access key> + S 1795 # (what the <access key> is depends on the OS and browser, but it is typically 1797 # key> to jump into the search results window, the results can be navigated
|
| /libCEED/doc/sphinx/source/ |
| H A D | references.bib | 241 …f partial differential equations representing a turbulent flow. BCs play a key role in establishin…
|