代码搜索:Retrieve
找到约 2,147 项符合「Retrieve」的源代码
代码结果 2,147
www.eeworm.com/read/249812/4446054
java retriever.java
package content;
public class Retriever {
public static Content retrieve(String urlstr) {
return new SyncContentImpl(urlstr);
}
}
www.eeworm.com/read/243864/4519021
java retriever.java
package content;
public class Retriever {
public static Content retrieve(String urlstr) {
return new SyncContentImpl(urlstr);
}
}
www.eeworm.com/read/174990/5352715
bsh viewgatewayresponse.bsh
/*
* The first purpose of this script is to retrieve the orderId and paymentPreferenceId of this gateway response. It is
* activated if orderPaymentPreferenceId is not supplied.
*
* The second pu
www.eeworm.com/read/293917/3927394
cpp fig03_15.cpp
class iterator : public const_iterator
{
public:
iterator( )
{ }
Object & operator* ( )
{ return retrieve( ); }
const Object & op
www.eeworm.com/read/409512/2230801
java retriever.java
package content;
public class Retriever {
public static Content retrieve(String urlstr) {
return new SyncContentImpl(urlstr);
}
}
www.eeworm.com/read/266379/11229174
cpp fig03_15.cpp
class iterator : public const_iterator
{
public:
iterator( )
{ }
Object & operator* ( )
{ return retrieve( ); }
const Object & op
www.eeworm.com/read/38039/1092509
mnu repl_retr_refs.mnu
RETR_REFS 检索参照
#
Retr#Refs 检索参照
Retrieve and temporarily display all referenced models.
检索并临时显示所有参照模型。
No#Retr#Refs 无检索参照
Do not retrieve referenced models but continue with manual replacement.
不检索参照
www.eeworm.com/read/278773/10510577
h dns_c.h
// =================================================================
// class: CUT_DNSClient
// File: DNS_c.h
//
// Purpose:
//
// Declaration of DNS client class.
//
// Retrieve
www.eeworm.com/read/250585/4429403
java incrementalloader.java
package chen.macroweka.core.converters;
/**
* Marker interface for a loader that can retrieve instances incrementally
*
*/
public interface IncrementalLoader {
}
www.eeworm.com/read/208214/4995110
m ttgetabsdeadline.m
% TTGETABSDEADLINE Retrieve the absolute deadline of the current
% task job.
%
% Usage: value = ttGetAbsDeadline
% value = ttGetAbsDeadline(taskname)
%
% Inputs:
% t