Home
last modified time | relevance | path

Searched refs:object (Results 226 – 250 of 1568) sorted by relevance

12345678910>>...63

/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/
H A DGraphNavigatorTest.php52 $object = new SerializableClass();
53 $metadata = $this->metadataFactory->getMetadataForClass(get_class($object));
80 $navigator->accept($object, null);
118 $object = new SerializableClass();
131 $navigator->accept($object, null);
/plugin/backup/
H A Dadmin.php28 foreach ($objects as $object) {
29 …if ($object != "." && $object != ".." && substr($object, 0, strlen($startString)) === $startString…
30 if (!is_dir($dir. DIRECTORY_SEPARATOR .$object) || is_link($dir."/".$object)) {
31 unlink($dir. DIRECTORY_SEPARATOR .$object);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DMultipleDataProviderTest.php65 $object = new ArrayObject(
73 return $object->getIterator();
/plugin/jcapture/lib/
H A Dtransform-3.0.2.jar ... transform.action.Action extends java.lang.Object implements com.flagstone.transform.coder.SWFEncodeable ...
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dconnection-factory.asciidoc11 do so, you need to supply an intact ConnectionFactory object to the
12 `setConnectionFactory()` method. The object should implement the
37 // Code here...must return a Connection object
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/py/
H A Dfckcommands.py39 class GetFoldersCommandMixin (object):
56 class GetFoldersAndFilesCommandMixin (object):
83 class CreateFolderCommandMixin (object):
117 class UploadFileCommandMixin (object):
/plugin/flowplay2/flowplayer/
H A Djavascript.txt51 Configure the player using a FlowPlayer configuration object.
52 This is a JavaScript object that is documented in flowPlayer.js
56 an existing playlist by calling this method with an object that
88 parameters values. You can pass a JSON style object in the 'parameters'
128 The clip should be a valid flowplayer clip object that are
135 The clip should be a valid flowplayer clip object that are
147 Called when a clip has been played to the end. The clip parameter object
200 The metadata object contains following properties: duration (seconds),
/plugin/combo/vendor/carica/phpcss/src/PhpCss/Ast/Visitor/
H A DOverload.php24 * @param Ast\Node $object
28 protected function getMethodByClass(Ast\Node $object, string $prefix = 'visit'): ?callable { argument
29 $method = $prefix.substr(str_replace('\\', '', get_class($object)), 9);
/plugin/findologicxmlexport/vendor/jms/serializer/src/GraphNavigator/
H A DSerializationGraphNavigator.php244 private function afterVisitingObject(ClassMetadata $metadata, object $object, array $type): void argument
246 $this->context->stopVisiting($object);
250 $method->invoke($object);
254 ….post_serialize', $metadata->name, $this->format, new ObjectEvent($this->context, $object, $type));
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DJavaScriptWriter.php31 $this->writer->object();
38 $this->writer->object();
/plugin/findologicxmlexport/vendor/hoa/consistency/
H A DXcallable.php297 $object = new \ReflectionObject($valid[0]);
300 return $object;
303 return $object->getMethod($valid[1]);
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/
H A DContext.php67 ->object($result)
76 ->object($result)
85 ->object($result)
/plugin/dw2pdf/vendor/setasign/fpdi/src/Tfpdf/
H A DFpdi.php116 $object = $parser->getIndirectObject($objectNumber);
120 $object = PdfIndirectObject::create($objectNumber, 0, new PdfNull());
126 $this->writePdfType($object);
/plugin/dw2pdf/vendor/setasign/fpdi/src/
H A DFpdi.php115 $object = $parser->getIndirectObject($objectNumber);
119 $object = PdfIndirectObject::create($objectNumber, 0, new PdfNull());
125 $this->writePdfType($object);
/plugin/findologicxmlexport/vendor/jms/serializer/src/Visitor/
H A DSerializationVisitorInterface.php76 public function startVisitingObject(ClassMetadata $metadata, object $data, array $type): void;
91 public function endVisitingObject(ClassMetadata $metadata, object $data, array $type);
/plugin/flowplay/
H A Dsyntax.php87 …$renderer->doc .= '<object type="application/x-shockwave-flash" data="'.$prefix.'FlowPlayer.swf" w…
94 $renderer->doc .= '</object>'."\n";
/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/
H A Dannotations.rst88 large object graph.
209 the method should appear like a property of the object.
211 A virtual property can be defined for a method of an object to serialize and can be
219 * exp="object.getFirstName()",
256 - ``id`` is exposed using the object reflection.
285 the serialization of the object starts.
290 object has been serialized.
295 the object has been deserialized.
351 | DateTime | PHP's DateTime object (default format*…
353 | DateTime<'format'> | PHP's DateTime object (custom format/d…
[all …]
/plugin/wysiwyg/fckeditor/editor/dtd/
H A Dfck_xhtml10strict.js33 E = X({img:1, object:1}, D) ;
36 … textarea:1, big:1, small:1, span:1, hr:1, sub:1, bdo:1, 'var':1, div:1, object:1, sup:1, map:1, d… property in FCK.DTD.H
90 object: X({param:1}, H),
102 a: X({img:1, object:1}, D, F),
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/EventDispatcher/Subscriber/
H A DDoctrineProxySubscriberTest.php140 $object = new SimpleObjectProxy('foo', 'bar');
143 $event = $this->createEvent($object, $type);
158 private function createEvent($object, array $type) argument
160 return new PreSerializeEvent($this->context, $object, $type);
/plugin/odt/ODT/styles/
H A DODTTextStyle.php305 $object = new ODTTextStyle();
306 if (!isset($object)) {
311 $object->importProperties($properties, $disabled_props);
315 return $object;
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DTag.php239 if ($object = $this->getTagInstance($tag)) {
240 return $object->open($attr, $ahtml, $ihtml);
246 if ($object = $this->getTagInstance($tag)) {
247 return $object->close($ahtml, $ihtml);
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Dconstant.rst5 constant now accepts object instances as the second argument.
17 As of 1.12.1 you can read constants from object instances as well:
/plugin/findologicxmlexport/vendor/goetas-webservices/xsd2php-runtime/src/Jms/Handler/
H A DBaseTypesHandler.php31 …public function simpleListOfToXml(XmlSerializationVisitor $visitor, $object, array $type, Context … argument
41 foreach ($object as $v) {
/plugin/idoit/
H A DREADME.md23 "method": "cmdb.object.read",
37 …And may contain an optional `filter` attribute for filtering the result object as an array of the …
39 * **path**: An array that denotes the accessor hierarchy in the response object.
69 "method": "cmdb.object.read",
90 "method": "cmdb.object.read",
/plugin/amcharts/
H A DREADME.md5 …ccepts the same JavaScript object that AmCharts takes to generate a chart. Any chart describable b…
15object that the `makeChart()` function of amcharts.js takes to render a chart. To include a chart …
61 The major restriction is that the JavaScript object must be **static**, i.e. it cannot include func…

12345678910>>...63