Home
last modified time | relevance | path

Searched refs:obj (Results 51 – 75 of 405) sorted by relevance

12345678910>>...17

/plugin/s5reloaded/ui/thesis/
H A Dslides.js908 if (!obj)
1326 var obj = document.getElementById('loop'); changeClass(obj,'ison');
1332 var obj = document.getElementById('fade'); changeClass(obj,'ison');
1598 obj = obj.offsetParent;
1606 obj = obj.offsetParent;
1947 if(obj) {
2415 obj.style.position = 'fixed'; obj.style.left = x + 'px'; obj.style.top = y + 'px';
2539 obj = document.getElementById('auto'); changeClass(obj,'isoff');
2540 obj = document.getElementById('pause'); changeClass(obj,'isoff');
2547 obj = document.getElementById('auto'); changeClass(obj,'ison');
[all …]
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Twig/
H A DSerializerExtensionTest.php17 $obj = new \stdClass();
21 ->with($this->equalTo($obj), $this->equalTo('json'));
23 $serializerExtension->serialize($obj);
39 $obj = new \stdClass();
45 ->with($this->equalTo($obj), $this->equalTo('json'));
48 $serializerExtension->serialize($obj);
/plugin/fedauth/Auth/Yadis/
H A DManager.php116 $obj = $this->newObject($data);
118 if (!$obj) {
123 $obj->$k = $data[$k];
126 return $obj;
162 function toSession($obj) argument
165 foreach ($obj as $k => $v) {
169 $extra = $this->prepareForSave($obj);
185 function prepareForSave($obj) argument
206 foreach ($obj as $k => $v) {
257 function prepareForSave($obj) argument
[all …]
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Component/
H A DVTodoTest.php82 $obj = Reader::read($input);
84 $warnings = $obj->validate();
105 $obj = Reader::read($input);
107 $warnings = $obj->validate();
135 $obj = Reader::read($input);
137 $warnings = $obj->validate();
164 $obj = Reader::read($input);
166 $warnings = $obj->validate();
H A DVTimeZoneTest.php21 $obj = Reader::read($input);
23 $warnings = $obj->validate();
45 $obj = Reader::read($input);
51 $obj->VTIMEZONE->getTimeZone()
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Component/
H A DVTodoTest.php83 $obj = Reader::read($input);
85 $warnings = $obj->validate();
106 $obj = Reader::read($input);
108 $warnings = $obj->validate();
136 $obj = Reader::read($input);
138 $warnings = $obj->validate();
165 $obj = Reader::read($input);
167 $warnings = $obj->validate();
H A DVTimeZoneTest.php22 $obj = Reader::read($input);
24 $warnings = $obj->validate();
46 $obj = Reader::read($input);
52 $obj->VTIMEZONE->getTimeZone()
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Component/
H A DVTodoTest.php83 $obj = Reader::read($input);
85 $warnings = $obj->validate();
106 $obj = Reader::read($input);
108 $warnings = $obj->validate();
136 $obj = Reader::read($input);
138 $warnings = $obj->validate();
165 $obj = Reader::read($input);
167 $warnings = $obj->validate();
H A DVTimeZoneTest.php22 $obj = Reader::read($input);
24 $warnings = $obj->validate();
46 $obj = Reader::read($input);
52 $obj->VTIMEZONE->getTimeZone()
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Component/
H A DVTodoTest.php83 $obj = Reader::read($input);
85 $warnings = $obj->validate();
106 $obj = Reader::read($input);
108 $warnings = $obj->validate();
136 $obj = Reader::read($input);
138 $warnings = $obj->validate();
165 $obj = Reader::read($input);
167 $warnings = $obj->validate();
H A DVTimeZoneTest.php22 $obj = Reader::read($input);
24 $warnings = $obj->validate();
46 $obj = Reader::read($input);
52 $obj->VTIMEZONE->getTimeZone()
/plugin/wysiwyg/fckeditor/editor/_source/classes/
H A Dfckxml.js82 var obj = {} ;
88 obj[ att.name ] = att.value ;
99 var childList = obj[ childName ] ;
101 childList = obj[ childName ] = [] ;
107 return obj ;
/plugin/anewssystem/
H A Ddropdowncontent.js56 slideengine:function(obj, direction){ argument
57 var elapsed=new Date().getTime()-obj.startTime //get time animation has run
58 if (elapsed<obj.glidetime){ //if time run is less than specified length
59 …t=(direction=="down")? this.curveincrement(elapsed/obj.glidetime) : 1-this.curveincrement(elapsed/
60 var currentclip=(distancepercent*obj.contentheight)+"px"
61obj.style.clip=(direction=="down")? "rect(0 auto "+currentclip+" 0)" : "rect("+currentclip+" auto …
62 …window["glidetimer_"+obj.id]=setTimeout(function(){dropdowncontent.slideengine(obj, direction)}, 1…
65 obj.style.clip="rect(0 auto auto 0)"
/plugin/sketchcanvas/script/
H A DSketchCanvas.js247 function objBounds(obj, rawvalue){ argument
248 var ret = obj.getBoundingRect(rawvalue);
562 var obj = selectobj[n];
563 for(var i = 0; i < obj.points.length; i++){
564 var pt = obj.points[i];
592 var obj = sizing;
593 for(var i = 0; i < obj.points.length; i++){
594 var pt = obj.points[i];
811 function drawCanvas(obj) { argument
812 var tool = toolmap[obj
1025 deserialize(obj) global() argument
1102 deserialize(obj) global() argument
1103 deserialize(this, obj) global() argument
1171 deserialize(obj) global() argument
1172 deserialize(this, obj) global() argument
1524 cloneObject(obj) global() argument
[all...]
/plugin/pureldap/vendor/freedsx/ldap/src/FreeDSx/Ldap/Entry/
H A DRdn.php127 $obj = null;
133 if ($obj === null) {
134 $obj = new self($parts[0], $parts[1]);
136 /** @var Rdn $obj */
137 $obj->additional[] = new self($parts[0], $parts[1]);
141 if ($obj === null) {
145 return $obj;
/plugin/scrape/HTMLPurifier/ConfigSchema/
H A DValidatorAtom.php
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/
H A Darrays.js132 var iterator = function(obj){ return obj.x; }; argument
137 iterator = function(obj){ return this[obj]; };
458 return obj.a === 0;
462 return obj.b * obj.a === 4;
468 return obj.b * obj.a === 5;
477 assert.deepEqual(obj, [{a: 1}]);
484 return obj && obj.b * obj.a === 4;
501 return obj.a === 0;
505 return obj.b * obj.a === 4;
511 return obj.b * obj.a === 5;
[all …]
/plugin/flowcharts/
H A Dsyntax.php100 $obj = new $class();
102 'sort' => $obj->getSort(),
104 'obj' => $obj
112 $obj = new \dokuwiki\Parsing\ParserMode\Formatting($m);
114 'sort' => $obj->getSort(),
116 'obj' => $obj
/plugin/mermaid/
H A Dsyntax.php138 $obj = new $class();
140 'sort' => $obj->getSort(),
142 'obj' => $obj
150 $obj = new \dokuwiki\Parsing\ParserMode\Formatting($m);
152 'sort' => $obj->getSort(),
154 'obj' => $obj
161 $Parser->addMode($mode['mode'],$mode['obj']);
/plugin/starred/
H A Dscript.js6 var obj = jQuery('#plugin__starred');
8 obj.click(function(e) {
13 obj.html(data);
14 obj.blur();
/plugin/bez/mdl/
H A DThreadFactory.php234 protected function update(Entity $obj) { argument
235 if ($obj->state == 'done') {
236 $prev_state = $obj->state;
240 $reflectionProperty->setValue($obj, 'opened');
243 parent::update($obj);
246 $reflectionProperty->setValue($obj, $prev_state);
299 public function delete(Entity $obj) { argument
300 if ($obj->can_be_removed()) {
301 $this->model->sqlite->query('DELETE FROM thread_label WHERE thread_id=?', $obj->id);
302 $this->model->sqlite->query('DELETE FROM thread_participant WHERE thread_id=?', $obj
[all...]
/plugin/findologicxmlexport/vendor/jms/serializer/tests/Serializer/EventDispatcher/Subscriber/
H A DSymfonyValidatorValidatorSubscriberTest.php26 $obj = new \stdClass();
30 ->with($obj, null, ['foo'])
35 $this->subscriber->onPostDeserialize(new ObjectEvent($context, $obj, []));
44 $obj = new \stdClass();
48 ->with($obj, null, ['foo'])
53 $this->subscriber->onPostDeserialize(new ObjectEvent($context, $obj, []));
/plugin/yuriigantt/3rd/dhtmlxgantt/sources/ext/
H A Ddhtmlxgantt_tooltip.js690 var obj = ch[i];
691 if (obj.className && obj.className.indexOf(css) !== -1) {
692 out.push(obj);
889 return (obj && obj.length !== undefined && obj.pop && obj.push);
895 return obj && typeof obj === "object"
901 return obj && typeof obj === "object"
907 return obj && typeof obj === "object"
912 if (obj && typeof obj === "object") {
913 return !!(obj.getFullYear && obj.getMonth && obj.getDate);
920 return isDate(obj) && !isNaN(obj.getTime());
[all …]
/plugin/findologicxmlexport/vendor/jms/metadata/tests/
H A DMethodMetadataTest.php33 $obj = new TestObject();
36 $this->assertNull($obj->getFoo());
37 $metadata->invoke($obj, ['foo']);
38 $this->assertEquals('foo', $obj->getFoo());
/plugin/freechat/phpfreechat/data/public/js/
H A Dpfcprompt.js144 _findPos: function(obj) argument
147 if (obj.offsetParent) {
148 curleft = obj.offsetLeft;
149 curtop = obj.offsetTop;
150 while (obj = obj.offsetParent) {
151 curleft += obj.offsetLeft;
152 curtop += obj.offsetTop;

12345678910>>...17