Home
last modified time | relevance | path

Searched refs:tpl_var (Results 1 – 25 of 90) sorted by relevance

1234

/dports/www/fusionpbx/fusionpbx-4.4.1/resources/templates/engine/smarty/sysplugins/
H A Dsmarty_internal_data.php56 if (is_array($tpl_var)) {
57 foreach ($tpl_var as $_key => $_val) {
63 if ($tpl_var != '') {
102 if ($tpl_var != '') {
121 if (is_array($tpl_var)) {
155 …if (!(is_array($this->tpl_vars[$tpl_var]->value) || $this->tpl_vars[$tpl_var]->value instanceof Ar…
181 if ($tpl_var != '' && isset($value)) {
252 public function clearAssign($tpl_var) argument
254 if (is_array($tpl_var)) {
255 foreach ($tpl_var as $curr_var) {
[all …]
/dports/mail/postfixadmin/postfixadmin-d3bc1551/lib/smarty/libs/sysplugins/
H A Dsmarty_internal_method_append.php38 if (is_array($tpl_var)) {
40 foreach ($tpl_var as $_key => $_val) {
46 if ($tpl_var !== '' && isset($value)) {
47 if (!isset($data->tpl_vars[ $tpl_var ])) {
52 $data->tpl_vars[ $tpl_var ] = clone $tpl_var_inst;
55 if (!(is_array($data->tpl_vars[ $tpl_var ]->value)
56 || $data->tpl_vars[ $tpl_var ]->value instanceof ArrayAccess)
58 settype($data->tpl_vars[ $tpl_var ]->value, 'array');
62 $data->tpl_vars[ $tpl_var ]->value[ $_mkey ] = $_mval;
65 $data->tpl_vars[ $tpl_var ]->value[] = $value;
[all …]
H A Dsmarty_internal_data.php90 * @param array|string $tpl_var the template variable name(s)
97 public function assign($tpl_var, $value = null, $nocache = false) argument
99 if (is_array($tpl_var)) {
100 foreach ($tpl_var as $_key => $_val) {
104 if ($tpl_var !== '') {
111 $this->_assignInScope($tpl_var, $value, $nocache);
126 * @param array|string $tpl_var the template variable name(s)
156 * @param string $tpl_var the template variable name
162 public function appendByRef($tpl_var, &$value, $merge = false) argument
170 * @param string $tpl_var the template variable name
[all …]
H A Dsmarty_internal_method_appendbyref.php21 …* @param string $tpl_var the template variable na…
27 … public static function appendByRef(Smarty_Internal_Data $data, $tpl_var, &$value, $merge = false) argument
29 if ($tpl_var !== '' && isset($value)) {
30 if (!isset($data->tpl_vars[ $tpl_var ])) {
31 $data->tpl_vars[ $tpl_var ] = new Smarty_Variable();
33 if (!is_array($data->tpl_vars[ $tpl_var ]->value)) {
34 settype($data->tpl_vars[ $tpl_var ]->value, 'array');
38 $data->tpl_vars[ $tpl_var ]->value[ $_key ] = &$value[ $_key ];
41 $data->tpl_vars[ $tpl_var ]->value[] = &$value;
44 $data->ext->_updateScope->_updateScope($data, $tpl_var);
/dports/mail/postfixadmin33-lite/postfixadmin-postfixadmin-3.3.10/lib/smarty/libs/sysplugins/
H A Dsmarty_internal_method_append.php38 if (is_array($tpl_var)) {
40 foreach ($tpl_var as $_key => $_val) {
46 if ($tpl_var !== '' && isset($value)) {
47 if (!isset($data->tpl_vars[ $tpl_var ])) {
52 $data->tpl_vars[ $tpl_var ] = clone $tpl_var_inst;
55 if (!(is_array($data->tpl_vars[ $tpl_var ]->value)
56 || $data->tpl_vars[ $tpl_var ]->value instanceof ArrayAccess)
58 settype($data->tpl_vars[ $tpl_var ]->value, 'array');
62 $data->tpl_vars[ $tpl_var ]->value[ $_mkey ] = $_mval;
65 $data->tpl_vars[ $tpl_var ]->value[] = $value;
[all …]
H A Dsmarty_internal_data.php90 * @param array|string $tpl_var the template variable name(s)
97 public function assign($tpl_var, $value = null, $nocache = false) argument
99 if (is_array($tpl_var)) {
100 foreach ($tpl_var as $_key => $_val) {
104 if ($tpl_var !== '') {
111 $this->_assignInScope($tpl_var, $value, $nocache);
126 * @param array|string $tpl_var the template variable name(s)
156 * @param string $tpl_var the template variable name
162 public function appendByRef($tpl_var, &$value, $merge = false) argument
170 * @param string $tpl_var the template variable name
[all …]
H A Dsmarty_internal_method_appendbyref.php21 …* @param string $tpl_var the template variable na…
27 … public static function appendByRef(Smarty_Internal_Data $data, $tpl_var, &$value, $merge = false) argument
29 if ($tpl_var !== '' && isset($value)) {
30 if (!isset($data->tpl_vars[ $tpl_var ])) {
31 $data->tpl_vars[ $tpl_var ] = new Smarty_Variable();
33 if (!is_array($data->tpl_vars[ $tpl_var ]->value)) {
34 settype($data->tpl_vars[ $tpl_var ]->value, 'array');
38 $data->tpl_vars[ $tpl_var ]->value[ $_key ] = &$value[ $_key ];
41 $data->tpl_vars[ $tpl_var ]->value[] = &$value;
44 $data->ext->_updateScope->_updateScope($data, $tpl_var);
/dports/mail/postfixadmin33/postfixadmin-postfixadmin-3.3.10/lib/smarty/libs/sysplugins/
H A Dsmarty_internal_method_append.php38 if (is_array($tpl_var)) {
40 foreach ($tpl_var as $_key => $_val) {
46 if ($tpl_var !== '' && isset($value)) {
47 if (!isset($data->tpl_vars[ $tpl_var ])) {
52 $data->tpl_vars[ $tpl_var ] = clone $tpl_var_inst;
55 if (!(is_array($data->tpl_vars[ $tpl_var ]->value)
56 || $data->tpl_vars[ $tpl_var ]->value instanceof ArrayAccess)
58 settype($data->tpl_vars[ $tpl_var ]->value, 'array');
62 $data->tpl_vars[ $tpl_var ]->value[ $_mkey ] = $_mval;
65 $data->tpl_vars[ $tpl_var ]->value[] = $value;
[all …]
H A Dsmarty_internal_data.php90 * @param array|string $tpl_var the template variable name(s)
97 public function assign($tpl_var, $value = null, $nocache = false) argument
99 if (is_array($tpl_var)) {
100 foreach ($tpl_var as $_key => $_val) {
104 if ($tpl_var !== '') {
111 $this->_assignInScope($tpl_var, $value, $nocache);
126 * @param array|string $tpl_var the template variable name(s)
156 * @param string $tpl_var the template variable name
162 public function appendByRef($tpl_var, &$value, $merge = false) argument
170 * @param string $tpl_var the template variable name
[all …]
H A Dsmarty_internal_method_appendbyref.php21 …* @param string $tpl_var the template variable na…
27 … public static function appendByRef(Smarty_Internal_Data $data, $tpl_var, &$value, $merge = false) argument
29 if ($tpl_var !== '' && isset($value)) {
30 if (!isset($data->tpl_vars[ $tpl_var ])) {
31 $data->tpl_vars[ $tpl_var ] = new Smarty_Variable();
33 if (!is_array($data->tpl_vars[ $tpl_var ]->value)) {
34 settype($data->tpl_vars[ $tpl_var ]->value, 'array');
38 $data->tpl_vars[ $tpl_var ]->value[ $_key ] = &$value[ $_key ];
41 $data->tpl_vars[ $tpl_var ]->value[] = &$value;
44 $data->ext->_updateScope->_updateScope($data, $tpl_var);
/dports/mail/postfixadmin-lite/postfixadmin-d3bc1551/lib/smarty/libs/sysplugins/
H A Dsmarty_internal_method_append.php38 if (is_array($tpl_var)) {
40 foreach ($tpl_var as $_key => $_val) {
46 if ($tpl_var !== '' && isset($value)) {
47 if (!isset($data->tpl_vars[ $tpl_var ])) {
52 $data->tpl_vars[ $tpl_var ] = clone $tpl_var_inst;
55 if (!(is_array($data->tpl_vars[ $tpl_var ]->value)
56 || $data->tpl_vars[ $tpl_var ]->value instanceof ArrayAccess)
58 settype($data->tpl_vars[ $tpl_var ]->value, 'array');
62 $data->tpl_vars[ $tpl_var ]->value[ $_mkey ] = $_mval;
65 $data->tpl_vars[ $tpl_var ]->value[] = $value;
[all …]
H A Dsmarty_internal_data.php90 * @param array|string $tpl_var the template variable name(s)
97 public function assign($tpl_var, $value = null, $nocache = false) argument
99 if (is_array($tpl_var)) {
100 foreach ($tpl_var as $_key => $_val) {
104 if ($tpl_var !== '') {
111 $this->_assignInScope($tpl_var, $value, $nocache);
126 * @param array|string $tpl_var the template variable name(s)
156 * @param string $tpl_var the template variable name
162 public function appendByRef($tpl_var, &$value, $merge = false) argument
170 * @param string $tpl_var the template variable name
[all …]
/dports/www/smarty3/smarty-3.1.34/libs/sysplugins/
H A Dsmarty_internal_method_append.php38 if (is_array($tpl_var)) {
40 foreach ($tpl_var as $_key => $_val) {
46 if ($tpl_var !== '' && isset($value)) {
47 if (!isset($data->tpl_vars[ $tpl_var ])) {
52 $data->tpl_vars[ $tpl_var ] = clone $tpl_var_inst;
55 if (!(is_array($data->tpl_vars[ $tpl_var ]->value)
56 || $data->tpl_vars[ $tpl_var ]->value instanceof ArrayAccess)
58 settype($data->tpl_vars[ $tpl_var ]->value, 'array');
62 $data->tpl_vars[ $tpl_var ]->value[ $_mkey ] = $_mval;
65 $data->tpl_vars[ $tpl_var ]->value[] = $value;
[all …]
H A Dsmarty_internal_data.php90 * @param array|string $tpl_var the template variable name(s)
97 public function assign($tpl_var, $value = null, $nocache = false) argument
99 if (is_array($tpl_var)) {
100 foreach ($tpl_var as $_key => $_val) {
104 if ($tpl_var !== '') {
111 $this->_assignInScope($tpl_var, $value, $nocache);
126 * @param array|string $tpl_var the template variable name(s)
156 * @param string $tpl_var the template variable name
162 public function appendByRef($tpl_var, &$value, $merge = false) argument
170 * @param string $tpl_var the template variable name
[all …]
/dports/www/piwigo/piwigo/include/smarty/libs/sysplugins/
H A Dsmarty_internal_method_append.php38 if (is_array($tpl_var)) {
40 foreach ($tpl_var as $_key => $_val) {
46 if ($tpl_var != '' && isset($value)) {
47 if (!isset($data->tpl_vars[$tpl_var])) {
52 $data->tpl_vars[$tpl_var] = clone $tpl_var_inst;
55 if (!(is_array($data->tpl_vars[$tpl_var]->value) ||
56 $data->tpl_vars[$tpl_var]->value instanceof ArrayAccess)
58 settype($data->tpl_vars[$tpl_var]->value, 'array');
62 $data->tpl_vars[$tpl_var]->value[$_mkey] = $_mval;
65 $data->tpl_vars[$tpl_var]->value[] = $value;
[all …]
H A Dsmarty_internal_data.php83 * @param array|string $tpl_var the template variable name(s)
90 public function assign($tpl_var, $value = null, $nocache = false) argument
92 if (is_array($tpl_var)) {
93 foreach ($tpl_var as $_key => $_val) {
102 if ($tpl_var != '') {
103 $this->tpl_vars[$tpl_var] = new Smarty_Variable($value, $nocache);
105 $this->ext->_updateScope->updateScope($this, $tpl_var);
148 * @param string $tpl_var the template variable name
154 public function appendByRef($tpl_var, &$value, $merge = false) argument
162 * @param string $tpl_var the template variable name
[all …]
/dports/finance/prestashop/prestashop/vendor/smarty/smarty/libs/sysplugins/
H A Dsmarty_internal_method_append.php38 if (is_array($tpl_var)) {
40 foreach ($tpl_var as $_key => $_val) {
46 if ($tpl_var !== '' && isset($value)) {
47 if (!isset($data->tpl_vars[ $tpl_var ])) {
52 $data->tpl_vars[ $tpl_var ] = clone $tpl_var_inst;
55 if (!(is_array($data->tpl_vars[ $tpl_var ]->value)
56 || $data->tpl_vars[ $tpl_var ]->value instanceof ArrayAccess)
58 settype($data->tpl_vars[ $tpl_var ]->value, 'array');
62 $data->tpl_vars[ $tpl_var ]->value[ $_mkey ] = $_mval;
65 $data->tpl_vars[ $tpl_var ]->value[] = $value;
[all …]
H A Dsmarty_internal_data.php90 * @param array|string $tpl_var the template variable name(s)
97 public function assign($tpl_var, $value = null, $nocache = false) argument
99 if (is_array($tpl_var)) {
100 foreach ($tpl_var as $_key => $_val) {
104 if ($tpl_var !== '') {
111 $this->_assignInScope($tpl_var, $value, $nocache);
126 * @param array|string $tpl_var the template variable name(s)
156 * @param string $tpl_var the template variable name
162 public function appendByRef($tpl_var, &$value, $merge = false) argument
170 * @param string $tpl_var the template variable name
[all …]
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/smarty/smarty/libs/sysplugins/
H A Dsmarty_internal_method_append.php38 if (is_array($tpl_var)) {
40 foreach ($tpl_var as $_key => $_val) {
46 if ($tpl_var !== '' && isset($value)) {
47 if (!isset($data->tpl_vars[ $tpl_var ])) {
52 $data->tpl_vars[ $tpl_var ] = clone $tpl_var_inst;
55 if (!(is_array($data->tpl_vars[ $tpl_var ]->value)
56 || $data->tpl_vars[ $tpl_var ]->value instanceof ArrayAccess)
58 settype($data->tpl_vars[ $tpl_var ]->value, 'array');
62 $data->tpl_vars[ $tpl_var ]->value[ $_mkey ] = $_mval;
65 $data->tpl_vars[ $tpl_var ]->value[] = $value;
[all …]
H A Dsmarty_internal_data.php90 * @param array|string $tpl_var the template variable name(s)
97 public function assign($tpl_var, $value = null, $nocache = false) argument
99 if (is_array($tpl_var)) {
100 foreach ($tpl_var as $_key => $_val) {
104 if ($tpl_var !== '') {
111 $this->_assignInScope($tpl_var, $value, $nocache);
126 * @param array|string $tpl_var the template variable name(s)
156 * @param string $tpl_var the template variable name
162 public function appendByRef($tpl_var, &$value, $merge = false) argument
170 * @param string $tpl_var the template variable name
[all …]
/dports/www/serendipity/Serendipity-2.3.5/bundled-libs/Smarty/libs/sysplugins/
H A Dsmarty_internal_method_append.php38 if (is_array($tpl_var)) {
40 foreach ($tpl_var as $_key => $_val) {
46 if ($tpl_var !== '' && isset($value)) {
47 if (!isset($data->tpl_vars[ $tpl_var ])) {
52 $data->tpl_vars[ $tpl_var ] = clone $tpl_var_inst;
55 if (!(is_array($data->tpl_vars[ $tpl_var ]->value)
56 || $data->tpl_vars[ $tpl_var ]->value instanceof ArrayAccess)
58 settype($data->tpl_vars[ $tpl_var ]->value, 'array');
62 $data->tpl_vars[ $tpl_var ]->value[ $_mkey ] = $_mval;
65 $data->tpl_vars[ $tpl_var ]->value[] = $value;
[all …]
H A Dsmarty_internal_data.php90 * @param array|string $tpl_var the template variable name(s)
97 public function assign($tpl_var, $value = null, $nocache = false) argument
99 if (is_array($tpl_var)) {
100 foreach ($tpl_var as $_key => $_val) {
104 if ($tpl_var !== '') {
111 $this->_assignInScope($tpl_var, $value, $nocache);
126 * @param array|string $tpl_var the template variable name(s)
156 * @param string $tpl_var the template variable name
162 public function appendByRef($tpl_var, &$value, $merge = false) argument
170 * @param string $tpl_var the template variable name
[all …]
/dports/www/thirtybees/thirtybees-1.1.0/vendor/smarty/smarty/libs/sysplugins/
H A Dsmarty_internal_method_append.php38 if (is_array($tpl_var)) {
40 foreach ($tpl_var as $_key => $_val) {
46 if ($tpl_var != '' && isset($value)) {
47 if (!isset($data->tpl_vars[ $tpl_var ])) {
52 $data->tpl_vars[ $tpl_var ] = clone $tpl_var_inst;
55 if (!(is_array($data->tpl_vars[ $tpl_var ]->value) ||
56 $data->tpl_vars[ $tpl_var ]->value instanceof ArrayAccess)
58 settype($data->tpl_vars[ $tpl_var ]->value, 'array');
62 $data->tpl_vars[ $tpl_var ]->value[ $_mkey ] = $_mval;
65 $data->tpl_vars[ $tpl_var ]->value[] = $value;
[all …]
H A Dsmarty_internal_data.php89 * @param array|string $tpl_var the template variable name(s)
96 public function assign($tpl_var, $value = null, $nocache = false) argument
98 if (is_array($tpl_var)) {
99 foreach ($tpl_var as $_key => $_val) {
103 if ($tpl_var != '') {
106 $this->_assignInScope($tpl_var, $value, $nocache);
129 public function append($tpl_var, $value = null, $merge = false, $nocache = false) argument
151 * @param string $tpl_var the template variable name
157 public function appendByRef($tpl_var, &$value, $merge = false) argument
165 * @param string $tpl_var the template variable name
[all …]
/dports/www/serendipity/Serendipity-2.3.5/include/
H A Dtemplate_api.inc.php75 function assign($tpl_var, $value = null) { argument
76 if (is_array($tpl_var)) {
77 foreach ($tpl_var as $key => $val) {
83 $GLOBALS['tpl'][$tpl_var] = $value;
97 function assignByRef($tpl_var, &$value) { argument
98 $GLOBALS['tpl'][$tpl_var] =& $value;
111 function assign_by_ref($tpl_var, &$value) { argument
112 $GLOBALS['tpl'][$tpl_var] =& $value;
259 if (is_array($tpl_var)) {
278 function assignByRef($tpl_var, &$value) { argument
[all …]

1234