Home
last modified time | relevance | path

Searched defs:caseSensitive (Results 1 – 25 of 1439) sorted by relevance

12345678910>>...58

/dports/converters/wkhtmltopdf/qt-5db36ec/tests/auto/q3textedit/
H A Dtst_q3textedit.cpp495 bool caseSensitive = FALSE; in find_data() local
509 bool caseSensitive = TRUE; in find_data() local
523 bool caseSensitive = FALSE; in find_data() local
535 bool caseSensitive = FALSE; in find_data() local
549 bool caseSensitive = TRUE; in find_data() local
563 bool caseSensitive = FALSE; in find_data() local
575 bool caseSensitive = FALSE; in find_data() local
589 bool caseSensitive = TRUE; in find_data() local
631 bool caseSensitive = TRUE; in find_data() local
673 bool caseSensitive = TRUE; in find_data() local
[all …]
/dports/java/eclipse/eclipse.platform.releng.aggregator-R4_16/eclipse.jdt.core/org.eclipse.jdt.core/search/org/eclipse/jdt/internal/core/nd/db/
H A DIString.java41 public int compare(IString string, boolean caseSensitive) throws IndexException; in compare()
53 public int compare(String string, boolean caseSensitive) throws IndexException; in compare()
65 public int compare(char[] chars, boolean caseSensitive) throws IndexException; in compare()
101 public int comparePrefix(char[] name, boolean caseSensitive) throws IndexException; in comparePrefix()
H A DEmptyString.java38 public int compare(IString string, boolean caseSensitive) { in compare()
46 public int compare(String string, boolean caseSensitive) { in compare()
54 public int compare(char[] chars, boolean caseSensitive) { in compare()
78 public int comparePrefix(char[] name, boolean caseSensitive) { in comparePrefix()
H A DShortString.java142 public static int compare(final char[] chars, char[] other, boolean caseSensitive) { in compare()
153 public int compare(char[] other, boolean caseSensitive) throws IndexException { in compare()
158 public int compare(IString string, boolean caseSensitive) throws IndexException { in compare()
163 public int compare(String other, boolean caseSensitive) throws IndexException { in compare()
206 public int comparePrefix(char[] other, boolean caseSensitive) throws IndexException { in comparePrefix()
210 public static int comparePrefix(final char[] chars, char[] other, boolean caseSensitive) { in comparePrefix()
238 public static int compareChars(char a, char b, boolean caseSensitive) { in compareChars()
/dports/java/jd-gui/jd-gui-1.6.6/api/src/main/java/org/jd/gui/api/feature/
H A DContentSearchable.java11 boolean highlightText(String text, boolean caseSensitive); in highlightText()
13 void findNext(String text, boolean caseSensitive); in findNext()
15 void findPrevious(String text, boolean caseSensitive); in findPrevious()
/dports/devel/hadoop2/hadoop-2.7.2-src/hadoop-common-project/hadoop-common/src/main/java/org/apache/hadoop/fs/shell/find/
H A DName.java45 private boolean caseSensitive = true; field in Name
57 private Name(boolean caseSensitive) { in Name()
64 private void setCaseSensitive(boolean caseSensitive) { in setCaseSensitive()
/dports/science/orthanc-dicomweb/OrthancDicomWeb-1.7/ThirdPartyDownloads/Orthanc-1.9.3/OrthancServer/Sources/Search/
H A DDicomTagConstraint.cpp58 bool caseSensitive) : in NormalizedString()
89 bool caseSensitive) in RegularExpression()
130 bool caseSensitive, in DicomTagConstraint()
143 bool caseSensitive, in DicomTagConstraint()
358 bool isIdentifier, caseSensitive; in ConvertToDatabaseConstraint() local
/dports/science/orthanc-mysql/OrthancMySQL-4.3/MySQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancServer/Sources/Search/
H A DDicomTagConstraint.cpp58 bool caseSensitive) : in NormalizedString()
89 bool caseSensitive) in RegularExpression()
130 bool caseSensitive, in DicomTagConstraint()
143 bool caseSensitive, in DicomTagConstraint()
358 bool isIdentifier, caseSensitive; in ConvertToDatabaseConstraint() local
/dports/science/orthanc/Orthanc-1.9.7/OrthancServer/Sources/Search/
H A DDicomTagConstraint.cpp58 bool caseSensitive) : in NormalizedString()
89 bool caseSensitive) in RegularExpression()
130 bool caseSensitive, in DicomTagConstraint()
143 bool caseSensitive, in DicomTagConstraint()
358 bool isIdentifier, caseSensitive; in ConvertToDatabaseConstraint() local
/dports/science/orthanc-postgresql/OrthancPostgreSQL-4.0/PostgreSQL/ThirdPartyDownloads/Orthanc-1.9.3/OrthancServer/Sources/Search/
H A DDicomTagConstraint.cpp58 bool caseSensitive) : in NormalizedString()
89 bool caseSensitive) in RegularExpression()
130 bool caseSensitive, in DicomTagConstraint()
143 bool caseSensitive, in DicomTagConstraint()
358 bool isIdentifier, caseSensitive; in ConvertToDatabaseConstraint() local
/dports/science/orthanc-webviewer/OrthancWebViewer-2.7/ThirdPartyDownloads/Orthanc-1.8.1/OrthancServer/Sources/Search/
H A DDicomTagConstraint.cpp58 bool caseSensitive) : in NormalizedString()
89 bool caseSensitive) in RegularExpression()
130 bool caseSensitive, in DicomTagConstraint()
143 bool caseSensitive, in DicomTagConstraint()
358 bool isIdentifier, caseSensitive; in ConvertToDatabaseConstraint() local
/dports/www/matomo/piwik/plugins/CustomDimensions/Dimension/
H A DCaseSensitive.php16 private $caseSensitive; variable in Piwik\\Plugins\\CustomDimensions\\Dimension\\CaseSensitive
18 public function __construct($caseSensitive)
/dports/textproc/kf5-syntax-highlighting/syntax-highlighting-5.89.0/src/lib/
H A Dkeywordlist.cpp22 Qt::CaseSensitivity caseSensitive; member
84 void KeywordList::setCaseSensitivity(Qt::CaseSensitivity caseSensitive) in setCaseSensitivity()
93 void KeywordList::initLookupForCaseSensitivity(Qt::CaseSensitivity caseSensitive) in initLookupForCaseSensitivity()
/dports/www/phpbb3/phpBB3/vendor/s9e/text-formatter/src/Configurator/Items/AttributeFilters/
H A DChoiceFilter.php21 public function __construct(array $values = null, $caseSensitive = false)
38 public function setValues(array $values, $caseSensitive = false)
H A DMapFilter.php23 public function __construct(array $map = null, $caseSensitive = false, $strict = false)
46 public function setMap(array $map, $caseSensitive = false, $strict = false)
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/AnalyticsData/
H A DInListFilter.php21 public $caseSensitive; variable in Google_Service_AnalyticsData_InListFilter
24 public function setCaseSensitive($caseSensitive)
H A DStringFilter.php20 public $caseSensitive; variable in Google_Service_AnalyticsData_StringFilter
24 public function setCaseSensitive($caseSensitive)
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/apache/arrow/java/vector/src/main/java/org/apache/arrow/vector/complex/impl/
H A DNullableStructWriterFactory.java27 private final boolean caseSensitive; field in NullableStructWriterFactory
33 public NullableStructWriterFactory(boolean caseSensitive) { in NullableStructWriterFactory()
/dports/databases/arrow/apache-arrow-6.0.1/java/vector/src/main/java/org/apache/arrow/vector/complex/impl/
H A DNullableStructWriterFactory.java27 private final boolean caseSensitive; field in NullableStructWriterFactory
33 public NullableStructWriterFactory(boolean caseSensitive) { in NullableStructWriterFactory()
/dports/security/vault/vault-1.8.2/vendor/github.com/apache/arrow/java/vector/src/main/java/org/apache/arrow/vector/complex/impl/
H A DNullableStructWriterFactory.java27 private final boolean caseSensitive; field in NullableStructWriterFactory
33 public NullableStructWriterFactory(boolean caseSensitive) { in NullableStructWriterFactory()
/dports/www/bolt/bolt-2.2.24/vendor/bolt/pathogen/src/
H A DPathInterface.php177 public function contains($needle, $caseSensitive = null);
187 public function startsWith($needle, $caseSensitive = null);
197 public function endsWith($needle, $caseSensitive = null);
208 public function matches($pattern, $caseSensitive = null, $flags = null);
235 public function nameContains($needle, $caseSensitive = null);
245 public function nameStartsWith($needle, $caseSensitive = null);
256 public function nameMatches($pattern, $caseSensitive = null, $flags = null);
/dports/lang/ghc/ghc-8.10.7/libraries/parsec/src/Text/Parsec/
H A DLanguage.hs51 , caseSensitive = True function
68 , caseSensitive = False function
92 , caseSensitive = True function
150 , caseSensitive = True function
/dports/lang/elm/compiler-0.19.1/_cabal_deps/parsec-3.1.14.0/src/Text/Parsec/
H A DLanguage.hs51 , caseSensitive = True function
68 , caseSensitive = False function
92 , caseSensitive = True function
150 , caseSensitive = True function
/dports/games/supertux2/SuperTux-v0.6.3-Source/external/physfs/extras/
H A Dglobbing.c32 int caseSensitive) in matchesPattern()
94 int caseSensitive; member
114 int caseSensitive, in PHYSFSEXT_enumerateFilesCallbackWildcard()
142 int caseSensitive) in PHYSFSEXT_enumerateFilesWildcard()
/dports/devel/physfs/physfs-3.0.2/extras/
H A Dglobbing.c32 int caseSensitive) in matchesPattern()
94 int caseSensitive; member
114 int caseSensitive, in PHYSFSEXT_enumerateFilesCallbackWildcard()
142 int caseSensitive) in PHYSFSEXT_enumerateFilesWildcard()

12345678910>>...58