Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 15 of 15 for setHostName (0.15 sec)

  1. src/main/java/org/codelibs/fess/es/config/bsbhv/BsWebAuthenticationBhv.java

                result.setCreatedBy(DfTypeUtil.toString(source.get("createdBy")));
                result.setCreatedTime(DfTypeUtil.toLong(source.get("createdTime")));
                result.setHostname(DfTypeUtil.toString(source.get("hostname")));
                result.setParameters(DfTypeUtil.toString(source.get("parameters")));
                result.setPassword(DfTypeUtil.toString(source.get("password")));
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 10.4K bytes
    - Viewed (0)
  2. src/main/java/org/codelibs/fess/mylasta/mail/CrawlerPostcard.java

         * Even if empty string, treated as empty plainly. So "IF pmb != null" is false if empty.
         * @param hostname The parameter value of hostname. (NotNull)
         */
        public void setHostname(String hostname) {
            registerVariable("hostname", hostname);
        }
    
        /**
         * Set the value of jobname, used in parameter comment. <br>
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 10K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/exec/Crawler.java

                        postcard.setDataIndexSize(getValueFromMap(dataMap, "dataIndexSize", "0"));
                        postcard.setDataIndexExecTime(getValueFromMap(dataMap, "dataIndexExecTime", "0"));
                        postcard.setHostname(getValueFromMap(dataMap, "hostname", StringUtil.EMPTY));
                        postcard.setWebFsCrawlEndTime(getValueFromMap(dataMap, "webFsCrawlEndTime", StringUtil.EMPTY));
    Registered: Thu Oct 31 13:40:30 UTC 2024
    - Last Modified: Fri Oct 11 21:20:39 UTC 2024
    - 24K bytes
    - Viewed (0)
  4. api/go1.txt

    pkg syscall (linux-386), func Setfsuid(int) error
    pkg syscall (linux-386), func Setgid(int) error
    pkg syscall (linux-386), func Setgroups([]int) error
    pkg syscall (linux-386), func Sethostname([]uint8) error
    pkg syscall (linux-386), func Setpgid(int, int) error
    pkg syscall (linux-386), func Setregid(int, int) error
    pkg syscall (linux-386), func Setresgid(int, int, int) error
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  5. api/go1.2.txt

    pkg syscall (linux-arm-cgo), func Setfsuid(int) error
    pkg syscall (linux-arm-cgo), func Setgid(int) error
    pkg syscall (linux-arm-cgo), func Setgroups([]int) error
    pkg syscall (linux-arm-cgo), func Sethostname([]uint8) error
    pkg syscall (linux-arm-cgo), func Setpgid(int, int) error
    pkg syscall (linux-arm-cgo), func Setpriority(int, int, int) error
    pkg syscall (linux-arm-cgo), func Setregid(int, int) error
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Fri Oct 18 04:36:59 UTC 2013
    - 1.9M bytes
    - Viewed (0)
Back to top