Home
last modified time | relevance | path

Searched refs:substring (Results 1 – 8 of 8) sorted by relevance

/Zephyr-latest/samples/bluetooth/bap_broadcast_assistant/
DKconfig11 substring matched against both BT device name and broadcast name.
20 substring matched against the BT device name.
/Zephyr-latest/doc/_extensions/zephyr/domain/static/js/
Dcodesample-livesearch.js29 const before = document.createTextNode(text.substring(0, index));
31 highlight.textContent = text.substring(index, index + query.length);
32 const after = document.createTextNode(text.substring(index + query.length));
/Zephyr-latest/boards/
DKconfig.v27 BOARD_QUALIFIERS_NO_SEPARATOR := $(substring,$(BOARD_QUALIFIERS),1)
/Zephyr-latest/scripts/kconfig/
Dkconfigfunctions.py935 def substring(kconf, _, string, start, stop=None): function
1070 "substring": (substring, 2, 3),
/Zephyr-latest/doc/build/kconfig/
Dpreprocessor-functions.rst105 $(substring,<string>,<start>[,<stop>])
/Zephyr-latest/doc/_extensions/zephyr/kconfig/static/
Dkconfig.mjs342 const rawOption = window.location.hash.substring(1);
349 input.value = option.substring(1);
/Zephyr-latest/doc/releases/
Drelease-notes-3.7.rst1626 * Added a ``substring`` Kconfig preprocessor function.
/Zephyr-latest/doc/
Dzephyr.doxyfile.in1062 # wildcard * is used, a substring. Examples: ANamespace, AClass,