Home
last modified time | relevance | path

Searched refs:method_call (Results 1 – 25 of 822) sorted by last modified time

12345678910>>...33

/dports/x11-wm/awesome/awesome-4.3/utils/
H A Dawesome-client45 $DBUS_SEND --dest=$DBUS_DEST --type=method_call --print-reply \
/dports/lang/spidermonkey78/firefox-78.9.0/python/mozbuild/mozbuild/
H A Dutil.py1017 def method_call(self, instance, *args): member in memoize
1028 functools.partial(self.method_call, instance), self.func)
/dports/graphics/darktable/darktable-3.6.1/tools/
H A Dwatch_folder.sh92 HAVE_LUA=$("${DBUS_SEND}" --print-reply --type=method_call --dest=org.darktable.service /darktable …
102 …"${DBUS_SEND}" --type=method_call --dest=org.darktable.service /darktable org.darktable.service.Re…
107 …"${DBUS_SEND}" --type=method_call --dest=org.darktable.service /darktable org.darktable.service.Re…
118 …"${DBUS_SEND}" --type=method_call --dest=org.darktable.service /darktable org.darktable.service.Re…
120 …ID=$("${DBUS_SEND}" --print-reply --type=method_call --dest=org.darktable.service /darktable org.d…
/dports/graphics/darktable38/darktable-3.8.0/tools/
H A Dwatch_folder.sh92 HAVE_LUA=$("${DBUS_SEND}" --print-reply --type=method_call --dest=org.darktable.service /darktable …
102 …"${DBUS_SEND}" --type=method_call --dest=org.darktable.service /darktable org.darktable.service.Re…
107 …"${DBUS_SEND}" --type=method_call --dest=org.darktable.service /darktable org.darktable.service.Re…
118 …"${DBUS_SEND}" --type=method_call --dest=org.darktable.service /darktable org.darktable.service.Re…
120 …ID=$("${DBUS_SEND}" --print-reply --type=method_call --dest=org.darktable.service /darktable org.d…
/dports/devel/codeworker/CodeWorker4_5_3/WebSite/tutorials/overview/
H A DCWscript2HTML.cwp163 variable_expression ['.' #continue method_call]?
178 #overload method_call ::=
H A DCodeWorker_grammar.cws229 variable_expression ['.' #continue method_call]?
279 method_call ::=
/dports/devel/codeworker/CodeWorker4_5_3/WebSite/repository/
H A DCWscript2HTML.cwp137 variable_expression '.' #continue method_call ';'
201 variable_expression ['.' #continue method_call]?
218 #overload method_call ::=
H A DCodeWorker_grammar.cwp260 variable_expression ['.' #continue method_call]?
346 method_call ::=
399 variable_expression '.' #continue method_call ';'
/dports/devel/codeworker/CodeWorker4_5_3/WebSite/
H A DCodeWorker_grammar.cwp260 variable_expression ['.' #continue method_call]?
346 method_call ::=
399 variable_expression '.' #continue method_call ';'
/dports/devel/xdg-utils/xdg-utils-1.1.3/scripts/
H A Dxdg-screensaver.in243 --type=method_call \
273 --type=method_call \
284 --type=method_call \
529 --type=method_call \
540 --type=method_call \
551 --type=method_call \
595 --type=method_call \
610 --type=method_call \
627 --type=method_call \
670 --type=method_call \
[all …]
/dports/devel/p5-Config-Objective/Config-Objective-0.9.1/
H A Dgrammar.yp110 method_call
205 : method_call EOS
243 method_call
/dports/audio/cantata/cantata-2.4.2/
H A Dcantata-remote.cmake69 …status=`$dbus --print-reply --reply-timeout=250 --type=method_call --session --dest=$service $path…
79 … dbus-send --type=method_call --session --dest=$service $path $methodPrefix.$method $methodArgument
/dports/mail/thunderbird/thunderbird-91.8.0/third_party/rust/dbus/src/
H A Dmessage.rs582 …pub fn method_call(destination: &BusName, path: &Path, iface: &Interface, name: &Member) -> Messag… in method_call() method
971 let mut msg = Message::method_call(&self.dest, &self.path, i, m); in method_call_with_args()
H A Dprop.rs28 let mut m = Message::method_call(&self.name, &self.path, in get()
44 let mut m = Message::method_call(&self.name, &self.path, in set()
54 let mut m = Message::method_call(&self.name, &self.path, in get_all()
H A Dlib.rs189 let m = Message::method_call(&"org.freedesktop.DBus".into(), &"/".into(), in message_listnames()
/dports/mail/thunderbird/thunderbird-91.8.0/python/mozbuild/mozbuild/
H A Dutil.py1044 def method_call(self, instance, *args): member in memoize
1055 functools.partial(self.method_call, instance), self.func
/dports/www/firefox/firefox-99.0/third_party/rust/dbus/src/
H A Dprop.rs28 let mut m = Message::method_call(&self.name, &self.path, in get()
44 let mut m = Message::method_call(&self.name, &self.path, in set()
54 let mut m = Message::method_call(&self.name, &self.path, in get_all()
H A Dmessage.rs582 …pub fn method_call(destination: &BusName, path: &Path, iface: &Interface, name: &Member) -> Messag… in method_call() method
971 let mut msg = Message::method_call(&self.dest, &self.path, i, m); in method_call_with_args()
H A Dlib.rs189 let m = Message::method_call(&"org.freedesktop.DBus".into(), &"/".into(), in message_listnames()
/dports/www/firefox/firefox-99.0/third_party/python/taskcluster_taskgraph/taskgraph/util/
H A Dmemoize.py28 def method_call(self, instance, *args): member in memoize
39 functools.partial(self.method_call, instance), self.func
/dports/www/firefox/firefox-99.0/python/mozbuild/mozbuild/
H A Dutil.py1055 def method_call(self, instance, *args): member in memoize
1066 functools.partial(self.method_call, instance), self.func
/dports/www/firefox-esr/firefox-91.8.0/third_party/rust/dbus/src/
H A Dprop.rs28 let mut m = Message::method_call(&self.name, &self.path, in get()
44 let mut m = Message::method_call(&self.name, &self.path, in set()
54 let mut m = Message::method_call(&self.name, &self.path, in get_all()
H A Dlib.rs189 let m = Message::method_call(&"org.freedesktop.DBus".into(), &"/".into(), in message_listnames()
H A Dmessage.rs582 …pub fn method_call(destination: &BusName, path: &Path, iface: &Interface, name: &Member) -> Messag… in method_call() method
971 let mut msg = Message::method_call(&self.dest, &self.path, i, m); in method_call_with_args()
/dports/www/firefox-esr/firefox-91.8.0/python/mozbuild/mozbuild/
H A Dutil.py1044 def method_call(self, instance, *args): member in memoize
1055 functools.partial(self.method_call, instance), self.func

12345678910>>...33