idx
int64
0
100k
question
stringlengths
68
7.19k
target
stringlengths
20
663
34,800
gets the detailid . concode_field_sep Integer masterId concode_elem_sep String detailText concode_elem_sep Integer detailId concode_elem_sep Master master concode_field_sep void setDetailText concode_elem_sep void setMasterId concode_elem_sep Integer getMasterId concode_elem_sep void setDetailId concode_elem_sep String...
Integer function ( ) { return detailId ; }
34,801
sets the apikey2 . concode_field_sep String apiKey concode_elem_sep String apiKey2 concode_elem_sep ProviderName providerName concode_field_sep void setProviderName concode_elem_sep String getApiKey concode_elem_sep String getApiKey2 concode_elem_sep ProviderName getProviderName concode_elem_sep boolean isValid concode...
void function ( String arg0 ) { this . apiKey2 = arg0 ; }
34,802
test that a arcsdedatastore that connects to de configured test database contains the tables defined by the parameters `` point_table '' , `` line_table '' and `` polygon_table '' , wether ot not they 're defined as single table names or as full qualified sde table names i.e. sde.sde.test _ point concode_field_sep Test...
void function ( ) { String [ ] loc0 = store . getTypeNames ( ) ; assertNotNull ( loc0 ) ; testTypeExists ( loc0 , testData . getTempTableName ( ) ) ; }
34,803
prints the value of the description and cvs fields to system.out . concode_field_sep short version concode_elem_sep short major concode_elem_sep short minor concode_elem_sep String description concode_elem_sep int MAJOR_SHIFT concode_elem_sep String string_version concode_elem_sep short micro concode_elem_sep int MINOR...
void function ( String [ ] arg0 ) { System . out . println ( "srini_string" + description ) ; }
34,804
returns a copy of this record 's tags . concode_field_sep MetricMap metricMap concode_elem_sep TagMap tagMap concode_field_sep MetricMap getMetricsCopy concode_elem_sep Number getMetric concode_elem_sep Object getTag concode_elem_sep Set<String> getMetricNames concode_elem_sep Set<String> getTagNames
TagMap function ( ) { return new TagMap ( tagMap ) ; }
34,805
add a name-value pair to the request headers . concode_field_sep String password concode_elem_sep String contentEncoding concode_elem_sep String httpMethod concode_elem_sep String queryString concode_elem_sep String userName concode_elem_sep String contentType concode_elem_sep String url concode_elem_sep String content...
void function ( String arg0 , String arg1 ) { this . headers . put ( arg0 , arg1 ) ; }
34,806
returns 0 , indicating the default system timeout is to be used . concode_field_sep Log logger concode_field_sep void setLoginTimeout concode_elem_sep void setLogWriter concode_elem_sep boolean isWrapperFor concode_elem_sep Logger getParentLogger concode_elem_sep PrintWriter getLogWriter concode_elem_sep T unwrap
int function ( ) { return 0 ; }
34,807
gets the value of the facilityid property . concode_field_sep XMLFacilityId facilityId concode_elem_sep XMLLinkId linkId concode_field_sep void setFacilityId concode_elem_sep void setLinkId concode_elem_sep XMLLinkId getLinkId
XMLFacilityId function ( ) { return facilityId ; }
34,808
uses default values of 64 for size and `` retro '' for deflt . concode_field_sep PlaceHolder placeHolder concode_field_sep String getGravatarUrl concode_elem_sep String getGravatarUrl concode_elem_sep void main
byte [ ] function ( String arg0 ) { return getGravatar ( arg0 , 64 ) ; }
34,809
parentheses concode_field_sep String context concode_elem_sep IAccessor<T> accessor concode_elem_sep List<AbstractOperator<T>> operators concode_field_sep SelectorBuilder<T> geq concode_elem_sep SelectorBuilder<T> geq concode_elem_sep SelectorBuilder<T> geq concode_elem_sep SelectorBuilder<T> geq concode_elem_sep Selec...
SelectorBuilder < T > function ( ) { operators . add ( new ParenthesisOperator < T > ( accessor , true ) ) ; return this ; }
34,810
requests a `` dangerous '' permission for the application at runtime . this is a helper method alternative to cordovainterface.requestpermission that does not require the project to be built with cordova-android 5.0.0 + concode_field_sep String LOG_TAG concode_field_sep boolean hasPermission concode_elem_sep void deliv...
void function ( CordovaPlugin arg0 , int arg1 , String arg2 ) { PermissionHelper . requestPermissions ( arg0 , arg1 , new String [ ] { arg2 } ) ; }
34,811
get int32 minimum : 20.0 maximum : 200.0 concode_field_sep byte[] _byte concode_elem_sep String password concode_elem_sep BigDecimal number concode_elem_sep Float _float concode_elem_sep Integer integer concode_elem_sep Double _double concode_elem_sep String string concode_elem_sep DateTime dateTime concode_elem_sep by...
Integer function ( ) { return int32 ; }
34,812
add a route that matches a http connect request and the specified path regex concode_field_sep io.vertx.ext.web.Router delegate concode_field_sep void handleContext concode_elem_sep Object getDelegate concode_elem_sep Route delete concode_elem_sep Route delete concode_elem_sep Route put concode_elem_sep Route put conco...
Route function ( String arg0 ) { Route loc0 = Route . newInstance ( this . delegate . connectWithRegex ( arg0 ) ) ; return loc0 ; }
34,813
send a retrypreparedabort request . concode_field_sep ParticipantStub PARTICIPANT_STUB concode_field_sep void rollback concode_elem_sep void replayCommit concode_elem_sep void volatileAndDurable concode_elem_sep void preparedAfterTimeout concode_elem_sep void commit concode_elem_sep ParticipantStub getParticipantStub c...
void function ( final String arg0 , final CoordinationContextType arg1 ) { final String loc0 = MessageId . getMessageId ( ) ; final MAP loc1 = AddressingHelper . createRequestContext ( arg0 , loc0 ) ; SyncParticipantClient . getClient ( ) . sendRetryPreparedAbort ( arg1 , loc1 ) ; }
34,814
converts a byte array into a hexadecimal string . concode_field_sep int HASH_BYTE_SIZE concode_elem_sep int PBKDF2_ITERATIONS concode_elem_sep int SALT_INDEX concode_elem_sep int ITERATION_INDEX concode_elem_sep int SALT_BYTE_SIZE concode_elem_sep int PBKDF2_INDEX concode_elem_sep String PBKDF2_ALGORITHM concode_field_...
String function ( byte [ ] arg0 ) { BigInteger loc0 = new BigInteger ( 1 , arg0 ) ; String loc1 = loc0 . toString ( 16 ) ; int loc2 = ( arg0 . length * 2 ) - loc1 . length ( ) ; if ( loc2 > 0 ) return String . format ( "srini_string" + loc2 + "srini_string" , 0 ) + loc1 ; else return loc1 ; }
34,815
used to communicate a cancel operation from the whitebox gui . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep int previousProgress concode_elem_sep boolean amIActive concode_field_sep String getN...
void function ( boolean arg0 ) { cancelOp = arg0 ; }
34,816
retrieve items and associated collections for all items within a collection concode_field_sep Logger log concode_elem_sep EntityManager em concode_field_sep List<Collection> assignRights concode_elem_sep Collection getCollection concode_elem_sep boolean canUserEditItems concode_elem_sep boolean removeFromCollection con...
List < Item > function ( Collection arg0 ) { String loc0 = "srini_string" ; List < Item > loc1 = em . createQuery ( loc0 , Item . class ) . setParameter ( "srini_string" , arg0 . getId ( ) ) . getResultList ( ) ; return loc1 ; }
34,817
gets the value of the mddistributor property . concode_field_sep MDDistributorType mdDistributor concode_elem_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep String type con...
MDDistributorType function ( ) { return mdDistributor ; }
34,818
number of shards being restored concode_field_sep String SNAPSHOT concode_elem_sep List<String> indices concode_elem_sep String INDICES concode_elem_sep String FAILED concode_elem_sep String SHARDS concode_elem_sep String TOTAL concode_elem_sep String SUCCESSFUL concode_elem_sep String name concode_elem_sep int success...
int function ( ) { return totalShards ; }
34,819
returns the announcements flag with the primary key . concode_field_sep AnnouncementsFlagLocalService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void deleteFlags concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_elem_se...
com . liferay . announcements . kernel . model . AnnouncementsFlag function ( long arg0 ) { return getService ( ) . getAnnouncementsFlag ( arg0 ) ; }
34,820
closes connection suppressing any thrown exceptions . concode_field_sep String QUOTED_ANY_SYMBOLS concode_elem_sep String ANY_SYMBOL concode_elem_sep String DB_ANY_SYMBOL concode_elem_sep String DB_ANY_SYMBOLS concode_elem_sep boolean likeExpression concode_elem_sep String ANY_SYMBOLS concode_elem_sep String QUOTED_ANY...
void function ( Connection arg0 ) { try { if ( arg0 != null ) { arg0 . close ( ) ; } } catch ( SQLException loc0 ) { log . warn ( "srini_string" , loc0 ) ; } }
34,821
has loading from this url failed previously and recently ? concode_field_sep LruCache<String,Long> cache concode_elem_sep FailureCache instance concode_elem_sep long FAILURE_RETRY_MILLISECONDS concode_elem_sep int MAX_ENTRIES concode_field_sep void rememberFailure concode_elem_sep void evictAll concode_elem_sep Failure...
boolean function ( @ NonNull String arg0 ) { synchronized ( cache ) { final Long loc0 = cache . get ( arg0 ) ; if ( loc0 == null ) { return false ; } if ( loc0 + FAILURE_RETRY_MILLISECONDS < SystemClock . elapsedRealtime ( ) ) { cache . remove ( arg0 ) ; return false ; } } return true ; }
34,822
return hue value of bulb concode_field_sep boolean isReachable concode_elem_sep int MAX_SATURATION concode_elem_sep boolean isOn concode_elem_sep int colorTemperature concode_elem_sep int MAX_BRIGHTNESS concode_elem_sep int saturation concode_elem_sep HueBridge bridge concode_elem_sep Client client concode_elem_sep int...
int function ( ) { return hue ; }
34,823
creates and returns an oauthrequest based on the api endpoint specified . concode_field_sep String TOKEN_SECRET concode_elem_sep String RadiusFilter concode_elem_sep String DEFAULT_LOCATION concode_elem_sep String BUSINESS_PATH concode_elem_sep String CONSUMER_SECRET concode_elem_sep Token accessToken concode_elem_sep ...
OAuthRequest function ( String arg0 ) { OAuthRequest loc0 = new OAuthRequest ( Verb . GET , "srini_string" + API_HOST + arg0 ) ; return loc0 ; }
34,824
returns the distribution of class values induced by the model . concode_field_sep Distribution m_distribution concode_elem_sep int m_numSubsets concode_elem_sep long serialVersionUID concode_field_sep double codingCost concode_elem_sep void buildClassifier concode_elem_sep void resetDistribution concode_elem_sep double...
Distribution function ( ) { return m_distribution ; }
34,825
set the exact width to be used . excluding outline . this is a shortcut for setting minimum and maximum width to the same values . concode_field_sep SizeSpec DEFAULT_MIN_SIZE concode_elem_sep SizeSpec DEFAULT_MAX_SIZE concode_field_sep IMPLTYPE setMinWidth concode_elem_sep SizeSpec getMinSize concode_elem_sep IMPLTYPE ...
IMPLTYPE function ( @ Nonnegative final float arg0 ) { setMinWidth ( arg0 ) ; return setMaxWidth ( arg0 ) ; }
34,826
gets the value of the rval property . concode_field_sep OrderPage rval concode_field_sep void setRval
OrderPage function ( ) { return rval ; }
34,827
error . concode_field_sep PlaceHolder placeHolder concode_field_sep void errorToFileWithMessage concode_elem_sep void errorToFile concode_elem_sep void errorToFileWithFeedback concode_elem_sep void errorAndExit
void function ( String arg0 ) { JOptionPane . showMessageDialog ( null , arg0 ) ; }
34,828
gets the value of the wtd property . concode_field_sep String tpl concode_elem_sep Boolean can concode_elem_sep String act concode_elem_sep String wta concode_elem_sep String wtd concode_elem_sep String planAct concode_field_sep void setWta concode_elem_sep boolean isSetWtd concode_elem_sep boolean isSetWta concode_ele...
String function ( ) { return wtd ; }
34,829
returns the proxy of this route.warning : this may be different than the proxy returned by #getaddress ! that is the proxy that the user asked to be connected to ; this returns the proxy that they were actually connected to . the two may disagree when a proxy selector selects a different proxy for a connection . concod...
Proxy function ( ) { return proxy ; }
34,830
gets the value of the id property . concode_field_sep byte[] digestValue concode_elem_sep DigestMethodType digestMethod concode_elem_sep TransformsType transforms concode_elem_sep String id concode_elem_sep String type concode_elem_sep String uri concode_field_sep TransformsType getTransforms concode_elem_sep void setD...
String function ( ) { return id ; }
34,831
checks whether a string system property , prefixed with `` samjdk . '' , exists . if the property does not exist or if the java.security manager raises an exception for applications started with - djava.security.manager this method returns false . concode_field_sep boolean CREATE_MD5 concode_elem_sep boolean USE_ASYNC_...
boolean function ( final String arg0 ) { try { return null != System . getProperty ( "srini_string" + arg0 ) ; } catch ( final java . security . AccessControlException loc0 ) { log . warn ( loc0 , "srini_string" = "srini_string" ) ; return false ; } }
34,832
indicates whether some other reference object is `` equal to '' this one . concode_field_sep int objf concode_elem_sep int genf concode_field_sep int hashCode concode_elem_sep int getGenerationNumber concode_elem_sep String toString concode_elem_sep int getObjectNumber
boolean function ( Object arg0 ) { if ( arg0 == this ) return true ; if ( arg0 != null && arg0 instanceof Reference ) { Reference loc0 = ( Reference ) arg0 ; return ( loc0 . objf == objf ) && ( loc0 . genf == genf ) ; } return false ; }
34,833
called on ioexception . concode_field_sep Context context concode_field_sep void FileNotFound concode_elem_sep void Unexpected concode_elem_sep void Silent
void function ( IOException arg0 ) { Toast . makeText ( context , R . string . ERROR_IO , Toast . LENGTH_SHORT ) . show ( ) ; arg0 . printStackTrace ( ) ; }
34,834
determines whether this instance is valid or not . concode_field_sep String mSubscriptionId concode_elem_sep String mAccountId concode_elem_sep byte[] mData concode_elem_sep String mMimeType concode_field_sep String getSubscriptionId concode_elem_sep String getMimeType concode_elem_sep String getAccountId concode_elem_...
boolean function ( ) { return ( null != mMimeType && ! mMimeType . equals ( "srini_string" ) && null != mData && mData . length > 0 ) ; }
34,835
the reason provided for the failure if any . constraints : length : 0 - 256 concode_field_sep String reason concode_elem_sep Long startedEventId concode_elem_sep String details concode_elem_sep Long scheduledEventId concode_field_sep LambdaFunctionFailedEventAttributes withDetails concode_elem_sep Long getStartedEventI...
void function ( String arg0 ) { this . reason = arg0 ; }
34,836
endresizingframe concode_field_sep String HAS_BEEN_ICONIFIED_PROPERTY concode_elem_sep int dragMode concode_elem_sep int DEFAULT_DRAG_MODE concode_elem_sep int FASTER_DRAG_MODE concode_elem_sep int OUTLINE_DRAG_MODE concode_field_sep boolean wasIcon concode_elem_sep void setWasIcon concode_elem_sep void removeIconFor c...
void function ( JComponent arg0 ) { }
34,837
gets the student id for this student . concode_field_sep int studentId concode_elem_sep String firstName concode_elem_sep String lastName concode_elem_sep String address concode_field_sep void setLastName concode_elem_sep void setAddress concode_elem_sep void setFirstName concode_elem_sep String clear concode_elem_sep ...
int function ( ) { return studentId ; }
34,838
gets the label value for this customrecordtranslations . concode_field_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String language concode_elem_sep java.lang.String label concode_elem_sep com.netsuite.webservices.platform.common_2014_2.types.Language locale conco...
java . lang . String function ( ) { return label ; }
34,839
registers a module editor with this factory . the editor will be registered at the given priority . concode_field_sep EditorFactory factory concode_elem_sep HashMap<ModuleEditor,Integer> priorities concode_elem_sep Messages messages concode_field_sep ModuleEditor getModule concode_elem_sep EditorFactory getInstance
void function ( final ModuleEditor arg0 , final int arg1 ) { if ( arg0 == null ) { throw new NullPointerException ( messages . getString ( "srini_string" ) ) ; } priorities . put ( arg0 , new Integer ( arg1 ) ) ; }
34,840
get the number of explicit regular expressions . concode_field_sep String template concode_elem_sep int literalCharacters concode_elem_sep Pattern TEMPLATE_VALUE_PATTERN concode_elem_sep StringBuffer literalCharactersBuffer concode_elem_sep Pattern pattern concode_elem_sep List<String> names concode_elem_sep StringBuff...
int function ( ) { return numOfExplicitRegexes ; }
34,841
calculates the arc cotangent of the value specified returns nan if the input value is outside the cotangent range concode_field_sep float SIN_CONVERSION_FACTOR concode_elem_sep double p1 concode_elem_sep double sq2p1 concode_elem_sep double HALF_PI concode_elem_sep double DEG_TO_RAD concode_elem_sep double q4 concode_e...
double function ( double arg0 ) { if ( arg0 == 0 ) { return Double . NaN ; } else if ( arg0 > 0 ) { return atan ( 1 / arg0 ) ; } else { return atan ( 1 / arg0 ) + PI ; } }
34,842
create an instance of getdatastreamsresponse concode_field_sep PlaceHolder placeHolder concode_field_sep ListDatastreams createListDatastreams concode_elem_sep ResumeFindObjectsResponse createResumeFindObjectsResponse concode_elem_sep GetRelationships createGetRelationships concode_elem_sep ModifyObject createModifyObj...
GetDatastreamsResponse function ( ) { return new GetDatastreamsResponse ( ) ; }
34,843
returns the number of rows matching the dynamic query . concode_field_sep PasswordTrackerLocalService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void trackPassword concode_elem_sep boolean isValidPassword concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuer...
long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , com . liferay . portal . kernel . dao . orm . Projection arg1 ) { return getService ( ) . dynamicQueryCount ( arg0 , arg1 ) ; }
34,844
initialize the pool . concode_field_sep Cluster _cluster concode_elem_sep Map<String,Node> _nodeIdToNode concode_elem_sep String _topId concode_elem_sep Set<ExecutorDetails> _lastSlot concode_elem_sep LinkedList<Set<ExecutorDetails>> _slots concode_elem_sep Logger LOG concode_elem_sep HashMap<String,List<ExecutorDetail...
void function ( Cluster arg0 , Map < String , Node > arg1 ) { _cluster = arg0 ; _nodeIdToNode = arg1 ; }
34,845
imports the specified parameters and decodes them according to the primary decoding format for parameters . the primary decoding format for parameters is asn .1 , if an asn .1 specification for this type of parameters exists . concode_field_sep Provider provider concode_elem_sep AlgorithmParametersSpi paramSpi concode_...
void function ( byte [ ] arg0 ) { if ( this . initialized ) throw new IOException ( "srini_string" ) ; paramSpi . engineInit ( arg0 ) ; this . initialized = true ; }
34,846
gets the command/reply-specific data in this packet concode_field_sep byte[] _data concode_elem_sep int _last_id concode_elem_sep byte _flags concode_elem_sep int MINIMUM_SIZE concode_elem_sep int _id concode_elem_sep int JDWP_FLAG_REPLY concode_field_sep void myWrite concode_elem_sep int myFromBytes concode_elem_sep v...
byte [ ] function ( ) { return _data ; }
34,847
gets the value of the statuscode property . concode_field_sep SAML11StatusCodeType SUCCESS concode_elem_sep long serialVersionUID concode_elem_sep QName value concode_elem_sep SAML11StatusCodeType statusCode concode_field_sep QName getValue concode_elem_sep void setStatusCode
SAML11StatusCodeType function ( ) { return statusCode ; }
34,848
clears the entire commit cache . concode_field_sep Map<String,ObjectCache<List<RepositoryCommit>>> cache concode_elem_sep CommitCache instance concode_elem_sep Logger logger concode_elem_sep int cacheDays concode_field_sep List<RepositoryCommit> reduce concode_elem_sep CommitCache instance concode_elem_sep List<Reposit...
void function ( ) { cache . clear ( ) ; }
34,849
gets the wherecondition value for this wswhereitem . concode_field_sep org.talend.mdm.webservice.WSWhereItem[] whereAnd concode_elem_sep org.talend.mdm.webservice.WSWhereCondition whereCondition concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep org.talend.mdm.webservice.WSWhereItem[] whereOr concode_elem_...
org . talend . mdm . webservice . WSWhereCondition function ( ) { return whereCondition ; }
34,850
returns the type of this contact source . concode_field_sep PlaceHolder placeHolder concode_field_sep int getIndex concode_elem_sep String getDisplayName concode_elem_sep ContactQuery createContactQuery concode_elem_sep ContactQuery createContactQuery
int function ( ) { return CONTACT_LIST_TYPE ; }
34,851
verbose log message . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d concode_elem_sep void s...
void function ( String arg0 , String arg1 , Throwable arg2 ) { if ( LOG . VERBOSE >= LOGLEVEL ) Log . v ( arg0 , arg1 , arg2 ) ; }
34,852
gets the value of the smartcard property . concode_field_sep PasswordType password concode_elem_sep List<ExtensionType> extension concode_elem_sep BigInteger preauth concode_elem_sep RestrictedPasswordType restrictedPassword concode_elem_sep ActivationPinType activationPin concode_elem_sep ExtensionOnlyType smartcard c...
ExtensionOnlyType function ( ) { return smartcard ; }
34,853
test of peek method , of class integerpriorityqueue . concode_field_sep IntegerPriorityQueue pq concode_field_sep void testPollEmptyPriorityQueue concode_elem_sep void testClear concode_elem_sep void testToArraySimple concode_elem_sep void testAddMultiple concode_elem_sep void testOffer concode_elem_sep void testOfferM...
void function ( ) { pq . add ( 1 ) ; pq . add ( 5 ) ; pq . add ( 10 ) ; pq . add ( 3 ) ; pq . add ( 0 ) ; pq . add ( 7 ) ; assertEquals ( new Integer ( 0 ) , pq . peek ( ) ) ; assertEquals ( 6 , pq . size ( ) ) ; }
34,854
reads a setting controlling the processing system behaviour . see the ` setting _ ... ' defines for available setting id 's . \ return the setting value . concode_field_sep int SETTING_NOMINAL_INPUT_SEQUENCE concode_elem_sep int SETTING_USE_AA_FILTER concode_elem_sep int SETTING_SEQUENCE_MS concode_elem_sep int SETTING...
int function ( int arg0 ) { return getSettingJni ( addr , arg0 ) ; }
34,855
sets the authenticator used to respond to challenges from the remote web server or proxy server . if unset , the java.net.authenticator #setdefault system-wide default authenticator will be used . concode_field_sep boolean followProtocolRedirects concode_elem_sep HostnameVerifier hostnameVerifier concode_elem_sep Conne...
OkHttpClient function ( OkAuthenticator arg0 ) { this . authenticator = arg0 ; return this ; }
34,856
confirm that cloning works . concode_field_sep PlaceHolder placeHolder concode_field_sep void testPublicCloneable concode_elem_sep void testSerialization concode_elem_sep void testDrawWithNullInfo concode_elem_sep void testHashcode concode_elem_sep void testEquals
void function ( ) { LayeredBarRenderer loc0 = new LayeredBarRenderer ( ) ; LayeredBarRenderer loc1 = ( LayeredBarRenderer ) loc0 . clone ( ) ; assertTrue ( loc0 != loc1 ) ; assertTrue ( loc0 . getClass ( ) == loc1 . getClass ( ) ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; }
34,857
sets the start index . concode_field_sep int start concode_elem_sep int end concode_elem_sep char[] buffer concode_field_sep int getStart concode_elem_sep char[] getBuffer concode_elem_sep void adjust concode_elem_sep boolean hasMore concode_elem_sep void setEnd concode_elem_sep int getEnd
void function ( int arg0 ) { this . start = arg0 ; }
34,858
set the ` newerthan ' queue id . concode_field_sep String searchString concode_elem_sep long nextBuildNumber concode_elem_sep HistoryWidget widget concode_elem_sep Long olderThan concode_elem_sep List<HistoryPageEntry<Queue.Item>> queueItems concode_elem_sep Long newerThan concode_elem_sep long oldestOnPage concode_ele...
void function ( Long arg0 ) { if ( olderThan != null ) { throw new UnsupportedOperationException ( "srini_string" ) ; } this . newerThan = arg0 ; }
34,859
clients should invoke this method when they encounter a connectivity failure on a connection returned by this route selector . concode_field_sep int nextSocketAddressIndex concode_elem_sep List<Route> postponedRoutes concode_elem_sep int TLS_MODE_MODERN concode_elem_sep Address address concode_elem_sep Iterator<Proxy> ...
void function ( Connection arg0 , IOException arg1 ) { Route loc0 = arg0 . getRoute ( ) ; if ( loc0 . getProxy ( ) . type ( ) != Proxy . Type . DIRECT && proxySelector != null ) { proxySelector . connectFailed ( uri , loc0 . getProxy ( ) . address ( ) , arg1 ) ; } routeDatabase . failed ( loc0 , arg1 ) ; }
34,860
gets the value of the productid property . concode_field_sep String productId concode_field_sep void setProductId
String function ( ) { return productId ; }
34,861
return a new preparedstatementcreator for the given parameters . concode_field_sep String[] generatedKeysColumnNames concode_elem_sep boolean updatableResults concode_elem_sep String actualSql concode_elem_sep List<SqlParameter> declaredParameters concode_elem_sep NativeJdbcExtractor nativeJdbcExtractor concode_elem_se...
PreparedStatementCreator function ( String arg0 , Object [ ] arg1 ) { return new PreparedStatementCreatorImpl ( arg0 , arg1 != null ? Arrays . asList ( arg1 ) : Collections . emptyList ( ) ) ; }
34,862
return all mvcendpoints from the management context . concode_field_sep ApplicationContext applicationContext concode_field_sep void setApplicationContext concode_elem_sep ApplicationContext getApplicationContext
MvcEndpoints function ( ) { try { return getApplicationContext ( ) . getBean ( MvcEndpoints . class ) ; } catch ( Exception loc0 ) { return null ; } }
34,863
asynchronously starts sending pending modification requests to the server concode_field_sep String TAG concode_elem_sep ODataOfflineStore offlineStore concode_field_sep boolean openOfflineStore concode_elem_sep void createAgency concode_elem_sep List<OfflineError> getErrorArchive concode_elem_sep void deleteErrorArchiv...
void function ( UIListener arg0 ) { if ( offlineStore == null ) return ; try { AgencyFlushListener loc0 = new AgencyFlushListener ( arg0 ) ; offlineStore . scheduleFlushQueuedRequests ( loc0 ) ; } catch ( ODataException loc0 ) { throw new OfflineODataStoreException ( loc0 ) ; } }
34,864
invoked when the parser enters a new state . concode_field_sep ParserStateTable parserStateTable concode_elem_sep InternalState initialState concode_elem_sep int columnNumber concode_elem_sep InternalState currentState concode_elem_sep int lineNumber concode_elem_sep Map<InternalState,ExternalState> intToExtStateTable ...
InternalState function ( InternalState arg0 , InternalState arg1 , char arg2 ) { return arg1 ; }
34,865
convenience method to add a problem with the specified message and severity.fatal concode_field_sep List<Problem> problems concode_elem_sep boolean hasFatal concode_field_sep void add concode_elem_sep void add concode_elem_sep void add concode_elem_sep Iterator<Problem> iterator concode_elem_sep Problems addAll concode...
Problems function ( String arg0 ) { add ( arg0 ) ; return this ; }
34,866
program entry point concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
void function ( String [ ] arg0 ) { FrontController loc0 = new FrontController ( ) ; loc0 . handleRequest ( "srini_string" ) ; loc0 . handleRequest ( "srini_string" ) ; loc0 . handleRequest ( "srini_string" ) ; }
34,867
returns a ptuple with each of the given tags mapping to the corresponding value . for internal use only . concode_field_sep Map<TupleTag<?>,?> valueMap concode_field_sep Map<TupleTag<?>,?> getAll concode_elem_sep PTuple and concode_elem_sep PTuple of concode_elem_sep V get concode_elem_sep boolean has concode_elem_sep ...
PTuple function ( Map < TupleTag < ? > , ? > arg0 ) { return new PTuple ( arg0 ) ; }
34,868
gets current project name . concode_field_sep String FILE_SUFFIX concode_elem_sep boolean USE_VERSIONING concode_field_sep IResource getSpecificResourceInPerlProject concode_elem_sep String getJobFileName concode_elem_sep String getJobFileName concode_elem_sep String getContextFileName concode_elem_sep String getRootPr...
String function ( ) { ProjectManager loc0 = ProjectManager . getInstance ( ) ; Project loc1 = loc0 . getCurrentProject ( ) ; return loc1 . getTechnicalLabel ( ) ; }
34,869
update the presentation . concode_field_sep StyledTextXtextAdapter styledTextXtextAdapter concode_elem_sep ISemanticHighlightingCalculator calculator concode_elem_sep ITextAttributeProvider attributeProvider concode_elem_sep HighlightingPresenter presenter concode_elem_sep List<AttributedPosition> removedPositions conc...
void function ( TextPresentation arg0 , List < AttributedPosition > arg1 , List < AttributedPosition > arg2 ) { Runnable loc0 = presenter . createUpdateRunnable ( arg0 , arg1 , arg2 ) ; if ( loc0 == null ) return ; Display loc1 = Display . getDefault ( ) ; loc1 . asyncExec ( loc0 ) ; }
34,870
count and cache the number of items in the given collection concode_field_sep ItemService itemService concode_elem_sep ItemCountDAO dao concode_elem_sep Context context concode_elem_sep CommunityService communityService concode_elem_sep Logger log concode_field_sep void main concode_elem_sep int getCount concode_elem_s...
void function ( Collection arg0 ) { try { int loc0 = itemService . countItems ( context , arg0 ) ; dao . collectionCount ( arg0 , loc0 ) ; } catch ( SQLException loc0 ) { log . error ( "srini_string" , loc0 ) ; throw new ItemCountException ( loc0 ) ; } }
34,871
gets tobeprocessed . concode_field_sep String checksumCheckResult concode_elem_sep boolean infoFound concode_elem_sep boolean deleted concode_elem_sep boolean toBeProcessed concode_elem_sep Date processEndDate concode_elem_sep DSpaceBitstreamInfo dspaceBitstream concode_elem_sep boolean bitstreamFound concode_elem_sep ...
boolean function ( ) { return this . toBeProcessed ; }
34,872
store the name of the active tab , so that we can reselect it when a different node is selected . concode_field_sep HashMap CONSTANT_SESSION_TAB_CACHE concode_elem_sep String pActiveTabName concode_field_sep void clearCacheForNode concode_elem_sep List getTabs concode_elem_sep void createTabs concode_elem_sep List crea...
void function ( String arg0 ) { pActiveTabName = arg0 ; }
34,873
delete a config in zookeeper concode_field_sep String CONFIGS_ZKNODE concode_elem_sep String UPLOAD_FILENAME_EXCLUDE_REGEX concode_elem_sep Pattern UPLOAD_FILENAME_EXCLUDE_PATTERN concode_elem_sep Logger logger concode_elem_sep SolrZkClient zkClient concode_field_sep void copyConfigDir concode_elem_sep void copyConfigD...
void function ( String arg0 ) { try { zkClient . clean ( ZkConfigManager . CONFIGS_ZKNODE + "srini_string" + arg0 ) ; } catch ( KeeperException | InterruptedException loc0 ) { throw new IOException ( "srini_string" , SolrZkClient . checkInterrupted ( loc0 ) ) ; } }
34,874
add a listener to be notified as the tests run . concode_field_sep RunNotifier notifier concode_field_sep String getVersion concode_elem_sep void main concode_elem_sep Result run concode_elem_sep Result run concode_elem_sep Result run concode_elem_sep Result run concode_elem_sep Result run concode_elem_sep Result runMa...
void function ( RunListener arg0 ) { notifier . addListener ( arg0 ) ; }
34,875
arranges the blocks with no width constraint and a fixed height constraint . this puts all blocks into a single row . concode_field_sep long serialVersionUID concode_field_sep void add concode_elem_sep Size2D arrangeFF concode_elem_sep Size2D arrangeRR concode_elem_sep Size2D arrangeNN concode_elem_sep Size2D arrange c...
Size2D function ( BlockContainer arg0 , Graphics2D arg1 , RectangleConstraint arg2 ) { return arrangeNN ( arg0 , arg1 ) ; }
34,876
returns the number formatter for the x-values . concode_field_sep String formatString concode_elem_sep long serialVersionUID concode_elem_sep DateFormat yDateFormat concode_elem_sep NumberFormat yFormat concode_elem_sep DateFormat xDateFormat concode_elem_sep String nullYString concode_elem_sep NumberFormat xFormat con...
NumberFormat function ( ) { return this . xFormat ; }
34,877
adds a validationerror . if stoponerror is true , it will immediately throw a validationexception to stop the deserialization process . concode_field_sep List<String> m_stack concode_elem_sep boolean m_validate concode_elem_sep boolean m_stopOnError concode_elem_sep List<ValidationError> m_errors concode_field_sep bool...
void function ( final ValidationError arg0 ) { m_errors . add ( arg0 ) ; if ( m_stopOnError ) { throw new ValidationException ( this ) ; } }
34,878
returns a composed function that first applies this function0 to the given argument and then applies @linkplain function after to the result . concode_field_sep PlaceHolder placeHolder concode_field_sep Function0<Try<R>> liftTry concode_elem_sep int arity concode_elem_sep Function0<R> constant concode_elem_sep R apply ...
Function0 < V > function ( Function < ? super R , ? extends V > arg0 ) { Objects . requireNonNull ( arg0 , "srini_string" ) ; return ( ) -> arg0 . apply ( apply ( ) ) ; }
34,879
add a `` stale-if-error '' directive . this directive indicates that when an error is encountered , a cached stale response may be used to satisfy the request , regardless of other freshness information . concode_field_sep long maxAge concode_elem_sep boolean cachePrivate concode_elem_sep boolean noTransform concode_el...
CacheControl function ( long arg0 , TimeUnit arg1 ) { this . staleIfError = arg1 . toSeconds ( arg0 ) ; return this ; }
34,880
get the xml schema location s of the target metadata format . returns the string value of the xsi : schemalocation attribute that should be applied to the generated xml . it may return the empty string if no schema is known , but crosswalk authors are strongly encouraged to implement this call so their output xml can b...
String function ( ) { return "srini_string" ; }
34,881
called in response to a stream request . the returned data is streamed to the client through a single tcp connection . note the streamid argument is not related to the similarly named argument in the #getchunk long , int method . concode_field_sep PlaceHolder placeHolder concode_field_sep void connectionTerminated conc...
ManagedBuffer function ( String arg0 ) { throw new UnsupportedOperationException ( ) ; }
34,882
sets the container for this request concode_field_sep String LOCALE concode_elem_sep String PARAMETERS concode_elem_sep String SESSION concode_elem_sep String ACTION_INVOCATION concode_elem_sep ThreadLocal<ActionContext> actionContext concode_elem_sep String VALUE_STACK concode_elem_sep String ACTION_NAME concode_elem_...
Container function ( ) { return ( Container ) get ( CONTAINER ) ; }
34,883
read the checksum header from the meta input stream . concode_field_sep DataChecksum checksum concode_elem_sep short VERSION concode_elem_sep Log LOG concode_elem_sep HdfsConfiguration conf concode_elem_sep short version concode_field_sep short getVersion concode_elem_sep void writeHeader concode_elem_sep void writeHea...
DataChecksum function ( final DataInputStream arg0 , final Object arg1 ) { final BlockMetadataHeader loc0 = readHeader ( arg0 ) ; if ( loc0 . getVersion ( ) != VERSION ) { LOG . warn ( "srini_string" + arg1 + "srini_string" + loc0 . getVersion ( ) + "srini_string" + VERSION ) ; } return loc0 . getChecksum ( ) ; }
34,884
hash an object according to collection semantics . concode_field_sep String fileName concode_elem_sep long serialVersionUID concode_elem_sep String methodName concode_elem_sep int lineNumber concode_elem_sep boolean isNative concode_elem_sep String declaringClass concode_field_sep int getLineNumber concode_elem_sep Str...
int function ( Object arg0 ) { return arg0 == null ? 0 : arg0 . hashCode ( ) ; }
34,885
set the clientrequestid value . concode_field_sep String expand concode_elem_sep String select concode_elem_sep DateTimeRfc1123 ocpDate concode_elem_sep String clientRequestId concode_elem_sep DateTimeRfc1123 ifUnmodifiedSince concode_elem_sep Boolean returnClientRequestId concode_elem_sep DateTimeRfc1123 ifModifiedSin...
PoolGetOptions function ( String arg0 ) { this . clientRequestId = arg0 ; return this ; }
34,886
returns true if there 's another route to attempt . every address has at least one route . concode_field_sep int nextSocketAddressIndex concode_elem_sep List<Route> postponedRoutes concode_elem_sep int TLS_MODE_MODERN concode_elem_sep Address address concode_elem_sep Iterator<Proxy> proxySelectorProxies concode_elem_se...
boolean function ( ) { return hasNextTlsMode ( ) || hasNextInetSocketAddress ( ) || hasNextProxy ( ) || hasNextPostponed ( ) ; }
34,887
returns true if the array has a boolean element at that index . concode_field_sep ArrayList<Object> list concode_field_sep void add concode_elem_sep void add concode_elem_sep Json.Object getObject concode_elem_sep Json.Object getObject concode_elem_sep void set concode_elem_sep boolean isObject concode_elem_sep int len...
boolean function ( int arg0 ) { return get ( arg0 ) instanceof Boolean ; }
34,888
number of messages in buffer . concode_field_sep Queue<RTMPMessage> messageQueue concode_elem_sep long messageSize concode_elem_sep long capacity concode_field_sep RTMPMessage peekMessage concode_elem_sep void clear concode_elem_sep long getMessageSize concode_elem_sep RTMPMessage takeMessage concode_elem_sep void setC...
int function ( ) { return messageQueue . size ( ) ; }
34,889
the usermanager interface expects only one admin . the first admin to login receives adminstatus for this usermanager concode_field_sep Logger LOGGER concode_elem_sep String karafLocalRoles concode_elem_sep int MAX_IDLE_TIME_SECONDS concode_elem_sep String admin concode_elem_sep SecurityManager securityManager concode_...
void function ( User arg0 ) { if ( StringUtils . isEmpty ( this . admin ) ) { Subject loc0 = ( ( FtpUser ) arg0 ) . getSubject ( ) ; for ( String loc1 : karafLocalRoles . split ( "srini_string" ) ) { if ( loc1 . equalsIgnoreCase ( "srini_string" ) && loc0 . hasRole ( loc1 ) ) { this . admin = arg0 . getName ( ) ; } } }...
34,890
whether str is a proxy_authorization field concode_field_sep String Route concode_elem_sep String Via_short concode_elem_sep String Authentication_Info concode_elem_sep String CSeq concode_elem_sep String Require concode_elem_sep String Unsupported concode_elem_sep String To_short concode_elem_sep String User_Agent con...
boolean function ( String arg0 ) { return same ( arg0 , Proxy_Authorization ) ; }
34,891
the version of the extension concode_field_sep boolean installed concode_elem_sep String id concode_elem_sep String label concode_elem_sep String type concode_elem_sep String version concode_field_sep String getLabel concode_elem_sep void setInstalled concode_elem_sep String getType concode_elem_sep boolean isInstalled...
String function ( ) { return version ; }
34,892
sets the name of the current user and stores it in the current session . using a null username will remove the username from the session . concode_field_sep String CURRENT_USER_SESSION_ATTRIBUTE_KEY concode_field_sep String get concode_elem_sep VaadinRequest getCurrentRequest
void function ( String arg0 ) { if ( arg0 == null ) { getCurrentRequest ( ) . getWrappedSession ( ) . removeAttribute ( CURRENT_USER_SESSION_ATTRIBUTE_KEY ) ; } else { getCurrentRequest ( ) . getWrappedSession ( ) . setAttribute ( CURRENT_USER_SESSION_ATTRIBUTE_KEY , arg0 ) ; } }
34,893
gets the context in which the capability exists . a single management process may handle multiple contexts simultaneously , and a given capability may not exist in all of them . an example are the various profiles in a managed domain , some of which may have a capability registered and other may not . concode_field_sep...
CapabilityContext function ( ) { return context ; }
34,894
create a new decompressor for use by this compressioncodec . concode_field_sep Configuration conf concode_field_sep void checkNativeCodeLoaded concode_elem_sep Configuration getConf concode_elem_sep CompressionOutputStream createOutputStream concode_elem_sep CompressionOutputStream createOutputStream concode_elem_sep C...
Decompressor function ( ) { checkNativeCodeLoaded ( ) ; int loc0 = conf . getInt ( CommonConfigurationKeys . IO_COMPRESSION_CODEC_SNAPPY_BUFFERSIZE_KEY , CommonConfigurationKeys . IO_COMPRESSION_CODEC_SNAPPY_BUFFERSIZE_DEFAULT ) ; return new SnappyDecompressor ( loc0 ) ; }
34,895
returns the company id of this social request . concode_field_sep SocialRequest _socialRequest concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode...
long function ( ) { return _socialRequest . getCompanyId ( ) ; }
34,896
getter method for spousename concode_field_sep String fatherName concode_elem_sep String education concode_elem_sep String gender concode_elem_sep String houseStatus concode_elem_sep String panNo concode_elem_sep String maritialStatus concode_elem_sep String drivLicNo concode_elem_sep Date docDate concode_elem_sep long...
String function ( ) { return spouseName ; }
34,897
determine if url is in approved list of urls to launch external applications . concode_field_sep ConfigXmlParser parser concode_elem_sep String TAG concode_field_sep void init concode_elem_sep void init concode_elem_sep Whitelist getExternalWhitelist concode_elem_sep List<PluginEntry> getPluginEntries concode_elem_sep ...
boolean function ( String arg0 ) { if ( parser == null ) { Log . e ( TAG , "srini_string" ) ; return false ; } return parser . getExternalWhitelist ( ) . isUrlWhiteListed ( arg0 ) ; }
34,898
creates a transmission object with as2 information . concode_field_sep TransmissionDAO transmissionDAO concode_elem_sep TransmissionEventDAO transmissionEventDAO concode_field_sep void addTransmissionEvent
Transmission function ( TransmissionDirection arg0 , String arg1 , CommunicationProtocol arg2 , String arg3 , String arg4 , String arg5 , String arg6 , String arg7 , String arg8 ) { return createTransmission ( arg0 , arg1 , arg2 , arg3 , arg4 , arg5 , arg6 , null , arg7 , arg8 ) ; }
34,899
sets a modified question string , e.g. after coreference resolution . concode_field_sep QuestionInterpretation interpretation concode_elem_sep TRECAnswer[] answers concode_elem_sep String questionString concode_elem_sep String id concode_elem_sep String type concode_field_sep void setInterpretation concode_elem_sep Str...
void function ( String arg0 ) { this . questionString = arg0 ; }