Home
last modified time | relevance | path

Searched refs:exactMatch (Results 126 – 150 of 2459) sorted by relevance

12345678910>>...99

/dports/www/firefox-legacy/firefox-52.8.0esr/dom/svg/
H A DSVGTests.cpp90 bool exactMatch = (languageToken == mStringListAttributes[LANGUAGE][i]); in GetBestLanguagePreferenceRank() local
92 !exactMatch && in GetBestLanguagePreferenceRank()
96 if (index == 0 && exactMatch) { in GetBestLanguagePreferenceRank()
100 if ((exactMatch || prefixOnlyMatch) && in GetBestLanguagePreferenceRank()
/dports/graphics/engauge-digitizer/engauge-digitizer-12.2.2/src/Format/
H A DFormatDegreesMinutesSecondsBase.cpp193 if (regExpDegrees.exactMatch (field0)) { in stripSymbols()
204 if (regExpMinutes.exactMatch (field1)) { in stripSymbols()
218 if (regExpSeconds1Char.exactMatch (field2)) { in stripSymbols()
221 if (regExpSeconds2Chars.exactMatch (field2)) { in stripSymbols()
/dports/lang/mono/mono-5.10.1.57/mcs/class/referencesource/System.ServiceModel/System/ServiceModel/Channels/
H A DUriPrefixTable.cs79 bool exactMatch; in IsRegistered()
83 node = FindDataNode(paths, out exactMatch); in IsRegistered()
85 return exactMatch && node != null && node.Data != null; in IsRegistered()
189 SegmentHierarchyNode<TItem> FindDataNode(string[] path, out bool exactMatch) in FindDataNode() argument
193 exactMatch = false; in FindDataNode()
206 exactMatch = (i == path.Length - 1); in FindDataNode()
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL/src/OSX/
H A DOgreOSXWindow.cpp132 boolean_t exactMatch = 0; in createCGLFullscreen() local
164 exactMatch = 1; in createCGLFullscreen()
170 if(!exactMatch) in createCGLFullscreen()
184 exactMatch = 1; in createCGLFullscreen()
198 …playMode = CGDisplayBestModeForParameters(kCGDirectMainDisplay, depth, width, height, &exactMatch); in createCGLFullscreen()
210 if(!exactMatch) in createCGLFullscreen()
/dports/biology/ugene/ugene-40.1/src/plugins/GUITestBase/src/
H A DGTUtilsWorkflowDesigner.h79 …TreeItem(HI::GUITestOpStatus &os, const QString &itemName, tab t, bool exactMatch = false, bool fa…
102 …static void addAlgorithm(HI::GUITestOpStatus &os, const QString &algName, bool exactMatch = false,…
103 …wProcessItem *addElement(HI::GUITestOpStatus &os, const QString &algName, bool exactMatch = false);
104 …entByUsingNameFilter(HI::GUITestOpStatus &os, const QString &elementName, bool exactMatch = false);
189 … static QString getParameter(HI::GUITestOpStatus &os, QString parameter, bool exactMatch = false);
196 …Scripting(HI::GUITestOpStatus &os, QString parameter, QString scriptMode, bool exactMatch = false);
/dports/www/kristall/kristall-6b39f244/src/
H A Dcryptoidentity.cpp16 return not pattern.exactMatch(url_text); in isHostFiltered()
30 return pattern.exactMatch(url_text); in isAutomaticallyEnabledOn()
/dports/deskutils/owncloudclient/ownCloud-2.8.2.4246/src/3rdparty/libcrashreporter-qt/3rdparty/drkonqi-parser/
H A Dbacktraceparsergdb.cpp78 if (regExp.exactMatch(d->m_line)) { in parse()
100 if (regExp.exactMatch(d->m_line)) { in parse()
107 if (regExp.exactMatch(d->m_line)) { in parse()
114 if (regExp.exactMatch(d->m_line)) { in parse()
/dports/polish/qnapi/qnapi-0.2.3/libqnapi/src/subconvert/formats/
H A Dsubrip.cpp34 return r.exactMatch(firstEntryBuff); in detect()
52 if (r1.exactMatch(line)) { in decode()
63 } else if (r2.exactMatch(line)) { in decode()
74 } else if (rNumLine.exactMatch(line)) { in decode()
/dports/x11-toolkits/skinlf/skinlf-6.7/src/com/l2fprod/gui/plaf/skin/impl/gtk/
H A DGtkUtils.java101 boolean useOverlay, boolean exactMatch) throws Exception { in newButton() argument
103 useOverlay, exactMatch, true, false); in newButton()
120 boolean useOverlay, boolean exactMatch, boolean useDefault, boolean useGap) throws Exception { in newButton() argument
154 GtkImage image = gtkstyle.getEngine().findImage(keys, values, exactMatch); in newButton()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gocloud.dev/docstore/driver/
H A Dcodec_test.go314 exactMatch bool
445 dec := &testDecoder{test.val, test.exactMatch}
597 exactMatch bool member
646 if !f(i, testDecoder{v, d.exactMatch}) {
658 func (d testDecoder) DecodeMap(f func(key string, vd Decoder, exactMatch bool) bool) {
660 if !f(k, testDecoder{v, d.exactMatch}, d.exactMatch) {
/dports/www/gohugo/hugo-0.91.2/vendor/gocloud.dev/docstore/driver/
H A Dcodec_test.go314 exactMatch bool
445 dec := &testDecoder{test.val, test.exactMatch}
597 exactMatch bool member
646 if !f(i, testDecoder{v, d.exactMatch}) {
658 func (d testDecoder) DecodeMap(f func(key string, vd Decoder, exactMatch bool) bool) {
660 if !f(k, testDecoder{v, d.exactMatch}, d.exactMatch) {
/dports/sysutils/gomplate/gomplate-3.9.0/vendor/gocloud.dev/docstore/driver/
H A Dcodec_test.go314 exactMatch bool
445 dec := &testDecoder{test.val, test.exactMatch}
597 exactMatch bool member
646 if !f(i, testDecoder{v, d.exactMatch}) {
658 func (d testDecoder) DecodeMap(f func(key string, vd Decoder, exactMatch bool) bool) {
660 if !f(k, testDecoder{v, d.exactMatch}, d.exactMatch) {
/dports/devel/gitlab-runner/gitlab-runner-8925d9a06fd8e452e2161a768462652a2a13111f/vendor/gocloud.dev/go-cloud-5094f54ed8bb/docstore/driver/
H A Dcodec_test.go314 exactMatch bool
445 dec := &testDecoder{test.val, test.exactMatch}
597 exactMatch bool member
646 if !f(i, testDecoder{v, d.exactMatch}) {
658 func (d testDecoder) DecodeMap(f func(key string, vd Decoder, exactMatch bool) bool) {
660 if !f(k, testDecoder{v, d.exactMatch}, d.exactMatch) {
/dports/biology/ugene/ugene-40.1/src/libs_3rdparty/QSpec/src/primitives/
H A DGTWebView.h77 …Status &os, WebView *view, const QString &text, const QString &tag = "*", bool exactMatch = false);
85 … &os, WebView *view, QString text, QString tag = "*", bool exists = true, bool exactMatch = false);
86 …Status &os, WebView *view, const QString &text, const QString &tag = "*", bool exactMatch = false);
/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/headers/
H A Dtst_headers.cpp238 QVERIFY(licensePattern.exactMatch(content.value(8)) || in licenseCheck()
239 licensePattern.exactMatch(content.value(7)) || in licenseCheck()
240 licensePattern.exactMatch(content.value(5))); in licenseCheck()
259 QVERIFY(copyrightPattern.exactMatch(content.at(i++))); in licenseCheck()
264 QVERIFY(moduleTest.exactMatch(content.at(i++))); in licenseCheck()
/dports/graphics/digikam/digikam-7.4.0/core/tests/albummodel/
H A Dalbummodel_utest.cpp481 QVERIFY(countRegEx.exactMatch(QLatin1String("test (10)"))); in testDisablePAlbumCount()
482 QVERIFY(countRegEx.exactMatch(QLatin1String("te st (10)"))); in testDisablePAlbumCount()
483 QVERIFY(countRegEx.exactMatch(QLatin1String("te st (0)"))); in testDisablePAlbumCount()
484 QVERIFY(!countRegEx.exactMatch(QLatin1String("te st ()"))); in testDisablePAlbumCount()
485 QVERIFY(!countRegEx.exactMatch(QLatin1String("te st"))); in testDisablePAlbumCount()
486 QVERIFY(!countRegEx.exactMatch(QLatin1String("te st (10) bla"))); in testDisablePAlbumCount()
492 QVERIFY(!countRegEx.exactMatch(rootTitle)); in testDisablePAlbumCount()
498 …QVERIFY2(countRegEx.exactMatch(collectionTitle), QString::fromUtf8("%1 matching error").arg(collec… in testDisablePAlbumCount()
504 …QVERIFY2(countRegEx.exactMatch(albumTitle), QString::fromUtf8("%1 matching error").arg(albumTitle)… in testDisablePAlbumCount()
516 QVERIFY(!countRegEx.exactMatch(rootTitle)); in testDisablePAlbumCount()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/font/layout/
H A DGlyphLookupTables.cpp47 …eference &base, LETag scriptTag, LETag languageTag, LEErrorCode &success, le_bool exactMatch) const in coversScriptAndLanguage()
51 scriptTag, languageTag, success, exactMatch); in coversScriptAndLanguage()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/native/sun/font/layout/
H A DGlyphLookupTables.cpp47 …eference &base, LETag scriptTag, LETag languageTag, LEErrorCode &success, le_bool exactMatch) const in coversScriptAndLanguage()
51 scriptTag, languageTag, success, exactMatch); in coversScriptAndLanguage()
/dports/misc/bibletime/bibletime-2.11.2/src/backend/drivers/
H A Dcswordlexiconmoduleinfo.cpp124 if (rx1.exactMatch(key)) { in testForStrongsKeys()
130 if (rx2.exactMatch(key)) { in testForStrongsKeys()
145 if (! rx.exactMatch(key)) in normalizeStrongsKey()
/dports/cad/qelectrotech/qet-0.7.0/sources/
H A Dqfilenameedit.cpp39 if (!contents.isEmpty() && regexp_.exactMatch(contents)) { in QFileNameEdit()
61 return(regexp_.exactMatch(text())); in isValid()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/tools/example/debug/bdi/
H A DMethodBreakpointSpec.java309 Method exactMatch = null; // (only) method with same name & sig in findMatchingMethod() local
323 exactMatch = candidate; in findMatchingMethod()
331 if (exactMatch != null) { in findMatchingMethod()
333 method = exactMatch; in findMatchingMethod()
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/com/sun/tools/example/debug/bdi/
H A DMethodBreakpointSpec.java309 Method exactMatch = null; // (only) method with same name & sig in findMatchingMethod() local
323 exactMatch = candidate; in findMatchingMethod()
331 if (exactMatch != null) { in findMatchingMethod()
333 method = exactMatch; in findMatchingMethod()
/dports/net-im/kopete/kopete-21.12.3/protocols/skype/libskype/
H A Dskypewindow.cpp99 …if ( QRegExp(regExpSingleConference).exactMatch(windowName) ) { //oups, sometime get skype confere… in isCallDialog()
101 while ( count >= 0 && QRegExp(regExpSingleConference).exactMatch(windowName) ) { in isCallDialog()
109 …if ( QRegExp(regExp1).exactMatch(windowName) || QRegExp(regExp2).exactMatch(windowName) || QRegExp… in isCallDialog()
/dports/graphics/klatexformula/klatexformula-4.0.0/src/klftools/
H A Dklfdefs.cpp1178 return rx.exactMatch(v); in klfIsValidVersion()
1193 if (!rx1.exactMatch(v1)) { in klfVersionCompare()
1197 if (!rx2.exactMatch(v2)) { in klfVersionCompare()
1242 rxs1.exactMatch(suffix1); // must necessarily match, already matched global regex in klfVersionCompare()
1243 rxs2.exactMatch(suffix2); in klfVersionCompare()
/dports/lang/spidermonkey60/firefox-60.9.0/image/
H A DSurfaceCache.cpp297 RefPtr<CachedSurface> exactMatch; in LookupBestMatch() local
298 mSurfaces.Get(aIdealKey, getter_AddRefs(exactMatch)); in LookupBestMatch()
299 if (exactMatch) { in LookupBestMatch()
300 if (exactMatch->IsDecoded()) { in LookupBestMatch()
313 if (!exactMatch) { in LookupBestMatch()
316 if (exactMatch && exactMatch->IsDecoded()) { in LookupBestMatch()
318 return MakeTuple(exactMatch.forget(), in LookupBestMatch()
371 if (!exactMatch) { in LookupBestMatch()
376 } else if (exactMatch != bestMatch) { in LookupBestMatch()
389 if (exactMatch) { in LookupBestMatch()
[all …]

12345678910>>...99