Home
last modified time | relevance | path

Searched refs:obj (Results 126 – 150 of 405) sorted by relevance

12345678910>>...17

/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DAttachIssueTest.php17 $obj = Reader::read($event);
18 $this->assertEquals($event, $obj->serialize());
H A DLineFoldingIssueTest.php18 $obj = Reader::read($event);
19 $this->assertEquals($event, $obj->serialize());
H A DIssue36WorkAroundTest.php31 $obj = Reader::read($event);
34 $it = new Recur\EventIterator($obj, '1833bd44-188b-405c-9f85-1a12105318aa');
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DLineFoldingIssueTest.php18 $obj = Reader::read($event);
19 $this->assertEquals($event, $obj->serialize());
H A DAttachIssueTest.php17 $obj = Reader::read($event);
18 $this->assertEquals($event, $obj->serialize());
H A DIssue36WorkAroundTest.php31 $obj = Reader::read($event);
34 $it = new Recur\EventIterator($obj,'1833bd44-188b-405c-9f85-1a12105318aa');
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DAttachIssueTest.php17 $obj = Reader::read($event);
18 $this->assertEquals($event, $obj->serialize());
H A DLineFoldingIssueTest.php18 $obj = Reader::read($event);
19 $this->assertEquals($event, $obj->serialize());
H A DIssue36WorkAroundTest.php31 $obj = Reader::read($event);
34 $it = new Recur\EventIterator($obj,'1833bd44-188b-405c-9f85-1a12105318aa');
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DAttachIssueTest.php17 $obj = Reader::read($event);
18 $this->assertEquals($event, $obj->serialize());
H A DLineFoldingIssueTest.php18 $obj = Reader::read($event);
19 $this->assertEquals($event, $obj->serialize());
H A DIssue36WorkAroundTest.php31 $obj = Reader::read($event);
34 $it = new Recur\EventIterator($obj,'1833bd44-188b-405c-9f85-1a12105318aa');
/plugin/jquerymigrate/
H A Djquery-migrate-3.1.0.js107 function migrateWarnProp( obj, prop, value, msg ) { argument
108 Object.defineProperty( obj, prop, {
122 function migrateWarnFunc( obj, prop, newFunc, msg ) { argument
123 obj[ prop ] = function() { function
211 function isNumeric2( obj ) { argument
212 var realStringObj = obj && obj.toString();
213 return !jQuery.isArray( obj ) && ( realStringObj - parseFloat( realStringObj ) + 1 ) >= 0;
228 function( obj ) { argument
229 return obj != null && obj === obj.window;
/plugin/pagetemplate/
H A Daction.php157 $obj = new $class();
159 'sort' => $obj->getSort(),
161 'obj' => $obj
163 $Parser->addMode($m,$obj);
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Schedule/
H A DInbox.php71 foreach ($objs as $obj) {
73 $obj['principaluri'] = $this->principalUri;
74 $children[] = new SchedulingObject($this->caldavBackend, $obj);
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Dutility.js321 var obj = {w: '', x: 'x', y: function(){ return this.x; }}; class in AnonymousFunctiona8f0c16b1f00
322 assert.strictEqual(_.result(obj, 'w'), '');
323 assert.strictEqual(_.result(obj, 'x'), 'x');
324 assert.strictEqual(_.result(obj, 'y'), 'x');
325 assert.strictEqual(_.result(obj, 'z'), void 0);
352 var obj = {a: function() {}}; class in AnonymousFunctiona8f0c16b2400
353 assert.strictEqual(_.result(obj, 'a', 'failed'), void 0);
357 var obj = {a: [1, 2, 3]}; class in AnonymousFunctiona8f0c16b2500
358 assert.strictEqual(_.result(obj, 'b', _.constant(5)), 5);
359 assert.strictEqual(_.result(obj, 'b', function() {
[all …]
H A Dfunctions.js51 var obj = {name: 'moe'}; class in AnonymousFunction105fccb00300
54 obj.func = _.partial(func, 'a', 'b');
57 obj.func = _.partial(func, _, 'b', _, 'd');
81 _.partial.placeholder = obj;
82 func = _.partial(function() { return arguments.length; }, obj, 'b', obj, 'd');
86 func = _.partial(function() { return arguments.length; }, obj, 'b', obj, 'd');
606 var obj = {name: 'Moe'}; class in AnonymousFunction105fccb04e00
608 assert.equal(obj.hi(), 'Hello Moe');
702 return (obj.match(value) || []).length;
753 var obj = {};
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/
H A DExceptionTest.php23 $obj = new $class();
24 $this->assertEquals($status, $obj->getHTTPCode());
/plugin/tindexmenu/
H A Dnojsindex-full.js20 var obj=$('nojs_'+iobj[0]);
21 if (!obj) return;
23 var items = getElementsByClass('indexmenu_idx',obj,'a');
H A Dnojsindex.js1 …,treeattach:(function(iobj){var obj=$("nojs_"+iobj[0]);if(!obj){return;}var items=getElementsByCla…
/plugin/adminperm/
H A Dadmin.php59 $obj = plugin_load('admin', $plugin);
60 if ($obj === null) continue;
62 $label = $plugin . ($obj->forAdminOnly() ? ' (A)' : ' (M)');
/plugin/swiftmail/Swift/Plugin/
H A DEasySwiftResponseTracker.php33 public function __construct($obj) argument
35 $this->target = $obj;
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/
H A Dbackbone.js168 obj._events = eventsApi(onApi, obj._events || {}, name, callback, {
170 ctx: obj,
175 var listeners = obj._listeners || (obj._listeners = {});
179 return obj;
186 if (!obj) return this;
187 var id = obj._listenId || (obj._listenId = _.uniqueId('l'));
234 var ids = obj ? [obj._listenId] : _.keys(listeningTo);
998 get: function(obj) { argument
1001 this._byId[this.modelId(obj.attributes || obj)] ||
1002 obj.cid && this._byId[obj.cid];
[all …]
/plugin/s5reloaded/ui/effects_support/
H A Dunittest.js333 assertNull: function(obj) { argument
335 try { (obj==null) ? this.pass() :
336 this.fail(message + ': got "' + Test.Unit.inspect(obj) + '"'); }
384 assertRespondsTo: function(method, obj) { argument
387 (obj[method] && typeof obj[method] == 'function') ? this.pass() :
391 assertReturnsTrue: function(method, obj) { argument
394 var m = obj[method];
395 if(!m) m = obj['is'+method.charAt(0).toUpperCase()+method.slice(1)];
400 assertReturnsFalse: function(method, obj) { argument
403 var m = obj[method];
[all …]
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tests/
H A Diterable.test6 {{ obj is iterable ? 'ok' : 'ko' }}
12 'obj' => new \stdClass(),

12345678910>>...17