Home
last modified time | relevance | path

Searched refs:_attr (Results 1 – 25 of 1782) sorted by relevance

12345678910>>...72

/dports/www/piwigo/piwigo/include/smarty/libs/sysplugins/
H A Dsmarty_internal_compile_assign.php58 if (isset($_attr['scope'])) {
59 $_attr['scope'] = trim($_attr['scope'], "'\"");
63 if ($_attr['scope'] != 'local') {
64 if ($_attr['scope'] == 'parent') {
66 } elseif ($_attr['scope'] == 'root') {
75 …$_scope += (isset($_attr['bubble_up']) && $_attr['bubble_up'] == 'false') ? 0 : Smarty::SCOPE_BUBB…
81 …able(\$_smarty_tpl, $_attr[var], $_nocache);\n\$_smarty_tpl->tpl_vars[$_attr[var]]->value$paramete…
86 …isset(\$_smarty_tpl->tpl_vars[$_attr[var]])) {\$_smarty_tpl->tpl_vars[$_attr[var]] = clone \$_smar…
87 …$output .= "\n\$_smarty_tpl->tpl_vars[$_attr[var]]->value = $_attr[value]; \$_smarty_tpl->tpl_vars…
88 …$output .= "\n} else \$_smarty_tpl->tpl_vars[$_attr[var]] = new Smarty_Variable($_attr[value], $_n…
[all …]
H A Dsmarty_internal_compile_include.php110 if (isset($_attr['assign'])) {
112 $_assign = $_attr['assign'];
117 if (isset($_attr['scope'])) {
118 $_attr['scope'] = trim($_attr['scope'], "'\"");
149 if ($_attr['nocache'] === true) {
176 … is_numeric($_attr['compile_id']))) || substr_count($_attr['compile_id'], '(') != 0 ||
194 if ($_attr['nocache'] !== true && $_attr['caching']) {
207 if (isset($_attr['cache_id'])) {
227 … $c_id = isset($_attr['compile_id']) ? $_attr['compile_id'] : $compiler->template->compile_id;
239_attr['file'], $_attr['assign'], $_attr['cache_id'], $_attr['compile_id'], $_attr['cache_lifetime'…
[all …]
H A Dsmarty_internal_compile_config_load.php63 $_attr = $this->getAttributes($compiler, $args);
65 if ($_attr['nocache'] === true) {
70 $conf_file = $_attr['file'];
71 if (isset($_attr['section'])) {
72 $section = $_attr['section'];
77 if (isset($_attr['scope'])) {
78 $_attr['scope'] = trim($_attr['scope'], "'\"");
82 if ($_attr['scope'] != 'local') {
83 if ($_attr['scope'] == 'parent') {
85 } elseif ($_attr['scope'] == 'root') {
[all …]
H A Dsmarty_internal_compile_for.php46 $_attr = $this->getAttributes($compiler, $args);
50 foreach ($_attr['start'] as $_statement) {
61 if (is_array($_attr['var'])) {
62 $var = $_attr['var']['var'];
65 $var = $_attr['var'];
68 …$output .= "if ($_attr[ifexp]) {\nfor (\$_foo=true;$_attr[ifexp]; \$_smarty_tpl->tpl_vars[$var]->v…
70 $_statement = $_attr['start'];
79 if (isset($_attr['step'])) {
84 if (isset($_attr['max'])) {
124 $_attr = $this->getAttributes($compiler, $args);
[all …]
/dports/www/fusionpbx/fusionpbx-4.4.1/resources/templates/engine/smarty/sysplugins/
H A Dsmarty_internal_compile_assign.php49 if (isset($_attr['scope'])) {
50 $_attr['scope'] = trim($_attr['scope'], "'\"");
51 if ($_attr['scope'] == 'parent') {
53 } elseif ($_attr['scope'] == 'root') {
55 } elseif ($_attr['scope'] == 'global') {
63 …alArrayVariable($_attr[var], $_nocache, $_scope);\n\$_smarty_tpl->tpl_vars[$_attr[var]]->value$par…
67 …isset(\$_smarty_tpl->tpl_vars[$_attr[var]])) {\$_smarty_tpl->tpl_vars[$_attr[var]] = clone \$_smar…
68 …pl->tpl_vars[$_attr[var]]->value = $_attr[value]; \$_smarty_tpl->tpl_vars[$_attr[var]]->nocache = …
69 …$output .= "\n} else \$_smarty_tpl->tpl_vars[$_attr[var]] = new Smarty_variable($_attr[value], $_n…
71 …$output = "<?php \$_smarty_tpl->tpl_vars[$_attr[var]] = new Smarty_variable($_attr[value], $_nocac…
[all …]
H A Dsmarty_internal_compile_include.php66 $include_file = $_attr['file'];
68 if (isset($_attr['assign'])) {
70 $_assign = $_attr['assign'];
74 if (isset($_attr['scope'])) {
75 $_attr['scope'] = trim($_attr['scope'], "'\"");
107 if (isset($_attr['cache_id'])) {
114 if (isset($_attr['compile_id'])) {
119 if ($_attr['caching'] === true) {
122 if ($_attr['nocache'] === true) {
209_attr['file'], $_attr['assign'], $_attr['cache_id'], $_attr['compile_id'], $_attr['cache_lifetime'…
[all …]
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Modules/Image/src/
H A DGenericImage.cc74 Allocate(_matrix, _attr._x, _attr._y, _attr._z, _attr._t, _data); in AllocateImage()
1516 _matrix = Reshape(_matrix, _attr._x, _attr._y, _attr._z, _attr._t); in FlipXY()
1563 _matrix = Reshape(_matrix, _attr._x, _attr._y, _attr._z, _attr._t); in FlipXZ()
1610 _matrix = Reshape(_matrix, _attr._x, _attr._y, _attr._z, _attr._t); in FlipYZ()
1657 _matrix = Reshape(_matrix, _attr._x, _attr._y, _attr._z, _attr._t); in FlipXT()
1703 _matrix = Reshape(_matrix, _attr._x, _attr._y, _attr._z, _attr._t); in FlipYT()
1749 _matrix = Reshape(_matrix, _attr._x, _attr._y, _attr._z, _attr._t); in FlipZT()
1788 _matrix = Reshape(_matrix, _attr._x, _attr._y, _attr._z, _attr._t); in SwapXY()
1833 _matrix = Reshape(_matrix, _attr._x, _attr._y, _attr._z, _attr._t); in SwapXZ()
1878 _matrix = Reshape(_matrix, _attr._x, _attr._y, _attr._z, _attr._t); in SwapYZ()
[all …]
/dports/net/mpich/mpich-3.4.3/modules/ucx/src/uct/ib/base/
H A Dib_verbs.h68 # define IBV_DEV_ATTR(_dev, _attr) ((_dev)->dev_attr._attr) argument
92 # define IBV_DEV_ATTR(_dev, _attr) ((_dev)->dev_attr.orig_attr._attr) argument
113 # define IBV_DEV_ATTR(_dev, _attr) ((_dev)->dev_attr._attr) argument
247 # define IBV_EXP_HAVE_ATOMIC_HCA(_attr) ((_attr)->exp_atomic_cap == IBV_EXP_ATOMIC_HCA) argument
248 # define IBV_EXP_HAVE_ATOMIC_GLOB(_attr) ((_attr)->exp_atomic_cap == IBV_EXP_ATOMIC_GLOB) argument
251 # define IBV_EXP_HAVE_ATOMIC_HCA(_attr) ((_attr)->orig_attr.atomic_cap == IBV_ATOMIC_HC… argument
252 # define IBV_EXP_HAVE_ATOMIC_GLOB(_attr) ((_attr)->orig_attr.atomic_cap == IBV_ATOMIC_GL… argument
255 # define IBV_EXP_HAVE_ATOMIC_HCA(_attr) ((_attr)->atomic_cap == IBV_ATOMIC_HCA) argument
256 # define IBV_EXP_HAVE_ATOMIC_GLOB(_attr) ((_attr)->atomic_cap == IBV_ATOMIC_GLOB) argument
263 # define IBV_PORT_IS_LINK_LAYER_ETHERNET(_attr) ((_attr)->link_layer == IBV_LINK_LAYER_ETHERNET) argument
[all …]
/dports/graphics/mirtk/MIRTK-2.0.0-122-g38210fa/Modules/Image/include/mirtk/
H A DBaseImage.h858 return _attr; in Attributes()
978 _attr._dt = dt; in PutTSize()
984 _attr._dx = dx; in PutPixelSize()
1072 return Point(_attr._xorigin, _attr._yorigin, _attr._zorigin); in GetOrigin()
1095 _attr._zaxis[0] = _attr._xaxis[1] * _attr._yaxis[2] - _attr._xaxis[2] * _attr._yaxis[1]; in PutOrientation()
1096 _attr._zaxis[1] = _attr._xaxis[2] * _attr._yaxis[0] - _attr._xaxis[0] * _attr._yaxis[2]; in PutOrientation()
1097 _attr._zaxis[2] = _attr._xaxis[0] * _attr._yaxis[1] - _attr._xaxis[1] * _attr._yaxis[0]; in PutOrientation()
1258 return _attr._torigin + t * _attr._dt; in ImageToTime()
1264 return (_attr._dt ? ((t - _attr._torigin) / _attr._dt) : .0); in TimeToImage()
1285 return ((_attr._x < 1) || (_attr._y < 1) || (_attr._z < 1) || (_attr._t < 1)); in IsEmpty()
[all …]
/dports/mail/postfixadmin33/postfixadmin-postfixadmin-3.3.10/lib/smarty/libs/sysplugins/
H A Dsmarty_internal_compile_for.php47 $_attr = $this->getAttributes($compiler, $args);
50 foreach ($_attr[ 'start' ] as $_statement) {
61 if (is_array($_attr[ 'var' ])) {
62 $var = $_attr[ 'var' ][ 'var' ];
65 $var = $_attr[ 'var' ];
68 …$output .= "if ($_attr[ifexp]) {\nfor (\$_foo=true;$_attr[ifexp]; \$_smarty_tpl->tpl_vars[$var]->v…
70 $_statement = $_attr[ 'start' ];
79 if (isset($_attr[ 'step' ])) {
84 if (isset($_attr[ 'max' ])) {
123 $_attr = $this->getAttributes($compiler, $args);
[all …]
H A Dsmarty_internal_compile_include.php145 if (isset($_attr[ 'compile_id' ]) && $compiler->isVariable($_attr[ 'compile_id' ])) {
155 if ($_attr[ 'nocache' ] !== true && $_attr[ 'caching' ]) {
161 if (isset($_attr[ 'cache_lifetime' ])) {
168 if (isset($_attr[ 'cache_id' ])) {
169 $_cache_id = $_attr[ 'cache_id' ];
175 if (isset($_attr[ 'compile_id' ])) {
185 if (isset($_attr[ 'assign' ])) {
194 $_assign = $_attr[ 'assign' ];
199 … $c_id = isset($_attr[ 'compile_id' ]) ? $_attr[ 'compile_id' ] : $compiler->template->compile_id;
221_attr[ 'file' ], $_attr[ 'assign' ], $_attr[ 'cache_id' ], $_attr[ 'compile_id' ], $_attr[ 'cache_…
[all …]
/dports/mail/postfixadmin33-lite/postfixadmin-postfixadmin-3.3.10/lib/smarty/libs/sysplugins/
H A Dsmarty_internal_compile_for.php47 $_attr = $this->getAttributes($compiler, $args);
50 foreach ($_attr[ 'start' ] as $_statement) {
61 if (is_array($_attr[ 'var' ])) {
62 $var = $_attr[ 'var' ][ 'var' ];
65 $var = $_attr[ 'var' ];
68 …$output .= "if ($_attr[ifexp]) {\nfor (\$_foo=true;$_attr[ifexp]; \$_smarty_tpl->tpl_vars[$var]->v…
70 $_statement = $_attr[ 'start' ];
79 if (isset($_attr[ 'step' ])) {
84 if (isset($_attr[ 'max' ])) {
123 $_attr = $this->getAttributes($compiler, $args);
[all …]
H A Dsmarty_internal_compile_include.php145 if (isset($_attr[ 'compile_id' ]) && $compiler->isVariable($_attr[ 'compile_id' ])) {
155 if ($_attr[ 'nocache' ] !== true && $_attr[ 'caching' ]) {
161 if (isset($_attr[ 'cache_lifetime' ])) {
168 if (isset($_attr[ 'cache_id' ])) {
169 $_cache_id = $_attr[ 'cache_id' ];
175 if (isset($_attr[ 'compile_id' ])) {
185 if (isset($_attr[ 'assign' ])) {
194 $_assign = $_attr[ 'assign' ];
199 … $c_id = isset($_attr[ 'compile_id' ]) ? $_attr[ 'compile_id' ] : $compiler->template->compile_id;
221_attr[ 'file' ], $_attr[ 'assign' ], $_attr[ 'cache_id' ], $_attr[ 'compile_id' ], $_attr[ 'cache_…
[all …]
/dports/mail/postfixadmin-lite/postfixadmin-d3bc1551/lib/smarty/libs/sysplugins/
H A Dsmarty_internal_compile_for.php47 $_attr = $this->getAttributes($compiler, $args);
50 foreach ($_attr[ 'start' ] as $_statement) {
61 if (is_array($_attr[ 'var' ])) {
62 $var = $_attr[ 'var' ][ 'var' ];
65 $var = $_attr[ 'var' ];
68 …$output .= "if ($_attr[ifexp]) {\nfor (\$_foo=true;$_attr[ifexp]; \$_smarty_tpl->tpl_vars[$var]->v…
70 $_statement = $_attr[ 'start' ];
79 if (isset($_attr[ 'step' ])) {
84 if (isset($_attr[ 'max' ])) {
123 $_attr = $this->getAttributes($compiler, $args);
[all …]
H A Dsmarty_internal_compile_include.php145 if (isset($_attr[ 'compile_id' ]) && $compiler->isVariable($_attr[ 'compile_id' ])) {
155 if ($_attr[ 'nocache' ] !== true && $_attr[ 'caching' ]) {
161 if (isset($_attr[ 'cache_lifetime' ])) {
168 if (isset($_attr[ 'cache_id' ])) {
169 $_cache_id = $_attr[ 'cache_id' ];
175 if (isset($_attr[ 'compile_id' ])) {
185 if (isset($_attr[ 'assign' ])) {
194 $_assign = $_attr[ 'assign' ];
199 … $c_id = isset($_attr[ 'compile_id' ]) ? $_attr[ 'compile_id' ] : $compiler->template->compile_id;
221_attr[ 'file' ], $_attr[ 'assign' ], $_attr[ 'cache_id' ], $_attr[ 'compile_id' ], $_attr[ 'cache_…
[all …]
/dports/mail/postfixadmin/postfixadmin-d3bc1551/lib/smarty/libs/sysplugins/
H A Dsmarty_internal_compile_for.php47 $_attr = $this->getAttributes($compiler, $args);
50 foreach ($_attr[ 'start' ] as $_statement) {
61 if (is_array($_attr[ 'var' ])) {
62 $var = $_attr[ 'var' ][ 'var' ];
65 $var = $_attr[ 'var' ];
68 …$output .= "if ($_attr[ifexp]) {\nfor (\$_foo=true;$_attr[ifexp]; \$_smarty_tpl->tpl_vars[$var]->v…
70 $_statement = $_attr[ 'start' ];
79 if (isset($_attr[ 'step' ])) {
84 if (isset($_attr[ 'max' ])) {
123 $_attr = $this->getAttributes($compiler, $args);
[all …]
H A Dsmarty_internal_compile_include.php145 if (isset($_attr[ 'compile_id' ]) && $compiler->isVariable($_attr[ 'compile_id' ])) {
155 if ($_attr[ 'nocache' ] !== true && $_attr[ 'caching' ]) {
161 if (isset($_attr[ 'cache_lifetime' ])) {
168 if (isset($_attr[ 'cache_id' ])) {
169 $_cache_id = $_attr[ 'cache_id' ];
175 if (isset($_attr[ 'compile_id' ])) {
185 if (isset($_attr[ 'assign' ])) {
194 $_assign = $_attr[ 'assign' ];
199 … $c_id = isset($_attr[ 'compile_id' ]) ? $_attr[ 'compile_id' ] : $compiler->template->compile_id;
221_attr[ 'file' ], $_attr[ 'assign' ], $_attr[ 'cache_id' ], $_attr[ 'compile_id' ], $_attr[ 'cache_…
[all …]
/dports/www/smarty3/smarty-3.1.34/libs/sysplugins/
H A Dsmarty_internal_compile_for.php47 $_attr = $this->getAttributes($compiler, $args);
50 foreach ($_attr[ 'start' ] as $_statement) {
61 if (is_array($_attr[ 'var' ])) {
62 $var = $_attr[ 'var' ][ 'var' ];
65 $var = $_attr[ 'var' ];
68 …$output .= "if ($_attr[ifexp]) {\nfor (\$_foo=true;$_attr[ifexp]; \$_smarty_tpl->tpl_vars[$var]->v…
70 $_statement = $_attr[ 'start' ];
79 if (isset($_attr[ 'step' ])) {
84 if (isset($_attr[ 'max' ])) {
123 $_attr = $this->getAttributes($compiler, $args);
[all …]
H A Dsmarty_internal_compile_include.php145 if (isset($_attr[ 'compile_id' ]) && $compiler->isVariable($_attr[ 'compile_id' ])) {
155 if ($_attr[ 'nocache' ] !== true && $_attr[ 'caching' ]) {
161 if (isset($_attr[ 'cache_lifetime' ])) {
168 if (isset($_attr[ 'cache_id' ])) {
169 $_cache_id = $_attr[ 'cache_id' ];
175 if (isset($_attr[ 'compile_id' ])) {
185 if (isset($_attr[ 'assign' ])) {
194 $_assign = $_attr[ 'assign' ];
199 … $c_id = isset($_attr[ 'compile_id' ]) ? $_attr[ 'compile_id' ] : $compiler->template->compile_id;
221_attr[ 'file' ], $_attr[ 'assign' ], $_attr[ 'cache_id' ], $_attr[ 'compile_id' ], $_attr[ 'cache_…
[all …]
/dports/www/serendipity/Serendipity-2.3.5/bundled-libs/Smarty/libs/sysplugins/
H A Dsmarty_internal_compile_for.php47 $_attr = $this->getAttributes($compiler, $args);
50 foreach ($_attr[ 'start' ] as $_statement) {
61 if (is_array($_attr[ 'var' ])) {
62 $var = $_attr[ 'var' ][ 'var' ];
65 $var = $_attr[ 'var' ];
68 …$output .= "if ($_attr[ifexp]) {\nfor (\$_foo=true;$_attr[ifexp]; \$_smarty_tpl->tpl_vars[$var]->v…
70 $_statement = $_attr[ 'start' ];
79 if (isset($_attr[ 'step' ])) {
84 if (isset($_attr[ 'max' ])) {
123 $_attr = $this->getAttributes($compiler, $args);
[all …]
H A Dsmarty_internal_compile_include.php145 if (isset($_attr[ 'compile_id' ]) && $compiler->isVariable($_attr[ 'compile_id' ])) {
155 if ($_attr[ 'nocache' ] !== true && $_attr[ 'caching' ]) {
161 if (isset($_attr[ 'cache_lifetime' ])) {
168 if (isset($_attr[ 'cache_id' ])) {
169 $_cache_id = $_attr[ 'cache_id' ];
175 if (isset($_attr[ 'compile_id' ])) {
185 if (isset($_attr[ 'assign' ])) {
194 $_assign = $_attr[ 'assign' ];
199 … $c_id = isset($_attr[ 'compile_id' ]) ? $_attr[ 'compile_id' ] : $compiler->template->compile_id;
221_attr[ 'file' ], $_attr[ 'assign' ], $_attr[ 'cache_id' ], $_attr[ 'compile_id' ], $_attr[ 'cache_…
[all …]
/dports/finance/prestashop/prestashop/vendor/smarty/smarty/libs/sysplugins/
H A Dsmarty_internal_compile_for.php47 $_attr = $this->getAttributes($compiler, $args);
50 foreach ($_attr[ 'start' ] as $_statement) {
61 if (is_array($_attr[ 'var' ])) {
62 $var = $_attr[ 'var' ][ 'var' ];
65 $var = $_attr[ 'var' ];
68 …$output .= "if ($_attr[ifexp]) {\nfor (\$_foo=true;$_attr[ifexp]; \$_smarty_tpl->tpl_vars[$var]->v…
70 $_statement = $_attr[ 'start' ];
79 if (isset($_attr[ 'step' ])) {
84 if (isset($_attr[ 'max' ])) {
123 $_attr = $this->getAttributes($compiler, $args);
[all …]
H A Dsmarty_internal_compile_include.php145 if (isset($_attr[ 'compile_id' ]) && $compiler->isVariable($_attr[ 'compile_id' ])) {
155 if ($_attr[ 'nocache' ] !== true && $_attr[ 'caching' ]) {
161 if (isset($_attr[ 'cache_lifetime' ])) {
168 if (isset($_attr[ 'cache_id' ])) {
169 $_cache_id = $_attr[ 'cache_id' ];
175 if (isset($_attr[ 'compile_id' ])) {
185 if (isset($_attr[ 'assign' ])) {
194 $_assign = $_attr[ 'assign' ];
199 … $c_id = isset($_attr[ 'compile_id' ]) ? $_attr[ 'compile_id' ] : $compiler->template->compile_id;
221_attr[ 'file' ], $_attr[ 'assign' ], $_attr[ 'cache_id' ], $_attr[ 'compile_id' ], $_attr[ 'cache_…
[all …]
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/smarty/smarty/libs/sysplugins/
H A Dsmarty_internal_compile_for.php47 $_attr = $this->getAttributes($compiler, $args);
50 foreach ($_attr[ 'start' ] as $_statement) {
61 if (is_array($_attr[ 'var' ])) {
62 $var = $_attr[ 'var' ][ 'var' ];
65 $var = $_attr[ 'var' ];
68 …$output .= "if ($_attr[ifexp]) {\nfor (\$_foo=true;$_attr[ifexp]; \$_smarty_tpl->tpl_vars[$var]->v…
70 $_statement = $_attr[ 'start' ];
79 if (isset($_attr[ 'step' ])) {
84 if (isset($_attr[ 'max' ])) {
123 $_attr = $this->getAttributes($compiler, $args);
[all …]
/dports/www/thirtybees/thirtybees-1.1.0/vendor/smarty/smarty/libs/sysplugins/
H A Dsmarty_internal_compile_for.php47 $_attr = $this->getAttributes($compiler, $args);
51 foreach ($_attr[ 'start' ] as $_statement) {
62 if (is_array($_attr[ 'var' ])) {
63 $var = $_attr[ 'var' ][ 'var' ];
66 $var = $_attr[ 'var' ];
69 …$output .= "if ($_attr[ifexp]) {\nfor (\$_foo=true;$_attr[ifexp]; \$_smarty_tpl->tpl_vars[$var]->v…
71 $_statement = $_attr[ 'start' ];
80 if (isset($_attr[ 'step' ])) {
85 if (isset($_attr[ 'max' ])) {
125 $_attr = $this->getAttributes($compiler, $args);
[all …]

12345678910>>...72