代码搜索:Identify
找到约 1,886 项符合「Identify」的源代码
代码结果 1,886
www.eeworm.com/read/493646/1164583
py test_812.py
# Demoing fix for EIAO bug #812.
# 812: Crawler does not identify links with arguments containing "#".
# Bug: http://trac.eiao.net/cgi-bin/trac.cgi/ticket/812
import sys
sys.path.append('..')
from li
www.eeworm.com/read/241991/4557103
java address.java
// $Id: Address.java,v 1.4 2005/07/17 11:38:05 chrislott Exp $
package org.jgroups;
import org.jgroups.util.Streamable;
import java.io.Externalizable;
/**
* Abstract address. Used to identify m
www.eeworm.com/read/180137/5289806
c cql.c
/* A Bison parser, made from cql.y
by GNU bison 1.35. */
#define YYBISON 1 /* Identify Bison output. */
#define yyparse cql_parse
#define yylex cql_lex
#define yyerror cql_error
#define yylval
www.eeworm.com/read/437663/1829687
sql proc_order_header_upd_rev1.0.sql
if object_id('dbo.Proc_Order_Header_Upd') is not null
drop procedure dbo.Proc_Order_Header_Upd
go
Create procedure Proc_Order_Header_Upd
@identify varchar(4) = null,
@Order_Number_out va
www.eeworm.com/read/437663/1829806
sql proc_order_header_upd_rev1.0.sql
if object_id('dbo.Proc_Order_Header_Upd') is not null
drop procedure dbo.Proc_Order_Header_Upd
go
Create procedure Proc_Order_Header_Upd
@identify varchar(4) = null,
@Order_Number_out va
www.eeworm.com/read/362980/2925939
bat build.bat
@echo off
rem build.bat -- Build Script for the "Hello, World" Application
rem $Id: build.bat,v 1.3.2.3 2000/12/27 17:20:11 marcsaeg Exp $
set _CP=%CP%
rem Identify the custom class path compo
www.eeworm.com/read/362980/2925940
sh build.sh
#!/bin/sh
# build.sh -- Build Script for the "Hello, World" Application
# $Id: build.sh,v 1.1.2.2 2000/11/27 22:45:59 craigmcc Exp $
# Identify the custom class path components we need
CP=$TOMCAT_HOM
www.eeworm.com/read/334325/12611248
h mp_msg.h
#ifndef _MP_MSG_H
#define _MP_MSG_H
// defined in mplayer.c and mencoder.c
extern int verbose;
extern int identify;
// verbosity elevel:
// stuff from level MSGL_FATAL-MSGL_STATUS should be transl