Home
last modified time | relevance | path

Searched refs:d (Results 1 – 6 of 6) sorted by relevance

/web-bugs/www/js/
H A Duserlisting.php40 $tsstring = gmdate('D, d M Y H:i:s ', $modified);
45 $expires = gmdate('D, d M Y H:i:s ', strtotime('+2 months', $_SERVER['REQUEST_TIME'])) . 'GMT';
H A Djquery.autocomplete-min.js10d,arr;d=this.options.delimiter;if(!d){return $.trim(val);}arr=val.split(d);return $.trim(arr[arr.l…
/web-bugs/templates/
H A Dpatchdiff.php39 <?php if ($d->isEmpty()) echo 'Diffs are identical!'; else {
40 echo $diff->render($d);
/web-bugs/src/Utils/
H A DDiff.php26 public function __construct($d) argument
28 $this->diff = $d;
/web-bugs/www/
H A Dpatch-display.php113 $d = new \Horde_Text_Diff('auto', [file($old), file($new)]); variable
114 $diff = new Diff($d);
/web-bugs/docs/
H A Dtemplates.md171 return gmdate('Y-m-d H:i e', $timestamp - date('Z', $timestamp));

Completed in 9 milliseconds