/dports/lang/racket-minimal/racket-8.3/src/ChezScheme/mats/ |
H A D | 5_5.ms | 16 (mat string=?/string-ci=? 23 (error? (string-ci=?)) 45 (string-ci=? "a") 55 (mat string<?/string-ci<? 84 (string-ci<? "a") 94 (mat string>?/string-ci>? 123 (string-ci>? "a") 133 (mat string<=?/string-ci<=? 162 (string-ci<=? "a") 172 (mat string>=?/string-ci>=? [all …]
|
H A D | 5_4.ms | 1205 (test (string-ci<? "a" "Z") #t) 1206 (test (string-ci<? "A" "z") #t) 1207 (test (string-ci<? "Z" "a") #f) 1208 (test (string-ci<? "z" "A") #f) 1209 (test (string-ci<? "z" "Z") #f) 1210 (test (string-ci<? "Z" "z") #f) 1211 (test (string-ci>? "a" "Z") #f) 1212 (test (string-ci>? "A" "z") #f) 1213 (test (string-ci>? "Z" "a") #t) 1214 (test (string-ci>? "z" "A") #t) [all …]
|
/dports/lang/racket/racket-8.3/src/ChezScheme/mats/ |
H A D | 5_5.ms | 16 (mat string=?/string-ci=? 23 (error? (string-ci=?)) 45 (string-ci=? "a") 55 (mat string<?/string-ci<? 84 (string-ci<? "a") 94 (mat string>?/string-ci>? 123 (string-ci>? "a") 133 (mat string<=?/string-ci<=? 162 (string-ci<=? "a") 172 (mat string>=?/string-ci>=? [all …]
|
H A D | 5_4.ms | 1205 (test (string-ci<? "a" "Z") #t) 1206 (test (string-ci<? "A" "z") #t) 1207 (test (string-ci<? "Z" "a") #f) 1208 (test (string-ci<? "z" "A") #f) 1209 (test (string-ci<? "z" "Z") #f) 1210 (test (string-ci<? "Z" "z") #f) 1211 (test (string-ci>? "a" "Z") #f) 1212 (test (string-ci>? "A" "z") #f) 1213 (test (string-ci>? "Z" "a") #t) 1214 (test (string-ci>? "z" "A") #t) [all …]
|
/dports/lang/chez-scheme/ChezScheme-9.5.4/mats/ |
H A D | 5_5.ms | 16 (mat string=?/string-ci=? 23 (error? (string-ci=?)) 45 (string-ci=? "a") 55 (mat string<?/string-ci<? 84 (string-ci<? "a") 94 (mat string>?/string-ci>? 123 (string-ci>? "a") 133 (mat string<=?/string-ci<=? 162 (string-ci<=? "a") 172 (mat string>=?/string-ci>=? [all …]
|
H A D | 5_4.ms | 1201 (test (string-ci<? "a" "Z") #t) 1202 (test (string-ci<? "A" "z") #t) 1203 (test (string-ci<? "Z" "a") #f) 1204 (test (string-ci<? "z" "A") #f) 1205 (test (string-ci<? "z" "Z") #f) 1206 (test (string-ci<? "Z" "z") #f) 1207 (test (string-ci>? "a" "Z") #f) 1208 (test (string-ci>? "A" "z") #f) 1209 (test (string-ci>? "Z" "a") #t) 1210 (test (string-ci>? "z" "A") #t) [all …]
|
/dports/lang/kawa/kawa-3.1.1/testsuite/larceny-tests/tests/scheme/ |
H A D | char.sld | 23 ;;; string-ci<=? 24 ;;; string-ci<? 25 ;;; string-ci=? 26 ;;; string-ci>=? 27 ;;; string-ci>? 101 (test (string-ci<? "a" "Z") #t) 102 (test (string-ci<? "A" "z") #t) 103 (test (string-ci<? "Z" "a") #f) 104 (test (string-ci<? "z" "A") #f) 105 (test (string-ci<? "z" "Z") #f) [all …]
|
/dports/games/shaaft/Shaaft-0.5.0/utils/ |
H A D | Config.cpp | 38 hash_map<string, Value*, hash<string> >::const_iterator ci; in ~Config() local 39 for( ci=_keyValueMap.begin(); ci!=_keyValueMap.end(); ci++) in ~Config() 54 hash_map<string, Value*, hash<string> >::const_iterator ci; in getConfigItemList() local 55 for( ci=_keyValueMap.begin(); ci!=_keyValueMap.end(); ci++) in getConfigItemList() 243 hash_map<string, Value*, hash<string> >::iterator ci; in removeImpl() argument 271 hash_map<string, Value*, hash<string> >::const_iterator ci; in saveToFile() local 335 hash_map<string, Value*, hash<string> >::const_iterator ci; in getStringImpl() argument 350 hash_map<string, Value*, hash<string> >::const_iterator ci; in getIntegerImpl() argument 365 hash_map<string, Value*, hash<string> >::const_iterator ci; in getBooleanImpl() argument 380 hash_map<string, Value*, hash<string> >::const_iterator ci; in getFloatImpl() argument [all …]
|
/dports/games/criticalmass/CriticalMass-1.5/utils/ |
H A D | Config.cpp | 52 hash_map<string, Value*, hash<string> >::const_iterator ci; in ~Config() local 53 for( ci=_keyValueMap.begin(); ci!=_keyValueMap.end(); ci++) in ~Config() 68 hash_map<string, Value*, hash<string> >::const_iterator ci; in getConfigItemList() local 69 for( ci=_keyValueMap.begin(); ci!=_keyValueMap.end(); ci++) in getConfigItemList() 284 hash_map<string, Value*, hash<string> >::iterator ci; in removeImpl() argument 327 hash_map<string, Value*, hash<string> >::const_iterator ci; in saveToFile() local 391 hash_map<string, Value*, hash<string> >::const_iterator ci; in getStringImpl() argument 406 hash_map<string, Value*, hash<string> >::const_iterator ci; in getIntegerImpl() argument 421 hash_map<string, Value*, hash<string> >::const_iterator ci; in getBooleanImpl() argument 436 hash_map<string, Value*, hash<string> >::const_iterator ci; in getFloatImpl() argument [all …]
|
/dports/lang/mosh/mosh-0.2.7/boot/runtimes/srfi-mosh/lib.rnrs/rnrs/ |
H A D | unicode.ss | 5 char-ci=? char-ci<? char-ci>? char-ci<=? char-ci>=? 9 string-upcase string-downcase string-titlecase string-foldcase 10 string-ci=? string-ci<? string-ci>? string-ci<=? string-ci>=? 11 string-normalize-nfd string-normalize-nfkd 12 string-normalize-nfc string-normalize-nfkc) 17 char-ci=? char-ci<? char-ci>? char-ci<=? char-ci>=? 21 string-upcase string-downcase string-titlecase string-foldcase 22 string-ci=? string-ci<? string-ci>? string-ci<=? string-ci>=? 23 string-normalize-nfd string-normalize-nfkd 24 string-normalize-nfc string-normalize-nfkc))
|
/dports/lang/mosh/mosh-0.2.7/tests/r6rs-test-suite/tests/r6rs/ |
H A D | unicode.sls | 30 (test (char-ci<? #\z #\Z) #f) 31 (test (char-ci<? #\Z #\z) #f) 32 (test (char-ci<? #\a #\Z) #t) 33 (test (char-ci<? #\Z #\a) #f) 34 (test (char-ci<=? #\z #\Z) #t) 38 (test (char-ci=? #\z #\a) #f) 39 (test (char-ci=? #\z #\Z) #t) 41 (test (char-ci>? #\z #\Z) #f) 42 (test (char-ci>? #\Z #\z) #f) 43 (test (char-ci>? #\a #\Z) #f) [all …]
|
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/test/r6rs-test-suite/tests/r6rs/ |
H A D | unicode.sls | 30 (test (char-ci<? #\z #\Z) #f) 31 (test (char-ci<? #\Z #\z) #f) 32 (test (char-ci<? #\a #\Z) #t) 33 (test (char-ci<? #\Z #\a) #f) 34 (test (char-ci<=? #\z #\Z) #t) 38 (test (char-ci=? #\z #\a) #f) 39 (test (char-ci=? #\z #\Z) #t) 41 (test (char-ci>? #\z #\Z) #f) 42 (test (char-ci>? #\Z #\z) #f) 43 (test (char-ci>? #\a #\Z) #f) [all …]
|
/dports/emulators/gxemul/gxemul-0.6.3/src/main/ |
H A D | CommandInterpreter.cc | 103 string wordToComplete; in TabComplete() 146 vector<string> matches; in TabComplete() 165 string completedWord; in TabComplete() 296 vector<string> names; in TabCompleteWithSubname() 664 string& commandName, vector<string>& arguments) in SplitIntoWords() 716 const string& variableName, const string& expression) in VariableAssignment() 750 const string& componentPathAndMethod, const vector<string>& arguments) in RunComponentMethod() 758 string methodName; in RunComponentMethod() 859 string fullMatch; in RunComponentMethod() 920 string assignment; in RunComponentMethod() [all …]
|
/dports/irc/anope/anope-2.0.9/modules/commands/ |
H A D | cs_set.cpp | 37 Anope::string this_name = source.command; in OnHelp() 42 const Anope::string &c_name = it->first; in OnHelp() 217 const Anope::string ¶m = params.size() > 1 ? params[1] : ""; in Execute() 460 inline static Anope::string BotModes() in BotModes() 462 return Config->GetModule("botserv")->Get<Anope::string>("botmodes", in BotModes() 962 const Anope::string ¶m = params.size() > 1 ? params[1] : ""; in Execute() 1114 Anope::string modes; in ExtensibleSerialize() 1134 Anope::string modes; in ExtensibleUnserialize() 1140 if (c == Anope::string::npos) in ExtensibleUnserialize() 1169 …CSSet(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, VENDO… in CSSet() [all …]
|
H A D | cs_topic.cpp | 66 bool OnHelp(CommandSource &source, const Anope::string &) anope_override in OnHelp() argument 83 void Lock(CommandSource &source, ChannelInfo *ci, const std::vector<Anope::string> ¶ms) in Lock() argument 100 void Unlock(CommandSource &source, ChannelInfo *ci, const std::vector<Anope::string> ¶ms) in Unlock() argument 117 void Set(CommandSource &source, ChannelInfo *ci, const Anope::string &topic) in Set() argument 129 void Append(CommandSource &source, ChannelInfo *ci, const std::vector<Anope::string> ¶ms) in Append() argument 131 const Anope::string &topic = params[2]; in Append() 133 Anope::string new_topic; in Append() 157 const Anope::string &subcmd = params[1]; in Execute() 174 Anope::string topic; in Execute() 213 …CSTopic(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator, VEN… in CSTopic() [all …]
|
H A D | cs_akick.cpp | 41 void DoAdd(CommandSource &source, ChannelInfo *ci, const std::vector<Anope::string> ¶ms) in DoAdd() argument 43 Anope::string mask = params[2]; in DoAdd() 71 if (r != Anope::string::npos) in DoAdd() 99 std::vector<Anope::string> modes = ci->c->GetModeList("EXCEPT"); in DoAdd() 195 void DoDel(CommandSource &source, ChannelInfo *ci, const std::vector<Anope::string> ¶ms) in DoDel() argument 280 …void ProcessList(CommandSource &source, ChannelInfo *ci, const std::vector<Anope::string> ¶ms,… in ProcessList() argument 343 Anope::string timebuf, lastused; in ProcessList() 383 void DoList(CommandSource &source, ChannelInfo *ci, const std::vector<Anope::string> ¶ms) in DoList() argument 396 void DoView(CommandSource &source, ChannelInfo *ci, const std::vector<Anope::string> ¶ms) in DoView() argument 445 Anope::string chan = params[0]; in Execute() [all …]
|
H A D | cs_access.cpp | 14 static std::map<Anope::string, int16_t, ci::less> defaultLevels; 89 void DoAdd(CommandSource &source, ChannelInfo *ci, const std::vector<Anope::string> ¶ms) in DoAdd() argument 228 void DoDel(CommandSource &source, ChannelInfo *ci, const std::vector<Anope::string> ¶ms) in DoDel() argument 254 Anope::string Nicks; in DoDel() 450 void DoList(CommandSource &source, ChannelInfo *ci, const std::vector<Anope::string> ¶ms) in DoList() argument 463 void DoView(CommandSource &source, ChannelInfo *ci, const std::vector<Anope::string> ¶ms) in DoView() argument 609 Anope::string cmd; in OnHelp() 620 void DoSet(CommandSource &source, ChannelInfo *ci, const std::vector<Anope::string> ¶ms) in DoSet() argument 665 void DoDisable(CommandSource &source, ChannelInfo *ci, const std::vector<Anope::string> ¶ms) in DoDisable() argument 867 const Anope::string &pname = priv->Get<const Anope::string>("name"); in OnReload() [all …]
|
H A D | cs_xop.cpp | 17 std::map<Anope::string, std::vector<Anope::string> > permissions; 23 Anope::string type; 70 Anope::string max; in DetermineLevel() 100 void DoAdd(CommandSource &source, ChannelInfo *ci, const std::vector<Anope::string> ¶ms) in DoAdd() argument 222 void DoDel(CommandSource &source, ChannelInfo *ci, const std::vector<Anope::string> ¶ms) in DoDel() argument 284 Anope::string nicks; in DoDel() 357 void DoList(CommandSource &source, ChannelInfo *ci, const std::vector<Anope::string> ¶ms) in DoList() argument 526 Anope::string buf; in OnHelp() 601 const Anope::string &pname = block->Get<const Anope::string>("name"); in OnReload() 607 const Anope::string &xop = block->Get<const Anope::string>("xop"); in OnReload() [all …]
|
H A D | bs_kick.cpp | 99 Anope::string ttb, tok; in ExtensibleUnserialize() 173 …l CheckArguments(CommandSource &source, const std::vector<Anope::string> ¶ms, ChannelInfo* &ci) in CheckArguments() argument 198 …dSource &source, ChannelInfo *ci, const Anope::string ¶m, const Anope::string &ttb, size_t ttb… in Process() argument 920 Anope::string mask; 939 Data &get(const Anope::string &key) in get() 981 Anope::string lasttarget; 984 Anope::string lastline; 1067 Anope::string mask = ci->GetIdealBan(u); in check_ban() 1079 if (!ci || !ci->bi || !ci->c || !u || u->IsProtected() || !ci->c->FindUser(u)) in bot_kick() 1234 ChannelInfo *ci = c->ci; in OnPrivmsg() local [all …]
|
/dports/lang/chibi-scheme/chibi-scheme-0.10/lib/scheme/ |
H A D | char.sld | 16 string-ci<=? string-ci<? string-ci=? string-ci>=? string-ci>? 17 char-ci<=? char-ci<? char-ci=? char-ci>=? char-ci>? 23 char-alphabetic? char-ci<=? char-ci<? char-ci=? char-ci>=? char-ci>? 26 string-ci<=? string-ci<? string-ci=? string-ci>=? string-ci>? 28 string-downcase string-foldcase string-upcase))
|
/dports/lang/mosh/mosh-0.2.7/lib/srfi/ |
H A D | %3a13.mosh.sls | 33 string-contains-ci 35 string-suffix-ci? 37 string-prefix-ci? 65 string-ci<> 66 string-ci>= 67 string-ci<= 68 string-ci> 69 string-ci< 70 string-ci= 77 string-compare-ci [all …]
|
/dports/irc/anope/anope-2.0.9/modules/pseudoclients/ |
H A D | chanserv.cpp | 15 inline static Anope::string BotModes() in BotModes() 17 return Config->GetModule("botserv")->Get<Anope::string>("botmodes", in BotModes() 18 Config->GetModule("chanserv")->Get<Anope::string>("botmodes", "o") in BotModes() 25 std::vector<Anope::string> defaults; 31 …ChanServCore(const Anope::string &modname, const Anope::string &creator) : Module(modname, creator… in ChanServCore() 101 const Anope::string &channick = conf->GetModule(this)->Get<const Anope::string>("client"); in OnReload() 220 std::deque<Anope::string> chans; in OnDelChan() 245 const Anope::string &require = Config->GetModule(this)->Get<const Anope::string>("require"); in OnDelChan() 293 const Anope::string &require = Config->GetModule(this)->Get<const Anope::string>("require"); in OnCheckModes() 312 …if (Config->GetModule(this)->Get<const Anope::string>("nomlock").find(cm->mchar) != Anope::string:… in OnCanSet() [all …]
|
/dports/databases/soci/soci-4.0.1/include/soci/ |
H A D | column-info.h | 59 ci.name = v.get<std::string>("COLUMN_NAME"); 71 ci.type = dt_string; 75 ci.type = dt_integer; 82 if (ci.scale != 0) 84 ci.type = dt_double; 88 ci.type = dt_integer; 96 ci.type = dt_date; 103 ci.type = dt_blob; 108 ci.type = dt_xml; 113 ci.type = dt_string; [all …]
|
/dports/science/py-dlib/dlib-19.22/dlib/http_client/ |
H A D | http_client.cpp | 111 return ci != headers.end() ? ci->second : std::string(); in get_header() 139 return ci != headers.end() && !ci->second.empty(); in is_header_set() 236 for (std::string::const_iterator ci = in.begin(); ci != in.end(); ++ci) in urlencode() local 238 if ( allowed_chars.find(*ci) != std::string::npos ) in urlencode() 441 … for (string_to_stringmap::const_iterator ci = postvars.begin(); ci != postvars.end(); ++ci) in build_post() local 468 … for (string_to_stringmap::const_iterator ci = postvars.begin(); ci != postvars.end(); ++ci) in build_post() local 513 for (stringmap::iterator ci = headers.begin(); ci != headers.end(); ++ci) in grab_url() local 515 std::string head = strtolower(ci->first); in grab_url() 529 for (stringmap::iterator ci = cookies.begin(); ci != cookies.end(); ++ci) in grab_url() local 531 std::string var = ci->first ; trim(var); in grab_url() [all …]
|
/dports/science/dlib-cpp/dlib-19.22/dlib/http_client/ |
H A D | http_client.cpp | 111 return ci != headers.end() ? ci->second : std::string(); in get_header() 139 return ci != headers.end() && !ci->second.empty(); in is_header_set() 236 for (std::string::const_iterator ci = in.begin(); ci != in.end(); ++ci) in urlencode() local 238 if ( allowed_chars.find(*ci) != std::string::npos ) in urlencode() 441 … for (string_to_stringmap::const_iterator ci = postvars.begin(); ci != postvars.end(); ++ci) in build_post() local 468 … for (string_to_stringmap::const_iterator ci = postvars.begin(); ci != postvars.end(); ++ci) in build_post() local 513 for (stringmap::iterator ci = headers.begin(); ci != headers.end(); ++ci) in grab_url() local 515 std::string head = strtolower(ci->first); in grab_url() 529 for (stringmap::iterator ci = cookies.begin(); ci != cookies.end(); ++ci) in grab_url() local 531 std::string var = ci->first ; trim(var); in grab_url() [all …]
|