code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
HandlerManager function ( ) { return handlers ; } | returns this widget 's handlermanager used for event management . concode_field_sep HandlerManager handlers concode_elem_sep int rowCount concode_elem_sep int ALL_ROWS concode_elem_sep int UNKNOWN_ROW_COUNT concode_field_sep void onRowsReady concode_elem_sep HandlerRegistration addHandler concode_elem_sep boolean isEve... |
void function ( int arg0 ) { returnAddressIndex = arg0 ; } | set the index in the stack frame of the return address for this map concode_field_sep int nonReferenceMapIndex concode_elem_sep int returnAddressIndex concode_elem_sep int normalMapIndex concode_elem_sep int referenceMapIndex concode_elem_sep int returnAddressMapIndex concode_field_sep int getReferenceMapIndex concode_... |
JoinTable function ( ) { return joinTable ; } | gets the value of the jointable property . concode_field_sep List<JoinColumn> joinColumn concode_elem_sep RelationField relatedField concode_elem_sep AccessType access concode_elem_sep String targetEntity concode_elem_sep CascadeType cascade concode_elem_sep FetchType fetch concode_elem_sep String name concode_elem_sep... |
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getUserProfile ( ) != null ) loc0 . append ( "srini_string" + getUserProfile ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; } | returns a string representation of this object ; useful for testing and debugging . concode_field_sep SelfUserProfile userProfile concode_field_sep void setUserProfile concode_elem_sep DescribeMyUserProfileResult withUserProfile concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep DescribeMyUs... |
String function ( ) { return snapshotId ; } | the id of the new snapshot . concode_field_sep String snapshotId concode_field_sep void setSnapshotId concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep CopySnapshotResult clone concode_elem_sep CopySnapshotResult withSnapshotId concode_elem_sep String toString |
Uri function ( ) { return mUri ; } | return the uri this permission pertains to . concode_field_sep Creator<UriPermission> CREATOR concode_elem_sep int mModeFlags concode_elem_sep long INVALID_TIME concode_elem_sep long mPersistedTime concode_elem_sep Uri mUri concode_field_sep boolean isReadPermission concode_elem_sep boolean isWritePermission concode_el... |
boolean function ( ) { return true ; } | the input matrix is always modified . concode_field_sep D1Submatrix64F A concode_elem_sep boolean saveW concode_elem_sep BlockMatrix64F dataW concode_elem_sep BlockMatrix64F dataWTA concode_elem_sep D1Submatrix64F Y concode_elem_sep int blockLength concode_elem_sep D1Submatrix64F W concode_elem_sep BlockMatrix64F dataA... |
Collection < DataMapTableView > function ( ) { return abstractDataMapTableToView . values ( ) ; } | return a copy . concode_field_sep Map<IMetadataTable,AbstractInOutTable> metadataTableToAbstractDataMapTable concode_elem_sep ArrayList<OutputTable> listOutputsTables concode_elem_sep ArrayList<InputTable> listInputsTables concode_elem_sep ArrayList<VarsTable> listVarsTables concode_elem_sep Map<IDataMapTable,DataMapTa... |
long function ( ) { return _layoutBranch . getCompanyId ( ) ; } | returns the company id of this layout branch . concode_field_sep LayoutBranch _layoutBranch concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_elem_sep void setGroupId conco... |
boolean function ( ) { return m_enabled ; } | access the enabled flag for the item . concode_field_sep String m_title concode_elem_sep String m_url concode_elem_sep String m_accessibilitylabel concode_elem_sep String m_form concode_elem_sep int m_checked concode_elem_sep String m_icon concode_elem_sep boolean m_enabled concode_elem_sep String m_action concode_fiel... |
com . liferay . social . networking . model . MeetupsEntry function ( long arg0 ) { return getService ( ) . deleteMeetupsEntry ( arg0 ) ; } | deletes the meetups entry with the primary key from the database . also notifies the appropriate model listeners . concode_field_sep ServiceTracker<MeetupsEntryLocalService,MeetupsEntryLocalService> _serviceTracker concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.da... |
String function ( Reader arg0 ) { StringBuffer loc0 = new StringBuffer ( ) ; char loc1 = skipAllWhitespace ( arg0 ) ; while ( loc1 != ( char ) - 1 && ! Character . isWhitespace ( loc1 ) ) { loc0 . append ( loc1 ) ; loc1 = ( char ) arg0 . read ( ) ; } if ( loc1 == ( char ) - 1 ) { setDone ( true ) ; } return loc0 . toSt... | reads a `` word '' , ie whitespace delimited string of characters , from the reader concode_field_sep String LINESTRING concode_elem_sep String MULTILINESTRING concode_elem_sep BufferedReader reader concode_elem_sep String POINT concode_elem_sep boolean done concode_field_sep boolean isKnownType concode_elem_sep String... |
boolean function ( ) { return logger . isTraceEnabled ( ) ; } | returns true if the logger instance enabled for the trace level ? concode_field_sep ALogger logger concode_elem_sep play.api.Logger logger concode_field_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void trace concode_elem_sep void trace concode_elem_sep... |
List < ? > function ( ) { return Collections . EMPTY_LIST ; } | returns a list of files affected by this refactoring . concode_field_sep RefactoringHelper helper concode_elem_sep List<T> contextObjects concode_field_sep TransactionalEditingDomain getEditingDomain concode_elem_sep Resource getResource concode_elem_sep boolean internalDoUndo concode_elem_sep String getCommandLabel co... |
boolean function ( ) { return isString ; } | true if value is a string . concode_field_sep double[] valueD concode_elem_sep String valueS concode_elem_sep String name concode_elem_sep boolean isString concode_elem_sep int hashCode concode_field_sep String getStringValue concode_elem_sep String getName concode_elem_sep double getNumericValue concode_elem_sep doubl... |
void function ( String arg0 ) { this . name = arg0 ; } | descriptive label associated with this scaling policy . policy names do not need to be unique . concode_field_sep String name concode_field_sep String getName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep PutScalingPolicyResult clone concode_elem_sep String toString concode_elem_sep Put... |
Fixture function ( ) { return world . fixtures . get ( contact . m_fixtureB ) ; } | get the second fixture in this contact . concode_field_sep World world concode_elem_sep org.jbox2d.collision.WorldManifold worldManifold2 concode_elem_sep org.jbox2d.dynamics.contacts.Contact contact concode_elem_sep WorldManifold worldManifold concode_field_sep float getRestitution concode_elem_sep WorldManifold getWo... |
Action1 < ? super CharSequence > function ( @ NonNull final TextView arg0 ) { checkNotNull ( arg0 , "srini_string" ) ; return new Action1 < CharSequence > ( ) { @ Override public void call ( CharSequence arg1 ) { arg0 . setError ( arg1 ) ; } } ; } | an action which sets the error property of view with character sequences . warning : the created observable keeps a strong reference to view . unsubscribe to free this reference . concode_field_sep PlaceHolder placeHolder concode_field_sep Action1<? super Integer> hintRes concode_elem_sep Observable<TextViewEditorActio... |
SmartWatchWidgetImage function ( int arg0 ) { mBadgeCount = arg0 ; return this ; } | set number to be shown in upper left badge . badge is not visible if number < 1 . concode_field_sep int mOuterHeight concode_elem_sep Bitmap mIconBitmap concode_elem_sep Canvas mCanvas concode_elem_sep int mInnerLayoutResid concode_elem_sep BitmapFactory.Options mBitmapOptions concode_elem_sep Bitmap mBitmap concode_el... |
boolean function ( Object arg0 ) { return contains ( arg0 ) ; } | returns true if this hashmap maps one or more keys to this value . note that this method is identical in functionality to contains which predates the map interface . 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 co... |
void function ( InvalidRecordException arg0 ) { throw arg0 ; } | handles invalidrecordexception and invalidrecordgroupexception errors . by default , this method simply rethrows the exception . concode_field_sep PlaceHolder placeHolder concode_field_sep void handleError concode_elem_sep void unidentifiedRecord concode_elem_sep void fatalError concode_elem_sep void unexpectedRecord c... |
boolean function ( ) { return exportable ; } | return exportable flag concode_field_sep boolean exportable concode_elem_sep String TYPE concode_elem_sep String editUI concode_elem_sep boolean creatable concode_elem_sep boolean removable concode_elem_sep String newUI concode_elem_sep IXulAsyncDatasourceServiceManager datasourceService concode_elem_sep boolean editab... |
void function ( ) { NativeMethods . oniRecorderStop ( getHandle ( ) ) ; } | stops recording . you may use #start to resume the recording . concode_field_sep long mRecorderHandle concode_field_sep long getHandle concode_elem_sep void start concode_elem_sep Recorder create concode_elem_sep void destroy concode_elem_sep void addStream |
com . liferay . portal . kernel . repository . model . FileEntry function ( long arg0 ) { return _dlTrashService . moveFileEntryToTrash ( arg0 ) ; } | moves the file entry with the primary key to the trash portlet . concode_field_sep DLTrashService _dlTrashService concode_field_sep com.liferay.portal.kernel.repository.model.Folder moveFolderFromTrash concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.repository.model... |
void function ( String arg0 ) { if ( mPurchaseMap . containsKey ( arg0 ) ) mPurchaseMap . remove ( arg0 ) ; } | erase a purchase locally from the inventory , given its product id . this just modifies the inventory object locally and has no effect on the server ! this is useful when you have an existing inventory object which you know to be up to date , and you have just consumed an item successfully , which means that erasing it... |
void function ( boolean arg0 ) { DoublyLinkedList loc0 = allocNursery ; allocNursery = collectNursery ; collectNursery = loc0 ; if ( arg0 ) { loc0 = fromSpace ; fromSpace = toSpace ; toSpace = loc0 ; } } | flip the roles of the spaces in preparation for a collection . concode_field_sep DoublyLinkedList fromSpace concode_elem_sep DoublyLinkedList toSpace concode_elem_sep DoublyLinkedList collectNursery concode_elem_sep DoublyLinkedList allocNursery concode_field_sep Address pop concode_elem_sep int headerSize concode_elem... |
ByteChunk function ( ) { return ENCODING ; } | return the name of the associated encoding ; here , the value is `` identity '' . concode_field_sep String ENCODING_NAME concode_elem_sep ByteChunk endChunk concode_elem_sep ByteChunk ENCODING concode_elem_sep long contentLength concode_elem_sep InputBuffer buffer concode_elem_sep long remaining concode_field_sep void ... |
Proxy function ( ) { return proxy ; } | returns the proxy of this route.warning : this may be different than the proxy returned by #getaddress ! that is the proxy that the user asked to be connected to ; this returns the proxy that they were actually connected to . the two may disagree when a proxy selector selects a different proxy for a connection . concod... |
void function ( ) { Object loc0 = ( Object ) new Object ( ) ; loc0 = ( Object ) loc0 ; loc0 = ( Object ) loc0 ; loc0 = ( Object ) loc0 ; } | test casts concode_field_sep int mVar1 concode_elem_sep int i1 concode_elem_sep int i concode_elem_sep int i2 concode_elem_sep int i3 concode_elem_sep int i4 concode_elem_sep int i5 concode_elem_sep int mVar4 concode_elem_sep int i6 concode_elem_sep int mVar3 concode_elem_sep int mVar2 concode_field_sep void divTest co... |
String function ( String arg0 ) { return arg0 + "srini_string" ; } | get the full name of the spider file . concode_field_sep PlaceHolder placeHolder concode_field_sep void generateHtmlEntries concode_elem_sep IProject openSecurityTestingProject concode_elem_sep boolean scanFilesExist concode_elem_sep IFile getAscanHtmlFile concode_elem_sep IFile getAscanXmlFile concode_elem_sep String ... |
void function ( boolean arg0 ) { this . hasHighlight = arg0 ; } | set the highlited state , meaning that this instance or one of the child abstracttext objects has a highlighted state . concode_field_sep boolean highlight concode_elem_sep boolean hasHighlight concode_elem_sep Rectangle2D.Float bounds concode_elem_sep Rectangle2D.Float textExtractionBounds concode_elem_sep boolean sel... |
void function ( ) { Grade loc0 = new Grade ( ) ; loc0 . setId ( "srini_string" ) ; Grade loc1 = new Grade ( ) ; loc1 . setId ( "srini_string" ) ; List < Grade > loc2 = new ArrayList < > ( ) ; loc2 . add ( loc0 ) ; loc2 . add ( loc1 ) ; assertEquals ( loc2 . size ( ) , mockGradeFacade . count ( ) ) ; } | test of count method , of class gradefacade . concode_field_sep GradeFacade mockGradeFacade concode_elem_sep int count concode_elem_sep List<Grade> grades concode_elem_sep Grade grade2 concode_elem_sep Grade grade1 concode_field_sep void setUpClass concode_elem_sep void testFindGradeById concode_elem_sep void testFindA... |
void function ( String arg0 ) { this . eventId = arg0 ; } | the id of the event associated with this operation . concode_field_sep String eventId concode_elem_sep String code concode_elem_sep String description concode_elem_sep String eventType concode_field_sep VolumeStatusAction withEventType concode_elem_sep void setCode concode_elem_sep VolumeStatusAction withDescription co... |
void function ( final PullToRefreshBase < ? > arg0 , final int arg1 , final int arg2 , final int arg3 , final int arg4 , final boolean arg5 ) { overScrollBy ( arg0 , arg1 , arg2 , arg3 , arg4 , 0 , arg5 ) ; } | helper method for overscrolling that encapsulates all of the necessary function . this should only be used on adapterview 's such as listview as it just calls through to overscrollby with the scrollrange = 0 . adapterview 's do not have a scroll range i.e. getscrolly does n't work . concode_field_sep String LOG_TAG con... |
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getOptionGroupOptions ( ) != null ) loc0 . append ( "srini_string" + getOptionGroupOptions ( ) + "srini_string" ) ; if ( getMarker ( ) != null ) loc0 . append ( "srini_string" + getMarker ( ) ) ; loc0 . append ( "... | returns a string representation of this object ; useful for testing and debugging . concode_field_sep String marker concode_elem_sep com.amazonaws.internal.ListWithAutoConstructFlag<OptionGroupOption> optionGroupOptions concode_field_sep java.util.List<OptionGroupOption> getOptionGroupOptions concode_elem_sep void setO... |
void function ( String arg0 ) { } | this implementation does nothing . subclasses may override this method to do something with the name of the task . concode_field_sep boolean canceled concode_field_sep void setCanceled concode_elem_sep void worked concode_elem_sep void beginTask concode_elem_sep boolean isCanceled concode_elem_sep void internalWorked c... |
void function ( ActionEvent arg0 ) { FacesContext loc0 = FacesContext . getCurrentInstance ( ) ; Map loc1 = loc0 . getExternalContext ( ) . getRequestParameterMap ( ) ; selectedIncludePath = ( String ) loc1 . get ( "srini_string" ) ; } | action listener for the changes the selected content path in the facelets version of component showcase . concode_field_sep boolean tableRender concode_elem_sep String selectedIncludePath concode_elem_sep boolean customRender concode_elem_sep boolean layoutRender concode_elem_sep boolean extendedRender concode_field_se... |
SecurityInfo function ( String arg0 , String arg1 , byte [ ] arg2 ) { Validate . notEmpty ( arg1 ) ; Validate . notNull ( arg2 ) ; return new SecurityInfo ( arg0 , arg1 , arg2 , null , false ) ; } | construct a securityinfo when using dtls with pre-shared keys . concode_field_sep byte[] preSharedKey concode_elem_sep boolean useX509Cert concode_elem_sep String endpoint concode_elem_sep String identity concode_elem_sep PublicKey rawPublicKey concode_elem_sep long serialVersionUID concode_field_sep boolean useX509Cer... |
ArrayList < TagsData > function ( final String [ ] arg0 , final String arg1 , final String [ ] arg2 , final String arg3 ) { Cursor loc0 = cr . query ( tagsURI , arg0 , arg1 , arg2 , arg3 ) ; ArrayList < TagsData > loc1 = new ArrayList < TagsData > ( ) ; loc1 . addAll ( TagsCreator . getTagsDataArrayListFromCursor ( loc... | query for each orm tagsdata , similar to standard content provider query , just different return type concode_field_sep Uri tagsURI concode_elem_sep Uri storyURI concode_elem_sep ContentResolver cr concode_field_sep ArrayList<TagsData> getAllTagsData concode_elem_sep int updateStoryWithID concode_elem_sep ArrayList<Sto... |
BeanDefinitionBuilder function ( String arg0 ) { this . beanDefinition . setDestroyMethodName ( arg0 ) ; return this ; } | set the destroy method for this definition . concode_field_sep int constructorArgIndex concode_elem_sep AbstractBeanDefinition beanDefinition concode_field_sep BeanDefinitionBuilder addConstructorArgValue concode_elem_sep BeanDefinitionBuilder setAutowireMode concode_elem_sep BeanDefinitionBuilder addConstructorArgRefe... |
void function ( final Object arg0 ) { if ( arg0 == null ) throw new internal_error ( "srini_string" ) ; } | helper function to test for a null object and throw an exception if one is found . concode_field_sep Hashtable _all concode_field_sep Enumeration all concode_elem_sep boolean add concode_elem_sep boolean add concode_elem_sep boolean contains concode_elem_sep int size concode_elem_sep int hashCode concode_elem_sep boole... |
Layout function ( ) { return layout ; } | gets the value of the layout property . concode_field_sep Layout layout concode_elem_sep RssMode mode concode_elem_sep String filter concode_elem_sep Boolean datetime concode_elem_sep List<Address> address concode_elem_sep String itemack concode_elem_sep String src concode_elem_sep BigInteger limit concode_elem_sep Big... |
XsltAggregationStrategy function ( String arg0 ) { return XsltAggregationStrategy . create ( arg0 ) ; } | creates a xsltaggregationstrategy as the aggregation strategy . concode_field_sep PlaceHolder placeHolder concode_field_sep AggregationStrategy beanAllowNull concode_elem_sep AggregationStrategy beanAllowNull concode_elem_sep AggregationStrategy groupedExchange concode_elem_sep FlexibleAggregationStrategy<T> flexible c... |
Form function ( ) { Form loc0 = new Form ( ) ; if ( this . stream != null ) { Parameter loc1 = readNextParameter ( ) ; while ( loc1 != null ) { loc0 . add ( loc1 ) ; loc1 = readNextParameter ( ) ; } this . stream . close ( ) ; } return loc0 ; } | reads all the parameters . concode_field_sep CharacterSet characterSet concode_elem_sep InputStream stream concode_elem_sep boolean decode concode_elem_sep char separator concode_field_sep void addParameters concode_elem_sep Object readParameter concode_elem_sep void readParameters concode_elem_sep Parameter readNextPa... |
void function ( final String arg0 ) { this . source = arg0 ; } | sets the source . concode_field_sep TypeInfo[] childClasses concode_elem_sep Comments comments concode_elem_sep String typeAttribute concode_elem_sep Class baseClass concode_elem_sep String source concode_field_sep String getSource concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep void setC... |
void function ( ) { } | called when printing starts . you can use this callback to allocate resources . this method is invoked on the main thread . concode_field_sep String EXTRA_PRINT_PREVIEW concode_field_sep void onWriteCancelled concode_elem_sep void onLayoutFailed concode_elem_sep void onWriteFailed concode_elem_sep void onLayoutFinished... |
void function ( java . io . InputStream arg0 , int arg1 , int arg2 , int arg3 ) { ReInit ( new java . io . InputStreamReader ( arg0 ) , arg1 , arg2 , arg3 ) ; } | reinitialise . concode_field_sep int bufpos concode_elem_sep boolean prevCharIsLF concode_elem_sep int bufsize concode_elem_sep int available concode_elem_sep int tabSize concode_elem_sep java.io.Reader inputStream concode_elem_sep int line concode_elem_sep int bufcolumn[] concode_elem_sep int bufline[] concode_elem_se... |
String function ( ) { return new String ( b , 0 , i_end ) ; } | after a word has been stemmed , it can be retrieved by tostring , or a reference to the internal buffer can be retrieved by getresultbuffer and getresultlength which is generally more efficient . concode_field_sep int i_end concode_elem_sep char[] b concode_elem_sep int INC concode_elem_sep int i concode_elem_sep int j... |
String function ( ) { return value ( ) ; } | to string . concode_field_sep String indexing concode_elem_sep int end concode_elem_sep String value concode_elem_sep int begin concode_field_sep StringMaker next concode_elem_sep StringMaker before concode_elem_sep StringMaker before concode_elem_sep StringMaker before concode_elem_sep StringMaker lower concode_elem_s... |
java . lang . String function ( ) { return getService ( ) . getBeanIdentifier ( ) ; } | returns the spring bean id for this bean . concode_field_sep TestQuestionService _service concode_field_sep com.liferay.lms.model.TestQuestion getQuestion concode_elem_sep void clearService concode_elem_sep void setService concode_elem_sep java.util.List<com.liferay.lms.model.TestQuestion> getQuestions concode_elem_sep... |
void function ( UnixSocketAddress arg0 ) { if ( connected ) close ( ) ; this . sock = native_connect ( arg0 . path , arg0 . abs ) ; this . os = new USOutputStream ( this . sock , this ) ; this . is = new USInputStream ( this . sock , this ) ; this . address = arg0 ; this . connected = true ; this . closed = false ; thi... | connect the socket to this address . concode_field_sep USOutputStream os concode_elem_sep USInputStream is concode_elem_sep int pid concode_elem_sep boolean blocking concode_elem_sep boolean passcred concode_elem_sep int gid concode_elem_sep int uid concode_elem_sep boolean connected concode_elem_sep boolean closed con... |
boolean function ( ) { return error == null ; } | returns whether this response is considered successful . concode_field_sep T result concode_elem_sep Cache.Entry cacheEntry concode_elem_sep boolean intermediate concode_elem_sep VolleyError error concode_field_sep void onResponse concode_elem_sep Response<T> success concode_elem_sep void onErrorResponse concode_elem_s... |
void function ( Transfer arg0 ) { dataType = arg0 . readInt ( ) ; precision = arg0 . readLong ( ) ; scale = arg0 . readInt ( ) ; nullable = arg0 . readInt ( ) ; } | write the parameter meta data from the transfer object . concode_field_sep int dataType concode_elem_sep long precision concode_elem_sep int index concode_elem_sep int scale concode_elem_sep int nullable concode_elem_sep Value value concode_field_sep void checkSet concode_elem_sep boolean isValueSet concode_elem_sep in... |
void function ( ) { getLineFromServer ( "srini_string" ) ; } | sent default request to server to test connection . returns string `` ok '' if connection set . returns string `` error '' in other ways . concode_field_sep String homeUrl concode_elem_sep SchemeGson gson concode_elem_sep HttpClient client concode_field_sep Scheme getLatestScheme concode_elem_sep String getLineFromServ... |
byte [ ] function ( String arg0 ) { return decode ( arg0 , 0 , arg0 . length ( ) ) ; } | converts a base64 encoded string to a byte array . concode_field_sep int valueDecoding[] concode_elem_sep char ALPHABET[] concode_field_sep String encode concode_elem_sep void decodeQuantum concode_elem_sep void encodeQuantum |
int function ( ) { return command . getData2 ( ) ; } | returns the second parameter concode_field_sep boolean extendAddress concode_elem_sep boolean demandAck concode_elem_sep boolean threePhase concode_elem_sep Command command concode_field_sep void setDemandAckTo concode_elem_sep List<Byte> getDataBytes concode_elem_sep Command getCommand concode_elem_sep boolean shouldE... |
Socket function ( int arg0 ) { if ( context == null ) context = ZMQ . context ( ioThreads ) ; Socket loc0 = context . loc0 ( arg0 ) ; sockets . add ( loc0 ) ; return loc0 ; } | creates a new managed socket within this zcontext instance . use this to get automatic management of the socket at shutdown concode_field_sep int linger concode_elem_sep ZMQ.Context context concode_elem_sep boolean main concode_elem_sep List<Socket> sockets concode_elem_sep int ioThreads concode_field_sep List<Socket> ... |
void function ( String arg0 , Exception arg1 ) { this . log ( IStatus . ERROR , arg0 , arg1 ) ; } | logs an error message and exception into eclipse error log concode_field_sep Logger consoleLog concode_elem_sep JupiterLogger theInstance concode_field_sep void debug concode_elem_sep void log concode_elem_sep JupiterLogger getLogger concode_elem_sep void warning concode_elem_sep void warning concode_elem_sep void info |
boolean function ( ) { return saslClient != null && saslClient . isComplete ( ) ; } | determines whether the authentication exchange has completed . concode_field_sep String secretKeyId concode_elem_sep SecretKeyHolder secretKeyHolder concode_elem_sep Logger logger concode_elem_sep SaslClient saslClient concode_field_sep byte[] firstToken concode_elem_sep byte[] response concode_elem_sep void dispose co... |
void function ( Description arg0 ) { this . description = arg0 ; } | sets the value of the description property . concode_field_sep SecurityPermissionSpec securityPermissionSpec concode_elem_sep Description description concode_elem_sep String id concode_field_sep void setId concode_elem_sep String getId concode_elem_sep Description getDescription concode_elem_sep SecurityPermissionSpec ... |
TransactionConfiguration function ( boolean arg0 ) { this . useJtaSync = arg0 ; return this ; } | sets the flag that defines whether to use lightweight jta synchronization callback to enlist into jta transaction instead of creating a separate xa resource . in some cases this can give performance improvement , but keep in mind that most of the transaction managers do not allow to add more that one callback to a sing... |
PicoContainer function ( final PicoContainer arg0 ) { return arg0 ; } | no-op implementation concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder |
void function ( String arg0 ) { this . identificacao = arg0 ; } | define valor do atributo identificacao . concode_field_sep Integer posx concode_elem_sep Integer posy concode_elem_sep Integer idImagemItemConfiguracaoPai concode_elem_sep long serialVersionUID concode_elem_sep String caminhoImagem concode_elem_sep String identificacao concode_elem_sep Integer idImagemItemConfiguracao ... |
InvocationHandler function ( Method arg0 , InvocationHandler arg1 ) { return methodProxies . put ( arg0 , arg1 ) ; } | set a proxy for a method . whenever this method is called the invocation handler will be invoked instead . concode_field_sep Map<Object,MethodInvocationControl> instanceMocks concode_elem_sep Map<Class<?>,NewInvocationControl<?>> newSubstitutions concode_elem_sep Set<Method> suppressMethod concode_elem_sep Set<Runnable... |
org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; } | return type metadata object concode_field_sep java.lang.String address concode_elem_sep java.lang.String phone concode_elem_sep java.lang.String contact concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Long id concode_elem_sep org.apache.axis.description.... |
void function ( ) { TaxCalculator loc0 = new TaxCalculator ( 30000 ) ; assertEquals ( 0.0 , loc0 . computeTax ( ) , 0.0 ) ; } | test calculating net tax for non taxable income . concode_field_sep SalaryDetails salaryDetails concode_field_sep void testCalculateTaxForThirtyPercentSlab concode_elem_sep void setUp concode_elem_sep void testCalculateTaxForTwentyPercentSlab concode_elem_sep void testCalculateTaxForTenPercentSlab |
ArrayList function ( ArrayList arg0 ) { if ( arg0 == null ) { return new ArrayList ( ) ; } ArrayList loc0 = new ArrayList ( arg0 . size ( ) ) ; String loc1 ; for ( int loc2 = 0 ; loc2 < arg0 . size ( ) ; loc2 ++ ) { loc1 = ( String ) arg0 . get ( loc2 ) ; loc0 . add ( new SelectItem ( loc1 , loc1 , "srini_string" ) ) ;... | returns an arraylist of selectitem 's suitable for a drop-down selection component . concode_field_sep LinkedFormElement zip concode_elem_sep FormElement firstName concode_elem_sep FormElement lastName concode_elem_sep SubmitButton submit concode_elem_sep LinkedFormElement city concode_elem_sep ArrayList componentList ... |
void function ( Queue arg0 ) { for ( int loc0 = 0 ; loc0 < arg0 . size ( ) ; loc0 ++ ) { Job loc1 = arg0 . getJob ( loc0 ) ; List . add ( Cell . createReadyQueueCell ( readyX , readyY , loc1 . jobNumber ) ) ; readyX += 40 ; } } | fill the ready queue representation list by the new ready queue jobs . converts jobs to cell representations concode_field_sep ArrayList<Cell> List concode_elem_sep int readyX concode_elem_sep int readyY concode_field_sep void clear |
String function ( ) { return ejbQlCompilerFactory ; } | gets the value of the ejbqlcompilerfactory property . concode_field_sep String ejbQlCompilerFactory concode_elem_sep String dbSyntaxFactory concode_elem_sep EnvironmentType environment concode_elem_sep JAXBElement<? extends AbstractSecurityType> security concode_elem_sep ResourceLocatorType cmpConnectionFactory concode... |
boolean function ( ) { return false ; } | implement the policy when to automatically sync the buffered edits log the buffered edits can be flushed when the buffer becomes full or a certain period of time is elapsed . concode_field_sep long numSync concode_elem_sep long totalTimeSync concode_field_sep void flushAndSync concode_elem_sep long getNumSync concode_e... |
boolean function ( String arg0 ) { return ( new File ( arg0 ) ) . exists ( ) ; } | return true or false based on whether the named file exists . concode_field_sep boolean fsNormalizesPosixSeparator concode_elem_sep FileDescriptor outDescriptor concode_elem_sep Random random concode_elem_sep boolean fsIsIgnoreCase concode_field_sep void renameElement concode_elem_sep java.io.InputStream openInputStrea... |
ColorStateList function ( Context arg0 ) { return getDefaultTextAttribute ( arg0 , android . R . attr . textColor ) ; } | utility method that returns the default text color as define by the theme concode_field_sep PlaceHolder placeHolder concode_field_sep ColorStateList getDefaultTextColorHint concode_elem_sep ColorStateList getDefaultTextAttribute concode_elem_sep int getDefaultTextColorHighlight |
void function ( ) { LOGGER . info ( dataDump ( ) ) ; } | properties dump . prints the values of all the properties used for debugging . concode_field_sep String SERVER_NAME concode_elem_sep String SERVER_VERSION concode_elem_sep String SERVER_VERSION_FLAG concode_elem_sep Logger LOGGER concode_elem_sep String SERVER_BUILD_DATE concode_elem_sep int SERVER_BUILD_NUMBER concode... |
ThingUID function ( ) { return thingUID ; } | returns the unique thing id of this result object . a thinguid must be a unique identifier of a concrete thing which must not consist of datawhich could change e.g. configuration data such as an ip address . if a thing disappears and isdiscovered again , the same thing id must be created . a typical thing id could be t... |
int function ( ) { return LAST_POSITION_FINDER ; } | get properties of this iterator , as a bit-significant integer . concode_field_sep int index concode_elem_sep Item current concode_elem_sep int start concode_elem_sep int end concode_elem_sep Item[] items concode_field_sep Item next concode_elem_sep Item current concode_elem_sep SequenceIterator getReverseIterator conc... |
String function ( Context arg0 ) { return doGetTLD ( GOOGLE_PRODUCT_SEARCH_COUNTRY_TLD , arg0 ) ; } | the same as above , but specifically for google product search . concode_field_sep Collection<String> TRANSLATED_HELP_ASSET_LANGUAGES concode_elem_sep Map<String,String> GOOGLE_PRODUCT_SEARCH_COUNTRY_TLD concode_elem_sep String DEFAULT_LANGUAGE concode_elem_sep Map<String,String> GOOGLE_COUNTRY_TLD concode_elem_sep Str... |
void function ( Parcel arg0 , int arg1 ) { arg0 . writeStringList ( mQueryList ) ; } | implement the parcelable interface @hide concode_field_sep Creator<WifiP2pServiceInfo> CREATOR concode_elem_sep int SERVICE_TYPE_VENDOR_SPECIFIC concode_elem_sep int SERVICE_TYPE_ALL concode_elem_sep List<String> mQueryList concode_elem_sep int SERVICE_TYPE_BONJOUR concode_elem_sep int SERVICE_TYPE_WS_DISCOVERY concode... |
void function ( mmStudent arg0 ) { mmStudentDAO . editAStudent ( arg0 ) ; } | edit a student concode_field_sep mmStudentDAO mmStudentDAO concode_field_sep List<mmStudent> listStudentsByStatus concode_elem_sep int removeAStudent concode_elem_sep mmStudent loadStudentByCode concode_elem_sep int saveAStudent concode_elem_sep mmStudent loadStudentById concode_elem_sep List<mmStudent> listStudents co... |
String function ( ) { return filter ; } | returns the filter associated with the alias concode_field_sep String filter concode_elem_sep String searchRouting concode_elem_sep String name concode_elem_sep String indexRouting concode_field_sep Alias routing concode_elem_sep String searchRouting concode_elem_sep Alias searchRouting concode_elem_sep void writeTo co... |
void function ( WorkingListener arg0 ) { workingEventSupport_ . removeWorkingListener ( arg0 ) ; } | removes a listener to be notified when work in a different thread starts and stops . concode_field_sep String dateText_ concode_elem_sep DateFormat dateFormat_ concode_elem_sep String generalTabText_ concode_elem_sep ChangeEventSupport changeEventSupport_ concode_elem_sep String messageFileText_ concode_elem_sep String... |
boolean function ( InetSocketAddress arg0 ) { try { lockSocket . bind ( arg0 ) ; return true ; } catch ( BindException loc0 ) { return false ; } catch ( SocketException loc0 ) { return false ; } } | test to see if the lock is free . returns instantaneously . concode_field_sep InetSocketAddress localhost concode_elem_sep InetSocketAddress address concode_elem_sep int DEFAULT_PORT concode_elem_sep long DELAY_BETWEEN_SOCKET_CHECKS concode_elem_sep Socket lockSocket concode_elem_sep Object syncObject concode_field_sep... |
Expression [ ] function ( ) { return this . args ; } | get function arguments concode_field_sep Expression[] args concode_elem_sep boolean implicit concode_elem_sep String name concode_elem_sep FunctionDescriptor descriptor concode_elem_sep boolean eval concode_elem_sep Class<?> type concode_field_sep void setName concode_elem_sep void acceptVisitor concode_elem_sep String... |
long function ( int arg0 ) { return chunkStartTimesUs [ arg0 ] ; } | gets the start time of the specified chunk . concode_field_sep int lookAheadCount concode_elem_sep int displayHeight concode_elem_sep int qualityLevels concode_elem_sep byte[] data concode_elem_sep int TYPE_TEXT concode_elem_sep String language concode_elem_sep int majorVersion concode_elem_sep int type concode_elem_se... |
void function ( int arg0 , int arg1 ) { if ( ( arg0 & arg1 ) != arg0 ) { throw new IllegalArgumentException ( "srini_string" + Integer . toHexString ( arg0 ) + "srini_string" + Integer . toHexString ( arg1 ) + "srini_string" ) ; } } | check the requested flags , throwing if any requested flags are outside the allowed set . concode_field_sep PlaceHolder placeHolder concode_field_sep T checkNotNull concode_elem_sep T checkNotNull concode_elem_sep void checkState |
String function ( ) { return displayName ; } | gets the value of the displayname property . concode_field_sep String longDescription concode_elem_sep String thumbnail concode_elem_sep InventoryInfo inventoryInfo concode_elem_sep String displayName concode_elem_sep String pageTitle concode_elem_sep String description concode_elem_sep long serialVersionUID concode_el... |
String function ( ) { return realm ; } | returns the protection space . concode_field_sep String scheme concode_elem_sep String headerValue concode_elem_sep String realm concode_field_sep Credential authenticate concode_elem_sep String getScheme concode_elem_sep int hashCode concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep boolea... |
GrailsApplicationAttributes function ( @ SuppressWarnings ( "srini_string" ) Object arg0 ) { GrailsWebRequest loc0 = ( GrailsWebRequest ) RequestContextHolder . currentRequestAttributes ( ) ; return loc0 . getAttributes ( ) ; } | obtains the grailsapplicationattributes instance concode_field_sep GrailsPluginManager pluginManager concode_elem_sep ApplicationContext applicationContext concode_elem_sep ServletContext servletContext concode_elem_sep GrailsApplication grailsApplication concode_field_sep String getPluginContextPath concode_elem_sep v... |
void function ( java . lang . String arg0 , java . lang . String arg1 , java . lang . String arg2 , java . lang . String arg3 , javax . xml . stream . XMLStreamWriter arg4 ) { if ( arg4 . getPrefix ( arg1 ) == null ) { arg4 . writeNamespace ( arg0 , arg1 ) ; arg4 . setPrefix ( arg0 , arg1 ) ; } arg4 . writeAttribute ( ... | util method to write an attribute with the ns prefix concode_field_sep com.amazon.ec2.CancelBundleTaskType localCancelBundleTask concode_elem_sep javax.xml.namespace.QName MY_QNAME concode_field_sep java.lang.String generatePrefix concode_elem_sep void setCancelBundleTask concode_elem_sep com.amazon.ec2.CancelBundleTas... |
Viewpoint function ( ) { return registry . getViewpoint ( URI . createURI ( "srini_string" ) ) ; } | extend . concode_field_sep ViewpointRegistry registry concode_field_sep UmlViewpoints fromViewpointRegistry concode_elem_sep void enable concode_elem_sep Viewpoint review concode_elem_sep Viewpoint design concode_elem_sep Viewpoint capture concode_elem_sep Viewpoint dashboard |
RatingPreferences function ( Context arg0 ) { if ( instance == null ) { synchronized ( RatingPreferences . class ) { if ( instance == null ) { instance = new RatingPreferences ( arg0 ) ; } } } return instance ; } | get the instance of the rating preferences concode_field_sep String STANDARD_LAUNCH_OVER_KEY concode_elem_sep String PREFERENCE_NAME concode_elem_sep SharedPreferences sharedPreferences concode_elem_sep RatingPreferences instance concode_elem_sep String STANDARD_LAUNCH_MAX_KEY concode_elem_sep String SESSION_OVER_KEY c... |
boolean function ( int arg0 ) { return ( arg0 >= 100 && arg0 < 200 ) ; } | determine if a reply code is an informational response . all codes beginning with a 1 are positive informational responses . informational responses are used to provide human readable information such as help text . concode_field_sep int ARTICLE_TRANSFERRED_OK concode_elem_sep int POSTING_NOT_ALLOWED concode_elem_sep i... |
PropertyResponse function ( final OProperty < ? > arg0 ) { return new PropertyResponse ( ) { @ Override public OProperty < ? > getProperty ( ) { return arg0 ; } } ; } | creates a new propertyresponse instance . concode_field_sep PlaceHolder placeHolder concode_field_sep EntitiesResponse entities concode_elem_sep ComplexObjectResponse complexObject concode_elem_sep CountResponse count concode_elem_sep PropertyResponse property concode_elem_sep SimpleResponse simple concode_elem_sep Sim... |
UserDetails function ( T arg0 ) { return this . userDetailsService . loadUserByUsername ( arg0 . getName ( ) ) ; } | get the userdetails object from the wrapped userdetailsservice implementation concode_field_sep UserDetailsService userDetailsService concode_field_sep void afterPropertiesSet concode_elem_sep void setUserDetailsService |
void function ( ) { Runnable loc0 = new Runnable ( ) { @ Override public void run ( ) { doDumpToFile ( ) ; } } ; loc0 . run ( ) ; } | dumps the profile data with runnable . concode_field_sep Map<String,ThreadNode> threadNodes concode_field_sep String getMainClass concode_elem_sep void doDumpToFile concode_elem_sep String getJvmArguments concode_elem_sep ThreadNode getThread concode_elem_sep void clear concode_elem_sep void run concode_elem_sep String... |
void function ( String arg0 ) { this . udfValue = arg0 ; } | sets the value of the udfvalue property . concode_field_sep int sequenceNumber concode_elem_sep String elementDisplayName concode_elem_sep String udfValue concode_field_sep int getSequenceNumber concode_elem_sep void setSequenceNumber concode_elem_sep String getElementDisplayName concode_elem_sep void setElementDisplay... |
Chronology function ( ) { return this . chronology ; } | return the user 's chronology calendar system , if any . concode_field_sep Chronology chronology concode_elem_sep ZoneId timeZone concode_field_sep ZoneId getTimeZone concode_elem_sep void setTimeZone concode_elem_sep void setChronology concode_elem_sep DateTimeFormatter getFormatter |
int function ( ) { return iTop ; } | accessor method concode_field_sep int iTop concode_elem_sep int MAX_SIZE concode_elem_sep int iSize concode_elem_sep int accessCounter concode_elem_sep char acStack[] concode_elem_sep int DEFAULT_SIZE concode_field_sep char pop concode_elem_sep char[] getAcStack concode_elem_sep char getAt concode_elem_sep int getAcces... |
void function ( ) { Util . findHtmlFiles ( ctx . pagesDir ) . stream ( ) . map ( pages -> Util . parseHtml ( pages , baseUri ) ) . forEach ( this :: downloadImages ) ; ctx . download ( ) ; } | for each page , look for image under : concode_field_sep Pattern chapterPattern concode_elem_sep String baseUri concode_elem_sep Context ctx concode_elem_sep Pattern numberPattern concode_field_sep void collectImagesIntoChapters concode_elem_sep boolean canRun concode_elem_sep void doRun concode_elem_sep void downloadC... |
void function ( File arg0 ) { this . systemId = FilePathToURI . filepath2URI ( arg0 . getAbsolutePath ( ) ) ; } | set the system id from a file reference . concode_field_sep String systemId concode_elem_sep Reader reader concode_elem_sep InputStream inputStream concode_elem_sep String FEATURE concode_elem_sep String publicId concode_field_sep String getSystemId concode_elem_sep void setReader concode_elem_sep Reader getReader conc... |
void function ( XMLCrudeWriter arg0 ) { this . xmlCrudeWriter = arg0 ; } | set xmlcrudewriter implementation . concode_field_sep XMLCrudeWriter xmlCrudeWriter concode_field_sep void writeCvLookupBlock concode_elem_sep XMLCrudeWriter getXMLCrudeWriter concode_elem_sep void writeUserParamBlock concode_elem_sep void writeCvParamBlock |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.