Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 36 of 36 for getOptions (0.5 sec)

  1. src/main/java/jcifs/smb1/dcerpc/DcerpcBinding.java

                }
                throw new DcerpcException("Bad endpoint: " + endpoint);
            }
            if (options == null)
                options = new HashMap();
            options.put(key, val);
        }
        Object getOption(String key) {
            if (key.equals("endpoint"))
                return endpoint;
            if (options != null)
                return options.get(key);
            return null;
        }
    
        public String toString() {
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Fri Mar 22 20:39:42 GMT 2019
    - 3.2K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.18.md

    - Signatures on scale client methods have been modified to accept `context.Context` as a first argument. Signatures of Get, Update, and Patch methods have been updated to accept GetOptions, UpdateOptions and PatchOptions respectively. ([#88599](https://github.com/kubernetes/kubernetes/pull/88599), [@julianvmodesto](https://github.com/julianvmodesto)) [SIG API Machinery, Apps, Autoscaling and CLI]
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Wed Jun 16 17:18:28 GMT 2021
    - 373.2K bytes
    - Viewed (0)
  3. CHANGELOG/CHANGELOG-1.19.md

    - Signatures on scale client methods have been modified to accept `context.Context` as a first argument. Signatures of Get, Update, and Patch methods have been updated to accept GetOptions, UpdateOptions and PatchOptions respectively. ([#88599](https://github.com/kubernetes/kubernetes/pull/88599), [@julianvmodesto](https://github.com/julianvmodesto)) [SIG API Machinery, Apps, Autoscaling and CLI]
    Plain Text
    - Registered: Fri May 03 09:05:14 GMT 2024
    - Last Modified: Wed Jan 05 05:42:32 GMT 2022
    - 489.7K bytes
    - Viewed (0)
  4. api/go1.txt

    pkg syscall (linux-386), const PTRACE_POKEUSR ideal-int
    pkg syscall (linux-386), const PTRACE_SETFPREGS ideal-int
    pkg syscall (linux-386), const PTRACE_SETFPXREGS ideal-int
    pkg syscall (linux-386), const PTRACE_SETOPTIONS ideal-int
    pkg syscall (linux-386), const PTRACE_SETREGS ideal-int
    pkg syscall (linux-386), const PTRACE_SETREGSET ideal-int
    pkg syscall (linux-386), const PTRACE_SETSIGINFO ideal-int
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  5. api/go1.1.txt

    pkg syscall (linux-386), const PTRACE_POKEUSR = 6
    pkg syscall (linux-386), const PTRACE_SETFPREGS = 15
    pkg syscall (linux-386), const PTRACE_SETFPXREGS = 19
    pkg syscall (linux-386), const PTRACE_SETOPTIONS = 16896
    pkg syscall (linux-386), const PTRACE_SETREGS = 13
    pkg syscall (linux-386), const PTRACE_SETREGSET = 16901
    pkg syscall (linux-386), const PTRACE_SETSIGINFO = 16899
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Thu Mar 31 20:37:15 GMT 2022
    - 2.6M bytes
    - Viewed (0)
  6. api/go1.2.txt

    pkg syscall (linux-arm-cgo), const PTRACE_SETFPREGS ideal-int
    pkg syscall (linux-arm-cgo), const PTRACE_SETHBPREGS ideal-int
    pkg syscall (linux-arm-cgo), const PTRACE_SETOPTIONS ideal-int
    pkg syscall (linux-arm-cgo), const PTRACE_SETREGS ideal-int
    pkg syscall (linux-arm-cgo), const PTRACE_SETREGSET ideal-int
    pkg syscall (linux-arm-cgo), const PTRACE_SETSIGINFO ideal-int
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
Back to top