Home
last modified time | relevance | path

Searched refs:dt (Results 351 – 375 of 412) sorted by path

1...<<11121314151617

/plugin/revealjs/css/theme/
H A Dserif.css119 .reveal dt {
H A Dsimple.css122 .reveal dt {
H A Dsky.css126 .reveal dt {
H A Dsolarized.css123 .reveal dt {
H A Dwhite.css119 .reveal dt {
/plugin/revealjs/css/theme/template/
H A Dtheme.scss129 .reveal dt {
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCore.LexerImpl.txt
H A DHTML.TidyLevel.txt
/plugin/semanticdata/
H A Dstyle.css23 *:first-child+html div.dataplugin_entry dt {
28 div.dataplugin_entry dl dt {
75 dl.datarelated dt {
/plugin/sequencediagram/bower_components/js-sequence-diagrams/fonts/daniel/specimen_files/
H A Dspecimen_stylesheet.css12 b, u, i, center, dl, dt, dd, ol, ul, li, selector
/plugin/sequencediagram/bower_components/lodash/dist/
H A Dlodash.min.js25 …i=t[u],o=n[u];if(o===T&&!(u in n)||!i(o))return false}return true}function dt(n,t,r){if(typeof n!=… function
90 …32|e;return fe(t,e,n,r,u)}),Yo=fr(function(n,t){return dt(n,1,t)}),Qo=fr(function(n,t,r){return dt
/plugin/sequencediagram/bower_components/raphael/
H A Draphael.min.js1dt(t,e,r,i,n,a,s,o,l){null==l&&(l=1);for(var h=(l=l>1?1:l<0?0:l)/2,u=[-.1252,.1252,-.3678,.3678,-.… function
H A Draphael.no-deps.min.js1dt(t,e,r,i,n,a,s,o,l){null==l&&(l=1);for(var h=(l=l>1?1:l<0?0:l)/2,u=[-.1252,.1252,-.3678,.3678,-.… function
/plugin/socialshareprivacy2/SSP/
H A DREADME.md1028 See also: [official documentation](http://www.stumbleupon.com/dt/badges/create)
/plugin/starred/
H A Dhelper.php142 $dt = $this->checkStar(null, $pageid);
152 if ($dt) {
/plugin/statistics/
H A Ddb.sql3 `dt` TIMESTAMP NOT NULL DEFAULT CURRENT_TIMESTAMP ON UPDATE CURRENT_TIMESTAMP,
36 KEY `dt` (`dt`)
62 ALTER TABLE `stats_access` CHANGE `dt` `dt` DATETIME NOT NULL;
73 `dt` DATETIME NOT NULL,
89 AFTER `dt`;
93 `dt` DATETIME NOT NULL,
136 `dt` DATETIME NOT NULL,
138 KEY `dt` (`d
[all...]
/plugin/stats/
H A Dsyntax.php322 $dt = getdate();
323 $month = $dt['mon'];
324 $year = $dt['year'];
332 $dt = getdate();
333 $month = $dt['mon'];
334 $year = $dt['year'];
/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/stopforumspam/
H A DSpamLogger.php23 $dt = new DateTime();
26 $dt->format(DateTime::ISO8601),
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1 …'color2'\n },\n {\n // date and time literal\n regex: /(DT|dt|date_and_time|DATE_A…
/plugin/timetrack/
H A Dhelper.php988 $dt = strtotime($datestr);
989 …$res['start'] = date('N', $dt)==1 ? date('Y-m-d', $dt) : date('Y-m-d', strtotime('last monday', $d…
990 …$res['end'] = date('N', $dt)==7 ? date('Y-m-d', $dt) : date('Y-m-d', strtotime('next sunday', $dt)…
/plugin/tumblr/
H A Dstyle.less38 dt {
H A Dsyntax.php246 $html .= '<dt>DATE</dt>';
248 $html .= '<dt>PERMALINK</dt>';
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVCalendar.php298 $dt = $componentChild->getDateTimes($timeZone);
302 $dt[0] = $dt[0]->setTimeZone(new DateTimeZone('UTC'));
303 $componentChild->setDateTimes($dt);
/plugin/webdav/vendor/sabre/vobject/lib/
H A DDateTimeParser.php29 * @param string $dt
34 public static 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 InvalidDataException('The supplied iCalendar datetime value is incorrect: '.$dt);
50 … throw new InvalidDataException('The supplied iCalendar datetime value is incorrect: '.$dt);

1...<<11121314151617