Searched refs:search (Results 1 – 10 of 10) sorted by relevance
| /libCEED/rust/libceed/ |
| H A D | Cargo.toml | 32 { file = "README.md", search = "libceed = \"[0-9.]*\"", replace = "libceed = \"{{version}}\"" }, 33 …{ file = "../../README.md", search = "libceed = \"[0-9.]*\"", replace = "libceed = \"{{version}}\"…
|
| /libCEED/rust/libceed-sys/ |
| H A D | Cargo.toml | 41 …{ file = "README.md", search = "libceed-sys = \"[0-9.]*\"", replace = "libceed-sys = \"{{version}}… 42 …{ file = "build.rs", search = "atleast_version\\(\"[0-9.]*\"\\)", replace = "atleast_version(\"{{v…
|
| /libCEED/python/ |
| H A D | build_ceed_cffi.py | 62 if re.search("ceed-f32.h", line) is not None: 67 elif re.search("ceed-f64.h", line) is not None:
|
| /libCEED/doc/sphinx/source/ |
| H A D | index.md | 24 - {ref}`search`
|
| /libCEED/tests/ |
| H A D | junit.py | 208 search=args.search,
|
| H A D | junit_common.py | 769 …suite_spec: SuiteSpec, pool_size: int = 1, search: str = ".*", verbose: bool = False) -> TestSuite: 786 …t for t in get_test_args(suite_spec.get_source_path(test)) if re.search(search, t.name, re.IGNOREC…
|
| /libCEED/examples/fluids/ |
| H A D | pytorch_pkgconfig.py | 40 regex_result = regex_ABI.search(line)
|
| /libCEED/ |
| H A D | Doxyfile | 807 # search path. See also \cite for info how to create references. 1210 # tools must be available from the command line (i.e. in the search path). 1480 # HTML files also contain an index, a table of contents, and you can search for 1787 # When the SEARCHENGINE tag is enabled doxygen will generate a search box for 1788 # the HTML output. The underlying search engine uses javascript and DHTML and 1791 # there is already a search function so this one should typically be disabled. 1792 # For large projects the javascript based search engine can be slow, then 1794 # search using the keyboard; to jump to the search box use <access key> + S 1796 # <CTRL>, <ALT>/<option>, or both). Inside the search box use the <cursor down 1797 # key> to jump into the search results window, the results can be navigated [all …]
|
| H A D | Makefile | 798 …d-backends $(BACKENDS) --nproc $(NPROC_TEST) --pool-size $(NPROC_POOL) --search '$(subsearch)' $(<… 807 search ?= t ex macro 808 realsearch = $(search:%=%%) 825 …--ceed-backends $(BACKENDS) --nproc $(NPROC_TEST) --pool-size $(NPROC_POOL) --search '$(subsearch)' 833 …d-backends $(BACKENDS) --nproc $(NPROC_TEST) --pool-size $(NPROC_POOL) --search '$(subsearch)' --j…
|
| /libCEED/rust/libceed-sys/c-src/ |
| H A D | Makefile | 798 …d-backends $(BACKENDS) --nproc $(NPROC_TEST) --pool-size $(NPROC_POOL) --search '$(subsearch)' $(<… 807 search ?= t ex macro 808 realsearch = $(search:%=%%) 825 …--ceed-backends $(BACKENDS) --nproc $(NPROC_TEST) --pool-size $(NPROC_POOL) --search '$(subsearch)' 833 …d-backends $(BACKENDS) --nproc $(NPROC_TEST) --pool-size $(NPROC_POOL) --search '$(subsearch)' --j…
|