idx int64 0 100k | question stringlengths 68 7.19k | target stringlengths 20 663 |
|---|---|---|
1,200 | find all edges that are connected to the specific node , both as an outgoing edge #getfrom or incoming edge #getto end point . concode_field_sep Set<Node> _nodes concode_elem_sep Set<Edge> _edges concode_field_sep void setNodes concode_elem_sep void addNode concode_elem_sep Set<Node> getNodes concode_elem_sep void inse... | Set < Edge > function ( Node arg0 ) { Set < Edge > loc0 = new HashSet < Edge > ( ) ; for ( Edge loc1 : this . _edges ) { if ( ( loc1 . getFrom ( ) == arg0 ) || ( loc1 . getTo ( ) == arg0 ) ) { loc0 . add ( loc1 ) ; } } return loc0 ; } |
1,201 | atomically sets the value of the stamp to the given update value if the current reference is == to the expectedreference . any given invocation of this operation may fail return false spuriously , but repeated invocation when the current value holds the expected value and no other thread is also attempting to set the v... | boolean function ( V arg0 , int arg1 ) { Pair < V > loc0 = pair ; return arg0 == loc0 . reference && ( arg1 == loc0 . stamp || casPair ( loc0 , Pair . of ( arg0 , arg1 ) ) ) ; } |
1,202 | verbose 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 ... | void function ( String arg0 , String arg1 , Object ... arg2 ) { if ( LOG . VERBOSE >= LOGLEVEL ) Log . v ( arg0 , String . format ( arg1 , arg2 ) ) ; } |
1,203 | transforms an aql query to the disjunctive normal form . concode_field_sep PlaceHolder placeHolder concode_field_sep void flattenDNF concode_elem_sep void findAllChildrenForOp concode_elem_sep void findAllChildrenForOp concode_elem_sep boolean makeDNF concode_elem_sep void cleanEmptyLeafs | void function ( LogicClause arg0 ) { while ( makeDNF ( arg0 ) == false ) { } cleanEmptyLeafs ( arg0 ) ; flattenDNF ( arg0 ) ; } |
1,204 | performs a dynamic query on the database and returns a range of the matching rows . 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.l... | java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 ) { return getService ( ) . arg0 ( arg0 , arg1 , arg2 ) ; } |
1,205 | returns snapshot failure reason concode_field_sep String reason concode_elem_sep XContentBuilderString START_TIME concode_elem_sep XContentBuilderString REASON concode_elem_sep XContentBuilderString FAILURES concode_elem_sep int totalShards concode_elem_sep XContentBuilderString FAILED concode_elem_sep XContentBuilderS... | String function ( ) { return reason ; } |
1,206 | the timestamp indicating when the attachment initiated . concode_field_sep String instanceId concode_elem_sep String attachmentId concode_elem_sep Boolean deleteOnTermination concode_elem_sep Integer deviceIndex concode_elem_sep String instanceOwnerId concode_elem_sep java.util.Date attachTime concode_elem_sep String s... | java . util . Date function ( ) { return attachTime ; } |
1,207 | get number of resources loaded into this pager concode_field_sep int count concode_elem_sep int page concode_elem_sep Map<Object,E> resources concode_elem_sep boolean hasMore concode_field_sep boolean next concode_elem_sep PageIterator<E> createIterator concode_elem_sep List<E> getResources concode_elem_sep ResourcePag... | int function ( ) { return resources . size ( ) ; } |
1,208 | standard handler routine for the xml parsing . concode_field_sep String JAXP_SCHEMA_LANGUAGE concode_elem_sep File schemaFile concode_elem_sep Logger logger concode_elem_sep String JAXP_SCHEMA_SOURCE concode_elem_sep String CONTEXT_SCHEMA_PROPERTY concode_elem_sep InputParser ipReference concode_elem_sep String W3C_XML... | void function ( SAXParseException arg0 ) { if ( logger . isLoggable ( Level . WARNING ) ) logger . warning ( "srini_string" + arg0 . getLineNumber ( ) + "srini_string" + arg0 . getMessage ( ) ) ; throw new SAXException ( "srini_string" ) ; } |
1,209 | encode utf-8 method . concode_field_sep int WAIT_TIMEOUT concode_elem_sep int REGISTRATION_TIMEOUT concode_field_sep String getContentsFromHttpResponse concode_elem_sep void makeAuthenticationPreemptive concode_elem_sep String getContentsFromInputStream concode_elem_sep HashMap<String,String> getHeaders concode_elem_se... | String function ( String arg0 ) { String loc0 ; try { loc0 = URLEncoder . encode ( arg0 , "srini_string" ) ; } catch ( UnsupportedEncodingException loc1 ) { loc0 = "srini_string" ; } return loc0 ; } |
1,210 | gets the value of the count property . concode_field_sep List<Double> values concode_elem_sep String name concode_elem_sep BigInteger count concode_elem_sep Short digits concode_elem_sep Short magnitude concode_elem_sep String id concode_field_sep void setName concode_elem_sep void setDigits concode_elem_sep String get... | BigInteger function ( ) { return count ; } |
1,211 | set the helper name ref associated with this cache mapping concode_field_sep String methods[] concode_elem_sep String helperNameRef concode_elem_sep int timeout concode_elem_sep Field timeoutField concode_elem_sep String urlPattern concode_elem_sep String servletName concode_elem_sep Field keyFields[] concode_elem_sep ... | void function ( String arg0 ) { this . helperNameRef = arg0 ; } |
1,212 | a new method that interrupts the worker thread . call this method to force the worker to stop what it 's doing . concode_field_sep Thread thread concode_elem_sep Object value concode_elem_sep ThreadVar threadVar concode_field_sep Object getValue concode_elem_sep Thread get concode_elem_sep Object get concode_elem_sep v... | void function ( ) { Thread loc0 = threadVar . get ( ) ; if ( loc0 != null ) { loc0 . interrupt ( ) ; } threadVar . clear ( ) ; } |
1,213 | print elapsed time and stop timer . concode_field_sep long startTime concode_elem_sep long MILLISECONDS_TO_SECONDS concode_elem_sep long MILLISECOND_DIVISOR concode_elem_sep long start concode_elem_sep NumberFormat nf concode_elem_sep long SECOND_DIVISOR concode_field_sep String toSecondsString concode_elem_sep String ... | long function ( String arg0 , PrintWriter arg1 ) { this . report ( arg0 , arg1 ) ; return this . stop ( ) ; } |
1,214 | gets the value of the statuscode property . concode_field_sep URI value concode_elem_sep StatusCodeType statusCode concode_field_sep URI getValue concode_elem_sep void setStatusCode concode_elem_sep void setValue concode_elem_sep String toString | StatusCodeType function ( ) { return statusCode ; } |
1,215 | test of getkekuatan method , of class cicak . concode_field_sep PlaceHolder placeHolder concode_field_sep void testGetID concode_elem_sep void testIncrTime concode_elem_sep void testGetChar concode_elem_sep void testGetPosisi | void function ( ) { System . out . println ( "srini_string" ) ; Cicak loc0 = new Cicak ( 10 ) ; int loc1 = 2 ; int loc2 = loc0 . getKekuatan ( ) ; assertEquals ( loc1 , loc2 ) ; } |
1,216 | returns the export of the format . concode_field_sep String lastFolderKey concode_elem_sep ExportFormat exportFormat concode_field_sep void writeHeaderText concode_elem_sep void writeHeaderText concode_elem_sep void startNewSection concode_elem_sep void startNewSection concode_elem_sep void startNewSection concode_elem... | ExportFormat function ( ) { return exportFormat ; } |
1,217 | gets the value of the arcrole property . concode_field_sep DQDataQualityType dqDataQuality concode_elem_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep String type concode_e... | String function ( ) { return arcrole ; } |
1,218 | returns the smpp configuration concode_field_sep SmppConfiguration configuration concode_elem_sep Logger LOG concode_field_sep Map<String,Object> createOptionalParameterByName concode_elem_sep Date getCurrentDate concode_elem_sep SmppCommand createSmppCommand concode_elem_sep SmppMessage createSmppMessage concode_elem_... | SmppConfiguration function ( ) { return configuration ; } |
1,219 | applies the viewport to the camera and sets the glviewport . concode_field_sep Vector3 tmp concode_elem_sep float worldWidth concode_elem_sep int screenWidth concode_elem_sep float worldHeight concode_elem_sep int screenHeight concode_elem_sep Camera camera concode_elem_sep int screenX concode_elem_sep int screenY conc... | void function ( boolean arg0 ) { HdpiUtils . glViewport ( screenX , screenY , screenWidth , screenHeight ) ; camera . viewportWidth = worldWidth ; camera . viewportHeight = worldHeight ; if ( arg0 ) camera . position . set ( worldWidth / 2 , worldHeight / 2 , 0 ) ; camera . update ( ) ; } |
1,220 | return the value of the keyidentifier as byte array . concode_field_sep byte[] octetString concode_field_sep void encode concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString | byte [ ] function ( ) { return octetString . clone ( ) ; } |
1,221 | parse date out from expected format . concode_field_sep String date concode_elem_sep int GET_PREVIOUS_REV concode_elem_sep SimpleDateFormat CVS1129_INPUT_DATE concode_elem_sep String author concode_elem_sep int[] moduleNameLengths concode_elem_sep int GET_FILE concode_elem_sep Hashtable entries concode_elem_sep int sta... | Date function ( final String arg0 ) { try { return INPUT_DATE . parse ( arg0 ) ; } catch ( ParseException loc0 ) { try { return CVS1129_INPUT_DATE . parse ( arg0 ) ; } catch ( ParseException loc1 ) { throw new IllegalStateException ( "srini_string" + arg0 ) ; } } } |
1,222 | if a waiting thread has been set , interrupts it . concode_field_sep WaitingThread waitingThread concode_elem_sep boolean aborted concode_field_sep void setWaitingThread | void function ( ) { aborted = true ; if ( waitingThread != null ) { waitingThread . interrupt ( ) ; } } |
1,223 | returns the image . concode_field_sep int endLine concode_elem_sep Token next concode_elem_sep String image concode_elem_sep int endColumn concode_elem_sep Token specialToken concode_elem_sep int beginColumn concode_elem_sep int kind concode_elem_sep int beginLine concode_elem_sep long serialVersionUID concode_field_se... | String function ( ) { return image ; } |
1,224 | the failure if relevant . concode_field_sep TermVectorsResponse response concode_elem_sep MultiTermVectorsResponse.Failure failure concode_field_sep void writeTo concode_elem_sep String getIndex concode_elem_sep boolean isFailed concode_elem_sep void readFrom concode_elem_sep String getType concode_elem_sep TermVectors... | MultiTermVectorsResponse . Failure function ( ) { return this . failure ; } |
1,225 | returns the provider of this algorithm parameter generator object . concode_field_sep String ALGORITHM_PARAMETER_GENERATOR concode_elem_sep Provider provider concode_elem_sep AlgorithmParameterGeneratorSpi paramGenSpi concode_elem_sep String algorithm concode_field_sep void init concode_elem_sep void init concode_elem_... | Provider function ( ) { return provider ; } |
1,226 | this method guarantees that serialized itscombifilterparams #all will be read correctly . concode_field_sep ITsCombiFilterParams ALL concode_elem_sep long serialVersionUID concode_elem_sep ITsCombiFilterParams NONE concode_field_sep ITsSingleFilterParams single concode_elem_sep ITsSingleFilterParams single concode_elem... | Object function ( ) { return ITsCombiFilterParams . ALL ; } |
1,227 | gets the selected value for this twscall . concode_field_sep int callID concode_elem_sep java.lang.String serviceCustomerPhoneDesc concode_elem_sep java.util.Calendar stateTimeStamp concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String callingDevice concode_elem_sep int callType concode_elem_sep int... | int function ( ) { return selected ; } |
1,228 | should a refresh be executed post this bulk operation causing the operations to be searchable . note , heavy indexing should not set this to true . defaults to false . concode_field_sep ReplicationType replicationType concode_elem_sep boolean refresh concode_elem_sep List<ActionRequest> requests concode_elem_sep boolea... | BulkRequest function ( boolean arg0 ) { this . refresh = arg0 ; return this ; } |
1,229 | convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep String name concode_elem_sep List<String> photoUrls concode_elem_sep List<Tag> tags concode_elem_sep Category category concode_elem_sep Long id concode_elem_sep String value concode_elem_sep StatusEnum statu... | String function ( Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; } |
1,230 | sets the value of the allow property . concode_field_sep Boolean allow concode_elem_sep Boolean ok concode_field_sep Boolean isOK concode_elem_sep void setOK concode_elem_sep Boolean isAllow | void function ( Boolean arg0 ) { this . allow = arg0 ; } |
1,231 | sets that target versions of the program classes . concode_field_sep String VERSION concode_elem_sep Configuration configuration concode_elem_sep ClassPool programClassPool concode_elem_sep ClassPool libraryClassPool concode_field_sep void printSeeds concode_elem_sep String fileName concode_elem_sep void obfuscate conc... | void function ( ) { if ( configuration . verbose ) { System . out . println ( "srini_string" ) ; } new Targeter ( configuration ) . execute ( programClassPool ) ; } |
1,232 | get authorized roles concode_field_sep boolean isServerPrincipalPasswordEncrypted concode_elem_sep String serverPrincipalPassword concode_elem_sep String trustStores concode_elem_sep String allowedRoles concode_elem_sep String keyAlias concode_elem_sep String privateStore concode_field_sep String getTrustStores concode... | String function ( ) { return allowedRoles ; } |
1,233 | returns whether working sets based on this descriptor are editable . concode_field_sep String updaterClassName concode_elem_sep String[] adapterTypes concode_elem_sep String ATT_ID concode_elem_sep String ATT_PAGE_CLASS concode_elem_sep String ATT_ELEMENT_ADAPTER_CLASS concode_elem_sep String icon concode_elem_sep Stri... | boolean function ( ) { return getPageClassName ( ) != null ; } |
1,234 | initializes this keygenerator instance for the specified key size in bits . concode_field_sep SecureRandom RANDOM concode_elem_sep Provider provider concode_elem_sep Engine ENGINE concode_elem_sep KeyGeneratorSpi spiImpl concode_elem_sep String algorithm concode_field_sep SecretKey generateKey concode_elem_sep String g... | void function ( int arg0 ) { spiImpl . engineInit ( arg0 , RANDOM ) ; } |
1,235 | used to retrieve the plugin tool 's descriptive name . this can be a longer name containing spaces and is used in the interface to list the tool . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep i... | String function ( ) { return "srini_string" ; } |
1,236 | gets the value of the comment property . concode_field_sep List<Items.Item> item concode_elem_sep int quantity concode_elem_sep BigDecimal usPrice concode_elem_sep String comment concode_elem_sep XMLGregorianCalendar shipDate concode_elem_sep String productName concode_elem_sep String partNum concode_field_sep XMLGrego... | String function ( ) { return comment ; } |
1,237 | initialize the metrics for jmx with protocol methods concode_field_sep MetricsRegistry registry concode_elem_sep Log LOG concode_elem_sep MutableRates rates concode_elem_sep String name concode_field_sep void addProcessingTime concode_elem_sep String name concode_elem_sep RpcDetailedMetrics create concode_elem_sep void... | void function ( Class < ? > arg0 ) { rates . init ( arg0 ) ; } |
1,238 | sets the value of the date property . concode_field_sep Date date concode_field_sep Date getDate | void function ( Date arg0 ) { this . date = arg0 ; } |
1,239 | checks whether any of the sdk platforms/add-ons/build-tools have changed on-disk since we last loaded the sdk . this does not reload the sdk nor does it change the underlying targets . concode_field_sep String ADB_INI_FILE concode_elem_sep String ADB_INI_HEADER concode_elem_sep LocalSdk mLocalSdk concode_elem_sep boole... | boolean function ( @ Nullable ILogger arg0 ) { return mLocalSdk . hasChanged ( EnumSet . of ( PkgType . PKG_PLATFORM , PkgType . PKG_ADDON , PkgType . PKG_BUILD_TOOLS ) ) ; } |
1,240 | this function fills a rectangle with a vertical gradient . this implementation does not use the gradient mechanism based on background patterns since they do not work stable on all systems . concode_field_sep PlaceHolder placeHolder concode_field_sep void fillVerticalGradientRoundedRectangle concode_elem_sep Color mixC... | void function ( Graphics arg0 , Rectangle arg1 , Color arg2 , Color arg3 ) { arg0 . pushState ( ) ; arg0 . setForegroundColor ( arg3 ) ; arg0 . setBackgroundColor ( arg2 ) ; arg0 . fillGradient ( arg1 . x , arg1 . y , arg1 . width , arg1 . height , true ) ; arg0 . popState ( ) ; } |
1,241 | returns the lower value concode_field_sep RelevanceRange MEDIUM_RANGE concode_elem_sep java.util.Set<RelevanceRange> set concode_elem_sep int upperValue concode_elem_sep RelevanceRange HIGH_RANGE concode_elem_sep RelevanceRange MID_HIGH_RANGE concode_elem_sep long serialVersionUID concode_elem_sep RelevanceRange MID_LO... | int function ( ) { return lowerValue ; } |
1,242 | adds record of a new file , by filename and path . the path may be relative to a source compilation path . concode_field_sep int inputLineCount concode_elem_sep int inputStartLine concode_elem_sep int lineFileID concode_elem_sep boolean lineFileIDSet concode_elem_sep List filePathList concode_elem_sep int outputStartLi... | void function ( String arg0 , String arg1 ) { int loc0 = filePathList . indexOf ( arg1 ) ; if ( loc0 == - 1 ) { fileNameList . add ( arg0 ) ; filePathList . add ( arg1 ) ; } } |
1,243 | adds a unit of data to the current chart data model . concode_field_sep String LINE_CHART_NAME concode_elem_sep String CUSTOM_CHART_NAME concode_elem_sep String PIE2D_CHART_NAME concode_elem_sep Map chartDataModels concode_elem_sep String AREA_CHART_NAME concode_elem_sep String BAR_CLUSTERED_CHART_NAME concode_elem_sep... | void function ( ActionEvent arg0 ) { if ( currentChartModel != null ) { currentChartModel . removeData ( ) ; } } |
1,244 | an optional type to conveniently hold an actual type for productspecificparameters . concode_field_sep String errorDescription concode_elem_sep Set<PaaSServiceEvent> paaSServiceEvents concode_elem_sep boolean publicVisibility concode_elem_sep String description concode_elem_sep String type concode_elem_sep String avail... | Class < ? extends ProductSpecificParameters > function ( ) { return productSpecificParameterType ; } |
1,245 | returns the style for diagram inlining concode_field_sep String INLINE_STYLE concode_elem_sep String DOMAIN_ID concode_field_sep List<Diagram> getSubDiagramHierachy concode_elem_sep BooleanValueStyle createInlineStyle concode_elem_sep void openEditor concode_elem_sep IEditorPart openEditor concode_elem_sep Transactiona... | BooleanValueStyle function ( View arg0 ) { BooleanValueStyle loc0 = GMFNotationUtil . getBooleanValueStyle ( arg0 , INLINE_STYLE ) ; return loc0 ; } |
1,246 | sets this circle 's values in terms of its center and a point on its edge . concode_field_sep float x concode_elem_sep float y concode_elem_sep float radius concode_field_sep float area concode_elem_sep void setY concode_elem_sep boolean contains concode_elem_sep boolean contains concode_elem_sep boolean contains conco... | void function ( Vector2 arg0 , Vector2 arg1 ) { this . x = arg0 . x ; this . y = arg0 . y ; this . radius = Vector2 . len ( arg0 . x - arg1 . x , arg0 . y - arg1 . y ) ; } |
1,247 | galactic law requires i have a build method in my builder classes . sends and creates the message object . concode_field_sep String content concode_elem_sep boolean tts concode_elem_sep IChannel channel concode_elem_sep String markdown concode_elem_sep IDiscordClient client concode_elem_sep String reverseMarkdown conco... | IMessage function ( ) { if ( null == content || null == channel ) { throw new RuntimeException ( "srini_string" ) ; } else { return channel . sendMessage ( content , tts ) ; } } |
1,248 | a method to update the picture frame image with the image in the picture and show it concode_field_sep ImageIcon imageIcon concode_elem_sep JLabel label concode_elem_sep JFrame frame concode_elem_sep DigitalPicture picture concode_field_sep void setVisible concode_elem_sep void setPicture concode_elem_sep void hide con... | void function ( ) { updateImage ( ) ; frame . setVisible ( true ) ; } |
1,249 | this method will evaluate and return the current size of the queue . concode_field_sep QueueNode rear concode_elem_sep Object item concode_elem_sep int count concode_elem_sep QueueNode link concode_elem_sep QueueNode front concode_field_sep void add concode_elem_sep Object delete concode_elem_sep boolean empty | int function ( ) { return count ; } |
1,250 | sets the optional mark-and-reset read limit used for signing and retry purposes . concode_field_sep EnumMap<Marker,String> markers concode_elem_sep int DEFAULT_STREAM_BUFFER_SIZE concode_elem_sep int readLimit concode_field_sep int getReadLimit concode_elem_sep void copyTo concode_elem_sep String createUserAgentMarkerS... | void function ( int arg0 ) { this . readLimit = arg0 ; } |
1,251 | deletes the shopping order item with the primary key from the database . also notifies the appropriate model listeners . concode_field_sep ServiceTracker<ShoppingOrderItemLocalService,ShoppingOrderItemLocalService> _serviceTracker concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.... | com . liferay . shopping . model . ShoppingOrderItem function ( long arg0 ) { return getService ( ) . deleteShoppingOrderItem ( arg0 ) ; } |
1,252 | api to get the index of passed span in the current row . concode_field_sep List<Span> spanList concode_elem_sep String pageID concode_field_sep Span getCurrentSpan concode_elem_sep Span getLeftSpan concode_elem_sep Span getLeftSpan concode_elem_sep List<Span> appendSpansLeft concode_elem_sep void setSpanList concode_el... | Integer function ( final Span arg0 ) { Integer loc0 = null ; if ( this . spanList != null && arg0 != null ) { for ( final Span loc1 : this . spanList ) { if ( loc1 != null && compareSpans ( loc1 , arg0 ) ) { loc0 = spanList . loc0 ( loc1 ) ; break ; } } } return loc0 ; } |
1,253 | given a ray orig , dir , return the distance along the ray which is closest to the bounding sphere 's center disregarding radius concode_field_sep Point3f center concode_elem_sep float radius concode_field_sep BoundingSphere transform concode_elem_sep Vector2f rayIntersect concode_elem_sep Point3f getCenter concode_ele... | float function ( Point3f arg0 , Vector3f arg1 ) { Vector3f loc0 = new Vector3f ( ) ; loc0 . sub ( center , arg0 ) ; return arg1 . dot ( loc0 ) ; } |
1,254 | returns an arraylist of selectitem 's suitable for a drop-down selection component . concode_field_sep LinkedFormElement zip concode_elem_sep FormElement firstName concode_elem_sep FormElement lastName concode_elem_sep SubmitButton submit concode_elem_sep LinkedFormElement city concode_elem_sep ArrayList componentList ... | ArrayList function ( ArrayList arg0 ) { if ( arg0 == null ) { return new ArrayList ( ) ; } ArrayList loc0 = new ArrayList ( arg0 . size ( ) ) ; String loc1 ; for ( int loc2 = 0 ; loc2 < arg0 . size ( ) ; loc2 ++ ) { loc1 = ( String ) arg0 . get ( loc2 ) ; loc0 . add ( new SelectItem ( loc1 , loc1 , "srini_string" ) ) ;... |
1,255 | begins an anonymous object . concode_field_sep StringBuilder params concode_field_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep String escapeString concode_el... | JSONBuilder function ( ) { conditionallyAppendComma ( ) ; params . append ( "srini_string" ) ; return this ; } |
1,256 | returns the order used to compute the delay of each child 's animation . concode_field_sep long mDuration concode_elem_sep long mMaxDelay concode_elem_sep int ORDER_NORMAL concode_elem_sep int ORDER_RANDOM concode_elem_sep Interpolator mInterpolator concode_elem_sep Animation mAnimation concode_elem_sep float mDelay co... | int function ( ) { return mOrder ; } |
1,257 | gets the createdby . concode_field_sep Date createdDate concode_elem_sep String createdBy concode_elem_sep Date lastModifiedDate concode_elem_sep String lastModifiedBy concode_elem_sep String configDoc concode_elem_sep Long id concode_elem_sep String appCode concode_elem_sep Double version concode_field_sep Double getV... | String function ( ) { return createdBy ; } |
1,258 | return the exponent . concode_field_sep int theirMinLength concode_elem_sep BigInteger d concode_elem_sep BigInteger e concode_elem_sep int itsNumBits concode_elem_sep BigInteger n concode_field_sep void generateKeys concode_elem_sep String encrypt concode_elem_sep BigInteger getN concode_elem_sep void main concode_ele... | BigInteger function ( ) { return e ; } |
1,259 | gets start time of the query . concode_field_sep LogQuery query concode_elem_sep boolean INCLUDE_APP_LOG concode_elem_sep long startTime concode_elem_sep long endTime concode_elem_sep LogLevel MIN_LOG_LEVEL concode_elem_sep int BATCH_SIZE concode_field_sep long getEndTime concode_elem_sep void setTimePeriod concode_ele... | long function ( ) { return startTime ; } |
1,260 | get origional search term . concode_field_sep boolean wholeWord concode_elem_sep ArrayList<String> terms concode_elem_sep boolean caseSensitive concode_elem_sep String term concode_field_sep boolean isCaseSensitive concode_elem_sep boolean equals concode_elem_sep boolean isWholeWord concode_elem_sep ArrayList<String> g... | String function ( ) { return term ; } |
1,261 | sets how many milliseconds it should take to transition from one frequency to another when setting a new frequency . concode_field_sep float leftScale concode_elem_sep float portStep concode_elem_sep AudioSignal ampMod concode_elem_sep float amp concode_elem_sep float newPan concode_elem_sep float freq concode_elem_sep... | void function ( int arg0 ) { if ( arg0 <= 0 ) { Minim . error ( "srini_string" ) ; } port = true ; portSpeed = arg0 ; } |
1,262 | returns a string representation of the object . in general , the tostring method returns a string that `` textually represents '' this object . the result should be a concise but informative representation that is easy for a person to read . it is recommended that all subclasses override this method . the tostring meth... | String function ( ) { return getString ( nodeType ) ; } |
1,263 | returns the executor which was specified with the constructor . concode_field_sep Executor executor concode_field_sep void handleDownstream concode_elem_sep void releaseExternalResources concode_elem_sep void handleUpstream | Executor function ( ) { return executor ; } |
1,264 | sets the name of the camel component to use as the rest consumer concode_field_sep String CORS_ACCESS_CONTROL_ALLOW_ORIGIN concode_elem_sep String scheme concode_elem_sep String apiContextPath concode_elem_sep Map<String,Object> consumerProperties concode_elem_sep RestHostNameResolver restHostNameResolver concode_elem_... | void function ( String arg0 ) { this . component = arg0 ; } |
1,265 | sets the company id of this meetups entry . concode_field_sep MeetupsEntry _meetupsEntry concode_field_sep Date getStartDate concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_... | void function ( long arg0 ) { _meetupsEntry . setCompanyId ( arg0 ) ; } |
1,266 | pause the internal threads concode_field_sep Database dataBase concode_elem_sep Map<String,FermatMessage> poolConnectionsWaitingForResponse concode_elem_sep boolean flag concode_elem_sep ErrorManager errorManager concode_elem_sep Boolean running concode_elem_sep AssetIssuerActorNetworkServicePluginRoot assetIssuerActor... | void function ( ) { this . running = Boolean . FALSE ; } |
1,267 | unregisters the cookiespecfactory with the given id . concode_field_sep ConcurrentHashMap<String,CookieSpecFactory> registeredSpecs concode_field_sep CookieSpec getCookieSpec concode_elem_sep CookieSpec getCookieSpec concode_elem_sep void setItems concode_elem_sep List<String> getSpecNames concode_elem_sep void registe... | void function ( final String arg0 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } registeredSpecs . remove ( arg0 . toLowerCase ( Locale . ENGLISH ) ) ; } |
1,268 | cancels any existing animations for given view . concode_field_sep ListViewWrapper mListViewWrapper concode_elem_sep int mFirstAnimatedPosition concode_elem_sep int DEFAULT_ANIMATION_DURATION_MILLIS concode_elem_sep long mAnimationStartMillis concode_elem_sep int DEFAULT_ANIMATION_DELAY_MILLIS concode_elem_sep int mIni... | void function ( @ NonNull final View arg0 ) { int loc0 = arg0 . loc0 ( ) ; Animator loc1 = mAnimators . get ( loc0 ) ; if ( loc1 != null ) { loc1 . end ( ) ; mAnimators . remove ( loc0 ) ; } } |
1,269 | returns format identifier suffix from mimetype concode_field_sep HashMap<String,Class> fmtImpl concode_elem_sep Logger logger concode_field_sep IReader getReader concode_elem_sep IWriter getWriter concode_elem_sep IWriter getWriter concode_elem_sep IWriter getFormatWriterInstance concode_elem_sep Properties getDefaultF... | String function ( String arg0 ) { if ( arg0 . startsWith ( "srini_string" ) ) return arg0 . substring ( 6 ) ; else if ( arg0 . startsWith ( "srini_string" ) ) return arg0 . substring ( 8 ) ; else return arg0 ; } |
1,270 | indicate if this packet is complete concode_field_sep MaxCulMsgType msgType concode_elem_sep boolean flgReadyToSend concode_elem_sep int PKT_POS_SRC_ADDR_LEN concode_elem_sep int PKT_CHARS_PER_BYTE concode_elem_sep byte len concode_elem_sep byte[] payload concode_elem_sep byte[] dstAddr concode_elem_sep Logger logger c... | boolean function ( ) { return this . flgReadyToSend ; } |
1,271 | 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 ) ; } |
1,272 | returns the topic statistics . concode_field_sep MBeanService mBeanService concode_field_sep List<QueueMessage> browseQueueMessages concode_elem_sep List<QueueMBean> queues | List < TopicMBean > function ( ) { return mBeanService . getTopicStatistics ( ) ; } |
1,273 | adds a boolean property . concode_field_sep StringBuilder params concode_field_sep JSONBuilder item concode_elem_sep JSONBuilder beginArray concode_elem_sep JSONBuilder beginMap concode_elem_sep JSONBuilder beginMap concode_elem_sep JSONBuilder endMap concode_elem_sep String escapeString concode_elem_sep JSONBuilder cr... | JSONBuilder function ( String arg0 , boolean arg1 ) { appendCommaAndKey ( arg0 ) ; params . append ( arg1 ) ; return this ; } |
1,274 | test of modifytestelement method , of class hbasecrudgui . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCreateTestElement concode_elem_sep void testGetStaticLabel concode_elem_sep void setUpClass concode_elem_sep void testInit concode_elem_sep void setUp concode_elem_sep void tearDownClass conco... | void function ( ) { System . out . println ( "srini_string" ) ; TestElement loc0 = new HbaseCrud ( ) ; HbaseCrudGui loc1 = new HbaseCrudGui ( ) ; loc1 . modifyTestElement ( loc0 ) ; } |
1,275 | sets the value . concode_field_sep ArrayList<String> columns concode_elem_sep ArrayList<HashMap<String,String>> table concode_elem_sep ArrayList<String> dataTypes concode_field_sep void addColumn concode_elem_sep void addColumn concode_elem_sep void addRowAt concode_elem_sep int getcolCount concode_elem_sep String stri... | void function ( final int arg0 , final int arg1 , final String arg2 ) { this . setValue ( arg0 , columns . get ( arg1 ) , arg2 ) ; } |
1,276 | gets task finished events concode_field_sep Vector taskStartedEvents concode_elem_sep Vector buildFinishedEvents concode_elem_sep Vector targetStartedEvents concode_elem_sep Vector buildStartedEvents concode_elem_sep Vector messageLoggedEvents concode_elem_sep Vector taskFinishedEvents concode_elem_sep Vector targetFin... | Vector function ( ) { return new Vector ( taskFinishedEvents ) ; } |
1,277 | return the current indexreader , or null if we are on the coordinating node . concode_field_sep ScriptService scriptService concode_elem_sep IndexSettings indexSettings concode_elem_sep IndexReader reader concode_elem_sep IndicesQueriesRegistry indicesQueriesRegistry concode_elem_sep Client client concode_elem_sep Clus... | IndexReader function ( ) { return reader ; } |
1,278 | converts an integer to a string , and writes it to the given writer . this method is optimized for converting small values to strings . concode_field_sep double LOG_10 concode_field_sep void appendPaddedInteger concode_elem_sep void appendPaddedInteger concode_elem_sep void appendPaddedInteger concode_elem_sep void app... | void function ( Writer arg0 , long arg1 ) { int loc0 = ( int ) arg1 ; if ( loc0 == arg1 ) { writeUnpaddedInteger ( arg0 , loc0 ) ; } else { arg0 . write ( Long . toString ( arg1 ) ) ; } } |
1,279 | loads the content of the given resource concode_field_sep ContentHandlers _contentHandlers concode_elem_sep Log log concode_field_sep boolean deleteLibrary concode_elem_sep M resolve concode_elem_sep Set<LibraryVersionResource> resolve concode_elem_sep InheritanceModel resolveWithInheritance concode_elem_sep Collection... | M function ( R arg0 ) { if ( arg0 == null ) throw new NoSuchContentException ( arg0 ) ; @ SuppressWarnings ( "srini_string" ) M loc0 = ( M ) _contentHandlers . loadContent ( arg0 ) ; return loc0 ; } |
1,280 | returns the number of times an entry has been evicted . this count does not include manual @linkplain cache #invalidate invalidations . concode_field_sep long totalLoadTime concode_elem_sep long evictionCount concode_elem_sep long hitCount concode_elem_sep long loadSuccessCount concode_elem_sep long missCount concode_e... | long function ( ) { return evictionCount ; } |
1,281 | the https port the custom origin listens on . concode_field_sep Integer hTTPPort concode_elem_sep String originProtocolPolicy concode_elem_sep Integer hTTPSPort concode_elem_sep String dNSName concode_field_sep CustomOrigin withHTTPSPort concode_elem_sep CustomOrigin withOriginProtocolPolicy concode_elem_sep CustomOrig... | Integer function ( ) { return hTTPSPort ; } |
1,282 | gets an encoded version of id of the source ticket . concode_field_sep byte[] encodedTicket concode_elem_sep String id concode_elem_sep long serialVersionUID concode_field_sep int getCountOfUses concode_elem_sep TicketGrantingTicket getGrantingTicket concode_elem_sep ExpirationPolicy getExpirationPolicy concode_elem_se... | String function ( ) { return this . id ; } |
1,283 | tostring concode_field_sep long serialVersionUID concode_elem_sep LocationInfo m_locationInfo concode_field_sep void dispatch concode_elem_sep LocationInfo getLocationInfo | String function ( ) { return "srini_string" + m_locationInfo + "srini_string" ; } |
1,284 | checks if the name of the given element matches the requirements to be a ` default ' element . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isNamedExitTransition concode_elem_sep List<Transition>[] getExitSpecSortedTransitions concode_elem_sep Map<Region,List<Entry>> getRegionsWithoutDefaultEntry... | boolean function ( final NamedElement arg0 ) { return arg0 . getName ( ) == null || ( arg0 . getName ( ) != null && ( arg0 . getName ( ) . isEmpty ( ) || arg0 . getName ( ) . equalsIgnoreCase ( "srini_string" ) ) ) ; } |
1,285 | method called when we should search the map for an address this happens when the preset location list is modified concode_field_sep String standardAddress concode_elem_sep List points concode_elem_sep boolean showMarkers concode_elem_sep String geoCoderAddress concode_elem_sep boolean locateAddress concode_elem_sep Str... | void function ( ValueChangeEvent arg0 ) { locateAddress = true ; } |
1,286 | returns a read-only live view of the done values in the graph . dirty , changed , and error values are not present in the returned map concode_field_sep boolean keepEdges concode_elem_sep ConcurrentMap<SkyKey,NodeEntry> nodeMap concode_elem_sep Predicate<NodeEntry> NODE_DONE_PREDICATE concode_field_sep Map<SkyKey,NodeE... | Map < SkyKey , SkyValue > function ( ) { return Collections . unmodifiableMap ( Maps . filterValues ( Maps . transformValues ( nodeMap , new Function < NodeEntry , SkyValue > ( ) { @ Override public SkyValue apply ( NodeEntry arg0 ) { return arg0 . isDone ( ) ? arg0 . getValue ( ) : null ; } } ) , Predicates . notNull ... |
1,287 | 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 ) { } |
1,288 | set the agent 's current conception of the world state . concode_field_sep Set<Rule> rules concode_elem_sep Action action concode_elem_sep Model model concode_elem_sep DynamicState state concode_field_sep DynamicState updateState concode_elem_sep void init concode_elem_sep Rule ruleMatch concode_elem_sep Action ruleAct... | void function ( DynamicState arg0 ) { this . state = arg0 ; } |
1,289 | locks the counter to the current value . changes to the value , resulting from changes to the inputs , will not be reflected by #get or bepropagated to callbacks until a matching call to #unfreeze . concode_field_sep ConcurrentState<Integer> mCount concode_elem_sep AtomicInteger mCounterLocked concode_elem_sep List<Obs... | void function ( ) { int loc0 = compute ( ) ; mCounterLocked . incrementAndGet ( ) ; mCount . update ( loc0 ) ; } |
1,290 | called when the system received an http authentication request . plugin can use the supplied httpauthhandler to process this auth challenge . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String serviceName concode_fie... | boolean function ( CordovaWebView arg0 , ICordovaHttpAuthHandler arg1 , String arg2 , String arg3 ) { return false ; } |
1,291 | auxiliary method to write this blob key to an output stream . concode_field_sep int SIZE concode_elem_sep char[] HEX_ARRAY concode_elem_sep long serialVersionUID concode_elem_sep byte[] key concode_field_sep BlobKey readFromInputStream concode_elem_sep void addToMessageDigest concode_elem_sep int hashCode concode_elem_... | void function ( final OutputStream arg0 ) { arg0 . write ( this . key ) ; } |
1,292 | sets the tag key . see the filtering section above for more information . concode_field_sep String securityGroupName concode_elem_sep String iamRole concode_elem_sep int connectionTimeoutSeconds concode_elem_sep String secretKey concode_elem_sep String accessKey concode_elem_sep String region concode_elem_sep String ta... | AwsConfig function ( String arg0 ) { this . tagKey = arg0 ; return this ; } |
1,293 | format nomor : merubah format nomor sesuai dengan panjang yang diminta contoh 1,6 - > 000006 concode_field_sep PlaceHolder placeHolder concode_field_sep String namaBulan concode_elem_sep String namaHari concode_elem_sep String dayName concode_elem_sep String monthName concode_elem_sep boolean validateIndonesiaPhoneNumb... | String function ( String arg0 , int arg1 ) { if ( arg0 == null ) { return "srini_string" ; } if ( arg1 < 1 ) { return arg0 ; } String loc0 = "srini_string" ; int loc1 = arg1 - arg0 . arg1 ( ) ; for ( int loc2 = 0 ; loc2 < loc1 ; loc2 ++ ) { loc0 += "srini_string" ; } return loc0 + arg0 ; } |
1,294 | make a copy of the statemachine maintaining the current state . concode_field_sep String description concode_elem_sep State currentState concode_elem_sep State startState concode_elem_sep HashSet states concode_field_sep State getStartState concode_elem_sep State getCurrentState concode_elem_sep State reset concode_ele... | Object function ( ) { StateMachine loc0 = new StateMachine ( states , startState , description ) ; loc0 . currentState = currentState ; return loc0 ; } |
1,295 | get url for this deployment concode_field_sep Connector connector concode_elem_sep File root concode_elem_sep String deploymentName concode_elem_sep long serialVersionUID concode_elem_sep AttachmentKey<ConnectorXmlDescriptor> ATTACHMENT_KEY concode_elem_sep URL url concode_field_sep Connector getConnector concode_elem_... | URL function ( ) { return url ; } |
1,296 | inidcate whether or not there is a match . concode_field_sep boolean match concode_field_sep Matchable getClosestMatch concode_elem_sep boolean isMatch | void function ( boolean arg0 ) { this . match = arg0 ; } |
1,297 | gets the value of the chargebasislevel property . concode_field_sep RateLevelBasisType rateLevelBasis concode_elem_sep ChargeBasisLevelType chargeBasisLevel concode_elem_sep CodAddTransportationChargeBasisType chargeBasis concode_elem_sep RateTypeBasisType rateTypeBasis concode_field_sep RateLevelBasisType getRateLevel... | ChargeBasisLevelType function ( ) { return chargeBasisLevel ; } |
1,298 | the total number of warmer executed . concode_field_sep XContentBuilderString TOTAL concode_elem_sep long current concode_elem_sep long total concode_elem_sep XContentBuilderString TOTAL_TIME concode_elem_sep XContentBuilderString WARMER concode_elem_sep XContentBuilderString CURRENT concode_elem_sep XContentBuilderStr... | long function ( ) { return this . total ; } |
1,299 | step into data +1 forward concode_field_sep int ST_UPDATE concode_elem_sep boolean iseditable concode_elem_sep int ST_NORECORD concode_elem_sep BrowsableData m_bd concode_elem_sep EventListenerList listeners concode_elem_sep int INX_EOF concode_elem_sep int m_iIndex concode_elem_sep DirtyManager m_Dirty concode_elem_se... | void function ( ) { saveData ( ) ; if ( m_iIndex < m_bd . getSize ( ) - 1 ) { baseMoveTo ( m_iIndex + 1 ) ; } } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.