Home
last modified time | relevance | path

Searched refs:dt (Results 101 – 125 of 412) sorted by last modified time

12345678910>>...17

/plugin/achart/assets/
H A Dapexcharts.min.js6dt=function(){function t(i){e(this,t),this.w=i.w,this.ttCtx=i,this.ctx=i.ctx}return a(t,[{key:"get…
/plugin/ckgedit/ckeditor/plugins/geshi/dialogs/
H A Dgeshi.js.unc44dt><a href="' + href_vals.href + '?do=export_code&id=' + href_vals.id+ '&codeblock=0" title="Downl…
/plugin/ckgedit/ckeditor/
H A Dckeditor.js.unc1284 dt: 1,
1287 dt: c,
1457 dt: 1,
1550 dt: 1,
1656 dt: 1,
4220 dt: 1,
6413 …istItem || a in CKEDITOR.dtd.$tableContent ? a == b || "dt" == a && "dd" == b || "dd" == a && "dt"…
10087 dt: 1,
18525 dt: 1,
H A Dcontents-default.css277 dl.file dt,
278 dl.code dt {
285 dl.code dt a,
286 dl.file dt a {
290 dl.code dt {
295 dl.file dt {
H A Dcontents.css1dt a,dl.file dt a{background-color:transparent;font-size:.875em;font-weight:normal;display:block;m… selector
H A Dckeditor.js58 …t:a({option:1},b),dd:c,del:b,details:a({summary:1},c),dfn:b,div:c,dl:{dt:1,dd:1},dt:c,em:b,embed:k…
60 …:1},font:b,isindex:k,noframes:c,strike:b,tt:b};a(d,{$block:a({audio:1,dd:1,dt:1,figcaption:1,li:1,…
62 track:1,wbr:1},$inline:b,$list:{dl:1,ol:1,ul:1},$listItem:{dd:1,dt:1,li:1},$nonBodyContent:a({body:…
63 …ap:1,noscript:1,object:1,video:1},$intermediate:{caption:1,colgroup:1,dd:1,dt:1,figcaption:1,legen…
204 h=function(a){return g(a)&&k(a)},p={dd:1,dt:1,li:1};a.prototype={getNextParagraph:function(a){var d…
307 …KEDITOR.dtd.$listItem||a in CKEDITOR.dtd.$tableContent?a==b||"dt"==a&&"dd"==b||"dd"==a&&"dt"==b:!1…
503 …1},N={a:1,blockquote:1,embed:1,hr:1,img:1,li:1,object:1,ol:1,table:1,td:1,tr:1,th:1,ul:1,dl:1,dt:1,
934 b.$block&&!(a in{li:1,dt:1,dd:1})});this.setRules("br",{breakAfterOpen:1});this.setRules("title",{i…
H A Dcontents.css.unc140 dl.code dt a,
141 dl.file dt a {
150 dl.code dt,
151 dl.file dt {
255 dt {
/plugin/ckgedit/scripts/
H A Dparse_wiki-cmpr.js1 …blockquote:"<blockquote>",sup:"<sup>",div:"\n\n",span:"\n",dl:"\n",dd:"\n",dt:"\n"};var o={del:"</… property in parse_wikitext.H
H A Dparse_wiki.js.unc170 'dt': "\n"
/plugin/html5video2/script/
H A Dvideo.min.js12dt(e){return"string"!=typeof e?e:e.replace(/./,function(e){return e.toLowerCase()})}function ht(e)… function
20 …tatic canPlaySource method on them");return e=ht(e),i.techs_[e]=t,i.techs_[dt(e)]=t,"Tech"!==e&&i.…
/plugin/stlviewer/stlviewer/
H A Dthree.min.js2dt,pt=function(){function t(t,e){void 0===t&&(t=0),void 0===e&&(e=0),Object.defineProperty(this,"i…
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Xml/Property/
H A DLastModifiedTest.php13 $dt = new DateTime('2015-03-24 11:47:00', new DateTimeZone('America/Vancouver'));
14 $val = ['{DAV:}getlastmodified' => new GetLastModified($dt)];
28 $dt = new DateTime('2015-03-24 11:47:00', new DateTimeZone('America/Vancouver'));
29 $dt = $dt->getTimeStamp();
30 $val = ['{DAV:}getlastmodified' => new GetLastModified($dt)];
/plugin/davcal/vendor/sabre/vobject/lib/Property/VCard/
H A DDate.php39 public function setDateTime(\DateTime $dt) { argument
41 $this->value = $dt->format('Ymd');
H A DDateAndOrTime.php90 public function setDateTime(\DateTime $dt) { argument
97 $tz = $dt->getTimeZone();
101 $value = $dt->format('Ymd\\THis\\Z');
104 $value = $dt->format('Ymd\\THisO');
/plugin/davcal/vendor/sabre/vobject/lib/Recur/
H A DEventIterator.php154 foreach($exDate->getDateTimes($this->timeZone) as $dt) {
155 $this->exceptions[$dt->getTimeStamp()] = true;
H A DRDateIterator.php118 * @param DateTime $dt
121 public function fastForward(\DateTime $dt) { argument
123 while($this->valid() && $this->currentDate < $dt ) {
H A DRRuleIterator.php144 * @param DateTime $dt
147 public function fastForward(\DateTime $dt) { argument
149 while($this->valid() && $this->currentDate < $dt ) {
/plugin/davcal/vendor/sabre/vobject/tests/VObject/
H A DEmClientTest.php49 $dt = $vObject->VEVENT->DTSTART->getDateTime();
50 …his->assertEquals(new \DateTime('2011-10-08 19:30:00', new \DateTimeZone('America/Chicago')), $dt);
/plugin/davcal/vendor/sabre/vobject/bin/
H A Dgenerate_vcards221 $dt = new \DateTime('@' . mt_rand($bdayStart, $bdayEnd));
222 $vcard->add('BDAY', $dt->format('Ymd'));
226 $dt = new \DateTime('@' . mt_rand($bdayStart, $bdayEnd));
227 $vcard->add('BDAY', '--' . $dt->format('md'));
/plugin/davcal/vendor/sabre/vobject/lib/
H A DDateTimeParser.php30 * @param string $dt
34 static public function parseDateTime($dt, DateTimeZone $tz = null) { argument
37 …('/^([0-9]{4})([0-1][0-9])([0-3][0-9])T([0-2][0-9])([0-5][0-9])([0-5][0-9])([Z]?)$/',$dt,$matches);
40 throw new LogicException('The supplied iCalendar datetime value is incorrect: ' . $dt);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Recur/
H A DRRuleIteratorTest.php686 $dt = new DateTime($start, new DateTimeZone($tz));
687 $parser = new RRuleIterator($rule, $dt);
/plugin/davcal/vendor/sabre/vobject/lib/Property/ICalendar/
H A DDateTime.php144 $dt = $this->getDateTimes($timeZone);
145 if (!$dt) return null;
147 return $dt[0];
185 public function setDateTime(\DateTime $dt, $isFloating = false) { argument
187 $this->setDateTimes(array($dt), $isFloating);
201 public function setDateTimes(array $dt, $isFloating = false) { argument
210 foreach($dt as $d) {
239 foreach($dt as $d) {
283 function($dt) use ($hasTime, $isUtc) {
286 return $dt->format('Y-m-d\\TH:i:s') . ($isUtc?'Z':'');
[all …]
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DUtilTest.php67 $dt = new \DateTime('2011-12-10 12:00:00 +0200');
71 Util::toHTTPDate($dt)
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Property/ICalendar/
H A DDateTimeTest.php23 $dt->setTimeZone($tz);
26 $elem->setDateTime($dt);
40 $dt->setTimeZone($tz);
55 $dt->setTimeZone($tz);
58 $elem->setDateTime($dt);
70 $dt->setTimeZone($tz);
73 $elem->setDateTime($dt);
85 $dt->setTimeZone($tz);
102 $dt->setTimeZone($tz);
105 $elem->setValue($dt);
[all …]
/plugin/davcal/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php324 $dt = $child->getDateTimes($timeZone);
328 $dt[0]->setTimeZone(new DateTimeZone('UTC'));
329 $child->setDateTimes($dt);

12345678910>>...17