idx
int64
0
100k
question
stringlengths
68
7.19k
target
stringlengths
20
663
98,500
test method for com.crawljax.browser.embeddedbrowser #getstrippeddom . concode_field_sep EmbeddedBrowser browser concode_elem_sep BrowserProvider provider concode_elem_sep RunWithWebServer SERVER concode_field_sep void testCloseOtherWindows concode_elem_sep void testGoToUrl concode_elem_sep void testGetInputWithRandomV...
void function ( ) { URL loc0 = WebDriverBackedEmbeddedBrowserTest . class . getResource ( "srini_string" ) ; browser . goToUrl ( loc0 . toURI ( ) ) ; browser . getStrippedDom ( ) ; }
98,501
deletes the recent layout revision from the database . also notifies the appropriate model listeners . concode_field_sep RecentLayoutRevisionLocalService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQue...
com . liferay . portal . kernel . model . RecentLayoutRevision function ( com . liferay . portal . kernel . model . RecentLayoutRevision arg0 ) { return getService ( ) . deleteRecentLayoutRevision ( arg0 ) ; }
98,502
add a new attribute with the given id and one or more long values concode_field_sep Map<String,Object[]> attributeMap concode_elem_sep Identifier categoryIdentifier concode_field_sep Identifier getCategoryIdentifier concode_elem_sep void addToMap concode_elem_sep String toString concode_elem_sep Map<String,Object[]> ge...
void function ( String arg0 , Long ... arg1 ) { addToMap ( arg0 , arg1 ) ; }
98,503
returns the string representing the current page number concode_field_sep HeaderRecord headerRecord concode_elem_sep String left concode_elem_sep String center concode_elem_sep String right concode_field_sep String date concode_elem_sep String startUnderline concode_elem_sep String getCenter concode_elem_sep void setLe...
String function ( ) { return "srini_string" ; }
98,504
determines if selected nodes should be filled concode_field_sep boolean fillConnectionNode concode_elem_sep boolean showHeadArrowOnly concode_elem_sep boolean fillSelectedNode concode_elem_sep int showNamesDistance concode_elem_sep Color selectedColor concode_elem_sep int taggedNodeSize concode_elem_sep int defaultSegm...
boolean function ( ) { return fillSelectedNode ; }
98,505
extracts out all the local variable information from the given method . concode_field_sep RopMethod method concode_elem_sep BasicBlockList blocks concode_elem_sep int[] workSet concode_elem_sep LocalVariableInfo resultInfo concode_field_sep LocalVariableInfo doit concode_elem_sep void processBlock
LocalVariableInfo function ( RopMethod arg0 ) { LocalVariableExtractor loc0 = new LocalVariableExtractor ( arg0 ) ; return loc0 . doit ( ) ; }
98,506
returns the permalink of this akismet data . concode_field_sep AkismetData _akismetData concode_field_sep long getClassNameId concode_elem_sep void setAkismetDataId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_...
java . lang . String function ( ) { return _akismetData . getPermalink ( ) ; }
98,507
get the configproperties . concode_field_sep ConcurrentHashMap<String,String> configProperties concode_elem_sep long serialVersionUID concode_elem_sep String className concode_elem_sep Boolean useJavaContext concode_elem_sep Boolean enabled concode_elem_sep String jndiName concode_elem_sep String poolName concode_field...
Map < String , String > function ( ) { return Collections . unmodifiableMap ( configProperties ) ; }
98,508
returns if subtransactions should be used in the jts . note that this is distinct from the jta module subtransaction option . default : true equivalent deprecated property : com.arjuna.ats.jts.supportsubtransactions concode_field_sep boolean propagateTerminator concode_elem_sep String contextPropMode concode_elem_sep b...
boolean function ( ) { return supportSubtransactions ; }
98,509
sets the value of the type property . concode_field_sep String magiccookie concode_elem_sep String color concode_elem_sep String format concode_elem_sep BigDecimal days concode_elem_sep String type concode_elem_sep String value concode_elem_sep String userid concode_field_sep String getColor concode_elem_sep String get...
void function ( String arg0 ) { this . type = arg0 ; }
98,510
returns the osgi service identifier . concode_field_sep TasksEntryService _tasksEntryService concode_field_sep void setWrappedService concode_elem_sep com.liferay.tasks.model.TasksEntry addTasksEntry concode_elem_sep java.lang.Object invokeMethod concode_elem_sep com.liferay.tasks.model.TasksEntry updateTasksEntry conc...
java . lang . String function ( ) { return _tasksEntryService . getOSGiServiceIdentifier ( ) ; }
98,511
returns the scope instance , or null if that is n't known for this instance . concode_field_sep Scoping SINGLETON_INSTANCE concode_elem_sep Scoping EAGER_SINGLETON concode_elem_sep Scoping UNSCOPED concode_elem_sep Scoping SINGLETON_ANNOTATION concode_field_sep V acceptVisitor concode_elem_sep V acceptVisitor concode_e...
Scope function ( ) { return null ; }
98,512
returns the cursor position . concode_field_sep double cursor concode_elem_sep List ticks concode_elem_sep double max concode_field_sep void setMax concode_elem_sep List getTicks concode_elem_sep void cursorRight concode_elem_sep double getMax concode_elem_sep void cursorDown concode_elem_sep void cursorLeft concode_el...
double function ( ) { return this . cursor ; }
98,513
sets the value of the month property . concode_field_sep Object parent concode_elem_sep Integer month concode_elem_sep Integer hour concode_elem_sep int year concode_elem_sep STDateTimeGrouping dateTimeGrouping concode_elem_sep Integer day concode_elem_sep Integer minute concode_elem_sep Integer second concode_field_se...
void function ( Integer arg0 ) { this . month = arg0 ; }
98,514
adds a plain text child to this element . the string given is automatically converted to xml-safe characters . children appear in the order in which they are added in the xml output . concode_field_sep List<Pair<Object,ChildType>> children concode_elem_sep Map<String,String> attributes concode_elem_sep String elementTy...
XmlElement function ( String arg0 ) { Preconditions . checkNotNull ( arg0 ) ; children . add ( new Pair < Object , ChildType > ( StringEscapeUtils . escapeXml ( arg0 ) , ChildType . TEXT ) ) ; return this ; }
98,515
get 's the consumertemplate to be used . concode_field_sep BeanFactory beanFactory concode_elem_sep ApplicationContext applicationContext concode_elem_sep AutowireCapableBeanFactory autowireCapableBeanFactory concode_field_sep CamelBeanPostProcessor camelBeanPostProcessor concode_elem_sep ProducerTemplate producerTempl...
ConsumerTemplate function ( CamelContext arg0 ) { return arg0 . createConsumerTemplate ( ) ; }
98,516
will be the preparedstatement and resultset closed on any database exception concode_field_sep PreparedStatement statement concode_elem_sep T currentPO concode_elem_sep boolean closeOnError concode_elem_sep String trxName concode_elem_sep ResultSet resultSet concode_elem_sep MTable table concode_field_sep T next concod...
boolean function ( ) { return this . closeOnError ; }
98,517
test method for basicstatistic #sendresultto omniscientresultreceiver the basicstatistic should be sendable to the omniscientresultreceiver . concode_field_sep PlaceHolder placeHolder concode_field_sep void testToString concode_elem_sep void testEqualsHashCode concode_elem_sep void setUp concode_elem_sep void testConst...
void function ( ) { OmniscientResultReceiver loc0 = mock ( OmniscientResultReceiver . class ) ; BasicStatistic loc1 = new BasicStatistic ( "srini_string" , mock ( Object . class ) , mock ( ColumnIdentifier . class ) ) ; loc1 . sendResultTo ( loc0 ) ; verify ( loc0 ) . receiveResult ( loc1 ) ; }
98,518
invoked after the response is updated with the status code and headers , if the responsebodyemitter is wrapped in a responseentity , but before the response is committed , i.e. before the response body has been written to . the default implementation is empty . concode_field_sep Runnable delegate concode_elem_sep Handl...
void function ( ServerHttpResponse arg0 ) { }
98,519
performs a dynamic query on the database and returns a range of the matching rows . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end to com.l...
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 ) { return getService ( ) . arg0 ( arg0 , arg1 , arg2 ) ; }
98,520
send a fatal error log message concode_field_sep int LEVEL_WARNING concode_elem_sep int sLevel concode_elem_sep int LEVEL_FATAL concode_elem_sep int LEVEL_INFO concode_elem_sep int LEVEL_VERBOSE concode_elem_sep int LEVEL_DEBUG concode_elem_sep int LEVEL_ERROR concode_field_sep void d concode_elem_sep void d concode_el...
void function ( String arg0 , String arg1 , Object ... arg2 ) { if ( sLevel > LEVEL_FATAL ) { return ; } if ( arg2 . length > 0 ) { arg1 = String . format ( arg1 , arg2 ) ; } Log . wtf ( arg0 , arg1 ) ; }
98,521
paints all the character elements in this textsprite to the graphics context concode_field_sep ArrayList<GlyphText> glyphTexts concode_elem_sep AffineTransform graphicStateTransform concode_elem_sep Rectangle2D.Float bounds concode_elem_sep boolean OPTIMIZED_DRAWING_ENABLED concode_elem_sep Color strokeColor concode_el...
void function ( Graphics arg0 ) { Graphics2D loc0 = ( Graphics2D ) arg0 ; for ( GlyphText loc1 : glyphTexts ) { font . drawEstring ( loc0 , loc1 . getCid ( ) , loc1 . getX ( ) , loc1 . getY ( ) , FontFile . LAYOUT_NONE , rmode , strokeColor ) ; } }
98,522
information about the credential report . concode_field_sep String description concode_elem_sep String state concode_field_sep String getState concode_elem_sep GenerateCredentialReportResult withState concode_elem_sep GenerateCredentialReportResult withState concode_elem_sep int hashCode concode_elem_sep boolean equals...
GenerateCredentialReportResult function ( String arg0 ) { setDescription ( arg0 ) ; return this ; }
98,523
is there a change to be saved ? concode_field_sep PO po concode_field_sep byte[] getPdfAttachment concode_elem_sep int compare concode_elem_sep void set_CustomColumn concode_elem_sep int getUpdatedBy concode_elem_sep boolean save concode_elem_sep boolean save concode_elem_sep boolean isActive concode_elem_sep boolean d...
boolean function ( ) { return po . is_Changed ( ) ; }
98,524
creates a griddatafactory initialized with defaults . initial values are : align swt.fill , swt.fill exclude false grab false , false span 1,1 concode_field_sep GridData data concode_field_sep GridDataFactory fillDefaultsInternal concode_elem_sep GridDataFactory align concode_elem_sep GridDataFactory grab concode_elem_...
GridDataFactory function ( ) { return new GridDataFactory ( ) . fillDefaultsInternal ( ) ; }
98,525
makes the given visitor visit this try catch block . concode_field_sep LabelNode handler concode_elem_sep LabelNode start concode_elem_sep LabelNode end concode_elem_sep String type concode_field_sep placeholderType placeHolder
void function ( final MethodVisitor arg0 ) { arg0 . visitTryCatchBlock ( start . getLabel ( ) , end . getLabel ( ) , handler == null ? null : handler . getLabel ( ) , type ) ; }
98,526
returns the inverse of this vector . concode_field_sep double[] data concode_elem_sep int offset concode_field_sep double[] getDataCopy concode_elem_sep Vector add concode_elem_sep Vector sub concode_elem_sep Vector scaleAdd concode_elem_sep Vector scalei concode_elem_sep Vector mult concode_elem_sep Vector max concode...
Vector function ( ) { int loc0 = this . data . length ; double [ ] loc1 = new double [ loc0 ] ; for ( int loc2 = 0 ; loc2 < loc0 ; loc2 ++ ) { try { loc1 [ loc2 ] = ( this . data [ loc2 + this . offset ] == 0 ) ? 1 : 0 ; } catch ( ArrayIndexOutOfBoundsException loc3 ) { loc1 [ loc2 ] = Double . NaN ; } } return new Vec...
98,527
resumes the top context for the given type . has no effect if there are no known contexts concode_field_sep Long threadId concode_elem_sep RhinoDebuggerImpl debugger concode_elem_sep long currentFrameId concode_elem_sep long currentContextId concode_elem_sep LinkedList contexts concode_field_sep void suspend concode_el...
void function ( String arg0 ) { if ( hasContext ( ) ) { Context loc0 = ( Context ) contexts . getFirst ( ) ; if ( loc0 == null ) { return ; } ContextData loc1 = ( ContextData ) loc0 . getDebuggerContextData ( ) ; loc1 . resume ( arg0 ) ; } }
98,528
adds the specified value to the specified element of this big array . concode_field_sep long SIZE_OF_SEGMENT concode_elem_sep int[][] array concode_elem_sep int initialValue concode_elem_sep int capacity concode_elem_sep int segments concode_field_sep void set concode_elem_sep void grow concode_elem_sep long sizeOf con...
void function ( long arg0 , int arg1 ) { array [ segment ( arg0 ) ] [ offset ( arg0 ) ] += arg1 ; }
98,529
simple webapp deployment after startup of server . concode_field_sep Logger LOG concode_elem_sep TestTracker tracker concode_elem_sep AtomicInteger _scans concode_elem_sep TestingDir testdir concode_elem_sep XmlConfiguredJetty jetty concode_elem_sep int _providers concode_field_sep void teardownEnvironment concode_elem...
void function ( ) { jetty . copyWebapp ( "srini_string" , "srini_string" ) ; jetty . copyWebapp ( "srini_string" , "srini_string" ) ; waitForDirectoryScan ( ) ; waitForDirectoryScan ( ) ; jetty . assertWebAppContextsExists ( "srini_string" ) ; }
98,530
break args a sequence of decimal numerals into its natural runs and print them on the standard output . concode_field_sep PlaceHolder placeHolder concode_field_sep List<List<Integer>> naturalRuns
void function ( String ... arg0 ) { ArrayList < Integer > loc0 = new ArrayList < Integer > ( ) ; for ( String loc1 : arg0 ) { loc0 . add ( new Integer ( loc1 ) ) ; } System . out . printf ( "srini_string" , loc0 , naturalRuns ( loc0 ) ) ; }
98,531
sets the parallelism of this streamtransformation concode_field_sep StreamGraph.ResourceStrategy resourceStrategy concode_elem_sep boolean typeUsed concode_elem_sep int parallelism concode_elem_sep String name concode_elem_sep TypeInformation<T> outputType concode_elem_sep int id concode_elem_sep Integer idCounter conc...
void function ( int arg0 ) { Preconditions . checkArgument ( arg0 > 0 , "srini_string" ) ; this . parallelism = arg0 ; }
98,532
sets the value of the hash property . concode_field_sep String tokenKey concode_elem_sep long orderID concode_elem_sep String hash concode_field_sep String getTokenKey concode_elem_sep String getHash concode_elem_sep long getOrderID concode_elem_sep void setOrderID concode_elem_sep void setTokenKey
void function ( String arg0 ) { this . hash = arg0 ; }
98,533
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 ; }
98,534
add the name of an index to those indexes to be verified for completeness . concode_field_sep ArrayList<String> cleanList concode_elem_sep ArrayList<String> completeList concode_elem_sep DN baseDN concode_field_sep ArrayList<String> getCleanList concode_elem_sep ArrayList<String> getCompleteList concode_elem_sep void a...
void function ( String arg0 ) { completeList . add ( arg0 ) ; }
98,535
overrides the status changed to simply call the # _ wrappedcallback concode_field_sep RioHandlerCallback _wrappedCallback concode_elem_sep Map<String,State> _state concode_elem_sep ThingStatusDetail _lastThingStatusDetail concode_elem_sep ThingStatus _lastThingStatus concode_elem_sep Lock _statusLock concode_field_sep ...
void function ( ThingStatus arg0 , ThingStatusDetail arg1 , String arg2 ) { _statusLock . lock ( ) ; try { if ( arg0 == _lastThingStatus && arg1 == _lastThingStatusDetail ) { return ; } _lastThingStatus = arg0 ; _lastThingStatusDetail = arg1 ; } finally { _statusLock . unlock ( ) ; } _wrappedCallback . statusChanged ( ...
98,536
get name with prefix from xattr concode_field_sep PlaceHolder placeHolder concode_field_sep List<XAttr> buildXAttrAsList concode_elem_sep Map<String,byte[]> buildXAttrMap concode_elem_sep XAttr buildXAttr concode_elem_sep XAttr buildXAttr concode_elem_sep List<XAttr> buildXAttrs concode_elem_sep byte[] getFirstXAttrVal...
String function ( XAttr arg0 ) { if ( arg0 == null ) { return null ; } String loc0 = arg0 . getNameSpace ( ) . toString ( ) ; return StringUtils . toLowerCase ( loc0 ) + "srini_string" + arg0 . getName ( ) ; }
98,537
sets the patronid attribute value . concode_field_sep List<OlePatronNote> notes concode_elem_sep String patronID concode_elem_sep OlePatronLevelPolicies patronLevelPolicies concode_elem_sep String errorMessage concode_elem_sep boolean active concode_elem_sep List<OlePatronAffiliations> affiliations concode_elem_sep Str...
void function ( String arg0 ) { this . patronID = arg0 ; }
98,538
this is the method used to send the lcr algo message when the message uid is higher than self concode_field_sep PlaceHolder placeHolder concode_field_sep void sendUidMessage concode_elem_sep LeaderInterface getLeaderInterface concode_elem_sep void main concode_elem_sep void sendLeaderElectedMessage concode_elem_sep voi...
void function ( String arg0 , String arg1 ) { LeaderInterface loc0 = getLeaderInterface ( arg0 ) ; loc0 . receiveMessage ( arg1 ) ; System . out . println ( "srini_string" ) ; }
98,539
the purchase token . concode_field_sep String purchaseToken concode_elem_sep Integer instanceCount concode_field_sep void setPurchaseToken concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep PurchaseRequest withPurchaseToken concode_elem_sep Integer getInstanceCount concode_elem_sep PurchaseR...
String function ( ) { return this . purchaseToken ; }
98,540
specify the fully-qualified activationspec class name for the target provider e.g. `` org.apache.activemq.ra.activemqactivationspec '' . concode_field_sep Map<String,String> defaultProperties concode_elem_sep Class<?> activationSpecClass concode_elem_sep DestinationResolver destinationResolver concode_field_sep void se...
void function ( Class < ? > arg0 ) { this . activationSpecClass = arg0 ; }
98,541
sets the value of the subjekt property . concode_field_sep TSubjektInterni subjekt concode_field_sep TSubjektInterni getSubjekt
void function ( TSubjektInterni arg0 ) { this . subjekt = arg0 ; }
98,542
updates a dataquery object so it can be used to get data over time . concode_field_sep PlaceHolder placeHolder concode_field_sep List<String> getFilterList concode_elem_sep FilteredQueries getFilteredQueries
void function ( DataQuery arg0 ) { arg0 . setDimensions ( "srini_string" ) ; arg0 . setSort ( "srini_string" ) ; arg0 . setMaxResults ( DataQueryUtil . getNumberOfDays ( arg0 ) ) ; arg0 . setStartIndex ( - 1 ) ; Filter . addAndOperator ( arg0 ) ; }
98,543
gets the value of the arg0 property . concode_field_sep String arg0 concode_field_sep void setArg0
String function ( ) { return arg0 ; }
98,544
sets the value of the numberresults property . concode_field_sep Integer startIndex concode_elem_sep Integer numberResults concode_field_sep Integer getNumberResults concode_elem_sep Integer getStartIndex concode_elem_sep void setStartIndex
void function ( Integer arg0 ) { this . numberResults = arg0 ; }
98,545
returns the sorting setting for this context . concode_field_sep Sort sorting concode_elem_sep Operator defaultOperator concode_elem_sep boolean tradeCorrectnessForSpeed concode_elem_sep int topHits concode_elem_sep Object queryOrQueryObject concode_field_sep QueryContext sortByScore concode_elem_sep boolean getTradeCo...
Sort function ( ) { return this . sorting ; }
98,546
checks whether the reference object has been enqueued . concode_field_sep Reference<?> pendingNext concode_elem_sep T referent concode_elem_sep Reference queueNext concode_elem_sep ReferenceQueue queue concode_field_sep boolean enqueue concode_elem_sep T get concode_elem_sep void clear concode_elem_sep boolean enqueueI...
boolean function ( ) { return queueNext != null ; }
98,547
gets the citydictionary of cities . concode_field_sep ArrayList cityDictionary concode_elem_sep Log log concode_elem_sep String DATA_RESOURCE_PATH concode_elem_sep Comparator LABEL_COMPARATOR concode_elem_sep boolean initialized concode_field_sep void init concode_elem_sep int compare concode_elem_sep ArrayList generat...
List function ( ) { return cityDictionary ; }
98,548
the revision id of the current version of an artifact . concode_field_sep String changeIdentifier concode_elem_sep String revision concode_field_sep CurrentRevision withChangeIdentifier concode_elem_sep CurrentRevision withRevision concode_elem_sep String getChangeIdentifier concode_elem_sep int hashCode concode_elem_s...
void function ( String arg0 ) { this . revision = arg0 ; }
98,549
gets the value of the createspec property . concode_field_sep ProfileCreateSpec createSpec concode_elem_sep ManagedObjectReference _this concode_field_sep void setThis concode_elem_sep ManagedObjectReference getThis concode_elem_sep void setCreateSpec
ProfileCreateSpec function ( ) { return createSpec ; }
98,550
how many mappings . concode_field_sep Entry next concode_elem_sep Entry[] entries concode_elem_sep CharBlockArray labelRepository concode_elem_sep float loadFactor concode_elem_sep int size concode_elem_sep int offset concode_elem_sep Entry[] ents concode_elem_sep int index concode_elem_sep int threshold concode_elem_s...
int function ( ) { return this . size ; }
98,551
gets the value of the instrmt property . concode_field_sep String clOrdID concode_elem_sep String txt concode_elem_sep String side concode_elem_sep String encTxt concode_elem_sep BigDecimal prevClsPx concode_elem_sep String clOrdID2 concode_elem_sep BigDecimal px concode_elem_sep String ccy concode_elem_sep UndInstrmtG...
InstrumentBlockT function ( ) { return instrmt ; }
98,552
method for determining whether principal entry has alias for keystore . concode_field_sep String principalName concode_elem_sep boolean nameWildcard concode_elem_sep String alias concode_elem_sep boolean isAlias concode_elem_sep String principalClass concode_elem_sep boolean classWildcard concode_field_sep String getPr...
boolean function ( ) { return isAlias ; }
98,553
replaces the element at the specified position in this list with the specified element . concode_field_sep int size concode_elem_sep int[] elementData concode_field_sep boolean add concode_elem_sep void add concode_elem_sep void trimToSize concode_elem_sep boolean isEmpty concode_elem_sep void clear concode_elem_sep bo...
int function ( int arg0 , int arg1 ) { RangeCheck ( arg0 ) ; int loc0 = elementData [ arg0 ] ; elementData [ arg0 ] = arg1 ; return loc0 ; }
98,554
get the index name concode_field_sep String INDEX_FIELD concode_elem_sep String node concode_elem_sep String SHARD_FIELD concode_elem_sep String NODE_FIELD concode_elem_sep String index concode_elem_sep int shard concode_elem_sep int shardId concode_field_sep void extraXContent concode_elem_sep RerouteExplanation expla...
String function ( ) { return this . index ; }
98,555
called as the cursor 's hotspot moves over a platform-dependent drop site . this method is invoked when all the following conditions are true : the cursor 's hotspot has moved , but still intersects the operable part of the drop site associated with the previous dragenter invocation . the drop site is still active . th...
void function ( DragSourceDragEvent arg0 ) { }
98,556
updated 20141101 concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
List < Integer > function ( TreeNode arg0 ) { List < Integer > loc0 = new ArrayList < Integer > ( ) ; if ( arg0 != null ) { loc0 = postorderTraversal ( arg0 . left ) ; loc0 . addAll ( postorderTraversal ( arg0 . right ) ) ; loc0 . add ( arg0 . val ) ; } return loc0 ; }
98,557
info log message with printf formatting . 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 con...
void function ( String arg0 , String arg1 , Object ... arg2 ) { if ( LOG . INFO >= LOGLEVEL ) Log . i ( arg0 , String . format ( arg1 , arg2 ) ) ; }
98,558
reset buffer when finished . concode_field_sep int bufpos concode_elem_sep boolean prevCharIsLF concode_elem_sep int bufsize concode_elem_sep int available concode_elem_sep int tabSize concode_elem_sep java.io.Reader inputStream concode_elem_sep int line concode_elem_sep boolean staticFlag concode_elem_sep int bufcolum...
void function ( ) { buffer = null ; bufline = null ; bufcolumn = null ; }
98,559
returns all pages in the document , as a page tree . concode_field_sep PDAcroForm cachedAcroForm concode_elem_sep COSDictionary root concode_elem_sep PDDocument document concode_field_sep PDViewerPreferences getViewerPreferences concode_elem_sep PDDocumentOutline getDocumentOutline concode_elem_sep PDAcroForm getAcroFo...
PDPageTree function ( ) { return new PDPageTree ( ( COSDictionary ) root . getDictionaryObject ( COSName . PAGES ) ) ; }
98,560
executes a ddl statement . it is assumed that the argument is of the correct type . concode_field_sep Session session concode_elem_sep Result emptyResult concode_elem_sep Result updateResult concode_field_sep Result executeInsertSelectStatement concode_elem_sep Result executeDeleteStatement concode_elem_sep Result exec...
Result function ( CompiledStatement arg0 ) { return session . sqlExecuteDirectNoPreChecks ( arg0 . sql ) ; }
98,561
test ws after non void return concode_field_sep int mVar1 concode_elem_sep int i1 concode_elem_sep int i concode_elem_sep int i2 concode_elem_sep int i3 concode_elem_sep int i4 concode_elem_sep int i5 concode_elem_sep int mVar4 concode_elem_sep int i6 concode_elem_sep int mVar3 concode_elem_sep int mVar2 concode_field_...
int function ( ) { if ( true ) { return ( 2 ) ; } else { return 2 ; } }
98,562
returns the first available gif imagewriter using imageio.getimagewritersbysuffix `` gif '' . concode_field_sep IIOMetadata imageMetaData concode_elem_sep ImageWriter gifWriter concode_elem_sep ImageWriteParam imageWriteParam concode_field_sep void writeToSequence concode_elem_sep IIOMetadataNode getNode concode_elem_s...
ImageWriter function ( ) { Iterator < ImageWriter > loc0 = ImageIO . getImageWritersBySuffix ( "srini_string" ) ; if ( ! loc0 . hasNext ( ) ) { throw new IIOException ( "srini_string" ) ; } else { return loc0 . next ( ) ; } }
98,563
get the fully-qualified path note : filesystem.resolvepath is not available in hadoop 1.2.1 concode_field_sep Path path concode_elem_sep FSDataInputStream in concode_elem_sep FileSystem fs concode_elem_sep FSDataOutputStream out concode_field_sep FileSystem createFs concode_elem_sep void create concode_elem_sep String ...
Path function ( Path arg0 ) { return fs . getFileStatus ( arg0 ) . getPath ( ) ; }
98,564
sets the value of the requiredbyplan property . concode_field_sep String featureName concode_elem_sep DataDetailsType dataDetails concode_elem_sep Boolean grandFathered concode_elem_sep String description concode_elem_sep long serialVersionUID concode_elem_sep Boolean requiredByPlan concode_elem_sep Boolean deviceValid...
void function ( Boolean arg0 ) { this . requiredByPlan = arg0 ; }
98,565
get number of elements in the circulararray . concode_field_sep int mCapacityBitmask concode_elem_sep E[] mElements concode_elem_sep int mTail concode_elem_sep int mHead concode_field_sep void doubleCapacity concode_elem_sep void addLast concode_elem_sep E popLast concode_elem_sep void removeFromStart concode_elem_sep ...
int function ( ) { return ( mTail - mHead ) & mCapacityBitmask ; }
98,566
match fetcher 's service name to the service text and/or url prefix . concode_field_sep String FORMAT_JAVA concode_elem_sep String PREFIX_HTTPS concode_elem_sep Log LOG concode_elem_sep String NA_STRING concode_elem_sep String FORMAT_PB concode_elem_sep String PREFIX_HTTP concode_field_sep String formatDate concode_ele...
boolean function ( DtFetcher arg0 , Text arg1 , String arg2 ) { Text loc0 = arg0 . getServiceName ( ) ; return ( arg1 == null && arg2 . startsWith ( loc0 . toString ( ) + "srini_string" ) ) || ( arg1 != null && arg1 . equals ( loc0 ) ) ; }
98,567
puts selector back at the end of lru list of free selectos . also invokes trimidleselectors . concode_field_sep ProviderInfo next concode_elem_sep long IDLE_TIMEOUT concode_elem_sep SelectorProvider provider concode_elem_sep SelectableChannel channel concode_elem_sep Selector selector concode_elem_sep ProviderInfo prov...
void function ( SelectorInfo arg0 ) { long loc0 = Time . loc0 ( ) ; trimIdleSelectors ( loc0 ) ; arg0 . lastActivityTime = loc0 ; arg0 . queue . addLast ( arg0 ) ; }
98,568
gets the value of the lbounds property . concode_field_sep int uBounds concode_elem_sep int lBounds concode_elem_sep List<JAXBElement<?>> variantOrI1OrI2 concode_elem_sep String baseType concode_field_sep void setUBounds concode_elem_sep void setBaseType concode_elem_sep void setLBounds concode_elem_sep int getUBounds ...
int function ( ) { return lBounds ; }
98,569
sets specific search group stats to retrieve the stats for . mainly affects search when enabled . concode_field_sep CommonStatsFlags ALL concode_elem_sep String[] groups concode_elem_sep String[] fieldDataFields concode_elem_sep String[] completionDataFields concode_elem_sep EnumSet<Flag> flags concode_elem_sep CommonS...
CommonStatsFlags function ( String ... arg0 ) { this . groups = arg0 ; return this ; }
98,570
returns true if this level has a higher or equallevel than the level passed as argument , false otherwise . you should think twice before overriding the default implementation of isgreaterorequal method . concode_field_sep Priority FATAL concode_elem_sep int level concode_elem_sep Priority DEBUG concode_elem_sep Priori...
boolean function ( final Priority arg0 ) { return level >= arg0 . level ; }
98,571
initializes the shuffleclient , specifying this executor 's appid . must be called before any other method on the shuffleclient . concode_field_sep PlaceHolder placeHolder concode_field_sep void fetchBlocks
void function ( String arg0 ) { }
98,572
this method should return , if it knows , the number of bytes that will be decoded . many formats such as uuencoding provide this information . by default we return the maximum bytes that could have been encoded on the line . concode_field_sep PlaceHolder placeHolder concode_field_sep void decodeBufferPrefix concode_el...
int function ( PushbackInputStream arg0 , OutputStream arg1 ) { return ( bytesPerLine ( ) ) ; }
98,573
sample_depends_on takes one of the following four values : 0 : the dependency of this sample is unknown ; 1 : this sample does depend on others not an i picture ; 2 : this sample does not depend on others i picture ; 3 : reserved concode_field_sep int sampleDegradationPriority concode_elem_sep byte samplePaddingValue c...
int function ( ) { return sampleDependsOn ; }
98,574
get the parsed svg picture data . concode_field_sep RectF limits concode_elem_sep RectF bounds concode_elem_sep Picture picture concode_field_sep PictureDrawable createPictureDrawable concode_elem_sep RectF getLimits concode_elem_sep void setLimits concode_elem_sep RectF getBounds
Picture function ( ) { return picture ; }
98,575
get the subversion revision number for the root directory concode_field_sep Package myPackage concode_elem_sep HadoopVersionAnnotation version concode_field_sep String getVersion concode_elem_sep String getUrl concode_elem_sep Package getPackage concode_elem_sep String getSrcChecksum concode_elem_sep String getUser con...
String function ( ) { return version != null ? version . revision ( ) : "srini_string" ; }
98,576
get the hashcode computed for the value type . this method must not be called until all fields have been added , since it computes the hash code from the values entered for each field . concode_field_sep Hashtable types concode_elem_sep String hashcode concode_elem_sep int index concode_elem_sep MessageDigest sha conco...
String function ( ) { if ( hashcode == null ) { byte [ ] loc0 = sha . loc0 ( ) ; hashcode = hexOf ( loc0 [ 0 ] ) + hexOf ( loc0 [ 1 ] ) + hexOf ( loc0 [ 2 ] ) + hexOf ( loc0 [ 3 ] ) + hexOf ( loc0 [ 4 ] ) + hexOf ( loc0 [ 5 ] ) + hexOf ( loc0 [ 6 ] ) + hexOf ( loc0 [ 7 ] ) ; } return hashcode ; }
98,577
cancels the subscription of a changelistener . concode_field_sep int extent concode_elem_sep long serialVersionUID concode_elem_sep EventListenerList listenerList concode_elem_sep int maximum concode_elem_sep int value concode_elem_sep int minimum concode_elem_sep boolean isAdjusting concode_elem_sep ChangeEvent change...
void function ( ChangeListener arg0 ) { listenerList . remove ( ChangeListener . class , arg0 ) ; }
98,578
takes the world coordinate argworld and returns the screen coordinates . concode_field_sep int e_centerOfMassBit concode_elem_sep IViewportTransform viewportTransform concode_elem_sep int e_dynamicTreeBit concode_elem_sep int e_wireframeDrawingBit concode_elem_sep int e_aabbBit concode_elem_sep int e_pairBit concode_el...
Vec2 function ( Vec2 arg0 ) { Vec2 loc0 = new Vec2 ( ) ; viewportTransform . getWorldToScreen ( arg0 , loc0 ) ; return loc0 ; }
98,579
set the view names or name patterns that can be handled by this view resolver . view names can contain simple wildcards such that ` my ' , ` report ' and ` repo ' will all match the view name ` myreport ' . concode_field_sep UrlBasedViewResolver viewResolver concode_field_sep UrlBasedViewResolverRegistration prefix con...
UrlBasedViewResolverRegistration function ( String ... arg0 ) { this . viewResolver . setViewNames ( arg0 ) ; return this ; }
98,580
retreive the list of paths excluded from importation from this module . concode_field_sep Map<String,List<String>> exports concode_elem_sep String INCLUDE concode_elem_sep Boolean optional concode_elem_sep String name concode_elem_sep String slot concode_elem_sep ServiceHandling services concode_elem_sep Map<String,Lis...
List < String > function ( ) { return this . imports . get ( EXCLUDE ) ; }
98,581
themes the action bar subtitle concode_field_sep String APP_URI concode_elem_sep String mThemePackage concode_elem_sep String sApolloSearch concode_elem_sep String APOLLO_PACKAGE concode_elem_sep int mCurrentThemeColor concode_elem_sep String PACKAGE_NAME concode_elem_sep PackageManager mPackageManager concode_elem_sep...
void function ( final String arg0 ) { if ( ! TextUtils . isEmpty ( arg0 ) ) { final TextView loc0 = ( TextView ) mActionBarLayout . findViewById ( R . id . action_bar_title ) ; loc0 . setTextColor ( getColor ( "srini_string" ) ) ; loc0 . setText ( arg0 ) ; } }
98,582
gets the next available reference number from the trailer . concode_field_sep PTrailer trailer concode_elem_sep int nextReferenceNumber concode_elem_sep Logger logger concode_elem_sep HashMap<Reference,PObject> changes concode_field_sep boolean contains concode_elem_sep int compare concode_elem_sep boolean isChanged co...
Reference function ( ) { Reference loc0 = new Reference ( nextReferenceNumber , 0 ) ; nextReferenceNumber ++ ; return loc0 ; }
98,583
gets the value of the show property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep QECoverageResultType qeCoverageResult concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep String type concod...
String function ( ) { return show ; }
98,584
scala + + operator concode_field_sep PlaceHolder placeHolder concode_field_sep Transformation with concode_elem_sep Transformation inverse concode_elem_sep Transformation at concode_elem_sep boolean isRedundant concode_elem_sep void apply concode_elem_sep Transformation merge
Transformation function ( Transformation arg0 ) { return with ( arg0 ) ; }
98,585
tests the simple operations inside the builder . concode_field_sep PlaceHolder placeHolder concode_field_sep void verify concode_elem_sep void testRandom
void function ( ) { TreeStringBuilder loc0 = new TreeStringBuilder ( ) ; verify ( "srini_string" , loc0 . intern ( "srini_string" ) ) ; TreeString loc1 = loc0 . intern ( "srini_string" ) ; verify ( "srini_string" , loc1 ) ; verify ( "srini_string" , loc0 . intern ( "srini_string" ) ) ; verify ( "srini_string" , loc0 . ...
98,586
cinematic streaming and voice over network . concode_field_sep SoundImpl impl concode_field_sep String getDriverName concode_elem_sep void BeginRegistration concode_elem_sep void disableStreaming concode_elem_sep void Init concode_elem_sep void Shutdown concode_elem_sep void StartLocalSound concode_elem_sep Sfx Registe...
void function ( int arg0 , int arg1 , int arg2 , int arg3 , ByteBuffer arg4 ) { impl . RawSamples ( arg0 , arg1 , arg2 , arg3 , arg4 ) ; }
98,587
validates whether or not the job name exists for this deployment . concode_field_sep Map<String,String> jobXmlNames concode_elem_sep Set<JobXmlResolver> jobXmlResolvers concode_elem_sep Map<String,VirtualFile> jobXmlFiles concode_elem_sep Map<String,Set<String>> jobNames concode_elem_sep JobXmlFilter INSTANCE concode_f...
boolean function ( final String arg0 ) { return jobNames . containsKey ( arg0 ) ; }
98,588
get messagecenter singleton instance concode_field_sep ConcurrentHashMap<String,DelayQueue<Message>> messageMap concode_elem_sep ConcurrentHashMap<Integer,SimpleTimerTask> repeatedTaskMap concode_elem_sep MessageCenter instance concode_field_sep void sendDelayMessage concode_elem_sep void sendDelayMessage concode_elem_...
MessageCenter function ( ) { return instance ; }
98,589
gets the value of the request property . concode_field_sep Request request concode_elem_sep List<Response> response concode_elem_sep String name concode_elem_sep List<Doc> doc concode_elem_sep Map<QName,String> otherAttributes concode_elem_sep String id concode_elem_sep String href concode_elem_sep List<Object> any con...
Request function ( ) { return request ; }
98,590
get the join conditions that should be applied to this index if/when it is used . concode_field_sep Map<String,Object> NO_PARAMETERS concode_elem_sep int costEstimate concode_elem_sep long cardinalityEstimate concode_elem_sep Float selectivityEstimate concode_elem_sep String name concode_elem_sep String workspaceName c...
Collection < JoinCondition > function ( ) { return joinConditions ; }
98,591
gets the value of the linktarget property . concode_field_sep Boolean date concode_elem_sep Boolean snippet concode_elem_sep String src concode_elem_sep Boolean link concode_elem_sep BigInteger refresh concode_elem_sep Boolean showerror concode_elem_sep Label label concode_elem_sep String linktarget concode_elem_sep Bo...
String function ( ) { return linktarget ; }
98,592
get a message from resource.properties from the package of the given object . concode_field_sep Locale locale concode_elem_sep String packageName concode_elem_sep String resourceName concode_elem_sep ResourceBundle parent concode_elem_sep String NO_MESSAGE_BUNDLE concode_elem_sep String DEFAULT_MESSAGE_BUNDLE_KEY conco...
String function ( String arg5 , String arg6 , String arg0 , String arg1 , String arg2 , String arg3 , String arg4 ) { MessageBundle loc0 = getMessageBundle ( arg5 ) ; if ( loc0 == null ) throw new Exception ( NO_MESSAGE_BUNDLE ) ; return loc0 . getMessage ( arg6 , arg0 , arg1 , arg2 , arg3 , arg4 ) ; }
98,593
translates a range into it 's lower index . concode_field_sep long serialVersionUID concode_elem_sep boolean[] m_SelectFlags concode_elem_sep Vector m_RangeStrings concode_elem_sep int m_Upper concode_elem_sep boolean m_Invert concode_field_sep int rangeUpper concode_elem_sep boolean getInvert concode_elem_sep void set...
int function ( String arg0 ) { int loc0 ; if ( ( loc0 = arg0 . indexOf ( '-' ) ) >= 0 ) { return Math . min ( rangeLower ( arg0 . substring ( 0 , loc0 ) ) , rangeLower ( arg0 . substring ( loc0 + 1 ) ) ) ; } return rangeSingle ( arg0 ) ; }
98,594
the default timeout for jta transactions optional , defaults to @literal 10000 ms . concode_field_sep String outputDir concode_elem_sep AtomikosLoggingLevel consoleLogLevel concode_elem_sep long maxTimeout concode_elem_sep boolean enableLogging concode_elem_sep String logBaseName concode_elem_sep boolean threadedTwoPha...
void function ( long arg0 ) { this . defaultJtaTimeout = arg0 ; set ( "srini_string" , arg0 ) ; }
98,595
returns the label of this refactoring 's command . concode_field_sep RefactoringHelper helper concode_elem_sep List<T> contextObjects concode_field_sep TransactionalEditingDomain getEditingDomain concode_elem_sep Resource getResource concode_elem_sep boolean internalDoUndo concode_elem_sep List<?> getAffectedFiles conc...
String function ( ) { return "srini_string" ; }
98,596
gets the value of the billcredittransactionid property . concode_field_sep BigDecimal rateplanPrice concode_elem_sep XMLGregorianCalendar serviceBeginDate concode_elem_sep List<Service> selectedService concode_elem_sep FreeIndicatorEnum myFavesIndicator concode_elem_sep NpaNxx npaInfo concode_elem_sep BigInteger lineId...
BigInteger function ( ) { return billCreditTransactionId ; }
98,597
calculates the dot product of this vector with another vector . concode_field_sep float w concode_elem_sep float x concode_elem_sep float y concode_elem_sep float z concode_field_sep Vec4 add concode_elem_sep float lengthSquared concode_elem_sep FloatBuffer getBuffer concode_elem_sep Vec4 lerp concode_elem_sep Vec4 neg...
float function ( Vec4 arg0 ) { return this . x * arg0 . x + this . y * arg0 . y + this . z * arg0 . z + this . w * arg0 . w ; }
98,598
returns the width range . concode_field_sep LengthConstraintType widthConstraintType concode_elem_sep Range widthRange concode_elem_sep double width concode_elem_sep RectangleConstraint NONE concode_elem_sep Range heightRange concode_elem_sep double height concode_elem_sep LengthConstraintType heightConstraintType conc...
Range function ( ) { return this . heightRange ; }
98,599
change from charsequence to string for map key and value concode_field_sep String CONTAINER_PREFIX concode_elem_sep String APPLICATION_ATTEMPT_PREFIX concode_elem_sep String APPLICATION_PREFIX concode_field_sep Token<T> convertFromYarn concode_elem_sep Token<T> convertFromYarn concode_elem_sep Path getPathFromYarnURL c...
Map < String , String > function ( Map < CharSequence , CharSequence > arg0 ) { Map < String , String > loc0 = new HashMap < String , String > ( ) ; for ( Entry < CharSequence , CharSequence > loc1 : arg0 . entrySet ( ) ) { loc0 . put ( loc1 . getKey ( ) . toString ( ) , loc1 . getValue ( ) . toString ( ) ) ; } return ...