code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
Class < Object > function ( ) { return Object . class ; } | supported entity type . concode_field_sep PlaceHolder placeHolder concode_field_sep void writeData |
Connection function ( String arg0 , Properties arg1 ) { return getConnection ( arg0 , arg1 ) ; } | attempts to make a database connection to the given url . the driver returns `` null '' if it realizes it is the wrong kind of driver to connect to the given url . this will be common , as when the jdbc driver manager is asked to connect to a given url it passes the url to each loaded driver in turn . the driver raises... |
Set < String > function ( ) { return groups ; } | return the set of groups . concode_field_sep String path concode_elem_sep String defaultRevision concode_elem_sep String recommendShallow concode_elem_sep String src concode_elem_sep Repository repo concode_elem_sep String name concode_elem_sep Set<String> groups concode_elem_sep String remote concode_elem_sep String d... |
void function ( java . lang . String arg0 ) { _virtualHost . setHostname ( arg0 ) ; } | sets the hostname of this virtual host . concode_field_sep VirtualHost _virtualHost concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel co... |
WritableArray function ( ) { return new WritableNativeArray ( ) ; } | this method should be used when you need to stub out creating nativearrays in unit tests . concode_field_sep PlaceHolder placeHolder concode_field_sep WritableMap fromBundle concode_elem_sep WritableArray fromArray concode_elem_sep WritableNativeArray fromJavaArgs concode_elem_sep WritableMap createMap concode_elem_sep... |
boolean function ( ) { return m_settings . getBooleanProperty ( MARK_UNREAD_ITEMS , false ) ; } | get mark unread items concode_field_sep String IMPORT_USERNAME concode_elem_sep String USE_STANDARD_EXIT concode_elem_sep String IMPORT_URL concode_elem_sep String LOG_LEVEL concode_elem_sep String IMPORT_PASSWORD concode_elem_sep String MARK_UNREAD_ITEMS concode_elem_sep String PAGE_ENABLED concode_elem_sep String HTM... |
QueueResults function ( List < Message > arg0 , String arg1 , UUID arg2 , UUID arg3 ) { UUID loc0 = null ; if ( arg0 != null && arg0 . size ( ) > 0 ) { loc0 = arg0 . get ( arg0 . size ( ) - 1 ) . getUuid ( ) ; } return new QueueResults ( arg1 , arg2 , arg0 , loc0 , arg3 ) ; } | create the results to return from the given messages concode_field_sep Keyspace ko concode_elem_sep Map<UUID,Integer> indexCache concode_elem_sep Logger logger concode_field_sep int compare concode_elem_sep UUID getConsumerQueuePosition concode_elem_sep void writeClientPointer concode_elem_sep List<Message> loadMessage... |
double function ( ) { Assert . pre ( isNumber ( ) , "srini_string" ) ; return number ; } | fetch numeric value of token , provided it 's a number . concode_field_sep int BOOLEAN_KIND concode_elem_sep double number concode_elem_sep String symbol concode_elem_sep int SYMBOL_KIND concode_elem_sep boolean bool concode_elem_sep int kind concode_elem_sep int NUMBER_KIND concode_elem_sep int PROCEDURE_KIND concode_... |
Date function ( ) { return flags [ RENEWABLE ] ? ( ( Date ) renewTill . clone ( ) ) : null ; } | return the renewal time for this ticket . for a non-renewable ticket , this will return null . concode_field_sep int INITIAL concode_elem_sep int NUM_FLAGS concode_elem_sep KerberosPrincipal server concode_elem_sep int RENEWABLE concode_elem_sep KeyImpl sessionKey concode_elem_sep byte[] asn1Encoding concode_elem_sep i... |
void function ( String arg0 ) { this . id = arg0 ; } | sets the value of the id property . concode_field_sep OperationalProtectionType operationalProtection concode_elem_sep List<ExtensionType> extension concode_elem_sep IdentificationType identification concode_elem_sep TechnicalProtectionBaseType technicalProtection concode_elem_sep AuthnMethodBaseType authnMethod concod... |
void function ( PageViewComponent arg0 , Rectangle arg1 ) { } | new annotation created with view tool . concode_field_sep Color ANNOTATION concode_elem_sep Color ANNOTATION_VISITED concode_elem_sep WeakHashMap<String,AnnotationState> annotationHistory concode_elem_sep Color color concode_elem_sep DocumentViewController documentViewController concode_elem_sep Logger logger concode_e... |
R function ( InterfaceDeclaration arg0 , A arg1 ) { R loc0 = null ; arg0 . f0 . accept ( this , arg1 ) ; arg0 . f1 . accept ( this , arg1 ) ; arg0 . f2 . accept ( this , arg1 ) ; return loc0 ; } | f0 - > `` interface '' f1 - > identifier f2 - > interfacebody concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder |
void function ( boolean arg0 ) { m_autoTaskUniqueID = arg0 ; } | used to set whether the task unique id field is automatically populated . concode_field_sep boolean m_autoOutlineLevel concode_elem_sep int m_calendarUniqueID concode_elem_sep ProjectFile m_parent concode_elem_sep boolean m_autoWBS concode_elem_sep int m_assignmentUniqueID concode_elem_sep boolean m_autoOutlineNumber c... |
Object function ( Method arg0 , Class < ? > arg1 ) { return new DefaultCacheKey ( arg0 , arg1 ) ; } | determine a cache key for the given method and target class . must not produce same key for overloaded methods . must produce same key for different instances of the same method . concode_field_sep Collection<CacheOperation> NULL_CACHING_ATTRIBUTE concode_elem_sep boolean publicMethodsOnly concode_elem_sep Set<CacheAnn... |
void function ( GeneratorEntry arg0 ) { } | 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... |
InitialContext function ( ) { if ( initialContext == null ) { initialContext = new InitialContext ( ) ; } return initialContext ; } | creates the context . concode_field_sep InitialContext initialContext concode_elem_sep DataSource dataSource concode_elem_sep String dataSourceName concode_elem_sep String dbConnectString concode_field_sep Connection getConnection concode_elem_sep DataSource getDataSource concode_elem_sep void close concode_elem_sep vo... |
byte [ ] function ( final String arg0 , final byte [ ] arg1 , final byte [ ] arg2 ) { return compute ( new SecretKeySpec ( arg1 , arg0 ) , arg2 ) ; } | computes a hash-based message authentication code hmac for the specified shared secret and message . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder |
Context function ( Environment arg0 ) { return create ( arg0 , Collections . emptyMap ( ) ) ; } | create an application loading context . locates and loads the necessary configuration files for the application . concode_field_sep play.api.ApplicationLoader.Context underlying concode_field_sep Environment environment concode_elem_sep Configuration initialConfiguration concode_elem_sep Context withConfiguration conco... |
java . lang . String function ( ) { return _pushNotificationsDeviceService . getOSGiServiceIdentifier ( ) ; } | returns the osgi service identifier . concode_field_sep PushNotificationsDeviceService _pushNotificationsDeviceService concode_field_sep void setWrappedService concode_elem_sep com.liferay.pushnotifications.model.PushNotificationsDevice addPushNotificationsDevice concode_elem_sep void sendPushNotification concode_elem_... |
Collection < ? > function ( ) { return collection ; } | returns the collection where the certificate s and crl s are retrieved from . concode_field_sep Collection<?> defaultCollection concode_elem_sep Collection<?> collection concode_field_sep Object clone concode_elem_sep String toString |
void function ( ) { Logger . getInstance ( ) . logInfo ( "srini_string" + this . getClass ( ) . getName ( ) + "srini_string" , null , null ) ; } | called once before smsserver starts its operation . use this method for initialization . override this call if you wish to implement your own functionality . concode_field_sep SMSServer server concode_elem_sep Map<Long,T> messageIdCache concode_elem_sep String infId concode_elem_sep String description concode_elem_sep ... |
String function ( ) { return this . debugLog ; } | gets the value of the debuglog property . concode_field_sep String debugLog concode_field_sep void setDebugLog |
String function ( String arg0 ) { int loc0 ; loc0 = arg0 . indexOf ( INTERNAL_ACTION_ID_DELIMITER ) ; if ( loc0 > 0 ) { if ( arg0 . length ( ) > loc0 + 1 ) { return arg0 . substring ( loc0 + 1 ) ; } else { return null ; } } else { return null ; } } | strips the internal action id from the given action id . concode_field_sep char INTERNAL_ACTION_ID_DELIMITER concode_elem_sep char[] hexChar concode_field_sep String addInternalActionId concode_elem_sep String toHexString concode_elem_sep String getInternalActionId |
BufferedImageLegendGraphic function ( GetLegendGraphicRequest arg0 ) { BufferedImageLegendGraphicBuilder loc0 = new BufferedImageLegendGraphicBuilder ( ) ; BufferedImage loc1 = loc0 . buildLegendGraphic ( arg0 ) ; BufferedImageLegendGraphic loc2 = new BufferedImageLegendGraphic ( loc1 ) ; return loc2 ; } | builds and returns a bufferedimagelegendgraphic appropriate to be encoded as png concode_field_sep String MIME_TYPE concode_field_sep String getContentType |
int function ( int arg0 , int arg1 ) { return arg0 ^ arg1 ; } | implements both addition and subtraction -- they are the same in gf size . concode_field_sep GenericGF AZTEC_DATA_12 concode_elem_sep GenericGF QR_CODE_FIELD_256 concode_elem_sep GenericGF MAXICODE_FIELD_64 concode_elem_sep int primitive concode_elem_sep GenericGF AZTEC_PARAM concode_elem_sep GenericGFPoly one concode_... |
void function ( SAXParseException arg0 ) { if ( errorListener != null ) { try { warningCount ++ ; errorListener . warning ( new TransformerException ( arg0 ) ) ; } catch ( Exception loc0 ) { } } } | callback interface for sax : not for application use concode_field_sep ErrorListener errorListener concode_elem_sep int fatalErrorCount concode_elem_sep int warningCount concode_elem_sep Writer errorOutput concode_elem_sep int errorCount concode_field_sep int getWarningCount concode_elem_sep void setErrorOutput concode... |
MultiTypeDelegate function ( int arg0 , @ LayoutRes int arg1 ) { selfMode = true ; checkMode ( autoMode ) ; addItemType ( arg0 , arg1 ) ; return this ; } | set your own type one by one . concode_field_sep int DEFAULT_VIEW_TYPE concode_elem_sep boolean selfMode concode_elem_sep boolean autoMode concode_elem_sep SparseIntArray layouts concode_field_sep void addItemType concode_elem_sep MultiTypeDelegate registerItemTypeAutoIncrease concode_elem_sep int getDefItemViewType co... |
Object function ( ) { Object loc0 = currentProxy . get ( ) ; if ( loc0 == null ) { throw new IllegalStateException ( "srini_string" ) ; } return loc0 ; } | try to return the current aop proxy . this method is usable only if the calling method has been invoked via aop , and the aop framework has been set to expose proxies . otherwise , this method will throw an illegalstateexception . concode_field_sep ThreadLocal<Object> currentProxy concode_field_sep Object setCurrentPro... |
String function ( String arg0 ) { return getString ( arg0 , Locale . getDefault ( ) ) ; } | get a string from the underlying resource bundle . concode_field_sep HashMap<Locale,ResourceBundle> bundles concode_elem_sep Hashtable<String,StringManager> managers concode_elem_sep String bundleName concode_field_sep StringManager getManager concode_elem_sep String getStringInternal concode_elem_sep String getStringI... |
Node function ( int arg0 ) { return findSet ( map . get ( arg0 ) ) ; } | get node representative of the disjoint set . concode_field_sep Node parent concode_elem_sep Map<Integer,Node> map concode_elem_sep int name concode_elem_sep int rank concode_field_sep int size concode_elem_sep void makeSet concode_elem_sep void main concode_elem_sep boolean union |
List < RMContainer > function ( ) { return new ArrayList < RMContainer > ( launchedContainers . values ( ) ) ; } | get the running containers in the node . concode_field_sep ResourceUtilization nodeUtilization concode_elem_sep RMNode rmNode concode_elem_sep String nodeName concode_elem_sep Resource allocatedResource concode_elem_sep RMContainer reservedContainer concode_elem_sep Set<String> labels concode_elem_sep Map<ContainerId,R... |
void function ( String arg0 ) { this . compaignName = arg0 ; } | setter method for concode_field_sep String compaignName concode_elem_sep String comments concode_elem_sep String modifiedUserId concode_elem_sep String endDate concode_elem_sep String response concode_elem_sep String segment concode_elem_sep String modifieddate concode_elem_sep long serialVersionUID concode_elem_sep St... |
TopicRule function ( java . util . Collection < Action > arg0 ) { setActions ( arg0 ) ; return this ; } | the actions associated with the rule . concode_field_sep java.util.Date createdAt concode_elem_sep Boolean ruleDisabled concode_elem_sep String ruleName concode_elem_sep String description concode_elem_sep java.util.List<Action> actions concode_elem_sep String sql concode_field_sep TopicRule withRuleName concode_elem_s... |
long function ( Object arg0 ) { return ( ( Number ) arg0 ) . longValue ( ) ; } | returns a long value from an object , assuming the object is a number concode_field_sep String dateFormat concode_elem_sep Object result concode_elem_sep String timeFormat concode_field_sep byte getByte concode_elem_sep short getShort concode_elem_sep int getInteger concode_elem_sep Object invoke concode_elem_sep HashM... |
double [ ] [ ] function ( String arg0 ) { try { MatlabNumericArray loc0 = converter . getNumericArray ( arg0 ) ; double [ ] [ ] loc1 = loc0 . getRealArray2D ( ) ; return loc1 ; } catch ( MatlabInvocationException loc0 ) { loc0 . printStackTrace ( ) ; } return null ; } | retrieves a matlab-typed array and converts it to a two dimensional java array . concode_field_sep MatlabProxyFactory factory concode_elem_sep MatlabProxy proxy concode_elem_sep Boolean debug concode_elem_sep MatlabProxy plainProxy concode_elem_sep MatlabTypeConverter converter concode_elem_sep LoggingMatlabProxy logPr... |
boolean function ( int arg0 , int arg1 , Game arg2 ) { if ( ! alive ) return false ; if ( ! checkRange ( arg0 , arg1 ) ) return false ; if ( ! checkDir ( arg0 , arg1 ) ) return false ; if ( ! checkPiece ( arg0 , arg1 , arg2 ) ) return false ; return true ; } | checks the range , direction and pieces in between concode_field_sep int c concode_elem_sep boolean alive concode_elem_sep int ycoord concode_elem_sep int r concode_elem_sep int xcoord concode_elem_sep boolean player concode_field_sep boolean checkHoriz concode_elem_sep boolean testMove concode_elem_sep void move conco... |
void function ( final int arg0 ) { int loc0 = 2 * data . length ; int loc1 = length + arg0 ; byte [ ] loc2 = new byte [ loc0 > loc1 ? loc0 : loc1 ] ; System . arraycopy ( data , 0 , loc2 , 0 , length ) ; data = loc2 ; } | enlarge this byte vector so that it can receive n more bytes . concode_field_sep byte[] data concode_elem_sep int length concode_field_sep ByteVector put12 concode_elem_sep ByteVector encodeUTF8 concode_elem_sep ByteVector putByte concode_elem_sep ByteVector putInt concode_elem_sep ByteVector putUTF8 concode_elem_sep B... |
Self function ( Map < String , Object > arg0 ) { return configure ( new Configuration ( arg0 ) ) ; } | add additional configuration . concode_field_sep Delegate delegate concode_field_sep Module applicationModule concode_elem_sep Self in concode_elem_sep Self in concode_elem_sep Self in concode_elem_sep Self in concode_elem_sep Self disable concode_elem_sep Self bindings concode_elem_sep Self bindings concode_elem_sep S... |
String function ( java . lang . Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; } | convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep String className concode_elem_sep String color concode_field_sep void setColor concode_elem_sep Animal color concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String getColor con... |
void function ( String [ ] arg0 ) { this . args = arg0 . clone ( ) ; } | sets the arguments parameters used by the plugin . 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 amIActive concode_field_sep String getName concode_... |
void function ( R arg0 ) { } | called right before a build is going to be deleted . concode_field_sep Logger LOGGER concode_elem_sep Class<R> targetType concode_elem_sep CopyOnWriteList<RunListener> LISTENERS concode_field_sep void fireCompleted concode_elem_sep ExtensionList<RunListener> all concode_elem_sep void fireDeleted concode_elem_sep void o... |
void function ( ERepositoryObjectType arg0 ) { if ( arg0 != null ) { syncRoutineAndJoblet ( arg0 ) ; } } | for create concode_field_sep String PATTERNS_SEPARATOR concode_field_sep IRepositoryView getRepositoryView concode_elem_sep void syncUserComponents concode_elem_sep IPreferenceStore getRepositoryPreferenceStore concode_elem_sep boolean isOpenedItemInEditor concode_elem_sep boolean isEditableItemInEditor concode_elem_se... |
boolean function ( ) { if ( count > 1 ) { count -- ; return false ; } return true ; } | counting down , the constraint is satisfied if the count is zero . concode_field_sep boolean marked concode_elem_sep Log LOG concode_elem_sep ThreadLocal<Random> RANDOM concode_elem_sep int count concode_elem_sep String name concode_elem_sep Action<T,E> action concode_elem_sep List<Action<T,E>> actionList concode_elem_... |
int function ( int arg0 , boolean arg1 ) { if ( isLiteral ( arg0 ) ) { return arg0 ; } if ( arg1 ) { return isZeroSequence ( arg0 ) ? ALL_ZEROS_LITERAL : ALL_ONES_LITERAL ; } int loc0 = ( 1 << ( arg0 >>> 25 ) ) >>> 1 ; return isZeroSequence ( arg0 ) ? ( ALL_ZEROS_LITERAL | loc0 ) : ( ALL_ONES_LITERAL & ~ loc0 ) ; } | gets the literal word that represents the first 31 bits of the given the word i.e. the first block of a sequence word , or the bits of a literal word . if the word is a literal , it returns the unmodified word . in case of a sequence , it returns a literal that represents the first 31 bits of the given sequence word . ... |
void function ( long arg0 ) { try { data = data . substring ( 0 , ( int ) arg0 ) ; } catch ( Exception loc0 ) { throw jdbcDriver . sqlException ( Trace . error ( Trace . GENERAL_ERROR , loc0 . getMessage ( ) ) ) ; } } | truncates the clob value that this clob designates to have a length of len characters . concode_field_sep String data concode_field_sep java.io.Writer setCharacterStream concode_elem_sep int setString concode_elem_sep int setString concode_elem_sep java.io.OutputStream setAsciiStream concode_elem_sep long length concod... |
void function ( ) { } | called after plugin construction and fields have been initialized . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String id concode_field_sep boolean onOverrideUrlLoading concode_elem_sep void onDestroy concode_elem_se... |
String function ( ) { return "srini_string" ; } | the hls name . concode_field_sep int COMPLETE_FAIL concode_elem_sep int CONTEXT_FAIL concode_elem_sep int NO_FAIL concode_elem_sep int RESUMED_FAIL concode_elem_sep int COMPLETED_FAIL concode_elem_sep int SUSPENDED_FAIL concode_elem_sep Stack<GlobalId> _id concode_elem_sep int BEGUN_FAIL concode_elem_sep int _failPoint... |
String function ( ) { return this . typeId ; } | retrieves the type id for this channel concode_field_sep String description concode_elem_sep String typeId concode_elem_sep String id concode_elem_sep String label concode_elem_sep List<NodeValue> properties concode_field_sep String getLabel concode_elem_sep String getTypeUID concode_elem_sep List<NodeValue> getPropert... |
void function ( Class < ? > arg0 ) { this . actualClass = arg0 ; } | setjavaclass . concode_field_sep boolean staticM concode_elem_sep String simpleName concode_elem_sep String VALUE_METHOD_ID concode_elem_sep LinkedHashMap<String,IAnnotationModel> annotationsByCanonicalName concode_elem_sep String documentation concode_elem_sep boolean isCollection concode_elem_sep LinkedHashMap<String... |
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getVpcId ( ) != null ) loc0 . append ( "srini_string" + getVpcId ( ) + "srini_string" ) ; if ( getState ( ) != null ) loc0 . append ( "srini_string" + getState ( ) ) ; loc0 . append ( "srini_string" ) ; return loc... | returns a string representation of this object ; useful for testing and debugging . concode_field_sep String vpcId concode_elem_sep String state concode_field_sep String getState concode_elem_sep InternetGatewayAttachment withState concode_elem_sep InternetGatewayAttachment withState concode_elem_sep int hashCode conco... |
void function ( boolean arg0 ) { this . autoEnroll = arg0 ; } | sets the value of the autoenroll property . concode_field_sep boolean enroll concode_elem_sep boolean autoEnroll concode_field_sep void setEnroll concode_elem_sep boolean isEnroll concode_elem_sep boolean isAutoEnroll |
void function ( String arg0 ) { this . firstName = arg0 ; } | sets an individual employee 's first name concode_field_sep String firstName concode_elem_sep String lastName concode_elem_sep int nextId concode_elem_sep int employeeId concode_elem_sep double payRate concode_elem_sep int deptNum concode_field_sep void setPayRate concode_elem_sep String getId concode_elem_sep String g... |
void function ( ) { wipeIndices ( "srini_string" ) ; wipeTemplates ( ) ; wipeRepositories ( ) ; } | wipes any data that a test can leave behind : indices , templates and repositories concode_field_sep Random random concode_elem_sep long seed concode_elem_sep ESLogger logger concode_elem_sep double transportClientRatio concode_field_sep void assertAfterTest concode_elem_sep void wipeRepositories concode_elem_sep long ... |
boolean function ( Object arg0 ) { if ( java . beans . Beans . isDesignTime ( ) ) return super . equals ( arg0 ) ; else return getJintegraDispatch ( ) == null ? false : getJintegraDispatch ( ) . equals ( arg0 ) ; } | compare this object with another concode_field_sep wbemdisp.ISWbemPrivilegeProxy d_ISWbemPrivilegeProxy concode_elem_sep String CLSID concode_field_sep String getName concode_elem_sep Object getPropertyByName concode_elem_sep Object getPropertyByName concode_elem_sep SWbemPrivilege bindUsingMoniker concode_elem_sep voi... |
BasicAmountType function ( ) { return amount ; } | getter for amount concode_field_sep String preferredPrefix concode_elem_sep BasicAmountType amount concode_elem_sep String type concode_elem_sep String nameSpace concode_field_sep String toXMLString concode_elem_sep boolean isWhitespaceNode concode_elem_sep String getType concode_elem_sep void setType concode_elem_sep ... |
float function ( ) { return quality ; } | get the quality value concode_field_sep float quality concode_field_sep void setQualityValue concode_elem_sep String toString |
String function ( ) { return password ; } | gets the password . concode_field_sep String password concode_elem_sep String userName concode_field_sep void setPassword concode_elem_sep void setUserName concode_elem_sep String getUserName |
String function ( ) { return SystemPropertyHandler . getProperty ( SystemPropertyHandler . JAVA_RUNTIME_NAME ) ; } | get the system property java runtime name . concode_field_sep String USER_NAME concode_elem_sep String JAVA_VENDOR_URL concode_elem_sep String JAVA_LIB_PATH concode_elem_sep String JAVA_RUNTIME_VERSION concode_elem_sep String LINE_SEPARATOR concode_elem_sep String JAVA_VERSION concode_elem_sep String JAVA_CLASS_PATH co... |
void function ( String arg0 , Throwable arg1 ) { AssertionError loc0 = failure ( arg0 ) ; loc0 . initCause ( arg1 ) ; throw loc0 ; } | throws an assertionerror with the given message and with the throwable that caused the failure . concode_field_sep PlaceHolder placeHolder concode_field_sep void failIfSame concode_elem_sep void failIfEqual concode_elem_sep void failIfNull concode_elem_sep AssertionError failure concode_elem_sep void failIfActualIsNull... |
String function ( @ Nonnull final String arg0 , @ Nonnull final Charset arg1 ) { try { return CharsetManager . getAsString ( Base64 . decode ( arg0 ) , arg1 ) ; } catch ( final Throwable loc0 ) { return null ; } } | decode the string and convert it back to a string . concode_field_sep Base64Helper s_aInstance concode_field_sep String safeEncode concode_elem_sep String safeEncode concode_elem_sep byte[] safeDecode concode_elem_sep byte[] safeDecode |
Integer function ( ) { if ( millisecondsBetweenMessages == null ) { millisecondsBetweenMessages = defaultMillisecondsBetweenMessages ; } return millisecondsBetweenMessages ; } | returns the minimal number of milliseconds which we should wait between sending messages to the provider , prevents issues with sending too many requests per second . if the value is not set , the default value from the settings will be returned . concode_field_sep Request request concode_elem_sep String SMS_DEFAULT_MI... |
void function ( Context arg0 , boolean arg1 ) { try { finishAllActivity ( ) ; } catch ( Exception loc0 ) { loc0 . printStackTrace ( ) ; } } | exit system concode_field_sep ActivityPageManager instance concode_elem_sep Stack<Activity> activityStack concode_field_sep void removeActivity concode_elem_sep void unbindViewReferences concode_elem_sep Activity currentActivity concode_elem_sep void finishAllActivity concode_elem_sep void addActivity concode_elem_sep ... |
Object function ( ) { return _factory ; } | get the factory used by this test suite . concode_field_sep Object _factory concode_elem_sep TestHarness _testHarness concode_field_sep void runSuite concode_elem_sep void setTestHarness concode_elem_sep void setFactory concode_elem_sep void run concode_elem_sep void runAll concode_elem_sep void runTestCase concode_ele... |
void function ( String arg0 , Instrumentation arg1 ) { instrumentation = arg1 ; } | save the instrumentation interface exposed by the jvm . concode_field_sep Instrumentation instrumentation concode_field_sep void agentmain concode_elem_sep Instrumentation getInstrumentation |
void function ( int arg0 ) { timeslotPhase = arg0 ; } | this is the spring-accessible setter for the phase number concode_field_sep CompetitionControl competitionControlService concode_elem_sep int timeslotPhase concode_field_sep void init concode_elem_sep void activate |
void function ( final CipherSpec arg0 ) { this . cipher = arg0 ; } | set the cipher value . concode_field_sep CipherSpec cipher concode_elem_sep ASN1OctetString encData concode_elem_sep int contentType concode_elem_sep AlgorithmIdentifier algorithm concode_field_sep CipherSpec getCipher concode_elem_sep ASN1OctetString getEncData concode_elem_sep AlgorithmIdentifier getAlgorithm concode... |
void function ( ) { group . clear ( ) ; } | removes all of the widgets from this group . concode_field_sep List<W> group concode_field_sep void add concode_elem_sep void setVisible concode_elem_sep List<W> getWidgets concode_elem_sep void remove |
Method function ( java . lang . reflect . Constructor < ? > arg0 ) { return new Method ( "srini_string" , Type . getConstructorDescriptor ( arg0 ) ) ; } | creates a new method . concode_field_sep String name concode_elem_sep Map<String,String> DESCRIPTORS concode_elem_sep String desc concode_field_sep String getDescriptor concode_elem_sep Type[] getArgumentTypes concode_elem_sep String getName concode_elem_sep Type getReturnType concode_elem_sep int hashCode concode_elem... |
Set < Activity > function ( Set < Activity > arg0 , PlaceRequest arg1 ) { Set < Activity > loc0 = new HashSet < Activity > ( ) ; for ( Activity loc1 : arg0 ) { Activity loc2 = startIfNecessary ( loc1 , arg1 ) ; if ( loc2 != null ) { loc0 . add ( loc2 ) ; } } return loc0 ; } | starts the activities in the given set . if any are null or throw an exception from their onstartup method , they will not appear in the returned set . concode_field_sep ActivityLifecycleErrorHandler lifecycleErrorHandler concode_elem_sep Map<Activity,PlaceRequest> startedActivities concode_elem_sep SyncBeanManager ioc... |
BluetoothSocket function ( ) { return accept ( - 1 ) ; } | block until a connection is established . returns a connected bluetoothsocket on successful connection.once this call returns , it can be called again to accept subsequent incoming connections . #close can be used to abort this call from another thread . concode_field_sep int mChannel concode_elem_sep BluetoothSocket m... |
int function ( ) { return fuzzyMinLength ; } | returns the length of input prefix after which edits are applied concode_field_sep int fuzzyMinLength concode_elem_sep ParseField UNICODE_AWARE_FIELD concode_elem_sep boolean unicodeAware concode_elem_sep ParseField TRANSPOSITION_FIELD concode_elem_sep int editDistance concode_elem_sep boolean transpositions concode_el... |
void function ( CTBarDir arg0 ) { this . barDir = arg0 ; } | sets the value of the bardir property . concode_field_sep CTBoolean varyColors concode_elem_sep List<CTBarSer> ser concode_elem_sep CTOverlap overlap concode_elem_sep CTDLbls dLbls concode_elem_sep CTExtensionList extLst concode_elem_sep List<CTChartLines> serLines concode_elem_sep CTBarDir barDir concode_elem_sep CTBa... |
void function ( Attribute arg0 , Object arg1 ) { addAttribute ( arg0 , arg1 , 0 , sci . getEndIndex ( ) ) ; } | adds a new attribute that will cover the entire string . concode_field_sep int endIndex concode_elem_sep int beginIndex concode_elem_sep StringCharacterIterator sci concode_elem_sep AttributeRange[] attribs concode_field_sep AttributedCharacterIterator getIterator concode_elem_sep AttributedCharacterIterator getIterato... |
void function ( String arg0 , String arg1 , String arg2 ) { logger . debug ( "srini_string" , arg0 ) ; if ( cloudService != null ) { cloudService . sendLogNotification ( arg0 , arg1 , arg2 ) ; } } | sends an advanced notification to log . log notifications are not pushed to user devices but are shown to all account users in notifications log . concode_field_sep Logger logger concode_elem_sep CloudService cloudService concode_field_sep void sendBroadcastNotification concode_elem_sep void sendBroadcastNotification c... |
boolean function ( String arg0 ) { return FilePath . get ( arg0 ) . canWrite ( ) ; } | check if the file is writable . this method is similar to java 7 java.nio.file.path.checkaccess accessmode.write concode_field_sep PlaceHolder placeHolder concode_field_sep String getName concode_elem_sep void delete concode_elem_sep boolean createFile concode_elem_sep String unwrap concode_elem_sep InputStream newInpu... |
boolean function ( final Attributes arg0 ) { return same ( arg0 , false ) ; } | see #same attributes , boolean concode_field_sep Array<Attribute> attributes concode_elem_sep boolean sorted concode_elem_sep long mask concode_field_sep long getMask concode_elem_sep int compare concode_elem_sep void set concode_elem_sep void set concode_elem_sep void set concode_elem_sep void set concode_elem_sep voi... |
TokenSet function ( ) { return null ; } | returns tokenset , containing bare regex prefixesj like = ~ or case concode_field_sep ExtensionPointName<PerlParserExtension> EP_NAME concode_field_sep boolean parseTerm concode_elem_sep boolean parseStatement concode_elem_sep List<Pair<IElementType,TokenSet>> getExtensionSets concode_elem_sep Map<String,IElementType> ... |
void function ( ContinuousFunction arg0 ) { this . hef4_g = arg0 ; } | sets the g function that is used in the hef4 problem without specifying the problem . concode_field_sep ContinuousFunction hef4_h concode_elem_sep long serialVersionUID concode_elem_sep ContinuousFunction hef4_g concode_elem_sep FunctionOptimisationProblem hef4_h_problem concode_elem_sep FunctionOptimisationProblem hef... |
void function ( boolean arg0 ) { this . hasFieldHeader = arg0 ; } | specify if the csv file has a field header concode_field_sep InputStream in concode_elem_sep CSVConfig config concode_elem_sep boolean hasFieldHeader concode_field_sep void guessFixedWidth concode_elem_sep boolean hasFieldHeader concode_elem_sep CSVConfig guess concode_elem_sep void guessFixedWidthSeperator concode_ele... |
void function ( ) { if ( isStreamClosed ) { return ; } try { inputStream . close ( ) ; isStreamClosed = true ; } catch ( IOException loc0 ) { } } | closes the stream associated with this decoder . this should be done after having read all decoded objects . see the description of the #readobject for the effect caused by close . concode_field_sep Object owner concode_elem_sep Iterator iterator concode_elem_sep boolean isStreamClosed concode_elem_sep ClassLoader clas... |
String function ( ) { return m_changeLog ; } | getchangelog concode_field_sep ResourceAccessor m_accessor concode_elem_sep String m_adminUser concode_elem_sep String m_adminPassword concode_elem_sep String m_jdbcDriver concode_elem_sep String m_databaseName concode_elem_sep String m_databaseHost concode_elem_sep String m_schemaName concode_elem_sep String m_databas... |
void function ( final int arg0 , final int arg1 , final Object arg2 ) { ensureCapacity ( arg0 , arg1 ) ; this . data [ arg0 ] [ arg1 ] = arg2 ; this . rows = Math . max ( this . rows , arg0 + 1 ) ; this . columns = Math . max ( this . columns , arg1 + 1 ) ; } | sets the object for a cell in the table . the table is expanded if necessary . concode_field_sep Object[][] data concode_elem_sep int rowIncrement concode_elem_sep long serialVersionUID concode_elem_sep int columns concode_elem_sep int columnIncrement concode_elem_sep int rows concode_field_sep Object getObject concode... |
void function ( ) { assert ! isLog ; float loc0 = 0.0f ; for ( double loc1 : numerator ) { loc0 += loc1 ; } float loc2 = ( float ) ( 1.0 / loc0 ) ; for ( int loc1 = 0 ; loc1 < numerator . length ; loc1 ++ ) { numerator [ loc1 ] *= loc2 ; } denominator = 1.0 ; } | normalize the buffer . the normalization is done so that the summation of elements in the buffer is 1 . concode_field_sep boolean isLog concode_elem_sep int id concode_elem_sep boolean wasUsed concode_elem_sep double[] numerator concode_elem_sep double denominator concode_field_sep float[] getValues concode_elem_sep vo... |
void function ( final String arg0 ) { this . columnDefinition = arg0 ; } | sets the value of the columndefinition property . concode_field_sep String referencedColumnName concode_elem_sep String name concode_elem_sep String columnDefinition concode_field_sep void setName concode_elem_sep String getName concode_elem_sep String getReferencedColumnName concode_elem_sep String getColumnDefinition... |
ListDeploymentConfigsResult function ( String arg0 ) { setNextToken ( arg0 ) ; return this ; } | if a large amount of information is returned , an identifier is also returned . it can be used in a subsequent list deployment configurations call to return the next set of deployment configurations in the list . concode_field_sep String nextToken concode_elem_sep com.amazonaws.internal.SdkInternalList<String> deployme... |
boolean function ( final URL arg0 ) { if ( getPath ( arg0 ) . endsWith ( "srini_string" ) ) { return true ; } else if ( arg0 . getProtocol ( ) . equals ( "srini_string" ) ) { final File loc0 = new File ( getPath ( arg0 ) ) ; try { if ( loc0 . isDirectory ( ) ) { return true ; } } catch ( SecurityException loc1 ) { } } ... | returns true if the url represents a path , and false otherwise . concode_field_sep IOUtils instance concode_field_sep List parseName concode_elem_sep String formatName concode_elem_sep String createRelativeURL concode_elem_sep void copyStreams concode_elem_sep void copyStreams concode_elem_sep boolean isFileStyleProto... |
void function ( ) { _logging = true ; flush_data ( ) ; _logging = false ; } | flush data to disk . synchronize to prevent data being added in the middle of a file write . concode_field_sep byte[][] _logged_data concode_elem_sep long _start_time concode_elem_sep FileOutputStream _file_output concode_elem_sep boolean _logging concode_elem_sep File _outfile concode_elem_sep Logger instance concode_... |
void function ( T arg0 ) { for ( Constraint loc0 : constraints ) { if ( ! loc0 . isSatisfied ( ) ) { return ; } } action . run ( arg0 ) ; } | fire the action if all the constraints are satisfied . short-circuit-and is used . concode_field_sep boolean marked concode_elem_sep Log LOG concode_elem_sep ThreadLocal<Random> RANDOM concode_elem_sep int count concode_elem_sep String name concode_elem_sep Action<T,E> action concode_elem_sep List<Action<T,E>> actionLi... |
void function ( String arg0 , Object ... arg1 ) { log ( arg0 , arg1 ) ; } | logs a warning to the user . concode_field_sep ConsoleLogger DEV_NULL concode_elem_sep StringLogger realLogger concode_field_sep void log concode_elem_sep void log concode_elem_sep void error concode_elem_sep void error concode_elem_sep void error |
PMatrix2D function ( ) { PMatrix2D loc0 = new PMatrix2D ( ) ; loc0 . set ( this ) ; return loc0 ; } | returns a copy of this pmatrix . concode_field_sep float m00 concode_elem_sep float m11 concode_elem_sep float m10 concode_elem_sep float m02 concode_elem_sep float m01 concode_elem_sep float m12 concode_field_sep void rotate concode_elem_sep void rotate concode_elem_sep PVector mult concode_elem_sep float[] mult conco... |
void function ( RoadblockingType arg0 ) { this . roadblockingType = arg0 ; } | sets the value of the roadblockingtype property . concode_field_sep String notes concode_elem_sep DateTime lastModifiedDateTime concode_elem_sep List<FrequencyCap> frequencyCaps concode_elem_sep Long productTemplateId concode_elem_sep Integer priority concode_elem_sep RateType rateType concode_elem_sep ProductTemplateT... |
EqualsTester function ( Object ... arg0 ) { checkNotNull ( arg0 ) ; equalityGroups . add ( ImmutableList . copyOf ( arg0 ) ) ; return this ; } | adds equalitygroup with objects that are supposed to be equal toeach other and not equal to any other equality groups added to this tester . concode_field_sep RelationshipTester.ItemReporter itemReporter concode_elem_sep List<List<Object>> equalityGroups concode_elem_sep int REPETITIONS concode_field_sep void testItems... |
String function ( ) { if ( ! hasNext ( ) ) { throw new NoSuchElementException ( "srini_string" ) ; } String loc0 = cachedLine ; cachedLine = null ; return loc0 ; } | returns the next line in the wrapped reader . concode_field_sep BufferedReader bufferedReader concode_elem_sep String cachedLine concode_elem_sep boolean finished concode_field_sep Object next concode_elem_sep boolean hasNext concode_elem_sep boolean isValidLine concode_elem_sep void closeQuietly concode_elem_sep void ... |
String function ( ) { return _id ; } | get the service information repositroy id . concode_field_sep String _id concode_field_sep ServiceInformation extract concode_elem_sep ServiceInformation read concode_elem_sep void insert concode_elem_sep TypeCode type concode_elem_sep void write |
ConcurrentHashMap < String , String > function ( ) { return latestTemperatureReadings ; } | get last temperature readings received . concode_field_sep String SPEED_PREFIX concode_elem_sep MqttClient mqttClient concode_elem_sep ConcurrentHashMap<String,String> latestAccelerationReadings concode_elem_sep String TEMPERATURE_PREFIX concode_elem_sep String ACCELERATION_PREFIX concode_elem_sep ConcurrentHashMap<Str... |
void function ( String arg0 ) { this . tempStyle = arg0 ; } | sets the current style of the application to one of the predetermined themes . concode_field_sep String tempStyle concode_elem_sep String ROYALE_BRANCH_EXPANDED_ICON concode_elem_sep String imageDirectory concode_elem_sep ArrayList styleList concode_elem_sep String XP concode_elem_sep String currentStyle concode_elem_s... |
void function ( BgpLinkLSIdentifier arg0 ) { this . linkLSIdentifier = arg0 ; } | set the link ls identifier . concode_field_sep long identifier concode_elem_sep byte protocolId concode_elem_sep Logger log concode_elem_sep RouteDistinguisher routeDistinguisher concode_elem_sep boolean isVpn concode_elem_sep int LINK_NLRITYPE concode_elem_sep BgpLinkLSIdentifier linkLSIdentifier concode_field_sep Nlr... |
List < CTOMathArg > function ( ) { if ( e == null ) { e = new ArrayList < CTOMathArg > ( ) ; } return this . e ; } | gets the value of the e property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is not a set method for the e property . for example , to add a new item , do as follows : g... |
int function ( ) { return transactioncount ; } | get the absolute support a number of sequences concode_field_sep Set<Integer> tidsJ concode_elem_sep Set<Integer> tidsI concode_elem_sep boolean expandLR concode_elem_sep double confidence concode_elem_sep int transactioncount concode_elem_sep Map<Integer,Short> occurencesIfirst concode_elem_sep Set<Integer> tidsIJ con... |
boolean function ( ) { return true ; } | sorting is not required for colgroup storage and hence return true concode_field_sep ColGroupDataHolder colGrpDataHolder concode_field_sep IndexStorage call concode_elem_sep byte[] getMin concode_elem_sep ColGroupDataHolder getDataAfterComp concode_elem_sep byte[] getMax concode_elem_sep byte[][] getKeyBlock concode_el... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.