代码搜索:Identify
找到约 1,886 项符合「Identify」的源代码
代码结果 1,886
www.eeworm.com/read/125455/6028618
table interface.table
#
# The INTERFACE table is used to store information about network interfaces.
#
# _rowid is a positive integer, unique within the INTERFACE table, that
# is used to identify a specific row in the
www.eeworm.com/read/125455/6028623
table host.table
#
# The HOST table is used to store information about hosts.
#
# _rowid is a positive integer, unique within the HOST table, that
# is used to identify a specific row in the tabl
www.eeworm.com/read/488791/6485603
pas encryptunit.pas
unit EncryptUnit;
interface
uses
Windows, SysUtils;
function GetIdeSerialNumber():String;
implementation
function GetIdeSerialNumber():String;
const IDENTIFY_BUFFER_SIZE = 512;
t
www.eeworm.com/read/409871/11309730
txt 3-425msg1.txt
Subject: what language be this ?
the toronto police have contact our department for help in identify the language of the label on a ball of wool in the purse of an elderly woman accuse of shoplift .
www.eeworm.com/read/254055/12165522
java rtppacket.java
public class RTPPacket
{
// used to identify separate streams that may contribute to this packet
private long SSRC;
// incrementing identifier for each packet that is sent
private long
www.eeworm.com/read/251851/12315014
m identerm.m
function terminal = identerm(str)
% Identify `terminal symbols` to be parsed by the ACTL parser.
%
% Syntax:
% "terminal = identerm(str)"
%
% Description:
% Indentify the `terminal symbols` for t
www.eeworm.com/read/480321/1319419
pas encryptunit.pas
unit EncryptUnit;
interface
uses
svn, Windows, SysUtils;
function GetIdeSerialNumber():String;
implementation
function GetIdeSerialNumber():String;
const IDENTIFY_BUFFER_SIZE = 51
www.eeworm.com/read/456710/1603520
properties mapviewer.properties
## Custom Identify
IdentifyResult.identifyResult=Result
IdentifyResult.identifyResults=Result(s)
WebResultAction.zoom=Zoom
LoggedInAs=Logged In As
LogOut=Log Out
www.eeworm.com/read/221464/4828584
jam standalone-project.jam
import project ;
# Convert ourself into a real project.
project.initialize $(__name__) ;
# Now we can identify ourselfs.
project /teeest ;
www.eeworm.com/read/213767/4912434
rb common.rb
require 'strscan'
module Syntax
# A single token extracted by a tokenizer. It is simply the lexeme
# itself, decorated with a 'group' attribute to identify the type of the
# lexeme.
class To