Home
last modified time | relevance | path

Searched defs:scope (Results 1 – 25 of 26623) sorted by path

12345678910>>...1065

/dports/accessibility/py-speech-dispatcher/speech-dispatcher-0.10.2/src/api/python/speechd/
H A Dclient.py792 def cancel(self, scope=Scope.SELF): argument
802 def stop(self, scope=Scope.SELF): argument
811 def pause(self, scope=Scope.SELF): argument
824 def resume(self, scope=Scope.SELF): argument
860 def set_language(self, language, scope=Scope.SELF): argument
895 def set_pitch(self, value, scope=Scope.SELF): argument
916 def set_pitch_range(self, value, scope=Scope.SELF): argument
930 def set_rate(self, value, scope=Scope.SELF): argument
951 def set_volume(self, value, scope=Scope.SELF): argument
990 def set_spelling(self, value, scope=Scope.SELF): argument
[all …]
/dports/accessibility/py-speech-dispatcher/speech-dispatcher-0.10.2/src/server/
H A Dparse.c669 char *scope; in parse_set() local
/dports/accessibility/speech-dispatcher/speech-dispatcher-0.10.2/src/api/python/speechd/
H A Dclient.py792 def cancel(self, scope=Scope.SELF): argument
802 def stop(self, scope=Scope.SELF): argument
811 def pause(self, scope=Scope.SELF): argument
824 def resume(self, scope=Scope.SELF): argument
860 def set_language(self, language, scope=Scope.SELF): argument
895 def set_pitch(self, value, scope=Scope.SELF): argument
916 def set_pitch_range(self, value, scope=Scope.SELF): argument
930 def set_rate(self, value, scope=Scope.SELF): argument
951 def set_volume(self, value, scope=Scope.SELF): argument
990 def set_spelling(self, value, scope=Scope.SELF): argument
[all …]
/dports/accessibility/speech-dispatcher/speech-dispatcher-0.10.2/src/server/
H A Dparse.c669 char *scope; in parse_set() local
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/syn-1.0.86/src/
H A Dbuffer.rs156 scope: *const Entry, field
H A Dgroup.rs76 let scope = crate::buffer::close_span_of_group(*cursor); in parse_delimited() localVariable
H A Dlookahead.rs60 scope: Span, field
H A Dmac.rs147 let scope = delimiter_span_close(&self.delimiter); in parse_body_with() localVariable
H A Dparse.rs250 scope: Span, field
335 scope: Span, field
1194 let scope = Span::call_site(); in tokens_to_parse_buffer() localVariable
H A Dtoken.rs159 let scope = Span::call_site(); in peek_impl() localVariable
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/thiserror-impl-1.0.30/src/
H A Dast.rs61 let scope = ParamsInScope::new(&node.generics); in from_syn() localVariable
80 let scope = ParamsInScope::new(&node.generics); in from_syn() localVariable
/dports/accessibility/wl-gammarelay-rs/wl-gammarelay-rs-0.2.1/cargo-crates/tokio-1.16.1/src/task/
H A Dtask_local.rs119 pub fn scope<F>(&'static self, value: T, f: F) -> TaskLocalFuture<T, F> in scope() method
152 let scope = TaskLocalFuture { in sync_scope() localVariable
/dports/archivers/7-zip/7-zip-21.07/CPP/Windows/
H A DNet.cpp20 DWORD CEnum::Open(DWORD scope, DWORD type, DWORD usage, LPNETRESOURCE netResource) in Open()
29 DWORD CEnum::Open(DWORD scope, DWORD type, DWORD usage, LPNETRESOURCEW netResource) in Open()
141 DWORD CEnum::Open(DWORD scope, DWORD type, DWORD usage, const CResource *resource) in Open()
154 DWORD CEnum::Open(DWORD scope, DWORD type, DWORD usage, const CResourceW *resource) in Open()
/dports/archivers/maxcso/maxcso-1.10.0/7zip/CPP/Windows/
H A DNet.cpp20 DWORD CEnum::Open(DWORD scope, DWORD type, DWORD usage, LPNETRESOURCE netResource) in Open()
29 DWORD CEnum::Open(DWORD scope, DWORD type, DWORD usage, LPNETRESOURCEW netResource) in Open()
141 DWORD CEnum::Open(DWORD scope, DWORD type, DWORD usage, const CResource *resource) in Open()
156 DWORD CEnum::Open(DWORD scope, DWORD type, DWORD usage, const CResourceW *resource) in Open()
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/align/
H A Dpolaralignmentassistant.h76 void setCurrentTelescope(ISD::Telescope *scope) in setCurrentTelescope()
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/ekoslive/
H A Dmessage.cpp522 for (auto &scope : allScopes) in sendScopes() local
/dports/astro/kstars/kstars-3.5.6/kstars/ekos/guide/
H A Dguide.cpp3374 const int scope = settings["scope"].toInt(FOVScopeCombo->currentIndex()); in setSettings() local
/dports/astro/kstars/kstars-3.5.6/kstars/oal/
H A Dlog.cpp822 …QString observer, site, session, target, faintestStar, seeing, scope, eyepiece, lens, filter, resu… in readObservation() local
H A Dobservation.cpp30 … double faintestStar, double seeing, Scope *scope, Eyepiece *eyepiece, Lens *lens, in Observation()
H A Dobservation.h32 … double faintestStar, double seeing, QString scope, QString eyepiece, QString lens, QString filter, in Observation()
61 QString scope() const in scope() function
/dports/astro/opencpn/OpenCPN-5.2.4/libs/glshim/src/proxy/client/src/
H A Dclient.c12743 int snd_pcm_meter_add_scope(snd_pcm_t * pcm, snd_pcm_scope_t * scope) { in snd_pcm_meter_add_scope()
13070 void * snd_pcm_scope_get_callback_private(snd_pcm_scope_t * scope) { in snd_pcm_scope_get_callback_private()
13080 const char * snd_pcm_scope_get_name(snd_pcm_scope_t * scope) { in snd_pcm_scope_get_name()
13100 int16_t * snd_pcm_scope_s16_get_channel_buffer(snd_pcm_scope_t * scope, unsigned int channel) { in snd_pcm_scope_s16_get_channel_buffer()
13123 void snd_pcm_scope_set_callback_private(snd_pcm_scope_t * scope, void * val) { in snd_pcm_scope_set_callback_private()
13132 void snd_pcm_scope_set_name(snd_pcm_scope_t * scope, const char * val) { in snd_pcm_scope_set_name()
13141 void snd_pcm_scope_set_ops(snd_pcm_scope_t * scope, const snd_pcm_scope_ops_t * val) { in snd_pcm_scope_set_ops()
/dports/astro/osmosis/osmosis-0.48.3/script/contrib/
H A Dapidb_0.6.sql1128 scope character varying, field
/dports/astro/phd2/phd2-2.6.10/
H A Daui_controls.cpp609 const Scope *scope = TheScope(); in CalibrationQuadState() local
H A Dbacklash_comp.cpp384 BacklashComp::BacklashComp(Scope *scope) in BacklashComp()
H A Deegg.cpp150 Mount *scope = TheScope(); in OnEEGG() local

12345678910>>...1065