idx int64 0 100k | question stringlengths 68 7.19k | target stringlengths 20 663 |
|---|---|---|
12,100 | adds a discrete conditioning variable , conditioning on a particular value . concode_field_sep Map<Node,Integer> discreteValues concode_elem_sep DataSet dataSet concode_elem_sep int numBins concode_elem_sep Map<Node,double[]> continuousIntervals concode_elem_sep Node target concode_field_sep void setNumBins concode_ele... | void function ( String arg0 , int arg1 ) { Node loc0 = dataSet . getVariable ( arg0 ) ; if ( loc0 == target ) throw new IllegalArgumentException ( "srini_string" ) ; if ( ! ( loc0 instanceof DiscreteVariable ) ) throw new IllegalArgumentException ( "srini_string" ) ; discreteValues . put ( loc0 , arg1 ) ; } |
12,101 | the number of consecutively failed revalidation attempts . concode_field_sep HttpExecutionAware execAware concode_elem_sep AsynchronousValidator parent concode_elem_sep HttpRequestWrapper request concode_elem_sep String identifier concode_elem_sep HttpRoute route concode_elem_sep CachingExec cachingExec concode_elem_se... | int function ( ) { return consecutiveFailedAttempts ; } |
12,102 | returns list of groups for a user concode_field_sep TimeCacheMap<String,Set<String>> cachedGroups concode_elem_sep Logger LOG concode_field_sep void prepare concode_elem_sep Set<String> getUnixGroups | Set < String > function ( String arg0 ) { if ( cachedGroups . containsKey ( arg0 ) ) { return cachedGroups . get ( arg0 ) ; } Set < String > loc0 = getUnixGroups ( arg0 ) ; if ( ! loc0 . isEmpty ( ) ) cachedGroups . put ( arg0 , loc0 ) ; return loc0 ; } |
12,103 | ensures that serialization returns the unique instances . concode_field_sep DomainOrder NONE concode_elem_sep DomainOrder ASCENDING concode_elem_sep String name concode_elem_sep DomainOrder DESCENDING concode_elem_sep long serialVersionUID concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep ... | Object function ( ) { if ( this . equals ( DomainOrder . ASCENDING ) ) { return DomainOrder . ASCENDING ; } else if ( this . equals ( DomainOrder . DESCENDING ) ) { return DomainOrder . DESCENDING ; } else if ( this . equals ( DomainOrder . NONE ) ) { return DomainOrder . NONE ; } return null ; } |
12,104 | sets the value of the href property . concode_field_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 String type concode_elem_sep String title concode_elem_sep CrsAltType crs... | void function ( String arg0 ) { this . href = arg0 ; } |
12,105 | returns the group id of this social activity counter . concode_field_sep SocialActivityCounter _socialActivityCounter concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep ... | long function ( ) { return _socialActivityCounter . getGroupId ( ) ; } |
12,106 | binary type attributes can store any binary data , for example , compressed data , encrypted data , or images . concode_field_sep String stringValue concode_elem_sep String dataType concode_elem_sep java.nio.ByteBuffer binaryValue concode_field_sep void setStringValue concode_elem_sep String getStringValue concode_elem... | MessageAttributeValue function ( java . nio . ByteBuffer arg0 ) { setBinaryValue ( arg0 ) ; return this ; } |
12,107 | returns the name of the modifier , which is booleanfallback . concode_field_sep PlaceHolder placeHolder concode_field_sep HashSet getMinusTerms concode_elem_sep boolean modifyScores | String function ( ) { return "srini_string" ; } |
12,108 | gets privacy statement url . concode_field_sep UIInfo uiInfo concode_elem_sep Logger LOGGER concode_elem_sep long serialVersionUID concode_elem_sep RegisteredService registeredService concode_field_sep Collection<String> getDescriptions concode_elem_sep Collection<Logo> getLogoUrls concode_elem_sep Collection<String> g... | String function ( ) { final Collection < String > loc0 = getPrivacyStatementURLs ( ) ; return StringUtils . collectionToDelimitedString ( loc0 , "srini_string" ) ; } |
12,109 | returns the date of the new moon . concode_field_sep Calendar firstQuarter concode_elem_sep double illumination concode_elem_sep Calendar thirdQuarter concode_elem_sep MoonPhaseName name concode_elem_sep Calendar _new concode_elem_sep int age concode_elem_sep Calendar full concode_field_sep void setName concode_elem_se... | Calendar function ( ) { return _new ; } |
12,110 | appends the string evaluation of this expression with the given value concode_field_sep boolean not concode_elem_sep Expression expression concode_field_sep ValueBuilder prepend concode_elem_sep ValueBuilder onNewValueBuilder concode_elem_sep ValueBuilder tokenize concode_elem_sep ValueBuilder tokenize concode_elem_sep... | ValueBuilder function ( Object arg0 ) { Expression loc0 = ExpressionBuilder . append ( expression , asExpression ( arg0 ) ) ; return onNewValueBuilder ( loc0 ) ; } |
12,111 | returns true or false , depending on whether this instance and other have the same numerator and denominator . concode_field_sep int denom concode_elem_sep int num concode_field_sep boolean isOne concode_elem_sep int getScaled concode_elem_sep int getNum concode_elem_sep int getDenom | boolean function ( TJScalingFactor arg0 ) { return this . num == arg0 . num && this . denom == arg0 . denom ; } |
12,112 | this method is called when the end of a matching xml element is encountered . concode_field_sep String namespaceURI concode_elem_sep Digester digester concode_field_sep Digester getDigester concode_elem_sep void setNamespaceURI concode_elem_sep String getNamespaceURI concode_elem_sep void finish concode_elem_sep void b... | void function ( ) { ; } |
12,113 | sets the value of the title property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep java.lang.Boolean owns concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep String remoteSchema concode_elem... | void function ( String arg0 ) { this . title = arg0 ; } |
12,114 | register the above content view . concode_field_sep boolean mEnableSlide concode_elem_sep Activity mActivity concode_elem_sep View mViewBehind concode_elem_sep boolean mOnPostCreateCalled concode_elem_sep boolean mBroadcasting concode_elem_sep View mViewAbove concode_elem_sep SlidingMenu mSlidingMenu concode_field_sep ... | void function ( View arg0 , LayoutParams arg1 ) { if ( ! mBroadcasting ) mViewAbove = arg0 ; } |
12,115 | install a mousewheelcurrentpagelistener as a mousewheellistener concode_field_sep JScrollPane scrollpane concode_elem_sep CurrentPageChanger currentPageChanger concode_elem_sep boolean calculatingCurrentPage concode_field_sep void uninstall concode_elem_sep void mouseWheelMoved | Object function ( JScrollPane arg0 , CurrentPageChanger arg1 ) { MouseWheelCurrentPageListener loc0 = null ; if ( arg0 != null && arg1 != null ) { loc0 = new MouseWheelCurrentPageListener ( arg0 , arg1 ) ; arg0 . addMouseWheelListener ( loc0 ) ; } return loc0 ; } |
12,116 | convert the name into user readable string . concode_field_sep IPAddressName hostIP concode_elem_sep String host concode_elem_sep URI uri concode_elem_sep DNSName hostDNS concode_field_sep URIName nameConstraint concode_elem_sep void encode concode_elem_sep int subtreeDepth concode_elem_sep String getName concode_elem_... | String function ( ) { return "srini_string" + uri . toString ( ) ; } |
12,117 | create new array . concode_field_sep String FQCN concode_elem_sep Level TRACE concode_field_sep void throwing concode_elem_sep void entering concode_elem_sep void entering concode_elem_sep void entering concode_elem_sep void entering concode_elem_sep Boolean valueOf concode_elem_sep Character valueOf concode_elem_sep B... | Object [ ] function ( final Object arg0 , final Object arg1 , final Object arg2 , final Object arg3 ) { return new Object [ ] { arg0 , arg1 , arg2 , arg3 } ; } |
12,118 | query for the number of turns concode_field_sep int score concode_elem_sep int numTurns concode_field_sep double getTurnAverage concode_elem_sep void recordTurn concode_elem_sep void reset concode_elem_sep int getScore | int function ( ) { return numTurns ; } |
12,119 | total number of shards in the cluster concode_field_sep int minIndexShards concode_elem_sep String AVG concode_elem_sep String MAX concode_elem_sep SegmentsStats segments concode_elem_sep int primaries concode_elem_sep int maxIndexShards concode_elem_sep int total concode_elem_sep String REPLICATION concode_elem_sep Do... | int function ( ) { return this . total ; } |
12,120 | gets the port number that is being-locked . concode_field_sep InetSocketAddress localhost concode_elem_sep InetSocketAddress address concode_elem_sep int DEFAULT_PORT concode_elem_sep long DELAY_BETWEEN_SOCKET_CHECKS concode_elem_sep Socket lockSocket concode_elem_sep Object syncObject concode_field_sep void unlock con... | int function ( ) { return this . address . getPort ( ) ; } |
12,121 | this is called when we receive a response code from android market for a restoretransactions request . concode_field_sep String TAG concode_elem_sep PurchaseObserver sPurchaseObserver concode_field_sep void checkBillingSupportedResponse concode_elem_sep void unregister concode_elem_sep void buyPageIntentResponse concod... | void function ( Context arg0 , RestoreTransactions arg1 , ResponseCode arg2 ) { if ( sPurchaseObserver != null ) { sPurchaseObserver . onRestoreTransactionsResponse ( arg1 , arg2 ) ; } } |
12,122 | get the creation-date parameter . concode_field_sep String fileName concode_elem_sep Date modificationDate concode_elem_sep long size concode_elem_sep Date readDate concode_elem_sep String type concode_elem_sep Date creationDate concode_elem_sep Map<String,String> parameters concode_elem_sep long size concode_field_sep... | Date function ( ) { return creationDate ; } |
12,123 | returns the current navigationnodebean active state . concode_field_sep boolean active concode_elem_sep Node node concode_elem_sep boolean showEmptyCategories concode_elem_sep List<NodeBean> children concode_elem_sep SiteId siteId concode_elem_sep String EMPTY_CATEGORY_PROPERTY_NAME concode_elem_sep boolean emptyCatego... | boolean function ( ) { NodePath loc0 = PortalRequest . getInstance ( ) . getNodePath ( ) ; NodePath loc1 = node . getNodePath ( ) ; if ( ! active ) { active = ( loc1 != null ) ? loc1 . equals ( loc0 ) : false ; } return active ; } |
12,124 | gets the value of the after property . concode_field_sep String ref concode_elem_sep NamedSecurityFilter before concode_elem_sep NamedSecurityFilter after concode_elem_sep NamedSecurityFilter position concode_field_sep NamedSecurityFilter getPosition concode_elem_sep void setRef concode_elem_sep NamedSecurityFilter get... | NamedSecurityFilter function ( ) { return after ; } |
12,125 | gets the value of the returndesc property . concode_field_sep String returnCode concode_elem_sep MandateInfo mandateInfo concode_elem_sep Creditor creditor concode_elem_sep DirectDebitInfo directDebitInfo concode_elem_sep String returnDesc concode_field_sep void setReturnDesc concode_elem_sep Creditor getCreditor conco... | String function ( ) { return returnDesc ; } |
12,126 | creates a new server , binding to any available ephemeral port . concode_field_sep boolean closeIdleConnections concode_elem_sep Logger logger concode_elem_sep RpcHandler rpcHandler concode_elem_sep TransportConf conf concode_elem_sep MessageDecoder decoder concode_elem_sep MessageEncoder encoder concode_field_sep Tran... | TransportServer function ( List < TransportServerBootstrap > arg0 ) { return createServer ( 0 , arg0 ) ; } |
12,127 | invoked when a mouse button has been pressed on a component . concode_field_sep Point lastMousePosition concode_elem_sep DocumentViewController documentViewController concode_field_sep void mouseReleased concode_elem_sep void mouseDragged concode_elem_sep void mouseExited concode_elem_sep void mouseEntered concode_elem... | void function ( MouseEvent arg0 ) { if ( documentViewController != null && documentViewController . getDocumentViewModel ( ) . isViewToolModeSelected ( DocumentViewModel . DISPLAY_TOOL_PAN ) ) { documentViewController . setViewCursor ( DocumentViewController . CURSOR_HAND_CLOSE ) ; } } |
12,128 | gets the value of the consolidatepostbyacc property . concode_field_sep String previewPrintFormatCode concode_elem_sep SalesInvoiceUDFList salesInvoiceHeaderUDFList concode_elem_sep boolean creditNoteSendToPortal concode_elem_sep boolean previewSendToPortal concode_elem_sep boolean invoiceSendToPortal concode_elem_sep ... | boolean function ( ) { return consolidatePostByAcc ; } |
12,129 | sets the value of the leaf property . concode_field_sep List<Node> node concode_elem_sep boolean expanded concode_elem_sep boolean link concode_elem_sep String id concode_elem_sep String label concode_elem_sep boolean leaf concode_elem_sep ContentDescriptor contentDescriptor concode_field_sep boolean isExpanded concode... | void function ( boolean arg0 ) { this . leaf = arg0 ; } |
12,130 | implements org.apache.batik.i18n.localizable #setlocale locale . concode_field_sep String RESOURCES concode_elem_sep LocalizableSupport localizableSupport concode_elem_sep ResourceManager resourceManager concode_field_sep String formatMessage concode_elem_sep int getInteger concode_elem_sep String getString concode_ele... | void function ( Locale arg0 ) { localizableSupport . setLocale ( arg0 ) ; resourceManager = new ResourceManager ( localizableSupport . getResourceBundle ( ) ) ; } |
12,131 | returns a mask of all the modifiers that may be applied to fields . concode_field_sep int FINAL concode_elem_sep int BRIDGE concode_elem_sep int PUBLIC concode_elem_sep int STRICT concode_elem_sep int PRIVATE concode_elem_sep int INTERFACE concode_elem_sep int VARARGS concode_elem_sep int TRANSIENT concode_elem_sep int... | int function ( ) { return PUBLIC | PROTECTED | PRIVATE | STATIC | FINAL | TRANSIENT | VOLATILE ; } |
12,132 | returns the argument . concode_field_sep int REJECT concode_elem_sep String DOT concode_elem_sep Pattern pattern concode_elem_sep Object _argument concode_elem_sep int action concode_elem_sep int ACCEPT concode_elem_sep int REFUSE concode_field_sep boolean contains concode_elem_sep Protocollnformation getProtocolInform... | Object function ( ) { return _argument ; } |
12,133 | gets the component id of the selectbooleancheckbox , under the map ui , corresponding to this time zone . concode_field_sep DateFormat dateFormat concode_elem_sep String id concode_elem_sep String mapCommandButtonId concode_elem_sep String checkboxId concode_field_sep String getUseDaylightTime concode_elem_sep String g... | String function ( ) { return checkboxId ; } |
12,134 | adds a term to the map with a given count . concode_field_sep String label concode_elem_sep Map<String,Integer> map concode_field_sep void processElements concode_elem_sep void incrementTermCount concode_elem_sep String getLabel concode_elem_sep int size concode_elem_sep Integer get concode_elem_sep void main concode_e... | void function ( String arg0 , int arg1 ) { map . put ( arg0 , arg1 ) ; } |
12,135 | returns whether this retry policy should honor the max error retry set in clientconfiguration . concode_field_sep int maxErrorRetry concode_elem_sep BackoffStrategy NO_DELAY concode_elem_sep BackoffStrategy backoffStrategy concode_elem_sep RetryCondition NO_RETRY_CONDITION concode_elem_sep boolean honorMaxErrorRetryInC... | boolean function ( ) { return honorMaxErrorRetryInClientConfig ; } |
12,136 | gets the round about center x. concode_field_sep int roundAboutCenterX concode_elem_sep long serialVersionUID concode_elem_sep int exit concode_elem_sep int rot concode_elem_sep short blockType concode_elem_sep int x concode_elem_sep int y concode_elem_sep int roundAboutCenterY concode_elem_sep int direction concode_fi... | int function ( ) { return this . roundAboutCenterX ; } |
12,137 | stopsetnext . concode_field_sep long serialVersionUID concode_elem_sep boolean isFree concode_field_sep void selectButtonOK concode_elem_sep void selectPlayer concode_elem_sep void stop concode_elem_sep void setFree concode_elem_sep boolean isFree concode_elem_sep void showMessage concode_elem_sep void selectCard conco... | void function ( Input arg0 ) { stop ( ) ; AllZone . getInputControl ( ) . setInput ( arg0 ) ; } |
12,138 | gets the value of the type property . concode_field_sep String label6 concode_elem_sep String otherloctype concode_elem_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep String id concode_elem_sep String href concode_elem_sep String type concod... | String function ( ) { if ( type == null ) { return "srini_string" ; } else { return type ; } } |
12,139 | copies the contents of this instance into the given raw byte at the given offset . the given array must be large enough . concode_field_sep int size concode_elem_sep byte[] bytes concode_elem_sep int start concode_field_sep long getLong concode_elem_sep int getInt concode_elem_sep int getByte concode_elem_sep int size ... | void function ( byte [ ] arg0 , int arg1 ) { if ( ( arg0 . length - arg1 ) < size ) { throw new IndexOutOfBoundsException ( "srini_string" + "srini_string" ) ; } System . arraycopy ( bytes , start , arg0 , arg1 , size ) ; } |
12,140 | sets the exceptionlistener instance to be used for reportingrecorable exceptions in the instantiation and initialization sequence . if the argument is null a default instance will be used that prints the thrown exception to system.err . concode_field_sep PersistenceDelegate defaultPersistenceDelegate concode_elem_sep I... | void function ( ExceptionListener arg0 ) { exceptionListener = ( arg0 != null ) ? arg0 : DefaultExceptionListener . INSTANCE ; } |
12,141 | implements the wizardpaneldescriptor method to return the identifier of the next wizard page . concode_field_sep String IDENTIFIER concode_elem_sep ChatRoomNamePanel namePanel concode_elem_sep NewChatRoom newChatRoom concode_field_sep void pageShown concode_elem_sep void pageShowing concode_elem_sep Object getBackPageI... | Object function ( ) { return WizardPage . FINISH_PAGE_IDENTIFIER ; } |
12,142 | writes a utf-8 encoded string . since ascii is a subset of utf-8 , this method can be used to write strings that are known to be ascii-only . concode_field_sep int PREFIX_6_BITS concode_elem_sep int PREFIX_8_BITS concode_elem_sep DataInputStream in concode_elem_sep int PREFIX_5_BITS concode_elem_sep List<HeaderEntry> I... | void function ( String arg0 ) { byte [ ] loc0 = arg0 . getBytes ( "srini_string" ) ; writeInt ( loc0 . length , PREFIX_8_BITS , 0 ) ; out . write ( loc0 ) ; } |
12,143 | gets the value of the show property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep JAXBElement<? extends EngineeringCRSType> engineeringCRS concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep... | String function ( ) { return show ; } |
12,144 | sets the modified date of this location . concode_field_sep Location _location concode_field_sep long getLocationId concode_elem_sep void setCountry concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.la... | void function ( java . util . Date arg0 ) { _location . setModifiedDate ( arg0 ) ; } |
12,145 | instructs the webview to cancel the authentication request . concode_field_sep HttpAuthHandler handler concode_field_sep void proceed | void function ( ) { this . handler . cancel ( ) ; } |
12,146 | setter method for username concode_field_sep String parentId concode_elem_sep List circleDetails concode_elem_sep int departmentId concode_elem_sep String circleName concode_elem_sep String departmentName concode_elem_sep String[] offDays concode_elem_sep String status concode_elem_sep String circleId concode_elem_sep ... | void function ( String arg0 ) { this . userName = arg0 ; } |
12,147 | return true if there is a value present , otherwise false . concode_field_sep DistributedOptional<?> EMPTY concode_elem_sep T value concode_field_sep DistributedOptional<T> ofNullable concode_elem_sep T orElse concode_elem_sep DistributedOptional<T> empty concode_elem_sep T orElseThrow concode_elem_sep DistributedOptio... | boolean function ( ) { return value != null ; } |
12,148 | writing to eeprom takes a couple of cycles . during this time any actions taken on non-volatile wipers fail due to active writing . concode_field_sep boolean eepromWriteActive concode_elem_sep boolean channelALocked concode_elem_sep boolean eepromWriteProtected concode_elem_sep boolean channelBLocked concode_field_sep ... | boolean function ( ) { return eepromWriteActive ; } |
12,149 | gets the wstransformer value for this wsputtransformer . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.talend.mdm.webservice.WSTransformer wsTransformer concode_field_sep org.apache.axis.descrip... | org . talend . mdm . webservice . WSTransformer function ( ) { return wsTransformer ; } |
12,150 | implements pathhandler #linetoverticalabs float . concode_field_sep ExtendedGeneralPath path concode_elem_sep float currentX concode_elem_sep float yCenter concode_elem_sep int windingRule concode_elem_sep float currentY concode_elem_sep float xCenter concode_field_sep Shape createShape concode_elem_sep void curvetoCub... | void function ( float arg0 ) { path . lineTo ( xCenter = currentX , yCenter = currentY = arg0 ) ; } |
12,151 | a set of strings . concode_field_sep java.util.List<String> sS concode_elem_sep String s concode_elem_sep java.util.List<String> nS concode_elem_sep String n concode_field_sep java.util.List<String> getNS concode_elem_sep void setNS concode_elem_sep void setS concode_elem_sep AttributeValue withNS concode_elem_sep Attr... | java . util . List < String > function ( ) { return sS ; } |
12,152 | the name of the topic concode_field_sep Integer proxyPort concode_elem_sep String amazonSNSEndpoint concode_elem_sep String secretKey concode_elem_sep String accessKey concode_elem_sep String subject concode_elem_sep String topicName concode_elem_sep String messageStructure concode_elem_sep String proxyHost concode_ele... | void function ( String arg0 ) { this . topicName = arg0 ; } |
12,153 | whether str is a proxy_authorization field concode_field_sep String Route concode_elem_sep String Via_short concode_elem_sep String Authentication_Info concode_elem_sep String CSeq concode_elem_sep String Require concode_elem_sep String Unsupported concode_elem_sep String To_short concode_elem_sep String User_Agent con... | boolean function ( String arg0 ) { return same ( arg0 , Proxy_Authorization ) ; } |
12,154 | gets the value of the state property . concode_field_sep BigDecimal zip concode_elem_sep String country concode_elem_sep String city concode_elem_sep String street concode_elem_sep String name concode_elem_sep String state concode_field_sep void setName concode_elem_sep void setCountry concode_elem_sep String getName c... | String function ( ) { return state ; } |
12,155 | send a preparedaftertimeout request . concode_field_sep ParticipantStub PARTICIPANT_STUB concode_field_sep void rollback concode_elem_sep void replayCommit concode_elem_sep void volatileAndDurable concode_elem_sep void commit concode_elem_sep ParticipantStub getParticipantStub concode_elem_sep void earlyAborted concode... | void function ( final String arg0 , final CoordinationContextType arg1 ) { final String loc0 = MessageId . getMessageId ( ) ; final MAP loc1 = AddressingHelper . createRequestContext ( arg0 , loc0 ) ; SyncParticipantClient . getClient ( ) . sendPreparedAfterTimeout ( arg1 , loc1 ) ; } |
12,156 | important : this must be called with wl on #address2key . concode_field_sep Cache<? extends K,?> cache concode_elem_sep Log log concode_elem_sep ReclosableLatch keyProducerStartLatch concode_elem_sep int POLL_INTERVAL_MILLIS concode_elem_sep KeyGenerator<? extends K> keyGenerator concode_elem_sep AtomicInteger maxNumbe... | void function ( Collection < Address > arg0 ) { for ( Address loc0 : arg0 ) { if ( interestedInAddress ( loc0 ) ) { address2key . put ( loc0 , new ArrayBlockingQueue < > ( bufferSize ) ) ; } else { log . tracef ( "srini_string" , loc0 ) ; } } } |
12,157 | returns the coredistance for this dataobject concode_field_sep boolean processed concode_elem_sep double r_dist concode_elem_sep Database database concode_elem_sep Instance instance concode_elem_sep int clusterID concode_elem_sep double c_dist concode_elem_sep String key concode_elem_sep long serialVersionUID concode_f... | double function ( ) { return c_dist ; } |
12,158 | this method returns the sequence start position . concode_field_sep int occurrences concode_elem_sep double score concode_elem_sep String sequence concode_elem_sep String strand concode_elem_sep String cigar concode_elem_sep String chromosome concode_elem_sep int map_quality concode_elem_sep int start concode_elem_sep ... | int function ( ) { return this . start ; } |
12,159 | convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep Map<String,String> mapProperty concode_elem_sep Map<String,Map<String,String>> mapOfMapProperty concode_field_sep AdditionalPropertiesClass putMapOfMapPropertyItem concode_elem_sep int hashCode concode_elem_... | String function ( java . lang . Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; } |
12,160 | tests the auto installation . concode_field_sep TemporaryFolder tmp concode_elem_sep Logger LOGGER concode_elem_sep JenkinsRule j concode_field_sep void locate concode_elem_sep void retrieveUpdateCenterData concode_elem_sep void autoInstallation7 concode_elem_sep void configRoundtrip concode_elem_sep void autoInstallat... | void function ( ) { doTestAutoInstallation ( "srini_string" , "srini_string" ) ; } |
12,161 | gets the value of the seed property . concode_field_sep byte[] p concode_elem_sep byte[] q concode_elem_sep byte[] seed concode_elem_sep byte[] g concode_elem_sep byte[] pgenCounter concode_elem_sep byte[] y concode_elem_sep byte[] j concode_field_sep byte[] getG concode_elem_sep void setY concode_elem_sep byte[] getJ ... | byte [ ] function ( ) { return seed ; } |
12,162 | sets the color to use when marking occurrences . concode_field_sep SmartHighlightPainter p concode_elem_sep Timer timer concode_elem_sep Color DEFAULT_COLOR concode_elem_sep int DEFAULT_DELAY_MS concode_elem_sep RSyntaxTextArea textArea concode_field_sep void actionPerformed concode_elem_sep void caretUpdate concode_el... | void function ( Color arg0 ) { p . setPaint ( arg0 ) ; if ( textArea != null ) { clear ( ) ; caretUpdate ( null ) ; } } |
12,163 | return an iterator of the attribute names of this node . if there are no attributes , an empty iterator is returned . concode_field_sep String name concode_elem_sep HashMap attributes concode_elem_sep TreeNode parent concode_elem_sep String body concode_elem_sep ArrayList children concode_field_sep TreeNode findChild c... | Iterator function ( ) { if ( attributes == null ) return ( Collections . EMPTY_LIST . iterator ( ) ) ; else return ( attributes . keySet ( ) . iterator ( ) ) ; } |
12,164 | returns whether hot restart enabled on this member . concode_field_sep int validationTimeoutSeconds concode_elem_sep HotRestartClusterDataRecoveryPolicy clusterDataRecoveryPolicy concode_elem_sep int parallelism concode_elem_sep int DEFAULT_VALIDATION_TIMEOUT concode_elem_sep File baseDir concode_elem_sep File backupDi... | boolean function ( ) { return enabled ; } |
12,165 | returns this issue 's level . concode_field_sep Level level concode_elem_sep Throwable throwable concode_elem_sep int levelInt concode_elem_sep String message concode_field_sep int toInteger concode_elem_sep String getMessage concode_elem_sep Throwable getThrowable | Level function ( ) { return level ; } |
12,166 | two objects that are equal are required to return the same hashcode . concode_field_sep double EPSILON concode_field_sep void testCloning concode_elem_sep void testFindDomainBounds concode_elem_sep void testPublicCloneable concode_elem_sep void testSerialization concode_elem_sep void testEquals concode_elem_sep Default... | void function ( ) { ClusteredXYBarRenderer loc0 = new ClusteredXYBarRenderer ( ) ; ClusteredXYBarRenderer loc1 = new ClusteredXYBarRenderer ( ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; int loc2 = loc0 . hashCode ( ) ; int loc3 = loc1 . hashCode ( ) ; assertEquals ( loc2 , loc3 ) ; } |
12,167 | returns true if the driver thinks that it can open a connection to the given url . typically drivers will return true if they understand the subprotocol specified in the url and false if they do n't . concode_field_sep PlaceHolder placeHolder concode_field_sep Connection getConnection concode_elem_sep int getMajorVersi... | boolean function ( String arg0 ) { return arg0 != null && arg0 . regionMatches ( true , 0 , DatabaseURL . S_URL_PREFIX , 0 , DatabaseURL . S_URL_PREFIX . length ( ) ) ; } |
12,168 | get rabbit group by groupid concode_field_sep RabbitNameComparator rabbitNameComparator concode_elem_sep CoreService coreService concode_elem_sep LogRepository logRepository concode_elem_sep LogLevelDailyStatisticsRepository logLevelDailyStatisticsRepository concode_elem_sep ConnectionFactory connectionFactory concode_... | RabbitGroup function ( ObjectId arg0 ) { return groupRepository . findOne ( arg0 ) ; } |
12,169 | add a list of attributes . concode_field_sep List _attributes concode_field_sep List getAttributes concode_elem_sep CompositeEntity buildLibrary | void function ( List arg0 ) { _attributes = arg0 ; } |
12,170 | returns the title as set by settitle , without consulting the shell . concode_field_sep Point initialSize concode_elem_sep Map extraData concode_elem_sep DropTargetListener dropTargetListener concode_elem_sep boolean showToolBar concode_elem_sep String windowTitle concode_elem_sep boolean showMenuBar concode_elem_sep b... | String function ( ) { return windowTitle ; } |
12,171 | returns a range of all the kaleo transitions . 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.liferay.portal.kernel.dao.orm.queryuti... | java . util . List < com . liferay . portal . workflow . kaleo . model . KaleoTransition > function ( int arg0 , int arg1 ) { return _kaleoTransitionLocalService . getKaleoTransitions ( arg0 , arg1 ) ; } |
12,172 | chooses an alias for the server side of an ssl connection to authenticate it with the specified public key type and certificate issuers . concode_field_sep PlaceHolder placeHolder concode_field_sep String chooseEngineClientAlias | String function ( String arg0 , Principal [ ] arg1 , SSLEngine arg2 ) { return null ; } |
12,173 | inorder from right node to left . this will print bst elements in decreasing order . concode_field_sep String data concode_elem_sep Node left concode_elem_sep Node root concode_elem_sep Node right concode_elem_sep int key concode_field_sep void addNode concode_elem_sep void setLeft concode_elem_sep void main concode_el... | void function ( Node arg0 ) { if ( arg0 == null ) { return ; } inOrderFromRightToLeft ( arg0 . right ) ; System . out . print ( arg0 . key + "srini_string" ) ; inOrderFromRightToLeft ( arg0 . left ) ; } |
12,174 | gets the conditional operator . concode_field_sep SideType side concode_elem_sep WhereTypeInfo typeInfo concode_elem_sep boolean conditionalNotOperator concode_elem_sep SLLinkTypeStatementInfo innerStatementInfo concode_elem_sep SLLinkTypeStatementInfo outerStatementInfo concode_elem_sep RelationalOperatorType relation... | ConditionalOperatorType function ( ) { return conditionalOperator ; } |
12,175 | setlogwriter method comment . concode_field_sep int loginTimeout concode_elem_sep PrintWriter logWriter concode_elem_sep String user concode_elem_sep String database concode_elem_sep String password concode_field_sep Connection getConnection concode_elem_sep Connection getConnection concode_elem_sep void setPassword co... | void function ( PrintWriter arg0 ) { this . logWriter = arg0 ; } |
12,176 | method not implemented . concode_field_sep char PLUS concode_elem_sep char ZERO concode_elem_sep char LOWER_E concode_elem_sep LineColumnReader reader concode_elem_sep char SPACE concode_elem_sep JsonToken currentToken concode_elem_sep char DOT concode_elem_sep char UPPER_E concode_elem_sep Pattern p concode_elem_sep c... | void function ( ) { throw new UnsupportedOperationException ( "srini_string" ) ; } |
12,177 | writes the tail of the object to the stream . concode_field_sep SerializerFactory _serializerFactory concode_field_sep SerializerFactory findSerializerFactory concode_elem_sep void writeHeader concode_elem_sep boolean removeRef concode_elem_sep void writeClassFieldLength concode_elem_sep void writeByteBufferStart conco... | void function ( ) { } |
12,178 | if this is a enum type , returns the enum , otherwise fails . concode_field_sep boolean allowedAsPathParameter concode_elem_sep boolean allowedAsRequestResponseInCodeGen concode_elem_sep BiMap<String,Type> PRIMITIVE_TYPE_MAP concode_elem_sep MessageType messageType concode_elem_sep Type kind concode_elem_sep EnumType e... | EnumType function ( ) { return Preconditions . checkNotNull ( enumType ) ; } |
12,179 | if this validator is for an epackage you want to use in multiple languages , this method should return false . otherwise issues will be reported twice . concode_field_sep String ISSUE_SEVERITIES concode_elem_sep String CURRENT_LANGUAGE_NAME concode_elem_sep String languageName concode_field_sep boolean internalValidate... | boolean function ( ) { return languageName != null ; } |
12,180 | set the dimension to sort by . concode_field_sep int dim concode_field_sep int compare | void function ( int arg0 ) { this . dim = arg0 ; } |
12,181 | given an index in the range 0 ... size -1 , returns the value from the indexth key-value mapping that this sparsebooleanarray stores . concode_field_sep int[] mKeys concode_elem_sep int mSize concode_elem_sep boolean[] mValues concode_field_sep int keyAt concode_elem_sep int size concode_elem_sep int indexOfKey concode... | boolean function ( int arg0 ) { return mValues [ arg0 ] ; } |
12,182 | returns all homematicbindingproviders . concode_field_sep HomematicContext instance concode_elem_sep HomematicClient homematicClient concode_elem_sep StateHolder stateHolder concode_elem_sep EventPublisher eventPublisher concode_elem_sep HomematicConfig config concode_elem_sep ServerId serverId concode_elem_sep Collect... | Collection < HomematicBindingProvider > function ( ) { return providers ; } |
12,183 | returns a newly allocated or recycled object from this pool . if no stored objects currently exist in this pool , return a newly allocated object by calling it 's default constructor . concode_field_sep int n concode_elem_sep Class<T> poolable concode_elem_sep List<T> objects concode_field_sep int getSize concode_elem_... | T function ( ) { return allocate ( false ) ; } |
12,184 | ensure the user does n't try to access fields from the wrong schema concode_field_sep Schema schema concode_elem_sep Object[] values concode_field_sep Schema schema concode_elem_sep Struct set concode_elem_sep Struct set concode_elem_sep Struct instance concode_elem_sep Struct instance concode_elem_sep Short getShort c... | void function ( Field arg0 ) { if ( this . schema != arg0 . schema ) throw new SchemaException ( "srini_string" + arg0 . name + "srini_string" ) ; if ( arg0 . index > values . length ) throw new SchemaException ( "srini_string" + arg0 . index ) ; } |
12,185 | pre : tipointercambio ! = null post : cambia el tipo del anuncio . concode_field_sep String descripcion concode_elem_sep String especie concode_elem_sep String estado concode_elem_sep double precio concode_elem_sep String titulo concode_elem_sep String rutaImagen concode_elem_sep int idAnuncio concode_elem_sep String t... | void function ( String arg0 ) { this . tipoIntercambio = arg0 ; } |
12,186 | returns whether the statement is prepared . concode_field_sep boolean prepared concode_elem_sep JDBCExecutionFactory executionFactory concode_elem_sep ExecutionContext context concode_elem_sep List preparedValues concode_elem_sep String sql concode_field_sep String getSql concode_elem_sep void translateCommand concode_... | boolean function ( ) { return prepared ; } |
12,187 | create a new xml document without document type using version exmlversion #xml_10 . the default document builder is used . concode_field_sep boolean DEFAULT_DOM_NAMESPACE_AWARE concode_elem_sep XMLFactory s_aInstance concode_elem_sep SimpleReadWriteLock s_aRWLock concode_elem_sep boolean DEFAULT_DOM_IGNORING_ELEMENT_CO... | Document function ( ) { return newDocument ( getDocumentBuilder ( ) , ( EXMLVersion ) null ) ; } |
12,188 | gets the source position . concode_field_sep int address concode_elem_sep RegisterSpecList registers concode_elem_sep SourcePosition position concode_elem_sep Dop opcode concode_field_sep boolean hasAddress concode_elem_sep String listingString concode_elem_sep void setAddress concode_elem_sep DalvInsn hrPrefix concode... | SourcePosition function ( ) { return position ; } |
12,189 | this method performs to find the patron information using by patron id concode_field_sep Logger LOG concode_elem_sep OleDeliverRequestDocumentHelperServiceImpl service concode_elem_sep List<OleRenewalLoanDocument> oleRenewalLoanDocumentList concode_elem_sep OlePatronService olePatronService concode_field_sep List<OleDe... | OlePatronDefinition function ( String arg0 ) { LOG . debug ( "srini_string" ) ; OlePatronDefinition loc0 = getOlePatronService ( ) . getPatron ( arg0 ) ; return loc0 ; } |
12,190 | return the configured pathmatcher . concode_field_sep boolean autodetect concode_elem_sep Log logger concode_elem_sep UrlPathHelper urlPathHelper concode_elem_sep Map<String,ResourceHttpRequestHandler> handlerMap concode_elem_sep PathMatcher pathMatcher concode_field_sep void detectResourceHandlers concode_elem_sep Str... | PathMatcher function ( ) { return this . pathMatcher ; } |
12,191 | returns the number of factors in the history . this is used to set up the initial history array . concode_field_sep long serialVersionUID concode_elem_sep IndexedLagGraph connectivity concode_elem_sep Polynomial[] polynomials concode_elem_sep Distribution[] errorDistributions concode_field_sep PolynomialFunction serial... | int function ( ) { return this . connectivity . getNumFactors ( ) ; } |
12,192 | evaluates the specified string expression and makes the first three parameters available inside the script bound to variables named ` x ' , ` y ' , and ` z ' respectively , returning the result . for example , this code executes without failure : assert 10 == eval.xyz 2 , 4 , 2 , ' x y + z ' concode_field_sep PlaceHold... | Object function ( final Object arg0 , final Object arg1 , final Object arg2 , final String arg3 ) { Binding loc0 = new Binding ( ) ; loc0 . setVariable ( "srini_string" , arg0 ) ; loc0 . setVariable ( "srini_string" , arg1 ) ; loc0 . setVariable ( "srini_string" , arg2 ) ; GroovyShell loc1 = new GroovyShell ( loc0 ) ; ... |
12,193 | gets the predicted class value . concode_field_sep double m_Weight concode_elem_sep double[][] m_PredictionIntervals concode_elem_sep double m_Actual concode_elem_sep long serialVersionUID concode_elem_sep double m_Predicted concode_field_sep double actual concode_elem_sep void setPredictionIntervals concode_elem_sep d... | double function ( ) { return m_Predicted ; } |
12,194 | returns the global context object . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isGlobal concode_elem_sep void dispose concode_elem_sep CefRequestContextHandler getHandler concode_elem_sep CefRequestContext createContext | CefRequestContext function ( ) { return CefRequestContext_N . getGlobalContextNative ( ) ; } |
12,195 | this method returns the cubicsplinesegments pointed to by index concode_field_sep int numSegments concode_elem_sep CubicSplineSegment[] cubicSplineSegment concode_elem_sep float totalCurveLength concode_field_sep void setSegments concode_elem_sep float getTotalCurveLength concode_elem_sep void computeTotalCurveLength | CubicSplineSegment function ( int arg0 ) { return this . cubicSplineSegment [ arg0 ] ; } |
12,196 | gets the log writer for this managedconnection instance . concode_field_sep Logger log concode_elem_sep MultipleManagedConnectionFactory2 mcf concode_elem_sep List<ConnectionEventListener> listeners concode_elem_sep Object connection concode_elem_sep PrintWriter logwriter concode_field_sep void associateConnection conc... | PrintWriter function ( ) { log . trace ( "srini_string" ) ; return logwriter ; } |
12,197 | returns the number of elements in this path . concode_field_sep char SEPARATOR_CHAR concode_elem_sep String SEPARATOR concode_elem_sep String CUR_DIR concode_elem_sep long serialVersionUID concode_elem_sep URI uri concode_field_sep Path getParent concode_elem_sep String getName concode_elem_sep void read concode_elem_s... | int function ( ) { String loc0 = uri . getPath ( ) ; int loc1 = 0 ; int loc2 = loc0 . length ( ) == 1 && loc0 . charAt ( 0 ) == '/' ? - 1 : 0 ; while ( loc2 != - 1 ) { loc1 ++ ; loc2 = loc0 . indexOf ( SEPARATOR , loc2 + 1 ) ; } return loc1 ; } |
12,198 | returns true if the specified tag contents has self-closing tag concode_field_sep String JAVASCRIPT concode_elem_sep Set<String> fgEventsMap concode_elem_sep String STYLE concode_field_sep boolean isCSSAttribute concode_elem_sep String stripTagEndings concode_elem_sep boolean isJavaScriptTag concode_elem_sep Range getA... | boolean function ( String arg0 ) { return isTagComplete ( arg0 ) && arg0 . length ( ) >= 2 && arg0 . charAt ( arg0 . length ( ) - 2 ) == '/' ; } |
12,199 | returns the optional step type , possibly null . concode_field_sep int sequenceNumber concode_elem_sep String file concode_elem_sep long size concode_elem_sep AtomicInteger SEQUENCE concode_elem_sep StepType type concode_field_sep long getSize concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_s... | StepType function ( ) { return type ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.