Home
last modified time | relevance | path

Searched full:search (Results 1 – 25 of 1115) sorted by relevance

12345678910>>...45

/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/
H A Ddetail_search_header.html2 Show a detail table Search field and Rows per page.
4 objects, our boilerplated paginated with search fields set.
6 search_what, fills in "Search ___"
7 Only show the search form if we have more than 10 results,
8 or if return from a previous search.
14 /* Clear the current search selection and reload the results */
15 $(".search-clear").click(function(){
16 $("#search").val("");
22 {% if objects.paginator.count > 10 or request.GET.search %}
33 …d="search" class="form-control" type="text" placeholder="Search {{search_what}}" name="search" val…
[all …]
H A Dtoastertable-simple.html34 …ew-search-input-{{table_name}}" name="search" type="text" placeholder="Search {{title|lower}}" val…
35 …<span class="remove-search-btn-{{table_name}} glyphicon glyphicon-remove-circle" tabindex="-1"></s…
38 <button class="btn btn-default search-submit-{{table_name}}">Search</button>
39 … <button class="btn btn-link remove-search-btn-{{table_name}}">Show all {{title|lower}}</button>
50 …d="search-input-{{table_name}}" name="search" type="text" placeholder="Search {{title|lower}}" val…
51 …<span href="#" style="display:none" class="remove-search-btn-{{table_name}} glyphicon glyphicon-re…
54 <button class="btn btn-default" id="search-submit-{{table_name}}" >Search</button>
H A Dtoastertable.html37 …new-search-input-{{table_name}}" name="search" type="text" placeholder="Search {{title|lower}}" va…
38 …<span class="remove-search-btn-{{table_name}} glyphicon glyphicon-remove-circle" tabindex="-1"></a>
41 <button class="btn btn-default search-submit-{{table_name}}">
42 Search
44 <button class="btn btn-link show-all-{{table_name}} remove-search-btn-{{table_name}}">
67search-input-{{table_name}}" class="form-control" name="search" type="text" placeholder="Search {{…
68 …<span class="remove-search-btn-{{table_name}} glyphicon glyphicon-remove-circle" tabindex="-1" sty…
71 <button class="btn btn-default" id="search-submit-{{table_name}}" >Search</button>
H A Dconfigvars.html14 …{% if request.GET.filter and objects.paginator.count > 0 or request.GET.search and objects.paginat…
16 …{%elif request.GET.filter and objects.paginator.count == 0 or request.GET.search and objects.pagin…
39 …<input class="form-control" id="search" name="search" type="text" value="{% if request.GET.search
40 {% if request.GET.search %}
41 <a href="javascript:$('#search').val('');searchform.submit()" tabindex="-1">
42 <span class="remove-search-btn-variables glyphicon glyphicon-remove-circle"></span>
47 <button class="btn btn-default" type="submit" value="Search">Search</button>
48 …<button class="btn btn-link" onclick="javascript:$('#search').val('');searchform.submit()">Show al…
H A Dprojectbuilds.html29 …{% if request.GET.filter and objects.paginator.count > 0 or request.GET.search and objects.paginat…
31 …{%elif request.GET.filter and objects.paginator.count == 0 or request.GET.search and objects.pagin…
41 {% if request.GET.filter or request.GET.search %}
45 …id="search" name="search" class="input-xxlarge" type="text" value="{{request.GET.search}}"/>{% if …
46 <button class="btn" type="submit" value="Search">Search</button>
47 …<button class="btn btn-link" onclick="javascript:$('#search').val('');searchform.submit()">Show al…
/openbmc/webui-vue/src/components/Global/
H A DSearch.vue2 <div class="search-global">
4 :label="$t('global.form.search')"
11 <icon-search class="search-icon" />
17 class="search-input"
19 :aria-label="$t('global.form.search')"
40 import IconSearch from '@carbon/icons-vue/es/search/16';
46 name: 'Search',
52 return i18n.global.t('global.form.search');
56 emits: ['change-search', 'clear-search'],
65 this.$emit('change-search', this.filter);
[all …]
/openbmc/openbmc/poky/scripts/lib/devtool/
H A Dsearch.py1 # Development tool - search command plugin
8 """Devtool search plugin"""
19 def search(args, config, basepath, workspace): function
20 """Entry point for the devtool 'search' subcommand"""
48 if keyword_rc.search(fn):
58 if keyword_rc.search(pkg):
70 if keyword_rc.search(value):
84 if keyword_rc.search(recipe.pn):
88 if keyword_rc.search(prov):
93 if keyword_rc.search(rprov):
[all …]
/openbmc/webui-vue/tests/unit/Global/
H A DSearch.spec.js2 import Search from '@/components/Global/Search';
4 describe('Search.vue', () => {
5 const wrapper = mount(Search, {
13 it('should emit change-search on triggering onChangeInput', () => {
15 expect(wrapper.emitted('change-search')).toHaveLength(1);
17 it('should emit clear-search on triggering onClearSearch', async () => {
20 expect(wrapper.emitted('clear-search')).toHaveLength(1);
/openbmc/phosphor-webui/app/common/directives/
H A Dlog-search-control.js9 'template': require('./log-search-control.html'),
15 var search =
17 if (event.keyCode === 13 && search.length >= 2) {
19 $scope.addSearchItem(search);
21 if (search.length == 0) {
33 var search =
35 if (search.length >= 2) {
37 $scope.addSearchItem(search);
39 if (search.length == 0) {
H A Dlog-search-control.html1 <section id="event-search" class="row column" aria-label="event log search">
4 <label for="content__search-input">Event Log Search</label>
6 <div class="search-submit__wrapper">
/openbmc/webui-vue/tests/unit/Global/__snapshots__/
H A DSearch.spec.js.snap3 exports[`Search.vue should render correctly 1`] = `
5 class="search-global"
17 global.form.search
30 class="search-icon"
46 aria-label="global.form.search"
47 class="search-input form-control"
49 placeholder="global.form.search"
/openbmc/openbmc/poky/meta/lib/oeqa/manual/
H A Dtoaster-unmanaged-mode.json93 "action": "Input a string in search component and click search.",
94 …ed_results": "Show returned search results. When no search query has been entered, we have placeho…
97 "action": "See returned search results.",
98 …lts": "If your search query returns no results, the section heading changes to \"No builds found\"…
101 … "action": "Click \"Clear search\" icon (icon-remove-sign). Observe all builds are showed. ",
102 "expected_results": "Click it to clear the search and display all builds."
139 …rs are overridden by search. Run a search query and you can see previous filter results are overri…
177 …ve the title of the table is \"Tasks\", in bold \n \n * Observe the search/filter bar above t…
189Search \n \n * Observe that the search text box background text is \"Search tasks\". \n \n …
321search \nSearching should have no impact on the applied sorting. Any results returned should be so…
[all …]
H A Dtoaster-managed-mode.json349 …rs are overridden by search. Run a search query and you can see previous filter results are overri…
375 …"action": "When no search query has been entered, we have placeholder text saying: \"Search builds…
379search query has been submitted and results returned: \n- We keep the search string in the text i…
383 …ion": "If your search query returns no results, the page heading changes to \"No packages found\",…
721 "action": "Search for intel.",
1123search \nSearching should have no impact on the applied sorting. Any results returned should be so…
1149 …"action": "Check that the search is made of a text input field and a \"Search\" button in a toolba…
1153 …"action": "When no search query has been entered, we have placeholder text saying: \"Search compat…
1157 …eld. The placeholder text disappears when the first character is typed. Click search button. \n\n",
1161search string is kept in the text input field. The results returned occur. Click \"Clear search\"…
[all …]
/openbmc/entity-manager/src/
H A Dutils.cpp30 std::regex search(matchString); in findFiles() local
35 if (std::regex_search(path, match, search)) in findFiles()
48 std::regex search(matchString); in findFiles() local
66 if (std::regex_search(path, match, search)) in findFiles()
142 std::regex search(probe); in match() local
144 return std::regex_search(value, regMatch, search); in match()
202 void iReplaceAll(std::string& str, std::string_view search, in iReplaceAll() argument
205 if (search.empty() || search == replace) in iReplaceAll()
213 iFindFirst(str, search); in iReplaceAll()
223 void replaceAll(std::string& str, std::string_view search, in replaceAll() argument
[all …]
/openbmc/phosphor-webui/app/server-health/controllers/
H A Dinventory-overview-controller.js34 var search =
36 if (event.keyCode === 13 && search.length >= 2) {
39 if (search.length == 0) {
46 var search =
48 if (search.length >= 2) {
51 if (search.length == 0) {
/openbmc/u-boot/include/
H A Dsearch.h73 * Search for entry matching __item.key in internal hash table. If
82 * Search for an entry matching "__match". Otherwise, Same semantics
88 /* Search and delete entry matching "__key" in internal hash table. */
113 #define H_MATCH_KEY (1 << 4) /* search/grep key = variable names */
114 #define H_MATCH_DATA (1 << 5) /* search/grep data = variable values */
115 #define H_MATCH_BOTH (H_MATCH_KEY | H_MATCH_DATA) /* search/grep both */
116 #define H_MATCH_IDENT (1 << 6) /* search for indentical strings */
117 #define H_MATCH_SUBSTR (1 << 7) /* search for substring matches */
118 #define H_MATCH_REGEX (1 << 8) /* search for regular expression matches */
/openbmc/openbmc-test-automation/gui/gui_test/hardware_status_menu/
H A Dtest_sensors_sub_menu.robot15 ${xpath_sensors_search} //input[contains(@class,"search-input")]
21 ${xpath_clear_search_input} //*[@title="Clear search input"]
46 #Search field
50 Verify Search Text Entered
51 [Documentation] Verify search text input allowed from "Sensors" page.
73 Verify Invalid Text In Filter Sensors Search
74 [Documentation] Input invalid text in sensor search and verify error message.
81 Page Should Contain No items match the search query
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/fontforge/fontforge/
H A D0001-Fix-Translations-containing-invalid-directives-hs.patch38 - _("The %1$s in the search dialog contains a reference to %2$.20hs which does not exist in t…
39 + _("The %1$s in the search dialog contains a reference to %2$.20s which does not exist in th…
40 i==0?_("Search Pattern"):_("Replace Pattern"),
51 -"The %1$s in the search dialog contains a reference to %2$.20hs which does "
52 +"The %1$s in the search dialog contains a reference to %2$.20s which does "
69 -"The %1$s in the search dialog contains a reference to %2$.20hs which does "
70 +"The %1$s in the search dialog contains a reference to %2$.20s which does "
87 -"The %1$s in the search dialog contains a reference to %2$.20hs which does "
88 +"The %1$s in the search dialog contains a reference to %2$.20s which does "
92 -"The %1$s in the search dialogue contains a reference to %2$.20hs which does "
[all …]
/openbmc/phosphor-objmgr/src/
H A Dhandler.hpp34 * @param reqPath Base path to search for the subtree
35 * @param depth Level of depth to search into the base path
56 * @param reqPath Base path to search for the subtree
57 * @param depth Level of depth to search into the base path
77 * @param id Identifier to search for the subtree
78 * @param objectPath Base path to search for the subtree
101 * @param id Identifier to search for the subtree
102 * @param objectPath Base path to search for the subtree
/openbmc/docs/architecture/
H A Dobject-mapper.md28 - param: interfaces - an optional list of interfaces to constrain the search to
68 - param: subtree - the root of the tree. Using "/" will search the whole tree
69 - param: depth - the maximum depth of the tree past the root to search. Use 0 to
70 search all
71 - param: interfaces - an optional list of interfaces to constrain the search to
131 - param: subtree - the root of the tree. Using "/" will search the whole tree
132 - param: depth - the maximum depth of the tree past the root to search. Use 0 to
133 search all
134 - param: interfaces - an optional list of interfaces to constrain the search to
207 - param: subtreeInterfaces - a list of interfaces to constrain the search to
[all …]
/openbmc/openbmc/meta-openembedded/meta-xfce/recipes-panel-plugins/weather/xfce4-weather-plugin/
H A D0001-libxfce4ui-Avoid-deprecated-functions.patch18 panel-plugin/weather-search.c | 20 +++++++++++---------
49 diff --git a/panel-plugin/weather-search.c b/panel-plugin/weather-search.c
51 --- a/panel-plugin/weather-search.c
52 +++ b/panel-plugin/weather-search.c
57 - xfce_titled_dialog_new_with_buttons(_("Search location"),
66 + xfce_titled_dialog_new_with_mixed_buttons(_("Search location"),
/openbmc/qemu/scripts/codeconverter/codeconverter/
H A Dtest_regexps.py31 assert re.search(RE_MACRO_DEFINE, r'''
59 assert re.search(RE_TYPEINFO_START, r'''
68 assert re.search(RE_TYPEINFO_START, r'''
128 assert re.search(TypeInfoVar.regexp, test_simple, re.MULTILINE)
144 assert re.search(TypeInfoVar.regexp, test_interfaces, re.MULTILINE)
158 assert re.search(TypeInfoVar.regexp, test_comments, re.MULTILINE)
173 assert re.search(TypeInfoVar.regexp, test_comments, re.MULTILINE)
178 assert re.search(RE_STRUCT_TYPEDEF, r'''
187 assert re.search(RE_STRUCT_TYPEDEF, r'''
220 assert not re.search(RE_STRUCT_TYPEDEF, false_positive, re.MULTILINE)
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/functional/
H A Dtest_functional_basic.py46 …self.assertTrue(re.search("Custom images",self.driver.find_element(By.XPATH, "//div[@class='col-md…
53 …self.assertTrue(re.search("Compatible image recipes",self.driver.find_element(By.XPATH, "//div[@cl…
60 …self.assertTrue(re.search("Compatible software recipes",self.driver.find_element(By.XPATH, "//div[…
67 …self.assertTrue(re.search("Compatible machines",self.driver.find_element(By.XPATH, "//div[@class='…
74 …self.assertTrue(re.search("Compatible layers",self.driver.find_element(By.XPATH, "//div[@class='co…
81 …self.assertTrue(re.search("Bitbake variables",self.driver.find_element(By.XPATH, "//div[@class='co…
93 …self.assertTrue(re.search("qemux86-64",self.driver.find_element(By.XPATH, "//span[@id='project-mac…
110 …self.assertTrue(re.search("Yocto Project master",self.driver.find_element(By.XPATH, "//span[@id='p…
115 …self.assertTrue(re.search("3",self.driver.find_element(By.ID, "project-layers-count").text),'There…
141 …self.assertTrue(re.search("qemux86-64",self.driver.find_element(By.ID, "project-machine-name").tex…
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/
H A Dbootstrap3-transition.css61 /* Table search input field */
63 .navbar-search {
67 .navbar-search .input-append {
71 .navbar-search .input-append input[type="text"] {
75 #search {
91 .navbar-inner > .navbar-search .input-append {
95 .navbar-search.input-append {
/openbmc/libbej/include/libbej/
H A Dbej_dictionary.h76 * the search.
78 * @param[out] property - if the search is successful, this will point to a
103 * the search.
105 * @param[out] property - if the search is successful, this will point to a
107 * @param[out] propertyOffset - if the search is successful, this will point

12345678910>>...45