Home
last modified time | relevance | path

Searched refs:attrStr (Results 1 – 25 of 288) sorted by relevance

12345678910>>...12

/dports/lang/gnustep-base/libs-base-base-1_27_0/Tests/base/NSMutableAttributedString/
H A Dtest00.m102 [attrStr _sanity];
108 [attrStr _sanity];
114 [attrStr _sanity];
116 [attrStr _sanity];
123 [attrStr _sanity];
125 [attrStr _sanity];
132 [attrStr _sanity];
140 [attrStr _sanity];
142 [attrStr _sanity];
149 [attrStr _sanity];
[all …]
/dports/security/vault/vault-1.8.2/vendor/layeh.com/radius/debug/
H A Ddebug.go67 var attrStr string
80 attrStr = fmt.Sprintf("%q", decryptedValue)
84 attrStr = fmt.Sprintf("%q", attr)
89 attrStr = t.Format(time.RFC3339)
105 attrStr = strings.Join(matchedNames, " / ")
109 attrStr = strconv.Itoa(intVal)
117 attrStr = net.IP(attr).String()
122 attrStr = net.HardwareAddr(attr).String()
130 if len(attrStr) == 0 {
131 attrStr = "0x" + hex.EncodeToString(attr)
[all …]
/dports/sysutils/stepsync/StepSync-1.0/
H A DAppController.m271 NSAttributedString *attrStr;
302 [attrStr release];
319 [attrStr release];
330 [attrStr release];
347 [attrStr release];
358 [attrStr release];
375 [attrStr release];
386 [attrStr release];
403 [attrStr release];
414 [attrStr release];
[all …]
/dports/games/gnustep-ladder/Ladder-1.0/
H A D.#Board.m.1.17464 [attrStr addAttribute:NSFontAttributeName
466 range:NSMakeRange(0,[attrStr length])];
469 range:NSMakeRange(0,[attrStr length])];
470 strSize = [attrStr size];
473 RELEASE(attrStr);
477 [attrStr addAttribute:NSFontAttributeName
483 strSize = [attrStr size];
486 RELEASE(attrStr);
563 [attrStr addAttribute:NSFontAttributeName
569 strSize = [attrStr size];
[all …]
H A DBoard.m464 [attrStr addAttribute:NSFontAttributeName
466 range:NSMakeRange(0,[attrStr length])];
469 range:NSMakeRange(0,[attrStr length])];
470 strSize = [attrStr size];
473 RELEASE(attrStr);
477 [attrStr addAttribute:NSFontAttributeName
483 strSize = [attrStr size];
486 RELEASE(attrStr);
563 [attrStr addAttribute:NSFontAttributeName
569 strSize = [attrStr size];
[all …]
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Lang/src/tasks/
H A DSchemaEstimationTask.cpp82 QStringList ExtimationsUtilsClass::parseTokens(const QString &attrStr, U2OpStatus &os) { in parseTokens() argument
83 QStringList tokens = attrStr.split("."); in parseTokens()
85 os.setError("Bad attribute string: " + attrStr); in parseTokens()
90 Attribute *ExtimationsUtilsClass::getAttribute(const QString &attrStr, U2OpStatus &os) { in getAttribute() argument
91 QStringList tokens = parseTokens(attrStr, os); in getAttribute()
102 os.setError("Wrong attribute string: " + attrStr); in getAttribute()
148 QScriptValue ExtimationsUtilsClass::attributeValue(const QString &attrStr) { in attributeValue() argument
150 Attribute *attr = getAttribute(attrStr, os); in attributeValue()
221 bool ExtimationsUtilsClass::testAttr(const QString &attrStr) { in testAttr() argument
223 QStringList tokens = parseTokens(attrStr, os); in testAttr()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/SemaObjC/
H A Dobjc-mixed-bridge-attribute.m18 void Test1(CFAttributedStringRef attrStr, CFMutableAttributedStringRef mutable_attrStr)
20 id x = (NSAttributedString *) attrStr;
22 id x2 = (NSMutableAttributedString *) attrStr;
38 void Test3(NDCFAttributedStringRef attrStr, NDCFMutableAttributedStringRef mutable_attrStr)
40 id x = (NSAttributedString *) attrStr;
42 id x2 = (NSMutableAttributedString *) attrStr;
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/SemaObjC/
H A Dobjc-mixed-bridge-attribute.m18 void Test1(CFAttributedStringRef attrStr, CFMutableAttributedStringRef mutable_attrStr)
20 id x = (NSAttributedString *) attrStr;
22 id x2 = (NSMutableAttributedString *) attrStr;
38 void Test3(NDCFAttributedStringRef attrStr, NDCFMutableAttributedStringRef mutable_attrStr)
40 id x = (NSAttributedString *) attrStr;
42 id x2 = (NSMutableAttributedString *) attrStr;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/SemaObjC/
H A Dobjc-mixed-bridge-attribute.m18 void Test1(CFAttributedStringRef attrStr, CFMutableAttributedStringRef mutable_attrStr)
20 id x = (NSAttributedString *) attrStr;
22 id x2 = (NSMutableAttributedString *) attrStr;
38 void Test3(NDCFAttributedStringRef attrStr, NDCFMutableAttributedStringRef mutable_attrStr)
40 id x = (NSAttributedString *) attrStr;
42 id x2 = (NSMutableAttributedString *) attrStr;
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/SemaObjC/
H A Dobjc-mixed-bridge-attribute.m18 void Test1(CFAttributedStringRef attrStr, CFMutableAttributedStringRef mutable_attrStr)
20 id x = (NSAttributedString *) attrStr;
22 id x2 = (NSMutableAttributedString *) attrStr;
38 void Test3(NDCFAttributedStringRef attrStr, NDCFMutableAttributedStringRef mutable_attrStr)
40 id x = (NSAttributedString *) attrStr;
42 id x2 = (NSMutableAttributedString *) attrStr;
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/test/SemaObjC/
H A Dobjc-mixed-bridge-attribute.m18 void Test1(CFAttributedStringRef attrStr, CFMutableAttributedStringRef mutable_attrStr)
20 id x = (NSAttributedString *) attrStr;
22 id x2 = (NSMutableAttributedString *) attrStr;
38 void Test3(NDCFAttributedStringRef attrStr, NDCFMutableAttributedStringRef mutable_attrStr)
40 id x = (NSAttributedString *) attrStr;
42 id x2 = (NSMutableAttributedString *) attrStr;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/SemaObjC/
H A Dobjc-mixed-bridge-attribute.m18 void Test1(CFAttributedStringRef attrStr, CFMutableAttributedStringRef mutable_attrStr)
20 id x = (NSAttributedString *) attrStr;
22 id x2 = (NSMutableAttributedString *) attrStr;
38 void Test3(NDCFAttributedStringRef attrStr, NDCFMutableAttributedStringRef mutable_attrStr)
40 id x = (NSAttributedString *) attrStr;
42 id x2 = (NSMutableAttributedString *) attrStr;
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/SemaObjC/
H A Dobjc-mixed-bridge-attribute.m18 void Test1(CFAttributedStringRef attrStr, CFMutableAttributedStringRef mutable_attrStr)
20 id x = (NSAttributedString *) attrStr;
22 id x2 = (NSMutableAttributedString *) attrStr;
38 void Test3(NDCFAttributedStringRef attrStr, NDCFMutableAttributedStringRef mutable_attrStr)
40 id x = (NSAttributedString *) attrStr;
42 id x2 = (NSMutableAttributedString *) attrStr;
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/test/SemaObjC/
H A Dobjc-mixed-bridge-attribute.m18 void Test1(CFAttributedStringRef attrStr, CFMutableAttributedStringRef mutable_attrStr)
20 id x = (NSAttributedString *) attrStr;
22 id x2 = (NSMutableAttributedString *) attrStr;
38 void Test3(NDCFAttributedStringRef attrStr, NDCFMutableAttributedStringRef mutable_attrStr)
40 id x = (NSAttributedString *) attrStr;
42 id x2 = (NSMutableAttributedString *) attrStr;
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/SemaObjC/
H A Dobjc-mixed-bridge-attribute.m18 void Test1(CFAttributedStringRef attrStr, CFMutableAttributedStringRef mutable_attrStr)
20 id x = (NSAttributedString *) attrStr;
22 id x2 = (NSMutableAttributedString *) attrStr;
38 void Test3(NDCFAttributedStringRef attrStr, NDCFMutableAttributedStringRef mutable_attrStr)
40 id x = (NSAttributedString *) attrStr;
42 id x2 = (NSMutableAttributedString *) attrStr;
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/test/SemaObjC/
H A Dobjc-mixed-bridge-attribute.m18 void Test1(CFAttributedStringRef attrStr, CFMutableAttributedStringRef mutable_attrStr)
20 id x = (NSAttributedString *) attrStr;
22 id x2 = (NSMutableAttributedString *) attrStr;
38 void Test3(NDCFAttributedStringRef attrStr, NDCFMutableAttributedStringRef mutable_attrStr)
40 id x = (NSAttributedString *) attrStr;
42 id x2 = (NSMutableAttributedString *) attrStr;
/dports/lang/clang-mesa/clang-13.0.1.src/test/SemaObjC/
H A Dobjc-mixed-bridge-attribute.m18 void Test1(CFAttributedStringRef attrStr, CFMutableAttributedStringRef mutable_attrStr)
20 id x = (NSAttributedString *) attrStr;
22 id x2 = (NSMutableAttributedString *) attrStr;
38 void Test3(NDCFAttributedStringRef attrStr, NDCFMutableAttributedStringRef mutable_attrStr)
40 id x = (NSAttributedString *) attrStr;
42 id x2 = (NSMutableAttributedString *) attrStr;
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/test/SemaObjC/
H A Dobjc-mixed-bridge-attribute.m18 void Test1(CFAttributedStringRef attrStr, CFMutableAttributedStringRef mutable_attrStr)
20 id x = (NSAttributedString *) attrStr;
22 id x2 = (NSMutableAttributedString *) attrStr;
38 void Test3(NDCFAttributedStringRef attrStr, NDCFMutableAttributedStringRef mutable_attrStr)
40 id x = (NSAttributedString *) attrStr;
42 id x2 = (NSMutableAttributedString *) attrStr;
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/test/SemaObjC/
H A Dobjc-mixed-bridge-attribute.m18 void Test1(CFAttributedStringRef attrStr, CFMutableAttributedStringRef mutable_attrStr)
20 id x = (NSAttributedString *) attrStr;
22 id x2 = (NSMutableAttributedString *) attrStr;
38 void Test3(NDCFAttributedStringRef attrStr, NDCFMutableAttributedStringRef mutable_attrStr)
40 id x = (NSAttributedString *) attrStr;
42 id x2 = (NSMutableAttributedString *) attrStr;
/dports/devel/llvm13/llvm-project-13.0.1.src/clang/test/SemaObjC/
H A Dobjc-mixed-bridge-attribute.m18 void Test1(CFAttributedStringRef attrStr, CFMutableAttributedStringRef mutable_attrStr)
20 id x = (NSAttributedString *) attrStr;
22 id x2 = (NSMutableAttributedString *) attrStr;
38 void Test3(NDCFAttributedStringRef attrStr, NDCFMutableAttributedStringRef mutable_attrStr)
40 id x = (NSAttributedString *) attrStr;
42 id x2 = (NSMutableAttributedString *) attrStr;
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/test/SemaObjC/
H A Dobjc-mixed-bridge-attribute.m18 void Test1(CFAttributedStringRef attrStr, CFMutableAttributedStringRef mutable_attrStr)
20 id x = (NSAttributedString *) attrStr;
22 id x2 = (NSMutableAttributedString *) attrStr;
38 void Test3(NDCFAttributedStringRef attrStr, NDCFMutableAttributedStringRef mutable_attrStr)
40 id x = (NSAttributedString *) attrStr;
42 id x2 = (NSMutableAttributedString *) attrStr;
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/test/SemaObjC/
H A Dobjc-mixed-bridge-attribute.m18 void Test1(CFAttributedStringRef attrStr, CFMutableAttributedStringRef mutable_attrStr)
20 id x = (NSAttributedString *) attrStr;
22 id x2 = (NSMutableAttributedString *) attrStr;
38 void Test3(NDCFAttributedStringRef attrStr, NDCFMutableAttributedStringRef mutable_attrStr)
40 id x = (NSAttributedString *) attrStr;
42 id x2 = (NSMutableAttributedString *) attrStr;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/mlir/include/mlir/
H A DParser.h62 Attribute parseAttribute(llvm::StringRef attrStr, MLIRContext *context);
63 Attribute parseAttribute(llvm::StringRef attrStr, Type type);
70 Attribute parseAttribute(llvm::StringRef attrStr, MLIRContext *context,
72 Attribute parseAttribute(llvm::StringRef attrStr, Type type, size_t &numRead);
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/mlir/include/mlir/
H A DParser.h62 Attribute parseAttribute(llvm::StringRef attrStr, MLIRContext *context);
63 Attribute parseAttribute(llvm::StringRef attrStr, Type type);
70 Attribute parseAttribute(llvm::StringRef attrStr, MLIRContext *context,
72 Attribute parseAttribute(llvm::StringRef attrStr, Type type, size_t &numRead);
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/mlir/include/mlir/
H A DParser.h62 Attribute parseAttribute(llvm::StringRef attrStr, MLIRContext *context);
63 Attribute parseAttribute(llvm::StringRef attrStr, Type type);
70 Attribute parseAttribute(llvm::StringRef attrStr, MLIRContext *context,
72 Attribute parseAttribute(llvm::StringRef attrStr, Type type, size_t &numRead);

12345678910>>...12