Home
last modified time | relevance | path

Searched refs:stringIn (Results 1 – 25 of 68) sorted by relevance

123

/dports/math/scilab/scilab-6.1.1/scilab/modules/io/src/c/
H A Dsetenvc.c29 BOOL setenvc(const char *stringIn, const char *valueIn) in setenvc() argument
32 wchar_t* wstringIn = to_wide_string(stringIn); in setenvc()
53 int len_env = (int)(strlen(stringIn) + strlen(valueIn) + 1); in setenvc()
56 if ( setenv(stringIn, valueIn, 1) ) in setenvc()
66 setenvtcl(stringIn, valueIn); in setenvc()
82 char * stringIn = wide_string_to_UTF8(wstringIn); in setenvcW() local
84 setenvtcl(stringIn, valueIn); in setenvcW()
85 FREE(stringIn); in setenvcW()
88 char * stringIn = wide_string_to_UTF8(wstringIn); in setenvcW() local
90 ret = setenvc(stringIn, valueIn); in setenvcW()
[all …]
/dports/graphics/blender/blender-2.91.0/release/scripts/addons/add_mesh_extra_objects/add_mesh_rocks/
H A Dutils.py26 def toTuple(stringIn): argument
27 sTemp = str(stringIn)[1:len(str(stringIn)) - 1].split(', ')
36 def toList(stringIn): argument
37 sTemp = str(stringIn)[1:len(str(stringIn)) - 1].split(', ')
/dports/www/firefox-legacy/firefox-52.8.0esr/intl/locale/
H A DnsCollation.cpp52 nsresult nsCollation::NormalizeString(const nsAString& stringIn, nsAString& stringOut) in NormalizeString() argument
54 int32_t aLength = stringIn.Length(); in NormalizeString()
58 ToLowerCase(PromiseFlatString(stringIn).get(), conversionBuffer, aLength); in NormalizeString()
67 ToLowerCase(PromiseFlatString(stringIn).get(), conversionBuffer, aLength); in NormalizeString()
/dports/biology/star/STAR-2.7.9a/source/
H A DParametersChimeric_initialize.cpp105 for (uint ii=0; ii<filter.stringIn.size(); ii++) { in initialize()
106 if (filter.stringIn.at(ii)=="banGenomicN") { in initialize()
108 } else if (filter.stringIn.at(ii)=="None") { in initialize()
113 …ause of fatal PARAMETERS error: unrecognized value of --chimFilter="<<filter.stringIn.at(ii)<<"\n"; in initialize()
/dports/devel/kf5-kdoctools/kdoctools-5.89.0/src/customization/
H A Dkde-navig-online.xsl11 <xsl:with-param name="stringIn" select="."/>
20 <xsl:param name="stringIn"/> parameter
24 <xsl:when test="contains($stringIn,$charsIn)">
25 <xsl:value-of select="concat(substring-before($stringIn,$charsIn),$charsOut)"/>
27 <xsl:with-param name="stringIn" select="substring-after($stringIn,$charsIn)"/>
33 <xsl:value-of select="$stringIn"/>
H A Dkde-navig.xsl9 <xsl:with-param name="stringIn" select="."/>
18 <xsl:param name="stringIn"/> parameter
22 <xsl:when test="contains($stringIn,$charsIn)">
23 <xsl:value-of select="concat(substring-before($stringIn,$charsIn),$charsOut)"/>
25 <xsl:with-param name="stringIn" select="substring-after($stringIn,$charsIn)"/>
31 <xsl:value-of select="$stringIn"/>
/dports/www/firefox-legacy/firefox-52.8.0esr/intl/locale/windows/
H A DnsCollationWin.cpp115 … const nsAString& stringIn, uint8_t** key, uint32_t* outLen) in AllocateRawSortKey() argument
126 (LPCWSTR) PromiseFlatString(stringIn).get(), in AllocateRawSortKey()
134 (LPCWSTR) PromiseFlatString(stringIn).get(), in AllocateRawSortKey()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/qtfred/src/ui/dialogs/
H A DCommandBriefingDialog.cpp268 bool CommandBriefingDialog::browseFile(QString* stringIn) in browseFile() argument
271 *stringIn = fileInfo.fileName(); in browseFile()
273 if (stringIn->length() >= CF_MAX_FILENAME_LENGTH) { in browseFile()
276 } else if (stringIn->isEmpty()) { in browseFile()
/dports/www/firefox-esr/firefox-91.8.0/security/manager/ssl/
H A DKeychainSecret.cpp50 ScopedCFType<CFStringRef> MozillaStringToCFString(const nsACString& stringIn) { in MozillaStringToCFString() argument
53 nullptr, reinterpret_cast<const UInt8*>(stringIn.BeginReading()), in MozillaStringToCFString()
54 stringIn.Length(), kCFStringEncodingUTF8, false)); in MozillaStringToCFString()
/dports/www/firefox/firefox-99.0/security/manager/ssl/
H A DKeychainSecret.cpp50 ScopedCFType<CFStringRef> MozillaStringToCFString(const nsACString& stringIn) { in MozillaStringToCFString() argument
53 nullptr, reinterpret_cast<const UInt8*>(stringIn.BeginReading()), in MozillaStringToCFString()
54 stringIn.Length(), kCFStringEncodingUTF8, false)); in MozillaStringToCFString()
/dports/www/firefox-legacy/firefox-52.8.0esr/intl/locale/unix/
H A DnsCollationUnix.cpp145 const nsAString& stringIn, in AllocateRawSortKey() argument
152 res = mCollation->NormalizeString(stringIn, stringNormalized); in AllocateRawSortKey()
156 stringNormalized = stringIn; in AllocateRawSortKey()
/dports/mail/thunderbird/thunderbird-91.8.0/security/manager/ssl/
H A DKeychainSecret.cpp50 ScopedCFType<CFStringRef> MozillaStringToCFString(const nsACString& stringIn) { in MozillaStringToCFString() argument
53 nullptr, reinterpret_cast<const UInt8*>(stringIn.BeginReading()), in MozillaStringToCFString()
54 stringIn.Length(), kCFStringEncodingUTF8, false)); in MozillaStringToCFString()
/dports/lang/spidermonkey78/firefox-78.9.0/security/manager/ssl/
H A DKeychainSecret.cpp50 ScopedCFType<CFStringRef> MozillaStringToCFString(const nsACString& stringIn) { in MozillaStringToCFString() argument
53 nullptr, reinterpret_cast<const UInt8*>(stringIn.BeginReading()), in MozillaStringToCFString()
54 stringIn.Length(), kCFStringEncodingUTF8, false)); in MozillaStringToCFString()
/dports/security/libgnome-keyring/libgnome-keyring-3.12.0/library/tests/mock/
H A Daes.py435 def encrypt(self, stringIn, mode, key, size, IV): argument
449 if stringIn != None:
450 for j in range(int(math.ceil(float(len(stringIn))/16))):
453 if end > len(stringIn):
454 end = len(stringIn)
455 plaintext = self.convertString(stringIn, start, end, mode)
505 return mode, len(stringIn), cipherOut
/dports/security/libsecret/libsecret-0.20.4/libsecret/mock/
H A Daes.py433 def encrypt(self, stringIn, mode, key, size, IV):
447 if stringIn != None:
448 for j in range(int(math.ceil(float(len(stringIn))/16))):
451 if end > len(stringIn):
452 end = len(stringIn)
453 plaintext = self.convertString(stringIn, start, end, mode)
503 return mode, len(stringIn), cipherOut
/dports/lang/spidermonkey60/firefox-60.9.0/intl/locale/
H A DnsCollation.cpp132 nsCollation::AllocateRawSortKey(int32_t strength, const nsAString& stringIn, in AllocateRawSortKey() argument
141 uint32_t stringInLen = stringIn.Length(); in AllocateRawSortKey()
143 const UChar* str = (const UChar*)stringIn.BeginReading(); in AllocateRawSortKey()
/dports/www/firefox-esr/firefox-91.8.0/intl/locale/
H A DnsCollation.cpp131 nsCollation::AllocateRawSortKey(int32_t strength, const nsAString& stringIn, in AllocateRawSortKey() argument
138 uint32_t stringInLen = stringIn.Length(); in AllocateRawSortKey()
140 const UChar* str = (const UChar*)stringIn.BeginReading(); in AllocateRawSortKey()
/dports/lang/spidermonkey78/firefox-78.9.0/intl/locale/
H A DnsCollation.cpp131 nsCollation::AllocateRawSortKey(int32_t strength, const nsAString& stringIn, in AllocateRawSortKey() argument
138 uint32_t stringInLen = stringIn.Length(); in AllocateRawSortKey()
140 const UChar* str = (const UChar*)stringIn.BeginReading(); in AllocateRawSortKey()
/dports/mail/thunderbird/thunderbird-91.8.0/intl/locale/
H A DnsCollation.cpp131 nsCollation::AllocateRawSortKey(int32_t strength, const nsAString& stringIn, in AllocateRawSortKey() argument
138 uint32_t stringInLen = stringIn.Length(); in AllocateRawSortKey()
140 const UChar* str = (const UChar*)stringIn.BeginReading(); in AllocateRawSortKey()
/dports/www/firefox-legacy/firefox-52.8.0esr/intl/locale/mac/
H A DnsCollationMacUC.cpp166 NS_IMETHODIMP nsCollationMacUC::AllocateRawSortKey(int32_t strength, const nsAString& stringIn, in AllocateRawSortKey() argument
176 uint32_t stringInLen = stringIn.Length(); in AllocateRawSortKey()
178 const UChar* str = (const UChar*)stringIn.BeginReading(); in AllocateRawSortKey()
/dports/devel/kdevelop-pg-qt/kdevelop-pg-qt-2.2.1/kdev-pg/
H A DASLocalizer.h67 bool getWideTranslation(const string& stringIn, wstring& wideOut) const;
68 string& translate(const string& stringIn) const;
/dports/devel/libastylej/astyle/src/
H A DASLocalizer.h67 bool getWideTranslation(const string& stringIn, wstring& wideOut) const;
68 string& translate(const string& stringIn) const;
/dports/devel/libastylej-arduino/astyle/src/
H A DASLocalizer.h67 bool getWideTranslation(const string& stringIn, wstring& wideOut) const;
68 string& translate(const string& stringIn) const;
/dports/graphics/openjpeg/openjpeg-2.4.0/thirdparty/astyle/
H A DASLocalizer.h67 bool getWideTranslation(const string& stringIn, wstring& wideOut) const;
68 string& translate(const string& stringIn) const;
/dports/devel/kdevelop/kdevelop-21.12.3/plugins/astyle/3rdparty/libastyle/
H A DASLocalizer.h75 bool getWideTranslation(const string& stringIn, wstring& wideOut) const;
76 string& translate(const string& stringIn) const;

123