code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
boolean function ( ) { return ( punctuation == Symbols . QUESTION_MARK ) ; } | distinguish question from quest `` instanceof question '' does n't work concode_field_sep TruthValue truth concode_elem_sep char punctuation concode_elem_sep Stamp stamp concode_elem_sep boolean revisible concode_elem_sep Term content concode_field_sep TruthValue getTruth concode_elem_sep String toStringBrief concode_e... |
FileCleaningTracker function ( ) { return fileCleaningTracker ; } | returns the tracker , which is responsible for deleting temporary files . concode_field_sep int sizeThreshold concode_elem_sep int DEFAULT_SIZE_THRESHOLD concode_elem_sep File repository concode_elem_sep FileCleaningTracker fileCleaningTracker concode_field_sep void setSizeThreshold concode_elem_sep void setFileCleanin... |
boolean function ( Context arg0 ) { AccessibilityManager loc0 = ( AccessibilityManager ) arg0 . getSystemService ( Context . ACCESSIBILITY_SERVICE ) ; boolean loc1 = loc0 . isEnabled ( ) ; boolean loc2 = loc0 . loc2 ( ) ; return loc1 || loc2 ; } | return true if the accessibility service or touch exploration are enabled . concode_field_sep PlaceHolder placeHolder concode_field_sep void announceText |
void function ( java . util . Date arg0 ) { this . impairedSince = arg0 ; } | the time when a status check failed . for an instance that was launched and impaired , this is the time when the instance was launched . concode_field_sep String name concode_elem_sep java.util.Date impairedSince concode_elem_sep String status concode_field_sep void setName concode_elem_sep void setName concode_elem_se... |
byte [ ] function ( ) { if ( ! ( contents instanceof byte [ ] ) ) { throw new IllegalStateException ( ) ; } byte [ ] loc0 = ( byte [ ] ) contents ; if ( offset == 0 && length == loc0 . length ) { return loc0 ; } byte [ ] loc1 = new byte [ length ] ; System . arraycopy ( loc0 , offset , loc1 , 0 , length ) ; return loc1... | returns the contents of the linkmessage if it contains a byte array . if the message does not contain a byte array , throws illegalstateexception . concode_field_sep int offset concode_elem_sep Object contents concode_elem_sep int length concode_field_sep LinkMessage newDataMessage concode_elem_sep LinkMessage newDataM... |
TSDBService function ( ) { return _tsdbServiceProvider . get ( ) ; } | returns an instance of the tsdb service . concode_field_sep Provider<AnnotationService> _annotationServiceProvider concode_elem_sep Provider<TSDBService> _tsdbServiceProvider concode_elem_sep Provider<DashboardService> _dashboardServiceProvider concode_elem_sep Provider<MQService> _mqServiceProvider concode_elem_sep Pr... |
boolean function ( ) { return mClosed ; } | is this chunk already closed aka freed ? concode_field_sep long mNativePtr concode_elem_sep int mSize concode_elem_sep boolean mClosed concode_elem_sep String TAG concode_field_sep void doCopy concode_elem_sep byte nativeReadByte concode_elem_sep int read concode_elem_sep byte read concode_elem_sep int adjustByteCount ... |
int function ( ) { return mSize ; } | returns the number of key-value mappings that this sparseintarray currently stores . concode_field_sep int[] mKeys concode_elem_sep int mSize concode_elem_sep int[] mValues concode_field_sep int keyAt concode_elem_sep int indexOfKey concode_elem_sep int get concode_elem_sep int get concode_elem_sep void clear concode_e... |
String function ( ) { return icon ; } | gets the icon . concode_field_sep long downLength concode_elem_sep String pakageName concode_elem_sep String downUrl concode_elem_sep String icon concode_elem_sep String name concode_elem_sep String description concode_elem_sep String downPath concode_elem_sep int _ID concode_elem_sep int state concode_elem_sep long to... |
Client function ( ) { return createClientBuilder ( ) . build ( ) ; } | creates a client concode_field_sep PlaceHolder placeHolder concode_field_sep ClientBuilder createClientBuilder |
PageList function ( Collection arg0 , int arg1 , int arg2 ) { return seek ( arg0 , arg1 , arg2 , null ) ; } | seek to the specified pagenum in the source collection and return pagsize numberof of elements in the list . if pagenum or pagesize is -1 , then everything in the source collection will be returned . concode_field_sep PagerProcessor processor concode_elem_sep boolean skipNulls concode_elem_sep PagerEventHandler eventHa... |
void function ( String arg0 , Object arg1 ) { FacesContext . getCurrentInstance ( ) . getExternalContext ( ) . getSessionMap ( ) . put ( arg0 , arg1 ) ; } | store the managed bean inside the session scope . concode_field_sep Properties buildProperties concode_field_sep String getRequestParameter concode_elem_sep UIComponent findComponent concode_elem_sep ServletContext getServletContext concode_elem_sep Object getManagedBean concode_elem_sep String getActionAttribute conco... |
void function ( String arg0 ) { this . type = arg0 ; } | sets the value of the type property . concode_field_sep String id concode_elem_sep String type concode_field_sep String getType concode_elem_sep void setId concode_elem_sep String getId |
ReplyHeader function ( ) { if ( version . since_inclusive ( 1 , 2 ) ) return new gnu . CORBA . GIOP . v1_2 . ReplyHeader ( ) ; else return new gnu . CORBA . GIOP . v1_0 . ReplyHeader ( ) ; } | creates reply header , matching the message header version number . concode_field_sep byte LOCATE_REQUEST concode_elem_sep byte CANCEL_REQUEST concode_elem_sep byte MESSAGE_ERROR concode_elem_sep int message_size concode_elem_sep byte LOCATE_REPLY concode_elem_sep Version version concode_elem_sep byte[] MAGIC concode_e... |
void function ( ) { getBindingList ( ) . refresh ( true ) ; } | refresh lists concode_field_sep MappingClass mappingClass concode_elem_sep Collection colParentResultSets concode_elem_sep BindingList bindingList concode_field_sep void init concode_elem_sep void updateMetadata concode_elem_sep InputSet getInputSet concode_elem_sep Collection getResultSetsTreeModel concode_elem_sep vo... |
void function ( URL arg0 , String arg1 ) { } | does nothing . concode_field_sep Enumeration EMPTY_ENUMERATION concode_field_sep void setStream concode_elem_sep Enumeration getApplets concode_elem_sep void showStatus concode_elem_sep InputStream getStream concode_elem_sep Applet getApplet concode_elem_sep AudioClip getAudioClip concode_elem_sep Image getImage concod... |
Agents . Agent . Home function ( ) { return new Agents . Agent . Home ( ) ; } | create an instance of agents.agent.home concode_field_sep QName _AgentsAgentActivityDuration_QNAME concode_elem_sep QName _AgentsAgentActivityLocation_QNAME concode_elem_sep QName _AgentsAgentActivityEnd_QNAME concode_elem_sep QName _AgentsAgentActivityStart_QNAME concode_field_sep JAXBElement<TemporalProperties> creat... |
void function ( String arg0 ) { this . senderId = arg0 ; } | sets the sender id . concode_field_sep String titleId concode_elem_sep String inReplyTo concode_elem_sep Date timeSent concode_elem_sep String appUrl concode_elem_sep String body concode_elem_sep String title concode_elem_sep Type type concode_elem_sep String senderId concode_elem_sep List<Url> urls concode_elem_sep Li... |
String function ( ) { return name ; } | returns the tag name key . concode_field_sep List<String> values concode_elem_sep String name concode_field_sep void setName concode_elem_sep void clearValues concode_elem_sep String getValue concode_elem_sep void removeValue concode_elem_sep List<String> getValues concode_elem_sep void setValue concode_elem_sep boolea... |
void function ( String arg0 , Component arg1 ) { } | this method is not used in this layout manager . concode_field_sep SizeRequirements[] yChildren concode_elem_sep SizeRequirements xTotal concode_elem_sep SizeRequirements yTotal concode_elem_sep int[] spansY concode_elem_sep int[] offsetsX concode_elem_sep int[] offsetsY concode_elem_sep int[] spansX concode_elem_sep l... |
void function ( short [ ] arg0 , int arg1 , int arg2 ) { delegate . write_short_array ( arg0 , arg1 , arg2 ) ; } | operation write_short_array concode_field_sep org.omg.CORBA.portable.OutputStream delegate concode_field_sep void write_any_array concode_elem_sep void write_Object concode_elem_sep void write_ushort concode_elem_sep void write_short concode_elem_sep void write_Value concode_elem_sep void write_fixed concode_elem_sep v... |
void function ( String arg0 ) { this . actuate = arg0 ; } | sets the value of the actuate property . concode_field_sep JAXBElement<? extends AbstractDatumType> abstractDatum concode_elem_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_se... |
String function ( String arg0 , CordovaInterface arg1 ) { String loc0 = null ; Uri loc1 = Uri . parse ( arg0 ) ; if ( arg0 . startsWith ( "srini_string" ) ) { loc0 = arg1 . getActivity ( ) . getContentResolver ( ) . getType ( loc1 ) ; } else { loc0 = getMimeTypeForExtension ( loc1 . getPath ( ) ) ; } return loc0 ; } | returns the mime type of the data specified by the given uri string . concode_field_sep String _DATA concode_elem_sep String LOG_TAG concode_field_sep String stripFileProtocol concode_elem_sep String getRealPath concode_elem_sep String getRealPath concode_elem_sep String getMimeTypeForExtension concode_elem_sep InputSt... |
void function ( ) { sCInterface . clearEvents ( ) ; } | this method resets the incoming events time events included . concode_field_sep boolean event1 concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep void init concode_elem_sep SCInterface getSCInterface concode_elem_sep void exitAction co... |
void function ( long arg0 ) { _workflowInstanceLink . setGroupId ( arg0 ) ; } | sets the group id of this workflow instance link . concode_field_sep WorkflowInstanceLink _workflowInstanceLink concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolea... |
void function ( String arg0 ) { _server = arg0 ; } | sets the imap server for the current user . concode_field_sep String _domain concode_elem_sep String _server concode_elem_sep String _smtpServer concode_elem_sep String _password concode_elem_sep Store _store concode_elem_sep TreeModel _folderModel concode_elem_sep String _username concode_elem_sep FolderData[] _rootFo... |
int function ( ) { return navMap . size ( ) + pageList . size ( ) ; } | a navcenter contains navpoints and pagetargets , get the count of items . concode_field_sep List<NavPoint> navMap concode_elem_sep List<PageTarget> pageList concode_field_sep void addPageTarget concode_elem_sep PageTarget getPageTarget concode_elem_sep void addNavPoint concode_elem_sep NavPoint getNavPoint |
void function ( ImageFormat arg0 ) { this . mImageFormat = arg0 ; } | sets the image format concode_field_sep CloseableReference<PooledByteBuffer> mPooledByteBufferRef concode_elem_sep int mSampleSize concode_elem_sep int UNKNOWN_WIDTH concode_elem_sep int mWidth concode_elem_sep int UNKNOWN_HEIGHT concode_elem_sep int UNKNOWN_STREAM_SIZE concode_elem_sep ImageFormat mImageFormat concode... |
void function ( String arg0 ) { System . err . print ( arg0 ) ; System . err . print ( "srini_string" ) ; System . err . flush ( ) ; start ( ) ; } | print the start of timing message to stderr and start the timer . concode_field_sep long startTime concode_elem_sep long start concode_elem_sep NumberFormat nf concode_field_sep String toSecondsString concode_elem_sep String toSecondsString concode_elem_sep long stop concode_elem_sep long stop concode_elem_sep long sto... |
String function ( ) { return this . key ; } | get the key text describing the statistic concode_field_sep String units concode_elem_sep String reference concode_elem_sep String key concode_elem_sep int value concode_field_sep int getValue concode_elem_sep void setReference concode_elem_sep String getUnits concode_elem_sep int compareTo concode_elem_sep void setUni... |
void function ( Identity arg0 , CatalogSchemaTableName arg1 ) { denyAddColumn ( arg1 . toString ( ) ) ; } | check if identity is allowed to add columns to the specified table in a catalog . concode_field_sep PlaceHolder placeHolder concode_field_sep void checkCanCreateTable concode_elem_sep void checkCanCreateViewWithSelectFromView concode_elem_sep void checkCanRenameColumn concode_elem_sep void checkCanDropTable concode_ele... |
void function ( Object arg0 ) { granteeManager . removeDbObject ( arg0 ) ; } | removes all rights mappings for the database object identified by the dbobject argument from all grantee objects in the set . concode_field_sep HashMappedList userList concode_elem_sep GranteeManager granteeManager concode_elem_sep User sysUser concode_field_sep HsqlArrayList listVisibleUsers concode_elem_sep void remo... |
int function ( ) { return ref . hashCode ( ) * 31 + formula . hashCode ( ) ; } | returns a consistent-with-equals hashcode for this followerlimit concode_field_sep CDOMSingleRef<CompanionList> ref concode_elem_sep Formula formula concode_field_sep Formula getValue concode_elem_sep boolean equals concode_elem_sep CDOMSingleRef<CompanionList> getCompanionList |
CompressionInputStream function ( InputStream arg0 , Decompressor arg1 ) { if ( ! isNativeSnappyLoaded ( conf ) ) { throw new RuntimeException ( "srini_string" ) ; } return new BlockDecompressorStream ( arg0 , arg1 , conf . getInt ( IO_COMPRESSION_CODEC_SNAPPY_BUFFERSIZE_KEY , IO_COMPRESSION_CODEC_SNAPPY_BUFFERSIZE_DEF... | create a compressioninputstream that will read from the given inputstream with the given decompressor . concode_field_sep int IO_COMPRESSION_CODEC_SNAPPY_BUFFERSIZE_DEFAULT concode_elem_sep Configuration conf concode_elem_sep String IO_COMPRESSION_CODEC_SNAPPY_BUFFERSIZE_KEY concode_field_sep Configuration getConf conc... |
Integer function ( ) { return code ; } | gets the value of the code property . concode_field_sep Integer code concode_elem_sep JAXBElement<String> message concode_elem_sep JAXBElement<ArrayOfKeyValueStringPair> parameters concode_field_sep void setParameters concode_elem_sep void setCode concode_elem_sep JAXBElement<ArrayOfKeyValueStringPair> getParameters co... |
void function ( boolean arg0 ) { for ( TransactionSynchronization loc0 : TransactionSynchronizationManager . getSynchronizations ( ) ) { loc0 . beforeCommit ( arg0 ) ; } } | trigger beforecommit callbacks on all currently registered synchronizations . concode_field_sep Log logger concode_elem_sep boolean aopAvailable concode_field_sep void triggerAfterCompletion concode_elem_sep boolean sameResourceFactory concode_elem_sep Object unwrapResourceIfNecessary concode_elem_sep void triggerBefor... |
void function ( String arg0 , String arg1 ) { v ( arg0 , arg1 , null ) ; } | prints a message at verbose priority . concode_field_sep int ERROR concode_elem_sep int VERBOSE concode_elem_sep int WARN concode_elem_sep int NONE concode_elem_sep int ASSERT concode_elem_sep int DEBUG concode_elem_sep LogNode mLogNode concode_elem_sep int INFO concode_field_sep void println concode_elem_sep void prin... |
void function ( ) { Utils . initialize ( ) ; } | initialisation . concode_field_sep PlaceHolder placeHolder concode_field_sep void testJspWrapper |
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... |
List < VehicleStatus > function ( ) { return searchResults ; } | retrieve the search results present in the cache concode_field_sep List<VehicleStatus> records concode_elem_sep List<VehicleStatus> searchResults concode_field_sep void add concode_elem_sep void addSearchResults concode_elem_sep List<VehicleStatus> fetch |
String function ( String arg0 ) { return PROPERTY_SET_PREFIX + MetaClassHelper . capitalize ( arg0 ) ; } | gets the setter for the getter for this property . concode_field_sep String PROPERTY_SET_PREFIX concode_elem_sep String name concode_elem_sep Class type concode_field_sep String getGetterName concode_elem_sep Object getProperty concode_elem_sep String getName concode_elem_sep Class getType concode_elem_sep void setProp... |
int function ( ) { return dataBlockSize ; } | returns the size of the data blocks . concode_field_sep boolean useCheckedExcerpt concode_elem_sep int dataBlockSize concode_elem_sep ChronicleConfig TEST concode_elem_sep boolean useUnsafe concode_elem_sep ChronicleConfig HUGE concode_elem_sep int indexFileExcerpts concode_elem_sep ByteOrder byteOrder concode_elem_sep... |
void function ( ResourceType arg0 ) { this . templateRef = arg0 ; } | sets the value of the templateref property . concode_field_sep SourceCode sourceCode concode_elem_sep ResourceType templateRef concode_elem_sep Documentation documentation concode_elem_sep String id concode_elem_sep String title concode_elem_sep Example example concode_field_sep String getTitle concode_elem_sep Resourc... |
long function ( ) { return rand . nextLong ( ) ; } | returns a random long concode_field_sep java.util.Random rand concode_elem_sep long seed concode_field_sep String nextHexString concode_elem_sep String nextNumString concode_elem_sep int nextInt concode_elem_sep int nextInt concode_elem_sep boolean nextBoolean concode_elem_sep void setSeed concode_elem_sep String nextS... |
int function ( ) { return startOffs + endOffs ; } | overridden simply as a best practice , since #equals object isoverridden . concode_field_sep int startOffs concode_elem_sep int endOffs concode_field_sep int getEndOffset concode_elem_sep int getStartOffset concode_elem_sep void set concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep int c... |
void function ( final RequestContext arg0 , final Service arg1 ) { arg0 . getFlowScope ( ) . put ( "srini_string" , arg1 ) ; } | put service into flowscope . concode_field_sep String CAS_ACCESS_DENIED_REASON concode_field_sep String getTicketGrantingTicketId concode_elem_sep void putLoginTicket concode_elem_sep String getLoginTicketFromFlowScope concode_elem_sep Credential getCredential concode_elem_sep void putTicketGrantingTicketIntoMap concod... |
boolean function ( final byte [ ] arg0 ) { return arg0 == null || arg0 . length == 0 ; } | returns true if the given array is null or empty size 0 . concode_field_sep char[] EMPTY_CHAR_ARRAY concode_elem_sep byte[] EMPTY_BYTE_ARRAY concode_elem_sep int BIT_2 concode_elem_sep int BIT_3 concode_elem_sep int BIT_6 concode_elem_sep int BIT_4 concode_elem_sep int BIT_5 concode_elem_sep int[] BITS concode_elem_sep... |
String function ( ) { return this . name ; } | the name of the action to be performed . concode_field_sep ArtifactStore artifactStore concode_elem_sep String roleArn concode_elem_sep String name concode_elem_sep java.util.List<StageDeclaration> stages concode_elem_sep Integer version concode_field_sep void setName concode_elem_sep Integer getVersion concode_elem_se... |
void function ( String arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . ERROR , arg0 ) ) ; } | helper for error callbacks that just returns the status.error by default concode_field_sep String callbackId concode_elem_sep CordovaWebView webView concode_elem_sep int changingThreads concode_elem_sep String LOG_TAG concode_elem_sep boolean finished concode_field_sep boolean isChangingThreads concode_elem_sep String ... |
int function ( ) { return sellOrderCount ; } | gets the sellordercount concode_field_sep int holdingCount concode_elem_sep int tradeStockCount concode_elem_sep int newUserCount concode_elem_sep int cancelledOrderCount concode_elem_sep int sumLogoutCount concode_elem_sep int deletedOrderCount concode_elem_sep int sumLoginCount concode_elem_sep int orderCount concode... |
int function ( ) { return height ; } | gets the height of the block that created this output or -1 if this output was not created by a coinbase concode_field_sep int NONCOINBASE_HEIGHT concode_elem_sep long serialVersionUID concode_elem_sep long index concode_elem_sep Coin value concode_elem_sep byte[] scriptBytes concode_elem_sep Sha256Hash hash concode_el... |
void function ( Map arg0 , Coordinate arg1 , boolean arg2 ) { EndpointInfo loc0 = ( EndpointInfo ) arg0 . get ( arg1 ) ; if ( loc0 == null ) { loc0 = new EndpointInfo ( arg1 ) ; arg0 . put ( arg1 , loc0 ) ; } loc0 . addEndpoint ( arg2 ) ; } | add an endpoint to the map , creating an entry for it if none exists concode_field_sep Coordinate pt concode_elem_sep boolean isClosed concode_elem_sep int degree concode_field_sep boolean hasNonEndpointIntersection concode_elem_sep boolean hasClosedEndpointIntersection concode_elem_sep boolean isSimple concode_elem_se... |
void function ( int arg0 ) { m_relationType = arg0 ; } | sets the relationtype . concode_field_sep String m_relationTargetPath concode_elem_sep String m_str concode_elem_sep String m_relationSourceId concode_elem_sep int m_last concode_elem_sep long serialVersionUID concode_elem_sep String m_relationTargetId concode_elem_sep int m_relationType concode_elem_sep String m_relat... |
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 ) { return getService ( ) . arg0 ( arg0 , arg1 , arg2 ) ; } | performs a dynamic query on the database and returns a range of the matching rows . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end to com.l... |
BrowserConfigurationOptions function ( int arg0 ) { put ( TIMEOUT_IN_SECONDS , String . valueOf ( arg0 ) ) ; return this ; } | sets the timeout , in seconds , for all commands . concode_field_sep Map<String,String> options concode_elem_sep String COMMAND_LINE_FLAGS concode_elem_sep String TIMEOUT_IN_SECONDS concode_elem_sep String MULTI_WINDOW concode_elem_sep String PROFILE_NAME concode_elem_sep String BROWSER_EXECUTABLE_PATH concode_elem_sep... |
void function ( ) { String loc0 = "srini_string" ; ATestClass loc1 = unmarshall ( loc0 ) ; assertNull ( loc1 . getDate ( ) ) ; } | test unmarshalling a valid date . concode_field_sep Date date concode_field_sep void testUnmarshallingNullDate concode_elem_sep void testMarshallingNullDate concode_elem_sep String marshall concode_elem_sep ATestClass unmarshall concode_elem_sep void setDate concode_elem_sep Date getDate concode_elem_sep void testUnmar... |
org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; } | return type metadata object concode_field_sep java.lang.Integer startIndex concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Integer totalResultSetSize concode_elem_sep com.google.api.ads.dfp.a... |
int function ( ) { return correctionMatrix . length ; } | returns the dimension of the correction matrix . concode_field_sep double[][] correctionMatrix concode_elem_sep double refMass concode_elem_sep HashMap<Integer,String> reagentNames concode_field_sep double getReagentMass concode_elem_sep double getValueAt concode_elem_sep HashMap<Integer,String> getReagentsNames |
Object [ ] function ( Node arg0 , Map < RandomVariable , Object > arg1 ) { return getEventValuesForXiGivenParents ( arg0 , arg1 . get ( arg0 . getRandomVariable ( ) ) , arg1 ) ; } | get the values for the random variable xi 's parents and its own value from the provided event . concode_field_sep PlaceHolder placeHolder concode_field_sep int[] indexesOfValue concode_elem_sep double[] mbDistribution concode_elem_sep Object mbRandomSample concode_elem_sep int expectedSizeOfProbabilityTable concode_el... |
long function ( ) { return _region . getCountryId ( ) ; } | returns the country/region id of this region . concode_field_sep Region _region concode_field_sep void setName concode_elem_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep... |
AttributedCharacterIterator function ( Graphics2D arg0 , String arg1 , WMFFont arg2 ) { return getAttributedString ( arg0 , arg1 , arg2 ) . getIterator ( ) ; } | create an attributedcharacteriterator with the current definition of the wmf font , and the input string . concode_field_sep int currentHorizAlign concode_elem_sep int NULL_BRUSH concode_elem_sep int currentVertAlign concode_elem_sep int NULL_PEN concode_elem_sep int PEN concode_elem_sep BufferedInputStream bufStream c... |
com . bank . model . arg0 function ( com . bank . model . arg0 arg0 ) { return _customerRelLocalService . updatecustomerRel ( arg0 ) ; } | updates the customer rel in the database or adds it if it does not yet exist . also notifies the appropriate model listeners . concode_field_sep customerRelLocalService _customerRelLocalService concode_field_sep void add concode_elem_sep void setWrappedService concode_elem_sep int getcustomerRelsCount concode_elem_sep ... |
void function ( List arg0 , PublishedAssessmentIfc arg1 ) { try { GradingService loc0 = new GradingService ( ) ; ArrayList loc1 = new ArrayList ( arg0 ) ; loc0 . saveTotalScores ( loc1 , arg1 ) ; } catch ( Exception loc0 ) { throw new GradingServiceException ( loc0 ) ; } } | save the total scores . concode_field_sep Log log concode_field_sep List getTotalScores concode_elem_sep Map getItemScores concode_elem_sep MediaData getMedia concode_elem_sep ItemGradingData getLastItemGradingByAgent concode_elem_sep void saveOrUpdateAssessmentGrading concode_elem_sep Map getStudentGradingData concode... |
Map < String , Object > function ( Stanza arg0 ) { JivePropertiesExtension loc0 = ( JivePropertiesExtension ) arg0 . getExtension ( JivePropertiesExtension . NAMESPACE ) ; if ( loc0 == null ) { return Collections . emptyMap ( ) ; } return loc0 . getProperties ( ) ; } | return a map of all properties of the given packet . if the stanza / packet contains no properties extension , an empty map will be returned . concode_field_sep boolean javaObjectEnabled concode_field_sep Object getProperty concode_elem_sep void setJavaObjectEnabled concode_elem_sep Collection<String> getPropertiesName... |
void function ( ) { try { executorService . submit ( new Runnable ( ) { @ Override public void run ( ) { } } ) . get ( ) ; } catch ( Exception loc0 ) { throw new AssertionError ( ) ; } } | blocks until the executor service has processed all currently enqueued jobs . concode_field_sep ConnectionPool systemDefault concode_elem_sep LinkedList<Connection> connections concode_elem_sep long keepAliveDurationNs concode_elem_sep long DEFAULT_KEEP_ALIVE_DURATION_MS concode_elem_sep int MAX_CONNECTIONS_TO_CLEANUP ... |
void function ( ) { logger . info ( "srini_string" ) ; } | bundle starting concode_field_sep ExecutorService executorService concode_elem_sep Map<String,HarmonyHubInstance> hubs concode_elem_sep String NOQUALIFIER concode_elem_sep HarmonyClient client concode_elem_sep List<HarmonyHubGatewayListener> hubListener concode_elem_sep Pattern CONFIG_PATTERN concode_elem_sep Logger lo... |
SessionManager function ( ) { return sessionManager ; } | returns the instance of the sessionmanager injected by the spring framework specified in the components.xml file via ioc . concode_field_sep int numDaysAfterTermEnds concode_elem_sep ServerConfigurationService serverConfigurationService concode_elem_sep Logger logger concode_elem_sep UserDirectoryService userDirectoryS... |
void function ( Multiset < E > arg0 , ObjectOutputStream arg1 ) { int loc0 = arg0 . entrySet ( ) . size ( ) ; arg1 . writeInt ( loc0 ) ; for ( Multiset . Entry < E > loc1 : arg0 . entrySet ( ) ) { arg1 . writeObject ( loc1 . getElement ( ) ) ; arg1 . writeInt ( loc1 . getCount ( ) ) ; } } | stores the contents of a multiset in an output stream , as part of serialization . it does not support concurrent multisets whose content may change while the method is running . the serialized output consists of the number of distinct elements , the first element , its count , the second element , its count , and so o... |
byte [ ] function ( ) { byte [ ] loc0 = new byte [ 5 ] ; loc0 [ 0 ] = ( byte ) Type . INT . code ; in . readFully ( loc0 , 1 , 4 ) ; return loc0 ; } | reads the raw bytes following a type.int code . concode_field_sep ThreadLocal<TypedBytesInput> TB_IN concode_elem_sep DataInput in concode_field_sep TreeMap readMap concode_elem_sep byte[] readRawDouble concode_elem_sep ArrayList readVector concode_elem_sep int readMapHeader concode_elem_sep List readList concode_elem_... |
JSONArray function ( String arg0 ) { return toJSONArray ( new JSONTokener ( arg0 ) ) ; } | produce a jsonarray of jsonobjects from a comma delimited text string , using the first row as a source of names . concode_field_sep PlaceHolder placeHolder concode_field_sep String getValue concode_elem_sep JSONObject rowToJSONObject concode_elem_sep String rowToString concode_elem_sep String toString concode_elem_sep... |
boolean function ( ) { return server != null && server . isServing ( ) ; } | returns if the server is still running concode_field_sep TServer server concode_elem_sep Log log concode_elem_sep CGThriftServerHandler csgThriftServerHandler concode_field_sep void stop concode_elem_sep void start concode_elem_sep void run |
AndroidManifestReader function ( Path arg0 , ProjectFilesystem arg1 ) { try ( Reader loc0 = arg1 . getReaderIfFileExists ( arg0 ) . get ( ) ) { return forReader ( loc0 ) ; } } | parses an xml given via its path and returns an androidmanifestreader for it . concode_field_sep XPathExpression versionCodeExpression concode_elem_sep XPathExpression instrumentationTestRunnerExpression concode_elem_sep String XPATH_VERSION_CODE concode_elem_sep XPathExpression packageExpression concode_elem_sep XPath... |
void function ( ) { ChartRenderingInfo loc0 = new ChartRenderingInfo ( ) ; loc0 . getPlotInfo ( ) . setDataArea ( new Rectangle2D . Double ( 1.0 , 2.0 , 3.0 , 4.0 ) ) ; ChartRenderingInfo loc1 = ( ChartRenderingInfo ) TestUtilities . serialised ( loc0 ) ; assertEquals ( loc0 , loc1 ) ; assertEquals ( loc1 , loc1 . getP... | serialize an instance , restore it , and check for equality . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testSerialization concode_elem_sep void testEquals |
void function ( Object arg0 ) { broadcast . remove ( arg0 ) ; } | removes the given listener . concode_field_sep BroadcastDispatch<T> broadcast concode_elem_sep ProxyDispatchAdapter<T> source concode_elem_sep Class<T> type concode_field_sep void add concode_elem_sep void add concode_elem_sep void add concode_elem_sep void removeAll concode_elem_sep void removeAll concode_elem_sep voi... |
void function ( ) { Assert . assertNull ( this . a . getConfigs ( ) ) ; final Set < String > loc0 = new HashSet < > ( ) ; loc0 . add ( "srini_string" ) ; this . a . setConfigs ( loc0 ) ; Assert . assertEquals ( loc0 , this . a . getConfigs ( ) ) ; } | test setting the configs . concode_field_sep String NAME concode_elem_sep String USER concode_elem_sep Application a concode_elem_sep String VERSION concode_field_sep void testSetTags concode_elem_sep void testSetCommands concode_elem_sep void testDefaultConstructor concode_elem_sep void testValidate concode_elem_sep v... |
int function ( ) { return classOffset ; } | get the offset for the current shape source . concode_field_sep int classOffset concode_elem_sep int vecOffset concode_elem_sep int length concode_elem_sep int[] vbos concode_elem_sep int dim concode_elem_sep DBIDs ids concode_elem_sep int SIZE_FLOAT concode_elem_sep int stride concode_elem_sep List<Relation<?>> relati... |
void function ( PropertyEditorRegistry arg0 , Class < ? > arg1 , PropertyEditor arg2 ) { if ( arg0 instanceof PropertyEditorRegistrySupport ) { ( ( PropertyEditorRegistrySupport ) arg0 ) . overrideDefaultEditor ( arg1 , arg2 ) ; } else { arg0 . registerCustomEditor ( arg1 , arg2 ) ; } } | override default editor , if possible since that 's what we really mean to do here ; otherwise register as a custom editor . concode_field_sep PropertyResolver propertyResolver concode_elem_sep ResourceLoader resourceLoader concode_field_sep void registerCustomEditors |
boolean function ( ) { try { Class . forName ( "srini_string" ) ; ServiceManager . lookup ( "srini_string" ) ; Log . info ( "srini_string" ) ; } catch ( Exception loc0 ) { Log . info ( "srini_string" ) ; return false ; } return true ; } | quick test to see if running through java webstart concode_field_sep String fileName concode_elem_sep HashMap numericData concode_elem_sep Muffin muffin concode_elem_sep HashMap stringData concode_field_sep double getNumber concode_elem_sep double getNumber concode_elem_sep void setString concode_elem_sep void load con... |
JAXBElement < CreateTentativeBANType > function ( CreateTentativeBANType arg0 ) { return new JAXBElement < CreateTentativeBANType > ( _ESICreateInstallmentPlanRequestTypeCreateTentativeBAN_QNAME , CreateTentativeBANType . class , ESICreateInstallmentPlanRequestType . class , arg0 ) ; } | create an instance of jaxbelement concode_field_sep QName _EsiCreateInstallmentPlanRequest_QNAME concode_elem_sep QName _CreateTentativeBANTypeBilling_QNAME concode_elem_sep QName _AccountTypeActivationDate_QNAME concode_elem_sep QName _EsiCreateInstallmentPlanResponse_QNAME concode_elem_sep QName _CreateTentativeBANTy... |
String function ( ) { return this . processName ; } | the name of the suspended process . concode_field_sep String processName concode_elem_sep String suspensionReason concode_field_sep void setProcessName concode_elem_sep SuspendedProcess withSuspensionReason concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String getSuspensionReason concode... |
boolean function ( int arg0 ) { return stateBits . get ( arg0 ) ; } | returns true if specified state bit is set . concode_field_sep BitSet stateBits concode_elem_sep StateType stateType concode_field_sep BitSet getStateBits concode_elem_sep int statesSet concode_elem_sep String toString concode_elem_sep StateType getStateType |
int function ( ) { return ( threadsAllowedToBlockForConnectionMultiplier > 0 ) ? threadsAllowedToBlockForConnectionMultiplier : defaults . threadsAllowedToBlockForConnectionMultiplier ; } | getter for the amount of threads that block in relation to the amount of possible connections . concode_field_sep boolean autoConnectRetry concode_elem_sep MongoOptions defaults concode_elem_sep int maxWaitTime concode_elem_sep Logger logger concode_elem_sep int connectionsPerHost concode_elem_sep int socketTimeOut con... |
Condition function ( ) { throw new CSSException ( "srini_string" ) ; } | sac : implements org.w3c.css.sac.conditionfactory #createonlychildcondition . concode_field_sep String classLocalName concode_elem_sep String idNamespaceURI concode_elem_sep String classNamespaceURI concode_elem_sep String idLocalName concode_field_sep LangCondition createLangCondition concode_elem_sep CombinatorCondit... |
int function ( Set < T > arg0 , ArrayList < T > arg1 ) { for ( int loc0 = 0 ; loc0 < arg1 . size ( ) ; loc0 ++ ) { arg0 . add ( arg1 . get ( loc0 ) ) ; } numberOfUniqueViews = arg0 . size ( ) ; return numberOfUniqueViews ; } | returns the number of unique views . concode_field_sep Set<TextView> uniqueTextViews concode_elem_sep int numberOfUniqueViews concode_elem_sep Sleeper sleeper concode_elem_sep int TIMEOUT concode_elem_sep ViewFetcher viewFetcher concode_elem_sep WebUtils webUtils concode_elem_sep Scroller scroller concode_elem_sep List... |
int function ( ) { return this . sessionAcknowledgeMode ; } | return the acknowledgement mode for jms session sessions . concode_field_sep Log logger concode_elem_sep int sessionAcknowledgeMode concode_elem_sep ConnectionFactory connectionFactory concode_elem_sep boolean sessionTransacted concode_elem_sep Constants sessionConstants concode_field_sep JmsException convertJmsAccessE... |
void function ( BaseDomain arg0 ) { arg0 . setCreatedTimestamp ( new Date ( ) ) ; Authentication loc0 = SecurityContextHolder . getContext ( ) . getAuthentication ( ) ; String loc1 = loc0 . getName ( ) ; arg0 . setCreatedBy ( loc1 . toLowerCase ( ) ) ; arg0 . setDeleteFlag ( false ) ; } | sets the new audit info . concode_field_sep PlaceHolder placeHolder concode_field_sep void setUpdateAuditInfo |
void function ( boolean arg0 ) { } | hook method called to shutdown the model layer . concode_field_sep String mDefaultURL concode_elem_sep String TAG concode_elem_sep WeakReference<MVP.RequiredPresenterOps> mPresenter concode_field_sep void onCreate concode_elem_sep Bitmap downloadBitmap |
EnvEntryType function ( ) { return new EnvEntryType ( ) ; } | create an instance of enventrytype concode_field_sep PlaceHolder placeHolder concode_field_sep EnvEntryName createEnvEntryName concode_elem_sep SbbClasses createSbbClasses concode_elem_sep SbbUsageParametersInterfaceName createSbbUsageParametersInterfaceName concode_elem_sep EjbRef createEjbRef concode_elem_sep Resourc... |
String function ( ) { return branch ; } | getter for property branch . concode_field_sep String totalRevisions concode_elem_sep File file concode_elem_sep List<SymbolicName> symbolicNames concode_elem_sep String rcsFileName concode_elem_sep List<Revision> revisions concode_elem_sep String accessList concode_elem_sep String selectedRevisions concode_elem_sep St... |
void function ( int arg0 , int arg1 , Intent arg2 ) { } | called when an activity you launched exits , giving you the requestcode you started it with , the resultcode it returned , and any additional data from it . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String serviceN... |
IProgressMonitor function ( IProgressMonitor arg0 , int arg1 , int arg2 ) { if ( arg0 == null ) return new NullProgressMonitor ( ) ; if ( arg0 instanceof NullProgressMonitor ) return arg0 ; return new SubProgressMonitor ( arg0 , arg1 , arg2 ) ; } | return a sub-progress monitor with the given amount on the current progress monitor . concode_field_sep PlaceHolder placeHolder concode_field_sep IProgressMonitor getMonitorFor |
int function ( ByteBuffer arg0 ) { int loc0 = ( arg0 . get ( arg0 . position ( ) + 4 ) & 0xC0 ) >> 6 ; return AUDIO_SAMPLES_PER_AUDIO_BLOCK * ( loc0 == 0x03 ? 6 : BLOCKS_PER_SYNCFRAME_BY_NUMBLKSCOD [ ( arg0 . get ( arg0 . position ( ) + 4 ) & 0x30 ) >> 4 ] ) ; } | like #parseeac3syncframeaudiosamplecount byte but reads from a byte buffer . thebuffer position is not modified . concode_field_sep int AC3_SYNCFRAME_AUDIO_SAMPLE_COUNT concode_elem_sep int[] BITRATE_BY_HALF_FRMSIZECOD concode_elem_sep int[] SYNCFRAME_SIZE_WORDS_BY_HALF_FRMSIZECOD_44_1 concode_elem_sep int[] SAMPLE_RAT... |
void function ( String arg0 , String arg1 ) { System . setProperty ( LOCAL_PROXY_HOST_PROPERTY , arg0 ) ; System . setProperty ( LOCAL_PROXY_PORT_PROPERTY , arg1 ) ; } | configure a proxy to use for https connections created by javapns . concode_field_sep String LOCAL_PROXY_HOST_PROPERTY concode_elem_sep String LOCAL_PROXY_PORT_PROPERTY concode_elem_sep String JVM_PROXY_AUTHORIZATION_PROPERTY concode_elem_sep String LOCAL_PROXY_AUTHORIZATION_PROPERTY concode_elem_sep String JVM_PROXY_P... |
Builder function ( String arg0 ) { mBaseDirectoryName = arg0 ; return this ; } | sets the name of the directory where the cache will be located . concode_field_sep CacheEventListener mCacheEventListener concode_elem_sep Supplier<File> mBaseDirectoryPathSupplier concode_elem_sep String mBaseDirectoryName concode_elem_sep long mMaxCacheSizeOnVeryLowDiskSpace concode_elem_sep long mMaxCacheSizeOnLowDi... |
String function ( HttpServletRequest arg0 , String arg1 ) { return getParameter ( arg0 , arg1 , null ) ; } | get parameter ; if not set or empty return null . concode_field_sep PlaceHolder placeHolder concode_field_sep void setNoCacheHeaders |
byte [ ] function ( ) { return null ; } | returns null concode_field_sep PublicKey ephemeralKey concode_elem_sep PublicKey staticKey concode_field_sep PublicKey getStaticKey concode_elem_sep String getAlgorithm concode_elem_sep String getFormat concode_elem_sep PublicKey getEphemeralKey |
void function ( Student arg0 ) { this . currentStudent = arg0 ; } | sets the currentstudent student object . concode_field_sep String selectedCourse concode_elem_sep Course currentCourse concode_elem_sep List studentCourses concode_elem_sep List courseItems concode_elem_sep String selectedStudent concode_elem_sep Student newStudent concode_elem_sep List studentItems concode_elem_sep St... |
Thread function ( Runnable arg0 ) { Thread loc0 = new Thread ( arg0 ) ; loc0 . setDaemon ( true ) ; loc0 . start ( ) ; return loc0 ; } | starts a daemon thread . concode_field_sep File LOCK_FILE concode_elem_sep SimpleDateFormat DATE_TIME_FORMAT concode_field_sep GridFileLock fileLock concode_elem_sep void runMultithreadedInLoop concode_elem_sep void appendLineToFile concode_elem_sep long measureTime |
void function ( CommandCallback arg0 ) { execute ( arg0 , false ) ; } | checks if the user is logged in , if the user is then it perform operation other wise user if ask to perform the login operation again . after the operation is executed , the commandcallback object receives an afterexecute notification . concode_field_sep CommandCallback commandCallback concode_field_sep void doLogin c... |
String function ( ) { return ; } | provide a link back to the top of the page concode_field_sep Date end concode_elem_sep List<Statistics> blocks concode_elem_sep String pageTitle concode_elem_sep String mainTitle concode_elem_sep String output concode_elem_sep Date start concode_field_sep void setStartDate concode_elem_sep String dateRange concode_elem... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.