idx
int64
0
100k
question
stringlengths
68
7.19k
target
stringlengths
20
663
6,800
the port the remote connection is listening to concode_field_sep int port concode_elem_sep String host concode_elem_sep int active concode_elem_sep Logger logger concode_elem_sep String nodeId concode_field_sep void setHost concode_elem_sep void setNodeId concode_elem_sep void setActive concode_elem_sep String getNodeI...
int function ( ) { return port ; }
6,801
creates a classloader that can be used to load resources from theworkspace . concode_field_sep boolean resolveSimpleProjectReferences concode_field_sep File getFileSystemFile concode_elem_sep void addJavaClasspathEntries concode_elem_sep void addClasspathEntries concode_elem_sep URL[] convertClassPath concode_elem_sep ...
ClassLoader function ( IProject arg0 , ClassLoader arg1 ) { final List < URL > loc0 = Lists . newArrayList ( ) ; addClasspathEntries ( arg0 , loc0 ) ; return URLClassLoader . newInstance ( loc0 . toArray ( new URL [ loc0 . size ( ) ] ) , arg1 ) ; }
6,802
the amazon resource name arn of the amazon sns topic where amazon ses will publish bounce notifications . concode_field_sep String bounceTopic concode_elem_sep String complaintTopic concode_elem_sep String deliveryTopic concode_elem_sep Boolean forwardingEnabled concode_field_sep Boolean getForwardingEnabled concode_el...
void function ( String arg0 ) { this . bounceTopic = arg0 ; }
6,803
determine the beanfactorylocator to obtain the beanfactoryreference from . the default implementation exposes spring 's default contextsingletonbeanfactorylocator . concode_field_sep Map<Object,BeanFactoryReference> beanFactoryReferences concode_field_sep void doReleaseBean concode_elem_sep void configureBeanPostProces...
BeanFactoryLocator function ( Object arg0 ) { return ContextSingletonBeanFactoryLocator . getInstance ( ) ; }
6,804
can the user see this change ? does not account for draft status concode_field_sep ChangeNotes notes concode_elem_sep ProjectControl.GenericFactory projectControl concode_elem_sep RefControl refControl concode_elem_sep ChangeData.Factory changeDataFactory concode_elem_sep Provider<ReviewDb> db concode_field_sep Current...
boolean function ( ) { return getRefControl ( ) . isVisible ( ) ; }
6,805
returns the term collection . the term collection is a map . the keys are the field names , the values are the list of tfidf objects . concode_field_sep Schema schema concode_elem_sep JsonProvider jsonProvider concode_elem_sep Map<String,List<TfIdf>> termsCollection concode_field_sep FieldCounter<Double> extract concod...
Map < String , List < TfIdf >> function ( ) { return termsCollection ; }
6,806
used by the eslmessagedecoder . concode_field_sep Integer contentLength concode_elem_sep List<String> body concode_elem_sep Logger log concode_elem_sep Map<Name,String> headers concode_field_sep void addBodyLine concode_elem_sep boolean hasHeader concode_elem_sep Map<Name,String> getHeaders concode_elem_sep String getC...
void function ( Name arg0 , String arg1 ) { log . debug ( "srini_string" , arg0 , arg1 ) ; headers . put ( arg0 , arg1 ) ; }
6,807
creates a formatted string representation of the end of the specified element node , and directs it to the print writer . concode_field_sep String doctype concode_elem_sep Writer writer concode_elem_sep int level concode_field_sep void visitText concode_elem_sep void flush concode_elem_sep void visitDocumentPost concod...
void function ( Element arg0 ) { String loc0 = arg0 . getTagName ( ) ; write ( "srini_string" + loc0 + "srini_string" ) ; level -- ; }
6,808
gets the attribute of a given name . concode_field_sep String localName concode_elem_sep Locator loc concode_elem_sep List<Element> contents concode_elem_sep Map<QName,Attribute> attributes concode_elem_sep String ns concode_elem_sep String prefix concode_elem_sep DAnnotation EMPTY concode_elem_sep String value concode...
Attribute function ( String arg0 , String arg1 ) { return getAttribute ( new QName ( arg0 , arg1 ) ) ; }
6,809
gets the column data type . concode_field_sep ArrayList<String> columns concode_elem_sep ArrayList<HashMap<String,String>> table concode_elem_sep ArrayList<String> dataTypes concode_field_sep void addColumn concode_elem_sep void addColumn concode_elem_sep void addRowAt concode_elem_sep int getcolCount concode_elem_sep ...
String function ( final int arg0 ) { return this . dataTypes . get ( arg0 ) ; }
6,810
gets the body-parameter of this method . concode_field_sep String headers concode_elem_sep Collection<RestParameter> restParams concode_elem_sep Collection<PathParameter> pathParams concode_elem_sep String requestMethod concode_elem_sep Collection<BodyParameter> bodyParams concode_elem_sep Collection<RequestParameter> ...
Collection < ResponseParameter > function ( ) { return responseParams ; }
6,811
a task that will run after finally subscriber #onnext object concode_field_sep PlaceHolder placeHolder concode_field_sep Runnable onCancelCall concode_elem_sep Consumer<? super Throwable> onErrorCall concode_elem_sep Consumer<? super Subscription> onSubscribeCall concode_elem_sep Publisher<? extends T> upstream concode...
Consumer < ? super T > function ( ) { return null ; }
6,812
test if the grib format is accepted by the netcdf reader concode_field_sep PlaceHolder placeHolder concode_field_sep void testGribFile concode_elem_sep void testGribExtension concode_elem_sep void testGribImage
void function ( ) { final File loc0 = TestData . loc0 ( this , "srini_string" ) ; GRIBFormat loc1 = new GRIBFormat ( ) ; Assert . assertTrue ( loc1 . accepts ( loc0 ) ) ; ImageReaderSpi loc2 = new NetCDFImageReaderSpi ( ) ; Assert . assertTrue ( loc2 . canDecodeInput ( loc0 ) ) ; }
6,813
returns the account being used by this authenticator . concode_field_sep String mAuthTokenType concode_elem_sep AccountManager mAccountManager concode_elem_sep Account mAccount concode_elem_sep boolean mNotifyAuthFailure concode_field_sep String getAuthTokenType concode_elem_sep String getAuthToken concode_elem_sep voi...
Account function ( ) { return mAccount ; }
6,814
adds listener to our list of listeners concode_field_sep Set<LdapListener> ldapListeners concode_field_sep void fireLdapEvent concode_elem_sep void fireLdapEvent concode_elem_sep void removeLdapListener
void function ( LdapListener arg0 ) { this . ldapListeners . add ( arg0 ) ; }
6,815
sets pos and returns old value concode_field_sep int limitPos concode_elem_sep int defaultCapacity concode_elem_sep int[] map concode_elem_sep int capacity concode_field_sep int setByte concode_elem_sep int compare concode_elem_sep void or concode_elem_sep byte[] or concode_elem_sep void overlay concode_elem_sep boolea...
int function ( int arg0 ) { while ( arg0 >= capacity ) { doubleCapacity ( ) ; } if ( arg0 >= limitPos ) { limitPos = arg0 + 1 ; } int loc0 = arg0 >> 5 ; int loc1 = 0x80000000 >>> ( arg0 & 0x1F ) ; int loc2 = map [ loc0 ] ; int loc3 = ( loc2 & loc1 ) == 0 ? 0 : 1 ; map [ loc0 ] = ( loc2 | loc1 ) ; return loc3 ; }
6,816
moves the cursor up by the specified number of java 2d units . concode_field_sep double cursor concode_elem_sep List ticks concode_elem_sep double max concode_field_sep void setMax concode_elem_sep double getCursor concode_elem_sep List getTicks concode_elem_sep void cursorRight concode_elem_sep double getMax concode_e...
void function ( double arg0 ) { this . cursor = this . cursor - arg0 ; }
6,817
adds a channel to this device . concode_field_sep HmInterface hmInterface concode_elem_sep List<HmChannel> channels concode_elem_sep String address concode_elem_sep String type concode_field_sep HmInterface getHmInterface concode_elem_sep String getType concode_elem_sep List<HmChannel> getChannels concode_elem_sep Stri...
void function ( HmChannel arg0 ) { arg0 . setDevice ( this ) ; channels . add ( arg0 ) ; }
6,818
converts a date as long to a mac date as long concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
long function ( Date arg0 ) { return ( arg0 . getTime ( ) / 1000L ) + 2082844800L ; }
6,819
set the transaction manager to be used for registering jobs and triggers that are defined by this schedulerfactorybean . default is none ; setting this only makes sense when specifying a datasource for the scheduler . concode_field_sep Log logger concode_elem_sep Map<String,Calendar> calendars concode_elem_sep String[]...
void function ( PlatformTransactionManager arg0 ) { this . transactionManager = arg0 ; }
6,820
consulta el segundo conductor del taxi concode_field_sep double ingresos concode_elem_sep Conductor conductorUno concode_elem_sep int modelo concode_elem_sep Conductor conductorDos concode_elem_sep String placa concode_elem_sep double gastos concode_field_sep double calcularAhorroConductores concode_elem_sep double dar...
Conductor function ( ) { return conductorDos ; }
6,821
load a lua strin gvalue from the input stream concode_field_sep int NUMBER_FORMAT_INTS_ONLY concode_elem_sep int LUA_TNONE concode_elem_sep int luacSizeofInstruction concode_elem_sep byte[] LUA_SIGNATURE concode_elem_sep LuaValue[] NOVALUES concode_elem_sep int[] NOINTS concode_elem_sep byte[] buf concode_elem_sep int ...
LuaString function ( ) { int loc0 = this . luacSizeofSizeT == 8 ? ( int ) loadInt64 ( ) : loadInt ( ) ; if ( loc0 == 0 ) return null ; byte [ ] loc1 = new byte [ loc0 ] ; is . readFully ( loc1 , 0 , loc0 ) ; return LuaString . valueUsing ( loc1 , 0 , loc1 . length - 1 ) ; }
6,822
gets the value of the authorizedamount property . concode_field_sep XMLGregorianCalendar date concode_elem_sep String authStatus concode_elem_sep String authorizationId concode_elem_sep String authProcessStatus concode_elem_sep String chargeType concode_elem_sep long serialVersionUID concode_elem_sep BigDecimal debitAm...
BigDecimal function ( ) { return authorizedAmount ; }
6,823
builds the node without starting it . concode_field_sep boolean loadConfigSettings concode_elem_sep ImmutableSettings.Builder settings concode_field_sep ImmutableSettings.Builder settings concode_elem_sep NodeBuilder settings concode_elem_sep NodeBuilder settings concode_elem_sep Node node concode_elem_sep NodeBuilder ...
Node function ( ) { return new InternalNode ( settings . build ( ) , loadConfigSettings ) ; }
6,824
set the thread pool size of the core render service . the default is 10 . this number will need to be adjusted based on the characteristics of the application . note that increasing the number of threads past a certain number based on os , jvm , etc can actually decrease performance as thread context switching becomes ...
void function ( int arg0 ) { this . corePoolSize = arg0 ; resetCoreService ( ) ; resetScheduledService ( ) ; }
6,825
addstatebasedeffect . concode_field_sep HashMap<String,Integer> stateBasedMap concode_elem_sep HashMap<String,String[]> cardToEffectsList concode_field_sep HashMap<String,String[]> getCardToEffectsList concode_elem_sep void removeStateBasedEffect concode_elem_sep void reset concode_elem_sep HashMap<String,Integer> getS...
void function ( String arg0 ) { if ( stateBasedMap . containsKey ( arg0 ) ) stateBasedMap . put ( arg0 , stateBasedMap . get ( arg0 ) + 1 ) ; else stateBasedMap . put ( arg0 , 1 ) ; }
6,826
sets the platformrestrictions value for this extensionsetting . concode_field_sep com.google.api.ads.adwords.axis.v201502.cm.ExtensionFeedItem[] extensions concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_s...
void function ( com . google . api . ads . adwords . axis . v201502 . cm . ExtensionSettingPlatform arg0 ) { this . platformRestrictions = arg0 ; }
6,827
set jpa id - for testing and jpa only . not intended for normal use . concode_field_sep String owner concode_elem_sep String number concode_elem_sep BigDecimal balance concode_elem_sep Long id concode_field_sep String getNumber concode_elem_sep BigDecimal getBalance concode_elem_sep long getId concode_elem_sep String t...
void function ( long arg0 ) { this . id = arg0 ; }
6,828
gets the value of the case property . concode_field_sep String dbname concode_elem_sep CaseType _case concode_elem_sep String sitename concode_elem_sep String generator concode_elem_sep String base concode_elem_sep NamespacesType namespaces concode_field_sep void setDbname concode_elem_sep String getGenerator concode_e...
CaseType function ( ) { return _case ; }
6,829
obtain the key for this node . concode_field_sep FibonacciHeapNode<T> parent concode_elem_sep T data concode_elem_sep FibonacciHeapNode<T> left concode_elem_sep int degree concode_elem_sep FibonacciHeapNode<T> right concode_elem_sep boolean mark concode_elem_sep double key concode_elem_sep FibonacciHeapNode<T> child co...
double function ( ) { return key ; }
6,830
initializes the matcher concode_field_sep String LIN concode_elem_sep String SMITH concode_elem_sep int completedComparisons concode_elem_sep String WUPALMER concode_elem_sep boolean isDefault concode_elem_sep boolean isHidden concode_elem_sep String SMITHGTW concode_elem_sep String QGRAMS concode_elem_sep String SOFTT...
void function ( FilteredSchemaInfo arg0 , FilteredSchemaInfo arg1 , MatchTypeMappings arg2 ) { this . schema1 = arg0 ; this . schema2 = arg1 ; this . types = arg2 ; }
6,831
gets the field value for this customfieldvalueforissuedata . concode_field_sep com.intellij.tasks.mantis.model.ObjectRef field concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String value concode_elem_sep org.apache.axis.description.TypeDesc typeDesc con...
com . intellij . tasks . mantis . model . ObjectRef function ( ) { return field ; }
6,832
getindexesfortable concode_field_sep Map<String,Index> m_nameMap concode_elem_sep Map<String,List<Index>> m_tableMap concode_field_sep void add concode_elem_sep List<Index> getIndexesForTableCreateIfEmpty concode_elem_sep void reset concode_elem_sep Collection<Index> getAllIndexes concode_elem_sep void remove
List < Index > function ( String arg0 ) { String loc0 = arg0 . toLowerCase ( ) ; if ( ! m_tableMap . containsKey ( loc0 ) ) { return new LinkedList < Index > ( ) ; } return m_tableMap . get ( loc0 ) ; }
6,833
returns the id of the checkpoint . concode_field_sep long duration concode_elem_sep long stateSize concode_elem_sep long checkpointId concode_elem_sep long triggerTimestamp concode_field_sep long getDuration concode_elem_sep long getStateSize concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_se...
long function ( ) { return checkpointId ; }
6,834
returns a string representation of this object ; useful for testing and debugging . concode_field_sep com.amazonaws.internal.ListWithAutoConstructFlag<SendDataPoint> sendDataPoints concode_field_sep java.util.List<SendDataPoint> getSendDataPoints concode_elem_sep void setSendDataPoints concode_elem_sep int hashCode con...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getSendDataPoints ( ) != null ) loc0 . append ( "srini_string" + getSendDataPoints ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; }
6,835
schedule local notification specified by options object . concode_field_sep Context context concode_field_sep Notification cancel concode_elem_sep void cancelAll concode_elem_sep List<Integer> getIdsByType concode_elem_sep List<Notification> getAll concode_elem_sep List<Notification> getByType concode_elem_sep Notifica...
Notification function ( Options arg0 , Class < ? > arg1 ) { Notification loc0 = new Builder ( arg0 ) . setTriggerReceiver ( arg1 ) . build ( ) ; loc0 . schedule ( ) ; return loc0 ; }
6,836
performs message encoding of a datamatrix message using the algorithm described in annex p of iso/iec 16022:2000 e . concode_field_sep int ASCII_ENCODATION concode_elem_sep int TEXT_ENCODATION concode_elem_sep int X12_ENCODATION concode_elem_sep String MACRO_06_HEADER concode_elem_sep char LATCH_TO_C40 concode_elem_sep...
String function ( String arg0 ) { return encodeHighLevel ( arg0 , SymbolShapeHint . FORCE_NONE , null , null ) ; }
6,837
replaces the current body of this node with the passed object . concode_field_sep Node parent concode_elem_sep List children concode_elem_sep Stack replacementNodeStack concode_elem_sep Map attributeNamespaces concode_elem_sep String name concode_elem_sep Map attributes concode_elem_sep String namespaceURI concode_fiel...
void function ( final Object arg0 ) { this . children . clear ( ) ; this . children . add ( arg0 ) ; }
6,838
#description of the method concode_field_sep Logger log concode_elem_sep JMSServerInterceptor nextInterceptor concode_field_sep SpyMessage receive concode_elem_sep void connectionClosing concode_elem_sep ThreadGroup getThreadGroup concode_elem_sep String authenticate concode_elem_sep void destroySubscription concode_el...
void function ( ConnectionToken arg0 , long arg1 ) { nextInterceptor . ping ( arg0 , arg1 ) ; }
6,839
channelstatelistener interface concode_field_sep ErrorInfo reason concode_elem_sep Set<Member> pending concode_elem_sep Map<ConnectionState,Counter> stateCounts concode_elem_sep boolean success concode_elem_sep Channel channel concode_elem_sep Action action concode_elem_sep List<ProtocolMessage> receivedMessages concod...
void function ( ChannelState arg0 , ErrorInfo arg1 ) { synchronized ( this ) { notify ( ) ; } }
6,840
build outboundevent . there are two valid configurations : when builder #comment is set , all other parameters are optional . if builder #data string is set , event will be serialized after comment . when builder #comment is not set , builder #data string have tobe set , all other parameters are optional . concode_fiel...
OutboundEvent function ( ) { if ( comment == null ) { if ( data == null ) { throw new IllegalStateException ( ) ; } } return new OutboundEvent ( name , id , data , comment ) ; }
6,841
gets the custom call to action text or null if not specified or too long . concode_field_sep int MAX_CTA_TEXT_LENGTH concode_elem_sep String ERROR concode_elem_sep String MP_IMPRESSION_TRACKER concode_elem_sep String CUSTOM_SKIP_TEXT concode_elem_sep String ROOT_TAG_OPEN concode_elem_sep String CUSTOM_CTA_TEXT concode_...
String function ( ) { String loc0 = XmlUtils . getFirstMatchingStringData ( mVastDoc , CUSTOM_CTA_TEXT ) ; if ( loc0 != null && loc0 . length ( ) <= MAX_CTA_TEXT_LENGTH ) { return loc0 ; } return null ; }
6,842
method setvalue concode_field_sep String myClassName concode_elem_sep String relationshipType concode_elem_sep int revisionID concode_elem_sep Log log concode_elem_sep int REVISION_2 concode_elem_sep long serialVersionUID concode_elem_sep ArrayList extensibilityAttributes concode_elem_sep String value concode_field_sep...
void function ( String arg0 ) { this . value = arg0 ; }
6,843
get arrayofstring concode_field_sep List<List<Long>> arrayArrayOfInteger concode_elem_sep List<String> arrayOfString concode_elem_sep List<List<ReadOnlyFirst>> arrayArrayOfModel concode_field_sep String toIndentedString concode_elem_sep void setArrayOfString concode_elem_sep void setArrayArrayOfInteger concode_elem_sep...
List < String > function ( ) { return arrayOfString ; }
6,844
convenience method to create a somewhat unique site id for testing . useful in tests that need to create a site to run tests upon . concode_field_sep SpringCompMgr componentManager concode_elem_sep Log log concode_field_sep void loadComponent concode_elem_sep void setSakaiHome concode_elem_sep org.sakaiproject.componen...
String function ( ) { return "srini_string" + getClass ( ) . getName ( ) + "srini_string" + Math . floor ( Math . random ( ) * 100000 ) ; }
6,845
internal method to find the smallest item in a subtree . concode_field_sep BinaryNode left concode_elem_sep BinaryNode root concode_elem_sep BinaryNode right concode_elem_sep Comparable element concode_field_sep void removeMin concode_elem_sep BinaryNode removeMin concode_elem_sep Comparable find concode_elem_sep Binar...
BinaryNode function ( BinaryNode arg0 ) { if ( arg0 != null ) while ( arg0 . left != null ) arg0 = arg0 . left ; return arg0 ; }
6,846
metodo para desassociar uma paragem a esta zona . concode_field_sep float preco concode_elem_sep int idCount concode_elem_sep ArrayList<Paragem> paragens concode_elem_sep Color cor concode_elem_sep String nome concode_elem_sep int id concode_field_sep void associarParagem concode_elem_sep ArrayList<Paragem> getParagens...
void function ( Paragem arg0 ) { for ( Paragem loc0 : this . paragens ) { if ( loc0 . getId ( ) == arg0 . getId ( ) ) { throw new ParagemExistenceException ( "srini_string" + arg0 . getId ( ) + "srini_string" ) ; } } this . paragens . remove ( arg0 ) ; }
6,847
gets the singleton instance . concode_field_sep long serialVersionUID concode_elem_sep UnRegisterInfoMessageListener INSTANCE concode_field_sep Object readResolve concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString
UnRegisterInfoMessageListener function ( ) { return INSTANCE ; }
6,848
gets the mrconso staging dao . concode_field_sep MrconsoStagingDao mrconsoStagingDao concode_field_sep String getEntityCode concode_elem_sep void setMrconsoStagingDao
MrconsoStagingDao function ( ) { return mrconsoStagingDao ; }
6,849
clear all state in address in all windows under merge even result windows in context . concode_field_sep PlaceHolder placeHolder concode_field_sep void prefetchCombiningValues concode_elem_sep void mergeBags concode_elem_sep void mergeBags concode_elem_sep void prefetchBags concode_elem_sep void prefetchWatermarks conc...
void function ( MergingStateAccessor < K , W > arg0 , StateTag < ? super K , StateT > arg1 ) { for ( StateT loc0 : arg0 . accessInEachMergingWindow ( arg1 ) . values ( ) ) { loc0 . clear ( ) ; } }
6,850
method to get the default slide for either a moderator or viewer concode_field_sep int MOBILE_MAX_HEIGHT concode_elem_sep Slide INFO_SLIDE concode_elem_sep Slide DEFAULT_SLIDE_VIEWER concode_elem_sep int MAX_WIDTH concode_elem_sep boolean mobile concode_elem_sep Slide DEFAULT_SLIDE_MODERATOR_MOBILE concode_elem_sep Sli...
Slide function ( boolean arg0 , boolean arg1 ) { if ( arg0 ) { if ( arg1 ) { return DEFAULT_SLIDE_MODERATOR_MOBILE ; } return DEFAULT_SLIDE_MODERATOR ; } if ( arg1 ) { return DEFAULT_SLIDE_VIEWER_MOBILE ; } return DEFAULT_SLIDE_VIEWER ; }
6,851
sets the value of the result property . concode_field_sep int result concode_field_sep int getResult
void function ( int arg0 ) { this . result = arg0 ; }
6,852
returns the prim key of this resource permission . concode_field_sep ResourcePermission _resourcePermission concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_elem_sep boole...
java . lang . String function ( ) { return _resourcePermission . getPrimKey ( ) ; }
6,853
sets the criteria value for this budgetsuggestionselector . concode_field_sep com.google.api.ads.adwords.axis.v201406.cm.Criterion[] criteria concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep com.google....
void function ( com . google . api . ads . adwords . axis . v201406 . cm . Criterion [ ] arg0 ) { this . criteria = arg0 ; }
6,854
converts an array of object object to a string use the value of theline.separator system property the line separator . concode_field_sep PlaceHolder placeHolder concode_field_sep String toString concode_elem_sep void toString concode_elem_sep String[] stringToArray
String function ( final Object [ ] arg0 ) { return arrayToString ( arg0 , System . getProperty ( "srini_string" ) ) ; }
6,855
creates a aggregationstrategybeanadapter for using a pojo as the aggregation strategy . concode_field_sep PlaceHolder placeHolder concode_field_sep AggregationStrategy beanAllowNull concode_elem_sep AggregationStrategy beanAllowNull concode_elem_sep AggregationStrategy groupedExchange concode_elem_sep FlexibleAggregati...
AggregationStrategy function ( Class < ? > arg0 , String arg1 ) { return new AggregationStrategyBeanAdapter ( arg0 , arg1 ) ; }
6,856
adds a listener to be notified when a vobject is changed , created , or deleted . concode_field_sep String copyright concode_field_sep int getIndex concode_elem_sep void addWorkingListener concode_elem_sep boolean isSortable concode_elem_sep VAction[] getActions concode_elem_sep TableColumnModel getDetailsColumnModel c...
void function ( VObjectListener arg0 ) { }
6,857
enlarge this byte vector so that it can receive n more bytes . concode_field_sep byte[] data concode_elem_sep int length concode_field_sep ByteVector put12 concode_elem_sep ByteVector putByte concode_elem_sep ByteVector putInt concode_elem_sep ByteVector putUTF8 concode_elem_sep ByteVector putShort concode_elem_sep Byt...
void function ( final int arg0 ) { int loc0 = 2 * data . length ; int loc1 = length + arg0 ; byte [ ] loc2 = new byte [ loc0 > loc1 ? loc0 : loc1 ] ; System . arraycopy ( data , 0 , loc2 , 0 , length ) ; data = loc2 ; }
6,858
called to give the classloadhelper a chance to initialize itself , including the opportunity to `` steal '' the class loader off of the calling thread , which is the thread that is initializing quartz . concode_field_sep List<ClassLoadHelper> loadHelpers concode_elem_sep ClassLoadHelper bestCandidate concode_field_sep ...
void function ( ) { if ( loadHelpers . size ( ) == 0 ) { addDefaultClassLoadHelpers ( ) ; } Iterator < ClassLoadHelper > loc0 = loadHelpers . iterator ( ) ; while ( loc0 . hasNext ( ) ) { ClassLoadHelper loc1 = ( ClassLoadHelper ) loc0 . next ( ) ; loc1 . initialize ( ) ; } }
6,859
returns a string representation of this object ; useful for testing and debugging . concode_field_sep SnapshotLimits snapshotLimits concode_field_sep GetSnapshotLimitsResult withSnapshotLimits concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep GetSnapshotLimitsResult clone concode_elem_sep v...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getSnapshotLimits ( ) != null ) loc0 . append ( "srini_string" + getSnapshotLimits ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; }
6,860
gets the value of the misensortypecode property . concode_field_sep String role concode_elem_sep MISensorTypeCodeType miSensorTypeCode 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...
MISensorTypeCodeType function ( ) { return miSensorTypeCode ; }
6,861
getter for querycondition . concode_field_sep int DEFAULT_BATCH_SIZE concode_elem_sep String password concode_elem_sep String batchSize concode_elem_sep boolean useProxy concode_elem_sep int DEFAULT_TIME_OUT concode_elem_sep String proxyPort concode_elem_sep String moduleName concode_elem_sep String proxyUsername conco...
String function ( ) { return this . queryCondition ; }
6,862
the info.plist file for a bundle which is comprised of more than one originating plist file . this is not needed for a bundle which has no source info.plist files , or only one info.plist file , since no merging occurs in that case . concode_field_sep String archiveFileNameSuffix concode_elem_sep String TMP_DSYM_BUNDLE...
Artifact function ( ) { return appendExtension ( "srini_string" ) ; }
6,863
this is the one method to implement for the interface . concode_field_sep int adl_extras_XscreenDPI concode_elem_sep String AS_CLASS concode_elem_sep String[] adl_extras concode_elem_sep String MOBILE_DIR concode_elem_sep String fileToKeep concode_field_sep void MobileConfigWriterFilter concode_elem_sep String write co...
boolean function ( File arg0 , String arg1 ) { File loc0 = new File ( arg0 , arg1 ) ; if ( ( arg1 . indexOf ( AS_CLASS ) > - 1 ) && ( arg1 . indexOf ( "srini_string" ) > - 1 ) && ( arg1 . compareToIgnoreCase ( fileToKeep ) != 0 ) ) { return true ; } else { return false ; } }
6,864
removes all headers on this builder and adds headers . concode_field_sep Response cacheResponse concode_elem_sep Request request concode_elem_sep Handshake handshake concode_elem_sep Headers.Builder headers concode_elem_sep Protocol protocol concode_elem_sep int code concode_elem_sep Response priorResponse concode_elem...
Builder function ( Headers arg0 ) { this . headers = arg0 . newBuilder ( ) ; return this ; }
6,865
autocommit does not save state . while symetry would be good , state should be commited not stored for later . concode_field_sep PlaceHolder placeHolder concode_field_sep void rollback concode_elem_sep State getState concode_elem_sep Object getProperty concode_elem_sep void putState concode_elem_sep void commit concode...
void function ( Object arg0 ) { throw new UnsupportedOperationException ( "srini_string" ) ; }
6,866
resets the element to an empty string . concode_field_sep String image concode_elem_sep String IMAGE_ALERT concode_elem_sep boolean set concode_elem_sep String IMAGE_BLANK concode_elem_sep String value concode_elem_sep String IMAGE_PROGRESS concode_field_sep String getValue concode_elem_sep void setValue concode_elem_s...
void function ( ) { setValue ( "srini_string" ) ; }
6,867
number of copies to print concode_field_sep String orientation concode_elem_sep MediaSizeName mediaSizeName concode_elem_sep String mimeType concode_elem_sep URI uri concode_elem_sep Sides internalSides concode_elem_sep String mediaTray concode_elem_sep String printerPrefix concode_elem_sep DocFlavor docFlavor concode_...
void function ( int arg0 ) { this . copies = arg0 ; }
6,868
get servlet context . concode_field_sep PlaceHolder placeHolder concode_field_sep String getRequestParameter concode_elem_sep Application getApplication concode_elem_sep Object getElValue concode_elem_sep Object getManagedBean concode_elem_sep String getJsfEl concode_elem_sep void resetManagedBean concode_elem_sep void...
ServletContext function ( ) { return ( ServletContext ) FacesContext . getCurrentInstance ( ) . getExternalContext ( ) . getContext ( ) ; }
6,869
get the list of waiting actions concode_field_sep Collection<WaitingAction> waitingActions concode_elem_sep long serialVersionUID concode_field_sep void add
Collection < WaitingAction > function ( ) { return waitingActions ; }
6,870
gets whether the address of this instruction is known . concode_field_sep int address concode_elem_sep RegisterSpecList registers concode_elem_sep SourcePosition position concode_elem_sep Dop opcode concode_field_sep String listingString concode_elem_sep void setAddress concode_elem_sep DalvInsn withRegisterOffset conc...
boolean function ( ) { return ( address >= 0 ) ; }
6,871
a regular state must have a name . concode_field_sep SGraphFactory factory concode_elem_sep BasicDiagnostic diagnostics concode_elem_sep SGraphJavaValidator validator concode_elem_sep StextFactory sTextFactory concode_elem_sep State state concode_elem_sep Region region concode_elem_sep Statechart statechart concode_fie...
void function ( ) { prepareStateTest ( ) ; state . setName ( null ) ; assertFalse ( validator . validate ( state , diagnostics , new HashMap < Object , Object > ( ) ) ) ; assertError ( diagnostics , ISSUE_STATE_WITHOUT_NAME ) ; }
6,872
write a user-specified 512-byte block . for efficiency , write int should be used when writing file body content . concode_field_sep int DEFAULT_BLOCKS_PER_RECORD concode_elem_sep int DEFAULT_COMPRESSION concode_elem_sep byte[] ZERO_BLOCK concode_elem_sep OutputStream writeStream concode_elem_sep boolean debug concode_...
void function ( byte [ ] arg0 ) { if ( arg0 . length != 512 ) { throw new IllegalArgumentException ( RB . bad_block_write_len . getString ( arg0 . length ) ) ; } write ( arg0 , arg0 . length ) ; }
6,873
build a trade that represent a sell of this stock . concode_field_sep String symbol concode_elem_sep BigDecimal parValue concode_elem_sep BigDecimal lastDividend concode_elem_sep BigDecimal lastPrice concode_field_sep void setLastDividend concode_elem_sep BigDecimal getLastPrice concode_elem_sep BigDecimal getLastDivid...
Trade function ( BigDecimal arg0 , BigDecimal arg1 ) { lastPrice = arg1 ; return new Trade ( this , arg0 , BuyOrSell . SELL , arg1 ) ; }
6,874
searches the license of the used dependency . concode_field_sep License NO_LICENSE concode_elem_sep Logger LOG concode_field_sep AllowedDependency searchForProjectDependency concode_elem_sep boolean versionAllowed concode_elem_sep String getLicenseName concode_elem_sep String concatStringList concode_elem_sep boolean h...
License function ( String arg0 , List < AllowedDependency > arg1 ) { AllowedDependency loc0 = searchForProjectDependency ( arg0 , arg1 ) ; return loc0 != null ? loc0 . getLicense ( ) : null ; }
6,875
add a violations type descriptor . concode_field_sep String name concode_elem_sep TreeMap<String,TypeDescriptor> TYPES concode_field_sep String getName concode_elem_sep String getDetailForSource concode_elem_sep ViolationsParser createParser concode_elem_sep List<String> getMavenTargets
void function ( final TypeDescriptor arg0 ) { TYPES . put ( arg0 . getName ( ) , arg0 ) ; }
6,876
return true if the string is null or its size is 0 . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean equal concode_elem_sep String extractValueForAttribute concode_elem_sep String HTMLEntityEncode concode_elem_sep String prettyPrint concode_elem_sep String prettyPrint concode_elem_sep List<String> s...
boolean function ( final String arg0 ) { return ( arg0 == null ) || arg0 . trim ( ) . equals ( "srini_string" ) ; }
6,877
returns an iterator with the result objects from a single column of the result set . this method is best used for single column results . to ensure that any resources , including transactions bound to it , are properly closed , the iterator must either be fully exhausted , or the org.neo4j.graphdb.resourceiterator #clo...
ResourceIterator < T > function ( String arg0 ) { return inner . javaColumnAs ( arg0 ) ; }
6,878
create a new builder instance with an status #up status . concode_field_sep Map<String,Object> details concode_elem_sep Status status concode_field_sep Builder withDetail concode_elem_sep Builder withException concode_elem_sep Health build concode_elem_sep int hashCode concode_elem_sep Builder outOfService concode_elem...
Builder function ( ) { return status ( Status . UP ) ; }
6,879
this method resets the incoming events time events included . concode_field_sep boolean e concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep boolean f concode_elem_sep boolean g concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep void init concode_elem_sep SCInterface g...
void function ( ) { sCInterface . clearEvents ( ) ; }
6,880
specify whether the database uses lower case for identifiers concode_field_sep boolean supportsSchemasInProcedureCalls concode_elem_sep boolean storesLowerCaseIdentifiers concode_elem_sep boolean procedureColumnMetaDataUsed concode_elem_sep List<CallParameterMetaData> callParameterMetaData concode_elem_sep Log logger c...
void function ( boolean arg0 ) { this . storesLowerCaseIdentifiers = arg0 ; }
6,881
creates a factory to read or write from a file . when opening for read , the readmessage can be invoked , and when opening for write the writemessage can be invoked . concode_field_sep File file concode_elem_sep org.apache.juli.logging.Log log concode_elem_sep boolean openForWrite concode_elem_sep FileInputStream in co...
FileMessageFactory function ( File arg0 , boolean arg1 ) { return new FileMessageFactory ( arg0 , arg1 ) ; }
6,882
add a given extension field for the standard extensions tag tag 3 concode_field_sep ExtensionsGenerator extGenerator concode_elem_sep ASN1ObjectIdentifier reqPolicy concode_elem_sep ASN1Boolean certReq concode_field_sep void setCertReq concode_elem_sep void setReqPolicy concode_elem_sep void setReqPolicy concode_elem_s...
void function ( ASN1ObjectIdentifier arg0 , boolean arg1 , ASN1Encodable arg2 ) { TSPUtil . addExtension ( extGenerator , arg0 , arg1 , arg2 ) ; }
6,883
gets long value from byte array assuming that value stored in little-endian byte order . concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] serializeJdk concode_elem_sep int getIntByByteLE concode_elem_sep int getIntByByteLE concode_elem_sep T deserializeJdk concode_elem_sep T deserializeJdk concode_ele...
long function ( byte [ ] arg0 ) { return getLongByByteLE ( arg0 , 0 ) ; }
6,884
is the middle of piece on the upper/left side of the board with a given offset and size of the piece ? this only checks in one dimension . concode_field_sep String CLASS concode_elem_sep String DEPTH concode_elem_sep boolean[][] shape concode_elem_sep int[] twoRotations concode_elem_sep DancingLinks.SolutionAcceptor<Co...
boolean function ( int arg0 , int arg1 , int arg2 ) { return 2 * arg0 + arg1 <= arg2 ; }
6,885
modifies web meta data to configure webservice stack transport and properties . concode_field_sep PlaceHolder placeHolder concode_field_sep void configureEndpoints concode_elem_sep void modifyContextRoot concode_elem_sep String getTransportClassName
void function ( final Deployment arg0 ) { final JBossWebMetaData loc0 = WSHelper . getOptionalAttachment ( arg0 , JBossWebMetaData . class ) ; if ( loc0 != null ) { this . configureEndpoints ( arg0 , loc0 ) ; this . modifyContextRoot ( arg0 , loc0 ) ; } }
6,886
gets an atg biome by name . concode_field_sep PlaceHolder placeHolder concode_field_sep void addBiomeGroup concode_elem_sep void addBiomeGroup concode_elem_sep void addBiomeGroup concode_elem_sep void addBiomeGroup concode_elem_sep void replaceBiome concode_elem_sep List<String> getGroupFromBiome concode_elem_sep Optio...
BiomeGenBase function ( String arg0 ) { final ATGBiomeRequestEvent loc0 = new ATGBiomeRequestEvent ( arg0 ) ; MinecraftForge . EVENT_BUS . post ( loc0 ) ; if ( ! loc0 . biome . isPresent ( ) ) { return null ; } return loc0 . biome . get ( ) ; }
6,887
gets the expression of this messageselector . concode_field_sep Expression expression concode_field_sep String toString concode_elem_sep boolean matches
Expression function ( ) { return expression ; }
6,888
get native error code from file driver for file related errors applies when errorcode is 90 concode_field_sep PlaceHolder placeHolder concode_field_sep String fileError concode_elem_sep int errorCode concode_elem_sep String errorFile concode_elem_sep String error
String function ( ) { return "srini_string" ; }
6,889
setter for the field humanmulliganedtozero . concode_field_sep boolean assignedFirstStrikeDamageThisCombat concode_elem_sep boolean preventCombatDamageThisTurn concode_elem_sep boolean humanMulliganedToZero concode_elem_sep boolean resolvedFirstStrikeDamageThisCombat concode_elem_sep ArrayList<Card_Color> globalColorCh...
void function ( boolean arg0 ) { humanMulliganedToZero = arg0 ; }
6,890
returns the number of columns in the result set . concode_field_sep int numColumns_ concode_elem_sep int columnTypes_[] concode_field_sep String getSchemaName concode_elem_sep boolean isCaseSensitive concode_elem_sep String getCatalogName concode_elem_sep boolean isSigned concode_elem_sep int getColumnType concode_elem...
int function ( ) { return numColumns_ ; }
6,891
gives the name of the layer , which containts the entity . concode_field_sep String sectionName concode_elem_sep String layerID concode_elem_sep DXFEntity nextDxfEntity concode_elem_sep int color concode_elem_sep byte[] colorRGB concode_elem_sep DXFExtrusion extrusion concode_elem_sep double linetypeScaleFactor concode...
String function ( ) { return this . sectionName ; }
6,892
this is a setter concode_field_sep boolean canceled concode_elem_sep boolean signedUp concode_elem_sep int UNLIMITED concode_elem_sep List<SignupParticipant> waitingList concode_elem_sep boolean onWaitList concode_elem_sep List<SignupParticipant> attendees concode_elem_sep boolean displayAttendees concode_elem_sep Date...
void function ( boolean arg0 ) { this . canceled = arg0 ; }
6,893
warning 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 ) { if ( LOG . WARN >= LOGLEVEL ) Log . w ( arg0 , arg1 ) ; }
6,894
print message with params to the error log . concode_field_sep ch.qos.logback.classic.Logger WARN concode_elem_sep ch.qos.logback.classic.Logger DEBUG concode_elem_sep ch.qos.logback.classic.Logger ERROR concode_elem_sep ch.qos.logback.classic.Logger INFO concode_elem_sep String LOG_DIRECTORY concode_elem_sep String MA...
void function ( String arg0 , Object ... arg1 ) { ERROR . error ( arg0 , arg1 ) ; }
6,895
gets arraylist of currently active timezonewrapper objects . this list is populated by selectbooleancheckbox components in ui . concode_field_sep boolean dialogRendered concode_elem_sep DateFormat selectedFormat concode_elem_sep ArrayList checkedTimeZoneList concode_elem_sep DateFormat serverFormat concode_elem_sep int...
ArrayList function ( ) { return checkedTimeZoneList ; }
6,896
returns the dependencies from the given injection points . concode_field_sep boolean nullable concode_elem_sep int parameterIndex concode_elem_sep Key<T> key concode_elem_sep InjectionPoint injectionPoint concode_field_sep Key<T> getKey concode_elem_sep InjectionPoint getInjectionPoint concode_elem_sep int getParameter...
Set < Dependency < ? >> function ( Set < InjectionPoint > arg0 ) { Set < Dependency < ? >> loc0 = new HashSet < > ( ) ; for ( InjectionPoint loc1 : arg0 ) { loc0 . addAll ( loc1 . getDependencies ( ) ) ; } return unmodifiableSet ( loc0 ) ; }
6,897
this method is used for getting the name of output . it must be unique in scope of rule . concode_field_sep String reference concode_elem_sep Object defaultValue concode_elem_sep String name concode_elem_sep String description concode_elem_sep String label concode_elem_sep String type concode_elem_sep Set<String> tags ...
String function ( ) { return name ; }
6,898
add new translations concode_field_sep Map<String,Map<String,Map<String,String>>> cache concode_elem_sep I18nTranslationCache staticInstance concode_field_sep Map<String,String> getAllTranslations concode_elem_sep Map<String,String> getTranslationsMap concode_elem_sep boolean isLanguageLoaded concode_elem_sep void setT...
void function ( String arg0 , Map < String , String > arg1 , String arg2 ) { synchronized ( cache ) { Map < String , String > loc0 = getTranslationsMap ( arg0 , arg2 ) ; for ( String loc1 : arg1 . keySet ( ) ) { loc0 . put ( loc1 , arg1 . get ( loc1 ) ) ; } } }
6,899
sets whether a check should be performed for stale connections . disabling the check may result in a slight performance improvement at the risk of getting an i/o error when executing a request over a connection that has been closed at the server side . concode_field_sep int defaultMaxConnectionsPerHost concode_elem_sep...
void function ( boolean arg0 ) { staleCheckingEnabled = arg0 ; }