Home
last modified time | relevance | path

Searched refs:object (Results 251 – 275 of 1568) sorted by relevance

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

/plugin/nspages/fileHelper/
H A DpagePreparer.php67 * @param $metadata - The metadata object of a page. More details on https://www.dokuwiki.org/devel:metadata
79 function ($object, $property) {
80 return is_numeric($property) ? $object[$property] : $object[$property];
97 * @param $metadata - The metadata object of a page. More details on https://www.dokuwiki.org/devel:metadata
/plugin/yuriigantt/3rd/dhtmlxgantt/locale/
H A Dlocale_kr.js.map1object","property","prototype","hasOwnProperty","p","s","gantt","locale","date","month_full","mont…
H A Dlocale.js.map1object","property","prototype","hasOwnProperty","p","s","gantt","locale","date","month_full","mont…
/plugin/findologicxmlexport/vendor/jms/serializer/src/Visitor/
H A DDeserializationVisitorInterface.php82 public function startVisitingObject(ClassMetadata $metadata, object $data, array $type): void;
97 public function endVisitingObject(ClassMetadata $metadata, $data, array $type): object;
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DFileSystem.php67 ->object($file)
102 ->object($file)
H A DDirectory.php68 ->object($file)
183 ->object($file)
227 ->object($file)
H A DMap.php93 ->object($children = $iterator->getChildren())
101 ->object($children = $iterator->getChildren())
/plugin/imagecarousel/vendor/slick/
H A DREADME.markdown80 …ange where the navigation arrows are attached (Selector, htmlString, Array, Element, jQuery object)
81 …Change where the navigation dots are attached (Selector, htmlString, Array, Element, jQuery object)
83 prevArrow | string (html|jQuery selector) | object (DOM node|jQuery object) | <button type="button"…
84 nextArrow | string (html|jQuery selector) | object (DOM node|jQuery object) | <button type="button"…
90 respondTo | string | 'window' | Width that responsive object responds to. Can be 'window', 'slider'…
91object | null | Object containing breakpoints and settings objects (see demo). Enables settings se…
167 slick | options : object | Initializes Slick
175 slickAdd | element : html or DOM object, index: int, addBefore: bool | Add a slide. If an index is …
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js162 return object.inspect ? object.inspect() : String(object);
169 function toJSON(object) { argument
179 if (object.toJSON) return object.toJSON();
197 return object && object.toHTML ? object.toHTML() : String.interpret(object);
200 function keys(object) { argument
214 function clone(object) { argument
219 return !!(object && object.nodeType == 1);
671 if (object && Object.isFunction(object.toTemplateReplacements))
672 object = object.toTemplateReplacements();
1110 function $H(object) { argument
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/doc/tests/
H A Dconstant.rst5 constant now accepts object instances as the second argument.
16 You can test constants from object instances as well:
/plugin/findologicxmlexport/vendor/jms/serializer/doc/cookbook/
H A Dstdclass.rst7 The current implementation serializes all the properties of a ``stdClass`` object in
15 …rialization information for properties that are part of the ``stdClass`` object, as serialization …
/plugin/findologicxmlexport/vendor/phpspec/prophecy/src/Prophecy/Promise/
H A DThrowPromise.php64 * @param ObjectProphecy $object
69 public function execute(array $args, ObjectProphecy $object, MethodProphecy $method) argument
/plugin/authgooglesheets/vendor/symfony/polyfill-php72/
H A Dbootstrap.php47 function spl_object_id($object) { return p\Php72::spl_object_id($object); } argument
/plugin/amcharts/assets/amcharts/plugins/export/libs/blob.js/
H A Dblob.js33 get_class = function(object) { argument
34 return Object.prototype.toString.call(object).match(/^\[object\s(.*)\]$/)[1];
207 var getPrototypeOf = Object.getPrototypeOf || function(object) {
208 return object.__proto__;
/plugin/authgooglesheets/vendor/google/apiclient/src/
H A DModel.php153 $object = new stdClass();
159 $object->$key = $this->nullPlaceholderCheck($result);
171 $object->$name = $this->nullPlaceholderCheck($result);
175 return $object;
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/CrossReference/
H A DCrossReference.php134 * Get the offset by an object number.
152 * Get an indirect object by its object number.
174 /** @var PdfIndirectObject $object */
175 $object = $parser->readValue(null, PdfIndirectObject::class);
184 if ($object->objectNumber !== $objectNumber) {
186 \sprintf('Wrong object found, got %s while %s was expected.', $object->objectNumber, $objectNumber),
191 return $object;
243 'Invalid object typ
[all...]
/plugin/flowplay2/flowplayer/html/
H A Dflashembed.min.js_0.2618object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ';a+='width="'+k.width+'" height="'+k.…
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DFpdiTrait.php36 * The currently used object number.
298 $this->writer->object();
311 $object = $parser->getIndirectObject($objectNumber);
315 $object = PdfIndirectObject::create($objectNumber, 0, new PdfNull());
321 $this->writePdfType($object);
343 * Writes a PdfType object to the resulting buffer.
356 $this->writer->object($n);
393 $this->writer->object($n);
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.fp.js142 return function(object) {
143 return func({}, object);
428 function cloneByPath(object, path) {
434 result = clone(Object(object)),
561 else if (mapping.mutate.object[realName]) {
922 object = exports.aliasToReal,
925 for (var key in object) {
926 var value = object[key];
/plugin/findologicxmlexport/vendor/hoa/stream/Test/Unit/
H A DComposite.php75 ->object($result)
102 ->object($result)
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/DocGenerators/
H A DGenerator.php140 $object = new ReflectionObject($sniffClass);
141 $sniff = $object->getFilename();
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Writer/
H A DFormWriter.php33 $this->writer->object();
55 $this->writer->object();
H A DImageWriter.php35 $this->writer->object();
104 $this->writer->object();
110 $this->writer->object();
/plugin/strata/helper/
H A Dsyntax.php154 * Returns an object describing the pattern fragments.
508 list(, $subject, $predicate, $type, $object) = $match;
531 $object = utf8_trim($object);
532 if($object[0] == '?') {
534 if(preg_match("/^({$p->variable})\s*({$p->type})?$/",$object,$captures)!=1) {
540 // create the object node
541 $object = $this->variable($var);
542 $scope[] = $object['text'];
549 $this->updateTypemap($typemap, $object['tex
[all...]
/plugin/shy/
H A Dsyntax.php150 * contains a reference to the renderer object which is currently
155 * @param $aRenderer Object A reference to the renderer object.

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