code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
String function ( ) { return this . description ; } | returns the description if set . if no description is set , getdescription will return null and the default description for the channel isused . concode_field_sep ChannelUID uid concode_elem_sep ChannelTypeUID channelTypeUID concode_elem_sep Configuration configuration concode_elem_sep Set<String> defaultTags concode_e... |
String function ( ) { if ( failure != null ) { return failure . getId ( ) ; } return response . getId ( ) ; } | the id of the document . concode_field_sep GetResponse response concode_elem_sep MultiGetResponse.Failure failure concode_field_sep void writeTo concode_elem_sep String getIndex concode_elem_sep boolean isFailed concode_elem_sep void readFrom concode_elem_sep String getType concode_elem_sep GetResponse getResponse conc... |
void function ( UUID arg0 ) { } | this method let us set the default skin for a wallet concode_field_sep PlaceHolder placeHolder concode_field_sep void setPreferenceSettings concode_elem_sep String getPreferenceSettings concode_elem_sep UUID getDefaultSkin concode_elem_sep void setDefaultLanguage concode_elem_sep UUID getDefaultLanguage |
long function ( ) { return this . eventCreationTime ; } | returns the time in system.currenttimemillis form when this event was created concode_field_sep byte TYPE_QUERY concode_elem_sep String hostName concode_elem_sep byte TYPE_OBJECT_CREATION concode_elem_sep String catalog concode_elem_sep int catalogIndex concode_elem_sep String durationUnits concode_elem_sep byte TYPE_E... |
UndoCaretaker function ( ) { return undoCaretaker ; } | gets annotation caretaker responsible for saving states as defined by the momento pattern . concode_field_sep ArrayList<WeakReference<AbstractPageViewComponent>> selectedPageText concode_elem_sep float oldUserZoom concode_elem_sep float userZoom concode_elem_sep int MAX_PAGE_SIZE_READ_AHEAD concode_elem_sep UndoCaretak... |
char function ( final char arg0 ) { if ( '0' <= arg0 && arg0 <= '9' ) { return ( char ) ( arg0 - '0' ) ; } else if ( 'a' <= arg0 && arg0 <= 'f' ) { return ( char ) ( arg0 - 'a' + 10 ) ; } else if ( 'A' <= arg0 && arg0 <= 'F' ) { return ( char ) ( arg0 - 'A' + 10 ) ; } else { return Character . MAX_VALUE ; } } | helper to decode half of a hexadecimal number from a string . concode_field_sep String path concode_elem_sep Configuration conf concode_elem_sep Map<String,List<String>> params concode_field_sep short replication concode_elem_sep String op concode_elem_sep long offset concode_elem_sep long length concode_elem_sep FsPer... |
java . lang . String function ( ) { return getService ( ) . getBeanIdentifier ( ) ; } | returns the spring bean id for this bean . concode_field_sep DefinitionLocalService _service concode_field_sep com.liferay.ams.model.Definition getDefinition concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_elem_sep int getDefinitionsCount concode_elem_sep com.... |
String function ( String arg0 ) { String loc0 = null ; try { CharArrayWriter loc1 = new CharArrayWriter ( ) ; urlEncode ( loc1 , arg0 ) ; loc0 = loc1 . toString ( ) ; } catch ( IOException loc1 ) { } return loc0 ; } | utility funtion to re-encode the url . still has problems with charset , since uencoder mostly ignores it . concode_field_sep BitSet safeChars concode_elem_sep String encoding concode_elem_sep int debug concode_elem_sep C2BConverter c2b concode_elem_sep ByteChunk bb concode_elem_sep org.apache.juli.logging.Log log conc... |
ArrayList < Match > function ( ) { return matches ; } | devuelve las partidas de una ronda concode_field_sep int roundNumber concode_elem_sep String roundType concode_elem_sep ArrayList<Match> matches concode_field_sep String getRoundType concode_elem_sep void setRoundType concode_elem_sep void setRoundNumber concode_elem_sep int getRoundNumber concode_elem_sep void setMatc... |
org . apache . log4j . Logger function ( ) { if ( logger == null ) { logger = org . apache . log4j . Logger . getLogger ( name ) ; } return logger ; } | gets the logger . concode_field_sep String FQCN concode_elem_sep boolean log4jConfigured concode_elem_sep org.apache.log4j.Logger logger concode_elem_sep String name concode_field_sep void initializeLog4JSubSystem concode_elem_sep String getName concode_elem_sep void debug concode_elem_sep void debug concode_elem_sep v... |
boolean function ( ) { return _donvi . isTrangthai ( ) ; } | returns true if this donvi is trangthai . concode_field_sep donvi _donvi concode_field_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep void setDonvi_id concode_elem_sep boolean isCachedModel concode_elem_sep com.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge co... |
void function ( String arg0 ) { this . msisdn = arg0 ; } | sets the value of the msisdn property . concode_field_sep String serialNumber concode_elem_sep BigDecimal salesTaxOnDeviceDownPayment concode_elem_sep BigDecimal residualAmount concode_elem_sep BigDecimal monthlyDevicePayment concode_elem_sep BigDecimal salePrice concode_elem_sep BigDecimal monthlyDevicePaymentTax conc... |
void function ( SAXParseException arg0 ) { if ( logger . isErrorEnabled ( ) ) logger . error ( "srini_string" + arg0 . getLineNumber ( ) + "srini_string" + arg0 . getMessage ( ) ) ; throw new SAXException ( "srini_string" ) ; } | standard handler routine for the xml parsing . concode_field_sep String JAXP_SCHEMA_LANGUAGE concode_elem_sep File schemaFile concode_elem_sep String JAXP_SCHEMA_SOURCE concode_elem_sep String CONTEXT_SCHEMA_PROPERTY concode_elem_sep InputParser ipReference concode_elem_sep Log logger concode_elem_sep String W3C_XML_SC... |
void function ( Path arg0 ) { } | called for every new file found in the watched directory concode_field_sep PlaceHolder placeHolder concode_field_sep void onFileInit concode_elem_sep void onDirectoryCreated concode_elem_sep void onFileDeleted concode_elem_sep void onDirectoryInit concode_elem_sep void onDirectoryDeleted concode_elem_sep void onFileCha... |
com . liferay . trash . kernel . model . TrashVersion function ( com . liferay . trash . kernel . model . TrashVersion arg0 ) { return getService ( ) . addTrashVersion ( arg0 ) ; } | adds the trash version to the database . also notifies the appropriate model listeners . concode_field_sep TrashVersionLocalService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_elem_sep ja... |
String function ( ) { return descriptor ; } | returns method descriptor . concode_field_sep String method_name concode_elem_sep String[] exceptionsThrown concode_elem_sep String descriptor concode_elem_sep int access_flags concode_elem_sep JConstantPool constant_pool concode_field_sep String getMethodName concode_elem_sep void parse concode_elem_sep String[] getEx... |
GroupChat function ( ) { return new GroupChat ( id , title ) ; } | returns this chat as a groupchat . before invoking this method , check whether this chat is actually a group chat by calling chat #isgroupchat . concode_field_sep String firstName concode_elem_sep String lastName concode_elem_sep int id concode_elem_sep String title concode_elem_sep String username concode_field_sep in... |
void function ( UGen arg0 ) { generator = arg0 ; } | sets the ugen that this ugensignal wraps . concode_field_sep UGen generator concode_field_sep UGen getUGen concode_elem_sep void generate concode_elem_sep void generate |
void function ( int arg0 ) { this . index = arg0 ; } | sets symbol 's index in its scope concode_field_sep int declType concode_elem_sep Node node concode_elem_sep String name concode_elem_sep Scope containingTable concode_elem_sep int index concode_field_sep void setName concode_elem_sep Scope getContainingTable concode_elem_sep void setDeclType concode_elem_sep String ge... |
void function ( Map arg0 ) { ExampleTaglet loc0 = new ExampleTaglet ( ) ; Taglet loc1 = ( Taglet ) arg0 . get ( loc0 . getName ( ) ) ; if ( loc1 != null ) { arg0 . remove ( loc0 . getName ( ) ) ; } arg0 . put ( loc0 . getName ( ) , loc0 ) ; } | register this taglet . concode_field_sep String NAME concode_elem_sep String HEADER concode_field_sep boolean inPackage concode_elem_sep String createHTML concode_elem_sep String getName concode_elem_sep boolean inOverview concode_elem_sep boolean inMethod concode_elem_sep String readFile concode_elem_sep boolean inFie... |
void function ( ) { aNode . translate ( aDX , aDY ) ; aGraph . layout ( ) ; } | performs the command and moves the node . concode_field_sep double aDX concode_elem_sep double aDY concode_elem_sep Graph aGraph concode_elem_sep Node aNode concode_field_sep void undo |
void function ( String arg0 , String arg1 ) { if ( LOG . DEBUG >= LOGLEVEL ) Log . d ( arg0 , arg1 ) ; } | debug log message . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void setLogLevel concode_elem_sep void setLogLevel concode_elem_sep void e conco... |
Collection < Class < ? extends Plugin >> function ( ) { return Collections . emptyList ( ) ; } | returns plugins that should be loaded on the node concode_field_sep NodeConfigurationSource EMPTY concode_field_sep Collection<Class<? extends Plugin>> transportClientPlugins concode_elem_sep Settings transportClientSettings concode_elem_sep Settings transportClientSettings concode_elem_sep Settings nodeSettings concod... |
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( attributes != null ) loc0 . append ( "srini_string" + attributes + "srini_string" ) ; if ( consumedCapacityUnits != null ) loc0 . append ( "srini_string" + consumedCapacityUnits + "srini_string" ) ; loc0 . append ... | returns a string representation of this object ; useful for testing and debugging . concode_field_sep java.util.Map<String,AttributeValue> attributes concode_elem_sep Double consumedCapacityUnits concode_field_sep PutItemResult withAttributes concode_elem_sep PutItemResult withConsumedCapacityUnits concode_elem_sep jav... |
boolean function ( int arg0 ) { return sponsoredStoriesPositionsListAdjusted . contains ( arg0 ) ; } | checks if there is a sponsoredstory at specified position . concode_field_sep List<SponsoredStory> sponsoredStoriesList concode_elem_sep int mergedListSize concode_elem_sep List<Integer> sponsoredStoriesPositionsListAdjusted concode_elem_sep int originalSize concode_elem_sep List<Integer> sponsoredStoriesPositionsList ... |
void function ( ) { for ( long loc0 : mTestValues ) { SimpleAtomicLong loc1 = new SimpleAtomicLong ( loc0 ) ; assertEquals ( loc0 , loc1 . get ( ) ) ; } } | test get concode_field_sep long[] mTestValues concode_field_sep void getAndDecrementTest concode_elem_sep void getAndIncrementTest concode_elem_sep void decrementAndGetTestLogic concode_elem_sep void constructorTest concode_elem_sep void incrementAndGetTestTest concode_elem_sep void getAndIncrementTestLogic concode_ele... |
AccT function ( @ NotNull Lambda2 < ItemT , AccT , AccT > arg0 , @ NotNull Iterable < ItemT > arg1 , @ NotNull final AccT arg2 ) { AccT loc0 = arg2 ; for ( ItemT loc1 : arg1 ) loc0 = arg0 . apply ( loc1 , loc0 ) ; return loc0 ; } | same as fold , but the arguments of lambda are reversed : the accumulator is the second right parameter . concode_field_sep PlaceHolder placeHolder concode_field_sep Iterable<Pair<R1,R2>> zip concode_elem_sep Iterable<Pair<R1,R2>> zip concode_elem_sep Iterable<Pair<R1,R2>> zip concode_elem_sep List<R> mapList concode_e... |
void function ( float arg0 ) { translateX ( arg0 - this . x ) ; } | sets the x position where the sprite will be drawn . if origin , rotation , or scale are changed , it is slightly more efficient to set the position after those operations . if both position and size are to be changed , it is better to use #setbounds float , float , float , float . concode_field_sep boolean dirty conco... |
long function ( ) { return _recentLayoutBranch . getCompanyId ( ) ; } | returns the company id of this recent layout branch . concode_field_sep RecentLayoutBranch _recentLayoutBranch concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_se... |
void function ( QueryNodeProcessor arg0 ) { this . processor = arg0 ; this . processor . setQueryConfigHandler ( getQueryConfigHandler ( ) ) ; } | sets the processor that will be used to process the query node tree . if there is any queryconfighandler returned by #getqueryconfighandler , it will be set on the processor . the argument can be null , which means that no processor will be used to process the query node tree . concode_field_sep SyntaxParser syntaxPars... |
String function ( ) { return reference ; } | gets the reference sequence . concode_field_sep int magic concode_elem_sep String reference concode_elem_sep int numProbeSets concode_elem_sep int numQCProbeSets concode_elem_sep int rows concode_elem_sep int version concode_elem_sep int cols concode_field_sep int getVersion concode_elem_sep void setVersion concode_ele... |
void function ( ) { BubbleXYItemLabelGenerator loc0 = new BubbleXYItemLabelGenerator ( ) ; BubbleXYItemLabelGenerator loc1 = ( BubbleXYItemLabelGenerator ) loc0 . clone ( ) ; assertTrue ( loc0 != loc1 ) ; assertTrue ( loc0 . getClass ( ) == loc1 . getClass ( ) ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; } | confirm that cloning works . concode_field_sep PlaceHolder placeHolder concode_field_sep void testPublicCloneable concode_elem_sep void testGenerateLabel concode_elem_sep void testSerialization concode_elem_sep void testHashCode concode_elem_sep void testEquals |
Netty3CorsConfigBuilder function ( final CharSequence arg0 , final Callable < T > arg1 ) { preflightHeaders . put ( arg0 , arg1 ) ; return this ; } | returns http response headers that should be added to a cors preflight response . an intermediary like a load balancer might require that a cors preflight request have certain headers set . this enables such headers to be added . some values must be dynamically created when the http response is created , for example th... |
ScoreSortBuilder function ( ) { return new ScoreSortBuilder ( ) ; } | constructs a new score sort . concode_field_sep PlaceHolder placeHolder concode_field_sep FieldSortBuilder fieldSort concode_elem_sep ScriptSortBuilder scriptSort concode_elem_sep GeoDistanceSortBuilder geoDistanceSort concode_elem_sep GeoDistanceSortBuilder geoDistanceSort concode_elem_sep GeoDistanceSortBuilder geoDi... |
Executor function ( ) { return new Executor ( ) { @ Override public void execute ( Runnable arg0 ) { MoreExecutors . newThread ( threadNameSupplier . get ( ) , arg0 ) . start ( ) ; } } ; } | returns the executor that will be used to run this service.subclasses may override this method to use a custom executor , which may configure its worker thread with a specific name , thread group or priority . the returned executor 's executor #execute runnable execute method is called when this service is started and ... |
String function ( ) { return predicateString ; } | get the host predicate string for the host group . concode_field_sep Predicate predicate concode_elem_sep Logger LOG concode_elem_sep int requested_count concode_elem_sep Configuration configuration concode_elem_sep Map<String,String> hostRackInfo concode_elem_sep String predicateString concode_elem_sep PredicateCompil... |
String function ( String arg0 ) { return "srini_string" + arg0 . replace ( "srini_string" , "srini_string" ) ; } | converts dpids of the form xx : xx : xx : xx : xx : xx : xx to openflow provider device uris . concode_field_sep IntentService intentService concode_elem_sep CoreService coreService concode_elem_sep ControllerNode localControllerNode concode_elem_sep Logger log concode_elem_sep LeadershipEventListener leadershipEventLi... |
float function ( ) { return fontSize ; } | get the value of the fontsize . concode_field_sep boolean knockout concode_elem_sep float leading concode_elem_sep float characterSpacing concode_elem_sep float rise concode_elem_sep float fontSize concode_elem_sep float horizontalScaling concode_elem_sep float wordSpacing concode_elem_sep RenderingMode renderingMode c... |
ResponseEntity < Void > function ( @ PathVariable String arg0 ) { log . debug ( "srini_string" , arg0 ) ; userService . deleteUserInformation ( arg0 ) ; return ResponseEntity . ok ( ) . headers ( HeaderUtil . createAlert ( "srini_string" , arg0 ) ) . build ( ) ; } | delete user : login - > delete the `` login '' user . concode_field_sep AuthorityRepository authorityRepository concode_elem_sep Logger log concode_elem_sep UserRepository userRepository concode_elem_sep MailService mailService concode_elem_sep UserService userService concode_field_sep ResponseEntity<List<ManagedUserDT... |
PersistentFacesState function ( ) { return persistentFacesState ; } | return the reference to the com.icesoft.faces.webapp.xmlhttp.persistentfacesstate persistentfacesstate associated with this renderable . the typical and recommended usage is to get and hold a reference to the persistentfacesstate in the constructor of your managed bean and return that reference from this method . conco... |
void function ( WhiteboxPluginHost arg0 ) { myHost = arg0 ; } | sets the whiteboxpluginhost to which the plugin tool is tied . this is the class that the plugin will send all feedback messages , progress updates , and return objects . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep boolean amIActive conco... |
void function ( boolean arg0 ) { cancelOp = arg0 ; } | used to communicate a cancel operation from the whitebox gui . 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 concode_field_sep String getN... |
void function ( long arg0 ) { remote_cseq = arg0 ; } | sets the remote cseq number concode_field_sep Vector route concode_elem_sep NameAddress local_contact concode_elem_sep NameAddress remote_name concode_elem_sep NameAddress remote_contact concode_elem_sep String remote_tag concode_elem_sep String local_tag concode_elem_sep long remote_cseq concode_elem_sep NameAddress l... |
java . lang . String function ( ) { return xmlString ; } | gets the xmlstring value for this wsputitem . concode_field_sep java.lang.String xmlString concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep org.talend.mdm.webservice.WSDataModelPK wsDataModelPK concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_... |
void function ( String arg0 ) { this . context = arg0 ; } | set the resource reference concode_field_sep String user concode_elem_sep String serverId concode_elem_sep String id concode_elem_sep String context concode_elem_sep long seq concode_elem_sep int priority concode_elem_sep String session concode_elem_sep String resource concode_elem_sep Date time concode_elem_sep long s... |
void function ( double arg0 ) { writeValue ( Double . SIZE / 8 , arg0 ) ; } | writes a double to the byte buffer at the current data position concode_field_sep Parcel realObject concode_elem_sep List<Pair<Integer,?>> buffer concode_elem_sep int index concode_elem_sep Map<Integer,ByteBuffer> NATIVE_PTR_TO_PARCEL concode_field_sep void nativeUnmarshall concode_elem_sep void nativeWriteString conco... |
Map < Type , Object2IntLinkedOpenHashMap < String >> function ( ) { return typeToFieldToIndex ; } | gets the type to field to index map . concode_field_sep SerdeObjectPayloadFix serdePayloadFix concode_elem_sep Set<Type> types concode_elem_sep Object2IntLinkedOpenHashMap<Type> typeToSize concode_elem_sep Map<String,Type> fieldToType concode_elem_sep Map<Type,Object2IntLinkedOpenHashMap<String>> typeToFieldToIndex con... |
void function ( ) { final Resource loc0 = input . getOppositeReferenceChangeWithAddAndDeleteOnMultivaluedSideLeft ( ) ; final Resource loc1 = input . getOppositeReferenceChangeWithAddAndDeleteOnMultivaluedSideRight ( ) ; batchMergeAndAssertEquality ( loc0 , loc1 , Direction . RIGHT_TO_LEFT ) ; } | tests a scenario in which an opposite one-to-many reference is changed , whereas there is one deletion and one addition on the multi-valued side of the opposite references . this correctly leads to three differences : 1 a change of the single-valued reference , 2 an addition of a value in the multi-valued opposite refe... |
String function ( ) { return apiVersion ; } | the kubernetes api version to use concode_field_sep int poolSize concode_elem_sep String caCertData concode_elem_sep String resourceName concode_elem_sep String portName concode_elem_sep String oauthToken concode_elem_sep String clientKeyAlgo concode_elem_sep String clientCertFile concode_elem_sep String dnsDomain conc... |
String function ( @ PathVariable ( "srini_string" ) Long arg0 , Model arg1 ) { LOGGER . info ( "srini_string" , arg0 ) ; TaskDTO loc0 = crudService . findById ( arg0 ) ; LOGGER . info ( "srini_string" , loc0 ) ; arg1 . addAttribute ( MODEL_ATTRIBUTE_NAME_TASK , loc0 ) ; return VIEW_NAME_VIEW_TASK ; } | renders the view that shows the information of an existing task . concode_field_sep String MODEL_ATTRIBUTE_NAME_TASKS concode_elem_sep String VIEW_NAME_TASK_LIST concode_elem_sep String FEEDBACK_MESSAGE_KEY_TASK_DELETED concode_elem_sep String FEEDBACK_MESSAGE_KEY_TASK_CREATED concode_elem_sep String VIEW_NAME_UPDATE_T... |
BufferedImage function ( File arg0 ) { BufferedImage loc0 = ImageIO . read ( arg0 ) ; return loc0 ; } | return as bufferedimage the file specified concode_field_sep String IMG_SUFIX concode_elem_sep HashMap<Integer,List<int[]>> patterns concode_field_sep void loadPatterns concode_elem_sep int numberOfCoincidences concode_elem_sep void main concode_elem_sep int recognize concode_elem_sep int[] obtainPixelsList |
float function ( ) { return 0.26458333333333333333333333333333f ; } | returns the size of a px css unit in millimeters . concode_field_sep PlaceHolder placeHolder concode_field_sep String getMedia concode_elem_sep float getBolderFontWeight concode_elem_sep void handleElement concode_elem_sep String getDefaultFontFamily concode_elem_sep ExternalResourceSecurity getExternalResourceSecurity... |
void function ( ) { if ( client != null ) { try { client . close ( ) ; } catch ( IOException loc0 ) { logger . error ( loc0 . getLocalizedMessage ( ) , loc0 ) ; } } } | disconnects from the pulseaudio server concode_field_sep String ITEM_SINK_INPUT concode_elem_sep String ITEM_SINK concode_elem_sep String CMD_UNLOAD_MODULE concode_elem_sep String MODULE_COMBINE_SINK concode_elem_sep List<Module> modules concode_elem_sep String CMD_LIST_SOURCE_OUTPUTS concode_elem_sep String CMD_LIST_S... |
String function ( ) { return namespace ; } | return the namespace concode_field_sep String localName concode_elem_sep int nodetype concode_elem_sep String namespace concode_elem_sep int hash concode_field_sep void redefine concode_elem_sep void redefine concode_elem_sep String getLocalName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem... |
IFile [ ] function ( IFile [ ] arg0 ) { if ( arg0 == null ) return null ; int loc0 = arg0 . loc0 ; ArrayList loc1 = new ArrayList ( loc0 ) ; for ( int loc2 = 0 ; loc2 < loc0 ; loc2 ++ ) { if ( arg0 [ loc2 ] . exists ( ) ) loc1 . add ( arg0 [ loc2 ] ) ; } return ( IFile [ ] ) loc1 . toArray ( new IFile [ loc1 . size ( )... | filter the incoming array of ifile elements by removing any that do not currently exist in the workspace . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isJavaExisted concode_elem_sep boolean openEditor4Java concode_elem_sep String getAbsoluteJSPath concode_elem_sep boolean isJSExisted concode_ele... |
String function ( String arg0 , String arg1 ) { Properties loc0 = this . messages . get ( arg1 ) ; if ( loc0 == null ) { this . load ( arg1 ) ; loc0 = this . messages . get ( arg1 ) ; } return loc0 . getProperty ( arg0 ) ; } | gets an i18n message . concode_field_sep Properties localeNames concode_elem_sep Map<String,Properties> messages concode_elem_sep String defaultLocaleName concode_elem_sep JForumConfig config concode_field_sep void loadConfiguration concode_elem_sep boolean languageExists concode_elem_sep void load concode_elem_sep boo... |
void function ( byte arg0 ) { this . found = arg0 ; } | sets the found . concode_field_sep String name concode_elem_sep int wx concode_elem_sep long offset concode_elem_sep int index concode_elem_sep int[] boundingBox concode_elem_sep int lsb concode_elem_sep byte found concode_elem_sep List unicodeIndex concode_field_sep void setName concode_elem_sep byte getFound concode_... |
PsiElement function ( PsiElement arg0 , NewSubClassData arg1 ) { return null ; } | create sub class with subclassdata.getnewclassname in the specified context if no inheritors were found concode_field_sep LanguageExtension<PushDownDelegate> EP_NAME concode_field_sep PushDownDelegate<MemberInfo,Member> findDelegate concode_elem_sep void prepareToPush concode_elem_sep void pushDownToClass concode_elem_... |
void function ( ) { List < Stock > loc0 = createStocks ( ) ; saveStocks ( loc0 ) ; List < Stock > loc1 = stockRepository . getAll ( ) ; assertNotNull ( "srini_string" , loc1 ) ; assertEquals ( "srini_string" , 2 , loc1 . size ( ) ) ; } | tests the com.acme.spring.javaconfig.repository.impl.defaultstockrepository #getall method . concode_field_sep StockRepository stockRepository concode_field_sep List<Stock> createStocks concode_elem_sep Stock createStock concode_elem_sep void testGet concode_elem_sep Archive createTestArchive concode_elem_sep void asse... |
int function ( ) { return m_mode ; } | return the lock mode/type . concode_field_sep boolean m_isOwnedByUser concode_elem_sep String m_lockOwner concode_elem_sep int m_mode concode_elem_sep LockType m_lockType concode_field_sep void setOwnedByUser concode_elem_sep LockType getLockType concode_elem_sep void setLockOwner concode_elem_sep LockType valueOf conc... |
vn . dtt . cmon . dm . dao . model . DM_THONXOM function ( long arg0 ) { return getService ( ) . createDM_THONXOM ( arg0 ) ; } | creates a new d m _ t h o n x o m with the primary key . does not add the d m _ t h o n x o m to the database . concode_field_sep DM_THONXOMLocalService _service concode_field_sep vn.dtt.cmon.dm.dao.model.DM_THONXOM addDM_THONXOM concode_elem_sep vn.dtt.cmon.dm.dao.model.DM_THONXOM deleteDM_THONXOM concode_elem_sep vn.... |
void function ( ) { DataQuery loc0 = getDataQuery ( ) ; DataFeed loc1 = getDataFeed ( loc0 ) ; setExpectedStartDate ( loc0 . getStartDate ( ) ) ; setNumberOfDays ( loc0 ) ; printExpectedDates ( loc0 ) ; printBackfilledResults ( loc1 ) ; } | executes this program . concode_field_sep String expectedStartDate concode_elem_sep Calendar calendar concode_elem_sep String TABLE_ID concode_elem_sep SimpleDateFormat queryDateFormat concode_elem_sep String PASSWORD concode_elem_sep String DATA_FEED_URL concode_elem_sep int numberOfDays concode_elem_sep SimpleDateFor... |
String function ( ) { return featureIdentifier ; } | gets the value of the featureidentifier property . concode_field_sep Boolean unlimitedMinutes concode_elem_sep Boolean dataPassUsable concode_elem_sep DataBalanceType remainingData concode_elem_sep DataBalanceType dataRemainingBeforeThrottle concode_elem_sep Boolean unlimitedMessages concode_elem_sep long serialVersion... |
int function ( int arg0 , int arg1 ) { arg0 &= ~ ( ( 1 << arg1 ) - 1 ) ; int loc0 = Integer . numberOfTrailingZeros ( arg0 ) ; return ( loc0 == 32 ) ? - 1 : loc0 ; } | finds the lowest-order bit set at or after the given index in the given int . concode_field_sep PlaceHolder placeHolder concode_field_sep int[] makeBitSet concode_elem_sep void set concode_elem_sep void set concode_elem_sep void or concode_elem_sep int getMax concode_elem_sep boolean get concode_elem_sep void clear con... |
boolean function ( String arg0 ) { if ( arg0 == null ) { return false ; } int loc0 = arg0 . indexOf ( "srini_string" ) ; if ( loc0 >= 0 ) { arg0 = arg0 . substring ( 0 , loc0 ) ; } return FORM_ENCODED . equalsIgnoreCase ( arg0 . trim ( ) ) ; } | return true if the given content-type header means form_encoded . concode_field_sep String OAUTH_SIGNATURE concode_elem_sep String OAUTH_TIMESTAMP concode_elem_sep String CONSUMER_KEY_UNKNOWN concode_elem_sep String OAUTH_CONSUMER_KEY concode_elem_sep String OAUTH_TOKEN concode_elem_sep String SIGNATURE_METHOD_REJECTED... |
String function ( ) { return uri ; } | gets the uri , that should be queried . concode_field_sep int port concode_elem_sep String host concode_elem_sep String uri concode_field_sep int getPort concode_elem_sep void main concode_elem_sep String getHost |
void function ( Properties arg0 ) { this . properties = arg0 ; buildFromProperties ( arg0 ) ; } | set the properties for this instance as retrieved from jndi concode_field_sep Properties properties concode_field_sep void writeExternal concode_elem_sep Properties getProperties concode_elem_sep void readExternal concode_elem_sep Reference getReference concode_elem_sep void buildFromProperties concode_elem_sep void po... |
void function ( String arg0 ) { this . firstName = arg0 ; } | sets the value of the firstname property . concode_field_sep String firstName concode_elem_sep String lastName concode_elem_sep String fullName concode_elem_sep String nameSuffix concode_elem_sep String additionalTitle concode_elem_sep String middleName concode_elem_sep long serialVersionUID concode_elem_sep String sho... |
boolean function ( ) { return getType ( ) == SignalType . ON_COMPLETE ; } | indicates whether this signal represents an oncomplete event . concode_field_sep long serialVersionUID concode_elem_sep Throwable throwable concode_elem_sep Subscription subscription concode_elem_sep SignalType type concode_elem_sep Signal<Void> ON_COMPLETE concode_elem_sep T value concode_field_sep Signal<T> next conc... |
ParseLoginBuilder function ( int arg0 ) { config . setFacebookLoginButtonText ( maybeGetString ( arg0 ) ) ; return this ; } | customize the text on the facebook login button . concode_field_sep ParseLoginConfig config concode_elem_sep Context context concode_field_sep ParseLoginBuilder setAppLogo concode_elem_sep ParseLoginBuilder setParseSignupButtonText concode_elem_sep ParseLoginBuilder setParseSignupButtonText concode_elem_sep ParseLoginB... |
int function ( int [ ] arg0 ) { int loc0 ; loc0 = rand . nextInt ( arg0 . length ) ; return loc0 ; } | place piece in random position on board . concode_field_sep Random rand concode_elem_sep String playerId concode_field_sep void init concode_elem_sep void reset concode_elem_sep String toString concode_elem_sep String getPlayerId |
boolean function ( ) { return isResource ; } | return true if the target object is of type resource . concode_field_sep boolean isResource concode_elem_sep Object target concode_field_sep Object getObject |
String function ( ) { return billToAddressLine1 ; } | gets the value of the billtoaddressline1 property . concode_field_sep String billToEmail concode_elem_sep String billToPostalCode concode_elem_sep Boolean isAddressChange concode_elem_sep String billToRegion concode_elem_sep long serialVersionUID concode_elem_sep String billToName concode_elem_sep String billToAddressL... |
void function ( BridgeExtension arg0 ) { Iterator loc0 = arg0 . getImplementedExtensions ( ) ; while ( loc0 . hasNext ( ) ) extensions . add ( loc0 . next ( ) ) ; } | lets the bridge tell the user agent that the following ex tension is supported by the bridge . concode_field_sep Set extensions concode_elem_sep BridgeContext ctx concode_elem_sep Set FEATURES concode_field_sep float getStandardLighterFontWeight concode_elem_sep String getLanguages concode_elem_sep EventDispatcher getE... |
String function ( ) { return bt ; } | gets the value of the bt property . concode_field_sep String pa concode_elem_sep String bt concode_elem_sep String pin concode_elem_sep String pi concode_elem_sep String bio concode_elem_sep String pfa concode_elem_sep String otp concode_field_sep void setBio concode_elem_sep void setPfa concode_elem_sep void setOtp co... |
void function ( Any arg0 , CompletionStatus arg1 ) { arg0 . insert_long ( arg1 . value ( ) ) ; } | insert into the given completionstatus into thegiven any . this implementation inserts it as an integer corba long . concode_field_sep PlaceHolder placeHolder concode_field_sep CompletionStatus extract concode_elem_sep CompletionStatus read concode_elem_sep String id concode_elem_sep TypeCode type concode_elem_sep void... |
JSONWriter function ( ) { return this . end ( 'k' , '}' ) ; } | end an object . this method most be called to balance calls to object . concode_field_sep char mode concode_elem_sep boolean comma concode_elem_sep int top concode_elem_sep int maxdepth concode_elem_sep Writer writer concode_elem_sep JSONObject stack[] concode_field_sep void pop concode_elem_sep JSONWriter array concod... |
String function ( ) { return groupName ; } | gets the groupname . concode_field_sep InterfaceArticle[] allArticlesInGroup concode_elem_sep String groupName concode_elem_sep int groupId concode_elem_sep String description concode_field_sep void setGroupName concode_elem_sep String getName concode_elem_sep void setGroupId concode_elem_sep void setId concode_elem_se... |
boolean function ( int arg0 ) { switch ( arg0 ) { case TAX : return mTaxRate == 0.0 ; case TIP : return mTipRate == 0.0 ; case PEOPLE : return mPersons == 1 ; case FX : return mFxRate == 1.0 ; default : return false ; } } | determine whether a particular row is hidden concode_field_sep int PEOPLE concode_elem_sep int TAX concode_elem_sep double mFxRate concode_elem_sep int AMOUNT concode_elem_sep double mTipRate concode_elem_sep int FX concode_elem_sep TableLayout mDisplay concode_elem_sep double mTaxRate concode_elem_sep DecimalFormat mF... |
boolean function ( ) { return awake ; } | is this body initially sleeping ? concode_field_sep Object userData concode_elem_sep float gravityScale concode_elem_sep float linearDamping concode_elem_sep float angularDamping concode_elem_sep boolean active concode_elem_sep boolean awake concode_elem_sep BodyType type concode_elem_sep float angularVelocity concode_... |
String function ( ) { return location . getText ( ) ; } | the location from the dialog . concode_field_sep JFrame parentFrame concode_elem_sep JPasswordField password concode_elem_sep Object[] options concode_elem_sep SWORDComboBox onBehalfOf concode_elem_sep JPanel controls concode_elem_sep SWORDComboBox location concode_elem_sep SWORDComboBox username concode_field_sep JPan... |
String function ( ) { if ( bld == null ) { return "srini_string" ; } else { return bld ; } } | gets the value of the bld property . concode_field_sep Boolean animBg concode_elem_sep String bld concode_field_sep boolean isAnimBg concode_elem_sep void setAnimBg concode_elem_sep void setBld |
boolean function ( double arg0 ) { return ( arg0 >= this . lower && arg0 <= this . upper ) ; } | returns true if the range contains the specified value and false otherwise . concode_field_sep long serialVersionUID concode_elem_sep double lower concode_elem_sep double upper concode_field_sep Range expandToInclude concode_elem_sep boolean intersects concode_elem_sep boolean intersects concode_elem_sep Range shift co... |
int function ( final int [ ] arg0 , final int arg1 ) { int loc0 = arg0 . length - 2 ; for ( int loc1 = 1 ; loc1 < arg1 - 1 && loc0 > 1 ; loc1 ++ ) { loc0 = first ( arg0 , loc0 - 1 , 0 ) ; } return loc0 ; } | finds the number of nodes to relocate in order to achieve a given code length limit . concode_field_sep PlaceHolder placeHolder concode_field_sep void allocateHuffmanCodeLengths concode_elem_sep void setExtendedParentPointers concode_elem_sep void allocateNodeLengths concode_elem_sep void allocateNodeLengthsWithRelocat... |
long function ( long arg0 , TimeUnit arg1 ) { if ( latch . await ( arg0 , arg1 ) ) { return received - sent ; } else { return - 2 ; } } | returns the round trip time for this ping in nanoseconds , or -1 if the response was cancelled , or -2 if the timeout elapsed before the round trip completed . concode_field_sep long sent concode_elem_sep CountDownLatch latch concode_elem_sep long received concode_field_sep void cancel concode_elem_sep void receive con... |
boolean function ( ) { return enumeration . hasMoreElements ( ) ; } | returns true if and only if there are more objects available via the next method concode_field_sep CollectionManager manager concode_elem_sep Enumeration enumeration concode_field_sep Object next concode_elem_sep Enumeration createEnumeration concode_elem_sep CollectionManager getCollectionManager concode_elem_sep BshI... |
ImmutableBytesWritable function ( Result arg0 ) { return getKey ( arg0 , 0 ) ; } | return a pointer into a potentially much bigger byte buffer that points to the key of a result . concode_field_sep Comparator<Result> KEY_COMPARATOR concode_elem_sep Result EMPTY_RESULT concode_field_sep int getKeyOffset concode_elem_sep byte[] getRawBytes concode_elem_sep int compare concode_elem_sep Result toResult c... |
int function ( String arg0 ) { return 4 ; } | the default operation size of the command if no explicit size is specified , e.g. `` mov 0 , 1 '' treats the 1 as a 32bit-value and overwrites memory cells 0-3 concode_field_sep DataSpace dataspace concode_elem_sep int AF concode_elem_sep int PF concode_elem_sep int CF concode_elem_sep int OF concode_elem_sep int SF co... |
void function ( ) { if ( currentCoord == ( actualCoords - 1 ) ) { done = true ; } else { currentCoord ++ ; } } | moves the iterator to the next segment of the path forwards along the primary direction of traversal as long as there are more points in that direction . concode_field_sep AffineTransform at concode_elem_sep int actualCoords concode_elem_sep double[] allCoords concode_elem_sep boolean done concode_elem_sep int currentC... |
void function ( ) { CurrentInprogress loc0 = new CurrentInprogress ( zkc , CURRENT_NODE_PATH ) ; loc0 . init ( ) ; loc0 . update ( "srini_string" ) ; assertEquals ( "srini_string" , "srini_string" , loc0 . read ( ) ) ; loc0 . update ( "srini_string" ) ; loc0 . update ( "srini_string" ) ; } | tests that update should throw ioe , if version number modifies between read and update concode_field_sep int CONNECTION_TIMEOUT concode_elem_sep int ZooKeeperDefaultPort concode_elem_sep File zkTmpDir concode_elem_sep ZooKeeperServer zks concode_elem_sep ZooKeeper zkc concode_elem_sep Log LOG concode_elem_sep NIOServe... |
boolean function ( ) { return this . stickySessionForce ; } | getter for stickysessionforce concode_field_sep String stickySessionPath concode_elem_sep String stickySessionCookie concode_elem_sep String stickySessionPath concode_elem_sep int maxattempts concode_elem_sep boolean stickySession concode_elem_sep boolean stickySessionForce concode_elem_sep boolean stickySession concod... |
String function ( ) { return fullName ; } | gets the value of the fullname property . concode_field_sep String fullName concode_elem_sep String emailId concode_elem_sep long serialVersionUID concode_field_sep void setFullName concode_elem_sep void setEmailId concode_elem_sep String getEmailId |
String function ( ) { return topicArn ; } | the amazon resource name arn assigned to the created topic . concode_field_sep String topicArn concode_field_sep void setTopicArn concode_elem_sep CreateTopicResult withTopicArn concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep CreateTopicResult clone concode_elem_sep String toString |
Map < String , PushRegistration > function ( ) { return registrations ; } | return all push registrations , keyed by profile names . concode_field_sep long VERSION concode_elem_sep AtomicFile file concode_elem_sep Map<String,PushRegistration> registrations concode_elem_sep String LOG_TAG concode_field_sep boolean checkpoint concode_elem_sep PushRegistration putRegistration concode_elem_sep Pus... |
void function ( Type arg0 , int arg1 , BlockBuilder arg2 ) { for ( int loc0 = 0 ; loc0 < arg1 ; loc0 ++ ) { if ( bitsInData == 0 ) { readByte ( ) ; } arg0 . writeBoolean ( arg2 , ( data & HIGH_BIT_MASK ) != 0 ) ; data <<= 1 ; bitsInData -- ; } } | sets the vector element to true if the bit is set . concode_field_sep int bitsInData concode_elem_sep byte data concode_elem_sep ByteStream byteStream concode_elem_sep int HIGH_BIT_MASK concode_field_sep int countBitsSet concode_elem_sep void seekToCheckpoint concode_elem_sep int getUnsetBits concode_elem_sep Class<Boo... |
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... |
TransactionStatusEnum function ( ) { return transactionStatusEnum ; } | gets the value of the transactionstatusenum property . concode_field_sep SettingNameEnum settingNameEnum concode_elem_sep TransactionTypeEnum transactionTypeEnum concode_elem_sep SettlementStateEnum settlementStateEnum concode_elem_sep CardTypeEnum cardTypeEnum concode_elem_sep CustomerProfileSummaryType customerProfil... |
void function ( D1Matrix64F arg0 , D1Matrix64F arg1 ) { if ( arg0 . numRows != arg1 . numRows || arg0 . numCols != arg1 . numCols ) throw new IllegalArgumentException ( "srini_string" ) ; final int loc0 = arg0 . getNumElements ( ) ; for ( int loc1 = 0 ; loc1 < loc0 ; loc1 ++ ) { arg1 . set ( loc1 , Math . log ( arg0 . ... | performs an element by element natural logarithm operation . bij = log aij concode_field_sep PlaceHolder placeHolder concode_field_sep void elementSquare concode_elem_sep void elementSquare concode_elem_sep D1Matrix64F floatArrayToMatrix concode_elem_sep D1Matrix64F floatArrayToMatrix concode_elem_sep void elementExp c... |
DecimalType function ( int arg0 , int arg1 ) { return DecimalType$ . MODULE$ . apply ( arg0 , arg1 ) ; } | creates a decimaltype by specifying the precision and scale . concode_field_sep DataType StringType concode_elem_sep DataType DateType concode_elem_sep DataType BooleanType concode_elem_sep DataType BinaryType concode_elem_sep DataType TimestampType concode_elem_sep DataType LongType concode_elem_sep DataType DoubleTyp... |
ESIValidateKitItemsRequestType function ( ) { return new ESIValidateKitItemsRequestType ( ) ; } | create an instance of esivalidatekititemsrequesttype concode_field_sep QName _EsiValidateKitItemsRequest_QNAME concode_elem_sep QName _EsiValidateKitItemsResponse_QNAME concode_field_sep ESIValidateKitItemsResponseType.SimInfo createESIValidateKitItemsResponseTypeSimInfo concode_elem_sep JAXBElement<ESIValidateKitItems... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.