Home
last modified time | relevance | path

Searched refs:atSign (Results 1 – 25 of 50) sorted by relevance

12

/dports/lang/ghc/ghc-8.10.7/utils/haddock/haddock-api/src/Haddock/Backends/Xhtml/
H A DUtils.hs25 atSign,
190 dcolon, arrow, darrow, forallSymbol, atSign :: Bool -> Html
195 atSign unicode = toHtml (if unicode then "@" else "@") function
H A DDecl.hs1134 ppLHsTypeArg unicode qual emptyCtxts (HsTypeArg _ ki) = atSign unicode <>
1237 , atSign unicode <> ppr_mono_lty arg_ki unicode qual HideEmptyContexts]
/dports/textproc/xom/XOM/src/nu/xom/
H A DVerifier.java431 int atSign = authority.indexOf('@'); in checkAuthority() local
432 if (atSign != -1) { in checkAuthority()
433 userInfo = authority.substring(0, atSign); in checkAuthority()
434 authority = authority.substring(atSign+1); in checkAuthority()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/client/
H A Dsasl_sspi.cpp139 size_t atSign = userPlusRealm.find('@'); in sspiClientMechNew() local
140 if (atSign == std::string::npos) { in sspiClientMechNew()
144 std::string utf8Username(userPlusRealm, 0, atSign); in sspiClientMechNew()
151 std::string utf8Domain(userPlusRealm, atSign + 1); in sspiClientMechNew()
/dports/audio/carla/Carla-2.4.1/source/modules/juce_core/network/
H A Djuce_URL.cpp523 auto atSign = possibleEmailAddress.indexOfChar ('@'); in isProbablyAnEmailAddress() local
525 return atSign > 0 in isProbablyAnEmailAddress()
526 && possibleEmailAddress.lastIndexOfChar ('.') > (atSign + 1) in isProbablyAnEmailAddress()
/dports/audio/libopenshot-audio/libopenshot-audio-0.2.2/JuceLibraryCode/modules/juce_core/network/
H A Djuce_URL.cpp520 auto atSign = possibleEmailAddress.indexOfChar ('@'); in isProbablyAnEmailAddress() local
522 return atSign > 0 in isProbablyAnEmailAddress()
523 && possibleEmailAddress.lastIndexOfChar ('.') > (atSign + 1) in isProbablyAnEmailAddress()
/dports/devel/juce/JUCE-f37e9a1/modules/juce_core/network/
H A Djuce_URL.cpp537 auto atSign = possibleEmailAddress.indexOfChar ('@'); in isProbablyAnEmailAddress() local
539 return atSign > 0 in isProbablyAnEmailAddress()
540 && possibleEmailAddress.lastIndexOfChar ('.') > (atSign + 1) in isProbablyAnEmailAddress()
/dports/lang/ghc/ghc-8.10.7/utils/haddock/haddock-api/src/Haddock/Backends/
H A DLaTeX.hs1033 ppLHsTypeArg unicode (HsTypeArg _ ki) = atSign unicode <>
1095 = hsep [ppr_mono_lty fun_ty unicode, atSign unicode <> ppr_mono_lty arg_ki unicode]
1368 dcolon, arrow, darrow, forallSymbol, starSymbol, atSign :: Bool -> LaTeX
1374 atSign unicode = text (if unicode then "@" else "@") function
/dports/mail/thunderbird/thunderbird-91.8.0/comm/mailnews/extensions/bayesian-spam-filter/
H A DnsBayesianFilter.cpp532 const char* atSign = strchr(aWord, '@'); in tokenize_ascii_word() local
533 if (wordLength < 40 && strchr(aWord, '.') && atSign && in tokenize_ascii_word()
534 !strchr(atSign + 1, '@')) { in tokenize_ascii_word()
535 uint32_t numBytesToSep = atSign - aWord; in tokenize_ascii_word()
/dports/textproc/p5-String-ToIdentifier-EN/String-ToIdentifier-EN-0.12/t/
H A D10_ascii.t75 is_both ["\x40"], 'atSign', 'atSign';
/dports/net/kea/kea-2.0.1/src/lib/dns/tests/
H A Dname_unittest.cc382 TEST_F(NameTest, atSign) { in TEST_F() argument
/dports/lang/spidermonkey60/firefox-60.9.0/mobile/android/tests/browser/chrome/tp5/twitter.com/a2.twimg.com/a/1302214109/javascripts/
H A Dtwitter.js@13022155221749 …text.replace(twttr.txt.regexen.extractMentions, function(match, before, atSign, screenName, after)…
1751 var startPosition = text.indexOf(atSign + screenName, position);
/dports/www/firefox-legacy/firefox-52.8.0esr/mobile/android/tests/browser/chrome/tp5/twitter.com/a2.twimg.com/a/1302214109/javascripts/
H A Dtwitter.js@13022155221749 …text.replace(twttr.txt.regexen.extractMentions, function(match, before, atSign, screenName, after)…
1751 var startPosition = text.indexOf(atSign + screenName, position);
/dports/www/firefox-esr/firefox-91.8.0/testing/web-platform/tests/annotation-model/scripts/
H A Dajv.min.js.map1 …,"rest","trim","simplePath","exec","proto","lowerProto","hostEnd","hec","atSign","parseHost","ipv6…
/dports/www/firefox/firefox-99.0/testing/web-platform/tests/annotation-model/scripts/
H A Dajv.min.js.map1 …,"rest","trim","simplePath","exec","proto","lowerProto","hostEnd","hec","atSign","parseHost","ipv6…
/dports/www/npm-node14/npm-6.14.8/lib/node_modules/npm/node_modules/ajv/dist/
H A Dajv.min.js.map1 …,"rest","trim","simplePath","exec","proto","lowerProto","hostEnd","hec","atSign","parseHost","ipv6…
/dports/www/npm-node16/npm-6.14.8/lib/node_modules/npm/node_modules/ajv/dist/
H A Dajv.min.js.map1 …,"rest","trim","simplePath","exec","proto","lowerProto","hostEnd","hec","atSign","parseHost","ipv6…
/dports/www/npm-node17/npm-6.14.8/lib/node_modules/npm/node_modules/ajv/dist/
H A Dajv.min.js.map1 …,"rest","trim","simplePath","exec","proto","lowerProto","hostEnd","hec","atSign","parseHost","ipv6…
/dports/www/npm/npm-6.14.8/lib/node_modules/npm/node_modules/ajv/dist/
H A Dajv.min.js.map1 …,"rest","trim","simplePath","exec","proto","lowerProto","hostEnd","hec","atSign","parseHost","ipv6…
/dports/mail/thunderbird/thunderbird-91.8.0/testing/web-platform/tests/annotation-model/scripts/
H A Dajv.min.js.map1 …,"rest","trim","simplePath","exec","proto","lowerProto","hostEnd","hec","atSign","parseHost","ipv6…
/dports/lang/spidermonkey60/firefox-60.9.0/testing/web-platform/tests/annotation-model/scripts/
H A Dajv.min.js.map1 …,"rest","trim","simplePath","exec","proto","lowerProto","hostEnd","hec","atSign","parseHost","ipv6…
/dports/www/firefox-legacy/firefox-52.8.0esr/testing/web-platform/tests/annotation-model/scripts/
H A Dajv.min.js.map1 …,"rest","trim","simplePath","exec","proto","lowerProto","hostEnd","hec","atSign","parseHost","ipv6…
/dports/lang/spidermonkey78/firefox-78.9.0/testing/web-platform/tests/annotation-model/scripts/
H A Dajv.min.js.map1 …,"rest","trim","simplePath","exec","proto","lowerProto","hostEnd","hec","atSign","parseHost","ipv6…
/dports/www/firefox-esr/firefox-91.8.0/devtools/client/debugger/test/mochitest/examples/big-sourcemap_files/
H A Dbundle.js.map1atSign;\n if (hostEnd === -1) {\n // atSign can be anywhere.\n atSign = rest.lastInde…
/dports/lang/spidermonkey78/firefox-78.9.0/devtools/client/debugger/test/mochitest/examples/big-sourcemap_files/
H A Dbundle.js.map1atSign;\n if (hostEnd === -1) {\n // atSign can be anywhere.\n atSign = rest.lastInde…

12