code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
void function ( InetAddress arg0 ) { this . bindAddr = arg0 ; } | sets the local ip address to bind to , pass null to bind to all concode_field_sep ServerAcseSap acseSap concode_elem_sep InetAddress bindAddr concode_elem_sep boolean listening concode_elem_sep int proposedMaxMmsPduSize concode_elem_sep ServerSocketFactory serverSocketFactory concode_elem_sep ServerEventListener server... |
List < T > function ( ObjectInput arg0 , Class < T > arg1 ) { return Arrays . asList ( readArray ( arg0 , arg1 ) ) ; } | reads a list that was written by this utility class . concode_field_sep PlaceHolder placeHolder concode_field_sep Map<K,V> readMap concode_elem_sep void writeArray concode_elem_sep void writeList concode_elem_sep T readEnum concode_elem_sep void writeEnum concode_elem_sep T[] readArray concode_elem_sep void writeCollec... |
void function ( ) { try { BufferedImage loc0 = new BufferedImage ( 200 , 100 , BufferedImage . TYPE_INT_RGB ) ; Graphics2D loc1 = loc0 . createGraphics ( ) ; this . chart . draw ( loc1 , new Rectangle2D . Double ( 0 , 0 , 200 , 100 ) , null , null ) ; loc1 . dispose ( ) ; } catch ( Exception loc0 ) { fail ( "srini_stri... | draws the chart with a null info object to make sure that no exceptions are thrown a problem that was occurring at one point . concode_field_sep boolean flag concode_elem_sep JFreeChart chart concode_field_sep void chartChanged concode_elem_sep void testSetSeriesURLGenerator concode_elem_sep JFreeChart createChart conc... |
String function ( ) { return targetId ; } | property cmisconstants #target_id . concode_field_sep String sourceId concode_elem_sep String targetId concode_elem_sep String versionSeriesCheckedOutBy concode_elem_sep String lastModifiedBy concode_elem_sep String versionSeriesId concode_elem_sep Calendar creationDate concode_elem_sep String changeToken concode_elem_... |
boolean function ( ) { ClassLoader loc0 = Thread . currentThread ( ) . getContextClassLoader ( ) ; do { if ( clBindings . containsKey ( loc0 ) ) { return true ; } } while ( ( loc0 = loc0 . getParent ( ) ) != null ) ; return false ; } | tests if current class loader is bound to a context . concode_field_sep Hashtable clBindings concode_elem_sep Hashtable threadBindings concode_elem_sep Hashtable threadNameBindings concode_elem_sep StringManager sm concode_elem_sep Hashtable clNameBindings concode_elem_sep Hashtable contextNameBindings concode_field_se... |
Activity function ( ) { return sActivity ; } | returns the current main application activity . concode_field_sep int STARTED concode_elem_sep int CREATED concode_elem_sep Activity sActivity concode_elem_sep int DESTROYED concode_elem_sep int PAUSED concode_elem_sep int sActivityState concode_elem_sep int STOPPED concode_elem_sep int RESUMED concode_elem_sep Observe... |
String function ( ) { return charset ; } | return the charset concode_field_sep boolean contentTransferEncSet concode_elem_sep String MEDIA_TYPE_TEXT concode_elem_sep String EMAIL_MESSAGE_MIME_TYPE concode_elem_sep String mimeType concode_elem_sep long contentLength concode_elem_sep Map parameters concode_elem_sep String subType concode_elem_sep String SUB_TYPE... |
void function ( DragSourceDragEvent arg0 ) { } | called when the user modifies the drop gesture . this is often the case when additional mouse or key events are received during the drag . concode_field_sep PlaceHolder placeHolder concode_field_sep void dragMouseMoved concode_elem_sep void dragEnter concode_elem_sep void dragDropEnd concode_elem_sep void dragOver conc... |
void function ( long arg0 ) { this . sequenceNumber = arg0 ; } | sets the sequence number . it is usually not necessary to call this method to change the sequence number because the number is allocated when this instance is constructed . concode_field_sep long sequenceNumber concode_elem_sep String sourceMethodName concode_elem_sep int initThreadId concode_elem_sep Level level conco... |
DataContainer function ( ) { return index ; } | gets the datacontainer index to get concode_field_sep DataContainer array concode_elem_sep DataContainer index concode_field_sep Literal resolve concode_elem_sep MutableValue resolveValue concode_elem_sep DataContainer getArray |
View function ( View arg0 ) { final EAnnotation loc0 = arg0 . getEAnnotation ( TREE_LAYOUT_ANNOTATION ) ; if ( loc0 != null ) { return ( View ) arg0 . eResource ( ) . getEObject ( loc0 . getDetails ( ) . get ( TREE_NODE_PARENT_URI ) ) ; } return null ; } | returns the parent view of a tree node from the parent view annotation . concode_field_sep String TREE_NODE_POSITION concode_elem_sep String TREE_NODE_PARENT_URI concode_elem_sep String TREE_LAYOUT_ANNOTATION concode_field_sep int getTreeNodePosition concode_elem_sep ArrayList<IGraphicalEditPart> getOrderedTreeChildren... |
boolean function ( Object arg0 ) { return ( arg0 instanceof LocalRMIServerSocketFactory ) ; } | two localrmiserversocketfactory objects are equal if they are of the same type . concode_field_sep PlaceHolder placeHolder concode_field_sep int hashCode concode_elem_sep ServerSocket createServerSocket |
double function ( int [ ] [ ] arg0 ) { double loc0 = 0 ; int loc1 = arg0 . length ; for ( int loc2 = 0 ; loc2 < loc1 ; loc2 ++ ) { double loc3 = 0 ; loc0 += tspp . loc0 ( arg0 [ loc2 ] ) ; } return loc0 ; } | function that calculates the cost of a given solution in matrix representation concode_field_sep int STR_EXCHANGE concode_elem_sep int ALWAYS_PERFORM concode_elem_sep int BEST concode_elem_sep int PERFORM_ON_IMPROVE concode_elem_sep int nv concode_elem_sep Tsp tspp concode_elem_sep double capacity concode_elem_sep int ... |
void function ( String arg0 , RequestAbstractType arg1 , Endpoint arg2 ) { arg1 . setID ( generateID ( ) ) ; arg1 . setIssuer ( getIssuer ( arg0 ) ) ; arg1 . setVersion ( SAMLVersion . VERSION_20 ) ; arg1 . setIssueInstant ( new DateTime ( ) ) ; if ( arg2 != null ) { arg1 . setDestination ( arg2 . getLocation ( ) ) ; }... | fills the request with version , issue instants and destination data . concode_field_sep int maxAssertionTime concode_elem_sep MetadataManager metadata concode_elem_sep int responseSkew concode_elem_sep XMLObjectBuilderFactory builderFactory concode_elem_sep URIComparator uriComparator concode_elem_sep Logger log conco... |
void function ( boolean arg0 ) { this . implicit = arg0 ; } | sets whether the associated element is implicit or not . typically , this is the case when match is on an implicit constructor or an implicit member pair value in annotation . concode_field_sep int rule concode_elem_sep int offset concode_elem_sep IResource resource concode_elem_sep int length concode_elem_sep int accu... |
org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; } | return type metadata object concode_field_sep java.lang.String date concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String dateFrom concode_elem_sep com.omniture.www.ReportDefinitionLocale locale concode_elem_sep com.omniture.www.ReportDe... |
void function ( ) { log . finest ( "srini_string" ) ; } | destroys the physical connection to the underlying resource manager . concode_field_sep Logger log concode_elem_sep AnnoManagedConnectionFactory1 mcf concode_elem_sep List<ConnectionEventListener> listeners concode_elem_sep AnnoConnectionImpl1 connection concode_elem_sep PrintWriter logwriter concode_field_sep void ass... |
int function ( int arg0 , int arg1 ) { int loc0 = getPrior ( arg0 , true ) ; if ( loc0 != Snapshot . CURRENT_STATE_ID && Snapshot . ID_INTEGER_COMPARATOR . compare ( loc0 , arg1 ) > 0 ) { return loc0 ; } return arg1 ; } | update the prior snapshot . concode_field_sep List<D> diffs concode_field_sep int getLastSnapshotId concode_elem_sep D addDiff concode_elem_sep D getDiffById concode_elem_sep int[] changedBetweenSnapshots concode_elem_sep void clear concode_elem_sep int getSnapshotById concode_elem_sep int getPrior concode_elem_sep int... |
OWLQLSPARQLCompiler function ( String ... arg0 ) { return new OWLQLSPARQLCompiler ( null , null , arg0 ) ; } | creates an owlqlsparqlcompiler given a set of owl ontology files concode_field_sep PlaceHolder placeHolder concode_field_sep QueryProcessor create concode_elem_sep QueryProcessor create concode_elem_sep QueryProcessor create concode_elem_sep QueryProcessor create concode_elem_sep QueryProcessor create concode_elem_sep ... |
String function ( ) { minimized = ! minimized ; if ( minimized ) { buttonImage = MINIMIZE_IMAGE ; } else { buttonImage = MAXIMIZE_IMAGE ; position = bottom ( ) ; } return ( "srini_string" ) ; } | method to switch the minimized / maximized state of the chat concode_field_sep String color concode_elem_sep String DEFAULT_NICK concode_elem_sep String buttonImage concode_elem_sep Log log concode_elem_sep boolean minimized concode_elem_sep String autoLoad concode_elem_sep String MAXIMIZE_IMAGE concode_elem_sep Messag... |
void function ( ) { LocalListener loc0 = new LocalListener ( ) ; this . pieChart . addChangeListener ( loc0 ) ; PiePlot loc1 = ( PiePlot ) this . pieChart . getPlot ( ) ; loc1 . setDataset ( null ) ; assertEquals ( true , loc0 . flag ) ; assertNull ( loc1 . getDataset ( ) ) ; } | using a regular pie chart , we replace the dataset with null . expect to receive notification of a chart change event , and of course the dataset should be null . concode_field_sep boolean flag concode_elem_sep JFreeChart pieChart concode_field_sep void chartChanged concode_elem_sep JFreeChart createPieChart concode_el... |
void function ( char arg0 ) { this . valueDelimiter = arg0 ; } | set the value delimiter to use concode_field_sep char delimiter concode_elem_sep boolean fixedWidth concode_elem_sep char fillChar concode_elem_sep boolean ignoreValueDelimiter concode_elem_sep boolean ignoreDelimiter concode_elem_sep int fill concode_elem_sep int FILLNONE concode_elem_sep int FILLRIGHT concode_elem_se... |
void function ( WhiteboxPluginHost arg0 ) { myHost = arg0 ; } | sets the whiteboxpluginhost to which the plugin tool is tied . this is the class that the plugin will send all feedback messages , progress updates , and return objects . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgress... |
StaticHandler function ( long arg0 ) { delegate . setCacheEntryTimeout ( arg0 ) ; return this ; } | set the server cache entry timeout when caching is enabled concode_field_sep io.vertx.ext.web.handler.StaticHandler delegate concode_field_sep StaticHandler setDirectoryTemplate concode_elem_sep StaticHandler setEnableFSTuning concode_elem_sep StaticHandler setAllowRootFileSystemAccess concode_elem_sep StaticHandler se... |
void function ( boolean arg0 ) { this . throwExceptionWhenTokenRejected = arg0 ; } | if true , causes the provider to throw a badcredentialsexception if the presented authentication request is invalid contains a null principal or credentials . otherwise it will just return null . defaults to false . concode_field_sep int order concode_elem_sep Log logger concode_elem_sep boolean throwExceptionWhenToken... |
boolean function ( ) { return enableGrapes ; } | this is a static access kill-switch . all of the static shortcut methods in this class will not work if this property is set to false . by default it is set to true . concode_field_sep String SYSTEM_PROPERTIES_SETTING concode_elem_sep String AUTO_DOWNLOAD_SETTING concode_elem_sep String DISABLE_CHECKSUMS_SETTING concod... |
float function ( ) { return style . minHeight ; } | get this node 's min height , as defined in the style concode_field_sep CSSNode mParent concode_elem_sep CSSStyle style concode_elem_sep CSSNode nextChild concode_elem_sep ArrayList<CSSNode> mChildren concode_elem_sep int lineIndex concode_elem_sep Object mData concode_elem_sep boolean mIsTextNode concode_elem_sep Meas... |
double function ( ) { return this . price * this . multiply * ( 1.0 + this . getTaxRate ( ) ) ; } | get price with quantity and taxes without discount concode_field_sep String m_sTicket concode_elem_sep double discountRate concode_elem_sep String attsetinstid concode_elem_sep int m_iLine concode_elem_sep String productid concode_elem_sep double price concode_elem_sep TaxInfo tax concode_elem_sep Properties attributes... |
void function ( Item arg0 ) { items . add ( arg0 ) ; } | called by xml parser to add a configured item to the entity concode_field_sep ArrayList items concode_field_sep void dump |
void function ( LobHandler arg0 ) { this . lobHandler = arg0 ; } | a special handler for large objects . the default is usually fine , except for some usually older versions of oracle . the default is determined from the data base type . concode_field_sep int maxVarCharLength concode_elem_sep JobExplorer jobExplorer concode_elem_sep String tablePrefix concode_elem_sep DataFieldMaxValu... |
boolean function ( ) { return pos < srcEnd ; } | returns whether there are any characters left to be read . concode_field_sep int charStart concode_elem_sep ByteList src concode_elem_sep int pos concode_elem_sep int srcEnd concode_elem_sep int quoteStart concode_elem_sep ThreadContext context concode_elem_sep ByteList out concode_field_sep char next concode_elem_sep ... |
int function ( ) { return getPersistence ( ) . countAll ( ) ; } | returns the number of ke hoach ve sinh xa news . concode_field_sep keHoachVeSinhXaNewPersistence _persistence concode_field_sep void cacheResult concode_elem_sep void cacheResult concode_elem_sep List<keHoachVeSinhXaNew> findWithDynamicQuery concode_elem_sep List<keHoachVeSinhXaNew> findWithDynamicQuery concode_elem_se... |
Integer function ( ) { return expMonth ; } | getter for expmonth concode_field_sep Integer expMonth concode_elem_sep String preferredPrefix concode_elem_sep String uATPNumber concode_elem_sep Integer expYear concode_elem_sep String nameSpace concode_field_sep void setExpMonth concode_elem_sep String toXMLString concode_elem_sep boolean isWhitespaceNode concode_el... |
Product function ( ) { return product ; } | gets the product . concode_field_sep Product product concode_elem_sep int quantity concode_field_sep void incrementQuantity concode_elem_sep void setProduct concode_elem_sep int getQuantity concode_elem_sep void setQuantity concode_elem_sep void decrementQuantity |
int function ( ) { return WritableComparator . hashBytes ( getBytes ( ) , getLength ( ) ) ; } | return a hash of the bytes returned from #getbytes . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean equals concode_elem_sep int getLength concode_elem_sep int compareTo concode_elem_sep int compareTo concode_elem_sep byte[] getBytes |
Board function ( List < List < Block >> arg0 ) { checkBlockMatrix ( arg0 , Cell . ROWS , Cell . COLUMNS ) ; List < Sq < Block >> loc0 = new ArrayList < Sq < Block >> ( Cell . COUNT ) ; for ( List < Block > loc1 : arg0 ) { for ( Block loc2 : loc1 ) { loc0 . add ( Sq . constant ( loc2 ) ) ; } } return new Board ( loc0 ) ... | creates a new board with the given list of constant blocks . concode_field_sep List<Sq<Block>> blocks concode_field_sep Board ofInnerBlocksWalled concode_elem_sep void checkBlockMatrix concode_elem_sep Block blockAt concode_elem_sep Sq<Block> blocksAt concode_elem_sep Board ofQuadrantNWBlocksWalled |
TimeValue function ( ) { return new TimeValue ( totalStoppedTimeInMillis ) ; } | the total time large merges were stopped so smaller merges could finish . concode_field_sep long totalBytesPerSecAutoThrottle concode_elem_sep XContentBuilderString TOTAL_DOCS concode_elem_sep XContentBuilderString CURRENT_SIZE_IN_BYTES concode_elem_sep XContentBuilderString CURRENT_DOCS concode_elem_sep XContentBuilde... |
String function ( ) { if ( undecoratedText == null ) { return WorkbenchMessages . DecorationReference_EmptyReference ; } return NLS . bind ( WorkbenchMessages . DecorationScheduler_DecoratingSubtask , undecoratedText ) ; } | return the string for the subtask for this element . concode_field_sep Object adaptedElement concode_elem_sep boolean forceUpdate concode_elem_sep String undecoratedText concode_elem_sep IDecorationContext[] contexts concode_elem_sep Object element concode_field_sep void setUndecoratedText concode_elem_sep IDecorationC... |
String function ( ) { return this . eTag ; } | get the etag value . concode_field_sep String dataServiceId concode_elem_sep String clientRequestId concode_elem_sep String requestId concode_elem_sep String eTag concode_elem_sep DateTimeRfc1123 lastModified concode_field_sep TaskGetHeaders withDataServiceId concode_elem_sep TaskGetHeaders withLastModified concode_ele... |
int function ( ) { return ( ( ExtendedSelector ) selector ) . getSpecificity ( ) + ( ( ExtendedSelector ) simpleSelector ) . getSpecificity ( ) ; } | returns the specificity of this selector . concode_field_sep Selector selector concode_elem_sep short nodeType concode_elem_sep SimpleSelector simpleSelector concode_field_sep SimpleSelector getSiblingSelector concode_elem_sep Selector getSelector concode_elem_sep boolean equals concode_elem_sep short getNodeType |
Builder function ( int arg0 ) { mOptions . refreshMinimizeDelay = arg0 ; mOptions . refreshMinimize = true ; return this ; } | enable header ` minimization ' and set the delay . concode_field_sep float DEFAULT_REFRESH_SCROLL_DISTANCE concode_elem_sep float refreshScrollDistance concode_elem_sep int DEFAULT_HEADER_LAYOUT concode_elem_sep boolean refreshOnUp concode_elem_sep EnvironmentDelegate environmentDelegate concode_elem_sep boolean DEFAUL... |
String function ( ) { return super . toString ( ) + "srini_string" + running + "srini_string" + startTime + "srini_string" + total + "srini_string" ; } | retrieves the internal state of this object , as a string . the retreived value is : super.tostring + '' running = '' + running + '' , starttime = '' + starttime + '' , total = '' + total + '' '' ; concode_field_sep boolean running concode_elem_sep long total concode_elem_sep long startTime concode_elem_sep long lastSt... |
void function ( Job arg0 ) { builds . add ( new TriggeredItemEntity ( arg0 ) ) ; } | adds a project to the list of triggered projects . concode_field_sep boolean triggerScanDone concode_elem_sep GerritEventLifecycle gerritEventLifecycle concode_elem_sep List<EventState> events concode_elem_sep boolean allBuildsCompleted concode_elem_sep List<TriggeredItemEntity> builds concode_elem_sep boolean triggerS... |
Object function ( ) { return object ; } | gets the generic pdf object stored at this object number and generation . concode_field_sep Reference objectReference concode_elem_sep Object object concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep Reference getReference |
ByteBuffer function ( ) { ByteBuf loc0 = Unpooled . buffer ( encodedLength ( ) + 1 ) ; loc0 . writeByte ( type ( ) . id ) ; encode ( loc0 ) ; assert loc0 . writableBytes ( ) == 0 : "srini_string" + loc0 . writableBytes ( ) ; return loc0 . nioBuffer ( ) ; } | serializes the ` type ' byte followed by the message itself . concode_field_sep byte id concode_field_sep BlockTransferMessage fromByteBuffer concode_elem_sep byte id concode_elem_sep Type type |
boolean function ( String arg0 ) { boolean loc0 = false ; Employee loc1 = get ( arg0 ) ; if ( loc1 != null ) { loc0 = true ; System . out . println ( "srini_string" + arg0 + "srini_string" ) ; } return loc0 ; } | check to see if the passed id is an employee id . concode_field_sep boolean purgeMode concode_field_sep Long exist concode_elem_sep boolean isEmployeeIdUserIdMatched concode_elem_sep boolean isUserIdEmployee concode_elem_sep List getList concode_elem_sep List getList concode_elem_sep Employee get concode_elem_sep void ... |
boolean function ( String arg0 , String arg1 ) { throw new UnsupportedOperationException ( ) ; } | callback for when an option with an argument is parsed . concode_field_sep String DRIVER_JAVA_OPTIONS concode_elem_sep String DRIVER_LIBRARY_PATH concode_elem_sep String DRIVER_CORES concode_elem_sep String NUM_EXECUTORS concode_elem_sep String EXECUTOR_CORES concode_elem_sep String PY_FILES concode_elem_sep String PRO... |
String function ( ) { return this . alarmName ; } | the name of the alarm . concode_field_sep String alarmName concode_elem_sep String alarmARN concode_field_sep Alarm withAlarmARN concode_elem_sep void setAlarmName concode_elem_sep Alarm withAlarmName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Alarm clone concode_elem_sep void setAla... |
boolean function ( javax . xml . stream . XMLStreamReader arg0 ) { boolean loc0 = false ; try { loc0 = java . lang . Boolean . TRUE . equals ( arg0 . getProperty ( org . apache . axiom . om . OMConstants . IS_DATA_HANDLERS_AWARE ) ) ; } catch ( java . lang . IllegalArgumentException loc1 ) { loc0 = false ; } return loc... | isreadermtomaware concode_field_sep javax.xml.namespace.QName MY_QNAME concode_elem_sep com.amazon.ec2.DescribeBundleTasksType localDescribeBundleTasks concode_field_sep java.lang.String generatePrefix concode_elem_sep com.amazon.ec2.DescribeBundleTasksType getDescribeBundleTasks concode_elem_sep void serialize concode... |
String function ( List < YSpecification > arg0 , YSchemaVersion arg1 ) { StringBuilder loc0 = new StringBuilder ( arg1 . getHeader ( ) ) ; for ( YSpecification loc1 : arg0 ) { loc0 . append ( loc1 . toXML ( ) ) ; } loc0 . append ( "srini_string" ) ; return JDOMUtil . formatXMLStringAsDocument ( loc0 . toString ( ) ) ; ... | builds an xml document from a list of specifications concode_field_sep PlaceHolder placeHolder concode_field_sep YSchemaVersion getVersion concode_elem_sep List<YSpecification> buildSpecifications concode_elem_sep List<YSpecification> unmarshalSpecifications concode_elem_sep List<YSpecification> unmarshalSpecifications |
void function ( ) { } | this method resets the outgoing events . concode_field_sep State[] historyVector concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep int nextStateIndex concode_elem_sep boolean e1 concode_elem_sep boolean e2 concode_elem_sep State[] stateVector concode_field_sep void init concode_elem_sep SCInterface getSCInt... |
boolean function ( ) { return matchByName ; } | true if the node should have the same node type for element , same namespaceuri and same localname . concode_field_sep boolean matchByType concode_elem_sep boolean matchByName concode_elem_sep int position concode_field_sep short getConditionType concode_elem_sep int getPosition concode_elem_sep boolean getTypeNode |
void function ( ) { if ( writer != null ) jobConf . getOutputCommitter ( ) . setupTask ( new TaskAttemptContextImpl ( jobConf , attempt ) ) ; } | setup task . concode_field_sep JobConf jobConf concode_elem_sep RecordWriter writer concode_elem_sep HadoopTaskContext taskCtx concode_elem_sep TaskAttemptID attempt concode_field_sep void abort concode_elem_sep void closeWriter concode_elem_sep void commit concode_elem_sep void collect |
void function ( Attributes arg0 ) { this . attributes = arg0 ; } | set the embedded attributes object . concode_field_sep AttributesAdapter qAtts concode_elem_sep XMLReader xmlReader concode_elem_sep DocumentHandler documentHandler concode_elem_sep Attributes attributes concode_field_sep void setupXMLReader concode_elem_sep void setEntityResolver concode_elem_sep String getName concod... |
com . liferay . trash . kernel . model . TrashEntry function ( long arg0 , long arg1 , java . lang . String arg2 ) { return _trashEntryService . restoreEntry ( arg0 , arg1 , arg2 ) ; } | restores the trash entry to its original location . in order to handle a duplicate trash entry already existing at the original location , either pass in the primary key of the existing trash entry 's entity to overwrite or pass in a new name to give to the trash entry being restored . this method throws a trashpermiss... |
void function ( java . lang . Integer arg0 ) { this . totalResultSetSize = arg0 ; } | sets the totalresultsetsize value for this creativepage . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Integer startIndex concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Integer totalResultSetSize concode_ele... |
SelectionBuilder function ( ) { mTable = null ; if ( mProjectionMap != null ) { mProjectionMap . clear ( ) ; } if ( mSelection != null ) { mSelection . setLength ( 0 ) ; } if ( mSelectionArgs != null ) { mSelectionArgs . clear ( ) ; } return this ; } | reset any internal state , allowing this builder to be recycled . concode_field_sep StringBuilder mSelection concode_elem_sep HashMap<String,String> mProjectionMap concode_elem_sep ArrayList<String> mSelectionArgs concode_elem_sep String mTable concode_field_sep Cursor query concode_elem_sep Cursor query concode_elem_s... |
UserData function ( String arg0 ) { if ( arg0 == null || arg0 . isEmpty ( ) ) { return new UserData ( ) ; } return new Gson ( ) . fromJson ( arg0 , UserData . class ) ; } | deserializes the userdata given as a json string into a userdata object.todo : put this in userdata . concode_field_sep PlaceHolder placeHolder concode_field_sep Set<String> getColumnContentAsArray concode_elem_sep void setLocalUserData concode_elem_sep byte[] toByteArray concode_elem_sep UserData getUserData concode_e... |
void function ( String arg0 ) { this . customerID = arg0 ; } | setter method for customerid concode_field_sep String circleID concode_elem_sep String circleName concode_elem_sep String departmentID concode_elem_sep String departmentName concode_elem_sep String customerID concode_elem_sep String customerType concode_field_sep String getCustomerType concode_elem_sep void setDepartme... |
List < CharacterBean > function ( ) { return dataList ; } | returns list of characters concode_field_sep String tieResult concode_elem_sep SelectItem characterSpeciesOptions[] concode_elem_sep ArrayList<CharacterBean> dataList concode_elem_sep String customSpecies concode_elem_sep String customName concode_elem_sep String currentSelection concode_elem_sep HashMap<String,Species... |
List < Connection > function ( ) { waitForCleanupCallableToRun ( ) ; synchronized ( this ) { return new ArrayList < Connection > ( connections ) ; } } | returns a snapshot of the connections in this pool , ordered from newest to oldest . waits for the cleanup callable to run if it is currently scheduled . concode_field_sep ConnectionPool systemDefault concode_elem_sep LinkedList<Connection> connections concode_elem_sep long keepAliveDurationNs concode_elem_sep long DEF... |
String function ( String arg0 ) { return getContinentName ( arg0 , Locale . getDefault ( ) ) ; } | map dspace continent codes onto default continent names . concode_field_sep Properties countryToContinent concode_elem_sep Logger logger concode_elem_sep String CONTINENT_NAMES_BUNDLE concode_field_sep String getContinentCode concode_elem_sep String getCountryName concode_elem_sep String getCountryName |
void function ( ArrayList < String > arg0 ) { this . weightArr = arg0 ; } | sets the weight arr . concode_field_sep Integer classID concode_elem_sep ArrayList<String> weightArr concode_field_sep Integer getClassID concode_elem_sep ArrayList<String> getWeightArr concode_elem_sep void setClassID |
void function ( ) { blocksGetLocalPathInfo . incr ( ) ; } | increment for getblocklocalpathinfo calls concode_field_sep MutableRate copyBlockOp concode_elem_sep MutableCounterLong blocksWritten concode_elem_sep MutableRate cacheReports concode_elem_sep MutableCounterLong blocksRead concode_elem_sep MutableQuantiles[] ramDiskBlocksEvictionWindowMsQuantiles concode_elem_sep Mutab... |
ErrorResponseExtension function ( ) { return returnInnerErrorsBasedOnQueryParameter ( ODATA4J_DEBUG ) ; } | returns inner errors when the default query parameter is set to true . concode_field_sep String ODATA4J_DEBUG concode_field_sep ErrorResponseExtension returnInnerErrorsBasedOnSystemProperty concode_elem_sep ErrorResponseExtension returnInnerErrorsBasedOnDefaultSystemProperty concode_elem_sep ErrorResponseExtension retu... |
boolean function ( int arg0 ) { int loc0 = 1 << arg0 ; return ( set & loc0 ) != 0 ; } | returns true if a value has been assigned for the setting id . concode_field_sep int FLAG_CLEAR_PREVIOUSLY_PERSISTED_SETTINGS concode_elem_sep int DOWNLOAD_BANDWIDTH concode_elem_sep int set concode_elem_sep int DEFAULT_INITIAL_WINDOW_SIZE concode_elem_sep int UPLOAD_BANDWIDTH concode_elem_sep int CLIENT_CERTIFICATE_VE... |
String function ( ProcStat arg0 ) { return arg0 . getTotal ( ) + "srini_string" + arg0 . getSleeping ( ) + "srini_string" + arg0 . getRunning ( ) + "srini_string" + arg0 . getZombie ( ) + "srini_string" + arg0 . getStopped ( ) + "srini_string" + arg0 . getThreads ( ) + "srini_string" ; } | returns system information in string format concode_field_sep String[] HEADER concode_elem_sep long INTERVAL concode_elem_sep long serialVersionUID concode_field_sep String call |
void function ( Long arg0 ) { assert dir . hasWriteLock ( ) ; encryptionZones . remove ( arg0 ) ; } | remove an encryption zone . called while holding the fsdirectory lock . concode_field_sep CipherSuite suite concode_elem_sep long inodeId concode_elem_sep String keyName concode_elem_sep int maxListEncryptionZonesResponses concode_elem_sep TreeMap<Long,EncryptionZoneInt> encryptionZones concode_elem_sep Logger LOG conc... |
double function ( double arg0 ) { checkArgument ( ! isNaN ( arg0 ) ) ; if ( arg0 > 0.0 ) { return arg0 ; } else { return 0.0 ; } } | returns its argument if it is non-negative , zero if it is negative . concode_field_sep int SIGNIFICAND_BITS concode_elem_sep int EXPONENT_BIAS concode_elem_sep long SIGNIFICAND_MASK concode_elem_sep long IMPLICIT_BIT concode_elem_sep long ONE_BITS concode_elem_sep long EXPONENT_MASK concode_elem_sep long SIGN_MASK con... |
int function ( ) { final int loc0 = 31 ; int loc1 = 1 ; loc1 = loc0 * loc1 + ( ( user == null ) ? 0 : user . hashCode ( ) ) ; return loc1 ; } | hwiauth is used in map s the hashcode method is required . concode_field_sep String[] groups concode_elem_sep String user concode_field_sep String getUser concode_elem_sep boolean equals concode_elem_sep int compareTo concode_elem_sep void setUser concode_elem_sep void setGroups concode_elem_sep String[] getGroups |
boolean function ( int arg0 ) { if ( ! isFilling ) { return false ; } nalLength -= arg0 ; isFilling = false ; isCompleted = true ; return true ; } | invoked to indicate that a nal unit has ended . concode_field_sep int nalLength concode_elem_sep byte[] nalData concode_elem_sep int targetType concode_elem_sep boolean isFilling concode_elem_sep boolean isCompleted concode_field_sep void startNalUnit concode_elem_sep void reset concode_elem_sep void appendToNalUnit co... |
void function ( int arg0 ) { this . schedulePoolSize = arg0 ; } | set the thread pool size of the scheduled render service . the default is 5 and unless you have a lot of renderers that use the scheduling service , it should really be more than enough . concode_field_sep RejectionHandler rejectionHandler concode_elem_sep RenderThreadFactory threadFactory concode_elem_sep int corePool... |
CloseableReference < T > function ( ) { Preconditions . checkState ( isValid ( ) ) ; return new CloseableReference < T > ( mSharedReference ) ; } | returns a new closeablereference to the same underlying sharedreference . the sharedreference ref-count is incremented . concode_field_sep ResourceReleaser<Closeable> DEFAULT_CLOSEABLE_RELEASER concode_elem_sep boolean mIsClosed concode_elem_sep Class<CloseableReference> TAG concode_elem_sep SharedReference<T> mSharedR... |
String function ( ) { return objectives ; } | documentation pending concode_field_sep String keywords concode_elem_sep Long ADMIN concode_elem_sep Long DEFAULT_TYPEID concode_elem_sep long serialVersionUID concode_elem_sep Long accessTypeId concode_elem_sep String description concode_elem_sep Long questionPoolId concode_elem_sep String rubric concode_elem_sep Stri... |
void function ( java . lang . String arg0 ) { this . cpt_TituloCarpeta = arg0 ; } | sets the cpt_titulocarpeta value for this asuntocarpetasdtasuntocarpetasdtitem . concode_field_sep int cpt_Nro concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String cpt_TituloCarpeta concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode... |
void function ( int arg0 ) { _renderSubsetStartIndex = arg0 ; } | enables rendering only a subset of faces rendersubset must be set to true this mechanism could be expanded to render multiple ` subsets ' of the list of faces ... concode_field_sep int BYTES_PER_PROPERTY concode_elem_sep ShortBuffer _b concode_elem_sep int _renderSubsetLength concode_elem_sep boolean _renderSubsetEnabl... |
String function ( ) { Assert . isTrue ( isRunning ( ) , "srini_string" ) ; String loc0 ; try { byte [ ] loc1 = serializer . deserialize ( stdout ) ; loc0 = new String ( loc1 , charset ) ; } catch ( IOException loc1 ) { throw new RuntimeException ( loc1 . getMessage ( ) , loc1 ) ; } return loc0 . trim ( ) ; } | receive data from the process . concode_field_sep Process process concode_elem_sep OutputStream stdin concode_elem_sep InputStream stdout concode_elem_sep String workingDirectory concode_elem_sep AbstractByteArraySerializer serializer concode_elem_sep Logger log concode_elem_sep TaskExecutor taskExecutor concode_elem_s... |
List < TemplateUse > function ( ) { return typeModel ; } | getter for the field typemodel . concode_field_sep String parentUri concode_elem_sep Map<String,UriParameter> uriParameters concode_elem_sep String displayName concode_elem_sep String description concode_elem_sep List<TemplateUse> typeModel concode_elem_sep String type concode_elem_sep Map<String,List<UriParameter>> ba... |
void function ( ) { timeoutService . shutdownNow ( ) ; } | cancel all outstanding and any future tasks . concode_field_sep String LOG_CATEGORY concode_elem_sep TimeoutCapable timeoutObject concode_elem_sep ScheduledThreadPoolExecutor timeoutService concode_field_sep Future scheduleTimeout concode_elem_sep Thread newThread concode_elem_sep void run concode_elem_sep boolean unsc... |
QueueAclsInfo [ ] function ( ) { return client . getQueueAclsForCurrentUser ( ) ; } | gets the queue acls for current user concode_field_sep Path sysDir concode_elem_sep Path jobHistoryDir concode_elem_sep ClientProtocolProvider clientProtocolProvider concode_elem_sep UserGroupInformation ugi concode_elem_sep Log LOG concode_elem_sep ServiceLoader<ClientProtocolProvider> frameworkLoader concode_elem_sep... |
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 java.lang.String customFieldActionType concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_field_sep void setCustomFieldActionType concode_elem_sep org.apache.axis.descriptio... |
void function ( int arg0 ) { this . price = arg0 ; } | this method sets the price of the selected drink . concode_field_sep boolean drinkDispensed concode_elem_sep MainController mainCtrl concode_elem_sep int selection concode_elem_sep int price concode_elem_sep CustomerPanel custPanel concode_elem_sep DispenseController dispenseCtrl concode_elem_sep CoinReceiver coinRecei... |
boolean function ( float arg0 ) { int loc0 = indexOf ( arg0 ) ; if ( loc0 >= 0 ) { removeAt ( loc0 ) ; mModCount ++ ; return true ; } return false ; } | removes a single instance of the specified value from this collection , if it is present optional operation . concode_field_sep int mModCount concode_elem_sep int mLastRetNdx concode_elem_sep LItr mIt concode_elem_sep int mCursor concode_elem_sep int mExpectedModCount concode_elem_sep AbstractFloatList mList concode_fi... |
HashCodeGenerator function ( @ Nullable final char [ ] arg0 ) { _checkClosed ( ) ; m_nHC = HashCodeCalculator . append ( m_nHC , arg0 ) ; return this ; } | array hash code generation . concode_field_sep int m_nHC concode_elem_sep int INITIAL_HASHCODE concode_elem_sep boolean m_bClosed concode_field_sep Integer getHashCodeObj concode_elem_sep int getHashCode concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep void _checkClosed concode_elem_sep Ha... |
DefaultTreeModel function ( ) { return model ; } | gets the tree 's default model . concode_field_sep SelectItem[] componentList concode_elem_sep NodeUserObject selectedNodeObject concode_elem_sep DefaultMutableTreeNode rootTreeNode concode_elem_sep DefaultTreeModel model concode_elem_sep Integer componentToAdd concode_elem_sep int labelCount concode_elem_sep String se... |
void function ( final Map < String , AuthSchemeFactory > arg0 ) { if ( arg0 == null ) { return ; } registeredSchemes . clear ( ) ; registeredSchemes . putAll ( arg0 ) ; } | populates the internal collection of registered authscheme authentication schemes with the content of the map passed as a parameter . concode_field_sep ConcurrentHashMap<String,AuthSchemeFactory> registeredSchemes concode_field_sep AuthScheme getAuthScheme concode_elem_sep void unregister concode_elem_sep List<String> ... |
int function ( ) { return post ; } | get the table type , as a table directory value . concode_field_sep String[] psGlyphName concode_elem_sep int italicAngle concode_elem_sep int numGlyphs concode_elem_sep int isFixedPitch concode_elem_sep int maxMemType42 concode_elem_sep short underlinePosition concode_elem_sep int version concode_elem_sep int maxMemTy... |
void function ( CardAgent arg0 ) { ArrayList loc0 = instance . agents ; int loc1 ; while ( ( loc1 = loc0 . indexOf ( arg0 ) ) >= 0 ) loc0 . remove ( loc1 ) ; } | remove all ocurrences of agent concode_field_sep CardAgentLookup instance concode_elem_sep ArrayList agents concode_field_sep void add concode_elem_sep CardAgent getAgent concode_elem_sep CardAgent getAgent concode_elem_sep CardAgent getAgent concode_elem_sep CardAgent getAgent concode_elem_sep CardAgent getAgent conco... |
MultiLock < T > function ( T arg0 ) { MultiLock < T > loc0 = null ; synchronized ( sync ) { if ( ! this . mMap . containsKey ( arg0 ) ) { this . mMap . put ( arg0 , new MultiLock < T > ( ) ) ; } loc0 = this . mMap . get ( arg0 ) ; loc0 . mCount ++ ; } loc0 . mLock . lock ( ) ; return loc0 ; } | aquire a lock for the requested key concode_field_sep T mKey concode_elem_sep int mCount concode_elem_sep Lock mLock concode_elem_sep Map<T,MultiLock<T>> mMap concode_elem_sep Object sync concode_field_sep void unLock |
boolean function ( ) { return CurrentDBXType == DBXDataTypes . UnknownType ; } | returns true if the internal value is set to null , false otherwise . concode_field_sep boolean isSimpleValueType concode_elem_sep int INT32Value concode_elem_sep Date dateTimeValue concode_elem_sep double bcdValue concode_elem_sep long INT64Value concode_elem_sep float singleValue concode_elem_sep long UINT64Value con... |
void function ( Collection < String > arg0 ) { this . exceptions = new HashSet < String > ( arg0 ) ; } | sets the exceptions from the blacklist . exceptions can not be patterns . todo add support for patterns concode_field_sep Set<String> suffixes concode_elem_sep CookieAttributeHandler wrapped concode_elem_sep Set<String> exceptions concode_field_sep boolean match concode_elem_sep boolean isForPublicSuffix concode_elem_s... |
SpatialRelateExpression function ( String arg0 , Geometry arg1 ) { return new SpatialRelateExpression ( arg0 , arg1 , SpatialRelation . WITHIN ) ; } | apply a `` spatially within '' constraint to the named property concode_field_sep PlaceHolder placeHolder concode_field_sep SpatialRelateExpression intersects concode_elem_sep Criterion distanceWithin concode_elem_sep Criterion isEmpty concode_elem_sep SpatialRelateExpression eq concode_elem_sep SpatialRelateExpression... |
boolean function ( OnExceptionDefinition arg0 , Class < ? > arg1 , Throwable arg2 ) { return arg1 . isInstance ( arg2 ) ; } | strategy to filter the given type exception class with the thrown exception concode_field_sep Logger LOG concode_field_sep Iterator<Throwable> createExceptionIterator concode_elem_sep int getInheritanceLevel concode_elem_sep boolean matchesWhen concode_elem_sep void initRouteAndContextScopedExceptionPolicies concode_el... |
void function ( String arg0 , String arg1 , Object ... arg2 ) { if ( sLevel > LEVEL_DEBUG ) { return ; } if ( arg2 . length > 0 ) { arg1 = String . format ( arg1 , arg2 ) ; } Log . d ( arg0 , arg1 ) ; } | send a debug log message concode_field_sep int LEVEL_WARNING concode_elem_sep int sLevel concode_elem_sep int LEVEL_FATAL concode_elem_sep int LEVEL_INFO concode_elem_sep int LEVEL_VERBOSE concode_elem_sep int LEVEL_DEBUG concode_elem_sep int LEVEL_ERROR concode_field_sep void setLogLevel concode_elem_sep void e concod... |
int function ( String arg0 , int arg1 ) { String loc0 = JOptionPane . showInputDialog ( arg0 , "srini_string" + arg1 ) ; if ( loc0 == null ) throw new Exception ( "srini_string" ) ; return Integer . parseInt ( loc0 ) ; } | queries the user for an integer value using swing . concode_field_sep int sizeOfBead concode_elem_sep ImagePlus image concode_elem_sep int vW concode_elem_sep int vH concode_elem_sep double end concode_elem_sep double r concode_elem_sep boolean configured concode_elem_sep double start concode_elem_sep Roi roi concode_e... |
void function ( ServerExtender arg0 ) { for ( PluginPoint loc0 : getDefaultExtensionPoints ( arg0 . getPluginPointFactory ( ) ) ) { arg0 . addExtension ( loc0 . forType ( ) , loc0 ) ; } } | loads the extension points of this server extension . override this method to provide your own , custom way of loading extension points . the default implementation loads pluginpoint based on methods with the plugintarget annotation . concode_field_sep String name concode_field_sep Iterable<ServerPlugin> load concode_e... |
String function ( ) { return RandomStringUtils . randomAlphanumeric ( DEF_COUNT ) ; } | generate a unique series to validate a persistent token , used in the authentication remember-me mechanism . concode_field_sep int DEF_COUNT concode_field_sep String generateActivationKey concode_elem_sep String generateResetKey concode_elem_sep String generateTokenData concode_elem_sep String generatePassword |
void function ( GaData arg0 ) { System . out . println ( "srini_string" ) ; Map < String , String > loc0 = arg0 . getTotalsForAllResults ( ) ; for ( Map . Entry < String , String > loc1 : loc0 . entrySet ( ) ) { System . out . println ( loc1 . getKey ( ) + "srini_string" + loc1 . getValue ( ) ) ; } } | prints the total metric value for all rows the query matched . concode_field_sep String APPLICATION_NAME concode_elem_sep java.io.File DATA_STORE_DIR concode_elem_sep JsonFactory JSON_FACTORY concode_elem_sep FileDataStoreFactory DATA_STORE_FACTORY concode_elem_sep HttpTransport HTTP_TRANSPORT concode_elem_sep String T... |
void function ( int arg0 , long arg1 ) { } | structural initialisations take place here . this allows the cache to be resized while the database is in operation . concode_field_sep DataFileCache dataFileCache concode_elem_sep StopWatch makeRowTimer concode_elem_sep long bytesCapacity concode_elem_sep CachedObject[] rowTable concode_elem_sep StopWatch sortTimer co... |
File function ( ) { File loc0 = new File ( Environment . getExternalStorageDirectory ( ) , getApplicationNameNoSpaces ( ) ) ; if ( ! loc0 . exists ( ) ) { if ( ! loc0 . mkdirs ( ) ) { return null ; } } return loc0 ; } | create / check that the application directory is available . this is done based off your application 's name saved in string.app _ name @see getapplicationnamenospaces concode_field_sep String FILE_NAME_FORMAT concode_elem_sep DateFormat dateFormat concode_elem_sep String DEFAULT_DATE_FORMAT concode_elem_sep Context co... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.