idx
int64
0
100k
question
stringlengths
68
7.19k
target
stringlengths
20
663
5,400
returns whether the lines match between this instance and the one given . concode_field_sep int address concode_elem_sep int line concode_elem_sep SourcePosition NO_INFO concode_elem_sep CstString sourceFile concode_field_sep boolean sameLineAndFile concode_elem_sep int hashCode concode_elem_sep CstString getSourceFile...
boolean function ( SourcePosition arg0 ) { return ( line == arg0 . line ) ; }
5,401
equivalent to decompress in.getdata , 0 , in.getlength , out . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
Buffer function ( Buffer arg0 , Buffer arg1 ) { return decompress ( arg0 . getData ( ) , 0 , arg0 . getLength ( ) , arg1 ) ; }
5,402
returns the underline style of this font definition . concode_field_sep boolean isUnderline concode_elem_sep boolean isStrikeThrough concode_elem_sep boolean ITALIC concode_elem_sep boolean embeddedFont concode_elem_sep boolean isBold concode_elem_sep boolean BOLD concode_elem_sep boolean isItalic concode_elem_sep Stri...
boolean function ( ) { return isUnderline ; }
5,403
handles rendering exceptions for the progress bar . concode_field_sep OutputProgressIndeterminateBean pbBean concode_elem_sep boolean runningTask concode_elem_sep Log log concode_elem_sep PersistentFacesState state concode_elem_sep RenderManager renderManager concode_elem_sep int percent concode_elem_sep PersistentFace...
void function ( RenderingException arg0 ) { arg0 . printStackTrace ( ) ; }
5,404
get the iproject containing the given eobject concode_field_sep SGenFactory factory concode_field_sep void setDefaultValue concode_elem_sep FeatureParameterValue createParameterValue concode_elem_sep boolean projectOpened concode_elem_sep FeatureConfiguration createDefaultFeatureConfiguration concode_elem_sep boolean p...
IProject function ( EObject arg0 ) { return ResourcesPlugin . getWorkspace ( ) . getRoot ( ) . getFile ( new Path ( arg0 . eResource ( ) . getURI ( ) . toPlatformString ( true ) ) ) . getProject ( ) ; }
5,405
mixin interface and delegates . all class must be public . concode_field_sep AtomicLong MIXIN_CLASS_COUNTER concode_elem_sep String PACKAGE_NAME concode_field_sep void assertInterfaceArray concode_elem_sep int findMethod concode_elem_sep Object newInstance concode_elem_sep void setMixinInstance
Mixin function ( Class < ? > [ ] arg0 , Class < ? > arg1 ) { return mixin ( arg0 , new Class [ ] { arg1 } ) ; }
5,406
helper for success callbacks that just returns the status.ok by default concode_field_sep String callbackId concode_elem_sep CordovaWebView webView concode_elem_sep int changingThreads concode_elem_sep String LOG_TAG concode_elem_sep boolean finished concode_field_sep boolean isChangingThreads concode_elem_sep String g...
void function ( ) { sendPluginResult ( new PluginResult ( PluginResult . Status . OK ) ) ; }
5,407
. git/index concode_field_sep String MERGE_MSG concode_elem_sep String REFS_HEADS concode_elem_sep String INFO concode_elem_sep String myRefsRemotesDirPath concode_elem_sep String myExcludePath concode_elem_sep String myMergeHeadPath concode_elem_sep String MERGE_HEAD concode_elem_sep String INFO_EXCLUDE concode_elem_s...
boolean function ( String arg0 ) { return arg0 . equals ( myIndexFilePath ) ; }
5,408
get the apiversions value . concode_field_sep List<AliasType> aliases concode_elem_sep List<String> apiVersions concode_elem_sep List<String> locations concode_elem_sep Map<String,String> properties concode_elem_sep String resourceType concode_field_sep ProviderResourceType withApiVersions concode_elem_sep List<AliasTy...
List < String > function ( ) { return this . apiVersions ; }
5,409
this implementation does nothing and mmint listeners do not need to override this . concode_field_sep PlaceHolder placeHolder concode_field_sep void removed concode_elem_sep void removed
void function ( IExtensionPoint [ ] arg0 ) { }
5,410
gets the name of the customer who placed the order . concode_field_sep long timeDelivered concode_elem_sep int orderId concode_elem_sep ArrayList<FoodItem> foodItems concode_elem_sep DecimalFormat orderIdDf concode_elem_sep Database<Order> _orderDatabase concode_elem_sep Customer customer concode_elem_sep long timeOrde...
String function ( ) { return customer . getName ( ) ; }
5,411
create an instance of addresstype concode_field_sep PlaceHolder placeHolder concode_field_sep DataBalanceInfoType createDataBalanceInfoType concode_elem_sep ChargeInfoType createChargeInfoType concode_elem_sep PayPeriodicType createPayPeriodicType concode_elem_sep DealerInfoType createDealerInfoType concode_elem_sep Sc...
AddressType function ( ) { return new AddressType ( ) ; }
5,412
change the position to the end concode_field_sep int index concode_elem_sep int mark concode_elem_sep boolean vendor_extension concode_elem_sep int count concode_elem_sep ArrayList<ValueOperator> items concode_elem_sep CssValue value concode_elem_sep char operator concode_field_sep int getRemainingCount concode_elem_se...
void function ( ) { index = count ; }
5,413
returns true if this company is active . concode_field_sep Company _company concode_field_sep java.lang.String getWebId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean hasCompanyMx concode_elem_sep java.lang.String getName concode_elem_sep boolean isEscapedModel concode_elem_sep java.util.Time...
boolean function ( ) { return _company . isActive ( ) ; }
5,414
decode a string for use in the path of a url ; uses urldecoder.decode , which decodes a string for use in the query portion of a url . concode_field_sep String DEFAULT_ENCODING concode_elem_sep Pattern ENCODED_CHARACTERS_PATTERN concode_field_sep String encodeParameters concode_elem_sep String appendUri concode_elem_se...
String function ( final String arg0 ) { if ( arg0 == null ) { return null ; } try { return URLDecoder . decode ( arg0 , DEFAULT_ENCODING ) ; } catch ( UnsupportedEncodingException loc0 ) { throw new RuntimeException ( loc0 ) ; } }
5,415
returns the string representation of this cluster . concode_field_sep BitSet _cluster concode_elem_sep String _taxa[] concode_field_sep void setCluster concode_elem_sep boolean containsCluster concode_elem_sep boolean containsCluster concode_elem_sep boolean isDisjoint concode_elem_sep boolean isDisjoint concode_elem_s...
String function ( ) { StringBuffer loc0 = new StringBuffer ( ) ; loc0 . append ( "srini_string" ) ; for ( String loc1 : getClusterLeaves ( ) ) { loc0 . append ( loc1 + "srini_string" ) ; } loc0 . delete ( loc0 . length ( ) - 2 , loc0 . length ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; }
5,416
set new value for contact presence enable flag . concode_field_sep boolean channelPresenceTaskEnabled concode_elem_sep String role concode_elem_sep boolean version3Allowed concode_elem_sep Proxy proxy concode_elem_sep boolean resolveByProxy concode_elem_sep String pass concode_elem_sep boolean contactPresenceTaskEnable...
void function ( final boolean arg0 ) { this . contactPresenceTaskEnabled = arg0 ; }
5,417
set the hibernate sessionfactory that should be used to create hibernate sessions . concode_field_sep Log logger concode_elem_sep SessionFactory sessionFactory concode_elem_sep String PARTICIPATE_SUFFIX concode_field_sep boolean decrementParticipateCount concode_elem_sep String getParticipateAttributeName concode_elem_...
void function ( SessionFactory arg0 ) { this . sessionFactory = arg0 ; }
5,418
creates the book.bin file . concode_field_sep Move move concode_elem_sep int count concode_elem_sep Map<Long,List<BookEntry>> bookMap concode_elem_sep int numBookMoves concode_elem_sep Random rndGen concode_elem_sep boolean verbose concode_field_sep void addToBook concode_elem_sep List<Byte> createBinBook concode_elem_...
void function ( String [ ] arg0 ) { List < Byte > loc0 = createBinBook ( ) ; FileOutputStream loc1 = new FileOutputStream ( "srini_string" ) ; int loc2 = loc0 . size ( ) ; byte [ ] loc3 = new byte [ loc2 ] ; for ( int loc4 = 0 ; loc4 < loc2 ; loc4 ++ ) loc3 [ loc4 ] = loc0 . get ( loc4 ) ; loc1 . write ( loc3 ) ; loc1 ...
5,419
endpoints returned for listendpointsbyplatformapplication action . concode_field_sep com.amazonaws.internal.SdkInternalList<Endpoint> endpoints concode_elem_sep String nextToken concode_field_sep void setEndpoints concode_elem_sep ListEndpointsByPlatformApplicationResult withEndpoints concode_elem_sep ListEndpointsByPl...
java . util . List < Endpoint > function ( ) { if ( endpoints == null ) { endpoints = new com . amazonaws . internal . SdkInternalList < Endpoint > ( ) ; } return endpoints ; }
5,420
method returns hexa value . concode_field_sep int number concode_elem_sep char[] octal concode_elem_sep char[] binary concode_elem_sep char hex[] concode_field_sep String toOctal concode_elem_sep String toBinary concode_elem_sep void main concode_elem_sep String convert
String function ( ) { return convert ( hex , number , 16 ) ; }
5,421
get the phone number . concode_field_sep String phone concode_elem_sep String name concode_field_sep void setName concode_elem_sep String getName concode_elem_sep void setPhone
String function ( ) { return phone ; }
5,422
a callback to additionally process the request before its executed concode_field_sep Request request concode_elem_sep Action<Request,Response,RequestBuilder> action concode_elem_sep ElasticsearchClient client concode_elem_sep ThreadPool threadPool concode_field_sep Request request concode_elem_sep Response get concode_...
Request function ( Request arg0 ) { return arg0 ; }
5,423
helper for success callbacks that just returns the status.ok by default concode_field_sep String callbackId concode_elem_sep CordovaWebView webView concode_elem_sep int changingThreads concode_elem_sep String LOG_TAG concode_elem_sep boolean finished concode_field_sep boolean isChangingThreads concode_elem_sep String g...
void function ( JSONObject arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . OK , arg0 ) ) ; }
5,424
sets the user name . concode_field_sep String password concode_elem_sep String userName concode_field_sep void setPassword concode_elem_sep String getPassword concode_elem_sep String getUserName
void function ( String arg0 ) { this . userName = arg0 ; }
5,425
gets the value of the x property . concode_field_sep BigDecimal colspan concode_elem_sep BigDecimal colspanS concode_elem_sep BigDecimal rowspan concode_elem_sep String x concode_elem_sep String width concode_elem_sep String y concode_elem_sep String z concode_elem_sep BigDecimal colspanM concode_field_sep void setY co...
String function ( ) { return x ; }
5,426
create a classloader for the specified archives . concode_field_sep PlaceHolder placeHolder concode_field_sep String getMainClass concode_elem_sep MainMethodRunner createMainMethodRunner concode_elem_sep List<Archive> getClassPathArchives concode_elem_sep Archive createArchive concode_elem_sep void launch concode_elem_...
ClassLoader function ( List < Archive > arg0 ) { List < URL > loc0 = new ArrayList < URL > ( arg0 . size ( ) ) ; for ( Archive loc1 : arg0 ) { loc0 . add ( loc1 . getUrl ( ) ) ; } return createClassLoader ( loc0 . toArray ( new URL [ loc0 . size ( ) ] ) ) ; }
5,427
gets a list of available theme names that can be applied . concode_field_sep String tempStyle concode_elem_sep String imageDirPath concode_elem_sep ArrayList styleList concode_elem_sep String cssPath concode_elem_sep String XP concode_elem_sep String currentStyle concode_elem_sep String RIME concode_elem_sep String ROY...
List function ( ) { return styleList ; }
5,428
gets the value of the arg1 property . concode_field_sep String arg1 concode_elem_sep String arg0 concode_field_sep void setArg0 concode_elem_sep void setArg1 concode_elem_sep String getArg0
String function ( ) { return arg1 ; }
5,429
define el valor de la propiedad claveacceso . concode_field_sep String claveAcceso concode_elem_sep String ruc concode_elem_sep String razonSocial concode_elem_sep String estab concode_elem_sep String ptoEmi concode_elem_sep String ambiente concode_elem_sep String nombreComercial concode_elem_sep String codDoc concode_...
void function ( String arg0 ) { this . claveAcceso = arg0 ; }
5,430
sets the value of the fullname property . concode_field_sep String lastName concode_elem_sep XMLGregorianCalendar endDate concode_elem_sep String additionalTitle concode_elem_sep String fullName concode_elem_sep String nameSuffix concode_elem_sep long serialVersionUID concode_elem_sep XMLGregorianCalendar birthDate con...
void function ( String arg0 ) { this . fullName = arg0 ; }
5,431
get the metadata information specific to aws . concode_field_sep Map<String,String> metadata concode_elem_sep String AWS_METADATA_URL concode_elem_sep String AWS_API_VERSION concode_elem_sep int SLEEP_TIME_MS concode_elem_sep DynamicBooleanProperty shouldLogAWSMetadataError concode_elem_sep DynamicIntProperty awsMetaDa...
Map < String , String > function ( ) { return metadata ; }
5,432
sets the divisor used for non-standard baud rates . note : the application note `` setting baude rates for the ft8u232am '' , which is available on www.ftdichip.com , describes how to calculate the divisor for a non standard baude rate . concode_field_sep Device device concode_field_sep void setBaudRate concode_elem_se...
void function ( int arg0 ) { if ( arg0 < 0 || arg0 > 0xFFFF ) throw new IllegalArgumentException ( Localizer . getLocalizedMessage ( Port . class , "srini_string" , arg0 ) ) ; setDivisor ( device . getHandle ( ) , arg0 ) ; }
5,433
determine whether the element is set or not . 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_...
boolean function ( ) { return this . set ; }
5,434
returns the plot rendering info . concode_field_sep PlotRenderingInfo info concode_field_sep EntityCollection getEntityCollection
PlotRenderingInfo function ( ) { return this . info ; }
5,435
returns the temp image of this journal article image . concode_field_sep JournalArticleImage _journalArticleImage concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem...
boolean function ( ) { return _journalArticleImage . getTempImage ( ) ; }
5,436
sorts the specified list according to the order induced by the specified comparator . all elements in the list must be mutually comparable using the specified comparator that is , c.compare e1 , e2 must not throw a classcastexception for any elements e1 and e2 in the list . this sort is guaranteed to be stable : equal ...
void function ( List < T > arg0 , Comparator < ? super T > arg1 ) { Object [ ] loc0 = toArray ( arg0 ) ; Arrays . sort ( loc0 , ( Comparator ) arg1 ) ; ListIterator loc1 = arg0 . listIterator ( ) ; for ( int loc2 = 0 ; loc2 < loc0 . length ; loc2 ++ ) { loc1 . next ( ) ; loc1 . set ( loc0 [ loc2 ] ) ; } }
5,437
returns the maximum time interval , in seconds , that the servlet container will keep this session open between client accesses . concode_field_sep String sessionId_ concode_elem_sep String clientAddr_ concode_elem_sep Logger LOGGER concode_elem_sep int accessCount_ concode_elem_sep boolean isInvalidated_ concode_elem_...
int function ( ) { return ( int ) ( sessionTimeout_ / 1000 ) ; }
5,438
sets the value of the id property . concode_field_sep String securityPermissionSpec concode_elem_sep Description description concode_elem_sep String id concode_field_sep String getId concode_elem_sep void setDescription concode_elem_sep Description getDescription concode_elem_sep String getSecurityPermissionSpec concod...
void function ( final String arg0 ) { this . id = arg0 ; }
5,439
obtains the next header from this iteration . concode_field_sep String headerName concode_elem_sep List allHeaders concode_elem_sep int lastIndex concode_elem_sep int currentIndex concode_field_sep Object next concode_elem_sep boolean hasNext concode_elem_sep int findNext concode_elem_sep void remove concode_elem_sep b...
Header function ( ) { final int loc0 = this . currentIndex ; if ( loc0 < 0 ) { throw new NoSuchElementException ( "srini_string" ) ; } this . lastIndex = loc0 ; this . currentIndex = findNext ( loc0 ) ; return ( Header ) this . allHeaders . get ( loc0 ) ; }
5,440
currently , flink only supports the default output stream . thus , parameter streamid must be equals to utils #default_stream_id . concode_field_sep Fields outputSchema concode_field_sep TypeInformation<?> getOutputType concode_elem_sep void declare concode_elem_sep void declare concode_elem_sep int[] getGroupingFieldI...
void function ( final String arg0 , final Fields arg1 ) { this . declareStream ( arg0 , false , arg1 ) ; }
5,441
assigns the values of the other vector to this one . concode_field_sep float x concode_elem_sep float y concode_elem_sep float z concode_field_sep int hashCode concode_elem_sep void normalize concode_elem_sep boolean equals concode_elem_sep float length concode_elem_sep void scale concode_elem_sep String toString conco...
void function ( Vector3 arg0 ) { this . x = arg0 . x ; this . y = arg0 . y ; this . z = arg0 . z ; }
5,442
prints a warning to logcat with information about the engine warning concode_field_sep String tag concode_elem_sep boolean debugMode concode_field_sep void setDebugTag concode_elem_sep void print concode_elem_sep void forceExit concode_elem_sep void error concode_elem_sep String getDebugTag concode_elem_sep void verbos...
void function ( String arg0 , String arg1 ) { if ( ! debugMode ) return ; Log . w ( tag , arg0 + "srini_string" + arg1 ) ; Exception loc0 = new Exception ( arg0 + "srini_string" + arg1 ) ; loc0 . printStackTrace ( ) ; }
5,443
deserialize the thrift delegation token config into the non-thrift variant concode_field_sep PlaceHolder placeHolder concode_field_sep TDelegationTokenConfig serialize
DelegationTokenConfig function ( TDelegationTokenConfig arg0 ) { DelegationTokenConfig loc0 = new DelegationTokenConfig ( ) ; if ( arg0 . isSetLifetime ( ) ) { loc0 . setTokenLifetime ( arg0 . getLifetime ( ) , TimeUnit . MILLISECONDS ) ; } return loc0 ; }
5,444
create a sequence if not exists and put a new startvalue category numeric param string `` s1 '' sequence identifier param int 1 start value example sequence `` s1 '' , 1 concode_field_sep java.util.Map<String,Integer> seq_Hash concode_field_sep BigDecimal convertString2BigDecimal concode_elem_sep Integer sequence conco...
void function ( String arg0 , int arg1 ) { seq_Hash . put ( arg0 , arg1 ) ; }
5,445
sets the degreedate value for this employeehreducation . concode_field_sep java.util.Calendar degreeDate concode_elem_sep com.netsuite.webservices.platform.core_2014_2.RecordRef education concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java....
void function ( java . util . Calendar arg0 ) { this . degreeDate = arg0 ; }
5,446
gets number of pixels to offset . can be negative for alignment from the high edge , or positive for alignment from the low edge . concode_field_sep float ITEM_ALIGN_OFFSET_PERCENT_DISABLED concode_elem_sep int mViewId concode_elem_sep int mFocusViewId concode_elem_sep boolean mAlignToBaseline concode_elem_sep ItemAlig...
int function ( ) { return mOffset ; }
5,447
get optional user name mapper . when igfs is invoked from hadoop , user name is passed along the way to ensure that request will be performed with proper user context . user name is passed in a simple form and does n't contain any extended information , such as host , domain or kerberos realm . you may use name mapper ...
UserNameMapper function ( ) { return usrNameMapper ; }
5,448
confirm that cloning works . concode_field_sep PlaceHolder placeHolder concode_field_sep void testSerialization concode_elem_sep void testHashCode concode_elem_sep void testEquals
void function ( ) { MonthDateFormat loc0 = new MonthDateFormat ( ) ; MonthDateFormat loc1 = null ; loc1 = ( MonthDateFormat ) loc0 . clone ( ) ; assertTrue ( loc0 != loc1 ) ; assertTrue ( loc0 . getClass ( ) == loc1 . getClass ( ) ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; }
5,449
this method returns an existing apikeycache instance for the given webapp context , version combination . if such a cache instance does not exist , this method will simply return null . concode_field_sep Map<String,APIKeyCache> cacheMap concode_elem_sep APIKeyCacheFactory instance concode_field_sep void reset concode_e...
APIKeyCache function ( String arg0 , String arg1 ) { String loc0 = arg0 + "srini_string" + arg1 ; return cacheMap . get ( loc0 ) ; }
5,450
get the primary first columnsortinfo . concode_field_sep int rowCount concode_elem_sep List<ColumnSortInfo> infos concode_elem_sep Iterator<E> iterator concode_elem_sep int ALL_ROWS concode_elem_sep int UNKNOWN_ROW_COUNT concode_elem_sep List<R> rowValues concode_elem_sep int column concode_elem_sep boolean ascending c...
ColumnSortInfo function ( ) { if ( infos . size ( ) > 0 ) { return infos . get ( 0 ) ; } return null ; }
5,451
adds the specified font in the font cache . useful if you want to load fonts that are not installed in the operating system and can not provide a full path to fonts either . concode_field_sep Map<String,Font> loadedFonts concode_elem_sep Set<String> systemFonts concode_elem_sep FontCache defaultInstance concode_elem_se...
void function ( Font arg0 ) { loadedFonts . put ( arg0 . getName ( ) , arg0 ) ; }
5,452
two objects that are equal are required to return the same hashcode . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testPublicCloneable concode_elem_sep void testSerialization concode_elem_sep void testDrawWithNullInfo concode_elem_sep void testGetLegendItemSeriesInd...
void function ( ) { XYAreaRenderer2 loc0 = new XYAreaRenderer2 ( ) ; XYAreaRenderer2 loc1 = new XYAreaRenderer2 ( ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; int loc2 = loc0 . hashCode ( ) ; int loc3 = loc1 . hashCode ( ) ; assertEquals ( loc2 , loc3 ) ; }
5,453
returns true if this map contains a mapping for the specified connectionname . concode_field_sep String xmlConfigConnections concode_elem_sep Properties properties concode_elem_sep Logger log concode_elem_sep HashMap<String,ConnectionModel> theZathuraConnections concode_field_sep ConnectionModel getTheZathuraConnection...
Boolean function ( String arg0 ) { return theZathuraConnections . containsKey ( arg0 ) ; }
5,454
a test for bug 1932146 . concode_field_sep double EPSILON concode_elem_sep AxisChangeEvent lastEvent concode_field_sep void axisChanged concode_elem_sep void testCloning concode_elem_sep void testSerialization concode_elem_sep void testHashCode concode_elem_sep void testEqualsWithLocale concode_elem_sep void test249080...
void function ( ) { PeriodAxis loc0 = new PeriodAxis ( "srini_string" ) ; loc0 . addChangeListener ( this ) ; this . lastEvent = null ; loc0 . setRange ( new DateRange ( 0L , 1000L ) ) ; assertTrue ( this . lastEvent != null ) ; }
5,455
gets the value of the value property . concode_field_sep String format concode_elem_sep String value concode_field_sep void setFormat concode_elem_sep void setValue concode_elem_sep String getFormat
String function ( ) { return value ; }
5,456
get one typ by id . concode_field_sep TypMapper typMapper concode_elem_sep TypRepository typRepository concode_elem_sep UserRepository userRepository concode_elem_sep Logger log concode_field_sep void stworzWyniki concode_elem_sep TypDTO save concode_elem_sep Integer obliczWynik concode_elem_sep Page<Typ> findAll conco...
TypDTO function ( Long arg0 ) { log . debug ( "srini_string" , arg0 ) ; Typ loc0 = typRepository . findOne ( arg0 ) ; TypDTO loc1 = typMapper . typToTypDTO ( loc0 ) ; loc1 . setMeczNazwa ( loc0 . getMecz ( ) != null ? loc0 . getMecz ( ) . getNazwaMeczu ( ) : "srini_string" ) ; return loc1 ; }
5,457
generate a group of metrics to iterate over in the form of a set of strings e.g. prefixes . if the metrics to be exported partition into groups identified by a string , subclasses should override this method . otherwise the default should be fine iteration over all metrics . concode_field_sep Log logger concode_elem_se...
Iterable < String > function ( ) { return Collections . singleton ( "srini_string" ) ; }
5,458
creates the array of items that can be passed to the messageformat class for creating labels . concode_field_sep String formatPattern concode_elem_sep long serialVersionUID concode_elem_sep String DEFAULT_LABEL_FORMAT concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Object clone concode_e...
Object [ ] function ( XYDataset arg0 , int arg1 ) { Object [ ] loc0 = new Object [ 1 ] ; loc0 [ 0 ] = arg0 . getSeriesKey ( arg1 ) . toString ( ) ; return loc0 ; }
5,459
number of records in this dataset . concode_field_sep java.util.Date lastModifiedDate concode_elem_sep String identityId concode_elem_sep String lastModifiedBy concode_elem_sep Long dataStorage concode_elem_sep String datasetName concode_elem_sep Long numRecords concode_elem_sep java.util.Date creationDate concode_fiel...
Long function ( ) { return this . numRecords ; }
5,460
returns true if the given state is currently active otherwise false . concode_field_sep SCInterfaceImpl sCInterface concode_elem_sep long x concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep void reactMain_region_A concode_elem_sep void init concode_elem_sep SCInterface getSCInte...
boolean function ( State arg0 ) { switch ( arg0 ) { case main_region_A : return stateVector [ 0 ] == State . main_region_A ; default : return false ; } }
5,461
draws the preview using the graphics canvas . concode_field_sep boolean cloned concode_elem_sep int count concode_elem_sep mxGraphComponent graphComponent concode_elem_sep float opacity concode_elem_sep List<mxCellState> cellStates concode_elem_sep Map<mxCellState,mxPoint> deltas concode_field_sep void restoreState con...
void function ( mxGraphics2DCanvas arg0 , mxCellState arg1 ) { graphComponent . getGraph ( ) . drawState ( arg0 , arg1 , arg1 . getCell ( ) != graphComponent . getCellEditor ( ) . getEditingCell ( ) ) ; }
5,462
returns true if this vsm branch is anchored . concode_field_sep VsmBranch _vsmBranch concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep java.lang.String getName concode_elem_sep boolean isEscapedModel concode_elem_sep long getBranchId concode_elem_sep boolean isCachedMod...
boolean function ( ) { return _vsmBranch . isAnchored ( ) ; }
5,463
a collector thread informs the scheduler that it has completed its gc work by calling this . concode_field_sep ThreadModel model concode_field_sep void triggerGC concode_elem_sep void waitForGC concode_elem_sep void init concode_elem_sep void scheduleGcThreads concode_elem_sep int getTriggerReason concode_elem_sep Thre...
void function ( ) { model . exitGC ( ) ; }
5,464
gets the totalblockedcount . concode_field_sep int totalwarningcount concode_elem_sep ArrayList<TestSuite> testSuites concode_elem_sep String language concode_elem_sep String screenresolution concode_elem_sep String type concode_elem_sep String result concode_elem_sep String duration concode_elem_sep int totalerrorcoun...
int function ( ) { return totalblockedcount ; }
5,465
writes part of a byte array to a java.nio.channels.writablebytechannel concode_field_sep int WRITE_CHUNK_SIZE concode_elem_sep int READ_CHUNK_SIZE concode_field_sep void readFromFileChannelWithEofException concode_elem_sep void readFromFileChannelWithEofException concode_elem_sep byte[] readFromFileChannel concode_elem...
void function ( byte [ ] arg0 , WritableByteChannel arg1 ) { writeToChannel ( arg0 , 0 , arg0 . length , arg1 ) ; }
5,466
initiates a scan for all known barcode types with the specified camera . concode_field_sep String DEFAULT_TITLE concode_elem_sep String DEFAULT_YES concode_elem_sep List<String> TARGET_ALL_KNOWN concode_elem_sep Activity activity concode_elem_sep Collection<String> DATA_MATRIX_TYPES concode_elem_sep String buttonYes co...
AlertDialog function ( int arg0 ) { return initiateScan ( ALL_CODE_TYPES , arg0 ) ; }
5,467
returns true if the specified toolchain is a candidate for use with this crosstool . concode_field_sep String USE_HOST_CPU concode_elem_sep String cpu concode_elem_sep String compiler concode_elem_sep String libc concode_field_sep int hashCode concode_elem_sep String getLibc concode_elem_sep CrosstoolConfigurationIdent...
boolean function ( CToolchain arg0 ) { return ( arg0 . getTargetCpu ( ) . equals ( getCpu ( ) ) && ( getLibc ( ) == null || arg0 . getTargetLibc ( ) . equals ( getLibc ( ) ) ) && ( getCompiler ( ) == null || arg0 . getCompiler ( ) . equals ( getCompiler ( ) ) ) ) ; }
5,468
sets the value of the grpfill property . concode_field_sep CTPatternFillProperties pattFill concode_elem_sep CTNoFillProperties noFill concode_elem_sep CTBlipFillProperties blipFill concode_elem_sep CTGradientFillProperties gradFill concode_elem_sep CTEffectList effectLst concode_elem_sep CTEffectContainer effectDag co...
void function ( CTGroupFillProperties arg0 ) { this . grpFill = arg0 ; }
5,469
this method determines whether the node is correlated to the supplied identifier . concode_field_sep long duration concode_elem_sep Set<Property> properties concode_elem_sep List<CorrelationIdentifier> correlationIds concode_elem_sep long timestamp concode_elem_sep NodeType type concode_elem_sep String uri concode_elem...
boolean function ( CorrelationIdentifier arg0 ) { for ( CorrelationIdentifier loc0 : correlationIds ) { if ( loc0 . equals ( arg0 ) ) { return true ; } } return false ; }
5,470
sets the sslconfig . null value indicates that no sslconfig should be used . concode_field_sep boolean redoOperation concode_elem_sep SocketInterceptorConfig socketInterceptorConfig concode_elem_sep SSLConfig sslConfig concode_elem_sep int connectionAttemptLimit concode_elem_sep int connectionAttemptPeriod concode_elem...
ClientNetworkConfig function ( SSLConfig arg0 ) { this . sslConfig = arg0 ; return this ; }
5,471
gets the status value for this smartcard . concode_field_sep java.lang.String serial concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep long id concode_elem_sep java.lang.String status concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_field_sep o...
java . lang . String function ( ) { return status ; }
5,472
returns product version of the underlying eis instance connected through the managedconnection . concode_field_sep PlaceHolder placeHolder concode_field_sep int getMaxConnections concode_elem_sep String getUserName concode_elem_sep String getEISProductName
String function ( ) { return "srini_string" ; }
5,473
by default does nothing return false . if you handled the event , return true , otherwise return false . if you returned true none of the following overlays or the underlying mapview has the chance to handlethis event . concode_field_sep AtomicInteger sOrdinal concode_elem_sep Bitmap mBackingBitmap concode_elem_sep Mat...
boolean function ( final MotionEvent arg0 , final MotionEvent arg1 , final float arg2 , final float arg3 , final MapView arg4 ) { return false ; }
5,474
get custom deserializer concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String assetFilename concode_elem_sep long advertiserId concode_elem_sep boolean forHTMLCreatives concode_field_sep bo...
org . apache . axis . encoding . Deserializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanDeserializer ( arg1 , arg2 , typeDesc ) ; }
5,475
set the value . concode_field_sep char value concode_field_sep Object getValue concode_elem_sep char charValue concode_elem_sep int hashCode concode_elem_sep char get concode_elem_sep boolean equals concode_elem_sep void setValue concode_elem_sep Object clone concode_elem_sep String toString concode_elem_sep int compar...
char function ( char arg0 ) { char loc0 = value ; value = arg0 ; return loc0 ; }
5,476
method addother . concode_field_sep String jdk concode_elem_sep String memory concode_elem_sep String maven concode_elem_sep String diskSpace concode_elem_sep java.util.Properties others concode_field_sep void setDiskSpace concode_elem_sep void setMemory concode_elem_sep void setOthers concode_elem_sep java.util.Proper...
void function ( String arg0 , String arg1 ) { getOthers ( ) . put ( arg0 , arg1 ) ; }
5,477
rimuove il libro associato all ` indice . concode_field_sep ArrayList<AbstractTableModel> models concode_elem_sep HashSet<File> elencoFile concode_elem_sep long serialVersionUID concode_elem_sep ArrayList<Libro> libri concode_field_sep void libroChange concode_elem_sep boolean controllaFile concode_elem_sep void aggiun...
Libro function ( int arg0 ) { Libro loc0 = libri . remove ( arg0 ) ; for ( AbstractTableModel loc1 : models ) loc1 . fireTableRowsDeleted ( arg0 , arg0 ) ; return loc0 ; }
5,478
stub - does nothing concode_field_sep Principal principal concode_elem_sep String format concode_elem_sep Principal guarantor concode_elem_sep PublicKey key concode_field_sep Principal getPrincipal concode_elem_sep String getFormat concode_elem_sep Principal getGuarantor concode_elem_sep String toString concode_elem_se...
void function ( OutputStream arg0 ) { }
5,479
get the purpose of requesting concode_field_sep String oauth_signature concode_elem_sep int OBTAIN_USER_AUTHORIZATION concode_elem_sep int resultOfRequest concode_elem_sep int requesting concode_elem_sep boolean debug concode_elem_sep String oauth_consumer_key concode_elem_sep int SUCCESS concode_elem_sep String oauth_...
int function ( ) { return this . requesting ; }
5,480
check there are enough points to fill concode_field_sep SGL GL concode_elem_sep LineStripRenderer LSR concode_field_sep void textureFit concode_elem_sep void textureFit concode_elem_sep void texture concode_elem_sep void texture concode_elem_sep void texture concode_elem_sep void texture concode_elem_sep void draw conc...
boolean function ( Shape arg0 ) { if ( arg0 . getTriangles ( ) == null ) { return false ; } return arg0 . getTriangles ( ) . getTriangleCount ( ) != 0 ; }
5,481
get the developer id devid . concode_field_sep String application concode_elem_sep String certificate concode_elem_sep String developer concode_field_sep String getApplication concode_elem_sep void setApplication concode_elem_sep String getCertificate concode_elem_sep void setDeveloper concode_elem_sep void setCertific...
String function ( ) { return this . developer ; }
5,482
crete a new context 's instance . concode_field_sep String MAIN concode_elem_sep Context initialContext concode_field_sep Context getInitialContext
Object function ( Object arg0 , Name arg1 , Context arg2 , Hashtable < ? , ? > arg3 ) { if ( ( ContextBindings . isThreadBound ( ) ) || ( ContextBindings . isClassLoaderBound ( ) ) ) { return new SelectorContext ( ( Hashtable < String , Object > ) arg3 ) ; } return null ; }
5,483
sets the profile . concode_field_sep Color color concode_elem_sep Boolean legend concode_elem_sep Logger logger concode_elem_sep IEngUserProfile profile concode_elem_sep Double target concode_elem_sep String name concode_elem_sep Vector intervals concode_elem_sep String subName concode_elem_sep double lower concode_ele...
void function ( IEngUserProfile arg0 ) { this . profile = arg0 ; }
5,484
this method should return a 2 dimensional array of boolean that represent a conway grid , with true values in the positions where cells are alive concode_field_sep long serialVersionUID concode_elem_sep boolean[][] grid concode_field_sep String getPatternName concode_elem_sep String toString
boolean [ ] [ ] function ( ) { return this . grid ; }
5,485
an internal check for closed statements . concode_field_sep boolean isEscapeProcessing concode_elem_sep int queryTimeout concode_elem_sep Result errorResult concode_elem_sep int SUCCESS_NO_INFO concode_elem_sep Result batchResultOut concode_elem_sep int maxRows concode_elem_sep JDBCConnection connection concode_elem_se...
void function ( ) { if ( isClosed ) { throw JDBCUtil . sqlException ( ErrorCode . X_07501 ) ; } if ( connection . isClosed ) { close ( ) ; throw JDBCUtil . sqlException ( ErrorCode . X_08503 ) ; } if ( connectionIncarnation != connection . incarnation ) { throw JDBCUtil . sqlException ( ErrorCode . X_08503 ) ; } }
5,486
get an inputstream to the content data . repeated calls to this method will return new instances of inputstream . concode_field_sep BufferedContent content concode_field_sep long getSize concode_elem_sep String toString concode_elem_sep void setContentInputStream
InputStream function ( ) { if ( content == null ) { return null ; } return content . getInputStream ( ) ; }
5,487
returns the string representation of the uint32 argument . concode_field_sep SimpleDateFormat datetimeFormatter concode_elem_sep String DATETIMEFORMAT concode_elem_sep DBXDefaultFormatter instance concode_elem_sep long JULIAN_JANUARY_01 concode_elem_sep SimpleDateFormat dateFormatter concode_elem_sep String TIMEFORMAT_...
String function ( long arg0 ) { return String . valueOf ( arg0 ) ; }
5,488
send a http head request to the specified url concode_field_sep DefaultHttpClient client concode_field_sep HttpResponse doPut concode_elem_sep void setHeaders concode_elem_sep HttpResponse doDelete concode_elem_sep HttpResponse doPatch concode_elem_sep String getResponsePayload concode_elem_sep HttpResponse doPost conc...
HttpResponse function ( String arg0 , final Map < String , String > arg1 ) { HttpUriRequest loc0 = new HttpHead ( arg0 ) ; setHeaders ( arg1 , loc0 ) ; return client . execute ( loc0 ) ; }
5,489
gets the value of the servicetypeidentifier property . concode_field_sep DigitalIdentityListType serviceDigitalIdentity concode_elem_sep String serviceStatus concode_elem_sep ServiceSupplyPointsType serviceSupplyPoints concode_elem_sep NonEmptyMultiLangURIListType tspServiceDefinitionURI concode_elem_sep ExtensionsList...
String function ( ) { return serviceTypeIdentifier ; }
5,490
convert an existing text view to display the data at a new position . concode_field_sep PlaceHolder placeHolder concode_field_sep View button concode_elem_sep View doubleText concode_elem_sep View convertButton concode_elem_sep View twoButtonsSeparatedByFiller concode_elem_sep View horizontalButtonSlots concode_elem_se...
View function ( View arg0 , String arg1 , int arg2 ) { if ( arg0 . getTag ( ) != null && ( ( String ) arg0 . getTag ( ) ) . equals ( "srini_string" ) ) { ( ( TextView ) arg0 ) . setText ( arg1 ) ; arg0 . setId ( arg2 ) ; return arg0 ; } else { return null ; } }
5,491
searches the frame . concode_field_sep FrameNode parentFrame concode_elem_sep long overheadTime concode_elem_sep long totalTime concode_elem_sep long stepIntoTime concode_elem_sep int count concode_elem_sep String methodName concode_elem_sep String className concode_elem_sep Map<String,FrameNode> childFrames concode_fi...
FrameNode function ( String arg0 , String arg1 ) { if ( className . equals ( arg0 ) && methodName . equals ( arg1 ) ) { return this ; } if ( parentFrame == null ) { return this ; } return parentFrame . searchFrame ( arg0 , arg1 ) ; }
5,492
returns all annotations associated with this package . if there are no annotations associated with this package , then a zero-length array will be returned . the returned array may be modified by the client code , but this will have no effect on the annotation content of this package , and hence no effect on the return...
Annotation [ ] function ( ) { return getDeclaredAnnotations ( ) ; }
5,493
associate the given localecontext with the current thread , not exposing it as inheritable for child threads . the given localecontext may be a timezoneawarelocalecontext , containing a locale with associated time zone information . concode_field_sep ThreadLocal<LocaleContext> inheritableLocaleContextHolder concode_ele...
void function ( LocaleContext arg0 ) { setLocaleContext ( arg0 , false ) ; }
5,494
gest parameter value from the the session scope . concode_field_sep Properties buildProperties concode_field_sep String getRequestParameter concode_elem_sep UIComponent findComponent concode_elem_sep ServletContext getServletContext concode_elem_sep Object getManagedBean concode_elem_sep String getActionAttribute conco...
String function ( String arg0 ) { FacesContext loc0 = FacesContext . getCurrentInstance ( ) ; HttpServletRequest loc1 = ( HttpServletRequest ) loc0 . getExternalContext ( ) . getRequest ( ) ; HttpSession loc2 = loc1 . getSession ( ) ; return loc1 . getParameter ( arg0 ) ; }
5,495
converts an ast to dot representation . concode_field_sep String LINE concode_elem_sep int keyCount concode_elem_sep String ARROW concode_elem_sep ControlFlowGraph<Node> cfg concode_elem_sep boolean printAnnotations concode_elem_sep Appendable builder concode_elem_sep HashMap<Node,Integer> assignments concode_elem_sep ...
String function ( Node arg0 , ControlFlowGraph < Node > arg1 ) { StringBuilder loc0 = new StringBuilder ( ) ; new DotFormatter ( arg0 , arg1 , loc0 , false ) ; return loc0 . toString ( ) ; }
5,496
returns the last id for given element concode_field_sep Map<String,String> fsParentMap concode_elem_sep String path concode_elem_sep String desaResultPath concode_elem_sep DesaElement rootElement concode_elem_sep Map<String,Integer> elementIds concode_elem_sep String outputPath concode_elem_sep SIP2DESATransporter tran...
Integer function ( String arg0 ) { return elementIds . get ( arg0 ) ; }
5,497
sets the read timeout , in milliseconds , for the request . the read timeout is the number of milliseconds after the server receives a request and before the server sends data back . concode_field_sep HttpsConnection connection concode_field_sep HttpsRequest setHeaderField concode_elem_sep HttpsResponse send
HttpsRequest function ( int arg0 ) { this . connection . setReadTimeoutMillis ( arg0 ) ; return this ; }
5,498
fetch guids for records modified since the provided timestamp . the caller is responsible for closing the cursor . concode_field_sep Context context concode_elem_sep String[] GUID_COLUMNS concode_elem_sep String LOG_TAG concode_elem_sep RepoUtils.QueryHelper queryHelper concode_field_sep int purgeGuid concode_elem_sep ...
Cursor function ( long arg0 ) { return queryHelper . safeQuery ( "srini_string" , GUID_COLUMNS , dateModifiedWhere ( arg0 ) , null , null ) ; }
5,499
returns plugins that should be loaded in the transport client concode_field_sep NodeConfigurationSource EMPTY concode_field_sep Collection<Class<? extends Plugin>> nodePlugins concode_elem_sep Settings transportClientSettings concode_elem_sep Settings transportClientSettings concode_elem_sep Settings nodeSettings conco...
Collection < Class < ? extends Plugin >> function ( ) { return Collections . emptyList ( ) ; }