Home
last modified time | relevance | path

Searched refs:Object_ (Results 1 – 25 of 117) sorted by relevance

12345

/dports/lang/fpc-source/fpc-3.2.2/packages/arosunits/src/
H A Dutility.pas38 THookFunctionProc = function(Hook: PHook; Object_: APTR; Message: APTR): IPTR; cdecl; in ook()
243 function AttemptRemNamedObject(Object_: PNamedObject): LongInt; syscall AOS_UtilityBase 39; in AttemptRemNamedObject()
245 procedure FreeNamedObject(Object_: PNamedObject); syscall AOS_UtilityBase 41;
246 function NamedObjectName(Object_: PNamedObject): STRPTR; syscall AOS_UtilityBase 42; in NamedObjectName()
247 procedure ReleaseNamedObject(Object_: PNamedObject); syscall AOS_UtilityBase 43;
252 function CALLHOOKPKT_(Hook: PHook; Object_: APTR; Message: APTR): IPTR; inline; in CALLHOOKPKT_()
256 function CallHook(Hook: PHook; Object_: APTR; const Params: array of PtrUInt): IPTR; in CallHook()
279 CallHook := CallHookPkt(Hook, Object_ , @Params);
282 function CALLHOOKPKT_(Hook: PHook; Object_: APTR; Message: APTR): IPTR; in CALLHOOKPKT_()
287 if (Hook = nil) or (Object_ = nil) or (Message = nil) then
[all …]
/dports/audio/praat/praat-6.2.03/dwtest/
H A Dtest_MixingMatrix.praat33 stereo_300 = Object_'stereo' [1,i]
34 stereo_600 = Object_'stereo' [2,i]
35 mono_300 = Object_'mono' [1,i]
38 s1_'j' = Object_'sj' [1,i]
44 s2_4 = Object_'s4' [2,i]
50 s2_6 = Object_'s6' [2,i]
54 s2_7= Object_'s7' [2,i]
H A Dtest_KlattGrid.praat90 bwmin = Object_'t'[i-7, "min"]
91 bwmax = Object_'t'[i-7, "max"]
92 nf = Object_'t'[i-7, "nf"]
108 tier$ = Object_'t'$[i,"tier"]
109 vmin = Object_'t'[i,"min"]
110 vmax = Object_'t'[i,"max"]
131 tier$ = Object_'t'$ [i, "tier"]
132 vmin = Object_'t' [i, "min"]
133 vmax = Object_'t' [i, "max"]
134 nf = Object_'t' [i, "nf"]
H A Ddiscriminant_tableofreal_mahalanobis.praat29 Formula... Object_'t1'[row,col] < nsigma and Object_'t2'[row,col] < nsigma
32 if Object_'tt'[kr,1] = 1
/dports/games/starfighter/starfighter-2.4/src/
H A Dstructs.h25 typedef struct Object_ { struct
33 struct Object_ *target; // index target in aliens array argument
50 struct Object_ *owner; // Who owns this Object argument
76 struct Object_ *next; argument
/dports/www/typo3-10/typo3_src-10.4.25/vendor/phpdocumentor/type-resolver/src/
H A DTypeResolver.php28 use phpDocumentor\Reflection\Types\Object_; alias
81 'object' => Object_::class,
312 * @return Type|Array_|Object_
411 private function resolveTypedObject(string $type, ?Context $context = null) : Object_
413 return new Object_($this->fqsenResolver->resolve($type, $context));
427 if (!$classType instanceof Object_ || $classType->getFqsen() === null) {
463 && (!$classType instanceof Object_ || $classType->getFqsen() === null)) {
529 if ($classType instanceof Object_) {
539 …private function makeCollectionFromObject(Object_ $object, Type $valueType, ?Type $keyType = null)…
/dports/www/typo3-11/typo3_src-11.5.7/vendor/phpdocumentor/type-resolver/src/
H A DTypeResolver.php28 use phpDocumentor\Reflection\Types\Object_; alias
81 'object' => Object_::class,
312 * @return Type|Array_|Object_
411 private function resolveTypedObject(string $type, ?Context $context = null) : Object_
413 return new Object_($this->fqsenResolver->resolve($type, $context));
427 if (!$classType instanceof Object_ || $classType->getFqsen() === null) {
463 && (!$classType instanceof Object_ || $classType->getFqsen() === null)) {
529 if ($classType instanceof Object_) {
539 …private function makeCollectionFromObject(Object_ $object, Type $valueType, ?Type $keyType = null)…
/dports/games/freeorion/freeorion-0.4.10.2/parse/
H A DDoubleComplexValueRefParser.cpp90 > label(tok.Object_) > simple_int in double_complex_parser_grammar()
91 > label(tok.Object_) > simple_int in double_complex_parser_grammar()
107 > label(tok.Object_) > simple_int in double_complex_parser_grammar()
108 > label(tok.Object_) > simple_int in double_complex_parser_grammar()
148 > label(tok.Object_) > simple_int in double_complex_parser_grammar()
165 > label(tok.Object_) > simple_int in double_complex_parser_grammar()
181 >> label(tok.Object_) in double_complex_parser_grammar()
H A DIntComplexValueRefParser.cpp71 > label(tok.Object_) in int_complex_parser_grammar()
77 > label(tok.Object_) in int_complex_parser_grammar()
176 >-( label(tok.Object_) > int_rules.expr ) in int_complex_parser_grammar()
/dports/sysutils/htop/htop-3.1.2/
H A DObject.h20 struct Object_;
21 typedef struct Object_ Object;
46 struct Object_ { struct
/dports/audio/praat/praat-6.2.03/test/sys/
H A Dobject.praat30 @do: ~ Object_'x.Sound'[] + 5
35 @do: ~ Object_'x.Sound' [col] + 5
40 @do: "Object_'x.Sound' [row, col] + 5"
/dports/net-mgmt/librenms/librenms-vendor-21.5.1/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/
H A DObject_.php7 class Object_ extends Cast class
/dports/finance/prestashop/prestashop/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/
H A DObject_.php7 class Object_ extends Cast class
/dports/www/webtrees20/webtrees-2.0.19/webtrees/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/
H A DObject_.php7 class Object_ extends Cast class
/dports/www/typo3-9/typo3_src-9.5.31/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/
H A DObject_.php7 class Object_ extends Cast class
/dports/www/typo3-10/typo3_src-10.4.25/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/
H A DObject_.php7 class Object_ extends Cast class
/dports/www/typo3-11/typo3_src-11.5.7/vendor/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/
H A DObject_.php7 class Object_ extends Cast class
/dports/www/owncloud/owncloud/lib/composer/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/
H A DObject_.php7 class Object_ extends Cast class
/dports/www/nextcloud/nextcloud/3rdparty/nikic/php-parser/lib/PhpParser/Node/Expr/Cast/
H A DObject_.php7 class Object_ extends Cast class
/dports/devel/cmake-gui/cmake-3.22.1/Tests/QtAutogen/ManySources/
H A Dobject.h.in6 class Object_@III@ : public QObject
H A Ditem.cpp.in18 Object_@III@ obj;
/dports/devel/cmake-doc/cmake-3.22.1/Tests/QtAutogen/ManySources/
H A Dobject.h.in6 class Object_@III@ : public QObject
/dports/devel/cmake/cmake-3.22.1/Tests/QtAutogen/ManySources/
H A Dobject.h.in6 class Object_@III@ : public QObject
/dports/www/typo3-10/typo3_src-10.4.25/vendor/phpdocumentor/type-resolver/src/Types/
H A DObject_.php30 final class Object_ implements Type class
/dports/www/typo3-11/typo3_src-11.5.7/vendor/phpdocumentor/type-resolver/src/Types/
H A DObject_.php30 final class Object_ implements Type class

12345