Home
last modified time | relevance | path

Searched full:filter (Results 1 – 25 of 1309) sorted by relevance

12345678910>>...53

/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/syslog-ng/files/
H A Dsyslog-ng.conf.sysvinit91 # Here's come the filter options. With this rules, we can set which
94 filter f_dbg { level(debug); };
95 filter f_info { level(info); };
96 filter f_notice { level(notice); };
97 filter f_warn { level(warn); };
98 filter f_err { level(err); };
99 filter f_crit { level(crit .. emerg); };
101 filter f_debug { level(debug) and not facility(auth, authpriv, news, mail); };
102 filter f_error { level(err .. emerg) ; };
103 filter f_messages { level(info,notice,warn) and
[all …]
H A Dsyslog-ng.conf.systemd92 # Here's come the filter options. With this rules, we can set which
95 filter f_dbg { level(debug); };
96 filter f_info { level(info); };
97 filter f_notice { level(notice); };
98 filter f_warn { level(warn); };
99 filter f_err { level(err); };
100 filter f_crit { level(crit .. emerg); };
102 filter f_debug { level(debug) and not facility(auth, authpriv, news, mail); };
103 filter f_error { level(err .. emerg) ; };
104 filter f_messages { level(info,notice,warn) and
[all …]
/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dfilter.hpp33 * @brief Filter base class for dealing with IPMI request/response
49 * @brief filter concrete class
52 * essentially just a wrapper to hold the filter callback so it can be stored in
53 * the filter list.
56 * commands in priority order and each filter has the opportunity to reject the
62 template <typename Filter>
66 IpmiFilter(Filter&& filter) : filter_(std::move(filter)) {} in IpmiFilter() argument
74 Filter filter_;
78 * @brief helper function to construct a filter object
82 template <typename Filter>
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templatetags/
H A Dprojecttags.py24 @register.filter(name = 'sectohms')
34 @register.filter(name = 'get_tasks')
40 @register.filter(name = "json")
55 return qs.filter(**kwargs)
58 @register.filter("whitespace_slice")
76 @register.filter
82 @register.filter
91 @register.filter(name = 'sortcols')
95 @register.filter
110 @register.filter
[all …]
/openbmc/phosphor-webui/app/common/directives/
H A Dsyslog-filter.html1 <section id="sys-log-filter" class="row column" aria-label="system log filtering">
2 <div class="inline sys-log__severity-filter">
3 <p class="filter-label">Filter by severity</p>
8 <div class="inline sys-log__date-filter">
9 <p class="filter-label">Filter by date range</p>
11 <label for="sys-log-filter-start-date">Start Date</label>
12 …<input id="sys-log-filter-start-date" type="date" max="{{end_date | date:'yyyy-MM-dd'}}" placehold…
16 <label for="sys-log-filter-end-date">End Date</label>
17 …<input id="sys-log-filter-end-date" type="date" min="{{start_date | date:'yyyy-MM-dd'}}" placehold…
20 <div class="inline sys-log__status-filter">
[all …]
H A Dlog-filter.html1 <div id="event-filter">
3 <fieldset class="event__severity-filter">
4 <legend class="filter-label">Filter by severity</legend>
18 <fieldset ng-form="eventDateFilter" class="event__date-filter">
19 …<legend class="filter-label">Filter by date range ({{supportsDateInput ? 'mm/dd/yyyy' : 'yyyy-mm-d…
20 <div class="event__date-filter-content">
22 <label for="event-filter-start-date" class="accessible-text">Start Date</label>
23 …<input name="eventFilterStartDate" id="event-filter-start-date" type="date" max="{{end_date | date…
26 <strong class="event__date-filter-divider" aria-hidden="true">&ndash;</strong>
28 <label for="event-filter-end-date" class="accessible-text">End Date</label>
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Dtablefilter.py15 Stores a filter for a named field, and can retrieve the action
16 requested from the set of actions for that filter;
18 are returned in the JSON for the filter
38 Dump all filter actions as an object which can be JSON serialised;
44 # add the "all" pseudo-filter action, which just selects the whole
53 # add other filter actions
80 # one of the values required for the filter is missing, so set
102 A filter action which displays in the filter popup for a ToasterTable
103 and uses an associated QuerysetFilter to filter the queryset for that
119 it's ignored for a toggle filter action, which is just on or off
[all …]
H A Dtypeaheads.py33 primary_results = layers.filter(layer__name__istartswith=search_term)
34 secondary_results = layers.filter(
70 primary_results = machines.filter(name__istartswith=search_term)
71 secondary_results = machines.filter(
73 tertiary_results = machines.filter(
103 primary_results = distros.filter(name__istartswith=search_term)
104 … secondary_results = distros.filter(name__icontains=search_term).exclude(pk__in=primary_results)
105 …tertiary_results = distros.filter(layer_version__layer__name__icontains=search_term).exclude(pk__i…
130 primary_results = recipes.filter(name__istartswith=search_term)
131 secondary_results = recipes.filter(
[all …]
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DFilter.v1_1_0.json2 "$id": "http://redfish.dmtf.org/schemas/v1/Filter.v1_1_0.json",
3 "$ref": "#/definitions/Filter",
34 "Filter": { object
36 …"description": "The `Filter` schema describes a filter unit for a cooling system or similar device…
72 "description": "The link to the assembly associated with this filter.",
85 "description": "The differential pressure (kPa) across the liquid filter.",
87 …difference in pressure between the intake and outflow connections on the filter. The value of the…
117 "description": "The location of the filter.",
118 … "longDescription": "This property shall contain the location information of this filter."
130 "description": "The manufacturer of this filter.",
[all …]
/openbmc/bmcweb/redfish-core/schema/dmtf/csdl/
H A DFilter_v1.xml4 <!--# Redfish Schema: Filter v1.1.0 -->
48 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Filter">
52 <EntityType Name="Filter" BaseType="Resource.v1_0_0.Resource" Abstract="true">
53 …<Annotation Term="OData.Description" String="The `Filter` schema describes a filter unit for a coo…
92 <Schema xmlns="http://docs.oasis-open.org/odata/ns/edm" Namespace="Filter.v1_0_0">
96 <EntityType Name="Filter" BaseType="Filter.Filter">
99 … <Annotation Term="OData.Description" String="The area or device associated with this filter."/>
100 …iption of the affected device or region within the chassis with which this filter is associated."/>
113 <Annotation Term="OData.Description" String="The manufacturer of this filter."/>
114 … organization responsible for producing the filter. This organization may be the entity from whom…
[all …]
/openbmc/qemu/docs/
H A Dcolo-proxy.txt18 The filter-redirector, filter-mirror, colo-compare
19 and filter-rewriter compose the COLO-proxy.
44 … | | out | | | | | | filter execute order …
49 | | | filter | | filter | | filter +------> colo <------+ +--------> filter +--> adjus…
56 | | | filter execute order | | | | | …
64 … | NOTE: filter direction is rx/tx…
73 Tap --> Mirror Client Filter
80 Mirror Server Filter --> TCP Rewriter
89 Guest --> Redirect Server Filter
90 Redirect server filter receive primary guest packet
[all …]
/openbmc/webui-vue/src/components/Global/
H A DTableFilter.vue2 <div class="table-filter d-inline-block">
22 <icon-filter />
23 {{ $t('global.action.filter') }}
27 v-for="(filter, index) of filters"
29 :label="filter.label"
33 v-for="value in filter.values"
69 (filter) =>
70 'label' in filter && 'values' in filter && 'key' in filter,
75 emits: ['filter-change'],
93 this.tags = this.tags.filter((tag) => tag !== removedTag);
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/templates/
H A Ddetail_sorted_header.html19 {%if tc.filter%}<div class="btn-group pull-right">
20filter.class}}" role="button" class="btn btn-mini {%if request.GET.filter%}{{tc.filter.options|fil…
H A Dtoastertable-filter.html1 <!-- filter modal -->
2 <div id="filter-modal-{{table_name}}" class="modal fade" tabindex="-1" role="dialog" aria-hidden="f…
7 <h3 id="filter-modal-title-{{table_name}}">&nbsp;</h3>
10 <form id="filter-modal-form-{{table_name}}" style="margin-bottom: 0px">
12 <span id="filter-actions-{{table_name}}"></span>
15 <button class="btn btn-primary" type="submit" data-role="filter-apply">
23 <button id="clear-filter-btn-{{table_name}}" style="display:none"></button>
24 <!-- end filter modal -->
H A Dfiltersnippet.html2 <!-- '{{f.class}}' filter -->
13 …<h3>Filter {{total_count}} {%if filter_search_display%}{{filter_search_display|title}}{%else%}{{ob…
15 …<h3>Filter {%if filter_search_display%}{{filter_search_display|title}}{%else%}{{objectname|title}}…
22 …<input type="radio" name="filter" {%if request.GET.filter%}{{f.options|check_filter_status:request…
29 …<input type="radio" name="filter" id="filter_value_{{key}}" {%if key == daterange_selected %}check…
33 …<input type="radio" name="filter" {%if request.GET.filter == option.1 %}checked{%endif%} value="{…
36 …<input type="radio" name="filter" disabled {%if request.GET.filter == option.1 %}checked{%endif%} …
60 {% if request.GET.filter %}
61 … {% if request.GET.filter|string_remove_regex:':.*' != f.options.0.1|string_remove_regex:':.*' %}
62 …xt-right text-muted">You can only apply one filter to the table. This filter will override the cur…
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libxml/
H A Dlibxml-filter-buffertext-perl_1.01.bb1 SUMMARY = "XML::Filter::BufferText - Filter to put all characters() in one event"
3 The XML::Filter::BufferText module is a very simple filter. One common \
6 to, and most don't. This filter does the trivial but oft-repeated task \
11 HOMEPAGE = "https://metacpan.org/dist/XML-Filter-BufferText"
15 SRC_URI = "${CPAN_MIRROR}/authors/id/R/RB/RBERJON/XML-Filter-BufferText-${PV}.tar.gz"
20 S = "${WORKDIR}/XML-Filter-BufferText-${PV}"
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dtable.js16 filter : null, property in tableInit.tableParams
257 /* Setup the filter button */
259 …tton" data-filter-on="' + col.filter_name + '" class="pull-right btn btn-link btn-xs" data-toggle=…
261 filterBtn.data('filter-name', col.filter_name);
266 if (tableParams.filter &&
267 tableParams.filter.match('^'+col.filter_name)) {
311 /* Toggles the active state of the filter button */
319 …ss="btn btn-sm btn-primary" onClick=\'$("#clear-filter-btn-'+ ctx.tableName +'").click();\'>Clear
461 * filterName: (string) internal name for the filter action
463 * filterActionData.count: (number) The number of items this filter will
[all …]
/openbmc/phosphor-dbus-monitor/src/
H A Dfilters.hpp16 * @brief Filter interface
30 /** @brief Apply filter operations to a property value. */
35 * @brief Filter property values utilizing operand based functions.
37 * When configured, an operand filter is applied to a property value each
61 // Apply filter operand to property value in operator ()()
70 // Unable to cast property value to filter value type in operator ()()
71 // to check filter, continue to next filter op in operator ()()
81 /** @brief List of operand based filter functions. */
/openbmc/openbmc-test-automation/gui/gui_test/hardware_status_menu/
H A Dtest_sensors_sub_menu.robot14 ${xpath_sensors_filter} //button[contains(text(),'Filter')]
60 Verify Sensors Filter From Server Health Clickable
61 [Documentation] Verify sensors filter from server health clickable
73 Verify Invalid Text In Filter Sensors Search
92 # Select all severity from filter.
98 # De-select all severity using clear all button in filter.
105 Verify Filter By Severity Button OK
106 [Documentation] Select severity button OK from filter and verify.
108 [Teardown] Clean Up Filter Values
113 # Select OK severity from filter.
[all …]
/openbmc/phosphor-inventory-manager/
H A Devents.hpp21 * and an array of filter callbacks.
23 struct Event : public std::vector<Filter>
39 * @param[in] filters - An array of filter callbacks.
42 explicit Event(const std::vector<Filter>& filters, Type t = Type::STARTUP) : in Event()
43 std::vector<Filter>(filters), type(t) in Event()
68 /** @brief Import from signature and filter constructor.
71 * @param[in] filter - An array of DBus signal
74 DbusSignal(const char* sig, const std::vector<Filter>& filters) : in DbusSignal()
/openbmc/qemu/hw/net/can/
H A Dcan_sja1000.c83 void can_sja_single_filter(struct qemu_can_filter *filter, in can_sja_single_filter() argument
87 filter->can_id = (uint32_t)acr[0] << 21; in can_sja_single_filter()
88 filter->can_id |= (uint32_t)acr[1] << 13; in can_sja_single_filter()
89 filter->can_id |= (uint32_t)acr[2] << 5; in can_sja_single_filter()
90 filter->can_id |= (uint32_t)acr[3] >> 3; in can_sja_single_filter()
92 filter->can_id |= QEMU_CAN_RTR_FLAG; in can_sja_single_filter()
95 filter->can_mask = (uint32_t)amr[0] << 21; in can_sja_single_filter()
96 filter->can_mask |= (uint32_t)amr[1] << 13; in can_sja_single_filter()
97 filter->can_mask |= (uint32_t)amr[2] << 5; in can_sja_single_filter()
98 filter->can_mask |= (uint32_t)amr[3] >> 3; in can_sja_single_filter()
[all …]
/openbmc/qemu/stats/
H A Dstats-qmp-cmds.c38 StatsFilter *filter, StatsRequest *request, in invoke_stats_cb() argument
55 switch (filter->target) { in invoke_stats_cb()
59 if (filter->u.vcpu.has_vcpus) { in invoke_stats_cb()
60 if (!filter->u.vcpu.vcpus) { in invoke_stats_cb()
64 targets = filter->u.vcpu.vcpus; in invoke_stats_cb()
73 entry->stats_cb(stats_results, filter->target, names, targets, errp); in invoke_stats_cb()
82 StatsResultList *qmp_query_stats(StatsFilter *filter, Error **errp) in qmp_query_stats() argument
89 if (filter->has_providers) { in qmp_query_stats()
90 for (request = filter->providers; request; request = request->next) { in qmp_query_stats()
91 if (!invoke_stats_cb(entry, &stats_results, filter, in qmp_query_stats()
[all …]
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/builds/
H A Dtest_core_image_min.py52 tasks = Task.objects.filter(
73 tasks = Task.objects.filter(outcome=2).values('id', 'sstate_result')
86 tasks = Task.objects.filter(
106 tasks = Task.objects.filter(
121 tasks = Task.objects.filter(
135 tasks = Task.objects.filter(task_executed=1).values('id', 'outcome')
148 tasks = Task.objects.filter(
164 builds = Build.objects.filter(outcome=0).values('id')
167 tasks = Task.objects.filter(
185 target = Target.objects.filter(id=row['target_id']).values('id')
[all …]
/openbmc/qemu/tests/qemu-iotests/
H A D2834 # Test for copy-before-write filter permission conflict
34 copy-before-write filter so it can copy all data to the target before it is
35 changed. copy-before-write filter is appended above source node, to achieve
38 append several copy-before-write filter like nodes to handle such parents). The
60 copy-before-write filter wants to unshare write permission on its source child.
102 print('\n=== copy-before-write filter should be gone after job-finalize ===\n')
124 filter_node_name='backup-filter',
130 # The copy-before-write filter should still be present prior to finalization
131 assert vm.node_info('backup-filter') is not None
136 # The filter should be gone now. Check that by trying to access it
[all …]
/openbmc/phosphor-logging/tools/
H A Dgen-eventfilter.py19 SCRIPT_DIR, "phosphor-logging", "templates", "event-filter.cpp.mako"
25 Validates a JSON filter file against the eventfilter schema.
28 description="Validate an event filter JSON file against the schema."
31 "filter",
33 help="Path to the JSON filter file to validate.",
37 with open(args.filter, "r") as f:

12345678910>>...53