Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 17 for dir (0.19 sec)

  1. src/main/java/jcifs/smb1/smb1/SmbFile.java

        void setPathInformation( int attrs, long ctime, long mtime ) throws SmbException {
            int f, dir;
    
            exists();
            dir = attributes & ATTR_DIRECTORY;
    
            f = open0( O_RDONLY, FILE_WRITE_ATTRIBUTES,
                    dir, dir != 0 ? 0x0001 : 0x0040 );
            send( new Trans2SetFileInformation( f, attrs | dir, ctime, mtime ),
                    new Trans2SetFileInformationResponse() );
            close( f, 0L );
    Java
    - Registered: Sun Apr 28 00:10:09 GMT 2024
    - Last Modified: Mon Mar 13 12:00:57 GMT 2023
    - 107.9K bytes
    - Viewed (2)
  2. operator/cmd/mesh/testdata/manifest-generate/data-snapshot.tar.gz

    valueFrom: resourceFieldRef: resource: limits.cpu volumeMounts: - mountPath: /host/opt/cni/bin name: cni-bin-dir - mountPath: /host/etc/cni/net.d name: cni-net-dir - mountPath: /var/run/istio-cni name: cni-log-dir {{- if .Values.cni.ambient.enabled }} - mountPath: /etc/ambient-config name: cni-ambient-config-dir - mountPath: /var/run/netns mountPropagation: HostToContainer name: cni-netns-dir {{- if eq .Values.cni.ambient.redirectMode "ebpf"}} - mountPath: /sys/fs/bpf mountPropagation: Bidirectional...
    Others
    - Registered: Wed Mar 20 22:53:08 GMT 2024
    - Last Modified: Wed Jan 10 05:10:03 GMT 2024
    - 198.1K bytes
    - Viewed (1)
  3. CHANGELOG/CHANGELOG-1.5.md

    * make --runtime-config=api/all=true|false work ([#32582](https://github.com/kubernetes/kubernetes/pull/32582), [@jlowdermilk](https://github.com/jlowdermilk))
    * Added new kubelet flags `--cni-bin-dir` and `--cni-conf-dir` to specify where CNI files are located. ([#32151](https://github.com/kubernetes/kubernetes/pull/32151), [@bboreham](https://github.com/bboreham))
        * Fixed CNI configuration on GCI platform when using CNI.
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Thu Dec 24 02:28:26 GMT 2020
    - 136.4K bytes
    - Viewed (1)
  4. CHANGELOG/CHANGELOG-1.4.md

    * Docker digest validation is too strict ([#32627](https://github.com/kubernetes/kubernetes/pull/32627), [@smarterclayton](https://github.com/smarterclayton))
    * Added new kubelet flags `--cni-bin-dir` and `--cni-conf-dir` to specify where CNI files are located. ([#32151](https://github.com/kubernetes/kubernetes/pull/32151), [@bboreham](https://github.com/bboreham))
        * Fixed CNI configuration on GCI platform when using CNI.
    Plain Text
    - Registered: Fri Apr 26 09:05:10 GMT 2024
    - Last Modified: Thu Dec 24 02:28:26 GMT 2020
    - 133.5K bytes
    - Viewed (0)
  5. tensorflow/c/c_api.cc

        DCHECK_EQ(nullptr, session);
        return nullptr;
      }
    }
    
    TF_Session* TF_LoadSessionFromSavedModel(
        const TF_SessionOptions* session_options, const TF_Buffer* run_options,
        const char* export_dir, const char* const* tags, int tags_len,
        TF_Graph* graph, TF_Buffer* meta_graph_def, TF_Status* status) {
    // TODO(sjr): Remove the IS_MOBILE_PLATFORM guard. This will require ensuring
    C++
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Mon Apr 15 03:35:10 GMT 2024
    - 102.3K bytes
    - Viewed (0)
  6. maven-core/src/test/resources/org/apache/maven/extension/test-extension-repo/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.jar

    , String) throws java.io.IOException; static void <clinit>(); } org/codehaus/plexus/util/DirectoryWalker$DirStackEntry.class package org.codehaus.plexus.util; synchronized class DirectoryWalker$DirStackEntry { public int count; public java.io.File dir; public int index; public double percentageOffset; public double percentageSize; public void DirectoryWalker$DirStackEntry(DirectoryWalker, java.io.File, int); public double getNextPercentageOff(); public double getNextPercentageSiz(); public int getPercentage();...
    Archive
    - Registered: Sun Mar 31 03:35:09 GMT 2024
    - Last Modified: Tue Oct 16 20:15:40 GMT 2007
    - 200.2K bytes
    - Viewed (0)
  7. maven-core/src/test/resources/apiv4-repo/org/codehaus/plexus/plexus-utils/1.4.5/plexus-utils-1.4.5.jar

    , String) throws java.io.IOException; static void <clinit>(); } org/codehaus/plexus/util/DirectoryWalker$DirStackEntry.class package org.codehaus.plexus.util; synchronized class DirectoryWalker$DirStackEntry { public int count; public java.io.File dir; public int index; public double percentageOffset; public double percentageSize; public void DirectoryWalker$DirStackEntry(DirectoryWalker, java.io.File, int); public double getNextPercentageOff(); public double getNextPercentageSiz(); public int getPercentage();...
    Archive
    - Registered: Sun Apr 21 03:35:09 GMT 2024
    - Last Modified: Sun Oct 02 08:41:25 GMT 2022
    - 200.2K bytes
    - Viewed (0)
  8. cmd/metrics-v2.go

    					Description: MetricDescription{
    						Namespace: minioNamespace,
    						Subsystem: notifySubsystem,
    						Name:      "target_queue_length",
    						Help:      "Number of events currently staged in the queue_dir configured for the target",
    						Type:      gaugeMetric,
    					},
    					VariableLabels: map[string]string{"target_id": id.ID, "target_name": id.Name},
    					Value:          float64(st.CurrentQueue),
    				})
    			}
    Go
    - Registered: Sun Apr 28 19:28:10 GMT 2024
    - Last Modified: Thu Apr 25 22:01:31 GMT 2024
    - 132.6K bytes
    - Viewed (0)
  9. src/main/webapp/js/jquery-3.6.3.min.map

    Plain Text
    - Registered: Mon Apr 29 08:04:11 GMT 2024
    - Last Modified: Fri Feb 17 12:13:41 GMT 2023
    - 135.2K bytes
    - Viewed (0)
  10. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    // Operated by .by registry
    бел
    
    // xn--fiqs8s ("Zhongguo/China", Chinese, Simplified) : CN
    // CNNIC
    // http://cnnic.cn/html/Dir/2005/10/11/3218.htm
    中国
    
    // xn--fiqz9s ("Zhongguo/China", Chinese, Traditional) : CN
    // CNNIC
    // http://cnnic.cn/html/Dir/2005/10/11/3218.htm
    中國
    
    // xn--lgbbat1ad8j ("Algeria/Al Jazair", Arabic) : DZ
    الجزائر
    
    // xn--wgbh1c ("Egypt/Masr", Arabic) : EG
    Plain Text
    - Registered: Fri Apr 26 11:42:10 GMT 2024
    - Last Modified: Wed Dec 20 23:27:07 GMT 2023
    - 240.3K bytes
    - Viewed (3)
Back to top