/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/test/unittests/front_end/common/ |
H A D | ResourceType_test.ts | 40 assert.isTrue(result.isTextType(), 'isTextType was not set correctly'); 50 assert.isTrue(result.isTextType(), 'isTextType was not set correctly'); 60 assert.isFalse(result.isTextType(), 'isTextType was not set correctly'); 70 assert.isTrue(result.isTextType(), 'isTextType was not set correctly'); 80 assert.isFalse(result.isTextType(), 'isTextType was not set correctly'); 90 assert.isTrue(result.isTextType(), 'isTextType was not set correctly'); 100 assert.isFalse(result.isTextType(), 'isTextType was not set correctly'); 110 assert.isTrue(result.isTextType(), 'isTextType was not set correctly'); 120 assert.isFalse(result.isTextType(), 'isTextType was not set correctly'); 130 assert.isTrue(result.isTextType(), 'isTextType was not set correctly'); [all …]
|
/dports/devel/kdevelop/kdevelop-21.12.3/kdevplatform/shell/ |
H A D | partcontroller.cpp | 117 bool PartController::isTextType(const QMimeType& mimeType) in isTextType() function in KDevelop::PartController 121 bool isTextType = false; in isTextType() local 124 isTextType = true; in isTextType() 128 return ( isTextType in isTextType()
|
H A D | partcontroller.h | 69 bool isTextType(const QMimeType& mimeType); in Q_DECLARE_METATYPE()
|
/dports/databases/kdb/kdb-3.2.0/src/expression/ |
H A D | KDbNArgExpression.cpp | 87 } else if (!( !KDbField::isTextType(t0) 88 || !KDbField::isTextType(t1) 89 || !KDbField::isTextType(t2)))
|
H A D | KDbExpression.cpp | 129 bool KDbExpressionData::isTextType() const 131 return KDbField::isTextType(type()); 340 bool KDbExpression::isTextType() const 342 return d->isTextType();
|
H A D | KDbBinaryExpression.cpp | 88 const bool ltText = KDbField::isTextType(lt); in typeInternal() 89 const bool rtText = KDbField::isTextType(rt); in typeInternal() 323 if (driver && KDbField::isTextType(type())) { in toStringInternal()
|
/dports/databases/kdb/kdb-3.2.0/src/ |
H A D | KDbField.h | 353 inline bool isTextType() const { in isTextType() function 354 return KDbField::isTextType(type()); in isTextType() 359 static bool isTextType(Type type);
|
H A D | KDbRelationship.cpp | 139 && KDbField::isTextType(masterType) != KDbField::isTextType(detailsType)) { in setIndices()
|
/dports/www/tikiwiki/tiki-21.2/lib/search/ |
H A D | report_string_in_db.php | 103 if (isTextType($type)) { 149 function isTextType($type) function
|
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/html/ |
H A D | BaseTextInputType.h | 45 virtual bool isTextType() const;
|
H A D | BaseTextInputType.cpp | 35 bool BaseTextInputType::isTextType() const in isTextType() function in WebCore::BaseTextInputType
|
H A D | HTMLInputElement.h | 283 virtual bool supportsMaxLength() const { return isTextType(); } in supportsMaxLength() 284 bool isTextType() const;
|
/dports/games/gogui/gogui-1.4.10/src/net/sf/gogui/gtp/ |
H A D | AnalyzeCommand.java | 90 public boolean isTextType() in isTextType() method in AnalyzeCommand 92 return m_definition.isTextType(); in isTextType()
|
/dports/finance/prestashop/prestashop/src/Core/Domain/Product/Customization/ValueObject/ |
H A D | CustomizationFieldType.php | 81 public function isTextType(): bool function in PrestaShop\\PrestaShop\\Core\\Domain\\Product\\Customization\\ValueObject\\CustomizationFieldType
|
/dports/mail/spamprobe/spamprobe-1.4d/src/includes/ |
H A D | MessageHeaderList.h | 70 bool isTextType() const;
|
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/ |
H A D | SAX2DTM.java | 515 if (isTextType(type)) { in dispatchCharactersEvents() 537 if (isTextType(type)) { in dispatchCharactersEvents() 803 private final boolean isTextType(int type) in isTextType() method in SAX2DTM 974 if (isTextType(type)) in getNodeValue() 1220 if (isTextType(type)) in getStringValue() 1243 if (isTextType(type)) in getStringValue() 1295 if (isTextType(type)) in isWhitespace()
|
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.xml/share/classes/com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/ |
H A D | SAX2DTM.java | 515 if (isTextType(type)) { in dispatchCharactersEvents() 537 if (isTextType(type)) { in dispatchCharactersEvents() 803 private final boolean isTextType(int type) in isTextType() method in SAX2DTM 974 if (isTextType(type)) in getNodeValue() 1220 if (isTextType(type)) in getStringValue() 1243 if (isTextType(type)) in getStringValue() 1295 if (isTextType(type)) in isWhitespace()
|
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.xml/share/classes/com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/ |
H A D | SAX2DTM.java | 515 if (isTextType(type)) { in dispatchCharactersEvents() 537 if (isTextType(type)) { in dispatchCharactersEvents() 803 private final boolean isTextType(int type) in isTextType() method in SAX2DTM 974 if (isTextType(type)) in getNodeValue() 1220 if (isTextType(type)) in getStringValue() 1243 if (isTextType(type)) in getStringValue() 1295 if (isTextType(type)) in isWhitespace()
|
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.xml/share/classes/com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/ |
H A D | SAX2DTM.java | 515 if (isTextType(type)) { in dispatchCharactersEvents() 537 if (isTextType(type)) { in dispatchCharactersEvents() 803 private final boolean isTextType(int type) in isTextType() method in SAX2DTM 974 if (isTextType(type)) in getNodeValue() 1220 if (isTextType(type)) in getStringValue() 1243 if (isTextType(type)) in getStringValue() 1295 if (isTextType(type)) in isWhitespace()
|
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.xml/share/classes/com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/ |
H A D | SAX2DTM.java | 515 if (isTextType(type)) { in dispatchCharactersEvents() 537 if (isTextType(type)) { in dispatchCharactersEvents() 803 private final boolean isTextType(int type) in isTextType() method in SAX2DTM 974 if (isTextType(type)) in getNodeValue() 1220 if (isTextType(type)) in getStringValue() 1243 if (isTextType(type)) in getStringValue() 1295 if (isTextType(type)) in isWhitespace()
|
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.xml/share/classes/com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/ |
H A D | SAX2DTM.java | 515 if (isTextType(type)) { in dispatchCharactersEvents() 537 if (isTextType(type)) { in dispatchCharactersEvents() 803 private final boolean isTextType(int type) in isTextType() method in SAX2DTM 974 if (isTextType(type)) in getNodeValue() 1220 if (isTextType(type)) in getStringValue() 1243 if (isTextType(type)) in getStringValue() 1295 if (isTextType(type)) in isWhitespace()
|
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.xml/share/classes/com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/ |
H A D | SAX2DTM.java | 515 if (isTextType(type)) { in dispatchCharactersEvents() 537 if (isTextType(type)) { in dispatchCharactersEvents() 803 private final boolean isTextType(int type) in isTextType() method in SAX2DTM 974 if (isTextType(type)) in getNodeValue() 1220 if (isTextType(type)) in getStringValue() 1243 if (isTextType(type)) in getStringValue() 1295 if (isTextType(type)) in isWhitespace()
|
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.xml/share/classes/com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/ |
H A D | SAX2DTM.java | 515 if (isTextType(type)) { in dispatchCharactersEvents() 537 if (isTextType(type)) { in dispatchCharactersEvents() 803 private final boolean isTextType(int type) in isTextType() method in SAX2DTM 974 if (isTextType(type)) in getNodeValue() 1220 if (isTextType(type)) in getStringValue() 1243 if (isTextType(type)) in getStringValue() 1295 if (isTextType(type)) in isWhitespace()
|
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/ |
H A D | SAX2DTM.java | 538 if (isTextType(type)) in dispatchCharactersEvents() 564 if (isTextType(type)) in dispatchCharactersEvents() 860 private final boolean isTextType(int type) in isTextType() method in SAX2DTM 1031 if (isTextType(type)) in getNodeValue() 1284 if (isTextType(type)) in getStringValue() 1307 if (isTextType(type)) in getStringValue() 1359 if (isTextType(type)) in isWhitespace()
|
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/ |
H A D | SAX2DTM.java | 538 if (isTextType(type)) in dispatchCharactersEvents() 564 if (isTextType(type)) in dispatchCharactersEvents() 860 private final boolean isTextType(int type) in isTextType() method in SAX2DTM 1031 if (isTextType(type)) in getNodeValue() 1284 if (isTextType(type)) in getStringValue() 1307 if (isTextType(type)) in getStringValue() 1359 if (isTextType(type)) in isWhitespace()
|