Home
last modified time | relevance | path

Searched refs:format_return (Results 1 – 25 of 60) sorted by relevance

123

/dports/devel/wininfo/wininfo-0.7/src/
H A Dewmhview.c424 int format_return; in get_window_manager_name() local
431 &type_return, &format_return, in get_window_manager_name()
458 if( format_return == 8 ) { in get_window_manager_name()
467 if( format_return == 8 ) { in get_window_manager_name()
504 int format_return; in check_for_EWMH_wm() local
600 int format_return; in is_application_window() local
607 &type_return, &format_return, in is_application_window()
625 int format_return; in ewmhview_clear() local
650 &type_return, &format_return, in ewmhview_clear()
661 &type_return, &format_return, in ewmhview_clear()
[all …]
H A Dxresview.c245 int format_return; in is_application_window() local
252 &type_return, &format_return, in is_application_window()
270 int format_return; in xresview_load() local
/dports/x11/plasma5-plasma-desktop/plasma-desktop-5.23.5/kcms/mouse/backends/x11/
H A Dx11_libinput_dummydevice.cpp60 int format_return; in valueWriterPart() local
66 …perty(dpy, deviceid, valAtom, 0, 1, False, XA_INTEGER, &type_return, &format_return, &num_items_re… in valueWriterPart()
74 if (type_return != XA_INTEGER || !data || format_return != 8) { in valueWriterPart()
102 int format_return; in valueWriterPart() local
108 …perty(dpy, deviceid, valAtom, 0, 1, False, float_type, &type_return, &format_return, &num_items_re… in valueWriterPart()
116 if (type_return != float_type || !data || format_return != 32 || num_items_return != 1) { in valueWriterPart()
124 … XIChangeProperty(dpy, deviceid, valAtom, float_type, format_return, XIPropModeReplace, buffer, 1); in valueWriterPart()
H A Dx11_evdev_backend.cpp196 int format_return; in evdevApplyReverseScroll() local
210 &format_return, in evdevApplyReverseScroll()
230 &format_return, in evdevApplyReverseScroll()
237 …if (status == Success && type_return == XA_INTEGER && format_return == 32 && num_items_return == 3… in evdevApplyReverseScroll()
254 &format_return, in evdevApplyReverseScroll()
260 …if (status == Success && type_return == XA_INTEGER && format_return == 8 && num_items_return == 4)… in evdevApplyReverseScroll()
/dports/sysutils/docker-compose/docker-compose-1.24.0/tests/unit/cli/
H A Dverbose_proxy_test.py23 actual = verbose_proxy.format_return(list(range(10)), 2)
28 actual = verbose_proxy.format_return({'Id': 'ok'}, 2)
32 actual = verbose_proxy.format_return(None, 2)
/dports/x11/libX11/libX11-1.7.2/src/xcms/
H A DLRGB.c469 int format_return, count, cType, nTables; in LINEAR_RGB_InitSCCData() local
495 &format_return, &nitems, &nbytes_return, &property_return) || in LINEAR_RGB_InitSCCData()
496 nitems != 18 || format_return != 32) { in LINEAR_RGB_InitSCCData()
511 *pValue++ = (long)_XcmsGetElement(format_return, &pChar, in LINEAR_RGB_InitSCCData()
575 &format_return, &nitems, &nbytes_return, &property_return)) { in LINEAR_RGB_InitSCCData()
582 switch (format_return) { in LINEAR_RGB_InitSCCData()
639 visualID = _XcmsGetElement(format_return, &pChar, &nitems); in LINEAR_RGB_InitSCCData()
641 visualID = visualID << format_return; in LINEAR_RGB_InitSCCData()
642 visualID |= _XcmsGetElement(format_return, &pChar, &nitems); in LINEAR_RGB_InitSCCData()
677 cType = _XcmsGetElement(format_return, &pChar, &nitems); in LINEAR_RGB_InitSCCData()
[all …]
/dports/x11/slop/slop-7.6/src/
H A Dx.cpp17 int format_return; in getWindowGeometry() local
22 &format_return, &nitems_return, &bytes_after_return, in getWindowGeometry()
24 … if ((type_return == XA_CARDINAL) && (format_return == 32) && (nitems_return == 4) && (data)) { in getWindowGeometry()
/dports/audio/libcanberra-gtk3/libcanberra-0.30/src/
H A Dcanberra-gtk-module.c304 gint format_return; in window_get_desktop() local
318 &format_return, &nitems_return, &bytes_after_return, in window_get_desktop()
322 if (type_return == XA_CARDINAL && format_return == 32 && data) { in window_get_desktop()
337 gint format_return; in display_get_desktop() local
351 &format_return, &nitems_return, &bytes_after_return, in display_get_desktop()
355 if (type_return == XA_CARDINAL && format_return == 32 && data) { in display_get_desktop()
371 gint format_return; in window_is_xembed() local
393 &format_return, &nitems_return, &bytes_after_return, in window_is_xembed()
405 if (type_return == xembed && format_return == 32 && data) in window_is_xembed()
H A Dcanberra-gtk.c182 gint format_return; in window_get_desktop() local
196 &format_return, &nitems_return, &bytes_after_return, in window_get_desktop()
200 if (type_return == XA_CARDINAL && format_return == 32 && data) { in window_get_desktop()
/dports/audio/libcanberra/libcanberra-0.30/src/
H A Dcanberra-gtk-module.c304 gint format_return; in window_get_desktop() local
318 &format_return, &nitems_return, &bytes_after_return, in window_get_desktop()
322 if (type_return == XA_CARDINAL && format_return == 32 && data) { in window_get_desktop()
337 gint format_return; in display_get_desktop() local
351 &format_return, &nitems_return, &bytes_after_return, in display_get_desktop()
355 if (type_return == XA_CARDINAL && format_return == 32 && data) { in display_get_desktop()
371 gint format_return; in window_is_xembed() local
393 &format_return, &nitems_return, &bytes_after_return, in window_is_xembed()
405 if (type_return == xembed && format_return == 32 && data) in window_is_xembed()
H A Dcanberra-gtk.c182 gint format_return; in window_get_desktop() local
196 &format_return, &nitems_return, &bytes_after_return, in window_get_desktop()
200 if (type_return == XA_CARDINAL && format_return == 32 && data) { in window_get_desktop()
/dports/sysutils/docker-compose/docker-compose-1.24.0/compose/cli/
H A Dverbose_proxy.py18 def format_return(result, max_lines): function
59 format_return(result, self.max_lines))
/dports/x11/xinput/xinput-1.6.3/src/
H A Dtransform.c67 int format_return; in apply_matrix() local
90 &type_return, &format_return, &nitems, &bytes_after, in apply_matrix()
92 if (rc != Success || prop_float != type_return || format_return != 32 || in apply_matrix()
102 format_return, PropModeReplace, data.c, nitems); in apply_matrix()
/dports/graphics/opendx/dx-4.4.4/src/uipp/base/
H A DDragSource.C302 int *format_return) in DragSource_ConvertProc() argument
347 *format_return = 8; in DragSource_ConvertProc()
442 int *format_return, in IncConvertProc() argument
462 *format_return = 8; in IncConvertProc()
/dports/x11-wm/leftwm/leftwm-0.2.11/leftwm-core/src/display_servers/xlib_display_server/xwrap/
H A Dgetters.rs265 let mut format_return: i32 = 0; in get_window_actions_atoms() localVariable
280 &mut format_return, in get_window_actions_atoms()
401 let mut format_return: i32 = 0; in get_window_states_atoms() localVariable
416 &mut format_return, in get_window_states_atoms()
526 let mut format_return: i32 = 0; in get_property() localVariable
541 &mut format_return, in get_property()
/dports/x11-toolkits/libXmu/libXmu-1.1.3/include/X11/Xmu/
H A DStdSel.h49 int *format_return
/dports/x11/libXi/libXi-1.8/src/
H A DXIProperties.c169 Atom *type_return, int *format_return, in XIGetProperty() argument
239 *format_return = rep.format; in XIGetProperty()
/dports/multimedia/xine/xine-ui-0.99.12/src/xitk/xine-toolkit/
H A Dxitk.c456 int format_return; in get_wm_name() local
459 &type_return, &format_return, &nitems_return, in get_wm_name()
477 if(format_return == 8) in get_wm_name()
482 else if(format_return == 8) in get_wm_name()
549 int format_return; in xitk_check_wm() local
555 &type_return, &format_return, &nitems_return, in xitk_check_wm()
567 &type_return, &format_return, &nitems_return, in xitk_check_wm()
572 if((format_return == 32) && (nitems_return == 1) in xitk_check_wm()
602 int format_return; in xitk_check_wm() local
606 &type_return, &format_return, &nitems_return, in xitk_check_wm()
[all …]
/dports/x11-toolkits/gtk20/gtk+-2.24.33/gdk/x11/
H A Dgdkscreen-x11.c1396 gint format_return; in gdk_screen_get_active_window() local
1413 &format_return, &nitems_return, in gdk_screen_get_active_window()
1417 if ((type_return == XA_WINDOW) && (format_return == 32) && (data)) in gdk_screen_get_active_window()
1467 gint format_return; in gdk_screen_get_window_stack() local
1484 &format_return, &nitems_return, in gdk_screen_get_window_stack()
1488 if ((type_return == XA_WINDOW) && (format_return == 32) && in gdk_screen_get_window_stack()
/dports/graphics/maim/maim-5.7.4/src/
H A Dx.cpp22 int format_return; in getWindowGeometry() local
28 &format_return, &nitems_return, &bytes_after_return, in getWindowGeometry()
30 … if ((type_return == XA_CARDINAL) && (format_return == 32) && (nitems_return == 4) && (data)) { in getWindowGeometry()
/dports/x11-toolkits/libXaw/libXaw-1.0.14/include/X11/Xaw/
H A DTextSrc.h249 int *format_return
/dports/sysutils/py-salt/salt-3004.1/tests/support/
H A Dcase.py432 def format_return(retcode, stdout, stderr=None, timed_out=False):
491 return format_return(
513 return format_return(process.returncode, out, err or "")
536 return format_return(process.returncode, out)
/dports/x11/libXpm/libXpm-3.5.13/sxpm/
H A Dsxpm.c117 void GetNumbers(int num, int *format_return,
719 int *format_return, in GetNumbers() argument
723 *format_return = num / 10000; in GetNumbers()
/dports/x11-toolkits/lesstif/lesstif-0.95.2/lib/Xm-2.1/
H A DCutPaste.c71 int *type_return, int *format_return,
83 int *format_return, unsigned new_item);
101 int *format_return,
537 int *type_return, int *format_return, in _XmClipboardGetWindowProperty() argument
651 if (format_return) in _XmClipboardGetWindowProperty()
653 *format_return = actual_format; in _XmClipboardGetWindowProperty()
859 int *format_return, unsigned prop_id) in _XmClipboardFindItem() argument
868 NULL, format_return, False); in _XmClipboardFindItem()
1080 unsigned **data, int *len, int *format_return, in _XmClipboardRetrieveItem() argument
1113 if (format_return) in _XmClipboardRetrieveItem()
[all …]
/dports/lang/fpc-source/fpc-3.2.2/packages/x11/src/
H A Dxinput2.pp673 format_return: Pcint;
689 format_return: Pcint;
723 type_return: PAtom; format_return: Pcint; num_items_return: Pculong;
726 …play, deviceid, _property, offset, length, Ord(delete_property), _type, type_return, format_return,

123