idx int64 0 25k | question stringlengths 72 5.69k | target stringlengths 21 481 |
|---|---|---|
14,500 | return the name of the gauge . concode_field_sep double average concode_elem_sep double max concode_elem_sep long count concode_elem_sep String AVG concode_elem_sep String VAL concode_elem_sep double min concode_elem_sep String MIN concode_elem_sep double alpha concode_elem_sep String name concode_elem_sep String MAX c... | String function ( ) { return this . name ; } |
14,501 | converts tms tile coordinates to microsoft quadtree . code copied from : http://code.google.com/p/gmap-tile-generator/ concode_field_sep double originShift concode_elem_sep double METER_TO_FEET_CONVERSION_FACTOR concode_elem_sep double EQUATORIALRADIUS concode_field_sep double getResolution concode_elem_sep int[] meter... | String function ( int arg0 , int arg1 , int arg2 ) { String loc0 = "srini_string" ; arg1 = ( int ) ( ( Math . pow ( 2 , arg2 ) - 1 ) - arg1 ) ; for ( int loc1 = arg2 ; loc1 < 0 ; loc1 -- ) { int loc2 = 0 ; int loc3 = 1 << ( loc1 - 1 ) ; if ( ( arg0 & loc3 ) != 0 ) { loc2 += 1 ; } if ( ( arg1 & loc3 ) != 0 ) { loc2 += 2... |
14,502 | returns the size of the result list . concode_field_sep ArrayList<SimpleResult> results concode_field_sep double score concode_elem_sep double sigmoid concode_elem_sep int documentID | int function ( ) { return results . size ( ) ; } |
14,503 | returns the encoding of a homematic gateway . concode_field_sep String UTF_ENCODING concode_elem_sep int DEFAULT_PORT_RF concode_elem_sep int cuxdPort concode_elem_sep String GATEWAY_TYPE_AUTO concode_elem_sep int hmIpPort concode_elem_sep int wiredPort concode_elem_sep int DEFAULT_PORT_CUXD concode_elem_sep String cal... | String function ( ) { if ( gatewayInfo != null && gatewayInfo . isHomegear ( ) ) { return UTF_ENCODING ; } else { return ISO_ENCODING ; } } |
14,504 | asserts that two objects are equal . if they are not an assertionfailederror is thrown with the given message . concode_field_sep PlaceHolder placeHolder concode_field_sep void assertNotEmpty concode_elem_sep void assertNotEmpty concode_elem_sep void failNotSame concode_elem_sep void assertFalse concode_elem_sep void a... | void function ( String arg0 , Object arg1 , Object arg2 ) { if ( arg1 == null && arg2 == null ) return ; if ( arg1 != null && arg1 . equals ( arg2 ) ) return ; failNotEquals ( arg0 , arg1 , arg2 ) ; } |
14,505 | 2014-03-02 23:00:23 - > 2014-03-02 00:00:00 concode_field_sep String ALL_PATTERN concode_elem_sep String DATETIME_PATTERN concode_elem_sep DateTimeFormatter ALL_FORMATTER concode_elem_sep DateTimeFormatter DATETIME_FORMATTER concode_elem_sep DateTimeFormatter TIME_FORMATTER concode_elem_sep String DATE_PATTERN concode_... | T function ( T arg0 ) { checkNotNull ( arg0 ) ; T loc0 = ( T ) arg0 . clone ( ) ; loc0 . setTime ( new DateTime ( arg0 . getTime ( ) ) . withTime ( 0 , 0 , 0 , 0 ) . getMillis ( ) ) ; return loc0 ; } |
14,506 | strip the other pathname components and return the basename concode_field_sep ArrayList<JFile> mInclFiles concode_elem_sep ArrayList<JRecord> mRecords concode_elem_sep String mName concode_field_sep void genCode | String function ( ) { int loc0 = mName . lastIndexOf ( '/' ) ; return ( loc0 > 0 ) ? mName . substring ( loc0 ) : mName ; } |
14,507 | gets the sequence number concode_field_sep int packet_len concode_elem_sep byte[] packet concode_field_sep long getSscr concode_elem_sep void setSscr concode_elem_sep boolean hasPadding concode_elem_sep void setExtension concode_elem_sep byte[] getPacket concode_elem_sep boolean hasMarker concode_elem_sep void setBit c... | int function ( ) { if ( packet_len >= 12 ) return getInt ( packet , 2 , 4 ) ; else return 0 ; } |
14,508 | setwidth concode_field_sep Object identifier concode_elem_sep int preferredWidth concode_elem_sep long serialVersionUID concode_elem_sep String CELL_RENDERER_PROPERTY concode_elem_sep boolean isResizable concode_elem_sep TableCellRenderer cellRenderer concode_elem_sep Object headerValue concode_elem_sep int resizedPost... | void function ( int arg0 ) { int loc0 = width ; if ( arg0 < minWidth ) width = minWidth ; else if ( arg0 > maxWidth ) width = maxWidth ; else width = arg0 ; if ( width == loc0 ) return ; firePropertyChange ( COLUMN_WIDTH_PROPERTY , loc0 , width ) ; } |
14,509 | implementation of the persistenceexceptiontranslator interface , as autodetected by spring 's persistenceexceptiontranslationpostprocessor . converts the exception if it is a jdoexception , preferably using a specified jdodialect . else returns null to indicate an unknown exception . concode_field_sep PersistenceManage... | DataAccessException function ( RuntimeException arg0 ) { if ( arg0 instanceof JDOException ) { if ( this . jdoDialect != null ) { return this . jdoDialect . translateException ( ( JDOException ) arg0 ) ; } else { return PersistenceManagerFactoryUtils . convertJdoAccessException ( ( JDOException ) arg0 ) ; } } return nu... |
14,510 | returns the ssl socket factory , or null if this is not an https address . 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 authentica... | SSLSocketFactory function ( ) { return sslSocketFactory ; } |
14,511 | sets the key for this option . concode_field_sep boolean swigCMemOwn concode_elem_sep long swigCPtr concode_field_sep String getKey concode_elem_sep int getIntValue concode_elem_sep double getDoubleValue concode_elem_sep ConversionOption cloneObject concode_elem_sep void setDescription concode_elem_sep void setType con... | void function ( String arg0 ) { libsbmlJNI . ConversionOption_setKey ( swigCPtr , this , arg0 ) ; } |
14,512 | get whether the job 's map and reduce stages were combined concode_field_sep JobInited datum concode_field_sep int getTotalReduces concode_elem_sep EventType getEventType concode_elem_sep long getLaunchTime concode_elem_sep int getTotalMaps concode_elem_sep Object getDatum concode_elem_sep JobID getJobId concode_elem_s... | boolean function ( ) { return datum . getUberized ( ) ; } |
14,513 | returns the current reference count . concode_field_sep AtomicInteger refCount concode_elem_sep String name concode_field_sep void decRef concode_elem_sep String getName concode_elem_sep boolean tryIncRef concode_elem_sep void closeInternal concode_elem_sep void incRef concode_elem_sep void alreadyClosed | int function ( ) { return this . refCount . get ( ) ; } |
14,514 | 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 serviceName concode_field_sep boolean onReceivedClientCertRequest concode_elem_sep boolean onOverrideU... | void function ( ) { } |
14,515 | get character size of an odt file . concode_field_sep PlaceHolder placeHolder concode_field_sep int getBookWords concode_elem_sep void appendElements concode_elem_sep void appendElements concode_elem_sep Map<Scene,Integer> getScenesWords concode_elem_sep int getDocumentSizeOrWords concode_elem_sep String getDefaultFile... | int function ( String arg0 ) { return getDocumentSizeOrWords ( arg0 , false ) ; } |
14,516 | decode the contents of the inputstream into a buffer . concode_field_sep PlaceHolder placeHolder concode_field_sep void decodeBufferPrefix concode_elem_sep ByteBuffer decodeBufferToByteBuffer concode_elem_sep ByteBuffer decodeBufferToByteBuffer concode_elem_sep void decodeAtom concode_elem_sep void decodeBufferSuffix c... | byte function ( InputStream arg0 ) { ByteArrayOutputStream loc0 = new ByteArrayOutputStream ( ) ; decodeBuffer ( arg0 , loc0 ) ; return ( loc0 . toByteArray ( ) ) ; } |
14,517 | return the tree at the given index . concode_field_sep List<Pair<HistoryRoot,SingleCaseHistoryTree>> trees concode_field_sep int getNumberOfChildren concode_elem_sep Set<HistoryNode> getChildren concode_elem_sep List<ResultingDisplayTree> finishTree concode_elem_sep int size concode_elem_sep void addRoot concode_elem_s... | SingleCaseHistoryTree function ( int arg0 ) { return trees . get ( arg0 ) . snd ( ) ; } |
14,518 | gets the database synchronization mode when in wal mode . concode_field_sep Object sLock concode_elem_sep int sDefaultPageSize concode_elem_sep String TAG concode_field_sep int nativeReleaseMemory concode_elem_sep String getDefaultJournalMode concode_elem_sep int getJournalSizeLimit concode_elem_sep String getDefaultSy... | String function ( ) { return SystemProperties . get ( "srini_string" , Resources . getSystem ( ) . getString ( com . android . internal . R . string . db_wal_sync_mode ) ) ; } |
14,519 | sets the value of the resourceadaptorobjectname property . concode_field_sep ResourceAdaptorObjectName resourceAdaptorObjectName concode_elem_sep Description description concode_elem_sep ResourceAdaptorEntityLink resourceAdaptorEntityLink concode_elem_sep String id concode_field_sep ResourceAdaptorObjectName getResourc... | void function ( ResourceAdaptorObjectName arg0 ) { this . resourceAdaptorObjectName = arg0 ; } |
14,520 | do nothing concode_field_sep long serialVersionUID concode_field_sep void warn concode_elem_sep void warn concode_elem_sep void trace concode_elem_sep void trace concode_elem_sep void debug concode_elem_sep void debug concode_elem_sep boolean isInfoEnabled concode_elem_sep boolean isErrorEnabled concode_elem_sep boolea... | void function ( Object arg0 , Throwable arg1 ) { } |
14,521 | set the reference instance . concode_field_sep Reference reference concode_elem_sep long serialVersionUID concode_elem_sep String aoProperty concode_elem_sep ResourceAdapter ra concode_field_sep String getAoProperty concode_elem_sep void setResourceAdapter concode_elem_sep int hashCode concode_elem_sep boolean equals c... | void function ( Reference arg0 ) { this . reference = arg0 ; } |
14,522 | returns the user thread id of this user thread . concode_field_sep UserThread _userThread concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean getRead concode_e... | long function ( ) { return _userThread . getUserThreadId ( ) ; } |
14,523 | sentencia sql para buscar un registro en la tabla usuario por el nombre concode_field_sep PlaceHolder placeHolder concode_field_sep String crearUsuario concode_elem_sep String actualizarDatos concode_elem_sep String restablecerContrasenaUsuario concode_elem_sep String buscarUsuarioPorNickname concode_elem_sep String ca... | String function ( String arg0 ) { return "srini_string" + "srini_string" + "srini_string" + arg0 + "srini_string" ; } |
14,524 | sets the creativegroup1id value for this creativegroupassignment . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep long creativeGroup1Id concode_elem_sep long creativeGroup2Id concode_field_sep org.ap... | void function ( long arg0 ) { this . creativeGroup1Id = arg0 ; } |
14,525 | returns the audit send mails with the primary key . concode_field_sep AuditSendMailsLocalService _auditSendMailsLocalService concode_field_sep void setWrappedService concode_elem_sep com.tls.liferaylms.mail.model.AuditSendMails addAuditSendMails concode_elem_sep void setWrappedAuditSendMailsLocalService concode_elem_se... | com . tls . liferaylms . mail . model . AuditSendMails function ( long arg0 ) { return _auditSendMailsLocalService . getAuditSendMails ( arg0 ) ; } |
14,526 | get the offset of the current source character . this is an offset into the text of the character containing the current collation elements . concode_field_sep int address concode_elem_sep int NULLORDER concode_elem_sep int UNSIGNED_16_BIT_MASK_ concode_elem_sep int SECONDARY_ORDER_MASK_ concode_elem_sep int TERTIARY_O... | int function ( ) { return NativeCollation . getOffset ( address ) ; } |
14,527 | sets the value of the walletindicator property . concode_field_sep boolean walletIndicator concode_elem_sep String walletStatus concode_elem_sep long serialVersionUID concode_field_sep void setWalletStatus concode_elem_sep String getWalletStatus concode_elem_sep boolean isWalletIndicator | void function ( boolean arg0 ) { this . walletIndicator = arg0 ; } |
14,528 | convenience factory for kindudt #connector channels . concode_field_sep ChannelFactory<UdtChannel> BYTE_CONNECTOR concode_elem_sep ChannelFactory<UdtChannel> MESSAGE_CONNECTOR concode_elem_sep SelectorProvider MESSAGE_PROVIDER concode_elem_sep ChannelFactory<UdtServerChannel> BYTE_ACCEPTOR concode_elem_sep KindUDT kind... | SocketChannelUDT function ( final TypeUDT arg0 ) { try { return SelectorProviderUDT . from ( arg0 ) . openSocketChannel ( ) ; } catch ( final IOException loc0 ) { throw new ChannelException ( "srini_string" , loc0 ) ; } } |
14,529 | add operation to the queue . the user needs to be logged in before the operation will be added . concode_field_sep List<VdcOperation<?,?>> operationQueue concode_elem_sep boolean loggedIn concode_elem_sep EventBus eventBus concode_elem_sep OperationProcessor processor concode_field_sep boolean addOperationList concode_... | boolean function ( final VdcOperation < ? , ? > arg0 ) { return addOperation ( arg0 , false ) ; } |
14,530 | get a provider based on the position in the stack starting at 0 and ending at size-1 . concode_field_sep List<ProviderHolder<T>> providers concode_field_sep Iterator<T> getIterator concode_elem_sep int addProvider concode_elem_sep List<ProviderHolder<T>> getProviderHolders concode_elem_sep int size concode_elem_sep Lis... | T function ( final int arg0 ) { T loc0 = null ; ProviderHolder < T > loc1 = getProviderHolder ( arg0 ) ; if ( loc1 != null ) { loc0 = loc1 . getProvider ( ) ; } return loc0 ; } |
14,531 | sets the header named name to value . if this request already has any headers with that name , they are all replaced . concode_field_sep RawHeaders headers concode_elem_sep String method concode_elem_sep RawHeaders headers concode_elem_sep String method concode_elem_sep Object tag concode_elem_sep Body body concode_ele... | Builder function ( String arg0 , String arg1 ) { headers . set ( arg0 , arg1 ) ; return this ; } |
14,532 | sample_is_depended_on takes one of the following four values : 0 : the dependency of other samples on this sample is unknown ; 1 : other samples may depend on this one not disposable ; 2 : no other sample depends on this one disposable ; 3 : reserved concode_field_sep int sampleDegradationPriority concode_elem_sep int ... | void function ( int arg0 ) { this . sampleIsDependedOn = arg0 ; } |
14,533 | create an instance of participantidentifiertype concode_field_sep QName _ProcessIdentifier_QNAME concode_elem_sep QName _MessageIdentifier_QNAME concode_elem_sep QName _ChannelIdentifier_QNAME concode_elem_sep QName _ParticipantIdentifier_QNAME concode_elem_sep QName _RecipientIdentifier_QNAME concode_elem_sep QName _S... | ParticipantIdentifierType function ( ) { return new ParticipantIdentifierType ( ) ; } |
14,534 | sets the resolver used to lookup remote objects . concode_field_sep HessianRemoteResolver resolver concode_field_sep void readEnd concode_elem_sep HessianRemoteResolver getRemoteResolver concode_elem_sep int addRef concode_elem_sep String getMethod concode_elem_sep String readHeader concode_elem_sep Object readReply co... | void function ( HessianRemoteResolver arg0 ) { this . resolver = arg0 ; } |
14,535 | creates and returns an instance of systemuihider that isappropriate for this device . the object will be either a systemuihiderbase or systemuihiderhoneycomb depending onthe device . concode_field_sep OnVisibilityChangeListener mOnVisibilityChangeListener concode_elem_sep int FLAG_LAYOUT_IN_SCREEN_OLDER_DEVICES concode... | SystemUiHider function ( Activity arg0 , View arg1 , int arg2 ) { if ( Build . VERSION . SDK_INT >= Build . VERSION_CODES . HONEYCOMB ) { return new SystemUiHiderHoneycomb ( arg0 , arg1 , arg2 ) ; } else { return new SystemUiHiderBase ( arg0 , arg1 , arg2 ) ; } } |
14,536 | returns the string value of the token if it was type token_string . otherwise null is returned . concode_field_sep int TOKEN_END concode_elem_sep int TOKEN_STRING concode_elem_sep int TOKEN_LT concode_elem_sep String tokenVal concode_elem_sep int TOKEN_RBRACE concode_elem_sep int TOKEN_NOT concode_elem_sep int TOKEN_AN... | String function ( ) { return tokenVal ; } |
14,537 | adds a new instruction to the list of instructions that explain how to fill out the form and what the form is about . the dataform could include multiple instructions since each instruction could not contain newlines characters . concode_field_sep List<Item> items concode_elem_sep List<FormField> fields concode_elem_se... | void function ( String arg0 ) { synchronized ( instructions ) { instructions . add ( arg0 ) ; } } |
14,538 | sets the value of the any property . concode_field_sep Element any concode_field_sep Element getAny | void function ( Element arg0 ) { this . any = arg0 ; } |
14,539 | time in milliseconds that we will wait in order to perform a retry after an ioexception . only relevant if maxioretries > 0 . concode_field_sep ConfigProvider conf concode_field_sep String ioMode concode_elem_sep int serverThreads concode_elem_sep int receiveBuf concode_elem_sep int sendBuf concode_elem_sep int numConn... | int function ( ) { return conf . getInt ( "srini_string" , 5 ) * 1000 ; } |
14,540 | this implementation compares description strings . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isFile concode_elem_sep File getFile concode_elem_sep ReadableByteChannel readableChannel concode_elem_sep URL getURL concode_elem_sep boolean isOpen concode_elem_sep File getFileForLastModifiedCheck c... | boolean function ( Object arg0 ) { return ( arg0 == this || ( arg0 instanceof Resource && ( ( Resource ) arg0 ) . getDescription ( ) . equals ( getDescription ( ) ) ) ) ; } |
14,541 | sets the fields of the url u to the values of the suppliedarguments . concode_field_sep PlaceHolder placeHolder concode_field_sep void parseURL concode_elem_sep String toExternalForm concode_elem_sep String toExternalForm concode_elem_sep boolean hostsEqual concode_elem_sep int getDefaultPort concode_elem_sep URLConnec... | void function ( URL arg0 , String arg1 , String arg2 , int arg3 , String arg4 , String arg5 , String arg6 , String arg7 , String arg8 ) { if ( this != arg0 . streamHandler ) { throw new SecurityException ( ) ; } arg0 . set ( arg1 , arg2 , arg3 , arg4 , arg5 , arg6 , arg7 , arg8 ) ; } |
14,542 | sets the value of the qualifier property . concode_field_sep QualifierType qualifier concode_elem_sep String value concode_field_sep String getValue concode_elem_sep void setValue concode_elem_sep QualifierType getQualifier | void function ( QualifierType arg0 ) { this . qualifier = arg0 ; } |
14,543 | adds a header with name and value . prefer this method for multiply-valued headers like `` cookie '' . concode_field_sep RawHeaders headers concode_elem_sep String method concode_elem_sep RawHeaders headers concode_elem_sep String method concode_elem_sep Object tag concode_elem_sep Body body concode_elem_sep URL url co... | Builder function ( String arg0 , String arg1 ) { headers . add ( arg0 , arg1 ) ; return this ; } |
14,544 | returns a string representation of this object ; useful for testing and debugging . concode_field_sep String processName concode_field_sep String getProcessName concode_elem_sep void setProcessName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep ProcessType clone concode_elem_sep ProcessT... | String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getProcessName ( ) != null ) loc0 . append ( "srini_string" + getProcessName ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; } |
14,545 | if the spectrum is not immutable build an immutable version otherwise return this concode_field_sep int m_PrecursorCharge concode_elem_sep double m_PrecursorMassChargeRatio concode_elem_sep Class THIS_CLASS concode_elem_sep double m_MaxIntensity concode_elem_sep ISpectrumPeak[] m_Peaks concode_elem_sep ScoringMeasuredS... | IMeasuredSpectrum function ( ) { return this ; } |
14,546 | below method will used to set the next node concode_field_sep BTreeNode nextNode concode_elem_sep long nodeNumber concode_elem_sep int numberOfKeys concode_elem_sep byte[][] maxKeyOfColumns concode_elem_sep byte[][] minKeyOfColumns concode_field_sep MeasureColumnDataChunk[] getMeasureChunks concode_elem_sep byte[][] ge... | void function ( BTreeNode arg0 ) { this . nextNode = arg0 ; } |
14,547 | start indexing with no limit to the number of documents concode_field_sep CountDownLatch startLatch concode_elem_sep CopyOnWriteArrayList<Throwable> failures concode_elem_sep ESLogger logger concode_elem_sep CountDownLatch stopLatch concode_elem_sep AtomicBoolean stop concode_elem_sep AtomicBoolean hasBudget concode_el... | void function ( ) { start ( - 1 ) ; } |
14,548 | returns a thread-pool mainly used to get estimated time stamps from org.elasticsearch.threadpool.threadpool #estimatedtimeinmillis and to scheduleasync force merge calls on the org.elasticsearch.threadpool.threadpool.names #force_merge thread-pool concode_field_sep CodecService codecService concode_elem_sep OpenMode op... | ThreadPool function ( ) { return threadPool ; } |
14,549 | returns the address of the endpoint . concode_field_sep URI address concode_elem_sep long serialVersionUID concode_elem_sep List<Node> referenceProperties concode_elem_sep List<Node> referenceParameters concode_field_sep List<Node> getReferenceProperties concode_elem_sep int hashCode concode_elem_sep boolean equals con... | URI function ( ) { return address ; } |
14,550 | gets the names of the modules that this module depends on , sorted alphabetically . concode_field_sep int depth concode_elem_sep String name concode_elem_sep List<JSModule> deps concode_elem_sep List<CompilerInput> inputs concode_elem_sep long serialVersionUID concode_field_sep void add concode_elem_sep void add concod... | List < String > function ( ) { List < String > loc0 = new ArrayList < > ( ) ; for ( JSModule loc1 : getDependencies ( ) ) { loc0 . add ( loc1 . getName ( ) ) ; } Collections . sort ( loc0 ) ; return loc0 ; } |
14,551 | get milestones concode_field_sep ArrayList<Milestone> repositoryMilestones concode_elem_sep DialogFragmentActivity activity concode_elem_sep String TAG concode_elem_sep MilestoneService service concode_elem_sep int requestCode concode_elem_sep IRepositoryIdProvider repository concode_field_sep void load concode_elem_se... | List < Milestone > function ( ) { return repositoryMilestones ; } |
14,552 | see path #rquadto float , float , float , float . concode_field_sep Path mPath concode_elem_sep float[] mLastPoint concode_field_sep void rMoveTo concode_elem_sep void cubicTo concode_elem_sep void rAdjustLastPoint concode_elem_sep boolean isEmpty concode_elem_sep void lineTo concode_elem_sep void rLineTo concode_elem_... | void function ( float arg0 , float arg1 , float arg2 , float arg3 ) { mPath . rQuadTo ( arg0 , arg1 , arg2 , arg3 ) ; rAdjustLastPoint ( arg2 , arg3 ) ; } |
14,553 | close connection . concode_field_sep Logger logger concode_elem_sep String node concode_elem_sep String keyspace concode_elem_sep String password concode_elem_sep Cluster cluster concode_elem_sep Session session concode_elem_sep String protocolVersion concode_elem_sep String userName concode_field_sep void setKeyspace ... | void function ( ) { try { session . close ( ) ; cluster . close ( ) ; } catch ( DriverException loc0 ) { throw new RuntimeException ( "srini_string" , loc0 ) ; } catch ( Throwable loc0 ) { DTThrowable . rethrow ( loc0 ) ; } } |
14,554 | gets the value of the arcrole property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep MICoverageDescriptionType miCoverageDescription concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep Strin... | String function ( ) { return arcrole ; } |
14,555 | sets the preffered type . concode_field_sep String template concode_elem_sep String dataSelect concode_elem_sep Class<? extends DatabaseArtifactNameHandler> nameHandlerClass concode_elem_sep boolean tryAgainIfNoResult concode_elem_sep String contentSelect concode_elem_sep PreferedType preferedType concode_elem_sep bool... | void function ( final PreferedType arg0 ) { this . preferedType = arg0 ; } |
14,556 | returns the company id of this foo . concode_field_sep Foo _foo concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedMo... | long function ( ) { return _foo . getCompanyId ( ) ; } |
14,557 | return type metadata object concode_field_sep java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String otherValue concode_elem_sep java.lang.String option concode_field_sep void setOption concode_elem_sep void ... | org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; } |
14,558 | this implementation always returns true , as this index supports all types of query . concode_field_sep Query<O> standingQuery concode_elem_sep int INDEX_RETRIEVAL_COST concode_elem_sep StoredResultSet<O> storedResultSet concode_field_sep void init concode_elem_sep Query<O> getStandingQuery concode_elem_sep boolean rem... | boolean function ( Query < O > arg0 , QueryOptions arg1 ) { return standingQuery . equals ( arg0 ) ; } |
14,559 | test of onequalvalueencrypt method , of class specialplayfaircipher . concode_field_sep SimpleKey<int[][]> key concode_field_sep void testDecrypt concode_elem_sep void setUpClass concode_elem_sep void setUp concode_elem_sep void testInsertBogusBetweenTwinAndAtOddEnd concode_elem_sep void testOnEqualValueDecrypt concode... | void function ( ) { System . out . println ( "srini_string" ) ; int [ ] loc0 = new int [ ] { 3 , 3 } ; SpecialPlayfairCipher loc1 = new SpecialPlayfairCipher ( 256 ) ; int [ ] loc2 = new int [ ] { 3 , 3 } ; int [ ] loc3 = loc1 . onEqualValueEncrypt ( loc0 ) ; assertArrayEquals ( loc2 , loc3 ) ; } |
14,560 | get total resources on the node . concode_field_sep RMNode rmNode concode_elem_sep String nodeName concode_elem_sep RMContainer reservedContainer concode_elem_sep Set<String> labels concode_elem_sep Resource usedResource concode_elem_sep Map<ContainerId,RMContainer> launchedContainers concode_elem_sep Resource totalRes... | Resource function ( ) { return this . totalResourceCapability ; } |
14,561 | sets the value of the clazz property . concode_field_sep PostPersist postPersist concode_elem_sep EntityListeners entityListeners concode_elem_sep AccessType access concode_elem_sep PostUpdate postUpdate concode_elem_sep IdClass idClass concode_elem_sep PrePersist prePersist concode_elem_sep String description concode_... | void function ( final String arg0 ) { this . clazz = arg0 ; } |
14,562 | the state of the inbound transition , which is either enabled or disabled . concode_field_sep TransitionState inboundTransitionState concode_elem_sep String stageName concode_elem_sep java.util.List<ActionState> actionStates concode_field_sep void setInboundTransitionState concode_elem_sep java.util.List<ActionState> g... | TransitionState function ( ) { return this . inboundTransitionState ; } |
14,563 | returns total size of files in the snapshot concode_field_sep XContentBuilderString PROCESSED_SIZE_IN_BYTES concode_elem_sep XContentBuilderString NUMBER_OF_FILES concode_elem_sep XContentBuilderString PROCESSED_FILES concode_elem_sep XContentBuilderString TIME concode_elem_sep XContentBuilderString STATS concode_elem_... | long function ( ) { return totalSize ; } |
14,564 | walk all the properties of this element . concode_field_sep Configuration _conf concode_elem_sep List cachedProperties concode_elem_sep HashMap readOnlyValues concode_field_sep String getKey concode_elem_sep Value getProperty concode_elem_sep Value getProperty concode_elem_sep boolean getBoolProperty concode_elem_sep l... | int function ( PropertyWalk arg0 , Object arg1 ) { return ( walkProps ( _conf . getConf ( ) , getElem ( ) , arg0 , arg1 ) ) ; } |
14,565 | to configure security using sslcontextparameters concode_field_sep WebServiceMessageFactory messageFactory concode_elem_sep boolean allowResponseHeaderOverride concode_elem_sep URI outputAction concode_elem_sep String expression concode_elem_sep WebServiceMessageSender messageSender concode_elem_sep SSLContextParameter... | void function ( SSLContextParameters arg0 ) { this . sslContextParameters = arg0 ; } |
14,566 | returns true if the page 's last-modified header indicates it is newer than the copy held by the client as indicated by the request 's if-modified-since header . concode_field_sep int GZIP_MAGIC_NUMBER_BYTE_1 concode_elem_sep Map<String,Serializable> requestAttributes concode_elem_sep long timeToLiveSeconds concode_ele... | boolean function ( HttpServletRequest arg0 ) { long loc0 = arg0 . getDateHeader ( HttpHeaders . IF_MODIFIED_SINCE ) ; long loc1 = getDateHeader ( HttpHeaders . LAST_MODIFIED ) ; if ( loc0 == - 1 || loc1 == - 1 ) { return true ; } return loc1 > loc0 ; } |
14,567 | puts resourcebundle on the bottom of the stack bottom meaning will be overriden by higher layers on the stack , ie everything else already there concode_field_sep boolean isMapInitialized concode_elem_sep MapStack<String> rbmwStack concode_elem_sep ResourceBundle initialResourceBundle concode_elem_sep ResourceBundle re... | void function ( ResourceBundle arg0 ) { this . rbmwStack . addToBottom ( new InternalRbmWrapper ( arg0 ) ) ; } |
14,568 | gets the enddate value for this pricingperiod . concode_field_sep java.lang.String comments concode_elem_sep java.util.Calendar endDate concode_elem_sep double rateOrCost concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc... | java . util . Calendar function ( ) { return endDate ; } |
14,569 | resets the context of the worker after a test ran . concode_field_sep long TEST_BLOCK_SIZE concode_elem_sep BlockMeta mBlockMeta concode_elem_sep StorageDir mDir concode_elem_sep TempBlockMeta mTempBlockMeta concode_elem_sep long TEST_BLOCK_ID concode_elem_sep long[] TEST_TIER_CAPACITY_BYTES concode_elem_sep long TEST_... | void function ( ) { WorkerContext . reset ( ) ; } |
14,570 | sets the number of synchronous backups . concode_field_sep ValueCollectionType DEFAULT_VALUE_COLLECTION_TYPE concode_elem_sep boolean statisticsEnabled concode_elem_sep boolean binary concode_elem_sep int DEFAULT_ASYNC_BACKUP_COUNT concode_elem_sep int asyncBackupCount concode_elem_sep int DEFAULT_SYNC_BACKUP_COUNT con... | MultiMapConfig function ( int arg0 ) { this . backupCount = checkBackupCount ( arg0 , asyncBackupCount ) ; return this ; } |
14,571 | returns a range of all the o auth consumers . 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.queryutil... | java . util . List < com . liferay . opensocial . model . OAuthConsumer > function ( int arg0 , int arg1 ) { return _oAuthConsumerLocalService . getOAuthConsumers ( arg0 , arg1 ) ; } |
14,572 | closes the iterator . 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_sep boolean hasPrev concode_elem_sep Map.Entry<byte[],byte[]> prev concode_elem_sep void seekToFirst ... | void function ( ) { try { iter . close ( ) ; } catch ( RuntimeException loc0 ) { throw new IOException ( loc0 . getMessage ( ) , loc0 ) ; } } |
14,573 | return userclient concode_field_sep UserClient userClient concode_elem_sep String term concode_elem_sep Tag tag concode_elem_sep StatusFilter status concode_field_sep String getTerm concode_elem_sep String toString concode_elem_sep StatusFilter fromStringOrActive concode_elem_sep StatusFilter getStatus concode_elem_sep... | UserClient function ( ) { return userClient ; } |
14,574 | to define a proxy host when instantiating the sqs client concode_field_sep Integer delaySeconds concode_elem_sep String amazonSQSEndpoint concode_elem_sep String messageAttributeNames concode_elem_sep Integer maximumMessageSize concode_elem_sep String secretKey concode_elem_sep boolean extendMessageVisibility concode_e... | String function ( ) { return proxyHost ; } |
14,575 | this method returns the cpu % usage concode_field_sep MachineKey machineKey concode_elem_sep long cpu concode_elem_sep long hdd concode_elem_sep long ram concode_field_sep long getRam concode_elem_sep boolean equalsWithKey concode_elem_sep MachineKey getMachineKey concode_elem_sep void setMachineKey concode_elem_sep vo... | long function ( ) { return cpu ; } |
14,576 | sets the value of the tomail property . concode_field_sep String toMail concode_elem_sep String externalServerUrl concode_elem_sep String protocol concode_elem_sep String password concode_elem_sep List<Server> servers concode_elem_sep String mailPass concode_elem_sep int adminPort concode_elem_sep String fromMail conco... | void function ( String arg0 ) { this . toMail = arg0 ; } |
14,577 | check to see if a string is a valid name according to 5 in the xml 1.0 recommendation concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isValidNmtoken concode_elem_sep boolean isValid concode_elem_sep boolean isContent concode_elem_sep boolean isPubid concode_elem_sep boolean isHighSurrogate concode_e... | boolean function ( String arg0 ) { return org . apache . xml . utils . XMLChar . isValidName ( arg0 ) ; } |
14,578 | constructs a new string by decoding the specified array of bytes using the utf-8 charset . concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] getBytesUtf16 concode_elem_sep byte[] getBytesUtf16Le concode_elem_sep String newStringUsAscii concode_elem_sep byte[] getBytesUnchecked concode_elem_sep byte[] g... | String function ( byte [ ] arg0 ) { return StringUtils . newString ( arg0 , CharEncoding . UTF_8 ) ; } |
14,579 | sets the value of the creditedby property . concode_field_sep String eventSubType concode_elem_sep String roaming concode_elem_sep BigDecimal dedicatedAccountBefore concode_elem_sep BigDecimal dedicatedAccountAfter concode_elem_sep String callDirection concode_elem_sep String callToMsisdn concode_elem_sep BigDecimal co... | void function ( String arg0 ) { this . creditedBy = arg0 ; } |
14,580 | whether to use the gsonbuilder #disablehtmlescaping when writingjson . set to true to disable html escaping in json . this is ashortcut for setting up a gson as follows : new gsonbuilder . disablehtmlescaping . create ; concode_field_sep String dateFormatPattern concode_elem_sep boolean disableHtmlEscaping concode_elem... | void function ( boolean arg0 ) { this . disableHtmlEscaping = arg0 ; } |
14,581 | font concode_field_sep int marginLeft concode_elem_sep int marginRight concode_elem_sep Map<String,PDRectangle> PAGE_MAP concode_elem_sep PDRectangle pageSize concode_elem_sep int marginTop concode_elem_sep int marginBottom concode_elem_sep PdfOperation operation concode_elem_sep PDFont font concode_elem_sep TextProces... | void function ( PDFont arg0 ) { this . font = arg0 ; } |
14,582 | the id of the job the task belongs to concode_field_sep JobID jobID concode_elem_sep ExecutionAttemptID executionId concode_elem_sep byte[] serializedError concode_elem_sep Throwable cachedError concode_elem_sep ExecutionState executionState concode_elem_sep long serialVersionUID concode_field_sep Throwable getError co... | JobID function ( ) { return this . jobID ; } |
14,583 | returns the current date of the system concode_field_sep int DAYS_TILL_END_OF_WEEK concode_field_sep Calendar endOfWeek concode_elem_sep Calendar parseDate concode_elem_sep Calendar parseDate concode_elem_sep int currentWeekNumber concode_elem_sep Calendar dateToCalendar concode_elem_sep String format concode_elem_sep ... | Calendar function ( ) { return new GregorianCalendar ( ) ; } |
14,584 | returns the anytoany . concode_field_sep FooComponent[] components concode_elem_sep List fees concode_elem_sep List bazez concode_elem_sep List subs concode_elem_sep FooProxy foo concode_elem_sep Collection bag concode_elem_sep Date[] timeArray concode_elem_sep FooProxy[] fooArray concode_elem_sep Collection byteBag co... | Map function ( ) { return anyToAny ; } |
14,585 | sets the pattern string . concode_field_sep String DEFAULT_FIXED_PATTERN concode_elem_sep String DEFAULT_SCIENTIFIC_PATTERN concode_elem_sep String[] ROUNDING_MODES_NAMES concode_elem_sep String[] ROUNDING_MODES_VALUES concode_elem_sep char type concode_elem_sep String SYMBOL_POSITION_AFTER concode_elem_sep String zero... | void function ( String arg0 ) { this . category = valPattern ( arg0 ) ; } |
14,586 | the parent id for the resource meta data concode_field_sep String upnpClass concode_elem_sep long serialVersionUID concode_elem_sep String id concode_elem_sep String title concode_elem_sep String parentId concode_elem_sep String desc concode_field_sep String getTitle concode_elem_sep String getUpnpClass concode_elem_se... | String function ( ) { return parentId ; } |
14,587 | returns the graphical component . concode_field_sep String waitToIneligibleText_ concode_elem_sep String maximumActiveThreadsText_ concode_elem_sep String generalTabText_ concode_elem_sep String[] names_ concode_elem_sep ChangeEventSupport changeEventSupport_ concode_elem_sep String activeToWaitText_ concode_elem_sep S... | Component function ( ) { JTabbedPane loc0 = new JTabbedPane ( ) ; loc0 . addTab ( generalTabText_ , null , getGeneralTab ( ) ) ; loc0 . addTab ( otherTabText_ , null , getOtherTab ( ) ) ; loc0 . setSelectedIndex ( 0 ) ; return loc0 ; } |
14,588 | returns the string representation of the iot hub path . concode_field_sep String ABANDON_PATH_FORMAT concode_elem_sep IotHubUri uri concode_field_sep String getHostname concode_elem_sep String toString | String function ( ) { return this . uri . getPath ( ) ; } |
14,589 | register a datastore concode_field_sep Hashtable<String,HbDataStore> emfDataStores concode_elem_sep HbDataStoreFactory emfDataStoreFactory concode_elem_sep Hashtable<Object,HbDataStore> dataStoreByPersistentClass concode_elem_sep HbHelper INSTANCE concode_elem_sep Log log concode_field_sep void setHbDataStoreFactory co... | void function ( HbDataStore arg0 ) { emfDataStores . put ( arg0 . getName ( ) , arg0 ) ; } |
14,590 | sets the value of the sqltype property . concode_field_sep SqlType sqlType concode_elem_sep FieldName fieldName concode_elem_sep JdbcType jdbcType concode_elem_sep ColumnName columnName concode_field_sep void setColumnName concode_elem_sep JdbcType getJdbcType concode_elem_sep void setJdbcType concode_elem_sep void set... | void function ( final SqlType arg0 ) { this . sqlType = arg0 ; } |
14,591 | updates the name of the uploaded file to have a `` drivetest - '' prefix . concode_field_sep HttpTransport httpTransport concode_elem_sep String APPLICATION_NAME concode_elem_sep JsonFactory JSON_FACTORY concode_elem_sep String DIR_FOR_DOWNLOADS concode_elem_sep FileDataStoreFactory dataStoreFactory concode_elem_sep Dr... | File function ( String arg0 ) { File loc0 = new File ( ) ; loc0 . setTitle ( "srini_string" + UPLOAD_FILE . getName ( ) ) ; Drive . Files . Update loc1 = drive . files ( ) . loc1 ( arg0 , loc0 ) ; return loc1 . execute ( ) ; } |
14,592 | this method is to fix esbjava-3687 - certain brokers do not support ' - ' in jms property name , in such scenarios we will replace the dash with a special character sequence . this support is configurable and is turned off by default . concode_field_sep Log log concode_field_sep String inferJMSMessageType concode_elem_... | String function ( String arg0 ) { return arg0 . replaceAll ( "srini_string" , JMSConstants . HYPHEN_REPLACEMENT_STR ) ; } |
14,593 | get the location , registry key mappings . concode_field_sep Log log concode_elem_sep Map<String,String> resources concode_field_sep InputSource resolve concode_elem_sep void addResource | Map < String , String > function ( ) { return Collections . unmodifiableMap ( resources ) ; } |
14,594 | set the job name for this job . concode_field_sep Log LOG concode_elem_sep List<ControlledJob> dependingJobs concode_elem_sep String CREATE_DIR concode_elem_sep State state concode_elem_sep String controlID concode_elem_sep Job job concode_elem_sep String message concode_field_sep void setJobID concode_elem_sep void fa... | void function ( String arg0 ) { job . setJobName ( arg0 ) ; } |
14,595 | return the unqualified class name , mixed case converted to underscores concode_field_sep NamingStrategy INSTANCE concode_field_sep String collectionTableName concode_elem_sep String propertyToColumnName concode_elem_sep String logicalColumnName concode_elem_sep String joinKeyColumnName concode_elem_sep String logicalC... | String function ( String arg0 ) { return addUnderscores ( StringHelper . unqualify ( arg0 ) ) ; } |
14,596 | gets the value of the title property . concode_field_sep String title concode_field_sep void setTitle | String function ( ) { return title ; } |
14,597 | this method exports batch document xml in nsi schema format . concode_field_sep NsiExporter nsiExporter concode_elem_sep Logger LOGGER concode_elem_sep BatchInstanceService batchInstanceService concode_field_sep void preProcess concode_elem_sep void postProcess | void function ( final BatchInstanceID arg0 , final String arg1 ) { try { nsiExporter . exportFiles ( arg0 . getID ( ) ) ; } catch ( Exception loc0 ) { throw new DCMAException ( loc0 . getMessage ( ) , loc0 ) ; } } |
14,598 | returns the revision string . concode_field_sep String m_Classname concode_field_sep Enumeration listOptions concode_elem_sep String getClassname concode_elem_sep void setOptions concode_elem_sep void setClassname concode_elem_sep void main concode_elem_sep String[] getOptions concode_elem_sep String generate concode_e... | String function ( ) { return RevisionUtils . extract ( "srini_string" ) ; } |
14,599 | info log message with printf formatting . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d con... | void function ( String arg0 , String arg1 , Object ... arg2 ) { if ( LOG . INFO >= LOGLEVEL ) Log . i ( arg0 , String . format ( arg1 , arg2 ) ) ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.