idx
int64
0
100k
question
stringlengths
68
7.19k
target
stringlengths
20
663
6,600
sets a property on the resource type . see the description of resourcetype class for more information . concode_field_sep boolean hasSourceCode concode_elem_sep String qualifier concode_elem_sep Map<String,String> properties concode_elem_sep String SUPPORTS_MEASURE_FILTERS concode_elem_sep boolean hasSourceCode concode...
Builder function ( String arg0 , String arg1 ) { Preconditions . checkNotNull ( arg0 ) ; Preconditions . checkNotNull ( arg1 ) ; properties . put ( arg0 , arg1 ) ; if ( "srini_string" . equals ( arg0 ) ) { properties . put ( SUPPORTS_MEASURE_FILTERS , arg1 ) ; } return this ; }
6,601
the character encoding used for export . concode_field_sep boolean toClose concode_elem_sep Writer writer concode_elem_sep StringBuffer sbuffer concode_elem_sep String encoding concode_field_sep Writer getWriter concode_elem_sep void close
String function ( ) { return encoding ; }
6,602
sets the value of the isolationlevel property . concode_field_sep List<Method> method concode_elem_sep String isolationLevel concode_elem_sep String id concode_field_sep void setId concode_elem_sep String getIsolationLevel concode_elem_sep String getId concode_elem_sep List<Method> getMethod
void function ( final String arg0 ) { this . isolationLevel = arg0 ; }
6,603
sets the password . concode_field_sep String password concode_elem_sep String userName concode_field_sep String getPassword concode_elem_sep void setUserName concode_elem_sep String getUserName
void function ( String arg0 ) { this . password = arg0 ; }
6,604
creates the . concode_field_sep int index concode_elem_sep List<File> files concode_field_sep InputStream next concode_elem_sep void close
void function ( List < File > arg0 , File arg1 , Filter arg2 ) { File [ ] loc0 = arg1 . listFiles ( ) ; for ( int loc1 = 0 ; loc1 < loc0 . length ; loc1 ++ ) { if ( loc0 [ loc1 ] . isDirectory ( ) ) { init ( arg0 , loc0 [ loc1 ] , arg2 ) ; } else { if ( arg2 == null || arg2 . accepts ( loc0 [ loc1 ] . getAbsolutePath (...
6,605
assigns me my `` build '' button . concode_field_sep WorkspaceSnapshot workspace concode_elem_sep Button buildButton concode_elem_sep IWorkingSetProxy.ISnapshot currentWorkingSet concode_elem_sep TreeViewer tree concode_elem_sep Button removeButton concode_elem_sep IWorkingSetProxy.ISnapshot initialWorkingSet concode_e...
void function ( Button arg0 ) { this . buildButton = updateButton ( this . buildButton , arg0 ) ; }
6,606
test of weeknumber method , of class datetime . concode_field_sep PlaceHolder placeHolder concode_field_sep void setUpClass concode_elem_sep void testLastDayOfWeek13Of2014Is22 concode_elem_sep void testLastDayOfFebruary2012is29 concode_elem_sep void setUp concode_elem_sep void testFirstDayOfWeek13Of2014Is16 concode_ele...
void function ( ) { System . out . println ( "srini_string" ) ; Calendar loc0 = DateTime . newCalendar ( 2014 , 01 , 01 ) ; int loc1 = 1 ; int loc2 = DateTime . weekNumber ( loc0 ) ; assertEquals ( loc1 , loc2 ) ; }
6,607
the transient relocation id holding the unique id that is used for relocation . concode_field_sep String ID_KEY concode_elem_sep ObjectParser<AllocationId.Builder,Void> ALLOCATION_ID_PARSER concode_elem_sep String id concode_elem_sep String RELOCATION_ID_KEY concode_elem_sep String relocationId concode_field_sep Alloca...
String function ( ) { return relocationId ; }
6,608
this method was generated by mybatis generator . this method sets the value of the database column workflowlog.operator concode_field_sep Date createtime concode_elem_sep Integer isforward concode_elem_sep String action concode_elem_sep Integer workflownodeid concode_elem_sep String remark concode_elem_sep Integer id c...
void function ( Integer arg0 ) { this . operator = arg0 ; }
6,609
obtains the clipboard copy/paste support utility , if any , for the specified eobject . if there is not clipboard support implementation provided for this eobject , then a default implementation is provided that implements semantics similar to the org.eclipse.emf.ecore.util.ecoreutil.copier class . concode_field_sep St...
IClipboardSupport function ( EObject arg0 ) { IClipboardSupport loc0 = DefaultClipboardSupport . getInstance ( ) ; IClipboardSupportFactory loc1 = ClipboardSupportManager . lookup ( arg0 ) ; if ( loc1 != null ) { loc0 = loc1 . newClipboardSupport ( arg0 . eClass ( ) . getEPackage ( ) ) ; } return loc0 ; }
6,610
creates a new threadfactory which prefixes each thread with the given name . concode_field_sep PlaceHolder placeHolder concode_field_sep PooledByteBufAllocator createPooledByteBufAllocator concode_elem_sep TransportFrameDecoder createFrameDecoder concode_elem_sep EventLoopGroup createEventLoop concode_elem_sep String g...
ThreadFactory function ( String arg0 ) { return new ThreadFactoryBuilder ( ) . setDaemon ( true ) . setNameFormat ( arg0 + "srini_string" ) . build ( ) ; }
6,611
only allow subclass access to this . concode_field_sep String LOCK_CONFIG_KEY concode_elem_sep boolean configLocked concode_elem_sep String OLD_LOCK_CONFIG_KEY concode_elem_sep boolean safeMode concode_elem_sep String SAFE_MODE_KEY concode_field_sep boolean isConfigLocked concode_elem_sep boolean isSafeMode concode_ele...
void function ( boolean arg0 ) { this . configLocked = arg0 ; }
6,612
checks whether the color mode for a marker is true / random concode_field_sep MarkerOptions mMarkerOptions concode_elem_sep float mMarkerColor concode_elem_sep int HSV_VALUES concode_elem_sep HashSet<String> mStylesSet concode_elem_sep String mStyleId concode_elem_sep HashMap<String,String> mBalloonOptions concode_elem...
boolean function ( ) { return mIconRandomColorMode ; }
6,613
return an enumeration of the usernames defined on this server . concode_field_sep UserConfig userConfig concode_elem_sep String PASSWORD_FILE concode_elem_sep Hashtable<String,String> homes concode_field_sep void init concode_elem_sep UserConfig getUserConfig concode_elem_sep String getHome concode_elem_sep void setUse...
Enumeration < String > function ( ) { return ( homes . keys ( ) ) ; }
6,614
retrieve the vertex out-degree number of out-going edges . concode_field_sep Collector<Vertex<K,Tuple3<VV,Long,Long>>> outWithDegrees concode_elem_sep IterationRuntimeContext runtimeContext concode_elem_sep Vertex<K,VV> outVal concode_elem_sep Vertex<K,Tuple3<VV,Long,Long>> outValWithDegrees concode_elem_sep long numbe...
long function ( ) { return outDegree ; }
6,615
returns the round trip time for this ping in nanoseconds , waiting for the response to arrive if necessary . returns -1 if the response was cancelled . concode_field_sep long sent concode_elem_sep CountDownLatch latch concode_elem_sep long received concode_field_sep void cancel concode_elem_sep void receive concode_ele...
long function ( ) { latch . await ( ) ; return received - sent ; }
6,616
implement externalizable for faster serialization . this isoptional and you can simply implement serializable . concode_field_sep long id concode_field_sep void writeExternal concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep int affinityKey concode_elem_sep int affinityKey concode_elem_sep ...
void function ( ObjectInput arg0 ) { id = arg0 . readLong ( ) ; }
6,617
outputs a loglevel #info level message . concode_field_sep int mPriorityLevel concode_elem_sep boolean LOGV concode_elem_sep char[] mHexDigit concode_elem_sep char mPriorityLetter concode_elem_sep boolean LOGD concode_elem_sep ILogOutput sLogOutput concode_elem_sep String mStringValue concode_elem_sep char[] mSpaceLine...
void function ( String arg0 , String arg1 ) { println ( LogLevel . INFO , arg0 , arg1 ) ; }
6,618
set the value of the branchexpandedicon property . concode_field_sep String branchContractedIcon concode_elem_sep boolean expanded concode_elem_sep String tooltip concode_elem_sep String branchExpandedIcon concode_elem_sep String icon concode_elem_sep String action concode_elem_sep DefaultMutableTreeNode wrapper concod...
void function ( String arg0 ) { this . branchExpandedIcon = arg0 ; }
6,619
gets the alttext value for this instreamcompanionad . concode_field_sep java.lang.String adParameters concode_elem_sep java.lang.String fileName concode_elem_sep java.lang.String altText concode_elem_sep int expandedWidth concode_elem_sep java.lang.String clickThroughUrl concode_elem_sep boolean __hashCodeCalc concode_...
java . lang . String function ( ) { return altText ; }
6,620
returns true , if the request is accepted by the receiver . concode_field_sep String stateText concode_elem_sep Boolean state concode_field_sep String getStateText
boolean function ( ) { return state != null && state == true ; }
6,621
sets the mode of the move effect `` relative '' or `` absolute '' . concode_field_sep int y concode_elem_sep String mode concode_elem_sep String dummy concode_elem_sep Effect effectPanelGroup concode_elem_sep Effect effectSelectManyListBox concode_elem_sep Effect effectInputText concode_elem_sep Effect effectCommandBut...
void function ( String arg0 ) { this . mode = arg0 ; }
6,622
retrieve the tag object associated with this actionmode . like the tag available to views , this allows applications to associate arbitrary data with an actionmode for later reference . concode_field_sep Object mTag concode_field_sep boolean onCreateActionMode concode_elem_sep void setCustomView concode_elem_sep CharSe...
Object function ( ) { return mTag ; }
6,623
get entity-filtering scopes from given annotations . scopes are only derived from entity-filtering annotations . concode_field_sep PlaceHolder placeHolder concode_field_sep Annotation[] getFilteringAnnotations concode_elem_sep T getAnnotation
Set < String > function ( final Annotation [ ] arg0 ) { return getFilteringScopes ( arg0 , true ) ; }
6,624
replace some variables with values . note : this is the same as evaluatepartially null , varvalues . concode_field_sep int endColumn concode_elem_sep int beginColumn concode_elem_sep int endLine concode_elem_sep Type type concode_elem_sep int beginLine concode_field_sep String getEndString concode_elem_sep ASTElement f...
ASTElement function ( Values arg0 ) { return evaluatePartially ( new EvaluateContextValues ( null , arg0 ) ) ; }
6,625
checks if is valid . concode_field_sep String lastIp concode_elem_sep Logger logger concode_elem_sep long serialVersionUID concode_elem_sep Pattern sessionIdPattern concode_elem_sep Integer idleTimeToSec concode_elem_sep List<Pattern> attrNamePatterns concode_elem_sep String ACTION_APPLY concode_elem_sep String idleTim...
boolean function ( ) { return isSessionIdValid ( ) && isAttrNameValid ( ) && isAgeFromValid ( ) && isAgeToValid ( ) && isIdleTimeFromValid ( ) && isIdleTimeToValid ( ) ; }
6,626
sets the worldobj for this tileentity . concode_field_sep int field_145851_c concode_elem_sep Map classToNameMap concode_elem_sep Logger logger concode_elem_sep String __OBFID concode_elem_sep Block blockType concode_elem_sep Map nameToClassMap concode_elem_sep int field_145849_e concode_elem_sep int field_145848_d con...
void function ( World arg0 ) { this . worldObj = arg0 ; }
6,627
/ concode_field_sep int xproducerWriteLocation concode_elem_sep DataLocator<E> dataLocator concode_elem_sep RingIndex ringIndex concode_elem_sep int consumerReadLocation concode_field_sep int size concode_elem_sep void blockAtAdd concode_elem_sep boolean blockAtAdd concode_elem_sep int getNextWriteLocationThrowIfFull c...
int function ( int arg0 ) { final int loc0 = ( arg0 + 1 == dataLocator . getCapacity ( ) ) ? 0 : arg0 + 1 ; while ( ringIndex . getWriterLocation ( ) == arg0 ) blockAtTake ( ) ; return loc0 ; }
6,628
create an instance of jaxbelement concode_field_sep QName _SayHello_QNAME concode_elem_sep QName _WriteLogMessage_QNAME concode_elem_sep QName _SayHelloResponse_QNAME concode_field_sep SayHelloResponse createSayHelloResponse concode_elem_sep JAXBElement<SayHelloResponse> createSayHelloResponse concode_elem_sep WriteLog...
JAXBElement < SayHello > function ( SayHello arg0 ) { return new JAXBElement < SayHello > ( _SayHello_QNAME , SayHello . class , null , arg0 ) ; }
6,629
gets the value of the workorderissuecomponent property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is not a set method for the workorderissuecomponent property . for exa...
List < WorkOrderIssueComponent > function ( ) { if ( workOrderIssueComponent == null ) { workOrderIssueComponent = new ArrayList < WorkOrderIssueComponent > ( ) ; } return this . workOrderIssueComponent ; }
6,630
confirm that cloning works . concode_field_sep PlaceHolder placeHolder concode_field_sep void testPublicCloneable concode_elem_sep void testSerialization concode_elem_sep void testEquals1481087 concode_elem_sep void testHashCode concode_elem_sep void testEquals
void function ( ) { StandardCategoryToolTipGenerator loc0 = new StandardCategoryToolTipGenerator ( ) ; StandardCategoryToolTipGenerator loc1 = ( StandardCategoryToolTipGenerator ) loc0 . clone ( ) ; assertTrue ( loc0 != loc1 ) ; assertTrue ( loc0 . getClass ( ) == loc1 . getClass ( ) ) ; assertTrue ( loc0 . equals ( lo...
6,631
get the zoom progress . concode_field_sep float[] locationArray concode_elem_sep float roll concode_elem_sep List<Marker> cache concode_elem_sep int orientationAngle concode_elem_sep Object zoomLevelLock concode_elem_sep Object azimuthLock concode_elem_sep Object orientationLock concode_elem_sep int zoomProgress concod...
int function ( ) { synchronized ( ARData . zoomProgressLock ) { return ARData . zoomProgress ; } }
6,632
will do the scroll changed stuff . concode_field_sep ParallaxDrawable parallaxDrawablePointer concode_elem_sep T mWrapped concode_elem_sep Iterator<View> iteratorPointer concode_elem_sep String TAG concode_elem_sep OnScrollChangedListener mScrollChangedListener concode_elem_sep WeakHashMap<View,ParallaxDrawable> mParal...
void function ( final int arg0 , final int arg1 , final int arg2 , final int arg3 ) { doScrollViews ( arg0 , arg1 ) ; doScrollBackground ( arg0 , arg1 ) ; doScrollListener ( getWrapped ( ) , arg0 , arg1 , arg2 , arg3 ) ; mLastScrollX = arg0 ; mLastScrollY = arg1 ; }
6,633
gets the mechanism via which the user initiated the access . concode_field_sep String domainUuid concode_elem_sep SecurityIdentity securityIdentity concode_elem_sep boolean domainRollout concode_elem_sep ThreadLocal<AccessAuditContext> contextThreadLocal concode_elem_sep InetAddress remoteAddress concode_elem_sep Acces...
AccessMechanism function ( ) { return accessMechanism ; }
6,634
gets the value of the mimetype property . concode_field_sep String id concode_elem_sep String mimeType concode_elem_sep String encoding concode_elem_sep List<Object> content concode_field_sep String getEncoding concode_elem_sep void setEncoding concode_elem_sep List<Object> getContent concode_elem_sep void setMimeType ...
String function ( ) { return mimeType ; }
6,635
sets the value of the overovatel property . concode_field_sep TVysledekOvereni platnostBezpecnostnihoPrvkuCRL concode_elem_sep TOsobaInterni overovatel concode_elem_sep TVysledekOvereni platnostBezpecnostnihoPrvkuCertifikatu concode_elem_sep TLogicky stavRevokace concode_elem_sep TVysledekOvereni platnostCertifikacniCe...
void function ( TOsobaInterni arg0 ) { this . overovatel = arg0 ; }
6,636
the name of the filter . concode_field_sep String value concode_elem_sep String key concode_field_sep String getKey concode_elem_sep String getValue concode_elem_sep AssociationFilter withValue concode_elem_sep int hashCode concode_elem_sep void setValue concode_elem_sep boolean equals concode_elem_sep AssociationFilte...
void function ( String arg0 ) { this . key = arg0 ; }
6,637
the wire-level request that initiated this http response . this is usually not the same request instance provided to the http client : it may be transformed by the http client . for example , the client may have added its own content-encoding header to enableresponse compression . it may be the request generated in res...
Request function ( ) { return request ; }
6,638
test of get_percepat method , of class herbivora . concode_field_sep PlaceHolder placeHolder concode_field_sep void setUpClass concode_elem_sep void testReaction concode_elem_sep void testProsesMempercepat concode_elem_sep void testGet_deltaKecepatan concode_elem_sep void setUp concode_elem_sep void tearDownClass conco...
void function ( ) { System . out . println ( "srini_string" ) ; Herbivora loc0 = new Herbivora ( ) ; boolean loc1 = false ; boolean loc2 = loc0 . get_percepat ( ) ; assertEquals ( loc1 , loc2 ) ; }
6,639
sets the fldfiltersellist value for this crmcustomfieldfilter . concode_field_sep java.lang.Boolean fldFilterChecked concode_elem_sep com.netsuite.webservices.platform.core_2014_2.RecordRef fldFilter concode_elem_sep java.lang.Boolean fldFilterNotNull concode_elem_sep java.lang.String fldFilterVal concode_elem_sep java...
void function ( com . netsuite . webservices . platform . core_2014_2 . RecordRef [ ] arg0 ) { this . fldFilterSelList = arg0 ; }
6,640
missing return at the end followed by empty line . concode_field_sep PlaceHolder placeHolder concode_field_sep int missingReturnAtTheEnd concode_elem_sep int missingThrows concode_elem_sep int missingReturnButInheritDocPresent concode_elem_sep int missingParam concode_elem_sep int missingReturn concode_elem_sep int mis...
int function ( int arg0 ) { return arg0 ; }
6,641
reads the raw bytes following a type.int code . concode_field_sep DataInput in concode_elem_sep ThreadLocal tbIn concode_field_sep TreeMap readMap concode_elem_sep byte[] readRawDouble concode_elem_sep ArrayList readVector concode_elem_sep int readMapHeader concode_elem_sep List readList concode_elem_sep double readDou...
byte [ ] function ( ) { byte [ ] loc0 = new byte [ 5 ] ; loc0 [ 0 ] = ( byte ) Type . INT . code ; in . readFully ( loc0 , 1 , 4 ) ; return loc0 ; }
6,642
the list of well-defined values , if any . if no extra valueprovider provider is specified , these values are to be considered a closed-set of the available values for this item . concode_field_sep Object defaultValue concode_elem_sep String name concode_elem_sep String description concode_elem_sep String id concode_el...
List < ValueHint > function ( ) { return this . hints . getValueHints ( ) ; }
6,643
drawing inclusions after simulation . they are placed on grain boundaries . concode_field_sep List<Point> recrystallizationBorderSeeds concode_elem_sep boolean recrystallizationMode concode_elem_sep int INCLUSION_VALUE concode_elem_sep boolean periodical concode_elem_sep Integer[][] storedEnergyH concode_elem_sep int D...
void function ( InclusionType arg0 , int arg1 ) { List < Point > loc0 = findBorderSeeds ( ) ; Random loc1 = new Random ( ) ; int loc2 = loc1 . nextInt ( loc0 . size ( ) ) ; drawInclusions ( arg0 , arg1 , loc0 . get ( loc2 ) . x , loc0 . get ( loc2 ) . y ) ; }
6,644
return the number of tasks timed . concode_field_sep boolean running concode_elem_sep int taskCount concode_elem_sep String currentTaskName concode_elem_sep TaskInfo lastTaskInfo concode_elem_sep long totalTimeNS concode_elem_sep long startTimeNS concode_elem_sep List<TaskInfo> taskList concode_elem_sep String taskName...
int function ( ) { return taskCount ; }
6,645
creates a new sprite with the source sprite 's image s being rotated clockwise the given number of quadrants concode_field_sep BufferedImage cache concode_elem_sep int[] pixels concode_elem_sep int quads concode_elem_sep BufferedImage src concode_elem_sep int width concode_elem_sep int scale concode_elem_sep boolean fl...
Sprite function ( int arg0 ) { return this . transform ( 1 , false , false , arg0 ) ; }
6,646
create a subjectinfo concode_field_sep SecurityContext securityContext concode_field_sep Subject getSubject concode_elem_sep Principal getUserPrincipal concode_elem_sep void set concode_elem_sep Object getCredential concode_elem_sep void addIdentity concode_elem_sep void setIdentities concode_elem_sep void clearIdentit...
void function ( Identity arg0 , Subject arg1 ) { this . securityContext . setSubjectInfo ( new SubjectInfo ( arg0 , arg1 ) ) ; }
6,647
sets the user uuid of this meetups entry . concode_field_sep MeetupsEntry _meetupsEntry concode_field_sep Date getStartDate concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_e...
void function ( java . lang . String arg0 ) { _meetupsEntry . setUserUuid ( arg0 ) ; }
6,648
add a user or a friend list to the denied list . only applicable in case of selected com.sromku.simple.fb.entities.privacy.privacysettings #custom custom in #setprivacysettings com.sromku.simple.fb.entities.privacy.privacysettings method . note : if you defined other privacy setting than com.sromku.simple.fb.entities.p...
Builder function ( String arg0 ) { validateListsAccessRequest ( ) ; mDeniedUsers . add ( arg0 ) ; return this ; }
6,649
returns the header , if one is available . concode_field_sep Configuration configuration concode_elem_sep byte[] footer concode_elem_sep byte[] header concode_elem_sep long eventCount concode_elem_sep Logger LOGGER concode_field_sep void encode concode_elem_sep void writeTo concode_elem_sep Configuration getConfigurati...
byte [ ] function ( ) { return header ; }
6,650
sets the total number of messages for this collection concode_field_sep Integer total concode_elem_sep List<Url> urls concode_elem_sep Integer unread concode_elem_sep String id concode_elem_sep String title concode_elem_sep Date updated concode_field_sep Date getUpdated concode_elem_sep String getTitle concode_elem_sep...
void function ( Integer arg0 ) { this . total = arg0 ; }
6,651
gets the value of the j property . concode_field_sep byte[] p concode_elem_sep byte[] q concode_elem_sep byte[] seed concode_elem_sep byte[] g concode_elem_sep byte[] pgenCounter concode_elem_sep byte[] y concode_elem_sep byte[] j concode_elem_sep long serialVersionUID concode_field_sep byte[] getG concode_elem_sep voi...
byte [ ] function ( ) { return j ; }
6,652
converts one row of luminance data to 1 bit data . may actually do the conversion , or return cached data . callers should assume this method is expensive and call it as seldom as possible . this method is intended for decoding 1d barcodes and may choose to apply sharpening . concode_field_sep BitMatrix matrix concode_...
BitArray function ( int arg0 , BitArray arg1 ) { return binarizer . getBlackRow ( arg0 , arg1 ) ; }
6,653
tells whether or not this string matches a tcp or udp port . concode_field_sep String value concode_elem_sep int PORT_MIN concode_elem_sep int PORT_MAX concode_field_sep String toString
boolean function ( final String arg0 ) { return new TcpUdpPortMatcher ( arg0 ) . matches ( ) ; }
6,654
load a texture with a given format from the supplied input stream concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
Texture function ( String arg0 , InputStream arg1 , boolean arg2 , int arg3 ) { return InternalTextureLoader . get ( ) . getTexture ( arg1 , arg1 . toString ( ) + "srini_string" + arg0 , arg2 , arg3 ) ; }
6,655
returns a default resolver , which is initialized to redirect the parser to a local copy of the jfreereport dtds . concode_field_sep HashMap dtds concode_elem_sep ParserEntityResolver singleton concode_elem_sep HashMap deprecatedDTDs concode_elem_sep Log logger concode_field_sep void setDeprecatedDTDMessage concode_ele...
ParserEntityResolver function ( ) { if ( singleton == null ) { singleton = new ParserEntityResolver ( ) ; } return singleton ; }
6,656
method add the given tupleentry to this list . all tupleentry instances added must declare the same fields . concode_field_sep Iterator<Tuple> iterator concode_elem_sep List<File> files concode_elem_sep List<Tuple> currentList concode_elem_sep List<Tuple> current concode_elem_sep int fileIndex concode_elem_sep long siz...
void function ( TupleEntry arg0 ) { if ( fields == null ) fields = arg0 . fields ; else if ( ! fields . equals ( arg0 . fields ) ) throw new IllegalArgumentException ( "srini_string" + fields . print ( ) + "srini_string" + arg0 . fields . print ( ) ) ; add ( arg0 . getTuple ( ) ) ; }
6,657
registering twice the same default rule set results in no addition concode_field_sep IRuleSetManager ruleSetManager concode_field_sep void testDuplicateRegister concode_elem_sep void testUnregisterRuleSet concode_elem_sep void testRegisterRuleSet concode_elem_sep RuleSet createEmptyTestRuleSet concode_elem_sep void tes...
void function ( ) { final RuleSet loc0 = createEmptyTestRuleSet ( ) ; this . ruleSetManager . registerDefaultRuleSet ( loc0 ) ; this . ruleSetManager . registerDefaultRuleSet ( loc0 ) ; Assert . assertEquals ( "srini_string" , 1 , this . ruleSetManager . getDefaultRuleSets ( ) . size ( ) ) ; }
6,658
serialize an instance , restore it , and check for equality . concode_field_sep PlaceHolder placeHolder concode_field_sep void testOverlapsWidth concode_elem_sep void testAccepts concode_elem_sep void testCloning concode_elem_sep void testEquals
void function ( ) { SimpleHistogramBin loc0 = new SimpleHistogramBin ( 1.0 , 2.0 , false , true ) ; loc0 . setItemCount ( 123 ) ; SimpleHistogramBin loc1 = ( SimpleHistogramBin ) TestUtilities . serialised ( loc0 ) ; assertEquals ( loc0 , loc1 ) ; }
6,659
sets the outputmessage value for this getssbyfilteruraout . concode_field_sep java.lang.String outputMessage concode_elem_sep int pnumeross concode_elem_sep int outputCode concode_elem_sep java.lang.String ptipo concode_elem_sep java.lang.String pinstancia concode_elem_sep java.lang.String psolicitacoes concode_elem_se...
void function ( java . lang . String arg0 ) { this . outputMessage = arg0 ; }
6,660
return type metadata object concode_field_sep java.lang.String revisionID concode_elem_sep java.lang.String query concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep org.talend.mdm.webservice.WSDataCluster...
org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; }
6,661
send the index metadata cahce to all region servers for regions that will handle the mutations . concode_field_sep TableRef cacheUsingTableRef concode_elem_sep ServerCacheClient serverCache concode_field_sep boolean useIndexMetadataCache
ServerCache function ( List < Mutation > arg0 , ImmutableBytesWritable arg1 ) { return serverCache . addServerCache ( ScanUtil . newScanRanges ( arg0 ) , arg1 , new IndexMetaDataCacheFactory ( ) , cacheUsingTableRef ) ; }
6,662
sets the boot includepath . note that the boot includepath will be passed to the vm `` as is '' . this means it has to be complete . interpretation of the boot class path is up to the vm runner this object is passed to . in release 3.0 , support has been added for appending and prepending the boot includepath . general...
void function ( String [ ] arg0 ) { fBootClassPath = arg0 ; }
6,663
helper method to check whether the alarm is already active or not . concode_field_sep long CLEANUP_SCHEDULER_TIME_INTERVAL concode_elem_sep AlarmManager mAlarmManager concode_elem_sep long mDefaultTimeout concode_elem_sep Context mContext concode_field_sep void removeExpiredAcronyms concode_elem_sep AcronymExpansion ge...
boolean function ( Context arg0 ) { return DeleteCacheReceiver . makeCheckAlarmPendingIntent ( arg0 ) != null ; }
6,664
returns true if the series contains no data items , and false otherwise . concode_field_sep long serialVersionUID concode_elem_sep EventListenerList listeners concode_elem_sep VetoableChangeSupport vetoableChangeSupport concode_elem_sep String description concode_elem_sep PropertyChangeSupport propertyChangeSupport con...
boolean function ( ) { return ( getItemCount ( ) == 0 ) ; }
6,665
set the frames per second of this effect . max is 25 concode_field_sep boolean fired concode_elem_sep boolean submit concode_elem_sep boolean queued concode_elem_sep float fps concode_elem_sep boolean sync concode_elem_sep int sequenceId concode_elem_sep float duration concode_elem_sep String sequence concode_elem_sep ...
void function ( float arg0 ) { if ( arg0 > 25f ) { throw new IllegalArgumentException ( "srini_string" ) ; } this . fps = arg0 ; ea . add ( "srini_string" , arg0 ) ; }
6,666
c : x509_trust_set concode_field_sep int trust concode_elem_sep Trust[] trstandard concode_elem_sep Checker<Trust> trust1OID concode_elem_sep Checker<Trust> trustCompatibe concode_elem_sep int flags concode_elem_sep Checker<Trust> trust1OIDAny concode_elem_sep Checker<String> objTrust concode_elem_sep Checker<Trust> ch...
int function ( int [ ] arg0 , int arg3 ) { if ( getByID ( arg3 ) == - 1 ) { X509Error . addError ( X509Utils . X509_R_INVALID_TRUST ) ; return 0 ; } arg0 [ 0 ] = arg3 ; return 1 ; }
6,667
sets if threads to be created through this threadfactory are daemon threads according to the specified daemon value . concode_field_sep Log LOG concode_elem_sep boolean daemon concode_elem_sep String prefix concode_elem_sep int counter concode_elem_sep Object lock concode_field_sep String getPrefix concode_elem_sep Thr...
void function ( final boolean arg0 ) { this . daemon = arg0 ; }
6,668
inidcate whether or not there is a match . concode_field_sep boolean match concode_field_sep Matchable getClosestMatch concode_elem_sep boolean isMatch
void function ( boolean arg0 ) { this . match = arg0 ; }
6,669
copies all of the bytes from in to out . neither stream is closed . returns the total number of bytes transferred . concode_field_sep Charset US_ASCII concode_elem_sep byte[] EMPTY_BYTE_ARRAY concode_elem_sep AtomicReference<byte[]> skipBuffer concode_elem_sep char[] DIGITS concode_elem_sep Charset UTF_8 concode_elem_s...
int function ( InputStream arg0 , OutputStream arg1 ) { int loc0 = 0 ; byte [ ] loc1 = new byte [ 8192 ] ; int loc2 ; while ( ( loc2 = arg0 . read ( loc1 ) ) != - 1 ) { loc0 += loc2 ; arg1 . write ( loc1 , 0 , loc2 ) ; } return loc0 ; }
6,670
removes all the toolbar items that were previously added for the given place , if any . concode_field_sep PlaceManager placeManager concode_elem_sep Multimap<PlaceRequest,ToolBar> workbenchContextItems concode_elem_sep View view concode_elem_sep List<ToolBar> workbenchItems concode_elem_sep List<ToolBar> workbenchPersp...
void function ( final PlaceRequest arg0 ) { Collection < ToolBar > loc0 = workbenchContextItems . removeAll ( arg0 ) ; for ( final ToolBar loc1 : loc0 ) { view . removeToolBar ( loc1 ) ; } }
6,671
returns the response for the http redirect that triggered this response , or null if this response was n't triggered by an automatic redirect . the body of the returned response should not be read because it has already been consumed by the redirecting client . concode_field_sep Request request concode_elem_sep RawHead...
Response function ( ) { return redirectedBy ; }
6,672
produce a jsonarray of jsonobjects from a comma delimited text string using a supplied jsonarray as the source of element names . concode_field_sep PlaceHolder placeHolder concode_field_sep String getValue concode_elem_sep JSONObject rowToJSONObject concode_elem_sep String rowToString concode_elem_sep String toString c...
JSONArray function ( JSONArray arg0 , String arg1 ) { return toJSONArray ( arg0 , new JSONTokener ( arg1 ) ) ; }
6,673
converter for the part of the data in the token representing a user . concode_field_sep boolean includeGrantType concode_elem_sep UserAuthenticationConverter userTokenConverter concode_field_sep OAuth2AccessToken extractAccessToken concode_elem_sep OAuth2Authentication extractAuthentication concode_elem_sep void setInc...
void function ( UserAuthenticationConverter arg0 ) { this . userTokenConverter = arg0 ; }
6,674
sets the value of the rows property . concode_field_sep String heading concode_elem_sep int columns concode_elem_sep boolean useCollapsibleSection concode_elem_sep int rows concode_elem_sep boolean useHeading concode_elem_sep List<DescribeLayoutRowType> layoutRows concode_field_sep void setColumns concode_elem_sep List...
void function ( int arg0 ) { this . rows = arg0 ; }
6,675
opens the window . this call does not block and relies on the fact that the main window is already running an swt event dispatch loop . caller should use #close later . concode_field_sep boolean mInitPosition concode_elem_sep Shell mShell concode_elem_sep Button mCloseButton concode_elem_sep String mLastLogMsg concode_...
void function ( ) { createShell ( ) ; createContents ( ) ; mShell . open ( ) ; mShell . layout ( ) ; mShell . setVisible ( false ) ; }
6,676
this returns if the json object has been modified concode_field_sep Queue<String> reduceStatusHistory concode_elem_sep int statusHistoryCount concode_elem_sep int hadoopVersion concode_elem_sep Queue<String> physicalMemoryStatusHistory concode_elem_sep TaskObject metricObject concode_elem_sep Map<String,TaskObject> red...
boolean function ( ) { return modified ; }
6,677
create a new jndi name by appending a new local entry name to this name . concode_field_sep JndiName parent concode_elem_sep String ENTRY_SEPARATOR concode_elem_sep long serialVersionUID concode_elem_sep String local concode_field_sep JndiName getParent concode_elem_sep String getLocalName concode_elem_sep int hashCode...
JndiName function ( final String arg0 ) { return new JndiName ( this , arg0 ) ; }
6,678
returns all settings update consumers concode_field_sep List<Consumer<Settings>> updateListeners concode_elem_sep String nodeName concode_elem_sep Settings settings concode_elem_sep String defaultField concode_elem_sep boolean queryStringAllowLeadingWildcard concode_elem_sep String QUERY_STRING_ANALYZE_WILDCARD concode...
List < Consumer < Settings >> function ( ) { return updateListeners ; }
6,679
calls the removekey method and returns removed object concode_field_sep float percentUseable concode_elem_sep int modCount concode_elem_sep LongHashMap.Entry nextEntry concode_elem_sep LongHashMap.Entry[] hashArray concode_elem_sep String __OBFID concode_elem_sep String __OBFID concode_elem_sep int numHashElements conc...
Object function ( long arg0 ) { LongHashMap . Entry loc0 = this . removeKey ( arg0 ) ; return loc0 == null ? null : loc0 . value ; }
6,680
get a continue subset of atoms based by the starting position and the length concode_field_sep PlaceHolder placeHolder concode_field_sep Atom getCenter concode_elem_sep Matrix getDistanceMatrix concode_elem_sep double rms_dk_diag concode_elem_sep Atom[] getFragmentFromIdxList concode_elem_sep double[] getDiagonalAtK co...
Atom [ ] function ( Atom [ ] arg0 , int arg1 , int arg2 ) { if ( arg1 + arg2 > arg0 . length ) return null ; Atom [ ] loc0 = new Atom [ arg2 ] ; for ( int loc1 = 0 ; loc1 < arg2 ; loc1 ++ ) { loc0 [ loc1 ] = ( Atom ) arg0 [ loc1 + arg1 ] . clone ( ) ; } return loc0 ; }
6,681
creates a new closer . concode_field_sep Deque<Closeable> stack concode_elem_sep Method addSuppressed concode_elem_sep Suppressor suppressor concode_elem_sep LoggingSuppressor INSTANCE concode_elem_sep SuppressingSuppressor INSTANCE concode_elem_sep Throwable thrown concode_elem_sep Suppressor SUPPRESSOR concode_field_...
Closer function ( ) { return new Closer ( SUPPRESSOR ) ; }
6,682
the id of the spot fleet request . concode_field_sep String spotFleetRequestId concode_elem_sep CancelSpotFleetRequestsError error concode_field_sep CancelSpotFleetRequestsError getError concode_elem_sep CancelSpotFleetRequestsErrorItem withError concode_elem_sep void setError concode_elem_sep int hashCode concode_elem...
String function ( ) { return spotFleetRequestId ; }
6,683
test logout with no account found . concode_field_sep MockMvc mockMvc concode_elem_sep AccountService service concode_elem_sep AccountRepository repo concode_field_sep void doFindAccountByAuthTokenNull concode_elem_sep void testLogout concode_elem_sep void doFindAccountUserId concode_elem_sep void saveAccountWithNullCo...
void function ( ) { when ( repo . findByUserid ( ServiceTestConfiguration . USER_ID ) ) . thenReturn ( null ) ; Account loc0 = service . logout ( ServiceTestConfiguration . USER_ID ) ; assertNull ( loc0 ) ; }
6,684
transforms the specified screen coordinate to world coordinates . concode_field_sep Vector3 tmp concode_elem_sep float worldWidth concode_elem_sep int screenWidth concode_elem_sep float worldHeight concode_elem_sep int screenHeight concode_elem_sep Camera camera concode_elem_sep int screenX concode_elem_sep int screenY...
Vector2 function ( Vector2 arg0 ) { tmp . set ( arg0 . x , arg0 . y , 1 ) ; camera . unproject ( tmp , screenX , screenY , screenWidth , screenHeight ) ; arg0 . set ( tmp . x , tmp . y ) ; return arg0 ; }
6,685
returns a string representation of this instance , primarily for debugging purposes . concode_field_sep double x concode_elem_sep double y concode_field_sep double getX concode_elem_sep double getY concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep int compareTo
String function ( ) { return "srini_string" + this . x + "srini_string" + this . y + "srini_string" ; }
6,686
adds the specified entry to the map . concode_field_sep Map<String,String> images concode_field_sep String getImage concode_elem_sep Map<String,String> getImages
void function ( String arg0 , String arg1 ) { images . put ( arg0 , arg1 ) ; }
6,687
called by the system when the user grants permissions concode_field_sep Activity activity concode_elem_sep CordovaPlugin permissionResultCallback concode_elem_sep int resultCode concode_elem_sep int activityResultRequestCode concode_elem_sep Intent intent concode_elem_sep Bundle savedPluginState concode_elem_sep String...
void function ( int arg0 , String [ ] arg1 , int [ ] arg2 ) { if ( permissionResultCallback != null ) { permissionResultCallback . onRequestPermissionResult ( arg0 , arg1 , arg2 ) ; permissionResultCallback = null ; } }
6,688
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,689
returns the uuid of the resource . concode_field_sep CmsCheckBox m_removeCheckBox concode_elem_sep I_CmsPublishCss CSS concode_elem_sep CmsStyleVariable m_removeStyle concode_elem_sep boolean m_hasProblems concode_elem_sep CmsCheckBox m_selectedCheckBox concode_elem_sep CmsUUID m_id concode_field_sep void update concod...
CmsUUID function ( ) { return m_id ; }
6,690
a unique namespace identifying the option 's associated aws resource . concode_field_sep String namespace concode_elem_sep String resourceName concode_elem_sep String optionName concode_elem_sep String value concode_field_sep void setOptionName concode_elem_sep String getResourceName concode_elem_sep String getOptionNa...
ConfigurationOptionSetting function ( String arg0 ) { setNamespace ( arg0 ) ; return this ; }
6,691
returns the list of successfully deleted objects from this request . if deleteobjectsrequest #getquiet is true , only error responseswill be returned from s3 , so this list will be empty . concode_field_sep String versionId concode_elem_sep List<DeletedObject> deletedObjects concode_elem_sep boolean isRequesterCharged ...
List < DeletedObject > function ( ) { return deletedObjects ; }
6,692
reads the specified key as a string from configuration or returns the default value concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
String function ( Dictionary arg0 , String arg1 , String arg2 ) { Object loc0 = arg0 . get ( arg1 ) ; if ( loc0 == null ) { return arg2 ; } else if ( loc0 instanceof String ) { return ( String ) loc0 ; } else { return String . valueOf ( loc0 ) ; } }
6,693
returns a string representation of the provider state . concode_field_sep String _EXPIRED concode_elem_sep RegistrationState UNREGISTERING concode_elem_sep RegistrationState UPDATING_REGISTRATION concode_elem_sep RegistrationState INIT concode_elem_sep String _REGISTERING concode_elem_sep RegistrationState FINALIZING_R...
String function ( ) { return statusString ; }
6,694
the id of the startchildworkflowexecutioninitiated event corresponding to the startchildworkflowexecution decision to start this child workflow execution . this information can be useful for diagnosing problems by tracing back the chain of events leading up to this event . concode_field_sep WorkflowExecution workflowEx...
void function ( Long arg0 ) { this . initiatedEventId = arg0 ; }
6,695
get the default entitymanager for this thread . concode_field_sep JPAEntityManagerContext entityManagerContext concode_field_sep void bindForAsync concode_elem_sep void bindForSync concode_elem_sep T withTransaction concode_elem_sep void withTransaction concode_elem_sep T withTransaction concode_elem_sep JPAApi jpaApi ...
EntityManager function ( ) { return entityManagerContext . em ( ) ; }
6,696
serialize an instance , restore it , and check for equality . concode_field_sep double EPSILON concode_field_sep void testConstructor1 concode_elem_sep void testCloning concode_elem_sep void testEquals
void function ( ) { XYIntervalDataItem loc0 = new XYIntervalDataItem ( 1.0 , 0.5 , 1.5 , 2.0 , 1.9 , 2.1 ) ; XYIntervalDataItem loc1 = ( XYIntervalDataItem ) TestUtilities . serialised ( loc0 ) ; assertEquals ( loc0 , loc1 ) ; }
6,697
sets the description of the group that will be created . concode_field_sep String name concode_elem_sep String description concode_elem_sep AppGroupPrivacy privacy concode_field_sep Builder setName concode_elem_sep String getName concode_elem_sep Builder readFrom concode_elem_sep Builder readFrom concode_elem_sep AppGr...
Builder function ( final String arg0 ) { this . description = arg0 ; return this ; }
6,698
sets rejected attributes . if the policy finds any of the attributes defined here , it will simply reject and refuse access . concode_field_sep boolean ssoEnabled concode_elem_sep long serialVersionUID concode_elem_sep Map<String,Set<String>> rejectedAttributes concode_elem_sep boolean enabled concode_elem_sep Logger L...
void function ( final Map < String , Set < String >> arg0 ) { this . rejectedAttributes = arg0 ; }
6,699
used by hibernate to save that property to the database . concode_field_sep Date date concode_elem_sep String errorDescription concode_elem_sep String recipients concode_elem_sep String wiki concode_elem_sep String messageId concode_elem_sep String state concode_elem_sep String batchId concode_elem_sep String type conc...
String function ( ) { return this . type ; }