code
stringlengths
20
663
nl
stringlengths
68
7.19k
void function ( String arg0 ) { this . defaultLogger = LogFactory . getLog ( arg0 ) ; }
set the name of the logger to use . the name will be passed to the underlying logger implementation through commons logging , getting interpreted as log category according to the logger 's configuration . this can be specified to not log into the category of a class whether this interceptor 's class or the class gettin...
void function ( long arg0 , TimeUnit arg1 ) { update ( arg1 . toNanos ( arg0 ) ) ; }
adds a recorded duration . concode_field_sep Meter meter concode_elem_sep Histogram histogram concode_elem_sep TimeUnit rateUnit concode_elem_sep TimeUnit durationUnit concode_elem_sep Clock clock concode_field_sep double getFifteenMinuteRate concode_elem_sep double getMax concode_elem_sep double getFiveMinuteRate conc...
int function ( ) { return ( int ) states . getLast ( ) . getElapsedTimeSeconds ( ) ; }
returns the duration of the trip in seconds . concode_field_sep RoutingContext rctx concode_elem_sep Logger LOG concode_elem_sep double walkDistance concode_elem_sep LinkedList<Edge> edges concode_elem_sep boolean back concode_elem_sep LinkedList<State> states concode_field_sep void dumpPathParser concode_elem_sep doub...
double function ( ) { SimpleVector loc0 = new SimpleVector ( b . getLen ( ) ) ; for ( int loc1 = 0 ; loc1 < nCol ; loc1 ++ ) { loc0 . add ( a . getCol ( loc1 ) . multipliedBy ( x . getElement ( loc1 ) ) ) ; } loc0 . subtract ( b ) ; return loc0 . normL2 ( ) / loc0 . getLen ( ) ; }
calculates the root mean square error of the fit using the l2 norm . concode_field_sep SimpleMatrix a concode_elem_sep int nCol concode_elem_sep SimpleVector b concode_elem_sep double lambda concode_elem_sep SimpleVector x concode_elem_sep int nRow concode_field_sep double getLambda concode_elem_sep void solve concode_...
void function ( RenderManager arg0 ) { this . renderManager = arg0 ; }
sets the render manager . concode_field_sep OutputProgressIndeterminateBean pbBean concode_elem_sep boolean runningTask concode_elem_sep Log log concode_elem_sep PersistentFacesState state concode_elem_sep RenderManager renderManager concode_elem_sep int percent concode_elem_sep PersistentFacesState state concode_field...
void function ( String arg0 ) { Preferences . setString ( R . string . gcal_p_default , arg0 ) ; }
sets the default calendar for future use concode_field_sep String ATTENDEES_EMAIL_COL concode_elem_sep String CALENDAR_CONTENT_CALENDARS concode_elem_sep boolean USE_ICS_NAMES concode_elem_sep String ID_COLUMN_NAME concode_elem_sep String ATTENDEES_EVENT_ID_COL concode_elem_sep String[] calendarIds concode_elem_sep Str...
String function ( ) { return this . title ; }
get action title concode_field_sep Drawable icon concode_elem_sep OnClickListener listener concode_elem_sep String title concode_field_sep void setIcon concode_elem_sep void setOnClickListener concode_elem_sep void setTitle concode_elem_sep OnClickListener getListener concode_elem_sep Drawable getIcon
void function ( String arg0 , Object arg1 ) { assertTrue ( arg0 , arg1 == null ) ; }
asserts that an object is null . if it is not an assertionfailederror is thrown with the given message . concode_field_sep PlaceHolder placeHolder concode_field_sep void fail concode_elem_sep void fail concode_elem_sep void assertTrue concode_elem_sep void assertTrue concode_elem_sep void assertNotNull concode_elem_sep...
TypeComAlertPriority function ( ) { return priority ; }
gets the value of the priority property . concode_field_sep String summary concode_elem_sep short timeStamp concode_elem_sep AlertDetailParameterList detailParameterList concode_elem_sep Integer referenceCount concode_elem_sep BigDecimal id concode_elem_sep String detail concode_elem_sep MessageTransportKey transport c...
void function ( String arg0 ) { this . comment = arg0 ; }
sets the value of the comment property . concode_field_sep Object parent concode_elem_sep List<CTInputCells> inputCells concode_elem_sep Boolean hidden concode_elem_sep String name concode_elem_sep Long count concode_elem_sep String comment concode_elem_sep Boolean locked concode_elem_sep String user concode_field_sep ...
void function ( ) { map . clear ( ) ; assertThat ( map . size ( ) , is ( 0 ) ) ; }
test method for com.flatironschool.javacs.mylinearmap #clear . concode_field_sep Map<String,Integer> map concode_field_sep void testContainsValue concode_elem_sep void testKeySet concode_elem_sep void testGet concode_elem_sep void testIsEmpty concode_elem_sep void testRemove concode_elem_sep void testSize concode_elem_...
void function ( @ Nonnull BuildListener arg0 , @ Nonnull String arg1 ) { Run . waitForCheckpoint ( this , arg0 , arg1 ) ; }
like #block but allows for richer logging . concode_field_sep String internalName concode_elem_sep CheckPoint MAIN_COMPLETED concode_elem_sep CheckPoint CULPRITS_DETERMINED concode_elem_sep Object identity concode_elem_sep CheckPoint COMPLETED concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_...
DN function ( ) { return path . toDN ( ) ; }
gets the dn of the referenced managed object . concode_field_sep ManagedObjectPath<C,S> path concode_elem_sep String name concode_elem_sep InstantiableRelationDefinition<C,S> relation concode_field_sep Reference<C,S> parseDN concode_elem_sep String getName concode_elem_sep Reference<C,S> parseName concode_elem_sep Stri...
Node function ( Node arg0 ) { if ( arg0 == null ) { arg0 = nPrimaryNode ; } else { arg0 = arg0 . nNext ; } return arg0 ; }
returns the node for the next index on this database row , given the node for any index . concode_field_sep Node nPrimaryNode concode_elem_sep Object[] oData concode_elem_sep int tableId concode_elem_sep int iPos concode_field_sep int getRealSize concode_elem_sep int getStorageSize concode_elem_sep void keepInMemory co...
boolean function ( ) { return this . registerDefaultServlet ; }
flag to indicate that the default servlet should be registered . concode_field_sep boolean persistSession concode_elem_sep InetAddress address concode_elem_sep String contextPath concode_elem_sep String displayName concode_elem_sep MimeMappings mimeMappings concode_elem_sep int port concode_elem_sep Ssl ssl concode_ele...
boolean function ( Configuration arg0 ) { return arg0 . getBoolean ( CommonConfigurationKeys . IO_NATIVE_LIB_AVAILABLE_KEY , CommonConfigurationKeys . IO_NATIVE_LIB_AVAILABLE_DEFAULT ) ; }
return if native hadoop libraries , if present , can be used for this job . concode_field_sep boolean nativeCodeLoaded concode_elem_sep Log LOG concode_field_sep boolean buildSupportsSnappy concode_elem_sep String getLibraryName concode_elem_sep void setLoadNativeLibraries concode_elem_sep boolean buildSupportsOpenssl ...
List < T > function ( List < T > arg0 , Patch < T > arg1 ) { return arg1 . applyTo ( arg0 ) ; }
patch the original text with given patch concode_field_sep Pattern unifiedDiffChunkRe concode_field_sep List<T> patch concode_elem_sep List<String> processDeltas concode_elem_sep List<String> generateUnifiedDiff concode_elem_sep Patch<T> diff concode_elem_sep Patch<T> diff concode_elem_sep List<String> getDeltaText con...
void function ( AnswerKeyService arg0 ) { GameQueueManager . arg0 = arg0 ; }
sets the answerkeyservicedao this method should never be called except by spring concode_field_sep Map<Long,GameInstance> ongoingGames concode_elem_sep Map<Long,GameInstance> finishedGames concode_elem_sep GameInstanceService gameInstanceService concode_elem_sep Map<Long,GameInstance> playerGameMap concode_elem_sep Log...
double [ ] function ( int arg0 ) { Collection < Double > loc0 = new HashSet < > ( ) ; for ( Instance loc1 : instances ) { loc0 . add ( loc1 . get ( arg0 ) ) ; } double [ ] loc2 = new double [ loc0 . size ( ) ] ; int loc3 = 0 ; for ( Double loc1 : loc0 ) { loc2 [ loc3 ++ ] = loc1 ; } return loc2 ; }
finds all distinct values of a given attribute concode_field_sep List<Instance> instances concode_elem_sep Dataset dataset concode_field_sep Data bagging concode_elem_sep Data bagging concode_elem_sep boolean isEmpty concode_elem_sep boolean isIdentical concode_elem_sep boolean identicalLabel concode_elem_sep Dataset g...
JFreeChart function ( ) { Number [ ] [ ] loc0 = new Integer [ ] [ ] { { new Integer ( - 3 ) , new Integer ( - 2 ) } , { new Integer ( - 1 ) , new Integer ( 1 ) } , { new Integer ( 2 ) , new Integer ( 3 ) } } ; CategoryDataset loc1 = DatasetUtilities . createCategoryDataset ( "srini_string" , "srini_string" , loc0 ) ; r...
create a line chart with sample data in the range -3 to +3 . concode_field_sep boolean flag concode_elem_sep JFreeChart chart concode_field_sep void chartChanged concode_elem_sep void testSetSeriesURLGenerator concode_elem_sep void testReplaceDataset concode_elem_sep void setUp concode_elem_sep void testDrawWithNullInf...
void function ( ) { sCInterface . clearEvents ( ) ; }
this method resets the incoming events time events included . concode_field_sep long condition concode_elem_sep boolean e concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep boolean boolVar concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep void init concode_elem_sep SC...
void function ( String arg0 ) { this . timeoutType = arg0 ; }
the type of timeout that expired before the decision task could be completed . constraints : allowed values : start_to_close concode_field_sep String timeoutType concode_elem_sep Long startedEventId concode_elem_sep Long scheduledEventId concode_field_sep String getTimeoutType concode_elem_sep Long getStartedEventId co...
void function ( boolean arg0 ) { start_info = arg0 ; }
sets , if the corresponding item belongs to the start or destination set of the autoroute algorithm . only used , if the item belongs to the net , which will be currently routed . concode_field_sep Item item concode_elem_sep ObstacleExpansionRoom[] expansion_room_arr concode_elem_sep boolean start_info concode_elem_sep...
Double function ( Vector arg0 ) { int loc0 = AbstractAlgorithm . get ( ) . getIterations ( ) ; return apply ( loc0 , arg0 ) ; }
evaluates the function . gh concode_field_sep FunctionOptimisationProblem hef9_h_problem concode_elem_sep long serialVersionUID concode_elem_sep FunctionOptimisationProblem hef9_g_problem concode_elem_sep ContinuousFunction hef9_g concode_elem_sep ContinuousFunction hef9_h concode_field_sep ContinuousFunction getHEF9_g...
String function ( ) { if ( serial == null ) return "srini_string" ; return ( serial . toString ( ) ) ; }
return the serial number as user readable string . concode_field_sep String IDENT concode_elem_sep SerialNumber serial concode_elem_sep String NUMBER concode_elem_sep String NAME concode_field_sep void encode concode_elem_sep void set concode_elem_sep String getName concode_elem_sep Object get concode_elem_sep Enumerat...
Time function ( ) { return endingListViewDate ; }
get the list view ending date as a time object . concode_field_sep String LIST_VIEW_DATE_FORMAT_DISPLAY concode_elem_sep String SHOW_FUTURE_RANGE concode_elem_sep Time startingListViewDate concode_elem_sep ResourceLoader rb concode_elem_sep String SHOW_DAY concode_elem_sep int LIST_VIEW_STARTING_DAY concode_elem_sep in...
Boolean function ( ) { return returnValue ; }
returns true if the request succeeds ; otherwise , it returns an error . concode_field_sep Boolean returnValue concode_field_sep Boolean getReturn concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep void setReturn concode_elem_sep DeleteVpcPeeringConnectionResult clone concode_elem_sep String...
List < PropertyElement > function ( ) { try { return _reader . getProperties ( getIndex ( ) ) ; } catch ( IOException loc0 ) { IdeLog . logError ( CSSCorePlugin . getDefault ( ) , loc0 ) ; } return Collections . emptyList ( ) ; }
getproperties concode_field_sep CSSIndexReader _reader concode_field_sep List<PseudoClassElement> getPseudoClasses concode_elem_sep IndexManager getIndexManager concode_elem_sep PropertyElement getProperty concode_elem_sep PseudoClassElement getPseudoClass concode_elem_sep Set<String> getColors concode_elem_sep Index g...
UserDetails function ( String arg0 , Collection < ? extends GrantedAuthority > arg1 ) { return new User ( arg0 , "srini_string" , arg1 ) ; }
impl of spring userdetails loading concode_field_sep String checkTokenEndpointUrl concode_elem_sep String clientId concode_elem_sep TokenEncrypter tokenEncrypter concode_elem_sep Log logger concode_elem_sep RestOperations restTemplate concode_elem_sep String clientSecret concode_elem_sep DatacoreSecurityServiceImpl sec...
boolean function ( ) { return this . terminationFlag == TERMINATED ; }
check whether this batch is the last in a series of batches . concode_field_sep int rowOffset concode_elem_sep byte ITERATION_TERMINATED concode_elem_sep byte TERMINATED concode_elem_sep List<List<?>> tuples concode_elem_sep byte terminationFlag concode_elem_sep byte NOT_TERMINATED concode_field_sep List<?>[] getAllTup...
boolean function ( Headers arg0 ) { return varyFields ( arg0 ) . contains ( "srini_string" ) ; }
returns true if a vary header contains an asterisk . such responses can not be cached . concode_field_sep String RECEIVED_MILLIS concode_elem_sep String RESPONSE_SOURCE concode_elem_sep String SENT_MILLIS concode_elem_sep String PREFIX concode_elem_sep Comparator<String> FIELD_NAME_COMPARATOR concode_elem_sep String SE...
void function ( TranscoderException arg0 ) { System . err . println ( "srini_string" + arg0 . getMessage ( ) ) ; }
invoked when an error occured while transcoding . concode_field_sep PlaceHolder placeHolder concode_field_sep void fatalError concode_elem_sep void warning
void function ( String arg0 ) { this . group = arg0 ; }
sets the value of the group property . concode_field_sep String image concode_elem_sep String code concode_elem_sep Boolean visible concode_elem_sep Langs langs concode_elem_sep List<Tracked> tracked concode_elem_sep String style concode_elem_sep long serialVersionUID concode_elem_sep Long id concode_elem_sep String la...
int function ( ) { return getPersistence ( ) . countAll ( ) ; }
returns the number of d a n h g i a v e s i n h x as . concode_field_sep DANHGIAVESINHXAPersistence _persistence concode_field_sep void cacheResult concode_elem_sep void cacheResult concode_elem_sep List<DANHGIAVESINHXA> findWithDynamicQuery concode_elem_sep List<DANHGIAVESINHXA> findWithDynamicQuery concode_elem_sep L...
String function ( ) { return id ; }
gets the value of the id property . concode_field_sep ReportSet.Reports reports concode_elem_sep ReportSet.Configuration configuration concode_elem_sep String inherited concode_elem_sep List<String> report concode_elem_sep String id concode_elem_sep List<Element> any concode_field_sep void setReports concode_elem_sep R...
Object function ( ) { return this . handler ; }
return the handler object to execute . concode_field_sep Object handler concode_elem_sep Log logger concode_elem_sep List<HandlerInterceptor> interceptorList concode_elem_sep HandlerInterceptor[] interceptors concode_elem_sep int interceptorIndex concode_field_sep HandlerInterceptor[] getInterceptors concode_elem_sep v...
void function ( F arg0 ) { this . first = arg0 ; }
sets the first object . concode_field_sep F first concode_elem_sep S second concode_field_sep void setSecond concode_elem_sep F getFirst concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep S getSecond concode_elem_sep String toString
void function ( String arg0 , Object arg1 ) { FacesContext . getCurrentInstance ( ) . getExternalContext ( ) . getSessionMap ( ) . put ( arg0 , arg1 ) ; }
store the managed bean inside the session scope . concode_field_sep PlaceHolder placeHolder concode_field_sep String getRequestParameter concode_elem_sep Application getApplication concode_elem_sep ValueBinding getValueBinding concode_elem_sep Object getElValue concode_elem_sep void addInfoMessage concode_elem_sep void...
Throwable function ( Throwable arg0 ) { return collapse ( arg0 , true ) ; }
creates but does not throw a new propagatedruntimeexception whose message and cause are taken from the first _ interesting _ element in the source concode_field_sep List<Class<? extends Throwable>> BORING_PREFIX_THROWABLE_EXACT_TYPES concode_elem_sep List<Class<? extends Throwable>> BORING_THROWABLE_SUPERTYPES concode_...
int function ( ) { return inlineScriptSize ; }
returns total size of inline < script > tags concode_field_sep int filesize concode_elem_sep int inlineScriptSize concode_elem_sep int emptyChars concode_elem_sep int inlineStyleSize concode_elem_sep int inlineEventSize concode_field_sep void setEmptyChars concode_elem_sep int getFilesize concode_elem_sep void setInlin...
String function ( String arg0 , String arg1 ) { JsonElement loc0 = jsonParser . parse ( arg0 ) ; JsonObject loc1 = loc0 . getAsJsonObject ( ) ; return loc1 . get ( arg1 ) . getAsString ( ) ; }
parses a string from a json string given its key name . concode_field_sep JsonParser jsonParser concode_field_sep String jsonStringAtArrayIndex concode_elem_sep int jsonIntAtArrayIndex concode_elem_sep int jsonInt concode_elem_sep List<Integer> jsonIntArray concode_elem_sep List<String> jsonStringArray
String function ( String arg0 ) { return generateIFrameWithContextPath ( SOURCE_CODE_ULR + arg0 ) ; }
generates iframe markup with the specified source as the url to the iframe content . modifies the source path by prepending the source code loading servlet path . concode_field_sep String IFRAME_SUFFIX concode_elem_sep String IFRAME_PREFIX concode_elem_sep String SOURCE_CODE_ULR concode_field_sep String getContextPathS...
void function ( long arg0 ) { _svnRevision . setSvnRepositoryId ( arg0 ) ; }
sets the svn repository id of this s v n revision . concode_field_sep SVNRevision _svnRevision concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEsca...
BigDecimal function ( ) { return initialPrice ; }
sets the initial price concode_field_sep Seller seller concode_elem_sep Long itemId concode_elem_sep String itemName concode_elem_sep Date createdDate concode_elem_sep Date bidEndDate concode_elem_sep BigDecimal initialPrice concode_elem_sep List<Bid> bids concode_elem_sep Date bidStartDate concode_elem_sep Set<Categor...
void function ( ) { mWarnings ++ ; }
increment the number of warnings associated with this api list . concode_field_sep HashMap<String,PackageInfo> mPackageList concode_elem_sep String mDebugString concode_elem_sep int mWarnings concode_elem_sep int mErrors concode_field_sep Iterator<PackageInfo> getPackageIterator concode_elem_sep PackageInfo getPackage ...
void function ( BigDecimal arg0 ) { addCollectedWithTolerance ( arg0 , BigDecimal . ZERO ) ; }
add an amount to the existing collected amount , with zero tolerance i.e. balance can not be exceeded . concode_field_sep EgDemandReason egDemandReason concode_elem_sep String fileReferenceNo concode_elem_sep BigDecimal ONE_PAISA_TOLERANCE_FOR_ADDCOLLECTED concode_elem_sep EgDemand egDemand concode_elem_sep Set<EgdmCol...
void function ( String arg0 ) { this . className = arg0 ; }
specify the underlying implementation class name of the xa resource described by this bean . concode_field_sep boolean ignoreRecoveryFailures concode_elem_sep Properties driverProperties concode_elem_sep int maxPoolSize concode_elem_sep String className concode_elem_sep boolean allowLocalTransactions concode_elem_sep i...
String function ( ) { return this . getClass ( ) . getName ( ) ; }
standard method for the name of a similarity . simply returns the class name . concode_field_sep PlaceHolder placeHolder concode_field_sep int getSizeOfIntersectionOfRelation concode_elem_sep int getSizeOfIntersectionOfTwoRelations concode_elem_sep int getSizeOfRelation
ResultMatcher function ( ) { return new ResultMatcher ( ) { @ Override public void match ( MvcResult arg0 ) throws Exception { String loc0 = arg0 . getResponse ( ) . getContentAsString ( ) ; jsonPathHelper . doesNotExist ( loc0 ) ; } } ; }
evaluate the json path and assert not content was found . concode_field_sep JsonPathExpectationsHelper jsonPathHelper concode_field_sep ResultMatcher exists concode_elem_sep ResultMatcher isArray concode_elem_sep ResultMatcher value concode_elem_sep ResultMatcher value
boolean function ( Collection arg0 ) { return arg0 == null || arg0 . isEmpty ( ) ; }
returns true if the specified collection is null or collection #isempty empty , false otherwise . concode_field_sep PlaceHolder placeHolder concode_field_sep int size concode_elem_sep int size concode_elem_sep int computeListCapacity concode_elem_sep Set<E> asSet concode_elem_sep List<E> asList
FirefoxDriver function ( ) { return firefoxdriver ; }
constructor for the firefox driver . concode_field_sep HtmlUnitDriver htmldriver concode_elem_sep OperaDriver operadriver concode_elem_sep ChromeDriver chromedriver concode_elem_sep IPhoneDriver iphonedriver concode_elem_sep InternetExplorerDriver iedriver concode_elem_sep AndroidDriver androiddriver concode_elem_sep F...
Object function ( Object arg0 , Object arg1 ) { reporter . updateCounter ++ ; if ( arg0 == null ) { nullKeyExists = true ; nullKeyMapping = arg1 ; } return table . put ( arg0 , arg1 ) ; }
creates or updates a mapping in this map . if key already exists in the map then it is remapped to value and the element for the old mapping is returned . otherwise a new mapping is created that maps key to value and null is returned . concode_field_sep boolean nullKeyExists concode_elem_sep Reporter reporter concode_e...
int [ ] function ( int [ ] arg0 , int arg1 ) { arg0 [ 0 ] = arg0 [ 1 ] ; arg0 [ 1 ] = arg0 [ 2 ] ; arg0 [ 2 ] = arg0 [ 3 ] ; arg0 [ 3 ] = arg1 ; return arg0 ; }
shift array 32 bits and add val to index.length - 1 . concode_field_sep int output concode_elem_sep byte[] workingIV concode_elem_sep int[] nfsr concode_elem_sep byte[] workingKey concode_elem_sep boolean initialised concode_elem_sep int STATE_SIZE concode_elem_sep int[] lfsr concode_elem_sep int index concode_elem_sep...
void function ( Grantee arg0 ) { if ( grantee != null ) { Trace . doAssert ( false , Trace . getMessage ( Trace . CHANGE_GRANTEE ) + "srini_string" + sName ) ; } grantee = arg0 ; }
sets the grantee object for this user . this is done in the constructor for all users except the special users system and public , which have to be set up before the managers are initialized . concode_field_sep HsqlName initialSchema concode_elem_sep String sName concode_elem_sep Grantee grantee concode_elem_sep boolea...
void function ( String arg0 ) { this . actuate = arg0 ; }
sets the value of the actuate property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep MICoverageDescriptionType miCoverageDescription concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep Strin...
boolean function ( Object arg0 ) { return this . advices . remove ( arg0 ) ; }
remove an advice concode_field_sep List<Object> advices concode_elem_sep long serialVersionUID concode_field_sep List<Object> getAdvices concode_elem_sep void addAdvice
String function ( final Date arg0 ) { return ch . boye . httpclientandroidlib . client . utils . DateUtils . formatDate ( arg0 ) ; }
formats the given date according to the rfc 1123 pattern . concode_field_sep String PATTERN_RFC1123 concode_elem_sep String PATTERN_ASCTIME concode_elem_sep TimeZone GMT concode_elem_sep String PATTERN_RFC1036 concode_field_sep Date parseDate concode_elem_sep Date parseDate concode_elem_sep Date parseDate
List < Resource > function ( ResourceLoader arg0 , String ... arg1 ) { List < Resource > loc0 = new ArrayList < Resource > ( ) ; for ( String loc1 : arg1 ) { loc0 . add ( arg0 . getResource ( loc1 ) ) ; } return loc0 ; }
convert the supplied paths to a list of resource handles usingthe given resourceloader . concode_field_sep String SLASH concode_field_sep String[] convertToClasspathResourcePaths concode_elem_sep Resource[] convertToResources
void function ( String arg0 ) { handler = new DefaultServletHttpRequestHandler ( ) ; handler . setDefaultServletName ( arg0 ) ; handler . setServletContext ( servletContext ) ; }
enable forwarding to the `` default '' servlet identified by the given name . this is useful when the default servlet can not be auto-detected , for example when it has been manually configured . concode_field_sep DefaultServletHttpRequestHandler handler concode_elem_sep ServletContext servletContext concode_field_sep ...
void function ( Long arg0 ) { this . id = arg0 ; }
sets the id . concode_field_sep String updatedBy concode_elem_sep String createdBy concode_elem_sep String displayName concode_elem_sep Long id concode_elem_sep boolean deleted concode_elem_sep Date updatedOn concode_elem_sep String userName concode_elem_sep Date createdOn concode_field_sep void setUpdatedBy concode_el...
String function ( ) { return fileName ; }
gets the value of the filename property . concode_field_sep String macroName concode_elem_sep String fileName concode_elem_sep Long fileSize concode_elem_sep Long assetId concode_elem_sep byte[] assetByteArray concode_field_sep void setFileName concode_elem_sep Long getFileSize concode_elem_sep byte[] getAssetByteArray...
void function ( InputStream arg0 ) { value = new boolean [ arg0 . read_long ( ) ] ; arg0 . read_boolean_array ( value , 0 , value . length ) ; typecode . setLength ( value . length ) ; }
fill in the #value field by reading the required datafrom the given stream . this method first reads the array size as corba long and then calls the org.omg.corba.portable.inputstream #read_boolean_array . concode_field_sep ArrayTypeCode typecode concode_elem_sep boolean[] value concode_field_sep TypeCode _type concode...
void function ( String arg0 ) { this . tilesDefinitionDelimiter = arg0 ; }
sets tiles definition delimiter . for example , instead of using the request ` info/about ' to lookup the template definition ` info/maintemplate ' , the default delimiter of ' . ' would look for ' . info.maintemplate ' concode_field_sep String tilesBodyAttributeName concode_elem_sep String tilesDefinitionDelimiter con...
Coordinate [ ] function ( ) { return intSegments ; }
gets the endpoints of the intersecting segments . concode_field_sep Coordinate intPt concode_elem_sep Coordinate[] intSegments concode_elem_sep boolean findProper concode_elem_sep boolean hasNonProperIntersection concode_elem_sep boolean findAllTypes concode_elem_sep boolean hasProperIntersection concode_elem_sep boole...
Set < String > function ( ) { return STANDARD_PROPERTIES ; }
returns the keys that are guaranteed to be contained in system.getproperties by default , as specified in the javadoc for that method . concode_field_sep Lock lock concode_elem_sep SystemProperties INSTANCE concode_elem_sep Set<String> IMPORTANT_NON_STANDARD_PROPERTIES concode_elem_sep Set<String> STANDARD_PROPERTIES c...
org . apache . axis . encoding . Serializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanSerializer ( arg1 , arg2 , typeDesc ) ; }
get custom serializer concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String ftpPassword concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String ftpLoginID concode_elem_sep java.lang.String type concode_elem_sep int haltOnError concode_elem_sep java.lang.Stri...
StateTrackableDelegate function ( State arg0 ) { switch ( arg0 ) { case UNTRACKABLE : return UNTRACKABLE_DELEGATE ; case STABLE : return new StateTrackableDelegate ( STABLE ) ; case DYNAMIC : return new StateTrackableDelegate ( DYNAMIC ) ; case IMMUTABLE : return IMMUTABLE_DELEGATE ; default : throw new InternalError (...
returns a statetrackabledelegate instance with thespecified initial state state . if the specified state is state #untrackable untrackable or state #immutable immutable then the approprirate static instance #untrackable_delegate or #immutable_delegate is returned . concode_field_sep State theState concode_elem_sep Stat...
Object [ ] [ ] function ( Class < ? > arg0 ) { Map < String , List < String >> loc0 = this . getData ( ) ; return clsParser . getTestngData ( arg0 , loc0 ) ; }
method to be used to parse the data file and to create data objects of the respective passed class . mainly used to provide data drive variables for testng data drive methods . concode_field_sep ClassParser clsParser concode_field_sep Map<String,List<String>> getData concode_elem_sep List<T> getClassObjectList
PersonIdent function ( ) { return refLogIdent ; }
returns the identity that should be used for reflog entries when updating the destination branch . the reflog identity may only be set during #run codereviewcommit , collection , and this method is invalid to call beforehand . concode_field_sep MergeUtil mergeUtil concode_elem_sep Set<RevCommit> alreadyAccepted concode...
void function ( Log arg0 ) { this . logger = ( arg0 != null ? arg0 : LogFactory . getLog ( getClass ( ) ) ) ; }
set the log logger that is to be used to report warnings.if set to null then a default log logger set tothe name of the instance class will be used . concode_field_sep Log logger concode_field_sep void warning concode_elem_sep void error concode_elem_sep void fatal
void function ( JSONObject arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . OK , arg0 ) ) ; }
helper for success callbacks that just returns the status.ok by default concode_field_sep String callbackId concode_elem_sep CordovaWebView webView concode_elem_sep int changingThreads concode_elem_sep String LOG_TAG concode_elem_sep boolean finished concode_field_sep boolean isChangingThreads concode_elem_sep String g...
ServerSocket function ( int arg0 ) { ServerSocket loc0 = new ServerSocket ( arg0 ) ; return loc0 ; }
return true if the specified port is free . concode_field_sep Logger log concode_elem_sep Random random concode_field_sep void main concode_elem_sep ServerSocket openServerSocketFromRangePort concode_elem_sep ServerSocket openServerSocketFromRangePort
void function ( TextPresentation arg0 , List < AttributedPosition > arg1 , List < AttributedPosition > arg2 ) { Runnable loc0 = presenter . createUpdateRunnable ( arg0 , arg1 , arg2 ) ; if ( loc0 == null ) return ; Display loc1 = Display . getDefault ( ) ; loc1 . asyncExec ( loc0 ) ; }
update the presentation . concode_field_sep StyledTextXtextAdapter styledTextXtextAdapter concode_elem_sep ISemanticHighlightingCalculator calculator concode_elem_sep ITextAttributeProvider attributeProvider concode_elem_sep HighlightingPresenter presenter concode_elem_sep List<AttributedPosition> removedPositions conc...
String function ( InputStream arg0 ) { }
reads and returns the string without newline . bytearrayoutputstream is a very handy method of collecting bytes when the length is unknown . concode_field_sep Logger logger concode_field_sep byte[] readData concode_elem_sep void sendError concode_elem_sep void closeSocket concode_elem_sep void writeLine concode_elem_se...
void function ( Node arg0 , ControlFlowGraph < Node > arg1 , Appendable arg2 ) { new DotFormatter ( arg0 , arg1 , arg2 , false ) ; }
converts an ast to dot representation and appends it to the given buffer . concode_field_sep String LINE concode_elem_sep int keyCount concode_elem_sep String ARROW concode_elem_sep ControlFlowGraph<Node> cfg concode_elem_sep boolean printAnnotations concode_elem_sep Appendable builder concode_elem_sep HashMap<Node,Int...
void function ( Statement arg0 ) { if ( arg0 != null ) { try { arg0 . close ( ) ; } catch ( Exception loc0 ) { } } }
close the given jdbc statement and ignore any thrown exception . this is useful for typical finally blocks in manual jdbc code . concode_field_sep byte[] Hexhars concode_field_sep String readClob concode_elem_sep byte[] readBlob concode_elem_sep T getResultSetValue concode_elem_sep T getResultSetValue concode_elem_sep ...
TieBreak function ( ) { return tieBreak ; }
if #gettype is type #mixed , this can be tiebreak #sourceip or tiebreak #geolocation , otherwise tiebreak #geolocation concode_field_sep Type type concode_elem_sep int code concode_elem_sep TieBreak tieBreak concode_elem_sep Optional<String> name concode_elem_sep TieBreak tieBreak concode_elem_sep String zoneId concode...
long function ( ClassNode arg0 ) { if ( ! ( arg0 instanceof DecompiledClassNode ) ) { return Verifier . getTimestamp ( arg0 . getTypeClass ( ) ) ; } return ( ( DecompiledClassNode ) arg0 ) . getCompilationTimeStamp ( ) ; }
get the time stamp of a class note : copied from groovyclassloader concode_field_sep ClassNode NO_CLASS concode_elem_sep SourceUnit su concode_elem_sep Map<String,ClassNode> cachedClasses concode_elem_sep ClassNode cn concode_field_sep LookupResult findClassNode concode_elem_sep boolean isFromAnotherClassLoader concode...
int function ( ) { return p . blocksAccessed ( ) ; }
estimates the number of block accesses in the projection , which is the same as in the underlying query . concode_field_sep Plan p concode_elem_sep Schema schema concode_field_sep Schema schema concode_elem_sep int distinctValues concode_elem_sep int recordsOutput concode_elem_sep Scan open
void function ( AssociationFilterKey arg0 ) { this . key = arg0 . toString ( ) ; }
the name of the filter . concode_field_sep String value concode_elem_sep String key concode_field_sep String getKey concode_elem_sep String getValue concode_elem_sep AssociationFilter withValue concode_elem_sep int hashCode concode_elem_sep void setValue concode_elem_sep boolean equals concode_elem_sep AssociationFilte...
CountMinSketch function ( double arg0 , double arg1 , int arg2 ) { return new CountMinSketchImpl ( arg0 , arg1 , arg2 ) ; }
creates a countminsketch with given relative error eps , confidence , and random seed . concode_field_sep int versionNumber concode_field_sep void add concode_elem_sep void add concode_elem_sep long estimateCount concode_elem_sep int getVersionNumber concode_elem_sep CountMinSketch readFrom concode_elem_sep double conf...
Boolean function ( ) { return this . chapEnabled ; }
indicates whether mutual chap is enabled for the iscsi target . concode_field_sep String networkInterfaceId concode_elem_sep Integer networkInterfacePort concode_elem_sep Integer lunNumber concode_elem_sep Boolean chapEnabled concode_elem_sep String targetARN concode_field_sep Integer getNetworkInterfacePort concode_el...
AuditRelatedId function ( String arg0 ) { return relatedId ( null , arg0 ) ; }
create restrictions on an id of a related entity . concode_field_sep PlaceHolder placeHolder concode_field_sep AuditProperty<Object> revisionProperty concode_elem_sep AuditProperty<Object> revisionProperty concode_elem_sep AuditProperty<RevisionType> revisionType concode_elem_sep AuditProperty<RevisionType> revisionTyp...
int function ( ) { Context loc0 = Freenect . createContext ( ) ; return loc0 . numDevices ( ) ; }
static method to only obtain the number of connected kinect devices concode_field_sep FloatBuffer rawDepthToWorldBuffer concode_elem_sep Method depthEventMethod concode_elem_sep boolean started concode_elem_sep boolean irEnabled concode_elem_sep ShortBuffer rawDepthBuffer concode_elem_sep boolean mirrorMode concode_ele...
EmbeddedDatabaseType function ( ) { return this . type ; }
returns the embeddeddatabasetype for the connection . concode_field_sep String DEFAULT_DATABASE_NAME concode_elem_sep String driverClass concode_elem_sep EmbeddedDatabaseConnection override concode_elem_sep EmbeddedDatabaseType type concode_elem_sep String url concode_field_sep String getDriverClassName concode_elem_se...
void function ( Key arg0 ) { if ( arg0 == null ) throw new NullPointerException ( "srini_string" ) ; first = delete ( first , arg0 ) ; }
removes the specified key and its associated value from this symbol table if the key is in this symbol table . concode_field_sep Value val concode_elem_sep Node next concode_elem_sep int N concode_elem_sep Node first concode_elem_sep Key key concode_field_sep boolean contains concode_elem_sep int size concode_elem_sep ...
QueryParser function ( ) { return topLevelParser ; }
returns the top level parser which created this extensionquery concode_field_sep String field concode_elem_sep QueryParser topLevelParser concode_elem_sep String rawQueryString concode_field_sep String getRawQueryString concode_elem_sep String getField
UUID function ( ) { return mUuid ; }
returns the uuid of this service concode_field_sep int SERVICE_TYPE_PRIMARY concode_elem_sep UUID mUuid concode_elem_sep List<BluetoothGattCharacteristic> mCharacteristics concode_elem_sep BluetoothDevice mDevice concode_elem_sep int mInstanceId concode_elem_sep int mHandles concode_elem_sep List<BluetoothGattService> ...
StringBuffer function ( byte [ ] arg0 , int arg1 , int arg2 ) { StringBuffer loc0 = new StringBuffer ( arg2 ) ; int loc1 = arg1 + arg2 ; for ( int loc2 = arg1 ; loc2 < loc1 ; ++ loc2 ) { if ( arg0 [ loc2 ] == 0 ) { break ; } loc0 . append ( ( char ) arg0 [ loc2 ] ) ; } return loc0 ; }
parse an entry name from a header buffer . concode_field_sep int BYTE_MASK concode_field_sep long computeCheckSum concode_elem_sep int getCheckSumOctalBytes concode_elem_sep int getNameBytes concode_elem_sep long parseOctal concode_elem_sep int getOctalBytes concode_elem_sep int getLongOctalBytes
boolean function ( Shape arg0 ) { return ! OPTIMIZED_DRAWING_ENABLED || ( arg0 != null && arg0 . intersects ( bounds ) ) ; }
tests if the interior of the textsprite bounds intersects the interior of a specified shape . concode_field_sep ArrayList<GlyphText> glyphTexts concode_elem_sep String fontName concode_elem_sep AffineTransform graphicStateTransform concode_elem_sep AffineTransform tmTransform concode_elem_sep Rectangle2D.Float bounds c...
long function ( ) { return blockIdGenerator . getCurrentValue ( ) ; }
gets the maximum sequentially allocated contiguous block id for this filesystem concode_field_sep GenerationStamp legacyGenerationStamp concode_elem_sep SequentialBlockGroupIdGenerator blockGroupIdGenerator concode_elem_sep GenerationStamp generationStamp concode_elem_sep SequentialBlockIdGenerator blockIdGenerator con...
void function ( Set < MappingType > arg0 ) { this . dbToTalendTypes = arg0 ; }
sets the mappingtypes . concode_field_sep List<DbPreBeforeLength> prebeforelength concode_elem_sep String product concode_elem_sep Set<MappingType> dbToTalendTypes concode_elem_sep boolean defaultDbms concode_elem_sep List<DbIgnoreLengthAndPrecision> ignoreLengthPrecision concode_elem_sep String id concode_elem_sep Str...
int function ( ) { return cache . size ( ) ; }
size of the cache concode_field_sep int count concode_elem_sep HashMap<K,K> cache concode_elem_sep Log LOG concode_elem_sep int lookups concode_elem_sep K value concode_elem_sep Map<K,UseCount> transientMap concode_elem_sep boolean initialized concode_elem_sep int useThreshold concode_field_sep int getLookupCount conco...
String function ( ) { return symbolName ; }
gets the name of this symbolic instance . concode_field_sep SymbolicInstance<?> ZEROPOS_DOMAIN concode_elem_sep SymbolicInstance<?> ZERO concode_elem_sep SymbolicInstance<?> NEG_DOMAIN concode_elem_sep Map<CtVariableReference<?>,String> fields concode_elem_sep SymbolicInstance<?> NULL concode_elem_sep String symbolName...
Fields function ( String arg0 , String arg1 ) { Fields loc0 = _componentToStreamToFields . get ( arg0 ) . get ( arg1 ) ; if ( loc0 == null ) { throw new IllegalArgumentException ( "srini_string" + arg0 + "srini_string" + arg1 ) ; } return loc0 ; }
gets the declared output fields for the specified component/stream . concode_field_sep StormTopology _topology concode_elem_sep Map<Integer,String> _taskToComponent concode_elem_sep String _topologyId concode_elem_sep int _topologyMasterId concode_elem_sep Map<String,List<Integer>> _componentToTasks concode_elem_sep Ma...
java . util . List < SuggestionMatch > function ( ) { if ( suggestions == null ) { suggestions = new com . amazonaws . internal . SdkInternalList < SuggestionMatch > ( ) ; } return suggestions ; }
the documents that match the query string . concode_field_sep Long found concode_elem_sep String query concode_elem_sep com.amazonaws.internal.SdkInternalList<SuggestionMatch> suggestions concode_field_sep SuggestModel withQuery concode_elem_sep Long getFound concode_elem_sep SuggestModel withSuggestions concode_elem_s...
String function ( ) { return violatingText ; }
gets the value of the violatingtext property . concode_field_sep String policyName concode_elem_sep String violatingText concode_field_sep void setViolatingText concode_elem_sep void setPolicyName concode_elem_sep String getPolicyName
void function ( TranscoderException arg0 ) { System . err . println ( "srini_string" + arg0 . getMessage ( ) ) ; }
invoked when an error occured while transcoding . concode_field_sep PlaceHolder placeHolder concode_field_sep void fatalError concode_elem_sep void warning
Config function ( String arg0 ) { LOGGER . info ( ( SINGLETON == null ? "srini_string" : "srini_string" ) + "srini_string" + arg0 ) ; try { initSingleton ( new FileInputStream ( arg0 ) ) ; } catch ( FileNotFoundException loc0 ) { throw new XFormsConfigException ( loc0 ) ; } return SINGLETON ; }
initializes and returns the singleton configuration instance . if it is already initialized , it will be recreated from the given file . concode_field_sep Log LOGGER concode_elem_sep HashMap errorMessages concode_elem_sep InstanceSerializerMap instanceSerializerMap concode_elem_sep HashMap submissionHandlers concode_el...
TableColumn function ( ColumnBandData arg0 ) { if ( arg0 == null ) return null ; return arg0 . getColumn ( ) ; }
returns copied column for the given column band data . concode_field_sep PlaceHolder placeHolder concode_field_sep DesignSession getDesignSession concode_elem_sep List getCopiedCells concode_elem_sep FontHandle getFontProperty concode_elem_sep Cell getCopiedCell