Home
last modified time | relevance | path

Searched refs:getter (Results 26 – 50 of 158) sorted by path

1234567

/plugin/findologicxmlexport/vendor/jms/serializer/doc/reference/
H A Dannotations.rst131 /** @Accessor(getter="getTrimmedName",setter="setName") */
257 - ``lastName`` is exposed using the ``getLastName`` getter method.
H A Dxml_reference.rst30 accessor-getter="getSomeProperty"
65 accessor-getter="getSomeProperty"
84 accessor-getter="getSomeProperty"
H A Dyml_reference.rst47 getter: getSomeOtherProperty
/plugin/findologicxmlexport/vendor/jms/serializer/src/Accessor/
H A DDefaultAccessorStrategy.php71 if (null === $metadata->getter) {
94 return $object->{$metadata->getter}();
/plugin/findologicxmlexport/vendor/jms/serializer/src/Annotation/
H A DAccessor.php18 public $getter; variable in JMS\\Serializer\\Annotation\\Accessor
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/Driver/
H A DAnnotationDriver.php228 $accessor = [$annot->getter, $annot->setter];
H A DXmlDriver.php306 $getter = $pElem->attributes()->{'accessor-getter'};
310 $getter ? (string) $getter : null,
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/
H A DExpressionPropertyMetadata.php33 public function setAccessor(string $type, ?string $getter = null, ?string $setter = null): void argument
H A DPropertyMetadata.php94 public $getter; variable in JMS\\Serializer\\Metadata\\PropertyMetadata
154 public function setAccessor(string $type, ?string $getter = null, ?string $setter = null): void argument
159 if (empty($getter)) {
161 $getter = 'get' . $this->name;
163 $getter = 'is' . $this->name;
165 $getter = 'has' . $this->name;
180 $this->getter = $getter;
229 $this->getter,
277 $this->getter,
H A DStaticPropertyMetadata.php38 public function setAccessor(string $type, ?string $getter = null, ?string $setter = null): void argument
H A DVirtualPropertyMetadata.php19 $this->getter = $methodName;
23 public function setAccessor(string $type, ?string $getter = null, ?string $setter = null): void argument
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/
H A DClassMetadataTest.php78 self::assertEquals($getterName, $metadata->getter);
85 public function testAccessorTypePublicMethodException($getter, $setter, $message) argument
93 $metadata->setAccessor(PropertyMetadata::ACCESS_TYPE_PUBLIC_METHOD, $getter, $setter);
H A DPropertyMetadataTest.php16 $meta->getter = 'getFoo';
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/
H A DBaseDriverTest.php584 $p->getter = 'getId';
590 $p->getter = 'getName';
H A DXmlDriverTest.php67 $p->getter = 'getTrimmedName';
H A DYamlDriverTest.php69 $p->getter = 'getOtherTitle';
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/Driver/yml/accessor/
H A DBlogPost.yml6 getter: getOtherTitle
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dnv.d3.min.js2 …spatch("change","set"),this.dispatch.on("set",function(a){c(a,!0)}),this.getter=function(a){return… function
3 …ansition().duration(D).call(b)},b.container=this,y.setter(J(l),b.update).getter(I(l)).update(),y.d…
4 …ansition().duration(x).call(b)},b.container=this,t.setter(A(j),b.update).getter(z(j)).update(),t.d…
5getter(Q(v)).update(),M.disabled=v.map(function(a){return!!a.disabled}),!N){var Y;N={};for(Y in M)…
6 …ation(z).call(b)},b.container=this,t=e.stacked(),u.setter(B(j),b.update).getter(A(j)).update(),u.d…
7getter(r(e)).update(),l.disabled=e.map(function(a){return!!a.disabled}),!m){var q;m={};for(q in l)…
8 …ansition().duration(C).call(b)},b.container=this,v.setter(I(k),b.update).getter(H(k)).update(),v.d…
/plugin/flowplayer/player/
H A DREADME.txt182 - added getter for playerSwfName config
/plugin/jdraw/lib/
H A Djdraw.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Djgraphx-examples.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/src/com/mxgraph/examples/swing/
H A DUserObject.java.bak41 // getter for each property to be persisted.
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorActions.java1002 Method getter = target.getClass().getMethod( in actionPerformed() local
1004 Object current = getter.invoke(target); in actionPerformed()
1113 Method getter = target.getClass().getMethod("is" + fieldname); in update() local
1114 Object current = getter.invoke(target); in update()
1129 Method getter = target.getClass().getMethod("is" + fieldname); in execute() local
1133 Object current = getter.invoke(target); in execute()
H A DEditorActions.java.bak1002 Method getter = target.getClass().getMethod(
1004 Object current = getter.invoke(target);
1113 Method getter = target.getClass().getMethod("is" + fieldname);
1114 Object current = getter.invoke(target);
1129 Method getter = target.getClass().getMethod("is" + fieldname);
1133 Object current = getter.invoke(target);
/plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/
H A Dogg.js2 …urn this.getter(chunkNum)[chunkOffset]};LazyUint8Array.prototype.setDataGetter=function LazyUint8A… argument

1234567