Home
last modified time | relevance | path

Searched refs:entrySpec (Results 1 – 7 of 7) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/modules/libjar/
H A DnsJARURI.cpp64 NS_ASSERTION(StringBeginsWith(entrySpec, NS_BOGUS_ENTRY_SCHEME), in FormatSpec()
77 Substring(entrySpec, 5, entrySpec.Length() - 5)); in FormatSpec()
141 nsAutoCString entrySpec; in GetSpec() local
142 mJAREntry->GetSpec(entrySpec); in GetSpec()
143 return FormatSpec(entrySpec, aSpec); in GetSpec()
148 nsAutoCString entrySpec; in GetSpecIgnoringRef() local
149 mJAREntry->GetSpecIgnoringRef(entrySpec); in GetSpecIgnoringRef()
150 return FormatSpec(entrySpec, aSpec); in GetSpecIgnoringRef()
377 nsAutoCString entrySpec; in GetPathQueryRef() local
378 mJAREntry->GetSpec(entrySpec); in GetPathQueryRef()
[all …]
/dports/www/firefox/firefox-99.0/modules/libjar/
H A DnsJARURI.cpp64 NS_ASSERTION(StringBeginsWith(entrySpec, NS_BOGUS_ENTRY_SCHEME), in FormatSpec()
77 Substring(entrySpec, 5, entrySpec.Length() - 5)); in FormatSpec()
140 nsAutoCString entrySpec; in GetSpec() local
141 mJAREntry->GetSpec(entrySpec); in GetSpec()
142 return FormatSpec(entrySpec, aSpec); in GetSpec()
147 nsAutoCString entrySpec; in GetSpecIgnoringRef() local
148 mJAREntry->GetSpecIgnoringRef(entrySpec); in GetSpecIgnoringRef()
149 return FormatSpec(entrySpec, aSpec); in GetSpecIgnoringRef()
375 nsAutoCString entrySpec; in GetPathQueryRef() local
376 mJAREntry->GetSpec(entrySpec); in GetPathQueryRef()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/modules/libjar/
H A DnsJARURI.cpp75 NS_ASSERTION(StringBeginsWith(entrySpec, NS_BOGUS_ENTRY_SCHEME), in FormatSpec()
88 Substring(entrySpec, 5, entrySpec.Length() - 5)); in FormatSpec()
219 nsAutoCString entrySpec; in GetSpec() local
220 mJAREntry->GetSpec(entrySpec); in GetSpec()
221 return FormatSpec(entrySpec, aSpec); in GetSpec()
227 nsAutoCString entrySpec; in GetSpecIgnoringRef() local
228 mJAREntry->GetSpecIgnoringRef(entrySpec); in GetSpecIgnoringRef()
229 return FormatSpec(entrySpec, aSpec); in GetSpecIgnoringRef()
421 nsAutoCString entrySpec; in GetPath() local
422 mJAREntry->GetSpec(entrySpec); in GetPath()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/modules/libjar/
H A DnsJARURI.cpp64 NS_ASSERTION(StringBeginsWith(entrySpec, NS_BOGUS_ENTRY_SCHEME), in FormatSpec()
77 Substring(entrySpec, 5, entrySpec.Length() - 5)); in FormatSpec()
141 nsAutoCString entrySpec; in GetSpec() local
142 mJAREntry->GetSpec(entrySpec); in GetSpec()
143 return FormatSpec(entrySpec, aSpec); in GetSpec()
148 nsAutoCString entrySpec; in GetSpecIgnoringRef() local
149 mJAREntry->GetSpecIgnoringRef(entrySpec); in GetSpecIgnoringRef()
150 return FormatSpec(entrySpec, aSpec); in GetSpecIgnoringRef()
377 nsAutoCString entrySpec; in GetPathQueryRef() local
378 mJAREntry->GetSpec(entrySpec); in GetPathQueryRef()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/modules/libjar/
H A DnsJARURI.cpp59 NS_ASSERTION(StringBeginsWith(entrySpec, NS_BOGUS_ENTRY_SCHEME), in FormatSpec()
72 Substring(entrySpec, 5, entrySpec.Length() - 5)); in FormatSpec()
182 nsAutoCString entrySpec; in GetSpec() local
183 mJAREntry->GetSpec(entrySpec); in GetSpec()
184 return FormatSpec(entrySpec, aSpec); in GetSpec()
189 nsAutoCString entrySpec; in GetSpecIgnoringRef() local
190 mJAREntry->GetSpecIgnoringRef(entrySpec); in GetSpecIgnoringRef()
191 return FormatSpec(entrySpec, aSpec); in GetSpecIgnoringRef()
418 nsAutoCString entrySpec; in GetPathQueryRef() local
419 mJAREntry->GetSpec(entrySpec); in GetPathQueryRef()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/modules/libjar/
H A DnsJARURI.cpp66 NS_ASSERTION(StringBeginsWith(entrySpec, NS_BOGUS_ENTRY_SCHEME), in FormatSpec()
79 Substring(entrySpec, 5, entrySpec.Length() - 5)); in FormatSpec()
186 nsAutoCString entrySpec; in GetSpec() local
187 mJAREntry->GetSpec(entrySpec); in GetSpec()
188 return FormatSpec(entrySpec, aSpec); in GetSpec()
193 nsAutoCString entrySpec; in GetSpecIgnoringRef() local
194 mJAREntry->GetSpecIgnoringRef(entrySpec); in GetSpecIgnoringRef()
195 return FormatSpec(entrySpec, aSpec); in GetSpecIgnoringRef()
423 nsAutoCString entrySpec; in GetPathQueryRef() local
424 mJAREntry->GetSpec(entrySpec); in GetPathQueryRef()
[all …]
/dports/security/hs-cryptol/cryptol-2.11.0/_cabal_deps/sbv-8.12/Data/SBV/Compilers/
H A DC.hs435 …$$ nest 2 (text "printf" P.<> parens (printQuotes (text " " <+> entrySpec <+> text "=" <+> spec P.…
439 entrySpec = text n P.<> text "[%" P.<> int tab P.<> text "d]" function