Home
last modified time | relevance | path

Searched +refs:change +refs:module +refs:name (Results 51 – 75 of 58179) sorted by relevance

12345678910>>...2328

/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/vmware/plugins/modules/
H A Dvmware_host_acceptance.py115 def __init__(self, module): argument
116 super(VMwareAccpetanceManager, self).__init__(module)
126 self.hosts_facts[host.name] = dict(level='', error='NA')
132 self.hosts_facts[host.name]['error'] = to_native(e.msg)
135 change = []
142 if self.module.check_mode:
151 change.append(host_changed)
152 self.module.exit_json(changed=any(change), facts=self.hosts_facts)
157 self.module.exit_json(changed=False, facts=self.hosts_facts)
174 module = AnsibleModule(
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/variants/
H A Dvariant-namespacing.stderr10 = note: `XStruct` must be defined only once in the type namespace of this module
11 help: you can use `as` to change the binding name of the import
25 = note: `XTuple` must be defined only once in the type namespace of this module
26 help: you can use `as` to change the binding name of the import
40 = note: `XUnit` must be defined only once in the type namespace of this module
41 help: you can use `as` to change the binding name of the import
56 help: you can use `as` to change the binding name of the import
70 = note: `Tuple` must be defined only once in the type namespace of this module
71 help: you can use `as` to change the binding name of the import
85 = note: `Unit` must be defined only once in the type namespace of this module
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/imports/
H A Dissue-19498.stderr1 error[E0255]: the name `A` is defined multiple times
5 | ------- previous import of the module `A` here
10 = note: `A` must be defined only once in the type namespace of this module
11 help: you can use `as` to change the binding name of the import
16 error[E0255]: the name `B` is defined multiple times
20 | ------- previous import of the module `B` here
25 = note: `B` must be defined only once in the type namespace of this module
26 help: you can use `as` to change the binding name of the import
31 error[E0255]: the name `D` is defined multiple times
35 | ---- previous import of the module `D` here
[all …]
H A Dissue-25396.stderr1 error[E0252]: the name `baz` is defined multiple times
5 | -------- previous import of the module `baz` here
9 = note: `baz` must be defined only once in the type namespace of this module
10 help: you can use `as` to change the binding name of the import
15 error[E0252]: the name `Quux` is defined multiple times
23 = note: `Quux` must be defined only once in the type namespace of this module
24 help: you can use `as` to change the binding name of the import
37 = note: `blah` must be defined only once in the type namespace of this module
38 help: you can use `as` to change the binding name of the import
51 = note: `WOMP` must be defined only once in the value namespace of this module
[all …]
/dports/devel/p5-Devel-Cover/Devel-Cover-1.36/utils/
H A Ddc202 cpancover-build-module)
203 module="$2"
218 cpancover-docker-module)
219 module="$2"
236 "${dir}dc" "$l" cpancover-build-module "$module")
305 module="$2"
313 cp tests/trivial tests/change
314 $perl -Mblib -MDevel::Cover tests/change
315 cp tmp/change tests
316 $perl -Mblib -MDevel::Cover tests/change
[all …]
/dports/irc/anope/anope-2.0.9/data/
H A Dmemoserv.example.conf12 …* If you change this value, you probably want to change the client directive in the configuration …
110 module { name = "ms_cancel" }
120 module { name = "ms_check" }
130 module { name = "ms_del" }
160 module { name = "ms_info" }
170 module { name = "ms_list" }
180 module { name = "ms_read" }
212 module { name = "ms_send" }
222 module { name = "ms_sendall" }
232 module { name = "ms_set" }
[all …]
H A Dhostserv.example.conf12 …* If you change this value, you probably want to change the client directive in the configuration …
36 * are used based on what protocol module you have loaded.
55 * Core HostServ module.
59 module
61 name = "hostserv"
82 …* Sane defaults are provided below that do not need to be edited unless you wish to change the def…
129 module { name = "hs_list" }
139 module { name = "hs_off" }
149 module { name = "hs_on" }
159 module
[all …]
/dports/multimedia/QtAV/QtAV-1.13.0/tools/
H A Ddeploy_osx.sh19 all+=" "`find $dir -name '*.dylib'`
27 if [ $name ]; then
29 install_name_tool -change $name $fw $one
52 …install_name_tool -change "$LIBCOMMON_SELF" "@executable_path/../Frameworks/${LIBCOMMON/*\//}" $EXE
79 for module in $AVMODULES; do
80 rm -rf $FRAMEWORK_DIR/${module}.framework
81 cp -af lib*/${module}.framework $FRAMEWORK_DIR
82 local MODULE_LIB=`otool -D $FRAMEWORK_DIR/${module}.framework/${module} |grep -v ":"`
83 local MODULE_LIB_REL=${MODULE_LIB/*${module}.framework/${module}.framework}
91 install_name_tool -change "$EXE_DEP" "@executable_path/../Frameworks/${MODULE_LIB_REL}" $EXE
[all …]
/dports/devel/dconf/dconf-0.40.0/gsettings/
H A Ddconfsettingsbackend.c70 DConfChangeset *change; in dconf_settings_backend_write() local
98 DConfChangeset *change; in dconf_settings_backend_write_tree() local
122 const gchar *name) in dconf_settings_backend_get_writable() argument
126 return dconf_engine_is_writable (dcsb->engine, name); in dconf_settings_backend_get_writable()
131 const gchar *name) in dconf_settings_backend_subscribe() argument
135 dconf_engine_watch_fast (dcsb->engine, name); in dconf_settings_backend_subscribe()
140 const gchar *name) in dconf_settings_backend_unsubscribe() argument
144 dconf_engine_unwatch_fast (dcsb->engine, name); in dconf_settings_backend_unsubscribe()
204 g_io_module_load (GIOModule *module) in g_io_module_load() argument
206 g_type_module_use (G_TYPE_MODULE (module)); in g_io_module_load()
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/netapp_eseries/santricity/tests/integration/targets/na_santricity_alerts_syslog/tasks/
H A Dmain.yml1 # Test code for the na_santricity_alerts_syslog module
5 - name: Set facts for na_santricity_alerts_syslog module's intergration test.
18 - name: Add alert syslog servers (change, check_mode)
29 - name: Verify results
34 - name: (Repeat) Add alert syslog servers (change)
44 - name: Verify results
49 - name: (Repeat) Add alert syslog servers (no change)
65 - name: Remove one alert syslog server (change)
80 - name: Add one alert syslog server (change)
96 - name: Delete all alert syslog servers (change)
[all …]
/dports/security/kleopatra/kleopatra-21.12.3/src/conf/
H A Dkleopageconfigdialog.cpp132 if (!module) { in slotDefaultClicked()
147 if (!module) { in slotUser1Clicked()
173 const QString docPath = mHelpUrls.value(item->name()); in slotHelpClicked()
178 + QLocale().name() + QLatin1String("&application=kleopatra")); in slotHelpClicked()
189 …PageConfigDialog::addModule(const QString &name, const QString &docPath, const QString &icon, KCMo… in addModule() argument
193 KPageWidgetItem *item = addPage(module, name); in addModule()
198 mHelpUrls.insert(name, docPath); in addModule()
226 if (!module) { in clientChanged()
231 bool change = mChangedModules.contains(module); in clientChanged() local
235 resetButton->setEnabled(change); in clientChanged()
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/f5networks/f5_modules/plugins/modules/
H A Dbigip_device_group_member.py111 change = getattr(self, returnable)
112 if isinstance(change, dict):
113 result.update(change)
115 result[returnable] = change
153 self.module.deprecate(
210 self.want.name
231 params['name'] = self.want.name
253 self.want.name
265 name=dict(required=True),
280 module = AnsibleModule(
[all …]
H A Dbigip_service_policy.py216 change = diff.compare(k)
217 if change is None:
220 if isinstance(change, dict):
221 changed.update(change)
223 changed[k] = change
312 transform_name(self.want.partition, self.want.name)
335 params['name'] = self.want.name
358 transform_name(self.want.partition, self.want.name)
376 transform_name(self.want.partition, self.want.name)
407 name=dict(
[all …]
H A Dbigip_firewall_dos_profile.py210 change = diff.compare(k)
211 if change is None:
214 if isinstance(change, dict):
215 changed.update(change)
217 changed[k] = change
267 transform_name(self.want.partition, self.want.name)
314 params['name'] = self.want.name
335 transform_name(self.want.partition, self.want.name)
356 transform_name(self.want.partition, self.want.name)
384 name=dict(required=True),
[all …]
H A Dbigip_gtm_wide_ip.py375 pool['name'] = name
409 def name(self): member in ModuleParameters
536 if isinstance(change, dict):
537 result.update(change)
683 change = diff.compare(k)
684 if change is None:
688 changed.update(change)
690 changed[k] = change
877 name=dict(
926 module = AnsibleModule(
[all …]
/dports/cad/p5-Verilog-Perl/Verilog-Perl-3.478/Netlist/
H A DPin.pm108 return (sort {$a->name cmp $b->name} (@{$_[0]->_nets}));
117 sub module { subroutine
118 return $_[0]->cell->module;
124 return $_[0]->cell->module->netlist;
130 my $change;
135 my $net = $self->module->find_net($pinselect->netname);
150 $change = 1;
158 $change = 1;
163 $self->name($self->port->name) if $self->port;
164 $change = 1;
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/network/f5/
H A Dbigip_device_group_member.py120 change = getattr(self, returnable)
121 if isinstance(change, dict):
122 result.update(change)
124 result[returnable] = change
162 self.module.deprecate(
215 self.want.name
228 params['name'] = self.want.name
252 self.want.name
264 name=dict(required=True),
279 module = AnsibleModule(
[all …]
H A Dbigip_firewall_dos_profile.py221 change = diff.compare(k)
222 if change is None:
225 if isinstance(change, dict):
226 changed.update(change)
228 changed[k] = change
275 transform_name(self.want.partition, self.want.name)
312 params['name'] = self.want.name
335 transform_name(self.want.partition, self.want.name)
358 transform_name(self.want.partition, self.want.name)
389 name=dict(required=True),
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/netapp_eseries/santricity/tests/integration/targets/na_santricity_syslog/tasks/
H A Dmain.yml1 # Test code for the na_santricity_syslog module
4 - name: Set facts for na_santricity_iscsi_target module's intergration test.
22 - name: Verify results
27 - name: (Repeat) Configure initial syslog server settings (no change)
35 - name: Verify results
66 - name: Add another syslog server address (change, check_mode)
80 - name: (Repeat) Add another syslog server address (change)
93 - name: Diasable syslog server (change)
102 - name: Diasable syslog server (change)
111 - name: Diasable syslog server (change)
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/netapp_eseries/santricity/tests/integration/targets/na_santricity_hostgroup/tasks/
H A Dmain.yml1 # Test code for the na_santricity_hostgroup module
4 - name: Set facts for na_santricity_host module's intergration test.
40 - name: Create host group and add one host (change)
47 - name: Verify results
52 - name: (Repeat) Create host group and add one host (no change)
59 - name: Verify results
64 - name: Add one host (change, check_mode)
78 - name: Add one host (change, check_mode)
92 - name: Add one host (change)
105 - name: Remove one host (change)
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/imports/issue-45829/
H A Dimport-self.stderr13 help: consider importing the module directly
23 error[E0255]: the name `foo` is defined multiple times
27 | ------- previous definition of the module `foo` here
32 = note: `foo` must be defined only once in the type namespace of this module
33 help: you can use `as` to change the binding name of the import
38 error[E0255]: the name `foo` is defined multiple times
42 | ------- previous definition of the module `foo` here
48 help: you can use `as` to change the binding name of the import
53 error[E0252]: the name `A` is defined multiple times
61 = note: `A` must be defined only once in the type namespace of this module
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/
H A Dkernel_blacklist.py55 module = dict( variable in Blacklist
57 name=dict(type='str', required=True),
65 self.pattern = re.compile(r'^blacklist\s+{0}$'.format(re.escape(self.vars.name)))
67 self.vars.set('file_exists', os.path.exists(self.vars.filename), output=False, change=True)
72 self.vars.set('lines', [], change=True, diff=True)
75 self.vars.set('lines', [x.rstrip() for x in fd.readlines()], change=True, diff=True)
76 self.vars.set('is_blacklisted', self._is_module_blocked(), change=True)
97 self.vars.lines = self.vars.lines + ['blacklist %s' % self.vars.name]
100 if self.has_changed() and not self.module.check_mode:
104 … self.module.preserved_copy(self.vars.filename, tmpfile) # ensure right perms/ownership
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/system/
H A Dkernel_blacklist.py55 module = dict( variable in Blacklist
57 name=dict(type='str', required=True),
65 self.pattern = re.compile(r'^blacklist\s+{0}$'.format(re.escape(self.vars.name)))
67 self.vars.set('file_exists', os.path.exists(self.vars.filename), output=False, change=True)
72 self.vars.set('lines', [], change=True, diff=True)
75 self.vars.set('lines', [x.rstrip() for x in fd.readlines()], change=True, diff=True)
76 self.vars.set('is_blacklisted', self._is_module_blocked(), change=True)
97 self.vars.lines = self.vars.lines + ['blacklist %s' % self.vars.name]
100 if self.has_changed() and not self.module.check_mode:
104 … self.module.preserved_copy(self.vars.filename, tmpfile) # ensure right perms/ownership
[all …]
/dports/net/kea/kea-2.0.1/src/bin/netconf/
H A Dnetconf_messages.mes14 This debug message indicates a YANG configuration change. The format
15 is the change operation (created, modified, deleted or moved) followed
18 % NETCONF_CONFIG_CHANGE_EVENT Received YANG configuration change %1 event
20 configuration change event. The type of event is printed.
51 % NETCONF_LOG_CHANGE_FAIL Netconf configuration change logging failed: %1
52 The warning message indicates that the configuration change logging
58 the module is printed.
62 available in the sysrepo repository. The name of the module is printed.
67 The name, expected and available revisions of the module are printed.
116 notifications for a Kea server. The server name and module name are printed.
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/module_utils/mh/mixins/
H A Dvars.py21 self.change = diff if change is None else change
30 if change is not None:
31 self.change = change
84 def meta(self, name): argument
85 return self._meta[name]
93 self._data[name] = value
94 if name in self._meta:
95 meta = self.meta(name)
99 self._meta[name] = meta
126 def __init__(self, module=None): argument
[all …]

12345678910>>...2328