代码搜索:fetch
找到约 3,617 项符合「fetch」的源代码
代码结果 3,617
www.eeworm.com/read/250756/12386424
c ux_x11.c
/*
* ux_x11.c: fetch local auth data for X forwarding.
*/
#include
#include
#include
#include "putty.h"
#include "ssh.h"
void platform_get_x11_auth(char *
www.eeworm.com/read/460691/1558315
h objxsub.h
#ifndef __objXSUB_h__
#define __objXSUB_h__
/* Varibles */
#undef PL_Sv
#define PL_Sv pPerl->PL_Sv
#undef PL_Xpv
#define PL_Xpv pPerl->PL_Xpv
#undef PL_av_fetch_sv
www.eeworm.com/read/437952/1828621
java person.java
//$Id: Person.java 14736 2008-06-04 14:23:42Z hardy.ferentschik $
package org.hibernate.test.annotations.fetch;
import java.io.Serializable;
import java.util.ArrayList;
import java.util.Collection;
i
www.eeworm.com/read/437952/1828624
java branch.java
//$Id: Branch.java 14736 2008-06-04 14:23:42Z hardy.ferentschik $
package org.hibernate.test.annotations.fetch;
import java.util.Set;
import java.util.HashSet;
import javax.persistence.Id;
import jav