code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
boolean function ( ) { return autoResolvable ; } | gets the value of the autoresolvable property . concode_field_sep Long serviceSequenceNbr concode_elem_sep Boolean productLevel concode_elem_sep String serviceCode concode_elem_sep BigInteger lineID concode_elem_sep String serviceDescription concode_elem_sep long serialVersionUID concode_elem_sep Boolean accountLevel c... |
void function ( ) { operationHeaderRolesTest ( new ModelNode ( A ) , Collections . singleton ( A ) ) ; } | simple modeltype.string header with the string naming a single role concode_field_sep String YUCK concode_elem_sep String A concode_elem_sep String B concode_elem_sep String ICK concode_elem_sep String WEIRD concode_field_sep void testDMRList concode_elem_sep void testCLIStringListWithCommas concode_elem_sep void testB... |
void function ( String arg0 ) { this . motionId = arg0 ; } | sets the value of the motionid property . concode_field_sep String generalType concode_elem_sep String absoluteValue concode_elem_sep String rcc8Value concode_elem_sep String directionId concode_elem_sep String specificType concode_elem_sep String foR concode_elem_sep String qualitativeValue concode_elem_sep String pat... |
Serializable function ( ) { try { return InOutUtil . deserialize ( data ) ; } catch ( Exception loc0 ) { throw Error . error ( ErrorCode . X_22521 , loc0 . toString ( ) ) ; } } | this method is called from classes implementing the jdbc interfaces . inside the engine it is used for conversion from a value of type other to another type . it will throw if the other is an instance of a classe that is not available . concode_field_sep byte[] data concode_field_sep int getBytesLength concode_elem_sep... |
String function ( ) { return formattedSigningDate ; } | returns the formatted date in utc zone of the signing date . concode_field_sep SignableRequest<?> request concode_elem_sep String formattedSigningDateTime concode_elem_sep String signingAlgorithm concode_elem_sep String scope concode_elem_sep String regionName concode_elem_sep String serviceName concode_elem_sep String... |
String function ( int arg0 ) { switch ( arg0 ) { case NO_ERROR : return "srini_string" ; case HOST_PROTOCOL_TYPE : return "srini_string" ; case VERSION_NOT_SUPPORTED : return "srini_string" ; case SEQUENCE_NUMBER : return "srini_string" ; default : return "srini_string" ; } } | returns a brief description message for an error code . for now , only common error codes are translated . on unknown error code , the string `` unknown error code '' is returned . concode_field_sep short NO_MORE_CONNECTIONS concode_elem_sep short CONNECTION_OPTION concode_elem_sep short VERSION_NOT_SUPPORTED concode_e... |
PTuple function ( TupleTag < V > arg0 , V arg1 ) { Map < TupleTag < ? > , Object > loc0 = new LinkedHashMap < TupleTag < ? > , Object > ( ) ; loc0 . putAll ( valueMap ) ; loc0 . put ( arg0 , arg1 ) ; return new PTuple ( loc0 ) ; } | returns a new ptuple that has all the values and tags of this ptuple plus the given value and tag . the given tupletag should not already be mapped to a value in this ptuple . concode_field_sep Map<TupleTag<?>,?> valueMap concode_field_sep PTuple ofInternal concode_elem_sep Map<TupleTag<?>,?> getAll concode_elem_sep PT... |
void function ( java . lang . Boolean arg0 ) { this . owns = arg0 ; } | sets the value of the owns property . concode_field_sep FaceType face concode_elem_sep String orientation concode_elem_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep java.lang.Boolean owns concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem... |
double function ( ) { return stdDeviation ; } | standard deviation from the mean of all measurements concode_field_sep double millisPerHit concode_elem_sep long totalQueries concode_elem_sep long totalTime concode_elem_sep List<CompetitionNodeResult> nodeResults concode_elem_sep XContentBuilderString NODES concode_elem_sep XContentBuilderString STD_DEV concode_elem_... |
void function ( String [ ] arg0 ) { } | parses a given list of options . concode_field_sep EuclideanDistance m_EuclideanDistance concode_elem_sep Instances m_Instances concode_elem_sep int[] m_InstList concode_elem_sep boolean m_NormalizeNodeWidth concode_elem_sep int MIN concode_elem_sep int WIDTH concode_elem_sep int MAX concode_field_sep Enumeration listO... |
List < Order > function ( ) { List < Order > loc0 = new LinkedList < Order > ( ) ; for ( Order loc1 = this ; loc1 != null ; loc1 = loc1 . getChild ( ) ) { if ( ! loc1 . isFilled ( ) ) loc0 . add ( loc1 ) ; } return loc0 ; } | if an order results in a partial fill then it will get split into two or more orders . this method fetches the fragmented orders which have not yet been filled . concode_field_sep SimulationTime timeStamp concode_elem_sep boolean filled concode_elem_sep TradingAgent agent concode_elem_sep int quantity concode_elem_sep ... |
ReplicaInfo function ( String arg0 , long arg1 ) { checkBlockPool ( arg0 ) ; synchronized ( mutex ) { Map < Long , ReplicaInfo > loc0 = map . get ( arg0 ) ; return loc0 != null ? loc0 . get ( arg1 ) : null ; } } | get the meta information of the replica that matches the block id concode_field_sep Map<String,Map<Long,ReplicaInfo>> map concode_elem_sep Object mutex concode_field_sep ReplicaInfo add concode_elem_sep void initBlockPool concode_elem_sep void cleanUpBlockPool concode_elem_sep int size concode_elem_sep void addAll conc... |
void function ( FileHandle arg0 , Pixmap arg1 ) { CIM . write ( arg0 , arg1 ) ; } | writes the pixmap to the given file using a custom compression scheme . to be able to load the pixmap to a texture , use '' . cim '' as the file suffix ! throws a gdxruntimeexception in case the pixmap could n't be written to the file . concode_field_sep int ZLIB_BLOCK_SIZE concode_elem_sep int BUFFER_SIZE concode_elem... |
void function ( ) { setMode ( PRE ) ; } | set the drawing mode to pre . pre is the default . concode_field_sep int POST concode_elem_sep int PRE concode_elem_sep int _myMode concode_elem_sep ControlWindow _myControlWindow concode_field_sep int mode concode_elem_sep void post concode_elem_sep void setMode concode_elem_sep void setup concode_elem_sep void setCon... |
void function ( OutputStream arg0 , byte arg1 ) { mTransport = TRANSPORT_TCP ; mOutputStream = arg0 ; mTcpHeader [ 1 ] = arg1 ; } | if a tcp is used as the transport protocol for the rtp session , the output stream to which rtp packets will be written to must be specified with this method . concode_field_sep long oldnow concode_elem_sep byte mTcpHeader[] concode_elem_sep int mTransport concode_elem_sep int mPacketCount concode_elem_sep OutputStream... |
void function ( int arg0 ) { int [ ] loc0 = new int [ arg0 ] ; System . arraycopy ( stack , 0 , loc0 , 0 , top ) ; stack = loc0 ; } | resets the capacity of the stack . concode_field_sep int[] stack concode_elem_sep int top concode_field_sep int pop concode_elem_sep void expand concode_elem_sep void shrink concode_elem_sep void push concode_elem_sep int peek |
Session function ( ) { try { return ( org . hibernate . classic . Session ) SessionFactoryUtils . doGetSession ( this . sessionFactory , false ) ; } catch ( IllegalStateException loc0 ) { throw new HibernateException ( loc0 . getMessage ( ) ) ; } } | retrieve the spring-managed session for the current thread , if any . concode_field_sep SessionFactoryImplementor sessionFactory concode_field_sep placeholderType placeHolder |
int function ( ) { int loc0 = value . hashCode ( ) ; loc0 = 31 * loc0 ; return loc0 ; } | hashcode method for word class . concode_field_sep String value concode_field_sep List<Char> parseToChars concode_elem_sep String getValue concode_elem_sep List<Mark> parseToMarks concode_elem_sep List<Text> parseCode concode_elem_sep void setValue concode_elem_sep boolean equals concode_elem_sep String toString concod... |
GeometryCollectionBuilder function ( ) { return new GeometryCollectionBuilder ( ) ; } | create a new geometrycollection concode_field_sep PlaceHolder placeHolder concode_field_sep PointBuilder newPoint concode_elem_sep PointBuilder newPoint concode_elem_sep MultiLineStringBuilder newMultiLinestring concode_elem_sep MultiPolygonBuilder newMultiPolygon concode_elem_sep MultiPolygonBuilder newMultiPolygon co... |
void function ( ) { System . out . println ( "srini_string" ) ; Point loc0 = new Point ( ) ; String loc1 = "srini_string" ; String loc2 = loc0 . toString ( ) ; assertEquals ( loc1 , loc2 ) ; fail ( "srini_string" ) ; } | test of tostring method , of class point . concode_field_sep PlaceHolder placeHolder concode_field_sep void setUpClass concode_elem_sep void testSetOrdinat concode_elem_sep void testGetOrdinat concode_elem_sep void testSetAbsis concode_elem_sep void setUp concode_elem_sep void tearDownClass concode_elem_sep void tearDo... |
PopupMenu function ( final Context arg0 , final RecordAdapter arg1 , View arg2 ) { PopupMenu loc0 = buildPopupMenu ( arg0 , arg1 , arg2 ) ; loc0 . setOnMenuItemClickListener ( new PopupMenu . OnMenuItemClickListener ( ) { public boolean onMenuItemClick ( MenuItem arg3 ) { return popupMenuClickHandler ( arg0 , arg1 , ar... | how to display the popup menu concode_field_sep Pojo pojo concode_field_sep Result fromPojo concode_elem_sep void removeItem concode_elem_sep Drawable getDrawable concode_elem_sep void fastLaunch concode_elem_sep View display concode_elem_sep int getThemeFillColor concode_elem_sep void launch concode_elem_sep View infl... |
boolean function ( String arg0 ) { String loc0 = prop . getString ( arg0 ) ; if ( StringUtils . isNotEmpty ( loc0 ) ) { return loc0 . matches ( "srini_string" + EncryptionUtil . CRYPT_ALGORITHM + "srini_string" ) ; } else { return false ; } } | checks if property is encrypted concode_field_sep PropertiesConfiguration prop concode_elem_sep Logger log concode_field_sep String getProperty concode_elem_sep String getProperty concode_elem_sep String getProperty concode_elem_sep String decryptProperty concode_elem_sep void encryptProperty concode_elem_sep void upda... |
T function ( Class < T > arg0 , Map arg1 ) { return post ( true , arg0 , arg1 , null , false ) ; } | need to refactor all instances of tokens to either be passed in or manually set during the test . there is n't any reason we would want a rest forwarding framework to set something on behave of the user . for edge cases like organizations and tokens concode_field_sep UrlResource parent concode_elem_sep String SLASH con... |
void function ( ) { playerDao . savePlayer ( playerName ) ; Mockito . verify ( session , Mockito . times ( 1 ) ) . saveOrUpdate ( ( Player ) Mockito . any ( ) ) ; } | method under test : saveplayer string scenario : when valid player name is provided expectation : saveorupdate method will be called once to save to data concode_field_sep String playerName concode_elem_sep Session session concode_elem_sep Query query concode_elem_sep SessionFactory sessionFactory concode_elem_sep Play... |
String function ( String arg0 ) { return fAttributes . get ( arg0 ) ; } | returns a attribute value , that is setuped in the manifest file and is definied by the extension point xml schema . concode_field_sep PluginDescriptor fDescriptor concode_elem_sep String fId concode_elem_sep String fTargetPoint concode_elem_sep String fClazz concode_elem_sep HashMap<String,String> fAttributes concode_... |
StatusLine function ( ) { return this . statusLine ; } | returns the statusline from the origin httpresponse . concode_field_sep Map<String,String> variantMap concode_elem_sep StatusLine statusLine concode_elem_sep HeaderGroup responseHeaders concode_elem_sep Resource resource concode_elem_sep Date requestDate concode_elem_sep long serialVersionUID concode_elem_sep Date resp... |
void function ( T arg0 ) { try { log . info ( "srini_string" + arg0 ) ; session = util . getSession ( ) ; session . update ( arg0 ) ; } catch ( HibernateException | IllegalArgumentException loc0 ) { String loc1 = "srini_string" + arg0 + "srini_string" ; log . error ( loc1 + loc0 ) ; throw new DaoException ( loc1 ) ; } ... | updates entity in database concode_field_sep Session session concode_elem_sep HibernateUtilLibrary util concode_elem_sep Logger log concode_field_sep List<T> getAll concode_elem_sep T getById concode_elem_sep Class getPersistentClass concode_elem_sep void save concode_elem_sep Long getTotal concode_elem_sep void delete... |
String function ( ) { final String loc0 = job . getId ( ) . toShortString ( ) ; final String loc1 = CONTAINER_NAME_FORBIDDEN . matcher ( loc0 ) . replaceAll ( "srini_string" ) ; final String loc2 = Integer . toHexString ( new SecureRandom ( ) . nextInt ( ) ) ; return namespace + "srini_string" + loc1 + "srini_string" +... | generate a random container name . concode_field_sep Map<String,String> envVars concode_elem_sep Map<String,String> envVars concode_elem_sep List<String> dns concode_elem_sep List<ContainerDecorator> containerDecorators concode_elem_sep Map<String,Integer> ports concode_elem_sep Pattern CONTAINER_NAME_FORBIDDEN concode... |
void function ( AssertionInfo arg0 , char [ ] arg1 ) { arrays . assertIsSorted ( arg0 , failures , arg1 ) ; } | concrete implementation of arraysortedassert #issorted . concode_field_sep Arrays arrays concode_elem_sep Failures failures concode_elem_sep CharArrays INSTANCE concode_field_sep void assertEndsWith concode_elem_sep void assertStartsWith concode_elem_sep CharArrays instance concode_elem_sep void assertNullOrEmpty conco... |
Indent function ( ) { return myFactory . getNormalIndent ( false ) ; } | returns an instance of a regular indent , with the width specified in `` project code style | general | indent '' . note : returned indent is not set to be ` relative ' to it 's direct parent block concode_field_sep Type NONE concode_elem_sep Type CONTINUATION concode_elem_sep Type SPACES concode_elem_sep String myName... |
void function ( String [ ] arg0 ) { SpringApplication . run ( SampleCamelApplication . class , arg0 ) ; } | a main method to start this application . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder |
boolean function ( ) { return this . fixedRate ; } | return whether to schedule as fixed-rate execution . concode_field_sep Runnable runnable concode_elem_sep long period concode_elem_sep boolean fixedRate concode_elem_sep long delay concode_elem_sep TimeUnit timeUnit concode_field_sep void setTimeUnit concode_elem_sep long getDelay concode_elem_sep Runnable getRunnable ... |
List < TclScript > function ( ) { return scripts ; } | returns all scripts . concode_field_sep List<TclScript> scripts concode_field_sep placeholderType placeHolder |
String function ( ) { return hostName ; } | this method sets the hostname , where the completion time is associated with a fragment . concode_field_sep long duration concode_elem_sep String hostName concode_elem_sep Set<Property> properties concode_elem_sep String endpointType concode_elem_sep long timestamp concode_elem_sep String id concode_elem_sep String hos... |
boolean function ( ) { return caller . isAllSSLCertificatesTrusted ( ) ; } | check if this client trusts all ssl certificates , including self-signed certificates . concode_field_sep JsonClientCaller caller concode_field_sep boolean isInsecureHttpConnectionAllowed concode_elem_sep URL getURL concode_elem_sep void _setFileForNextRpcResponse concode_elem_sep FilterContigsResults filterContigs con... |
T function ( final int arg0 ) { T loc0 = null ; ProviderHolder < T > loc1 = getProviderHolder ( arg0 ) ; if ( loc1 != null ) { loc0 = loc1 . getProvider ( ) ; } return loc0 ; } | get a provider based on the position in the stack starting at 0 and ending at size-1 . concode_field_sep List<ProviderHolder<T>> providers concode_field_sep Iterator<T> getIterator concode_elem_sep int addProvider concode_elem_sep List<ProviderHolder<T>> getProviderHolders concode_elem_sep int size concode_elem_sep Lis... |
Builder function ( ) { return new Builder ( ) ; } | constructs a new empty builder concode_field_sep MethodIdentifier aroundConstruct concode_elem_sep InterceptorClassDescription EMPTY_INSTANCE concode_elem_sep MethodIdentifier aroundTimeout concode_elem_sep MethodIdentifier prePassivate concode_elem_sep MethodIdentifier aroundInvoke concode_elem_sep MethodIdentifier pr... |
String function ( ) { return metricName ; } | return the name of the alarm 's metric concode_field_sep boolean areActionsEnabled concode_elem_sep int period concode_elem_sep Statistics statistic concode_elem_sep String metricName concode_elem_sep Set<String> okActions concode_elem_sep ComparisonOperator comparisonOperator concode_elem_sep Date alarmConfigurationUp... |
String function ( ) { return type ; } | returns the type of this condition . concode_field_sep String conditionKey concode_elem_sep List<String> values concode_elem_sep String type concode_field_sep List<String> getValues concode_elem_sep void setValues concode_elem_sep Condition withConditionKey concode_elem_sep Condition withValues concode_elem_sep Conditi... |
String function ( ) { return appId ; } | system-specific , unique id of the app ex . youtube.leanback.v4 , 0000134 , hulu concode_field_sep String appName concode_elem_sep DeviceService service concode_elem_sep String appId concode_elem_sep LaunchSessionType sessionType concode_elem_sep String sessionId concode_elem_sep Object rawData concode_field_sep void f... |
void function ( long arg0 ) { this . endPort = arg0 ; } | sets the value of the endport property . concode_field_sep long startPort concode_elem_sep String protocol concode_elem_sep List<String> ip concode_elem_sep long endPort concode_field_sep void setStartPort concode_elem_sep List<String> getIp concode_elem_sep void setProtocol concode_elem_sep long getEndPort concode_ele... |
void function ( byte [ ] arg0 , byte [ ] arg1 , int arg2 , int arg3 ) { for ( int loc0 = 0 ; loc0 < arg3 ; loc0 ++ ) arg1 [ arg2 + loc0 ] = arg0 [ loc0 ] ; } | copies the first len bytes of array src into array dst with offset offset concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] wordToBytes concode_elem_sep boolean compare concode_elem_sep int rotateRight concode_elem_sep int[] rotateRight concode_elem_sep byte[] rotateRight concode_elem_sep long uWord co... |
void function ( ProjectView arg0 ) { subProjects . add ( arg0 ) ; } | adds the specified project as a sub project of this project . this is only meant to be called internally whenever generating a hierachy of projects and tasks . concode_field_sep File buildFile concode_elem_sep ProjectView parentProject concode_elem_sep String name concode_elem_sep String description concode_elem_sep Li... |
String function ( ) { return prefixComponentGetter ; } | get prefix for component getters . default `` get '' . concode_field_sep boolean generateGroupMethods concode_elem_sep String prefixComponentGetter concode_elem_sep boolean generateBooleanComponentAccessors concode_elem_sep String prefixComponentRemove concode_elem_sep boolean swallowGettersWithParameters concode_elem_... |
Uri function ( Uri arg0 ) { return Uri . parse ( arg0 . getQueryParameter ( "srini_string" ) ) ; } | refer to remapuri added in cordova-android@4.0.0 concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String serviceName concode_field_sep boolean onReceivedClientCertRequest concode_elem_sep boolean onOverrideUrlLoading conc... |
void function ( PageViewComponent arg0 , AnnotationComponent 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... |
void function ( ServletContextEvent arg0 ) { this . context = arg0 . getServletContext ( ) ; log ( "srini_string" ) ; } | record the fact that this web application has been initialized . concode_field_sep ServletContext context concode_field_sep void log concode_elem_sep void attributeReplaced concode_elem_sep void contextDestroyed concode_elem_sep void attributeAdded concode_elem_sep void attributeRemoved |
void function ( byte [ ] arg0 , int arg1 , int arg2 ) { if ( arg0 == null ) throw new NullPointerException ( "srini_string" ) ; if ( arg1 < 0 ) throw new IllegalArgumentException ( "srini_string" + arg1 ) ; buffer = arg0 ; this . offset = arg1 ; setLength ( arg2 ) ; } | this method sets the data buffer for the packet . concode_field_sep InetAddress address concode_elem_sep int offset concode_elem_sep int port concode_elem_sep int length concode_elem_sep byte[] buffer concode_elem_sep int maxlen concode_field_sep void setLength concode_elem_sep int getPort concode_elem_sep void setAddr... |
void function ( String arg0 ) { if ( ! allowV ) return ; StackTraceElement loc0 = getCallerStackTraceElement ( ) ; String loc1 = generateTag ( loc0 ) ; if ( sLevel > LEVEL_VERBOSE ) { return ; } Log . v ( loc1 , arg0 ) ; } | send a verbose log message . concode_field_sep int sLevel concode_elem_sep boolean allowV concode_elem_sep int LEVEL_FATAL concode_elem_sep boolean allowI concode_elem_sep boolean allowW concode_elem_sep int LEVEL_ERROR concode_elem_sep int LEVEL_WARNING concode_elem_sep String tagPrefix concode_elem_sep boolean allowD... |
Actions function ( int arg0 , int arg1 ) { action . addAction ( new MoveToOffsetAction ( mouse , null , arg0 , arg1 ) ) ; return this ; } | moves the mouse from its current position or 0,0 by the given offset . if the coordinates provided are outside the viewport the mouse will end up outside the browser window then the viewport is scrolled to match . concode_field_sep Mouse mouse concode_elem_sep Keyboard keyboard concode_elem_sep WebDriver driver concode... |
UpdateClientCertificateResult function ( java . util . Date arg0 ) { setCreatedDate ( arg0 ) ; return this ; } | the date when the client certificate was created , in iso 8601 format . concode_field_sep java.util.Date createdDate concode_elem_sep String clientCertificateId concode_elem_sep String description concode_elem_sep String pemEncodedCertificate concode_elem_sep java.util.Date expirationDate concode_field_sep String getCl... |
T function ( Class < T > arg0 ) { try { return arg0 . getDeclaredConstructor ( this . getClass ( ) ) . newInstance ( this ) ; } catch ( ReflectiveOperationException loc0 ) { throw new RuntimeException ( "srini_string" + arg0 , loc0 ) ; } } | build a commitstep . concode_field_sep String jobName concode_elem_sep List<CommitStep> steps concode_elem_sep String datasetUrn concode_elem_sep List<CommitStep> steps concode_field_sep Builder addStep concode_elem_sep CommitSequence build concode_elem_sep Builder withDatasetUrn concode_elem_sep void execute concode_e... |
void function ( java . lang . String arg0 ) { this . localName = arg0 ; } | auto generated setter method concode_field_sep java.lang.String localName concode_elem_sep java.lang.String localSsn concode_field_sep java.lang.String getSsn concode_elem_sep void serialize concode_elem_sep void serialize concode_elem_sep java.lang.String getName concode_elem_sep javax.xml.stream.XMLStreamReader getPu... |
void function ( String arg0 ) { this . inStream = arg0 ; } | set input stream name concode_field_sep WiringObject parent concode_elem_sep String outStreamRight concode_elem_sep WiringObject left concode_elem_sep String inStream concode_elem_sep WiringObject right concode_elem_sep Type type concode_elem_sep String outStreamLeft concode_field_sep WiringObject getParent concode_ele... |
int function ( ) { return iArgCount - ( bConnection ? 1 : 0 ) ; } | retrieves the number of parameters that must be supplied to evaluate this function object from sql . this value may be different than the number of parameters of the underlying java method . this is because hsqldb automatically detects if the first parameter is of type java.sql.connection , and supplies a live connecti... |
Meter function ( String ... arg0 ) { return getContext ( ) . getMetricRegistry ( ) . meter ( getMetricName ( arg0 ) ) ; } | returns a meter for maintaining main-memory metrics . concode_field_sep Command parent concode_elem_sep Configs configs concode_elem_sep boolean IS_MEASURING_METRICS concode_elem_sep Logger LOG concode_elem_sep MorphlineContext context concode_elem_sep String name concode_elem_sep Meter numProcessCallsMeter concode_ele... |
double function ( int arg0 ) { return mXY . getYByIndex ( arg0 ) ; } | returns the y axis value at the specified index . concode_field_sep IndexXYMap<Double,Double> mXY concode_elem_sep double mMinY concode_elem_sep double PADDING concode_elem_sep double mMaxY concode_elem_sep int mScaleNumber concode_elem_sep String mTitle concode_elem_sep double mMaxX concode_elem_sep IndexXYMap<Double,... |
void function ( XMLStreamReader arg0 , String arg1 , String arg2 ) { requireElement ( arg0 , START_ELEMENT , arg1 , arg2 , "srini_string" ) ; } | test if the current event is a start element with the given namespace and name . if the namespace uri is null it is not checked for equality , if the local name is null it is not checked for equality . concode_field_sep PlaceHolder placeHolder concode_field_sep void skipElement concode_elem_sep String requireAttr conco... |
void function ( ActivityState arg0 ) { } | called when the activity is started which may end up creating some timers for dependent actions concode_field_sep ProcessRules processRules concode_elem_sep ActivityState activityState concode_elem_sep ProcessInstance processInstance concode_elem_sep Exchange exchange concode_elem_sep ActivityRules activityRules concod... |
Charset function ( ) { return encoding ; } | get the output encoding . concode_field_sep Set<String> supportedExtensions concode_elem_sep ConcurrentMap<String,T> cache concode_elem_sep String basePath concode_elem_sep Logger LOGGER concode_elem_sep ServletContext servletContext concode_elem_sep String suffix concode_elem_sep Charset encoding concode_elem_sep Conf... |
String function ( ) { return request . getCharacterEncoding ( ) ; } | retrieve the character encoding for the request . concode_field_sep ActionRequest request concode_field_sep String getContentType concode_elem_sep String toString concode_elem_sep int getContentLength concode_elem_sep InputStream getInputStream |
void function ( ) { if ( myDao == null ) { throw new DaoException ( "srini_string" ) ; } myDao . refresh ( this ) ; } | convenient call for org.greenrobot.greendao.abstractdao #refresh object . entity must attached to an entity context . concode_field_sep String website concode_elem_sep int recruiterCompanyId concode_elem_sep String address concode_elem_sep List<Recruiter> recruiters concode_elem_sep DaoSession daoSession concode_elem_s... |
void function ( String arg0 , String arg1 ) { w ( arg0 , arg1 , null ) ; } | prints a message at warn priority . concode_field_sep int ERROR concode_elem_sep int VERBOSE concode_elem_sep int WARN concode_elem_sep int NONE concode_elem_sep int ASSERT concode_elem_sep int DEBUG concode_elem_sep LogNode mLogNode concode_elem_sep int INFO concode_field_sep void println concode_elem_sep void println... |
org . talend . mdm . webservice . WSDataClusterPK function ( ) { return wsDataClusterPK ; } | gets the wsdataclusterpk value for this wsrunquery . concode_field_sep java.lang.String query concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String[] parameters concode_elem_sep org.talend.m... |
void function ( ) { ValueMarker loc0 = new ValueMarker ( 1.1 ) ; loc0 . addChangeListener ( this ) ; this . lastEvent = null ; assertEquals ( 1.1 , loc0 . getValue ( ) , EPSILON ) ; loc0 . setValue ( 33.3 ) ; assertEquals ( 33.3 , loc0 . getValue ( ) , EPSILON ) ; assertEquals ( loc0 , this . lastEvent . getMarker ( ) ... | some checks for the getvalue and setvalue methods . concode_field_sep double EPSILON concode_elem_sep MarkerChangeEvent lastEvent concode_field_sep void test1808376 concode_elem_sep void testCloning concode_elem_sep void markerChanged concode_elem_sep void testSerialization concode_elem_sep void testEquals concode_elem... |
ITypeInfo [ ] function ( ITypeSearchScope arg0 , boolean arg1 ) { try { return getTypes ( arg0 . getEnclosingProjects ( ) , new int [ ] { ICElement . C_NAMESPACE } , new NullProgressMonitor ( ) ) ; } catch ( CoreException loc0 ) { CCorePlugin . log ( loc0 ) ; return new ITypeInfo [ 0 ] ; } } | returns all namespaces in the given scope . concode_field_sep boolean DEBUG concode_field_sep ITypeInfo getType concode_elem_sep ITypeInfo[] getTypes concode_elem_sep ITypeInfo[] getTypes concode_elem_sep ITypeInfo[] getTypes concode_elem_sep ITypeInfo[] getAllTypes concode_elem_sep ITypeInfo[] getAllTypes |
void function ( Data arg0 ) { int loc0 = 1 ; for ( String loc1 : xmlToName . values ( ) ) { arg0 . setValue ( "srini_string" + loc0 + "srini_string" , loc1 ) ; loc0 ++ ; } } | writes an index of the version names to data . concode_field_sep Map<String,String> xmlToName concode_field_sep void versionPackage concode_elem_sep void versionMethods concode_elem_sep void addVersion concode_elem_sep void versionClass concode_elem_sep boolean hasVersions concode_elem_sep Iterable<T> missingVersions c... |
PartialFunction < I , R > function ( ) { return statements ; } | turn this match into a scala.partialfunction . concode_field_sep PartialFunction<I,R> statements concode_field_sep placeholderType placeHolder |
void function ( Object arg0 ) { this . newValue = arg0 ; } | sets the new value for the item . concode_field_sep Object newValue concode_elem_sep Item item concode_elem_sep HomematicBindingConfig bindingConfig concode_elem_sep HmValueItem hmValueItem concode_elem_sep Type type concode_field_sep HomematicBindingConfig getBindingConfig concode_elem_sep double getDelay concode_elem... |
void function ( Configuration arg0 ) { } | called by the system when the device configuration changes while your activity is running . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String serviceName concode_field_sep boolean onReceivedClientCertRequest concode... |
long function ( ) { return _systemEvent . getGroupId ( ) ; } | returns the group id of this system event . concode_field_sep SystemEvent _systemEvent concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_se... |
int function ( ) { return PosixJNI . WTermSig ( status ) ; } | returns the signal number that caused process to terminate . concode_field_sep int status concode_field_sep boolean WIFSIGNALED concode_elem_sep boolean WIFEXITED concode_elem_sep int WSTOPSIG concode_elem_sep int WEXITSTATUS concode_elem_sep boolean WCOREDUMP concode_elem_sep boolean WIFCONTINUED concode_elem_sep bool... |
INDArray function ( int arg0 ) { return Nd4j . create ( arg0 , inputColumns ) ; } | creates a feature vector concode_field_sep int inputColumns concode_elem_sep Logger log concode_elem_sep int cursor concode_elem_sep long serialVersionUID concode_elem_sep DataSet curr concode_elem_sep int totalExamples concode_elem_sep int numOutcomes concode_field_sep DataSet next concode_elem_sep int cursor concode_... |
String function ( ) { return dn ; } | returns the dn for this ldap authority concode_field_sep String role concode_elem_sep String dn concode_elem_sep Map<String,List<String>> attributes concode_field_sep List<String> getAttributeValues concode_elem_sep Map<String,List<String>> getAttributes concode_elem_sep int hashCode concode_elem_sep boolean equals con... |
Props function ( ) { return this . props ; } | gets the value of the props property . concode_field_sep Set set concode_elem_sep Null _null concode_elem_sep Description description concode_elem_sep String index concode_elem_sep List list concode_elem_sep String type concode_elem_sep Object any concode_elem_sep Idref idref concode_elem_sep Ref refElement concode_ele... |
void function ( ) { final CountingHashSet < ? > loc0 = new CountingHashSet < > ( EnumSet . allOf ( CameraEventType . class ) ) ; final Object loc1 = loc0 . clone ( ) ; Assert . assertEquals ( loc0 , loc1 ) ; } | test of clone method , of class countinghashset . concode_field_sep Long[] LIST concode_elem_sep int PERFORMANCE_TEST_SIZE concode_field_sep void testPerformanceAdd concode_elem_sep void testPerformanceRemove concode_elem_sep void testClear concode_elem_sep void testGetCount concode_elem_sep void testPerformanceGetCoun... |
void function ( java . lang . String arg0 , java . lang . String arg1 , java . lang . String arg2 , javax . xml . stream . XMLStreamWriter arg3 ) { if ( arg0 . equals ( "srini_string" ) ) { arg3 . writeAttribute ( arg1 , arg2 ) ; } else { registerPrefix ( arg3 , arg0 ) ; arg3 . writeAttribute ( arg0 , arg1 , arg2 ) ; }... | util method to write an attribute without the ns prefix concode_field_sep javax.xml.namespace.QName MY_QNAME concode_elem_sep com.amazon.ec2.DescribeReservedInstancesType localDescribeReservedInstances concode_field_sep java.lang.String generatePrefix concode_elem_sep void serialize concode_elem_sep void serialize conc... |
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getSecurityGroups ( ) != null ) loc0 . append ( "srini_string" + getSecurityGroups ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; } | returns a string representation of this object ; useful for testing and debugging . concode_field_sep com.amazonaws.internal.SdkInternalList<String> securityGroups concode_field_sep int hashCode concode_elem_sep ApplySecurityGroupsToLoadBalancerResult withSecurityGroups concode_elem_sep ApplySecurityGroupsToLoadBalance... |
Predicate function ( final ExchangeAttribute [ ] arg0 ) { return new EqualsPredicate ( arg0 ) ; } | creates a procedure that returns true if the given exchangeattributes are equal . concode_field_sep PlaceHolder placeHolder concode_field_sep Predicate suffixes concode_elem_sep Predicate or concode_elem_sep Predicate prefix concode_elem_sep Predicate maxContentSize concode_elem_sep Predicate parse concode_elem_sep Pre... |
void function ( ) { synchronized ( instanceLock ) { this . slotAvailabilityListener = null ; } } | removes the listener that receives notifications for slot availability . concode_field_sep Object instanceLock concode_elem_sep SlotAvailabilityListener slotAvailabilityListener concode_elem_sep long lastReceivedHeartBeat concode_elem_sep HardwareDescription resources concode_elem_sep int numberOfSlots concode_elem_sep... |
SoftWrap function ( SoftWrapImpl arg0 ) { int loc0 = getSoftWrapIndex ( arg0 . getStart ( ) ) ; if ( loc0 >= 0 ) { return myWraps . set ( loc0 , arg0 ) ; } loc0 = - loc0 - 1 ; myWraps . add ( loc0 , arg0 ) ; return null ; } | inserts given soft wrap to #mywraps collection at the given index . concode_field_sep List<SoftWrapImpl> myWrapsView concode_elem_sep List<SoftWrapChangeListener> myListeners concode_elem_sep List<SoftWrapImpl> myWraps concode_field_sep void removeAll concode_elem_sep List<SoftWrapImpl> getSoftWraps concode_elem_sep So... |
String function ( ) { return new TextInput ( this ) . cache ( ) . toString ( ) ; } | returns the contents as string . the input encoding will be guessed by analyzing the first bytes . utf-8 will be used as fallback . concode_field_sep String TGZSUFFIX concode_elem_sep String RAW concode_elem_sep String XQSUFFIX concode_elem_sep String[] XQSUFFIXES concode_elem_sep String[] TXTSUFFIXES concode_elem_sep ... |
boolean function ( PrimitiveType arg0 , PrimitiveType arg1 ) { PrimitiveType loc0 = arg1 ; while ( loc0 != null ) { if ( EcoreUtil . equals ( arg0 , loc0 ) ) { return true ; } loc0 = arg1 . getBaseType ( ) ; } return false ; } | checks whether the first given type is equal to or an ancestor of the second type within its base type hierarchy . concode_field_sep PlaceHolder placeHolder concode_field_sep Type computeCommonType concode_elem_sep PrimitiveType getBaseType |
String function ( ) { return schema ; } | retrieve the schema set to this metadatumdto . returns null of no schema is set concode_field_sep String schema concode_elem_sep String qualifier concode_elem_sep String value concode_elem_sep String element concode_field_sep String getValue concode_elem_sep String getElement concode_elem_sep void setQualifier concode_... |
Statement function ( ) { return filterStatement ; } | gets the value of the filterstatement property . concode_field_sep Statement filterStatement concode_field_sep void setFilterStatement |
void function ( String arg0 , String arg1 ) { if ( LOG . VERBOSE >= LOGLEVEL ) Log . v ( arg0 , arg1 ) ; } | 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... |
java . lang . String function ( ) { return getService ( ) . getOSGiServiceIdentifier ( ) ; } | returns the osgi service identifier . concode_field_sep PortletItemLocalService _service concode_field_sep com.liferay.portal.kernel.model.PortletItem addPortletItem concode_elem_sep com.liferay.portal.kernel.model.PortletItem addPortletItem concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getA... |
String function ( ) { return serverName ; } | return the server name . concode_field_sep int LDAP_PORT concode_elem_sep int port concode_elem_sep String serverName concode_field_sep int getPort concode_elem_sep Object clone concode_elem_sep String toString |
ClassLoader function ( ) { return this . beanClassLoader ; } | return the classloader that this accessor operates in , to be used for deserializing and for generating proxies . concode_field_sep Log logger concode_elem_sep ClassLoader beanClassLoader concode_field_sep void resetThreadContextClassLoader concode_elem_sep ClassLoader overrideThreadContextClassLoader concode_elem_sep ... |
void function ( java . lang . String arg0 ) { this . versioningSystemName = arg0 ; } | sets the versioningsystemname value for this wsversioningrestoreitembyrevision . concode_field_sep java.lang.String versioningSystemName concode_elem_sep org.talend.mdm.webservice.WSItemPK wsItemPK concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.de... |
void function ( ) { PreferencesTestUtils . testPreferenceSettingAddGui ( new BackupPreference . Factory ( ) , MapPreference . class ) ; } | unit test of backuppreference #addgui . concode_field_sep PlaceHolder placeHolder concode_field_sep void setUpBeforeClass concode_elem_sep void testBackupPreference |
int function ( ViewId arg0 ) { return id > arg0 . id ? 1 : id < arg0 . id ? - 1 : creator . compareTo ( arg0 . creator ) ; } | establishes an order between 2 viewids . the comparison is done on the ids , if they are equal , we use the creator . concode_field_sep Address creator concode_elem_sep long id concode_field_sep void writeTo concode_elem_sep int serializedSize concode_elem_sep void readFrom concode_elem_sep int hashCode concode_elem_se... |
scala . Option < T > function ( T arg0 ) { return scala . Option . apply ( arg0 ) ; } | wrap a value into a scala option . concode_field_sep PlaceHolder placeHolder concode_field_sep scala.Function0<scala.concurrent.Future<A>> asScalaWithFuture concode_elem_sep T[] asArray concode_elem_sep scala.collection.Seq<T> emptySeq concode_elem_sep RuntimeException noMatch concode_elem_sep scala.reflect.ClassTag<C>... |
void function ( ) { List < Stock > loc0 = createStocks ( ) ; saveStocks ( loc0 ) ; Stock loc1 = loc0 . get ( 0 ) ; Stock loc2 = stockRepository . getBySymbol ( loc1 . getSymbol ( ) ) ; assertNotNull ( "srini_string" , loc2 ) ; assertStock ( loc1 , loc2 ) ; } | tests the com.acme.spring.javaconfig.repository.impl.defaultstockrepository #getbysymbol string method . concode_field_sep StockRepository stockRepository concode_field_sep List<Stock> createStocks concode_elem_sep Stock createStock concode_elem_sep void testGet concode_elem_sep void testGetAll concode_elem_sep Archive... |
String function ( ) { return name ; } | gets the value of the name property . concode_field_sep PhysicsScene.TechniqueCommon techniqueCommon concode_elem_sep TargetableFloat timeStep concode_elem_sep List<Technique> techniques concode_elem_sep TargetableFloat3 gravity concode_elem_sep List<InstanceWithExtra> instanceForceFields concode_elem_sep String name c... |
List < String > function ( ResourceLoader arg0 , String arg1 ) { return WordlistLoader . getLines ( arg0 . openResource ( arg1 ) , StandardCharsets . UTF_8 ) ; } | returns the resource 's lines with content treated as utf-8 concode_field_sep String LUCENE_MATCH_VERSION_PARAM concode_elem_sep Pattern ITEM_PATTERN concode_elem_sep boolean isExplicitLuceneMatchVersion concode_elem_sep Version luceneMatchVersion concode_elem_sep String CLASS_NAME concode_elem_sep Map<String,String> o... |
void function ( Chain arg0 ) { try { delegate . set ( GroovyChain . from ( arg0 ) ) ; execute ( ) ; } finally { delegate . remove ( ) ; } } | invokes #execute while setting the given chain as the implicit receiver . concode_field_sep ThreadLocal<GroovyChain> delegate concode_field_sep GroovyChain all concode_elem_sep ServerConfig getServerConfig concode_elem_sep Registry getRegistry concode_elem_sep GroovyChain getDelegate |
Map < Integer , Type > function ( ) { return invalidatedProgramPoints ; } | returns the map of invalidated program points . concode_field_sep MethodType methodType concode_elem_sep Class<?> code concode_elem_sep long serialVersionUID concode_elem_sep int flags concode_elem_sep String className concode_elem_sep Map<Integer,Type> invalidatedProgramPoints concode_field_sep void writeObject concod... |
void function ( DeliveryStatus arg0 ) { this . lastStatus = arg0 . toString ( ) ; } | status of the last attempted delivery . concode_field_sep java.util.Date nextDeliveryTime concode_elem_sep java.util.Date lastAttemptTime concode_elem_sep String lastErrorMessage concode_elem_sep String lastErrorCode concode_elem_sep java.util.Date lastSuccessfulTime concode_elem_sep String lastStatus concode_field_sep... |
boolean function ( ) { return accountVerified ; } | returns true if the account has been verified concode_field_sep String lastName concode_elem_sep Address address concode_elem_sep Date created concode_elem_sep Long userId concode_elem_sep Date birthDate concode_elem_sep byte[] picture concode_elem_sep String firstName concode_elem_sep Logger logger concode_elem_sep St... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.