Home
last modified time | relevance | path

Searched refs:obj (Results 101 – 125 of 405) sorted by relevance

12345678910>>...17

/plugin/davcal/vendor/sabre/dav/lib/CardDAV/Xml/Request/
H A DAddressBookMultiGetReport.php105 $obj = new self();
107 $obj->$key = $value;
109 return $obj;
H A DAddressBookQueryReport.php183 $obj = new self();
185 $obj->$key = $value;
188 return $obj;
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Request/
H A DCalendarMultiGetReport.php115 $obj = new self();
117 $obj->$key = $value;
120 return $obj;
H A DCalendarQueryReport.php131 $obj = new self();
133 $obj->$key = $value;
135 return $obj;
/plugin/s5/ui/default/
H A Dslides.js80 var obj = slideColl[n];
83 obj.setAttribute('id',did);
87 var menu = obj.firstChild;
213 if (obj.style.visibility != 'visible') {
214 obj.style.visibility = 'visible';
216 obj.style.visibility = 'hidden';
421 obj.style.display = 'none';
422 obj.style.display = 'block';
462 function getIncrementals(obj) { argument
464 if (!obj)
[all …]
/plugin/s5/ui/dokuwiki/
H A Dslides.js80 var obj = slideColl[n];
83 obj.setAttribute('id',did);
87 var menu = obj.firstChild;
212 if (obj.style.visibility != 'visible') {
213 obj.style.visibility = 'visible';
215 obj.style.visibility = 'hidden';
420 obj.style.display = 'none';
421 obj.style.display = 'block';
461 function getIncrementals(obj) { argument
463 if (!obj)
[all …]
/plugin/html5video/
H A Dvideo.php134 …$obj = '<video src="' . $video_url . '" width="' . $width . '" height="' . $height . '" controls="…
136 $obj = '<div style="width: ' . $width . 'px; ' . $align . '">' . $obj . '</div>';
139 $renderer->doc .= $obj;
/plugin/ac/
H A Dac.php26 public function objToString($obj) { argument
27 return "<a href='$obj->permalink'>$obj->name</a>";
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Request/
H A DCalendarQueryReport.php131 $obj = new self();
133 $obj->$key = $value;
135 return $obj;
/plugin/galleryv1.5/
H A Dscript.js171 _createWrapOn : function(obj,imagePath) argument
174 if (!obj) return null;
189 obj.appendChild(wrap);
205 _createBoxOn : function(obj,option) argument
208 if (!obj) return null;
217 obj.appendChild(box);
343 if (!obj) return;
345 obj.style.display = 'inline';
351 if (obj) obj.style.display = 'none';
444 _set_cursor : function(obj) argument
[all …]
/plugin/workflow/
H A Dscript.js11 function wfCount(obj) { argument
13 for (var j in obj)
26 function writeSessionObject(name, obj) { argument
27 jQuery.cookie(name, JSON.stringify(obj));
/plugin/diagramsnet/lib/js/diagramly/
H A DPages.js1849 obj.ui = dec.ui;
1857 obj.oldIndex = obj.newIndex;
1858 obj.newIndex = tmp;
1860 return obj;
1873 obj.ui = dec.ui;
1881 obj.previous = obj.name;
1882 obj.name = tmp;
1884 return obj;
1927 obj.ui = dec.ui;
1987 obj.index = obj.previousIndex;
[all …]
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js46129 return new Point(curve, obj[0], obj[1], obj[2]);
82522 return obj && obj.__esModule ? obj : {
82773 return obj && obj.__esModule ? obj : {
82962 return obj && obj.__esModule ? obj : {
83011 return obj && obj.__esModule ? obj : {
83124 return obj && obj.__esModule ? obj : {
83147 return obj && obj.__esModule ? obj : {
83230 return obj && obj.__esModule ? obj : {
83273 return obj && obj.__esModule ? obj : {
83293 return obj && obj.__esModule ? obj : {
[all …]
/plugin/lastfm/
H A Dscript.js58 function lastfm_loader(obj) { argument
59 if(!obj) return;
60 obj.innerHTML = '<img src="'+DOKU_BASE+'lib/plugins/lastfm/images/loader.gif" />';
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/Xml/Request/
H A DAddressBookQueryReport.php190 $obj = new self();
192 $obj->$key = $value;
195 return $obj;
/plugin/bureaucracyau/_test/
H A Dsyntax.test.php126 * @param string|object $obj
131 protected function callNonaccessibleMethod($obj, $name, array $args) { argument
132 $class = new ReflectionClass($obj);
135 return $method->invokeArgs($obj, $args);
/plugin/bureaucracy-au/_test/
H A Dsyntax.test.php126 * @param string|object $obj
131 protected function callNonaccessibleMethod($obj, $name, array $args) { argument
132 $class = new ReflectionClass($obj);
135 return $method->invokeArgs($obj, $args);
/plugin/pagetemplate/
H A Dpagetemplate_backlinks.php117 $obj = new $class();
119 'sort' => $obj->getSort(),
121 'obj' => $obj
123 $Parser->addMode($m,$obj);
/plugin/pycode/
H A Dsyntax.php97 * @param (obj) $handler object reference to the Doku_Handler class,
193 * @param (obj) $renderer object reference to the Doku_Render class,
358 * @param (obj) $renderer object reference to the Doku_Render class,
474 * @param (obj) $renderer object reference to the Doku_Render class,
621 * @param (obj) $renderer object reference to the Doku_Render class,
655 * @param (obj) $renderer object reference to the Doku_Render class,
671 * @param (obj) $renderer object reference to the Doku_Render class,
687 * @param (obj) $renderer object reference to the Doku_Render class,
702 * @param (obj) $renderer object reference to the Doku_Render class,
718 * @param (obj) $renderer object reference to the Doku_Render class,
[all …]
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/
H A DIssue153Test.php9 $obj = Reader::read(file_get_contents(dirname(__FILE__) . '/issue153.vcf'));
10 $this->assertEquals('Test Benutzer', (string)$obj->FN);
/plugin/findologicxmlexport/vendor/twig/twig/src/Sandbox/
H A DSecurityPolicyInterface.php23 public function checkMethodAllowed($obj, $method); argument
25 public function checkPropertyAllowed($obj, $method); argument
/plugin/davcard/vendor/sabre/vobject/tests/VObject/
H A DIssue153Test.php9 $obj = Reader::read(file_get_contents(dirname(__FILE__) . '/issue153.vcf'));
10 $this->assertEquals('Test Benutzer', (string)$obj->fn);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/
H A DIssue153Test.php9 $obj = Reader::read(file_get_contents(dirname(__FILE__) . '/issue153.vcf'));
10 $this->assertEquals('Test Benutzer', (string)$obj->fn);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DIssue153Test.php9 $obj = Reader::read(file_get_contents(dirname(__FILE__) . '/issue153.vcf'));
10 $this->assertEquals('Test Benutzer', (string)$obj->fn);
/plugin/tindexmenu/
H A Dscript.js113 function indexmenu_checkcontextm(n,obj,e){ argument
117 obj.contextmenu (n,e);
140 function indexmenu_mouseposition(obj,e) { argument
151 obj.style.left=X-5+'px';
152 obj.style.top=Y-5+'px';

12345678910>>...17