code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
void function ( String arg0 ) { this . queue = arg0 ; ea . add ( "srini_string" , arg0 ) ; } | sets queuing options . when used with a string , can be ` front ' or ` end ' to queue the effect in the global effects queue at the beginning or end , or a queue parameter object that can have position : ` front/end ' , scope : ` scope ' , limit :1 concode_field_sep boolean fired concode_elem_sep boolean submit concode... |
void function ( ) { if ( ! isRepeating ( ) && wasInThePast ( ) ) unpersist ( ) ; if ( ! isRepeating ( ) ) getNotMgr ( ) . cancel ( getId ( ) ) ; } | clear the local notification without canceling repeating alarms . concode_field_sep Class<?> defaultReceiver concode_elem_sep Class<?> receiver concode_elem_sep String PREF_KEY concode_elem_sep Context context concode_elem_sep Options options concode_elem_sep NotificationCompat.Builder builder concode_field_sep void ca... |
java . lang . Long function ( ) { return videoCompletionsDelivered ; } | gets the videocompletionsdelivered value for this stats . concode_field_sep java.lang.Long impressionsDelivered concode_elem_sep java.lang.Long videoStartsDelivered concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.Long clicksDelivered concode_elem_sep boolean __hashCodeCalc concode_elem_sep org... |
boolean function ( byte [ ] arg0 , BytesRef arg1 ) { if ( arg0 . length < arg1 . length ) { return false ; } for ( int loc0 = 0 ; loc0 < arg1 . length ; loc0 ++ ) { if ( arg0 [ loc0 ] != arg1 . bytes [ arg1 . offset + loc0 ] ) { return false ; } } return true ; } | returns true iff the ref starts with the given prefix . otherwise false . concode_field_sep BigInteger nextId concode_elem_sep int ID_LENGTH concode_elem_sep Object idLock concode_elem_sep BigInteger mask128 concode_elem_sep int GOOD_FAST_HASH_SEED concode_field_sep boolean sliceEquals concode_elem_sep byte[] randomId ... |
void function ( String arg0 ) { this . username = arg0 ; } | impersonate other user . this function is used to set a different username than the one used for authentication as responsible for the changes . for this to work , the user used for authentication must be `` trusted '' , which means that it has permission to impersonate other users . concode_field_sep String authoritat... |
void function ( HadoopStepConfig arg0 ) { this . config = arg0 ; } | the hadoop job configuration of the cluster step . concode_field_sep String actionOnFailure concode_elem_sep String name concode_elem_sep String id concode_elem_sep HadoopStepConfig config concode_elem_sep StepStatus status concode_field_sep void setName concode_elem_sep StepSummary withStatus concode_elem_sep StepSumm... |
void function ( com . amazon . ec2 . ImportVolumeResponseType arg0 ) { this . localImportVolumeResponse = arg0 ; } | auto generated setter method concode_field_sep com.amazon.ec2.ImportVolumeResponseType localImportVolumeResponse concode_elem_sep javax.xml.namespace.QName MY_QNAME concode_field_sep java.lang.String generatePrefix concode_elem_sep void serialize concode_elem_sep void serialize concode_elem_sep void writeQName concode_... |
List < Integer > function ( ) { return mColors ; } | ###### ###### color getting related methods ##### ###### concode_field_sep String mLabel concode_elem_sep float mValueTextSize concode_elem_sep boolean mVisible concode_elem_sep List<Integer> mValueColors concode_elem_sep ValueFormatter mValueFormatter concode_elem_sep YAxis.AxisDependency mAxisDependency concode_elem_... |
void function ( final User arg0 ) { this . setMode ( User . MODE_ADMIN , arg0 , false ) ; } | remove admin privileges from a user in this channel . concode_field_sep String CHANNEL_PREFIX concode_elem_sep String name concode_elem_sep String topic concode_elem_sep IrcConnection irc concode_elem_sep ConcurrentHashMap<String,User> users concode_field_sep void removeFounder concode_elem_sep void renameUser concode_... |
void function ( final PropertyChangeListener arg0 ) { propertyChangeSupport . removePropertyChangeListener ( arg0 ) ; } | remove a listener for the propertychange event . concode_field_sep PropertyChangeSupport propertyChangeSupport concode_elem_sep Float value concode_field_sep String getJavaInitializationString concode_elem_sep Object getValue concode_elem_sep Component getCustomEditor concode_elem_sep boolean supportsCustomEditor conco... |
void function ( ConnectionEventListener arg0 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } listeners . remove ( arg0 ) ; } | removes an already registered connection event listener from the managedconnection instance . concode_field_sep ConfigPropertyManagedConnectionFactory mcf concode_elem_sep List<ConnectionEventListener> listeners concode_elem_sep Object connection concode_elem_sep PrintWriter logwriter concode_field_sep void associateCo... |
void function ( FacesContext arg0 , RenderingContext arg1 ) { if ( ! _isAlreadyWritten ( arg1 ) && ! __isOutsidePartialPage ( arg1 ) ) { _markAsWritten ( arg1 ) ; outputScriptletImpl ( arg0 , arg1 ) ; } } | outputs the scriptlet if needed . if the scriptlet is unnecessary or has already been output , this is a no-op . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean __isOutsidePartialPage concode_elem_sep void registerSelfWithKey concode_elem_sep void embedInScriptTag concode_elem_sep void outputScriptl... |
Class < ? > function ( String arg0 ) { Class < ? > loc0 = null ; if ( arg0 != null && arg0 . length ( ) <= 8 ) { loc0 = primitiveTypeNameMap . get ( arg0 ) ; } return loc0 ; } | resolve the given class name as primitive class , if appropriate , according to the jvm 's naming rules for primitive classes . also supports the jvm 's internal class names for primitive arrays . does not support the '' '' suffix notation for primitive arrays ; this is only supported by #forname string , classloader .... |
float function ( ) { return mHeight ; } | get the atlas height . concode_field_sep float mHeight concode_elem_sep float mWidth concode_elem_sep Bitmap[] mPages concode_elem_sep boolean mUsesCompression concode_elem_sep Tile[] mTiles concode_field_sep void setPages concode_elem_sep boolean getUsesCompression concode_elem_sep float getWidth concode_elem_sep Bitm... |
String function ( ) { return deploymentDesc [ MODULE_TYPE ] ; } | return the module type . concode_field_sep int MODULE_TYPE concode_elem_sep int MODULE_SEQUENCE concode_elem_sep int CONTAINER concode_elem_sep int ALLOCATED concode_elem_sep int DEPLOYMENT_DESC concode_elem_sep String[] deploymentDesc concode_elem_sep int DEPLOYMENT_UNIT_NAME concode_elem_sep String[] elements concode... |
ThrowingLongUnaryOperator function ( ThrowingLongUnaryOperator arg0 ) { return orTryWith ( arg0 , null ) ; } | returns a throwinglongunaryoperator applying the given operator to the argument if this operator throws an exception . concode_field_sep PlaceHolder placeHolder concode_field_sep long applyAsLong concode_elem_sep ThrowingLongUnaryOperator compose concode_elem_sep long applyAsLongThrowing concode_elem_sep LongUnaryOpera... |
double function ( Imt arg0 , String arg1 ) { return table . get ( arg0 , arg1 ) ; } | return the value of the coefficient for the supplied name and intensity measure type . concode_field_sep String C_DIR concode_elem_sep Table<Imt,String,Double> table concode_field_sep Set<Imt> imts concode_elem_sep Table<Imt,String,Double> load |
void function ( String arg0 ) { this . stackId = arg0 ; } | the stack id . concode_field_sep Integer appsCount concode_elem_sep String stackId concode_elem_sep String name concode_elem_sep InstancesCount instancesCount concode_elem_sep Integer layersCount concode_elem_sep String arn concode_field_sep void setName concode_elem_sep String getName concode_elem_sep void setLayersCo... |
void function ( ) { } | this method is called after the connection is made to the remote . implementations should create internal state to finish the connection process . concode_field_sep boolean mConnected concode_elem_sep TProtocol mProtocol concode_elem_sep String mMode concode_elem_sep long mServiceVersion concode_elem_sep Configuration ... |
void function ( final String arg0 ) { try { connection . sendCommand ( arg0 ) ; } catch ( Exception loc0 ) { logger . error ( "srini_string" , ip + "srini_string" + port , loc0 ) ; } } | sends a command to onkyo device . concode_field_sep int port concode_elem_sep String ip concode_elem_sep Eiscp connection concode_elem_sep Logger logger concode_field_sep void removeEventListener concode_elem_sep String getConnectionName concode_elem_sep void openConnection concode_elem_sep boolean isConnected concode_... |
void function ( double arg0 ) { this . allocatedY = arg0 ; } | sets the allocated y-coordinate . concode_field_sep double allocatedY concode_elem_sep double gap concode_elem_sep double angle concode_elem_sep double baseY concode_elem_sep double linkPercent concode_elem_sep TextBox label concode_elem_sep double labelHeight concode_elem_sep Comparable key concode_field_sep Comparabl... |
void function ( String [ ] arg0 ) { boolean loc0 ; if ( arg0 . length != 1 ) { System . out . println ( "srini_string" ) ; System . exit ( 1 ) ; } String loc1 = arg0 [ 0 ] ; loc0 = compileProgram ( loc1 , objectName , false , false ) ; } | triangle compiler main program . concode_field_sep String objectName concode_elem_sep Parser parser concode_elem_sep Scanner scanner concode_elem_sep Drawer drawer concode_elem_sep ErrorReporter reporter concode_elem_sep Checker checker concode_elem_sep Program theAST concode_elem_sep Encoder encoder concode_field_sep ... |
boolean function ( ) { return ( this . currentIndex < this . record . length ( ) ) ; } | tests if there are more tokens available from this tokenizer 's string . if this method returns true , then a subsequent call to nexttoken with no argument will successfully return a token . concode_field_sep String quate concode_elem_sep String SEPARATOR_COMMA concode_elem_sep String SEPARATOR_TAB concode_elem_sep Str... |
java . util . List < com . liferay . portal . kernel . model . PortletItem > function ( int arg0 , int arg1 ) { return _portletItemLocalService . getPortletItems ( arg0 , arg1 ) ; } | returns a range of all the portlet items . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end to com.liferay.portal.kernel.dao.orm.queryutil #a... |
Stream < Path > function ( Path arg0 , FileVisitOption ... arg1 ) { try { return Files . walk ( arg0 , arg1 ) ; } catch ( IOException loc0 ) { throw new RuntimeException ( loc0 ) ; } } | get all files and dirs under a start target concode_field_sep PlaceHolder placeHolder concode_field_sep Path userHomeDir concode_elem_sep Document parseHtml concode_elem_sep Document parseHtml concode_elem_sep Document parseHtml concode_elem_sep String removeFileExtension concode_elem_sep String joinLines concode_elem_... |
void function ( ) { synchronized ( lock ) { while ( ! triggered ) { lock . wait ( ) ; } } } | waits until #trigger is called . once trigger has been called thiscall will always return immediately . concode_field_sep boolean triggered concode_elem_sep Object lock concode_field_sep void trigger |
void function ( String arg0 ) { this . name = arg0 ; } | setter concode_field_sep Timestamp executedAt concode_elem_sep String name concode_elem_sep int ID concode_field_sep String getName concode_elem_sep void setID concode_elem_sep int getID concode_elem_sep Timestamp getExecutedAt concode_elem_sep void setExecutedAt |
Repository function ( String arg0 ) { if ( hasUser ( arg0 ) ) return this ; UserBindingInfo loc0 = new UserBindingInfo ( arg0 ) ; users . put ( arg0 , loc0 ) ; changed = true ; return this ; } | adds a new user at the database . concode_field_sep boolean changed concode_elem_sep String name concode_elem_sep Hashtable contact_list concode_elem_sep String filename concode_elem_sep Hashtable users concode_field_sep NameAddress getUserContactNameAddress concode_elem_sep String getName concode_elem_sep String getNa... |
boolean function ( ) { return validateUseKey ; } | get whether to validate a client public key or certificate presented as part of a usekey element . this is true by default . concode_field_sep Object encryptionCryptoProperties concode_elem_sep Bus bus concode_elem_sep Crypto signatureCrypto concode_elem_sep SignatureProperties signatureProperties concode_elem_sep Logg... |
void function ( ServletContextEvent arg0 ) { getFileCleaningTracker ( arg0 . getServletContext ( ) ) . exitWhenFinished ( ) ; } | called when the web application is being destroyed . calls filecleaningtracker #exitwhenfinished . concode_field_sep String FILE_CLEANING_TRACKER_ATTRIBUTE concode_field_sep FileCleaningTracker getFileCleaningTracker concode_elem_sep void setFileCleaningTracker concode_elem_sep void contextInitialized |
void function ( String arg0 ) { this . newBnfcryIban = arg0 ; } | sets the value of the newbnfcryiban property . concode_field_sep String bnfcryBic concode_elem_sep String newBnfcryIban concode_elem_sep String bnfcryIban concode_field_sep void setBnfcryBic concode_elem_sep String getBnfcryIban concode_elem_sep void setBnfcryIban concode_elem_sep String getBnfcryBic concode_elem_sep S... |
double function ( String arg0 , String arg1 , double [ ] arg2 , RatingPredictor arg3 , int arg4 ) { IRatings loc0 = arg3 . getRatings ( ) ; RatingCrossValidationSplit loc1 = new RatingCrossValidationSplit ( loc0 , arg4 ) ; double loc2 = findMinimum ( arg0 , arg1 , arg2 , arg3 , loc1 ) ; arg3 . setRatings ( loc0 ) ; ret... | find the the parameters resulting in the minimal results for a given evaluation measure using k-fold cross-validation . the recommender will be set to the best parameter value after calling this method . concode_field_sep PlaceHolder placeHolder concode_field_sep double findMinimumExponential concode_elem_sep double fi... |
boolean function ( NameNode arg0 , String arg1 ) { final DatanodeManager loc0 = arg0 . getNamesystem ( ) . getBlockManager ( ) . getDatanodeManager ( ) ; return ! loc0 . getNetworkTopology ( ) . contains ( loc0 . getDatanode ( arg1 ) ) ; } | check if a given datanode specified by uuid is removed . removed means the datanode is no longer present in heartbeatmanager and networktopology . concode_field_sep PlaceHolder placeHolder concode_field_sep void updateState concode_elem_sep int checkHeartbeatAndGetUnderReplicatedBlocksCount concode_elem_sep int getNumb... |
Collection < PresentationMessage > function ( ) { return activeMessageSource . getPresentations ( ) ; } | returns all available messages . concode_field_sep Log log concode_elem_sep MutableMessageSource activeMessageSource concode_elem_sep Set<MutableMessageSource> availableMessageSources concode_field_sep MutableMessageSource getActiveMessageSource concode_elem_sep void removePresentation concode_elem_sep Collection<Prese... |
AddImageWizardChooseDataSourceVisual function ( ) { if ( component == null ) { component = new AddImageWizardChooseDataSourceVisual ( this ) ; } component . addPropertyChangeListener ( this ) ; return component ; } | get the visual component for the panel . in this template , the component is kept separate . this can be more efficient : if the wizard is created but never displayed , or not all panels are displayed , it is better to create only those which really need to be visible . concode_field_sep String knownBadPath concode_ele... |
boolean function ( MethodParameter arg0 ) { return getArgumentResolver ( arg0 ) != null ; } | whether the given @linkplain methodparameter method parameter is supported by any registered handlermethodargumentresolver . concode_field_sep Map<MethodParameter,HandlerMethodArgumentResolver> argumentResolverCache concode_elem_sep List<HandlerMethodArgumentResolver> argumentResolvers concode_field_sep HandlerMethodAr... |
void function ( ) { client . sendMessage ( "srini_string" ) ; assertEquals ( "srini_string" , "srini_string" , client . getLastServerResponse ( ) ) ; } | written concode_field_sep ClientStub client concode_field_sep void testMesg_IdealToActualUser concode_elem_sep void testMesgNoParameterOrSpace concode_elem_sep void testMesgWithUnicodeParams concode_elem_sep void setUpBeforeClass concode_elem_sep void testMesgParameterEmptyString concode_elem_sep void testMesgWithMulti... |
void function ( final String arg0 ) { this . name = arg0 ; } | sets the value of the name property . concode_field_sep String groupId concode_elem_sep String module concode_elem_sep String name concode_elem_sep String artifactId concode_elem_sep String version concode_field_sep String getVersion concode_elem_sep String getModule concode_elem_sep void setGroupId concode_elem_sep vo... |
void function ( BucketType arg0 ) { this . usageBucket = arg0 ; } | sets the value of the usagebucket property . concode_field_sep BucketType usageBucket concode_elem_sep BigDecimal price concode_elem_sep String name concode_elem_sep String description concode_elem_sep long serialVersionUID concode_elem_sep XMLGregorianCalendar effectiveDate concode_elem_sep XMLGregorianCalendar expira... |
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 Integer number concode_elem_sep Boolean hasContent concode_elem_sep Integer previousPage concode_elem_sep Integer numberOfElements concode_elem_sep Boolean hasNextPage concode_elem_sep Boolean last concode_e... |
int [ ] function ( int arg0 , SizeRequirements [ ] arg1 ) { return null ; } | adjustsizes concode_field_sep int maximum concode_elem_sep float alignment concode_elem_sep int minimum concode_elem_sep int preferred concode_field_sep SizeRequirements getTiledSizeRequirements concode_elem_sep void calculateTiledPositions concode_elem_sep SizeRequirements getAlignedSizeRequirements concode_elem_sep S... |
OtherCertStatusValuesType function ( ) { return otherValues ; } | gets the value of the othervalues property . concode_field_sep CRLValuesType crlValues concode_elem_sep OtherCertStatusValuesType otherValues concode_elem_sep OCSPValuesType ocspValues concode_elem_sep String id concode_field_sep CRLValuesType getCRLValues concode_elem_sep void setCRLValues concode_elem_sep void setOCS... |
void function ( GVTTreeRendererEvent arg0 ) { } | called when a rendering is in its preparing phase . concode_field_sep PlaceHolder placeHolder concode_field_sep void gvtRenderingCompleted concode_elem_sep void gvtRenderingStarted concode_elem_sep void gvtRenderingCancelled concode_elem_sep void gvtRenderingFailed |
Object function ( JScrollPane arg0 , CurrentPageChanger arg1 ) { MouseWheelCurrentPageListener loc0 = null ; if ( arg0 != null && arg1 != null ) { loc0 = new MouseWheelCurrentPageListener ( arg0 , arg1 ) ; arg0 . addMouseWheelListener ( loc0 ) ; } return loc0 ; } | install a mousewheelcurrentpagelistener as a mousewheellistener concode_field_sep JScrollPane scrollpane concode_elem_sep CurrentPageChanger currentPageChanger concode_elem_sep boolean calculatingCurrentPage concode_field_sep void uninstall concode_elem_sep void mouseWheelMoved |
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 ) { return getService ( ) . arg0 ( arg0 , arg1 , arg2 ) ; } | performs a dynamic query on the database and returns a range of the matching rows . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end to com.l... |
void function ( ) { } | called after plugin construction and fields have been initialized . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String id concode_field_sep boolean onOverrideUrlLoading concode_elem_sep void onDestroy concode_elem_se... |
FullIdent function ( DetailAST arg0 ) { final FullIdent loc0 = new FullIdent ( ) ; extractFullIdent ( loc0 , arg0 ) ; return loc0 ; } | creates a new fullident starting from the specified node . concode_field_sep int lineNo concode_elem_sep List<String> elements concode_elem_sep int colNo concode_field_sep String getText concode_elem_sep int getLineNo concode_elem_sep void extractFullIdent concode_elem_sep String toString concode_elem_sep int getColumn... |
int function ( ) { return i_end ; } | returns the length of the word resulting from the stemming process . concode_field_sep int i_end concode_elem_sep char[] b concode_elem_sep int INC concode_elem_sep int i concode_elem_sep int j concode_elem_sep int k concode_field_sep void add concode_elem_sep void add concode_elem_sep void step6 concode_elem_sep void ... |
int function ( String arg0 , int arg1 ) { String loc0 = property ( arg0 ) ; if ( loc0 != null ) { try { return Integer . parseInt ( loc0 ) ; } catch ( NumberFormatException loc1 ) { logger . log ( Level . FINE , "srini_string" , loc1 ) ; } } return arg1 ; } | return value for system property name parsed as int or defaultvalue if the property does not exist or a security manager denies access to it concode_field_sep Logger logger concode_field_sep boolean booleanProperty concode_elem_sep boolean booleanProperty concode_elem_sep double sysPropertyDouble concode_elem_sep doubl... |
PercentType function ( int arg0 ) { return new PercentType ( BigDecimal . valueOf ( arg0 ) . multiply ( BigDecimal . valueOf ( 100 ) ) . divide ( BigDecimal . valueOf ( DmxChannel . DMX_MAX_VALUE ) , 0 , BigDecimal . ROUND_UP ) . intValue ( ) ) ; } | convert a 0-255 scale value to a percent type . concode_field_sep PlaceHolder placeHolder concode_field_sep int getOutputValue concode_elem_sep int calculateWhite concode_elem_sep int getByteFromPercentType concode_elem_sep int capDmxValue |
StatusChangeActionType function ( ) { return action ; } | getter for action concode_field_sep String note concode_elem_sep String preferredPrefix concode_elem_sep String profileID concode_elem_sep StatusChangeActionType action concode_elem_sep String nameSpace concode_field_sep String toXMLString concode_elem_sep void setProfileID concode_elem_sep void setAction concode_elem_... |
void function ( String arg0 ) { this . resourceName = arg0 ; } | to set resource name . concode_field_sep ExecutionService executionService concode_elem_sep Logger LOGGER concode_elem_sep String processDefinitionId concode_elem_sep String deploymentId concode_elem_sep String processKey concode_elem_sep String resourceName concode_elem_sep RepositoryService repositoryService concode_... |
void function ( ) { final Request loc0 = new RqFake ( Arrays . asList ( "srini_string" , "srini_string" ) , "srini_string" ) ; MatcherAssert . assertThat ( new RsPrint ( new RsFork ( loc0 , new FkTypes ( "srini_string" , new RsText ( "srini_string" ) ) ) ) . printBody ( ) , Matchers . endsWith ( "srini_string" ) ) ; } | rsfork can route by the accept header . concode_field_sep PlaceHolder placeHolder concode_field_sep void negotiatesContent concode_elem_sep void negotiatesContentWithoutAccept |
boolean function ( ) { return false ; } | only returns true if the expression is a wildcard . concode_field_sep boolean addedToFilter concode_field_sep String getSchemaName concode_elem_sep String getColumnName concode_elem_sep Expression getNonAliasExpression concode_elem_sep String getSQL concode_elem_sep boolean isValueSet concode_elem_sep boolean isAutoInc... |
String function ( ) { return id ; } | gets the value of the id property . concode_field_sep List<Library> library concode_elem_sep SecurityPermissions securityPermissions concode_elem_sep Description description concode_elem_sep String id concode_field_sep List<Library> getLibrary concode_elem_sep void setSecurityPermissions concode_elem_sep void setId con... |
Matcher < View > function ( ) { return isClosed ( GravityCompat . START ) ; } | returns a matcher that verifies that the drawer with gravity start is closed . matches only when the drawer is fully closed . use #isopen instead of not isclosed when you wish to check that the drawer is fully open . concode_field_sep PlaceHolder placeHolder concode_field_sep Matcher<View> isOpen concode_elem_sep Match... |
AST function ( AST arg0 , AST arg1 ) { AST loc0 = null ; AST loc1 = arg0 . getFirstChild ( ) ; while ( loc1 != null ) { if ( loc1 == arg1 ) { return loc0 ; } loc0 = loc1 ; loc1 = loc1 . getNextSibling ( ) ; } throw new IllegalArgumentException ( "srini_string" ) ; } | find the previous sibling in the parent for the given child . concode_field_sep FilterPredicate predicate concode_elem_sep List collectedNodes concode_field_sep AST getLastSibling concode_elem_sep AST findTypeInChildren concode_elem_sep String getPathText concode_elem_sep void getPathText concode_elem_sep String getTok... |
String function ( ExpressionContext arg0 ) { Node loc0 = arg0 . getContextNode ( ) ; int loc1 = ( ( DTMNodeProxy ) loc0 ) . getDTMNodeNumber ( ) ; SourceLocator loc2 = ( ( DTMNodeProxy ) loc0 ) . getDTM ( ) . getSourceLocatorFor ( loc1 ) ; if ( loc2 != null ) return loc2 . getSystemId ( ) ; else return null ; } | systemid returns the system id of the current context node . concode_field_sep PlaceHolder placeHolder concode_field_sep int columnNumber concode_elem_sep int columnNumber concode_elem_sep int lineNumber concode_elem_sep int lineNumber concode_elem_sep String publicId concode_elem_sep String publicId |
void function ( String arg0 , double arg1 ) { setDouble_0 ( nativeObj , arg0 , arg1 ) ; return ; } | sets the algorithm parameter the method sets value of the particular parameter . some of the algorithm parameters may be declared as read-only . if you try to set such a parameter , you will get exception with the corresponding error message . concode_field_sep long nativeObj concode_field_sep void setMatVector_0 conco... |
void function ( Annotation arg0 ) { if ( arg0 . getBorderStyle ( ) == null ) { arg0 . setBorderStyle ( new BorderStyle ( ) ) ; } arg0 . setUserSpaceRectangle ( userSpaceRectangle ) ; } | restores the annotation state in this instance to the annotation specified as a param . this method is ment to bue used in concode_field_sep AnnotationComponent annotationComponent concode_elem_sep Rectangle2D.Float userSpaceRectangle concode_field_sep void apply concode_elem_sep void synchronizeState |
Effect function ( ) { return cartEffect ; } | gets effect for shopping cart . concode_field_sep StoreTable storeTable concode_elem_sep Random random concode_elem_sep Effect cartEffect concode_elem_sep ArrayList purchasedList concode_field_sep String getItemString concode_elem_sep ArrayList getPurchasedList concode_elem_sep void setCartEffect concode_elem_sep Strin... |
int function ( ) { return this . total ; } | total number of shards in the cluster concode_field_sep int minIndexShards concode_elem_sep String AVG concode_elem_sep String MAX concode_elem_sep SegmentsStats segments concode_elem_sep int primaries concode_elem_sep int maxIndexShards concode_elem_sep int total concode_elem_sep String REPLICATION concode_elem_sep Do... |
String function ( Class < ? > arg0 ) { String loc0 = null ; if ( arg0 != null ) { while ( arg0 . isAnonymousClass ( ) ) { arg0 = arg0 . getSuperclass ( ) ; } loc0 = arg0 . getSimpleName ( ) ; } return loc0 ; } | gets the simple name without the package of the given class or null if the class is null . concode_field_sep PlaceHolder placeHolder concode_field_sep String name concode_elem_sep Class<?> relativeClass |
Map < String , HandlerResult > function ( ) { return this . successes ; } | gets the authentication success map . concode_field_sep Principal principal concode_elem_sep List<CredentialMetaData> credentials concode_elem_sep Map<String,Class<? extends Exception>> failures concode_elem_sep Map<String,Object> attributes concode_elem_sep Date authenticationDate concode_elem_sep Map<String,HandlerRe... |
void function ( int arg0 ) { if ( arg0 < 1 ) return ; float [ ] loc0 = ( float [ ] ) waveform . clone ( ) ; for ( int loc1 = arg0 ; loc1 < waveform . length ; loc1 ++ ) { float loc2 = 0 ; for ( int loc3 = loc1 - arg0 ; loc3 <= loc1 ; loc3 ++ ) { loc2 += loc0 [ loc3 ] / arg0 ; } waveform [ loc1 ] = loc2 ; } } | smooth out the values in the table by using a moving average window . concode_field_sep float lengthForValue concode_elem_sep float[] waveform concode_field_sep void set concode_elem_sep void offset concode_elem_sep void invert concode_elem_sep void setWaveform concode_elem_sep void scale concode_elem_sep float[] getWa... |
void function ( String arg0 , Object arg1 ) { assertTrue ( arg0 , arg1 != null ) ; } | asserts that an object is n't null . if it is an assertionfailederror is thrown with the given message . 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 concode_elem_sep vo... |
Polygon function ( ) { return mapPolygon ; } | gets the polygon object that represents the time zone on the image map . concode_field_sep Polygon mapPolygon concode_elem_sep String id concode_elem_sep String mapCommandButtonId concode_field_sep boolean isRelevantComponentId concode_elem_sep String getId concode_elem_sep String getMapCommandButtonId |
UpdateBasePathMappingResult function ( String arg0 ) { setStage ( arg0 ) ; return this ; } | the name of the api 's stage . concode_field_sep String basePath concode_elem_sep String stage concode_elem_sep String restApiId concode_field_sep String getStage concode_elem_sep String getBasePath concode_elem_sep int hashCode concode_elem_sep void setRestApiId concode_elem_sep boolean equals concode_elem_sep UpdateB... |
String function ( ) { return operation ; } | gets the value of the operation property . concode_field_sep String service concode_elem_sep String description concode_elem_sep String definition concode_elem_sep long serialVersionUID concode_elem_sep String source concode_elem_sep String operation concode_elem_sep String responseCode concode_field_sep String getDefi... |
String function ( ) { if ( colorList . size ( ) <= 0 ) { colorList = new Vector ( Arrays . asList ( ALL_COLORS ) ) ; } return "srini_string" + colorList . remove ( generator . nextInt ( colorList . size ( ) ) ) . toString ( ) ; } | method to randomly select an html color code from a preset list eg : #c62fd5 concode_field_sep String DEFAULT_COLOR concode_elem_sep Vector colorList concode_elem_sep boolean stamp concode_elem_sep String[] ALL_COLORS concode_elem_sep ChatState singleton concode_elem_sep Random generator concode_elem_sep Vector userLis... |
vn . dtt . sol . ns . vesinhmoitruong . dao . model . keHoachVeSinhXaNew function ( int arg0 ) { return getPersistence ( ) . findByPrimaryKey ( arg0 ) ; } | returns the ke hoach ve sinh xa new with the primary key or throws a vn.dtt.sol.ns.vesinhmoitruong.dao.nosuchkehoachvesinhxanewexception if it could not be found . concode_field_sep keHoachVeSinhXaNewPersistence _persistence concode_field_sep int countAll concode_elem_sep void cacheResult concode_elem_sep void cacheRes... |
void function ( Runnable arg0 , Executor arg1 ) { try { arg1 . execute ( arg0 ) ; } catch ( RuntimeException loc0 ) { log . log ( Level . SEVERE , "srini_string" + arg0 + "srini_string" + arg1 , loc0 ) ; } } | submits the given runnable to the given executor catching and logging all @linkplain runtimeexception runtime exceptions thrown by the executor . concode_field_sep RunnableExecutorPair next concode_elem_sep Runnable runnable concode_elem_sep Executor executor concode_elem_sep Logger log concode_elem_sep boolean execute... |
int function ( ) { String loc0 = mProperties . getProperty ( ISettingsPage . KEY_MONITOR_DENSITY , null ) ; if ( loc0 == null ) { return - 1 ; } try { return Integer . parseInt ( loc0 ) ; } catch ( NumberFormatException loc1 ) { return - 1 ; } } | returns the value of the isettingspage #key_monitor_density setting concode_field_sep Settings mSettings concode_elem_sep ISettingsPage mSettingsPage concode_elem_sep List<OnChangedListener> mChangedListeners concode_elem_sep String SETTINGS_FILENAME concode_elem_sep ILogger mSdkLog concode_elem_sep IFileOp mFileOp con... |
DeleteHapgResult function ( String arg0 ) { setStatus ( arg0 ) ; return this ; } | the status of the action . concode_field_sep String status concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep DeleteHapgResult clone concode_elem_sep String toString concode_elem_sep String getStatus concode_elem_sep void setStatus |
Message function ( Message arg0 ) { return arg0 ; } | returns the text representation of the text without providing any style . concode_field_sep Message errorText concode_elem_sep Message doneText concode_elem_sep String SPACE concode_field_sep Message getFormattedWarning concode_elem_sep Message getFormattedWithPoints concode_elem_sep Message getFormattedAfterUrlClick c... |
String function ( ) { return sourceClusterLimit ; } | get the source cluster retention limit . concode_field_sep String targetClusterEnd concode_elem_sep String sourceClusterAction concode_elem_sep String sourceClusterLimit concode_elem_sep String description concode_elem_sep String targetClusterAction concode_elem_sep String sourceClusterEnd concode_elem_sep String targe... |
void function ( byte [ ] arg0 , ChmAccessor < ? > arg1 , int arg2 ) { assertByteArrayNotNull ( arg0 ) ; assertChmAccessorNotNull ( arg1 ) ; } | checks validity of chmaccessor parameters concode_field_sep PlaceHolder placeHolder concode_field_sep void assertCopyingDataIndex concode_elem_sep void assertPositiveInt concode_elem_sep void assertInputStreamNotNull concode_elem_sep void assertByteArrayNotNull concode_elem_sep void assertChmBlockSegment concode_elem_s... |
String function ( ) { return string ; } | gets the textual description concode_field_sep Orientation HORIZONTAL concode_elem_sep Orientation MINUS_45 concode_elem_sep Orientation VERTICAL concode_elem_sep Orientation STACKED concode_elem_sep String string concode_elem_sep Orientation PLUS_90 concode_elem_sep Orientation PLUS_45 concode_elem_sep int value conco... |
void function ( int arg0 ) { Integer loc0 = new Integer ( arg0 ) ; this . seriesLabelLists . put ( loc0 , null ) ; } | clears the extra labels for the specified series . concode_field_sep Map seriesLabelLists concode_elem_sep String formatPattern concode_elem_sep String DEFAULT_LABEL_FORMAT concode_elem_sep long serialVersionUID concode_elem_sep String additionalFormatPattern concode_field_sep int hashCode concode_elem_sep boolean equa... |
Runner function ( String arg0 ) { Operation loc0 = operationByName ( arg0 ) ; if ( loc0 != null ) { targets . add ( loc0 ) ; } return this ; } | make #run execute operation , but not return the evaluated tensor . concode_field_sep List<Tensor> outputs concode_elem_sep byte[] metadata concode_elem_sep long nativeHandle concode_elem_sep byte[] runOptions concode_elem_sep Graph.Reference graphRef concode_elem_sep int numActiveRuns concode_elem_sep ArrayList<Operat... |
IRubyObject function ( Ruby arg0 , Object arg1 ) { if ( arg1 instanceof IRubyObject ) return ( IRubyObject ) arg1 ; IRubyObject loc0 = JavaUtil . convertJavaToUsableRubyObject ( arg0 , arg1 ) ; return loc0 instanceof JavaObject ? Java . wrap ( arg0 , loc0 ) : loc0 ; } | convert a java object to a ruby object . concode_field_sep Node node concode_elem_sep Ruby runtime concode_field_sep Object rubyToJava concode_elem_sep Object rubyToJava concode_elem_sep RubyObjectAdapter newObjectAdapter concode_elem_sep IRubyObject run concode_elem_sep IRubyObject run concode_elem_sep Ruby initialize... |
RuleSet function ( OptimizerRulesContext arg0 ) { final ImmutableSet < RelOptRule > loc0 = ImmutableSet . < RelOptRule > builder ( ) . addAll ( staticRuleSet ) . add ( DrillMergeProjectRule . getInstance ( true , RelFactories . DEFAULT_PROJECT_FACTORY , arg0 . getFunctionRegistry ( ) ) ) . build ( ) ; return new DrillR... | get an immutable list of rules that will always be used when running logical planning . this can not be a static singleton because some of the rules need to reference state owned by the current query including its allocator . if a logical rule needs to be user configurable , such as turning it on and off with a system/... |
int function ( Option < FormatOption > arg0 , MediaType arg1 ) { if ( ! arg0 . isDefined ( ) ) { return DEFAULT_SCORE ; } if ( arg0 . get ( ) . mediaType ( ) . matches ( arg1 ) ) { return MAXIMUM_FORMAT_SCORE ; } return DEFAULT_SCORE ; } | computes a score by checking the value of the ' $ format ' parameter if present against a required media type . concode_field_sep int CONTENT_TYPE_HEADER concode_elem_sep String ODATA_VERSION_HEADER concode_elem_sep Logger LOG concode_elem_sep int WILDCARD_MATCH_SCORE concode_elem_sep int DELETE_LINK_SCORE concode_elem... |
void function ( DataInput arg0 , int arg1 ) { int loc0 = 0 ; int loc1 = 0 ; while ( ( loc0 < arg1 ) && ( ( loc1 = arg0 . skipBytes ( arg1 - loc0 ) ) > 0 ) ) { loc0 += loc1 ; } if ( loc0 < arg1 ) { throw new IOException ( "srini_string" + arg1 + "srini_string" + "srini_string" ) ; } } | skip len number of bytes in input streamin concode_field_sep PlaceHolder placeHolder concode_field_sep int writeCompressedString concode_elem_sep String[] readCompressedStringArray concode_elem_sep int decodeVIntSize concode_elem_sep void writeStringArray concode_elem_sep int readVInt concode_elem_sep String readCompre... |
boolean function ( ) { exception = null ; try { resources . clear ( ) ; parseDocument ( url ) ; visited = null ; return true ; } catch ( Exception loc0 ) { exception = loc0 ; } return false ; } | refresh the repository from the url . concode_field_sep String date concode_elem_sep Exception exception concode_elem_sep Set resources concode_elem_sep String name concode_elem_sep int ranking concode_elem_sep long lastModified concode_elem_sep Resource[] EMPTY_RESOURCE concode_elem_sep URL url concode_elem_sep Set vi... |
E function ( final String arg0 , final long arg1 ) { this . bundle . putLong ( arg0 , arg1 ) ; return ( E ) this ; } | sets a long value in the object . concode_field_sep Bundle bundle concode_elem_sep Bundle bundle concode_field_sep E putStringArrayList concode_elem_sep SharePhoto getPhoto concode_elem_sep E putPhotoArrayList concode_elem_sep E putDoubleArray concode_elem_sep double getDouble concode_elem_sep E putDouble concode_elem_... |
String function ( ) { return TimeZoneBean . formatCurrentTime ( dateFormat ) ; } | gets the dynamic time through the formatcurrenttime method in the timezonebean . concode_field_sep boolean currentlyShowing concode_elem_sep Polygon mapPolygon concode_elem_sep DateFormat dateFormat concode_elem_sep String id concode_elem_sep String abbreviation concode_elem_sep String mapCommandButtonId concode_field_... |
T function ( String arg0 ) { return this . runtimeContext . < T > getPreviousIterationAggregate ( arg0 ) ; } | get the aggregated value that an aggregator computed in the previous iteration . concode_field_sep IterationRuntimeContext runtimeContext concode_elem_sep long numberOfVertices concode_field_sep void postSuperstep concode_elem_sep void init concode_elem_sep T getIterationAggregator concode_elem_sep int getSuperstepNumb... |
void function ( ) { new RemoteObjectFactory ( "srini_string" , 7070 , "srini_string" , "srini_string" ) ; } | should not newpair remote object factory when user is invalid . concode_field_sep RemoteObjectServer server concode_field_sep void shouldGetErrorOnMethodMarkedAsUnsupported concode_elem_sep void shouldCreateRemoteObjectFactory concode_elem_sep void shouldInvokeAnMethod concode_elem_sep void shouldGetListItem concode_el... |
boolean function ( IFigure arg0 , IFigure arg1 ) { boolean loc0 = false ; for ( Object loc1 : arg0 . getChildren ( ) ) { if ( loc1 == arg1 ) { return true ; } if ( loc1 instanceof IFigure ) { loc0 = isChildFigure ( ( IFigure ) loc1 , arg1 ) ; if ( loc0 ) { break ; } } } return loc0 ; } | iterates over the children and children 's children to check if a figure is a direct child or indirect child of the given parent . 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_ele... |
void function ( ) { notSupported ( ) ; } | moves to after last . concode_field_sep ResultSetImpl owner concode_elem_sep ServerPreparedStatement prepStmt concode_elem_sep Field[] metadata concode_elem_sep boolean wasEmpty concode_elem_sep boolean lastRowFetched concode_elem_sep List<ResultSetRow> fetchedRows concode_elem_sep int BEFORE_START_OF_ROWS concode_elem... |
void function ( Boolean arg0 ) { this . mustUnderstand = arg0 ; } | sets the value of the mustunderstand property . concode_field_sep String actor concode_elem_sep Boolean mustUnderstand concode_elem_sep String value concode_field_sep String getValue concode_elem_sep Boolean isMustUnderstand concode_elem_sep void setActor concode_elem_sep void setValue concode_elem_sep String getActor |
void function ( int arg0 ) { this . acknowledgeMode = arg0 ; } | set the jms acknowledgement mode to use . concode_field_sep boolean pubSubDomain concode_elem_sep String clientId concode_elem_sep MessageConverter messageConverter concode_elem_sep int maxConcurrency concode_elem_sep String messageSelector concode_elem_sep boolean subscriptionShared concode_elem_sep int prefetchSize c... |
long function ( ) { return id ; } | get the identity portion of this uid . concode_field_sep MuLong COUNTER concode_elem_sep long time concode_elem_sep long id concode_field_sep long getTime concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Object clone concode_elem_sep String toString concode_elem_sep String asString |
Calendar function ( ) { return DateTimeUtils . getNext ( spring , summer , autumn , winter ) ; } | returns the next season . concode_field_sep Calendar spring concode_elem_sep SeasonName name concode_elem_sep Calendar winter concode_elem_sep Calendar autumn concode_elem_sep Calendar summer concode_field_sep void setName concode_elem_sep void setAutumn concode_elem_sep SeasonName getName concode_elem_sep void setSpri... |
void function ( JSONObject arg0 ) { this . content . putAll ( convertToMap ( arg0 ) ) ; } | take a json file plist exported as json format localizable.strings and loads its content . concode_field_sep Form norme concode_elem_sep String folder concode_elem_sep Map<String,String> content concode_elem_sep AppleLanguage language concode_elem_sep Logger log concode_field_sep AppleLanguage getLanguage concode_elem_... |
TimeCounter function ( ) { switch ( state ) { case UNSTARTED : watch . start ( ) ; break ; case RUNNING : throw new IllegalStateException ( "srini_string" ) ; case STOPPED : watch . resume ( ) ; } state = State . RUNNING ; return this ; } | starts or resumes the time count . concode_field_sep StopWatch watch concode_elem_sep State state concode_field_sep TimeCounter stop concode_elem_sep long getTime concode_elem_sep long getNanoTime concode_elem_sep TimeCounter create concode_elem_sep String toString |
String function ( int arg0 ) { return fastTail ( arg0 , Charset . defaultCharset ( ) ) ; } | uses the platform default encoding . concode_field_sep File file concode_field_sep String head concode_elem_sep String readTrim concode_elem_sep String read concode_elem_sep boolean exists concode_elem_sep String toString concode_elem_sep Iterable<String> lines concode_elem_sep void delete concode_elem_sep void write |
float function ( ) { float loc0 = this . width / 2 ; float loc1 = this . height / 2 ; if ( loc0 * 3 > loc1 || loc1 * 3 > loc0 ) { return ( float ) ( MathUtils . PI * ( ( 3 * ( loc0 + loc1 ) ) - Math . sqrt ( ( 3 * loc0 + loc1 ) * ( loc0 + 3 * loc1 ) ) ) ) ; } else { return ( float ) ( MathUtils . PI2 * Math . sqrt ( ( ... | approximates the circumference of this ellipse . oddly enough , the circumference of an ellipse is actually difficult to compute exactly . concode_field_sep long serialVersionUID concode_elem_sep float x concode_elem_sep float width concode_elem_sep float y concode_elem_sep float height concode_field_sep float area con... |
void function ( long arg0 ) { this . landingPageId = arg0 ; } | sets the landingpageid value for this clickthroughurl . concode_field_sep boolean defaultLandingPageUsed concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep long landingPageId concode_elem_sep java.lang.String customClickThroughUrl concode_elem_sep org.apache.axis.des... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.