Home
last modified time | relevance | path

Searched refs:dest (Results 1 – 25 of 218580) sorted by path

12345678910>>...8744

/dports/accessibility/at-spi2-atk/at-spi2-atk-2.34.2/atk-adaptor/adaptors/
H A Dvalue-adaptor.c39 GValue dest = { 0 }; in impl_get_MinimumValue() local
54 g_value_init (&dest, G_TYPE_DOUBLE); in impl_get_MinimumValue()
56 if (g_value_transform (&src, &dest)) in impl_get_MinimumValue()
58 dub = g_value_get_double (&dest); in impl_get_MinimumValue()
72 GValue dest = { 0 }; in impl_get_MaximumValue() local
88 g_value_init (&dest, G_TYPE_DOUBLE); in impl_get_MaximumValue()
90 if (g_value_transform (&src, &dest)) in impl_get_MaximumValue()
102 GValue dest = { 0 }; in impl_get_MinimumIncrement() local
116 g_value_init (&dest, G_TYPE_DOUBLE); in impl_get_MinimumIncrement()
130 GValue dest = { 0 }; in impl_get_CurrentValue() local
[all …]
/dports/accessibility/at-spi2-atk/at-spi2-atk-2.34.2/atk-adaptor/
H A Dspi-dbus.h49 dbus_bool_t spi_dbus_get_simple_property (DBusConnection *bus, const char *dest, const char *path, …
/dports/accessibility/at-spi2-core/at-spi2-core-2.36.0/registryd/
H A Ddeviceeventcontroller.c866 const char *dest = dbus_message_get_destination (message); in reset_hung_process() local
874 if (!strcmp (l->data, dest)) in reset_hung_process()
928 const char *dest = dbus_message_get_destination (message); in send_and_allow_reentry() local
934 message = dbus_message_new_method_call (dest, "/", in send_and_allow_reentry()
943 bus_name_dup = g_strdup (dest); in send_and_allow_reentry()
947 if (!strcmp (l->data, dest)) in send_and_allow_reentry()
949 hung_processes = g_slist_prepend (hung_processes, g_strdup (dest)); in send_and_allow_reentry()
/dports/accessibility/atk/atk-2.36.0/atk/
H A Datktext.c1357 AtkTextRectangle *dest) in atk_text_rectangle_union() argument
1369 *dest = *src2; in atk_text_rectangle_union()
1374 *dest = *src1; in atk_text_rectangle_union()
1380 dest->width = MAX (src1->x + src1->width, src2->x + src2->width) - dest_x; in atk_text_rectangle_union()
1381 dest->height = MAX (src1->y + src1->height, src2->y + src2->height) - dest_y; in atk_text_rectangle_union()
1382 dest->x = dest_x; in atk_text_rectangle_union()
1383 dest->y = dest_y; in atk_text_rectangle_union()
/dports/accessibility/atkmm/atkmm-2.28.0/build/
H A Dltmain.sh4318 if test -n "$dest"; then
4319 func_append files " $dest"
4378 if test -z "$dest"; then
4386 func_stripname '' '/' "$dest"
4390 test -d "$dest" && isdir=:
4392 destdir=$dest
4395 func_dirname_and_basename "$dest" "" "."
4402 func_fatal_help "'$dest' is not a directory"
/dports/accessibility/caribou/caribou-0.4.21/libcaribou/
H A Dcaribou-internals.h476 …ribou_modifier_map_entry_copy (const CaribouModifierMapEntry* self, CaribouModifierMapEntry* dest);
481 void caribou_label_map_entry_copy (const CaribouLabelMapEntry* self, CaribouLabelMapEntry* dest);
H A Dkey-model.c152 …ribou_modifier_map_entry_copy (const CaribouModifierMapEntry* self, CaribouModifierMapEntry* dest);
157 void caribou_label_map_entry_copy (const CaribouLabelMapEntry* self, CaribouLabelMapEntry* dest);
1421 …ibou_modifier_map_entry_copy (const CaribouModifierMapEntry* self, CaribouModifierMapEntry* dest) { in caribou_modifier_map_entry_copy() argument
1427 _g_free0 ((*dest).name); in caribou_modifier_map_entry_copy()
1428 (*dest).name = _tmp1_; in caribou_modifier_map_entry_copy()
1430 (*dest).mask = _tmp2_; in caribou_modifier_map_entry_copy()
1464 void caribou_label_map_entry_copy (const CaribouLabelMapEntry* self, CaribouLabelMapEntry* dest) { in caribou_label_map_entry_copy() argument
1471 _g_free0 ((*dest).name); in caribou_label_map_entry_copy()
1472 (*dest).name = _tmp1_; in caribou_label_map_entry_copy()
1475 _g_free0 ((*dest).label); in caribou_label_map_entry_copy()
[all …]
/dports/accessibility/caribou/caribou-0.4.21/
H A Dltmain.sh4130 if test -n "$dest"; then
4131 func_append files " $dest"
4190 if test -z "$dest"; then
4198 func_stripname '' '/' "$dest"
4202 test -d "$dest" && isdir=:
4204 destdir=$dest
4207 func_dirname_and_basename "$dest" "" "."
4214 func_fatal_help "'$dest' is not a directory"
/dports/accessibility/feedbackd/feedbackd-b2a8061cdc7be4fa76f7fa976c67bac4f5a0055c/
H A DREADME.md54 gdbus introspect --session --dest org.sigxcpu.Feedback --object-path /org/sigxcpu/Feedback
/dports/accessibility/kmag/kmag-21.12.3/po/it/
H A Dkmag.po630 #~ msgstr "Modalità bordo dest&ro dello schermo"
/dports/accessibility/py-atspi/pyatspi-2.38.1/config/
H A Dltmain.sh4130 if test -n "$dest"; then
4131 func_append files " $dest"
4190 if test -z "$dest"; then
4198 func_stripname '' '/' "$dest"
4202 test -d "$dest" && isdir=:
4204 destdir=$dest
4207 func_dirname_and_basename "$dest" "" "."
4214 func_fatal_help "'$dest' is not a directory"
/dports/accessibility/py-atspi/pyatspi-2.38.1/tests/pyatspi/
H A Dtestrunner79 parser.add_option("-l", "--library", dest="test_library")
80 parser.add_option("-m", "--module", dest="test_module")
81 parser.add_option("-n", "--name", dest="test_name")
82 parser.add_option("-w", "--wait", action="store_true", dest="wait", default=False)
H A Dtestrunner.in79 parser.add_option("-l", "--library", dest="test_library")
80 parser.add_option("-m", "--module", dest="test_module")
81 parser.add_option("-n", "--name", dest="test_name")
82 parser.add_option("-w", "--wait", action="store_true", dest="wait", default=False)
/dports/accessibility/py-speech-dispatcher/speech-dispatcher-0.10.2/doc/
H A Dtexinfo.tex1096 \def\pdfdest{\pdfextension dest}
1616 \special{pdf:dest (#1) [@thispage /XYZ @xpos @ypos null]}%
1714 % ``\special{pdf:dest ...}'' cannot handle non-ASCII strings.
/dports/accessibility/py-speech-dispatcher/speech-dispatcher-0.10.2/
H A Dimport-nvda.sh27 dest=$(echo "$f" | sed 's|^.*/locale/|locale/|')
28 cp -v "$f" "$dest"
H A Dltmain.sh4222 if test -n "$dest"; then
4223 func_append files " $dest"
4282 if test -z "$dest"; then
4290 func_stripname '' '/' "$dest"
4294 test -d "$dest" && isdir=:
4296 destdir=$dest
4299 func_dirname_and_basename "$dest" "" "."
4306 func_fatal_help "'$dest' is not a directory"
/dports/accessibility/py-speech-dispatcher/speech-dispatcher-0.10.2/locale/da/
H A Demojis.dic53 �� ansigt med glædestårer none
152 �� kat med glædestårer none
/dports/accessibility/py-speech-dispatcher/speech-dispatcher-0.10.2/src/api/python/speechd_config/
H A Dconfig.py.in127 dest='create_user_configuration', action="store_true", default=False,
130 dest='config_basic_settings_user', action="store_true", default=False,
135 parser.add_argument('-d', '--diagnostics', dest='diagnostics',
138 parser.add_argument('-s', '--test-spd-say', dest='test_spd_say',
141 parser.add_argument('--test-festival', dest='test_festival',
146 parser.add_argument('--test-alsa', dest='test_alsa', action="store_true",
148 parser.add_argument('--test-pulse', dest='test_pulse', action="store_true",
150 parser.add_argument('-e', '--espeak', dest='use_espeak_synthesis',
153 parser.add_argument('-n', '--dont-ask', dest='dont_ask',
156 parser.add_argument('-D', '--debug', dest='debug',
[all …]
/dports/accessibility/sctd/sctd-0.2.0/cargo-crates/libc-0.2.68/src/cloudabi/
H A Dmod.rs256 dest: *mut c_char, in wcstombs()
265 dest: *mut c_void, in memcpy()
270 dest: *mut c_void, in memmove()
274 pub fn memset(dest: *mut c_void, c: c_int, n: size_t) -> *mut c_void; in memset()
/dports/accessibility/sctd/sctd-0.2.0/cargo-crates/libc-0.2.68/src/fuchsia/
H A Dmod.rs3392 dest: *mut c_char, in wcstombs()
3401 dest: *mut c_void, in memcpy()
3406 dest: *mut c_void, in memmove()
3410 pub fn memset(dest: *mut c_void, c: c_int, n: size_t) -> *mut c_void; in memset()
/dports/accessibility/sctd/sctd-0.2.0/cargo-crates/libc-0.2.68/src/unix/
H A Dmod.rs543 dest: *mut c_char, in wcstombs()
552 dest: *mut c_void, in memcpy()
557 dest: *mut c_void, in memmove()
561 pub fn memset(dest: *mut c_void, c: c_int, n: size_t) -> *mut c_void; in memset()
/dports/accessibility/sctd/sctd-0.2.0/cargo-crates/libc-0.2.68/src/vxworks/
H A Dmod.rs1180 dest: *mut c_char, in wcstombs()
1189 dest: *mut c_void, in memcpy()
1194 dest: *mut c_void, in memmove()
1198 pub fn memset(dest: *mut c_void, c: c_int, n: size_t) -> *mut c_void; in memset()
/dports/accessibility/sctd/sctd-0.2.0/cargo-crates/libc-0.2.68/src/
H A Dwasi.rs468 dest: *mut c_void, in memcpy()
473 dest: *mut c_void, in memmove()
477 pub fn memset(dest: *mut c_void, c: c_int, n: size_t) -> *mut c_void; in memset()
/dports/accessibility/sctd/sctd-0.2.0/cargo-crates/libc-0.2.68/src/windows/
H A Dmod.rs375 dest: *mut c_char, in wcstombs()
384 dest: *mut c_void, in memcpy()
389 dest: *mut c_void, in memmove()
393 pub fn memset(dest: *mut c_void, c: c_int, n: size_t) -> *mut c_void; in memset()
/dports/accessibility/speech-dispatcher/speech-dispatcher-0.10.2/doc/
H A Dtexinfo.tex1096 \def\pdfdest{\pdfextension dest}
1616 \special{pdf:dest (#1) [@thispage /XYZ @xpos @ypos null]}%
1714 % ``\special{pdf:dest ...}'' cannot handle non-ASCII strings.

12345678910>>...8744