code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
Enumeration < String > function ( ) { maybeThrowIllegalStateException ( ) ; return new IteratorEnumeration < String > ( sessionData_ . keySet ( ) . iterator ( ) ) ; } | returns an enumeration of string objects containing the names of all the objects bound to this session . concode_field_sep String sessionId_ concode_elem_sep String clientAddr_ concode_elem_sep Logger LOGGER concode_elem_sep int accessCount_ concode_elem_sep boolean isInvalidated_ concode_elem_sep long lastAccessedTime... |
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getChecksum ( ) != null ) loc0 . append ( "srini_string" + getChecksum ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; } | returns a string representation of this object ; useful for testing and debugging . concode_field_sep String checksum concode_field_sep UploadMultipartPartResult withChecksum concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep void setChecksum concode_elem_sep UploadMultipartPartResult clone ... |
void function ( String arg0 ) { if ( attributes != null ) attributes . remove ( arg0 ) ; } | remove any existing value for the specified attribute name . concode_field_sep String name concode_elem_sep HashMap attributes concode_elem_sep TreeNode parent concode_elem_sep String body concode_elem_sep ArrayList children concode_field_sep TreeNode findChild concode_elem_sep String findAttribute concode_elem_sep Str... |
Type function ( CollectionType arg0 ) { return arg0 . getElementType ( sfi ) ; } | given a collection type , determine the type representing elements within instances of that collection . concode_field_sep SessionFactoryImplementor sfi concode_elem_sep Map collectionPropertyMappingByRole concode_field_sep QueryableCollection getCollectionPersister concode_elem_sep JoinSequence createJoinSequence conc... |
void function ( String arg0 , String arg1 ) { Assert . notNull ( arg0 , "srini_string" ) ; List < String > loc0 = this . properties . get ( arg0 ) ; if ( loc0 != null ) { loc0 . add ( arg1 ) ; } else { List < String > loc1 = new LinkedList < String > ( ) ; loc1 . add ( arg1 ) ; this . properties . put ( arg0 , loc1 ) ;... | add a single value for the specified property . if there are already one or more values registered for the given property key , the given value will be added to the end of the list . concode_field_sep boolean requestedSessionIdValid concode_elem_sep PortletSession session concode_elem_sep String scheme concode_elem_sep... |
FieldMask function ( String arg0 ) { return fromStringList ( null , Arrays . asList ( arg0 . split ( FIELD_PATH_SEPARATOR_REGEX ) ) ) ; } | parses from a string to a fieldmask . concode_field_sep String FIELD_SEPARATOR_REGEX concode_elem_sep String FIELD_PATH_SEPARATOR concode_elem_sep String FIELD_PATH_SEPARATOR_REGEX concode_elem_sep boolean replaceMessageFields concode_elem_sep boolean replaceRepeatedFields concode_field_sep FieldMask fromStringList con... |
void function ( ShardId arg0 , @ Nullable IndexShard arg1 , Settings arg2 ) { } | called before the index shard gets closed . concode_field_sep PlaceHolder placeHolder concode_field_sep void afterIndexCreated concode_elem_sep void beforeIndexDeleted concode_elem_sep void beforeIndexClosed concode_elem_sep void shardRoutingChanged concode_elem_sep void beforeIndexShardCreated concode_elem_sep void on... |
void function ( String arg0 ) { QuorumPeerConfig loc0 = new QuorumPeerConfig ( ) ; loc0 . parse ( arg0 ) ; readFrom ( loc0 ) ; } | parse a zookeeper configuration file concode_field_sep InetSocketAddress secureClientPortAddress concode_elem_sep int minSessionTimeout concode_elem_sep int tickTime concode_elem_sep File dataDir concode_elem_sep int maxSessionTimeout concode_elem_sep File dataLogDir concode_elem_sep InetSocketAddress clientPortAddress... |
HashMap < Integer , IntSet > function ( ) { HashMap < Integer , IntSet > loc0 = new HashMap < Integer , IntSet > ( ) ; for ( int loc1 = 0 ; loc1 < row_list . size ( ) ; loc1 ++ ) { IntSet loc2 = get ( loc1 ) ; if ( loc2 . size ( ) > 0 ) loc0 . put ( loc1 , loc2 ) ; } return loc0 ; } | the non-empty rows of the matrix the ones that contain at least one true entry , with their ids . concode_field_sep ArrayList<IntSet> row_list concode_field_sep int numberOfEntries concode_elem_sep void set concode_elem_sep void grow concode_elem_sep IntList getEntriesByColumn concode_elem_sep int numEntriesByRow conco... |
void function ( ) { this . handler . cancel ( ) ; } | instructs the webview to cancel the authentication request . concode_field_sep HttpAuthHandler handler concode_field_sep void proceed |
boolean function ( Envelope arg0 , Object arg1 ) { Envelope loc0 = ensureExtent ( arg0 , minExtent ) ; return root . remove ( loc0 , arg1 ) ; } | removes a single item from the tree . concode_field_sep Root root concode_elem_sep double minExtent concode_field_sep Envelope ensureExtent concode_elem_sep int depth concode_elem_sep int size concode_elem_sep void collectStats concode_elem_sep List query concode_elem_sep void query concode_elem_sep void insert concode... |
void function ( Listener arg0 ) { mListener = arg0 ; } | sets the listener . concode_field_sep Listener mListener concode_elem_sep int mId[] concode_elem_sep float mStartY[] concode_elem_sep int MAX_POINTERS concode_elem_sep int mCount concode_elem_sep float mStartX[] concode_elem_sep boolean mGestureInProgress concode_elem_sep float mCurrentY[] concode_elem_sep float mCurre... |
void function ( HSSFRow arg0 , int arg1 , String arg2 , HSSFCellStyle arg3 ) { HSSFCell loc0 = arg0 . createCell ( arg1 , Cell . CELL_TYPE_FORMULA ) ; loc0 . setCellFormula ( arg2 ) ; if ( arg3 != null ) { loc0 . setCellStyle ( arg3 ) ; } } | this method creates a cell with the given formula and style . concode_field_sep String encode concode_field_sep String getEncode concode_elem_sep String convertColumnNumberToChars concode_elem_sep void addCellsToRow concode_elem_sep void addCellsToRow concode_elem_sep void addCellsToRow concode_elem_sep void addCellsTo... |
String function ( ) { return ip ; } | this method overrides java.lang.object method tostring . concode_field_sep String ip concode_field_sep IPAddress lastIPAddressWithNumNodes concode_elem_sep IPAddress nextIPAddress concode_elem_sep IPAddress newIPAddress concode_elem_sep boolean isInvalid concode_elem_sep IPAddress previousIPAddress |
byte [ ] function ( ) { return readRawBytes ( Type . BYTES . code ) ; } | reads the raw bytes following a type.bytes 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_ele... |
String function ( Context arg0 , String arg1 ) { RegistrationData loc0 = registrationDataService . findByToken ( arg0 , arg1 ) ; if ( loc0 == null ) { return null ; } return loc0 . getEmail ( ) ; } | return the e-mail address referred to by a token , or null if email address ca n't be found ignores expiration of token concode_field_sep EPersonService ePersonService concode_elem_sep Logger log concode_elem_sep RegistrationDataService registrationDataService concode_field_sep void sendEmail concode_elem_sep Registrat... |
boolean function ( ) { return isNotBlank ( serviceInterface ) && isNotBlank ( serviceMethod ) ; } | checks if this action event request has service interface and method specified . concode_field_sep String NAMED_PARAMETERS concode_elem_sep SortedSet<ActionParameterRequest> actionParameters concode_elem_sep String displayName concode_elem_sep String subject concode_elem_sep String name concode_elem_sep String descript... |
boolean function ( ) { return cached ; } | return if result was loaded from local action cache . concode_field_sep TestResultData data concode_elem_sep boolean cached concode_elem_sep TestRunnerAction testAction concode_field_sep boolean isBlazeTestStatusPassed concode_elem_sep String getLabel concode_elem_sep PathFragment getCoverageData concode_elem_sep TestR... |
void function ( Decompressor arg0 ) { if ( arg0 == null ) { return ; } arg0 . reset ( ) ; payback ( DECOMPRESSOR_POOL , arg0 ) ; } | return the decompressor to the pool . concode_field_sep Map<Class<Compressor>,List<Compressor>> COMPRESSOR_POOL concode_elem_sep Map<Class<Decompressor>,List<Decompressor>> DECOMPRESSOR_POOL concode_elem_sep Logger LOG concode_field_sep Compressor getCompressor concode_elem_sep Decompressor getDecompressor concode_elem... |
boolean function ( ) { return bestEffort ; } | best effort means that the client will try to replace the failed datanode provided that the policy is satisfied , however , it will continue the write operation in case that the datanode replacement also fails . concode_field_sep Condition condition concode_elem_sep Condition FALSE concode_elem_sep boolean bestEffort c... |
Bindings function ( String arg0 , JToggleButton arg1 ) { registerPropertyChangeListener ( arg1 ) ; return add ( new JToggleButtonBinding ( arg0 , arg1 , false ) ) ; } | handles jtogglebutton , jcheckbox concode_field_sep boolean _modified concode_elem_sep Map<String,Binding> _optComponents concode_elem_sep Map<String,Binding> _bindings concode_field_sep void actionPerformed concode_elem_sep boolean isPropertyNull concode_elem_sep boolean isModified concode_elem_sep Binding getBinding ... |
String function ( ) { final Lock loc0 = entityManager . find ( Lock . class , applicationId ) ; if ( loc0 != null ) { return loc0 . getUniqueId ( ) ; } return null ; } | gets the current owner of the lock as determined by querying for uniqueid . concode_field_sep EntityManager entityManager concode_elem_sep Logger logger concode_elem_sep int lockTimeout concode_elem_sep int DEFAULT_LOCK_TIMEOUT concode_elem_sep String applicationId concode_elem_sep String uniqueId concode_elem_sep Date... |
void function ( String arg0 , boolean arg1 ) { this . parameters . setBoolean ( arg0 , arg1 ) ; } | sets a stub parameters in the configuration of this contract . the stub parameters are accessible by the user code at runtime . parameters that the user code needs to access at runtime to configure its behavior are typically stored as stub parameters . concode_field_sep OperatorInformation<OUT> operatorInfo concode_ele... |
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getMLModelId ( ) != null ) loc0 . append ( "srini_string" + getMLModelId ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; } | returns a string representation of this object ; useful for testing and debugging . concode_field_sep String mLModelId concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep UpdateMLModelResult clone concode_elem_sep void setMLModelId concode_elem_sep String getMLModelId concode_elem_sep Update... |
void function ( ) { if ( mc != null ) { mc . closeHandle ( this ) ; mc = null ; } } | close concode_field_sep HelloWorldManagedConnectionFactory mcf concode_elem_sep HelloWorldManagedConnection mc concode_elem_sep Logger log concode_field_sep void setManagedConnection concode_elem_sep String helloWorld concode_elem_sep String helloWorld |
boolean function ( ) { return ha ; } | will the verticle s be deployed as ha highly available ? concode_field_sep int DEFAULT_INSTANCES concode_elem_sep boolean DEFAULT_HA concode_elem_sep String workerPoolName concode_elem_sep int instances concode_elem_sep List<String> extraClasspath concode_elem_sep boolean DEFAULT_MULTI_THREADED concode_elem_sep long ma... |
int function ( int arg0 ) { return ref . ints [ arg0 ] ; } | return the int at the given offset . concode_field_sep IntsRef ref concode_field_sep void grow concode_elem_sep void setIntAt concode_elem_sep int length concode_elem_sep void clear concode_elem_sep void copyInts concode_elem_sep void copyInts concode_elem_sep IntsRef toIntsRef concode_elem_sep void setLength concode_e... |
void function ( List < ? extends BaseObject > arg0 ) { Collections . sort ( arg0 , new ComparatorByLocalizedName ( ) ) ; } | a useful routine for sorting any db entity object in global openelis by it 's localized name . if it starts with a number , sort by that `` 2 '' comes after `` 1 '' , not after `` 10 '' . try not to do this too often , since your are looking at strings from the resource file , but if you need a list for a ui or a repor... |
int function ( ) { return receivedByteCount ; } | monitor the number of bytes in loconet messaages received across the interface . this includes the messages this client has sent . concode_field_sep int receivedMsgCount concode_elem_sep int receivedByteCount concode_elem_sep LnTrafficController self concode_elem_sep Vector<LocoNetListener> listeners concode_elem_sep i... |
HalfEdge function ( ) { return prev ; } | gets the value of the previous edge adjacent clockwise to this one within the triangle . concode_field_sep HalfEdge next concode_elem_sep Face face concode_elem_sep Vertex vertex concode_elem_sep HalfEdge prev concode_elem_sep HalfEdge opposite concode_field_sep Vertex head concode_elem_sep double lengthSquared concode... |
IWorkbenchPartSite function ( ) { return activeWorkbenchPartSite ; } | returns the workbench part site of the part that must be active for this request to be considered . concode_field_sep IHandler handler concode_elem_sep IWorkbenchPartSite activeWorkbenchPartSite concode_elem_sep String string concode_elem_sep Priority priority concode_elem_sep String activePartId concode_elem_sep Shell... |
void function ( long arg0 ) { _edFunctionDepartmentLocalService . deleteEDFunctionDepartment ( arg0 ) ; } | deletes the e d function department with the primary key from the database . also notifies the appropriate model listeners . concode_field_sep EDFunctionDepartmentLocalService _edFunctionDepartmentLocalService concode_field_sep com.vportal.portlet.edirectory.model.EDFunctionDepartment getEDFunctionDepartment concode_el... |
void function ( AttributedDateTime arg0 ) { this . created = arg0 ; } | sets the value of the created property . concode_field_sep AttributedDateTime expires concode_elem_sep AttributedDateTime created concode_field_sep void setExpires concode_elem_sep AttributedDateTime getCreated concode_elem_sep AttributedDateTime getExpires |
long function ( ) { long loc0 = - 1L ; if ( mLastStatusRefresh > 0L ) { loc0 = mLastKnownElapsed + new Date ( ) . getTime ( ) - mLastStatusRefresh ; } return loc0 ; } | android 's callback that queries us for the elapsed time . here , we are guessing the elapsed time using the last time we updated the elapsed time and its value at the time . concode_field_sep long mLastKnownElapsed concode_elem_sep long mLastStatusRefresh concode_elem_sep String TAG concode_elem_sep RemoteControlClien... |
GeolocationContextMapping . Builder function ( String arg0 ) { return new GeolocationContextMapping . Builder ( arg0 ) ; } | create a new geolocationcontextmapping concode_field_sep String name concode_field_sep CategoryContextMapping.Builder reference concode_elem_sep CategoryContextMapping.Builder reference concode_elem_sep SortedMap<String,ContextMapping> loadMappings concode_elem_sep ContextMapping loadMapping concode_elem_sep E build co... |
JAXBElement < String > function ( String arg0 ) { return new JAXBElement < String > ( _GetOpenstackFloatingIpRespLongMessage_QNAME , String . class , AddOpenstackFloatingIpResp . class , arg0 ) ; } | create an instance of jaxbelement concode_field_sep QName _GetOpenstackFlavorRespId_QNAME concode_elem_sep QName _RulesIpProtocol_QNAME concode_elem_sep QName _AddOpenstackFloatingIpRespFloatingIp_QNAME concode_elem_sep QName _AllocateOpenstackFloatingIpRespFloatingIP_QNAME concode_elem_sep QName _GetOpenstackImageDeta... |
ByteBufferAllocator function ( ) { return new HeapByteBufferAllocator ( ) ; } | creates an instance of heapbytebufferallocator to be usedby http connections for allocating java.nio.bytebuffer objects . this method can be overridden in a super class in order to provide a different implementation of the bytebufferallocator interface . concode_field_sep NHttpClientHandler handler concode_elem_sep Byt... |
String function ( ) { return arcrole ; } | gets the value of the arcrole property . concode_field_sep String role concode_elem_sep MDMetadataExtensionInformationType mdMetadataExtensionInformation 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 conc... |
String function ( StudySpace arg0 , Interviewer arg1 ) { return arg0 . addInterviewer ( arg1 ) ; } | add a new interviewer by creating a new record in the interviewer table . concode_field_sep InterviewManager interviewManager concode_elem_sep Logger LOGGER concode_field_sep String saveProfile concode_elem_sep InterviewManager getInstance concode_elem_sep Interviewer getInterviewer concode_elem_sep String getNewId |
void function ( String arg0 ) { sIsPresent = arg0 ; } | setispresent . concode_field_sep boolean hellbent concode_elem_sep String svarToCheck concode_elem_sep String svarOperator concode_elem_sep boolean bAnyPlayer concode_elem_sep String presentDefined concode_elem_sep String sIsPresent concode_elem_sep int nCardsInHand concode_elem_sep String lifeTotal concode_elem_sep bo... |
com . liferay . portal . kernel . model . Phone function ( long arg0 ) { return _phoneLocalService . createPhone ( arg0 ) ; } | creates a new phone with the primary key . does not add the phone to the database . concode_field_sep PhoneLocalService _phoneLocalService concode_field_sep com.liferay.portal.kernel.model.Phone getPhone concode_elem_sep com.liferay.portal.kernel.model.Phone getPhoneByUuidAndCompanyId concode_elem_sep java.lang.String ... |
void function ( PublicKey arg0 , String arg1 , String arg2 ) { getCriptoFile ( arg0 , arg1 , arg2 , "srini_string" , false ) ; } | criptografa um arquivo usando o algoritmo rsa . concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] descriptografaDes concode_elem_sep void descriptografaDes concode_elem_sep byte[] descriptografaRsa concode_elem_sep void descriptografaRsa concode_elem_sep void getCriptoFile concode_elem_sep String toHex... |
double function ( int arg0 , int arg1 ) { double loc0 = 1 - 1.0 / arg1 ; double loc1 = 1 ; for ( int loc2 = 0 ; loc2 < arg0 ; loc2 ++ ) { loc1 *= loc0 ; } loc0 = arg0 - arg1 + arg1 * loc1 ; return loc0 ; } | creates a hash table and stores a certain number of simpleboards in it . the number is 100 by default , but you can specify any number at the command line . for example : java homework6test 12000 concode_field_sep PlaceHolder placeHolder concode_field_sep SimpleBoard randomBoard concode_elem_sep void main concode_elem_... |
void function ( XmlPayloadConverter arg0 ) { this . converter = arg0 ; } | specify the converter used to convert payloads prior to xpath testing . concode_field_sep XmlPayloadConverter converter concode_elem_sep XPathExpression xPathExpresion concode_field_sep XPathExpression getXPathExpresion concode_elem_sep XmlPayloadConverter getConverter |
int function ( final Method arg0 , final Method arg1 , final Class < ? > [ ] arg2 ) { return compareParameterTypes ( Executable . of ( arg0 ) , Executable . of ( arg1 ) , arg2 ) ; } | compares the relative fitness of two methods in terms of how well they match a set of runtime parameter types , such that a list ordered by the results of the comparison would return the best match first least . concode_field_sep Class<?>[] ORDERED_PRIMITIVE_TYPES concode_elem_sep Class<?>[] parameterTypes concode_elem... |
void function ( boolean arg0 ) { this . contextRelative = arg0 ; } | if true , causes any redirection urls to be calculated minus the protocol and context path defaults to false . concode_field_sep boolean contextRelative concode_elem_sep Log logger concode_field_sep String calculateRedirectUrl concode_elem_sep void sendRedirect |
double function ( ) { return longitude ; } | returns the specified longitude . concode_field_sep boolean valid concode_elem_sep String CONFIG_KEY_LONGITUDE concode_elem_sep String CONFIG_KEY_INTERVAL concode_elem_sep double latitude concode_elem_sep int interval concode_elem_sep String CONFIG_KEY_LATITUDE concode_elem_sep double longitude concode_field_sep Intege... |
org . apache . axis . encoding . Deserializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanDeserializer ( arg1 , arg2 , typeDesc ) ; } | get custom deserializer concode_field_sep java.lang.Long adxBuyerNetworkId concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.google.api.ads.dfp.axis.v201405.BuyerPlatform buyerPlatform concode_elem_s... |
boolean function ( CnATreeElement arg0 ) { if ( ! arg0 . equals ( initiator ) ) { return false ; } visited = new HashSet < CnATreeElement > ( ) ; initiator = null ; aborted = false ; return true ; } | reset this transaction , only the initiator can do this . concode_field_sep Set<CnATreeElement> visited concode_elem_sep boolean aborted concode_elem_sep Object initiator concode_elem_sep Object loopObject concode_elem_sep boolean loopDetected concode_field_sep boolean hasLooped concode_elem_sep boolean isInitiator con... |
void function ( Long arg0 ) { this . oid = arg0 ; } | sets the value of the oid property . concode_field_sep Integer index concode_elem_sep String attributeName concode_elem_sep Long oid concode_elem_sep Long value concode_elem_sep Long tid concode_field_sep Long getTid concode_elem_sep void setAttributeName concode_elem_sep Long getValue concode_elem_sep Integer getIndex... |
void function ( String arg0 ) { this . mLModelId = arg0 ; } | the id assigned to the mlmodel during creation . this value should be identical to the value of the mlmodelid in the request . concode_field_sep String mLModelId concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep UpdateMLModelResult clone concode_elem_sep String toString concode_elem_sep St... |
java . lang . Long function ( ) { return feedId ; } | gets the feedid value for this feedchangedata . concode_field_sep long[] removedFeedItems concode_elem_sep com.google.api.ads.adwords.axis.v201502.ch.ChangeStatus feedChangeStatus concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Long feedId concode_elem_sep long[] changedFeedIte... |
void function ( String arg0 ) { this . remarks = arg0 == null ? null : arg0 . trim ( ) ; } | this method was generated by mybatis generator . this method sets the value of the database column boss_audit_log . remarks concode_field_sep String auditLogId concode_elem_sep String roleCode concode_elem_sep String description concode_elem_sep Integer userType concode_elem_sep long serialVersionUID concode_elem_sep S... |
Item function ( int arg0 ) { if ( isEmpty ( ) ) throw new NoSuchElementException ( "srini_string" ) ; if ( arg0 > size ( ) ) throw new NoSuchElementException ( "srini_string" ) ; Node loc0 = first ; int loc1 = 0 ; while ( loc0 != null ) { if ( loc1 ++ == arg0 ) { return loc0 . item ; } loc0 = loc0 . next ; } return nul... | get a numbered item from list . concode_field_sep Node next concode_elem_sep Item item concode_elem_sep Node last concode_elem_sep long serialVersionUID concode_elem_sep int count concode_elem_sep long serialVersionUID concode_elem_sep Node first concode_field_sep void addLast concode_elem_sep int compare concode_elem_... |
void function ( OutputStream arg0 , ObjectReferenceTemplate [ ] arg1 ) { arg0 . write_long ( arg1 . length ) ; for ( int loc0 = 0 ; loc0 < arg1 . length ; loc0 ++ ) ObjectReferenceTemplateHelper . write ( arg0 , arg1 [ loc0 ] ) ; } | writes the objectreferencetemplate into the given stream . concode_field_sep PlaceHolder placeHolder concode_field_sep ObjectReferenceTemplate[] extract concode_elem_sep ObjectReferenceTemplate[] read concode_elem_sep void insert concode_elem_sep String id concode_elem_sep TypeCode type |
void function ( byte [ ] arg0 ) { } | called when this object attempts to authenticate a client and the authentication request fails because the response digest in the authentication response header was wrong . if this method is not implemented by the class that extends this class , this method will do nothing . concode_field_sep long mConnectionId concode... |
void function ( String arg0 ) { this . targetBeanName = arg0 ; } | set the name of the bean to locate the method on.this property is required . concode_field_sep String targetBeanName concode_elem_sep Method method concode_elem_sep String methodName concode_field_sep Method getObject concode_elem_sep void setMethodName concode_elem_sep Class<Method> getObjectType concode_elem_sep bool... |
void function ( ToolEvent arg0 ) { } | invoked if a tool was disabled the method does nothing . concode_field_sep PlaceHolder placeHolder concode_field_sep void toolActivated concode_elem_sep void toolCanceled concode_elem_sep void toolEnabled concode_elem_sep void toolDeactivated concode_elem_sep void toolFinished |
void function ( ) { } | instructs the part to grab keyboard focus . concode_field_sep boolean dirty concode_elem_sep IManagedForm managedForm concode_elem_sep boolean stale concode_field_sep boolean setFormInput concode_elem_sep boolean isDirty concode_elem_sep void markDirty concode_elem_sep void markStale concode_elem_sep void commit concod... |
String function ( ) { return m_alias ; } | retrieve the alias for this field . concode_field_sep String m_alias concode_elem_sep CustomFieldContainer m_parent concode_elem_sep FieldType m_field concode_elem_sep GraphicalIndicator m_indicator concode_elem_sep CustomFieldLookupTable m_table concode_field_sep GraphicalIndicator getGraphicalIndicator concode_elem_s... |
long function ( int arg0 ) { if ( arg0 < 0 ) { return 2 * ( ( long ) Integer . MAX_VALUE ) + 2 + arg0 ; } else { return arg0 ; } } | assumes a negative integer really is a positive integer that has wrapped around and re-creates the original value . concode_field_sep byte[] DOS_TIME_MIN concode_field_sep boolean supportsMethodOf concode_elem_sep void setNameAndCommentFromExtraFields concode_elem_sep String getUnicodeStringIfOriginalMatches concode_el... |
void function ( Object arg0 ) { this . sourcePosition = arg0 ; } | sets position within source object . ex : line number for text files . concode_field_sep VObject targetObject concode_elem_sep String TYPE_WARN concode_elem_sep int SIGN_ERROR concode_elem_sep int SIGN_HIDDEN concode_elem_sep Object sourcePosition concode_elem_sep VObject sourceObject concode_elem_sep String TYPE_INFO ... |
Logger function ( ) { return null ; } | note : jdk7 + new feature concode_field_sep PlaceHolder placeHolder concode_field_sep Connection getConnection concode_elem_sep Connection getConnection concode_elem_sep void setLogWriter concode_elem_sep void setLoginTimeout concode_elem_sep boolean isWrapperFor concode_elem_sep int getLoginTimeout concode_elem_sep Pr... |
Rfc822Token [ ] function ( CharSequence arg0 ) { ArrayList < Rfc822Token > loc0 = new ArrayList < Rfc822Token > ( ) ; tokenize ( arg0 , loc0 ) ; return loc0 . toArray ( new Rfc822Token [ loc0 . size ( ) ] ) ; } | this method will try to take a string like `` foo bar something < foo \ @google . com > , blah \ @google . com something '' and convert it into one or more rfc822tokens . it does not decode mime encoded-words ; charset conversion must already have taken place if necessary . it will try to be tolerant of broken syntax i... |
void function ( String arg0 , TrieNode arg1 ) { synchronized ( children ) { if ( children . containsKey ( arg0 ) ) { return ; } children . put ( arg0 , arg1 ) ; } } | add a child to the existing node concode_field_sep HashMap<String,TrieNode> children concode_elem_sep TrieNode parent concode_elem_sep boolean property concode_elem_sep Logger LOG concode_elem_sep TrieNode rootNode concode_field_sep String[] getChildren concode_elem_sep TrieNode getParent concode_elem_sep boolean getPr... |
AnimationDefinition function ( String arg0 ) { return anims ( ) . get ( arg0 ) ; } | finds and returns an animation definition . throws a null pointer exception if not found . concode_field_sep String id concode_elem_sep Class<? extends Definition> clazz concode_elem_sep ObjectMap<String,Definition> definitions concode_field_sep EnemyGroupDefinition enemyGroup concode_elem_sep FlagDefinition flag conco... |
void function ( String arg0 , String arg1 ) { top . add ( new NSDecl ( arg0 , arg1 ) ) ; } | add a new declaration to the current scope . this is visible within the current scope as well as from any nested scopes . concode_field_sep String NS_PREFIX_PREFIX concode_elem_sep List<List<NSDecl>> stack concode_elem_sep List<NSDecl> top concode_elem_sep int size concode_elem_sep int nsPrefixCount concode_field_sep v... |
String function ( ) { return url ; } | synonym for geturl . concode_field_sep String description concode_elem_sep String dataSourceName concode_elem_sep String password concode_elem_sep String serverName concode_elem_sep int loginTimeout concode_elem_sep String user concode_elem_sep String networkProtocol concode_elem_sep PrintWriter logWriter concode_elem_... |
void function ( Object arg0 ) { if ( myHost != null ) { myHost . returnData ( arg0 ) ; } } | used to communicate a return object from a plugin tool to the main whitebox user-interface . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep int previousProgress concode_elem_sep boolean amIActive... |
ReadaheadPool function ( ) { synchronized ( ReadaheadPool . class ) { if ( instance == null && NativeIO . isAvailable ( ) ) { instance = new ReadaheadPool ( ) ; } return instance ; } } | return the singleton instance for the current process . concode_field_sep int POOL_SIZE concode_elem_sep String identifier concode_elem_sep Log LOG concode_elem_sep ReadaheadPool instance concode_elem_sep long len concode_elem_sep int MAX_POOL_SIZE concode_elem_sep ThreadPoolExecutor pool concode_elem_sep int CAPACITY ... |
void function ( final String arg0 , final String arg1 ) { addValue ( new ParamId ( arg0 ) , arg1 , GroupId . EMPTY ) ; } | add a value for the param . concode_field_sep String lsid concode_elem_sep Map<ParamId,Param> params concode_field_sep Param getParam concode_elem_sep Param getParam concode_elem_sep void setBaseGpHref concode_elem_sep String getBaseGpHref concode_elem_sep int getNumBatchJobs concode_elem_sep void setLsid concode_elem_... |
int function ( ) { return this . numberOfColumns ; } | get the number of column of current board concode_field_sep int DEFAULT_NUMBER_OF_COLUMNS concode_elem_sep int numberOfLines concode_elem_sep int numberOfColumns concode_elem_sep int DEFAULT_NUMBER_OF_LINES concode_elem_sep Square[][] board concode_field_sep void changeSelectedSquare concode_elem_sep int getNumberOfLin... |
int function ( ) { return code ; } | used by json serializer . concode_field_sep int code concode_elem_sep Map<String,String> errors concode_elem_sep String message concode_elem_sep Response.Status status concode_field_sep String getMessage concode_elem_sep Response.Status getStatus concode_elem_sep Map<String,String> getErrors concode_elem_sep WellCompos... |
Builder function ( boolean arg0 ) { dryRun = arg0 ; return this ; } | sets the dryrun property default value is @literal false . concode_field_sep Integer timeToLive concode_elem_sep String restrictedPackageName concode_elem_sep Boolean dryRun concode_elem_sep Map<String,String> data concode_elem_sep String collapseKey concode_elem_sep Boolean delayWhileIdle concode_field_sep String getC... |
void function ( String arg0 ) { this . loadLanguage ( arg0 , this . defaultLocaleName ) ; } | loads a new language . if language is either null or empty , or if it is already loaded , the method will return without executing any code . the language file will be merged with the default board language concode_field_sep Properties localeNames concode_elem_sep Map<String,Properties> messages concode_elem_sep String... |
void function ( File arg0 , ZipOutputStream arg1 ) { arg1 . putNextEntry ( new ZipEntry ( arg0 . getName ( ) ) ) ; BufferedInputStream loc0 = new BufferedInputStream ( new FileInputStream ( arg0 ) ) ; byte [ ] loc1 = new byte [ BUFFER_SIZE ] ; int loc2 = 0 ; while ( ( loc2 = loc0 . loc2 ( loc1 ) ) != - 1 ) { arg1 . wri... | adds a file to the current zip output stream concode_field_sep int BUFFER_SIZE concode_field_sep void addFolderToZip concode_elem_sep void compressFiles |
Comparable < C > function ( ) { return upper ; } | returns the upper end point of the interval . concode_field_sep Comparable<C> upper concode_elem_sep boolean upperInclusive concode_elem_sep Comparable<C> lower concode_elem_sep boolean lowerInclusive concode_field_sep void setUpperExclusive concode_elem_sep Comparable<C> getLower concode_elem_sep void setUpperInclusiv... |
void function ( ) { System . out . println ( "srini_string" ) ; float loc0 = 360 ; float loc1 = instance . getTotal ( ) ; assertEquals ( loc0 , loc1 , 0.0 ) ; } | test of gettotal method , of class promocion . concode_field_sep Map<String,Integer> servicios concode_elem_sep Date fecha concode_elem_sep float total concode_elem_sep Promocion instance concode_elem_sep HashMap<DTMinServicio,Integer> set concode_elem_sep Proveedor proveedor concode_field_sep void testGetNicknameProve... |
void function ( boolean arg0 ) { this . preventDefault = arg0 ; } | set preventdefault explicitly . event.preventdefault will also be called , if the handling-method is canceled for the event . concode_field_sep boolean preventDefault concode_elem_sep boolean stopPropagation concode_field_sep void init concode_elem_sep void setStopPropagation concode_elem_sep void onClickMove |
int function ( int arg0 , int arg1 ) { return 37 * arg0 + arg1 ; } | returns a hash value based on a seed value and the value of an int primitive . concode_field_sep PlaceHolder placeHolder concode_field_sep int hashCodeForDoubleArray concode_elem_sep int hashCodeForPaint |
void function ( ) { } | this method resets the outgoing events . concode_field_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep void reactMain_region_A concode_elem_sep void init concode_elem_sep void exit concode_elem_sep void exitAction concode_elem_sep boolean isStateActive concode_elem_sep void clearEvents con... |
MimeMappings function ( ) { return this . mimeMappings ; } | returns the mime-type mappings . concode_field_sep boolean persistSession concode_elem_sep InetAddress address concode_elem_sep String contextPath concode_elem_sep String displayName concode_elem_sep MimeMappings mimeMappings concode_elem_sep int port concode_elem_sep Ssl ssl concode_elem_sep String serverHeader concod... |
void function ( BigInteger arg0 ) { this . maximumNumberOfSubscribers = arg0 ; } | sets the value of the maximumnumberofsubscribers property . concode_field_sep String pricePlanDescription concode_elem_sep BigInteger maximumNumberOfSubscribers concode_elem_sep String pricePlanCode concode_elem_sep long serialVersionUID concode_elem_sep BigInteger minimumNumberOfsubscribers concode_elem_sep List<Accou... |
boolean function ( ) { int loc0 = 0 ; for ( int loc1 = 1 ; loc1 <= n ; ++ loc1 ) if ( getHead ( loc1 ) == 0 ) loc0 = loc0 + 1 ; return ( loc0 == 1 ) ; } | check if this parse has only one root . concode_field_sep List<Integer> head concode_elem_sep List<String> label concode_elem_sep int counter concode_elem_sep int n concode_field_sep void add concode_elem_sep boolean equal concode_elem_sep boolean isTree concode_elem_sep void print concode_elem_sep void set concode_ele... |
int function ( ) { return backupCount ; } | returns the number of synchronous backups . concode_field_sep int initialPermits concode_elem_sep int DEFAULT_ASYNC_BACKUP_COUNT concode_elem_sep int asyncBackupCount concode_elem_sep int DEFAULT_SYNC_BACKUP_COUNT concode_elem_sep String name concode_elem_sep SemaphoreConfigReadOnly readOnly concode_elem_sep int backup... |
boolean function ( String arg0 , String arg1 , CallbackContext arg2 ) { JSONArray loc0 = new JSONArray ( arg1 ) ; return execute ( arg0 , loc0 , arg2 ) ; } | executes the request . this method is called from the webview thread . to do a non-trivial amount of work , use : cordova.getthreadpool . execute runnable ; to run on the ui thread , use : cordova.getactivity . runonuithread runnable ; concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface c... |
File function ( File arg0 , String arg1 ) { FileWriter loc0 = new FileWriter ( arg0 ) ; try { loc0 . append ( arg1 ) ; } finally { loc0 . close ( ) ; } return arg0 ; } | appends the given data to the file specified in the input and returns the reference to the file . concode_field_sep int ASCII_LOW concode_elem_sep int ASCII_HIGH concode_elem_sep Random rand concode_elem_sep int modulo concode_field_sep byte[] fillRandomAscii concode_elem_sep File generateRandomAsciiFile concode_elem_s... |
void function ( String arg0 , HttpSession arg1 , Authentication arg2 ) { applicationEventPublisher . publishEvent ( new SessionFixationProtectionEvent ( arg2 , arg0 , arg1 . getId ( ) ) ) ; } | called when the session has been changed and the old attributes have been migrated to the new session . only called if a session existed to start with . allows subclasses to plug in additional behaviour . the default implementation of this method publishes a sessionfixationprotectionevent to notify the application that... |
Object function ( ) { return this . value ; } | return the pojo that needs to be serialized . concode_field_sep String jsonpFunction concode_elem_sep Class<?> serializationView concode_elem_sep FilterProvider filters concode_elem_sep Object value concode_field_sep void setFilters concode_elem_sep void setValue concode_elem_sep FilterProvider getFilters concode_elem_... |
int function ( ) { return this . pageSize ; } | return the current page size . concode_field_sep Date refreshDate concode_elem_sep int page concode_elem_sep SortDefinition sortUsed concode_elem_sep int DEFAULT_MAX_LINKED_PAGES concode_elem_sep List<E> source concode_elem_sep SortDefinition sort concode_elem_sep int maxLinkedPages concode_elem_sep boolean newPageSet ... |
Joiner function ( ) { return new Joiner ( "srini_string" ) ; } | returns a joiner which automatically places separator between consecutive elements . concode_field_sep String keyValueSeparator concode_elem_sep Joiner joiner concode_elem_sep String separator concode_field_sep MapJoiner withKeyValueSeparator concode_elem_sep A appendTo concode_elem_sep StringBuilder appendTo concode_e... |
String function ( ) { return name ; } | gets the name of the attribute extracted by the extractor . concode_field_sep Pattern NAME_PATTERN concode_elem_sep String name concode_elem_sep String extractor concode_elem_sep MapAttributeConfigReadOnly readOnly concode_field_sep MapAttributeConfig setName concode_elem_sep String getExtractor concode_elem_sep void c... |
Collection < Ticket > function ( final Collection < Ticket > arg0 ) { if ( this . cipherExecutor == null ) { logger . trace ( MESSAGE ) ; return arg0 ; } return arg0 . stream ( ) . map ( this :: decodeTicket ) . collect ( Collectors . toSet ( ) ) ; } | decode tickets . concode_field_sep Scheduler scheduler concode_elem_sep Logger logger concode_elem_sep int refreshInterval concode_elem_sep String MESSAGE concode_elem_sep int startDelay concode_elem_sep CipherExecutor<byte[],byte[]> cipherExecutor concode_elem_sep LogoutManager logoutManager concode_elem_sep boolean c... |
void function ( String arg0 , CompilerOptions arg1 , String arg2 , String arg3 , String arg4 ) { List < SourceFile > loc0 = ImmutableList . of ( readSource ( arg2 ) , readSource ( arg3 ) ) ; List < SourceFile > loc1 = ImmutableList . of ( SourceFile . fromFile ( toFullPath ( arg4 ) ) ) ; compileAndCompare ( arg0 , arg1... | compile two input files and throw if the result does not match golden . pass options from this class , mutated with desired options concode_field_sep String DATA_DIR concode_field_sep boolean compare concode_elem_sep String compile concode_elem_sep String readFile concode_elem_sep CompilerOptions options concode_elem_s... |
int function ( ) { return indexInContent ; } | get the 0-based index of this position in the content character array . concode_field_sep int line concode_elem_sep int indexInContent concode_elem_sep int column concode_elem_sep Position EMPTY_CONTENT_POSITION concode_field_sep Position add concode_elem_sep int line concode_elem_sep int hashCode concode_elem_sep int ... |
void function ( long arg0 ) { this . identifier = arg0 ; } | to set id . concode_field_sep long identifier concode_elem_sep String workflowName concode_elem_sep String userName concode_elem_sep BigInteger totalNumberPages concode_elem_sep Set<ManualStepsData> users concode_elem_sep BigInteger duration concode_elem_sep String batchInstanceId concode_elem_sep String processId conc... |
org . apache . axis . encoding . Deserializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanDeserializer ( arg1 , arg2 , typeDesc ) ; } | get custom deserializer concode_field_sep long renderingId concode_elem_sep long renderingVersion concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep long creativeId concode_field_sep org.apache.axis.descr... |
Iterator < Block > function ( ) { return getBlockReportIterator ( ) ; } | returns an iterator over blocks in the block report . concode_field_sep int LONGS_PER_FINALIZED_BLOCK concode_elem_sep int LONGS_PER_UC_BLOCK concode_elem_sep long[] blockList concode_elem_sep ReplicaState currentReplicaState concode_elem_sep int HEADER_SIZE concode_elem_sep int currentBlockIndex concode_elem_sep Block... |
boolean function ( ) { return this . pos < this . len ; } | are there any characters left to parse ? concode_field_sep int pos concode_elem_sep int len concode_elem_sep boolean lowerCaseNames concode_elem_sep int i1 concode_elem_sep int i2 concode_elem_sep char[] chars concode_field_sep void setLowerCaseNames concode_elem_sep String getToken concode_elem_sep String parseQuotedT... |
Bitmap function ( Uri arg0 ) { InputStream loc0 = context . getContentResolver ( ) . openInputStream ( arg0 ) ; return BitmapFactory . decodeStream ( loc0 ) ; } | convert uri to bitmap . concode_field_sep String DEFAULT_SOUND concode_elem_sep String STORAGE_FOLDER concode_elem_sep Context context concode_field_sep void copyFile concode_elem_sep Uri getUriForResourcePath concode_elem_sep Uri getUriFromAsset concode_elem_sep String getBaseName concode_elem_sep Uri parse concode_el... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.