- Sort Score
- Result 10 results
- Languages All
Results 11 - 14 of 14 for setlogin (0.1 sec)
-
api/go1.20.txt
pkg syscall (freebsd-riscv64), func Seteuid(int) error #53466 pkg syscall (freebsd-riscv64), func Setgid(int) error #53466 pkg syscall (freebsd-riscv64), func Setgroups([]int) error #53466 pkg syscall (freebsd-riscv64), func Setlogin(string) error #53466 pkg syscall (freebsd-riscv64), func Setpgid(int, int) error #53466 pkg syscall (freebsd-riscv64), func Setpriority(int, int, int) error #53466
Registered: Tue Nov 05 11:13:11 UTC 2024 - Last Modified: Fri Feb 17 21:23:32 UTC 2023 - 602.6K bytes - Viewed (0) -
compat/maven-plugin-api/src/main/java/org/apache/maven/plugin/AbstractMojo.java
private Log log; /** Plugin container context */ private Map pluginContext; /** * @deprecated Use SLF4J directly */ @Deprecated @Override public void setLog(Log log) { this.log = log; } /** * <p> * Returns the logger that has been injected into this mojo. If no logger has been setup yet, a
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 7.4K bytes - Viewed (0) -
src/main/java/jcifs/http/NtlmHttpFilter.java
/* * The Filter can only work with NTLMv1 as it uses a man-in-the-middle * technique that NTLMv2 specifically thwarts. A real NTLM Filter would * need to do a NETLOGON RPC that JCIFS will likely never implement * because it requires a lot of extra crypto not used by CIFS. */ p.setProperty("jcifs.smb.lmCompatibility", "0");
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Sun Jul 01 13:12:10 UTC 2018 - 14.8K bytes - Viewed (0) -
compat/maven-plugin-api/src/main/java/org/apache/maven/plugin/descriptor/PluginDescriptor.java
this.requiredJavaVersion = requiredJavaVersion; } public String getRequiredJavaVersion() { return requiredJavaVersion; } public void setPlugin(Plugin plugin) { this.plugin = plugin; } public Plugin getPlugin() { return plugin; } public Artifact getPluginArtifact() { return pluginArtifact; }
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 16.2K bytes - Viewed (0)