Home
last modified time | relevance | path

Searched refs:tpl_vars (Results 1 – 25 of 314) sorted by relevance

12345678910>>...13

/dports/www/piwigo/piwigo/plugins/AdminTools/include/
H A Devents.inc.php18 $tpl_vars = array();
52 $tpl_vars['IS_PICTURE'] = true;
65 $tpl_vars['U_CADDIE'] = add_url_params(
92 $tpl_vars['U_DELETE'] = add_url_params(
110 $tpl_vars['QUICK_EDIT'] = array(
126 $tpl_vars['IS_CATEGORY'] = true;
138 $tpl_vars['U_CADDIE'] = add_url_params(
144 $tpl_vars['QUICK_EDIT'] = array(
165 'ato' => $tpl_vars,
186 $tpl_vars = array();
[all …]
/dports/www/fusionpbx/fusionpbx-4.4.1/resources/templates/engine/smarty/sysplugins/
H A Dsmarty_internal_data.php31 public $tpl_vars = array(); variable in Smarty_Internal_Data
104 $this->tpl_vars[$tpl_var]->value = &$value;
133 …if (!(is_array($this->tpl_vars[$_key]->value) || $this->tpl_vars[$_key]->value instanceof ArrayAcc…
147 if (!isset($this->tpl_vars[$tpl_var])) {
155 …if (!(is_array($this->tpl_vars[$tpl_var]->value) || $this->tpl_vars[$tpl_var]->value instanceof Ar…
182 if (!isset($this->tpl_vars[$tpl_var])) {
256 unset($this->tpl_vars[$curr_var]);
259 unset($this->tpl_vars[$tpl_var]);
271 $this->tpl_vars = array();
305 if (isset($_ptr->tpl_vars[$variable])) {
[all …]
/dports/mail/postfixadmin33-lite/postfixadmin-postfixadmin-3.3.10/lib/smarty/libs/sysplugins/
H A Dsmarty_internal_runtime_foreach.php59 if (isset($tpl->tpl_vars[ $item ])) {
62 $tpl->tpl_vars[ $item ]
65 $tpl->tpl_vars[ $item ] = new Smarty_Variable(null, $tpl->isRenderingCache);
70 if (isset($tpl->tpl_vars[ $key ])) {
73 $tpl->tpl_vars[ $key ]
80 $tpl->tpl_vars[ $item ]->total = $total;
84 if (isset($tpl->tpl_vars[ $namedVar ])) {
87 $tpl->tpl_vars[ $namedVar ]
103 $tpl->tpl_vars[ $namedVar ] = new Smarty_Variable($namedProp);
150 $tpl->tpl_vars[ $item[ 0 ] ]->value = $item[ 1 ]->value;
[all …]
H A Dsmarty_internal_runtime_updatescope.php31 Smarty::$global_tpl_vars[ $varName ] = $tpl->tpl_vars[ $varName ];
35 $this->_updateVariableInOtherScope($ptr->tpl_vars, $tpl, $varName);
87 * @param array $tpl_vars template variable array
91 … public function _updateVariableInOtherScope(&$tpl_vars, Smarty_Internal_Template $from, $varName) argument
93 if (!isset($tpl_vars[ $varName ])) {
94 $tpl_vars[ $varName ] = clone $from->tpl_vars[ $varName ];
96 $tpl_vars[ $varName ] = clone $tpl_vars[ $varName ];
97 $tpl_vars[ $varName ]->value = $from->tpl_vars[ $varName ]->value;
H A Dsmarty_internal_debug.php236 $_assigned_vars = $ptr->tpl_vars;
279 $tpl_vars[ $key ][ 'scope' ] = $obj->dataObjectName;
284 $tpl_vars = array();
285 foreach ($obj->tpl_vars as $key => $var) {
288 $tpl_vars[ $key ][ $varkey ] = $varvalue;
306 $tpl_vars[ $key ][ 'scope' ] = 'Smarty object';
311 foreach ($parent->tpl_vars as $name => $pvar) {
312 … if (isset($tpl_vars[ $name ]) && $tpl_vars[ $name ][ 'value' ] === $pvar[ 'value' ]) {
316 $tpl_vars = array_merge($parent->tpl_vars, $tpl_vars);
325 if (!array_key_exists($key, $tpl_vars)) {
[all …]
/dports/mail/postfixadmin33/postfixadmin-postfixadmin-3.3.10/lib/smarty/libs/sysplugins/
H A Dsmarty_internal_runtime_foreach.php59 if (isset($tpl->tpl_vars[ $item ])) {
62 $tpl->tpl_vars[ $item ]
65 $tpl->tpl_vars[ $item ] = new Smarty_Variable(null, $tpl->isRenderingCache);
70 if (isset($tpl->tpl_vars[ $key ])) {
73 $tpl->tpl_vars[ $key ]
80 $tpl->tpl_vars[ $item ]->total = $total;
84 if (isset($tpl->tpl_vars[ $namedVar ])) {
87 $tpl->tpl_vars[ $namedVar ]
103 $tpl->tpl_vars[ $namedVar ] = new Smarty_Variable($namedProp);
150 $tpl->tpl_vars[ $item[ 0 ] ]->value = $item[ 1 ]->value;
[all …]
H A Dsmarty_internal_runtime_updatescope.php31 Smarty::$global_tpl_vars[ $varName ] = $tpl->tpl_vars[ $varName ];
35 $this->_updateVariableInOtherScope($ptr->tpl_vars, $tpl, $varName);
87 * @param array $tpl_vars template variable array
91 … public function _updateVariableInOtherScope(&$tpl_vars, Smarty_Internal_Template $from, $varName) argument
93 if (!isset($tpl_vars[ $varName ])) {
94 $tpl_vars[ $varName ] = clone $from->tpl_vars[ $varName ];
96 $tpl_vars[ $varName ] = clone $tpl_vars[ $varName ];
97 $tpl_vars[ $varName ]->value = $from->tpl_vars[ $varName ]->value;
H A Dsmarty_internal_debug.php236 $_assigned_vars = $ptr->tpl_vars;
279 $tpl_vars[ $key ][ 'scope' ] = $obj->dataObjectName;
284 $tpl_vars = array();
285 foreach ($obj->tpl_vars as $key => $var) {
288 $tpl_vars[ $key ][ $varkey ] = $varvalue;
306 $tpl_vars[ $key ][ 'scope' ] = 'Smarty object';
311 foreach ($parent->tpl_vars as $name => $pvar) {
312 … if (isset($tpl_vars[ $name ]) && $tpl_vars[ $name ][ 'value' ] === $pvar[ 'value' ]) {
316 $tpl_vars = array_merge($parent->tpl_vars, $tpl_vars);
325 if (!array_key_exists($key, $tpl_vars)) {
[all …]
/dports/mail/postfixadmin/postfixadmin-d3bc1551/lib/smarty/libs/sysplugins/
H A Dsmarty_internal_runtime_foreach.php59 if (isset($tpl->tpl_vars[ $item ])) {
62 $tpl->tpl_vars[ $item ]
65 $tpl->tpl_vars[ $item ] = new Smarty_Variable(null, $tpl->isRenderingCache);
70 if (isset($tpl->tpl_vars[ $key ])) {
73 $tpl->tpl_vars[ $key ]
80 $tpl->tpl_vars[ $item ]->total = $total;
84 if (isset($tpl->tpl_vars[ $namedVar ])) {
87 $tpl->tpl_vars[ $namedVar ]
103 $tpl->tpl_vars[ $namedVar ] = new Smarty_Variable($namedProp);
150 $tpl->tpl_vars[ $item[ 0 ] ]->value = $item[ 1 ]->value;
[all …]
H A Dsmarty_internal_runtime_updatescope.php31 Smarty::$global_tpl_vars[ $varName ] = $tpl->tpl_vars[ $varName ];
35 $this->_updateVariableInOtherScope($ptr->tpl_vars, $tpl, $varName);
87 * @param array $tpl_vars template variable array
91 … public function _updateVariableInOtherScope(&$tpl_vars, Smarty_Internal_Template $from, $varName) argument
93 if (!isset($tpl_vars[ $varName ])) {
94 $tpl_vars[ $varName ] = clone $from->tpl_vars[ $varName ];
96 $tpl_vars[ $varName ] = clone $tpl_vars[ $varName ];
97 $tpl_vars[ $varName ]->value = $from->tpl_vars[ $varName ]->value;
H A Dsmarty_internal_debug.php236 $_assigned_vars = $ptr->tpl_vars;
279 $tpl_vars[ $key ][ 'scope' ] = $obj->dataObjectName;
284 $tpl_vars = array();
285 foreach ($obj->tpl_vars as $key => $var) {
288 $tpl_vars[ $key ][ $varkey ] = $varvalue;
306 $tpl_vars[ $key ][ 'scope' ] = 'Smarty object';
311 foreach ($parent->tpl_vars as $name => $pvar) {
312 … if (isset($tpl_vars[ $name ]) && $tpl_vars[ $name ][ 'value' ] === $pvar[ 'value' ]) {
316 $tpl_vars = array_merge($parent->tpl_vars, $tpl_vars);
325 if (!array_key_exists($key, $tpl_vars)) {
[all …]
/dports/mail/postfixadmin-lite/postfixadmin-d3bc1551/lib/smarty/libs/sysplugins/
H A Dsmarty_internal_runtime_foreach.php59 if (isset($tpl->tpl_vars[ $item ])) {
62 $tpl->tpl_vars[ $item ]
65 $tpl->tpl_vars[ $item ] = new Smarty_Variable(null, $tpl->isRenderingCache);
70 if (isset($tpl->tpl_vars[ $key ])) {
73 $tpl->tpl_vars[ $key ]
80 $tpl->tpl_vars[ $item ]->total = $total;
84 if (isset($tpl->tpl_vars[ $namedVar ])) {
87 $tpl->tpl_vars[ $namedVar ]
103 $tpl->tpl_vars[ $namedVar ] = new Smarty_Variable($namedProp);
150 $tpl->tpl_vars[ $item[ 0 ] ]->value = $item[ 1 ]->value;
[all …]
H A Dsmarty_internal_runtime_updatescope.php31 Smarty::$global_tpl_vars[ $varName ] = $tpl->tpl_vars[ $varName ];
35 $this->_updateVariableInOtherScope($ptr->tpl_vars, $tpl, $varName);
87 * @param array $tpl_vars template variable array
91 … public function _updateVariableInOtherScope(&$tpl_vars, Smarty_Internal_Template $from, $varName) argument
93 if (!isset($tpl_vars[ $varName ])) {
94 $tpl_vars[ $varName ] = clone $from->tpl_vars[ $varName ];
96 $tpl_vars[ $varName ] = clone $tpl_vars[ $varName ];
97 $tpl_vars[ $varName ]->value = $from->tpl_vars[ $varName ]->value;
H A Dsmarty_internal_debug.php236 $_assigned_vars = $ptr->tpl_vars;
279 $tpl_vars[ $key ][ 'scope' ] = $obj->dataObjectName;
284 $tpl_vars = array();
285 foreach ($obj->tpl_vars as $key => $var) {
288 $tpl_vars[ $key ][ $varkey ] = $varvalue;
306 $tpl_vars[ $key ][ 'scope' ] = 'Smarty object';
311 foreach ($parent->tpl_vars as $name => $pvar) {
312 … if (isset($tpl_vars[ $name ]) && $tpl_vars[ $name ][ 'value' ] === $pvar[ 'value' ]) {
316 $tpl_vars = array_merge($parent->tpl_vars, $tpl_vars);
325 if (!array_key_exists($key, $tpl_vars)) {
[all …]
/dports/www/smarty3/smarty-3.1.34/libs/sysplugins/
H A Dsmarty_internal_runtime_foreach.php59 if (isset($tpl->tpl_vars[ $item ])) {
62 $tpl->tpl_vars[ $item ]
65 $tpl->tpl_vars[ $item ] = new Smarty_Variable(null, $tpl->isRenderingCache);
70 if (isset($tpl->tpl_vars[ $key ])) {
73 $tpl->tpl_vars[ $key ]
80 $tpl->tpl_vars[ $item ]->total = $total;
84 if (isset($tpl->tpl_vars[ $namedVar ])) {
87 $tpl->tpl_vars[ $namedVar ]
103 $tpl->tpl_vars[ $namedVar ] = new Smarty_Variable($namedProp);
150 $tpl->tpl_vars[ $item[ 0 ] ]->value = $item[ 1 ]->value;
[all …]
H A Dsmarty_internal_runtime_updatescope.php31 Smarty::$global_tpl_vars[ $varName ] = $tpl->tpl_vars[ $varName ];
35 $this->_updateVariableInOtherScope($ptr->tpl_vars, $tpl, $varName);
87 * @param array $tpl_vars template variable array
91 … public function _updateVariableInOtherScope(&$tpl_vars, Smarty_Internal_Template $from, $varName) argument
93 if (!isset($tpl_vars[ $varName ])) {
94 $tpl_vars[ $varName ] = clone $from->tpl_vars[ $varName ];
96 $tpl_vars[ $varName ] = clone $tpl_vars[ $varName ];
97 $tpl_vars[ $varName ]->value = $from->tpl_vars[ $varName ]->value;
H A Dsmarty_internal_debug.php236 $_assigned_vars = $ptr->tpl_vars;
279 $tpl_vars[ $key ][ 'scope' ] = $obj->dataObjectName;
284 $tpl_vars = array();
285 foreach ($obj->tpl_vars as $key => $var) {
288 $tpl_vars[ $key ][ $varkey ] = $varvalue;
306 $tpl_vars[ $key ][ 'scope' ] = 'Smarty object';
311 foreach ($parent->tpl_vars as $name => $pvar) {
312 … if (isset($tpl_vars[ $name ]) && $tpl_vars[ $name ][ 'value' ] === $pvar[ 'value' ]) {
316 $tpl_vars = array_merge($parent->tpl_vars, $tpl_vars);
325 if (!array_key_exists($key, $tpl_vars)) {
[all …]
/dports/finance/prestashop/prestashop/vendor/smarty/smarty/libs/sysplugins/
H A Dsmarty_internal_runtime_foreach.php59 if (isset($tpl->tpl_vars[ $item ])) {
62 $tpl->tpl_vars[ $item ]
65 $tpl->tpl_vars[ $item ] = new Smarty_Variable(null, $tpl->isRenderingCache);
70 if (isset($tpl->tpl_vars[ $key ])) {
73 $tpl->tpl_vars[ $key ]
80 $tpl->tpl_vars[ $item ]->total = $total;
84 if (isset($tpl->tpl_vars[ $namedVar ])) {
87 $tpl->tpl_vars[ $namedVar ]
103 $tpl->tpl_vars[ $namedVar ] = new Smarty_Variable($namedProp);
150 $tpl->tpl_vars[ $item[ 0 ] ]->value = $item[ 1 ]->value;
[all …]
H A Dsmarty_internal_runtime_updatescope.php31 Smarty::$global_tpl_vars[ $varName ] = $tpl->tpl_vars[ $varName ];
35 $this->_updateVariableInOtherScope($ptr->tpl_vars, $tpl, $varName);
87 * @param array $tpl_vars template variable array
91 … public function _updateVariableInOtherScope(&$tpl_vars, Smarty_Internal_Template $from, $varName) argument
93 if (!isset($tpl_vars[ $varName ])) {
94 $tpl_vars[ $varName ] = clone $from->tpl_vars[ $varName ];
96 $tpl_vars[ $varName ] = clone $tpl_vars[ $varName ];
97 $tpl_vars[ $varName ]->value = $from->tpl_vars[ $varName ]->value;
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/smarty/smarty/libs/sysplugins/
H A Dsmarty_internal_runtime_foreach.php59 if (isset($tpl->tpl_vars[ $item ])) {
62 $tpl->tpl_vars[ $item ]
65 $tpl->tpl_vars[ $item ] = new Smarty_Variable(null, $tpl->isRenderingCache);
70 if (isset($tpl->tpl_vars[ $key ])) {
73 $tpl->tpl_vars[ $key ]
80 $tpl->tpl_vars[ $item ]->total = $total;
84 if (isset($tpl->tpl_vars[ $namedVar ])) {
87 $tpl->tpl_vars[ $namedVar ]
103 $tpl->tpl_vars[ $namedVar ] = new Smarty_Variable($namedProp);
150 $tpl->tpl_vars[ $item[ 0 ] ]->value = $item[ 1 ]->value;
[all …]
H A Dsmarty_internal_runtime_updatescope.php31 Smarty::$global_tpl_vars[ $varName ] = $tpl->tpl_vars[ $varName ];
35 $this->_updateVariableInOtherScope($ptr->tpl_vars, $tpl, $varName);
87 * @param array $tpl_vars template variable array
91 … public function _updateVariableInOtherScope(&$tpl_vars, Smarty_Internal_Template $from, $varName) argument
93 if (!isset($tpl_vars[ $varName ])) {
94 $tpl_vars[ $varName ] = clone $from->tpl_vars[ $varName ];
96 $tpl_vars[ $varName ] = clone $tpl_vars[ $varName ];
97 $tpl_vars[ $varName ]->value = $from->tpl_vars[ $varName ]->value;
/dports/www/serendipity/Serendipity-2.3.5/bundled-libs/Smarty/libs/sysplugins/
H A Dsmarty_internal_runtime_foreach.php59 if (isset($tpl->tpl_vars[ $item ])) {
62 $tpl->tpl_vars[ $item ]
65 $tpl->tpl_vars[ $item ] = new Smarty_Variable(null, $tpl->isRenderingCache);
70 if (isset($tpl->tpl_vars[ $key ])) {
73 $tpl->tpl_vars[ $key ]
80 $tpl->tpl_vars[ $item ]->total = $total;
84 if (isset($tpl->tpl_vars[ $namedVar ])) {
87 $tpl->tpl_vars[ $namedVar ]
103 $tpl->tpl_vars[ $namedVar ] = new Smarty_Variable($namedProp);
150 $tpl->tpl_vars[ $item[ 0 ] ]->value = $item[ 1 ]->value;
[all …]
H A Dsmarty_internal_runtime_updatescope.php31 Smarty::$global_tpl_vars[ $varName ] = $tpl->tpl_vars[ $varName ];
35 $this->_updateVariableInOtherScope($ptr->tpl_vars, $tpl, $varName);
87 * @param array $tpl_vars template variable array
91 … public function _updateVariableInOtherScope(&$tpl_vars, Smarty_Internal_Template $from, $varName) argument
93 if (!isset($tpl_vars[ $varName ])) {
94 $tpl_vars[ $varName ] = clone $from->tpl_vars[ $varName ];
96 $tpl_vars[ $varName ] = clone $tpl_vars[ $varName ];
97 $tpl_vars[ $varName ]->value = $from->tpl_vars[ $varName ]->value;
/dports/www/thirtybees/thirtybees-1.1.0/vendor/smarty/smarty/libs/sysplugins/
H A Dsmarty_internal_runtime_foreach.php52 if (isset($tpl->tpl_vars[ $item ])) {
53 $saveVars[ 'item' ] = array($item, $tpl->tpl_vars[ $item ]);
55 $tpl->tpl_vars[ $item ] = new Smarty_Variable(null, $tpl->isRenderingCache);
60 if (isset($tpl->tpl_vars[ $key ])) {
61 $saveVars[ 'key' ] = array($key, $tpl->tpl_vars[ $key ]);
67 $tpl->tpl_vars[ $item ]->total = $total;
71 if (isset($tpl->tpl_vars[ $namedVar ])) {
72 $saveVars[ 'named' ] = array($namedVar, $tpl->tpl_vars[ $namedVar ]);
87 $tpl->tpl_vars[ $namedVar ] = new Smarty_Variable($namedProp);
108 $tpl->tpl_vars[ $item[ 0 ] ]->value = $item[ 1 ]->value;
[all …]
H A Dsmarty_internal_runtime_updatescope.php32 Smarty::$global_tpl_vars[ $varName ] = $tpl->tpl_vars[ $varName ];
36 $this->_updateVariableInOtherScope($ptr->tpl_vars, $tpl, $varName);
87 * @param array $tpl_vars template variable array
91 … public function _updateVariableInOtherScope(&$tpl_vars, Smarty_Internal_Template $from, $varName) argument
93 if (!isset($tpl_vars[ $varName ])) {
94 $tpl_vars[ $varName ] = clone $from->tpl_vars[ $varName ];
96 $tpl_vars[ $varName ] = clone $tpl_vars[ $varName ];
97 $tpl_vars[ $varName ]->value = $from->tpl_vars[ $varName ]->value;

12345678910>>...13