Home
last modified time | relevance | path

Searched refs:sSrc (Results 1 – 25 of 247) sorted by relevance

12345678910

/dports/games/colobot/colobot-colobot-gold-0.2.0-alpha/data/tools/
H A DgetI18n.sh101 sSrc=""
205 sSrc="s:$:\t${fic}:"
214 -e "$sSrc"
226 sSrc="s:>:¯${fic}>:g"
237 -e "$sSrc" \
274 sSrc="s:;:;\n:g"
277 sSrc="s:;:¯${fic};\n:g"
284 -e "$sSrc" \
306 sed -e "$sSrc" \
333 sed -e "$sSrc" \
[all …]
/dports/mail/rainloop/rainloop-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/MailSo/Base/
H A DHtmlUtils.php1150 $sSrcLower = \strtolower($sSrc);
1180 $aFoundedContentLocationUrls[] = $sSrc;
1185 $aFoundCIDs[] = \substr($sSrc, 4);
1189 if (\preg_match('/^http[s]?:\/\//i', $sSrc) || '//' === \substr($sSrc, 0, 2))
1212 $oElement->setAttribute('src', $sSrc);
1314 if (!empty($sSrc))
1316 $aFoundedContentLocationUrls[] = $sSrc;
1319 $oElement->setAttribute('src', $sSrc);
1400 $sSrc = $oElement->getAttribute('src');
1403 $sHash = \md5($sSrc);
[all …]
/dports/mail/rainloop-community/rainloop-community-php74-1.16.0_1/rainloop/v/1.16.0/app/libraries/MailSo/Base/
H A DHtmlUtils.php1150 $sSrcLower = \strtolower($sSrc);
1180 $aFoundedContentLocationUrls[] = $sSrc;
1185 $aFoundCIDs[] = \substr($sSrc, 4);
1189 if (\preg_match('/^http[s]?:\/\//i', $sSrc) || '//' === \substr($sSrc, 0, 2))
1212 $oElement->setAttribute('src', $sSrc);
1314 if (!empty($sSrc))
1316 $aFoundedContentLocationUrls[] = $sSrc;
1319 $oElement->setAttribute('src', $sSrc);
1400 $sSrc = $oElement->getAttribute('src');
1403 $sHash = \md5($sSrc);
[all …]
/dports/java/icedtea-web/icedtea-web-1.6.2/tests/netx/unit/net/sourceforge/jnlp/util/replacements/
H A DBASE64EncoderTest.java51 static final String sSrc = "abcdefgHIJKLMNOPQrstuvwxyz1234567890\r\n" field in BASE64EncoderTest
70 final byte[] data = sSrc.getBytes("utf-8"); in testEmbededBase64Encoder()
92 final byte[] data = sSrc.getBytes("utf-8"); in testEmbededBase64EncoderAgainstSunOne()
101 Assert.assertEquals(sSrc, new String(decoded, "utf-8")); in testEmbededBase64EncoderAgainstSunOne()
106 final byte[] data = sSrc.getBytes("utf-8"); in testEmbededBase64EncoderAgainstEbededDecoder()
114 Assert.assertEquals(sSrc, new String(decoded, "utf-8")); in testEmbededBase64EncoderAgainstEbededDecoder()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/objtools/snputil/
H A Dsnp_bins.hpp117 CGeneMap(const string& sSrc = "") { x_Init(sSrc); } in CGeneMap() argument
118 void Set(const string& sSrc) { x_Init(sSrc); } in Set() argument
138 void x_Init(const string& sSrc);
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADABaseUtils/src/
H A DCOLLADABUStringUtils.cpp213 WideString StringUtils::ucs2Encode(const WideString & sSrc) in ucs2Encode() argument
216 wchar_t * pSrc = (wchar_t *)sSrc.c_str(); in ucs2Encode()
217 const int SRC_LEN = (const int)sSrc.length(); in ucs2Encode()
240 String StringUtils::ucs2Encode(const String & sSrc) in ucs2Encode() argument
243 const unsigned char * pSrc = (const unsigned char *)sSrc.c_str(); in ucs2Encode()
244 const int SRC_LEN = (const int)sSrc.length(); in ucs2Encode()
268 String StringUtils::uriEncode ( const String & sSrc ) in uriEncode() argument
271 const unsigned char * pSrc = ( const unsigned char * ) sSrc.c_str(); in uriEncode()
272 const int SRC_LEN = ( const int ) sSrc.length(); in uriEncode()
H A DCOLLADABUURI.cpp62 String URI::uriEncode ( const String & sSrc ) in uriEncode() argument
65 const unsigned char * pSrc = ( const unsigned char * ) sSrc.c_str(); in uriEncode()
66 const int SRC_LEN = ( const int ) sSrc.length(); in uriEncode()
91 String URI::uriDecode(const String & sSrc) in uriDecode() argument
97 const unsigned char * pSrc = (const unsigned char *)sSrc.c_str(); in uriDecode()
98 const size_t SRC_LEN = sSrc.length(); in uriDecode()
/dports/deskutils/calibre/calibre-src-5.34.0/src/calibre/ebooks/pdf/
H A Dutils.h22 inline string encode_for_xml(const string &sSrc ) in encode_for_xml() argument
26 for( string::const_iterator iter = sSrc.begin(); iter!=sSrc.end(); iter++ ) in encode_for_xml()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Common/Net/
H A DURL.cpp118 std::string UriDecode(const std::string & sSrc) in UriDecode() argument
124 const unsigned char * pSrc = (const unsigned char *)sSrc.c_str(); in UriDecode()
125 const size_t SRC_LEN = sSrc.length(); in UriDecode()
183 std::string UriEncode(const std::string & sSrc) in UriEncode() argument
186 const unsigned char * pSrc = (const unsigned char *)sSrc.c_str(); in UriEncode()
187 const size_t SRC_LEN = sSrc.length(); in UriEncode()
/dports/emulators/ppsspp/ppsspp-1.12.3/Common/Net/
H A DURL.cpp118 std::string UriDecode(const std::string & sSrc) in UriDecode() argument
124 const unsigned char * pSrc = (const unsigned char *)sSrc.c_str(); in UriDecode()
125 const size_t SRC_LEN = sSrc.length(); in UriDecode()
183 std::string UriEncode(const std::string & sSrc) in UriEncode() argument
186 const unsigned char * pSrc = (const unsigned char *)sSrc.c_str(); in UriEncode()
187 const size_t SRC_LEN = sSrc.length(); in UriEncode()
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Common/Net/
H A DURL.cpp118 std::string UriDecode(const std::string & sSrc) in UriDecode() argument
124 const unsigned char * pSrc = (const unsigned char *)sSrc.c_str(); in UriDecode()
125 const size_t SRC_LEN = sSrc.length(); in UriDecode()
183 std::string UriEncode(const std::string & sSrc) in UriEncode() argument
186 const unsigned char * pSrc = (const unsigned char *)sSrc.c_str(); in UriEncode()
187 const size_t SRC_LEN = sSrc.length(); in UriEncode()
/dports/security/modsecurity3/modsecurity-v3.0.5/src/utils/
H A Ddecode.cc85 std::string uri_decode(const std::string & sSrc) { in uri_decode() argument
90 const unsigned char * pSrc = (const unsigned char *)sSrc.c_str(); in uri_decode()
91 const int SRC_LEN = sSrc.length(); in uri_decode()
/dports/finance/moneymanagerex/moneymanagerex-1.2.7/3rd/ctpp/src/
H A DCTPP2Exception.cpp185 CCHAR_P sIDst) throw(): sSrc(strdup(sISrc)), in CTPPCharsetRecodeException()
196 CCHAR_P CTPPCharsetRecodeException::GetSource() const throw() { return sSrc; } in GetSource()
208 free(sSrc); in ~CTPPCharsetRecodeException()
/dports/textproc/ctpp2/ctpp2-2.8.3/src/
H A DCTPP2Exception.cpp185 CCHAR_P sIDst) throw(): sSrc(strdup(sISrc)), in CTPPCharsetRecodeException()
196 CCHAR_P CTPPCharsetRecodeException::GetSource() const throw() { return sSrc; } in GetSource()
208 free(sSrc); in ~CTPPCharsetRecodeException()
/dports/emulators/nestopia/nestopia-1.51.1/source/win32/
H A DNstDialogLauncherColumns.cpp283 const int sSrc = cSrc.Selection().GetIndex(); in Add() local
285 if (sSrc >= 0 && (iDst == IDC_LAUNCHER_COLUMNSELECT_SELECTED || cSrc.Size() > 1)) in Add()
288 cSrc[sSrc].Text() >> text; in Add()
298 cSrc[sSrc].Remove(); in Add()
300 if (cSrc.Size() > sSrc) in Add()
301 cSrc[sSrc].Select(); in Add()
/dports/audio/mac/mac-3.99-u4-b5-s7/src/Shared/
H A DStdString.h802 sDst.assign(SSREF(sSrc)); in ssasn()
834 int nLen = sSrc.size(); in ssasn()
840 sDst.assign(SSW2CA(sSrc.c_str())); in ssasn()
866 sDst.assign(SSREF(sSrc)); in ssasn()
899 int nLen = sSrc.size(); in ssasn()
934 int nLen = sSrc.size(); in ssadd()
944 sDst.append(sSrc.c_str()); in ssadd()
965 sDst.append(sSrc.c_str()); in ssadd()
970 int nLen = sSrc.size(); in ssadd()
1298 return sscpycvt(pDst, sSrc.c_str(), SSMIN(nMax, (int)sSrc.length())); in sscpy()
[all …]
/dports/audio/mous/mous-2.0.1/deps/MAC_SDK/Source/Shared/
H A DStdString.h802 sDst.assign(SSREF(sSrc)); in ssasn()
834 int nLen = sSrc.size(); in ssasn()
840 sDst.assign(SSW2CA(sSrc.c_str())); in ssasn()
866 sDst.assign(SSREF(sSrc)); in ssasn()
899 int nLen = sSrc.size(); in ssasn()
934 int nLen = sSrc.size(); in ssadd()
944 sDst.append(sSrc.c_str()); in ssadd()
965 sDst.append(sSrc.c_str()); in ssadd()
970 int nLen = sSrc.size(); in ssadd()
1298 return sscpycvt(pDst, sSrc.c_str(), SSMIN(nMax, (int)sSrc.length())); in sscpy()
[all …]
/dports/graphics/opencollada/OpenCOLLADA-1.6.68/COLLADABaseUtils/include/
H A DCOLLADABUStringUtils.h131 static String uriEncode ( const String & sSrc );
132 static String ucs2Encode(const String & sSrc);
133 static WideString ucs2Encode(const WideString & sSrc);
/dports/games/emptyepsilon/SeriousProton-EE-2021.06.23/src/
H A DhttpServer.cpp98 string HttpServerConnection::UriDecode(const string & sSrc) in UriDecode() argument
104 const unsigned char * pSrc = (const unsigned char *)sSrc.c_str(); in UriDecode()
105 const size_t SRC_LEN = sSrc.length(); in UriDecode()
172 void HttpServerConnection::parseUri(const string & sSrc) in parseUri() argument
174 string uri = UriDecode(sSrc); in parseUri()
H A DhttpServer.h66 string UriDecode(const string & sSrc);
67 void parseUri(const string & sSrc);
/dports/devel/libdsp/libdsp-src-5.0.2/libDSP-5.0.2/
H A Dcdspop.cc88 clDSPOp::Add(spDest, sSrc, lCount); in dsp_caddf()
92 void dsp_cadd (stpDCplx spDest, stDCplx sSrc, long lCount) in dsp_cadd() argument
94 clDSPOp::Add(spDest, sSrc, lCount); in dsp_cadd()
164 clDSPOp::Sub(spDest, sSrc, lCount); in dsp_csubf()
170 clDSPOp::Sub(spDest, sSrc, lCount); in dsp_csub()
252 clDSPOp::Mul(spDest, sSrc, lCount); in dsp_cmulf()
258 clDSPOp::Mul(spDest, sSrc, lCount); in dsp_cmul()
380 clDSPOp::Div(spDest, sSrc, lCount); in dsp_cdivf()
386 clDSPOp::Div(spDest, sSrc, lCount); in dsp_cdiv()
592 clDSPOp::Set(spDest, sSrc, lCount); in dsp_csetf()
[all …]
/dports/audio/csound/csound-6.15.0/Engine/
H A Dcsound_standard_types.c65 STRINGDAT* sSrc = (STRINGDAT*)src; in string_copy_value() local
71 if (sSrc->size > sDest->size) { in string_copy_value()
75 sDest->data = cs_strdup(csound, sSrc->data); in string_copy_value()
79 sDest->data = cs_strdup(csound, sSrc->data); in string_copy_value()
86 strncpy(sDest->data, sSrc->data, sDest->size-1); in string_copy_value()
/dports/graphics/povray37/povray-3.7.0.10/windows/cmedit/
H A DStdString.h1173 sDst.assign(SSREF(sSrc)); in ssasn()
1204 if ( sSrc.empty() ) in ssasn()
1221 sSrc.c_str(), static_cast<int>(sSrc.size())); in ssasn()
1229 sDst.resize(sSrc.size()); in ssasn()
1309 if ( sSrc.empty() ) in ssasn()
1320 sSrc.c_str(), nSrc); in ssasn()
1384 sDst += sSrc; in ssadd()
1434 sDst += sSrc; in ssadd()
1438 if ( !sSrc.empty() ) in ssadd()
1809 return sscpycvt(pDst, sSrc.c_str(), SSMIN(nMax, (int)sSrc.length())); in sscpy()
[all …]
/dports/devel/p8-platform/platform-p8-platform-2.1.0.1/src/util/
H A DStdString.h1273 sDst.assign(SSREF(sSrc)); in ssasn()
1305 if ( sSrc.empty() ) in ssasn()
1321 sSrc.c_str(), static_cast<int>(sSrc.size())); in ssasn()
1326 sSrc.c_str(), static_cast<int>(sSrc.size())); in ssasn()
1327 sDst.resize(sSrc.size()); in ssasn()
1369 if ( sSrc.empty() ) in ssasn()
1380 sSrc.c_str(), nSrc); in ssasn()
1441 sDst += sSrc; in ssadd()
1489 if ( !sSrc.empty() ) in ssadd()
1895 return sscpycvt(pDst, sSrc.c_str(), SSMIN(nMax, (int)sSrc.length())); in sscpy()
[all …]
/dports/games/tycho/species/wilfiz/
H A Dreepicheep.red56 mov <sSrc , <sDst
58 sSrc jmp pGo , sLoo+1

12345678910