Home
last modified time | relevance | path

Searched refs:aSpec (Results 1 – 25 of 699) sorted by relevance

12345678910>>...28

/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/base/src/
H A DnsNewMailnewsURI.cpp25 nsresult NS_NewMailnewsURI(nsIURI** aURI, const nsACString& aSpec, in NS_NewMailnewsURI() argument
34 nsresult rv = net_ExtractURLScheme(aSpec, scheme); in NS_NewMailnewsURI()
47 return nsMailboxService::NewURI(aSpec, aCharset, aBaseURI, aURI); in NS_NewMailnewsURI()
51 return nsImapService::NewURI(aSpec, aCharset, aBaseURI, aURI); in NS_NewMailnewsURI()
56 rv = nsImapService::NewURI(aSpec, aCharset, aBaseURI, aURI); in NS_NewMailnewsURI()
81 return nsPop3Service::NewURI(aSpec, aCharset, aBaseURI, aURI); in NS_NewMailnewsURI()
85 return nsNntpService::NewURI(aSpec, aCharset, aBaseURI, aURI); in NS_NewMailnewsURI()
102 .SetSpec(aSpec) in NS_NewMailnewsURI()
107 .SetSpec(aSpec) in NS_NewMailnewsURI()
112 .SetSpec(aSpec) in NS_NewMailnewsURI()
[all …]
/dports/mail/addresses/Addresses-0.4.8/Goodies/LDAPAddressBook/LDAPAddressBookClass/
H A DLDAPAddressBook.m37 - initWithSpecification: (NSDictionary*) aSpec
50 if([aSpec objectForKey: @"Host"])
51 host = [aSpec objectForKey: @"Host"];
52 if([aSpec objectForKey: @"Port"])
54 if([aSpec objectForKey: @"AuthMethod"])
56 if([aSpec objectForKey: @"BindDN"])
57 bindDN = [aSpec objectForKey: @"BindDN"];
58 if([aSpec objectForKey: @"BindPassword"])
60 if([aSpec objectForKey: @"BaseDN"])
61 baseDN = [aSpec objectForKey: @"BaseDN"];
[all …]
/dports/mail/addresses-goodies/Addresses-0.4.8/Goodies/LDAPAddressBook/LDAPAddressBookClass/
H A DLDAPAddressBook.m37 - initWithSpecification: (NSDictionary*) aSpec
50 if([aSpec objectForKey: @"Host"])
51 host = [aSpec objectForKey: @"Host"];
52 if([aSpec objectForKey: @"Port"])
54 if([aSpec objectForKey: @"AuthMethod"])
56 if([aSpec objectForKey: @"BindDN"])
57 bindDN = [aSpec objectForKey: @"BindDN"];
58 if([aSpec objectForKey: @"BindPassword"])
60 if([aSpec objectForKey: @"BaseDN"])
61 baseDN = [aSpec objectForKey: @"BaseDN"];
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/smil/
H A DnsSMILParserUtils.cpp249 ParseOffsetValue(const nsAString& aSpec, in ParseOffsetValue() argument
275 MOZ_ASSERT(StringBeginsWith(aSpec, ACCESSKEY_PREFIX_CC) || in ParseAccessKey()
276 StringBeginsWith(aSpec, ACCESSKEY_PREFIX_LC), in ParseAccessKey()
389 ParseElementBaseTimeValueSpec(const nsAString& aSpec, in ParseElementBaseTimeValueSpec() argument
515 nsSMILParserUtils::ParseKeySplines(const nsAString& aSpec, in ParseKeySplines() argument
614 nsSMILParserUtils::ParseValues(const nsAString& aSpec, in ParseValues() argument
624 return ParseValuesGeneric(aSpec, valueParser); in ParseValues()
646 nsSMILParserUtils::ParseRepeatCount(const nsAString& aSpec, in ParseRepeatCount() argument
650 nsSMILParserUtils::TrimWhitespace(aSpec); in ParseRepeatCount()
669 const nsAString& spec = TrimWhitespace(aSpec); in ParseTimeValueSpecParams()
[all …]
H A DnsSMILParserUtils.h42 static bool ParseKeySplines(const nsAString& aSpec,
46 static bool ParseSemicolonDelimitedProgressList(const nsAString& aSpec,
50 static bool ParseValues(const nsAString& aSpec,
58 static bool ParseValuesGeneric(const nsAString& aSpec,
61 static bool ParseRepeatCount(const nsAString& aSpec,
64 static bool ParseTimeValueSpecParams(const nsAString& aSpec,
76 static bool ParseClockValue(const nsAString& aSpec,
/dports/www/firefox-esr/firefox-91.8.0/dom/smil/
H A DSMILParserUtils.h41 static bool ParseKeySplines(const nsAString& aSpec,
46 const nsAString& aSpec, bool aNonDecreasing,
49 static bool ParseValues(const nsAString& aSpec,
57 static bool ParseValuesGeneric(const nsAString& aSpec,
60 static bool ParseRepeatCount(const nsAString& aSpec,
63 static bool ParseTimeValueSpecParams(const nsAString& aSpec,
75 static bool ParseClockValue(const nsAString& aSpec, SMILTimeValue* aResult);
H A DSMILParserUtils.cpp309 bool ParseElementBaseTimeValueSpec(const nsAString& aSpec, in ParseElementBaseTimeValueSpec() argument
463 const nsAString& aSpec, bool aNonDecreasing, in ParseSemicolonDelimitedProgressList() argument
466 aSpec, ';'); in ParseSemicolonDelimitedProgressList()
526 bool SMILParserUtils::ParseValues(const nsAString& aSpec, in ParseValues() argument
535 return ParseValuesGeneric(aSpec, valueParser); in ParseValues()
538 bool SMILParserUtils::ParseValuesGeneric(const nsAString& aSpec, in ParseValuesGeneric() argument
541 aSpec, ';'); in ParseValuesGeneric()
555 bool SMILParserUtils::ParseRepeatCount(const nsAString& aSpec, in ParseRepeatCount() argument
573 const nsAString& aSpec, SMILTimeValueSpecParams& aResult) { in ParseTimeValueSpecParams() argument
574 const nsAString& spec = TrimWhitespace(aSpec); in ParseTimeValueSpecParams()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/dom/smil/
H A DSMILParserUtils.h41 static bool ParseKeySplines(const nsAString& aSpec,
46 const nsAString& aSpec, bool aNonDecreasing,
49 static bool ParseValues(const nsAString& aSpec,
57 static bool ParseValuesGeneric(const nsAString& aSpec,
60 static bool ParseRepeatCount(const nsAString& aSpec,
63 static bool ParseTimeValueSpecParams(const nsAString& aSpec,
75 static bool ParseClockValue(const nsAString& aSpec, SMILTimeValue* aResult);
H A DSMILParserUtils.cpp309 bool ParseElementBaseTimeValueSpec(const nsAString& aSpec, in ParseElementBaseTimeValueSpec() argument
436 controlPointTokenizer(aSpec, ';'); in ParseKeySplines()
462 const nsAString& aSpec, bool aNonDecreasing, in ParseSemicolonDelimitedProgressList() argument
465 aSpec, ';'); in ParseSemicolonDelimitedProgressList()
525 bool SMILParserUtils::ParseValues(const nsAString& aSpec, in ParseValues() argument
534 return ParseValuesGeneric(aSpec, valueParser); in ParseValues()
540 aSpec, ';'); in ParseValuesGeneric()
554 bool SMILParserUtils::ParseRepeatCount(const nsAString& aSpec, in ParseRepeatCount() argument
572 const nsAString& aSpec, SMILTimeValueSpecParams& aResult) { in ParseTimeValueSpecParams() argument
573 const nsAString& spec = TrimWhitespace(aSpec); in ParseTimeValueSpecParams()
[all …]
/dports/www/firefox/firefox-99.0/dom/smil/
H A DSMILParserUtils.h41 static bool ParseKeySplines(const nsAString& aSpec,
46 const nsAString& aSpec, bool aNonDecreasing,
49 static bool ParseValues(const nsAString& aSpec,
57 static bool ParseValuesGeneric(const nsAString& aSpec,
60 static bool ParseRepeatCount(const nsAString& aSpec,
63 static bool ParseTimeValueSpecParams(const nsAString& aSpec,
75 static bool ParseClockValue(const nsAString& aSpec, SMILTimeValue* aResult);
H A DSMILParserUtils.cpp309 bool ParseElementBaseTimeValueSpec(const nsAString& aSpec, in ParseElementBaseTimeValueSpec() argument
463 const nsAString& aSpec, bool aNonDecreasing, in ParseSemicolonDelimitedProgressList() argument
466 aSpec, ';'); in ParseSemicolonDelimitedProgressList()
526 bool SMILParserUtils::ParseValues(const nsAString& aSpec, in ParseValues() argument
535 return ParseValuesGeneric(aSpec, valueParser); in ParseValues()
538 bool SMILParserUtils::ParseValuesGeneric(const nsAString& aSpec, in ParseValuesGeneric() argument
541 aSpec, ';'); in ParseValuesGeneric()
555 bool SMILParserUtils::ParseRepeatCount(const nsAString& aSpec, in ParseRepeatCount() argument
573 const nsAString& aSpec, SMILTimeValueSpecParams& aResult) { in ParseTimeValueSpecParams() argument
574 const nsAString& spec = TrimWhitespace(aSpec); in ParseTimeValueSpecParams()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/dom/smil/
H A DnsSMILParserUtils.h41 static bool ParseKeySplines(const nsAString& aSpec,
46 const nsAString& aSpec, bool aNonDecreasing,
49 static bool ParseValues(const nsAString& aSpec,
57 static bool ParseValuesGeneric(const nsAString& aSpec,
60 static bool ParseRepeatCount(const nsAString& aSpec,
63 static bool ParseTimeValueSpecParams(const nsAString& aSpec,
75 static bool ParseClockValue(const nsAString& aSpec, nsSMILTimeValue* aResult);
H A DnsSMILParserUtils.cpp228 bool ParseOffsetValue(const nsAString& aSpec, nsSMILTimeValue* aResult) { in ParseOffsetValue() argument
306 bool ParseElementBaseTimeValueSpec(const nsAString& aSpec, in ParseElementBaseTimeValueSpec() argument
457 const nsAString& aSpec, bool aNonDecreasing, in ParseSemicolonDelimitedProgressList() argument
519 bool nsSMILParserUtils::ParseValues(const nsAString& aSpec, in ParseValues() argument
528 return ParseValuesGeneric(aSpec, valueParser); in ParseValues()
531 bool nsSMILParserUtils::ParseValuesGeneric(const nsAString& aSpec, in ParseValuesGeneric() argument
547 bool nsSMILParserUtils::ParseRepeatCount(const nsAString& aSpec, in ParseRepeatCount() argument
549 const nsAString& spec = nsSMILParserUtils::TrimWhitespace(aSpec); in ParseRepeatCount()
565 const nsAString& aSpec, nsSMILTimeValueSpecParams& aResult) { in ParseTimeValueSpecParams() argument
566 const nsAString& spec = TrimWhitespace(aSpec); in ParseTimeValueSpecParams()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/dom/smil/
H A DSMILParserUtils.h41 static bool ParseKeySplines(const nsAString& aSpec,
46 const nsAString& aSpec, bool aNonDecreasing,
49 static bool ParseValues(const nsAString& aSpec,
57 static bool ParseValuesGeneric(const nsAString& aSpec,
60 static bool ParseRepeatCount(const nsAString& aSpec,
63 static bool ParseTimeValueSpecParams(const nsAString& aSpec,
75 static bool ParseClockValue(const nsAString& aSpec, SMILTimeValue* aResult);
H A DSMILParserUtils.cpp309 bool ParseElementBaseTimeValueSpec(const nsAString& aSpec, in ParseElementBaseTimeValueSpec() argument
463 const nsAString& aSpec, bool aNonDecreasing, in ParseSemicolonDelimitedProgressList() argument
466 aSpec, ';'); in ParseSemicolonDelimitedProgressList()
526 bool SMILParserUtils::ParseValues(const nsAString& aSpec, in ParseValues() argument
535 return ParseValuesGeneric(aSpec, valueParser); in ParseValues()
538 bool SMILParserUtils::ParseValuesGeneric(const nsAString& aSpec, in ParseValuesGeneric() argument
541 aSpec, ';'); in ParseValuesGeneric()
555 bool SMILParserUtils::ParseRepeatCount(const nsAString& aSpec, in ParseRepeatCount() argument
573 const nsAString& aSpec, SMILTimeValueSpecParams& aResult) { in ParseTimeValueSpecParams() argument
574 const nsAString& spec = TrimWhitespace(aSpec); in ParseTimeValueSpecParams()
[all …]
/dports/lang/spidermonkey60/firefox-60.9.0/intl/uconv/
H A DnsUTF8ConverterService.cpp67 nsUTF8ConverterService::ConvertURISpecToUTF8(const nsACString& aSpec, in ConvertURISpecToUTF8() argument
72 if (!IsASCII(aSpec)) { in ConvertURISpecToUTF8()
73 aUTF8Spec = aSpec; in ConvertURISpecToUTF8()
82 bool written = NS_UnescapeURL(PromiseFlatCString(aSpec).get(), aSpec.Length(), in ConvertURISpecToUTF8()
86 aUTF8Spec = aSpec; in ConvertURISpecToUTF8()
/dports/cad/kicad-devel/kicad-a17a58203b33e08b966075833b177dad5740c236/gerbview/widgets/
H A Dlayer_widget.cpp339 auto bmb = new COLOR_SWATCH( m_LayerScrolledWindow, aSpec.color, encodeId( col, aSpec.id ), in insertLayerRow()
351 cb->SetValue( aSpec.state ); in insertLayerRow()
365 st->SetToolTip( aSpec.tooltip ); in insertLayerRow()
376 wxString layerName( aSpec.rowName ); in insertLayerRow()
426 wxString renderName( aSpec.rowName ); in insertRenderRow()
430 if( !aSpec.spacer ) in insertRenderRow()
436 cb->SetValue( aSpec.state ); in insertRenderRow()
437 cb->Enable( aSpec.changeable ); in insertRenderRow()
439 cb->SetToolTip( aSpec.tooltip ); in insertRenderRow()
447 auto bmb = new COLOR_SWATCH( m_RenderScrolledWindow, aSpec.color, encodeId( col, aSpec.id ), in insertRenderRow()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/image/decoders/icon/
H A DnsIconURI.cpp77 aSpec = MOZICON_SCHEME; in NS_IMPL_ISUPPORTS()
83 aSpec += fileIconSpec; in NS_IMPL_ISUPPORTS()
85 aSpec += "//stock/"; in NS_IMPL_ISUPPORTS()
86 aSpec += mStockIcon; in NS_IMPL_ISUPPORTS()
88 aSpec += "//"; in NS_IMPL_ISUPPORTS()
89 aSpec += mFileName; in NS_IMPL_ISUPPORTS()
92 aSpec += "?size="; in NS_IMPL_ISUPPORTS()
98 aSpec.Append(buf); in NS_IMPL_ISUPPORTS()
102 aSpec += "&state="; in NS_IMPL_ISUPPORTS()
107 aSpec += "&contentType="; in NS_IMPL_ISUPPORTS()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/RWObj/
H A DRWObj_ObjMaterialMap.cxx118 Graphic3d_Vec3d anAmb, aDiff, aSpec; in DefineMaterial() local
121 aSpecQ.Values (aSpec.r(), aSpec.g(), aSpec.b(), Quantity_TOC_sRGB); in DefineMaterial()
125 Fprintf (myFile, "Ks %f %f %f\n", aSpec.r(), aSpec.g(), aSpec.b()); in DefineMaterial()
/dports/www/firefox-legacy/firefox-52.8.0esr/intl/uconv/
H A DnsUTF8ConverterService.cpp89 nsUTF8ConverterService::ConvertURISpecToUTF8(const nsACString &aSpec, in ConvertURISpecToUTF8() argument
95 if (!IsASCII(aSpec)) { in ConvertURISpecToUTF8()
96 aUTF8Spec = aSpec; in ConvertURISpecToUTF8()
105 bool written = NS_UnescapeURL(PromiseFlatCString(aSpec).get(), aSpec.Length(), in ConvertURISpecToUTF8()
109 aUTF8Spec = aSpec; in ConvertURISpecToUTF8()
/dports/lang/spidermonkey60/firefox-60.9.0/image/decoders/icon/
H A DnsIconURI.cpp70 aSpec = MOZICON_SCHEME; in NS_IMPL_RELEASE()
76 aSpec += fileIconSpec; in NS_IMPL_RELEASE()
78 aSpec += "//stock/"; in NS_IMPL_RELEASE()
79 aSpec += mStockIcon; in NS_IMPL_RELEASE()
81 aSpec += "//"; in NS_IMPL_RELEASE()
82 aSpec += mFileName; in NS_IMPL_RELEASE()
85 aSpec += "?size="; in NS_IMPL_RELEASE()
91 aSpec.Append(buf); in NS_IMPL_RELEASE()
95 aSpec += "&state="; in NS_IMPL_RELEASE()
100 aSpec += "&contentType="; in NS_IMPL_RELEASE()
[all …]
/dports/www/firefox-esr/firefox-91.8.0/image/decoders/icon/
H A DnsIconURI.cpp87 aSpec = MOZICON_SCHEME; in NS_INTERFACE_MAP_ENTRY_AMBIGUOUS()
93 aSpec += fileIconSpec; in NS_INTERFACE_MAP_ENTRY_AMBIGUOUS()
95 aSpec += "//stock/"; in NS_INTERFACE_MAP_ENTRY_AMBIGUOUS()
96 aSpec += mStockIcon; in NS_INTERFACE_MAP_ENTRY_AMBIGUOUS()
98 aSpec += "//"; in NS_INTERFACE_MAP_ENTRY_AMBIGUOUS()
99 aSpec += mFileName; in NS_INTERFACE_MAP_ENTRY_AMBIGUOUS()
102 aSpec += "?size="; in NS_INTERFACE_MAP_ENTRY_AMBIGUOUS()
108 aSpec.Append(buf); in NS_INTERFACE_MAP_ENTRY_AMBIGUOUS()
112 aSpec += "&state="; in NS_INTERFACE_MAP_ENTRY_AMBIGUOUS()
117 aSpec += "&contentType="; in NS_INTERFACE_MAP_ENTRY_AMBIGUOUS()
[all …]
/dports/www/firefox/firefox-99.0/image/decoders/icon/
H A DnsIconURI.cpp81 aSpec = MOZICON_SCHEME; in NS_INTERFACE_MAP_ENTRY_AMBIGUOUS()
87 aSpec += fileIconSpec; in NS_INTERFACE_MAP_ENTRY_AMBIGUOUS()
89 aSpec += "//stock/"; in NS_INTERFACE_MAP_ENTRY_AMBIGUOUS()
90 aSpec += mStockIcon; in NS_INTERFACE_MAP_ENTRY_AMBIGUOUS()
92 aSpec += "//"; in NS_INTERFACE_MAP_ENTRY_AMBIGUOUS()
93 aSpec += mFileName; in NS_INTERFACE_MAP_ENTRY_AMBIGUOUS()
96 aSpec += "?size="; in NS_INTERFACE_MAP_ENTRY_AMBIGUOUS()
102 aSpec.Append(buf); in NS_INTERFACE_MAP_ENTRY_AMBIGUOUS()
106 aSpec += "&state="; in NS_INTERFACE_MAP_ENTRY_AMBIGUOUS()
111 aSpec += "&contentType="; in NS_INTERFACE_MAP_ENTRY_AMBIGUOUS()
[all …]
/dports/mail/thunderbird/thunderbird-91.8.0/image/decoders/icon/
H A DnsIconURI.cpp87 aSpec = MOZICON_SCHEME; in NS_INTERFACE_MAP_ENTRY_AMBIGUOUS()
93 aSpec += fileIconSpec; in NS_INTERFACE_MAP_ENTRY_AMBIGUOUS()
95 aSpec += "//stock/"; in NS_INTERFACE_MAP_ENTRY_AMBIGUOUS()
96 aSpec += mStockIcon; in NS_INTERFACE_MAP_ENTRY_AMBIGUOUS()
98 aSpec += "//"; in NS_INTERFACE_MAP_ENTRY_AMBIGUOUS()
99 aSpec += mFileName; in NS_INTERFACE_MAP_ENTRY_AMBIGUOUS()
102 aSpec += "?size="; in NS_INTERFACE_MAP_ENTRY_AMBIGUOUS()
108 aSpec.Append(buf); in NS_INTERFACE_MAP_ENTRY_AMBIGUOUS()
112 aSpec += "&state="; in NS_INTERFACE_MAP_ENTRY_AMBIGUOUS()
117 aSpec += "&contentType="; in NS_INTERFACE_MAP_ENTRY_AMBIGUOUS()
[all …]
/dports/lang/spidermonkey78/firefox-78.9.0/image/decoders/icon/
H A DnsIconURI.cpp81 aSpec = MOZICON_SCHEME; in NS_INTERFACE_MAP_ENTRY_AMBIGUOUS()
87 aSpec += fileIconSpec; in NS_INTERFACE_MAP_ENTRY_AMBIGUOUS()
89 aSpec += "//stock/"; in NS_INTERFACE_MAP_ENTRY_AMBIGUOUS()
90 aSpec += mStockIcon; in NS_INTERFACE_MAP_ENTRY_AMBIGUOUS()
92 aSpec += "//"; in NS_INTERFACE_MAP_ENTRY_AMBIGUOUS()
93 aSpec += mFileName; in NS_INTERFACE_MAP_ENTRY_AMBIGUOUS()
96 aSpec += "?size="; in NS_INTERFACE_MAP_ENTRY_AMBIGUOUS()
102 aSpec.Append(buf); in NS_INTERFACE_MAP_ENTRY_AMBIGUOUS()
106 aSpec += "&state="; in NS_INTERFACE_MAP_ENTRY_AMBIGUOUS()
111 aSpec += "&contentType="; in NS_INTERFACE_MAP_ENTRY_AMBIGUOUS()
[all …]

12345678910>>...28