Home
last modified time | relevance | path

Searched refs:scope_ptr (Results 1 – 25 of 64) sorted by relevance

123

/dports/www/fusionpbx/fusionpbx-4.4.1/resources/templates/engine/smarty/sysplugins/
H A Dsmarty_internal_config.php220 $scope_ptr = $this->data;
223 $scope_ptr = $this->data->parent;
225 $scope_ptr = $this->data;
228 $scope_ptr = $this->data;
229 while (isset($scope_ptr->parent)) {
230 $scope_ptr = $scope_ptr->parent;
237 if ($this->smarty->config_overwrite || !isset($scope_ptr->config_vars[$variable])) {
238 $scope_ptr->config_vars[$variable] = $value;
240 …$scope_ptr->config_vars[$variable] = array_merge((array) $scope_ptr->config_vars[$variable], (arra…
249 $scope_ptr->config_vars[$variable] = $value;
[all …]
H A Dsmarty_internal_template.php271 } elseif (($scope_ptr = $this->getScopePointer($parent_scope)) == null) {
274 $tpl->tpl_vars = &$scope_ptr->tpl_vars;
312 } elseif (($scope_ptr = $this->getScopePointer($parent_scope)) == null) {
315 $tpl->tpl_vars = &$scope_ptr->tpl_vars;
/dports/www/piwigo/piwigo/include/smarty/libs/sysplugins/
H A Dsmarty_internal_method_configload.php127 …public function _assignConfigVars(Smarty_Internal_Data $scope_ptr, Smarty_Internal_Template $tpl, … argument
131 if ($tpl->smarty->config_overwrite || !isset($scope_ptr->config_vars[$variable])) {
132 $scope_ptr->config_vars[$variable] = $value;
134 $scope_ptr->config_vars[$variable] =
135 array_merge((array) $scope_ptr->config_vars[$variable], (array) $value);
144 … if ($tpl->smarty->config_overwrite || !isset($scope_ptr->config_vars[$variable])) {
145 $scope_ptr->config_vars[$variable] = $value;
147 $scope_ptr->config_vars[$variable] =
148 … array_merge((array) $scope_ptr->config_vars[$variable], (array) $value);
/dports/devel/zpu-gcc/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dmips-tdump.c870 scope_t *scope_ptr; in print_symbol() local
890 scope_ptr = free_scope; in print_symbol()
897 cur_scope = scope_ptr; in print_symbol()
916 scope_ptr = cur_scope; in print_symbol()
919 free_scope = scope_ptr; in print_symbol()
944 scope_ptr = free_scope; in print_symbol()
951 cur_scope = scope_ptr; in print_symbol()
982 scope_ptr = scope_ptr->prev) in print_symbol()
985 if (scope_ptr->st == st_Proc || scope_ptr->st == st_StaticProc) in print_symbol()
989 else if (scope_ptr->st == st_Block && scope_ptr->sc == sc_Text) in print_symbol()
[all …]
/dports/devel/tigcc/tigcc-0.96.b8_10/gnu/gcc-4.1-20060728/gcc/
H A Dmips-tdump.c870 scope_t *scope_ptr; in print_symbol() local
890 scope_ptr = free_scope; in print_symbol()
897 cur_scope = scope_ptr; in print_symbol()
916 scope_ptr = cur_scope; in print_symbol()
919 free_scope = scope_ptr; in print_symbol()
944 scope_ptr = free_scope; in print_symbol()
951 cur_scope = scope_ptr; in print_symbol()
982 scope_ptr = scope_ptr->prev) in print_symbol()
985 if (scope_ptr->st == st_Proc || scope_ptr->st == st_StaticProc) in print_symbol()
989 else if (scope_ptr->st == st_Block && scope_ptr->sc == sc_Text) in print_symbol()
[all …]
/dports/devel/zpu-binutils/zpu-toolchain-1.0/toolchain/gcc/gcc/
H A Dmips-tdump.c870 scope_t *scope_ptr; in print_symbol() local
890 scope_ptr = free_scope; in print_symbol()
897 cur_scope = scope_ptr; in print_symbol()
916 scope_ptr = cur_scope; in print_symbol()
919 free_scope = scope_ptr; in print_symbol()
944 scope_ptr = free_scope; in print_symbol()
951 cur_scope = scope_ptr; in print_symbol()
982 scope_ptr = scope_ptr->prev) in print_symbol()
985 if (scope_ptr->st == st_Proc || scope_ptr->st == st_StaticProc) in print_symbol()
989 else if (scope_ptr->st == st_Block && scope_ptr->sc == sc_Text) in print_symbol()
[all …]
/dports/net-im/tdlib/td-a53cb30e99f937cfd64e0266fa558785a184a553/td/telegram/
H A DBotCommandScope.cpp22 … td_api::object_ptr<td_api::BotCommandScope> scope_ptr) { in get_bot_command_scope() argument
23 if (scope_ptr == nullptr) { in get_bot_command_scope()
31 switch (scope_ptr->get_id()) { in get_bot_command_scope()
41 auto scope = td_api::move_object_as<td_api::botCommandScopeChat>(scope_ptr); in get_bot_command_scope()
47 auto scope = td_api::move_object_as<td_api::botCommandScopeChatAdministrators>(scope_ptr); in get_bot_command_scope()
53 auto scope = td_api::move_object_as<td_api::botCommandScopeChatMember>(scope_ptr); in get_bot_command_scope()
H A DBotCommand.cpp154 void set_commands(Td *td, td_api::object_ptr<td_api::BotCommandScope> &&scope_ptr, string &&languag… in set_commands() argument
156 …TRY_RESULT_PROMISE(promise, scope, BotCommandScope::get_bot_command_scope(td, std::move(scope_ptr)… in set_commands()
204 void delete_commands(Td *td, td_api::object_ptr<td_api::BotCommandScope> &&scope_ptr, string &&lang… in delete_commands() argument
206 …TRY_RESULT_PROMISE(promise, scope, BotCommandScope::get_bot_command_scope(td, std::move(scope_ptr)… in delete_commands()
215 void get_commands(Td *td, td_api::object_ptr<td_api::BotCommandScope> &&scope_ptr, string &&languag… in get_commands() argument
217 …TRY_RESULT_PROMISE(promise, scope, BotCommandScope::get_bot_command_scope(td, std::move(scope_ptr)… in get_commands()
H A DBotCommand.h92 void set_commands(Td *td, td_api::object_ptr<td_api::BotCommandScope> &&scope_ptr, string &&languag…
95 void delete_commands(Td *td, td_api::object_ptr<td_api::BotCommandScope> &&scope_ptr, string &&lang…
98 void get_commands(Td *td, td_api::object_ptr<td_api::BotCommandScope> &&scope_ptr, string &&languag…
H A DBotCommandScope.h38 …CommandScope> get_bot_command_scope(Td *td, td_api::object_ptr<td_api::BotCommandScope> scope_ptr);
/dports/security/pbc/pbc-0.5.14/misc/
H A Ddarray.c129 void (*func)(void *darray_item, void *scope_ptr), in darray_forall2() argument
130 void *scope_ptr) in darray_forall2()
134 func(a->item[i], scope_ptr); in darray_forall2()
167 int (*test)(void *data, void *scope_ptr), in darray_at_test() argument
168 void *scope_ptr) in darray_at_test()
173 if (test(p, scope_ptr)) return p; in darray_at_test()
H A Ddarray.h56 void (*func)(void *darray_item, void *scope_ptr),
57 void *scope_ptr);
73 void *darray_at_test(darray_ptr a, int (*test)(void *,void *), void *scope_ptr);
/dports/security/pbc/pbc-0.5.14/arith/
H A Dmultiz.c158 void (*fun)(mpz_t, const mpz_t, void *scope_ptr),
159 void *scope_ptr);
162 void (*fun)(mpz_t, const mpz_t, void *scope_ptr), void *scope_ptr) { in multiz_new_unary() argument
168 fun(x->z, y->z, scope_ptr); in multiz_new_unary()
178 scope_ptr); in multiz_new_unary()
187 void *scope_ptr) { in add_to_x()
188 darray_append(x->a, multiz_new_unary(data, fun, scope_ptr)); in add_to_x()
191 static void mpzset(mpz_t dst, const mpz_t src, void *scope_ptr) { in mpzset() argument
192 UNUSED_VAR(scope_ptr); in mpzset()
328 static void mpzneg(mpz_t dst, const mpz_t src, void *scope_ptr) { in mpzneg() argument
[all …]
/dports/finance/ledger/ledger-3.2.1/src/
H A Dop.cc92 scope_t * scope_ptr = &scope; in compile() local
107 DEBUG("expr.compile", "Lookup: " << as_ident() << " in " << scope_ptr); in compile()
112 def = scope_ptr->lookup(symbol_t::FUNCTION, as_ident()); in compile()
135 bound_scope.reset(new bind_scope_t(*scope_ptr, *subscope.get())); in compile()
136 scope_ptr = bound_scope.get(); in compile()
144 ptr_op_t node(right()->compile(*scope_ptr, depth + 1, param_scope)); in compile()
147 "Defining " << left()->as_ident() << " in " << scope_ptr); in compile()
148 scope_ptr->define(symbol_t::FUNCTION, left()->as_ident(), node); in compile()
158 node = node->compile(*scope_ptr, depth + 1, param_scope); in compile()
193 ptr_op_t rhs(right()->compile(*scope_ptr, depth + 1, &params)); in compile()
[all …]
/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/ffs/ffs/cod/pregen_source/Linux/
H A Dcod.y1872 scope_ptr scope;
1889 scope_ptr scope);
2593 static scope_ptr
2604 static scope_ptr
5238 scope_ptr scope) in semanticize_selection_statement()
5263 scope_ptr scope) in semanticize_iteration_statement()
5765 scope_ptr scope;
5898 scope_ptr scope;
5918 scope_ptr scope;
5989 scope_ptr scope;
[all …]
H A Dcod.tab.c4149 scope_ptr scope;
4870 static scope_ptr
4881 static scope_ptr
7111 scope_ptr scope);
7515 scope_ptr scope) in semanticize_selection_statement()
7540 scope_ptr scope) in semanticize_iteration_statement()
8042 scope_ptr scope;
8175 scope_ptr scope;
8195 scope_ptr scope;
8266 scope_ptr scope;
[all …]
/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/ffs/ffs/cod/
H A Dcod.y1874 scope_ptr scope;
1891 scope_ptr scope);
2595 static scope_ptr
2606 static scope_ptr
5240 scope_ptr scope) in semanticize_selection_statement()
5265 scope_ptr scope) in semanticize_iteration_statement()
5767 scope_ptr scope;
5900 scope_ptr scope;
5920 scope_ptr scope;
5991 scope_ptr scope;
[all …]
/dports/misc/adios2/ADIOS2-2.7.1/thirdparty/ffs/ffs/cod/pregen_source/Windows/
H A Dcod.y1872 scope_ptr scope;
1889 scope_ptr scope);
2593 static scope_ptr
2604 static scope_ptr
5238 scope_ptr scope) in semanticize_selection_statement()
5263 scope_ptr scope) in semanticize_iteration_statement()
5765 scope_ptr scope;
5898 scope_ptr scope;
5918 scope_ptr scope;
5989 scope_ptr scope;
[all …]
/dports/emulators/dolphin-emu/dolphin-3152428/Externals/curl/lib/
H A Dconnect.c380 char *scope_ptr = strchr(myhost, '%'); in bindlocal() local
381 if(scope_ptr) in bindlocal()
382 *(scope_ptr++) = 0; in bindlocal()
388 if(scope_ptr) in bindlocal()
393 si6->sin6_scope_id = atoi(scope_ptr); in bindlocal()
/dports/devel/premake5/premake-5.0.0-alpha16-src/contrib/curl/lib/
H A Dconnect.c381 char *scope_ptr = strchr(myhost, '%'); in bindlocal() local
382 if(scope_ptr) in bindlocal()
383 *(scope_ptr++) = 0; in bindlocal()
389 if(scope_ptr) in bindlocal()
394 si6->sin6_scope_id = atoi(scope_ptr); in bindlocal()
/dports/games/0ad/0ad-0.0.23b-alpha/build/premake/premake5/contrib/curl/lib/
H A Dconnect.c381 char *scope_ptr = strchr(myhost, '%'); in bindlocal() local
382 if(scope_ptr) in bindlocal()
383 *(scope_ptr++) = 0; in bindlocal()
389 if(scope_ptr) in bindlocal()
394 si6->sin6_scope_id = atoi(scope_ptr); in bindlocal()
/dports/audio/lewton/lewton-0.10.2/cargo-crates/curl-sys-0.4.25/curl/lib/
H A Dconnect.c394 char *scope_ptr = strchr(myhost, '%'); in bindlocal() local
395 if(scope_ptr) in bindlocal()
396 *(scope_ptr++) = 0; in bindlocal()
402 if(scope_ptr) in bindlocal()
407 si6->sin6_scope_id = atoi(scope_ptr); in bindlocal()
/dports/net/proby/proby-1.0.2/cargo-crates/curl-sys-0.4.34+curl-7.71.1/curl/lib/
H A Dconnect.c395 char *scope_ptr = strchr(myhost, '%'); in bindlocal() local
396 if(scope_ptr) in bindlocal()
397 *(scope_ptr++) = 0; in bindlocal()
403 if(scope_ptr) in bindlocal()
408 si6->sin6_scope_id = atoi(scope_ptr); in bindlocal()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/curl-sys-0.4.41+curl-7.75.0/curl/lib/
H A Dconnect.c393 char *scope_ptr = strchr(myhost, '%'); in bindlocal() local
394 if(scope_ptr) in bindlocal()
395 *(scope_ptr++) = 0; in bindlocal()
401 if(scope_ptr) in bindlocal()
406 si6->sin6_scope_id = atoi(scope_ptr); in bindlocal()
/dports/graphics/mupdf/mupdf-1.18.0-source/thirdparty/curl/lib/
H A Dconnect.c394 char *scope_ptr = strchr(myhost, '%'); in bindlocal() local
395 if(scope_ptr) in bindlocal()
396 *(scope_ptr++) = 0; in bindlocal()
402 if(scope_ptr) in bindlocal()
407 si6->sin6_scope_id = atoi(scope_ptr); in bindlocal()

123