Home
last modified time | relevance | path

Searched refs:valid_scopes (Results 1 – 25 of 33) sorted by relevance

12

/dports/net/google-cloud-sdk/google-cloud-sdk/lib/surface/compute/network_endpoint_groups/
H A Dcreate.py43 if network_endpoint_type in valid_scopes:
47 _JoinWithOr(valid_scopes[network_endpoint_type]))
147 valid_scopes = collections.OrderedDict()
148 valid_scopes['gce-vm-ip-port'] = ['zonal']
149 valid_scopes['internet-ip-port'] = ['global']
150 valid_scopes['internet-fqdn-port'] = ['global']
151 valid_scopes['serverless'] = ['regional']
154 valid_scopes['non-gcp-private-ip-port'] = ['zonal']
156 valid_scopes['gce-vm-primary-ip'] = ['zonal']
158 valid_scopes['gce-vm-ip'] = ['zonal']
[all …]
/dports/deskutils/egroupware/egroupware/openid/src/Repositories/
H A DScopeRepository.php169 $valid_scopes = array_map(function($s)
177 if (isset($valid_scopes[$scope]))
179 $ids[(int)$scope] = $valid_scopes[$scope];
181 elseif(($id = array_search($scope, $valid_scopes)) !== false)
/dports/mail/postfixadmin33/postfixadmin-postfixadmin-3.3.10/lib/smarty/libs/sysplugins/
H A Dsmarty_internal_compile_config_load.php56 public $valid_scopes = array( variable in Smarty_Internal_Compile_Config_Load
89 $_scope = $compiler->convertScope($_attr, $this->valid_scopes);
H A Dsmarty_internal_compile_assign.php32 public $valid_scopes = array( variable in Smarty_Internal_Compile_Assign
73 $_scope = $compiler->convertScope($_attr, $this->valid_scopes);
H A Dsmarty_internal_compile_include.php61 public $valid_scopes = array( variable in Smarty_Internal_Compile_Include
122 $_scope = $compiler->convertScope($_attr, $this->valid_scopes);
/dports/mail/postfixadmin33-lite/postfixadmin-postfixadmin-3.3.10/lib/smarty/libs/sysplugins/
H A Dsmarty_internal_compile_config_load.php56 public $valid_scopes = array( variable in Smarty_Internal_Compile_Config_Load
89 $_scope = $compiler->convertScope($_attr, $this->valid_scopes);
H A Dsmarty_internal_compile_assign.php32 public $valid_scopes = array( variable in Smarty_Internal_Compile_Assign
73 $_scope = $compiler->convertScope($_attr, $this->valid_scopes);
H A Dsmarty_internal_compile_include.php61 public $valid_scopes = array( variable in Smarty_Internal_Compile_Include
122 $_scope = $compiler->convertScope($_attr, $this->valid_scopes);
/dports/mail/postfixadmin/postfixadmin-d3bc1551/lib/smarty/libs/sysplugins/
H A Dsmarty_internal_compile_config_load.php56 public $valid_scopes = array( variable in Smarty_Internal_Compile_Config_Load
89 $_scope = $compiler->convertScope($_attr, $this->valid_scopes);
H A Dsmarty_internal_compile_assign.php32 public $valid_scopes = array( variable in Smarty_Internal_Compile_Assign
73 $_scope = $compiler->convertScope($_attr, $this->valid_scopes);
/dports/mail/postfixadmin-lite/postfixadmin-d3bc1551/lib/smarty/libs/sysplugins/
H A Dsmarty_internal_compile_config_load.php56 public $valid_scopes = array( variable in Smarty_Internal_Compile_Config_Load
89 $_scope = $compiler->convertScope($_attr, $this->valid_scopes);
H A Dsmarty_internal_compile_assign.php32 public $valid_scopes = array( variable in Smarty_Internal_Compile_Assign
73 $_scope = $compiler->convertScope($_attr, $this->valid_scopes);
/dports/www/smarty3/smarty-3.1.34/libs/sysplugins/
H A Dsmarty_internal_compile_config_load.php56 public $valid_scopes = array( variable in Smarty_Internal_Compile_Config_Load
89 $_scope = $compiler->convertScope($_attr, $this->valid_scopes);
H A Dsmarty_internal_compile_assign.php32 public $valid_scopes = array( variable in Smarty_Internal_Compile_Assign
73 $_scope = $compiler->convertScope($_attr, $this->valid_scopes);
/dports/www/serendipity/Serendipity-2.3.5/bundled-libs/Smarty/libs/sysplugins/
H A Dsmarty_internal_compile_config_load.php56 public $valid_scopes = array( variable in Smarty_Internal_Compile_Config_Load
89 $_scope = $compiler->convertScope($_attr, $this->valid_scopes);
H A Dsmarty_internal_compile_assign.php32 public $valid_scopes = array( variable in Smarty_Internal_Compile_Assign
73 $_scope = $compiler->convertScope($_attr, $this->valid_scopes);
/dports/finance/prestashop/prestashop/vendor/smarty/smarty/libs/sysplugins/
H A Dsmarty_internal_compile_config_load.php56 public $valid_scopes = array( variable in Smarty_Internal_Compile_Config_Load
89 $_scope = $compiler->convertScope($_attr, $this->valid_scopes);
H A Dsmarty_internal_compile_assign.php32 public $valid_scopes = array( variable in Smarty_Internal_Compile_Assign
73 $_scope = $compiler->convertScope($_attr, $this->valid_scopes);
/dports/www/tikiwiki/tiki-21.2/vendor_bundled/vendor/smarty/smarty/libs/sysplugins/
H A Dsmarty_internal_compile_config_load.php56 public $valid_scopes = array( variable in Smarty_Internal_Compile_Config_Load
89 $_scope = $compiler->convertScope($_attr, $this->valid_scopes);
H A Dsmarty_internal_compile_assign.php32 public $valid_scopes = array( variable in Smarty_Internal_Compile_Assign
73 $_scope = $compiler->convertScope($_attr, $this->valid_scopes);
/dports/www/thirtybees/thirtybees-1.1.0/vendor/smarty/smarty/libs/sysplugins/
H A Dsmarty_internal_compile_config_load.php56 public $valid_scopes = array('local' => Smarty::SCOPE_LOCAL, 'parent' => Smarty::SCOPE_PARENT, variable in Smarty_Internal_Compile_Config_Load
89 $_scope = $compiler->convertScope($_attr, $this->valid_scopes);
H A Dsmarty_internal_compile_assign.php32 public $valid_scopes = array('local' => Smarty::SCOPE_LOCAL, 'parent' => Smarty::SCOPE_PARENT, variable in Smarty_Internal_Compile_Assign
71 $_scope = $compiler->convertScope($_attr, $this->valid_scopes);
/dports/www/piwigo/piwigo/include/smarty/libs/sysplugins/
H A Dsmarty_internal_compile_config_load.php48 … public $valid_scopes = array('local' => true, 'parent' => true, 'root' => true, 'global' => true, variable in Smarty_Internal_Compile_Config_Load
79 if (!isset($this->valid_scopes[$_attr['scope']])) {
H A Dsmarty_internal_compile_assign.php24 … public $valid_scopes = array('local' => true, 'parent' => true, 'root' => true, 'global' => true, variable in Smarty_Internal_Compile_Assign
60 if (!isset($this->valid_scopes[$_attr['scope']])) {
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/api/internal/
H A Dbase.rb247 valid_scopes = VALID_PAT_SCOPES.map(&:to_s).sort
248 …{ success: false, message: "Invalid scope: '#{invalid_scope}'. Valid scopes are: #{valid_scopes}" }

12