code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
Observable < Intent > function ( Context arg0 , IntentFilter arg1 ) { return Observable . create ( new OnSubscribeLocalBroadcastRegister ( arg0 , arg1 ) ) ; } | create observable that wraps broadcastreceiver and connects to localbroadcastmanager to emit received intents . concode_field_sep PlaceHolder placeHolder concode_field_sep Observable<Intent> fromBroadcast concode_elem_sep Observable<Intent> fromBroadcast |
void function ( Map < String , Object > arg0 , Exception arg1 ) { arg0 . put ( EXCEPTION , arg1 . getClass ( ) . getName ( ) ) ; arg0 . put ( MESSAGE , arg1 . getMessage ( ) ) ; } | adds the exception and message attribute values from the exception . concode_field_sep String TIMESTAMP concode_elem_sep String STATUS concode_elem_sep String EXCEPTION concode_elem_sep String ERROR concode_elem_sep String MESSAGE concode_elem_sep String PATH concode_field_sep void addHttpStatus concode_elem_sep Map<St... |
boolean function ( ) { return guessesRemaining == 0 ; } | check whether the user has used up all of their guesses . concode_field_sep int guessesRemaining concode_elem_sep List<Letter> letters concode_elem_sep WordGenerator wordGenerator concode_elem_sep Word word concode_elem_sep int guessesAllowed concode_field_sep boolean isWon concode_elem_sep boolean guess concode_elem_s... |
UUID function ( ) { return callId ; } | returns the unique id of this call to the facebook application . concode_field_sep UUID callId concode_elem_sep Intent requestIntent concode_elem_sep int requestCode concode_elem_sep AppCall currentPendingCall concode_field_sep void setRequestIntent concode_elem_sep AppCall finishPendingCall concode_elem_sep boolean se... |
void function ( String arg0 ) { this . sourcename = arg0 ; } | sets the value of the sourcename property . concode_field_sep String datestamp concode_elem_sep String sourcetype concode_elem_sep String sourcename concode_elem_sep Object href concode_field_sep Object getHref concode_elem_sep String getSourcename concode_elem_sep void setSourcetype concode_elem_sep void setHref conco... |
String function ( ) { return mapSetMethod ; } | gets the value of the mapsetmethod property . concode_field_sep String mapGetMethod concode_elem_sep String setMethod concode_elem_sep Boolean isAccessible concode_elem_sep String dateFormat concode_elem_sep String mapSetMethod concode_elem_sep String createMethod concode_elem_sep String getMethod concode_elem_sep Fiel... |
boolean function ( ) { if ( number == 0 ) { return true ; } return false ; } | is the default sort option ? concode_field_sep int number concode_elem_sep String metadata concode_elem_sep Set<SortOption> sortOptionsSet concode_elem_sep boolean visible concode_elem_sep String ASCENDING concode_elem_sep String name concode_elem_sep String DESCENDING concode_elem_sep Logger log concode_elem_sep Strin... |
int function ( ) { return initialCapacity ; } | the initial buffer capacity the actual capacity grows as needed at runtime . concode_field_sep CollatorEnum collator concode_elem_sep Object strength concode_elem_sep String ICU_NOT_AVAILABLE concode_elem_sep DecompositionEnum decompositionMode concode_elem_sep long serialVersionUID concode_elem_sep int initialCapacity... |
String function ( ) { return id ; } | obtiene el valor de la propiedad id . concode_field_sep String id concode_elem_sep byte[] value concode_field_sep byte[] getValue concode_elem_sep void setValue concode_elem_sep void setId |
void function ( java . lang . String arg0 ) { _userTracker . setRemoteHost ( arg0 ) ; } | sets the remote host of this user tracker . concode_field_sep UserTracker _userTracker concode_field_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getRemoteAddr concode_elem_sep boolean isEscapedModel concode_elem_sep long getUserTrackerId concode_elem_sep java.lang.String getRemoteHost concode_... |
byte [ ] function ( byte [ ] arg0 ) { if ( ! isInitMac ) { throw new IllegalStateException ( ) ; } if ( arg0 != null ) { spiImpl . engineUpdate ( arg0 , 0 , arg0 . length ) ; } return spiImpl . engineDoFinal ( ) ; } | computes the digest of this mac based on the data previously specified on #update calls and on the final bytes specified by input or based on those bytes only . this mac instance is reverted to its initial state and can beused to start the next mac computation with the same parameters or initialized with different para... |
void function ( CellFactorySPI arg0 ) { addFactory ( arg0 ) ; fireCellRegistryListener ( ) ; } | registers a cellfactory . this cell factory is used to generate cell setup classes , gui panels to configuration the cell setup information , and information so that the cell type can be used in a world assembly palette of cell types . this method also generates an event to the listeners for changes in the set of regis... |
boolean function ( ) { return optNumVertices ; } | gets whether the number of vertices option is set . by default , the number of vertices option is not set . concode_field_sep int parallelism concode_elem_sep Map<String,Aggregator<?>> aggregators concode_elem_sep boolean optNumVertices concode_elem_sep String name concode_elem_sep boolean unmanagedSolutionSet concode_... |
GifDrawableBuilder function ( ContentResolver arg0 , Uri arg1 ) { mInputSource = new UriSource ( arg0 , arg1 ) ; return this ; } | wrapper of pl.droidsonroids.gif.gifdrawable #gifdrawable android.content.contentresolver , android.net.uri concode_field_sep boolean mIsRenderingTriggeredOnDraw concode_elem_sep InputSource mInputSource concode_elem_sep ScheduledThreadPoolExecutor mExecutor concode_elem_sep int mSampleSize concode_elem_sep GifDrawable ... |
void function ( int arg0 , EasingFunction arg1 ) { if ( android . os . Build . VERSION . SDK_INT < 11 ) return ; ObjectAnimator loc0 = ObjectAnimator . ofFloat ( this , "srini_string" , 0f , 1f ) ; loc0 . setInterpolator ( arg1 ) ; loc0 . setDuration ( arg0 ) ; loc0 . addUpdateListener ( mListener ) ; loc0 . start ( ) ... | animates the rendering of the chart on the y-axis with the specified animation time . if animate ... is called , no further calling of invalidate is necessary to refresh the chart . concode_field_sep float mPhaseY concode_elem_sep AnimatorUpdateListener mListener concode_elem_sep float mPhaseX concode_field_sep void se... |
Object function ( ) { return mData ; } | return the actual data object of the owner . this is the data object supplied to undomanager #getowner string , object undomanager.getowner . an owner may have a null data if it was restored from a previously saved state with no getowner call to associate it with its data . concode_field_sep UndoManager mManager concod... |
void function ( String arg0 ) { this . tax = arg0 ; } | sets the value of the tax property . concode_field_sep boolean protectDescription concode_elem_sep String accountCode concode_elem_sep BigDecimal amount concode_elem_sep boolean protectAmount concode_elem_sep String userStatus concode_elem_sep boolean protectInterCmpDest concode_elem_sep ProtectedElements protectElemen... |
String function ( ) { return dBSubnetGroupDescription ; } | provides the description of the db subnet group . concode_field_sep String vpcId concode_elem_sep com.amazonaws.internal.ListWithAutoConstructFlag<Subnet> subnets concode_elem_sep String subnetGroupStatus concode_elem_sep String dBSubnetGroupName concode_elem_sep String dBSubnetGroupDescription concode_field_sep void s... |
String function ( ) { return city ; } | gets the value of the city property . concode_field_sep String zip concode_elem_sep String apt concode_elem_sep String city concode_elem_sep String addrLine2 concode_elem_sep String street concode_elem_sep String addrLine1 concode_elem_sep long serialVersionUID concode_elem_sep String state concode_elem_sep String hous... |
void function ( java . io . InputStream arg0 , String arg1 ) { try { jj_input_stream . ReInit ( arg0 , arg1 , 1 , 1 ) ; } catch ( java . io . UnsupportedEncodingException loc0 ) { throw new RuntimeException ( loc0 ) ; } token_source . ReInit ( jj_input_stream ) ; token = new Token ( ) ; jj_ntk = - 1 ; jj_gen = 0 ; for ... | reinitialise . concode_field_sep int[] jj_expentry concode_elem_sep SimpleCharStream jj_input_stream concode_elem_sep Token jj_nt concode_elem_sep int jj_ntk concode_elem_sep int[] jj_la1_0 concode_elem_sep boolean jj_initialized_once concode_elem_sep int jj_gen concode_elem_sep int[] jj_la1 concode_elem_sep java.util.... |
String function ( String arg0 , ServletContext arg1 , boolean arg2 ) { PropertyPlaceholderHelper loc0 = ( arg2 ? nonStrictHelper : strictHelper ) ; return loc0 . replacePlaceholders ( arg0 , new ServletContextPlaceholderResolver ( arg0 , arg1 ) ) ; } | resolve $ ... placeholders in the given text , replacing them with corresponding servlet context init parameter or system property values . unresolvable placeholders with no default value are ignored and passed through unchanged if the flag is set to true . concode_field_sep PropertyPlaceholderHelper nonStrictHelper co... |
String function ( MaskedWallet arg0 ) { StringBuilder loc0 = new StringBuilder ( ) ; for ( String loc1 : arg0 . getPaymentDescriptions ( ) ) { loc0 . append ( loc1 ) ; loc0 . append ( "srini_string" ) ; } if ( loc0 . length ( ) > 0 ) { loc0 . deleteCharAt ( loc0 . length ( ) - 1 ) ; } return loc0 . toString ( ) ; } | formats the payment descriptions in a maskedwallet for display . concode_field_sep PlaceHolder placeHolder concode_field_sep String formatAddress concode_elem_sep String formatLoyaltyWalletObject concode_elem_sep String formatPrice |
Selector function ( ) { return selector ; } | gets the value of the selector property . concode_field_sep Selector selector concode_field_sep void setSelector |
ResourceReference function ( ) { return DISABLED_ICON ; } | returns a reference to a general purpose icon to indicate a disabled/misconfigured/unreachable resource concode_field_sep ResourceReference ADD_ICON concode_elem_sep ResourceReference ENABLED_ICON concode_elem_sep ResourceReference DELETE_ICON concode_elem_sep ResourceReference DISABLED_ICON concode_elem_sep ResourceRe... |
double function ( double arg0 ) { switch ( units ) { case POINT : return ( int ) ( arg0 + 0.5 ) ; case INCH : return ( int ) ( ( arg0 * 72 ) + 0.5 ) ; case MM : return ( int ) ( ( ( arg0 * 72 ) / 25.4 ) + 0.5 ) ; } return arg0 ; } | translate the internally stored dimension into points . concode_field_sep Paper A2 concode_elem_sep Paper LEGAL concode_elem_sep Paper A5 concode_elem_sep Paper JIS_B4 concode_elem_sep Paper A1 concode_elem_sep Paper NA_NUMBER_10_ENVELOPE concode_elem_sep Paper A0 concode_elem_sep Paper A4 concode_elem_sep Paper DESIGN... |
ComputeService function ( ) { return get ( ComputeService . class ) ; } | gets the compute services api concode_field_sep APIProvider provider concode_field_sep NetworkingService getNetworkingServices concode_elem_sep T get concode_elem_sep IdentityService getIdentityServices concode_elem_sep HeatService getHeatServices concode_elem_sep SaharaService getSaharaServices concode_elem_sep APIPro... |
JSONWriter function ( boolean arg0 ) { return this . append ( arg0 ? "srini_string" : "srini_string" ) ; } | append either the value true or the value false . 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 concode_elem_sep JSONWriter ... |
java . lang . Object function ( byte [ ] arg0 , short arg1 ) { Object loc0 = null ; if ( arg1 == maView . maSystem ) loc0 = ( Object ) maView . maHandle ; return loc0 ; } | implementation of xsystemdependentwindowpeer that 's all we really need . this method is called back from the office toolkit to retrieve the system data . concode_field_sep NativeView maView concode_field_sep XToolkit getToolkit concode_elem_sep void removeEventListener concode_elem_sep void setPointer concode_elem_sep... |
CTDouble function ( ) { return forward ; } | gets the value of the forward property . concode_field_sep CTPeriod period concode_elem_sep CTTrendlineType trendlineType concode_elem_sep CTBoolean dispRSqr concode_elem_sep CTDouble forward concode_elem_sep CTDouble intercept concode_elem_sep CTExtensionList extLst concode_elem_sep String name concode_elem_sep CTDoub... |
void function ( BigInteger arg0 ) { this . typ = arg0 ; } | sets the value of the typ property . concode_field_sep String val concode_elem_sep BigInteger typ concode_field_sep String getVal concode_elem_sep BigInteger getTyp concode_elem_sep void setVal |
Boolean function ( ) { return allowCreate ; } | gets the value of the allowcreate property . concode_field_sep URI format concode_elem_sep String spNameQualifier concode_elem_sep Boolean allowCreate concode_field_sep void setAllowCreate concode_elem_sep void setFormat concode_elem_sep URI getFormat concode_elem_sep String getSPNameQualifier concode_elem_sep void set... |
Class function ( ) { return type ; } | returns the type of this bean property . concode_field_sep boolean bindable concode_elem_sep Class type concode_elem_sep boolean list concode_field_sep boolean isBindable concode_elem_sep boolean isList |
java . lang . String function ( ) { return ip_obfuscation ; } | gets the ip_obfuscation value for this ip_obfuscation . concode_field_sep int in_queue concode_elem_sep java.lang.String ip_obfuscation_text concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.St... |
void function ( String arg0 ) { this . arcrole = arg0 ; } | sets the value of the arcrole property . concode_field_sep String role concode_elem_sep DirectPositionType pos 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 String type concode_elem_sep S... |
void function ( ) { final Map < String , String > loc0 = new HashMap < > ( ) ; loc0 . put ( "srini_string" , "srini_string" ) ; loc0 . put ( "srini_string" , "srini_string" ) ; assertEquals ( loc0 , getRequestParameter ( "srini_string" ) ) ; } | test request parameter - case 1 concode_field_sep PlaceHolder placeHolder concode_field_sep Map<String,String> getRequestParameter concode_elem_sep void testRequestParameter3 concode_elem_sep void testRequestParameter2 concode_elem_sep void testRequestParameter5 concode_elem_sep void testRequestParameter4 |
boolean function ( byte [ ] arg0 ) { if ( forSigning ) { throw new IllegalStateException ( "srini_string" ) ; } byte [ ] loc0 = new byte [ messDigest . getDigestSize ( ) ] ; messDigest . doFinal ( loc0 , 0 ) ; return messSigner . verifySignature ( loc0 , arg0 ) ; } | this function verifies the signature of the message that has been updated , with the aid of the public key . concode_field_sep MessageSigner messSigner concode_elem_sep Digest messDigest concode_elem_sep boolean forSigning concode_field_sep void init concode_elem_sep boolean verifySignature concode_elem_sep void update... |
void function ( String arg0 , Object arg1 , Object arg2 ) { throw new AssertionError ( arg0 + "srini_string" + arg1 + "srini_string" + arg2 + "srini_string" ) ; } | fails a test with the given message passing along expected and actual values to be added to the message . for example given : assertequals `` response header '' + name + '' '' , actual , expected ; the resulting message is : response header accept expected : < application/json > but was : < text/plain > concode_field_s... |
void function ( String arg0 ) { LeaderInterface loc0 = getLeaderInterface ( arg0 ) ; loc0 . receiveMessage ( Message . getInstance ( ) . getPing ( ) ) ; System . out . println ( "srini_string" + arg0 ) ; } | this is used to send ping message to a given node . concode_field_sep PlaceHolder placeHolder concode_field_sep LeaderInterface getLeaderInterface concode_elem_sep void sendRequestNotAccepted concode_elem_sep void main concode_elem_sep void unregisterListenerWithLeader concode_elem_sep void registerListenerWithLeader c... |
boolean function ( final HttpParams arg0 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } return arg0 . getBooleanParameter ( CoreConnectionPNames . STALE_CONNECTION_CHECK , true ) ; } | obtains value of the coreconnectionpnames #stale_connection_check parameter . if not set , defaults to true . concode_field_sep PlaceHolder placeHolder concode_field_sep void setSoReuseaddr concode_elem_sep int getLinger concode_elem_sep void setTcpNoDelay concode_elem_sep void setConnectionTimeout concode_elem_sep voi... |
boolean function ( ) { update ( ) ; return configuration . getMatchAll ( ) ; } | getnotificationmatch concode_field_sep NotifdConfiguration configuration concode_field_sep void turnNotifdOff concode_elem_sep void parseXml concode_elem_sep boolean matchNotificationParameters concode_elem_sep void update concode_elem_sep void turnNotifdOn concode_elem_sep void saveCurrent concode_elem_sep String getN... |
byte [ ] function ( final String arg0 ) { return ( "srini_string" = "srini_string" ) . getBytes ( ) ; } | creates the content disposition . concode_field_sep String boundary concode_elem_sep int bytesWritten concode_elem_sep char[] MULTIPART_CHARS concode_elem_sep ByteArrayOutputStream out concode_elem_sep List<FilePart> fileParts concode_elem_sep String TAG concode_elem_sep byte[] TRANSFER_ENCODING_BINARY concode_elem_sep... |
void function ( PropertySource < ? > arg0 ) { if ( logger . isDebugEnabled ( ) ) { logger . debug ( String . format ( "srini_string" , arg0 . getName ( ) ) ) ; } removeIfPresent ( arg0 ) ; this . propertySourceList . add ( 0 , arg0 ) ; } | add the given property source object with highest precedence . concode_field_sep List<PropertySource<?>> propertySourceList concode_elem_sep Log logger concode_field_sep void assertLegalRelativeAddition concode_elem_sep void replace concode_elem_sep PropertySource<?> remove concode_elem_sep void addLast concode_elem_se... |
boolean function ( State arg0 ) { switch ( arg0 ) { case main_region_A : return stateVector [ 0 ] == State . main_region_A ; case main_region_B : return stateVector [ 0 ] == State . main_region_B ; default : return false ; } } | returns true if the given state is currently active otherwise false . concode_field_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep void init concode_elem_sep void enterSequence_main_region_B_default concode_elem_sep void exitAction concode_elem_sep void runCycle concode_elem_sep void exit... |
void function ( ) { if ( ! noNulls ) { Arrays . fill ( isNull , false ) ; } noNulls = true ; isRepeating = false ; preFlattenNoNulls = true ; preFlattenIsRepeating = false ; } | resets the column to default state - fills the isnull array with false - sets nonulls to true - sets isrepeating to false concode_field_sep boolean noNulls concode_elem_sep boolean isRepeating concode_elem_sep boolean[] isNull concode_elem_sep boolean preFlattenNoNulls concode_elem_sep boolean preFlattenIsRepeating con... |
String function ( ) { return _layout . getTitle ( _themeDisplay . getLocale ( ) ) ; } | returns the title of the navigation item 's layout in the current request 's locale . concode_field_sep ThemeDisplay _themeDisplay concode_elem_sep List<NavItem> _children concode_elem_sep Layout _layout concode_elem_sep List<NavItem> _browsableChildren concode_elem_sep Map<String,Object> _contextObjects concode_elem_s... |
Object [ ] function ( ) { return rowData ; } | returns the array of fields in the database row . concode_field_sep RowAction rowAction concode_elem_sep Object[] rowData concode_elem_sep int position concode_elem_sep TableBase table concode_field_sep int getRealSize concode_elem_sep boolean keepInMemory concode_elem_sep int getStorageSize concode_elem_sep boolean is... |
ByteVector function ( final int arg0 ) { int loc0 = this . length ; if ( loc0 + 4 > loc1 . loc0 ) { enlarge ( 4 ) ; } byte [ ] loc1 = this . data ; loc1 [ loc0 ++ ] = ( byte ) ( arg0 >>> 24 ) ; loc1 [ loc0 ++ ] = ( byte ) ( arg0 >>> 16 ) ; loc1 [ loc0 ++ ] = ( byte ) ( arg0 >>> 8 ) ; loc1 [ loc0 ++ ] = ( byte ) arg0 ; ... | puts an int into this byte vector . the byte vector is automatically enlarged if necessary . concode_field_sep byte[] data concode_elem_sep int length concode_field_sep ByteVector put12 concode_elem_sep ByteVector putByte concode_elem_sep void enlarge concode_elem_sep ByteVector putUTF8 concode_elem_sep ByteVector putS... |
String function ( AccountInfo arg0 ) { return accountFormatter . nameEmail ( arg0 ) ; } | formats an account as a name and an email address . example output : a u. thor <author@example.com> : full populated a u. thor 12 : missing email address anonymous coward <author@example.com> : missing name anonymous coward 12 : missing name and email address concode_field_sep AccountFormatter accountFormat... |
Object function ( String arg0 ) { if ( libComponentIndex . containsKey ( arg0 ) ) { return libComponentIndex . get ( arg0 ) ; } return null ; } | return synapse lib artifact deployed by this library with the given local name concode_field_sep ClassLoader libClassLoader concode_elem_sep String fileName concode_elem_sep Map<String,String> libArtifactDetails concode_elem_sep Map<String,Object> localEntryArtifacts concode_elem_sep boolean libStatus concode_elem_sep ... |
String function ( ) { return context . getPackageName ( ) ; } | package name specified by context . concode_field_sep String DEFAULT_SOUND concode_elem_sep String STORAGE_FOLDER concode_elem_sep Context context concode_field_sep void copyFile concode_elem_sep Uri getUriForResourcePath concode_elem_sep Uri getUriFromAsset concode_elem_sep String getBaseName concode_elem_sep Uri pars... |
void function ( ) { logger . info ( "srini_string" ) ; } | public methods concode_field_sep Logger logger concode_elem_sep String encoding concode_field_sep String getEncoding concode_elem_sep void init concode_elem_sep void setEncoding concode_elem_sep void doFilter |
void function ( Collection < PDType > arg0 ) { if ( arg0 == null ) return ; for ( PDType loc0 : arg0 ) store . removeLink ( this . id , roleTypeId , loc0 ) ; } | removes the links from this instance through role `` type '' to the instances in the given collection , if the links exist . if there are no such links or the collection argument is null , nothing happens . concode_field_sep GUID roleTypeId concode_elem_sep GUID typeId concode_elem_sep PDStore store concode_elem_sep GU... |
int function ( int arg0 , int arg1 , int arg2 ) { return ( int ) Math . round ( 1.2 * Math . sqrt ( ( arg1 + arg0 * 1.1 + 1 ) / ( arg2 + 1 ) ) ) ; } | calculate difficult level based on score difference and ammount of games concode_field_sep Random rand concode_field_sep int calcVal concode_elem_sep int calcRWCount concode_elem_sep char[] getRange concode_elem_sep int calcScore concode_elem_sep int calcRLen concode_elem_sep int calcRWLCount concode_elem_sep int calcR... |
String function ( ) { return email ; } | get email concode_field_sep String password concode_elem_sep String phone concode_elem_sep String lastName concode_elem_sep Integer userStatus concode_elem_sep String username concode_elem_sep Long id concode_elem_sep String firstName concode_elem_sep String email concode_field_sep String getPhone concode_elem_sep User... |
void function ( final String arg0 , final String arg1 ) { try { sendNow ( new RemoveGroupMemberRequest ( arg0 , arg1 , contextURI ) ) ; } catch ( URISyntaxException loc0 ) { throw new PushClientException ( loc0 ) ; } } | removes the specified pushid as a member from the group with the specified groupname . concode_field_sep Logger LOGGER concode_elem_sep Map<String,List<Runnable>> pushIdCallbackMap concode_elem_sep HttpClient client concode_elem_sep ListenRequest listenRequest concode_elem_sep ReentrantLock listenRequestLock concode_el... |
void function ( MetaDataException arg0 ) { logger . log ( Level . SEVERE , arg0 . getMessage ( ) ) ; MetaLogManager . log ( "srini_string" , arg0 ) ; } | logs the exceptions when extension pointers ca n't be found . concode_field_sep Logger logger concode_elem_sep String EXTENSION_NAME_ATTRIB concode_elem_sep String extensionPointer concode_elem_sep String CLASS_ATTRIB concode_field_sep void load concode_elem_sep void doLoad concode_elem_sep void loadElement concode_ele... |
float function ( ) { return aabbX ; } | for accessing the axis-aligned bounding box ' x-axis coordinate concode_field_sep float vX concode_elem_sep float vY concode_elem_sep ActionListener listener concode_elem_sep boolean enabled concode_elem_sep float aabbHeight concode_elem_sep SpriteType spriteType concode_elem_sep int idCounter concode_elem_sep float x ... |
Double function ( Vector arg0 ) { this . tau = AbstractAlgorithm . get ( ) . getIterations ( ) ; return this . apply ( this . tau , arg0 ) ; } | evaluates the function . concode_field_sep int n_t concode_elem_sep int tau concode_elem_sep long serialVersionUID concode_elem_sep int tau_t concode_elem_sep int M concode_elem_sep int n concode_field_sep void setN_t concode_elem_sep void setTau concode_elem_sep int getN_t concode_elem_sep int getM concode_elem_sep vo... |
int function ( ) { return ram ; } | gets the ram . concode_field_sep int availableRam concode_elem_sep int ram concode_field_sep int getAllocatedRamForVm concode_elem_sep int getAvailableRam concode_elem_sep void deallocateRamForVm concode_elem_sep boolean isSuitableForVm concode_elem_sep void setAvailableRam concode_elem_sep int getUsedRam concode_elem_... |
MessageLog function ( ) { externalContext . getApplicationMap ( ) . put ( LOG_PATH , messageLog ) ; return ( messageLog ) ; } | method to update and return the message log stored in the faces context concode_field_sep LogBean singleton concode_elem_sep MessageLog messageLog concode_elem_sep ChatState state concode_elem_sep String autoLoad concode_elem_sep ArrayList controlLog concode_elem_sep String LOG_PATH concode_elem_sep int TIME_DAYS conco... |
LogContextConfiguration function ( LogContext arg0 ) { return new LogContextConfigurationImpl ( arg0 ) ; } | construct a new persistent configuration for a log context . concode_field_sep PlaceHolder placeHolder concode_field_sep List<String> getLoggerNames concode_elem_sep void prepare concode_elem_sep FilterConfiguration addFilterConfiguration concode_elem_sep FormatterConfiguration addFormatterConfiguration concode_elem_se... |
boolean function ( final Object arg0 ) { if ( this == arg0 ) { return true ; } if ( ( arg0 == null ) || ( ! ( arg0 . getClass ( ) . equals ( this . getClass ( ) ) ) ) ) { return false ; } final TransactionItem loc0 = ( TransactionItem ) arg0 ; return this . getId ( ) . equals ( loc0 . getId ( ) ) ; } | equals implementation . concode_field_sep long serialVersionUID concode_elem_sep TransactionItemPK id concode_field_sep Class<?> getClassType concode_elem_sep int hashCode concode_elem_sep TransactionItem clone concode_elem_sep void setId concode_elem_sep TransactionItemPK getId concode_elem_sep String toString |
String function ( ) { return reviewError ; } | getter for the error string , if any , returned from the review service concode_field_sep String reviewReport concode_elem_sep int reviewScore concode_elem_sep ContentResource resource concode_elem_sep String reviewIconCssClass concode_elem_sep String reviewStatus concode_elem_sep String reviewError concode_field_sep v... |
boolean function ( final Object [ ] arg0 ) { boolean loc0 = true ; for ( int loc1 = 0 ; loc1 < arg0 . length ; loc1 ++ ) { if ( arg0 [ loc1 ] instanceof Integer == false ) { loc0 = false ; break ; } } return loc0 ; } | look at the id 's of a native array and try to determine whether it 's actually an array or a hashmap concode_field_sep String TYPE_DATE concode_field_sep Object unwrapValue concode_elem_sep Object wrapValue |
float function ( Vector3 arg0 ) { return dx * arg0 . x + dy * arg0 . y + dz * arg0 . z ; } | computes the dot product of an arbitrary vector with the direction of the ray . this method avoids having to call getdirection which would instantiate a new vector object . concode_field_sep float dx concode_elem_sep float dy concode_elem_sep float tMax concode_elem_sep float dz concode_elem_sep float EPSILON concode_e... |
CTQueryTableDeletedFields function ( ) { return queryTableDeletedFields ; } | gets the value of the querytabledeletedfields property . concode_field_sep Object parent concode_elem_sep Boolean headersInLastRefresh concode_elem_sep Short minimumVersion concode_elem_sep Long nextId concode_elem_sep CTSortState sortState concode_elem_sep Long unboundColumnsRight concode_elem_sep CTQueryTableFields q... |
TreeString function ( final String arg0 ) { if ( arg0 == null ) return null ; return root . intern ( arg0 ) . node ; } | interns a string . concode_field_sep TreeString node concode_elem_sep Map<String,Child> children concode_elem_sep Child root concode_elem_sep Map<String,Child> NO_CHILDREN concode_field_sep Child split concode_elem_sep int commonPrefix concode_elem_sep void makeWritable concode_elem_sep void dedup concode_elem_sep void... |
boolean function ( int [ ] arg0 , int arg1 ) { for ( int loc0 = 0 ; loc0 < arg0 . length ; loc0 ++ ) { if ( arg0 [ loc0 ] == arg1 ) { return true ; } else if ( arg0 [ loc0 ] > arg1 ) { return false ; } } return false ; } | this method checks if the item `` item '' is in the itemset . it assumes that items in the itemset are sorted in lexical order concode_field_sep Comparator<int[]> comparatorItemsetSameSize concode_field_sep boolean allTheSameExceptLastItem concode_elem_sep int[] intersectTwoSortedArrays concode_elem_sep boolean contain... |
void function ( String arg0 ) { name = arg0 ; } | the name of the sequence . concode_field_sep String groupName concode_elem_sep String name concode_elem_sep List<ParameterNameValue> parameters concode_elem_sep String version concode_field_sep String getVersion concode_elem_sep String getGroupName concode_elem_sep void setGroupName concode_elem_sep void addParameters ... |
int function ( ) { return fsize ; } | returns the size of the file . concode_field_sep int current concode_elem_sep byte[] file concode_elem_sep int fsize concode_field_sep void init concode_elem_sep byte read concode_elem_sep short readTTFShort concode_elem_sep short readTTFShort concode_elem_sep int getCurrentPos concode_elem_sep byte readTTFByte concode... |
void function ( Key < T > arg0 , Factory < T > arg1 ) { checkState ( ht ) ; Object loc0 = ht . put ( arg0 , arg1 ) ; if ( loc0 != null ) throw new AssertionError ( "srini_string" ) ; } | set the factory for the key in this context . concode_field_sep Map<Key,Object> ht concode_elem_sep Map<Class<?>,Key<?>> kt concode_field_sep T get concode_elem_sep T get concode_elem_sep void clear concode_elem_sep void checkState concode_elem_sep T uncheckedCast concode_elem_sep void dump concode_elem_sep T make conc... |
void function ( java . lang . Integer arg0 ) { this . index = arg0 ; } | sets the index value for this policyviolationerrorpart . concode_field_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.Integer length concode_elem_sep java.lang.Integer index concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_field_sep void setLen... |
void function ( ) { assertEquals ( "srini_string" , user . getPassword ( ) , password ) ; } | test of the getpassword method concode_field_sep String firstName concode_elem_sep String lastName concode_elem_sep String password concode_elem_sep Day day2 concode_elem_sep Double weight concode_elem_sep Collection<Day> days concode_elem_sep Double goalWeight concode_elem_sep int id concode_elem_sep Day day1 concode_... |
void function ( WebElement arg0 ) { final String loc0 = "srini_string" ; Assert . assertTrue ( arg0 . isDisplayed ( ) , loc0 ) ; } | verifies specified webelement is visible on the page concode_field_sep PlaceHolder placeHolder concode_field_sep void shouldHaveText |
boolean function ( Shell arg0 , Repository arg1 , RepositoryOperation ... arg2 ) { return verifyOperations ( arg0 , arg1 , true , arg2 ) ; } | verify a repository operation , show an error dialog if there is a security error . concode_field_sep PlaceHolder placeHolder concode_field_sep String getVersionComment concode_elem_sep boolean showVersionCommentMandatoryDialog |
void function ( ) { currentPosition = 0 ; } | reset tokenizer so that nexttoken starts from the beginning . concode_field_sep TransformerImpl m_processor concode_elem_sep String str concode_elem_sep java.text.NumberFormat m_formatter concode_elem_sep char[] m_alphaCountTable concode_elem_sep int currentPosition concode_elem_sep Element m_xslNumberElement concode_e... |
void function ( int arg0 , int arg1 ) { if ( checkInRange ( arg0 , arg1 ) ) { Tile loc0 = tiles [ arg0 ] [ arg1 ] ; if ( loc0 . getState ( ) == State . CLOSED ) { getTile ( arg0 , arg1 ) . setState ( State . MARKED ) ; } else if ( loc0 . getState ( ) == State . MARKED ) { getTile ( arg0 , arg1 ) . setState ( State . CL... | marks tile at specified indeces . concode_field_sep GameState state concode_elem_sep Tile[][] tiles concode_elem_sep int mineCount concode_elem_sep int rowCount concode_elem_sep int columnCount concode_field_sep Tile getTile concode_elem_sep void fillWithClues concode_elem_sep int countAdjacentMines concode_elem_sep in... |
int function ( ) { return lengthOfTask ; } | find out how much work needs to be done . concode_field_sep File file concode_elem_sep ResourceBundle messageBundle concode_elem_sep int lengthOfTask concode_elem_sep String dialogMessage concode_elem_sep Document document concode_elem_sep Logger logger concode_elem_sep boolean done concode_elem_sep int current concode... |
void function ( Object arg0 , Object arg1 ) { localValues . put ( arg0 , arg1 ) ; } | put the given key-value pair into the context . concode_field_sep Hashtable localValues concode_elem_sep NestedHashtable defaults concode_field_sep Enumeration keys concode_elem_sep Object get concode_elem_sep String toString concode_elem_sep void collapse concode_elem_sep Object remove |
TaskPublisher function ( TaskState arg0 , TaskLevelPolicyCheckResults arg1 ) { return TaskPublisherBuilderFactory . newTaskPublisherBuilder ( arg0 , arg1 ) . build ( ) ; } | get a post-fork taskpublisher for publishing data in the given branch . concode_field_sep TaskState taskState concode_elem_sep TaskMetrics taskMetrics concode_field_sep TaskMetrics getTaskMetrics concode_elem_sep Destination.DestinationType getDestinationType concode_elem_sep TaskLevelPolicyChecker getTaskLevelPolicyCh... |
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getLocation ( ) != null ) loc0 . append ( "srini_string" + getLocation ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; } | returns a string representation of this object ; useful for testing and debugging . concode_field_sep String location concode_field_sep String getLocation concode_elem_sep CreateVaultResult withLocation concode_elem_sep void setLocation concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Crea... |
ApiResponse function ( String arg0 ) { Map < String , String > loc0 = null ; loc0 = new HashMap < String , String > ( ) ; loc0 . put ( "srini_string" , arg0 ) ; return api . callApi ( "srini_string" , "srini_string" , "srini_string" , loc0 ) ; } | list the information about the named context concode_field_sep ClientApi api concode_field_sep ApiResponse importContext concode_elem_sep ApiResponse excludeRegexs concode_elem_sep ApiResponse newContext concode_elem_sep ApiResponse exportContext concode_elem_sep ApiResponse contextList concode_elem_sep ApiResponse exc... |
void function ( ) { if ( ! closed ) { synchronized ( this ) { if ( ! closed ) { closed = true ; implCloseChannel ( ) ; } } } } | closes an open channel . if the channel is already closed then this method has no effect , otherwise it closes the receiver via the implclosechannel method . if an attempt is made to perform an operation on a closed channel then a java.nio.channels.closedchannelexception is thrown . if multiple threads attempt to simul... |
void function ( IAction arg0 ) { try { NativeHelper . revealInFileBrowser ( this . actionResource ( ) ) ; } catch ( Throwable loc0 ) { loc0 . printStackTrace ( ) ; } } | has to be implemented in the subclass . concode_field_sep IResource actionResource concode_elem_sep IWorkbenchPart part concode_field_sep IResource actionResource concode_elem_sep void selectionChanged concode_elem_sep void dispose concode_elem_sep void setActivePart |
void function ( ) { BaseClientDetails loc0 = new BaseClientDetails ( ) ; assertEquals ( "srini_string" , loc0 . getResourceIds ( ) . toString ( ) ) ; assertEquals ( "srini_string" , loc0 . getScope ( ) . toString ( ) ) ; assertEquals ( "srini_string" , loc0 . getAuthorizedGrantTypes ( ) . toString ( ) ) ; assertEquals ... | test default constructor concode_field_sep PlaceHolder placeHolder concode_field_sep void testJsonDeserializeWithArraysAsStrings concode_elem_sep void testJsonDeserialize concode_elem_sep void testBaseClientDetailsAutoApprove concode_elem_sep void testJsonSerializeAdditionalInformation concode_elem_sep void testBaseCli... |
Configuration function ( ) { return conf ; } | return the configuration used by this object . concode_field_sep Configuration conf concode_field_sep void checkNativeCodeLoaded concode_elem_sep Decompressor createDecompressor concode_elem_sep CompressionOutputStream createOutputStream concode_elem_sep CompressionOutputStream createOutputStream concode_elem_sep Class... |
String function ( ) { return src ; } | gets the value of the src property . concode_field_sep Layout layout concode_elem_sep String scrolling concode_elem_sep String flavour concode_elem_sep String src concode_elem_sep String background concode_elem_sep String width concode_elem_sep BigDecimal refresh concode_elem_sep String frameborder concode_elem_sep Str... |
U function ( ) { return rr . createValue ( ) ; } | request new value from proxied rr . concode_field_sep RecordReader<K,U> rr concode_elem_sep ResetableIterator<U> vjoin concode_elem_sep WritableComparator cmp concode_elem_sep U vhead concode_elem_sep Configuration conf concode_elem_sep int id concode_elem_sep boolean empty concode_elem_sep K khead concode_field_sep bo... |
void function ( Tag arg0 ) { this . tag = arg0 ; } | mytag setter . concode_field_sep List children concode_elem_sep Attributes attributes concode_elem_sep Tag tag concode_field_sep List getChildren concode_elem_sep Attributes getAttributes concode_elem_sep void setAttributes concode_elem_sep Tag getTag concode_elem_sep void addChild |
String function ( ) { return this . nextToken ; } | the token to use when requesting the next set of items . if there are no additional items to return , the string is empty . concode_field_sep com.amazonaws.internal.SdkInternalList<VpcEndpoint> vpcEndpoints concode_elem_sep String nextToken concode_field_sep java.util.List<VpcEndpoint> getVpcEndpoints concode_elem_sep ... |
void function ( String arg0 , String arg1 , String arg2 ) { String loc0 = nonXmlCharFilterer . filter ( arg2 ) ; writer . writeAttribute ( arg0 , arg1 , loc0 ) ; } | this method applies filtering before delegating call to #writer . concode_field_sep NonXmlCharFilterer nonXmlCharFilterer concode_elem_sep XMLStreamWriter writer concode_field_sep void writeComment concode_elem_sep void writeEndDocument concode_elem_sep void writeNamespace concode_elem_sep String getPrefix concode_elem... |
void function ( EventRecorder arg0 ) { EventRecorder loc0 = recorders . get ( arg0 . getName ( ) ) ; if ( loc0 == null ) { throw new RuntimeException ( "srini_string" + arg0 . getName ( ) ) ; } recorders . remove ( loc0 . getName ( ) ) ; } | unregister an event recorder concode_field_sep Logger logger concode_elem_sep RecorderManager DEFAULT_MANAGER concode_elem_sep Map<String,EventRecorder> recorders concode_field_sep boolean isRecording concode_elem_sep RecorderManager getDefaultManager concode_elem_sep void recordMetadata concode_elem_sep void recordMes... |
Shape function ( int arg0 ) { int loc0 = getGVIdx ( arg0 ) ; return gvs [ loc0 ] . getGlyphVisualBounds ( arg0 - off [ loc0 ] ) ; } | returns the visual bounds of the specified glyph within the glyphvector . concode_field_sep GVTGlyphVector[] gvs concode_elem_sep int[] nGlyphs concode_elem_sep int[] off concode_elem_sep int nGlyph concode_field_sep Point2D getGlyphPosition concode_elem_sep Rectangle2D getLogicalBounds concode_elem_sep int getCharacte... |
boolean function ( int arg0 , int arg1 ) { long loc0 = SystemClock . uptimeMillis ( ) ; boolean loc1 = loc0 - mLastScrollEventTimeMs > MIN_EVENT_SEPARATION_MS || mPrevX != arg0 || mPrevY != arg1 ; mLastScrollEventTimeMs = loc0 ; mPrevX = arg0 ; mPrevY = arg1 ; return loc1 ; } | call from a scrollview in onscrollchanged , returns true if this onscrollchanged is legit not a duplicate and should be dispatched . concode_field_sep int mPrevY concode_elem_sep long mLastScrollEventTimeMs concode_elem_sep int MIN_EVENT_SEPARATION_MS concode_elem_sep int mPrevX concode_field_sep placeholderType placeH... |
boolean function ( List arg0 , String arg1 ) { return CacheFactory . getCacheImpl ( ) . isUserAuthorized ( arg0 , arg1 ) ; } | this method is used to validate the user authorization . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder |
AttachReference function ( ) { return attachReference ; } | gets the value of the attachreference property . concode_field_sep AttachReference attachReference concode_field_sep void setAttachReference |
List < AiMaterial > function ( ) { return m_materials ; } | returns the list of materials . use the index given in each aimesh structure to access this array . if the aisceneflag #incomplete flag is not set there willalways be at least one material . concode_field_sep List<AiCamera> m_cameras concode_elem_sep List<AiMesh> m_meshes concode_elem_sep List<AiAnimation> m_animations... |
int function ( ) { return maxKeys ; } | gets the maxkeys parameter originally used to request this object listing , or the default maxkeys value provided by amazon s3 if the requester did n't specify a value . the maxkeys parameter limits the combined number of objects and common prefixes included in this object listing . an object listing will never contain... |
void function ( String arg0 ) { this . name = arg0 ; } | sets the name . concode_field_sep String name concode_field_sep String getName |
Apply function ( Node arg0 , String arg1 ) { return getInstance ( arg0 , FunctionFactory . getConditionInstance ( ) , new PolicyMetaData ( XACMLConstants . XACML_1_0_IDENTIFIER , arg1 ) , null ) ; } | returns an instance of an apply based on the given dom root node . this will actually return a special kind of apply , namely an xml conditiontype , which is the root of the condition logic in a ruletype . a conditiontype is the same as an applytype except that it must use a functionid that returns a boolean value . co... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.