code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
ValueCountAggregationBuilder function ( String arg0 ) { return new ValueCountAggregationBuilder ( arg0 , null ) ; } | create a new valuecount aggregation with the given name . concode_field_sep PlaceHolder placeHolder concode_field_sep GeoBoundsAggregationBuilder geoBounds concode_elem_sep DateRangeAggregationBuilder dateRange concode_elem_sep DateHistogramAggregationBuilder dateHistogram concode_elem_sep RangeAggregationBuilder range... |
String function ( ) { return this . symbol ; } | get the symbol that was unresolved concode_field_sep String symbol concode_elem_sep String description concode_field_sep String toString concode_elem_sep String getDescription |
Resource function ( ) { T loc0 = getContextObject ( ) ; if ( loc0 instanceof EObject ) { return ( ( EObject ) loc0 ) . eResource ( ) ; } return null ; } | returns the resource which is affected by this refactoring . default implementation returns the resource of the first context object . concode_field_sep RefactoringHelper helper concode_elem_sep List<T> contextObjects concode_field_sep TransactionalEditingDomain getEditingDomain concode_elem_sep boolean internalDoUndo ... |
void function ( boolean arg0 ) { this . generateEntities = arg0 ; } | sets the flag that controls whether or not chart entities are generated . concode_field_sep double translateY concode_elem_sep double translateX concode_elem_sep boolean generateEntities concode_field_sep boolean getGenerateEntities concode_elem_sep double getTranslateY concode_elem_sep double getTranslateX concode_ele... |
boolean function ( Class arg0 ) { return PersonMergeLog . class . isAssignableFrom ( arg0 ) ; } | determines if the command object being submitted is a valid type concode_field_sep Log log concode_field_sep void validate |
void function ( java . lang . String arg0 ) { this . description = arg0 ; } | sets the description value for this wstransformerprocessstep . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String pluginJNDI concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String description concode_elem_sep boolean __hashCodeCalc concode_elem_se... |
void function ( String arg0 , String arg1 ) { embedded . add ( "srini_string" + arg1 + "srini_string" + arg0 + "srini_string" + arg1 + "srini_string" ) ; } | adds the given string as an embedded smap with the given stratum name . concode_field_sep boolean doEmbedded concode_elem_sep List<String> embedded concode_elem_sep String outputFileName concode_elem_sep String defaultStratum concode_elem_sep List<SmapStratum> strata concode_field_sep void setOutputFileName concode_ele... |
String function ( ) { return text ; } | return the text string at this node concode_field_sep HashMap<Character,TrieNode> children concode_elem_sep String text concode_elem_sep boolean isWord concode_field_sep boolean endsWord concode_elem_sep TrieNode getChild concode_elem_sep Set<Character> getValidNextCharacters concode_elem_sep TrieNode insert concode_el... |
void function ( int arg0 ) { checkFlag ( arg0 ) ; flags &= ~ ( 1 << ( 15 - arg0 ) ) ; } | sets a flag to the supplied value concode_field_sep int[] counts concode_elem_sep int flags concode_elem_sep int LENGTH concode_elem_sep int id concode_elem_sep Random random concode_field_sep void init concode_elem_sep void setFlag concode_elem_sep boolean validFlag concode_elem_sep int getID concode_elem_sep void inc... |
T function ( T arg0 , String arg1 , Object ... arg2 ) { checkTrue ( arg0 == null , arg1 , arg2 ) ; return arg0 ; } | checks that the specified object is null . if it is not an invalidrequestexception will be throws . concode_field_sep PlaceHolder placeHolder concode_field_sep InvalidRequestException invalidRequest concode_elem_sep T checkNotNull concode_elem_sep void checkTrue concode_elem_sep void checkTrue concode_elem_sep void che... |
double function ( int arg0 ) { return Math . PI * WHEEL_DIAMETER * ( arg0 / ENC_ROTATION ) ; } | coverts encoder ticks to inches concode_field_sep TouchSensor sensorTouch concode_elem_sep LightSensor sensorLegoLight concode_elem_sep double POWER concode_elem_sep ElapsedTime period concode_elem_sep double SLOW_POWER concode_elem_sep double STOP concode_elem_sep DcMotor motorLeft concode_elem_sep TouchSensor sensorL... |
void function ( TreeNode arg0 ) { if ( children != null ) children . remove ( arg0 ) ; } | remove a child node from this node , if it is one . concode_field_sep String name concode_elem_sep HashMap attributes concode_elem_sep TreeNode parent concode_elem_sep String body concode_elem_sep ArrayList children concode_field_sep TreeNode findChild concode_elem_sep String findAttribute concode_elem_sep String getNa... |
String function ( ) { if ( null != salt ) return new String ( Hex . encodeHex ( salt ) ) ; else return null ; } | get the salt , as a string . concode_field_sep byte[] salt concode_elem_sep String DEFAULT_DIGEST_ALGORITHM concode_elem_sep int SALT_BYTES concode_elem_sep Charset UTF_8 concode_elem_sep int HASH_ROUNDS concode_elem_sep Logger log concode_elem_sep int RESEED_INTERVAL concode_elem_sep int SEED_BYTES concode_elem_sep in... |
void function ( String arg0 ) { this . mediumDensity = arg0 ; } | sets the value of the mediumdensity property . concode_field_sep String mediumDensity concode_elem_sep String mediumNote concode_elem_sep String mediumName concode_elem_sep List<String> mediumFormat concode_elem_sep String mediumDensityUnits concode_elem_sep String mediumVolume concode_field_sep OfflineType withMediumN... |
Key function ( int arg0 ) { if ( ! contains ( arg0 ) ) throw new IllegalArgumentException ( "srini_string" ) ; return keys [ arg0 ] ; } | return the key associated with the index concode_field_sep int[] logicalValueToRealPosition concode_elem_sep int[] realPositionToLogicalValue concode_elem_sep int size concode_elem_sep Key[] keys concode_elem_sep int maxN concode_elem_sep IndexMaxPriorityQueue<Key> copy concode_field_sep Integer next concode_elem_sep K... |
void function ( Properties arg0 , Resource arg1 ) { InputStream loc0 = arg1 . getInputStream ( ) ; try { String loc1 = arg1 . getFilename ( ) ; if ( loc1 != null && loc1 . endsWith ( XML_FILE_EXTENSION ) ) { arg0 . loadFromXML ( loc0 ) ; } else { arg0 . load ( loc0 ) ; } } finally { loc0 . close ( ) ; } } | fill the given properties from the given resource in iso-8859-1 encoding . concode_field_sep String XML_FILE_EXTENSION concode_field_sep Properties loadProperties concode_elem_sep Properties loadProperties concode_elem_sep Properties loadAllProperties concode_elem_sep Properties loadAllProperties |
void function ( final Attribute arg0 , final Attribute arg1 , final Attribute arg2 , final Attribute arg3 ) { set ( arg0 ) ; set ( arg1 ) ; set ( arg2 ) ; set ( arg3 ) ; } | add multiple attributes to this material . if the material already contains an attribute of the same type it is overwritten . 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 clear c... |
LittleEndianRandomAccessDataInput function ( ) { _contents . reset ( ) ; return this ; } | seeks to the position of the last mark . the mark is not changed or discarded . concode_field_sep int CHAR_SIZE concode_elem_sep ByteBuffer _contents concode_field_sep String readString concode_elem_sep String readString concode_elem_sep String readLine concode_elem_sep void seek concode_elem_sep char readChar concode_... |
void function ( List < String > arg0 ) { this . inclusions = arg0 ; } | sets inclusions to log - if an event contains a parameter key that is included in the inclusions list , that parameter will be persisted in the database log . by default all parameters are included . concode_field_sep List<KeyValue> mappings concode_elem_sep List<String> exclusions concode_elem_sep List<String> inclusi... |
DoubleBuffer function ( int arg0 ) { return new ReadWriteDoubleArrayBuffer ( arg0 ) ; } | returns a new array based double buffer with the specified capacity . concode_field_sep PlaceHolder placeHolder concode_field_sep LongBuffer newLongBuffer concode_elem_sep LongBuffer newLongBuffer concode_elem_sep FloatBuffer newFloatBuffer concode_elem_sep FloatBuffer newFloatBuffer concode_elem_sep IntBuffer newIntBu... |
int function ( ) { return connections . size ( ) ; } | returns total number of connections in the pool . concode_field_sep ConnectionPool systemDefault concode_elem_sep LinkedList<Connection> connections concode_elem_sep long keepAliveDurationNs concode_elem_sep long DEFAULT_KEEP_ALIVE_DURATION_MS concode_elem_sep int MAX_CONNECTIONS_TO_CLEANUP concode_elem_sep Callable<Vo... |
void function ( Integer arg0 , double arg1 ) { values . put ( arg0 , arg1 ) ; } | set a value for a certain index . concode_field_sep Map<Integer,Double> values concode_elem_sep Map<Integer,DoubleVector> rows concode_field_sep Set<Integer> getIndices concode_elem_sep int size concode_elem_sep Double get concode_elem_sep Double get concode_elem_sep DoubleVector LinearSolve concode_elem_sep double nor... |
void function ( GL2 arg0 , int arg1 ) { if ( arg1 < 0 ) { Logger . getInstance ( ) . error ( "srini_string" ) ; return ; } arg0 . glDeleteShader ( arg1 ) ; } | delete the shader with the given id . concode_field_sep int COMPILE_STATUS_OK concode_field_sep String getCompileErrorMessage concode_elem_sep void compileAndLink concode_elem_sep int compileShaderFromSource concode_elem_sep void use concode_elem_sep void disableShader concode_elem_sep int getGlShaderType concode_elem_... |
void function ( Date arg0 ) { _mbThreadFlag . setLastPublishDate ( arg0 ) ; } | sets the last publish date of this message boards thread flag . concode_field_sep MBThreadFlag _mbThreadFlag concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEsc... |
void function ( String [ ] arg0 ) { this . nbrCols = arg0 . length ; doWriteData ( arg0 ) ; } | writes the csv header fieldnames . should be called after construction one time . concode_field_sep int nbrCols concode_elem_sep int nbrRows concode_elem_sep String newline concode_elem_sep OutputStreamWriter writer concode_field_sep String toCsvValue concode_elem_sep void doWriteData concode_elem_sep void writeData co... |
int function ( ShardRoutingState ... arg0 ) { int loc0 = 0 ; for ( MutableShardRouting loc1 : this ) { for ( ShardRoutingState loc2 : arg0 ) { if ( loc1 . loc2 ( ) == loc2 ) { loc0 ++ ; } } } return loc0 ; } | determine the number of shards with a specific state concode_field_sep DiscoveryNode node concode_elem_sep List<MutableShardRouting> shards concode_elem_sep String nodeId concode_field_sep void add concode_elem_sep Iterator<MutableShardRouting> mutableIterator concode_elem_sep String prettyPrint concode_elem_sep boolea... |
void function ( java . util . Date arg0 ) { _layoutSetPrototype . setModifiedDate ( arg0 ) ; } | sets the modified date of this layout set prototype . concode_field_sep LayoutSetPrototype _layoutSetPrototype concode_field_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getNameCurrentValue concode_elem_sep java.lang.String getName concode_elem_sep java.lang.String getName concode_elem_sep java... |
void function ( boolean arg0 ) { this . traceOutExchanges = arg0 ; } | sets whether exchanges coming out of processors should be traced concode_field_sep boolean enabled concode_elem_sep TraceFormatter formatter concode_elem_sep Predicate traceFilter concode_elem_sep CamelLogProcessor logger concode_elem_sep boolean logStackTrace concode_elem_sep Endpoint destination concode_elem_sep Stri... |
Action function ( ) { return a ; } | returns the action of this behavior . concode_field_sep Action a concode_elem_sep State sprime concode_elem_sep State s concode_elem_sep double critique concode_field_sep State getSprime concode_elem_sep State getS concode_elem_sep double getCritique |
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getMarker ( ) != null ) loc0 . append ( "srini_string" + getMarker ( ) + "srini_string" ) ; if ( getSnapshots ( ) != null ) loc0 . append ( "srini_string" + getSnapshots ( ) ) ; loc0 . append ( "srini_string" ) ; ... | returns a string representation of this object ; useful for testing and debugging . concode_field_sep com.amazonaws.internal.ListWithAutoConstructFlag<Snapshot> snapshots concode_elem_sep String marker concode_field_sep String getMarker concode_elem_sep void setMarker concode_elem_sep java.util.List<Snapshot> getSnapsh... |
boolean function ( Desktop . Action arg0 ) { return peer . isSupported ( arg0 ) ; } | check if the given action is supported by this implementation . concode_field_sep DesktopPeer peer concode_field_sep void print concode_elem_sep void mail concode_elem_sep void mail concode_elem_sep void edit concode_elem_sep Desktop getDesktop concode_elem_sep boolean isDesktopSupported concode_elem_sep void open conc... |
int function ( byte arg0 ) { if ( ( arg0 & 0x80 ) != 0 ) { return 2 ; } else { return 1 ; } } | returns the #of bytes into which a short value was packed based on the first byte . concode_field_sep PlaceHolder placeHolder concode_field_sep short unpackShort concode_elem_sep short unpackShort concode_elem_sep int packShort concode_elem_sep byte readByte |
String function ( ) { return mGifInfoHandle . getComment ( ) ; } | see gifdrawable #getcomment concode_field_sep GifInfoHandle mGifInfoHandle concode_field_sep void seekToFrame concode_elem_sep long getSourceLength concode_elem_sep void seekToTime concode_elem_sep int getWidth concode_elem_sep int getLoopCount concode_elem_sep int getFrameDuration concode_elem_sep int getHeight concod... |
ListJobsResult function ( String arg0 ) { setNextToken ( arg0 ) ; return this ; } | if the number of items that are returned is significantly large , this is an identifier that is also returned , which can be used in a subsequent call to this operation to return the next set of items in the list . concode_field_sep String nextToken concode_elem_sep java.util.List<Job> jobs concode_field_sep void setJo... |
boolean function ( Desktop . Action arg0 ) { return peer . isSupported ( arg0 ) ; } | check if the given action is supported by this implementation . concode_field_sep DesktopPeer peer concode_field_sep void print concode_elem_sep void mail concode_elem_sep void mail concode_elem_sep void edit concode_elem_sep Desktop getDesktop concode_elem_sep boolean isDesktopSupported concode_elem_sep void open conc... |
boolean function ( ) { return m_reparentFlag ; } | returns the state of the reparent flag . concode_field_sep String m_reparentNewNodeId concode_elem_sep String m_reparentOldNodeId concode_elem_sep boolean m_reparentFlag concode_elem_sep boolean m_deletionFlag concode_elem_sep OnmsIpInterface m_reinitFlag concode_elem_sep OnmsIpInterface m_newIface concode_elem_sep Map... |
Browser function ( boolean arg0 ) { return getInstance ( ) . requestInstance ( arg0 ) ; } | gives ` priority ' to sequential ui tests , allowing the browser pool to use the first browser in pool . allocates the first browser to sequential ui tests only , since it takes a thread by itself and should not spend time waiting for a free browser . concode_field_sep BrowserPool instance concode_elem_sep ArrayList<Br... |
boolean function ( Class < ? > arg0 ) { return classes . contains ( arg0 ) ; } | determine if a packet type with the given packet class exists in the set . concode_field_sep Set<Class<?>> classes concode_elem_sep Set<PacketType> types concode_field_sep boolean containsPacket concode_elem_sep void addType concode_elem_sep void removeAll concode_elem_sep int size concode_elem_sep void addAll concode_... |
void function ( ) { } | called at the start of the segment , if there is indexed data . concode_field_sep PlaceHolder placeHolder concode_field_sep void compute concode_elem_sep void compute concode_elem_sep void visit |
MapType function ( DataType arg0 , DataType arg1 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } if ( arg1 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } return new MapType ( arg0 , arg1 , true ) ; } | creates a maptype by specifying the data type of keys keytype and values keytype . the field of valuecontainsnull is set to true . concode_field_sep DataType StringType concode_elem_sep DataType DateType concode_elem_sep DataType BooleanType concode_elem_sep DataType BinaryType concode_elem_sep DataType TimestampType c... |
void function ( ) { if ( ! hasSubSecondResolution ( ) ) { try { Thread . sleep ( 1000 ) ; } catch ( InterruptedException loc0 ) { } } } | for databases that do n't have subsecond resolution , sleep a bit to get to the next second . concode_field_sep String REPOSITORY_PROPERTY concode_elem_sep String URL_PROPERTY concode_elem_sep Class<? extends RepositoryFactory> defaultRepositoryFactory concode_elem_sep String DB_DEFAULT concode_elem_sep boolean SINGLED... |
String function ( ) { return uniqueUserId ; } | get user name . concode_field_sep long serialVersionUID concode_elem_sep String domainName concode_elem_sep String state concode_elem_sep IdentityStore identityStore concode_elem_sep String userId concode_elem_sep String uniqueUserId concode_field_sep boolean isInGroup concode_elem_sep List<Claim> getClaims concode_ele... |
BigDecimal function ( ) { return unpaidInstallmentBalance ; } | gets the value of the unpaidinstallmentbalance property . concode_field_sep BigDecimal futureMonthlyPayments concode_elem_sep BigInteger equipmentInstallmentPlanId concode_elem_sep BigDecimal unpaidInstallmentBalance concode_elem_sep long serialVersionUID concode_elem_sep BigInteger numberOfFutureMonthlyPayments concod... |
Timeout function ( long arg0 , TimeUnit arg1 ) { if ( arg0 < 0 ) throw new IllegalArgumentException ( "srini_string" + arg0 ) ; if ( arg1 == null ) throw new IllegalArgumentException ( "srini_string" ) ; this . timeoutNanos = arg1 . toNanos ( arg0 ) ; return this ; } | wait at most timeout time before aborting an operation . using aper-operation timeout means that as long as forward progress is being made , no sequence of operations will fail . if timeout == 0 , operations will run indefinitely . operating system timeouts may still apply . concode_field_sep Timeout NONE concode_elem_... |
boolean function ( int [ ] arg0 , int [ ] arg1 , int arg2 , boolean arg3 ) { if ( arg3 ) { if ( arg0 . length == arg1 . length && arg2 == arg0 . length && ArrayUtil . haveEqualSets ( arg0 , arg1 , arg2 ) ) { return true ; } } else { if ( ArrayUtil . haveEqualArrays ( arg0 , arg1 , arg2 ) ) { return true ; } } return fa... | for sets == true returns true if a and b are the same length and contain the same set of integers . for sets == false returns the result of haveequalarrays a , b , count concode_field_sep PlaceHolder placeHolder concode_field_sep boolean haveEqualSets concode_elem_sep boolean haveEqualArrays concode_elem_sep void copyA... |
void function ( String arg0 ) { arg0 = performTranslation ( arg0 ) ; routeLogsToGUIAndFile ( LogLevel . INTERACTION , arg0 ) ; } | level 1 is used for interactive tasks . concode_field_sep PrintStream out concode_elem_sep LogLevel[] outputLogVerbosity concode_elem_sep LogLevel[] outputGUIVerbosity concode_elem_sep StringBuilder sb concode_elem_sep File logFile concode_elem_sep int lastNewLine concode_elem_sep iCASUALUI gui concode_elem_sep String ... |
void function ( String arg0 ) { synchronized ( bodies ) { bodies . add ( arg0 ) ; } } | adds a body to the packet . concode_field_sep List bodies concode_field_sep int getBodiesCount concode_elem_sep String getNamespace concode_elem_sep String toXML concode_elem_sep Iterator getBodies concode_elem_sep String getElementName |
void function ( double [ ] arg0 ) { this . tickValues = arg0 ; } | sets the tick values . concode_field_sep double log10 concode_elem_sep int[] r concode_elem_sep int[] b concode_elem_sep String paletteName concode_elem_sep double[] tickValues concode_elem_sep double minZ concode_elem_sep boolean stepped concode_elem_sep int[] g concode_elem_sep long serialVersionUID concode_elem_sep ... |
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... |
boolean function ( ) { return this . changed ; } | determine whether the actual routingtable has been changed concode_field_sep boolean debugDecision concode_elem_sep RoutingNodes routingNodes concode_elem_sep long currentNanoTime concode_elem_sep DiscoveryNodes nodes concode_elem_sep Map<ShardId,Set<String>> ignoredShardToNodes concode_elem_sep AllocationExplanation e... |
String function ( ) { return uri ; } | the value of the uri attribute from the < % @ taglib directive for this library . concode_field_sep String urn concode_elem_sep String tlibversion concode_elem_sep String prefix concode_elem_sep String uri concode_elem_sep String shortname concode_elem_sep String jspversion concode_elem_sep TagInfo[] tags concode_elem_... |
FilterQuery function ( long [ ] arg0 ) { this . follow = arg0 ; return this ; } | sets follow concode_field_sep long serialVersionUID concode_elem_sep int count concode_elem_sep double[][] locations concode_elem_sep String[] language concode_elem_sep long[] follow concode_elem_sep String[] track concode_elem_sep String filterLevel concode_field_sep String toLocationsString concode_elem_sep HttpParam... |
boolean function ( ) { if ( m_is64Bit == null ) { String loc0 = System . getProperty ( "srini_string" ) ; m_is64Bit = "srini_string" . equals ( loc0 ) || "srini_string" . equals ( loc0 ) || "srini_string" . equals ( loc0 ) ; } return m_is64Bit ; } | checks if the current jvm is running in 64 bit mode concode_field_sep Boolean m_is64Bit concode_elem_sep NotesCAPI m_api concode_field_sep NotesCAPI getNotesAPI |
void function ( String arg0 ) { this . name = arg0 ; } | sets the value of the name property . concode_field_sep List<Entry> entry concode_elem_sep String name concode_field_sep String getName concode_elem_sep List<Entry> getEntry |
void function ( float arg0 , float arg1 ) { command ( SVGPathSeg . PATHSEG_MOVETO_ABS ) ; param ( arg0 ) ; param ( arg1 ) ; } | implements pathhandler #movetoabs float , float . concode_field_sep float[] p concode_elem_sep LinkedList cs concode_elem_sep LinkedList ps concode_elem_sep short[] c concode_elem_sep int cindex concode_elem_sep int pcount concode_elem_sep int pindex concode_elem_sep int ccount concode_field_sep void curvetoCubicRel co... |
String function ( ) { return lineItemName ; } | gets the value of the lineitemname property . concode_field_sep String notes concode_elem_sep DeliveryRateType deliveryRateType concode_elem_sep String lineItemName concode_elem_sep CreativeRotationType creativeRotationType concode_elem_sep Boolean isDefault concode_elem_sep LineItemType lineItemType concode_elem_sep S... |
List < Option > function ( ) { if ( option == null ) { option = new ArrayList < Option > ( ) ; } return this . option ; } | gets the value of the option 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 option property . for example , to add a new item , do as f... |
String function ( ) { return sourceName ; } | returns the complete source name of this mapping , either a qualified e.g. parameter1.foo or unqualified e.g. foo property reference . concode_field_sep AnnotationValue dependsOnAnnotationValue concode_elem_sep SourceReference sourceReference concode_elem_sep String targetName concode_elem_sep AnnotationMirror mirror c... |
Integer function ( ) { return integer ; } | get integer minimum : 10.0 maximum : 100.0 concode_field_sep byte[] _byte concode_elem_sep String password concode_elem_sep BigDecimal number concode_elem_sep Float _float concode_elem_sep Integer integer concode_elem_sep Double _double concode_elem_sep String string concode_elem_sep DateTime dateTime concode_elem_sep ... |
BigInteger function ( ) { return retryCounter ; } | returns the retry counter . concode_field_sep BigInteger retryCounter concode_elem_sep AuthDataMap authMap concode_field_sep void setRetryCounter concode_elem_sep DIDAuthenticationDataType getAuthDataType |
NumberFormat function ( ) { return this . xFormat ; } | returns the number formatter for the x-values . concode_field_sep String formatString concode_elem_sep long serialVersionUID concode_elem_sep DateFormat yDateFormat concode_elem_sep NumberFormat yFormat concode_elem_sep DateFormat xDateFormat concode_elem_sep String nullYString concode_elem_sep NumberFormat xFormat con... |
void function ( T arg0 ) { this . theRequestDetails = arg0 ; } | set the requestdetails concode_field_sep ConcurrentHashMap<String,String> theHeaders concode_elem_sep T theRequestDetails concode_field_sep void addHeader concode_elem_sep ConcurrentHashMap<String,String> getHeaders concode_elem_sep T getRequestDetails concode_elem_sep Object streamResponseAsResource concode_elem_sep O... |
String function ( ) { return location ; } | gets the location of the key store resource . concode_field_sep String password concode_elem_sep String provider concode_elem_sep String location concode_elem_sep String type concode_field_sep void setPassword concode_elem_sep String getPassword concode_elem_sep void setLocation concode_elem_sep String getType concode_... |
void function ( Spannable arg0 , Object [ ] arg1 ) { int loc0 = arg0 . length ( ) ; for ( Object loc1 : arg1 ) { if ( loc0 > 0 ) { arg0 . setSpan ( loc1 , 0 , loc0 , Spanned . SPAN_EXCLUSIVE_EXCLUSIVE ) ; } else { arg0 . removeSpan ( loc1 ) ; } } } | `` closes '' the specified tags on a spannable by updating the spans to be endpoint-exclusive so that future text appended to the end will not take on the same styling . do not call this method directly . concode_field_sep PlaceHolder placeHolder concode_field_sep CharSequence normal concode_elem_sep CharSequence color... |
Builder function ( byte [ ] arg0 ) { return set ( PARAM_TYPE_PERSONALISATION , arg0 ) ; } | sets the skeinparameters #param_type_personalisation parameter . concode_field_sep int PARAM_TYPE_KEY_IDENTIFIER concode_elem_sep int PARAM_TYPE_PUBLIC_KEY concode_elem_sep int PARAM_TYPE_OUTPUT concode_elem_sep int PARAM_TYPE_MESSAGE concode_elem_sep int PARAM_TYPE_KEY concode_elem_sep int PARAM_TYPE_PERSONALISATION c... |
float function ( ) { return mBackoffMultiplier ; } | returns the backoff multiplier for the policy . concode_field_sep int mCurrentTimeoutMs concode_elem_sep int mCurrentRetryCount concode_elem_sep int mMaxNumRetries concode_elem_sep float DEFAULT_BACKOFF_MULT concode_elem_sep float mBackoffMultiplier concode_elem_sep int DEFAULT_TIMEOUT_MS concode_elem_sep int DEFAULT_M... |
boolean function ( PacketHandler arg0 ) { boolean loc0 = this . handlers . remove ( arg0 ) ; if ( loc0 ) { this . count -- ; } return loc0 ; } | removes an existing packet handler from the pipeline . concode_field_sep List<PacketHandler> handlers concode_elem_sep int count concode_elem_sep Comparator<PacketHandler> REVERSE_COMPARATOR concode_field_sep boolean addHandler concode_elem_sep int compare concode_elem_sep boolean contains concode_elem_sep List<PacketH... |
Body function ( ) { return m_bodyA ; } | get the first body attached to this joint . concode_field_sep Body m_bodyA concode_elem_sep boolean m_islandFlag concode_elem_sep JointEdge m_edgeB concode_elem_sep Body m_bodyB concode_elem_sep JointEdge m_edgeA concode_elem_sep Object m_userData concode_elem_sep IWorldPool pool concode_elem_sep Joint m_prev concode_e... |
SSLSocketFactory function ( ) { return sslSocketFactory ; } | returns the ssl socket factory , or null if this is not an https address . concode_field_sep Proxy proxy concode_elem_sep int uriPort concode_elem_sep SSLSocketFactory sslSocketFactory concode_elem_sep HostnameVerifier hostnameVerifier concode_elem_sep String uriHost concode_field_sep HostnameVerifier getHostnameVerifi... |
void function ( ) { } | select last field . concode_field_sep MathSequence rootComponent concode_elem_sep MathSequence currentField concode_elem_sep int currentOffset concode_field_sep void prevField concode_elem_sep void prevField concode_elem_sep void prevCharacter concode_elem_sep void setFormula concode_elem_sep void paste concode_elem_se... |
String function ( ) { return promoCode ; } | gets the value of the promocode property . concode_field_sep String description concode_elem_sep String promoCode concode_elem_sep long serialVersionUID concode_field_sep void setDescription concode_elem_sep String getDescription concode_elem_sep void setPromoCode |
boolean function ( ) { return false ; } | determine whether there are more items to come . note that this operation is stateless and it is not necessary or usual to call it before calling next . it is used only when there is an explicit need to tell if we are at the last element . concode_field_sep EmptyIterator theInstance concode_field_sep Item next concode_... |
void function ( Label arg0 , int arg1 ) { int loc0 = arg0 . getLocation ( arg1 , Position . RIGHT ) ; if ( loc0 == Location . NONE ) return ; if ( label . getLocation ( arg1 ) == Location . NONE ) { label . setLocation ( arg1 , loc0 ) ; return ; } } | merge the rhs label from a directededge into the label for this edgering . the directededge label may be null . this is acceptable - it results from a node which is not an intersection node between the geometries e.g. the end node of a linearring . in this case the directededge label does not contribute any information... |
ContextCloserListener function ( ConfigurableApplicationContext arg0 ) { return new ContextCloserListener ( arg0 ) ; } | subclasses may override to create their own subclass of contextcloserlistener . this still enforces the use of a weak reference . concode_field_sep ApplicationContext context concode_elem_sep WeakReference<ConfigurableApplicationContext> childContext concode_elem_sep int order concode_field_sep void setApplicationConte... |
void function ( String arg0 ) { this . ddeService = arg0 ; } | sets the value of the ddeservice property . concode_field_sep Object parent concode_elem_sep CTDdeItems ddeItems concode_elem_sep String ddeTopic concode_elem_sep String ddeService concode_field_sep CTDdeItems getDdeItems concode_elem_sep Object getParent concode_elem_sep void setDdeItems concode_elem_sep void afterUnm... |
void function ( ) { final ClassDescription [ ] loc0 = ( ClassDescription [ ] ) this . classes . toArray ( new ClassDescription [ 0 ] ) ; for ( int loc1 = 0 ; loc1 < loc0 . length ; loc1 ++ ) { if ( loc0 [ loc1 ] . isUndefined ( ) ) { removeClassDescription ( loc0 [ loc1 ] ) ; Log . debug ( "srini_string" + loc0 [ loc1 ... | removes any class descriptions that are not fully defined . concode_field_sep HashMap classesMap concode_elem_sep MappingModel mappingModel concode_elem_sep ArrayList sources concode_elem_sep ArrayList classes concode_elem_sep Comments modelComments concode_elem_sep HashMap includeComments concode_field_sep void addCla... |
DescriptorFactory function ( ) { return instanceThreadLocal . get ( ) ; } | get the singleton instance of the descriptorfactory . concode_field_sep Map<String,ClassDescriptor> classDescriptorMap concode_elem_sep MapCache<String,String> stringCache concode_elem_sep ThreadLocal<DescriptorFactory> instanceThreadLocal concode_elem_sep Map<FieldDescriptor,FieldDescriptor> fieldDescriptorMap concode... |
double function ( ) { return Math . sqrt ( svar1 ) ; } | returns the standard error of the estimate for the slope . concode_field_sep double R2 concode_elem_sep double svar concode_elem_sep double svar1 concode_elem_sep double alpha concode_elem_sep double svar0 concode_elem_sep int N concode_elem_sep double beta concode_field_sep double R2 concode_elem_sep double intercept ... |
GradleConnector function ( ) { return ConnectorServices . createConnector ( ) ; } | creates a new connector instance . concode_field_sep PlaceHolder placeHolder concode_field_sep CancellationTokenSource newCancellationTokenSource concode_elem_sep GradleConnector useInstallation concode_elem_sep GradleConnector forProjectDirectory concode_elem_sep GradleConnector useGradleVersion concode_elem_sep Gradl... |
String function ( int arg0 ) { String loc0 ; loc0 = "srini_string" ; if ( ( m_Helper . getColumnNames ( ) != null ) && ( arg0 >= 0 ) && ( arg0 < getColumnCount ( ) ) ) { if ( arg0 == 0 ) loc0 = "srini_string" ; else loc0 = m_Helper . getColumnNames ( ) [ arg0 - 1 ] ; } return loc0 ; } | returns the name of the column at columnindex . concode_field_sep HashSet m_Listeners concode_elem_sep Object[][] m_Data concode_elem_sep ResultSetHelper m_Helper concode_field_sep boolean isNumericAt concode_elem_sep boolean isNullAt concode_elem_sep void addTableModelListener concode_elem_sep int getRowCount concode_... |
DateTime function ( ) { return this . startTime ; } | get the starttime value . concode_field_sep String unit concode_elem_sep String timeGrain concode_elem_sep String resourceId concode_elem_sep ResourceMetricName name concode_elem_sep DateTime startTime concode_elem_sep DateTime endTime concode_elem_sep String id concode_elem_sep List<ResourceMetricProperty> properties ... |
int function ( java . lang . String arg0 ) { return getPersistence ( ) . countByServletContextName ( arg0 ) ; } | returns the number of releases where servletcontextname = ? . concode_field_sep ReleasePersistence _persistence concode_field_sep int countAll concode_elem_sep void cacheResult concode_elem_sep void cacheResult concode_elem_sep Release fetchByServletContextName concode_elem_sep Release fetchByServletContextName con... |
Cluster function ( String arg0 , int arg1 ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( arg0 ) ; loc0 . append ( ':' ) ; loc0 . append ( arg1 ) ; return add ( loc0 . toString ( ) ) ; } | add a node to the cluster concode_field_sep String lastHost concode_elem_sep List<String> nodes concode_field_sep boolean isEmpty concode_elem_sep String toString concode_elem_sep Cluster remove concode_elem_sep Cluster remove |
Action function ( ) { return asynchronous ; } | action to be completed after close of current active log file and before next rollover attempt , may be executed asynchronously . concode_field_sep String activeFileName concode_elem_sep Action synchronous concode_elem_sep Action asynchronous concode_elem_sep boolean append concode_field_sep String getActiveFileName co... |
java . util . List < com . liferay . counter . model . Counter > function ( int arg0 , int arg1 ) { return getService ( ) . getCounters ( arg0 , arg1 ) ; } | returns a range of all the counters . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end to com.liferay.portal.kernel.dao.orm.queryutil #all_po... |
T function ( Class < T > arg0 , Class < ? > [ ] arg1 , Object [ ] arg2 ) { try { Constructor < T > loc0 = arg0 . getConstructor ( arg1 ) ; return loc0 . newInstance ( arg2 ) ; } catch ( Exception loc0 ) { throwBuildException ( loc0 ) ; return null ; } } | create an instance of a class using the constructor matching the given arguments . concode_field_sep PlaceHolder placeHolder concode_field_sep void throwBuildException concode_elem_sep boolean respondsTo concode_elem_sep Object getField concode_elem_sep BuildException toBuildException concode_elem_sep Object invoke con... |
void function ( com . netsuite . webservices . platform . common_2014_2 . types . PresentationItemType arg0 ) { this . itemType = arg0 ; } | sets the itemtype value for this presentationitem . concode_field_sep java.lang.Double onlinePrice concode_elem_sep com.netsuite.webservices.platform.core_2014_2.RecordRef item concode_elem_sep com.netsuite.webservices.platform.common_2014_2.types.PresentationItemType itemType concode_elem_sep org.apache.axis.descripti... |
void function ( final IResourceAdapter arg0 ) { this . resourceAdapter = arg0 ; } | sets the adapter used to retrieve or add resources . the default is android 's system . concode_field_sep HashMap<String,PreferenceBase> preferences concode_elem_sep ResourceManager instance concode_elem_sep IResourceAdapter resourceAdapter concode_field_sep void add concode_elem_sep void add concode_elem_sep Preferenc... |
DigitalObject function ( String arg0 ) { DigitalObject loc0 = _objects . get ( arg0 ) ; if ( loc0 == null ) { throw new ObjectNotFoundException ( "srini_string" + arg0 ) ; } else { return loc0 ; } } | get a digitalobject if it 's in the `` repository '' . concode_field_sep Map<String,DigitalObject> _objects concode_field_sep ServiceDeploymentReader getServiceDeploymentReader concode_elem_sep DOReader getReader concode_elem_sep ServiceDefinitionReader getServiceDefinitionReader concode_elem_sep String[] listObjectPID... |
boolean function ( ) { return type == COLUMN ; } | does this columnrowinfo represent a column ? concode_field_sep int COLUMN concode_elem_sep int DEFAULTROWSIZE_MIN concode_elem_sep Format fmt concode_elem_sep int ROW concode_elem_sep int repeated concode_elem_sep int type concode_elem_sep int dimension concode_elem_sep boolean userDefined concode_elem_sep int DEFAULTR... |
void function ( BundleContext arg0 ) { logger . debug ( "srini_string" ) ; } | called whenever the osgi framework starts our bundle concode_field_sep Logger logger concode_field_sep void stop |
Object function ( final EmbeddedChannel arg0 ) { return CommonUtils . waitForResult ( "srini_string" , new Function < Void , Object > ( ) { @ Override public Object apply ( Void arg1 ) { return arg0 . readOutbound ( ) ; } } , WaitForOptions . defaults ( ) . setTimeout ( Constants . MINUTE_MS ) ) ; } | waits for a response . concode_field_sep EmbeddedChannel mChannel concode_elem_sep int PACKET_SIZE concode_elem_sep String mFile concode_elem_sep long mChecksum concode_elem_sep EmbeddedChannel mChannelNoException concode_elem_sep TemporaryFolder mTestFolder concode_field_sep void writeNonEmptyFile concode_elem_sep voi... |
CallbackManager function ( ) { return new CallbackManagerImpl ( ) ; } | creates an instance of com.facebook.callbackmanager . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean onActivityResult |
int function ( final int arg0 , final float arg1 ) { return ( int ) ( arg0 / arg1 + 0.5f ) ; } | returns integer rounded product , i.e. int a / pixelscale + 0.5 f concode_field_sep float EPSILON concode_field_sep boolean isZero concode_elem_sep int scale concode_elem_sep int[] scale concode_elem_sep boolean setNewPixelScale concode_elem_sep float clampPixelScale concode_elem_sep float[] clampPixelScale |
void function ( @ NotNull java . util . Date arg0 ) { this . update = arg0 ; } | not-null value ; ensure this value is available before it is saved to the database . concode_field_sep List<Images> productImages concode_elem_sep boolean top concode_elem_sep String price concode_elem_sep int count concode_elem_sep java.util.Date create concode_elem_sep java.util.Date update concode_elem_sep Long id c... |
Integer function ( ) { return id ; } | returns the id of the user concode_field_sep String password concode_elem_sep ArrayList<Mail> mailbox concode_elem_sep ArrayList<Auction> auctionsWon concode_elem_sep ArrayList<Item> bags concode_elem_sep Integer id concode_elem_sep ArrayList<Auction> auctions concode_elem_sep String username concode_field_sep void che... |
String function ( ) { Entity loc0 = getParent ( ) ; ContentTypeField loc1 = ( ContentTypeField ) loc0 . getHeader ( ) . getField ( Field . CONTENT_TYPE ) ; return loc1 . getBoundary ( ) ; } | return the boundory of the parent entity concode_field_sep List bodyParts concode_elem_sep String subType concode_elem_sep String epilogue concode_elem_sep String preamble concode_elem_sep Entity parent concode_field_sep Entity getParent concode_elem_sep String getPreamble concode_elem_sep void setSubType concode_elem_... |
void function ( Object arg0 ) { m_eventBus . register ( arg0 ) ; } | register a listener to receive events . the listener should use the com.google.common.eventbus.subscribe annotation . concode_field_sep EventBus m_eventBus concode_field_sep void publish |
long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return _syncDLObjectLocalService . dynamicQueryCount ( arg0 ) ; } | returns the number of rows that match the dynamic query . concode_field_sep SyncDLObjectLocalService _syncDLObjectLocalService concode_field_sep int getSyncDLObjectsCount concode_elem_sep long getLatestModifiedTime concode_elem_sep void setWrappedService concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDyna... |
X509Certificate function ( String arg0 ) { if ( arg0 == null ) { return null ; } CertificateFactory loc0 = CertificateFactory . getInstance ( X509_CERT_TYPE ) ; InputStream loc1 = new ByteArrayInputStream ( arg0 . getBytes ( ) ) ; return ( X509Certificate ) loc0 . generateCertificate ( loc1 ) ; } | converts a pem formatted string to a x509certificate instance . concode_field_sep String X509_CERT_TYPE concode_elem_sep int LINE_LENGTH concode_elem_sep String END_CERT concode_elem_sep String BEGIN_CERT concode_elem_sep byte[] CHUNK_SEPARATOR concode_elem_sep String FINGERPRINT_ALGORITHM concode_field_sep String gene... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.