Home
last modified time | relevance | path

Searched refs:assign (Results 1 – 9 of 9) sorted by relevance

/web-bugs/tests/Unit/Template/
H A DEngineTest.php62 $this->template->assign([
76 $this->template->assign([
82 $this->template->assign([
92 $this->template->assign([
110 $this->template->assign([
126 $this->template->assign([
172 $this->template->assign([
/web-bugs/include/
H A Dauth.php27 $template->assign([
H A Dprepend.php88 $template->assign([
H A Dquery.php52 $assign = (!empty($_GET['assign']) && is_string($_GET['assign'])) ? $_GET['assign'] : ''; variable
202 if ($assign != '') {
203 $where_clause .= ' AND bugdb.assign = ' . $dbh->quote($assign);
H A Dfunctions.php119 } else if (($user_flags & BUGS_DEV_USER) && $bug['assign'] != '' &&
120 strtolower($bug['assign']) == strtolower($auth_user->handle)) {
/web-bugs/www/
H A Dsearch.php84 'assign' => urlencode($assign),
307 …<td><input type="text" name="assign" value="<?php echo htmlspecialchars($assign, ENT_COMPAT, 'UTF-…
/web-bugs/src/Template/
H A DEngine.php58 public function assign(array $variables = []): void function in App\\Template\\Engine
/web-bugs/sql/
H A Dschema.sql18 assign varchar(20) default NULL, field
/web-bugs/docs/
H A Dtemplates.md17 $template->assign([

Completed in 19 milliseconds