Home
last modified time | relevance | path

Searched refs:object (Results 476 – 500 of 1568) sorted by relevance

1...<<11121314151617181920>>...63

/plugin/findologicxmlexport/vendor/jms/metadata/src/
H A DMethodMetadata.php46 public function invoke(object $obj, array $args = [])
/plugin/wysiwyg/fckeditor/editor/_source/internals/
H A Dfcktools_ie.js67 FCKTools.CreateXmlObject = function( object ) argument
71 switch ( object )
/plugin/findologicxmlexport/vendor/hoa/compiler/Test/Unit/Llk/
H A DLexer.php67 ->object($result)
87 ->object($result)
/plugin/itrackviewer/
H A Dsyntax.php229 …return '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.m…
250 '</object>'.
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Devent_system.rst63 to add additional data for an object that you normally do not save inside
74 This is dispatched before an object is deserialized. You can use this to
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Handler/
H A DFormErrorHandlerTest.php276 protected function invokeMethod($object, $method, array $args = []) argument
278 $reflectionMethod = new \ReflectionMethod($object, $method);
281 return $reflectionMethod->invokeArgs($object, $args);
/plugin/svg/
H A Dsyntax.php.save153 case 'object':
211 case 'object':
212 $renderer->doc .= '<object data="'
/plugin/phpipam/
H A Dphpipam-api.php328 * @param SimpleXMLElement $object
332 private function array_to_xml(SimpleXMLElement $object, array $data) { argument
347 $new_object = $object->addChild($key);
352 $object->addChild($key, $value);
/plugin/codeprettify/code-prettify/src/
H A Dlang-scala.js47 …else|extends|final|finally|for|forSome|if|implicit|import|lazy|match|new|object|override|package|p…
H A Dlang-kotlin.js38 …ss|this|super|val|var|fun|is|in|throw|return|break|continue|(companion )?object|if|try|else|do|whe…
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DColorWriter.php33 $this->writer->object();
/plugin/webdav/vendor/sabre/http/
H A DREADME.md24 What this library provides, is a `Request` object, and a `Response` object.
73 instantiate a request object is as follows:
84 you should pass this request object around using dependency injection.
96 A response object you can just create as such:
129 object.
161 Our application assumes that the true `Request` object was instantiated
167 that it implements `Sabre\HTTP\RequestInterface`. To decorate this object,
210 // into the Request object.
331 * Creates the request object
/plugin/davcal/vendor/sabre/http/
H A DREADME.md24 What this library provides, is a `Request` object, and a `Response` object.
73 instantiate a request object is as follows:
84 you should pass this request object around using dependency injection.
96 A response object you can just create as such:
129 object.
161 Our application assumes that the true `Request` object was instantiated
167 that it implements `Sabre\HTTP\RequestInterface`. To decorate this object,
210 // into the Request object.
331 * Creates the request object
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/IStream/
H A DPointable.php58 ->object($result)
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DDataProviderDebugTest.php28 $obj->object = $obj2;
/plugin/fedauth/
H A Dhelper.php54 'return' => array('authorization provider collection' => 'object'),
/plugin/airtable/
H A Dstyle.css42 .airtable-table img, object, embed, iframe, video, audio { selector
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/Actions/
H A DLexerPushModeAction.php72 public function equals(object $other) : bool
H A DLexerTypeAction.php77 public function equals(object $other) : bool
H A DLexerChannelAction.php77 public function equals(object $other) : bool
H A DLexerModeAction.php71 public function equals(object $other) : bool
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Atn/Transitions/
H A DEpsilonTransition.php52 public function equals(object $other) : bool
/plugin/findologicxmlexport/vendor/twig/twig/src/Extension/
H A DCoreExtension.php1611 * @param object|null $object The object to get the constant from
1615 function twig_constant($constant, $object = null) argument
1617 if (null !== $object) {
1618 $constant = \get_class($object).'::'.$constant;
1628 * @param object|null $object The object to get the constant from
1632 function twig_constant_is_defined($constant, $object = null) argument
1634 if (null !== $object) {
1635 $constant = \get_class($object).'::'.$constant;
/plugin/photogallery/lightGallery/css/
H A Dlightgallery.css145 .lg-outer.lg-right-end .lg-object {
151 .lg-outer.lg-left-end .lg-object {
247 body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object {
260 body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object {
331 object-fit: cover;
384 .lg-outer .lg-video .lg-object {
426 .lg-outer .lg-video-object {
433 .lg-outer .lg-has-video .lg-video-object {
439 .lg-outer .lg-has-video.lg-video-playing .lg-video-object {
791 .lg-outer.lg-grab img.lg-object {
[all …]
H A Dlightgallery.min.css1object{-webkit-animation:lg-right-end .3s;-o-animation:lg-right-end .3s;animation:lg-right-end .3s…

1...<<11121314151617181920>>...63