Home
last modified time | relevance | path

Searched refs:is_filter (Results 1 – 25 of 375) sorted by relevance

12345678910>>...15

/dports/graphics/argyllcms/Argyll_V1.9.2/usb/driver/
H A Dpnp.c57 dev->is_filter ? 'Y' : 'N', in dispatch_pnp()
103 dev->is_filter ? 'Y' : 'N', in dispatch_pnp()
124 dev->is_filter ? 'Y' : 'N', in dispatch_pnp()
147 dev->is_filter ? 'Y' : 'N', in dispatch_pnp()
153 dev->is_filter ? 'Y' : 'N', in dispatch_pnp()
166 dev->is_filter ? 'Y' : 'N', in dispatch_pnp()
169 if (!dev->is_filter) in dispatch_pnp()
197 dev->is_filter ? 'Y' : 'N', in on_start_complete()
206 if (!dev->is_filter && !dev->is_started) in on_start_complete()
286 if (!dev->is_filter) in on_query_capabilities_complete()
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DDialogListId.h76 if (is_filter()) { in get_chat_list_object()
99 bool is_filter() const { in is_filter() function
110 CHECK(is_filter()); in get_filter_id()
125 if (dialog_list_id.is_filter()) {
/dports/devel/aws-c-mqtt/aws-c-mqtt-0.7.8/source/
H A Dmqtt.c18 static bool s_is_valid_topic(const struct aws_byte_cursor *topic, bool is_filter) { in s_is_valid_topic() argument
53 if (!is_filter) { in s_is_valid_topic()
65 if (!is_filter) { in s_is_valid_topic()
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkcssshadowvalue.c47 guint is_filter : 1; /* values stored in radius are std_dev, for drop-shadow */ member
54 gboolean is_filter);
138 return gtk_css_shadow_value_new (shadows, value->n_shadows, value->is_filter); in gtk_css_value_shadow_compute()
232 return gtk_css_shadow_value_new (shadows, len, start->is_filter); in gtk_css_value_shadow_transition()
300 gboolean is_filter) in gtk_css_shadow_value_new() argument
310 retval->is_filter = is_filter; in gtk_css_shadow_value_new()
545 if (!value->is_filter) in gtk_css_shadow_value_get_extents()
586 if (value->is_filter) in gtk_css_shadow_value_snapshot_outset()
621 if (value->is_filter) in gtk_css_shadow_value_snapshot_inset()
741 if (value->is_filter) in gtk_css_shadow_value_push_snapshot()
/dports/biology/lamarc/lamarc-2.1.8/boost/iostreams/detail/adapter/
H A Dbasic_adapter.hpp39 BOOST_STATIC_ASSERT(is_filter<T>::value); in close()
52 BOOST_STATIC_ASSERT(is_filter<T>::value); in flush()
/dports/textproc/urlview/urlview-45443109/
H A Durlview.c182 int is_filter = 0; local
191 is_filter = 1;
346 for (; is_filter || argv[optind]; optind++)
348 if (is_filter || strcmp ("-", argv[optind]) == 0)
353 else if (!is_filter && argv[optind][0] == '-') {
406 if (is_filter)
/dports/devel/py-pydevd/pydevd-1.1.1/_pydevd_bundle/
H A Dpydevd_utils.py175 is_filter = os.getenv('PYDEVD_FILTER_LIBRARIES') is not None
176 pydev_log.debug("PYDEVD_FILTER_LIBRARIES %s\n" % is_filter)
177 return is_filter
/dports/biology/lamarc/lamarc-2.1.8/boost/iostreams/detail/
H A Dcloser.hpp113 { BOOST_STATIC_ASSERT(is_filter<FilterOrDevice>::value); }; in external_closer()
117 { BOOST_STATIC_ASSERT(is_filter<FilterOrDevice>::value); }; in external_closer()
/dports/www/ilias/ILIAS-5.4.25/Services/WebServices/ECS/classes/Course/
H A Dclass.ilECSCourseMappingRule.php20 private $is_filter = false; variable in ilECSCourseMappingRule
394 $this->is_filter = $a_status;
399 return $this->is_filter;
532 $this->enableFilter($row->is_filter);
/dports/www/ilias6/ILIAS-6.14/Services/WebServices/ECS/classes/Course/
H A Dclass.ilECSCourseMappingRule.php20 private $is_filter = false; variable in ilECSCourseMappingRule
394 $this->is_filter = $a_status;
399 return $this->is_filter;
532 $this->enableFilter($row->is_filter);
/dports/lang/rust/rustc-1.58.1-src/vendor/jsonpath_lib/src/select/
H A Dvalue_walker.rs19 pub fn all_with_str(vec: &[&'a Value], tmp: &mut Vec<&'a Value>, key: &str, is_filter: bool) { in all_with_str()
20 if is_filter { in all_with_str()
/dports/databases/redisjson/jsonpath-198043336123efdb71172af9f5aef18ef5ec2d6b/src/select/
H A Dvalue_walker.rs24 pub fn all_with_str<T>(vec: &[&'a T], tmp: &mut Vec<&'a T>, key: &str, is_filter: bool) in all_with_str()
28 if is_filter { in all_with_str()
/dports/sysutils/fluent-bit/fluent-bit-1.8.11/src/
H A Dflb_plugin.c48 static int is_filter(char *name) in is_filter() function
142 is_filter(name) == FLB_FALSE && in path_to_plugin_name()
236 else if (is_filter(plugin_stname) == FLB_TRUE) { in flb_plugin_load()
/dports/graphics/gthumb/gthumb-3.10.1/gthumb/
H A Ddlg-personalize-filters.c448 gboolean is_filter; in update_sensitivity() local
451 is_filter = FALSE; in update_sensitivity()
457 is_filter = GTH_IS_FILTER (test); in update_sensitivity()
462 gtk_widget_set_sensitive (GET_WIDGET ("edit_button"), is_filter); in update_sensitivity()
463 gtk_widget_set_sensitive (GET_WIDGET ("delete_button"), is_filter); in update_sensitivity()
/dports/devel/boost-docs/boost_1_72_0/boost/iostreams/detail/adapter/
H A Dmode_adapter.hpp39 mpl::if_<is_filter<T>, filter_tag, device_tag>,
40 mpl::if_<is_filter<T>, multichar_tag, empty_base>,
/dports/devel/hyperscan/boost_1_75_0/boost/iostreams/detail/adapter/
H A Dmode_adapter.hpp39 mpl::if_<is_filter<T>, filter_tag, device_tag>,
40 mpl::if_<is_filter<T>, multichar_tag, empty_base>,
/dports/devel/boost-python-libs/boost_1_72_0/boost/iostreams/detail/adapter/
H A Dmode_adapter.hpp39 mpl::if_<is_filter<T>, filter_tag, device_tag>,
40 mpl::if_<is_filter<T>, multichar_tag, empty_base>,
/dports/devel/R-cran-BH/BH/inst/include/boost/iostreams/detail/adapter/
H A Dmode_adapter.hpp39 mpl::if_<is_filter<T>, filter_tag, device_tag>,
40 mpl::if_<is_filter<T>, multichar_tag, empty_base>,
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/boost/iostreams/detail/adapter/
H A Dmode_adapter.hpp39 mpl::if_<is_filter<T>, filter_tag, device_tag>,
40 mpl::if_<is_filter<T>, multichar_tag, empty_base>,
/dports/science/py-scipy/scipy-1.7.1/scipy/_lib/boost/boost/iostreams/detail/adapter/
H A Dmode_adapter.hpp39 mpl::if_<is_filter<T>, filter_tag, device_tag>,
40 mpl::if_<is_filter<T>, multichar_tag, empty_base>,
/dports/math/deal.ii/dealii-803d21ff957e349b3799cd3ef2c840bc78734305/bundled/boost-1.70.0/include/boost/iostreams/detail/adapter/
H A Dmode_adapter.hpp39 mpl::if_<is_filter<T>, filter_tag, device_tag>,
40 mpl::if_<is_filter<T>, multichar_tag, empty_base>,
/dports/security/keybase/client-v5.7.1/shared/ios/Pods/boost-for-react-native/boost/iostreams/detail/adapter/
H A Dmode_adapter.hpp39 mpl::if_<is_filter<T>, filter_tag, device_tag>,
40 mpl::if_<is_filter<T>, multichar_tag, empty_base>,
/dports/devel/boost-libs/boost_1_72_0/boost/iostreams/detail/adapter/
H A Dmode_adapter.hpp39 mpl::if_<is_filter<T>, filter_tag, device_tag>,
40 mpl::if_<is_filter<T>, multichar_tag, empty_base>,
/dports/math/py-pystan/pystan-2.19.0.0/pystan/stan/lib/stan_math/lib/boost_1.69.0/boost/iostreams/detail/adapter/
H A Dmode_adapter.hpp39 mpl::if_<is_filter<T>, filter_tag, device_tag>,
40 mpl::if_<is_filter<T>, multichar_tag, empty_base>,
/dports/audio/supercollider/SuperCollider-3.11.0-Source/external_libraries/boost/boost/iostreams/detail/adapter/
H A Dmode_adapter.hpp39 mpl::if_<is_filter<T>, filter_tag, device_tag>,
40 mpl::if_<is_filter<T>, multichar_tag, empty_base>,

12345678910>>...15