Home
last modified time | relevance | path

Searched defs:selector (Results 126 – 150 of 12679) sorted by relevance

12345678910>>...508

/dports/x11-toolkits/gtkimageview/gtkimageview-1.6.4/src/
H A Dgtkimagetoolselector.c386 GtkImageToolSelector *selector = GTK_IMAGE_TOOL_SELECTOR (tool); in cursor_at_point() local
398 GtkImageToolSelector *selector = GTK_IMAGE_TOOL_SELECTOR (tool); in button_press() local
437 GtkImageToolSelector *selector = GTK_IMAGE_TOOL_SELECTOR (tool); in button_release() local
449 GtkImageToolSelector *selector = (GtkImageToolSelector *)data; in autoscroll_cb() local
476 GtkImageToolSelector *selector = GTK_IMAGE_TOOL_SELECTOR (tool); in motion_notify() local
506 GtkImageToolSelector *selector = GTK_IMAGE_TOOL_SELECTOR (tool); in pixbuf_changed() local
543 GtkImageToolSelector *selector = GTK_IMAGE_TOOL_SELECTOR (tool); in paint_image() local
617 GtkImageToolSelector *selector = GTK_IMAGE_TOOL_SELECTOR (object); in gtk_image_tool_selector_finalize() local
687 GtkImageToolSelector *selector = GTK_IMAGE_TOOL_SELECTOR (object); in gtk_image_tool_selector_set_property() local
768 gtk_image_tool_selector_get_selection (GtkImageToolSelector *selector, in gtk_image_tool_selector_get_selection()
[all …]
/dports/textproc/py-sphinx-autoapi/sphinx-autoapi-1.8.4/tests/dotnetexample/example/Identity/test/Identity.FunctionalTests/Extensions/
H A DHtmlAssert.cs21 public static IHtmlAnchorElement HasLink(string selector, IHtmlDocument document) in HasLink()
27 … internal static IEnumerable<IHtmlElement> HasElements(string selector, IHtmlDocument document) in HasElements()
39 public static IHtmlElement HasElement(string selector, IParentNode document) in HasElement()
45 public static IHtmlFormElement HasForm(string selector, IParentNode document) in HasForm()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/sun/net/util/
H A DIPAddressUtilTest.java46 {"238.255.2550.255", bad},
47 {"238.2550.255.255", bad},
63 public static void main(String[] args) { in testIllegalArgForNoHost()
/dports/mail/evolution/evolution-3.42.1/src/e-util/
H A De-source-selector.c67 ESourceSelector *selector; member
181 ESourceSelector *selector = user_data; in source_selector_pulse_busy_renderer_cb() local
284 ESourceSelector *selector; in source_selector_write_done_cb() local
1293 ESourceSelector *selector; in source_selector_constructed() local
1336 ESourceSelector *selector; in source_selector_button_press_event() local
1477 ESourceSelector *selector; in source_selector_drag_drop() local
1561 ESourceSelector *selector; in source_selector_popup_menu() local
2208 ESourceSelector *selector; in source_selector_check_selected() member
2246 ESourceSelector *selector; in e_source_selector_get_selection() member
2264 ESourceSelector *selector; member
[all …]
/dports/graphics/gimp-app/gimp-2.10.30/app/widgets/
H A Dgimppivotselector.c181 gimp_pivot_selector_init (GimpPivotSelector *selector) in gimp_pivot_selector_init()
240 GimpPivotSelector *selector = GIMP_PIVOT_SELECTOR (object); in gimp_pivot_selector_set_property() local
296 GimpPivotSelector *selector = GIMP_PIVOT_SELECTOR (object); in gimp_pivot_selector_get_property() local
328 GimpPivotSelector *selector) in gimp_pivot_selector_button_toggled()
346 gimp_pivot_selector_position_to_button (GimpPivotSelector *selector, in gimp_pivot_selector_position_to_button()
377 gimp_pivot_selector_button_to_position (GimpPivotSelector *selector, in gimp_pivot_selector_button_to_position()
393 gimp_pivot_selector_update_active_button (GimpPivotSelector *selector) in gimp_pivot_selector_update_active_button()
463 gimp_pivot_selector_set_bounds (GimpPivotSelector *selector, in gimp_pivot_selector_set_bounds()
497 gimp_pivot_selector_get_bounds (GimpPivotSelector *selector, in gimp_pivot_selector_get_bounds()
512 gimp_pivot_selector_set_position (GimpPivotSelector *selector, in gimp_pivot_selector_set_position()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/components/autofill_assistant/browser/actions/
H A Dselect_option_action_unittest.cc55 Selector selector({"#select"}); in TEST_F() local
64 Selector selector({"#select"}); in TEST_F() local
74 Selector selector({"#select"}); in TEST_F() local
94 Selector selector({"#select"}); in TEST_F() local
118 Selector selector({"#select"}); in TEST_F() local
137 Selector selector({"#select"}); in TEST_F() local
162 Selector selector({"#select"}); in TEST_F() local
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/impexp/Documentation/
H A Dscreenshots.json40 "selector": "#export-configuration", string
49 {"action": "drawBox", "selector": "#export-configuration"}, string
67 {"action": "drawBox", "selector": ".t3js-impexp-preview"}, string
80 {"action": "drawBox", "selector": "#export-advancedoptions"}, string
96 {"action": "drawBox", "selector": "#export-filepreset"}, string
183 {"action": "drawBox", "selector": "input[name='upload_1']"}, string
185 {"action": "drawBox", "selector": "input[name='_upload']"}, string
212 {"action": "drawBox", "selector": "#import-import"}, string
214 {"action": "drawBox", "selector": "input[value='Preview']"}, string
227 {"action": "drawBox", "selector": ".t3js-impexp-preview"}, string
[all …]
/dports/lang/mono/mono-5.10.1.57/external/rx/Rx/NET/Source/System.Reactive.Linq/Reactive/Linq/
H A DQueryLanguage.Aggregates.cs44 …l IObservable<double> Average<TSource>(IObservable<TSource> source, Func<TSource, double> selector) in Average()
49 …ual IObservable<float> Average<TSource>(IObservable<TSource> source, Func<TSource, float> selector) in Average()
59 …tual IObservable<double> Average<TSource>(IObservable<TSource> source, Func<TSource, int> selector) in Average()
64 …ual IObservable<double> Average<TSource>(IObservable<TSource> source, Func<TSource, long> selector) in Average()
697 …lic virtual IObservable<int> Max<TSource>(IObservable<TSource> source, Func<TSource, int> selector) in Max()
702 …c virtual IObservable<long> Max<TSource>(IObservable<TSource> source, Func<TSource, long> selector) in Max()
722 …c virtual IObservable<int?> Max<TSource>(IObservable<TSource> source, Func<TSource, int?> selector) in Max()
893 …lic virtual IObservable<int> Min<TSource>(IObservable<TSource> source, Func<TSource, int> selector) in Min()
898 …c virtual IObservable<long> Min<TSource>(IObservable<TSource> source, Func<TSource, long> selector) in Min()
918 …c virtual IObservable<int?> Min<TSource>(IObservable<TSource> source, Func<TSource, int?> selector) in Min()
[all …]
/dports/x11/mate-applets/mate-applets-1.26.0/cpufreq/src/cpufreq-selector/
H A Dcpufreq-selector-libcpufreq.c58 cpufreq_selector_libcpufreq_init (CPUFreqSelectorLibcpufreq *selector) in cpufreq_selector_libcpufreq_init()
74 CPUFreqSelector *selector; in cpufreq_selector_libcpufreq_new() local
84 cpufreq_selector_libcpufreq_get_valid_frequency (CPUFreqSelectorLibcpufreq *selector, in cpufreq_selector_libcpufreq_get_valid_frequency()
120 cpufreq_selector_libcpufreq_set_frequency (CPUFreqSelector *selector, in cpufreq_selector_libcpufreq_set_frequency()
147 cpufreq_selector_libcpufreq_validate_governor (CPUFreqSelectorLibcpufreq *selector, in cpufreq_selector_libcpufreq_validate_governor()
175 cpufreq_selector_libcpufreq_set_governor (CPUFreqSelector *selector, in cpufreq_selector_libcpufreq_set_governor()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/fixtures/accessibility/
H A Dpa11y_with_errors.json13 "selector": "#main-nav > div:nth-child(1) > a", string
23 "selector": "#main-nav > div:nth-child(2) > ul > li:nth-child(1) > a", string
33 "selector": "#main-nav > div:nth-child(2) > ul > li:nth-child(2) > a", string
43 "selector": "#main-nav > div:nth-child(2) > ul > li:nth-child(3) > a", string
53 "selector": "#main-nav > div:nth-child(2) > ul > li:nth-child(4) > a", string
63 "selector": "#main-nav > div:nth-child(2) > ul > li:nth-child(5) > a", string
73 "selector": "#main-nav > div:nth-child(2) > ul > li:nth-child(6) > a", string
83 "selector": "#main-nav > div:nth-child(2) > ul > div:nth-child(8) > a", string
93 "selector": "#main-nav > div:nth-child(2) > ul > div:nth-child(9) > li:nth-child(1) > a", string
103 "selector": "#main-nav > div:nth-child(2) > ul > div:nth-child(9) > li:nth-child(2) > a", string
/dports/editors/xed/xed-3.2.0/xed/
H A Dxed-highlight-mode-selector.c98 XedHighlightModeSelector *selector) in visible_func()
140 XedHighlightModeSelector *selector) in on_entry_activate()
147 XedHighlightModeSelector *selector) in on_entry_changed()
160 move_selection (XedHighlightModeSelector *selector, in move_selection()
216 XedHighlightModeSelector *selector) in on_entry_key_press_event()
245 XedHighlightModeSelector *selector) in on_entry_realized()
261 XedHighlightModeSelector *selector) in on_row_activated()
267 xed_highlight_mode_selector_init (XedHighlightModeSelector *selector) in xed_highlight_mode_selector_init()
334 xed_highlight_mode_selector_select_language (XedHighlightModeSelector *selector, in xed_highlight_mode_selector_select_language()
382 xed_highlight_mode_selector_activate_selected_language (XedHighlightModeSelector *selector) in xed_highlight_mode_selector_activate_selected_language()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/autofill_assistant/browser/web/
H A Dweb_controller_browsertest.cc776 Selector selector; in IN_PROC_BROWSER_TEST_F() local
784 Selector selector; in IN_PROC_BROWSER_TEST_F() local
797 Selector selector; in IN_PROC_BROWSER_TEST_F() local
824 Selector selector; in IN_PROC_BROWSER_TEST_F() local
835 Selector selector; in IN_PROC_BROWSER_TEST_F() local
847 Selector selector; in IN_PROC_BROWSER_TEST_F() local
858 Selector selector; in IN_PROC_BROWSER_TEST_F() local
867 Selector selector; in IN_PROC_BROWSER_TEST_F() local
936 Selector selector; in IN_PROC_BROWSER_TEST_F() local
1006 Selector selector; in IN_PROC_BROWSER_TEST_F() local
[all …]
/dports/lang/python-legacy/Python-2.7.18/Lib/plat-mac/Carbon/
H A DControlAccessor.py7 def SetControlData_Handle(control, part, selector, data): argument
10 def GetControlData_Handle(control, part, selector): argument
28 def SetControlData(control, part, selector, data): argument
42 def GetControlData(control, part, selector): argument
/dports/lang/python27/Python-2.7.18/Lib/plat-mac/Carbon/
H A DControlAccessor.py7 def SetControlData_Handle(control, part, selector, data): argument
10 def GetControlData_Handle(control, part, selector): argument
28 def SetControlData(control, part, selector, data): argument
42 def GetControlData(control, part, selector): argument
/dports/lang/rust/rustc-1.58.1-src/vendor/jsonpath_lib/tests/
H A Dselector.rs37 let mut selector = Selector::default(); in selector_mut() localVariable
60 let mut selector = Selector::default(); in selector_node_ref() localVariable
80 let mut selector = Selector::default(); in selector_delete() localVariable
115 let mut selector = Selector::default(); in selector_remove() localVariable
/dports/devel/py-jupyterlab-server/jupyterlab_server-2.8.2/jupyterlab_server/tests/schemas/@jupyterlab/shortcuts-extension/
H A Dplugin.json12 "selector": { "default": "body" } object
21 "selector": { "default": "body" } object
30 "selector": { "default": "body" } object
39 "selector": { "default": "body" } object
102 "selector": { "default": "body" } object
111 "selector": { "default": "body" } object
120 "selector": { "default": "body" } object
138 "selector": { "default": "body" } object
174 "selector": { "default": "body" } object
291 "selector": { object
[all …]
/dports/devel/py-jupyterlab_launcher/jupyterlab_launcher-0.13.1/jupyterlab_launcher/tests/schemas/@jupyterlab/shortcuts-extension/
H A Dplugin.json12 "selector": { "default": "body" } object
21 "selector": { "default": "body" } object
30 "selector": { "default": "body" } object
39 "selector": { "default": "body" } object
102 "selector": { "default": "body" } object
111 "selector": { "default": "body" } object
120 "selector": { "default": "body" } object
138 "selector": { "default": "body" } object
174 "selector": { "default": "body" } object
291 "selector": { object
[all …]
/dports/databases/redisjson/jsonpath-198043336123efdb71172af9f5aef18ef5ec2d6b/src/
H A Dlib.rs183 let mut selector = Selector::default(); in compile() localVariable
225 pub fn selector<'a>(json: &'a Value) -> impl FnMut(&'a str) -> Result<Vec<&'a Value>, JsonPathError… in selector() function
226 let mut selector = Selector::default(); in selector() localVariable
280 let mut selector = Selector::default(); in selector_as() localVariable
437 let mut selector = SelectorMut::default(); in delete() localVariable
489 let mut selector = SelectorMut::default(); in replace_with() localVariable
559 let mut selector = Selector::default(); in select() localVariable
/dports/devel/cdash/CDash-2-2-3/tests/kwtest/simpletest/
H A Dform.php210 function getValue($selector) {
233 function setField($selector, $value, $position=false) {
255 function attachLabelBySelector($selector, $label) {
272 function hasSubmit($selector) {
287 function hasImage($selector) {
305 function submitButton($selector, $additional = false) {
331 function submitImage($selector, $x, $y, $additional = false) {
/dports/graphics/gimp-app/gimp-2.10.30/libgimpwidgets/
H A Dgimppageselector.c209 gimp_page_selector_init (GimpPageSelector *selector) in gimp_page_selector_init()
418 gimp_page_selector_set_n_pages (GimpPageSelector *selector, in gimp_page_selector_set_n_pages()
477 gimp_page_selector_get_n_pages (GimpPageSelector *selector) in gimp_page_selector_get_n_pages()
523 gimp_page_selector_get_target (GimpPageSelector *selector) in gimp_page_selector_get_target()
631 gimp_page_selector_set_page_label (GimpPageSelector *selector, in gimp_page_selector_set_page_label()
673 gimp_page_selector_get_page_label (GimpPageSelector *selector, in gimp_page_selector_get_page_label()
712 gimp_page_selector_select_all (GimpPageSelector *selector) in gimp_page_selector_select_all()
732 gimp_page_selector_unselect_all (GimpPageSelector *selector) in gimp_page_selector_unselect_all()
753 gimp_page_selector_select_page (GimpPageSelector *selector, in gimp_page_selector_select_page()
785 gimp_page_selector_unselect_page (GimpPageSelector *selector, in gimp_page_selector_unselect_page()
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.platform.ui/tests/org.eclipse.e4.ui.tests.css.core/src/org/eclipse/e4/ui/tests/css/core/
H A DCSSEngineTest.java52 Selector selector = engine.parseSelectors("E[a~='B']").item(0); in testSelectorMatchOneOf() local
62 Selector selector = engine.parseSelectors("E[a='B']").item(0); in testSelectorAttributeIs() local
70 Selector selector = engine.parseSelectors("E[a='']").item(0); in testSelectorAttributeIs_EmptySting() local
78 Selector selector = engine.parseSelectors("E[b='']").item(0); in testSelectorAttributeIs_NotPresent() local
/dports/multimedia/mpv/mpv-0.34.1/audio/out/
H A Dao_coreaudio_properties.c26 OSStatus ca_get(AudioObjectID id, ca_scope scope, ca_sel selector, in ca_get()
38 OSStatus ca_set(AudioObjectID id, ca_scope scope, ca_sel selector, in ca_set()
50 OSStatus ca_get_ary(AudioObjectID id, ca_scope scope, ca_sel selector, in ca_get_ary()
78 OSStatus ca_get_str(AudioObjectID id, ca_scope scope, ca_sel selector, in ca_get_str()
92 Boolean ca_settable(AudioObjectID id, ca_scope scope, ca_sel selector, in ca_settable()
/dports/devel/mongo-c-driver/mongo-c-driver-1.8.1/src/mongoc/
H A Dmongoc-bulk-operation.c147 const bson_t *selector, in _mongoc_bulk_operation_remove_with_opts()
180 const bson_t *selector, in mongoc_bulk_operation_remove_one_with_opts()
220 const bson_t *selector, in mongoc_bulk_operation_remove_many_with_opts()
311 const bson_t *selector) in mongoc_bulk_operation_delete()
322 const bson_t *selector) in mongoc_bulk_operation_delete_one()
436 const bson_t *selector, in mongoc_bulk_operation_replace_one()
462 const bson_t *selector, in mongoc_bulk_operation_replace_one_with_opts()
505 const bson_t *selector, in _mongoc_bulk_operation_update_with_opts()
543 const bson_t *selector, in mongoc_bulk_operation_update_one_with_opts()
621 const bson_t *selector, in mongoc_bulk_operation_update()
[all …]
/dports/x11-toolkits/gtk40/gtk-4.4.1/gtk/
H A Dgtkcssselector.c122 GtkCssSelector selector; member
139 gtk_css_selector_hash_one (const GtkCssSelector *selector) in gtk_css_selector_hash_one()
529 print_any (const GtkCssSelector *selector, in print_any()
536 match_any (const GtkCssSelector *selector, in match_any()
559 match_name (const GtkCssSelector *selector, in match_name()
591 match_class (const GtkCssSelector *selector, in match_class()
628 match_id (const GtkCssSelector *selector, in match_id()
666 hash_pseudoclass_state (const GtkCssSelector *selector) in hash_pseudoclass_state()
1541 GtkCssSelector *selector = NULL; in _gtk_css_selector_parse() local
1601 _gtk_css_selector_free (GtkCssSelector *selector) in _gtk_css_selector_free()
[all …]
/dports/databases/libgda5/libgda-5.2.10/libgda-ui/internal/
H A Dgdaui-provider-auth-editor.c76 GObjectClass *object_class = G_OBJECT_CLASS (klass); in gdaui_dsn_selector_init()
93 G_TYPE_FROM_CLASS (object_class), in gdaui_dsn_selector_init()
110 auth_form_changed (G_GNUC_UNUSED GdauiBasicForm *form, G_GNUC_UNUSED GdaHolder *param, gboolean is_…
133 gdaui_provider_auth_editor_finalize (GObject *object)
206 (GClassInitFunc) gdaui_provider_auth_editor_class_init, in _gdaui_dsn_selector_get_dsn()
224 * _gdaui_provider_auth_editor_new in _gdaui_dsn_selector_set_dsn()
225 * @provider: the provider to be used in _gdaui_dsn_selector_set_dsn()

12345678910>>...508