Home
last modified time | relevance | path

Searched refs:macro_name (Results 1 – 25 of 1104) sorted by relevance

12345678910>>...45

/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/zabbix/plugins/modules/
H A Dzabbix_globalmacro.py115 def get_global_macro(self, macro_name): argument
197 def normalize_macro_name(macro_name): argument
199 if ':' in macro_name:
200macro_name = ':'.join([macro_name.split(':')[0].upper(), ':'.join(macro_name.split(':')[1:])])
202 macro_name = macro_name.upper()
205 if not macro_name.startswith('{$'):
206 macro_name = '{$' + macro_name
207 if not macro_name.endswith('}'):
208 macro_name = macro_name + '}'
210 return macro_name
[all …]
H A Dzabbix_hostmacro.py115 def get_host_macro(self, macro_name, host_id): argument
160 def normalize_macro_name(macro_name): argument
162 if ':' in macro_name:
163macro_name = ':'.join([macro_name.split(':')[0].upper(), ':'.join(macro_name.split(':')[1:])])
165 macro_name = macro_name.upper()
168 if not macro_name.startswith('{$'):
169 macro_name = '{$' + macro_name
170 if not macro_name.endswith('}'):
171 macro_name = macro_name + '}'
173 return macro_name
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/monitoring/zabbix/
H A Dzabbix_hostmacro.py110 def get_host_macro(self, macro_name, host_id): argument
121 def create_host_macro(self, macro_name, macro_value, host_id): argument
131 def update_host_macro(self, host_macro_obj, macro_name, macro_value): argument
144 def delete_host_macro(self, host_macro_obj, macro_name): argument
165 macro_name=dict(type='str', required=True),
184 macro_name = (module.params['macro_name'])
190 if ':' in macro_name:
191macro_name = ':'.join([macro_name.split(':')[0].upper(), ':'.join(macro_name.split(':')[1:])])
193 macro_name = macro_name.upper()
209 host_macro_obj = host_macro_class_obj.get_host_macro(macro_name, host_id)
[all …]
/dports/sysutils/atf-sun50i_h6/arm-trusted-firmware-2.5/drivers/arm/tzc/
H A Dtzc_common_private.h32 TZC_##macro_name##_REGION_SIZE, \
34 TZC_##macro_name##_REGION_BASE_LOW_0_OFFSET, \
38 TZC_##macro_name##_REGION_SIZE, \
40 TZC_##macro_name##_REGION_BASE_HIGH_0_OFFSET, \
52 TZC_##macro_name##_REGION_SIZE, \
54 TZC_##macro_name##_REGION_TOP_LOW_0_OFFSET, \
58 TZC_##macro_name##_REGION_SIZE, \
60 TZC_##macro_name##_REGION_TOP_HIGH_0_OFFSET, \
72 TZC_##macro_name##_REGION_SIZE, \
74 TZC_##macro_name##_REGION_ATTR_0_OFFSET, \
[all …]
/dports/sysutils/atf-rk3328/arm-trusted-firmware-2.5/drivers/arm/tzc/
H A Dtzc_common_private.h32 TZC_##macro_name##_REGION_SIZE, \
34 TZC_##macro_name##_REGION_BASE_LOW_0_OFFSET, \
38 TZC_##macro_name##_REGION_SIZE, \
40 TZC_##macro_name##_REGION_BASE_HIGH_0_OFFSET, \
52 TZC_##macro_name##_REGION_SIZE, \
54 TZC_##macro_name##_REGION_TOP_LOW_0_OFFSET, \
58 TZC_##macro_name##_REGION_SIZE, \
60 TZC_##macro_name##_REGION_TOP_HIGH_0_OFFSET, \
72 TZC_##macro_name##_REGION_SIZE, \
74 TZC_##macro_name##_REGION_ATTR_0_OFFSET, \
[all …]
/dports/sysutils/atf-sun50i_a64/arm-trusted-firmware-2.5/drivers/arm/tzc/
H A Dtzc_common_private.h32 TZC_##macro_name##_REGION_SIZE, \
34 TZC_##macro_name##_REGION_BASE_LOW_0_OFFSET, \
38 TZC_##macro_name##_REGION_SIZE, \
40 TZC_##macro_name##_REGION_BASE_HIGH_0_OFFSET, \
52 TZC_##macro_name##_REGION_SIZE, \
54 TZC_##macro_name##_REGION_TOP_LOW_0_OFFSET, \
58 TZC_##macro_name##_REGION_SIZE, \
60 TZC_##macro_name##_REGION_TOP_HIGH_0_OFFSET, \
72 TZC_##macro_name##_REGION_SIZE, \
74 TZC_##macro_name##_REGION_ATTR_0_OFFSET, \
[all …]
/dports/sysutils/atf-fvp/arm-trusted-firmware-2.5/drivers/arm/tzc/
H A Dtzc_common_private.h32 TZC_##macro_name##_REGION_SIZE, \
34 TZC_##macro_name##_REGION_BASE_LOW_0_OFFSET, \
38 TZC_##macro_name##_REGION_SIZE, \
40 TZC_##macro_name##_REGION_BASE_HIGH_0_OFFSET, \
52 TZC_##macro_name##_REGION_SIZE, \
54 TZC_##macro_name##_REGION_TOP_LOW_0_OFFSET, \
58 TZC_##macro_name##_REGION_SIZE, \
60 TZC_##macro_name##_REGION_TOP_HIGH_0_OFFSET, \
72 TZC_##macro_name##_REGION_SIZE, \
74 TZC_##macro_name##_REGION_ATTR_0_OFFSET, \
[all …]
/dports/sysutils/atf-rk3399/arm-trusted-firmware-2.5/drivers/arm/tzc/
H A Dtzc_common_private.h32 TZC_##macro_name##_REGION_SIZE, \
34 TZC_##macro_name##_REGION_BASE_LOW_0_OFFSET, \
38 TZC_##macro_name##_REGION_SIZE, \
40 TZC_##macro_name##_REGION_BASE_HIGH_0_OFFSET, \
52 TZC_##macro_name##_REGION_SIZE, \
54 TZC_##macro_name##_REGION_TOP_LOW_0_OFFSET, \
58 TZC_##macro_name##_REGION_SIZE, \
60 TZC_##macro_name##_REGION_TOP_HIGH_0_OFFSET, \
72 TZC_##macro_name##_REGION_SIZE, \
74 TZC_##macro_name##_REGION_ATTR_0_OFFSET, \
[all …]
/dports/graphics/librsvg2-rust/librsvg-2.52.8/vendor/wide/src/
H A Dmacros.rs2 ($type:ty, $lanes:expr, $simd:ty, $macro_name:ident, $bits:expr) => {
4 $macro_name!(ONE, 1);
5 $macro_name!(ZERO, 0);
6 $macro_name!(MAX, <$type>::MAX);
7 $macro_name!(MIN, <$type>::MIN);
19 …($type:ty, $lanes:expr, $simd_type:ty, $simd_ident:ident, $aligned:ident, $macro_name:ident, 128) …
20 macro_rules! $macro_name {
28 int_uint_consts_inner!($type, $lanes, $simd_type, $macro_name, 128);
30 …($type:ty, $lanes:expr, $simd_type:ty, $simd_ident:ident, $aligned:ident, $macro_name:ident, 256) …
31 macro_rules! $macro_name {
[all …]
/dports/security/fwbuilder/fwbuilder-5.3.7/src/import/
H A DPFImporterRun.cpp100 QString macro_name = macro_definition.cap(1); in run() local
105 macros[macro_name] = value; in run()
114 QString macro_name = it.key(); in run() local
117 macros[macro_name] = value; in run()
124 QString macro_name = it.key(); in run() local
192 macros[macro_name] = "<" + macro_name + ">"; in run()
195 qDebug() << table_def.arg(macro_name).arg(value); in run()
270 QString macro_name = it.key(); in substituteMacros() local
281 QString macro_name = any_macro_instance.cap(1); in substituteMacros() local
283 else undefined_macros.insert(macro_name); in substituteMacros()
[all …]
/dports/devel/kf5-extra-cmake-modules/extra-cmake-modules-5.89.0/modules/
H A DECMSetupQtPluginMacroNames.cmake14 [JSON_NONE <macro_name> [<macro_name> [...]]]
15 [JSON_ARG1 <macro_name> [<macro_name> [...]]]
16 [JSON_ARG2 <macro_name> [<macro_name> [...]]]
17 [JSON_ARG3 <macro_name> [<macro_name> [...]]]
126 "${macro_name}"
132 "${macro_name}"
138 "${macro_name}"
164 foreach(macro_name ${_all_macro_names})
185 \"\${macro_name}\"
199 \"\${macro_name}\"
[all …]
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/config/tools/
H A Dgenerate.cpp121 const std::string& macro_name, in write_test_file() argument
140 "// " << macro_name << " should "; in write_test_file()
148 "// " << macro_name << " should "; in write_test_file()
165 if(regex_match(macro_name, tr1_exp)) in write_test_file()
172 ofs << "def " << macro_name << in write_test_file()
236 std::string macro_name; in process_ipp_file() local
250 macro_name = macro_match[1]; in process_ipp_file()
251 macro_list.insert(macro_name); in process_ipp_file()
254 if(macro_name.empty()) in process_ipp_file()
277 *pout << "def " << macro_name in process_ipp_file()
[all …]
/dports/databases/percona57-server/boost_1_59_0/libs/config/tools/
H A Dgenerate.cpp121 const std::string& macro_name, in write_test_file() argument
140 "// " << macro_name << " should "; in write_test_file()
148 "// " << macro_name << " should "; in write_test_file()
165 if(regex_match(macro_name, tr1_exp)) in write_test_file()
172 ofs << "def " << macro_name << in write_test_file()
236 std::string macro_name; in process_ipp_file() local
250 macro_name = macro_match[1]; in process_ipp_file()
251 macro_list.insert(macro_name); in process_ipp_file()
254 if(macro_name.empty()) in process_ipp_file()
277 *pout << "def " << macro_name in process_ipp_file()
[all …]
/dports/databases/xtrabackup/boost_1_59_0/libs/config/tools/
H A Dgenerate.cpp121 const std::string& macro_name, in write_test_file() argument
140 "// " << macro_name << " should "; in write_test_file()
148 "// " << macro_name << " should "; in write_test_file()
165 if(regex_match(macro_name, tr1_exp)) in write_test_file()
172 ofs << "def " << macro_name << in write_test_file()
236 std::string macro_name; in process_ipp_file() local
250 macro_name = macro_match[1]; in process_ipp_file()
251 macro_list.insert(macro_name); in process_ipp_file()
254 if(macro_name.empty()) in process_ipp_file()
277 *pout << "def " << macro_name in process_ipp_file()
[all …]
/dports/databases/percona57-client/boost_1_59_0/libs/config/tools/
H A Dgenerate.cpp121 const std::string& macro_name, in write_test_file() argument
140 "// " << macro_name << " should "; in write_test_file()
148 "// " << macro_name << " should "; in write_test_file()
165 if(regex_match(macro_name, tr1_exp)) in write_test_file()
172 ofs << "def " << macro_name << in write_test_file()
236 std::string macro_name; in process_ipp_file() local
250 macro_name = macro_match[1]; in process_ipp_file()
251 macro_list.insert(macro_name); in process_ipp_file()
254 if(macro_name.empty()) in process_ipp_file()
277 *pout << "def " << macro_name in process_ipp_file()
[all …]
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/config/tools/
H A Dgenerate.cpp121 const std::string& macro_name, in write_test_file() argument
140 "// " << macro_name << " should "; in write_test_file()
148 "// " << macro_name << " should "; in write_test_file()
165 if(regex_match(macro_name, tr1_exp)) in write_test_file()
172 ofs << "def " << macro_name << in write_test_file()
236 std::string macro_name; in process_ipp_file() local
250 macro_name = macro_match[1]; in process_ipp_file()
251 macro_list.insert(macro_name); in process_ipp_file()
254 if(macro_name.empty()) in process_ipp_file()
277 *pout << "def " << macro_name in process_ipp_file()
[all …]
/dports/games/yadex/yadex-1.7.0/src/
H A Dmacro.cc89 const char *macro_name = 0; in vmacro_expand() local
98 while (macro_name = va_arg (l, const char *)) in vmacro_expand()
102 size_t len2 = strlen (macro_name); in vmacro_expand()
103 if (len1 >= len2 && ! memcmp (fmt, macro_name, len2)) in vmacro_expand()
106 if (macro_name != 0) in vmacro_expand()
116 fmt += strlen (macro_name); in vmacro_expand()
185 const char *macro_name = 0; in macro_expand() local
191 macro_name = i->name; in macro_expand()
193 macro_name_len = strlen (macro_name); in macro_expand()
195 && memcmp (fmt, macro_name, macro_name_len) == 0) in macro_expand()
/dports/devel/boost-docs/boost_1_72_0/libs/config/tools/
H A Dgenerate.cpp121 const std::string& macro_name, in write_test_file() argument
140 "// " << macro_name << " should "; in write_test_file()
148 "// " << macro_name << " should "; in write_test_file()
169 ofs << "def " << macro_name << in write_test_file()
220 std::string macro_name; in process_ipp_file() local
234 macro_name = macro_match[1]; in process_ipp_file()
235 macro_list.insert(macro_name); in process_ipp_file()
238 if(macro_name.empty()) in process_ipp_file()
261 *pout << "def " << macro_name in process_ipp_file()
284 …build_config_test << "# ifndef " << macro_name << "\n# error \"Feature macro " << macro_name in process_ipp_file()
[all …]
/dports/devel/boost-python-libs/boost_1_72_0/libs/config/tools/
H A Dgenerate.cpp121 const std::string& macro_name, in write_test_file() argument
140 "// " << macro_name << " should "; in write_test_file()
148 "// " << macro_name << " should "; in write_test_file()
169 ofs << "def " << macro_name << in write_test_file()
220 std::string macro_name; in process_ipp_file() local
234 macro_name = macro_match[1]; in process_ipp_file()
235 macro_list.insert(macro_name); in process_ipp_file()
238 if(macro_name.empty()) in process_ipp_file()
261 *pout << "def " << macro_name in process_ipp_file()
284 …build_config_test << "# ifndef " << macro_name << "\n# error \"Feature macro " << macro_name in process_ipp_file()
[all …]
/dports/math/stanmath/math-4.2.0/lib/boost_1.75.0/libs/config/tools/
H A Dgenerate.cpp121 const std::string& macro_name, in write_test_file() argument
140 "// " << macro_name << " should "; in write_test_file()
148 "// " << macro_name << " should "; in write_test_file()
169 ofs << "def " << macro_name << in write_test_file()
220 std::string macro_name; in process_ipp_file() local
234 macro_name = macro_match[1]; in process_ipp_file()
235 macro_list.insert(macro_name); in process_ipp_file()
238 if(macro_name.empty()) in process_ipp_file()
261 *pout << "def " << macro_name in process_ipp_file()
284 …build_config_test << "# ifndef " << macro_name << "\n# error \"Feature macro " << macro_name in process_ipp_file()
[all …]
/dports/devel/boost-libs/boost_1_72_0/libs/config/tools/
H A Dgenerate.cpp121 const std::string& macro_name, in write_test_file() argument
140 "// " << macro_name << " should "; in write_test_file()
148 "// " << macro_name << " should "; in write_test_file()
169 ofs << "def " << macro_name << in write_test_file()
220 std::string macro_name; in process_ipp_file() local
234 macro_name = macro_match[1]; in process_ipp_file()
235 macro_list.insert(macro_name); in process_ipp_file()
238 if(macro_name.empty()) in process_ipp_file()
261 *pout << "def " << macro_name in process_ipp_file()
284 …build_config_test << "# ifndef " << macro_name << "\n# error \"Feature macro " << macro_name in process_ipp_file()
[all …]
/dports/devel/hyperscan/boost_1_75_0/libs/config/tools/
H A Dgenerate.cpp121 const std::string& macro_name, in write_test_file() argument
140 "// " << macro_name << " should "; in write_test_file()
148 "// " << macro_name << " should "; in write_test_file()
169 ofs << "def " << macro_name << in write_test_file()
220 std::string macro_name; in process_ipp_file() local
234 macro_name = macro_match[1]; in process_ipp_file()
235 macro_list.insert(macro_name); in process_ipp_file()
238 if(macro_name.empty()) in process_ipp_file()
261 *pout << "def " << macro_name in process_ipp_file()
284 …build_config_test << "# ifndef " << macro_name << "\n# error \"Feature macro " << macro_name in process_ipp_file()
[all …]
/dports/devel/sentry-cli/sentry-cli-1.71.0/cargo-crates/maplit-1.0.2/src/
H A Dlib.rs221 (keys=$kf:expr, $macro_name:ident !($($k:expr),* $(,)*)) => {
222 $macro_name! { $(($kf)($k)),* }
224 (keys=$kf:expr, values=$vf:expr, $macro_name:ident !($($k:expr),* $(,)*)) => {
225 $macro_name! { $(($kf)($k)),* }
228 $macro_name! { $(($kf)($k) => ($vf)($v)),* }
230 (keys=$kf:expr, $macro_name:ident !($($rest:tt)*)) => {
233 $macro_name !(
238 (values=$vf:expr, $macro_name:ident !($($rest:tt)*)) => {
241 $macro_name !(
246 ($macro_name:ident ! $($rest:tt)*) => {
[all …]
/dports/security/vaultwarden/vaultwarden-1.23.1/cargo-crates/maplit-1.0.2/src/
H A Dlib.rs221 (keys=$kf:expr, $macro_name:ident !($($k:expr),* $(,)*)) => {
222 $macro_name! { $(($kf)($k)),* }
224 (keys=$kf:expr, values=$vf:expr, $macro_name:ident !($($k:expr),* $(,)*)) => {
225 $macro_name! { $(($kf)($k)),* }
228 $macro_name! { $(($kf)($k) => ($vf)($v)),* }
230 (keys=$kf:expr, $macro_name:ident !($($rest:tt)*)) => {
233 $macro_name !(
238 (values=$vf:expr, $macro_name:ident !($($rest:tt)*)) => {
241 $macro_name !(
246 ($macro_name:ident ! $($rest:tt)*) => {
[all …]
/dports/x11-wm/leftwm/leftwm-0.2.11/cargo-crates/maplit-1.0.2/src/
H A Dlib.rs221 (keys=$kf:expr, $macro_name:ident !($($k:expr),* $(,)*)) => {
222 $macro_name! { $(($kf)($k)),* }
224 (keys=$kf:expr, values=$vf:expr, $macro_name:ident !($($k:expr),* $(,)*)) => {
225 $macro_name! { $(($kf)($k)),* }
228 $macro_name! { $(($kf)($k) => ($vf)($v)),* }
230 (keys=$kf:expr, $macro_name:ident !($($rest:tt)*)) => {
233 $macro_name !(
238 (values=$vf:expr, $macro_name:ident !($($rest:tt)*)) => {
241 $macro_name !(
246 ($macro_name:ident ! $($rest:tt)*) => {
[all …]

12345678910>>...45