idx int64 0 25k | question stringlengths 68 5.14k | target stringlengths 20 503 |
|---|---|---|
8,300 | actually close the connection . should only be done by the parent pool . concode_field_sep AtomicLong ownerId concode_elem_sep Connection connection concode_elem_sep long EMPTY_OWNER_VALUE concode_field_sep void setTransactionIsolation concode_elem_sep SQLWarning getWarnings concode_elem_sep void commit concode_elem_se... | void function ( ) { try { connection . close ( ) ; } catch ( SQLException loc0 ) { throw new RuntimeException ( "srini_string" ) ; } } |
8,301 | sets the username . concode_field_sep String country concode_elem_sep String emailAddress concode_elem_sep String name concode_elem_sep Date registered concode_elem_sep String username concode_field_sep void setCountry concode_elem_sep String getEmailAddress concode_elem_sep Date getRegistered concode_elem_sep String g... | void function ( String arg0 ) { this . username = arg0 ; } |
8,302 | get the task id concode_field_sep TaskUpdated datum concode_field_sep EventType getEventType concode_elem_sep Object getDatum concode_elem_sep long getFinishTime concode_elem_sep void setDatum | TaskID function ( ) { return TaskID . forName ( datum . getTaskid ( ) . toString ( ) ) ; } |
8,303 | creates the project . concode_field_sep File projectDir concode_elem_sep Project parent concode_elem_sep ProjectBuilderImpl impl concode_elem_sep String name concode_field_sep ProjectBuilder withParent concode_elem_sep ProjectBuilder builder concode_elem_sep ProjectBuilder withName concode_elem_sep ProjectBuilder withP... | Project function ( ) { if ( parent != null ) { return impl . createChildProject ( name , parent , projectDir ) ; } return impl . createProject ( name , projectDir ) ; } |
8,304 | use this regular expression to analyze an input string , in support of the xslt analyze-string instruction . the resulting regexiterator provides both the matching and non-matching substrings , and allows them to be distinguished . it also provides access to matched subgroups . concode_field_sep String javaRegex concod... | RegexIterator function ( CharSequence arg0 ) { return new JRegexIterator ( arg0 . toString ( ) , pattern ) ; } |
8,305 | sets the socket factory used to secure https connections . if unset , the httpsurlconnection #getdefaultsslsocketfactory system-wide default ssl socket factory will be used . concode_field_sep boolean followProtocolRedirects concode_elem_sep HostnameVerifier hostnameVerifier concode_elem_sep ConnectionPool connectionPo... | OkHttpClient function ( SSLSocketFactory arg0 ) { this . sslSocketFactory = arg0 ; return this ; } |
8,306 | event handler for the north border . concode_field_sep boolean renderNorth concode_elem_sep boolean renderEast concode_elem_sep boolean renderSouth concode_elem_sep boolean renderWest concode_elem_sep boolean renderCenter concode_field_sep void south concode_elem_sep boolean isRenderNorth concode_elem_sep boolean isRen... | void function ( ValueChangeEvent arg0 ) { setRenderNorth ( ( ( Boolean ) arg0 . getNewValue ( ) ) . booleanValue ( ) ) ; } |
8,307 | initialises the transformer for operation with specific characteristics . concode_field_sep Operation mode concode_elem_sep Direction wired concode_elem_sep ByteArrayOutputStream inBuffer concode_elem_sep ByteArrayOutputStream outBuffer concode_elem_sep String DIRECTION concode_elem_sep Transformer tail concode_field_s... | void function ( Map arg0 ) { if ( wired != null ) throw new IllegalStateException ( ) ; Direction loc0 = ( Direction ) arg0 . get ( DIRECTION ) ; if ( loc0 == null ) loc0 = Direction . FORWARD ; wired = loc0 ; inBuffer . reset ( ) ; outBuffer . reset ( ) ; tail . init ( arg0 ) ; initDelegate ( arg0 ) ; } |
8,308 | compares this style with another . two styleimpl are equal if they have the same properties and the same list of featuretypestyles . concode_field_sep List<FeatureTypeStyle> featureTypeStyles concode_elem_sep DescriptionImpl description concode_elem_sep String name concode_elem_sep Logger LOGGER concode_elem_sep Symbol... | boolean function ( Object arg0 ) { if ( this == arg0 ) { return true ; } if ( arg0 instanceof StyleImpl ) { StyleImpl loc0 = ( StyleImpl ) arg0 ; return Utilities . equals ( name , loc0 . name ) && Utilities . equals ( description , loc0 . description ) && Utilities . equals ( featureTypeStyles , loc0 . featureTypeStyl... |
8,309 | returns the names of the classes that were evaluated but were not conditional . concode_field_sep ConditionEvaluationReport parent concode_elem_sep Condition condition concode_elem_sep SortedMap<String,ConditionAndOutcomes> outcomes concode_elem_sep List<String> exclusions concode_elem_sep AncestorsMatchedCondition ANC... | Set < String > function ( ) { return Collections . unmodifiableSet ( this . unconditionalClasses ) ; } |
8,310 | method to set the critical low value concode_field_sep Map<String,Double> normal concode_elem_sep List<ArrayList<Object>> data concode_elem_sep Map<String,Double> critical concode_elem_sep Map<String,Double> absolute concode_elem_sep Map<String,Object> graph concode_field_sep void setNormalLow concode_elem_sep void set... | void function ( Double arg0 ) { critical . put ( "srini_string" , arg0 ) ; } |
8,311 | some checks for the testnext method . concode_field_sep Month jan1900 concode_elem_sep Month dec9999 concode_elem_sep Month nov9999 concode_elem_sep Month feb1900 concode_field_sep void testDateConstructor1 concode_elem_sep void testParseMonth concode_elem_sep void testGetStart concode_elem_sep void testGetLastMillisec... | void function ( ) { Month loc0 = new Month ( 12 , 2000 ) ; loc0 = ( Month ) loc0 . next ( ) ; assertEquals ( new Year ( 2001 ) , loc0 . getYear ( ) ) ; assertEquals ( 1 , loc0 . getMonth ( ) ) ; loc0 = new Month ( 12 , 9999 ) ; assertNull ( loc0 . next ( ) ) ; } |
8,312 | getter for the `` jvmthreadinstlockedownerid '' variable . concode_field_sep byte timedWaiting concode_elem_sep byte newThread concode_elem_sep byte reserved11 concode_elem_sep long serialVersionUID concode_elem_sep byte reserved13 concode_elem_sep byte suspended concode_elem_sep byte terminated concode_elem_sep byte r... | String function ( ) { long loc0 = info . getLockOwnerId ( ) ; if ( loc0 == - 1 ) return new String ( "srini_string" ) ; SnmpOid loc1 = JvmThreadInstanceTableMetaImpl . makeOid ( loc0 ) ; return getJvmThreadInstIndexOid ( ) + "srini_string" + loc1 . toString ( ) ; } |
8,313 | get the position of this page . the following information is encoded in the position : the chunk id , the offset , the maximum length , and the type node or leaf . concode_field_sep int MAX_VAR_LONG_LEN concode_elem_sep long COMPRESSED_VAR_LONG_MAX concode_elem_sep int COMPRESSED_VAR_INT_MAX concode_elem_sep int MAX_VA... | long function ( int arg0 , int arg1 , int arg2 , int arg3 ) { long loc0 = ( long ) arg0 << 38 ; loc0 |= ( long ) arg1 << 6 ; loc0 |= encodeLength ( arg2 ) << 1 ; loc0 |= arg3 ; return loc0 ; } |
8,314 | util method to write an attribute with the ns prefix concode_field_sep com.amazon.ec2.DescribeReservedInstancesOfferingsResponseType localDescribeReservedInstancesOfferingsResponse concode_elem_sep javax.xml.namespace.QName MY_QNAME concode_field_sep java.lang.String generatePrefix concode_elem_sep void serialize conco... | void function ( java . lang . String arg0 , java . lang . String arg1 , java . lang . String arg2 , java . lang . String arg3 , javax . xml . stream . XMLStreamWriter arg4 ) { if ( arg4 . getPrefix ( arg1 ) == null ) { arg4 . writeNamespace ( arg0 , arg1 ) ; arg4 . setPrefix ( arg0 , arg1 ) ; } arg4 . writeAttribute ( ... |
8,315 | get the dmonix logo . concode_field_sep ClassLoader classLoader concode_field_sep String getBuildNumber concode_elem_sep URL getResource concode_elem_sep Image getImage concode_elem_sep ImageIcon getImageIcon concode_elem_sep ImageIcon getIcon concode_elem_sep ImageIcon getIcon | ImageIcon function ( ) { return getImageIcon ( "srini_string" ) ; } |
8,316 | retrieves a new hsqlproperties object , if possible , loaded from the specified file . concode_field_sep PlaceHolder placeHolder concode_field_sep void translateDefaultNoSystemExitProperty concode_elem_sep int getDefaultPort concode_elem_sep String[] listLocalInetAddressNames concode_elem_sep void translateDefaultDatab... | HsqlProperties function ( String arg0 ) { if ( StringUtil . isEmpty ( arg0 ) ) { return null ; } HsqlProperties loc0 = new HsqlProperties ( arg0 ) ; try { loc0 . load ( ) ; } catch ( Exception loc1 ) { } return loc0 ; } |
8,317 | the identifiers of the dependencies to include in the project . concode_field_sep String bootVersion concode_elem_sep String javaVersion concode_elem_sep String groupId concode_elem_sep String format concode_elem_sep String description concode_elem_sep String packaging concode_elem_sep String language concode_elem_sep ... | List < String > function ( ) { return this . dependencies ; } |
8,318 | implements inputstream.read int in terms of inputstream.read byte , int , int . inputstream assumes that you implement inputstream.read int and provides default implementations of the others , but often the opposite is more efficient . concode_field_sep Charset US_ASCII concode_elem_sep byte[] EMPTY_BYTE_ARRAY concode_... | int function ( InputStream arg0 ) { byte [ ] loc0 = new byte [ 1 ] ; int loc1 = arg0 . read ( loc0 , 0 , 1 ) ; return ( loc1 != - 1 ) ? loc0 [ 0 ] & 0xff : - 1 ; } |
8,319 | sets the current annotation . this is manily called by the ui tools when editing and selecting page annotations . concode_field_sep ArrayList<WeakReference<AbstractPageViewComponent>> selectedPageText concode_elem_sep float oldUserZoom concode_elem_sep float userZoom concode_elem_sep int MAX_PAGE_SIZE_READ_AHEAD concod... | void function ( AnnotationComponent arg0 ) { if ( this . currentAnnotation != null ) { this . currentAnnotation . setSelected ( false ) ; this . currentAnnotation . repaint ( ) ; } this . currentAnnotation = arg0 ; if ( this . currentAnnotation != null ) { this . currentAnnotation . setSelected ( true ) ; } } |
8,320 | creates an empty address book . concode_field_sep MainApp mainApp concode_field_sep void setMainApp concode_elem_sep void handleSave concode_elem_sep void handleAbout concode_elem_sep void handleOpen concode_elem_sep void handleSaveAs concode_elem_sep void handleExit concode_elem_sep void handleShowBirthdayStatistics | void function ( ) { mainApp . getPersonData ( ) . clear ( ) ; mainApp . setPersonFilePath ( null ) ; } |
8,321 | the content-type for the model . concode_field_sep String schema concode_elem_sep String name concode_elem_sep String description concode_elem_sep String id concode_elem_sep String contentType concode_field_sep void setName concode_elem_sep String getName concode_elem_sep Model withDescription concode_elem_sep String g... | Model function ( String arg0 ) { setContentType ( arg0 ) ; return this ; } |
8,322 | sets the value of the type property . concode_field_sep String role concode_elem_sep JAXBElement<? extends AbstractSVAbstractServiceSpecificationType> abstractSVAbstractServiceSpecification concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReas... | void function ( String arg0 ) { this . type = arg0 ; } |
8,323 | io mode : nio or epoll concode_field_sep ConfigProvider conf concode_field_sep int ioRetryWaitTimeMs concode_elem_sep int serverThreads concode_elem_sep int receiveBuf concode_elem_sep int sendBuf concode_elem_sep int numConnectionsPerPeer concode_elem_sep int backLog concode_elem_sep boolean preferDirectBufs concode_e... | String function ( ) { return conf . get ( "srini_string" , "srini_string" ) . toUpperCase ( ) ; } |
8,324 | create an instance of generatequizresponse concode_field_sep QName _GenerateQuiz_QNAME concode_elem_sep QName _GetQuestionsResponse_QNAME concode_elem_sep QName _GradeQuiz_QNAME concode_elem_sep QName _GetQuestions_QNAME concode_elem_sep QName _GradeQuizResponse_QNAME concode_elem_sep QName _GenerateQuizResponse_QNAME ... | GenerateQuizResponse function ( ) { return new GenerateQuizResponse ( ) ; } |
8,325 | returns if this category represents an expense or not ; it never does concode_field_sep org.apache.log4j.Logger LOG concode_elem_sep String NAME concode_elem_sep String CODE concode_field_sep String getName concode_elem_sep String getCode concode_elem_sep boolean containsObjectCode | boolean function ( ) { return false ; } |
8,326 | returns a string representation of this object ; useful for testing and debugging . concode_field_sep String name concode_field_sep void setName concode_elem_sep String getName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep LaunchConfiguration clone concode_elem_sep LaunchConfiguration w... | String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getName ( ) != null ) loc0 . append ( "srini_string" + getName ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; } |
8,327 | create an instance of net concode_field_sep PlaceHolder placeHolder concode_field_sep Smd createSmd concode_elem_sep Instances createInstances concode_elem_sep Designrules createDesignrules concode_elem_sep Port createPort concode_elem_sep Module createModule concode_elem_sep Nets createNets concode_elem_sep Errors cre... | Net function ( ) { return new Net ( ) ; } |
8,328 | carves up a media range and returns a parseresults . for example , the media range ` application / ; q = 0.5 ' would get parsed into : ` application ' , '' , ` q ' , ' 0.5 ' in addition this function also guarantees that there is a value for ` q ' in the params dictionary , filling it in with a proper default if necess... | ParseResults function ( String arg0 ) { ParseResults loc0 = parseMimeType ( arg0 ) ; String loc1 = loc0 . params . get ( "srini_string" ) ; float loc2 = NumberUtils . toFloat ( loc1 , 1 ) ; if ( StringUtils . isBlank ( loc1 ) || loc2 < 0 || loc2 > 1 ) loc0 . params . put ( "srini_string" , "srini_string" ) ; return loc... |
8,329 | like #apply string , ptransform but defaulting to the nameof the ptransform . concode_field_sep Pipeline pipeline concode_field_sep Collection<? extends PValue> expand concode_elem_sep Pipeline getPipeline concode_elem_sep PBegin in concode_elem_sep void finishSpecifying | OutputT function ( PTransform < ? super PBegin , OutputT > arg0 ) { return Pipeline . applyTransform ( this , arg0 ) ; } |
8,330 | checks if the specified line is blank . concode_field_sep String fileName concode_elem_sep String MATCH_SINGLELINE_COMMENT_PAT concode_elem_sep Map<Integer,TextBlock> cppComments concode_elem_sep Map<Integer,List<TextBlock>> clangComments concode_elem_sep Map<Integer,TextBlock> javadocComments concode_elem_sep Pattern ... | boolean function ( int arg0 ) { return line ( arg0 ) . trim ( ) . isEmpty ( ) ; } |
8,331 | sets the value of the emaildetail property . concode_field_sep ShippingDocumentDispositionType dispositionType concode_elem_sep ShippingDocumentEMailDetail eMailDetail concode_elem_sep ShippingDocumentStorageDetail storageDetail concode_elem_sep ShippingDocumentPrintDetail printDetail concode_elem_sep ShippingDocumentG... | void function ( ShippingDocumentEMailDetail arg0 ) { this . eMailDetail = arg0 ; } |
8,332 | a complex type that contains one signer complex type for each unique trusted signer that is specified in the trustedsigners complex type , including trusted signers in the default cache behavior and in all of the other cache behaviors . concode_field_sep Integer quantity concode_elem_sep com.amazonaws.internal.SdkInter... | ActiveTrustedSigners function ( java . util . Collection < Signer > arg0 ) { setItems ( arg0 ) ; return this ; } |
8,333 | tostring . concode_field_sep String protocol concode_elem_sep Namespace NS concode_elem_sep int code concode_elem_sep String responseDescription concode_elem_sep String reasonPhrase concode_elem_sep HashSet<MultiStatusResponse> responses concode_elem_sep String href concode_elem_sep Status status concode_elem_sep HashS... | String function ( ) { return new ToStringBuilder ( this ) . append ( "srini_string" , props ) . append ( "srini_string" , status ) . append ( "srini_string" , responseDescription ) . toString ( ) ; } |
8,334 | used by our list adapter . concode_field_sep int id concode_elem_sep Genre genre concode_elem_sep MediaFormat format concode_elem_sep long serialVersionUID concode_elem_sep List<String> associatedLists concode_elem_sep Rating rated concode_elem_sep Short runTime concode_elem_sep int personalRating concode_elem_sep Stri... | String function ( ) { return title ; } |
8,335 | returns a serviceaccount object for the provided email and scopes . concode_field_sep Function<ServiceAccount,com.google.api.services.compute.model.ServiceAccount> TO_PB_FUNCTION concode_elem_sep long serialVersionUID concode_elem_sep Function<com.google.api.services.compute.model.ServiceAccount,ServiceAccount> FROM_PB... | ServiceAccount function ( String arg0 , List < String > arg1 ) { return new ServiceAccount ( arg0 , arg1 ) ; } |
8,336 | returns the number of agents in the mas used to test the end of a cycle concode_field_sep Lock lock concode_elem_sep boolean isRunning concode_elem_sep Condition agFinishedCond concode_elem_sep int nbAgs concode_elem_sep Logger logger concode_elem_sep boolean runningCycle concode_elem_sep RuntimeServicesInfraTier runti... | int function ( ) { return nbAgs ; } |
8,337 | executes the request . this method is called from the webview thread . to do a non-trivial amount of work , use : cordova.getthreadpool . execute runnable ; to run on the ui thread , use : cordova.getactivity . runonuithread runnable ; concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface c... | boolean function ( String arg0 , String arg1 , CallbackContext arg2 ) { JSONArray loc0 = new JSONArray ( arg1 ) ; return execute ( arg0 , loc0 , arg2 ) ; } |
8,338 | return name of the village , amount of houses and inhabitants . concode_field_sep Villager mayor concode_elem_sep Villager[] villager concode_elem_sep int MAX_NUM_VILLAGER concode_elem_sep String name concode_elem_sep int amountHouses concode_elem_sep int population concode_field_sep int getPopulation concode_elem_sep ... | String function ( ) { return "srini_string" + name + "srini_string" + amountHouses + "srini_string" + mayor . getName ( ) ; } |
8,339 | gets the value of the wscorrelationid property . concode_field_sep String wsConversationId concode_elem_sep WSContext wsContext concode_elem_sep String wsCorrelationId concode_elem_sep WSMessageData wsMessageData concode_elem_sep WSEnterpriseLogging wsEnterpriseLogging concode_field_sep WSEnterpriseLogging getWSEnterpr... | String function ( ) { return wsCorrelationId ; } |
8,340 | set text color concode_field_sep int mGravity concode_elem_sep Animation mEnterAnimation concode_elem_sep String mTitle concode_elem_sep int mTextColor concode_elem_sep String mDescription concode_elem_sep boolean mShadow concode_elem_sep int mBackgroundColor concode_elem_sep Animation mExitAnimation concode_elem_sep V... | ToolTip function ( int arg0 ) { mTextColor = arg0 ; return this ; } |
8,341 | gets the value of the shadowcolor property . concode_field_sep STExt ext concode_elem_sep String strokecolor concode_elem_sep Object parent concode_elem_sep String shadowcolor concode_elem_sep String fillcolor concode_elem_sep String extrusioncolor concode_field_sep Object getParent concode_elem_sep STExt getExt concod... | String function ( ) { return shadowcolor ; } |
8,342 | gets the value of the query property . concode_field_sep String query concode_elem_sep List<StringValueMapEntry> values concode_field_sep List<StringValueMapEntry> getValues concode_elem_sep void setQuery | String function ( ) { return query ; } |
8,343 | sets the state machine reference of the event . concode_field_sep boolean periodic concode_elem_sep int index concode_elem_sep ITimedStatemachine statemachine concode_field_sep boolean isPeriodic concode_elem_sep ITimedStatemachine getStatemachine concode_elem_sep int getIndex | void function ( ITimedStatemachine arg0 ) { this . statemachine = arg0 ; } |
8,344 | retrieves the accumulated time this object has spent running since it was last started . concode_field_sep boolean running concode_elem_sep long total concode_elem_sep long startTime concode_elem_sep long lastStart concode_field_sep void zero concode_elem_sep void stop concode_elem_sep String currentElapsedTimeToMessag... | long function ( ) { if ( running ) { return System . currentTimeMillis ( ) - startTime ; } else { return 0 ; } } |
8,345 | notifies observers about invalidating data concode_field_sep List<DataSetObserver> datasetObservers concode_field_sep void notifyDataChangedEvent concode_elem_sep void unregisterDataSetObserver concode_elem_sep void registerDataSetObserver concode_elem_sep View getEmptyItem | void function ( ) { if ( datasetObservers != null ) { for ( DataSetObserver loc0 : datasetObservers ) { loc0 . onInvalidated ( ) ; } } } |
8,346 | build a full resource location for the given path , prepending the resource base path of this mockservletcontext . concode_field_sep int majorVersion concode_elem_sep Map<String,Object> attributes concode_elem_sep Log logger concode_elem_sep String contextPath concode_elem_sep String servletContextName concode_elem_sep... | String function ( String arg0 ) { if ( ! arg0 . startsWith ( "srini_string" ) ) { arg0 = "srini_string" + arg0 ; } return this . resourceBasePath + arg0 ; } |
8,347 | encode all uri components using their specific encoding rules , and returns the result as a new uricomponents instance . this method uses utf-8 to encode . concode_field_sep String fragment concode_elem_sep String scheme concode_elem_sep Map<String,?> uriVariables concode_elem_sep Object SKIP_VALUE concode_elem_sep Ite... | UriComponents function ( ) { try { return encode ( StandardCharsets . UTF_8 ) ; } catch ( UnsupportedEncodingException loc0 ) { throw new IllegalStateException ( loc0 ) ; } } |
8,348 | gets the value of the offset property . concode_field_sep Double offset concode_elem_sep Integer width concode_elem_sep Conversion alt concode_elem_sep Boolean signed concode_elem_sep Double factor concode_elem_sep String endianness concode_field_sep void setFactor concode_elem_sep String getEndianness concode_elem_sep... | Double function ( ) { return offset ; } |
8,349 | specify triggered tasks as a map of runnables the tasks and cron expressions . concode_field_sep List<CronTask> cronTasks concode_elem_sep List<TriggerTask> triggerTasks concode_elem_sep Set<ScheduledFuture<?>> scheduledFutures concode_elem_sep List<IntervalTask> fixedRateTasks concode_elem_sep TaskScheduler taskSchedu... | void function ( Map < Runnable , String > arg0 ) { this . cronTasks = new ArrayList < CronTask > ( ) ; for ( Map . Entry < Runnable , String > loc0 : arg0 . entrySet ( ) ) { this . addCronTask ( loc0 . getKey ( ) , loc0 . getValue ( ) ) ; } } |
8,350 | an array of structures that contain information about the directories . concode_field_sep String nextToken concode_elem_sep com.amazonaws.internal.SdkInternalList<WorkspaceDirectory> directories concode_field_sep void setDirectories concode_elem_sep void setNextToken concode_elem_sep int hashCode concode_elem_sep boole... | DescribeWorkspaceDirectoriesResult function ( java . util . Collection < WorkspaceDirectory > arg0 ) { setDirectories ( arg0 ) ; return this ; } |
8,351 | gets the account ssl connection property concode_field_sep String mailUsername concode_elem_sep boolean incomingSsl concode_elem_sep String protocol concode_elem_sep String password concode_elem_sep String outgoingHost concode_elem_sep boolean outgoingSsl concode_elem_sep boolean outgoingVerification concode_elem_sep S... | boolean function ( ) { return incomingSsl ; } |
8,352 | returns the image . concode_field_sep int endLine concode_elem_sep Token next concode_elem_sep String image concode_elem_sep int endColumn concode_elem_sep Token specialToken concode_elem_sep int beginColumn concode_elem_sep int kind concode_elem_sep int beginLine concode_elem_sep long serialVersionUID concode_field_se... | String function ( ) { return image ; } |
8,353 | record an intersection with the specified primitive id . the parent object is assumed to be the current instance . the u and v parameters are used to pinpoint the location on the surface if needed . concode_field_sep int node concode_elem_sep StackNode[] stack concode_elem_sep Instance current concode_elem_sep Instance... | void function ( int arg0 , float arg1 , float arg2 ) { instance = current ; this . id = arg0 ; this . u = arg1 ; this . v = arg2 ; } |
8,354 | gets the state indicating if the node has children . concode_field_sep AttributeNode parent concode_elem_sep List<AttributeNode> children concode_elem_sep String name concode_elem_sep Object value concode_elem_sep boolean writable concode_field_sep Object getValue concode_elem_sep List<AttributeNode> getChildren concod... | boolean function ( ) { return children . size ( ) > 0 ; } |
8,355 | returns the com.jogamp.newt.event.newteventlistener newt event-listener if instanceis used as an #awtadapter com.jogamp.newt.event.newteventlistener , nativesurfaceholder nativesurfaceholder proxy or #awtadapter com.jogamp.newt.event.newteventlistener , com.jogamp.newt.window newt window proxy , otherwise method return... | com . jogamp . newt . event . NEWTEventListener function ( ) { return newtListener ; } |
8,356 | returns the groupingstate for this compoundorprimitive . the groupingstate indicates how this compoundorprimitive can be combined with other primitivechoicesets . concode_field_sep Class<? super T> refClass concode_elem_sep Set<PrimitiveCollection<T>> primCollection concode_field_sep Collection<R> getCollection concode... | GroupingState function ( ) { GroupingState loc0 = GroupingState . EMPTY ; for ( PrimitiveCollection < T > loc1 : primCollection ) { loc0 = loc1 . getGroupingState ( ) . add ( loc0 ) ; } return loc0 . compound ( GroupingState . ALLOWS_UNION ) ; } |
8,357 | sets the flag if the address should be extended concode_field_sep boolean extendAddress concode_elem_sep boolean demandAck concode_elem_sep boolean threePhase concode_elem_sep Command command concode_field_sep void setDemandAckTo concode_elem_sep int getSecondParameter concode_elem_sep List<Byte> getDataBytes concode_e... | void function ( boolean arg0 ) { this . extendAddress = arg0 ; } |
8,358 | to set home path . concode_field_sep String server concode_elem_sep Logger LOGGER concode_elem_sep String homePath concode_elem_sep String serverPort concode_field_sep void start concode_elem_sep void setServer concode_elem_sep void setServerPort | void function ( String arg0 ) { this . homePath = arg0 ; } |
8,359 | attempts to print a list of formatted employee details concode_field_sep PlaceHolder placeHolder concode_field_sep void main | void function ( StaffList arg0 ) { StaffPrinter loc0 = new StaffPrinter ( arg0 ) ; loc0 . printSalaryHeader ( ) ; loc0 . printSalaryDetails ( ) ; loc0 . printNumEmployees ( ) ; loc0 . printSalaryFooter ( ) ; } |
8,360 | sets the empty chars . concode_field_sep int inlineStyleSize concode_elem_sep int inlineScriptSize concode_elem_sep int filesize concode_elem_sep int inlineEventSize concode_elem_sep int emptyChars concode_field_sep int getFilesize concode_elem_sep void setInlineScriptSize concode_elem_sep void setFilesize concode_elem... | void function ( int arg0 ) { this . emptyChars = arg0 ; } |
8,361 | add a mesh triangle to this mesh - preserving the individual vertex normals from the incoming one . concode_field_sep Collection<MeshTriangle> meshTriangles concode_elem_sep BoundingBox mBoundingBox concode_field_sep void appendAllTrianglesFromMesh concode_elem_sep int getNumberOfTriangles concode_elem_sep void addPrim... | void function ( final MeshTriangle arg0 ) { meshTriangles . add ( arg0 ) ; } |
8,362 | this method resets the incoming events time events included . concode_field_sep boolean e concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep boolean f concode_elem_sep boolean g concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep void init concode_elem_sep SCInterface g... | void function ( ) { sCInterface . clearEvents ( ) ; } |
8,363 | test method for joshua.decoder.io.translationrequest #size . concode_field_sep JoshuaConfiguration joshuaConfiguration concode_field_sep void testSize_uponConstruction concode_elem_sep void testSize_2newlines concode_elem_sep void testTranslationRequest concode_elem_sep void testSize_1 concode_elem_sep void testNext_2N... | void function ( ) { byte [ ] loc0 = "srini_string" . getBytes ( ) ; ByteArrayInputStream loc1 = new ByteArrayInputStream ( loc0 ) ; TranslationRequest loc2 = new TranslationRequest ( loc1 , joshuaConfiguration ) ; loc2 . next ( ) ; assertEquals ( loc2 . size ( ) , 1 ) ; } |
8,364 | gets the fldfiltercomparetype value for this crmcustomfieldfilter . concode_field_sep java.lang.Boolean fldFilterChecked concode_elem_sep com.netsuite.webservices.platform.core_2014_2.RecordRef fldFilter concode_elem_sep java.lang.Boolean fldFilterNotNull concode_elem_sep java.lang.String fldFilterVal concode_elem_sep ... | com . netsuite . webservices . setup . customization_2014_2 . types . CustomizationFilterCompareType function ( ) { return fldFilterCompareType ; } |
8,365 | produces a formatted error message using the supplied substitution arguments and the current locale . the arguments should reflect the order of the placeholders in the message template . concode_field_sep String BASE_NAME concode_elem_sep ResourceBundle msgResources concode_field_sep String get | String function ( String arg0 , Object ... arg1 ) { return MessageFormat . format ( msgResources . getString ( arg0 ) , arg1 ) ; } |
8,366 | convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep byte[] _byte concode_elem_sep String password concode_elem_sep BigDecimal number concode_elem_sep Float _float concode_elem_sep Integer integer concode_elem_sep Double _double concode_elem_sep String string ... | String function ( java . lang . Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; } |
8,367 | merge two json objects . concode_field_sep Context context concode_field_sep Notification cancel concode_elem_sep void cancelAll concode_elem_sep List<Integer> getIdsByType concode_elem_sep List<Notification> getAll concode_elem_sep List<Notification> getByType concode_elem_sep NotificationManager getNotMgr concode_ele... | JSONObject function ( JSONObject arg0 , JSONObject arg1 ) { Iterator loc0 = arg1 . keys ( ) ; while ( loc0 . hasNext ( ) ) { try { String loc1 = ( String ) loc0 . next ( ) ; arg0 . put ( loc1 , arg1 . opt ( loc1 ) ) ; } catch ( JSONException loc1 ) { loc1 . printStackTrace ( ) ; } } return arg0 ; } |
8,368 | gets the title value for this projectattachmentdata . concode_field_sep java.util.Calendar date_submitted concode_elem_sep java.lang.String filename concode_elem_sep java.math.BigInteger size concode_elem_sep java.lang.String content_type concode_elem_sep java.math.BigInteger user_id concode_elem_sep java.lang.Object _... | java . lang . String function ( ) { return title ; } |
8,369 | this = this - c. concode_field_sep double dReal concode_elem_sep double dImaginary concode_field_sep ComplexNumber add concode_elem_sep ComplexNumber add concode_elem_sep double getPhaseAngle concode_elem_sep ComplexNumber set concode_elem_sep void setPolarCoordinates concode_elem_sep void setPhaseAngle concode_elem_se... | ComplexNumber function ( final ComplexNumber arg0 ) { set ( subtract ( this , arg0 ) ) ; return this ; } |
8,370 | returns map containing the given entries . concode_field_sep Map mMap concode_elem_sep boolean mUnderConstruction concode_field_sep Map<K,V> build concode_elem_sep HashMap<K,V> newHashMap concode_elem_sep Builder<K,V> builder concode_elem_sep Builder<K,V> put | Map < K , V > function ( K arg0 , V arg1 , K arg2 , V arg3 , K arg4 , V arg5 , K arg6 , V arg7 , K arg8 , V arg9 , K arg10 , V arg11 , K arg12 , V arg13 ) { Map loc0 = of ( ) ; loc0 . put ( arg0 , arg1 ) ; loc0 . put ( arg2 , arg3 ) ; loc0 . put ( arg4 , arg5 ) ; loc0 . put ( arg6 , arg7 ) ; loc0 . put ( arg8 , arg9 ) ... |
8,371 | transform the given vector using this matrix . return the transformed vector the original vector is not modified . concode_field_sep float m10 concode_elem_sep float m21 concode_elem_sep float m32 concode_elem_sep float m20 concode_elem_sep float m31 concode_elem_sep float m30 concode_elem_sep float m02 concode_elem_se... | GL_Vector function ( GL_Vector arg0 ) { if ( arg0 != null ) { float loc0 , loc1 , loc2 ; loc0 = arg0 . x * m00 + arg0 . y * m01 + arg0 . z * m02 + m03 ; loc1 = arg0 . x * m10 + arg0 . y * m11 + arg0 . z * m12 + m13 ; loc2 = arg0 . x * m20 + arg0 . y * m21 + arg0 . z * m22 + m23 ; return new GL_Vector ( loc0 , loc1 , lo... |
8,372 | returns an independent copy of the generator . concode_field_sep long serialVersionUID concode_elem_sep List toolTipSeries concode_field_sep int getListCount concode_elem_sep void addToolTipSeries concode_elem_sep int getToolTipCount concode_elem_sep boolean equals concode_elem_sep String generateToolTip concode_elem_s... | Object function ( ) { CustomXYToolTipGenerator loc0 = ( CustomXYToolTipGenerator ) super . loc0 ( ) ; if ( this . toolTipSeries != null ) { loc0 . toolTipSeries = new java . util . ArrayList ( this . toolTipSeries ) ; } return loc0 ; } |
8,373 | returns the collection that this basicdatum was constructed with . concode_field_sep List<double[]> featureVals concode_elem_sep List<FEAT> features concode_elem_sep long serialVersionUID concode_elem_sep LAB label concode_field_sep List<double[]> asFeatureVals concode_elem_sep int hashCode concode_elem_sep boolean equ... | List < FEAT > function ( ) { return features ; } |
8,374 | create an instance of propertydef.valuedef.maxvalue concode_field_sep QName _PropertyDefPropertyType_QNAME concode_elem_sep QName _PropertyDefDefinitionAliases_QNAME concode_elem_sep QName _PropertyDefValueDef_QNAME concode_elem_sep QName _PropertyDefDefinition_QNAME concode_elem_sep QName _PropertyDefName_QNAME concod... | PropertyDef . ValueDef . MaxValue function ( ) { return new PropertyDef . ValueDef . MaxValue ( ) ; } |
8,375 | called when the provider is enabled by the user . concode_field_sep GeoListener owner concode_elem_sep boolean running concode_elem_sep Location cLoc concode_elem_sep boolean hasData concode_elem_sep LocationManager mLocMan concode_elem_sep PortalActivity mCtx concode_field_sep Location getLocation concode_elem_sep voi... | void function ( String arg0 ) { System . out . println ( "srini_string" + arg0 + "srini_string" ) ; } |
8,376 | repositions the iterator so the key of the next blockelement returned greater than or equal to the specified targetkey . concode_field_sep DBIterator iter concode_field_sep Map.Entry<byte[],byte[]> next concode_elem_sep Map.Entry<byte[],byte[]> peekPrev concode_elem_sep Map.Entry<byte[],byte[]> peekNext concode_elem_se... | void function ( byte [ ] arg0 ) { try { iter . seek ( arg0 ) ; } catch ( DBException loc0 ) { throw loc0 ; } catch ( RuntimeException loc0 ) { throw new DBException ( loc0 . getMessage ( ) , loc0 ) ; } } |
8,377 | sets the value of the repositoryidref property . concode_field_sep OptionsType options concode_elem_sep IdentityTypeMappingsType identityTypeMappings concode_elem_sep String repositoryIdRef concode_elem_sep String id concode_field_sep IdentityTypeMappingsType getIdentityTypeMappings concode_elem_sep void setId concode_... | void function ( String arg0 ) { this . repositoryIdRef = arg0 ; } |
8,378 | get an attribute value concode_field_sep PlaceHolder placeHolder concode_field_sep String getTextValue concode_elem_sep String getTextValue concode_elem_sep Element getSingleElement concode_elem_sep Element getSingleOptionalElement | String function ( Element arg0 , String arg1 ) { if ( ! arg0 . hasAttribute ( arg1 ) ) throw new ParserException ( "srini_string" = "srini_string" + arg0 . getNodeName ( ) + "srini_string" ) ; String loc0 = arg0 . getAttribute ( arg1 ) ; return loc0 ; } |
8,379 | getter for the consensus object after reading operation . concode_field_sep SimpleVector consensus concode_elem_sep String filename concode_elem_sep SimpleMatrix connectivity concode_elem_sep SimpleMatrix eigenVectors concode_elem_sep int pointDimension concode_elem_sep double[] eigenValues concode_field_sep String bui... | SimpleVector function ( ) { return this . consensus ; } |
8,380 | tests the method org.apache.calcite.util.bitsets #range int , int . concode_field_sep PlaceHolder placeHolder concode_field_sep void testBitSetsUnion concode_elem_sep void testToIterBitSet concode_elem_sep void testPreviousClearBit concode_elem_sep void testToListBitSet concode_elem_sep void testBitSetOf concode_elem_s... | void function ( ) { assertEquals ( BitSets . toList ( BitSets . range ( 0 , 4 ) ) , Arrays . asList ( 0 , 1 , 2 , 3 ) ) ; assertEquals ( BitSets . toList ( BitSets . range ( 1 , 4 ) ) , Arrays . asList ( 1 , 2 , 3 ) ) ; assertEquals ( BitSets . toList ( BitSets . range ( 2 , 2 ) ) , Collections . < Integer > emptyList ... |
8,381 | returns the dot product between this vector and v. concode_field_sep float x concode_elem_sep float y concode_field_sep Vec2 sub concode_elem_sep Vec2 sub concode_elem_sep void rotate concode_elem_sep float distance concode_elem_sep float distance concode_elem_sep Vec2 mul concode_elem_sep Vec2 mul concode_elem_sep Vec... | float function ( Vec2 arg0 ) { return dot ( this , arg0 ) ; } |
8,382 | gets the value of the refillfrequency property . concode_field_sep BigInteger amountInCents concode_elem_sep XMLGregorianCalendar firstRefillDate concode_elem_sep RefillFrequency refillFrequency concode_elem_sep XMLGregorianCalendar nextRefillDateTime concode_elem_sep long serialVersionUID concode_elem_sep boolean canE... | RefillFrequency function ( ) { return refillFrequency ; } |
8,383 | set value on view using setter . concode_field_sep String TAG concode_elem_sep boolean debug concode_elem_sep ViewBinder<Object> NOP_VIEW_BINDER concode_elem_sep Map<Class<?>,ViewBinder<Object>> BINDERS concode_field_sep void set concode_elem_sep Unbinder bind concode_elem_sep Unbinder bind concode_elem_sep Unbinder bi... | void function ( @ NonNull T arg0 , @ NonNull Setter < ? super T , V > arg1 , V arg2 ) { arg1 . set ( arg0 , arg2 , 0 ) ; } |
8,384 | setter method concode_field_sep Integer kind concode_elem_sep Integer customerId concode_elem_sep Integer pin1 concode_elem_sep Integer puk2 concode_elem_sep Integer pin2 concode_elem_sep Integer sdpId concode_elem_sep Integer simStatus concode_elem_sep long serialVersionUID concode_elem_sep String imsi concode_elem_se... | void function ( Integer arg0 ) { this . kind = arg0 ; } |
8,385 | get cm_container concode_field_sep String m_procClassName concode_elem_sep int m_portNumber concode_elem_sep boolean m_isSecure concode_elem_sep MWebProject m_WebProject concode_elem_sep String m_requestURL concode_elem_sep String m_redirectURL concode_elem_sep HttpSession m_session concode_elem_sep String m_serverName... | MContainer function ( ) { return m_Container ; } |
8,386 | negate all counters . concode_field_sep Factory<E,C> factory concode_elem_sep long[] counters concode_elem_sep Class<E> enumClass concode_elem_sep java.util.Map<K,C> counts concode_field_sep void add concode_elem_sep void add concode_elem_sep void set concode_elem_sep void set concode_elem_sep C getCounts concode_elem_... | void function ( ) { for ( int loc0 = 0 ; loc0 < counters . length ; loc0 ++ ) { counters [ loc0 ] = - counters [ loc0 ] ; } } |
8,387 | gets the wrapped texture . concode_field_sep int mRefCount concode_elem_sep Texture mTexture concode_elem_sep String Name concode_field_sep void bind concode_elem_sep void addRef concode_elem_sep int unload concode_elem_sep void dispose | Texture function ( ) { return mTexture ; } |
8,388 | returns the subject field . concode_field_sep Message message concode_field_sep String getReceivedDate concode_elem_sep boolean hasFrom concode_elem_sep String getBcc concode_elem_sep String getReplyTo concode_elem_sep String getBody concode_elem_sep Message getMessage concode_elem_sep boolean hasSentDate concode_elem_... | String function ( ) { if ( hasSubject ( ) ) return message . getSubject ( ) ; else return "srini_string" ; } |
8,389 | returns the item price id of this shopping item price . concode_field_sep ShoppingItemPrice _shoppingItemPrice concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep bool... | long function ( ) { return _shoppingItemPrice . getItemPriceId ( ) ; } |
8,390 | returns the client 's authenticator . this method never returns null . concode_field_sep Proxy proxy concode_elem_sep List<String> transports concode_elem_sep int uriPort concode_elem_sep SSLSocketFactory sslSocketFactory concode_elem_sep HostnameVerifier hostnameVerifier concode_elem_sep OkAuthenticator authenticator ... | OkAuthenticator function ( ) { return authenticator ; } |
8,391 | sets the parent pdf object 's reference . concode_field_sep Reference reference concode_elem_sep Logger logger concode_elem_sep StringBuilder stringData concode_field_sep String getHexString concode_elem_sep StringBuilder hexToString concode_elem_sep StringBuilder normalizeHex concode_elem_sep String getDecryptedLitera... | Reference function ( ) { return reference ; } |
8,392 | returns true if the list of sites all agree on the given class . each site must have the class and agree on its methods . concode_field_sep String outputDir concode_elem_sep JSilver jSilver concode_elem_sep List<FederatedSite> sites concode_field_sep boolean packageUniqueToSite concode_elem_sep void generateSite concod... | boolean function ( String arg0 , List < FederatedSite > arg1 ) { List < MethodInfo > loc0 = knownMethodsForClass ( arg0 , arg1 ) ; for ( MethodInfo loc1 : loc0 ) { if ( ! agreeOnMethod ( arg0 , loc1 , arg1 ) ) { return false ; } } return true ; } |
8,393 | returns a new array of the given length with the specified component type . concode_field_sep Object[] EMPTY_ARRAY concode_field_sep Object[] fillArray concode_elem_sep Object[] checkElementsNotNull concode_elem_sep Object[] checkElementsNotNull concode_elem_sep Object[] copyAsObjectArray concode_elem_sep void swap con... | T [ ] function ( Class < T > arg0 , int arg1 ) { return ( T [ ] ) Array . newInstance ( arg0 , arg1 ) ; } |
8,394 | return a stack trace element description at a depth from where we are not concode_field_sep PlaceHolder placeHolder concode_field_sep int intId concode_elem_sep String caller concode_elem_sep String scriptStack concode_elem_sep void dumpTokens concode_elem_sep String firstJSFrame concode_elem_sep String firstJSFrame co... | String function ( final int arg0 ) { return new Throwable ( ) . getStackTrace ( ) [ arg0 + 1 ] . toString ( ) ; } |
8,395 | removes a value from the collection . concode_field_sep List data concode_elem_sep long serialVersionUID concode_field_sep Comparable getKey concode_elem_sep Object getObject concode_elem_sep Object getObject concode_elem_sep int getIndex concode_elem_sep int hashCode concode_elem_sep int getItemCount concode_elem_sep ... | void function ( Comparable arg0 ) { int loc0 = getIndex ( arg0 ) ; if ( loc0 < 0 ) { throw new UnknownKeyException ( "srini_string" + arg0 . toString ( ) + "srini_string" ) ; } removeValue ( loc0 ) ; } |
8,396 | sets the request id of this social request . concode_field_sep SocialRequest _socialRequest 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_el... | void function ( long arg0 ) { _socialRequest . setRequestId ( arg0 ) ; } |
8,397 | returns the current batch body as a utf-8 encoded byte array . concode_field_sep int numMsgs concode_elem_sep String HTTPS_BATCH_CONTENT_TYPE concode_elem_sep Charset BATCH_CHARSET concode_elem_sep int SERVICEBOUND_MESSAGE_MAX_SIZE_BYTES concode_elem_sep String batchBody concode_field_sep String msgToJson concode_elem_... | byte [ ] function ( ) { return this . batchBody . getBytes ( BATCH_CHARSET ) ; } |
8,398 | read a 32-bit variable-length integer from memory starting at p 0 . return the number of bytes read . the value is stored in v . a macro version , getvarint32 , is provided which inlines the single-byte case . all code should use the macro version as this function assumes the single-byte case has already been handled .... | SqlJetVarintResult32 function ( ) { return getVarint32 ( 0 ) ; } |
8,399 | serialize an instance , restore it , and check for equality . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testHashCode concode_elem_sep void testEquals | void function ( ) { MonthDateFormat loc0 = new MonthDateFormat ( ) ; MonthDateFormat loc1 = ( MonthDateFormat ) TestUtilities . serialised ( loc0 ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.