code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
boolean function ( String arg0 ) { return this . tags . containsKey ( arg0 . toLowerCase ( Locale . ROOT ) ) ; } | verify if a node contains a tag concode_field_sep List<QueryNode> clauses concode_elem_sep String PLAINTEXT_FIELD_NAME concode_elem_sep QueryNode parent concode_elem_sep boolean isLeaf concode_elem_sep Hashtable<String,Object> tags concode_elem_sep boolean toQueryStringIgnoreFields concode_field_sep void add concode_el... |
File function ( String arg0 , String arg1 ) { File loc0 ; if ( arg1 . startsWith ( arg0 ) ) { loc0 = new File ( arg1 ) ; } else { loc0 = new File ( arg0 + "srini_string" + arg1 ) ; } return loc0 ; } | create a new file object from two file paths . concode_field_sep String LOG_TAG concode_field_sep long getFreeDiskSpace concode_elem_sep boolean testSaveLocationExists concode_elem_sep long freeSpaceCalculation concode_elem_sep String getTempDirectoryPath concode_elem_sep boolean testFileExists |
void function ( final String [ ] arg0 ) { parseParams ( arg0 ) ; System . out . println ( ( new ComponentInfo ( XMLUtils . class ) ) . toString ( ) ) ; System . out . println ( ( new ComponentInfo ( ClassUtil . class ) ) . toString ( ) ) ; System . out . println ( ( new ComponentInfo ( XMPPServer . class ) ) . toString... | describe main method here . concode_field_sep MessageRouterIfc router concode_elem_sep String DEF_CONFIGURATOR concode_elem_sep String NAME concode_elem_sep String CONFIGURATOR_PROP_KEY concode_elem_sep String HARDENED_MODE_KEY concode_elem_sep String serverName concode_elem_sep ConfiguratorAbstract config concode_elem... |
void function ( ) { actionButton . setProperty ( null ) ; actionButton . setSrc ( null ) ; actionButton . setTitle ( null ) ; actionButton . setAlt ( null ) ; actionButton . setTabindex ( null ) ; } | clears out changing values the action button tag concode_field_sep String tagEnding concode_elem_sep KNSImageTag actionButton concode_elem_sep String postButtonSpacing concode_elem_sep int tabIndex concode_elem_sep List<AccountingLineViewAction> actions concode_elem_sep String tagBeginning concode_field_sep String getT... |
void function ( int arg0 ) { this . marginBottom = arg0 ; } | margin bottom in pixels concode_field_sep int marginLeft concode_elem_sep int marginRight concode_elem_sep Map<String,PDRectangle> PAGE_MAP concode_elem_sep PDRectangle pageSize concode_elem_sep int marginTop concode_elem_sep int marginBottom concode_elem_sep PdfOperation operation concode_elem_sep PDFont font concode_... |
String function ( ) { return _nick ; } | returns the nick of the user . concode_field_sep String _prefix concode_elem_sep String _lowerNick concode_elem_sep String _nick concode_field_sep String getPrefix concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep boolean equals concode_elem_sep boolean isOp concode_elem_sep String toString... |
String function ( ) { return memoSource ; } | gets the value of the memosource property . concode_field_sep String creatorLastName concode_elem_sep String creatorFirstName concode_elem_sep String callCenterNumber concode_elem_sep String dealerCode concode_elem_sep long serialVersionUID concode_elem_sep String memoSource concode_elem_sep String department concode_e... |
boolean function ( boolean arg0 ) { return FileUtils . writeLine ( COMMAND_PATH , arg0 ? GLOVE_MODE_ENABLE : GLOVE_MODE_DISABLE ) ; } | this method allows to setup high touch sensitivity status . concode_field_sep String STATUS_OK concode_elem_sep String GLOVE_MODE concode_elem_sep String GLOVE_MODE_DISABLE concode_elem_sep String TAG concode_elem_sep String COMMAND_RESULT_PATH concode_elem_sep String COMMAND_PATH concode_elem_sep String GLOVE_MODE_ENA... |
void function ( PacketData arg0 , IPacketWriter arg1 ) { UserInfo loc0 = PacketTranslater . toUserInfo ( arg0 ) ; String loc1 = service . updateUser ( loc0 , arg1 ) ; arg1 . handleWrite ( new PacketData ( CodeMap . RES_UPDATE_USER , loc1 ) ) ; } | override super method concode_field_sep AuthenService service concode_field_sep void handleClose |
void function ( float arg0 ) { studentUnitRecordFileAdapter . getStudentUnitRecord ( studentID , unitCode ) . setAssignment2Result ( arg0 ) ; } | set the assignment 2 result . concode_field_sep Integer studentID concode_elem_sep StudentUnitRecordAdapter studentUnitRecordFileAdapter concode_elem_sep String unitCode concode_field_sep float getAssignment1Result concode_elem_sep void setExamResult concode_elem_sep Integer getStudentId concode_elem_sep String getUnit... |
AiTextureMapMode function ( ) { return m_textureMapModeV ; } | returns the texture map mode for v texture axis . concode_field_sep AiTextureMapMode m_textureMapModeU concode_elem_sep String m_file concode_elem_sep float m_blend concode_elem_sep AiTextureOp m_textureOp concode_elem_sep AiTextureMapMode m_textureMapModeV concode_elem_sep AiTextureType m_type concode_elem_sep AiTextu... |
String function ( String arg0 , Object arg1 ) { String loc0 = null ; try { loc0 = fgResourceBundle . getString ( arg0 ) ; } catch ( MissingResourceException loc1 ) { return "srini_string" + arg0 + "srini_string" ; } if ( arg1 == null ) arg1 = "srini_string" ; return MessageFormat . loc0 ( loc0 , new Object [ ] { arg1 }... | gets a string from the resource bundle and formats it with the given argument . concode_field_sep ResourceBundle fgResourceBundle concode_elem_sep String RESOURCE_BUNDLE concode_field_sep String getString |
String function ( ) { return password ; } | gets the value of the password property . concode_field_sep String password concode_elem_sep boolean useAuthentication concode_elem_sep String host concode_elem_sep String username concode_field_sep Builder toBuilder concode_elem_sep Builder fromSmtpServerSettings concode_elem_sep ToStringHelper string concode_elem_sep... |
MultiPriorityBlockingQueue < Runnable > function ( ) { return queue ; } | get the queue . concode_field_sep Runnable runnable concode_elem_sep int keepAlive concode_elem_sep String fileName concode_elem_sep int core concode_elem_sep int priority concode_elem_sep Log log concode_elem_sep String name concode_elem_sep Map<String,Object> properties concode_elem_sep BeforeExecuteHandler beforeExe... |
SourceOutput function ( String arg0 ) { for ( AbstractAudioDeviceConfig loc0 : items ) { if ( loc0 . getName ( ) . equalsIgnoreCase ( arg0 ) && loc0 instanceof SourceOutput ) return ( SourceOutput ) loc0 ; } return null ; } | retrieves a sourceoutput by its name concode_field_sep String ITEM_SINK_INPUT concode_elem_sep String ITEM_SINK concode_elem_sep String CMD_UNLOAD_MODULE concode_elem_sep String MODULE_COMBINE_SINK concode_elem_sep List<Module> modules concode_elem_sep String CMD_LIST_SOURCE_OUTPUTS concode_elem_sep String CMD_LIST_SIN... |
int function ( ) { return attribute . getFileSize ( ) ; } | gets the file size in mbytes concode_field_sep int NOT_REGISTERED concode_elem_sep int TYPE_RAW_DATA concode_elem_sep int TYPE_TAG_DATA concode_elem_sep String name concode_elem_sep int TYPE_RECONSTRUCTED_DATA concode_elem_sep FileAttribute attribute concode_elem_sep double transactionTime concode_elem_sep int TYPE_UNK... |
String function ( Double arg0 ) { return Double . toString ( arg0 ) ; } | returns the string representation of the specified double . concode_field_sep DateUtils dateUtils concode_field_sep String fromBigDecimal concode_elem_sep String replace concode_elem_sep BigInteger toBigInteger concode_elem_sep String fromLong concode_elem_sep BigDecimal toBigDecimal concode_elem_sep String fromBoolean... |
int function ( Data arg0 ) { int loc0 = 0 ; for ( Value loc1 : data ) { loc0 += arg0 . getValueLen ( loc1 ) ; } return loc0 ; } | get the number of bytes required for the data . concode_field_sep int memory concode_elem_sep boolean deleted concode_elem_sep int MEMORY_CALCULATE concode_elem_sep Value[] data concode_elem_sep Row[] EMPTY_ARRAY concode_elem_sep int sessionId concode_elem_sep int version concode_elem_sep long key concode_field_sep int... |
void function ( JComponent arg0 ) { } | called to restore the state of a component in case a drop is performed . concode_field_sep Timer timer concode_elem_sep JComponent component concode_elem_sep int AUTOSCROLL_INSET concode_elem_sep Point lastPosition concode_elem_sep Rectangle inner concode_elem_sep boolean canImport concode_elem_sep Rectangle outer conc... |
void function ( ) { this . ejb . loadClass ( TO_BE_FOUND_CLASS_NAME ) ; try { this . ejb . loadClass ( TO_BE_MISSSING_CLASS_NAME ) ; Assert . fail ( "srini_string" + TO_BE_MISSSING_CLASS_NAME ) ; } catch ( ClassNotFoundException loc0 ) { } } | make sure the element in jboss-deployment-structure.xml is processed correctly and the exclude/include is honoured concode_field_sep String TO_BE_MISSSING_CLASS_NAME concode_elem_sep String TO_BE_FOUND_CLASS_NAME concode_elem_sep String METAINF_RESOURCE_TXT concode_elem_sep ClassLoadingEJB ejb concode_elem_sep Logger l... |
void function ( boolean arg0 ) { mCanLoadLocalResources = arg0 ; } | set whether the load should be able to access local resources . this defaults to false . concode_field_sep byte[] mPostData concode_elem_sep int UA_OVERRIDE_INHERIT concode_elem_sep int LOAD_TYPE_DEFAULT concode_elem_sep String mVirtualUrlForDataUrl concode_elem_sep int UA_OVERRIDE_TRUE concode_elem_sep boolean mCanLoa... |
long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return getService ( ) . dynamicQueryCount ( arg0 ) ; } | returns the number of rows matching the dynamic query . concode_field_sep ImageLocalService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.model.Image fetchImage concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery ... |
boolean function ( Integer arg0 ) { return helloTable . containsKey ( arg0 ) ; } | checks to see if the node is in the hash table concode_field_sep Hashtable<Integer,LinkInfo> helloTable concode_elem_sep ArrayList<Node> links concode_elem_sep int status concode_field_sep boolean updateLinks concode_elem_sep ArrayList<Node> returnLinks concode_elem_sep ArrayList<Node> getLinks concode_elem_sep boolean... |
void function ( OutputStream arg0 , Drawing arg1 , AffineTransform arg2 , Dimension arg3 ) { write ( arg0 , arg1 , arg1 . getChildren ( ) , arg2 , arg3 ) ; } | writes the drawing to the specified output stream . this method applies the specified transform to the drawing , and draws it on an image of the specified size . concode_field_sep String fileExtension concode_elem_sep String formatName concode_elem_sep String description concode_elem_sep int imageType concode_field_sep... |
void function ( ControlFlag arg0 ) { this . controlFlag = arg0 ; } | set the control flag required , requisite , sufficient or optional concode_field_sep Map<String,Object> options concode_elem_sep ControlFlag controlFlag concode_elem_sep String aclProviderName concode_field_sep void add concode_elem_sep ControlFlag getControlFlag concode_elem_sep String toString concode_elem_sep Map<St... |
JAXBElement < ValidateTicketResponse > function ( ValidateTicketResponse arg0 ) { return new JAXBElement < ValidateTicketResponse > ( _ValidateTicketResponse_QNAME , ValidateTicketResponse . class , null , arg0 ) ; } | create an instance of jaxbelement concode_field_sep QName _Authenticate_QNAME concode_elem_sep QName _ValidateTicket_QNAME concode_elem_sep QName _ValidateTicketResponse_QNAME concode_elem_sep QName _AuthenticateResponse_QNAME concode_field_sep Authenticate createAuthenticate concode_elem_sep JAXBElement<Authenticate> ... |
String function ( ) { return this . toolTipText ; } | returns the tool tip text for the entity . be aware that this text may have been generated from user supplied data , so for security reasons some form of filtering should be applied before incorporating this text into any html output . concode_field_sep Shape area concode_elem_sep long serialVersionUID concode_elem_sep... |
String function ( ) { return implTitle ; } | returns the name of the implementation , or null if unknown . concode_field_sep String implTitle concode_elem_sep String implVendor concode_elem_sep String specVendor concode_elem_sep String specVersion concode_elem_sep URL sealed concode_elem_sep ClassLoader loader concode_elem_sep String implVersion concode_elem_sep ... |
int function ( ) { return periodMinutes ; } | gets the period minutes . concode_field_sep List<String> dimensionValues concode_elem_sep int offset concode_elem_sep String namespace concode_elem_sep List<String> metricStatisticNames concode_elem_sep int periodMinutes concode_elem_sep String dimensionName concode_field_sep List<String> getMetricStatisticNames concod... |
void function ( ) { Entry loc0 [ ] = table ; for ( int loc1 = loc0 . length ; -- loc1 >= 0 ; ) { loc0 [ loc1 ] = null ; } count = 0 ; } | clears this hashtable so that it contains no keys . 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 contains ... |
int function ( ) { return g1 ; } | access to the end of the gap . concode_field_sep Object array concode_elem_sep int g0 concode_elem_sep int g1 concode_field_sep void replace concode_elem_sep Object getArray concode_elem_sep void shiftGapEndUp concode_elem_sep int getArrayLength concode_elem_sep void shiftGapStartDown concode_elem_sep int getGapStart c... |
USqlIndex function ( List < USqlDirectedColumn > arg0 ) { this . indexKeys = arg0 ; return this ; } | set the indexkeys value . concode_field_sep List<String> streamNames concode_elem_sep List<String> columns concode_elem_sep String name concode_elem_sep List<String> partitionKeyList concode_elem_sep Boolean isUnique concode_elem_sep Integer indexId concode_elem_sep USqlDistributionInfo distributionInfo concode_elem_se... |
String function ( String arg0 ) { if ( arg0 . startsWith ( "srini_string" ) ) { arg0 = arg0 . substring ( 7 ) ; } return arg0 ; } | removes the `` file : / / '' prefix from the given uri string , if applicable . if the given uri string does n't have a `` file : / / '' prefix , it is returned unchanged . concode_field_sep String _DATA concode_elem_sep String LOG_TAG concode_field_sep String getMimeType concode_elem_sep String getRealPath concode_ele... |
TypeLiteral < ? > function ( Class < ? > arg0 ) { return new TypeLiteral < Object > ( getSuperclassTypeParameter ( arg0 ) ) ; } | gets type literal from super class 's type parameter . concode_field_sep Class<? super T> rawType concode_elem_sep int hashCode concode_elem_sep Type type concode_field_sep Class<? super T> getRawType concode_elem_sep Type resolveType concode_elem_sep TypeLiteral<?> resolve concode_elem_sep TypeLiteral<?> getFieldType ... |
com . liferay . dynamic . data . mapping . model . DDMTemplateLink function ( com . liferay . dynamic . data . mapping . model . DDMTemplateLink arg0 ) { return _ddmTemplateLinkLocalService . deleteDDMTemplateLink ( arg0 ) ; } | deletes the d d m template link from the database . also notifies the appropriate model listeners . concode_field_sep DDMTemplateLinkLocalService _ddmTemplateLinkLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService concode_elem_sep com.liferay.portal.kernel.da... |
void function ( String arg0 ) { this . tagKey = arg0 ; } | specifies the tag key associated with the result . concode_field_sep String metric concode_elem_sep String tagValue concode_elem_sep String scope concode_elem_sep String namespace concode_elem_sep String tagKey concode_field_sep void setMetric concode_elem_sep String getNamespace concode_elem_sep String getTagValue con... |
void function ( int arg0 ) { isValidValue = arg0 ; } | set isvalid method parameter concode_field_sep boolean enableIsValid concode_elem_sep int isValidValue concode_elem_sep CoreLogger log concode_elem_sep CoreBundle bundle concode_elem_sep boolean enableClose concode_elem_sep boolean isValidOverride concode_elem_sep String closeMethod concode_field_sep void setEnableClos... |
Projection function ( String arg0 , String arg1 , String [ ] arg2 , Type [ ] arg3 ) { return new SQLProjection ( arg0 , arg1 , arg2 , arg3 ) ; } | a grouping sql projection , specifying both select clause and group by clause fragments concode_field_sep PlaceHolder placeHolder concode_field_sep AggregateProjection max concode_elem_sep CountProjection count concode_elem_sep Projection distinct concode_elem_sep AggregateProjection sum concode_elem_sep ProjectionList... |
void function ( String ... arg0 ) { System . out . println ( "srini_string" ) ; } | the old standby ! concode_field_sep PlaceHolder placeHolder concode_field_sep void test |
CRCPolynomial function ( int arg0 ) { while ( true ) { CRCPolynomial loc0 = createRandom ( arg0 ) ; if ( loc0 . getReducibility ( ) == Reducibility . IRREDUCIBLE ) return loc0 ; } } | finds a random irreducible polynomial of degree `` degree '' concode_field_sep CRCPolynomial ONE concode_elem_sep CRCPolynomial X concode_elem_sep BigInteger Q concode_elem_sep TreeSet<BigInteger> degrees concode_field_sep int compare concode_elem_sep CRCPolynomial mod concode_elem_sep CRCPolynomial gcd concode_elem_se... |
long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return getService ( ) . dynamicQueryCount ( arg0 ) ; } | returns the number of rows matching the dynamic query . concode_field_sep DLFileRankLocalService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.document.library.kernel.model.DLFileRank getDLFileRank concode_elem_sep com.liferay.document.library.kernel.model.DLFileRank ... |
int function ( ) { return mProgress ; } | gets the download progress . concode_field_sep String mUrl concode_elem_sep String mErrorMessage concode_elem_sep String mFileName concode_elem_sep DownloadRunnable mRunnable concode_elem_sep Notification mNotification concode_elem_sep int mProgress concode_elem_sep boolean mIsAborted concode_elem_sep boolean mIsFinish... |
void function ( KeyEvent arg0 ) { } | implements this method in the interface with an empty body . concode_field_sep PlaceHolder placeHolder concode_field_sep void keyReleased concode_elem_sep void keyTyped |
void function ( final DowngradeActionMap arg0 ) { this . parent = arg0 ; } | sets this actionmap 's parent . concode_field_sep DowngradeActionMap parent concode_elem_sep HashMap actionMap concode_elem_sep ArrayList actionList concode_field_sep DowngradeActionMap getParent concode_elem_sep int size concode_elem_sep Object[] keys concode_elem_sep Action get concode_elem_sep void clear concode_ele... |
void function ( Long arg0 ) { this . packageFetchCount = arg0 ; } | setter for packagefetchcount concode_field_sep KickstartVirtualizationType virtualizationType concode_elem_sep KickstartData ksdata concode_elem_sep String kickstartMode concode_elem_sep Server oldServer concode_elem_sep String systemRhnHost concode_elem_sep String kickstartFromHost concode_elem_sep Date lastAction con... |
void function ( Mapper < ? , ? > arg0 ) { appObjectMappers . put ( arg0 . getTypeOfObjectToConvert ( ) , arg0 ) ; } | add mapper for converting application objects to db objects concode_field_sep Map<Class<?>,Map<Class<?>,Mapper<?,?>>> dbObjectMappers concode_elem_sep Map<Class<?>,Mapper<?,?>> appObjectMappers concode_field_sep void addDBObjectMapper concode_elem_sep S convertApplicationObjectToDBObject concode_elem_sep Mapper<Object,... |
double function ( ) { return cost ; } | gets the cost associated with this file concode_field_sep int resourceId concode_elem_sep double cost concode_elem_sep String ownerName concode_elem_sep int size concode_elem_sep long creationTime concode_elem_sep String name concode_elem_sep int checksum concode_elem_sep boolean masterCopy concode_elem_sep boolean rea... |
void function ( TechnicalProtectionBaseType arg0 ) { this . technicalProtection = arg0 ; } | sets the value of the technicalprotection property . concode_field_sep OperationalProtectionType operationalProtection concode_elem_sep List<ExtensionType> extension concode_elem_sep IdentificationType identification concode_elem_sep TechnicalProtectionBaseType technicalProtection concode_elem_sep AuthnMethodBaseType a... |
int function ( ) { return _orgLabor . getMonClose ( ) ; } | returns the mon close of this org labor . concode_field_sep OrgLabor _orgLabor concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep void setSunClose concode_elem_sep bo... |
Type function ( String arg0 ) { if ( arg0 == null ) { return null ; } switch ( arg0 ) { case "srini_string" : return bool ; default : arg0 = arg0 . replace ( '-' , '_' ) ; return Type . valueOf ( arg0 ) ; } } | get a form field type from the given string . if string is null , then null will be returned . concode_field_sep boolean required concode_elem_sep String FORM_TYPE concode_elem_sep List<String> values concode_elem_sep String ELEMENT concode_elem_sep String variable concode_elem_sep List<Option> options concode_elem_sep... |
DrillbitEndpoint function ( ) { return endpoint ; } | get the drillbit endpoint where the fragment is assigned for execution . concode_field_sep DrillbitEndpoint endpoint concode_elem_sep int id concode_field_sep int getId concode_elem_sep String toString |
RuleExecutionSetImpl function ( ) { return this . ruleExecutionSet ; } | returns the drools ruleexecutionset associated with this rulesession . concode_field_sep RuleExecutionSetImpl ruleExecutionSet concode_elem_sep RuleExecutionSetRepository repository concode_elem_sep Map properties concode_field_sep void checkRuleSessionValidity concode_elem_sep void release concode_elem_sep void setPro... |
void function ( java . lang . String arg0 ) { _journalArticleImage . setElName ( arg0 ) ; } | sets the el name of this journal article image . concode_field_sep JournalArticleImage _journalArticleImage concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep v... |
List < Binding > function ( ) { List < Binding > loc0 = new ArrayList < Binding > ( ) ; for ( Activity loc1 : this . candidates . keySet ( ) ) { loc0 . addAll ( this . candidates . get ( loc1 ) ) ; } return loc0 ; } | gets all of the binding objects in this group concode_field_sep Map<Activity,List<Binding>> candidates concode_elem_sep long serialVersionUID concode_field_sep void init concode_elem_sep int bindingCount concode_elem_sep Set<Activity> getActivities concode_elem_sep List<Binding> createBindingList concode_elem_sep List<... |
void function ( final LogicalOperatorNode arg0 ) { this . children . remove ( arg0 ) ; } | removes a child from the node . concode_field_sep LogicalOperatorNode parent concode_elem_sep List<ILogicalTreeElement> children concode_elem_sep LogicalOperator operator concode_field_sep List<ILogicalTreeElement> getChildren concode_elem_sep LogicalOperatorNode getParent concode_elem_sep void attachChild concode_elem... |
float function ( PVector arg0 ) { float loc0 = x - arg0 . x ; float loc1 = y - arg0 . y ; float loc2 = z - arg0 . z ; return ( float ) Math . sqrt ( loc0 * loc0 + loc1 * loc1 + loc2 * loc2 ) ; } | calculate the euclidean distance between two points considering a point as a vector object concode_field_sep float[] array concode_elem_sep float x concode_elem_sep float y concode_elem_sep float z concode_field_sep void add concode_elem_sep void add concode_elem_sep PVector add concode_elem_sep PVector add concode_ele... |
void function ( Object arg0 ) { if ( arg0 instanceof Closeable ) { closeQuietly ( ( Closeable ) arg0 ) ; } } | closes any object if that object implements closeable , while suppressing any ioexceptions it will generate . the given closeable may be null , in which case nothing happens . concode_field_sep Charset UTF8 concode_field_sep void closeQuietly concode_elem_sep void closeIfCloseable |
CTObjectPr function ( ) { return objectPr ; } | gets the value of the objectpr property . concode_field_sep Object parent concode_elem_sep STDvAspect dvAspect concode_elem_sep long shapeId concode_elem_sep STOleUpdate oleUpdate concode_elem_sep CTObjectPr objectPr concode_elem_sep String link concode_elem_sep Boolean autoLoad concode_elem_sep String id concode_elem_... |
Color [ ] function ( ) { return Arrays . copyOf ( colors , colors . length ) ; } | returns a copy of the array of colors used by this gradient . the first color maps to the first value in the fractions array , and the last color maps to the last value in the fractions array . concode_field_sep ColorSpaceType colorSpace concode_elem_sep boolean isSimpleLookup concode_elem_sep SoftReference<int[][]> gr... |
View function ( ) { return getCachedView ( items ) ; } | gets item view concode_field_sep AbstractWheel wheel concode_elem_sep String LOG_TAG concode_elem_sep List<View> emptyItems concode_elem_sep List<View> items concode_field_sep int recycleItems concode_elem_sep View getCachedView concode_elem_sep void recycleView concode_elem_sep List<View> addView concode_elem_sep void... |
void function ( UnitVisitor arg0 ) { for ( Unit loc0 : children ) { loc0 . accept ( arg0 ) ; } } | accept visitor concode_field_sep Unit[] children concode_field_sep placeholderType placeHolder |
void function ( final String arg0 ) { this . m_sDateDescription = arg0 ; } | sets the value of the datedescription property . concode_field_sep long m_nPageCount concode_elem_sep MockJAXBIssue.FirstPage m_aFirstPage concode_elem_sep long m_nCollectionID concode_elem_sep String m_sValue concode_elem_sep String m_sMenuLayout concode_elem_sep long m_nWidth concode_elem_sep BigDecimal m_aTitle conc... |
void function ( StreamTable arg0 ) { if ( log . isInfoEnabled ( ) ) { log . info ( "srini_string" ) ; } } | handlestorage interface method - not implemented . concode_field_sep Logger log concode_elem_sep HandleService handleService concode_field_sep void updateValue concode_elem_sep void checkpointDatabase concode_elem_sep void createHandle concode_elem_sep byte[][] getRawHandleValues concode_elem_sep void scanNAs concode_e... |
long function ( ) { return missCount ; } | returns the number of times loadingcache lookup methods have returned an uncached newlyloaded value , or null . multiple concurrent calls to loadingcache lookup methods on an absentvalue can result in multiple misses , all returning the results of a single cache load operation . concode_field_sep long evictionCount con... |
List < ConnectedAPType > function ( ) { if ( connectedAP == null ) { connectedAP = new ArrayList < ConnectedAPType > ( ) ; } return this . connectedAP ; } | gets the value of the connectedap 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 connectedap property . for example , to add a new item... |
void function ( String arg0 ) { this . _fs . moveFile ( this . getCommandFile ( ) , arg0 ) ; } | movecommand concode_field_sep Object _bundlesDirectory concode_elem_sep Object _project concode_elem_sep Object _snippetsDirectory concode_elem_sep Object _commandsDirectory concode_elem_sep Object _bundleDirectory concode_elem_sep Object _libDirectory concode_elem_sep String PROJECT_NAME concode_elem_sep IBundleFileSy... |
Map < String , Object > function ( Module arg0 , Map < String , ? > arg1 ) { return ReferenceResolverUtil . getCompositeChildContext ( arg0 , arg1 ) ; } | creates child context that will be passed to the child handler . concode_field_sep MT moduleType concode_elem_sep M module concode_elem_sep LinkedHashMap<M,H> moduleHandlerMap concode_field_sep List<M> getChildren concode_elem_sep void dispose concode_elem_sep Map<String,Object> getCompositeContext |
Set < String > function ( ) { return tags ; } | rules can have tags - non-hierarchical keywords or terms for describing them . this method is used for getting the tags assign to this rule . the tags are used to filter the rules . concode_field_sep String uid concode_elem_sep Visibility visibility concode_elem_sep Configuration configuration concode_elem_sep List<Con... |
java . lang . String function ( ) { return fullDisplayString ; } | gets the fulldisplaystring value for this adunitsize . concode_field_sep com.google.api.ads.dfp.axis.v201502.Size size concode_elem_sep java.lang.String fullDisplayString concode_elem_sep com.google.api.ads.dfp.axis.v201502.AdUnitSize[] companions concode_elem_sep com.google.api.ads.dfp.axis.v201502.EnvironmentType env... |
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getChangeToken ( ) != null ) loc0 . append ( "srini_string" + getChangeToken ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; } | returns a string representation of this object ; useful for testing and debugging . concode_field_sep String changeToken concode_field_sep void setChangeToken concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String getChangeToken concode_elem_sep UpdateIPSetResult clone concode_elem_sep Up... |
String function ( ) { return "srini_string" + width + "srini_string" + height + "srini_string" ; } | string representation of this object . concode_field_sep float width concode_elem_sep float height concode_field_sep float getHeight concode_elem_sep void set concode_elem_sep void set concode_elem_sep float getWidth concode_elem_sep Dimension toDimension |
T function ( Collection < T > arg0 ) { Object [ ] loc0 = arg0 . toArray ( new Object [ arg0 . size ( ) ] ) ; return ( T ) loc0 [ nextInt ( loc0 . length ) ] ; } | gives a random element of the given collection . concode_field_sep Random delegate concode_elem_sep long seed concode_elem_sep BigInteger NANOS_PER_SECOND concode_field_sep float nextFloat concode_elem_sep float nextFloat concode_elem_sep long seed concode_elem_sep Random toJDKRandom concode_elem_sep byte nextByte conc... |
List < Integer > function ( ) { Set < String > loc0 = getPrefs ( ) . getAll ( ) . keySet ( ) ; ArrayList < Integer > loc1 = new ArrayList < Integer > ( ) ; for ( String loc2 : loc0 ) { try { loc1 . add ( Integer . parseInt ( loc2 ) ) ; } catch ( NumberFormatException loc3 ) { loc3 . printStackTrace ( ) ; } } return loc... | all local notifications ids . concode_field_sep Context context concode_field_sep Notification cancel concode_elem_sep void cancelAll concode_elem_sep List<Integer> getIdsByType concode_elem_sep List<Notification> getAll concode_elem_sep List<Notification> getByType concode_elem_sep NotificationManager getNotMgr concod... |
boolean function ( Object arg0 ) { if ( ! ( arg0 instanceof HessianRemote ) ) return false ; HessianRemote loc0 = ( HessianRemote ) arg0 ; return url . equals ( loc0 . url ) ; } | defines equality concode_field_sep String type concode_elem_sep String url concode_field_sep String getURL concode_elem_sep String getType concode_elem_sep int hashCode concode_elem_sep String toString concode_elem_sep void setURL |
void function ( String arg0 , String arg1 ) { throw new WPSException ( arg1 , arg0 ) ; } | throws a wps exception , specifying a message and the code see ows spec for exception reporting details concode_field_sep float total concode_elem_sep float work concode_elem_sep ProgressListener listener concode_elem_sep float base concode_field_sep void work concode_elem_sep void setTask concode_elem_sep void setProg... |
RectF function ( ) { return rect ; } | gets the rect . concode_field_sep RectF rect concode_elem_sep double x concode_elem_sep double y concode_field_sep double getX concode_elem_sep double getY |
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... |
String function ( ) { if ( id == null ) return null ; return quoteString + id + quoteString ; } | returns sql rendering of the identifier , in quotes , if necessary concode_field_sep QuotedID EMPTY_ID concode_elem_sep boolean caseSensitive concode_elem_sep int hashCode concode_elem_sep String quoteString concode_elem_sep String NO_QUOTATION concode_elem_sep String id concode_field_sep String getName concode_elem_se... |
void function ( Tooltip arg0 ) { float loc0 = animations ? ( time > 0 ? 0.5f : 0.15f ) : 0.1f ; arg0 . container . setTransform ( true ) ; arg0 . container . getColor ( ) . a = 0.2f ; arg0 . container . setScale ( 0.05f ) ; arg0 . container . addAction ( parallel ( fadeIn ( loc0 , fade ) , scaleTo ( 1 , 1 , loc0 , Inte... | called when tooltip is shown . default implementation sets actions to animate showing . concode_field_sep TooltipManager instance concode_elem_sep float subsequentTime concode_elem_sep boolean enabled concode_elem_sep float resetTime concode_elem_sep Tooltip showTooltip concode_elem_sep boolean animations concode_elem_... |
String function ( String arg0 ) { return BaseEncoding . base64 ( ) . encode ( arg0 . getBytes ( DEFAULT_CHARSET ) ) ; } | translates the user 's key for a blob into the internal name used by the blob server concode_field_sep Charset DEFAULT_CHARSET concode_elem_sep String HASHING_ALGORITHM concode_elem_sep String JOB_DIR_PREFIX concode_elem_sep String BLOB_FILE_PREFIX concode_field_sep void writeLength concode_elem_sep File getStorageLoca... |
void function ( StringBuilder arg0 ) { InetAddress loc0 = Server . getRemoteIp ( ) ; if ( loc0 != null ) { add ( Keys . IP , loc0 . getHostAddress ( ) , arg0 ) ; } } | a helper api to add remote ip address concode_field_sep String KEY_VAL_SEPARATOR concode_elem_sep String UNAUTHORIZED_USER concode_elem_sep Log LOG concode_elem_sep char PAIR_SEPARATOR concode_elem_sep String SUCCESS concode_elem_sep String FAILURE concode_field_sep void add concode_elem_sep void logSuccess concode_ele... |
java . lang . String function ( ) { return tipoDocumentoIdentidad ; } | gets the tipodocumentoidentidad value for this consultadatosclienterequest . concode_field_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String numeroDocumentoIdentidad concode_elem_sep boolean __hashCodeCalc concode_elem_sep grupobbva.pe.com.EnlaceBBVA.Cabecera cabecera concode_elem_sep java.lang.String... |
JFrame function ( ) { return debugGui ; } | returns the debugger window jframe . concode_field_sep Scriptable scope concode_elem_sep Dim dim concode_elem_sep int type concode_elem_sep SwingGui debugGui concode_elem_sep int EXIT_ACTION concode_elem_sep int SCOPE_PROVIDER concode_field_sep InputStream getIn concode_elem_sep void setSourceProvider concode_elem_sep ... |
JSONBuilder function ( long arg0 ) { conditionallyAppendComma ( ) ; params . append ( arg0 ) ; return this ; } | adds a long to an array or function call . concode_field_sep StringBuilder params concode_field_sep String escapeString concode_elem_sep JSONBuilder endArray concode_elem_sep JSONBuilder entryNonNullValue concode_elem_sep JSONBuilder entryNonNullValue concode_elem_sep JSONBuilder entryNonNullValue concode_elem_sep JSON... |
List function ( ) { synchronized ( FQN ) { return new ArrayList ( cache . getValues ( FQN_LOGGED ) ) ; } } | gets the usersession instance of all logged users concode_field_sep String ANONYMOUS_COUNT concode_elem_sep CacheEngine cache concode_elem_sep String LOGGED_COUNT concode_elem_sep Logger logger concode_elem_sep String FQN_COUNT concode_elem_sep String FQN concode_elem_sep String FQN_USER_ID concode_elem_sep String FQN_... |
Object function ( ) { return null ; } | an optional attribute value of the token . tokens which are not used as syntactic sugar will often contain meaningful values that will be used later on by the compiler or interpreter . this attribute value is often different from the image . any subclass of token that actually wants to return a non-null value can overr... |
String function ( ) { return code ; } | gets the value of the code property . concode_field_sep String code concode_elem_sep Boolean visible concode_elem_sep Boolean documentation concode_elem_sep Langs langs concode_elem_sep long serialVersionUID concode_elem_sep Long id concode_elem_sep String label concode_elem_sep Integer position concode_elem_sep Descri... |
void function ( final Logger arg0 , final ArchiveDescription arg1 , final Exception arg2 ) { arg0 . logException ( Level . SEVERE , "srini_string" + arg1 . toString ( ) , arg2 ) ; } | logs the occurance of an exception while retrieving the input file . concode_field_sep PlaceHolder placeHolder concode_field_sep void logArticleRead concode_elem_sep void logArticleRead concode_elem_sep void logTaskReaderException concode_elem_sep void logReadTaskException concode_elem_sep void logErrorRetrieveArchive ... |
void function ( Statement arg0 ) { this . filterStatement = arg0 ; } | sets the value of the filterstatement property . concode_field_sep Statement filterStatement concode_elem_sep CustomTargetingValueAction customTargetingValueAction concode_field_sep Statement getFilterStatement concode_elem_sep CustomTargetingValueAction getCustomTargetingValueAction concode_elem_sep void setCustomTarg... |
List < String > function ( String arg0 ) { List < String > loc0 = filesIO . listDirectories ( arg0 ) ; if ( bundledIO == null ) return loc0 ; else return mergeNoDuplicates ( bundledIO . listDirectories ( arg0 ) , loc0 ) ; } | like #listdirectoriesasync string , asyncresult , but with direct return . concode_field_sep FilesIO filesIO concode_elem_sep BundledIO bundledIO concode_field_sep void deleteFile concode_elem_sep void existsFileAsync concode_elem_sep JseInputStream openFile concode_elem_sep boolean existsFile concode_elem_sep File fin... |
void function ( File arg0 ) { if ( filterMode != null ) { arg0 . write ( filterMode ) ; } if ( autoFilterInfo != null ) { arg0 . write ( autoFilterInfo ) ; } if ( autoFilter != null ) { arg0 . write ( autoFilter ) ; } } | writes out the data validation concode_field_sep FilterModeRecord filterMode concode_elem_sep AutoFilterRecord autoFilter concode_elem_sep AutoFilterInfoRecord autoFilterInfo concode_field_sep void add |
void function ( GenericRevisionInfo arg0 ) { this . revisionInfo = arg0 ; } | general information about the revision . concode_field_sep GenericRevisionInfo revisionInfo concode_elem_sep String applicationName concode_elem_sep RevisionLocation revision concode_field_sep String getApplicationName concode_elem_sep GetApplicationRevisionResult withRevision concode_elem_sep int hashCode concode_elem... |
List < ProfileDeferredPolicyOptionParameter > function ( ) { if ( userInput == null ) { userInput = new ArrayList < ProfileDeferredPolicyOptionParameter > ( ) ; } return this . userInput ; } | gets the value of the userinput 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 userinput property . for example , to add a new item , d... |
void function ( UsbDevice arg0 ) { log_d ( "srini_string" ) ; if ( arg0 == null ) return ; Intent loc0 = new Intent ( ACTION_USB_PERMISSION ) ; PendingIntent loc1 = PendingIntent . getBroadcast ( mContext , PERM_REQUEST_CODE , loc0 , PERM_FLAGS ) ; mUsbManager . requestPermission ( arg0 , loc1 ) ; } | execattached concode_field_sep OnChangedListener mListener concode_elem_sep UsbManager mUsbManager concode_elem_sep BroadcastReceiver mReceiver concode_elem_sep String TAG_SUB concode_elem_sep int PERM_FLAGS concode_elem_sep String ACTION_USB_PERMISSION concode_elem_sep Context mContext concode_elem_sep int PERM_REQUES... |
void function ( String arg0 ) { this . selectedPanel = arg0 ; } | sets the selected panel name to the specified panel name . concode_field_sep String selectedFruit concode_elem_sep String selectedColor concode_elem_sep String selectedMineral concode_elem_sep String selectedPanel concode_field_sep void setSelectedFruit concode_elem_sep String getSelectedMineral concode_elem_sep String... |
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... |
T function ( EObject arg0 ) { return doSwitch ( arg0 . eClass ( ) , arg0 ) ; } | calls casexxx for each class of the model until one returns a non null result ; it yields that result . concode_field_sep Bz237361Package modelPackage concode_field_sep T caseOne concode_elem_sep T defaultCase concode_elem_sep T caseMany |
String function ( ) { return method ; } | returns the authorization method of the securityconstraint . concode_field_sep String CUSTOM_AUTH_METHOD concode_elem_sep String method concode_elem_sep List roles concode_elem_sep String BASIC_AUTH_METHOD concode_elem_sep String id concode_field_sep void setMethod concode_elem_sep String getId concode_elem_sep void ad... |
Drawable function ( int arg0 ) { Drawable loc0 = new ColorDrawable ( ContextCompat . getColor ( context , android . R . color . transparent ) ) ; int loc1 = Density . dpToPx ( arg0 ) ; loc0 . setBounds ( 0 , 0 , loc1 , loc1 ) ; return loc0 ; } | return a dummy icon concode_field_sep AssetManager internalAssets concode_elem_sep String basePath concode_elem_sep String ASSET_IMAGE_PREFIX concode_elem_sep String EXTERNAL_DEFAULT_ASSETS_PACKAGE concode_elem_sep AssetManager externalAssets concode_elem_sep Context context concode_elem_sep AssetManager externalDefaul... |
FieldMask function ( FieldMask arg0 , FieldMask arg1 , FieldMask ... arg2 ) { FieldMaskTree loc0 = new FieldMaskTree ( arg0 ) . mergeFromFieldMask ( arg1 ) ; for ( FieldMask loc1 : arg2 ) { loc0 . mergeFromFieldMask ( loc1 ) ; } return loc0 . toFieldMask ( ) ; } | creates a union of two or more fieldmasks . concode_field_sep String FIELD_SEPARATOR_REGEX concode_elem_sep String FIELD_PATH_SEPARATOR concode_elem_sep String FIELD_PATH_SEPARATOR_REGEX concode_elem_sep boolean replacePrimitiveFields concode_elem_sep boolean replaceMessageFields concode_elem_sep boolean replaceRepeate... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.