Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 20 of 22 for Setctty (0.19 sec)

  1. platforms/core-configuration/model-core/src/integTest/groovy/org/gradle/model/managed/InterfaceBackedManagedTypeIntegrationTest.groovy

        }
    
        def "two views of the same element are equal"() {
            when:
            buildScript '''
                @Managed
                interface Address {
                    String getCity()
                    void setCity(String name)
                }
    
                @Managed
                interface Person {
                    String getName()
                    void setName(String name)
                    Address getAddress()
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Sep 28 09:51:04 UTC 2023
    - 11.9K bytes
    - Viewed (0)
  2. api/go1.2.txt

    pkg syscall (freebsd-386-cgo), type SysProcAttr struct, Noctty bool
    pkg syscall (freebsd-386-cgo), type SysProcAttr struct, Ptrace bool
    pkg syscall (freebsd-386-cgo), type SysProcAttr struct, Setctty bool
    pkg syscall (freebsd-386-cgo), type SysProcAttr struct, Setpgid bool
    pkg syscall (freebsd-386-cgo), type SysProcAttr struct, Setsid bool
    pkg syscall (freebsd-386-cgo), type Timespec struct, Nsec int32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 18 04:36:59 UTC 2013
    - 1.9M bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/es/user/bsentity/BsUser.java

            registerModifiedProperty("carLicense");
            this.carLicense = value;
        }
    
        public String getCity() {
            checkSpecifiedProperty("city");
            return convertEmptyToNull(city);
        }
    
        public void setCity(String value) {
            registerModifiedProperty("city");
            this.city = value;
        }
    
        public String getDepartmentNumber() {
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 22.8K bytes
    - Viewed (0)
  4. api/go1.txt

    pkg syscall (darwin-386), type SysProcAttr struct, Noctty bool
    pkg syscall (darwin-386), type SysProcAttr struct, Ptrace bool
    pkg syscall (darwin-386), type SysProcAttr struct, Setctty bool
    pkg syscall (darwin-386), type SysProcAttr struct, Setpgid bool
    pkg syscall (darwin-386), type SysProcAttr struct, Setsid bool
    pkg syscall (darwin-386), type Timespec struct, Nsec int32
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  5. src/main/java/org/codelibs/fess/es/user/bsentity/dbmeta/UserDbm.java

                    "businessCategory");
            setupEpg(_epgMap, et -> ((User) et).getCarLicense(), (et, vl) -> ((User) et).setCarLicense(DfTypeUtil.toString(vl)), "carLicense");
            setupEpg(_epgMap, et -> ((User) et).getCity(), (et, vl) -> ((User) et).setCity(DfTypeUtil.toString(vl)), "city");
            setupEpg(_epgMap, et -> ((User) et).getDepartmentNumber(), (et, vl) -> ((User) et).setDepartmentNumber(DfTypeUtil.toString(vl)),
                    "departmentNumber");
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 27K bytes
    - Viewed (0)
  6. api/go1.13.txt

    pkg syscall (netbsd-arm64-cgo), type SysProcAttr struct, Pgid int
    pkg syscall (netbsd-arm64-cgo), type SysProcAttr struct, Ptrace bool
    pkg syscall (netbsd-arm64-cgo), type SysProcAttr struct, Setctty bool
    pkg syscall (netbsd-arm64-cgo), type SysProcAttr struct, Setpgid bool
    pkg syscall (netbsd-arm64-cgo), type SysProcAttr struct, Setsid bool
    pkg syscall (netbsd-arm64-cgo), type Termios struct
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Aug 08 18:44:16 UTC 2019
    - 452.6K bytes
    - Viewed (0)
  7. src/main/java/org/codelibs/fess/ldap/LdapManager.java

                    setAttributeValue(result, fessConfig.getLdapAttrPostalAddress(), o -> user.setPostalAddress(o.toString()));
                    setAttributeValue(result, fessConfig.getLdapAttrCity(), o -> user.setCity(o.toString()));
                    setAttributeValue(result, fessConfig.getLdapAttrTeletexTerminalIdentifier(),
                            o -> user.setTeletexTerminalIdentifier(o.toString()));
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 65.9K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/es/user/bsbhv/BsUserBhv.java

                result.setBusinessCategory(DfTypeUtil.toString(source.get("businessCategory")));
                result.setCarLicense(DfTypeUtil.toString(source.get("carLicense")));
                result.setCity(DfTypeUtil.toString(source.get("city")));
                result.setDepartmentNumber(DfTypeUtil.toString(source.get("departmentNumber")));
                result.setDescription(DfTypeUtil.toString(source.get("description")));
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 12K bytes
    - Viewed (0)
  9. api/go1.14.txt

    pkg syscall (freebsd-arm64), type SysProcAttr struct, Pgid int
    pkg syscall (freebsd-arm64), type SysProcAttr struct, Ptrace bool
    pkg syscall (freebsd-arm64), type SysProcAttr struct, Setctty bool
    pkg syscall (freebsd-arm64), type SysProcAttr struct, Setpgid bool
    pkg syscall (freebsd-arm64), type SysProcAttr struct, Setsid bool
    pkg syscall (freebsd-arm64), type Termios struct
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Feb 17 20:31:46 UTC 2023
    - 508.9K bytes
    - Viewed (0)
  10. api/go1.16.txt

    pkg syscall (darwin-arm64), type SysProcAttr struct, Pgid int
    pkg syscall (darwin-arm64), type SysProcAttr struct, Ptrace bool
    pkg syscall (darwin-arm64), type SysProcAttr struct, Setctty bool
    pkg syscall (darwin-arm64), type SysProcAttr struct, Setpgid bool
    pkg syscall (darwin-arm64), type SysProcAttr struct, Setsid bool
    pkg syscall (darwin-arm64), type Termios struct
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 02 16:30:41 UTC 2022
    - 479.2K bytes
    - Viewed (0)
Back to top