代码搜索:draft
找到约 3,786 项符合「draft」的源代码
代码结果 3,786
www.eeworm.com/read/334125/3373273
idl orpc.idl
#include "idl_types.h"
/**
DCOM interfaces
http://www.ietf.org/internet-drafts/draft-brown-dcom-v1-spec-04.txt
*/
import "misc.idl";
[
pointer_default(unique)
]
interface ObjectRpcBaseTypes
{
www.eeworm.com/read/318039/3572446
sql sqlhpwippool.sql
---
--- Draft of Netvim SQL schema just for rlm_sqlhpwippool
---
CREATE DATABASE `netvim` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
USE netvim;
CREATE TABLE `gid_ip` (
`gid` int(10) unsi
www.eeworm.com/read/311998/3676924
c simd11.c
/**
* EAP-SIM (draft 11 specific) functions.
*
* Licensed under a dual GPL/BSD license. (See LICENSE file for more info.)
*
* \file simd11.c
*
* \author chris@open1x.org
*
* \todo
www.eeworm.com/read/399273/2363310
sql sqlhpwippool.sql
---
--- Draft of Netvim SQL schema just for rlm_sqlhpwippool
---
CREATE DATABASE `netvim` DEFAULT CHARACTER SET utf8 COLLATE utf8_general_ci;
USE netvim;
CREATE TABLE `gid_ip` (
`gid` int(10) unsi
www.eeworm.com/read/387630/2557960
h xpath.h
/*
* xpath.c: interface for XML Path Language implementation
*
* Reference: W3C Working Draft 5 July 1999
* http://www.w3.org/Style/XSL/Group/1999/07/xpath-19990705.html
*
* See
www.eeworm.com/read/387630/2557978
h xpath.h
/*
* xpath.c: interface for XML Path Language implementation
*
* Reference: W3C Working Draft 5 July 1999
* http://www.w3.org/Style/XSL/Group/1999/07/xpath-19990705.html
*
* See