code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
void function ( String arg0 ) { this . sCountryName = arg0 ; } | sets the value of the scountryname property . concode_field_sep String sCountryName concode_field_sep String getSCountryName |
void function ( int arg0 , int arg1 ) { int [ ] loc0 = new int [ arg0 ] ; int [ ] loc1 = new int [ arg1 ] ; hashTable = loc0 ; linkTable = loc1 ; resetTables ( ) ; } | reset the structure with a new size as empty . concode_field_sep int[] hashTable concode_elem_sep boolean fixedSize concode_elem_sep int newNodePointer concode_elem_sep boolean modified concode_elem_sep int elementCount concode_elem_sep int[] linkTable concode_elem_sep int reclaimedNodePointer concode_field_sep void re... |
StringBuilder function ( StringBuilder arg0 , Iterator < ? > arg1 ) { try { appendTo ( ( Appendable ) arg0 , arg1 ) ; } catch ( IOException loc0 ) { throw new AssertionError ( loc0 ) ; } return arg0 ; } | appends the string representation of each of parts , using the previously configured separator between each , to builder . identical to #appendto appendable , iterable , except that it does not throw ioexception . concode_field_sep String keyValueSeparator concode_elem_sep Joiner joiner concode_elem_sep String separato... |
void function ( DragSourceDragEvent arg0 ) { } | called when the cursor hotspot enters a drop site which will accept the drag . concode_field_sep PlaceHolder placeHolder concode_field_sep void dragMouseMoved concode_elem_sep void dragDropEnd concode_elem_sep void dragOver concode_elem_sep void dropActionChanged concode_elem_sep void dragExit |
void function ( String arg0 ) { reposToSearch . add ( arg0 ) ; } | adds a key of a repository to search in concode_field_sep List<String> reposToSearch concode_field_sep List<String> getReposToSearch concode_elem_sep void setReposToSearch |
Navigation function ( ) { return new Navigation ( ) ; } | create an instance of navigation concode_field_sep PlaceHolder placeHolder concode_field_sep Menu createMenu concode_elem_sep MenuItem createMenuItem concode_elem_sep UrlMapping createUrlMapping concode_elem_sep Breadcrumb createBreadcrumb concode_elem_sep ViewPattern createViewPattern |
String function ( ) { return this . name ; } | returns the resource reference name concode_field_sep AFPResourceLevel level concode_elem_sep Dimension imageDimension concode_elem_sep String name concode_elem_sep boolean levelChanged concode_elem_sep AFPResourceLevel DEFAULT_LEVEL concode_elem_sep String uri concode_field_sep void setName concode_elem_sep AFPResourc... |
void function ( BundleContext arg0 ) { registerServlet ( arg0 ) ; } | called when the osgi framework starts our bundle concode_field_sep boolean registerService concode_elem_sep Logger LOG concode_elem_sep ServiceReference<?> httpServiceRef concode_field_sep void registerServlet concode_elem_sep void setBundleContext concode_elem_sep void stop |
boolean function ( long arg0 ) { shutdown = true ; for ( GridWorker loc0 : workers ) loc0 . cancel ( ) ; while ( arg0 > 0 && ! workers . isEmpty ( ) ) { try { Thread . sleep ( 100 ) ; arg0 -= 100 ; } catch ( InterruptedException loc0 ) { break ; } } return workers . isEmpty ( ) ; } | shuts down this executor service . concode_field_sep Collection<GridWorker> workers concode_elem_sep AtomicInteger active concode_elem_sep String gridName concode_elem_sep int maxTasks concode_elem_sep IgniteLogger log concode_elem_sep GridWorkerListener lsnr concode_elem_sep LinkedBlockingQueue<Callable<?>> queue conc... |
Destination function ( Long arg0 ) { setCreationTime ( arg0 ) ; return this ; } | a point in time expressed as the number of milliseconds since jan 1 , 1970 00:00:00 utc specifying when this destination was created . concode_field_sep Long creationTime concode_elem_sep String roleArn concode_elem_sep String destinationName concode_elem_sep String accessPolicy concode_elem_sep String arn concode_elem... |
String function ( String arg0 ) { StringBuffer loc0 = new StringBuffer ( "srini_string" + getTableName ( ) + "srini_string" + getTableName ( ) + "srini_string" + getTableName ( ) + "srini_string" ) ; if ( ! arg0 . equals ( "srini_string" ) ) loc0 . append ( arg0 ) ; return loc0 . toString ( ) ; } | get where clause for document with status draft , in process , complete concode_field_sep int m_WindowNo concode_elem_sep int p_WindowNo concode_elem_sep MQuery query concode_elem_sep int INFO_WIDTH concode_elem_sep int m_keyColumnIndex concode_elem_sep int AD_Client_ID concode_elem_sep String p_keyColumn concode_elem_... |
void function ( String [ ] arg0 ) { String loc0 = Utils . getOption ( 'A' , arg0 ) ; if ( loc0 . length ( ) != 0 ) { m_fAlpha = ( new Float ( loc0 ) ) . floatValue ( ) ; } else { m_fAlpha = 0.5f ; } Utils . checkForRemainingOptions ( arg0 ) ; } | parses a given list of options . valid options are : - a < alpha > initial count alpha concode_field_sep long serialVersionUID concode_elem_sep double m_fAlpha concode_field_sep Enumeration listOptions concode_elem_sep void initCPTs concode_elem_sep double[] distributionForInstance concode_elem_sep void setAlpha concod... |
void function ( Blob arg0 ) { _testBlobEntry . setBlobField ( arg0 ) ; } | sets the blob field of this test blob entry . concode_field_sep TestBlobEntry _testBlobEntry concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscape... |
void function ( String arg0 , int arg1 ) { if ( myHost != null && ( ( arg1 != previousProgress ) || ( ! arg0 . equals ( previousProgressLabel ) ) ) ) { myHost . updateProgress ( arg0 , arg1 ) ; } previousProgress = arg1 ; previousProgressLabel = arg0 ; } | used to communicate a progress update between a plugin tool and the main whitebox user interface . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep int previousProgress concode_elem_sep boolean amI... |
int function ( ) { return programCounter . getResetValue ( ) ; } | for returning the program counter 's initial reset value . concode_field_sep Register lo concode_elem_sep Register programCounter concode_elem_sep Register hi concode_elem_sep Register[] regFile concode_elem_sep int STACK_POINTER_REGISTER concode_elem_sep int GLOBAL_POINTER_REGISTER concode_field_sep void resetRegister... |
void function ( ) { started = true ; thread . start ( ) ; } | starts the message receiving of this channel . note : this method may only be called once ! concode_field_sep IChannelClosedListener channelClosedListener concode_elem_sep ByteArrayOutputStream byteBufferOutStream concode_elem_sep DataInputStream inStream concode_elem_sep SwitchableLogger logger concode_elem_sep DataOu... |
void function ( Date arg0 ) { this . createDate = arg0 ; } | sets the value of the createdate property . concode_field_sep Integer sequenceNumber concode_elem_sep Date lastUpdateDate concode_elem_sep String name concode_elem_sep String lastUpdateUser concode_elem_sep String createUser concode_elem_sep Integer objectId concode_elem_sep Date createDate concode_field_sep String get... |
void function ( ) { fPatterns . clear ( ) ; } | remove all error patterns . concode_field_sep String fId concode_elem_sep List<RegexErrorPattern> fPatterns concode_elem_sep String fName concode_field_sep void setName concode_elem_sep String getName concode_elem_sep void removePattern concode_elem_sep RegexErrorPattern[] getPatterns concode_elem_sep boolean equals co... |
Blob function ( ) { return this . metaSerial ; } | get the value of metaserial concode_field_sep Blob metaSerial concode_elem_sep long serialVersionUID concode_elem_sep Long id concode_elem_sep String source concode_elem_sep String title concode_elem_sep Date pubDate concode_elem_sep Blob boxesSerial concode_field_sep Blob getPuzzleSerial concode_elem_sep void setSourc... |
Map < String , File > function ( HttpServletRequest arg0 ) { @ SuppressWarnings ( "srini_string" ) Map < String , File > loc0 = ( Map < String , File > ) arg0 . getSession ( ) . getAttribute ( SX_UPLOAD ) ; if ( null == loc0 ) { loc0 = new HashMap < String , File > ( ) ; arg0 . getSession ( ) . setAttribute ( SX_UPLOAD... | the session map of the auxiliary uploads . the map is keyed by the id of the uploading components . concode_field_sep String USER_AGENT_SX_PART concode_elem_sep String SESSION_KEY_SX_REGISTERED concode_elem_sep String SX_UPLOAD concode_elem_sep String USER_AGENT_SX_FULL concode_elem_sep String SX_THUMB_MAP concode_elem... |
double function ( byte [ ] arg0 , int arg1 ) { return decodeLatitude ( NumericUtils . sortableBytesToInt ( arg0 , arg1 ) ) ; } | turns quantized value from byte array back into a double . concode_field_sep double LAT_DECODE concode_elem_sep double LON_DECODE concode_elem_sep double LAT_SCALE concode_elem_sep short BITS concode_elem_sep double LON_SCALE concode_field_sep int encodeLongitude concode_elem_sep double decodeLongitude concode_elem_sep... |
IStorageProvider function ( String arg0 , IResourceVariant arg1 ) { if ( arg1 != null ) { return new ResourceVariantStorageProvider ( arg0 , arg1 ) ; } return null ; } | wraps the given resource variant as an istorageprovider . concode_field_sep Subscriber subscriber concode_elem_sep IResourceVariantTree originTree concode_elem_sep IResourceVariantTree remoteTree concode_elem_sep IResourceVariantTree sourceTree concode_field_sep IStorageProvider getOriginVariant concode_elem_sep IFileR... |
void function ( P arg0 , I arg1 ) { map . put ( arg0 , arg1 ) ; inverse . put ( arg1 , arg0 ) ; } | adds a pair of a pre-image and an image to the bijection . concode_field_sep Map<I,P> inverse concode_elem_sep Map<P,I> map concode_field_sep P getPreImage concode_elem_sep I getImage |
void function ( int arg0 ) { packet . setLength ( arg0 ) ; } | sets the length for this packet . concode_field_sep DatagramPacket packet concode_field_sep DatagramPacket getDatagramPacket concode_elem_sep int getPort concode_elem_sep IpAddress getIpAddress concode_elem_sep void setData concode_elem_sep void setData concode_elem_sep int getOffset concode_elem_sep int getLength conc... |
void function ( Context arg0 ) { mContext = arg0 ; } | sets the application context concode_field_sep Context mContext concode_elem_sep List<Renderer> mRenderers concode_elem_sep Renderer mRenderer concode_field_sep Renderer getRenderer concode_elem_sep void unregisterRenderer concode_elem_sep void registerRenderer concode_elem_sep Context getContext |
void function ( HtmlBasedComponent arg0 , Color arg1 ) { String loc0 = createHexColorString ( arg1 ) ; String loc1 = STYLE_BACKGROUND_COLOR + loc0 ; arg0 . setStyle ( loc1 ) ; return ; } | sets css background color style for component . previous styles are removed . concode_field_sep String STYLE_TEXT_ALIGN_CENTER concode_elem_sep String STYLE_BACKGROUND_COLOR concode_elem_sep String STYLE_TEXT_ALIGN_LEFT concode_elem_sep String STYLE_TEXT_ALIGN_RIGHT concode_elem_sep String STYLE_COLOR concode_field_sep... |
boolean function ( ModelCache arg0 , String arg1 ) { if ( ( arg0 != null ) && ( arg1 != null ) ) { arg0 . put ( arg1 , this ) ; return true ; } else { return false ; } } | attempts to save the object in the cache using a given key . generally only used for saving subclasses over the top of separate superclass cache stores . concode_field_sep long transactionId concode_elem_sep String id concode_field_sep String getKey concode_elem_sep boolean reload concode_elem_sep boolean reloadFromCac... |
List < Feature > function ( String arg0 , int arg1 , int arg2 , int arg3 ) { String loc0 = VECTOR_TILE_API + arg0 + "srini_string" + arg1 + "srini_string" + arg2 + "srini_string" + arg3 + "srini_string" ; PApplet . println ( "srini_string" + loc0 ) ; return GeoJSONReader . loadData ( p , loc0 ) ; } | loads features of a vector tile . concode_field_sep String VECTOR_TILE_API concode_elem_sep PApplet p concode_elem_sep UnfoldingMap map concode_field_sep List<Feature> loadFeaturesForCurrentMapView concode_elem_sep List<Marker> loadMarkersForScreenPos concode_elem_sep int[] getCoordinate concode_elem_sep List<Feature> ... |
Statistics function ( long arg0 ) { return new Statistics ( planningMillis , optimizationMillis , resultFormulationMillis , arg0 ) ; } | create a new statistics object that has the supplied execution time . concode_field_sep long planningMillis concode_elem_sep long executionMillis concode_elem_sep long resultFormulationMillis concode_elem_sep ThreadLocal<DecimalFormat> FORMATTER concode_elem_sep long serialVersionUID concode_elem_sep long optimizationM... |
void function ( Activity arg0 ) { arg0 . startActivity ( ( Intent ) arg0 . getIntent ( ) . getParcelableExtra ( EXTRA_WRAPPED_INTENT ) ) ; arg0 . finish ( ) ; } | start the original activity , and finish the precondition activity . concode_field_sep String EXTRA_WRAPPED_INTENT concode_field_sep void startPreconditionActivityAndFinish concode_elem_sep Intent createPreconditionIntent |
boolean function ( ) { return fired ; } | has this effect been fired . only effects that have not been fired are sent to the browser concode_field_sep boolean fired concode_elem_sep boolean submit concode_elem_sep boolean queued concode_elem_sep float fps concode_elem_sep boolean sync concode_elem_sep int sequenceId concode_elem_sep float duration concode_elem... |
String function ( Class < ? > arg0 , String arg1 ) { return Classes . simpleName ( arg0 ) + "srini_string" + arg1 ; } | get a standardized key for a css class . concode_field_sep String INLINE_CLOSE_TAG concode_elem_sep String INLINE_OPEN_TAG concode_field_sep void writeOpenTag concode_elem_sep void writeCss concode_elem_sep void writeCloseTag concode_elem_sep void writeLinkUrl |
boolean function ( ) { return false ; } | returns true if this windowinsets has any nonzero insets . concode_field_sep PlaceHolder placeHolder concode_field_sep int getSystemWindowInsetRight concode_elem_sep WindowInsetsCompat replaceSystemWindowInsets concode_elem_sep WindowInsetsCompat replaceSystemWindowInsets concode_elem_sep boolean isRound concode_elem_s... |
int function ( ) { return score ; } | returns the score of the team . concode_field_sep String teamName concode_elem_sep int score concode_field_sep int compareTo concode_elem_sep String getTeamName concode_elem_sep void setScore |
void function ( ) { } | provide a mechanism for ensuring this class is loaded . concode_field_sep int[] DEC concode_elem_sep byte[] HEX concode_field_sep int convert2Int concode_elem_sep String getHexDump concode_elem_sep byte[] convert concode_elem_sep String convert concode_elem_sep char convertDigit concode_elem_sep void hexLine |
com . liferay . portal . kernel . model . PluginSetting function ( com . liferay . portal . kernel . model . PluginSetting arg0 ) { return getService ( ) . deletePluginSetting ( arg0 ) ; } | deletes the plugin setting from the database . also notifies the appropriate model listeners . concode_field_sep PluginSettingLocalService _service concode_field_sep com.liferay.portal.kernel.model.PluginSetting addPluginSetting concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.por... |
DSLContext function ( Context < ? > arg0 ) { return DSL . using ( arg0 . configuration ( ) ) ; } | internal convenience method concode_field_sep long serialVersionUID concode_field_sep boolean declaresTables concode_elem_sep void bind concode_elem_sep boolean declaresWindows concode_elem_sep Configuration configuration concode_elem_sep void toSQL concode_elem_sep boolean declaresCTE concode_elem_sep boolean generate... |
String function ( ) { return billingMonthId ; } | this method was generated by mybatis generator . this method returns the value of the database column boss_billing_month . billing_month_id concode_field_sep String billingMonthId concode_elem_sep BigDecimal charge concode_elem_sep Integer chargeYear concode_elem_sep String prodId concode_elem_sep String pkgId concode_... |
void function ( java . lang . Boolean arg0 ) { this . isUpdate = arg0 ; } | sets the isupdate value for this wsputitem . concode_field_sep java.lang.String xmlString concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep org.talend.mdm.webservice.WSDataModelPK wsDataModelPK concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_e... |
boolean function ( Intent arg0 ) { return Options . TEST_URI . equals ( arg0 . getData ( ) . toString ( ) ) ; } | check that the proper uri is set for the provided intent . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean checkDownloadedImage concode_elem_sep boolean checkMessenger concode_elem_sep boolean checkClass concode_elem_sep String searchForPath |
void function ( @ NotNull Runnable arg0 ) { setAlternativeResolveEnabled ( true ) ; try { arg0 . run ( ) ; } finally { setAlternativeResolveEnabled ( false ) ; } } | invokes the given runnable with alternative resolve set to true . concode_field_sep NotNullLazyKey<DumbService,Project> INSTANCE_KEY concode_elem_sep Logger LOG concode_elem_sep Topic<DumbModeListener> DUMB_MODE concode_field_sep boolean isDumbAware concode_elem_sep void makeDumbAware concode_elem_sep void setAlternati... |
BigInteger function ( BigInteger arg0 , BigInteger arg1 ) { return arg0 . divide ( arg1 ) ; } | the binary divide operator . concode_field_sep PlaceHolder placeHolder concode_field_sep BigInteger operator_minus concode_elem_sep BigInteger operator_minus concode_elem_sep BigInteger operator_multiply concode_elem_sep BigInteger operator_modulo concode_elem_sep BigInteger operator_plus concode_elem_sep BigInteger op... |
boolean function ( String arg0 ) { return getTermValue ( arg0 , TermRestriction . TERM_NAME ) . equals ( Restriction . FILTEREONLY . getValue ( ) ) ; } | method to find out if property is filter only concode_field_sep Logger logger concode_elem_sep Map<String,String> propertyNames concode_elem_sep String entityName concode_elem_sep TermFactory termFactory concode_elem_sep Vocabulary vocabulary concode_elem_sep Map<String,Vocabulary> propertyVocabularies concode_field_se... |
Prepared function ( String arg0 ) { try { prep . setString ( ++ index , arg0 ) ; return this ; } catch ( SQLException loc0 ) { throw convert ( loc0 ) ; } } | set the value of the current parameter . concode_field_sep Connection conn concode_elem_sep Statement stat concode_elem_sep HashMap<String,PreparedStatement> prepared concode_elem_sep PreparedStatement prep concode_elem_sep int index concode_field_sep Prepared prepare concode_elem_sep List<Map<String,Object>> query con... |
Set < Map . Entry < Long , Invocation >> function ( ) { return invocations . entrySet ( ) ; } | intention to expose the entry set is to mutate it . concode_field_sep CallIdSequence callIdSequence concode_elem_sep ILogger logger concode_elem_sep float LOAD_FACTOR concode_elem_sep double HUNDRED_PERCENT concode_elem_sep int INITIAL_CAPACITY concode_elem_sep ConcurrentMap<Long,Invocation> invocations concode_field_s... |
T [ ] function ( T [ ] arg0 , T [ ] arg1 , Class < T > arg2 ) { T [ ] loc0 = newArray ( arg2 , arg0 . length + arg1 . length ) ; System . arraycopy ( arg0 , 0 , loc0 , 0 , arg0 . length ) ; System . arraycopy ( arg1 , 0 , loc0 , arg0 . length , arg1 . length ) ; return loc0 ; } | returns a new array that contains the concatenated contents of two arrays . concode_field_sep Object[] EMPTY_ARRAY concode_field_sep Object[] fillArray concode_elem_sep Object[] checkElementsNotNull concode_elem_sep Object[] checkElementsNotNull concode_elem_sep Object[] copyAsObjectArray concode_elem_sep void swap con... |
Point3 function ( int arg0 ) { float loc0 = ( arg0 & 1 ) == 0 ? minimum . loc0 : maximum . loc0 ; float loc1 = ( arg0 & 2 ) == 0 ? minimum . loc1 : maximum . loc1 ; float loc2 = ( arg0 & 4 ) == 0 ? minimum . loc2 : maximum . loc2 ; return new Point3 ( loc0 , loc1 , loc2 ) ; } | gets a corner of the bounding box . the index scheme uses the binary representation of the index to decide which corner to return . corner 0 is equivalent to the minimum and corner 7 is equivalent to the maximum . concode_field_sep Point3 maximum concode_elem_sep Point3 minimum concode_field_sep void include concode_el... |
TType function ( ) { return OBJECT_TYPE ; } | returns the ttype for java.lang.object . warning : currently returns null unless this type environment has already created its first hierarchy type . concode_field_sep TType OBJECT_TYPE concode_elem_sep PrimitiveType[] PRIMITIVE_TYPES concode_elem_sep Map fRawTypes concode_elem_sep PrimitiveType DOUBLE concode_elem_sep... |
CreatePolicyVersionResult function ( Boolean arg0 ) { setIsDefaultVersion ( arg0 ) ; return this ; } | specifies whether the policy version is the default . concode_field_sep String policyArn concode_elem_sep String policyDocument concode_elem_sep Boolean isDefaultVersion concode_elem_sep String policyVersionId concode_field_sep void setPolicyVersionId concode_elem_sep String getPolicyVersionId concode_elem_sep void set... |
void function ( TriplePattern arg0 ) { this . triples . add ( arg0 ) ; } | add a triplepattern to this partial result concode_field_sep List<TriplePattern> triples concode_field_sep void addAllTriplePattern concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep List<TriplePattern> getAllTriples concode_elem_sep void clear concode_elem_sep String toString concode_elem_s... |
String function ( ) { try { return toStringImpl ( ) ; } catch ( Exception loc0 ) { return super . toString ( ) + "srini_string" + loc0 + "srini_string" ; } } | retrieves a string representation of this object . concode_field_sep boolean isCaseSensitive concode_elem_sep boolean isSigned concode_elem_sep int precision concode_elem_sep String columnClassName concode_elem_sep int scale concode_elem_sep boolean isDefinitelyWritable concode_elem_sep String schemaName concode_elem_s... |
com . liferay . portal . kernel . model . Ticket function ( com . liferay . portal . kernel . model . Ticket arg0 ) { return _ticketLocalService . addTicket ( arg0 ) ; } | adds the ticket to the database . also notifies the appropriate model listeners . concode_field_sep TicketLocalService _ticketLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.model.Ticket fetchTicket concode_elem_sep com.liferay.portal.kernel.model.Tick... |
void function ( java . lang . Boolean arg0 ) { this . justThisAccount = arg0 ; } | sets the justthisaccount value for this changepassword . concode_field_sep java.lang.Boolean justThisAccount concode_elem_sep java.lang.String newPassword2 concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String newPassword concode_... |
String function ( int arg0 ) { return mCategories . get ( arg0 ) ; } | returns the category name at the specified index . concode_field_sep List<String> mCategories concode_elem_sep List<Double> mValues concode_elem_sep String mTitle concode_field_sep void add concode_elem_sep void add concode_elem_sep double getValue concode_elem_sep String getTitle concode_elem_sep void set concode_elem... |
JSONBuilder function ( float arg0 ) { conditionallyAppendComma ( ) ; params . append ( arg0 ) ; return this ; } | adds a float to an array or function call . concode_field_sep StringBuilder params concode_field_sep String escapeString concode_elem_sep JSONBuilder endArray concode_elem_sep JSONBuilder entryNonNullValue concode_elem_sep JSONBuilder entryNonNullValue concode_elem_sep JSONBuilder entryNonNullValue concode_elem_sep JSO... |
void function ( @ Nullable Throwable arg0 , Class < X > arg1 ) { propagateIfInstanceOf ( arg0 , arg1 ) ; propagateIfPossible ( arg0 ) ; } | propagates throwable exactly as-is , if and only if it is aninstance of runtimeexception , error , or declaredtype . example usage : try somemethodthatcouldthrowanything ; catch iknowwhattodowiththisexception e handle e ; catch throwable t throwables.propagateifpossible t , otherexception.class ; throw new runtimeexcep... |
String function ( ) { return super . toString ( ) ; } | returns string repsentation of this object . concode_field_sep byte[] data concode_field_sep Serializable getObject concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep int getBytesLength concode_elem_sep byte[] getBytes |
void function ( BracketExpression arg0 , A arg1 ) { arg0 . f0 . accept ( this , arg1 ) ; arg0 . f1 . accept ( this , arg1 ) ; arg0 . f2 . accept ( this , arg1 ) ; } | f0 - > '' '' f1 - > expression f2 - > '' '' concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder |
void function ( java . lang . String arg0 ) { _resourceBlockService . setBeanIdentifier ( arg0 ) ; } | sets the spring bean id for this bean . concode_field_sep ResourceBlockService _resourceBlockService concode_field_sep void setGroupScopePermissions concode_elem_sep void setWrappedResourceBlockService concode_elem_sep void addCompanyScopePermission concode_elem_sep void setWrappedService concode_elem_sep void addGroup... |
void function ( String arg0 ) { this . bundleActionId = arg0 ; } | bundleactionid to set concode_field_sep java.sql.Timestamp lastModifiedTimestamp concode_elem_sep String bundleId concode_elem_sep String coordId concode_elem_sep String coordName concode_elem_sep String bundleActionId concode_elem_sep String statusStr concode_elem_sep int critical concode_elem_sep int pending concode_... |
Chronology function ( ) { return this . chronology ; } | return the user 's chronology calendar system , if any . concode_field_sep Chronology chronology concode_elem_sep DateTimeZone timeZone concode_field_sep DateTimeZone getTimeZone concode_elem_sep void setTimeZone concode_elem_sep void setChronology concode_elem_sep DateTimeFormatter getFormatter |
String function ( ) { String loc0 = null ; TimeZone loc1 = TimeZone . getTimeZone ( id ) ; synchronized ( TimeZone . class ) { loc0 = TimeZoneBean . displayNameTokenizer ( loc1 . getDisplayName ( ) ) ; } return loc0 ; } | gets the name of this time zone to be displayed in the ui . concode_field_sep DateFormat dateFormat concode_elem_sep String id concode_elem_sep String mapCommandButtonId concode_elem_sep String checkboxId concode_field_sep String getUseDaylightTime concode_elem_sep String getLocation concode_elem_sep boolean isRelevant... |
int function ( ) { int loc0 = readUnsignedByte ( ) ; int loc1 = readUnsignedByte ( ) ; int loc2 = readUnsignedByte ( ) ; int loc3 = readUnsignedByte ( ) ; return ( loc0 << 21 ) | ( loc1 << 14 ) | ( loc2 << 7 ) | loc3 ; } | reads a synchsafe integer . synchsafe integers keep the highest bit of every byte zeroed . a 32 bit synchsafe integer can store 28 bits of information . concode_field_sep byte[] data concode_elem_sep int limit concode_elem_sep int position concode_field_sep int readLittleEndianInt concode_elem_sep int readUnsignedIntTo... |
String function ( ) { return getValue ( ) ; } | returns a string representing the object . the returned string is the underlying text value of this object . concode_field_sep Locale locale concode_elem_sep String value concode_elem_sep long serialVersionUID concode_field_sep String getValue concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_s... |
boolean function ( final User arg0 ) { return false ; } | returns a boolean indicating if the user is an admin or not . concode_field_sep String firstName concode_elem_sep String lastName concode_elem_sep Long key concode_elem_sep String email concode_field_sep void setName concode_elem_sep String getName concode_elem_sep void setEmail concode_elem_sep void setFirstName conco... |
Point function ( float arg0 , float arg1 ) { return this . set ( this . x * arg0 , this . y * arg1 ) ; } | scales this point by the given amount . concode_field_sep float x concode_elem_sep float y concode_field_sep Point rotate concode_elem_sep Point set concode_elem_sep Point set concode_elem_sep String toString concode_elem_sep Point copy concode_elem_sep Point translate concode_elem_sep Point translate |
void function ( ) { mCache = ReplayCache . newInstance ( TEST_MAX_SIZE , TEST_TIMEOUT_MS ) ; } | sets up a new replaycache instance before a test runs . concode_field_sep String TEST_ERROR_MESSAGE concode_elem_sep long mCount concode_elem_sep Exception mException concode_elem_sep Long TEST_MAX_SIZE concode_elem_sep ReplayCache<Long> mCache concode_elem_sep Long TEST_TIMEOUT_MS concode_field_sep Long call concode_e... |
void function ( int arg0 ) { _keHoachVeSinhXaNew . setIdNguoiTao ( arg0 ) ; } | sets the id nguoi tao of this ke hoach ve sinh xa new . concode_field_sep keHoachVeSinhXaNew _keHoachVeSinhXaNew concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep bo... |
Boolean function ( ) { return clientTransportSniff ; } | is the client allowed to sniff the rest of the cluster or not default true . this setting map to the client.transport.sniff setting . concode_field_sep String transportAddresses concode_elem_sep Boolean data concode_elem_sep String indexName concode_elem_sep int port concode_elem_sep String ip concode_elem_sep Boolean ... |
int function ( ) { return value ? 1231 : 1237 ; } | returns the integer 1231 if this object represents the primitive true and the integer 1237 otherwise . concode_field_sep Boolean FALSE concode_elem_sep Class<Boolean> TYPE concode_elem_sep Boolean TRUE concode_elem_sep boolean value concode_elem_sep long serialVersionUID concode_field_sep int compare concode_elem_sep B... |
void function ( String arg0 ) { try ( InputStream loc0 = this . getClass ( ) . getClassLoader ( ) . getResourceAsStream ( arg0 ) ) { try ( OutputStream loc1 = new FileOutputStream ( script ) ) { IOUtils . copy ( loc0 , loc1 ) ; } } File loc2 = new File ( script ) ; loc2 . setExecutable ( true ) ; } | reads the script with the given name from the classpath and installs it into the temp directory . concode_field_sep String MOTECH concode_elem_sep String chrootDir concode_elem_sep String buildDir concode_elem_sep String errorFile concode_elem_sep String ERROR_FILENAME concode_elem_sep Logger LOGGER concode_elem_sep St... |
boolean function ( EObject arg0 ) { return getNameAttribute ( arg0 . eClass ( ) ) != null ; } | by default , elements are nameable if they have an eattribute named `` name '' . concode_field_sep Map nameFeatureMap concode_elem_sep Object NULL_TOKEN concode_field_sep boolean shouldOverrideCopyOperation concode_elem_sep void setName concode_elem_sep boolean canContain concode_elem_sep XMLResource getResource concod... |
Object function ( ) { return RepositoryUtilities . buildName ( this , "srini_string" ) ; } | returns the full pathname of the location . concode_field_sep ContentLocation parent concode_elem_sep String name concode_elem_sep byte[] EMPTY_BUFFER concode_field_sep boolean setAttribute concode_elem_sep ContentLocation getParent concode_elem_sep String getName concode_elem_sep Object getAttribute concode_elem_sep S... |
boolean function ( ) { for ( int loc0 = 0 ; loc0 < n ; loc0 ++ ) { if ( LU [ loc0 ] [ loc0 ] == 0 ) return false ; } return true ; } | is the matrix nonsingular ? concode_field_sep int pivsign concode_elem_sep double[][] LU concode_elem_sep long serialVersionUID concode_elem_sep int[] piv concode_elem_sep int m concode_elem_sep int n concode_field_sep double det concode_elem_sep int[] getPivot concode_elem_sep Matrix getL concode_elem_sep Matrix solve... |
String function ( ) { return description ; } | gets the description of the database connection . concode_field_sep String name concode_elem_sep boolean jdbcType concode_elem_sep boolean jndiType concode_elem_sep String description concode_field_sep void setName concode_elem_sep String getName concode_elem_sep void setJdbcType concode_elem_sep void setJndiType conco... |
int function ( final NameValuePair [ ] arg0 ) { if ( ( arg0 == null ) || ( arg0 . length < 1 ) ) return 0 ; int loc0 = ( arg0 . length - 1 ) * 2 ; for ( int loc1 = 0 ; loc1 < arg0 . length ; loc1 ++ ) { loc0 += estimateNameValuePairLen ( arg0 [ loc1 ] ) ; } return loc0 ; } | estimates the length of formatted parameters . concode_field_sep BasicHeaderValueFormatter DEFAULT concode_elem_sep String UNSAFE_CHARS concode_elem_sep String SEPARATORS concode_field_sep String formatNameValuePair concode_elem_sep CharArrayBuffer formatNameValuePair concode_elem_sep int estimateNameValuePairLen conco... |
void function ( Context arg0 , Bitmap arg1 , ImageView arg2 ) { if ( arg1 != null || arg2 != null ) arg2 . setImageBitmap ( arg1 ) ; else Utils . showToast ( arg0 , "srini_string" ) ; } | display a @a bitmapimage on an @a imageview . concode_field_sep String JPEG_FILE_PREFIX concode_elem_sep String JPEG_FILE_SUFFIX concode_field_sep Bitmap decodeImageFromPath concode_elem_sep String getNewFileName concode_elem_sep File createImageFile concode_elem_sep Intent getTakePictureIntent concode_elem_sep Uri gra... |
String function ( ) { return _hostname ; } | returns the hostname of the dcc chat initiator . concode_field_sep boolean _acceptable concode_elem_sep int _port concode_elem_sep PircBot _bot concode_elem_sep BufferedReader _reader concode_elem_sep long _address concode_elem_sep BufferedWriter _writer concode_elem_sep Socket _socket concode_elem_sep String _login co... |
String function ( ) { return comment ; } | gets the cookie comment . concode_field_sep int maxAge concode_elem_sep String domain concode_elem_sep String comment concode_elem_sep long serialVersionUID concode_elem_sep boolean httpOnly concode_elem_sep boolean secure concode_elem_sep int version concode_field_sep String getDomain concode_elem_sep int getVersion c... |
PropertyDescriptor function ( ) { return desc != null ? desc : ( desc = PropertyMappingHelper . getPojoPropertyDescriptor ( objJavaCls , name ) ) ; } | returns property descriptor of the pojo field concode_field_sep String col concode_elem_sep String colDDL concode_elem_sep String COLUMN_ATTR concode_elem_sep Class objJavaCls concode_elem_sep String name concode_elem_sep String NAME_ATTR concode_elem_sep Boolean calculated concode_elem_sep PropertyDescriptor desc conc... |
List < String > function ( PropertyId arg0 ) { List < String > loc0 = arg0 . getValues ( ) ; List < String > loc1 = null ; if ( loc0 == null ) { return loc1 ; } for ( String loc2 : loc0 ) { loc1 . add ( loc2 ) ; } return loc1 ; } | convert a propertyid to an array of greg values . concode_field_sep PlaceHolder placeHolder concode_field_sep List<BigDecimal> doublesToDecs concode_elem_sep List<BigDecimal> toDecs concode_elem_sep List<GregorianCalendar> toDates concode_elem_sep String replace concode_elem_sep String getPathById concode_elem_sep Stri... |
String function ( final IPortletDefinition arg0 ) { Validate . notNull ( arg0 , "srini_string" ) ; final String loc0 = arg0 . getPortletDefinitionId ( ) . getStringId ( ) ; return IPermission . PORTLET_PREFIX . concat ( loc0 ) ; } | static utility method computing the permission target id for a portlet definition . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder |
Alert function ( AlertType arg0 , String arg1 , Collection < LogRecord > arg2 ) { logAlertMessage ( arg0 , arg1 , null ) ; Alert loc0 = new Alert ( arg0 , arg1 , ButtonType . OK ) ; loc0 . setHeaderText ( AlertsI18N . formatSTR_MESSAGE_APPLICATION_ERROR ( ) ) ; return DialogHelper . setLogRecordsContent ( loc0 , arg2 )... | create an application error message alert with logrecord details . concode_field_sep Log LOG concode_field_sep Alert unexpected concode_elem_sep void logAlertMessage concode_elem_sep Alert error concode_elem_sep Alert message concode_elem_sep Alert logs |
void function ( OnlinePAFPlayer arg0 ) { removePlayerSilent ( arg0 ) ; sendMessage ( ( PartyCommand . getInstance ( ) . getPrefix ( ) + PatterCollection . PLAYER_PATTERN . matcher ( Main . getInstance ( ) . getMessagesYml ( ) . getString ( "srini_string" ) ) . replaceAll ( Matcher . quoteReplacement ( arg0 . getDisplay... | removes a player from the party concode_field_sep String JOIN_COMMAND_NAME concode_field_sep OnlinePAFPlayer getLeader concode_elem_sep boolean isNobodyInvited concode_elem_sep boolean isAMember concode_elem_sep List<UUID> getInvited concode_elem_sep boolean isLeader concode_elem_sep void addToInvited concode_elem_sep ... |
Document function ( ) { return document ; } | gets the document this performer is working on.may be null for an app-wide command performer . concode_field_sep CommandHistory history concode_elem_sep Document document concode_elem_sep List<CommandListener> listeners concode_field_sep void undoMultipleSteps concode_elem_sep void undo concode_elem_sep void removeComm... |
T function ( ) { return referent ; } | returns the referent of the reference object . concode_field_sep Reference<?> pendingNext concode_elem_sep T referent concode_elem_sep Reference queueNext concode_elem_sep ReferenceQueue<? super T> queue concode_field_sep boolean enqueue concode_elem_sep void clear concode_elem_sep boolean isEnqueued concode_elem_sep b... |
String function ( ) { return shortName ; } | gets the value of the shortname property . concode_field_sep String extraOptionsHelpUrl concode_elem_sep String name concode_elem_sep int defaultDatabasePort concode_elem_sep String shortName concode_elem_sep List<DatabaseAccessType> supportedAccessTypes concode_field_sep void setDefaultDatabasePort concode_elem_sep vo... |
int function ( final float arg0 , final float arg1 ) { return Float . compare ( arg0 , arg1 ) ; } | special version for floats concode_field_sep CompareUtils s_aInstance concode_elem_sep boolean DEFAULT_NULL_VALUES_COME_FIRST concode_field_sep int nullSafeCompare concode_elem_sep int nullSafeCompare concode_elem_sep int nullSafeCompare concode_elem_sep int nullSafeCompare concode_elem_sep int nullSafeCompare concode_... |
Throwable function ( ) { return failure ; } | returns additional failure exception details if exists . concode_field_sep Reason reason concode_elem_sep String INDEX_DELAYED_NODE_LEFT_TIMEOUT_SETTING concode_elem_sep TimeValue DEFAULT_DELAYED_NODE_LEFT_TIMEOUT concode_elem_sep Throwable failure concode_elem_sep FormatDateTimeFormatter DATE_TIME_FORMATTER concode_el... |
Predicate < T > function ( Predicate < ? super T > arg0 ) { return new NotPredicate < T > ( arg0 ) ; } | returns a predicate that evaluates to true iff the given predicate evaluates to false . concode_field_sep Predicate<? super T> predicate concode_elem_sep Iterable<? extends Predicate<? super T>> components concode_field_sep Predicate<T> or concode_elem_sep Predicate<T> or concode_elem_sep boolean apply concode_elem_sep... |
void function ( ) { virtualFile . delete ( null ) ; } | deletes this item . concode_field_sep VirtualFile virtualFile concode_elem_sep Map<String,String> attributes concode_elem_sep ProjectRegistry projectRegistry concode_field_sep boolean isFolder concode_elem_sep String getName concode_elem_sep Map<String,String> getAttributes concode_elem_sep boolean isFile concode_elem_... |
BigInteger function ( ) { return serialNumber ; } | gets the serial number the attribute certificate must have . concode_field_sep Date attributeCertificateValid concode_elem_sep Collection targetNames concode_elem_sep BigInteger serialNumber concode_elem_sep Collection targetGroups concode_elem_sep X509AttributeCertificateHolder attributeCert concode_elem_sep Attribute... |
JSONWriter function ( char arg0 , char arg1 ) { if ( this . mode != arg0 ) { throw new JSONException ( arg0 == 'a' ? "srini_string" : "srini_string" ) ; } this . pop ( arg0 ) ; try { this . writer . write ( arg1 ) ; } catch ( IOException loc0 ) { throw new JSONException ( loc0 ) ; } this . comma = true ; return this ; ... | end something . concode_field_sep char mode concode_elem_sep boolean comma concode_elem_sep int top concode_elem_sep int maxdepth concode_elem_sep Writer writer concode_elem_sep JSONObject stack[] concode_field_sep void pop concode_elem_sep JSONWriter array concode_elem_sep JSONWriter endArray concode_elem_sep JSONWrit... |
void function ( PersistentClass arg0 ) { this . associatedClass = arg0 ; } | associated entity on the many side concode_field_sep MetadataImplementor metadata concode_elem_sep boolean ignoreNotFound concode_elem_sep String referencedEntityName concode_elem_sep PersistentClass associatedClass concode_elem_sep Table referencingTable concode_elem_sep boolean embedded concode_field_sep boolean isAl... |
void function ( Vector < Element > arg0 ) { switch ( type ) { case '*' : case '?' : case '+' : ( ( ContentModel ) content ) . getElements ( arg0 ) ; break ; case ',' : case '|' : case '&' : for ( ContentModel loc0 = ( ContentModel ) content ; loc0 != null ; loc0 = loc0 . next ) { loc0 . getElements ( arg0 ) ; } break ;... | update elemvec with the list of elements that are part of the this contentmodel . concode_field_sep ContentModel next concode_elem_sep boolean valSet[] concode_elem_sep int type concode_elem_sep Object content concode_elem_sep boolean val[] concode_field_sep String toString concode_elem_sep boolean first concode_elem_s... |
void function ( int arg0 ) { write ( writeBuffer , arg0 ) ; } | the normal way to write file data as opposed to header data or padding using this class . concode_field_sep int DEFAULT_BLOCKS_PER_RECORD concode_elem_sep int DEFAULT_COMPRESSION concode_elem_sep byte[] ZERO_BLOCK concode_elem_sep OutputStream writeStream concode_elem_sep boolean debug concode_elem_sep int NO_COMPRESSI... |
void function ( BitMatrix arg0 , String arg1 , OutputStream arg2 ) { BufferedImage loc0 = toBufferedImage ( arg0 ) ; ImageIO . write ( loc0 , arg1 , arg2 ) ; } | writes a bitmatrix to a stream . concode_field_sep int BLACK concode_elem_sep int WHITE concode_field_sep void writeToFile concode_elem_sep void writeToFile concode_elem_sep Bitmap getImageBitmap concode_elem_sep BufferedImage toBufferedImage concode_elem_sep BufferedImage toBufferedImage |
void function ( OAuthAccessor arg0 ) { getRequestToken ( arg0 , null ) ; } | get a fresh request token from the service provider . concode_field_sep String DELETE concode_elem_sep Map<String,Object> httpParameters concode_elem_sep String PUT concode_elem_sep String POST concode_elem_sep String ACCEPT_ENCODING concode_elem_sep String PARAMETER_STYLE concode_elem_sep HttpClient http concode_elem_... |
Optional < Chunk > function ( Direction arg0 , boolean arg1 ) { Optional < Vector3i > loc0 = Sponge . getServer ( ) . getChunkLayout ( ) . moveToChunk ( getPosition ( ) , arg0 ) ; return loc0 . isPresent ( ) ? getWorld ( ) . loadChunk ( loc0 . get ( ) , arg1 ) : Optional . empty ( ) ; } | gets the chunk in the given direction from this chunk . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isPopulated concode_elem_sep Location<Chunk> getLocation concode_elem_sep Location<Chunk> getLocation concode_elem_sep Location<Chunk> getLocation concode_elem_sep Location<Chunk> getLocation conc... |
MediaDataBox < ? extends TrackMetaDataContainer > function ( ) { return mediaDataBox ; } | gets the mediadatabox that contains the track which is described by this track . concode_field_sep MediaDataBox<? extends TrackMetaDataContainer> mediaDataBox concode_elem_sep long trackId concode_elem_sep TrackMetaData<T> trackMetaData concode_elem_sep List<Chunk<T>> chunks concode_field_sep long getSize concode_elem_... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.