Home
last modified time | relevance | path

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

/web-bugs/docs/
H A Dcontainer.md31 $pdo = new \PDO(
40 $repository = new Repository($pdo);
85 $container = new Container(include __DIR__.'/parameters.php');
91 return new App\Foo($c->get(App\Dependency::class));
96 $object = new App\Foo\Bar($c->get(App\Dependency::class));
104 return new App\Foo\Bar(
115 return new App\Dependency();
H A Dtemplates.md10 $template = new App\Template\Engine(__DIR__.'/../path/to/templates');
/web-bugs/www/
H A Dpatch-display.php103 $new = $path; variable
104 if (!realpath($old) || !realpath($new)) {
113 $d = new \Horde_Text_Diff('auto', [file($old), file($new)]);
/web-bugs/
H A DREADME.md20 Create a new MySQL/MariaDB database using `sql/database.sql`, create database
71 Issues with the application and new feature requests can be reported to
/web-bugs/sql/
H A Dschema.sql70 disabled tinyint(1) NOT NULL default 0, # Disabled == read-only (no new reports in these!)
/web-bugs/www/css/
H A Dstyle.css165 font-family: "andale mono", "monotype.com", "courier new", monospace;

Completed in 12 milliseconds