idx int64 0 25k | question stringlengths 68 5.61k | target stringlengths 21 500 |
|---|---|---|
24,800 | number of threads used in the server thread pool . default to 0 , which is 2x #cores . concode_field_sep String SPARK_NETWORK_IO_NUMCONNECTIONSPERPEER_KEY concode_elem_sep String SPARK_NETWORK_IO_LAZYFD_KEY concode_elem_sep String SPARK_NETWORK_IO_SERVERTHREADS_KEY concode_elem_sep String module concode_elem_sep String... | int function ( ) { return conf . getInt ( SPARK_NETWORK_IO_SERVERTHREADS_KEY , 0 ) ; } |
24,801 | clears out null bits . this should be called before we write a new row to row buffer . concode_field_sep int nullBitsSize concode_elem_sep int startingOffset concode_elem_sep int fixedSize concode_elem_sep BufferHolder holder concode_field_sep boolean isNullAt concode_elem_sep void zeroOutPaddingBytes concode_elem_sep ... | void function ( ) { for ( int loc0 = 0 ; loc0 < nullBitsSize ; loc0 += 8 ) { Platform . putLong ( holder . buffer , startingOffset + loc0 , 0L ) ; } } |
24,802 | adds a string property as string literal optionally to a map . adds quotes and does json string escaping , as described at json.org . concode_field_sep StringBuilder params concode_field_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_el... | JSONBuilder function ( String arg0 , String arg1 , boolean arg2 ) { appendCommaAndKey ( arg0 ) ; if ( arg2 ) { params . append ( arg1 ) ; } else { arg1 = escapeString ( arg1 ) ; params . append ( '"' ) . append ( arg1 ) . append ( '"' ) ; } return this ; } |
24,803 | insert paragraph in given index . concode_field_sep NoteInterpreterLoader replLoader concode_elem_sep List<Paragraph> paragraphs concode_elem_sep JobListenerFactory jobListenerFactory concode_elem_sep NotebookRepo repo concode_elem_sep Map<String,Object> info concode_elem_sep String name concode_elem_sep Map<String,Obj... | Paragraph function ( int arg0 ) { Paragraph loc0 = new Paragraph ( this , this , replLoader ) ; synchronized ( paragraphs ) { paragraphs . add ( arg0 , loc0 ) ; } return loc0 ; } |
24,804 | the setting up . concode_field_sep AndroidDriver<?> driver concode_elem_sep AppiumDriverLocalService service concode_elem_sep RottenTomatoes rottenTomatoes concode_field_sep void checkAnExtendedWidget concode_elem_sep void checkTheLocatorOverridingOnAWidget concode_elem_sep void beforeClass concode_elem_sep void checkA... | void function ( ) { if ( driver != null ) { driver . startActivity ( "srini_string" , "srini_string" ) ; } } |
24,805 | writes debugging info to the printstream concode_field_sep List<CharSequence> cmds concode_elem_sep CharSequence s concode_elem_sep List<Row> rows concode_elem_sep int root concode_elem_sep boolean forward concode_elem_sep int by concode_elem_sep int from concode_field_sep void add concode_elem_sep Trie reduce concode_... | void function ( PrintStream arg0 , CharSequence arg1 ) { arg0 . println ( arg1 + "srini_string" + rows . size ( ) + "srini_string" + cmds . size ( ) + "srini_string" + getCells ( ) + "srini_string" + getCellsVal ( ) + "srini_string" + getCellsPnt ( ) ) ; } |
24,806 | gets the host-ignore data for a slave host running the given version . concode_field_sep Set<String> activeServerGroups concode_elem_sep Integer microVersion concode_elem_sep Set<String> excludedExtensions concode_elem_sep Map<VersionKey,VersionExcludeData> registry concode_elem_sep int majorVersion concode_elem_sep in... | VersionExcludeData function ( int arg0 , int arg1 , int arg2 ) { VersionExcludeData loc0 = registry . get ( new VersionKey ( arg0 , arg1 , arg2 ) ) ; if ( loc0 == null ) { loc0 = registry . get ( new VersionKey ( arg0 , arg1 , null ) ) ; } return loc0 ; } |
24,807 | returns the progress in bytes of the current file transfer . when resuming , this represents the total number of bytes in the file , which may be greater than the amount of bytes resumed in just this transfer . concode_field_sep File _file concode_elem_sep PircBot _bot concode_elem_sep int BUFFER_SIZE concode_elem_sep ... | long function ( ) { return _progress ; } |
24,808 | student to which this request belongs concode_field_sep boolean iAlternative concode_elem_sep Long iStudentId concode_elem_sep Long iRequestId concode_elem_sep long serialVersionUID concode_elem_sep int iPriority concode_field_sep void writeExternal concode_elem_sep int hashCode concode_elem_sep boolean equals concode_... | Long function ( ) { return iStudentId ; } |
24,809 | return the document title of this history item . concode_field_sep PlaceHolder placeHolder concode_field_sep Bitmap getFavicon concode_elem_sep String getUrl concode_elem_sep String getOriginalUrl concode_elem_sep WebHistoryItem clone concode_elem_sep int getId | String function ( ) { throw new MustOverrideException ( ) ; } |
24,810 | calculate the euclidean distance between two points considering a point as a vector object concode_field_sep float[] array concode_elem_sep float x concode_elem_sep float y concode_elem_sep float z concode_field_sep void add concode_elem_sep void add concode_elem_sep PVector add concode_elem_sep PVector add concode_ele... | float function ( PVector arg0 , PVector arg1 ) { float loc0 = arg0 . x - arg1 . x ; float loc1 = arg0 . y - arg1 . y ; float loc2 = arg0 . z - arg1 . z ; return ( float ) Math . sqrt ( loc0 * loc0 + loc1 * loc1 + loc2 * loc2 ) ; } |
24,811 | authorization ids are not stored by autocommit . authorization ids are only stored for the duration of a transaction . concode_field_sep PlaceHolder placeHolder concode_field_sep void rollback concode_elem_sep State getState concode_elem_sep Object getProperty concode_elem_sep void putState concode_elem_sep void commit... | Set < String > function ( ) { throw new UnsupportedOperationException ( "srini_string" ) ; } |
24,812 | ec2-vpc the id that represents the association of the elastic ip address with an instance . concode_field_sep String associationId concode_field_sep void setAssociationId concode_elem_sep AssociateAddressResult withAssociationId concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep AssociateAdd... | String function ( ) { return associationId ; } |
24,813 | waits until more data is required for the stream concode_field_sep String agent concode_elem_sep HashMap<String,String> meta concode_elem_sep StreamSocket mysocket concode_elem_sep String description concode_elem_sep int hostport concode_elem_sep String username concode_elem_sep String mount concode_elem_sep boolean is... | void function ( ) { if ( sleepTime > 0 ) { try { Thread . sleep ( sleepTime ) ; } catch ( Exception loc0 ) { loc0 . printStackTrace ( ) ; return ; } sleepTime += sentTime - System . currentTimeMillis ( ) ; } } |
24,814 | returns an unmodifiable view of the current node metadata . concode_field_sep ListHashMap metaDataMap concode_elem_sep int columnNumber concode_elem_sep int lastLineNumber concode_elem_sep int lastColumnNumber concode_elem_sep int lineNumber concode_field_sep void setLastColumnNumber concode_elem_sep void setColumnNumb... | Map < ? , ? > function ( ) { if ( metaDataMap == null ) { return Collections . emptyMap ( ) ; } return Collections . unmodifiableMap ( metaDataMap ) ; } |
24,815 | gets the driver 's minor version number . concode_field_sep PlaceHolder placeHolder concode_field_sep Connection getConnection concode_elem_sep int getMajorVersion concode_elem_sep boolean jdbcCompliant concode_elem_sep Connection connect concode_elem_sep boolean acceptsURL concode_elem_sep DriverPropertyInfo[] getProp... | int function ( ) { return HsqlDatabaseProperties . MINOR ; } |
24,816 | create an instance of resourceadaptorusageparametersinterfacename concode_field_sep PlaceHolder placeHolder concode_field_sep ResourceAdaptorClass createResourceAdaptorClass concode_elem_sep ResourceAdaptorClassName createResourceAdaptorClassName concode_elem_sep ResourceAdaptorTypeVendor createResourceAdaptorTypeVendo... | ResourceAdaptorUsageParametersInterfaceName function ( ) { return new ResourceAdaptorUsageParametersInterfaceName ( ) ; } |
24,817 | getter for qualification concode_field_sep String FIELD_QUALIFICATION concode_elem_sep String lastName concode_elem_sep String FIELD_FIRST_NAME concode_elem_sep String FIELD_ID concode_elem_sep String FILE_RECORD_FORMAT concode_elem_sep String[] FIELD_NAMES concode_elem_sep String FIELD_TRAVEL_AREA concode_elem_sep Str... | Qualification function ( ) { return qualification ; } |
24,818 | registers/replaces a new handler for a given extension . allows for customizable behavior in the various builders or the possibility to dynamically add handlers for new file types . example : scriptedcontainerbuilderfactory factory = new scriptedcontainerbuilderfactory ... factory.registerbuilder '' . groovy '' , `` or... | void function ( final String arg0 , final String arg1 ) { extensionToBuilders . put ( arg0 , arg1 ) ; } |
24,819 | route with two parameters . concode_field_sep Method actionMethod concode_elem_sep String method concode_elem_sep Pattern paramExtractor concode_elem_sep List<Route> routes concode_elem_sep String name concode_elem_sep PathBindable<?> pathBindable concode_elem_sep Object action concode_elem_sep String pathPattern conco... | RoutingDsl function ( BiFunction < A1 , A2 , ? extends CompletionStage < Result >> arg0 ) { return build ( 2 , arg0 , BiFunction . class ) ; } |
24,820 | convert column-format data to row-format output . concode_field_sep PlaceHolder placeHolder concode_field_sep void postProcess | List < List < Value >> function ( List < Vector > arg0 ) { int loc0 = arg0 . get ( 0 ) . size ( ) ; List < List < Value >> loc1 = new ArrayList < > ( loc0 ) ; for ( int loc2 = 0 ; loc2 < loc0 ; loc2 ++ ) { List < Value > loc3 = new ArrayList < > ( arg0 . size ( ) ) ; for ( int loc4 = 0 ; loc4 < arg0 . size ( ) ; loc4 +... |
24,821 | returns the system event id of this system event . concode_field_sep SystemEvent _systemEvent concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_... | long function ( ) { return _systemEvent . getSystemEventId ( ) ; } |
24,822 | negate all values . concode_field_sep double[] doubles concode_elem_sep Class<E> enumClass concode_field_sep void add concode_elem_sep void add concode_elem_sep void set concode_elem_sep void set concode_elem_sep int hashCode concode_elem_sep double get concode_elem_sep void subtract concode_elem_sep void subtract conc... | void function ( ) { for ( int loc0 = 0 ; loc0 < doubles . length ; loc0 ++ ) { doubles [ loc0 ] = - doubles [ loc0 ] ; } } |
24,823 | returns true if no agent session is found in this list . concode_field_sep Map<AgentSession,String> sessionList concode_elem_sep Queue<AgentSessionListener> listenerList concode_field_sep void removeAgentSession concode_elem_sep void addAgentSessionListener concode_elem_sep void addAgentSession concode_elem_sep Collect... | boolean function ( ) { return sessionList . isEmpty ( ) ; } |
24,824 | adds the specified delay to all tasks . concode_field_sep int CANCELLED concode_elem_sep Application app concode_elem_sep Timer instance concode_elem_sep long pauseMillis concode_elem_sep Array<Timer> instances concode_elem_sep TimerThread thread concode_elem_sep long intervalMillis concode_elem_sep Array<Task> tasks c... | void function ( long arg0 ) { synchronized ( tasks ) { for ( int loc0 = 0 , loc1 = tasks . size ; loc0 < loc1 ; loc0 ++ ) { Task loc2 = tasks . get ( loc0 ) ; loc2 . executeTimeMillis += arg0 ; } } } |
24,825 | scroll the wheel concode_field_sep Handler animationHandler concode_elem_sep int MIN_DELTA_FOR_SCROLLING concode_elem_sep ScrollingListener listener concode_elem_sep SimpleOnGestureListener gestureListener concode_elem_sep float lastTouchedY concode_elem_sep boolean isScrollingPerformed concode_elem_sep int SCROLLING_D... | void function ( int arg0 , int arg1 ) { scroller . forceFinished ( true ) ; lastScrollY = 0 ; scroller . startScroll ( 0 , 0 , 0 , arg0 , arg1 != 0 ? arg1 : SCROLLING_DURATION ) ; setNextMessage ( MESSAGE_SCROLL ) ; startScrolling ( ) ; } |
24,826 | sets the password . concode_field_sep String password concode_elem_sep String jarPath concode_elem_sep String name concode_elem_sep String driverClassName concode_elem_sep String driverTemplate concode_elem_sep String user concode_elem_sep String url concode_field_sep void setName concode_elem_sep String getDriverClass... | void function ( String arg0 ) { this . password = arg0 ; } |
24,827 | currentcheckstep . concode_field_sep Map<String,Integer> checkStatusMap concode_elem_sep String dictCheckName concode_elem_sep Area applyMajorArea concode_elem_sep String updateTime concode_elem_sep long serialVersionUID concode_elem_sep int bit concode_elem_sep Map<String,Integer> checkVerifyMap concode_elem_sep List<... | String function ( ) { return currentCheckStep ; } |
24,828 | sets the accountinglineimportinstructionsurl attribute value . concode_field_sep int cellCount concode_elem_sep String accountingLineImportInstructionsUrl concode_elem_sep HiddenTag hideStateTag concode_elem_sep boolean hideDetails concode_elem_sep KNSImageTag showHideTag concode_field_sep String buildDivStart concode_... | void function ( String arg0 ) { this . accountingLineImportInstructionsUrl = arg0 ; } |
24,829 | parse date in rfc1123 format , and return its value as epoch concode_field_sep PlaceHolder placeHolder concode_field_sep String parseCharset concode_elem_sep Cache.Entry parseCacheHeaders | long function ( String arg0 ) { try { return DateUtils . parseDate ( arg0 ) . getTime ( ) ; } catch ( DateParseException loc0 ) { return 0 ; } } |
24,830 | 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 ) ) ; } |
24,831 | transactional for redis . concode_field_sep KeyFactory keyFactory concode_elem_sep String hkey concode_elem_sep Serializer serializer concode_elem_sep Serializer<T> serializer concode_elem_sep StateType type concode_elem_sep JedisPool jedisPool concode_elem_sep KeyFactory keyFactory concode_elem_sep JedisPoolConfig jed... | StateFactory function ( JedisPoolConfig arg0 ) { return transactional ( arg0 , new Options ( ) ) ; } |
24,832 | delegates to #getschema string with name.getlocalpart concode_field_sep Logger LOGGER concode_elem_sep DataStore wrapped concode_elem_sep Map<String,FeatureTypeMap> backwardsMap concode_elem_sep Map<String,FeatureTypeMap> forwardMap concode_field_sep SimpleFeatureType transformFeatureType concode_elem_sep void updateMa... | SimpleFeatureType function ( Name arg0 ) { return getSchema ( arg0 . getLocalPart ( ) ) ; } |
24,833 | action . concode_field_sep ContextUtil cu concode_elem_sep Logger log concode_field_sep placeholderType placeHolder | void function ( ActionEvent arg0 ) { DeliveryBean loc0 = ( DeliveryBean ) cu . lookupBean ( "srini_string" ) ; if ( loc0 . getNavigation ( ) . equals ( "srini_string" ) ) { loc0 . syncTimeElapsedWithServerLinear ( ) ; } else { loc0 . syncTimeElapsedWithServer ( ) ; } } |
24,834 | configure one more simple patterns as described in org.springframework.util.patternmatchutils #simplematch to use in order to recognize custom redirect prefixes in addition to `` redirect : '' . note that simply configuring this property will not make a custom redirect prefix work . there must be a custom view that rec... | void function ( String ... arg0 ) { this . redirectPatterns = arg0 ; } |
24,835 | sets the value of the title property . concode_field_sep DQConceptualConsistencyType dqConceptualConsistency concode_elem_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep Str... | void function ( String arg0 ) { this . title = arg0 ; } |
24,836 | returns any messages that were issued during the call . concode_field_sep Message[] messages_ concode_elem_sep List<Message> messageList_ concode_elem_sep boolean success_ concode_elem_sep int rc_ concode_field_sep List<Message> getMessagesList concode_elem_sep String toString concode_elem_sep boolean succeeded concode... | Message [ ] function ( ) { if ( messages_ == null ) { if ( messageList_ != null ) { int loc0 = messageList_ . loc0 ( ) ; messages_ = new Message [ loc0 ] ; for ( int loc1 = 0 ; loc1 < loc0 ; loc1 ++ ) { messages_ [ loc1 ] = messageList_ . get ( loc1 ) ; } } } return messages_ ; } |
24,837 | builds the cpropertyinfo s from the given particle and its descendants , and set them to the class returned by classselector #getcurrentbean . concode_field_sep BGMBuilder builder concode_field_sep String getSpecDefaultName concode_elem_sep ClassSelector getClassSelector concode_elem_sep String makeJavaName concode_ele... | void function ( XSParticle arg0 ) { build ( arg0 , Collections . < XSParticle > emptySet ( ) ) ; } |
24,838 | create an entity using a supplied content media type . concode_field_sep Annotation[] EMPTY_ANNOTATIONS concode_elem_sep Variant variant concode_elem_sep Annotation[] annotations concode_elem_sep T entity concode_field_sep Locale getLanguage concode_elem_sep Variant getVariant concode_elem_sep MediaType getMediaType co... | Entity < T > function ( final T arg0 , final MediaType arg1 , Annotation [ ] arg2 ) { return new Entity < T > ( arg0 , arg1 , arg2 ) ; } |
24,839 | resets the iterator such that a subsequent call to previouspath will set the iterator to the last path . concode_field_sep SegmentIteratorImpl m_impl concode_field_sep void resetToLastSegment concode_elem_sep boolean hasPreviousSegment concode_elem_sep boolean isFirstSegmentInPath concode_elem_sep int getPathIndex conc... | void function ( ) { m_impl . resetToLastPath ( ) ; } |
24,840 | sets the value of the homepage property . concode_field_sep String date concode_elem_sep Clrmamepro clrmamepro concode_elem_sep Romcenter romcenter concode_elem_sep String author concode_elem_sep String name concode_elem_sep String description concode_elem_sep String comment concode_elem_sep String category concode_ele... | void function ( String arg0 ) { this . homepage = arg0 ; } |
24,841 | returns vector of children . concode_field_sep List children concode_elem_sep Attributes attributes concode_elem_sep Tag tag concode_field_sep Attributes getAttributes concode_elem_sep void setTag concode_elem_sep void setAttributes concode_elem_sep Tag getTag concode_elem_sep void addChild concode_elem_sep void replac... | List function ( ) { return children ; } |
24,842 | getter for instancename concode_field_sep long DEFAULT_MEMORY concode_elem_sep String zookeeperHost concode_elem_sep String password concode_elem_sep Connector connector concode_elem_sep String instanceName concode_elem_sep Logger logger concode_elem_sep BatchWriter batchwriter concode_elem_sep long memoryLimit concode... | String function ( ) { return instanceName ; } |
24,843 | creates movie object from a readablebytechannel . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder | Movie function ( ReadableByteChannel arg0 ) { IsoFile loc0 = new IsoFile ( arg0 ) ; Movie loc1 = new Movie ( ) ; List < TrackBox > loc2 = loc0 . getMovieBox ( ) . getBoxes ( TrackBox . class ) ; for ( TrackBox loc3 : loc2 ) { loc1 . addTrack ( new Mp4TrackImpl ( loc3 ) ) ; } return loc1 ; } |
24,844 | gets the value of the type property . concode_field_sep String code concode_elem_sep long serialVersionUID concode_elem_sep Long id concode_elem_sep String type concode_elem_sep String value concode_field_sep boolean isSetType concode_elem_sep String getValue concode_elem_sep void unsetId concode_elem_sep boolean isSet... | String function ( ) { return type ; } |
24,845 | flips the given bit . concode_field_sep int width concode_elem_sep int[] bits concode_elem_sep int height concode_elem_sep int rowSize concode_field_sep void setRegion concode_elem_sep void set concode_elem_sep int[] getEnclosingRectangle concode_elem_sep void clear concode_elem_sep int getWidth concode_elem_sep BitArr... | void function ( int arg0 , int arg1 ) { int loc0 = arg1 * rowSize + ( arg0 >> 5 ) ; bits [ loc0 ] ^= 1 << ( arg0 & 0x1f ) ; } |
24,846 | getter method concode_field_sep int failureRecord concode_elem_sep TicketInfoObjectVO ticketInfo concode_elem_sep EscalationRuleVO escalationVoObj concode_elem_sep int successfulRecord concode_elem_sep AgentVO agentVoObj concode_elem_sep SubCategoryVO subCatVoObj concode_elem_sep CategoryVO catVoObj concode_elem_sep Li... | List < LogTicketInfoObjectVO > function ( ) { return invalidRecordDTOList ; } |
24,847 | sets the value of the arcrole property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep SVServiceType svService 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 concode_elem_sep ... | void function ( String arg0 ) { this . arcrole = arg0 ; } |
24,848 | sets the value of the consolidationfunction property . concode_field_sep BigInteger barWidth concode_elem_sep BigDecimal scaling concode_elem_sep String color concode_elem_sep BigInteger datasourceIndex concode_elem_sep BigInteger offset concode_elem_sep String label concode_elem_sep Boolean fill concode_elem_sep Strin... | void function ( String arg0 ) { this . consolidationFunction = arg0 ; } |
24,849 | this implementation is empty . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean preHandleResource concode_elem_sep boolean preHandleRender concode_elem_sep void afterResourceCompletion concode_elem_sep void afterRenderCompletion concode_elem_sep void afterEventCompletion concode_elem_sep boolean preH... | void function ( ResourceRequest arg0 , ResourceResponse arg1 , Object arg2 , ModelAndView arg3 ) { } |
24,850 | installs all resources found , matching the given pattern . existing resources are left as-is and are not overwritten . concode_field_sep ResourceScanner scanner concode_elem_sep File targetDir concode_field_sep void copyResources concode_elem_sep File toFile concode_elem_sep URL getSourceUrl | void function ( String arg0 , ProgressMonitor arg1 ) { try { arg1 . beginTask ( "srini_string" , 2 ) ; scanner . scan ( SubProgressMonitor . create ( arg1 , 1 ) ) ; URL [ ] loc0 = scanner . getResourcesByPattern ( arg0 ) ; copyResources ( loc0 , SubProgressMonitor . create ( arg1 , 1 ) ) ; } finally { arg1 . done ( ) ;... |
24,851 | returns the minimum size . concode_field_sep long serialVersionUID concode_elem_sep int maxCompWidth concode_elem_sep boolean sizeUnknown concode_elem_sep int minHeight concode_elem_sep int preferredHeight concode_elem_sep int maxCompHeight concode_elem_sep int minWidth concode_elem_sep int preferredWidth concode_field... | Dimension function ( final Container arg0 ) { final Dimension loc0 = new Dimension ( 0 , 0 ) ; final Insets loc1 = arg0 . getInsets ( ) ; loc0 . width = this . minWidth + loc1 . left + loc1 . right ; loc0 . height = this . minHeight + loc1 . top + loc1 . bottom ; this . sizeUnknown = false ; return loc0 ; } |
24,852 | disposes all images managed by this registry . concode_field_sep Display fDisplay concode_elem_sep HashMap fRegistry concode_field_sep Image get concode_elem_sep void hookDisplay | void function ( ) { for ( Iterator loc0 = fRegistry . values ( ) . iterator ( ) ; loc0 . hasNext ( ) ; ) { Image loc1 = ( Image ) loc0 . next ( ) ; loc1 . dispose ( ) ; } fRegistry . clear ( ) ; } |
24,853 | get the defined sort option by number .1 , .2 , etc . concode_field_sep int number concode_elem_sep String metadata concode_elem_sep Set<SortOption> sortOptionsSet concode_elem_sep boolean visible concode_elem_sep String ASCENDING concode_elem_sep String name concode_elem_sep String DESCENDING concode_elem_sep Logger l... | SortOption function ( int arg0 ) { for ( SortOption loc0 : SortOption . getSortOptions ( ) ) { if ( loc0 . getNumber ( ) == arg0 ) { return loc0 ; } } return null ; } |
24,854 | returns the user id of this microblogs entry . concode_field_sep MicroblogsEntry _microblogsEntry concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedM... | long function ( ) { return _microblogsEntry . getUserId ( ) ; } |
24,855 | adds a header field to the request . concode_field_sep String boundary concode_elem_sep String LINE_FEED concode_elem_sep String charset concode_elem_sep OutputStream outputStream concode_elem_sep PrintWriter writer concode_elem_sep HttpURLConnection httpConn concode_field_sep void addFilePart concode_elem_sep void add... | void function ( String arg0 , String arg1 ) { writer . append ( arg0 + "srini_string" + arg1 ) . append ( LINE_FEED ) ; writer . flush ( ) ; } |
24,856 | @inheritdoc concode_field_sep boolean initPending concode_field_sep void init concode_elem_sep void configureLogLevel concode_elem_sep void log concode_elem_sep void log concode_elem_sep void initializeJDKLogManager concode_elem_sep void assignFormatter concode_elem_sep Logger getLogger concode_elem_sep void configureL... | void function ( String arg0 , Level arg1 ) { getLogger ( arg0 ) . setLevel ( arg1 ) ; } |
24,857 | returns the timestamp , expressed in milliseconds . concode_field_sep long timestampMillis concode_elem_sep T value concode_field_sep T getValue concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString | long function ( ) { return timestampMillis ; } |
24,858 | serialize an instance , restore it , and check for equality . concode_field_sep DatasetChangeEvent lastEvent concode_field_sep void testClear concode_elem_sep void testGetIndex concode_elem_sep void datasetChanged concode_elem_sep void testGetKey concode_elem_sep void testCloning | void function ( ) { DefaultPieDataset loc0 = new DefaultPieDataset ( ) ; loc0 . setValue ( "srini_string" , new Double ( 234.2 ) ) ; loc0 . setValue ( "srini_string" , null ) ; loc0 . setValue ( "srini_string" , new Double ( 345.9 ) ) ; loc0 . setValue ( "srini_string" , new Double ( 452.7 ) ) ; DefaultPieDataset loc1 ... |
24,859 | extract the service identifier or the actual uuid from the parcel uuid . for example , if 0000110b-0000-1000-8000-00805f9b34fb is the parcel uuid , this function will return 110b concode_field_sep ParcelUuid BASE_UUID concode_elem_sep ParcelUuid AudioSink concode_elem_sep ParcelUuid MAS concode_elem_sep ParcelUuid HSP ... | int function ( ParcelUuid arg0 ) { UUID loc0 = arg0 . getUuid ( ) ; long loc1 = ( loc0 . getMostSignificantBits ( ) & 0x0000FFFF00000000L ) >>> 32 ; return ( int ) loc1 ; } |
24,860 | compares two coordinate s along to the number of dimensions specified . concode_field_sep double NULL_ORDINATE concode_elem_sep double x concode_elem_sep double y concode_elem_sep int X concode_elem_sep double z concode_elem_sep int Y concode_elem_sep int dimensionsToTest concode_elem_sep long serialVersionUID concode_... | int function ( Object arg0 , Object arg1 ) { Coordinate loc0 = ( Coordinate ) arg0 ; Coordinate loc1 = ( Coordinate ) arg1 ; int loc2 = compare ( loc0 . x , loc1 . x ) ; if ( loc2 != 0 ) return loc2 ; int loc3 = compare ( loc0 . y , loc1 . y ) ; if ( loc3 != 0 ) return loc3 ; if ( dimensionsToTest <= 2 ) return 0 ; int... |
24,861 | sets the preserve flag . concode_field_sep Comments comments concode_elem_sep String registerKey concode_elem_sep Class superClass concode_elem_sep Class objectClass concode_elem_sep TypeInfo[] constructorDescription concode_elem_sep String description concode_elem_sep boolean preserve concode_elem_sep String source co... | void function ( final boolean arg0 ) { this . preserve = arg0 ; } |
24,862 | returns a new object with rotated image data . only callable if isrotatesupported is true . concode_field_sep int width concode_elem_sep int height concode_field_sep boolean isCropSupported concode_elem_sep int getHeight concode_elem_sep byte[] getMatrix concode_elem_sep int getWidth concode_elem_sep boolean isRotateSu... | LuminanceSource function ( ) { throw new RuntimeException ( "srini_string" ) ; } |
24,863 | copies all associations from the specified range map into this builder . concode_field_sep ImmutableRangeMap EMPTY concode_elem_sep ImmutableList<Range<K>> ranges concode_elem_sep ImmutableList<V> values concode_elem_sep RangeMap<K,V> rangeMap concode_elem_sep RangeSet<K> keyRanges concode_field_sep ImmutableMap<Range<... | Builder < K , V > function ( RangeMap < K , ? extends V > arg0 ) { for ( Entry < Range < K > , ? extends V > loc0 : arg0 . asMapOfRanges ( ) . entrySet ( ) ) { put ( loc0 . getKey ( ) , loc0 . getValue ( ) ) ; } return this ; } |
24,864 | sets the user name of this asset . concode_field_sep Asset _asset concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel concode_elem_sep int compar... | void function ( java . lang . String arg0 ) { _asset . setUserName ( arg0 ) ; } |
24,865 | returns the project name . concode_field_sep ArrayList<DataFolder> dataFolders concode_elem_sep String datasetStatus concode_elem_sep String name concode_elem_sep String description concode_elem_sep String projectName concode_field_sep void setName concode_elem_sep void setProjectName concode_elem_sep void setDataFolde... | String function ( ) { return projectName ; } |
24,866 | checks if the given filename is a valid job conf xml file name concode_field_sep PlaceHolder placeHolder concode_field_sep String extractJobIDFromCurrentHistoryFile concode_elem_sep String extractJobIDFromConfFileName concode_elem_sep String applyParser concode_elem_sep Map<String,Long> extractCounters concode_elem_sep... | boolean function ( String arg0 ) { String loc0 = extractJobIDFromConfFileName ( arg0 ) ; return loc0 != null ; } |
24,867 | sets the pause time in milliseconds . concode_field_sep int DEFAULT_REPLICA_INDEX concode_elem_sep long callTimeout concode_elem_sep Operation op concode_elem_sep ExecutionCallback<Object> executionCallback concode_elem_sep int replicaIndex concode_elem_sep long DEFAULT_CALL_TIMEOUT concode_elem_sep int DEFAULT_TRY_COU... | InvocationBuilder function ( long arg0 ) { this . tryPauseMillis = arg0 ; return this ; } |
24,868 | returns the link at the given offset if there is one , otherwise returns null . concode_field_sep int[][] linkRanges concode_elem_sep String[] hrefs concode_elem_sep String text concode_field_sep boolean isLinkAt concode_elem_sep String getText concode_elem_sep int[][] getLinkRanges | String function ( int arg0 ) { for ( int loc0 = 0 ; loc0 < linkRanges . length ; loc0 ++ ) { if ( arg0 >= linkRanges [ loc0 ] [ 0 ] && arg0 < linkRanges [ loc0 ] [ 0 ] + linkRanges [ loc0 ] [ 1 ] ) { return hrefs [ loc0 ] ; } } return null ; } |
24,869 | todo - need to delete it perform the system startup use case when switch is turned on concode_field_sep NetworkToBank networkToBank concode_elem_sep Log log concode_elem_sep CashDispenser cashDispenser concode_elem_sep CardReader cardReader concode_elem_sep boolean cardInserted concode_elem_sep String bankName concode_... | void function ( ) { Money loc0 = operatorPanel . getInitialCash ( ) ; cashDispenser . setInitialCash ( loc0 ) ; networkToBank . openConnection ( ) ; } |
24,870 | returns the value of a negotiated property . concode_field_sep String secretKeyId concode_elem_sep SecretKeyHolder secretKeyHolder concode_elem_sep Logger logger concode_elem_sep SaslServer saslServer concode_elem_sep String QOP_AUTH_CONF concode_elem_sep String QOP_AUTH concode_elem_sep String DEFAULT_REALM concode_el... | Object function ( String arg0 ) { return saslServer . getNegotiatedProperty ( arg0 ) ; } |
24,871 | this method resets the outgoing events . concode_field_sep String myString concode_elem_sep String quotedString concode_elem_sep String myString2 concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep boolean equals concode_elem_sep boolean notEqual concode_elem_sep int nextStateIndex concode_elem_sep boolean e1... | void function ( ) { } |
24,872 | searches for some pattern in the directory listing entry list concode_field_sep int ALIGNED_OFFSET concode_elem_sep int UNDEFINED concode_elem_sep int VERBATIM concode_elem_sep int UNCOMPRESSED concode_field_sep int indexOfResetTableBlock concode_elem_sep String getLanguage concode_elem_sep byte[] copyOfRange concode_e... | int function ( List < DirectoryListingEntry > arg0 , String arg1 ) { int loc0 = 0 ; for ( DirectoryListingEntry loc1 : arg0 ) { if ( loc1 . toString ( ) . contains ( arg1 ) ) return loc0 ; ++ loc0 ; } return - 1 ; } |
24,873 | gets the deviceid value for this elementodiagnosticosip . concode_field_sep com.gvt.www.ws.eai.configuradoronline.devicemanagement.sipdomain.DiagnosticoSIP[] diagnosticosSIP concode_elem_sep java.lang.String tipo concode_elem_sep java.lang.String macAddress concode_elem_sep java.lang.String serialNumber concode_elem_se... | int function ( ) { return deviceId ; } |
24,874 | converts all line separators in the specified string to the specified line separator . concode_field_sep Pattern WHITESPACE concode_field_sep String toPlatformLineSeparators concode_elem_sep String normaliseFileAndLineSeparators concode_elem_sep String indent concode_elem_sep String getUnixLineSeparator concode_elem_se... | String function ( String arg0 , String arg1 ) { return arg0 == null ? null : arg0 . replaceAll ( "srini_string" , arg1 ) ; } |
24,875 | create a classloader for the specified urls . concode_field_sep Logger logger concode_elem_sep String RUNNER_CLASS concode_field_sep String getMainClass concode_elem_sep Runnable createMainMethodRunner concode_elem_sep List<Archive> getClassPathArchives concode_elem_sep Archive createArchive concode_elem_sep void launc... | ClassLoader function ( URL [ ] arg0 ) { return new LaunchedURLClassLoader ( arg0 , getClass ( ) . getClassLoader ( ) ) ; } |
24,876 | removes the last statement visited from the database non-batch api . note if you are trying to remove a set of statements then you are much better off collecting up a set of spos to be removed and then batching the remove requests on all indices in parallel . concode_field_sep ISPO[] stmts concode_elem_sep IKeyOrder<IS... | void function ( ) { assertOpen ( ) ; if ( db == null ) { throw new UnsupportedOperationException ( ) ; } if ( current == null ) { throw new IllegalStateException ( ) ; } db . removeStatements ( new ISPO [ ] { current } , 1 ) ; current = null ; } |
24,877 | the final call you receive before your activity is destroyed . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String id concode_field_sep boolean onReceivedClientCertRequest concode_elem_sep boolean onOverrideUrlLoading... | void function ( ) { } |
24,878 | apply the function to the given data . concode_field_sep Object[] selectedChoiceFunc concode_field_sep placeholderType placeHolder | Maybe_1 < Integer > function ( D arg0 ) { Maybe_1 < Integer > loc0 ; MethodPtr2 loc1 = ( ( MethodPtr2 ) this . selectedChoiceFunc [ 1 ] ) ; loc0 = ( Maybe_1 < Integer > ) loc1 . call___0_0 ( selectedChoiceFunc , arg0 ) ; return loc0 ; } |
24,879 | gets the client which communicates with the android service . concode_field_sep String clientId concode_elem_sep String host concode_elem_sep String clientHandle concode_elem_sep ArrayList<PropertyChangeListener> listeners concode_elem_sep int port concode_elem_sep ConnectionStatus status concode_elem_sep Context conte... | MqttAndroidClient function ( ) { return client ; } |
24,880 | get the version of the blacktie software concode_field_sep Logger log concode_elem_sep AdministrationProxy administrationProxy concode_field_sep List<String> listRunningServers concode_elem_sep Boolean unadvertise concode_elem_sep String getResponseTimeById concode_elem_sep String getServerName concode_elem_sep long ge... | String function ( ) { return administrationProxy . getSoftwareVersion ( ) ; } |
24,881 | attempts to close the given object . all ioexceptions are caught and silently ignored . concode_field_sep PlaceHolder placeHolder concode_field_sep void closeWithLog | void function ( @ Nullable Closeable arg0 ) { if ( arg0 != null ) { try { arg0 . close ( ) ; } catch ( IOException loc0 ) { } } } |
24,882 | finishing . concode_field_sep ChromeDriver driver concode_elem_sep RottenTomatoesAppWithCombinedWidgets rottenTomatoes concode_field_sep void checkAnExtendedWidget concode_elem_sep void checkTheLocatorOverridingOnAWidget concode_elem_sep void beforeClass concode_elem_sep void checkAnAnnotatedWidget concode_elem_sep voi... | void function ( ) { if ( driver != null ) { driver . quit ( ) ; } } |
24,883 | the default implementation does nothing . concode_field_sep PlaceHolder placeHolder concode_field_sep void exitFieldSelectorExpression concode_elem_sep void enterPath concode_elem_sep void enterSelectorExpression concode_elem_sep void enterStepType concode_elem_sep void exitPredicateExpression concode_elem_sep void ent... | void function ( @ NotNull DDMFormValuesQueryParser . LocaleExpressionContext arg0 ) { } |
24,884 | gets the grouped fields . concode_field_sep Logger LOG concode_elem_sep Ordering ordering concode_elem_sep FieldList groupedFields concode_elem_sep Set<FieldSet> uniqueFields concode_elem_sep LocalProperties EMPTY concode_field_sep LocalProperties forOrdering concode_elem_sep boolean areFieldsUnique concode_elem_sep Se... | FieldList function ( ) { return this . groupedFields ; } |
24,885 | implemented by subclasses ; concode_field_sep BeanAccess instance concode_elem_sep String BEANACCESS_CLASSNAME concode_field_sep void set concode_elem_sep List<? extends Object> extract concode_elem_sep Object get concode_elem_sep BeanAccess getInstance concode_elem_sep List<T> wrap | void function ( Object arg0 , Object arg1 ) { } |
24,886 | removes a listener from the set listening to this animation . concode_field_sep ArrayList<AnimatorListener> mListeners concode_field_sep void cancel concode_elem_sep Animator setDuration concode_elem_sep ArrayList<AnimatorListener> getListeners concode_elem_sep void setInterpolator concode_elem_sep void removeAllListen... | void function ( AnimatorListener arg0 ) { if ( mListeners == null ) { return ; } mListeners . remove ( arg0 ) ; if ( mListeners . size ( ) == 0 ) { mListeners = null ; } } |
24,887 | calculates time for getting group from database . concode_field_sep Scheme scheme concode_elem_sep DaoClient client concode_field_sep Scheme testGettingScheme concode_elem_sep boolean testDeletingScheme concode_elem_sep void setUp concode_elem_sep boolean testPuttingScheme concode_elem_sep void main | com . adform . academy . model . Group function ( ) { return client . getGroupOfScheme ( "srini_string" ) ; } |
24,888 | returns list of snapshot shards concode_field_sep SnapshotShardsStats shardsStats concode_elem_sep ImmutableList<SnapshotIndexShardStatus> shards concode_elem_sep SnapshotId snapshotId concode_elem_sep XContentBuilderString STATE concode_elem_sep SnapshotStats stats concode_elem_sep XContentBuilderString SNAPSHOT conco... | List < SnapshotIndexShardStatus > function ( ) { return shards ; } |
24,889 | sets the path to the large favicon . this will replace the default guacamole icon . concode_field_sep Collection<String> translationPaths concode_elem_sep Map<String,String> resourceTypes concode_elem_sep Collection<String> authProviders concode_elem_sep String name concode_elem_sep String namespace concode_elem_sep Co... | void function ( String arg0 ) { this . largeIcon = arg0 ; } |
24,890 | sets the clazz . concode_field_sep Circular other concode_elem_sep String id concode_elem_sep Object anyEntity concode_elem_sep Class clazz concode_field_sep void setOther concode_elem_sep Class getClazz concode_elem_sep Object getAnyEntity concode_elem_sep void setAnyEntity concode_elem_sep void setId concode_elem_sep... | void function ( Class arg0 ) { this . clazz = arg0 ; } |
24,891 | make an instance of javafx.scene.paint.color based on the properties set on this builder . concode_field_sep double red concode_elem_sep double green concode_elem_sep double blue concode_elem_sep double opacity concode_field_sep B red concode_elem_sep B green concode_elem_sep B blue concode_elem_sep javafx.scene.paint.... | javafx . scene . paint . Color function ( ) { javafx . scene . paint . Color loc0 = new javafx . scene . paint . Color ( this . red , this . green , this . blue , this . opacity ) ; return loc0 ; } |
24,892 | get the number of bytes required for the data . concode_field_sep int memory concode_elem_sep boolean deleted concode_elem_sep int MEMORY_CALCULATE concode_elem_sep Value[] data concode_elem_sep Row[] EMPTY_ARRAY concode_elem_sep int sessionId concode_elem_sep int version concode_elem_sep long key concode_field_sep int... | int function ( Data arg0 ) { int loc0 = 0 ; for ( Value loc1 : data ) { loc0 += arg0 . getValueLen ( loc1 ) ; } return loc0 ; } |
24,893 | gets the value of the mmyincrunits property . concode_field_sep BigInteger mmyIncrUnits concode_elem_sep String endMMY concode_elem_sep String startMMY concode_elem_sep BigInteger mmyFmt concode_elem_sep BigInteger mmyIncr concode_elem_sep String matRuleID concode_field_sep void setEndMMY concode_elem_sep void setMMYFm... | BigInteger function ( ) { return mmyIncrUnits ; } |
24,894 | sends the message s to this receiver . if text formatting is not supported in the implementation it will be displayed as plain text . concode_field_sep PlaceHolder placeHolder concode_field_sep void setMessageChannel concode_elem_sep void sendMessage concode_elem_sep void sendMessage concode_elem_sep void sendMessage c... | void function ( Iterable < Text > arg0 ) { for ( Text loc0 : checkNotNull ( arg0 , "srini_string" ) ) { this . sendMessage ( loc0 ) ; } } |
24,895 | instanciates a portletcontroller based on a registry entry , if available or directly from a classname . concode_field_sep PlaceHolder placeHolder concode_field_sep PortletControl getControl concode_elem_sep PortletControl getControl concode_elem_sep PortletSet getSet concode_elem_sep PortletSkin getSkin concode_elem_s... | PortletController function ( String arg0 ) { return getService ( ) . getController ( arg0 ) ; } |
24,896 | returns the minor tick count . concode_field_sep double size concode_elem_sep long serialVersionUID concode_elem_sep int minorTickCount concode_field_sep double getSize concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep int compareTo concode_elem_sep String valueToString | int function ( ) { return this . minorTickCount ; } |
24,897 | this method resets the outgoing events . concode_field_sep long number concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep boolean reset concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep void init concode_elem_sep SCInterface getSCInterface concode_elem_sep void exitAc... | void function ( ) { } |
24,898 | used to create , setup , and start an intervalrenderer from the passed rendermanager this is used in conjunction with faces-config.xml to allow the same single render manager to be set in all timezonebeans concode_field_sep boolean dialogRendered concode_elem_sep DateFormat selectedFormat concode_elem_sep ArrayList che... | void function ( RenderManager arg0 ) { clock = arg0 . getIntervalRenderer ( "srini_string" ) ; clock . setInterval ( renderInterval ) ; clock . add ( this ) ; clock . requestRender ( ) ; } |
24,899 | the policy document . concode_field_sep String policyDocument concode_elem_sep String policyName concode_elem_sep String userName concode_field_sep void setPolicyName concode_elem_sep void setPolicyDocument concode_elem_sep void setUserName concode_elem_sep String getPolicyDocument concode_elem_sep GetUserPolicyResult ... | GetUserPolicyResult function ( String arg0 ) { setPolicyDocument ( arg0 ) ; return this ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.