Searched refs:d (Results 1 – 6 of 6) sorted by relevance
/web-bugs/www/js/ |
H A D | userlisting.php | 40 $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 D | jquery.autocomplete-min.js | 10 …d,arr;d=this.options.delimiter;if(!d){return $.trim(val);}arr=val.split(d);return $.trim(arr[arr.l…
|
/web-bugs/templates/ |
H A D | patchdiff.php | 39 <?php if ($d->isEmpty()) echo 'Diffs are identical!'; else { 40 echo $diff->render($d);
|
/web-bugs/src/Utils/ |
H A D | Diff.php | 26 public function __construct($d) argument 28 $this->diff = $d;
|
/web-bugs/www/ |
H A D | patch-display.php | 113 $d = new \Horde_Text_Diff('auto', [file($old), file($new)]); variable 114 $diff = new Diff($d);
|
/web-bugs/docs/ |
H A D | templates.md | 171 return gmdate('Y-m-d H:i e', $timestamp - date('Z', $timestamp));
|
Completed in 8 milliseconds