Home
last modified time | relevance | path

Searched defs:setter (Results 1 – 20 of 20) sorted by last modified time

/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.2-compressed.js122 return base.init.apply(this,arguments);return this;};this.movePrivateMembers(this.body,_private);if(this.init){fn["$Init"]=this.init;};fn.prototype=this.body;return fn;};this.createAccessors=function(_p,_branch){var getter=function(_property){return this[_property];},setter=function(_property,_value){this[_property]=_value;return _branch._parent_||_branch;};for(var name in _p){var isPrivate=name.substring(0,1)=="_",title=name.substring(1,2).toUpperCase()+name.substring(2);if(isPrivate){_branch[(_branch["get"+title]?"_":"")+"get"+title]=pi.util.Curry(getter,_p,name);_branch[(_branch["set"+title]?"_":"")+"set"+title]=pi.util.Curry(setter,_p,name);} class in createAccessors
H A Dfirebug-lite-1.2.js2250 setter = function(_property,_value){ this[_property] = _value; return _branch._parent_||_branch; }; class in createAccessors
/plugin/davcal/fullcalendar-3.10.5/
H A Dmoment.js3985 function get$1 (format, index, field, setter) { argument
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
/plugin/webcode/vendor/
H A Dfirebug-lite-1.2.js2239setter = function(_property,_value){ this[_property] = _value; return _branch._parent_||_branch; }; class in createAccessors
H A Dfirebug-lite-1.2-compressed.js111 …tion(_p,_branch){var getter=function(_property){return this[_property];},setter=function(_property… class in createAccessors
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.js491 function arrayAggregator(array, setter, iteratee, accumulator) { argument
2508 function baseAggregator(collection, setter, iteratee, accumulator) { argument
3196 function baseInverter(object, setter, iteratee, accumulator) { argument
4818 function createAggregator(setter, initializer) { argument
5206 function createInverter(setter, toIteratee) { argument
/plugin/sequencediagram/bower_components/lodash/
H A Dlodash.js491 function arrayAggregator(array, setter, iteratee, accumulator) { argument
2508 function baseAggregator(collection, setter, iteratee, accumulator) { argument
3196 function baseInverter(object, setter, iteratee, accumulator) { argument
4818 function createAggregator(setter, initializer) { argument
5206 function createInverter(setter, toIteratee) { argument
/plugin/sequencediagram/bower_components/snap.svg/dist/
H A Dsnap.svg.js3401 Snap.animate = function (from, to, setter, ms, easing, callback) { argument
4249 function setter(end) { function
/plugin/findologicxmlexport/vendor/jms/serializer/src/Annotation/
H A DAccessor.php23 public $setter; variable in JMS\\Serializer\\Annotation\\Accessor
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/js/
H A Dnv.d3.min.js2 …s={},a.logs={},a.dom={},a.dispatch=d3.dispatch("render_start","render_end"),Function.prototype.bin…
/plugin/findologicxmlexport/vendor/jms/serializer/src/Metadata/
H A DVirtualPropertyMetadata.php23 public function setAccessor(string $type, ?string $getter = null, ?string $setter = null): void
H A DStaticPropertyMetadata.php38 public function setAccessor(string $type, ?string $getter = null, ?string $setter = null): void
H A DExpressionPropertyMetadata.php33 public function setAccessor(string $type, ?string $getter = null, ?string $setter = null): void
H A DPropertyMetadata.php99 public $setter; variable in JMS\\Serializer\\Metadata\\PropertyMetadata
154 public function setAccessor(string $type, ?string $getter = null, ?string $setter = null): void
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Metadata/
H A DClassMetadataTest.php85 public function testAccessorTypePublicMethodException($getter, $setter, $message)
/plugin/jdraw/lib/
H A Djgraphx-examples.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Djdraw.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/jdraw/src/com/mxgraph/examples/swing/editor/
H A DEditorActions.java1008 Method setter = target.getClass().getMethod( in actionPerformed() local
1130 Method setter = target.getClass().getMethod("set" + fieldname, in execute() local
/plugin/processing/
H A Dscript.js9358 function setter(value) { function