Home
last modified time | relevance | path

Searched refs:elem (Results 1 – 25 of 264) sorted by relevance

1234567891011

/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
DDateTimeTest.php23 $elem = $this->vcal->createProperty('DTSTART');
24 $elem->setDateTime($dt);
26 $this->assertEquals('19850704T013000', (string)$elem);
27 $this->assertEquals('Europe/Amsterdam', (string)$elem['TZID']);
28 $this->assertNull($elem['VALUE']);
30 $this->assertTrue($elem->hasTime());
40 $elem = $this->vcal->createProperty('DTSTART');
41 $elem->setDateTime($dt, $isFloating = true);
43 $this->assertEquals('19850704T013000', (string)$elem);
44 $this->assertNull($elem['TZID']);
[all …]
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
DDateTimeTest.php25 $elem = $this->vcal->createProperty('DTSTART');
26 $elem->setDateTime($dt);
28 $this->assertEquals('19850704T013000', (string)$elem);
29 $this->assertEquals('Europe/Amsterdam', (string)$elem['TZID']);
30 $this->assertNull($elem['VALUE']);
32 $this->assertTrue($elem->hasTime());
42 $elem = $this->vcal->createProperty('DTSTART');
43 $elem->setDateTime($dt, $isFloating = true);
45 $this->assertEquals('19850704T013000', (string)$elem);
46 $this->assertNull($elem['TZID']);
[all …]
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
DDateTimeTest.php25 $elem = $this->vcal->createProperty('DTSTART');
26 $elem->setDateTime($dt);
28 $this->assertEquals('19850704T013000', (string)$elem);
29 $this->assertEquals('Europe/Amsterdam', (string)$elem['TZID']);
30 $this->assertNull($elem['VALUE']);
32 $this->assertTrue($elem->hasTime());
42 $elem = $this->vcal->createProperty('DTSTART');
43 $elem->setDateTime($dt, $isFloating = true);
45 $this->assertEquals('19850704T013000', (string)$elem);
46 $this->assertNull($elem['TZID']);
[all …]
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DDateTimeTest.php25 $elem = $this->vcal->createProperty('DTSTART');
26 $elem->setDateTime($dt);
28 $this->assertEquals('19850704T013000', (string)$elem);
29 $this->assertEquals('Europe/Amsterdam', (string)$elem['TZID']);
30 $this->assertNull($elem['VALUE']);
32 $this->assertTrue($elem->hasTime());
42 $elem = $this->vcal->createProperty('DTSTART');
43 $elem->setDateTime($dt, $isFloating = true);
45 $this->assertEquals('19850704T013000', (string)$elem);
46 $this->assertNull($elem['TZID']);
[all …]
/plugin/siteexport/inc/
Dtoc.php85 foreach ( $nData as $elem )
88 $anchor = ( !empty($elem['anchor']) ? '#' . $elem['anchor'] : '' );
89 …$elem['url'] = $this->functions->getSiteName($elem['id'], true); // Override - we need a clean name
90 $elem['mapURL'] = $elem['url'];
91 $this->shortenByTranslation($elem['url']);
94 if ( in_array($elem['url'], $CHECKDATA) ) { continue; }
96 if ( !isset($elem['exists']) ) {
97 … $elem['exists'] = page_exists( (new PageResolver( $elem['id'] ))->resolveId($elem['id']) );
98 $this->functions->debug->message("EXISTS previously not set.", $elem, 1);
102 …$elem['mapID'] = intval($elem['exists']) == 1 ? $this->functions->getMapID($elem['id'], $elem['anc…
[all …]
/plugin/jquery/
Djquery-1.4.2.js76 var match, elem, ret, doc;
133 elem = document.getElementById( match[2] );
135 if ( elem ) {
138 if ( elem.id !== match[2] ) {
144 this[0] = elem;
286 return this.pushStack( jQuery.map(this, function( elem, i ) { argument
287 return callback.call( elem, i, elem );
545 nodeName: function( elem, name ) { argument
546 return elem.nodeName && elem.nodeName.toUpperCase() === name.toUpperCase();
609 inArray: function( elem, array ) { argument
[all …]
/plugin/layeranimation/
Dscript.js47 var currentLeft = parseInt(item.elem.css('left'));
53 …self.layer[number].elem.filter(':not(:animated)').css('opacity', 0)/*fadeTo(self.scrollTime, 0, fu…
63 item.elem.css('left', currentLeft);
65 self.layer[layerNr].elem.css('left', currentLeft);
75 self.layer[layerNr].elem.css('z-index', self.zIndex);
94 self.layer[layerNr].elem.css('z-index', self.zIndex);
127 this.elem.css({'left': this.direction * offset});
132 self.layer[layer].elem.css({
146 this.elem = null;
151 this.elem = null;
[all …]
/plugin/photogallery/phpThumb/demo/
Djavascript_api.js130 var elem = getObjNN4(document, Elem);
131 return elem.clip.height;
133 var elem;
135 var elem = document.getElementById(Elem);
137 var elem = document.all[Elem];
140 xPos = elem.style.pixelHeight;
142 xPos = elem.offsetHeight;
150 var elem = getObjNN4(document, Elem);
151 return elem.clip.width;
153 var elem;
[all …]
/plugin/typography/helper/
Dparser.php110 $elem = array(
149 $elem['classes'] += array('webfont' => 'wf-'.$value);
152 $elem['declarations'] += array($name => $value);
157 foreach (array_keys($elem) as $key) {
158 if (empty($elem[$key])) unset($elem[$key]);
160 return $elem;
181 * @param array $elem holds 'declarations' and 'classes'
185 public function build_attributes(array $elem, array $addClasses=array()) argument
189 if (isset($elem['declarations'])) {
190 foreach ($elem['declarations'] as $name => $value) {
[all …]
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Request/
H A DSyncCollectionTest.php23 $elem = new SyncCollectionReport();
24 $elem->syncLevel = 1;
25 $elem->properties = ['{DAV:}foo'];
27 $this->assertEquals($elem, $result['value']);
47 $elem = new SyncCollectionReport();
48 $elem->syncLevel = 1;
49 $elem->properties = ['{DAV:}foo'];
50 $elem->limit = 5;
52 $this->assertEquals($elem, $result['value']);
71 $elem = new SyncCollectionReport();
[all …]
/plugin/schedule/
Dscript.js39 var elem = form.elements[idx];
40 if (elem.type == "checkbox") {
41 if (elem.checked)
42 params += "&"+elem.name+"="+elem.value;
43 } else if (elem.type == "select" || elem.type == "select-multiple") {
44 while (elem.options.selectedIndex >= 0) {
45 opt = elem.options [elem.options.selectedIndex];
46 params += "&"+elem.name+"="+opt.text;
47 elem.options [elem.options.selectedIndex] = null;
50 params += "&"+elem.name+"="+elem.value;
/plugin/webdav/vendor/sabre/dav/lib/CalDAV/Xml/Filter/
DPropFilter.php63 if (is_array($elems)) foreach ($elems as $elem) {
65 switch ($elem['name']) {
68 $result['param-filters'][] = $elem['value'];
75 …'start' => isset($elem['attributes']['start']) ? DateTimeParser::parseDateTime($elem['attributes']…
76 …'end' => isset($elem['attributes']['end']) ? DateTimeParser::parseDateTime($elem['attributes']['…
84 …'negate-condition' => isset($elem['attributes']['negate-condition']) && $elem['attributes']['negat…
85 …'collation' => isset($elem['attributes']['collation']) ? $elem['attributes']['collation'] :…
86 'value' => $elem['value'],
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/Xml/Filter/
H A DPropFilter.php63 if (is_array($elems)) foreach ($elems as $elem) {
65 switch ($elem['name']) {
68 $result['param-filters'][] = $elem['value'];
75 …'start' => isset($elem['attributes']['start']) ? DateTimeParser::parseDateTime($elem['attributes']…
76 …'end' => isset($elem['attributes']['end']) ? DateTimeParser::parseDateTime($elem['attributes']['…
84 …'negate-condition' => isset($elem['attributes']['negate-condition']) && $elem['attributes']['negat…
85 …'collation' => isset($elem['attributes']['collation']) ? $elem['attributes']['collation'] :…
86 'value' => $elem['value'],
/plugin/jirainfo/
Dscript.js3 var elem = document.querySelectorAll(".jirainfo"),
28 for (let i = 0; i < elem.length; i++) {
29 (CONF.trigger === "hover") ? hoverByElem(elem[i]) : eventClick(elem[i]);
68 self.isOpened = function (elem) { argument
69 if (elem.hasAttribute("data-target")) {
70 …return document.getElementById(elem.getAttribute("data-target")).classList.contains(CONF.animation…
83 function eventClick(elem) { argument
84 elem.onclick = function() {
85 plugin_jirainfo.open.call(elem);
94 function hoverByElem(elem) { argument
[all …]
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/
DCompoundTest.php18 $elem = $vcard->createProperty('ORG');
19 $elem->setParts($arr);
21 … $this->assertEquals('ABC\, Inc.;North American Division;Marketing\;Sales', $elem->getValue());
22 $this->assertEquals(3, count($elem->getParts()));
23 $parts = $elem->getParts();
33 $elem = $vcard->createProperty('ORG');
34 $elem->setRawMimeDirValue($str);
36 $this->assertEquals(3, count($elem->getParts()));
37 $parts = $elem->getParts();
44 $elem = $vcard->createProperty('ORG', null);
[all …]
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Property/
DCompoundTest.php18 $elem = $vcard->createProperty('ORG');
19 $elem->setParts($arr);
21 … $this->assertEquals('ABC\, Inc.;North American Division;Marketing\;Sales', $elem->getValue());
22 $this->assertEquals(3, count($elem->getParts()));
23 $parts = $elem->getParts();
33 $elem = $vcard->createProperty('ORG');
34 $elem->setRawMimeDirValue($str);
36 $this->assertEquals(3, count($elem->getParts()));
37 $parts = $elem->getParts();
44 $elem = $vcard->createProperty('ORG', null);
[all …]
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Property/
DCompoundTest.php18 $elem = $vcard->createProperty('ORG');
19 $elem->setParts($arr);
21 … $this->assertEquals('ABC\, Inc.;North American Division;Marketing\;Sales', $elem->getValue());
22 $this->assertEquals(3, count($elem->getParts()));
23 $parts = $elem->getParts();
33 $elem = $vcard->createProperty('ORG');
34 $elem->setRawMimeDirValue($str);
36 $this->assertEquals(3, count($elem->getParts()));
37 $parts = $elem->getParts();
44 $elem = $vcard->createProperty('ORG', null);
[all …]
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Property/
H A DCompoundTest.php18 $elem = $vcard->createProperty('ORG');
19 $elem->setParts($arr);
21 … $this->assertEquals('ABC\, Inc.;North American Division;Marketing\;Sales', $elem->getValue());
22 $this->assertEquals(3, count($elem->getParts()));
23 $parts = $elem->getParts();
33 $elem = $vcard->createProperty('ORG');
34 $elem->setRawMimeDirValue($str);
36 $this->assertEquals(3, count($elem->getParts()));
37 $parts = $elem->getParts();
44 $elem = $vcard->createProperty('ORG', null);
[all …]
/plugin/dokucrypt3/
H A Dscript.js184 elem:wikitext, property
192 elem:wikitext, property
220 elem:wikitext, property
236 elem=document.getElementById(elemid);
237 if(elem.style.visibility=="visible") {
238 elem.style.visibility="hidden";
239 elem.style.position="absolute";
241 elem.style.visibility="visible";
242 elem.style.position="relative";
250 var elem=null, atab=null, ptext="";
[all …]
/plugin/webdav/vendor/sabre/dav/lib/CardDAV/Xml/Filter/
DPropFilter.php66 if (is_array($elems)) foreach ($elems as $elem) {
68 switch ($elem['name']) {
71 $result['param-filters'][] = $elem['value'];
77 …$matchType = isset($elem['attributes']['match-type']) ? $elem['attributes']['match-type'] : 'conta…
83 …'negate-condition' => isset($elem['attributes']['negate-condition']) && $elem['attributes']['negat…
84 …'collation' => isset($elem['attributes']['collation']) ? $elem['attributes']['collation'] :…
85 'value' => $elem['value'],
DParamFilter.php60 if (is_array($elems)) foreach ($elems as $elem) {
62 switch ($elem['name']) {
68 …$matchType = isset($elem['attributes']['match-type']) ? $elem['attributes']['match-type'] : 'conta…
74 …'negate-condition' => isset($elem['attributes']['negate-condition']) && $elem['attributes']['negat…
75 …'collation' => isset($elem['attributes']['collation']) ? $elem['attributes']['collation'] :…
76 'value' => $elem['value'],
/plugin/davcal/vendor/sabre/dav/lib/CardDAV/Xml/Filter/
H A DPropFilter.php66 if (is_array($elems)) foreach ($elems as $elem) {
68 switch ($elem['name']) {
71 $result['param-filters'][] = $elem['value'];
77 …$matchType = isset($elem['attributes']['match-type']) ? $elem['attributes']['match-type'] : 'conta…
83 …'negate-condition' => isset($elem['attributes']['negate-condition']) && $elem['attributes']['negat…
84 …'collation' => isset($elem['attributes']['collation']) ? $elem['attributes']['collation'] :…
85 'value' => $elem['value'],
H A DParamFilter.php60 if (is_array($elems)) foreach ($elems as $elem) {
62 switch ($elem['name']) {
68 …$matchType = isset($elem['attributes']['match-type']) ? $elem['attributes']['match-type'] : 'conta…
74 …'negate-condition' => isset($elem['attributes']['negate-condition']) && $elem['attributes']['negat…
75 …'collation' => isset($elem['attributes']['collation']) ? $elem['attributes']['collation'] :…
76 'value' => $elem['value'],
/plugin/p2ilinkaction/
Dp2i.thumbnails.js51 var elem = document.createElement("div");
52 elem.id = "page2images_popup";
53 elem.style.background = "#FFFFFF";
54 elem.style.display = "none";
55 elem.style.position = "absolute";
56 elem.style.zIndex = 999;
57 elem.style.border = "1px solid #DDDDDD";
58 elem.innerHTML = p2i_pop;
59 document.body.insertBefore(elem, document.body.childNodes[0]);
103 setupmouseoverout: function(elem){ argument
[all …]
/plugin/tline/timeline_ajax/
Dsimile-ajax-bundle.js14 }else{var elem=document.getElementById(match[3]);
15 if(elem){if(elem.id!=match[3]){return jQuery().find(selector);
16 }return jQuery(elem);
30 },index:function(elem){var ret=-1; argument
31 return jQuery.inArray(elem&&elem.jquery?elem[0]:elem,this);
46 …[0]){jQuery(html,this[0].ownerDocument).clone().insertBefore(this[0]).map(function(){var elem=this;
47 while(elem.firstChild){elem=elem.firstChild;
48 }return elem;
55 …{return this.domManip(arguments,true,false,function(elem){if(this.nodeType==1){this.appendChild(el… argument
57 …){return this.domManip(arguments,true,true,function(elem){if(this.nodeType==1){this.insertBefore(e… argument
[all …]

1234567891011