Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 15 of 15 for rmdir (0.05 sec)

  1. src/main/java/jcifs/smb1/http/NetworkExplorer.java

                StringBuffer redir = req.getRequestURL();
                String qs = req.getQueryString();
                redir = new StringBuffer( redir.substring( 0, redir.length() - req.getPathInfo().length() ));
                redir.append( '/' );
                redir.append(dr.server);
                redir.append( '/' );
                redir.append(dr.share);
                redir.append( '/' );
                if( qs != null ) {
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Wed Jan 22 03:57:31 UTC 2020
    - 19.7K bytes
    - Viewed (0)
  2. src/main/java/jcifs/http/NetworkExplorer.java

                StringBuffer redir = req.getRequestURL();
                String qs = req.getQueryString();
                DfsReferralData refdata = dr.getData();
                redir = new StringBuffer(redir.substring(0, redir.length() - req.getPathInfo().length()));
                redir.append('/');
                redir.append(refdata.getServer());
                redir.append('/');
                redir.append(refdata.getShare());
    Registered: Sun Nov 03 00:10:13 UTC 2024
    - Last Modified: Sun Jul 01 13:12:10 UTC 2018
    - 21.3K bytes
    - Viewed (0)
  3. cni/pkg/plugin/plugin_test.go

    			Name:      testNSName,
    			Namespace: "",
    			Labels:    map[string]string{},
    		},
    	}
    
    	return fakePod, fakeNS
    }
    
    func (mrdir *mockInterceptRuleMgr) Program(podName, netns string, redirect *Redirect) error {
    	mrdir.lastRedirect = append(mrdir.lastRedirect, redirect)
    	return nil
    }
    
    // returns the test server URL and a dispose func for the test server
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Wed Oct 09 16:05:45 UTC 2024
    - 17.3K bytes
    - Viewed (0)
  4. cni/pkg/iptables/iptables.go

    	iptablesBuilder.AppendRule(
    		iptableslog.UndefinedCommand, iptablesconstants.POSTROUTING, iptablesconstants.NAT,
    		"-j", ChainHostPostrouting,
    	)
    
    	// TODO BML I don't think we need UDP? TCP healthcheck redir should catch everything.
    
    	// This is effectively an analog for Istio's old-style podSpec-based health check rewrites.
    	// Before Istio would update the pod manifest to rewrite healthchecks to go to sidecar Envoy port 15021,
    Registered: Wed Nov 06 22:53:10 UTC 2024
    - Last Modified: Tue Oct 15 15:39:28 UTC 2024
    - 23.3K bytes
    - Viewed (0)
  5. api/go1.txt

    pkg syscall, func Mkdir(string, uint32) error
    pkg syscall, func NsecToTimeval(int64) Timeval
    pkg syscall, func Readlink(string, []uint8) (int, error)
    pkg syscall, func Rename(string, string) error
    pkg syscall, func Rmdir(string) error
    pkg syscall, func Setenv(string, string) error
    pkg syscall, func StartProcess(string, []string, *ProcAttr) (int, uintptr, error)
    pkg syscall, func StringBytePtr(string) *uint8
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
Back to top