idx int64 0 25k | question stringlengths 72 5.69k | target stringlengths 21 481 |
|---|---|---|
18,100 | returns an archive . concode_field_sep List<ArchiveDescription> archives concode_field_sep boolean hasArchive concode_elem_sep int size concode_elem_sep String toString | ArchiveDescription function ( ) { if ( ! this . archives . isEmpty ( ) ) { return this . archives . remove ( 0 ) ; } return null ; } |
18,101 | this implementation always throws an illegalstateexception . concode_field_sep Unmarshaller unmarshaller concode_field_sep int read concode_elem_sep int read concode_elem_sep int read concode_elem_sep int available concode_elem_sep long skip concode_elem_sep String readLine concode_elem_sep char readChar concode_elem_s... | void function ( ) { throw new IllegalStateException ( "srini_string" ) ; } |
18,102 | gets the 2nd selected date . concode_field_sep Date date2 concode_elem_sep Effect valueChangeEffect2 concode_elem_sep Date date1 concode_elem_sep Effect valueChangeEffect concode_field_sep Date getDate1 concode_elem_sep void effectChangeListener concode_elem_sep void effect2ChangeListener concode_elem_sep TimeZone getT... | Date function ( ) { return date2 ; } |
18,103 | gets the value of the mimetype property . concode_field_sep byte[] bytes concode_elem_sep String name concode_elem_sep WsDocument nextDocument concode_elem_sep String absolutePath concode_elem_sep MimeType mimeType concode_field_sep void setBytes concode_elem_sep void setName concode_elem_sep void setNextDocument conco... | MimeType function ( ) { return mimeType ; } |
18,104 | returns the max base concode_field_sep double max concode_field_sep void setMax concode_elem_sep double[] logTransformation concode_elem_sep void normalize | double function ( ) { return max ; } |
18,105 | producer operation to do on kubernetes concode_field_sep String caCertData concode_elem_sep String oauthToken concode_elem_sep String clientKeyAlgo concode_elem_sep String clientCertFile concode_elem_sep String password concode_elem_sep String apiVersion concode_elem_sep String clientKeyData concode_elem_sep String mas... | String function ( ) { return operation ; } |
18,106 | projection that returns the number of records from the query instead of the results themselves concode_field_sep Query.CountProjection COUNT_PROJECTION concode_elem_sep Query.IdProjection ID_PROJECTION concode_field_sep Query.MinProjection min concode_elem_sep Query.AvgProjection avg concode_elem_sep Query.CountDistinc... | Query . CountProjection function ( ) { return COUNT_PROJECTION ; } |
18,107 | method to remove this user from the conversation and reset their status flag concode_field_sep String color concode_elem_sep String DEFAULT_NICK concode_elem_sep String buttonImage concode_elem_sep Log log concode_elem_sep boolean minimized concode_elem_sep String autoLoad concode_elem_sep String MAXIMIZE_IMAGE concode... | void function ( ActionEvent arg0 ) { leaving = true ; inConversation = false ; buttonImage = MINIMIZE_IMAGE ; minimized = true ; chatState . removeUserChild ( this ) ; } |
18,108 | get the keyname value . concode_field_sep String keyName concode_field_sep StorageAccountRegenerateKeyParameters withKeyName | String function ( ) { return this . keyName ; } |
18,109 | only want to write to nodes that are n't being read . concode_field_sep TimeUnit LOCK_TIMEOUT_UNITS concode_elem_sep SoftReference<Node> node concode_elem_sep boolean valid concode_elem_sep ReentrantReadWriteLock lock concode_elem_sep long serialVersionUID concode_elem_sep long LOCK_TIMEOUT concode_field_sep void setVa... | boolean function ( ) { return lock . getReadLockCount ( ) == 0 ; } |
18,110 | returns a backed mutabledirectedgraph whose nodes are equivalentvalue wrapped refs . it 's perfectly safe to modify this graph , just so long as new nodes are equivalentvalue wrapped refs . concode_field_sep Map<SootClass,ClassInfoFlowAnalysis> classToClassInfoFlowAnalysis concode_elem_sep boolean includeInnerFields co... | HashMutableDirectedGraph function ( SootMethod arg0 ) { return getMethodInfoFlowSummary ( arg0 , true ) ; } |
18,111 | override this method to do any cleanup needed after generation concode_field_sep String SCT_GENERATOR_CONSOLE concode_elem_sep IGeneratorBridge bridge concode_elem_sep MessageConsoleStream error concode_elem_sep Injector injector concode_elem_sep MessageConsoleStream info concode_field_sep void refreshTargetProject con... | void function ( GeneratorEntry arg0 ) { } |
18,112 | copy the byte value into the map at given position 0 , 24 concode_field_sep int limitPos concode_elem_sep int defaultCapacity concode_elem_sep int[] map concode_elem_sep int capacity concode_field_sep int compare concode_elem_sep int set concode_elem_sep int set concode_elem_sep byte set concode_elem_sep void set conco... | int function ( int arg0 , byte arg1 , int arg2 ) { int loc0 = ( arg1 & 0xff ) << ( 24 - arg2 ) ; int loc1 = 0xff000000 >>> arg2 ; loc1 = ~ loc1 ; arg0 &= loc1 ; return ( arg0 | loc0 ) ; } |
18,113 | marks that priority field of alert is to be updated and stores the new value concode_field_sep Map<UpdateCriterion,Object> allCriteria concode_field_sep Map<UpdateCriterion,Object> getAll concode_elem_sep UpdateCriteria data concode_elem_sep UpdateCriteria name concode_elem_sep UpdateCriteria description concode_elem_s... | UpdateCriteria function ( int arg0 ) { allCriteria . put ( UpdateCriterion . PRIORITY , arg0 ) ; return this ; } |
18,114 | tests that zipwriter #finish can execute without error on a zipwriter that 's been created for an existing zip file and that has no entries . concode_field_sep LiferayIntegrationTestRule liferayIntegrationTestRule concode_elem_sep String _ENTRY_FILE_PATH concode_elem_sep String _expectedEntryContent concode_elem_sep St... | void function ( ) { File loc0 = new File ( _tempZipFilePath ) ; ZipWriter loc1 = new ZipWriterImpl ( loc0 ) ; loc1 . finish ( ) ; File loc2 = loc1 . getFile ( ) ; loc2 . delete ( ) ; } |
18,115 | add the wsdl port name of the endpoint that the endpoint reference will target . the wsdl port name can only be set after the wsdl service name has been set . concode_field_sep QName portType concode_elem_sep Element[] ZERO_LENGTH_ARRAY concode_elem_sep String address concode_elem_sep List<Element> referenceParameters ... | SubmissionEndpointReferenceBuilder function ( QName arg0 ) { if ( this . serviceName == null ) { throw new IllegalStateException ( Messages . getMessage ( "srini_string" , arg0 . toString ( ) ) ) ; } this . endpointName = arg0 ; return this ; } |
18,116 | returns the values of ` headers ' of header type of an object ofthis class . concode_field_sep Long reference concode_elem_sep Set<Header> headers concode_elem_sep String method concode_elem_sep Long requestId concode_elem_sep String relativeUrl concode_elem_sep String body concode_field_sep void setMethod concode_elem... | Set < Header > function ( ) { return this . headers ; } |
18,117 | returns the type . concode_field_sep String ATTR_LOG_ENTRY concode_elem_sep CmsUUID m_structureId concode_elem_sep CmsUUID m_userId concode_elem_sep String[] m_data concode_elem_sep long m_date concode_elem_sep CmsLogEntryType m_type concode_field_sep CmsUUID getStructureId concode_elem_sep long getDate concode_elem_se... | CmsLogEntryType function ( ) { return m_type ; } |
18,118 | test method for com.hazelcast.config.groupconfig #groupconfig java.lang.string , java.lang.string . concode_field_sep PlaceHolder placeHolder concode_field_sep void testGroupConfig concode_elem_sep void testGroupConfigString concode_elem_sep void testGetName concode_elem_sep void testSetPassword concode_elem_sep void t... | void function ( ) { GroupConfig loc0 = new GroupConfig ( "srini_string" , "srini_string" ) ; assertTrue ( loc0 . getName ( ) . equals ( "srini_string" ) ) ; assertTrue ( loc0 . getPassword ( ) . equals ( "srini_string" ) ) ; } |
18,119 | deletes the kaleo notification from the database . also notifies the appropriate model listeners . concode_field_sep ServiceTracker<KaleoNotificationLocalService,KaleoNotificationLocalService> _serviceTracker concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.dao.orm.... | com . liferay . portal . workflow . kaleo . model . KaleoNotification function ( com . liferay . portal . workflow . kaleo . model . KaleoNotification arg0 ) { return getService ( ) . deleteKaleoNotification ( arg0 ) ; } |
18,120 | set the request input buffer size concode_field_sep int maxHttpHeaderSize concode_elem_sep HttpHandler adapter concode_elem_sep Map<String,Object> attributes concode_elem_sep String selectorThreadImpl concode_elem_sep int socketCloseDelay concode_elem_sep String compression concode_elem_sep boolean secure concode_elem_... | void function ( int arg0 ) { this . requestBufferSize = arg0 ; } |
18,121 | gets the value of the layout property . concode_field_sep Boolean date concode_elem_sep Boolean snippet concode_elem_sep String src concode_elem_sep Boolean link concode_elem_sep BigInteger refresh concode_elem_sep Boolean showerror concode_elem_sep Label label concode_elem_sep String linktarget concode_elem_sep Boolea... | Layout function ( ) { return layout ; } |
18,122 | the state we transition to . concode_field_sep lalr_state _to_state concode_elem_sep lalr_transition _next concode_elem_sep symbol _on_symbol concode_field_sep lalr_transition next concode_elem_sep String toString concode_elem_sep symbol on_symbol | lalr_state function ( ) { return _to_state ; } |
18,123 | get the body of this result . concode_field_sep Session session concode_elem_sep ResponseHeader header concode_elem_sep HttpEntity body concode_elem_sep List<Cookie> cookies concode_elem_sep Flash flash concode_field_sep Map<String,String> headers concode_elem_sep Optional<String> charset concode_elem_sep Cookie cookie... | HttpEntity function ( ) { return body ; } |
18,124 | release the pagecontext for the current thread concode_field_sep ThreadLocal cThreadLocal concode_field_sep Config get concode_elem_sep void register | void function ( ) { cThreadLocal . set ( null ) ; } |
18,125 | cleanup after testing . concode_field_sep String webUrl concode_elem_sep WebClient webClient concode_field_sep void setUpClass concode_elem_sep void setUp concode_elem_sep void tearDown concode_elem_sep void testRenderKit03 | void function ( ) { } |
18,126 | extends this bounding box by the given bounding box . concode_field_sep boolean crn_dirty concode_elem_sep Vector3 max concode_elem_sep long serialVersionUID concode_elem_sep Vector3 dim concode_elem_sep Vector3 crn[] concode_elem_sep Vector3 min concode_elem_sep Vector3 cnt concode_field_sep BoundingBox inf concode_el... | BoundingBox function ( BoundingBox arg0 ) { crn_dirty = true ; return this . set ( min . set ( min ( min . x , arg0 . min . x ) , min ( min . y , arg0 . min . y ) , min ( min . z , arg0 . min . z ) ) , max . set ( max ( max . x , arg0 . max . x ) , max ( max . y , arg0 . max . y ) , max ( max . z , arg0 . max . z ) ) )... |
18,127 | get the defined dimensions . concode_field_sep MetaDataModel metaDataModel concode_elem_sep IExceptionRegistry exceptionRegistry concode_elem_sep boolean initialized concode_elem_sep Collection<IDimension> addedDimensions concode_elem_sep TidaIndex index concode_elem_sep BaseIndexFactory indexFactory concode_elem_sep I... | Collection < IDimensionGraph > function ( ) { return Collections . unmodifiableCollection ( this . dimensions . values ( ) ) ; } |
18,128 | return a representation of this state . concode_field_sep State[] length0 concode_elem_sep State[] children concode_elem_sep Move lastMove concode_elem_sep int value concode_elem_sep Board board concode_elem_sep Player player concode_field_sep State[] getChildren concode_elem_sep int getValue concode_elem_sep void writ... | String function ( ) { System . out . println ( "srini_string" ) ; return toStringHelper ( 0 , "srini_string" ) ; } |
18,129 | adds the specified vector to this vector . concode_field_sep float x concode_elem_sep float y concode_elem_sep float z concode_field_sep float getDistance concode_elem_sep void subtract concode_elem_sep void subtract concode_elem_sep float length concode_elem_sep void setLength concode_elem_sep float getDistanceSq conc... | void function ( Vector3f arg0 ) { add ( arg0 . x , arg0 . y , arg0 . z ) ; } |
18,130 | two kim objects containing exactly the same bytes in the same order are equal to each other . concode_field_sep int hashcode concode_elem_sep int length concode_elem_sep byte[] bytes concode_elem_sep String string concode_field_sep int characterAt concode_elem_sep int characterSize concode_elem_sep int hashCode concode... | boolean function ( Object arg0 ) { if ( ! ( arg0 instanceof Kim ) ) { return false ; } Kim loc0 = ( Kim ) arg0 ; if ( this == loc0 ) { return true ; } if ( this . hashcode != loc0 . hashcode ) { return false ; } return java . util . Arrays . equals ( this . bytes , loc0 . bytes ) ; } |
18,131 | serializes the named table into stdout . concode_field_sep String strName concode_elem_sep Hashtable<String,SymbolTable> oSymTabIndex concode_elem_sep Hashtable<String,SymTabEntry> oSymTabEntries concode_elem_sep SymbolTable oParentSymTab concode_field_sep boolean setResolved concode_elem_sep boolean setResolved concod... | void function ( String arg0 ) { if ( this . strName . equals ( arg0 ) ) { serialize ( 1 ) ; } else { if ( this . oSymTabIndex . containsKey ( arg0 ) ) { ( ( SymbolTable ) this . oSymTabIndex . get ( arg0 ) ) . serialize ( 1 ) ; } } } |
18,132 | returns true if this plugin setting is active . concode_field_sep PluginSetting _pluginSetting concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEsca... | boolean function ( ) { return _pluginSetting . isActive ( ) ; } |
18,133 | returns a predicate that always evaluates to false . concode_field_sep long serialVersionUID concode_elem_sep Predicate<? super T> predicate concode_elem_sep long serialVersionUID concode_elem_sep Predicate<? super T>[] components concode_elem_sep Predicate<?> ALWAYS_FALSE concode_elem_sep long serialVersionUID concode... | Predicate < T > function ( ) { return ( Predicate < T > ) ALWAYS_FALSE ; } |
18,134 | return the total number of elements in the source list . concode_field_sep Date refreshDate concode_elem_sep int page concode_elem_sep SortDefinition sortUsed concode_elem_sep int DEFAULT_MAX_LINKED_PAGES concode_elem_sep List<E> source concode_elem_sep SortDefinition sort concode_elem_sep int maxLinkedPages concode_el... | int function ( ) { return getSource ( ) . size ( ) ; } |
18,135 | return the client being debugged . concode_field_sep int mConnState concode_elem_sep ByteBuffer mReadBuffer concode_elem_sep int MAX_BUF_SIZE concode_elem_sep Client mClient concode_elem_sep ByteBuffer mPreDataBuffer concode_elem_sep int ST_NOT_CONNECTED concode_elem_sep int ST_AWAIT_SHAKE concode_elem_sep SocketChanne... | Client function ( ) { return mClient ; } |
18,136 | setcancel . concode_field_sep Card card concode_elem_sep SpellAbility ability concode_elem_sep SpellAbility_Requirements req concode_elem_sep boolean bDoneTarget concode_elem_sep boolean bCancel concode_elem_sep Target target concode_field_sep Target getTgt concode_elem_sep boolean isCanceled concode_elem_sep boolean d... | void function ( boolean arg0 ) { bCancel = arg0 ; } |
18,137 | get firstname concode_field_sep String password concode_elem_sep String phone concode_elem_sep String lastName concode_elem_sep Integer userStatus concode_elem_sep String username concode_elem_sep Long id concode_elem_sep String firstName concode_elem_sep String email concode_field_sep String getPhone concode_elem_sep ... | String function ( ) { return firstName ; } |
18,138 | create an instance of takenoverbytype concode_field_sep QName _TakenOverBy_QNAME concode_elem_sep QName _X509CertificateLocation_QNAME concode_elem_sep QName _ExtendedKeyUsage_QNAME concode_elem_sep QName _PublicKeyLocation_QNAME concode_elem_sep QName _CertSubjectDNAttribute_QNAME concode_elem_sep QName _MimeType_QNAM... | TakenOverByType function ( ) { return new TakenOverByType ( ) ; } |
18,139 | gets the value of the gridfunction property . concode_field_sep MappingRuleType coverageMappingRule concode_elem_sep StringOrRefType mappingRule concode_elem_sep GridFunctionType gridFunction concode_field_sep StringOrRefType getMappingRule concode_elem_sep void setMappingRule concode_elem_sep void setGridFunction conc... | GridFunctionType function ( ) { return gridFunction ; } |
18,140 | creates a deterministic hash code for store file collection . concode_field_sep PlaceHolder placeHolder concode_field_sep long getLowestTimestamp concode_elem_sep boolean hasReferences concode_elem_sep StoreFile getLargestFile | Integer function ( final Collection < StoreFile > arg0 ) { if ( arg0 != null && ! arg0 . isEmpty ( ) ) { return arg0 . iterator ( ) . next ( ) . getPath ( ) . getName ( ) . hashCode ( ) ; } return null ; } |
18,141 | registers specified converter for specified classes concode_field_sep ConvertUtilsBean convertUtilsBean concode_field_sep T convert | void function ( Converter arg0 , Class < ? > ... arg1 ) { for ( Class < ? > loc0 : arg1 ) { convertUtilsBean . register ( arg0 , loc0 ) ; } } |
18,142 | gets int value concode_field_sep long temp concode_elem_sep int packetLength concode_elem_sep int HEADER_LENGTH concode_elem_sep byte[] packet concode_field_sep long getSsrc concode_elem_sep boolean hasPadding concode_elem_sep void setExtension concode_elem_sep void setSsrc concode_elem_sep byte[] getPacket concode_ele... | int function ( byte [ ] arg0 , int arg1 ) { return ( ( int ) ( arg0 [ arg1 ] << 8 ) & 0xFF00 ) + ( ( int ) ( arg0 [ arg1 + 1 ] & 0xFF ) ) ; } |
18,143 | the unit of the recurrence interval if this is a recurring workflow concode_field_sep Long _recurInterval concode_elem_sep long MIN_RECURRENCE_MILLIS concode_elem_sep Logger LOG concode_elem_sep Date _startTime concode_elem_sep TimeUnit _recurUnit concode_field_sep ScheduleConfig recurringFromDate concode_elem_sep Sche... | TimeUnit function ( ) { return _recurUnit ; } |
18,144 | gets the replacement string for unicode characters , that is not allowed in xml 1.0 concode_field_sep ContextURL contextURL concode_elem_sep String xml10InvalidCharReplacement concode_elem_sep Boolean isUnicode concode_elem_sep Boolean isNullable concode_elem_sep Integer precision concode_elem_sep PrimitiveSerializerOp... | String function ( ) { return xml10InvalidCharReplacement ; } |
18,145 | method to take the given integer and produce a string to be used in the display of the report . basically provides an interface for a standard numberformat class , but without the hassle of instantiating and localising it . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder | String function ( int arg0 ) { NumberFormat loc0 = NumberFormat . getIntegerInstance ( ) ; return loc0 . format ( ( double ) arg0 ) ; } |
18,146 | returns the web-inf libraries . internal api , do no use in application code . concode_field_sep String[] DEFAULT_CLASS_PATH_EXCLUDES concode_elem_sep List<String> overlays concode_elem_sep List<Class<?>> classes concode_elem_sep boolean useClasspath concode_elem_sep List<String> libraries concode_elem_sep String name ... | List < String > function ( ) { return libraries ; } |
18,147 | the place in the input file where you want a clip to start . the format can be either hh : mm : ss.sss maximum value : 23:59:59.999 ; sss is thousandths of a second or sssss.sss maximum value : 86399.999 . if you do n't specify a value , elastic transcoder starts at the beginning of the input file . concode_field_sep S... | TimeSpan function ( String arg0 ) { setStartTime ( arg0 ) ; return this ; } |
18,148 | sets desired date due . concode_field_sep Boolean processed concode_elem_sep Object patron concode_elem_sep String desiredDateDue concode_elem_sep String itemBarcode concode_elem_sep CheckOutItemResponse checkOutItemResponse concode_elem_sep String patronBarcode concode_elem_sep Attributes attributes concode_elem_sep I... | void function ( String arg0 ) { this . desiredDateDue = arg0 ; } |
18,149 | return an integer from a poisson distribution with expected failures given as parameter . concode_field_sep int CONSTANT concode_elem_sep String filename concode_elem_sep int nodes concode_elem_sep int failingNodes concode_elem_sep int EXPONENTIAL concode_elem_sep int mttf concode_elem_sep int nBlocks concode_elem_sep ... | int function ( int arg0 ) { double loc0 = Math . exp ( - arg0 ) ; int loc1 = 0 ; double loc2 = 1 ; Random loc3 = new Random ( ) ; do { loc1 ++ ; double loc4 = loc3 . nextDouble ( ) ; loc2 *= loc4 ; } while ( loc2 > loc0 ) ; int loc5 = loc1 - 1 ; return loc5 ; } |
18,150 | returns a string representation of this object ; useful for testing and debugging . concode_field_sep com.amazonaws.internal.ListWithAutoConstructFlag<DBClusterParameterGroup> dBClusterParameterGroups concode_elem_sep String marker concode_field_sep String getMarker concode_elem_sep void setMarker concode_elem_sep Desc... | String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getMarker ( ) != null ) loc0 . append ( "srini_string" + getMarker ( ) + "srini_string" ) ; if ( getDBClusterParameterGroups ( ) != null ) loc0 . append ( "srini_string" + getDBClusterParameterGroups ( ) ) ; loc0 ... |
18,151 | resets the static reusable value today concode_field_sep Calendar today concode_elem_sep String zerodatetime concode_elem_sep Calendar tempCalGMT concode_elem_sep SimpleDateFormat sdfd concode_elem_sep SimpleDateFormat sdfts concode_elem_sep Date currentDate concode_elem_sep String sdfdPattern concode_elem_sep Calendar... | void function ( long arg0 ) { today . setTimeInMillis ( arg0 ) ; resetToDate ( today ) ; currentDate = new java . sql . Date ( getTimeInMillis ( today ) ) ; } |
18,152 | gets the value of the userdomainsegment property . concode_field_sep BandwidthGroupTargeting bandwidthSegment concode_elem_sep List<AdUnitTargeting> adUnitSegments concode_elem_sep DeviceCapabilityTargeting deviceCapabilitySegment concode_elem_sep GeoTargeting geoSegment concode_elem_sep OperatingSystemTargeting operat... | UserDomainTargeting function ( ) { return userDomainSegment ; } |
18,153 | gets the value of the buyerphone property . concode_field_sep String buyerPhone concode_elem_sep String buyerAddress1 concode_elem_sep String buyerAddress2 concode_elem_sep String buyerName concode_elem_sep String ban concode_field_sep String getBuyerAddress1 concode_elem_sep void setBuyerPhone concode_elem_sep String ... | String function ( ) { return buyerPhone ; } |
18,154 | sets the keep alive interval concode_field_sep int port concode_elem_sep int connectAttemptsMax concode_elem_sep String clientId concode_elem_sep QoS willQos concode_elem_sep String userName concode_elem_sep boolean cleanSession concode_elem_sep short keepAliveInterval concode_elem_sep boolean willRetain concode_elem_s... | void function ( short arg0 ) { this . keepAliveInterval = arg0 ; } |
18,155 | gets the value of the order property . concode_field_sep List<Object> detailOrExtentOrDate concode_elem_sep String id concode_elem_sep String type concode_elem_sep BigInteger order concode_field_sep void setOrder concode_elem_sep String getType concode_elem_sep void setID concode_elem_sep String getID concode_elem_sep ... | BigInteger function ( ) { return order ; } |
18,156 | when batch is sent with an error return , this method will be invoked concode_field_sep int sizeInBytes concode_elem_sep String BATCH_TTL concode_elem_sep long BATCH_TTL_DEFAULT concode_elem_sep Logger LOG concode_elem_sep String BATCH_SIZE concode_elem_sep long recordCount concode_elem_sep String BATCH_QUEUE_CAPACITY ... | void function ( Throwable arg0 ) { for ( Thunk loc0 : this . thunks ) { loc0 . callback . onFailure ( arg0 ) ; } } |
18,157 | the number of capacity units of the provisioned throughput of the table consumed during the operation . getitem , batchgetitem , batchwriteitem , query , and scan operations consume readcapacityunits , while putitem , updateitem , and deleteitem operations consume writecapacityunits . concode_field_sep java.util.Map<St... | void function ( Double arg0 ) { this . consumedCapacityUnits = arg0 ; } |
18,158 | returns a variable length hash of the file represented by this metadata object . this can be the file itself if the file is small enough . if the length of the hash is 0 no hash value is available concode_field_sep Version writtenBy concode_elem_sep String name concode_elem_sep long length concode_elem_sep String check... | BytesRef function ( ) { return hash ; } |
18,159 | api to get all the master configs by profile name . concode_field_sep ScannerMasterConfigDao dao concode_field_sep List<ScannerMasterConfiguration> getMasterConfigurations | ScannerMasterConfiguration function ( String arg0 ) { return dao . getScannerMasterConfigForProfile ( arg0 ) ; } |
18,160 | sets the value of the readuserconfirmation property . concode_field_sep AccessAuthorizationType updateAccessAuthorization concode_elem_sep String creator concode_elem_sep AccessAuthorizationType readAccessAuthorization concode_elem_sep InfoboxTypeType infoboxType concode_elem_sep String purpose concode_elem_sep UserCon... | void function ( UserConfirmationType arg0 ) { this . readUserConfirmation = arg0 ; } |
18,161 | keycloak-741 concode_field_sep AdapterTestStrategy testStrategy concode_elem_sep AbstractKeycloakRule keycloakRule concode_elem_sep Tomcat tomcat concode_field_sep void testLoginSSOMax concode_elem_sep void testLoginSSOIdleRemoveExpiredUserSessions concode_elem_sep String getBaseDirectory concode_elem_sep void testVers... | void function ( ) { testStrategy . testSessionInvalidatedAfterFailedRefresh ( ) ; } |
18,162 | this method is used by web services concode_field_sep byte[] bytes concode_elem_sep WSDocument nextDocument concode_elem_sep String absolutePath concode_elem_sep MimeType mimeType concode_elem_sep String name concode_field_sep void setBytes concode_elem_sep void setName concode_elem_sep void setNextDocument concode_ele... | byte [ ] function ( ) { return bytes ; } |
18,163 | return a spring pointcut expression for a singleton aspect . e.g. pointcut.true if it 's a singleton . concode_field_sep AjType<?> ajType concode_elem_sep String aspectName concode_elem_sep Pointcut perClausePointcut concode_field_sep AjType<?> getAjType concode_elem_sep boolean isPerThisOrPerTarget concode_elem_sep bo... | Pointcut function ( ) { return this . perClausePointcut ; } |
18,164 | set the name concode_field_sep int imageID concode_elem_sep int cost concode_elem_sep int level concode_elem_sep String description concode_elem_sep int viewRadius concode_elem_sep boolean enabled concode_elem_sep String picPath concode_elem_sep int defense concode_elem_sep String name concode_elem_sep int x concode_el... | void function ( String arg0 ) { this . name = arg0 ; } |
18,165 | sets the thread id of this message boards thread flag . concode_field_sep MBThreadFlag _mbThreadFlag concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEscapedMode... | void function ( long arg0 ) { _mbThreadFlag . setThreadId ( arg0 ) ; } |
18,166 | returns the minimum size in bytes of each part in a multi-part copy request . decreasing this size will result in increase in the number of copy part requests to the server . concode_field_sep long DEFAULT_MULTIPART_COPY_THRESHOLD concode_elem_sep long minimumUploadPartSize concode_elem_sep long DEFAULT_MINIMUM_COPY_PA... | long function ( ) { return multipartCopyPartSize ; } |
18,167 | returns a schoolhasstaffhasroledao instance . concode_field_sep HibernateYschoolDaoFactory instance concode_elem_sep ApplicationContext context concode_elem_sep String beanName concode_field_sep ClassroomStudentDao getClassroomStudentDao concode_elem_sep SectionDao getSectionDao concode_elem_sep ExamSyncDao getExamSync... | SchoolHasStaffHasRoleDao function ( ) { return ( SchoolHasStaffHasRoleDao ) getBean ( "srini_string" ) ; } |
18,168 | prints a message at debug 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 printl... | void function ( String arg0 , String arg1 ) { d ( arg0 , arg1 , null ) ; } |
18,169 | handles possible package trouble for specific server mods . concode_field_sep String CRAFTBUKKIT_PACKAGE concode_elem_sep String MINECRAFT_PACKAGE_PREFIX concode_elem_sep String FORGE_ENTITY_PACKAGE concode_elem_sep boolean initializing concode_elem_sep ClassCache MINECRAFT_REFLECTION concode_elem_sep Boolean isUsingNe... | void function ( ) { try { getCraftEntityClass ( ) ; } catch ( Exception loc0 ) { CRAFTBUKKIT_REFLECTION = null ; CRAFTBUKKIT_PACKAGE = "srini_string" ; getCraftEntityClass ( ) ; } } |
18,170 | attaches tag to the request . it can be used later to cancel therequest . if the tag is unspecified or null , the request is canceled by using the request itself as the tag . concode_field_sep RawHeaders headers concode_elem_sep String method concode_elem_sep RawHeaders headers concode_elem_sep String method concode_el... | Builder function ( Object arg0 ) { this . tag = arg0 ; return this ; } |
18,171 | set the pipelineconfiguration concode_field_sep boolean canNormalize concode_elem_sep String systemId concode_elem_sep NamePool namePool concode_elem_sep Document document concode_elem_sep Node currentNode concode_elem_sep PipelineConfiguration pipe concode_elem_sep Node nextSibling concode_elem_sep int level concode_f... | void function ( PipelineConfiguration arg0 ) { this . pipe = arg0 ; namePool = arg0 . getConfiguration ( ) . getNamePool ( ) ; } |
18,172 | return the target connectionfactory that this connectionfactory delegates to . concode_field_sep boolean shouldStopConnections concode_elem_sep ConnectionFactory targetConnectionFactory concode_field_sep void afterPropertiesSet concode_elem_sep void setTargetConnectionFactory concode_elem_sep Connection createConnectio... | ConnectionFactory function ( ) { return this . targetConnectionFactory ; } |
18,173 | searches the project for the package with the specified full-qualified name and returns one if it is found . concode_field_sep ExtensionPointName<PsiElementFinder> EP_NAME concode_field_sep boolean processPackageDirectories concode_elem_sep boolean processPackageDirectories concode_elem_sep PsiClass[] filterByName conc... | PsiPackage function ( @ NotNull String arg0 ) { return null ; } |
18,174 | get base object concode_field_sep int SEARCH_REQUEST concode_elem_sep int FILTER_AND concode_elem_sep String passwd concode_elem_sep int BIND_REQUEST concode_elem_sep String orgUnit concode_elem_sep int SEARCH_REP_ENTRY concode_elem_sep int msgId concode_elem_sep String dn concode_elem_sep String baseObj concode_elem_s... | String function ( ) { return baseObj ; } |
18,175 | returns a number of records in the image concode_field_sep Vector objectVector concode_elem_sep boolean bReading concode_elem_sep Vector records concode_elem_sep int numRecords concode_elem_sep int lastObjectIdx concode_elem_sep int vpW concode_elem_sep URL url concode_elem_sep int vpY concode_elem_sep int numObjects c... | int function ( ) { return numRecords ; } |
18,176 | create an identifier concode_field_sep boolean trace concode_elem_sep CloneableBootstrapContext defaultBootstrapContext concode_elem_sep CoreLogger log concode_elem_sep ConcurrentMap<String,CloneableBootstrapContext> bootstrapContexts concode_elem_sep Map<String,CloneableBootstrapContext> activeBootstrapContexts concod... | String function ( String arg0 , Collection < ConfigProperty > arg1 ) { return createIdentifier ( arg0 , arg1 , null ) ; } |
18,177 | returns whether or not this key sequence is complete . key sequences are complete iff all of their key strokes are complete . concode_field_sep int HASH_FACTOR concode_elem_sep String KEY_STROKE_DELIMITER concode_elem_sep KeySequence EMPTY_KEY_SEQUENCE concode_elem_sep boolean hashCodeComputed concode_elem_sep int hash... | boolean function ( ) { return keyStrokes . isEmpty ( ) || ( ( KeyStroke ) keyStrokes . get ( keyStrokes . size ( ) - 1 ) ) . isComplete ( ) ; } |
18,178 | increase the byte number read by source from log file concode_field_sep String SOURCE_AGE_OF_LAST_SHIPPED_OP concode_elem_sep String SOURCE_LOG_EDITS_READ concode_elem_sep String shippedKBsKey concode_elem_sep String SOURCE_LOG_READ_IN_BYTES concode_elem_sep String shippedBatchesKey concode_elem_sep String SOURCE_LOG_E... | void function ( long arg0 ) { rms . incCounters ( logReadInBytesKey , arg0 ) ; rms . incCounters ( SOURCE_LOG_READ_IN_BYTES , arg0 ) ; } |
18,179 | saves the @param array to file : @param filename concode_field_sep Formatter formatter concode_field_sep void printDoubleArrayToFile concode_elem_sep void print2DTabbedDoubleArrayToConole concode_elem_sep void printFloatArrayToConole concode_elem_sep void print2DDoubleArrayToFile concode_elem_sep void printDoubleArrayT... | void function ( float [ ] arg0 , String arg1 ) { try { formatter = new Formatter ( arg1 ) ; } catch ( FileNotFoundException loc0 ) { System . err . println ( "srini_string" + arg1 ) ; return ; } for ( int loc0 = 0 ; loc0 < arg0 . length ; loc0 ++ ) { formatter . format ( "srini_string" , arg0 [ loc0 ] ) ; } formatter .... |
18,180 | run one simulation step , i.e. determine the population of the next generation and change the game field accordingly . concode_field_sep int numberOfIterations concode_elem_sep GameOfLifeField gameField concode_field_sep int getNumberOfIterations concode_elem_sep GameOfLifeField calculateNextField concode_elem_sep Game... | void function ( ) { this . gameField = this . calculateNextField ( this . gameField ) ; this . numberOfIterations ++ ; } |
18,181 | gets the password property . concode_field_sep String password concode_elem_sep String comments concode_elem_sep String name concode_field_sep void setName concode_elem_sep void setPassword concode_elem_sep String getName concode_elem_sep String getComments concode_elem_sep String reset concode_elem_sep void setComment... | String function ( ) { return password ; } |
18,182 | parses a logical plan . concode_field_sep Logger logger concode_elem_sep Map<String,StoragePluginConfig> storageEngineMap concode_elem_sep PlanProperties properties concode_elem_sep Graph<LogicalOperator,SinkOperator,SourceOperator> graph concode_field_sep List<LogicalOperator> getSortedOperators concode_elem_sep Map<S... | LogicalPlan function ( LogicalPlanPersistence arg0 , String arg1 ) { ObjectMapper loc0 = arg0 . getMapper ( ) ; try { LogicalPlan loc1 = loc0 . readValue ( arg1 , LogicalPlan . class ) ; return loc1 ; } catch ( IOException loc1 ) { throw new RuntimeException ( String . format ( "srini_string" , arg1 ) , loc1 ) ; } } |
18,183 | whether or not the type should be detected based on the build and format value . concode_field_sep String bootVersion concode_elem_sep String javaVersion concode_elem_sep String groupId concode_elem_sep String format concode_elem_sep String description concode_elem_sep String packaging concode_elem_sep String language ... | boolean function ( ) { return this . detectType ; } |
18,184 | removes the specified type from the list of types . concode_field_sep String shortName concode_elem_sep List<String> types concode_elem_sep String longName concode_field_sep AddressComponent addType concode_elem_sep AddressComponent setLongName concode_elem_sep AddressComponent clearTypes concode_elem_sep AddressCompon... | AddressComponent function ( String arg0 ) { types . remove ( arg0 ) ; return this ; } |
18,185 | logs that the given element got created by the refactoring . concode_field_sep Map fCreations concode_field_sep Object getCreatedElement concode_elem_sep Object[] getCreatedElements concode_elem_sep Object[] getSelectedElements | void function ( Object arg0 , Object arg1 ) { fCreations . put ( arg0 , arg1 ) ; } |
18,186 | return a file to access the uri , or null if the uri can not be resolved to a file protocol . concode_field_sep NamespaceRegistry namespaceRegistry concode_elem_sep String PLUGIN_ID concode_elem_sep ModelRegistryEnvironment INSTANCE concode_elem_sep ModelSerializationRegistry modelSerializationRegistry concode_field_se... | File function ( URI arg0 ) { String loc0 = arg0 . toString ( ) ; URL loc1 = new URL ( loc0 ) ; if ( ! "srini_string" . equals ( loc1 . getProtocol ( ) ) ) return null ; return new File ( loc1 . toString ( ) . substring ( 5 ) ) ; } |
18,187 | create a subcontext including any intermediate contexts . concode_field_sep PlaceHolder placeHolder concode_field_sep void bind concode_elem_sep void bind concode_elem_sep void rebind concode_elem_sep void rebind concode_elem_sep void unbind concode_elem_sep void unbind | Context function ( Context arg0 , Name arg1 ) { Context loc0 = arg0 ; for ( int loc1 = 0 ; loc1 < arg1 . size ( ) ; loc1 ++ ) { String loc2 = arg1 . get ( loc1 ) ; try { loc0 = ( Context ) arg0 . lookup ( loc2 ) ; } catch ( NameNotFoundException loc3 ) { loc0 = arg0 . createSubcontext ( loc2 ) ; } arg0 = loc0 ; } retur... |
18,188 | sets the retention interval in days . concode_field_sep String version concode_elem_sep Integer retentionIntervalInDays concode_elem_sep EnumSet<LoggingOperations> logOperationTypes concode_field_sep String getVersion concode_elem_sep Integer getRetentionIntervalInDays concode_elem_sep void setVersion concode_elem_sep ... | void function ( final Integer arg0 ) { this . retentionIntervalInDays = arg0 ; } |
18,189 | assert that this parameter is not empty . it trims the parameter to see if have any valid data on that . concode_field_sep PlaceHolder placeHolder concode_field_sep T checkNotNull concode_elem_sep void checkCondition concode_elem_sep void checkNullMandatory concode_elem_sep void checkEachParameterNotNull | String function ( final String arg0 , final String arg1 ) { if ( arg1 == null || arg1 . trim ( ) . length ( ) == 0 ) { throw new IllegalArgumentException ( "srini_string" + arg0 + "srini_string" ) ; } return arg1 ; } |
18,190 | gets the value of the id property . concode_field_sep Correlation correlation concode_elem_sep List<Answer> answer concode_elem_sep Survey survey concode_elem_sep long serialVersionUID concode_elem_sep Long id concode_field_sep Correlation getCorrelation concode_elem_sep void setCorrelation concode_elem_sep void setSur... | long function ( ) { return id ; } |
18,191 | creates a new shopping cart with the primary key . does not add the shopping cart to the database . concode_field_sep ShoppingCartLocalService _shoppingCartLocalService concode_field_sep com.liferay.shopping.model.ShoppingCart fetchShoppingCart concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep... | com . liferay . shopping . model . ShoppingCart function ( long arg0 ) { return _shoppingCartLocalService . createShoppingCart ( arg0 ) ; } |
18,192 | compares this item to an arbitrary object . concode_field_sep long serialVersionUID concode_elem_sep double upperBound concode_elem_sep List lookupTable concode_elem_sep Paint paint concode_elem_sep double lowerBound concode_elem_sep long serialVersionUID concode_elem_sep Paint defaultPaint concode_elem_sep double valu... | int function ( Object arg0 ) { PaintItem loc0 = ( PaintItem ) arg0 ; double loc1 = this . value ; double loc2 = loc0 . value ; if ( loc1 > loc2 ) { return 1 ; } if ( loc1 < loc2 ) { return - 1 ; } return 0 ; } |
18,193 | returns the index of the bucket in which 's ' should appear . function is synchronized because underlying routine walks an iterator whose state is maintained inside the index object . concode_field_sep long peer concode_field_sep long buildImmutableIndex concode_elem_sep String getBucketLabel concode_elem_sep String ge... | int function ( String arg0 ) { return getBucketIndex ( peer , arg0 ) ; } |
18,194 | this function collimates an existing projection image stack . pixels outside the kollimator are set to zero . the collimator is centered by default . width is the still visible part of the projection provided by user input . concode_field_sep int maxThetaIndex concode_elem_sep int maxSIndex concode_field_sep placeholde... | void function ( Grid2D arg0 , int arg1 ) { assert ( arg1 < maxSIndex ) ; int loc0 = maxSIndex / 2 ; for ( int loc1 = 0 ; loc1 < maxThetaIndex ; loc1 ++ ) { for ( int loc2 = 0 ; loc2 < maxSIndex ; loc2 ++ ) { if ( loc2 < loc0 - arg1 / 2 || loc2 > loc0 + arg1 / 2 ) arg0 . setAtIndex ( loc2 , loc1 , 0 ) ; } } } |
18,195 | makes sure the data in the given input is what i 'd expect . concode_field_sep AzureBlobStorageTestAccount testAccount concode_elem_sep int byteValuePeriod concode_field_sep void testConsistencyAfterLargeFlushes concode_elem_sep void testConsistencyAfterManyFlushes concode_elem_sep void setUp concode_elem_sep void asse... | void function ( InputStream arg0 , int arg1 ) { int loc0 ; int loc1 = 0 ; while ( ( loc0 = arg0 . read ( ) ) != - 1 ) { assertEquals ( loc1 % byteValuePeriod , loc0 ) ; loc1 ++ ; } assertEquals ( arg1 , loc1 ) ; } |
18,196 | gets the value of the amount property . concode_field_sep BigDecimal amount concode_elem_sep long serialVersionUID concode_field_sep void setAmount | BigDecimal function ( ) { return amount ; } |
18,197 | validates the inputs in the preferences . concode_field_sep EditTextPreference mServerName concode_elem_sep EditTextPreference mDomainSuffices concode_elem_sep EditTextPreference mPref concode_elem_sep VpnProfile mProfile concode_elem_sep boolean mHadSecret concode_elem_sep EditTextPreference mName concode_elem_sep int... | String function ( ) { String loc0 = validate ( mName , R . string . vpn_a_name ) ; return ( ( loc0 != null ) ? loc0 : validate ( mServerName , R . string . vpn_a_vpn_server ) ) ; } |
18,198 | convenience method to get this element as a primitive byte value . concode_field_sep PlaceHolder placeHolder concode_field_sep float getAsFloat concode_elem_sep BigInteger getAsBigInteger concode_elem_sep JsonObject getAsJsonObject concode_elem_sep JsonNull getAsJsonNull concode_elem_sep BigDecimal getAsBigDecimal conc... | byte function ( ) { throw new UnsupportedOperationException ( getClass ( ) . getSimpleName ( ) ) ; } |
18,199 | immediately publish all endpoints when fully configured . concode_field_sep String bindingType concode_elem_sep ListableBeanFactory beanFactory concode_elem_sep WebServiceFeature[] endpointFeatures concode_elem_sep Executor executor concode_elem_sep Map<String,Object> endpointProperties concode_elem_sep Object[] webSer... | void function ( ) { publishEndpoints ( ) ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.