code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
void function ( boolean arg0 ) { _country . setActive ( arg0 ) ; } | sets whether this country is active . concode_field_sep Country _country concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getNameCurrentValue concode_elem_sep java.lang.String getName con... |
String [ ] function ( String arg0 ) { return m_req . getParameterValues ( arg0 ) ; } | get a string multi-valued parameter by name . concode_field_sep HttpServletRequest m_req concode_field_sep int getInt concode_elem_sep int getInt concode_elem_sep Properties getProperties concode_elem_sep String get concode_elem_sep String getCleanString concode_elem_sep String getPath concode_elem_sep boolean getBoole... |
void function ( FacesContext arg0 , UIComponent arg1 , Object arg2 ) { String loc0 = ( String ) arg2 ; if ( loc0 . indexOf ( '@' ) == - 1 ) { ( ( UIInput ) arg1 ) . setValid ( false ) ; FacesMessage loc1 = new FacesMessage ( "srini_string" ) ; arg0 . addMessage ( arg1 . getClientId ( arg0 ) , loc1 ) ; } } | method to validate the email field concode_field_sep String phoneNumber concode_elem_sep long age concode_elem_sep String displayName concode_elem_sep String name concode_elem_sep long displayAge concode_elem_sep String displayPhoneNumber concode_elem_sep String email concode_elem_sep String displayEmail concode_field_... |
void function ( LoginContext arg0 ) { this . login = arg0 ; } | set the login object concode_field_sep long lastLogin concode_elem_sep LoginContext login concode_elem_sep String fullName concode_elem_sep AuthenticationMethod authMethod concode_elem_sep String shortName concode_field_sep void setAuthenticationMethod concode_elem_sep LoginContext getLogin concode_elem_sep void setLas... |
int function ( int arg0 , int arg1 ) { int loc0 = arg1 ; for ( int loc1 = ackArray . length - 1 ; loc1 >= arg0 ; loc1 -- ) { if ( ackArray [ loc1 ] ) { loc0 = loc1 ; break ; } } return loc0 + 1 ; } | return the last true in the ack array concode_field_sep String fileName concode_elem_sep DatagramPacket requestPacket concode_elem_sep int cwnd concode_elem_sep ArrayList<Boolean> timeoutList concode_elem_sep int slowStart concode_elem_sep int start concode_elem_sep int index concode_elem_sep boolean[] ackArray concode... |
boolean function ( final Object arg0 ) { return this . parameters . containsKey ( arg0 ) ; } | checks for existence of key in parameter set . concode_field_sep Object[] EMPTY_ARRAY concode_elem_sep Map<Object,List<Object>> parameters concode_field_sep Object[] getKeyValues concode_elem_sep void set concode_elem_sep List<Traversal.Admin<S,E>> getTraversals concode_elem_sep void rename concode_elem_sep int hashCod... |
void function ( CountryTextCodeType arg0 ) { this . country = arg0 ; } | sets the value of the country property . concode_field_sep CountryTextCodeType country concode_elem_sep RichTextTagType additionalInformation concode_elem_sep String erasmusID concode_elem_sep ContactInformationType contactInformation concode_elem_sep String nationalID concode_elem_sep String name concode_elem_sep Inst... |
ResourceID function ( ) { return allocatedSlot . getTaskManagerLocation ( ) . getResourceID ( ) ; } | gets the id of the taskmanager that offers this slot . concode_field_sep SlotOwner owner concode_elem_sep SharedSlot parent concode_elem_sep int status concode_elem_sep int CANCELLED concode_elem_sep AbstractID groupID concode_elem_sep int slotNumber concode_elem_sep AllocationID NO_ALLOCATION_ID concode_elem_sep Atomi... |
String function ( final String arg0 , final String arg1 ) { if ( arg1 == null ) { return arg0 ; } if ( arg0 == null ) { return arg1 ; } ensureSameDomains ( arg0 , arg1 ) ; return arg0 ; } | returns security domain value . this method checks domain is the same for every ejb 3 endpoint . concode_field_sep PlaceHolder placeHolder concode_field_sep List<EJBEndpoint> getEjbEndpoints concode_elem_sep String getTransportGuarantee concode_elem_sep String getSecurityDomain concode_elem_sep String getAuthMethod con... |
MutablePropertySources function ( ) { return this . propertySources ; } | return the mutablepropertysources being loaded . concode_field_sep List<PropertySourceLoader> loaders concode_elem_sep Log logger concode_elem_sep MutablePropertySources propertySources concode_field_sep boolean canLoadFileExtension concode_elem_sep PropertySource<?> load concode_elem_sep PropertySource<?> load concode... |
URL function ( String arg0 ) { URL loc0 = Resources . class . getResource ( arg0 ) ; return loc0 ; } | return the url of the filename under the resources directory concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder |
void function ( String arg0 ) { this . tempStyle = arg0 ; } | sets the current style of the application to one of the predetermined themes . concode_field_sep String tempStyle concode_elem_sep String imageDirPath concode_elem_sep ArrayList styleList concode_elem_sep String cssPath concode_elem_sep String XP concode_elem_sep String currentStyle concode_elem_sep String RIME concode... |
void function ( String arg0 ) { this . arcrole = arg0 ; } | sets the value of the arcrole property . concode_field_sep JAXBElement<? extends AbstractCRSType> abstractCRS 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_sep St... |
JAXBElement < RatePlan > function ( RatePlan arg0 ) { return new JAXBElement < RatePlan > ( _RatePlan_QNAME , RatePlan . class , null , arg0 ) ; } | create an instance of jaxbelement concode_field_sep QName _RatePlan_QNAME concode_elem_sep QName _GetProductCategoriesRequest_QNAME concode_elem_sep QName _Device_QNAME concode_elem_sep QName _GetProductCategoriesResponse_QNAME concode_elem_sep QName _Accessory_QNAME concode_elem_sep QName _GetProductDetailsRequest_QNA... |
JsonObject function ( ) { return fields ; } | get the fields concode_field_sep int DEFAULT_LIMIT concode_elem_sep int limit concode_elem_sep int DEFAULT_SKIP concode_elem_sep int skip concode_elem_sep JsonObject sort concode_elem_sep JsonObject fields concode_field_sep FindOptions setSort concode_elem_sep int getSkip concode_elem_sep JsonObject getSort concode_ele... |
com . liferay . portal . kernel . model . ListType function ( long arg0 ) { return _listTypeLocalService . getListType ( arg0 ) ; } | returns the list type with the primary key . concode_field_sep ListTypeLocalService _listTypeLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_elem_s... |
void function ( Boolean arg0 ) { this . required = arg0 ; } | sets the value of the required property . concode_field_sep String _default concode_elem_sep Link link concode_elem_sep Map<QName,String> otherAttributes concode_elem_sep QName type concode_elem_sep List<Object> any concode_elem_sep Boolean required concode_elem_sep String path concode_elem_sep Boolean repeating concod... |
DownscaleQuality function ( String arg0 ) { init ( ) ; if ( constList . containsKey ( arg0 ) ) { throw new RuntimeException ( "srini_string" + arg0 + "srini_string" ) ; } DownscaleQuality loc0 = new DownscaleQuality ( arg0 ) ; constList . put ( arg0 , loc0 ) ; return loc0 ; } | create and add constant instance concode_field_sep DownscaleQuality AREA concode_elem_sep DownscaleQuality HIGH_QUALITY concode_elem_sep Map constList concode_elem_sep String type concode_elem_sep DownscaleQuality FAST concode_elem_sep DownscaleQuality LOW_QUALITY concode_field_sep void init concode_elem_sep String asS... |
PDFCMap function ( PDFObject arg0 ) { if ( arg0 . getType ( ) == PDFObject . NAME ) { return getCMap ( arg0 . getStringValue ( ) ) ; } else if ( arg0 . getType ( ) == PDFObject . STREAM ) { return parseCMap ( arg0 ) ; } else { throw new IOException ( "srini_string" ) ; } } | get a cmap , given a pdf object containing one of the following : a string name of a known cmap a stream containing a cmap definition concode_field_sep HashMap<String,PDFCMap> cache concode_field_sep int getFontID concode_elem_sep PDFCMap parseCMap concode_elem_sep void populateCache concode_elem_sep char map |
void function ( Throwable arg0 , String arg1 ) { logger . log ( SEVERE , arg1 , arg0 ) ; } | logs a message at error level . concode_field_sep java.util.logging.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 debug concode_elem_sep void debug concode_elem_sep void debug concode_elem_sep void debug concode_elem_sep ... |
void function ( ) { } | run any post construction initialization . by default , do nothing . concode_field_sep byte[] byteArray concode_elem_sep boolean isByteArrayComputed concode_field_sep byte[] getByteArray concode_elem_sep void computeByteArray concode_elem_sep void computeByteArray |
GraphConfig function ( ) { return new GraphConfig ( true , selfLoopsAllowed , expectedNodeCount , expectedEdgeCount ) ; } | specifies that this graph is a multigraph allows parallel edges . concode_field_sep Optional<Integer> expectedEdgeCount concode_elem_sep Optional<Integer> expectedNodeCount concode_elem_sep boolean multigraph concode_elem_sep boolean selfLoopsAllowed concode_field_sep Optional<Integer> getExpectedEdgeCount concode_elem... |
void function ( ) { this . handler . cancel ( ) ; } | instructs the webview to cancel the authentication request . concode_field_sep HttpAuthHandler handler concode_field_sep void proceed |
Location function ( ConfigurationSection arg0 , String arg1 ) { return parseLocation ( arg0 . getString ( arg1 ) ) ; } | returns a location from a path in a configuration . the default components are specified by the configuration . if the world is not specified by the configuration or does not exist , this will return null . concode_field_sep PlaceHolder placeHolder concode_field_sep SpawnVector getSpawnVector concode_elem_sep void setV... |
Handler function ( ) { return MethodHandler . PATCH ; } | a handler that delegates to the next handler if the request is patch , otherwise raises a 405 client error . concode_field_sep PlaceHolder placeHolder concode_field_sep Handler next concode_elem_sep Handler redirect concode_elem_sep Handler fileSystem concode_elem_sep Handler chain concode_elem_sep Handler chain concod... |
void function ( java . lang . String arg0 ) { _location . setStreetAddress ( arg0 ) ; } | sets the street address of this location . concode_field_sep Location _location concode_field_sep long getLocationId concode_elem_sep void setCountry concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void s... |
Node function ( ) { if ( Trace . ASSERT ) { Trace . super ( iBalance != - 2 ) ; } if ( iRight == 0 ) { return nRight ; } return rData . getNode ( iRight , iId ) ; } | method declaration concode_field_sep int iRight concode_elem_sep Node nNext concode_elem_sep Node nParent concode_elem_sep int iId concode_elem_sep Node nLeft concode_elem_sep Node nRight concode_elem_sep Row rData concode_elem_sep int iLeft concode_elem_sep int iParent concode_elem_sep int iBalance concode_field_sep i... |
List < Connector > function ( ) { return defaultConnectors ; } | gets the default list of connectors to deploy when no connectors were explicitly added to the list . concode_field_sep List<Connector> connectors concode_elem_sep List<Connector> defaultConnectors concode_field_sep void add concode_elem_sep List<Connector> getConnectors |
int function ( ) { return AS400DataType . TYPE_UBIN4 ; } | returns com.ibm.as400.access.as400datatype #type_ubin4 type_ubin4 . concode_field_sep long defaultValue concode_elem_sep long MAX_VALUE concode_elem_sep int SIZE concode_elem_sep long MIN_VALUE concode_elem_sep long serialVersionUID concode_field_sep int getByteLength concode_elem_sep long toLong concode_elem_sep long ... |
void function ( ) { } | this method resets the outgoing events . concode_field_sep boolean event1 concode_elem_sep long myVar concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep boolean return_ID concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_elem_sep boolean event2 concode_field_sep SCInterface get... |
void function ( boolean arg0 ) { try { log . debug ( "srini_string" , arg0 ) ; connection . setReadOnly ( arg0 ) ; } catch ( Exception loc0 ) { throw new DataAccessException ( "srini_string" , loc0 ) ; } } | convenience method to access connection #setreadonly boolean . concode_field_sep Connection connection concode_elem_sep boolean finalize concode_elem_sep JooqLogger log concode_field_sep void rollback concode_elem_sep void rollback concode_elem_sep void setTransactionIsolation concode_elem_sep void release concode_elem... |
void function ( PropertyChangeListener arg0 ) { propertyChangeSupport_ . addPropertyChangeListener ( arg0 ) ; } | adds a listener to be notified when the value of any bound property changes . concode_field_sep PropertyChangeSupport propertyChangeSupport_ concode_elem_sep String copyright concode_elem_sep VNode root_ concode_elem_sep WorkingEventSupport workingEventSupport_ concode_elem_sep ErrorEventSupport errorEventSupport_ conc... |
void function ( Contact arg0 , Contact arg1 ) { arg0 . setUuid ( arg1 . getUuid ( ) ) ; arg0 . setGroupUUIDs ( arg1 . getGroupUUIDs ( ) ) ; } | merges the fields from a contact returned from rapidpro to a contact representing a contact withupdated fields . concode_field_sep char PLUS concode_elem_sep String TEL_PREFIX concode_field_sep Contact toContactFromParams concode_elem_sep String createPhoneUrn |
int function ( ) { return count ; } | get items count concode_field_sep int count concode_elem_sep int first concode_field_sep boolean contains concode_elem_sep int getFirst concode_elem_sep int getLast |
ZipEntry function ( ) { return root ; } | returns the entry that this importer uses as the root sentinel . concode_field_sep Map children concode_elem_sep ZipFile zipFile concode_elem_sep Map directoryEntryCache concode_elem_sep ZipEntry root concode_field_sep List getChildren concode_elem_sep void addToChildren concode_elem_sep boolean isFolder concode_elem_s... |
void function ( final Map < String , Object > arg0 ) { this . contextMap = arg0 ; } | set a non-modifiable context map concode_field_sep Exception underlyingException concode_elem_sep Map<String,Object> contextMap concode_elem_sep String auditLevel concode_field_sep String getAuditLevel concode_elem_sep Map<String,Object> getContextMap concode_elem_sep Exception getUnderlyingException concode_elem_sep S... |
T function ( T arg0 ) { FXMLLoader loc0 = new FXMLLoader ( ) ; loc0 . setLocation ( MainApp . class . getResource ( FXML_FILE_FOLDER + arg0 . getFxmlPath ( ) ) ) ; loc0 . setController ( arg0 ) ; loadLoader ( loc0 , arg0 . getFxmlPath ( ) ) ; return arg0 ; } | returns the ui class for a specific ui part . concode_field_sep String FXML_FILE_FOLDER concode_field_sep Node loadLoader |
String function ( java . lang . Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; } | convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep Long specialPropertyName concode_field_sep SpecialModelName specialPropertyName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep void setSpecialPropertyName concode_elem_sep Lon... |
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_... |
long function ( ) { return settingsId ; } | gets the value of the settingsid property . concode_field_sep String name concode_elem_sep String description concode_elem_sep String className concode_elem_sep long settingsId concode_elem_sep long oid concode_elem_sep int rid concode_elem_sep Boolean enabled concode_field_sep void setName concode_elem_sep String getN... |
void function ( String arg0 ) { this . table = arg0 ; } | the name of the sql table the data are in . concode_field_sep JdbcOperations jdbcTemplate concode_elem_sep String column concode_elem_sep String table concode_field_sep void setColumn concode_elem_sep Map<String,ExecutionContext> partition concode_elem_sep void setDataSource |
int function ( double [ ] arg0 ) { if ( arg0 == null ) { return 0 ; } int loc0 = 193 ; long loc1 ; for ( int loc2 = 0 ; loc2 < arg0 . length ; loc2 ++ ) { loc1 = Double . doubleToLongBits ( arg0 [ loc2 ] ) ; loc0 = 29 * loc0 + ( int ) ( loc1 ^ ( loc1 >>> 32 ) ) ; } return loc0 ; } | returns a hash code for a double instance . if the array is null , this method returns zero . concode_field_sep PlaceHolder placeHolder concode_field_sep int hashCode concode_elem_sep int hashCode concode_elem_sep int hashCode concode_elem_sep int hashCode concode_elem_sep int hashCode concode_elem_sep int hashCode con... |
ConditionParameters function ( ) { return new ConditionParameters ( ) ; } | create an instance of conditionparameters concode_field_sep QName _TemplateConfig_QNAME concode_field_sep Parameters createParameters concode_elem_sep DirectParameter createDirectParameter concode_elem_sep And createAnd concode_elem_sep AND createAND concode_elem_sep TemplateWiring createTemplateWiring concode_elem_sep... |
void function ( String arg0 ) { this . atom = arg0 ; } | sets the value of the atom property . concode_field_sep String symop concode_elem_sep BigDecimal clashmag concode_elem_sep BigDecimal dist concode_elem_sep String atom concode_elem_sep BigInteger scid concode_field_sep void setDist concode_elem_sep BigDecimal getDist concode_elem_sep void setScid concode_elem_sep BigIn... |
Attributes function ( String arg0 ) { return getEntries ( ) . get ( arg0 ) ; } | returns the attributes associated with the entry . implemented as : return attributes getentries . get entryname concode_field_sep Map<String,Attributes> entries concode_elem_sep Attributes mainAttr concode_field_sep void read concode_elem_sep Map<String,Attributes> getEntries concode_elem_sep int hashCode concode_elem... |
long function ( ) { return datum . launchTime ; } | get the job launch time concode_field_sep JobInfoChange datum concode_field_sep EventType getEventType concode_elem_sep Object getDatum concode_elem_sep JobID getJobId concode_elem_sep void setDatum concode_elem_sep long getSubmitTime |
void function ( String arg0 , Throwable arg1 ) { wtf ( arg0 , null , arg1 ) ; } | prints a message at assert 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 print... |
void function ( final boolean arg0 ) { this . connectionKeepAlive = arg0 ; } | sets whether the underlying http connection is persistent or not . concode_field_sep Map<String,String> headers concode_elem_sep String charset concode_elem_sep Verb verb concode_elem_sep ParameterList bodyParams concode_elem_sep String url concode_elem_sep byte[] bytePayload concode_elem_sep Long readTimeout concode_e... |
String function ( ) { return show ; } | gets the value of the show property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep JAXBElement<? extends MDGridSpatialRepresentationType> mdGridSpatialRepresentation concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep St... |
Iterable < Integer > function ( byte [ ] arg0 , int arg1 , String arg2 , int arg3 ) { return Collections . singletonList ( hashForProbe ( arg0 , arg1 , arg2 , arg3 ) ) ; } | returns all of the hashes for this probe . for most encoders , this is a singleton , but for text , many hashes are returned , one for each word unique or not . most implementations should only implement hashforprobe for simplicity . concode_field_sep int CONTINUOUS_VALUE_HASH_SEED concode_elem_sep Map<String,Set<Integ... |
String function ( int arg0 ) { int loc0 = _valueIndex [ arg0 / _botCap ] [ arg0 % _botCap ] ; return _valueTagURI [ 0 ] [ loc0 ] ; } | get the uri and tag combination of an element node concode_field_sep int CHANGE concode_elem_sep int NO_CONNECTION concode_elem_sep Hashtable _tagNames concode_elem_sep int NO_MATCH concode_elem_sep int _TOP_LEVEL_CAPACITY concode_elem_sep int MATCH concode_elem_sep int _tagIndex concode_elem_sep boolean _isAttribute[]... |
String function ( ) { String loc0 = name . substring ( 0 , 1 ) . toUpperCase ( ) ; String loc1 = name . substring ( 1 , name . length ( ) ) ; return loc0 + loc1 ; } | gets the get name of primary name . concode_field_sep HashMap<String,Member> hashMapIdsProperties concode_elem_sep int order concode_elem_sep String showName concode_elem_sep Boolean nullable concode_elem_sep Long precision concode_elem_sep String name concode_elem_sep Long length concode_elem_sep Long scale concode_el... |
Iterator < Field > function ( ) { return Collections . unmodifiableList ( new ArrayList < Field > ( fields ) ) . iterator ( ) ; } | returns the fields that define the data that goes with the item . concode_field_sep List<Field> fields concode_elem_sep List<String> values concode_elem_sep String variable concode_elem_sep String label concode_elem_sep List<Column> columns concode_elem_sep String title concode_elem_sep String type concode_elem_sep Lis... |
float [ ] function ( ) { if ( items . length != size ) resize ( size ) ; return items ; } | reduces the size of the backing array to the size of the actual items . this is useful to release memory when many items have been removed , or if it is known that more items will not be added . concode_field_sep boolean ordered concode_elem_sep int size concode_elem_sep float[] items concode_field_sep void mul concode... |
int function ( ) { return Objects . hashCode ( name , url , duration ) ; } | two videos will generate the same hashcode if they have exactly the same values for their name , url , and duration . concode_field_sep long duration concode_elem_sep String name concode_elem_sep long id concode_elem_sep String url concode_field_sep void setName concode_elem_sep void setDuration concode_elem_sep String... |
NodeIterator function ( Node arg0 , String arg1 ) { return selectNodeIterator ( arg0 , arg1 , arg0 ) ; } | use an xpath string to select a nodelist . xpath namespace prefixes are resolved from the contextnode . concode_field_sep XPathContext xpathSupport concode_field_sep NodeList selectNodeList concode_elem_sep NodeList selectNodeList concode_elem_sep XObject eval concode_elem_sep XObject eval concode_elem_sep XObject eval... |
void function ( Object arg0 ) { advices . add ( arg0 ) ; } | add an advice concode_field_sep List<Object> advices concode_field_sep List<Object> getAdvices concode_elem_sep boolean remove |
void function ( long arg0 ) { this . length = arg0 ; } | sets the length of the tag concode_field_sep int tagID concode_elem_sep long length concode_field_sep long getLength concode_elem_sep void setTag concode_elem_sep int getTag |
boolean function ( ) { return m_Headless ; } | tests if this message instance is headless . concode_field_sep boolean m_Headless concode_elem_sep int m_ProtocolID concode_elem_sep int m_TransactionID concode_elem_sep int m_DataLength concode_elem_sep int m_UnitID concode_elem_sep int m_FunctionCode concode_field_sep void readData concode_elem_sep void readFrom conc... |
List < View > function ( List < IGraphicalEditPart > arg0 ) { final List < View > loc0 = new ArrayList < View > ( ) ; for ( final IGraphicalEditPart loc1 : arg0 ) { loc0 . add ( loc1 . getNotationView ( ) ) ; } return loc0 ; } | returns a list of view elements of the given edit parts . concode_field_sep String TREE_NODE_POSITION concode_elem_sep String TREE_NODE_PARENT_URI concode_elem_sep String TREE_LAYOUT_ANNOTATION concode_field_sep int getTreeNodePosition concode_elem_sep ArrayList<IGraphicalEditPart> getOrderedTreeChildren concode_elem_s... |
int function ( Point arg0 , int arg1 , int arg2 ) { if ( arg0 . x > arg1 || arg0 . y > arg2 ) return Math . max ( Math . round ( ( float ) arg0 . y / ( float ) arg2 ) , Math . round ( ( float ) arg0 . x / ( float ) arg1 ) ) ; else return 1 ; } | get scale for image of size and max height/width concode_field_sep String TAG concode_field_sep Point getSize concode_elem_sep Point getSize concode_elem_sep Bitmap getBitmap concode_elem_sep Bitmap getBitmap concode_elem_sep Bitmap getBitmap concode_elem_sep Bitmap getBitmap concode_elem_sep Bitmap getBitmap concode_e... |
boolean function ( ) { return ! _useGreaterThan && ! _usePrefixMatch && ! _isCompound ; } | returns true if no flags are set concode_field_sep VersionID _rest concode_elem_sep boolean _usePrefixMatch concode_elem_sep boolean _isCompound concode_elem_sep boolean _useGreaterThan concode_elem_sep String[] _tuple concode_field_sep boolean matchTuple concode_elem_sep Object getValueAsObject concode_elem_sep boolea... |
boolean function ( ) { return incompleteDiscovery ; } | returns true if discovery was incomplete . concode_field_sep int STATUS_VALID concode_elem_sep String dataUrl concode_elem_sep int STATUS_PROCESSING concode_elem_sep long lastAccessTime concode_elem_sep String author concode_elem_sep int inboundLinks concode_elem_sep String htmlUrl concode_elem_sep String description c... |
boolean function ( CharSequence arg0 , CharSequence arg1 ) { assert arg0 != null ; assert arg1 != null ; if ( arg0 . length ( ) != arg1 . length ( ) ) { return false ; } else { for ( int loc0 = 0 , loc1 = arg0 . length ( ) ; loc0 < loc1 ; loc0 ++ ) { if ( arg0 . charAt ( loc0 ) != arg1 . charAt ( loc0 ) ) { return fals... | determine if two character sequences contain the same characters . concode_field_sep char MISSING_IDEOGRAPH concode_elem_sep char RLE concode_elem_sep char ZERO_WIDTH_JOINER concode_elem_sep char NOT_A_CHARACTER concode_elem_sep char PDF concode_elem_sep int UCWHITESPACE concode_elem_sep int EOT concode_elem_sep char S... |
void function ( byte [ ] arg0 ) { buffer [ INDEX_IP ] = arg0 [ 0 ] ; buffer [ INDEX_IP + 1 ] = arg0 [ 1 ] ; buffer [ INDEX_IP + 2 ] = arg0 [ 2 ] ; buffer [ INDEX_IP + 3 ] = arg0 [ 3 ] ; } | set the ip address . this expects an array of four bytes in host order . concode_field_sep int RETURN_SUCCESS concode_elem_sep int INDEX_PORT concode_elem_sep int INDEX_COMMAND concode_elem_sep int BUFFER_LENGTH concode_elem_sep int COMMAND_CONNECT concode_elem_sep int RETURN_CANNOT_CONNECT_TO_IDENTD concode_elem_sep i... |
void function ( ) { if ( ! hasSavepoint ( ) ) { throw new TransactionUsageException ( "srini_string" ) ; } getSavepointManager ( ) . rollbackToSavepoint ( getSavepoint ( ) ) ; getSavepointManager ( ) . releaseSavepoint ( getSavepoint ( ) ) ; setSavepoint ( null ) ; } | roll back to the savepoint that is held for the transaction and release the savepoint right afterwards . concode_field_sep boolean rollbackOnly concode_elem_sep Object savepoint concode_elem_sep boolean completed concode_field_sep boolean isLocalRollbackOnly concode_elem_sep Object createSavepoint concode_elem_sep Obje... |
boolean function ( String arg0 ) { try { Integer . parseInt ( arg0 ) ; return true ; } catch ( NumberFormatException loc0 ) { return false ; } } | gets the number attribute of the util class concode_field_sep PrintWriter pw concode_elem_sep boolean on concode_field_sep String file_to_string concode_elem_sep String file_to_string concode_elem_sep void ps concode_elem_sep void ps concode_elem_sep void print_hashtable concode_elem_sep int string_to_int concode_elem_... |
String function ( ) { return contributionItemId ; } | returns the id of this contribution item factory . concode_field_sep ContributionItemFactory VIEWS_SHOW_IN concode_elem_sep String COMMAND_ID concode_elem_sep ContributionItemFactory PIN_EDITOR concode_elem_sep ContributionItemFactory OPEN_WINDOWS concode_elem_sep ContributionItemFactory HELP_SEARCH concode_elem_sep Co... |
List < Map < String , Object >> function ( ResultSet arg0 ) { List loc0 = ResultSetMapper . getColumnNames ( arg0 ) ; return ResultSetMapper . toList ( arg0 , loc0 ) ; } | helper method that converts a resultset into a list of maps , one per row concode_field_sep PlaceHolder placeHolder concode_field_sep List<String> getColumnNames |
float function ( ) { return width ; } | gets the width of this text in mm . concode_field_sep float descent concode_elem_sep float ascent concode_elem_sep float leading concode_elem_sep float width concode_field_sep float getAscent concode_elem_sep float getDescent concode_elem_sep float getLeading |
UserBo function ( ) { return new UserBo ( ) ; } | create an instance of userbo concode_field_sep QName _SetUserDetailsNoResp_QNAME concode_field_sep JAXBElement<UserBo> createSetUserDetailsNoResp |
Choices function ( String arg0 , String arg1 , int arg2 , String arg3 ) { ChoiceAuthority loc0 = controller . get ( arg0 ) ; if ( loc0 == null ) { throw new IllegalArgumentException ( "srini_string" = "srini_string" ) ; } return loc0 . getBestMatch ( arg0 , arg1 , arg2 , arg3 ) ; } | wrapper that calls getbestmatch method of the plugin corresponding to the metadata field defined by single field key . concode_field_sep Map<String,String> presentation concode_elem_sep Map<String,ChoiceAuthority> controller concode_elem_sep ChoiceAuthorityManager cached concode_elem_sep Logger log concode_elem_sep Map... |
java . lang . String function ( ) { return _jiraAction . getBody ( ) ; } | returns the body of this j i r a action . concode_field_sep JIRAAction _jiraAction concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel con... |
void function ( String arg0 ) { this . typeName = arg0 ; } | set the name of the type . concode_field_sep Properties parameters concode_elem_sep String typeName concode_elem_sep String typeClass concode_field_sep void setParameters concode_elem_sep void afterPropertiesSet concode_elem_sep Properties getParameters concode_elem_sep void setBeanName concode_elem_sep void setTypeCla... |
XContentBuilder function ( OutputStream arg0 ) { return new XContentBuilder ( SmileXContent . smileXContent , arg0 ) ; } | constructs a new json builder that will output the result into the provided output stream . concode_field_sep int GUESS_HEADER_LENGTH concode_field_sep XContentBuilder contentBuilder concode_elem_sep XContentBuilder contentBuilder concode_elem_sep XContentBuilder cborBuilder concode_elem_sep XContentBuilder cborBuilder... |
String function ( ) { return tipo ; } | obtiene el valor de la propiedad tipo . concode_field_sep String informacionAdicional concode_elem_sep String tipo concode_elem_sep String mensaje concode_elem_sep String identificador concode_field_sep void setIdentificador concode_elem_sep String getIdentificador concode_elem_sep void setTipo concode_elem_sep String ... |
int function ( int arg0 , int arg1 ) { return ( int ) ( Math . random ( ) * arg1 + arg0 ) ; } | generates a pseudo-random number concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] sha1 concode_elem_sep String base64 concode_elem_sep byte[] md5 concode_elem_sep byte[] randomBytes |
ArrayList function ( ArrayList arg0 ) { for ( int loc0 = 0 , loc1 = arg0 . size ( ) ; loc0 < loc1 ; loc0 ++ ) { arg0 . remove ( 0 ) ; } return ( arg0 ) ; } | convenience method to clear a passed arraylist basically clones the functionality of a vector.removeall concode_field_sep LogBean singleton concode_elem_sep MessageLog messageLog concode_elem_sep ChatState state concode_elem_sep Log log concode_elem_sep String autoLoad concode_elem_sep ArrayList controlLog concode_elem... |
Result < T > function ( T arg0 , Iterable < ? extends ModelProblem > arg1 ) { return new Result < > ( hasErrors ( arg1 ) , arg0 , arg1 ) ; } | new result - determine whether error or success by checking problems for errors concode_field_sep T value concode_elem_sep boolean errors concode_elem_sep Function<Result<?>,Iterable<? extends ModelProblem>> GET_PROBLEMS concode_elem_sep Iterable<? extends ModelProblem> problems concode_field_sep boolean hasErrors conc... |
AttributeCondition function ( String arg0 , String arg1 , boolean arg2 , String arg3 ) { return new DefaultBeginHyphenAttributeCondition ( arg0 , arg1 , arg2 , arg3 ) ; } | sac : implements conditionfactory #createbeginhyphenattributecondition string , string , boolean , string . concode_field_sep ConditionFactory INSTANCE concode_field_sep LangCondition createLangCondition concode_elem_sep CombinatorCondition createOrCondition concode_elem_sep PositionalCondition createPositionalConditio... |
long function ( ) { if ( getOpenFileDescriptorCountField == null ) { return - 1 ; } try { return ( Long ) getOpenFileDescriptorCountField . invoke ( osMxBean ) ; } catch ( Exception loc0 ) { return - 1 ; } } | returns the number of opened file descriptors associated with the current process , or -1 if not supported . concode_field_sep OperatingSystemMXBean osMxBean concode_elem_sep ProcessProbe INSTANCE concode_elem_sep Method getProcessCpuLoad concode_elem_sep Method getProcessCpuTime concode_elem_sep Method getCommittedVir... |
ParameterizedType function ( Type arg0 , Type ... arg1 ) { return newParameterizedTypeWithOwner ( null , arg0 , arg1 ) ; } | returns a new parameterized type , applying typearguments to rawtype . the returned type does not have an owner type . concode_field_sep PlaceHolder placeHolder concode_field_sep ParameterizedType providerOf concode_elem_sep WildcardType supertypeOf concode_elem_sep WildcardType subtypeOf concode_elem_sep GenericArrayT... |
String function ( ) { return type . toString ( ) ; } | return a string descrsibing this control . in particular the value will include the name of the associated type . concode_field_sep String name concode_elem_sep Type type concode_field_sep Type getType concode_elem_sep int hashCode concode_elem_sep boolean equals |
void function ( int [ ] [ ] arg0 ) { this . columnGroups = arg0 ; } | set column groups concode_field_sep boolean[] columnarStore concode_elem_sep int[][] columnGroups concode_elem_sep int[] columnSplit concode_elem_sep int noOfColumnsStore concode_field_sep void setNoOfColumnStore concode_elem_sep int[][] getColumnGroup concode_elem_sep int[] getColumnSplit concode_elem_sep int getNoOfC... |
void function ( RequestFinishedListener < T > arg0 ) { synchronized ( mFinishedListeners ) { mFinishedListeners . remove ( arg0 ) ; } } | remove a requestfinishedlistener . has no effect if listener was not previously added . concode_field_sep Map<String,Queue<Request<?>>> mWaitingRequests concode_elem_sep Set<Request<?>> mCurrentRequests concode_elem_sep PriorityBlockingQueue<Request<?>> mCacheQueue concode_elem_sep CacheDispatcher mCacheDispatcher conc... |
Vector function ( Unit arg0 ) { Vector loc0 = new Vector ( ) ; Vector loc1 = UnitLibrary . getLibrary ( ) ; for ( int loc2 = 0 ; loc2 < loc1 . size ( ) ; loc2 ++ ) { Unit loc3 = ( Unit ) ( loc1 . elementAt ( loc2 ) ) ; if ( loc3 . hasSameType ( arg0 ) ) { loc0 . add ( loc3 ) ; } } return loc0 ; } | search library for all units with type equal to this one . concode_field_sep int _numCats concode_elem_sep String _name concode_elem_sep UParser _parser concode_elem_sep Vector _unitsLibrary concode_elem_sep String _uExpr concode_elem_sep boolean _debug concode_elem_sep Unit Identity concode_field_sep Vector getLibrary... |
ContentNegotiationConfigurer function ( MediaType arg0 ) { this . factoryBean . setDefaultContentType ( arg0 ) ; return this ; } | set the default content type to use when no content type was requested . note that internally this method creates and adds a org.springframework.web.accept.fixedcontentnegotiationstrategy fixedcontentnegotiationstrategy . alternatively you can also provide a custom strategy via #defaultcontenttypestrategy . concode_fie... |
void function ( IEntityLock arg0 , int arg1 ) { if ( isValid ( arg0 ) ) { Date loc0 = getNewExpiration ( arg1 ) ; getLockStore ( ) . update ( arg0 , loc0 ) ; ( ( EntityLockImpl ) arg0 ) . setExpirationTime ( loc0 ) ; } else { throw new LockingException ( "srini_string" + arg0 + "srini_string" ) ; } } | extends the expiration time of the lock by some service-defined increment . concode_field_sep IEntityLockStore lockStore concode_elem_sep Log log concode_elem_sep int lockToleranceMillis concode_elem_sep int defaultLockPeriod concode_elem_sep boolean multiServer concode_elem_sep IEntityLockService singleton concode_fie... |
void function ( StudySpace arg0 ) { if ( ! monitorStudies . contains ( arg0 . studyName ) ) { monitorStudies . add ( arg0 . studyName ) ; Thread loc0 = new Thread ( new SurveyHealth ( arg0 ) ) ; loc0 . start ( ) ; } } | this function will start monitoring for `` this '' survey if it has already been not started . if the monitoring has already started then this function will just return ; concode_field_sep Set<String> monitorStudies concode_elem_sep StudySpace studySpace concode_elem_sep Logger LOGGER concode_field_sep void run |
void function ( final String arg0 , Configuration arg1 ) { UnderFileSystem loc0 = UnderFileSystem . get ( arg0 , arg1 ) ; if ( ! loc0 . exists ( arg0 ) ) { if ( ! loc0 . mkdirs ( arg0 , true ) ) { throw new IOException ( "srini_string" + arg0 ) ; } } } | attempts to create the directory if it does not already exist . concode_field_sep PlaceHolder placeHolder concode_field_sep void touch concode_elem_sep void deleteDir |
void function ( RequestBuilder arg0 , String arg1 ) { arg0 . setRequestData ( arg1 ) ; } | called by #setrequestdata . the default implementation invokes requestbuilder #setrequestdata string . concode_field_sep String CONTENT_TYPE_HEADER concode_elem_sep RequestBuilder builder concode_elem_sep String STRONG_NAME_HEADER concode_elem_sep String MODULE_BASE_HEADER concode_field_sep void doSetCallback concode_e... |
void function ( String arg0 ) { this . password = arg0 ; } | sets the password concode_field_sep String lastName concode_elem_sep Address address concode_elem_sep Date created concode_elem_sep Long userId concode_elem_sep Date birthDate concode_elem_sep byte[] picture concode_elem_sep String firstName concode_elem_sep Logger logger concode_elem_sep String password concode_elem_s... |
int function ( ) { return getVertices ( ) . size ( ) ; } | a single vertex can appear once or twice . ch graphs might have only outgoing or only incoming edges . avoid double-counting . this is very inefficient . concode_field_sep int INITIAL_EDGELIST_CAPACITY concode_elem_sep IdentityHashMap<Vertex,List<Edge>> outgoing concode_elem_sep IdentityHashMap<Vertex,List<Edge>> incom... |
void function ( CordovaPlugin arg0 , int arg1 , String arg2 ) { PermissionHelper . requestPermissions ( arg0 , arg1 , new String [ ] { arg2 } ) ; } | requests a `` dangerous '' permission for the application at runtime . this is a helper method alternative to cordovainterface.requestpermission that does not require the project to be built with cordova-android 5.0.0 + concode_field_sep String LOG_TAG concode_field_sep boolean hasPermission concode_elem_sep void deliv... |
void function ( long arg0 ) { this . id = arg0 ; } | sets the id ; concode_field_sep int mode concode_elem_sep int size concode_elem_sep SessionInterface session concode_elem_sep int currentPos concode_elem_sep long id concode_elem_sep boolean isIterator concode_field_sep boolean next concode_elem_sep int getRowNumber concode_elem_sep boolean isLast concode_elem_sep void... |
void function ( DataOutputStream arg0 , BlockMetadataHeader arg1 ) { arg0 . writeShort ( arg1 . getVersion ( ) ) ; arg1 . getChecksum ( ) . writeHeader ( arg0 ) ; } | this writes all the fields till the beginning of checksum . concode_field_sep DataChecksum checksum concode_elem_sep short VERSION concode_elem_sep Log LOG concode_elem_sep HdfsConfiguration conf concode_elem_sep short version concode_field_sep short getVersion concode_elem_sep DataChecksum readDataChecksum concode_ele... |
AdminConsole function ( final @ PathParam ( "srini_string" ) String arg0 ) { RealmManager loc0 = new RealmManager ( session ) ; RealmModel loc1 = locateRealm ( arg0 , loc0 ) ; AdminConsole loc2 = new AdminConsole ( loc1 ) ; ResteasyProviderFactory . getInstance ( ) . injectProperties ( loc2 ) ; return loc2 ; } | path to realm admin console ui concode_field_sep HttpRequest request concode_elem_sep AppAuthManager authManager concode_elem_sep Logger logger concode_elem_sep UriInfo uriInfo concode_elem_sep ClientConnection clientConnection concode_elem_sep HttpResponse response concode_elem_sep KeycloakSession session concode_elem... |
boolean function ( ) { return isPublic ; } | returns true if this user object represents the public user concode_field_sep HsqlName initialSchema concode_elem_sep String sName concode_elem_sep Grantee grantee concode_elem_sep boolean isPublic concode_elem_sep boolean isSys concode_elem_sep String sPassword concode_field_sep void setPassword concode_elem_sep boole... |
void function ( Listener arg0 ) { listeners . add ( arg0 ) ; } | subscribes the listener to any future message events . concode_field_sep int bufferLength concode_elem_sep Collection<Listener> listeners concode_elem_sep byte[] buffer concode_elem_sep InputStream inputStream concode_elem_sep Thread thread concode_elem_sep Logger logger concode_field_sep int findMessageLength concode_... |
void function ( float arg0 , float arg1 , float arg2 ) { assertEquals ( null , arg0 , arg1 , arg2 ) ; } | asserts that two floats are equal concerning a delta . if the expected value is infinity then the delta value is ignored . concode_field_sep PlaceHolder placeHolder concode_field_sep void fail concode_elem_sep void fail concode_elem_sep void assertNull concode_elem_sep void assertNull concode_elem_sep void assertTrue c... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.