Home
last modified time | relevance | path

Searched refs:modifier_name (Results 1 – 25 of 65) sorted by relevance

123

/dports/audio/ampache/ampache-php74-5.0.0/vendor/scn/phptal/src/Exception/
H A DUnknownModifierException.php27 private $modifier_name; variable in PhpTal\\Exception\\UnknownModifierException
32 * @param string $modifier_name
34 public function __construct(string $msg, ?string $modifier_name = null) argument
36 $this->modifier_name = $modifier_name;
45 return $this->modifier_name;
/dports/www/fusionpbx/fusionpbx-4.4.1/resources/templates/engine/smarty/sysplugins/
H A Dsmarty_security.php217 * @param string $modifier_name
222 public function isTrustedPhpModifier($modifier_name, $compiler) argument
224 …if (isset($this->php_modifiers) && (empty($this->php_modifiers) || in_array($modifier_name, $this-…
228 … $compiler->trigger_template_error("modifier '{$modifier_name}' not allowed by security setting");
267 * @param string $modifier_name
272 public function isTrustedModifier($modifier_name, $compiler) argument
275 if (in_array($modifier_name, array('default'))) {
280 … if (empty($this->disabled_modifiers) || !in_array($modifier_name, $this->disabled_modifiers)) {
283 …$compiler->trigger_template_error("modifier '{$modifier_name}' disabled by security setting", $com…
285 …} elseif (in_array($modifier_name, $this->allowed_modifiers) && !in_array($modifier_name, $this->d…
[all …]
/dports/devel/pear-PHPTAL/PHPTAL-1.3.0/PHPTAL/
H A DUnknownModifierException.php24 private $modifier_name;
25 public function __construct($msg, $modifier_name = null)
27 $this->modifier_name = $modifier_name;
33 return $this->modifier_name;
/dports/chinese/librime/librime-1.7.3/src/rime/
H A Dkey_table.cc7 static const char *modifier_name[] = { variable
3964 const int n = sizeof(modifier_name) / sizeof(const char*); in RimeGetModifierByName()
3968 if (modifier_name[i] && !strcmp(name, modifier_name[i])) { in RimeGetModifierByName()
3976 const int n = sizeof(modifier_name) / sizeof(const char*); in RimeGetModifierName()
3979 return modifier_name[i]; in RimeGetModifierName()
H A Dkey_event.cc24 const char* modifier_name = NULL; in repr() local
28 modifier_name = RimeGetModifierName(k << i); in repr()
29 if (modifier_name) { in repr()
30 modifiers << modifier_name << '+'; in repr()
/dports/mail/postfixadmin33-lite/postfixadmin-postfixadmin-3.3.10/lib/smarty/libs/sysplugins/
H A Dsmarty_security.php342 * @param string $modifier_name
347 public function isTrustedPhpModifier($modifier_name, $compiler) argument
350 && (empty($this->php_modifiers) || in_array($modifier_name, $this->php_modifiers))
354 … $compiler->trigger_template_error("modifier '{$modifier_name}' not allowed by security setting");
421 * @param string $modifier_name
426 public function isTrustedModifier($modifier_name, $compiler) argument
429 if (in_array($modifier_name, array('default'))) {
438 "modifier '{$modifier_name}' disabled by security setting",
443 } elseif (in_array($modifier_name, $this->allowed_modifiers)
444 && !in_array($modifier_name, $this->disabled_modifiers)
[all …]
/dports/mail/postfixadmin33/postfixadmin-postfixadmin-3.3.10/lib/smarty/libs/sysplugins/
H A Dsmarty_security.php342 * @param string $modifier_name
347 public function isTrustedPhpModifier($modifier_name, $compiler) argument
350 && (empty($this->php_modifiers) || in_array($modifier_name, $this->php_modifiers))
354 … $compiler->trigger_template_error("modifier '{$modifier_name}' not allowed by security setting");
421 * @param string $modifier_name
426 public function isTrustedModifier($modifier_name, $compiler) argument
429 if (in_array($modifier_name, array('default'))) {
438 "modifier '{$modifier_name}' disabled by security setting",
443 } elseif (in_array($modifier_name, $this->allowed_modifiers)
444 && !in_array($modifier_name, $this->disabled_modifiers)
[all …]
/dports/mail/postfixadmin/postfixadmin-d3bc1551/lib/smarty/libs/sysplugins/
H A Dsmarty_security.php342 * @param string $modifier_name
347 public function isTrustedPhpModifier($modifier_name, $compiler) argument
350 && (empty($this->php_modifiers) || in_array($modifier_name, $this->php_modifiers))
354 … $compiler->trigger_template_error("modifier '{$modifier_name}' not allowed by security setting");
421 * @param string $modifier_name
426 public function isTrustedModifier($modifier_name, $compiler) argument
429 if (in_array($modifier_name, array('default'))) {
438 "modifier '{$modifier_name}' disabled by security setting",
443 } elseif (in_array($modifier_name, $this->allowed_modifiers)
444 && !in_array($modifier_name, $this->disabled_modifiers)
[all …]
/dports/mail/postfixadmin-lite/postfixadmin-d3bc1551/lib/smarty/libs/sysplugins/
H A Dsmarty_security.php342 * @param string $modifier_name
347 public function isTrustedPhpModifier($modifier_name, $compiler) argument
350 && (empty($this->php_modifiers) || in_array($modifier_name, $this->php_modifiers))
354 … $compiler->trigger_template_error("modifier '{$modifier_name}' not allowed by security setting");
421 * @param string $modifier_name
426 public function isTrustedModifier($modifier_name, $compiler) argument
429 if (in_array($modifier_name, array('default'))) {
438 "modifier '{$modifier_name}' disabled by security setting",
443 } elseif (in_array($modifier_name, $this->allowed_modifiers)
444 && !in_array($modifier_name, $this->disabled_modifiers)
[all …]
/dports/www/smarty3/smarty-3.1.34/libs/sysplugins/
H A Dsmarty_security.php342 * @param string $modifier_name
347 public function isTrustedPhpModifier($modifier_name, $compiler) argument
350 && (empty($this->php_modifiers) || in_array($modifier_name, $this->php_modifiers))
354 … $compiler->trigger_template_error("modifier '{$modifier_name}' not allowed by security setting");
421 * @param string $modifier_name
426 public function isTrustedModifier($modifier_name, $compiler) argument
429 if (in_array($modifier_name, array('default'))) {
438 "modifier '{$modifier_name}' disabled by security setting",
443 } elseif (in_array($modifier_name, $this->allowed_modifiers)
444 && !in_array($modifier_name, $this->disabled_modifiers)
[all …]
/dports/finance/prestashop/prestashop/vendor/smarty/smarty/libs/sysplugins/
H A Dsmarty_security.php342 * @param string $modifier_name
347 public function isTrustedPhpModifier($modifier_name, $compiler) argument
350 && (empty($this->php_modifiers) || in_array($modifier_name, $this->php_modifiers))
354 … $compiler->trigger_template_error("modifier '{$modifier_name}' not allowed by security setting");
421 * @param string $modifier_name
426 public function isTrustedModifier($modifier_name, $compiler) argument
429 if (in_array($modifier_name, array('default'))) {
438 "modifier '{$modifier_name}' disabled by security setting",
443 } elseif (in_array($modifier_name, $this->allowed_modifiers)
444 && !in_array($modifier_name, $this->disabled_modifiers)
[all …]
/dports/www/piwigo/piwigo/include/smarty/libs/sysplugins/
H A Dsmarty_security.php349 * @param string $modifier_name
355 public function isTrustedPhpModifier($modifier_name, $compiler) argument
358 (empty($this->php_modifiers) || in_array($modifier_name, $this->php_modifiers))
363 … $compiler->trigger_template_error("modifier '{$modifier_name}' not allowed by security setting");
426 * @param string $modifier_name
432 public function isTrustedModifier($modifier_name, $compiler) argument
435 if (in_array($modifier_name, array('default'))) {
440 … if (empty($this->disabled_modifiers) || !in_array($modifier_name, $this->disabled_modifiers)) {
445 } elseif (in_array($modifier_name, $this->allowed_modifiers) &&
446 !in_array($modifier_name, $this->disabled_modifiers)
[all …]
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/smarty/smarty/libs/sysplugins/
H A Dsmarty_security.php342 * @param string $modifier_name
347 public function isTrustedPhpModifier($modifier_name, $compiler) argument
350 && (empty($this->php_modifiers) || in_array($modifier_name, $this->php_modifiers))
354 … $compiler->trigger_template_error("modifier '{$modifier_name}' not allowed by security setting");
421 * @param string $modifier_name
426 public function isTrustedModifier($modifier_name, $compiler) argument
429 if (in_array($modifier_name, array('default'))) {
438 "modifier '{$modifier_name}' disabled by security setting",
443 } elseif (in_array($modifier_name, $this->allowed_modifiers)
444 && !in_array($modifier_name, $this->disabled_modifiers)
[all …]
/dports/www/serendipity/Serendipity-2.3.5/bundled-libs/Smarty/libs/sysplugins/
H A Dsmarty_security.php342 * @param string $modifier_name
347 public function isTrustedPhpModifier($modifier_name, $compiler) argument
350 && (empty($this->php_modifiers) || in_array($modifier_name, $this->php_modifiers))
354 … $compiler->trigger_template_error("modifier '{$modifier_name}' not allowed by security setting");
421 * @param string $modifier_name
426 public function isTrustedModifier($modifier_name, $compiler) argument
429 if (in_array($modifier_name, array('default'))) {
438 "modifier '{$modifier_name}' disabled by security setting",
443 } elseif (in_array($modifier_name, $this->allowed_modifiers)
444 && !in_array($modifier_name, $this->disabled_modifiers)
[all …]
/dports/www/thirtybees/thirtybees-1.1.0/vendor/smarty/smarty/libs/sysplugins/
H A Dsmarty_security.php351 * @param string $modifier_name
357 public function isTrustedPhpModifier($modifier_name, $compiler) argument
360 (empty($this->php_modifiers) || in_array($modifier_name, $this->php_modifiers))
365 … $compiler->trigger_template_error("modifier '{$modifier_name}' not allowed by security setting");
429 * @param string $modifier_name
435 public function isTrustedModifier($modifier_name, $compiler) argument
438 if (in_array($modifier_name, array('default'))) {
443 … if (empty($this->disabled_modifiers) || !in_array($modifier_name, $this->disabled_modifiers)) {
449 } elseif (in_array($modifier_name, $this->allowed_modifiers) &&
450 !in_array($modifier_name, $this->disabled_modifiers)
[all …]
/dports/graphics/blender/blender-2.91.0/tests/python/modules/
H A Dmesh_test.py60 def __init__(self, modifier_name: str, modifier_type: str, modifier_parameters: dict):
67 self.modifier_name = modifier_name
72 return "Modifier: " + self.modifier_name + " of type " + self.modifier_type + \
89 self.modifier_name = modifier_name
248 modifier = test_object.modifiers.new(modifier_spec.modifier_name,
252 format(modifier_spec.modifier_name, modifier_spec.modifier_type))
267 bpy.ops.object.modifier_apply(modifier=modifier_spec.modifier_name)
284 modifier = test_object.modifiers.new(physics_spec.modifier_name,
289 format(physics_spec.modifier_name, physics_spec.modifier_type))
308 physics_spec.modifier_name,
[all …]
/dports/games/julius/julius-1.7.0/src/input/
H A Dkeys.c39 } modifier_name; typedef
41 static const modifier_name modifier_names[] = {
53 for (const modifier_name *modname = modifier_names; modname->modifier; modname++) { in key_combination_name()
65 for (const modifier_name *modname = modifier_names; modname->modifier; modname++) { in parse_modifier()
/dports/games/augustus/augustus-3.1.0/src/input/
H A Dkeys.c39 } modifier_name; typedef
41 static const modifier_name modifier_names[] = {
53 for (const modifier_name *modname = modifier_names; modname->modifier; modname++) { in key_combination_name()
65 for (const modifier_name *modname = modifier_names; modname->modifier; modname++) { in parse_modifier()
/dports/textproc/uim-m17nlib/uim-d1ac9d9/sigscheme/src/
H A Dmodule-srfi9.c149 ScmObj field_tag, accessor_name, modifier_name, accessor, modifier, rest; in define_record_field() local
162 modifier_name = POP(rest); in define_record_field()
163 ENSURE_SYMBOL(modifier_name); in define_record_field()
167 scm_s_define_internal(ScmFirstClassObj, modifier_name, modifier, env); in define_record_field()
/dports/textproc/uim-qt5/uim-d1ac9d9/sigscheme/src/
H A Dmodule-srfi9.c149 ScmObj field_tag, accessor_name, modifier_name, accessor, modifier, rest; in define_record_field() local
162 modifier_name = POP(rest); in define_record_field()
163 ENSURE_SYMBOL(modifier_name); in define_record_field()
167 scm_s_define_internal(ScmFirstClassObj, modifier_name, modifier, env); in define_record_field()
/dports/textproc/uim-qt5/sigscheme-beb8fbd/src/
H A Dmodule-srfi9.c149 ScmObj field_tag, accessor_name, modifier_name, accessor, modifier, rest; in define_record_field() local
162 modifier_name = POP(rest); in define_record_field()
163 ENSURE_SYMBOL(modifier_name); in define_record_field()
167 scm_s_define_internal(ScmFirstClassObj, modifier_name, modifier, env); in define_record_field()
/dports/textproc/uim-m17nlib/sigscheme-beb8fbd/src/
H A Dmodule-srfi9.c149 ScmObj field_tag, accessor_name, modifier_name, accessor, modifier, rest; in define_record_field() local
162 modifier_name = POP(rest); in define_record_field()
163 ENSURE_SYMBOL(modifier_name); in define_record_field()
167 scm_s_define_internal(ScmFirstClassObj, modifier_name, modifier, env); in define_record_field()
/dports/textproc/uim-gtk3/uim-d1ac9d9/sigscheme/src/
H A Dmodule-srfi9.c149 ScmObj field_tag, accessor_name, modifier_name, accessor, modifier, rest; in define_record_field() local
162 modifier_name = POP(rest); in define_record_field()
163 ENSURE_SYMBOL(modifier_name); in define_record_field()
167 scm_s_define_internal(ScmFirstClassObj, modifier_name, modifier, env); in define_record_field()
/dports/textproc/uim-gtk3/sigscheme-beb8fbd/src/
H A Dmodule-srfi9.c149 ScmObj field_tag, accessor_name, modifier_name, accessor, modifier, rest; in define_record_field() local
162 modifier_name = POP(rest); in define_record_field()
163 ENSURE_SYMBOL(modifier_name); in define_record_field()
167 scm_s_define_internal(ScmFirstClassObj, modifier_name, modifier, env); in define_record_field()
/dports/textproc/uim-gtk/uim-d1ac9d9/sigscheme/src/
H A Dmodule-srfi9.c149 ScmObj field_tag, accessor_name, modifier_name, accessor, modifier, rest; in define_record_field() local
162 modifier_name = POP(rest); in define_record_field()
163 ENSURE_SYMBOL(modifier_name); in define_record_field()
167 scm_s_define_internal(ScmFirstClassObj, modifier_name, modifier, env); in define_record_field()

123