Home
last modified time | relevance | path

Searched refs:parent (Results 1 – 8 of 8) sorted by relevance

/web-bugs/src/Horde/Text/Diff/Renderer/Unified/
H A DColored.php43 parent::__construct($params);
50 'lightmagenta', parent::_blockHeader($xbeg, $xlen, $ybeg, $ylen)
57 'lightgreen', parent::_added($lines)
64 'lightred', parent::_deleted($lines)
/web-bugs/sql/
H A Dfixtures.sql3 INSERT INTO bugdb_pseudo_packages SET id = '1', parent = '0', name = 'Web Site', long_name = 'Web…
4 INSERT INTO bugdb_pseudo_packages SET id = '2', parent = '1', name = 'Bug System', long_name = 'Bug…
H A Dschema.sql65 parent int(11) NOT NULL default '0', field
/web-bugs/src/Utils/
H A DDiff.php29 parent::__construct();
51 return "\n" . parent::_context($lines);
68 return parent::render($this->diff);
/web-bugs/src/Database/
H A DStatement.php19 parent::execute($parameters);
/web-bugs/src/Template/
H A DContext.php77 public function extends(string $parent, array $variables = []): void argument
80 throw new \Exception('Extending '.$parent.' is not possible.');
83 $this->tree[$this->current] = [$parent, $variables];
/web-bugs/src/Horde/Text/Diff/
H A DMapped.php44 parent::__construct($engine, array($mapped_from_lines, $mapped_to_lines));
/web-bugs/docs/
H A Dtemplates.md87 included into the parent file(s).

Completed in 7 milliseconds