Home
last modified time | relevance | path

Searched refs:myObj (Results 1 – 25 of 395) sorted by relevance

12345678910>>...16

/dports/games/tads/tads-3.0.8/tads3/test/data/
H A Dpropset.t3 myObj: object
42 "myObj.p1 = <<myObj.p1>>\n";
43 "myObj.p2DobjTake = <<myObj.p2DobjTake>>\n";
44 "myObj.p3DobjTake = <<myObj.p3DobjTake>>\n";
45 "myObj.p4 = <<myObj.p4>>\n";
47 myObj.verDobjTake(123);
48 myObj.verDobjDrop(987);
52 myObj.verIobjTake(1, 2);
53 myObj.verIobjDrop(3, 4);
57 myObj.dobjTake(111);
[all …]
H A Danonlist.t3 myObj: object
7 name = 'myObj'
20 myObj.showDisp(1); "\n";
21 myObj.showDisp(2); "\b";
23 "<<myObj.lst2[1]>>\n<<myObj.lst2[2]>>\b";
25 myObj.lst3; "\b";
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/tests/Xslt/TestFiles/TestData/XsltApi/
H A DMyObject_DataTypes.xsl8 String Argument: <xsl:value-of xmlns:myObj="myArg1" select="myObj:GetType()"/> nsprefix
9 Int32 Argument: <xsl:value-of xmlns:myObj="myArg2" select="myObj:GetType()"/> nsprefix
10 Boolean Argument: <xsl:value-of xmlns:myObj="myArg3" select="myObj:GetType()"/> nsprefix
11 Boolean Argument: <xsl:value-of xmlns:myObj="myArg4" select="myObj:GetType()"/> nsprefix
12 Double Argument: <xsl:value-of xmlns:myObj="myArg5" select="myObj:GetType()"/> nsprefix
13 String Argument: <xsl:value-of xmlns:myObj="myArg6" select="myObj:GetType()"/> nsprefix
H A DMyObject_FnExists.xsl1 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:myObj="urn:my-… nsprefix
7 DoNothing Function<xsl:if test="function-available('myObj:DoNothing')"> Test Pass</xsl:if>
8 Construtor Function<xsl:if test="function-available('myObj:MyObject')"> Test Pass</xsl:if>
9 Return Int Function<xsl:if test="function-available('myObj:MyValue')"> Test Pass</xsl:if>
10 Return String Function<xsl:if test="function-available('myObj:Fn1')"> Test Pass</xsl:if>
11 ReturnInt Function<xsl:if test="function-available('myObj:MyValue')"> Test Pass</xsl:if>
12 Taking in args <xsl:if test="function-available('myObj:AddToString')"> Test Pass</xsl:if>
13 Public Function<xsl:if test="function-available('myObj:PublicFunction')"> Test Pass</xsl:if>
14 Protected Function<xsl:if test="function-available('myObj:ProtectedFunction')"> Test Pass</xsl:if>
15 Private Function<xsl:if test="function-available('myObj:PrivateFunction')"> Test Pass</xsl:if>
[all …]
H A DMyObject_KeepingState.xsl1 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:myObj="urn:my-… nsprefix
7 A:<xsl:value-of select="myObj:MyValue()"/>
8 B:<xsl:value-of select="myObj:ReduceCount(4)"/>
9 C:<xsl:value-of select="myObj:MyValue()"/>
10 D:<xsl:value-of select="myObj:ReduceCount(0)"/>
11 E:<xsl:value-of select="myObj:ReduceCount(-14)"/>
12 F:<xsl:value-of select="myObj:AddToString('Hello ')"/>
13 G:<xsl:value-of select="myObj:AddToString('World ')"/>
14 E:<xsl:value-of select="myObj:ReduceCount(50.2)"/>
H A DMyObject_ReturnValidTypes.xsl1 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:myObj="urn:my-… nsprefix
7 Get A String:<xsl:value-of select="myObj:ReturnString()"/>
8 Get A Double:<xsl:value-of select="myObj:ReturnDouble()"/>
9 Get A True Boolean:<xsl:value-of select="myObj:ReturnBooleanTrue()"/>
10 Get A False Boolean:<xsl:value-of select="myObj:ReturnBooleanFalse()"/>
11 Get An Int:<xsl:value-of select="myObj:ReturnInt()"/>
12 Get Other with ToString() Support:<xsl:value-of select="myObj:ReturnOther()"/>
13 Call function with no return type:<xsl:value-of select="myObj:DoNothing()"/>
/dports/biology/ugene/ugene-40.1/src/corelibs/U2Core/src/models/
H A DGObjectReference.cpp56 QDataStream &operator<<(QDataStream &out, const GObjectReference &myObj) { in operator <<() argument
57 out << myObj.docUrl << myObj.objName << myObj.objType; in operator <<()
61 QDataStream &operator>>(QDataStream &in, GObjectReference &myObj) { in operator >>() argument
62 in >> myObj.docUrl; in operator >>()
63 in >> myObj.objName; in operator >>()
64 in >> myObj.objType; in operator >>()
68 QDataStream &operator<<(QDataStream &out, const GObjectRelation &myObj) { in operator <<() argument
70 out << myObj.ref << GObjectRelationRoleCompatibility::toString(myObj.role) << data; in operator <<()
74 QDataStream &operator>>(QDataStream &in, GObjectRelation &myObj) { in operator >>() argument
77 in >> myObj.ref; in operator >>()
[all …]
/dports/lang/php73/php-7.3.33/ext/standard/tests/array/
H A Dbug72031.phpt6 class myObj {
14 new myObj(-1),
15 new myObj(0),
16 new myObj(1),
17 new myObj(2),
18 new myObj(null),
19 new myObj(true),
20 new myObj(false),
21 new myObj('abc'),
22 new myObj(''),
/dports/lang/php81/php-8.1.1/ext/standard/tests/array/
H A Dbug72031.phpt6 class myObj {
14 new myObj(-1),
15 new myObj(0),
16 new myObj(1),
17 new myObj(2),
18 new myObj(null),
19 new myObj(true),
20 new myObj(false),
21 new myObj('abc'),
22 new myObj(''),
/dports/lang/php80/php-8.0.15/ext/standard/tests/array/
H A Dbug72031.phpt6 class myObj {
14 new myObj(-1),
15 new myObj(0),
16 new myObj(1),
17 new myObj(2),
18 new myObj(null),
19 new myObj(true),
20 new myObj(false),
21 new myObj('abc'),
22 new myObj(''),
/dports/lang/php74/php-7.4.27/ext/standard/tests/array/
H A Dbug72031.phpt6 class myObj {
14 new myObj(-1),
15 new myObj(0),
16 new myObj(1),
17 new myObj(2),
18 new myObj(null),
19 new myObj(true),
20 new myObj(false),
21 new myObj('abc'),
22 new myObj(''),
/dports/www/mod_php73/php-7.3.33/ext/standard/tests/array/
H A Dbug72031.phpt6 class myObj {
14 new myObj(-1),
15 new myObj(0),
16 new myObj(1),
17 new myObj(2),
18 new myObj(null),
19 new myObj(true),
20 new myObj(false),
21 new myObj('abc'),
22 new myObj(''),
/dports/www/mod_php81/php-8.1.1/ext/standard/tests/array/
H A Dbug72031.phpt6 class myObj {
14 new myObj(-1),
15 new myObj(0),
16 new myObj(1),
17 new myObj(2),
18 new myObj(null),
19 new myObj(true),
20 new myObj(false),
21 new myObj('abc'),
22 new myObj(''),
/dports/www/mod_php74/php-7.4.27/ext/standard/tests/array/
H A Dbug72031.phpt6 class myObj {
14 new myObj(-1),
15 new myObj(0),
16 new myObj(1),
17 new myObj(2),
18 new myObj(null),
19 new myObj(true),
20 new myObj(false),
21 new myObj('abc'),
22 new myObj(''),
/dports/www/mod_php80/php-8.0.15/ext/standard/tests/array/
H A Dbug72031.phpt6 class myObj {
14 new myObj(-1),
15 new myObj(0),
16 new myObj(1),
17 new myObj(2),
18 new myObj(null),
19 new myObj(true),
20 new myObj(false),
21 new myObj('abc'),
22 new myObj(''),
/dports/lang/mono/mono-5.10.1.57/external/corefx/src/System.Private.Xml/tests/Xslt/TestFiles/TestData/XsltApiV2/
H A DMyObject_FnExists.xsl1 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:myObj="urn:my-… nsprefix
5 <DoNothing><xsl:if test="function-available('myObj:DoNothing')"> Test Pass</xsl:if></DoNothing>
6 <Constructor><xsl:if test="function-available('myObj:MyObject')"> Test Pass</xsl:if></Constructor>
7 <ReturnInt><xsl:if test="function-available('myObj:MyValue')"> Test Pass</xsl:if></ReturnInt>
8 <ReturnString><xsl:if test="function-available('myObj:Fn1')"> Test Pass</xsl:if></ReturnString>
9 <ReturnInt><xsl:if test="function-available('myObj:MyValue')"> Test Pass</xsl:if></ReturnInt>
10 <Arguments><xsl:if test="function-available('myObj:AddToString')"> Test Pass</xsl:if></Arguments>
11 <Public><xsl:if test="function-available('myObj:PublicFunction')"> Test Pass</xsl:if></Public>
12 …<Protected><xsl:if test="function-available('myObj:ProtectedFunction')"> Test Pass</xsl:if></Prote…
13 <Private><xsl:if test="function-available('myObj:PrivateFunction')"> Test Pass</xsl:if></Private>
[all …]
H A DMyObject_KeepingState.xsl1 <xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform" xmlns:myObj="urn:my-… nsprefix
4 <A><xsl:value-of select="myObj:MyValue()"/></A>
5 <B><xsl:value-of select="myObj:ReduceCount(4)"/></B>
6 <C><xsl:value-of select="myObj:MyValue()"/></C>
7 <D><xsl:value-of select="myObj:ReduceCount(0)"/></D>
8 <E><xsl:value-of select="myObj:ReduceCount(-14)"/></E>
9 <F><xsl:value-of select="myObj:AddToString('Hello ')"/></F>
10 <G><xsl:value-of select="myObj:AddToString('World ')"/></G>
11 <H><xsl:value-of select="myObj:ReduceCount(50.2)"/></H>
/dports/www/qt5-webchannel/kde-qtwebchannel-5.15.2p2/tests/auto/qml/
H A Dtst_webchannel.qml46 id: myObj
56 WebChannel.id: "myObj"
115 myObj.myProperty = 1
131 compare(myObj.myProperty, 1);
149 compare(myObj.myProperty, 3);
154 myObj.myProperty = 2;
155 compare(myObj.myProperty, 2);
196 myObj.mySignal("test", myObj);
225 myObj.myProperty = i;
428 myObj.mySignal(42, myObj);
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/test/CodeGenObjC/
H A Dobjc2-ivar-assign.m36 MyClass *myObj;
37 myObj.property = 0;
38 myObj.propertyI = 0;
39 myObj.propertyTI = 0;
40 myObj.propertyTPI = 0;
41 myObj.propertyID = 0;
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/test/CodeGenObjC/
H A Dobjc2-ivar-assign.m36 MyClass *myObj;
37 myObj.property = 0;
38 myObj.propertyI = 0;
39 myObj.propertyTI = 0;
40 myObj.propertyTPI = 0;
41 myObj.propertyID = 0;
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/test/CodeGenObjC/
H A Dobjc2-ivar-assign.m36 MyClass *myObj;
37 myObj.property = 0;
38 myObj.propertyI = 0;
39 myObj.propertyTI = 0;
40 myObj.propertyTPI = 0;
41 myObj.propertyID = 0;
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/test/CodeGenObjC/
H A Dobjc2-ivar-assign.m36 MyClass *myObj;
37 myObj.property = 0;
38 myObj.propertyI = 0;
39 myObj.propertyTI = 0;
40 myObj.propertyTPI = 0;
41 myObj.propertyID = 0;
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/test/CodeGenObjC/
H A Dobjc2-ivar-assign.m36 MyClass *myObj;
37 myObj.property = 0;
38 myObj.propertyI = 0;
39 myObj.propertyTI = 0;
40 myObj.propertyTPI = 0;
41 myObj.propertyID = 0;
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/test/CodeGenObjC/
H A Dobjc2-ivar-assign.m36 MyClass *myObj;
37 myObj.property = 0;
38 myObj.propertyI = 0;
39 myObj.propertyTI = 0;
40 myObj.propertyTPI = 0;
41 myObj.propertyID = 0;
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/test/CodeGenObjC/
H A Dobjc2-ivar-assign.m36 MyClass *myObj;
37 myObj.property = 0;
38 myObj.propertyI = 0;
39 myObj.propertyTI = 0;
40 myObj.propertyTPI = 0;
41 myObj.propertyID = 0;

12345678910>>...16