idx int64 0 25k | question stringlengths 71 7.19k | target stringlengths 20 663 |
|---|---|---|
9,500 | returns the next available packet . the method call will block not return until a packet is available . concode_field_sep int maxPackets concode_elem_sep LinkedList<Packet> resultQueue concode_field_sep Packet pollResult concode_elem_sep void processPacket | Packet function ( ) { while ( resultQueue . isEmpty ( ) ) { try { wait ( ) ; } catch ( InterruptedException loc0 ) { } } return resultQueue . removeLast ( ) ; } |
9,501 | obtiene el valor de la propiedad tipo . concode_field_sep String informacionAdicional concode_elem_sep String tipo concode_elem_sep String mensaje concode_elem_sep String identificador concode_field_sep void setIdentificador concode_elem_sep String getIdentificador concode_elem_sep void setTipo concode_elem_sep String ... | String function ( ) { return tipo ; } |
9,502 | returns true if provided hostname is an ipv6 address . concode_field_sep Logger LOGGER concode_elem_sep boolean PREFER_IPV6_ADDR concode_elem_sep boolean PREFER_IPV4_STACK concode_elem_sep String OID_NTLM concode_elem_sep String OID_SPNEGO concode_elem_sep String OID_KERBEROS_V5_LEGACY concode_elem_sep String OID_DUMMY... | boolean function ( String arg0 ) { if ( arg0 == null ) { arg0 = Utils . getDefaultHost ( true ) ; LOGGER . warn ( "srini_string" + arg0 ) ; } final String loc0 = NetworkUtils . formatPossibleIpv6Address ( arg0 ) ; boolean loc1 = loc0 . startsWith ( "srini_string" ) ; return loc1 ; } |
9,503 | gets the sscr concode_field_sep int packet_len concode_elem_sep byte[] packet concode_field_sep void setSscr concode_elem_sep boolean hasPadding concode_elem_sep void setExtension concode_elem_sep int getSequenceNumber concode_elem_sep byte[] getPacket concode_elem_sep boolean hasMarker concode_elem_sep void setBit con... | long function ( ) { if ( packet_len >= 12 ) return getLong ( packet , 8 , 12 ) ; else return 0 ; } |
9,504 | memory a string consumes concode_field_sep long BUFFER_EMPTY_SIZE concode_elem_sep long STRING_EMPTY_SIZE concode_elem_sep MemoryMeter meter concode_field_sep long sizeOfArray concode_elem_sep long sizeOfArray concode_elem_sep long sizeOfArray concode_elem_sep long sizeOfArray concode_elem_sep long sizeOfArray concode_... | long function ( String arg0 ) { return STRING_EMPTY_SIZE + sizeOfArray ( arg0 . length ( ) , 2 ) ; } |
9,505 | create an instance of ingredients concode_field_sep PlaceHolder placeHolder concode_field_sep CandyType createCandyType concode_elem_sep Candy createCandy concode_elem_sep Value createValue | Ingredients function ( ) { return new Ingredients ( ) ; } |
9,506 | reports an error that occured while scanning . in a wellformed scanner no or only correct usage of yypushback int and a match-all fallback rule this method will only be called with things that `` ca n't possibly happen '' . if this method is called , something is seriously wrong e.g. a jflex bug producing a faulty scan... | void function ( int arg0 ) { String loc0 ; try { loc0 = ZZ_ERROR_MSG [ arg0 ] ; } catch ( ArrayIndexOutOfBoundsException loc1 ) { loc0 = ZZ_ERROR_MSG [ ZZ_UNKNOWN_ERROR ] ; } throw new Error ( loc0 ) ; } |
9,507 | the max time to execute this query concode_field_sep long executionMaxTime concode_elem_sep String[] ITEM_DESCRIPTIONS concode_elem_sep long cacheHitCount concode_elem_sep String query concode_elem_sep String TABULAR_TYPE_NAME concode_elem_sep long cachePutCount concode_elem_sep CompositeType COMPOSITE_TYPE concode_ele... | long function ( ) { return executionMaxTime ; } |
9,508 | returns true if a sourecunit is stored concode_field_sep ClassNode NO_CLASS concode_elem_sep SourceUnit su concode_elem_sep Map<String,ClassNode> cachedClasses concode_elem_sep ClassNode cn concode_field_sep LookupResult findClassNode concode_elem_sep boolean isFromAnotherClassLoader concode_elem_sep LookupResult findD... | boolean function ( ) { return su != null ; } |
9,509 | method called to create or , for immutable serializers , reuse a serializer for given type . concode_field_sep PlaceHolder placeHolder concode_field_sep TypeSerializer createTypeSerializer | JsonSerializer < T > function ( Class < T > arg0 , SerializationConfig arg1 ) { return ( JsonSerializer < T > ) createSerializer ( TypeFactory . arg0 ( arg0 ) , arg1 ) ; } |
9,510 | sets the value of the role property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep JAXBElement<? extends MDGridSpatialRepresentationType> mdGridSpatialRepresentation concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep St... | void function ( String arg0 ) { this . role = arg0 ; } |
9,511 | sets the uuid of this user group . concode_field_sep UserGroup _userGroup concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_elem_sep boolean isEscapedModel concode_elem_sep... | void function ( java . lang . String arg0 ) { _userGroup . setUuid ( arg0 ) ; } |
9,512 | initialize this mac with a key and no parameters . concode_field_sep Provider provider concode_elem_sep boolean virgin concode_elem_sep String SERVICE concode_elem_sep MacSpi macSpi concode_elem_sep String algorithm concode_field_sep int getMacLength concode_elem_sep String getAlgorithm concode_elem_sep Object clone co... | void function ( Key arg0 ) { try { init ( arg0 , null ) ; } catch ( InvalidAlgorithmParameterException loc0 ) { throw new IllegalArgumentException ( algorithm + "srini_string" ) ; } } |
9,513 | get custom deserializer concode_field_sep java.lang.Double quantityAvailable concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Double quantityOnOrder concode_elem_sep java.lang.Double quantityOnHand concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCod... | org . apache . axis . encoding . Deserializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanDeserializer ( arg1 , arg2 , typeDesc ) ; } |
9,514 | closes all the output files . ioexceptions are caught and logged . concode_field_sep BufferedWriter numberWriter concode_elem_sep String NUMBER_OF_ELEMENTS_FILENAME concode_elem_sep BufferedWriter depthWriter concode_elem_sep BufferedWriter sumAllWriter concode_elem_sep BufferedWriter distributionWriter concode_elem_se... | void function ( ) { try { sumAllWriter . close ( ) ; numberWriter . close ( ) ; distributionWriter . close ( ) ; depthWriter . close ( ) ; sumEachWriter . close ( ) ; allStatsWriter . close ( ) ; } catch ( IOException loc0 ) { System . out . println ( "srini_string" ) ; } } |
9,515 | sets the value of the costincents property . concode_field_sep String featureName concode_elem_sep String chargeType concode_elem_sep String description concode_elem_sep long serialVersionUID concode_elem_sep BigInteger costinCents concode_elem_sep FrequencyType frequency concode_field_sep String getFeatureName concode... | void function ( BigInteger arg0 ) { this . costinCents = arg0 ; } |
9,516 | calculates the sum of error probabilities for all read bases in the sam record . takes the sam record as opposed to the qualities directly so that it can make sure to count no-calls as 1 instead of what the quality score says . concode_field_sep double[] errorProbabilityByPhredScore concode_field_sep int getPhredScoreF... | double function ( final SAMRecord arg0 ) { final byte [ ] loc0 = arg0 . getReadBases ( ) ; final byte [ ] loc1 = arg0 . getBaseQualities ( ) ; double loc2 = 0 ; for ( int loc3 = 0 ; loc3 < loc0 . length ; ++ loc3 ) { if ( SequenceUtil . isNoCall ( loc0 [ loc3 ] ) ) ++ loc2 ; else loc2 += QualityUtil . getErrorProbabili... |
9,517 | sets the delay in milliseconds before an animation of a view should start . defaults to @value #default_animation_delay_millis . concode_field_sep ListViewWrapper mListViewWrapper concode_elem_sep int mFirstAnimatedPosition concode_elem_sep int DEFAULT_ANIMATION_DURATION_MILLIS concode_elem_sep long mAnimationStartMill... | void function ( final int arg0 ) { mAnimationDelayMillis = arg0 ; } |
9,518 | get the hexadecimal digit at the given position . concode_field_sep long lo8 concode_elem_sep long hi8 concode_elem_sep Unsigned16 TEN concode_field_sep void add concode_elem_sep Unsigned16 fromDecimal concode_elem_sep void set concode_elem_sep void set concode_elem_sep byte getByte concode_elem_sep long getHigh8 conco... | char function ( int arg0 ) { byte loc0 = getByte ( arg0 / 2 ) ; if ( arg0 % 2 == 0 ) { loc0 >>>= 4 ; } loc0 &= 0xf ; if ( loc0 < 10 ) { return ( char ) ( '0' + loc0 ) ; } else { return ( char ) ( 'A' + loc0 - 10 ) ; } } |
9,519 | finds a method by name and parameter types . concode_field_sep Map<String,String> charEncodings concode_elem_sep EngineUtilLogger LOG concode_field_sep String getResourceUrlAsString concode_elem_sep ClassLoader getCustomClassLoader concode_elem_sep URL getResource concode_elem_sep void setField concode_elem_sep InputSt... | Method function ( Class < ? > arg0 , String arg1 , Class < ? > ... arg2 ) { return findMethod ( arg0 , arg1 , arg2 ) ; } |
9,520 | sets the input stream that records will be read from . concode_field_sep BinaryTagCodec binaryTagCodec concode_elem_sep BinaryCodec binaryCodec concode_elem_sep SAMRecordFactory samRecordFactory concode_field_sep void encode concode_elem_sep void setOutputStream concode_elem_sep void setOutputStream concode_elem_sep SA... | void function ( final InputStream arg0 ) { this . binaryCodec . setInputStream ( arg0 ) ; } |
9,521 | test for equality . this returns true for two modes with identical parameters . concode_field_sep int refreshRate concode_elem_sep int bitDepth concode_elem_sep int width concode_elem_sep int REFRESH_RATE_UNKNOWN concode_elem_sep int BIT_DEPTH_MULTI concode_elem_sep int height concode_field_sep int getRefreshRate conco... | boolean function ( DisplayMode arg0 ) { return ( width == arg0 . width && height == arg0 . height && bitDepth == arg0 . bitDepth && refreshRate == arg0 . refreshRate ) ; } |
9,522 | returns the delta value between a and b concode_field_sep XUnitConversion m_xConversion concode_elem_sep OfficeConnection connection concode_field_sep void tearDownConnection concode_elem_sep void checkSize concode_elem_sep void setUpConnection concode_elem_sep void testXUnitConversion | int function ( int arg0 , int arg1 ) { final int loc0 = Math . abs ( arg0 - arg1 ) ; return loc0 ; } |
9,523 | construct a new java.util.set that is the intersectionof the given sets . concode_field_sep Map<Class<?>,TesterRequirements> classTesterRequirementsCache concode_elem_sep Map<AnnotatedElement,Annotation[]> annotationCache concode_field_sep TesterRequirements getTesterRequirements concode_elem_sep TesterRequirements get... | Set < T > function ( Set < ? extends T > arg0 , Set < ? extends T > arg1 ) { return intersection ( new Set [ ] { arg0 , arg1 } ) ; } |
9,524 | check that the iterator has either cleanly closed or the version stamp is still valid concode_field_sep Triple lookAhead concode_elem_sep ConsumerChoicePointFrame nextToRun concode_elem_sep boolean checkReadyNeeded concode_elem_sep int initialVersion concode_elem_sep LPInterpreter interpreter concode_elem_sep BackwardR... | void function ( ) { if ( initialVersion != infgraph . getVersion ( ) ) { throw new ConcurrentModificationException ( ) ; } } |
9,525 | returns the end key of the range . concode_field_sep Endpoint endType concode_elem_sep Endpoint startType concode_elem_sep Key start concode_elem_sep Endpoint startType concode_elem_sep Key end concode_elem_sep long serialVersionUID concode_elem_sep Endpoint endType concode_field_sep Builder setEndType concode_elem_sep... | Key function ( ) { return end ; } |
9,526 | set the receipt header . applies to any client frame other than connect . concode_field_sep String CONTENT_LENGTH concode_elem_sep String ACK concode_elem_sep Map<String,List<String>> headers concode_elem_sep String LOGIN concode_elem_sep String SERVER concode_elem_sep String SESSION concode_elem_sep String PASSCODE co... | void function ( String arg0 ) { set ( RECEIPT , arg0 ) ; } |
9,527 | this test validates that an index which is out of bounds throws an indexoutofboundsexcpetion . concode_field_sep TupleTypeInfo<Tuple5<Integer,Long,String,Long,Integer>> tupleTypeInfo concode_elem_sep String myString concode_elem_sep List<CustomType> customTypeData concode_elem_sep long myLong concode_elem_sep long seri... | void function ( ) { final ExecutionEnvironment loc0 = ExecutionEnvironment . getExecutionEnvironment ( ) ; DataSet < Tuple5 < Integer , Long , String , Long , Integer >> loc1 = loc0 . fromCollection ( emptyTupleData , tupleTypeInfo ) ; loc1 . maxBy ( - 1 ) ; } |
9,528 | setzt die zeitintervalle , in denen termine vergeben werden . in jedem zeitabschnitt kann von der vergabe-strategie ein unterschiedliches muster verwendet werden . ein tupel steht fuer start - und endzeitpunkt . die uhrzeit ist als minuten nach 0 uhr angegeben . die tupel sollten aufsteigend sortiert sein und sich nich... | void function ( List < Tupel < Integer , Integer >> arg0 ) { this . terminIntervalle = arg0 ; } |
9,529 | returns the date that the associated connection ended , or null if no end date was recorded . the lack of an end date does not necessarily mean that the connection is still active . concode_field_sep Date endDate concode_elem_sep String connectionIdentifier concode_elem_sep String connectionName concode_elem_sep Intege... | Date function ( ) { return endDate ; } |
9,530 | returns the create date of this j i r a action . concode_field_sep JIRAAction _jiraAction concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedMo... | Date function ( ) { return _jiraAction . getCreateDate ( ) ; } |
9,531 | creates a trianglemesh instance of the terrain and constructsside panels and a bottom plane to form a fully enclosed mesh volume , e.g. suitable for cnc fabrication or 3d printing . the bottom plane will be created at the given ground level can also be negative and the sides are extended downward to that level too . co... | Mesh3D function ( Mesh3D arg0 , float arg1 ) { return toMesh ( arg0 , 0 , 0 , width , depth , arg1 ) ; } |
9,532 | replace the existing launch.properties file with populated launch.properties file . concode_field_sep Logger logger concode_field_sep void copyDeploymentFile concode_elem_sep Option[] getDefaultPaxOptions concode_elem_sep Option[] getDefaultPaxOptions concode_elem_sep void setCarbonHome concode_elem_sep void setStartup... | void function ( ) { copy ( Paths . get ( "srini_string" , "srini_string" , "srini_string" , "srini_string" , "srini_string" , "srini_string" ) , Paths . get ( "srini_string" , "srini_string" , "srini_string" ) ) ; } |
9,533 | get custom serializer concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String attributeValue concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String attributeName concode_field_sep void setAttributeName concode_el... | org . apache . axis . encoding . Serializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanSerializer ( arg1 , arg2 , typeDesc ) ; } |
9,534 | add an other attribute concode_field_sep String address concode_elem_sep Object anyType concode_elem_sep String inResponseTo concode_elem_sep String recipient concode_elem_sep long serialVersionUID concode_elem_sep XMLGregorianCalendar notOnOrAfter concode_elem_sep Map<QName,String> otherAttributes concode_elem_sep XML... | void function ( QName arg0 , String arg1 ) { otherAttributes . put ( arg0 , arg1 ) ; } |
9,535 | j-integra for com internal method concode_field_sep wbemdisp.ISWbemPrivilegeSetProxy d_ISWbemPrivilegeSetProxy concode_elem_sep String CLSID concode_field_sep wbemdisp.ISWbemPrivilege Add concode_elem_sep Object getPropertyByName concode_elem_sep Object getPropertyByName concode_elem_sep java.util.Enumeration get_NewEn... | com . linar . jintegra . Dispatch function ( ) { return d_ISWbemPrivilegeSetProxy ; } |
9,536 | method to randomly select an html color code from a preset list eg : #c62fd5 concode_field_sep String DEFAULT_COLOR concode_elem_sep Vector colorList concode_elem_sep boolean stamp concode_elem_sep String[] ALL_COLORS concode_elem_sep Log log concode_elem_sep ChatState singleton concode_elem_sep Random generator concod... | String function ( ) { return "srini_string" + colorList . remove ( generator . nextInt ( colorList . size ( ) ) ) . toString ( ) ; } |
9,537 | returns true if type represents an in-process connection to a file backed database . concode_field_sep String S_URL_PREFIX concode_elem_sep String S_DOT concode_elem_sep String S_FILE concode_elem_sep String S_MEM concode_elem_sep String S_ALIAS concode_elem_sep String S_HSQLS concode_elem_sep String S_RES concode_elem... | boolean function ( String arg0 ) { if ( arg0 == S_FILE || arg0 == S_RES ) { return true ; } return false ; } |
9,538 | place the composite in the backing bloom filter . concode_field_sep String file concode_elem_sep StampedLock lock concode_elem_sep com.google.common.hash.BloomFilter<Composite> source concode_field_sep boolean mightContainCached concode_elem_sep boolean putCached concode_elem_sep BloomFilter create concode_elem_sep Blo... | boolean function ( Composite arg0 ) { long loc0 = lock . writeLock ( ) ; try { return source . put ( arg0 ) ; } finally { lock . unlockWrite ( loc0 ) ; } } |
9,539 | set the base path for all views concode_field_sep boolean devMode concode_elem_sep String freeMarkerViewExtension concode_elem_sep String i18nResourceBaseName concode_elem_sep String jspViewExtension concode_elem_sep String velocityViewExtension concode_elem_sep Map<Integer,String> errorViewMapping concode_elem_sep Str... | void function ( String arg0 ) { Routes . setBaseViewPath ( arg0 ) ; } |
9,540 | set session factory that allows us to connect to the database that hibernate knows about . concode_field_sep Log log concode_elem_sep SessionFactory sessionFactory concode_field_sep Criteria createGetObservationsCriteria concode_elem_sep Obs getObs concode_elem_sep Obs saveObs concode_elem_sep MimeType getMimeType conc... | void function ( SessionFactory arg0 ) { this . sessionFactory = arg0 ; } |
9,541 | get last error code all error codes are in equates concode_field_sep PlaceHolder placeHolder concode_field_sep String fileError concode_elem_sep String errorFile concode_elem_sep String error concode_elem_sep String fileErrorCode | int function ( ) { return CErrorImpl . getInstance ( ) . getErrorCode ( ) ; } |
9,542 | gets the newstudent student object . concode_field_sep String selectedCourse concode_elem_sep Course currentCourse concode_elem_sep List studentCourses concode_elem_sep List courseItems concode_elem_sep String selectedStudent concode_elem_sep Student newStudent concode_elem_sep List studentItems concode_elem_sep Studen... | Student function ( ) { return newStudent ; } |
9,543 | get the i-th item in this itemset concode_field_sep long timestamp concode_elem_sep List<ItemSimple> items concode_field_sep void addItem concode_elem_sep List<ItemSimple> getItems concode_elem_sep void print concode_elem_sep int size concode_elem_sep long getTimestamp concode_elem_sep Itemset cloneItemSetMinusItems co... | ItemSimple function ( int arg0 ) { return items . get ( arg0 ) ; } |
9,544 | gets the value of the localduration property . concode_field_sep Duration localDuration concode_elem_sep ServiceType localService concode_elem_sep String interlineCarrierName concode_elem_sep Integer additionalDays concode_elem_sep String gatewayLocationId concode_elem_sep String interlineCarrierCode concode_elem_sep F... | Duration function ( ) { return localDuration ; } |
9,545 | sets the bean . concode_field_sep String variableName concode_elem_sep T bean concode_field_sep Object getObject concode_elem_sep void setVariableName concode_elem_sep Class getObjectType concode_elem_sep boolean isSingleton concode_elem_sep T getBean concode_elem_sep String getVariableName | void function ( T arg0 ) { this . bean = arg0 ; } |
9,546 | initialize the integer array of random length with random integers . concode_field_sep PlaceHolder placeHolder concode_field_sep void printArray concode_elem_sep void main | int [ ] function ( ) { int loc0 = StdRandom . uniform ( 1 , 50 ) ; int [ ] loc1 = new int [ loc0 ] ; for ( int loc2 = 0 ; loc2 < loc0 ; loc2 ++ ) { loc1 [ loc2 ] = StdRandom . uniform ( 1 , 100 ) ; } return loc1 ; } |
9,547 | verbose log message . 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 concode_elem_sep void s... | void function ( String arg0 , String arg1 ) { if ( LOG . VERBOSE >= LOGLEVEL ) Log . v ( arg0 , arg1 ) ; } |
9,548 | get dos path from long path concode_field_sep int FA_HIDDEN concode_elem_sep int FA_DIRECTORY concode_elem_sep File pwd concode_elem_sep int FA_READONLY concode_field_sep void deleteFile concode_elem_sep void copyFile concode_elem_sep boolean isFile concode_elem_sep void getDirectoryListing concode_elem_sep File resolv... | ClarionString function ( String arg0 ) { return new ClarionString ( arg0 ) ; } |
9,549 | maps a java field object to the database 's column name . concode_field_sep PlaceHolder placeHolder concode_field_sep String toSQLNameDefault concode_elem_sep String toTableName | String function ( Field arg0 ) { if ( arg0 . isAnnotationPresent ( Column . class ) ) { Column loc0 = arg0 . getAnnotation ( Column . class ) ; return loc0 . name ( ) ; } return toSQLNameDefault ( arg0 . getName ( ) ) ; } |
9,550 | returns the length of the specified replica of the block report . concode_field_sep int LONGS_PER_FINALIZED_BLOCK concode_elem_sep int LONGS_PER_UC_BLOCK concode_elem_sep long[] blockList concode_elem_sep ReplicaState currentReplicaState concode_elem_sep int HEADER_SIZE concode_elem_sep int currentBlockIndex concode_el... | long function ( int arg0 ) { return blockList [ index2BlockId ( arg0 ) + 1 ] ; } |
9,551 | create an instance of requestmaterialdetailtype concode_field_sep QName _Exception_QNAME concode_elem_sep QName _FindByDate_QNAME concode_elem_sep QName _FindByReqNumbersResponse_QNAME concode_elem_sep QName _RequestMaterialDetail_QNAME concode_elem_sep QName _FindByDateResponse_QNAME concode_elem_sep QName _FindByReqN... | RequestMaterialDetailType function ( ) { return new RequestMaterialDetailType ( ) ; } |
9,552 | gets the parent object in the object tree representing the unmarshalled xml document . concode_field_sep CTMdxMemeberProp p concode_elem_sep Object parent concode_elem_sep CTMdxTuple t concode_elem_sep CTMdxSet ms concode_elem_sep STMdxFunctionType f concode_elem_sep CTMdxKPI k concode_elem_sep long n concode_field_sep... | Object function ( ) { return this . parent ; } |
9,553 | ends ssl operation and close the wrapped byte channel concode_field_sep ByteBuffer outNetData concode_elem_sep TCPChannel wrappedChannel concode_elem_sep SSLEngine engine concode_elem_sep ByteBuffer inAppData concode_elem_sep ByteBuffer inNetData concode_elem_sep ByteBuffer outAppData concode_elem_sep boolean closed co... | void function ( ) { if ( ! closed ) { try { engine . closeOutbound ( ) ; sslLoop ( wrap ( ) ) ; wrappedChannel . close ( ) ; } finally { closed = true ; } } } |
9,554 | returns 0 if a == b , or c.compare a , b otherwise.that is , this makes c null-safe . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean deepEquals concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep T requireNonNull concode_elem_sep T requireNonNull concode_elem_sep String t... | int function ( T arg0 , T arg1 , Comparator < ? super T > arg2 ) { if ( arg0 == arg1 ) { return 0 ; } return arg2 . compare ( arg0 , arg1 ) ; } |
9,555 | registers a callback , to be triggered when the system ui visibility changes . concode_field_sep OnVisibilityChangeListener mOnVisibilityChangeListener concode_elem_sep int FLAG_LAYOUT_IN_SCREEN_OLDER_DEVICES concode_elem_sep View mAnchorView concode_elem_sep Activity mActivity concode_elem_sep int FLAG_FULLSCREEN conc... | void function ( OnVisibilityChangeListener arg0 ) { if ( arg0 == null ) { arg0 = sDummyListener ; } mOnVisibilityChangeListener = arg0 ; } |
9,556 | returns path of a string . a string `` c : \ src \ res \ paul.dat '' will return `` c : \ src \ res \ '' . concode_field_sep PlaceHolder placeHolder concode_field_sep File setExtension concode_elem_sep String getExtension concode_elem_sep String getExtension concode_elem_sep String getName concode_elem_sep String getNa... | String function ( String arg0 ) { String loc0 = "srini_string" ; int loc1 = FileUtil . getIndex ( arg0 ) ; if ( loc1 > 0 ) { loc0 = arg0 . substring ( 0 , loc1 + 1 ) ; } return loc0 ; } |
9,557 | returns a string representation of the chart entity , useful for debugging . concode_field_sep Shape area concode_elem_sep long serialVersionUID concode_elem_sep String urlText concode_elem_sep String toolTipText concode_field_sep void setURLText concode_elem_sep void setToolTipText concode_elem_sep String getPolyCoord... | String function ( ) { StringBuffer loc0 = new StringBuffer ( "srini_string" ) ; loc0 . append ( "srini_string" ) ; loc0 . append ( this . toolTipText ) ; return loc0 . toString ( ) ; } |
9,558 | create a new org.glassfish.jersey.client.rx.rxclient reactive client instance initialized with given jax-rs clientinstance and parametrized with invoker based on the rx.observable observable from rxjava . reactive requests , invoked using org.glassfish.jersey.client.rx.rxinvocationbuilder #rx rx ... methods , do not op... | RxClient < RxObservableInvoker > function ( final Client arg0 ) { return Rx . from ( arg0 , RxObservableInvoker . class ) ; } |
9,559 | set tab text concode_field_sep TabLink link concode_field_sep void add concode_elem_sep void addClickHandler concode_elem_sep void clear concode_elem_sep void setShowOn concode_elem_sep boolean isActive concode_elem_sep boolean remove concode_elem_sep TabLink asTabLink concode_elem_sep Iterator<Widget> iterator concode... | void function ( String arg0 ) { link . setText ( arg0 ) ; } |
9,560 | returns the associated output ports . concode_field_sep boolean mIsOpen concode_elem_sep MidiDevice mDevice concode_elem_sep MidiInputPortAndroid[] mInputPorts concode_elem_sep MidiOutputPortAndroid[] mOutputPorts concode_field_sep String getVersion concode_elem_sep String getProduct concode_elem_sep boolean isOpen con... | MidiOutputPortAndroid [ ] function ( ) { return mOutputPorts ; } |
9,561 | mouse moved concode_field_sep UnitWorks uw concode_elem_sep MapWorks mw concode_elem_sep UnitMap map concode_elem_sep PanelManager pm concode_field_sep void cancel concode_elem_sep void setSelectPlace concode_elem_sep boolean isNextPoint concode_elem_sep void gotoWalk concode_elem_sep void setHelp concode_elem_sep void... | void function ( int arg0 , int arg1 ) { mw . wakuMove ( arg0 , arg1 ) ; mw . wakuPaint ( true ) ; } |
9,562 | returns the osgi service identifier . concode_field_sep ServiceTracker<BackgroundTaskService,BackgroundTaskService> _serviceTracker concode_field_sep int getBackgroundTasksCount concode_elem_sep java.lang.String getBackgroundTaskStatusJSON concode_elem_sep BackgroundTaskService getService | java . lang . String function ( ) { return getService ( ) . getOSGiServiceIdentifier ( ) ; } |
9,563 | set the map of information for implicit collection concode_field_sep ReferenceMode referenceMode concode_elem_sep Map<String,Class> aliasTypeMap concode_elem_sep Map<String,Class> attributeMap concode_elem_sep Map<SingleValueConverter,Priority> singleValueConverters concode_elem_sep Map<String,Class> implicitCollection... | void function ( Map < String , Class > arg0 ) { this . implicitCollectionMap = arg0 ; } |
9,564 | use this method solely to update element from smart pointer and the likes concode_field_sep boolean isStatic concode_elem_sep String displayName concode_elem_sep Logger LOG concode_elem_sep boolean isChecked concode_elem_sep Boolean overrides concode_elem_sep boolean toAbstract concode_elem_sep SmartPsiElementPointer<T... | void function ( T arg0 ) { myMember = SmartPointerManager . getInstance ( arg0 . getProject ( ) ) . createSmartPsiElementPointer ( arg0 ) ; } |
9,565 | prints a message at assert priority . concode_field_sep int ERROR concode_elem_sep int VERBOSE concode_elem_sep int WARN concode_elem_sep int NONE concode_elem_sep int ASSERT concode_elem_sep int DEBUG concode_elem_sep LogNode mLogNode concode_elem_sep int INFO concode_field_sep void println concode_elem_sep void print... | void function ( String arg0 , String arg1 ) { wtf ( arg0 , arg1 , null ) ; } |
9,566 | the current version of the configuration . for example : e2qwruhapomqzl . returns a reference to this object so that method calls can be chained together . concode_field_sep DistributionConfig distributionConfig concode_elem_sep String eTag concode_field_sep void setDistributionConfig concode_elem_sep DistributionConfi... | GetDistributionConfigResult function ( String arg0 ) { this . eTag = arg0 ; return this ; } |
9,567 | reads the next token from standard input , parses it as an integer , and returns the integer . concode_field_sep Pattern EMPTY_PATTERN concode_elem_sep String CHARSET_NAME concode_elem_sep Locale LOCALE concode_elem_sep Scanner scanner concode_elem_sep Pattern WHITESPACE_PATTERN concode_elem_sep Pattern EVERYTHING_PATT... | int function ( ) { return scanner . nextInt ( ) ; } |
9,568 | sets the wind chill in degrees . concode_field_sep Double chill concode_elem_sep Integer degree concode_elem_sep Double speed concode_elem_sep String direction concode_elem_sep Double gust concode_field_sep void setSpeed concode_elem_sep String getDirection concode_elem_sep Double getGust concode_elem_sep Double getSpe... | void function ( Double arg0 ) { this . chill = arg0 ; } |
9,569 | sets the losingleadidlist value for this mergestatus . concode_field_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String error concode_elem_sep java.lang.Integer winningLeadId concode_elem_sep int[] lo... | void function ( int [ ] arg0 ) { this . losingLeadIdList = arg0 ; } |
9,570 | this is getter method for bulkuploadfailureidlist concode_field_sep String bulkTypeID concode_elem_sep List<BulkTypeDTO> bulkUploadFailureIDList concode_field_sep void setBulkUploadFailureIDList concode_elem_sep String getBulkTypeID concode_elem_sep void setBulkTypeID | List < BulkTypeDTO > function ( ) { return bulkUploadFailureIDList ; } |
9,571 | logs the given message instance using the ` debug ' level concode_field_sep int TRACE concode_elem_sep int DEBUG concode_elem_sep int ERROR concode_elem_sep int INFO concode_elem_sep int FATAL concode_elem_sep int WARN concode_elem_sep StringBuffer bufferedLog concode_elem_sep boolean logLocationInfo concode_field_sep ... | void function ( Object arg0 ) { logInternal ( DEBUG , arg0 , null ) ; } |
9,572 | returns the name of the main form class concode_field_sep String projectDir concode_elem_sep String buildDirOverride concode_elem_sep File file concode_elem_sep List<SourceDescriptor> sources concode_elem_sep String qualifiedName concode_elem_sep String NAMETAG concode_elem_sep String ASSETSTAG concode_elem_sep String ... | String function ( ) { return properties . getProperty ( MAINTAG ) ; } |
9,573 | convert a byte array to a hexadecimal string , separating octets with the given character . concode_field_sep String HEX concode_field_sep String hexDump concode_elem_sep String hexDump concode_elem_sep String formatInt concode_elem_sep byte[] toByteArray | String function ( byte [ ] arg0 , int arg1 , int arg2 , char arg3 ) { CPStringBuilder loc0 = new CPStringBuilder ( ) ; for ( int loc1 = 0 ; loc1 < arg2 ; loc1 ++ ) { loc0 . append ( HEX . charAt ( arg0 [ loc1 + arg1 ] >>> 4 & 0x0F ) ) ; loc0 . append ( HEX . charAt ( arg0 [ loc1 + arg1 ] & 0x0F ) ) ; if ( loc1 < arg2 -... |
9,574 | returns the string representation of the columninfo . concode_field_sep boolean isVirtualCol concode_elem_sep String internalName concode_elem_sep boolean isSkewedCol concode_elem_sep String alias concode_elem_sep boolean isHiddenVirtualCol concode_elem_sep String typeName concode_elem_sep long serialVersionUID concode... | String function ( ) { return internalName + "srini_string" + typeName ; } |
9,575 | returns the domaincombiner associated with this accesscontrolcontext . if a securitymanager is installed , code calling this method needsthe securitypermission getdomaincombiner to be granted , otherwise a securityexception will be thrown . concode_field_sep AccessControlContext inherited concode_elem_sep ProtectionDom... | DomainCombiner function ( ) { SecurityManager loc0 = System . getSecurityManager ( ) ; if ( loc0 != null ) { loc0 . checkPermission ( new SecurityPermission ( "srini_string" ) ) ; } return combiner ; } |
9,576 | returns a calendar object from a julian date . concode_field_sep double J1970 concode_elem_sep Logger logger concode_elem_sep double MILLISECONDS_PER_DAY concode_elem_sep Pattern HHMM_PATTERN concode_field_sep double endOfDayDateToJulianDate concode_elem_sep int getMinutesFromTime concode_elem_sep double dateToJulianDa... | Calendar function ( double arg0 ) { if ( Double . compare ( arg0 , Double . NaN ) == 0 || arg0 == 0 ) { return null ; } long loc0 = ( long ) ( ( arg0 + 0.5 - J1970 ) * MILLISECONDS_PER_DAY ) ; Calendar loc1 = Calendar . getInstance ( ) ; loc1 . setTimeInMillis ( loc0 ) ; return DateUtils . round ( loc1 , Calendar . MIN... |
9,577 | deallocates the recognizer . this method should only be called if the recognizer is in the allocated state . concode_field_sep State currentState concode_elem_sep List<StateListener> stateListeners concode_elem_sep String name concode_elem_sep String PROP_MONITORS concode_elem_sep Decoder decoder concode_elem_sep Strin... | void function ( ) { checkState ( State . READY ) ; setState ( State . DEALLOCATING ) ; decoder . deallocate ( ) ; setState ( State . DEALLOCATED ) ; } |
9,578 | close this reader . concode_field_sep byte[] MAGIC concode_elem_sep String CODEC concode_elem_sep Schema schema concode_elem_sep long blockCount concode_elem_sep int SYNC_SIZE concode_elem_sep String SYNC concode_elem_sep DataFileReader.SeekableInputStream in concode_elem_sep DatumReader<D> reader concode_elem_sep long... | void function ( ) { in . close ( ) ; } |
9,579 | returns true if the given namespaceuri is empty or if it matches the given expected namespace concode_field_sep String EXCHANGE_PROPERTY concode_elem_sep String DEFAULT_NAMESPACE concode_elem_sep Map<String,String> namespaces concode_elem_sep String IN_NAMESPACE concode_elem_sep String OUT_NAMESPACE concode_elem_sep St... | boolean function ( String arg0 , String arg1 ) { return ObjectHelper . isEmpty ( arg0 ) || arg0 . equals ( arg1 ) ; } |
9,580 | gets the value of the header property . concode_field_sep Long labelId concode_elem_sep CreativeWrapperHtmlSnippet footer concode_elem_sep CreativeWrapperOrdering ordering concode_elem_sep CreativeWrapperHtmlSnippet header concode_elem_sep Long id concode_elem_sep CreativeWrapperStatus status concode_field_sep Long get... | CreativeWrapperHtmlSnippet function ( ) { return header ; } |
9,581 | this is used by consumers 1.0-milestone-8 to 1.1 concode_field_sep Logger LOGGER concode_elem_sep ProtocolToModelAdapter adapter concode_elem_sep ProviderConnection connection concode_elem_sep ServiceRegistry services concode_elem_sep boolean verboseLogging concode_field_sep void executeBuild concode_elem_sep ProjectVe... | T function ( Class < T > arg0 , BuildOperationParametersVersion1 arg1 ) { sendDeprecationMessage ( arg1 ) ; logTargetVersion ( ) ; return run ( arg0 , arg1 ) ; } |
9,582 | get the font concode_field_sep float tw concode_elem_sep PointF prevEnd concode_elem_sep Matrix cur concode_elem_sep float fsize concode_elem_sep Matrix line concode_elem_sep float tr concode_elem_sep boolean inuse concode_elem_sep int tm concode_elem_sep float tc concode_elem_sep StringBuffer word concode_elem_sep flo... | PDFFont function ( ) { return font ; } |
9,583 | sets the ttl for the cached response in seconds concode_field_sep int _maxRedirects concode_elem_sep boolean _allowCircularRedirects concode_elem_sep long _cacheTTLSeconds concode_elem_sep int _maxBodySize concode_elem_sep boolean _useCache concode_elem_sep int _connTimeout concode_elem_sep String _contentType concode_... | void function ( long arg0 ) { _cacheTTLSeconds = arg0 ; } |
9,584 | sets the canredo value for this toolbarstate . concode_field_sep boolean canUndo concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep boolean isDirty concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean canNew concode_elem_sep boolean canSave concode_elem_sep boolean __hash... | void function ( boolean arg0 ) { this . canRedo = arg0 ; } |
9,585 | to set review status . concode_field_sep String batchName concode_elem_sep String batchClassName concode_elem_sep int priority concode_elem_sep boolean remote concode_elem_sep String createdOn concode_elem_sep String currentUser concode_elem_sep String uploadedOn concode_elem_sep String noOfPages concode_elem_sep Strin... | void function ( final String arg0 ) { this . reviewStatus = arg0 ; } |
9,586 | helper method to log an xwiki exception during rights checking process . concode_field_sep AuthorizationManager authorization concode_elem_sep IOService annotationsStorageService concode_elem_sep DocumentReferenceResolver<String> userAndGroupReferenceResolver concode_elem_sep Logger logger concode_elem_sep TypedStringE... | void function ( Exception arg0 , String arg1 , String arg2 ) { this . logger . warn ( "srini_string" , arg1 , arg2 , arg0 ) ; } |
9,587 | gets the value of the res property . concode_field_sep int res concode_field_sep void setRes | int function ( ) { return res ; } |
9,588 | 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 ... | int function ( ) { return sampleIsDependedOn ; } |
9,589 | used for second-level item browses , to only display items that match the value concode_field_sep SortOption sortOption concode_elem_sep int jumpItemId concode_elem_sep String filterValueLang concode_elem_sep int resultsPerPage concode_elem_sep Collection collection concode_elem_sep boolean filterValuePartial concode_e... | String function ( ) { return filterValue ; } |
9,590 | returns the card element to click to enable the expand/collapse action concode_field_sep boolean viewToSelect concode_elem_sep int mElement concode_elem_sep View viewToClick concode_elem_sep CardElementUI cardElementUIToClick concode_elem_sep boolean enableForCode concode_elem_sep boolean useLongClick concode_field_sep... | CardElementUI function ( ) { return cardElementUIToClick ; } |
9,591 | returns true if cas serialization is enabled , false otherwise . concode_field_sep String aeDescriptorPath concode_elem_sep boolean prettyPrint concode_elem_sep CTAKESSerializer serializerType concode_elem_sep boolean serialize concode_elem_sep String UMLSPass concode_elem_sep boolean text concode_elem_sep String UMLSU... | boolean function ( ) { return serialize ; } |
9,592 | marks a block to move out of this dir view , which is used by the evictor . concode_field_sep BlockMetadataManagerView mManagerView concode_elem_sep StorageDir mDir concode_elem_sep long mBlocksToMoveOutSize concode_elem_sep long mBlocksToMoveInSize concode_elem_sep StorageTierView mTierView concode_elem_sep Set<Long> ... | void function ( long arg0 , long arg1 ) { if ( mBlocksToMoveOut . add ( arg0 ) ) { mBlocksToMoveOutSize += arg1 ; } } |
9,593 | bind the given simpattributes to the current thread , concode_field_sep ThreadLocal<SimpAttributes> attributesHolder concode_field_sep SimpAttributes getAttributes concode_elem_sep SimpAttributes currentAttributes concode_elem_sep void setAttributesFromMessage concode_elem_sep void resetAttributes | void function ( SimpAttributes arg0 ) { if ( arg0 != null ) { attributesHolder . set ( arg0 ) ; } else { resetAttributes ( ) ; } } |
9,594 | the date and time the policy was created . concode_field_sep String versionId concode_elem_sep Boolean isDefaultVersion concode_elem_sep java.util.Date createDate concode_field_sep PolicyVersion withVersionId concode_elem_sep void setIsDefaultVersion concode_elem_sep void setVersionId concode_elem_sep String getVersion... | PolicyVersion function ( java . util . Date arg0 ) { setCreateDate ( arg0 ) ; return this ; } |
9,595 | specify the order to use for resource handling relative to other handlermapping s configured in the spring configuration . the default value used is integer.max _ value-1 . concode_field_sep CompositeContentTypeResolver contentTypeResolver concode_elem_sep ApplicationContext applicationContext concode_elem_sep List<Res... | ResourceHandlerRegistry function ( int arg0 ) { this . order = arg0 ; return this ; } |
9,596 | if a notification with an id exists . 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 getNotMg... | boolean function ( int arg0 ) { return get ( arg0 ) != null ; } |
9,597 | invoked when the animated value of an animated attribute has changed . concode_field_sep RootGraphicsNode node concode_elem_sep BridgeContext ctx concode_elem_sep Document document concode_field_sep float getFontSize concode_elem_sep void handleOtherAnimationChanged concode_elem_sep Rectangle2D getBBox concode_elem_sep... | void function ( AnimatedLiveAttributeValue arg0 ) { } |
9,598 | return hash code for bin . concode_field_sep String name concode_elem_sep Value value concode_field_sep Bin asBlob concode_elem_sep Bin asMap concode_elem_sep Bin asNull concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep Bin asList concode_elem_sep Bin asGeoJSON | int function ( ) { final int loc0 = 31 ; int loc1 = 1 ; loc1 = loc0 * loc1 + ( ( name == null ) ? 0 : name . hashCode ( ) ) ; loc1 = loc0 * loc1 + ( ( value == null ) ? 0 : value . hashCode ( ) ) ; return loc1 ; } |
9,599 | the date and time when the instance was terminated . concode_field_sep java.util.Date readyDateTime concode_elem_sep java.util.Date endDateTime concode_elem_sep java.util.Date creationDateTime concode_field_sep void setEndDateTime concode_elem_sep InstanceTimeline withCreationDateTime concode_elem_sep InstanceTimeline ... | java . util . Date function ( ) { return this . endDateTime ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.