Home
last modified time | relevance | path

Searched refs:exactMatch (Results 76 – 100 of 2459) sorted by relevance

12345678910>>...99

/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/schemas/compute/v1/
H A DHttpHeaderMatch.yaml28 exactMatch:
30 The value should exactly match contents of exactMatch. Only one of
31 exactMatch, prefixMatch, suffixMatch, regexMatch, presentMatch or
54 one of exactMatch, prefixMatch, suffixMatch, regexMatch, presentMatch or
60 whether or not the request's header has a value. Only one of exactMatch,
70 not match. Only one of exactMatch, prefixMatch, suffixMatch, regexMatch,
82 specifier. Only one of exactMatch, prefixMatch, suffixMatch, regexMatch,
90 one of exactMatch, prefixMatch, suffixMatch, regexMatch, presentMatch or
H A DHttpQueryParameterMatch.yaml28 exactMatch:
31 matches the contents of exactMatch. Only one of presentMatch, exactMatch
43 Only one of presentMatch, exactMatch or regexMatch must be set.
50 presentMatch, exactMatch or regexMatch must be set. Note that regexMatch
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/schemas/compute/alpha/
H A DHttpHeaderMatch.yaml28 exactMatch:
30 The value should exactly match contents of exactMatch. Only one of
31 exactMatch, prefixMatch, suffixMatch, regexMatch, presentMatch or
54 one of exactMatch, prefixMatch, suffixMatch, regexMatch, presentMatch or
60 whether or not the request's header has a value. Only one of exactMatch,
70 not match. Only one of exactMatch, prefixMatch, suffixMatch, regexMatch,
82 specifier. Only one of exactMatch, prefixMatch, suffixMatch, regexMatch,
90 one of exactMatch, prefixMatch, suffixMatch, regexMatch, presentMatch or
H A DHttpQueryParameterMatch.yaml28 exactMatch:
31 matches the contents of exactMatch. Only one of presentMatch, exactMatch
43 Only one of presentMatch, exactMatch or regexMatch must be set.
50 presentMatch, exactMatch or regexMatch must be set. Note that regexMatch
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/schemas/compute/beta/
H A DHttpHeaderMatch.yaml28 exactMatch:
30 The value should exactly match contents of exactMatch. Only one of
31 exactMatch, prefixMatch, suffixMatch, regexMatch, presentMatch or
54 one of exactMatch, prefixMatch, suffixMatch, regexMatch, presentMatch or
60 whether or not the request's header has a value. Only one of exactMatch,
70 not match. Only one of exactMatch, prefixMatch, suffixMatch, regexMatch,
82 specifier. Only one of exactMatch, prefixMatch, suffixMatch, regexMatch,
90 one of exactMatch, prefixMatch, suffixMatch, regexMatch, presentMatch or
H A DHttpQueryParameterMatch.yaml28 exactMatch:
31 matches the contents of exactMatch. Only one of presentMatch, exactMatch
43 Only one of presentMatch, exactMatch or regexMatch must be set.
50 presentMatch, exactMatch or regexMatch must be set. Note that regexMatch
/dports/net-p2p/zetacoin-daemon/zetacoin-0.13.2.1/src/
H A Dhttpserver.cpp163 HTTPPathHandler(std::string prefix, bool exactMatch, HTTPRequestHandler handler): in HTTPPathHandler()
164 prefix(prefix), exactMatch(exactMatch), handler(handler) in HTTPPathHandler()
168 bool exactMatch; member
272 if (i->exactMatch) in http_request_cb()
648 void RegisterHTTPHandler(const std::string &prefix, bool exactMatch, const HTTPRequestHandler &hand… argument
650 LogPrint("http", "Registering HTTP handler for %s (exactmatch %d)\n", prefix, exactMatch);
651 pathHandlers.push_back(HTTPPathHandler(prefix, exactMatch, handler));
654 void UnregisterHTTPHandler(const std::string &prefix, bool exactMatch) argument
659 if (i->prefix == prefix && i->exactMatch == exactMatch)
663 LogPrint("http", "Unregistering HTTP handler for %s (exactmatch %d)\n", prefix, exactMatch);
/dports/net-p2p/zetacoin/zetacoin-0.13.2.1/src/
H A Dhttpserver.cpp163 HTTPPathHandler(std::string prefix, bool exactMatch, HTTPRequestHandler handler): in HTTPPathHandler()
164 prefix(prefix), exactMatch(exactMatch), handler(handler) in HTTPPathHandler()
168 bool exactMatch; member
272 if (i->exactMatch) in http_request_cb()
648 void RegisterHTTPHandler(const std::string &prefix, bool exactMatch, const HTTPRequestHandler &hand… argument
650 LogPrint("http", "Registering HTTP handler for %s (exactmatch %d)\n", prefix, exactMatch);
651 pathHandlers.push_back(HTTPPathHandler(prefix, exactMatch, handler));
654 void UnregisterHTTPHandler(const std::string &prefix, bool exactMatch) argument
659 if (i->prefix == prefix && i->exactMatch == exactMatch)
663 LogPrint("http", "Unregistering HTTP handler for %s (exactmatch %d)\n", prefix, exactMatch);
/dports/net-p2p/zetacoin-utils/zetacoin-0.13.2.1/src/
H A Dhttpserver.cpp163 HTTPPathHandler(std::string prefix, bool exactMatch, HTTPRequestHandler handler): in HTTPPathHandler()
164 prefix(prefix), exactMatch(exactMatch), handler(handler) in HTTPPathHandler()
168 bool exactMatch; member
272 if (i->exactMatch) in http_request_cb()
648 void RegisterHTTPHandler(const std::string &prefix, bool exactMatch, const HTTPRequestHandler &hand… argument
650 LogPrint("http", "Registering HTTP handler for %s (exactmatch %d)\n", prefix, exactMatch);
651 pathHandlers.push_back(HTTPPathHandler(prefix, exactMatch, handler));
654 void UnregisterHTTPHandler(const std::string &prefix, bool exactMatch) argument
659 if (i->prefix == prefix && i->exactMatch == exactMatch)
663 LogPrint("http", "Unregistering HTTP handler for %s (exactmatch %d)\n", prefix, exactMatch);
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/googlecloudsdk/schemas/networkservices/v1alpha1/
H A DQueryParameterMatcher.yaml30 exactMatch:
33 matches the contents of exactMatch. Only one of presentMatch or exactMatch
45 Only one of presentMatch or exactMatch must be set.
/dports/devel/qtcreator/qt-creator-opensource-src-5.0.3/src/plugins/qmldesigner/components/curveeditor/detail/
H A Dshortcut.h45 bool exactMatch(const Qt::Key &key) const;
47 bool exactMatch(const Qt::MouseButton &button) const;
49 bool exactMatch(const Qt::KeyboardModifier &modifier) const;
H A Dshortcut.cpp61 bool Shortcut::exactMatch(const Qt::Key &key) const in exactMatch() function in QmlDesigner::Shortcut
66 bool Shortcut::exactMatch(const Qt::MouseButton &button) const in exactMatch() function in QmlDesigner::Shortcut
71 bool Shortcut::exactMatch(const Qt::KeyboardModifier &modifier) const in exactMatch() function in QmlDesigner::Shortcut
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/font/layout/
H A DScriptAndLanguage.cpp41 …ge(const LETableReference& base, LETag languageTag, LEErrorCode &success, le_bool exactMatch) const in findLanguage()
44 Offset langSysTableOffset = exactMatch? 0 : SWAPW(defaultLangSysTableOffset); in findLanguage()
120 …eference &base, LETag scriptTag, LETag languageTag, LEErrorCode &success, le_bool exactMatch) const in findLanguage()
128 return scriptTable->findLanguage(scriptTable, languageTag, success, exactMatch).reparent(base); in findLanguage()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/font/layout/
H A DScriptAndLanguage.cpp41 …ge(const LETableReference& base, LETag languageTag, LEErrorCode &success, le_bool exactMatch) const in findLanguage()
44 Offset langSysTableOffset = exactMatch? 0 : SWAPW(defaultLangSysTableOffset); in findLanguage()
120 …eference &base, LETag scriptTag, LETag languageTag, LEErrorCode &success, le_bool exactMatch) const in findLanguage()
128 return scriptTable->findLanguage(scriptTable, languageTag, success, exactMatch).reparent(base); in findLanguage()
/dports/biology/ugene/ugene-40.1/src/plugins/dbi_bam/src/
H A DSamReader.cpp55 if (!QRegExp("[ -~]{1,255}").exactMatch(qname)) { in parseAlignmentString()
105 if (!QRegExp("[*]|[!-()+-<>-~][ -~]*").exactMatch(rname)) { in parseAlignmentString()
141 if (!QRegExp("[*]|([0-9]+[MIDNSHPX=])+").exactMatch(cigarString)) { in parseAlignmentString()
194 if (!QRegExp("[*]|[=]|[!-()+-<>-~][ -~]*").exactMatch(nextReference)) { in parseAlignmentString()
235 if (!QRegExp("[*]|[A-Za-z=.]+").exactMatch(sequence)) { in parseAlignmentString()
243 if (QRegExp("[!-~]+").exactMatch(quality)) { in parseAlignmentString()
344 if (!QRegExp("[A-Za-z][A-Za-z]").exactMatch(recordTag)) { in readHeader()
361 …if (!QRegExp("[A-Za-z][A-Za-z]").exactMatch(fieldTag) && "M5" != fieldTag) { // workaround for bu… in readHeader()
365 … if (fieldTag != "CL" && fieldTag != "PN" && !QRegExp("[ -~]+").exactMatch(fieldValue)) { in readHeader()
378 if (!QRegExp("[0-9]+\\.[0-9]+").exactMatch(value)) { in readHeader()
[all …]
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/db/fts/
H A Dfts_element_iterator.cpp147 bool exactMatch = (possibleWeightMatch && i->first == dottedName); in advance() local
148 double weight = (exactMatch ? i->second : DEFAULT_WEIGHT); in advance()
153 if (exactMatch || _spec.wildcard()) { in advance()
163 if (!exactMatch || _spec.wildcard()) { in advance()
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/qfont/
H A Dtst_qfont.cpp70 void exactMatch();
141 void tst_QFont::exactMatch() in exactMatch() function in tst_QFont
147 QVERIFY( !font.exactMatch() ); in exactMatch()
155 QVERIFY(QFont("sans").exactMatch()); in exactMatch()
156 QVERIFY(QFont("sans-serif").exactMatch()); in exactMatch()
157 QVERIFY(QFont("serif").exactMatch()); in exactMatch()
158 QVERIFY(QFont("monospace").exactMatch()); in exactMatch()
189 if (! fontinfo.exactMatch()) { in exactMatch()
235 QVERIFY( !fontinfo1.exactMatch() ); in exactMatch()
239 QVERIFY( fontinfo2.exactMatch() ); in exactMatch()
[all …]
/dports/devel/pyside2/pyside-setup-opensource-src-5.15.2/sources/pyside2/doc/codesnippets/doc/src/snippets/code/
H A Dsrc_corelib_tools_qregexp.cpp70 rx.exactMatch("README.txt") # returns True
71 rx.exactMatch("welcome.txt.bak") # returns False
156 rx.exactMatch("index.html") # returns True
157 rx.exactMatch("default.htm") # returns False
158 rx.exactMatch("readme.txt") # returns False
/dports/devel/pyside2-tools/pyside-setup-opensource-src-5.15.2/sources/pyside2/doc/codesnippets/doc/src/snippets/code/
H A Dsrc_corelib_tools_qregexp.cpp70 rx.exactMatch("README.txt") # returns True
71 rx.exactMatch("welcome.txt.bak") # returns False
156 rx.exactMatch("index.html") # returns True
157 rx.exactMatch("default.htm") # returns False
158 rx.exactMatch("readme.txt") # returns False
/dports/devel/shiboken2/pyside-setup-opensource-src-5.15.2/sources/pyside2/doc/codesnippets/doc/src/snippets/code/
H A Dsrc_corelib_tools_qregexp.cpp70 rx.exactMatch("README.txt") # returns True
71 rx.exactMatch("welcome.txt.bak") # returns False
156 rx.exactMatch("index.html") # returns True
157 rx.exactMatch("default.htm") # returns False
158 rx.exactMatch("readme.txt") # returns False
/dports/astro/gpstk/GPSTk-8.0.0/core/lib/GNSSEph/
H A DTabularSatStore.hpp254 bool exactMatch(it1 != dtable.end()); in getTableInterval() local
259 if(exactMatch && exactReturn) in getTableInterval()
277 if(exactMatch && nhalf==1) in getTableInterval()
280 return exactMatch; in getTableInterval()
296 return exactMatch; in getTableInterval()
337 if(exactMatch && last && it1 != dtable.begin()) in getTableInterval()
368 return exactMatch; in getTableInterval()
448 bool exactMatch(it1 != dtable.end()); in getNonCenteredTableInterval() local
453 if(exactMatch && exactReturn) in getNonCenteredTableInterval()
477 if(!exactMatch && checkDataGap) in getNonCenteredTableInterval()
[all …]
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/data/defscript/
H A Dpopups.kvs34 …item($tr("Highlight As","defscript") $0 "("$mask($0,11)")") ("$reguser.exactMatch($mask($0,11))" =…
40 …item($tr("Highlight As","defscript") $0 "("$mask($0,12)")") ("$reguser.exactMatch($mask($0,12))" =…
46 …item($tr("Highlight As","defscript") $0 "("$mask($0,13)")") ("$reguser.exactMatch($mask($0,13))" =…
52 …item($tr("Highlight As","defscript") $0 "("$mask($0,3)")") ("$reguser.exactMatch($mask($0,3))" == …
58 …item($tr("Highlight As","defscript") $0 "("$mask($0,4)")") ("$reguser.exactMatch($mask($0,4))" == …
64 …item($tr("Highlight As","defscript") $0 "("$mask($0,5)")") ("$reguser.exactMatch($mask($0,5))" == …
1423 item($tr("Ignore As","defscript") $0 "("$mask($0,0)")") ("$reguser.exactMatch($mask($0,0))" == "")
1431 item($tr("Ignore As","defscript") $0 "("$mask($0,1)")") ("$reguser.exactMatch($mask($0,1))" == "")
1439 item($tr("Ignore As","defscript") $0 "("$mask($0,2)")") ("$reguser.exactMatch($mask($0,2))" == "")
1447 item($tr("Ignore As","defscript") $0 "("$mask($0,3)")") ("$reguser.exactMatch($mask($0,3))" == "")
[all …]
/dports/editors/neovim-qt/neovim-qt-0.2.16.1/src/gui/shellwidget/
H A Dhelpers.cpp64 …Average and Maximum font width mismatch for Regular font; QFont::exactMatch() is" << f.exactMatch() in isBadMonospace()
73 …Average and Maximum font width mismatch for Italic font; QFont::exactMatch() is" << fi.exactMatch() in isBadMonospace()
82 … "Average and Maximum font width mismatch for Bold font; QFont::exactMatch() is" << fb.exactMatch() in isBadMonospace()
91 …e and Maximum font width mismatch for Bold+Italic font; QFont::exactMatch() is" << fbi.exactMatch() in isBadMonospace()
/dports/net-im/kopete/kopete-21.12.3/kopete/kconf_update/
H A Dkopete-pluginloader2.cpp60 if (commentRegExp.exactMatch(line)) { in main()
63 } else if (groupRegExp.exactMatch(line)) { in main()
68 } else if (keyRegExp.exactMatch(line)) { in main()
/dports/astro/qmapshack/qmapshack-V_1.16.1/src/qmapshack/units/
H A DIUnit.cpp885 if(reCoord2.exactMatch(str)) in strToDeg()
895 else if(reCoord1.exactMatch(str)) in strToDeg()
909 else if(reCoord3.exactMatch(str)) in strToDeg()
914 else if(reCoord4.exactMatch(str)) in strToDeg()
930 else if(reCoord5.exactMatch(str)) in strToDeg()
963 if(reCoord1.exactMatch(str)) in isValidCoordString()
967 else if(reCoord2.exactMatch(str)) in isValidCoordString()
971 else if(reCoord3.exactMatch(str)) in isValidCoordString()
975 else if(reCoord4.exactMatch(str)) in isValidCoordString()
979 else if(reCoord5.exactMatch(str)) in isValidCoordString()

12345678910>>...99