Home
last modified time | relevance | path

Searched refs:Punt (Results 1 – 25 of 1584) sorted by relevance

12345678910>>...64

/dports/lang/spidermonkey78/firefox-78.9.0/services/fxaccounts/rust-bridge/firefox-accounts-bridge/src/punt/
H A Dpunt.rs15 pub enum Punt { enum
44 impl Punt { impl
49 Punt::ToJson => concat!(module_path!(), "toJson"), in name()
52 Punt::Disconnect => concat!(module_path!(), "disconnect"), in name()
54 Punt::GetSessionToken => concat!(module_path!(), "getSessionToken"), in name()
58 Punt::HandleSessionTokenChange { .. } => { in name()
61 Punt::MigrateFromSessionToken { .. } => { in name()
64 Punt::RetryMigrateFromSessionToken => { in name()
68 Punt::GetProfile { .. } => concat!(module_path!(), "getProfile"), in name()
73 Punt::FetchDevices { .. } => concat!(module_path!(), "fetchDevices"), in name()
[all …]
H A Dtask.rs7 punt::{Punt, PuntResult},
36 punt: AtomicRefCell<Option<Punt>>,
47 punt: Punt, in new() argument
99 Self::new(fxa, Punt::Disconnect, callback) in for_disconnect()
108 Self::new(fxa, Punt::ToJson, callback) in for_to_json()
388 Punt::BeginOAuthFlow(scopes) => { in run_with_punt()
395 Punt::Disconnect => { in run_with_punt()
404 Punt::CheckAuthorizationStatus => fxa in run_with_punt()
407 Punt::ClearAccessTokenCache => { in run_with_punt()
420 Punt::IsInMigrationState => { in run_with_punt()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/toolkit/components/extensions/storage/webext_storage_bridge/src/
H A Dpunt.rs29 pub enum Punt { enum
51 impl Punt { implementation
56 Punt::Get { .. } => "webext_storage::get", in name()
57 Punt::Set { .. } => "webext_storage::set", in name()
125 punt: AtomicRefCell<Option<Punt>>,
136 punt: Punt, in new() argument
168 Punt::Set { ext_id, value } => { in inner_run()
171 Punt::Get { ext_id, keys } => { in inner_run()
174 Punt::Remove { ext_id, keys } => { in inner_run()
177 Punt::Clear { ext_id } => { in inner_run()
[all …]
H A Darea.rs30 use crate::punt::{Punt, PuntTask, TeardownTask};
102 fn dispatch(&self, punt: Punt, callback: &mozIExtensionStorageCallback) -> Result<()> { in dispatch() argument
145 Punt::Set { in set()
169 Punt::Get { in get()
192 Punt::Remove { in remove()
209 Punt::Clear { in clear()
231 Punt::GetBytesInUse { in getBytesInUse()
270 self.dispatch(Punt::TakeMigrationInfo, callback) in takeMigrationInfo()
295 self.dispatch(Punt::FetchPendingSyncChanges, callback) in fetch_pending_sync_changes()
/dports/www/firefox/firefox-99.0/toolkit/components/extensions/storage/webext_storage_bridge/src/
H A Dpunt.rs29 pub enum Punt { enum
51 impl Punt { implementation
56 Punt::Get { .. } => "webext_storage::get", in name()
57 Punt::Set { .. } => "webext_storage::set", in name()
125 punt: AtomicRefCell<Option<Punt>>,
136 punt: Punt, in new() argument
168 Punt::Set { ext_id, value } => { in inner_run()
171 Punt::Get { ext_id, keys } => { in inner_run()
174 Punt::Remove { ext_id, keys } => { in inner_run()
177 Punt::Clear { ext_id } => { in inner_run()
[all …]
H A Darea.rs30 use crate::punt::{Punt, PuntTask, TeardownTask};
102 fn dispatch(&self, punt: Punt, callback: &mozIExtensionStorageCallback) -> Result<()> { in dispatch() argument
145 Punt::Set { in set()
169 Punt::Get { in get()
192 Punt::Remove { in remove()
209 Punt::Clear { in clear()
231 Punt::GetBytesInUse { in getBytesInUse()
270 self.dispatch(Punt::TakeMigrationInfo, callback) in takeMigrationInfo()
295 self.dispatch(Punt::FetchPendingSyncChanges, callback) in fetch_pending_sync_changes()
/dports/www/firefox-esr/firefox-91.8.0/toolkit/components/extensions/storage/webext_storage_bridge/src/
H A Dpunt.rs29 pub enum Punt { enum
51 impl Punt { implementation
56 Punt::Get { .. } => "webext_storage::get", in name()
57 Punt::Set { .. } => "webext_storage::set", in name()
125 punt: AtomicRefCell<Option<Punt>>,
136 punt: Punt, in new() argument
168 Punt::Set { ext_id, value } => { in inner_run()
171 Punt::Get { ext_id, keys } => { in inner_run()
174 Punt::Remove { ext_id, keys } => { in inner_run()
177 Punt::Clear { ext_id } => { in inner_run()
[all …]
H A Darea.rs30 use crate::punt::{Punt, PuntTask, TeardownTask};
102 fn dispatch(&self, punt: Punt, callback: &mozIExtensionStorageCallback) -> Result<()> { in dispatch() argument
145 Punt::Set { in set()
169 Punt::Get { in get()
192 Punt::Remove { in remove()
209 Punt::Clear { in clear()
231 Punt::GetBytesInUse { in getBytesInUse()
270 self.dispatch(Punt::TakeMigrationInfo, callback) in takeMigrationInfo()
295 self.dispatch(Punt::FetchPendingSyncChanges, callback) in fetch_pending_sync_changes()
/dports/lang/spidermonkey78/firefox-78.9.0/toolkit/components/extensions/storage/webext_storage_bridge/src/
H A Dpunt.rs29 pub enum Punt { enum
51 impl Punt { impl
56 Punt::Get { .. } => "webext_storage::get", in name()
57 Punt::Set { .. } => "webext_storage::set", in name()
125 punt: AtomicRefCell<Option<Punt>>,
136 punt: Punt, in new() argument
168 Punt::Set { ext_id, value } => { in inner_run()
171 Punt::Get { ext_id, keys } => { in inner_run()
174 Punt::Remove { ext_id, keys } => { in inner_run()
177 Punt::Clear { ext_id } => { in inner_run()
[all …]
H A Darea.rs30 use crate::punt::{Punt, PuntTask, TeardownTask};
102 fn dispatch(&self, punt: Punt, callback: &mozIExtensionStorageCallback) -> Result<()> { in dispatch() argument
145 Punt::Set { in set()
169 Punt::Get { in get()
192 Punt::Remove { in remove()
209 Punt::Clear { in clear()
231 Punt::GetBytesInUse { in getBytesInUse()
270 self.dispatch(Punt::TakeMigrationInfo, callback) in takeMigrationInfo()
295 self.dispatch(Punt::FetchPendingSyncChanges, callback) in fetch_pending_sync_changes()
/dports/editors/calligra/calligra-3.2.1/plugins/stencilsdocker/stencils/Cisco/
H A Ddot_dot.desktop5 Name[ca]=Punt-Punt
6 Name[ca@valencia]=Punt-Punt
H A Daccesspoint.desktop4 Name[ca]=Punt d'accés
5 Name[ca@valencia]=Punt d'accés
H A Ddual_mode_accesspoint.desktop4 Name[ca]=Punt d'accés de mode dual
5 Name[ca@valencia]=Punt d'accés de mode dual
/dports/devel/fmake/fmake-r250982/
H A Dproc.c52 Punt("Cannot dup2: %s", strerror(errno)); in Proc_Exec()
61 Punt("Cannot dup2: %s", strerror(errno)); in Proc_Exec()
70 Punt("Cannot dup2: %s", strerror(errno)); in Proc_Exec()
79 Punt("Cannot dup2: %s", strerror(errno)); in Proc_Exec()
/dports/x11/xmh/xmh-1.0.3/
H A Dutil.c51 void Punt(char *str) in Punt() function
89 if (close(fid) < 0) Punt("Error in myclose!"); in myclose()
97 if (fclose(file) < 0) Punt("Error in myfclose!"); in myfclose()
145 Punt(str); in FOpenAndCheck()
204 Punt(str); in DeleteFileAndCheck()
217 Punt(buf); in CopyFileAndCheck()
235 Punt(str); in RenameAndCheck()
/dports/sysutils/restic/restic-0.12.1/vendor/github.com/kurin/blazer/base/
H A Dbase.go66 return Punt
78 return Punt
88 return Punt
94 return Punt
126 Punt const
/dports/java/sablevm-classpath/sablevm-classpath-1.13/resource/gnu/java/locale/
H A DLocaleInformation_ga.properties13 currenciesDisplayName.LBP=Punt na Liob\u00e1ine
22 currenciesDisplayName.ZMP=Punt Saimbiach
23 currenciesDisplayName.AUP=Punt Astr\u00e1lach
25 currenciesDisplayName.MTP=Punt Maltach
29 currenciesDisplayName.GHP=Punt Gh\u00e1na
53 currenciesDisplayName.LYP=Punt Libia
108 currenciesDisplayName.GBP=Punt Steirling
123 currenciesDisplayName.SYP=Punt Siria
140 currenciesDisplayName.CYP=Punt na Cipire
207 currenciesDisplayName.SSP=Punt Albanach
[all …]
/dports/devel/bmake/bmake/
H A Djob.c1423 Punt("Cannot vfork: %s", strerror(errno)); in JobExec()
1610 Punt("Could not fdopen %s", tfile); in JobWriteShellCommands()
1658 Punt("JobStart no job slots vacant"); in JobStart()
2080 Punt("poll: %s", strerror(errno)); in Job_CatchOutput()
2094 Punt("unexpected eof on token pipe"); in Job_CatchOutput()
2714 Punt("Watching watched job"); in watchfd()
2736 Punt("Unwatching unwatched job"); in clearfd()
2747 Punt("odd-numbered fd with meta"); in clearfd()
2772 Punt("Polling unwatched job"); in readyfd()
2853 Punt("token botch"); in Job_TokenReturn()
[all …]
/dports/finance/odoo/odoo-19d77c2a03335eb95a686bd69a1b56b38e87d609/odoo/addons/pos_sale/i18n/
H A Dca.po92 msgstr "Configuració del Punt de Venda"
97 msgstr "Comandes del Punt de Venda"
102 msgstr "Sessió del Punt de Venda"
107 msgstr "Terminal Punt de Venda"
170 "Les vendes d'aquest Punt de Venda estaran relacionades amb aquest equip de "
/dports/x11-wm/vtwm/vtwm-5.5.0/contrib/nexpm/
H A Dnexpm.c99 void Punt();
273 Punt(0);
346 Punt(1);
351 Punt(i) in Punt() function
/dports/multimedia/obs-studio/obs-studio-27.1.3/plugins/obs-transitions/data/locale/
H A Dca-ES.ini13 TransitionPoint="Punt de transició"
14 TransitionPointFrame="Punt de transició (fotograma)"
30 SwitchPoint="Punt de color àlgid"
/dports/www/firefox/firefox-99.0/toolkit/components/extensions/docs/
H A Dwebext-storage.rst163 Punt::Set {
179 … the main thread, then does the work via the supplied callback param, `self.dispatch` and a `Punt`.
181 ….org/mozilla-central/source/xpcom/rust/moz_task>`_ support, shifting the `Punt` to another thread …
183 Punt subsection
186 `Punt` is a whimsical name somewhat related to a "bridge" - it carries things across and back.
189 …t of the API we expose suitable for moving across threads. In short, the `Punt` is created on the …
197 Punt::Set { ext_id, value } => {
221 xpcom - bridge main thread->>moz_task worker thread: Punt this
/dports/misc/rump/buildrump.sh-b914579/src/usr.bin/make/
H A Djob.c402 Punt("Cannot create pipe: %s", strerror(errno)); in JobCreatePipe()
1317 Punt("Cannot vfork: %s", strerror(errno)); in JobExec()
1521 Punt("JobStart no job slots vacant"); in JobStart()
1584 Punt("Could not fdopen %s", tfile); in JobStart()
2060 Punt("poll: %s", strerror(errno)); in Job_CatchOutput()
2068 Punt("unexpected eof on token pipe"); in Job_CatchOutput()
2755 Punt("Watching watched job"); in watchfd()
2769 Punt("Unwatching unwatched job"); in clearfd()
2787 Punt("Polling unwatched job"); in readyfd()
2875 Punt("token botch"); in Job_TokenReturn()
[all …]
/dports/misc/iso-codes/iso-codes-59767ed869f3952575f7d0f639a290a4c4b315e5/iso_4217/
H A Dga.po190 msgstr "Punt na hÉigipte"
226 msgstr "Punt Ghiobráltair"
343 msgstr "Punt na Liobáine"
512 msgstr "Punt na Súdáine"
524 msgstr "Punt San Héilin"
542 msgstr "Punt na Súdáine"
554 msgstr "Punt Siria"
/dports/x11/libXpm/libXpm-3.5.13/sxpm/
H A Dsxpm.c114 void Punt(int i) _X_NORETURN;
571 Punt(0); in main()
666 Punt(1); in ErrorMessage()
671 Punt(int i) in Punt() function
709 Punt(0); in kinput()

12345678910>>...64