Home
last modified time | relevance | path

Searched refs:exactMatch (Results 1 – 25 of 2459) sorted by last modified time

12345678910>>...99

/dports/www/e107/e107/e107_handlers/
H A Dsitelinks_class.php1878 public function isActive(&$data=array(), $removeOnly = false, $exactMatch = false) argument
1929 if($exactMatch)
/dports/textproc/p5-xmltv/xmltv-0.5.70/lib/
H A DIMDB.pm209 if ( !defined($res->{exactMatch}) ) {
214 if ( scalar(@{$res->{exactMatch}})!= 1) {
219 my @exact=@{$res->{exactMatch}};
409 push(@{$results->{exactMatch}}, {'key'=> $arr[1],
457 if ( !defined($res->{exactMatch}) ) {
460 if ( scalar(@{$res->{exactMatch}}) != 1 ) {
463 return($res->{exactMatch}[0]);
473 if ( defined($res->{exactMatch})) {
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/cloud/vmware/
H A Dvmware_local_user_manager.py126 exactMatch = True
129 ….content.userDirectory.RetrieveUserGroups(None, searchStr, None, None, exactMatch, findUsers, find…
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/vmware/plugins/modules/
H A Dvmware_local_user_manager.py121 exactMatch = True
124 ….content.userDirectory.RetrieveUserGroups(None, searchStr, None, None, exactMatch, findUsers, find…
H A Dvcenter_domain_user_group_info.py153 exactMatch=self.exact_match,
/dports/sysutils/unetbootin/unetbootin-702_1/
H A Dunetbootin.cpp2154 ….isEmpty() && QRegExp("^configfile\\s{1,}\\S{1,}.cfg$", Qt::CaseInsensitive).exactMatch(cfgfileCL)) in getgrub2cfgargs()
2161 …onts.isEmpty() && QRegExp("^source\\s{1,}\\S{1,}.cfg$", Qt::CaseInsensitive).exactMatch(cfgfileCL)) in getgrub2cfgargs()
2242 …onts.isEmpty() && QRegExp("^source\\s{1,}\\S{1,}.cfg$", Qt::CaseInsensitive).exactMatch(cfgfileCL)) in getgrub2cfgargsL()
2322 …nts.isEmpty() && QRegExp("^include\\s{1,}\\S{1,}.cfg$", Qt::CaseInsensitive).exactMatch(cfgfileCL)) in getcfgkernargs()
2329 …onts.isEmpty() && QRegExp("^append\\s{1,}\\S{1,}.cfg$", Qt::CaseInsensitive).exactMatch(cfgfileCL)) in getcfgkernargs()
2379 …nts.isEmpty() && QRegExp("^include\\s{1,}\\S{1,}.cfg$", Qt::CaseInsensitive).exactMatch(cfgfileCL)) in getcfgkernargsL()
2392 …onts.isEmpty() && QRegExp("^append\\s{1,}\\S{1,}.cfg$", Qt::CaseInsensitive).exactMatch(cfgfileCL)) in getcfgkernargsL()
3331 if (btimustreplacetimeout && btichkistimeout.exactMatch(bootiniCurLine)) in bootiniEdit()
3751 if (mlstmustreplacetimeout && mlstchkistimeout.exactMatch(menulstCurLine)) in writegrub2cfg()
3860 if (mlstmustreplacehiddenmenu && mlstchkishiddenmenu.exactMatch(menulstCurLine)) in runinsthdd()
[all …]
/dports/sysutils/cdrdao/cdrdao-1.2.4/dao/
H A Dmain.cc1840 if (qres->next != NULL || !(qres->exactMatch)) { in readCddb()
/dports/security/xca/xca-2.4.0/lib/
H A Dipvalidator.h46 if (!QRegExp("[0-9a-fA-F:\\.]*").exactMatch(input)) in validate()
/dports/print/scribus-devel/scribus-1.5.7/scribus/
H A Dfilesearch.cpp164 if (r.exactMatch(fi.fileName())) in addCurrentDirFiles()
/dports/print/scribus-devel/scribus-1.5.7/scribus/ui/
H A Dsplash.cpp31 if (!font.exactMatch()) in ScSplashScreen()
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/picbrowser/
H A Dpreviewimage.cpp198 if ( toRemove ( rx.exactMatch ( tmpPreviewImage->fileInformation.fileName() ), invert ) ) in filterFileName()
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/import/emf/
H A Dimportemf.cpp2884 if (font.exactMatch()) in handleText()
/dports/net-p2p/litecoin-utils/litecoin-0.18.1/src/
H A Dhttpserver.cpp130 prefix(_prefix), exactMatch(_exactMatch), handler(_handler) in HTTPPathHandler()
134 bool exactMatch; member
254 if (i->exactMatch) in http_request_cb()
641 void RegisterHTTPHandler(const std::string &prefix, bool exactMatch, const HTTPRequestHandler &hand… in RegisterHTTPHandler() argument
643 LogPrint(BCLog::HTTP, "Registering HTTP handler for %s (exactmatch %d)\n", prefix, exactMatch); in RegisterHTTPHandler()
644 pathHandlers.push_back(HTTPPathHandler(prefix, exactMatch, handler)); in RegisterHTTPHandler()
647 void UnregisterHTTPHandler(const std::string &prefix, bool exactMatch) in UnregisterHTTPHandler() argument
652 if (i->prefix == prefix && i->exactMatch == exactMatch) in UnregisterHTTPHandler()
656 … LogPrint(BCLog::HTTP, "Unregistering HTTP handler for %s (exactmatch %d)\n", prefix, exactMatch); in UnregisterHTTPHandler()
/dports/net-p2p/namecoin-daemon/namecoin-core-nc0.21.0.1/src/
H A Dhttpserver.cpp131 prefix(_prefix), exactMatch(_exactMatch), handler(_handler) in HTTPPathHandler()
135 bool exactMatch; member
255 if (i->exactMatch) in http_request_cb()
642 void RegisterHTTPHandler(const std::string &prefix, bool exactMatch, const HTTPRequestHandler &hand… in RegisterHTTPHandler() argument
644 LogPrint(BCLog::HTTP, "Registering HTTP handler for %s (exactmatch %d)\n", prefix, exactMatch); in RegisterHTTPHandler()
645 pathHandlers.push_back(HTTPPathHandler(prefix, exactMatch, handler)); in RegisterHTTPHandler()
648 void UnregisterHTTPHandler(const std::string &prefix, bool exactMatch) in UnregisterHTTPHandler() argument
653 if (i->prefix == prefix && i->exactMatch == exactMatch) in UnregisterHTTPHandler()
657 … LogPrint(BCLog::HTTP, "Unregistering HTTP handler for %s (exactmatch %d)\n", prefix, exactMatch); in UnregisterHTTPHandler()
/dports/net-p2p/litecoin-daemon/litecoin-0.18.1/src/
H A Dhttpserver.cpp130 prefix(_prefix), exactMatch(_exactMatch), handler(_handler) in HTTPPathHandler()
134 bool exactMatch; member
254 if (i->exactMatch) in http_request_cb()
641 void RegisterHTTPHandler(const std::string &prefix, bool exactMatch, const HTTPRequestHandler &hand… in RegisterHTTPHandler() argument
643 LogPrint(BCLog::HTTP, "Registering HTTP handler for %s (exactmatch %d)\n", prefix, exactMatch); in RegisterHTTPHandler()
644 pathHandlers.push_back(HTTPPathHandler(prefix, exactMatch, handler)); in RegisterHTTPHandler()
647 void UnregisterHTTPHandler(const std::string &prefix, bool exactMatch) in UnregisterHTTPHandler() argument
652 if (i->prefix == prefix && i->exactMatch == exactMatch) in UnregisterHTTPHandler()
656 … LogPrint(BCLog::HTTP, "Unregistering HTTP handler for %s (exactmatch %d)\n", prefix, exactMatch); in UnregisterHTTPHandler()
/dports/net-p2p/namecoin/namecoin-core-nc0.21.0.1/src/
H A Dhttpserver.cpp131 prefix(_prefix), exactMatch(_exactMatch), handler(_handler) in HTTPPathHandler()
135 bool exactMatch; member
255 if (i->exactMatch) in http_request_cb()
642 void RegisterHTTPHandler(const std::string &prefix, bool exactMatch, const HTTPRequestHandler &hand… in RegisterHTTPHandler() argument
644 LogPrint(BCLog::HTTP, "Registering HTTP handler for %s (exactmatch %d)\n", prefix, exactMatch); in RegisterHTTPHandler()
645 pathHandlers.push_back(HTTPPathHandler(prefix, exactMatch, handler)); in RegisterHTTPHandler()
648 void UnregisterHTTPHandler(const std::string &prefix, bool exactMatch) in UnregisterHTTPHandler() argument
653 if (i->prefix == prefix && i->exactMatch == exactMatch) in UnregisterHTTPHandler()
657 … LogPrint(BCLog::HTTP, "Unregistering HTTP handler for %s (exactmatch %d)\n", prefix, exactMatch); in UnregisterHTTPHandler()
/dports/net-p2p/litecoin/litecoin-0.18.1/src/
H A Dhttpserver.cpp130 prefix(_prefix), exactMatch(_exactMatch), handler(_handler) in HTTPPathHandler()
134 bool exactMatch; member
254 if (i->exactMatch) in http_request_cb()
641 void RegisterHTTPHandler(const std::string &prefix, bool exactMatch, const HTTPRequestHandler &hand… in RegisterHTTPHandler() argument
643 LogPrint(BCLog::HTTP, "Registering HTTP handler for %s (exactmatch %d)\n", prefix, exactMatch); in RegisterHTTPHandler()
644 pathHandlers.push_back(HTTPPathHandler(prefix, exactMatch, handler)); in RegisterHTTPHandler()
647 void UnregisterHTTPHandler(const std::string &prefix, bool exactMatch) in UnregisterHTTPHandler() argument
652 if (i->prefix == prefix && i->exactMatch == exactMatch) in UnregisterHTTPHandler()
656 … LogPrint(BCLog::HTTP, "Unregistering HTTP handler for %s (exactmatch %d)\n", prefix, exactMatch); in UnregisterHTTPHandler()
/dports/net-p2p/namecoin-utils/namecoin-core-nc0.21.0.1/src/
H A Dhttpserver.cpp131 prefix(_prefix), exactMatch(_exactMatch), handler(_handler) in HTTPPathHandler()
135 bool exactMatch; member
255 if (i->exactMatch) in http_request_cb()
642 void RegisterHTTPHandler(const std::string &prefix, bool exactMatch, const HTTPRequestHandler &hand… in RegisterHTTPHandler() argument
644 LogPrint(BCLog::HTTP, "Registering HTTP handler for %s (exactmatch %d)\n", prefix, exactMatch); in RegisterHTTPHandler()
645 pathHandlers.push_back(HTTPPathHandler(prefix, exactMatch, handler)); in RegisterHTTPHandler()
648 void UnregisterHTTPHandler(const std::string &prefix, bool exactMatch) in UnregisterHTTPHandler() argument
653 if (i->prefix == prefix && i->exactMatch == exactMatch) in UnregisterHTTPHandler()
657 … LogPrint(BCLog::HTTP, "Unregistering HTTP handler for %s (exactmatch %d)\n", prefix, exactMatch); in UnregisterHTTPHandler()
/dports/net-p2p/torrent-file-editor/torrent-file-editor-0.3.17/
H A Dmainwindow.cpp566 else if (iso8859RegExp.exactMatch(sortKey)) { in fillCoding()
/dports/net-im/psi/psi-1.5/src/
H A Dmsgmle.cpp361 …if (!selected_word.isEmpty() && !QRegExp("\\d+").exactMatch(selected_word) && !SpellChecker::insta… in contextMenuEvent()
/dports/graphics/nomacs/nomacs-3.16.224/ImageLounge/src/DkCore/
H A DDkImageLoader.cpp1116 if (exp.exactMatch(sF.at(idx))) { in copyUserFile()
1173 if (exp.exactMatch(sF.at(idx))) { in saveUserFileAs()
1559 if (filePattern.exactMatch(files[idx])) { in restoreFile()
/dports/graphics/klatexformula/klatexformula-4.0.0/src/
H A Dmain.cpp1178 if ( booltruerx.exactMatch(arg) ) in __klf_parse_bool_arg()
1180 if ( boolfalserx.exactMatch(arg) ) in __klf_parse_bool_arg()
/dports/games/scorched3d/scorched/src/client/console/
H A DConsoleRules.cpp150 ConsoleRule *exactMatch = matchRule(values, closeMatches); in addLine() local
151 if (exactMatch) in addLine()
153 exactMatch->runRule(console, line, values); in addLine()
/dports/games/spring/spring_98.0/rts/lib/assimp/code/
H A DSGSpatialSort.cpp87 bool exactMatch /*= false*/) const in FindPositions()
131 if (exactMatch) in FindPositions()
H A DSGSpatialSort.h103 bool exactMatch = false) const;

12345678910>>...99