Home
last modified time | relevance | path

Searched +refs:change +refs:module +refs:name (Results 26 – 50 of 58110) sorted by relevance

12345678910>>...2325

/dports/www/php74-session/php-7.4.27/ext/session/tests/
H A Dsession_ini_set.phpt7 session.name="PHPSESSID"
33 * Prototype : string ini_set(string $name, string $value)
41 var_dump(ini_set("session.name", "PHPSESSID"));
67 var_dump(ini_set("session.name", "PHPSESSID"));
119 Warning: ini_set(): A session is active. You cannot change the session module's ini settings at thi…
122 Warning: ini_set(): A session is active. You cannot change the session module's ini settings at thi…
125 Warning: ini_set(): A session is active. You cannot change the session module's ini settings at thi…
129 Warning: ini_set(): A session is active. You cannot change the session module's ini settings at thi…
132 Warning: ini_set(): A session is active. You cannot change the session module's ini settings at thi…
135 Warning: ini_set(): A session is active. You cannot change the session module's ini settings at thi…
[all …]
/dports/www/php73-session/php-7.3.33/ext/session/tests/
H A Dsession_ini_set.phpt7 session.name="PHPSESSID"
33 * Prototype : string ini_set(string $name, string $value)
41 var_dump(ini_set("session.name", "PHPSESSID"));
67 var_dump(ini_set("session.name", "PHPSESSID"));
119 Warning: ini_set(): A session is active. You cannot change the session module's ini settings at thi…
122 Warning: ini_set(): A session is active. You cannot change the session module's ini settings at thi…
125 Warning: ini_set(): A session is active. You cannot change the session module's ini settings at thi…
129 Warning: ini_set(): A session is active. You cannot change the session module's ini settings at thi…
132 Warning: ini_set(): A session is active. You cannot change the session module's ini settings at thi…
135 Warning: ini_set(): A session is active. You cannot change the session module's ini settings at thi…
[all …]
/dports/www/mod_php73/php-7.3.33/ext/session/tests/
H A Dsession_ini_set.phpt7 session.name="PHPSESSID"
33 * Prototype : string ini_set(string $name, string $value)
41 var_dump(ini_set("session.name", "PHPSESSID"));
67 var_dump(ini_set("session.name", "PHPSESSID"));
119 Warning: ini_set(): A session is active. You cannot change the session module's ini settings at thi…
122 Warning: ini_set(): A session is active. You cannot change the session module's ini settings at thi…
125 Warning: ini_set(): A session is active. You cannot change the session module's ini settings at thi…
129 Warning: ini_set(): A session is active. You cannot change the session module's ini settings at thi…
132 Warning: ini_set(): A session is active. You cannot change the session module's ini settings at thi…
135 Warning: ini_set(): A session is active. You cannot change the session module's ini settings at thi…
[all …]
/dports/www/mod_php74/php-7.4.27/ext/session/tests/
H A Dsession_ini_set.phpt7 session.name="PHPSESSID"
33 * Prototype : string ini_set(string $name, string $value)
41 var_dump(ini_set("session.name", "PHPSESSID"));
67 var_dump(ini_set("session.name", "PHPSESSID"));
119 Warning: ini_set(): A session is active. You cannot change the session module's ini settings at thi…
122 Warning: ini_set(): A session is active. You cannot change the session module's ini settings at thi…
125 Warning: ini_set(): A session is active. You cannot change the session module's ini settings at thi…
129 Warning: ini_set(): A session is active. You cannot change the session module's ini settings at thi…
132 Warning: ini_set(): A session is active. You cannot change the session module's ini settings at thi…
135 Warning: ini_set(): A session is active. You cannot change the session module's ini settings at thi…
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/
H A Dipa_subca.py88 return self._post_json(method='ca_find', name=subca_name, item=None)
95 return self._post_json(method='ca_add', name=subca_name, item=item)
99 for change in diff:
101 if item[change] is not None:
102 update_detail.update(setattr="{0}={1}".format(change, item[change]))
103 self._post_json(method='ca_mod', name=subca_name, item=update_detail)
106 return self._post_json(method='ca_del', name=subca_name)
109 return self._post_json(method='ca_disable', name=subca_name)
112 return self._post_json(method='ca_enable', name=subca_name)
129 def ensure(module, client): argument
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/general/plugins/modules/identity/ipa/
H A Dipa_subca.py88 return self._post_json(method='ca_find', name=subca_name, item=None)
95 return self._post_json(method='ca_add', name=subca_name, item=item)
99 for change in diff:
101 if item[change] is not None:
102 update_detail.update(setattr="{0}={1}".format(change, item[change]))
103 self._post_json(method='ca_mod', name=subca_name, item=update_detail)
106 return self._post_json(method='ca_del', name=subca_name)
109 return self._post_json(method='ca_disable', name=subca_name)
112 return self._post_json(method='ca_enable', name=subca_name)
129 def ensure(module, client): argument
[all …]
/dports/www/mod_perl2/mod_perl-2.0.11/Apache-Reload/lib/Apache2/
H A DReload.pm52 my $module = shift;
53 $module =~ s/\//::/g;
54 $module =~ s/\.pm$//g;
55 return $module;
168 foreach my $change (@changed) {
169 my ($module, $file) = @$change;
176 foreach my $change (@changed) {
177 my ($module, $file) = @$change;
178 my $name = $ReloadByModuleName ? $module : $file;
179 require $name;
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/network/f5/
H A Dbigip_remote_syslog.py206 result.update(change)
272 self.module.deprecate(
282 change = diff.compare(k)
283 if change is None:
287 changed.update(change)
289 changed[k] = change
301 if syslog.name == self.want.name:
335 if self.module.check_mode:
453 module = AnsibleModule(
459 mm = ModuleManager(module=module)
[all …]
/dports/sysutils/ansible/ansible-4.7.0/ansible_collections/community/mysql/tests/integration/targets/test_mysql_user/tasks/
H A Dtest_user_plugin_auth.yml37 - name: Check that the module made a change and that the expected plugin type is set
67 - name: Check that the module makes the change because the hash changed
108 - name: Check that the module made a change and that the expected plugin type is set
138 - name: Check that the module doesn't make a change when the same hash is passed in
154 - name: Check that the module did not change the password
193 - name: Check that the module made a change and that the expected plugin type is set
225 - name: The module should detect a change even though the password is the same
240 - name: Check that the module did not change the password
278 - name: Check that the module made a change and that the expected plugin type is set
357 - name: Check that the module made a change and that the expected plugin type is set
[all …]
/dports/databases/py-sqlite3/Python-3.8.12/Lib/lib2to3/fixes/
H A Dfix_urllib.py51 for change in changes:
87 for name in MAPPING[import_mod.value][:-1]:
88 names.extend([Name(name[0], prefix=pref), Comma()])
140 def handle_name(name, prefix): argument
141 if name.type == syms.import_as_name:
143 name.children[1].clone(),
144 name.children[2].clone()]
146 return [Name(name.value, prefix=prefix)]
147 for module in modules:
148 elts = mod_dict[module]
[all …]
/dports/databases/py-gdbm/Python-3.8.12/Lib/lib2to3/fixes/
H A Dfix_urllib.py51 for change in changes:
87 for name in MAPPING[import_mod.value][:-1]:
88 names.extend([Name(name[0], prefix=pref), Comma()])
140 def handle_name(name, prefix): argument
141 if name.type == syms.import_as_name:
143 name.children[1].clone(),
144 name.children[2].clone()]
146 return [Name(name.value, prefix=prefix)]
147 for module in modules:
148 elts = mod_dict[module]
[all …]
/dports/lang/python-legacy/Python-2.7.18/Lib/lib2to3/fixes/
H A Dfix_urllib.py52 for change in changes:
88 for name in MAPPING[import_mod.value][:-1]:
89 names.extend([Name(name[0], prefix=pref), Comma()])
141 def handle_name(name, prefix): argument
142 if name.type == syms.import_as_name:
144 name.children[1].clone(),
145 name.children[2].clone()]
147 return [Name(name.value, prefix=prefix)]
148 for module in modules:
149 elts = mod_dict[module]
[all …]
/dports/lang/python37/Python-3.7.12/Lib/lib2to3/fixes/
H A Dfix_urllib.py51 for change in changes:
87 for name in MAPPING[import_mod.value][:-1]:
88 names.extend([Name(name[0], prefix=pref), Comma()])
140 def handle_name(name, prefix): argument
141 if name.type == syms.import_as_name:
143 name.children[1].clone(),
144 name.children[2].clone()]
146 return [Name(name.value, prefix=prefix)]
147 for module in modules:
148 elts = mod_dict[module]
[all …]
/dports/lang/python310/Python-3.10.1/Lib/lib2to3/fixes/
H A Dfix_urllib.py51 for change in changes:
87 for name in MAPPING[import_mod.value][:-1]:
88 names.extend([Name(name[0], prefix=pref), Comma()])
140 def handle_name(name, prefix): argument
141 if name.type == syms.import_as_name:
143 name.children[1].clone(),
144 name.children[2].clone()]
146 return [Name(name.value, prefix=prefix)]
147 for module in modules:
148 elts = mod_dict[module]
[all …]
/dports/lang/python-tools/Python-3.8.12/Lib/lib2to3/fixes/
H A Dfix_urllib.py51 for change in changes:
87 for name in MAPPING[import_mod.value][:-1]:
88 names.extend([Name(name[0], prefix=pref), Comma()])
140 def handle_name(name, prefix): argument
141 if name.type == syms.import_as_name:
143 name.children[1].clone(),
144 name.children[2].clone()]
146 return [Name(name.value, prefix=prefix)]
147 for module in modules:
148 elts = mod_dict[module]
[all …]
/dports/lang/python27/Python-2.7.18/Lib/lib2to3/fixes/
H A Dfix_urllib.py52 for change in changes:
88 for name in MAPPING[import_mod.value][:-1]:
89 names.extend([Name(name[0], prefix=pref), Comma()])
141 def handle_name(name, prefix): argument
142 if name.type == syms.import_as_name:
144 name.children[1].clone(),
145 name.children[2].clone()]
147 return [Name(name.value, prefix=prefix)]
148 for module in modules:
149 elts = mod_dict[module]
[all …]
/dports/lang/python39/Python-3.9.9/Lib/lib2to3/fixes/
H A Dfix_urllib.py51 for change in changes:
87 for name in MAPPING[import_mod.value][:-1]:
88 names.extend([Name(name[0], prefix=pref), Comma()])
140 def handle_name(name, prefix): argument
141 if name.type == syms.import_as_name:
143 name.children[1].clone(),
144 name.children[2].clone()]
146 return [Name(name.value, prefix=prefix)]
147 for module in modules:
148 elts = mod_dict[module]
[all …]
/dports/java/eclipse-pydev/eclipse-pydev-8.2.0/plugins/org.python.pydev.core_8.2.0.202102211157/pysrc/third_party/pep8/lib2to3/lib2to3/fixes/
H A Dfix_urllib.py52 for change in changes:
88 for name in MAPPING[import_mod.value][:-1]:
89 names.extend([Name(name[0], prefix=pref), Comma()])
141 def handle_name(name, prefix): argument
142 if name.type == syms.import_as_name:
144 name.children[1].clone(),
145 name.children[2].clone()]
147 return [Name(name.value, prefix=prefix)]
148 for module in modules:
149 elts = mod_dict[module]
[all …]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/lib2to3/fixes/
H A Dfix_urllib.py51 for change in changes:
87 for name in MAPPING[import_mod.value][:-1]:
88 names.extend([Name(name[0], prefix=pref), Comma()])
140 def handle_name(name, prefix): argument
141 if name.type == syms.import_as_name:
143 name.children[1].clone(),
144 name.children[2].clone()]
146 return [Name(name.value, prefix=prefix)]
147 for module in modules:
148 elts = mod_dict[module]
[all …]
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/pydev/third_party/pep8/lib2to3/lib2to3/fixes/
H A Dfix_urllib.py52 for change in changes:
88 for name in MAPPING[import_mod.value][:-1]:
89 names.extend([Name(name[0], prefix=pref), Comma()])
141 def handle_name(name, prefix): argument
142 if name.type == syms.import_as_name:
144 name.children[1].clone(),
145 name.children[2].clone()]
147 return [Name(name.value, prefix=prefix)]
148 for module in modules:
149 elts = mod_dict[module]
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Lib/lib2to3/fixes/
H A Dfix_urllib.py52 for change in changes:
88 for name in MAPPING[import_mod.value][:-1]:
89 names.extend([Name(name[0], prefix=pref), Comma()])
141 def handle_name(name, prefix): argument
142 if name.type == syms.import_as_name:
144 name.children[1].clone(),
145 name.children[2].clone()]
147 return [Name(name.value, prefix=prefix)]
148 for module in modules:
149 elts = mod_dict[module]
[all …]
/dports/lang/python311/Python-3.11.0a3/Lib/lib2to3/fixes/
H A Dfix_urllib.py51 for change in changes:
87 for name in MAPPING[import_mod.value][:-1]:
88 names.extend([Name(name[0], prefix=pref), Comma()])
140 def handle_name(name, prefix): argument
141 if name.type == syms.import_as_name:
143 name.children[1].clone(),
144 name.children[2].clone()]
146 return [Name(name.value, prefix=prefix)]
147 for module in modules:
148 elts = mod_dict[module]
[all …]
/dports/lang/python38/Python-3.8.12/Lib/lib2to3/fixes/
H A Dfix_urllib.py51 for change in changes:
87 for name in MAPPING[import_mod.value][:-1]:
88 names.extend([Name(name[0], prefix=pref), Comma()])
140 def handle_name(name, prefix): argument
141 if name.type == syms.import_as_name:
143 name.children[1].clone(),
144 name.children[2].clone()]
146 return [Name(name.value, prefix=prefix)]
147 for module in modules:
148 elts = mod_dict[module]
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/test/ui/imports/
H A Dissue-24081.stderr1 error[E0255]: the name `Add` is defined multiple times
10 = note: `Add` 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: `Sub` 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: `Mul` 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
55 = note: `Div` must be defined only once in the type namespace of this module
56 help: you can use `as` to change the binding name of the import
70 = note: `Rem` must be defined only once in the type namespace of this module
[all …]
/dports/sysutils/ansible2/ansible-2.9.27/lib/ansible/modules/cloud/vmware/
H A Dvmware_host_acceptance.py120 def __init__(self, module): argument
121 super(VMwareAccpetanceManager, self).__init__(module)
131 self.hosts_facts[host.name] = dict(level='', error='NA')
137 self.hosts_facts[host.name]['error'] = to_native(e.msg)
140 change = []
147 if self.module.check_mode:
156 change.append(host_changed)
157 self.module.exit_json(changed=any(change), facts=self.hosts_facts)
162 self.module.exit_json(changed=False, facts=self.hosts_facts)
179 module = AnsibleModule(
[all …]

12345678910>>...2325