Search Options

Results per page
Sort
Preferred Languages
Advance

Results 61 - 70 of 176 for Ds (0.02 sec)

  1. src/main/java/org/codelibs/fess/ds/AbstractDataStore.java

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
     * either express or implied. See the License for the specific language
     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.ds;
    
    import static org.codelibs.core.stream.StreamUtil.stream;
    
    import java.util.ArrayList;
    import java.util.Date;
    import java.util.HashMap;
    import java.util.List;
    import java.util.Map;
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 6.3K bytes
    - Viewed (0)
  2. src/cmd/vendor/golang.org/x/sys/unix/zptrace_x86_linux.go

    	Rdx      uint64
    	Rsi      uint64
    	Rdi      uint64
    	Orig_rax uint64
    	Rip      uint64
    	Cs       uint64
    	Eflags   uint64
    	Rsp      uint64
    	Ss       uint64
    	Fs_base  uint64
    	Gs_base  uint64
    	Ds       uint64
    	Es       uint64
    	Fs       uint64
    	Gs       uint64
    }
    
    // PtraceGetRegsAmd64 fetches the registers used by amd64 binaries.
    func PtraceGetRegsAmd64(pid int, regsout *PtraceRegsAmd64) error {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 19 23:33:33 UTC 2023
    - 1.8K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/test/zerorange_test.go

    		rv0 += dm.q + i
    	}(ll, f)
    	return rv0
    }
    
    //go:noinline
    func triggerZerorangeSmall(f, g, h uint64) (rv0 uint64) {
    	ll := S{p: &f}
    	rv0 = f + g + h
    	defer func(ds S, i uint64) {
    		rv0 += ds.q + i
    	}(ll, f)
    	return rv0
    }
    
    // This test was created as a follow up to issue #45372, to help
    // improve coverage of the compiler's arch-specific "zerorange"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Apr 01 18:18:07 UTC 2022
    - 4.1K bytes
    - Viewed (0)
  4. cluster/addons/ip-masq-agent/ip-masq-agent.yaml

              privileged: true
            volumeMounts:
              - name: config
                mountPath: /etc/config
          nodeSelector:
            kubernetes.io/os: linux
            node.kubernetes.io/masq-agent-ds-ready: "true"
          volumes:
            - name: config
              configMap:
                # Note this ConfigMap must be created in the same namespace as the daemon pods - this spec uses kube-system
                name: ip-masq-agent
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu May 30 04:14:02 UTC 2024
    - 1.7K bytes
    - Viewed (0)
  5. src/cmd/link/internal/ld/ar.go

    	var newundefs []loader.Sym
    	var newfroms []loader.Sym
    	for _, s := range undefs {
    		sname := ldr.SymName(s)
    		if strings.HasPrefix(sname, "__imp_") {
    			dname := sname[len("__imp_"):]
    			ds := ldr.Lookup(dname, 0)
    			if ds != 0 && ldr.SymType(ds) == sym.SDYNIMPORT {
    				// Don't try to pull things out of a host archive to
    				// satisfy this symbol.
    				continue
    			}
    		}
    		newundefs = append(newundefs, s)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat Nov 19 23:11:11 UTC 2022
    - 7.2K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/syntax/scanner.go

    		for isDecimal(s.ch) || s.ch == '_' {
    			ds := 1
    			if s.ch == '_' {
    				ds = 2
    			} else if s.ch >= max && *invalid < 0 {
    				_, col := s.pos()
    				*invalid = int(col - s.col) // record invalid rune index
    			}
    			digsep |= ds
    			s.nextch()
    		}
    	} else {
    		for isHex(s.ch) || s.ch == '_' {
    			ds := 1
    			if s.ch == '_' {
    				ds = 2
    			}
    			digsep |= ds
    			s.nextch()
    		}
    	}
    	return
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 28 18:17:41 UTC 2022
    - 17.1K bytes
    - Viewed (0)
  7. cluster/gce/manifests/kube-proxy.manifest

    # Please keep kube-proxy configuration in-sync with:
    # cluster/addons/kube-proxy/kube-proxy-ds.yaml
    apiVersion: v1
    kind: Pod
    metadata:
      name: kube-proxy
      namespace: kube-system
      labels:
        tier: node
        component: kube-proxy
    spec:
      priorityClassName: system-node-critical
      priority: 2000001000
      hostNetwork: true
      tolerations:
      - operator: "Exists"
        effect: "NoExecute"
      - operator: "Exists"
        effect: "NoSchedule"
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Fri Jun 07 11:08:30 UTC 2024
    - 2.2K bytes
    - Viewed (0)
  8. cmd/kubeadm/app/util/apiclient/idempotency.go

    func CreateOrUpdateDaemonSet(client clientset.Interface, ds *apps.DaemonSet) error {
    	var lastError error
    	err := wait.PollUntilContextTimeout(context.Background(),
    		apiCallRetryInterval, kubeadmapi.GetActiveTimeouts().KubernetesAPICall.Duration,
    		true, func(_ context.Context) (bool, error) {
    			ctx := context.Background()
    			if _, err := client.AppsV1().DaemonSets(ds.ObjectMeta.Namespace).Create(ctx, ds, metav1.CreateOptions{}); err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Feb 18 11:14:32 UTC 2024
    - 18.4K bytes
    - Viewed (0)
  9. api/discovery/apis__apps__v1.json

            "watch"
          ]
        },
        {
          "categories": [
            "all"
          ],
          "kind": "DaemonSet",
          "name": "daemonsets",
          "namespaced": true,
          "shortNames": [
            "ds"
          ],
          "singularName": "daemonset",
          "storageVersionHash": "dd7pWHUlMKQ=",
          "verbs": [
            "create",
            "delete",
            "deletecollection",
            "get",
            "list",
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon May 15 18:18:19 UTC 2023
    - 3.7K bytes
    - Viewed (0)
  10. src/main/java/org/codelibs/fess/ds/callback/IndexUpdateCallbackImpl.java

     * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND,
     * either express or implied. See the License for the specific language
     * governing permissions and limitations under the License.
     */
    package org.codelibs.fess.ds.callback;
    
    import java.util.HashSet;
    import java.util.Map;
    import java.util.Set;
    import java.util.concurrent.atomic.AtomicLong;
    
    import javax.annotation.PostConstruct;
    
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Feb 22 01:37:57 UTC 2024
    - 7.9K bytes
    - Viewed (0)
Back to top