code
stringlengths
20
663
nl
stringlengths
68
7.19k
int function ( ) { return 0 ; }
missing return javadoc concode_field_sep int variable2 concode_elem_sep int variable1 concode_elem_sep int CONSTANT concode_field_sep T2 methodTypeParameter concode_elem_sep void simpleMethodEmptyComment concode_elem_sep void methodParameter concode_elem_sep int compareTo concode_elem_sep void simpleMethod
boolean function ( ClassLoader arg0 ) { return arg0 == null ; }
returns true if the given class loader is in the system domain in which all permissions are granted . concode_field_sep int STATE_YELLOW concode_elem_sep int JVMTI_THREAD_STATE_BLOCKED_ON_MONITOR_ENTER concode_elem_sep int JVMTI_THREAD_STATE_WAITING_WITH_TIMEOUT concode_elem_sep boolean defaultAllowArraySyntax concode_...
void function ( OutputStream arg0 , String [ ] arg1 ) { arg0 . write_long ( arg1 . length ) ; for ( int loc0 = 0 ; loc0 < arg1 . length ; loc0 ++ ) { arg0 . write_wstring ( arg1 [ loc0 ] ) ; } }
writes the string into the given stream . concode_field_sep PlaceHolder placeHolder concode_field_sep String[] extract concode_elem_sep String[] read concode_elem_sep void insert concode_elem_sep String id concode_elem_sep TypeCode type
void function ( Long arg0 ) { log . debug ( "srini_string" , arg0 ) ; pocRepository . delete ( arg0 ) ; }
delete the poc by id . concode_field_sep Logger log concode_elem_sep PocRepository pocRepository concode_field_sep Poc save concode_elem_sep Poc findOne concode_elem_sep Page<Poc> findAll
boolean function ( Object arg0 ) { if ( ! ( arg0 instanceof Pair ) ) { return false ; } Pair < ? , ? > loc0 = ( Pair < ? , ? > ) arg0 ; return Objects . equal ( loc0 . first , first ) && Objects . equal ( loc0 . second , second ) ; }
checks the two objects for equality by delegating to their respective object #equals object methods . concode_field_sep F first concode_elem_sep S second concode_field_sep int hashCode concode_elem_sep Pair<A,B> create
String function ( String arg0 ) { Preconditions . checkArgument ( this . encryptor . isPresent ( ) , "srini_string" ) ; try { return this . encryptor . get ( ) . encrypt ( arg0 ) ; } catch ( Exception loc0 ) { throw new RuntimeException ( "srini_string" , loc0 ) ; } }
encrypt a password . a master password must have been provided in the constructor . concode_field_sep long CACHE_EXPIRATION_MIN concode_elem_sep long CACHE_SIZE concode_elem_sep Optional<TextEncryptor> encryptor concode_elem_sep Logger LOG concode_elem_sep LoadingCache<Map.Entry<Optional<String>,Boolean>,PasswordManage...
void function ( int arg0 , String arg1 ) { assertEquals ( "srini_string" , arg0 , exitCode ) ; assertNotNull ( "srini_string" , output ) ; if ( ! output . contains ( arg1 ) ) { fail ( "srini_string" + arg1 + "srini_string" + output ) ; } }
asserts that the command exited with the expected exit code and that the given expected output is contained in the actual command output . concode_field_sep String output concode_elem_sep int exitCode concode_field_sep String toString
long function ( String arg0 ) { return byteStringAs ( arg0 , ByteUnit . BYTE ) ; }
convert a passed byte string e.g. 50b , 100k , or 250m to bytes for internal use . if no suffix is provided , the passed number is assumed to be in bytes . concode_field_sep long DEFAULT_DRIVER_MEM_MB concode_elem_sep Logger logger concode_elem_sep ImmutableMap<String,ByteUnit> byteSuffixes concode_elem_sep ImmutableMa...
Authentication function ( String arg0 ) { return authentications . get ( arg0 ) ; }
get authentication for the given name . concode_field_sep Map<String,String> defaultHeaderMap concode_elem_sep RequestQueue mRequestQueue concode_elem_sep SimpleDateFormat DATE_FORMAT concode_elem_sep Context context concode_elem_sep ApiInvoker INSTANCE concode_elem_sep SimpleDateFormat DATE_TIME_FORMAT concode_elem_se...
void function ( ) { CustomXYToolTipGenerator loc0 = new CustomXYToolTipGenerator ( ) ; CustomXYToolTipGenerator loc1 = ( CustomXYToolTipGenerator ) loc0 . clone ( ) ; assertTrue ( loc0 != loc1 ) ; assertTrue ( loc0 . getClass ( ) == loc1 . getClass ( ) ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; }
confirm that cloning works . concode_field_sep PlaceHolder placeHolder concode_field_sep void testPublicCloneable concode_elem_sep void testSerialization
Integer [ ] function ( StudentManagement arg0 , String arg1 ) { Integer [ ] loc0 = null ; return loc0 ; }
gettoporgnodeidsforuser concode_field_sep int MAX_ITEMS concode_field_sep String findStudentSuggestions concode_elem_sep StudentProfileInformation getStudentProfileInformation concode_elem_sep ManageStudentData searchAllStudentsAtAndBelow concode_elem_sep ManageStudentData searchStudentsByOrgNode concode_elem_sep List ...
boolean function ( String arg0 , String arg1 ) { return paymentDAO . updatePaymentStatus ( arg0 , arg1 ) ; }
this method is used to update the payment status to complete after receiving successful payment response from the payment service provider concode_field_sep PaymentDAO paymentDAO concode_field_sep boolean updatePaymentInProgress concode_elem_sep PaymentVO fetchPayment concode_elem_sep PaymentStatus updateApplicantReque...
AbstractWindowTarget function ( ) { return CWin . getInstance ( ) . getTarget ( ) ; }
get window target concode_field_sep PlaceHolder placeHolder concode_field_sep PropertyObject getControl concode_elem_sep PropertyObject getControl concode_elem_sep PropertyObject getControl concode_elem_sep ClarionKey newKey concode_elem_sep ClarionReal newReal concode_elem_sep ClarionAny newAny concode_elem_sep Clario...
Subnet function ( String arg0 ) { this . subnetIdentifier = arg0 ; return this ; }
the identifier of the subnet . returns a reference to this object so that method calls can be chained together . concode_field_sep String subnetIdentifier concode_elem_sep String subnetStatus concode_elem_sep AvailabilityZone subnetAvailabilityZone concode_field_sep void setSubnetIdentifier concode_elem_sep String getS...
Long function ( ) { return assetId ; }
gets the value of the assetid 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 ...
KnowledgeGroup function ( ) { return new KnowledgeGroup ( REQUIRED , new HashSet < String > ( 0 ) , new HashSet < String > ( 0 ) ) ; }
generates a simple exemplar of this class to test serialization . concode_field_sep long serialVersionUID concode_elem_sep int FORBIDDEN concode_elem_sep Set<String> fromGroup concode_elem_sep int type concode_elem_sep int REQUIRED concode_elem_sep Set<String> toGroup concode_field_sep Set<String> getToVariables concod...
void function ( String arg0 ) { this . workspaceId = arg0 ; }
the identifier of the workspace to reboot . concode_field_sep String workspaceId concode_field_sep RebootRequest withWorkspaceId concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep RebootRequest clone concode_elem_sep String toString concode_elem_sep String getWorkspaceId
Image function ( ) { return getGrayedIcon ( FIREFOX_ICON_PATH ) ; }
gets the grayed out firefox icon to be displayed when no firefox browsers are captured . concode_field_sep String OPERA_ICON_PATH concode_elem_sep Map<String,Image> greyedImages concode_elem_sep String SAFARI_ICON_PATH concode_elem_sep String IE_ICON_PATH concode_elem_sep String CHROME_ICON_PATH concode_elem_sep Map<St...
void function ( BigDecimal arg0 ) { this . pmntAmt = arg0 ; }
sets the value of the pmntamt property . concode_field_sep String pmtEndToEndId concode_elem_sep String firstPmtEndToEndId concode_elem_sep XMLGregorianCalendar exportDt concode_elem_sep String orgnlPmtEndToEndId concode_elem_sep String representationAttNo concode_elem_sep BigDecimal pmntAmt concode_elem_sep String ope...
String function ( Card arg0 ) { if ( arg0 . isToken ( ) && ! arg0 . isCopiedToken ( ) ) return GuiDisplayUtil . cleanString ( arg0 . getImageName ( ) ) + TOKEN ; return arg0 . getImageFilename ( ) ; }
returns the map key for a card , without any suffixes for the image size . concode_field_sep String NORMAL concode_elem_sep String TAPPED concode_elem_sep String TOKEN concode_elem_sep Pattern FULL_SIZE concode_elem_sep Map<String,BufferedImage> imageCache concode_elem_sep boolean scaleLargerThanOriginal concode_field_...
boolean function ( int arg0 ) { Entry loc0 [ ] = table ; int loc1 = arg0 ; int loc2 = ( loc1 & 0x7FFFFFFF ) % loc0 . length ; for ( Entry loc3 = loc0 [ loc2 ] ; loc3 != null ; loc3 = loc3 . next ) { if ( loc3 . loc1 == loc1 ) { return true ; } } return false ; }
tests if the specified object is a key in this hashtable . concode_field_sep Entry table[] concode_elem_sep Entry next concode_elem_sep float loadFactor concode_elem_sep int count concode_elem_sep int threshold concode_elem_sep Object value concode_elem_sep int hash concode_elem_sep int key concode_field_sep boolean co...
long function ( ) { latch . await ( ) ; return received - sent ; }
returns the round trip time for this ping in nanoseconds , waiting for the response to arrive if necessary . returns -1 if the response was cancelled . concode_field_sep long sent concode_elem_sep CountDownLatch latch concode_elem_sep long received concode_field_sep void cancel concode_elem_sep void receive concode_ele...
SiteCloneabilityInner function ( List < SiteCloneabilityCriterion > arg0 ) { this . unsupportedFeatures = arg0 ; return this ; }
set the unsupportedfeatures value . concode_field_sep CloneAbilityResult result concode_elem_sep List<SiteCloneabilityCriterion> unsupportedFeatures concode_elem_sep List<SiteCloneabilityCriterion> blockingCharacteristics concode_elem_sep List<SiteCloneabilityCriterion> blockingFeatures concode_field_sep CloneAbilityRe...
void function ( final IFunction arg0 , final ListRewrite arg1 ) { final FunctionDeclaration loc0 = ( FunctionDeclaration ) ASTNodes . getParent ( NodeFinder . perform ( arg1 . getParent ( ) . getRoot ( ) , arg0 . getNameRange ( ) ) , FunctionDeclaration . class ) ; if ( loc0 != null ) arg1 . remove ( loc0 , null ) ; }
removes an existing accessor method . concode_field_sep IField[] fAccessorFields concode_elem_sep boolean fApply concode_elem_sep IType fType concode_elem_sep String[] EMPTY_STRINGS concode_elem_sep IField[] fSetterFields concode_elem_sep boolean fSave concode_elem_sep CodeGenerationSettings fSettings concode_elem_sep ...
void function ( StateEnum arg0 ) { this . templateState = arg0 ; }
sets the value of the templatestate property . concode_field_sep String transactionType concode_elem_sep BigDecimal totalPHPCost concode_elem_sep List<EipSalesLineItem> eipLineItems concode_elem_sep BigDecimal totalSalesTax concode_elem_sep BigDecimal totalBalance concode_elem_sep long serialVersionUID concode_elem_sep...
JAXBElement < T > function ( Class < T > arg0 , InputStream arg1 , XMLStreamReader arg2 ) { JAXBContext loc0 = JAXBCache . instance ( ) . getJAXBContext ( arg0 ) ; return unmarshall ( loc0 , arg0 , arg1 , arg2 ) ; }
fixme comment this concode_field_sep String FORMAT_XML_HEADER concode_field_sep String getCharset
Map < String , String > function ( ) { return mapProperty ; }
get mapproperty concode_field_sep Map<String,String> mapProperty concode_elem_sep Map<String,Map<String,String>> mapOfMapProperty concode_field_sep String toIndentedString concode_elem_sep AdditionalPropertiesClass putMapOfMapPropertyItem concode_elem_sep int hashCode concode_elem_sep void setMapProperty concode_elem_s...
void function ( Object arg0 ) { this . display = arg0 ; }
sets display . concode_field_sep Object display concode_elem_sep String label concode_elem_sep Integer value concode_field_sep Integer getValue concode_elem_sep String getLabel concode_elem_sep void setValue concode_elem_sep void setLabel concode_elem_sep Object getDisplay
boolean function ( Enumeration < ? > arg0 , Object arg1 ) { if ( arg0 != null ) { while ( arg0 . hasMoreElements ( ) ) { Object loc0 = arg0 . nextElement ( ) ; if ( ObjectUtils . nullSafeEquals ( loc0 , arg1 ) ) { return true ; } } } return false ; }
check whether the given enumeration contains the given element . concode_field_sep Enumeration<E> enumeration concode_elem_sep Map<K,List<V>> map concode_field_sep Iterator<E> toIterator concode_elem_sep E next concode_elem_sep void mergePropertiesIntoMap concode_elem_sep boolean containsInstance concode_elem_sep Colle...
DiscreteFunction function ( double arg0 ) { values . timesEquals ( arg0 ) ; return this ; }
all function values are multiplied by a double concode_field_sep DoubleVector values concode_elem_sep DoubleVector points concode_field_sep void setFunctionValue concode_elem_sep DoubleVector getFunctionValues concode_elem_sep double getFunctionValue concode_elem_sep double getPointValue concode_elem_sep boolean isEmpt...
double function ( double arg0 ) { return getTotalUtilizationOfCpu ( arg0 ) * getMips ( ) ; }
get utilization created by all cloudlets running on this vm in mips . concode_field_sep long currentAllocatedSize concode_elem_sep List<Double> currentAllocatedMips concode_elem_sep double mips concode_elem_sep int numberOfPes concode_elem_sep int userId concode_elem_sep boolean inMigration concode_elem_sep CloudletSch...
StreamEquivalenceClass function ( Stream arg0 ) { return streamEquivalenceMap . get ( arg0 ) ; }
get the equivalence class for given stream . may only be called if marktransitiveuninterestingstreamescapes has been called . concode_field_sep StreamFactory[] streamFactoryList concode_elem_sep Map<Stream,StreamEquivalenceClass> streamEquivalenceMap concode_elem_sep Map<Location,Stream> streamOpenLocationMap concode_e...
void function ( int arg0 , TokenMapToken arg1 ) { TokenMapToken loc0 = tokenMap [ arg0 ] ; arg1 . nextToken = loc0 ; tokenMap [ arg0 ] = arg1 ; }
adds a token to a specified bucket in the token map . concode_field_sep int size concode_elem_sep int offset concode_elem_sep TokenMapToken[] tokenMap concode_elem_sep boolean ignoreCase concode_elem_sep TokenMapToken nextToken concode_elem_sep int length concode_elem_sep int DEFAULT_TOKEN_MAP_SIZE concode_elem_sep cha...
int function ( ) { return generateNextID ( ) ; }
returns a unique id for use in various messages concode_field_sep AgentService service concode_elem_sep String ADMIN concode_elem_sep int lastID concode_elem_sep String COORDINATOR concode_field_sep void init concode_elem_sep String getName concode_elem_sep void sendMessage concode_elem_sep void sendMessage concode_ele...
double function ( ) { return maxHeight ; }
gets the max height . concode_field_sep double minHeight concode_elem_sep double maxHeight concode_elem_sep List<String> buildingRulesDir concode_elem_sep double minLength concode_elem_sep double numberBuildingsXInput concode_elem_sep double minWidth concode_elem_sep double numberBuildingsZInput concode_elem_sep double...
int function ( ) { return getFirst ( ) + getCount ( ) - 1 ; }
gets number of last item concode_field_sep int count concode_elem_sep int first concode_field_sep boolean contains concode_elem_sep int getFirst concode_elem_sep int getCount
void function ( Map < String , String > arg0 , String arg1 ) { assert arg1 != null ; buildCommands . add ( new BuildCommand ( arg1 , arg0 ) ) ; }
adds a build command with arguments to the eclipse project . for example see docs for eclipseproject concode_field_sep Set<Link> linkedResources concode_elem_sep ImmutableSet<String> VALID_LINKED_RESOURCE_ARGS concode_elem_sep List<String> natures concode_elem_sep Set<String> referencedProjects concode_elem_sep XmlFile...
void function ( K arg0 , K arg1 ) { HashMap < K , T > loc0 = getEdges ( arg0 ) ; if ( ! loc0 . isEmpty ( ) && loc0 . containsKey ( arg1 ) ) loc0 . remove ( arg1 ) ; loc0 = getEdges ( arg1 ) ; if ( ! loc0 . isEmpty ( ) && loc0 . containsKey ( arg0 ) ) loc0 . remove ( arg0 ) ; }
elimina una aresta del graf concode_field_sep HashMap<K,HashMap<K,T>> edges concode_elem_sep ArrayList<K> vertexs concode_field_sep void removeVertex concode_elem_sep boolean equals concode_elem_sep Graph<K,T> clone concode_elem_sep void addEdgeUnidir concode_elem_sep HashMap<K,T> getEdges concode_elem_sep ArrayList<K>...
String function ( ) { return TOKEN_PARAM ; }
the name of the parameter that will hold the single user authsub token returned form google . concode_field_sep String authServiceError concode_elem_sep String scope concode_elem_sep String TOKEN_PARAM concode_field_sep String getAuthServiceError concode_elem_sep void revokeToken concode_elem_sep void putTokenInGoogleS...
File function ( ) { return new File ( this . sourceDirectory , this . grammarFile ) ; }
gets the absolute path to the grammar file . concode_field_sep String parserDirectory concode_elem_sep File sourceDirectory concode_elem_sep String grammarFile concode_elem_sep String parserFile concode_elem_sep String parserPackage concode_elem_sep String parserName concode_field_sep String resolvePackageName concode_...
void function ( Integer arg0 ) { this . startIndex = arg0 ; }
sets the value of the startindex property . concode_field_sep Integer startIndex concode_elem_sep Integer totalResultSetSize concode_elem_sep List<CreativeSet> results concode_field_sep void setTotalResultSetSize concode_elem_sep Integer getStartIndex concode_elem_sep List<CreativeSet> getResults concode_elem_sep Integ...
void function ( String arg0 , String arg1 ) { if ( LOG . INFO >= LOGLEVEL ) Log . i ( arg0 , arg1 ) ; }
info 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 setL...
void function ( XMLGregorianCalendar arg0 ) { this . deletedDate = arg0 ; }
sets the value of the deleteddate property . concode_field_sep XMLGregorianCalendar deletedDate concode_elem_sep BaseRef record concode_field_sep void setRecord concode_elem_sep XMLGregorianCalendar getDeletedDate concode_elem_sep BaseRef getRecord
void function ( boolean arg0 ) { this . hidden = arg0 ; }
set whether this feature is for use by tools only . if it is for use by tools only , then it should not be displayed . concode_field_sep boolean expert concode_elem_sep boolean hidden concode_elem_sep String displayName concode_elem_sep String name concode_elem_sep Hashtable valueHash concode_elem_sep String shortDescr...
float function ( Resources arg0 , float arg1 ) { DisplayMetrics loc0 = arg0 . getDisplayMetrics ( ) ; return TypedValue . applyDimension ( TypedValue . COMPLEX_UNIT_SP , arg1 , loc0 ) ; }
change sp to px concode_field_sep int TITANIUM concode_elem_sep int AQUAMARINE concode_elem_sep int TREETOP concode_elem_sep int TOASTED_ALMOND concode_elem_sep int WOODBINE concode_elem_sep int CLASSIC_BLUE concode_elem_sep int SANDSTONE concode_elem_sep int STRAWBERRY_ICE concode_elem_sep int CUSTARD concode_elem_sep...
String function ( ) { addressFormProcessor . reset ( ) ; elementContainer . reset ( ) ; return "srini_string" ; }
restores the application to its original state . returns a string as described in the navigation rules . concode_field_sep AddressFormProcessor addressFormProcessor concode_elem_sep FormElementContainer elementContainer concode_field_sep AddressFormProcessor getAddressFormProcessor concode_elem_sep void setElementConta...
String function ( ) { return key ; }
gets the key under which this object is stored in amazon s3 . concode_field_sep Owner owner concode_elem_sep String bucketName concode_elem_sep String storageClass concode_elem_sep long size concode_elem_sep String eTag concode_elem_sep Date lastModified concode_elem_sep String key concode_field_sep Date getLastModifie...
ListenerConfig function ( String arg0 ) { this . className = checkHasText ( arg0 , "srini_string" ) ; this . implementation = null ; return this ; }
sets the class name of the eventlistener . if a implementation was set , it will be removed . concode_field_sep EventListener implementation concode_elem_sep String className concode_elem_sep ListenerConfigReadOnly readOnly concode_field_sep boolean isIncludeValue concode_elem_sep EventListener getImplementation concod...
ArrayList function ( ) { return ( Collections . list ( storeTable . elements ( ) ) ) ; }
gets a list representation of the store . concode_field_sep StoreTable storeTable concode_elem_sep Random random concode_elem_sep Effect cartEffect concode_elem_sep ArrayList purchasedList concode_field_sep String getItemString concode_elem_sep ArrayList getPurchasedList concode_elem_sep void setCartEffect concode_elem...
void function ( ) { test ( new String [ ] { "srini_string" } , 0 , Strings . LINE_SEPARATOR , Arrays . asList ( "srini_string" ) ) ; }
test % throwablenone , filters packages concode_field_sep PlaceHolder placeHolder concode_field_sep void testSeparator concode_elem_sep void testDepthAndSeparator concode_elem_sep void testFullAnsiWithCustomStyle concode_elem_sep void testFullAnsi concode_elem_sep void testNoneAndSeparatorAndFilters concode_elem_sep vo...
int function ( ) { return generateNextID ( ) ; }
returns a unique id for use in various messages concode_field_sep AgentService service concode_elem_sep String ADMIN concode_elem_sep int lastID concode_elem_sep String COORDINATOR concode_field_sep void init concode_elem_sep String getName concode_elem_sep void sendMessage concode_elem_sep void sendMessage concode_ele...
org . apache . axis . types . URI function ( ) { return download_url ; }
gets the download_url value for this attachmentdata . concode_field_sep java.util.Calendar date_submitted concode_elem_sep java.lang.String filename concode_elem_sep java.math.BigInteger size concode_elem_sep java.lang.String content_type concode_elem_sep java.math.BigInteger user_id concode_elem_sep java.lang.Object _...
java . lang . String function ( ) { return site_title ; }
gets the site_title value for this report_suite_processing_status . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String rsid concode_elem_sep com.omniture.www.Processing_status processing_status concode_elem_sep boolean __hashC...
String function ( IResponsive arg0 ) { return getResponsiveStyleClass ( arg0 , true ) ; }
create the responsive class combination concode_field_sep String[] validValues concode_elem_sep String[] delimiters concode_field_sep String getSize concode_elem_sep String getSize concode_elem_sep List<String> wonderfulTokenizer concode_elem_sep String encodeVisibility concode_elem_sep String evaluateExpression concod...
void function ( long arg0 , long arg1 , String arg2 ) { if ( arg1 == 0 ) { arg1 = System . currentTimeMillis ( ) ; } DEBUG ( arg2 + "srini_string" + ( arg1 - arg0 ) + "srini_string" ) ; }
print a log message indicating a delta time from some arbitrary start time concode_field_sep long mStartTime concode_field_sep void TRACE concode_elem_sep void TRACE concode_elem_sep void DIALOG concode_elem_sep void ERROR concode_elem_sep void DEBUG concode_elem_sep void WARN
String function ( String arg0 ) { return property ( arg0 , null ) ; }
equivalent to property name , null concode_field_sep Logger logger concode_field_sep int intProperty concode_elem_sep boolean booleanProperty concode_elem_sep boolean booleanProperty concode_elem_sep void setProperty concode_elem_sep void setSystemProperty concode_elem_sep String sysProperty concode_elem_sep String sys...
DateRange function ( ) { return new DateRange ( ) ; }
create an instance of daterange concode_field_sep PlaceHolder placeHolder concode_field_sep Paging createPaging concode_elem_sep ReportDefinition createReportDefinition concode_elem_sep Selector createSelector concode_elem_sep Predicate createPredicate concode_elem_sep OrderBy createOrderBy
boolean function ( Card arg0 , SpellAbility arg1 ) { return choice != null && getMaxTargets ( arg0 , arg1 ) == choice . getNumTargeted ( ) ; }
ismaxtargetschosen . concode_field_sep String minTargets concode_elem_sep String saValidTargeting concode_elem_sep Target_Choices choice concode_elem_sep String targetSpellAbilityType concode_elem_sep String vtSelection concode_elem_sep String maxTargets concode_elem_sep boolean tgtValid concode_elem_sep String ValidTg...
String function ( ) { return set_plan ; }
. concode_field_sep String activity_plan concode_elem_sep int PK_major_doc concode_elem_sep String activity_record concode_elem_sep int FK_majors_major_doc concode_elem_sep int FK_terms_major_doc concode_elem_sep String summarize concode_elem_sep String set_plan concode_elem_sep String plan concode_field_sep String get...
String function ( ) { String loc0 = null ; COSArray loc1 = ( COSArray ) node . getDictionaryObject ( COSName . LIMITS ) ; if ( loc1 != null ) { loc0 = loc1 . getString ( 0 ) ; } return loc0 ; }
get the lowest value for a key in the name map . concode_field_sep COSDictionary node concode_elem_sep PDNameTreeNode parent concode_elem_sep Class<? extends COSObjectable> valueType concode_field_sep void setNames concode_elem_sep PDNameTreeNode getParent concode_elem_sep List<PDNameTreeNode> getKids concode_elem_sep ...
void function ( CmsRepositoryFilter arg0 ) { m_filter = arg0 ; }
sets the filter . concode_field_sep CmsRepositoryFilter m_filter concode_elem_sep String m_name concode_elem_sep CmsParameterConfiguration m_configuration concode_field_sep void addConfigurationParameter concode_elem_sep void setName concode_elem_sep CmsRepositoryFilter getFilter concode_elem_sep CmsParameterConfigurat...
ServletOutputStream function ( ) { return ( response . createOutputStream ( ) ) ; }
create and return a servletoutputstream to write the content associated with this response . concode_field_sep Response response concode_field_sep void setRequest concode_elem_sep void setStream concode_elem_sep String getInfo concode_elem_sep Request getRequest concode_elem_sep Response getWrappedResponse concode_elem...
String function ( ) { return this . clientRequestId ; }
get the clientrequestid value . concode_field_sep DateTimeRfc1123 ocpDate concode_elem_sep String clientRequestId concode_elem_sep Boolean returnClientRequestId concode_field_sep DateTime ocpDate concode_elem_sep ApplicationListNextOptions withReturnClientRequestId concode_elem_sep ApplicationListNextOptions withOcpDat...
long function ( ) { return _lock . getUserId ( ) ; }
returns the user id of this lock . concode_field_sep Lock _lock concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean getInheritable concode_elem_sep boolean isC...
GridDataFactory function ( ) { return new GridDataFactory ( ) . fillDefaultsInternal ( ) ; }
creates a griddatafactory initialized with defaults . initial values are : align swt.fill , swt.fill exclude false grab false , false span 1,1 concode_field_sep GridData data concode_field_sep GridDataFactory fillDefaultsInternal concode_elem_sep GridDataFactory align concode_elem_sep GridDataFactory grab concode_elem_...
String function ( String arg0 ) { return getWorkflow ( ) . getWorkflowInstance ( ) . getVar ( arg0 + WorkflowInstance . NODE_VAR_SEPARATOR + ACTION_ERROR_CODE ) ; }
return the error code for an action . concode_field_sep String WORKFLOW concode_elem_sep String ACTION_TRACKER_URI concode_elem_sep String LAST_ACTION_IN_ERROR concode_elem_sep String ACTION_PROTO_CONF concode_elem_sep String ACTION_DATA concode_elem_sep String ACTION_EXTERNAL_STATUS concode_elem_sep String ACTION_ERRO...
RequestCreator function ( ) { data . centerInside ( ) ; return this ; }
centers an image inside of the bounds specified by #resize int , int . this scales the image so that both dimensions are equal to or less than the requested bounds . concode_field_sep boolean deferred concode_elem_sep boolean skipMemoryCache concode_elem_sep Request.Builder data concode_elem_sep Drawable placeholderDra...
void function ( ) { final String loc0 = FiTestUtil . getMethodName ( ) ; runPipelineCloseTest ( loc0 , new SleepAction ( loc0 , 0 , 0 ) ) ; }
pipeline close : dn0 never responses after received close request from client . client gets an ioexception and determine dn0 bad . concode_field_sep PlaceHolder placeHolder concode_field_sep void pipeline_Fi_38 concode_elem_sep void pipeline_Fi_49 concode_elem_sep void pipeline_Fi_39 concode_elem_sep void runPipelineCl...
UploadNotificationConfig function ( int arg0 ) { this . iconResourceID = arg0 ; return this ; }
sets the notification icon . concode_field_sep boolean autoClearOnSuccess concode_elem_sep boolean clearOnAction concode_elem_sep Creator<UploadNotificationConfig> CREATOR concode_elem_sep boolean ringToneEnabled concode_elem_sep String inProgress concode_elem_sep Intent clickIntent concode_elem_sep int iconResourceID ...
double [ ] function ( final String arg0 ) { return this . bundle . getDoubleArray ( arg0 ) ; }
gets an array of double values out of the object . concode_field_sep Bundle bundle concode_elem_sep Bundle bundle concode_field_sep E putStringArrayList concode_elem_sep SharePhoto getPhoto concode_elem_sep E putPhotoArrayList concode_elem_sep E putDoubleArray concode_elem_sep double getDouble concode_elem_sep E putDou...
void function ( long arg0 ) { _mbBan . setCompanyId ( arg0 ) ; }
sets the company id of this message boards ban . concode_field_sep MBBan _mbBan concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEscapedModel concode_elem_sep bo...
void function ( ) { if ( this . fragmentBuf != null ) { this . fragmentBuf . clear ( ) ; } this . fragmentBuf = null ; }
init management fragment buffer . concode_field_sep ByteBuffer fragmentBuf concode_field_sep ByteBuffer getBuffer concode_elem_sep void storeFragmentBuffer
CharTable function ( String arg0 ) { for ( int loc0 = 0 ; loc0 < ntables ; loc0 ++ ) { String loc1 = tables [ loc0 ] . getEncoding ( ) + tables [ loc0 ] . getName ( ) ; if ( loc1 . equalsIgnoreCase ( arg0 ) ) return ( tables [ loc0 ] ) ; } return ( null ) ; }
gives the requested encoding table valid table names can be requested with a call to concode_field_sep CharTable[] tables concode_elem_sep Lookup instance concode_elem_sep int ntables concode_field_sep char toUnicode concode_elem_sep String toName concode_elem_sep String toName concode_elem_sep int getNumberOfTables co...
ManagedObjectReference function ( ) { return host ; }
gets the value of the host property . concode_field_sep List<ManagedObjectReference> vm concode_elem_sep ManagedObjectReference pool concode_elem_sep ManagedObjectReference host concode_elem_sep List<String> testType concode_elem_sep VirtualMachinePowerState state concode_elem_sep ManagedObjectReference _this concode_f...
void function ( File arg0 ) { if ( arg0 . isDirectory ( ) ) { deleteDirectoryOnExit ( arg0 ) ; } else { arg0 . deleteOnExit ( ) ; } }
schedules a file to be deleted when jvm exits . if file is directory delete it and all sub-directories . concode_field_sep PlaceHolder placeHolder concode_field_sep void forceDelete concode_elem_sep void deleteDirectoryOnExit concode_elem_sep void cleanDirectoryOnExit concode_elem_sep void deleteDirectory concode_elem_...
URL function ( String arg0 , boolean arg1 ) { URL loc0 = Thread . currentThread ( ) . getContextClassLoader ( ) . getResource ( arg0 ) ; if ( arg1 || ( loc0 != null ) ) return loc0 ; return DiagnoseUtil . class . getClassLoader ( ) . getResource ( arg0 ) ; }
try finding a resource using a class loader . first use the context classloader of the current thread then try to use the classloader of this utility unless usecontextclassloaderonly is true concode_field_sep PlaceHolder placeHolder concode_field_sep void verifyNonEmptyString concode_elem_sep Class detectRequestorClass...
String function ( Uri arg0 , CordovaInterface arg1 ) { return FileHelper . getRealPath ( arg0 . toString ( ) , arg1 ) ; }
returns the real path of the given uri . if the given uri is a content : / / uri , the real path is retrieved from the media store . concode_field_sep String _DATA concode_elem_sep String LOG_TAG concode_field_sep String stripFileProtocol concode_elem_sep String getMimeType concode_elem_sep String getMimeTypeForExtensi...
void function ( String arg0 ) { try { System . out . println ( arg0 + "srini_string" + getAmtInWords ( arg0 ) ) ; } catch ( Exception loc0 ) { loc0 . printStackTrace ( ) ; } }
test print concode_field_sep String[] basenumbers concode_elem_sep long POWER_THREE concode_elem_sep long POWER_SIX concode_elem_sep long POWER_FIFTEEN concode_elem_sep CLogger s_log concode_elem_sep long POWER_NINE concode_elem_sep long POWER_TWELVE concode_field_sep void saySimpleNumber concode_elem_sep String getAmt...
T function ( ) { return replacement ; }
returns the identity of the suggested replacement for a deprecated resource . the suggested replacement resource must be the same kind of resource as the deprecated resource . concode_field_sep String deleted concode_elem_sep String deprecated concode_elem_sep String obsolete concode_elem_sep DateTimeFormatter TIMESTAM...
ContentEncoder function ( final long arg0 , final WritableByteChannel arg1 , final SessionOutputBuffer arg2 , final HttpTransportMetricsImpl arg3 ) { if ( arg0 == ContentLengthStrategy . CHUNKED ) { return new ChunkEncoder ( arg1 , arg2 , arg3 ) ; } else if ( arg0 == ContentLengthStrategy . IDENTITY ) { return new Iden...
factory method for contentencoder instances . concode_field_sep HttpRequest request concode_elem_sep IOSession session concode_elem_sep boolean hasBufferedOutput concode_elem_sep ContentLengthStrategy outgoingContentStrategy concode_elem_sep boolean hasBufferedInput concode_elem_sep SocketAddress remote concode_elem_se...
T function ( T arg0 , Object arg1 ) { if ( ExoPlayerLibraryInfo . ASSERTIONS_ENABLED && arg0 == null ) { throw new NullPointerException ( String . valueOf ( arg1 ) ) ; } return arg0 ; }
ensures that an object reference is not null . concode_field_sep PlaceHolder placeHolder concode_field_sep String checkNotEmpty concode_elem_sep String checkNotEmpty concode_elem_sep void checkState concode_elem_sep void checkState concode_elem_sep void checkMainThread concode_elem_sep void checkArgument concode_elem_s...
CallOptions function ( Attributes arg0 ) { CallOptions loc0 = new CallOptions ( this ) ; loc0 . arg0 = Preconditions . checkNotNull ( arg0 , "srini_string" ) ; return loc0 ; }
returns a new calloptions with attributes for affinity-based routing . concode_field_sep boolean waitForReady concode_elem_sep String compressorName concode_elem_sep Object[][] customOptions concode_elem_sep CallCredentials credentials concode_elem_sep Executor executor concode_elem_sep T defaultValue concode_elem_sep ...
void function ( Paint arg0 ) { if ( arg0 != null ) { this . outlinePaint = arg0 ; } }
sets the outline paint . concode_field_sep double rotateX concode_elem_sep Paint outlinePaint concode_elem_sep int size concode_elem_sep AffineTransform transform concode_elem_sep Paint highlightPaint concode_elem_sep double rotateY concode_elem_sep Stroke outlineStroke concode_elem_sep Paint fillPaint concode_elem_sep...
Function < Object , String > function ( ) { return ToStringFunction . INSTANCE ; }
returns a function that calls tostring on its argument . thefunction does not accept nulls ; it will throw a nullpointerexception when applied to null . concode_field_sep long serialVersionUID concode_elem_sep Predicate<T> predicate concode_elem_sep V defaultValue concode_elem_sep Function<A,? extends B> f concode_elem...
void function ( ) { CategoryAxis loc0 = new CategoryAxis ( "srini_string" ) ; loc0 . setAxisLinePaint ( Color . red ) ; CategoryAxis loc1 = ( CategoryAxis ) loc0 . clone ( ) ; assertNotSame ( loc0 , loc1 ) ; assertSame ( loc0 . getClass ( ) , loc1 . getClass ( ) ) ; assertEquals ( loc0 , loc1 ) ; }
confirm that cloning works . concode_field_sep PlaceHolder placeHolder concode_field_sep void testSerialization concode_elem_sep void testHashCode concode_elem_sep void testEquals
void function ( int arg0 ) { offset = arg0 ; this . index = 0 ; for ( int loc0 = 0 ; loc0 < start . length ; loc0 ++ ) { start [ loc0 ] = start1 [ loc0 ] = end [ loc0 ] = - 1 ; } backtrackStack = null ; }
clears the current match and moves the offset to the new index . concode_field_sep int[] start1 concode_elem_sep String matchedText concode_elem_sep int offset concode_elem_sep BacktrackStack backtrackStack concode_elem_sep int anchor concode_elem_sep int[] start concode_elem_sep CharIndexed matchedCharIndexed concode_...
Color function ( Color arg0 , float arg1 ) { return getCompositeColor ( Color . white , arg0 , arg1 ) ; }
return alphas shaded color for a white background . this method is used , rather than the color constructor , so that the alpha is not lost in postscript output . concode_field_sep Logger log concode_elem_sep Map<Color,float[]> componentsCache concode_elem_sep Map<String,String> colorSymbols concode_elem_sep ObjectCach...
ServiceSuspensionType function ( ) { return suspensionType ; }
gets the value of the suspensiontype property . concode_field_sep String suspendDate concode_elem_sep String restoreByDate concode_elem_sep ServiceSuspensionType suspensionType concode_elem_sep String todaysDate concode_elem_sep String msisdn concode_field_sep String getTodaysDate concode_elem_sep String getSuspendDate...
RemoveTargetsResultEntry function ( String arg0 ) { setErrorCode ( arg0 ) ; return this ; }
the error code representing why the target removal failed on this entry . concode_field_sep String targetId concode_elem_sep String errorMessage concode_elem_sep String errorCode concode_field_sep String getTargetId concode_elem_sep void setErrorMessage concode_elem_sep void setTargetId concode_elem_sep String getError...
File function ( GeneratorEntry arg0 ) { String loc0 = getOutletFeatureConfiguration ( arg0 ) . getParameterValue ( ICoreFeatureConstants . OUTLET_FEATURE_TARGET_FOLDER ) . getStringValue ( ) ; return new File ( getTargetProject ( arg0 ) . getLocation ( ) . toFile ( ) . getPath ( ) + File . separator + loc0 ) ; }
gets the target folder path as a file that includes the project location concode_field_sep PlaceHolder placeHolder concode_field_sep IProject getTargetProject concode_elem_sep void refreshTargetProject concode_elem_sep boolean createEmptyProject concode_elem_sep FeatureConfiguration getOutletFeatureConfiguration concod...
List function ( ) { return styleList ; }
gets a list of available theme names that can be applied . concode_field_sep String tempStyle concode_elem_sep String imageDirPath concode_elem_sep ArrayList styleList concode_elem_sep String cssPath concode_elem_sep String XP concode_elem_sep String currentStyle concode_elem_sep String RIME concode_elem_sep String ROY...
boolean function ( CordovaWebView arg0 , ICordovaHttpAuthHandler arg1 , String arg2 , String arg3 ) { return false ; }
called when the system received an http authentication request . plugin can use the supplied httpauthhandler to process this auth challenge . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String serviceName concode_fie...
void function ( @ NonNull String arg0 , Object ... arg1 ) { if ( mLevel . mLevel > Level . INFO . mLevel ) { return ; } String loc0 = String . format ( arg0 , arg1 ) ; printMessage ( loc0 , System . out ) ; }
prints an info message . the output is done on system #out . this is displayed only if the logging com.android.common.utils.stdlogger.level is com.android.common.utils.stdlogger.level #info or higher . concode_field_sep int mLevel concode_field_sep Level getLevel concode_elem_sep void printMessage concode_elem_sep void...
void function ( String arg0 ) { this . orientation = arg0 ; }
sets the page orientation . concode_field_sep String orientation concode_elem_sep MediaSizeName mediaSizeName concode_elem_sep String mimeType concode_elem_sep URI uri concode_elem_sep Sides internalSides concode_elem_sep String mediaTray concode_elem_sep String printerPrefix concode_elem_sep DocFlavor docFlavor concod...
String function ( ) { return strBookname ; }
get value of strbookname . concode_field_sep String strFileName concode_elem_sep String strAuthor concode_elem_sep long longWordCount concode_elem_sep int fixHundred concode_elem_sep long longIdxFileSize concode_elem_sep String strBookname concode_elem_sep String strSameTypeSequence concode_elem_sep String strWebsite c...
void function ( int arg0 , sempath . xsd . State arg1 ) { _stateList . insertElementAt ( arg1 , arg0 ) ; }
method addstate concode_field_sep java.util.Vector _stateList concode_field_sep sempath.xsd.State getState concode_elem_sep sempath.xsd.State[] getState concode_elem_sep sempath.xsd.States unmarshal concode_elem_sep int getStateCount concode_elem_sep boolean isValid concode_elem_sep void marshal concode_elem_sep void m...
FileFilterBuilder function ( IOFileFilter ... arg0 ) { fileFilters . addAll ( Arrays . asList ( arg0 ) ) ; return this ; }
add to a list of iofilefilter instances to consult for whether to accept a file for analysis . concode_field_sep Set<String> extensions concode_elem_sep List<IOFileFilter> fileFilters concode_elem_sep Set<String> filenames concode_field_sep FileFilter build concode_elem_sep FileFilterBuilder addFilenames concode_elem_s...
int function ( ) { Number loc0 = getField ( DatatypeConstants . MONTHS ) ; return ( loc0 == null ) ? 0 : loc0 . intValue ( ) ; }
returns the months in this duration as an int , or 0 if not present . concode_field_sep PlaceHolder placeHolder concode_field_sep Duration add concode_elem_sep Duration normalizeWith concode_elem_sep int compare concode_elem_sep boolean isSet concode_elem_sep Duration subtract concode_elem_sep long getTimeInMillis conc...
File [ ] function ( final File arg0 , final String arg1 ) { return filterFilesBySuffix ( arg0 , new String [ ] { arg1 } ) ; }
filters files in directory which have the specified suffix e.g. '' . xml '' . concode_field_sep Logger LOG concode_elem_sep GlobalConfiguration SINGLETON concode_elem_sep Configuration config concode_field_sep long getLong concode_elem_sep void includeConfiguration concode_elem_sep void loadConfiguration concode_elem_s...
int function ( ) { return nativeGetWidth ( mNativeBox ) ; }
returns the box 's width in pixels . concode_field_sep int INDEX_X concode_elem_sep int INDEX_W concode_elem_sep boolean mRecycled concode_elem_sep int INDEX_H concode_elem_sep int mNativeBox concode_elem_sep int INDEX_Y concode_field_sep int nativeGetWidth concode_elem_sep void nativeDestroy concode_elem_sep int[] get...