code
stringlengths
20
663
nl
stringlengths
68
7.19k
void function ( Activity arg0 , int arg1 ) { arg0 . startActivityForResult ( getIntent ( arg0 ) , arg1 ) ; }
send the crop intent from an activity with a custom requestcode concode_field_sep String MAX_Y concode_elem_sep String ASPECT_X concode_elem_sep String ASPECT_Y concode_elem_sep String MAX_X concode_elem_sep String ERROR concode_elem_sep int REQUEST_CROP concode_elem_sep int REQUEST_PICK concode_elem_sep int RESULT_ERR...
EchoResponse function ( ) { return new EchoResponse ( ) ; }
create an instance of echoresponse concode_field_sep QName _EchoResponse_QNAME concode_elem_sep QName _Echo_QNAME concode_field_sep Echo createEcho concode_elem_sep JAXBElement<Echo> createEcho
void function ( com . google . api . ads . adwords . axis . v201409 . rm . UserList arg0 ) { this . userList = arg0 ; }
sets the userlist value for this logicaluserlistoperand . concode_field_sep com.google.api.ads.adwords.axis.v201409.rm.UserList userList concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_field_sep org.apache.axis...
E function ( int arg0 , E arg1 ) { long loc0 = checkedByteOffset ( arg0 ) ; while ( true ) { E loc1 = getRaw ( loc0 ) ; if ( compareAndSetRaw ( loc0 , loc1 , arg1 ) ) return loc1 ; } }
atomically sets the element at position i to the givenvalue and returns the old value . concode_field_sep Object[] array concode_elem_sep int shift concode_elem_sep long arrayFieldOffset concode_elem_sep long serialVersionUID concode_elem_sep Unsafe unsafe concode_elem_sep int base concode_field_sep void set concode_el...
int function ( ) { return M ; }
returns the number of rows . concode_field_sep double[] FREQUENCIES concode_elem_sep String[] BOGGLE_BIG concode_elem_sep String ALPHABET concode_elem_sep String[] BOGGLE_1983 concode_elem_sep String[] BOGGLE_MASTER concode_elem_sep int M concode_elem_sep int N concode_elem_sep char[][] board concode_elem_sep String[] ...
Size2D function ( BlockContainer arg0 , Graphics2D arg1 , RectangleConstraint arg2 ) { Size2D loc0 = arrangeNN ( arg0 , arg1 ) ; if ( arg2 . getHeightRange ( ) . contains ( loc0 . height ) ) { return loc0 ; } else { RectangleConstraint loc1 = arg2 . toFixedHeight ( arg2 . getHeightRange ( ) . getUpperBound ( ) ) ; retu...
arranges a container with range constraints for both the horizontal and vertical . concode_field_sep HorizontalAlignment horizontalAlignment concode_elem_sep double horizontalGap concode_elem_sep long serialVersionUID concode_elem_sep double verticalGap concode_elem_sep VerticalAlignment verticalAlignment concode_field...
java . util . List function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 ) { return _diaphuongLocalService . 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...
boolean function ( int arg0 ) { int loc0 = 1 << arg0 ; return ( persistValue & loc0 ) != 0 ; }
returns true if this user agent should use this setting in future spdy connections to the same host . concode_field_sep int FLAG_CLEAR_PREVIOUSLY_PERSISTED_SETTINGS concode_elem_sep int DOWNLOAD_BANDWIDTH concode_elem_sep int set concode_elem_sep int DEFAULT_INITIAL_WINDOW_SIZE concode_elem_sep int UPLOAD_BANDWIDTH con...
java . lang . String function ( ) { return _tasksEntry . getUserName ( ) ; }
returns the user name of this tasks entry . concode_field_sep TasksEntry _tasksEntry concode_field_sep void setResolverUserId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_s...
void function ( boolean arg0 ) { synchronized ( this . traces ) { this . reverse = arg0 ; } }
flag to say that the repository lists traces in reverse order . concode_field_sep boolean reverse concode_elem_sep int capacity concode_elem_sep List<Trace> traces concode_field_sep void add concode_elem_sep void setCapacity concode_elem_sep List<Trace> findAll
Integer function ( ) { return trackLeft ; }
gets the value of the trackleft property . concode_field_sep Integer dollyForward concode_elem_sep Integer rollAnticlockwise concode_elem_sep Integer zoomIn concode_elem_sep Integer rollClockwise concode_elem_sep Integer zoomOut concode_elem_sep long serialVersionUID concode_elem_sep Integer dollyBackward concode_elem_...
void function ( Token arg0 , String arg1 , int arg2 ) { LinkedHashMap < String , Integer > loc0 = this . suggestions . get ( arg0 ) ; if ( loc0 == null ) { loc0 = new LinkedHashMap < > ( ) ; this . suggestions . put ( arg0 , loc0 ) ; } loc0 . put ( arg1 , arg2 ) ; }
suggestions must be added with the best suggestion first . order is important . concode_field_sep int NO_FREQUENCY_INFO concode_elem_sep Collection<Token> tokens concode_elem_sep Map<Token,Integer> tokenFrequency concode_elem_sep Map<Token,LinkedHashMap<String,Integer>> suggestions concode_field_sep void addFrequency c...
boolean function ( int arg0 ) { int loc0 = 1 << arg0 ; return ( set & loc0 ) != 0 ; }
returns true if a value has been assigned for the setting id . concode_field_sep int FLAG_CLEAR_PREVIOUSLY_PERSISTED_SETTINGS concode_elem_sep int DOWNLOAD_BANDWIDTH concode_elem_sep int set concode_elem_sep int DEFAULT_INITIAL_WINDOW_SIZE concode_elem_sep int UPLOAD_BANDWIDTH concode_elem_sep int CLIENT_CERTIFICATE_VE...
float function ( ) { validateCoefficients ( ) ; return a0 ; }
return the coefficient a0 . concode_field_sep double sumXX concode_elem_sep float a1 concode_elem_sep double sumXY concode_elem_sep double sumY concode_elem_sep boolean coefsValid concode_elem_sep double sumX concode_elem_sep int n concode_elem_sep float a0 concode_field_sep double getSumY concode_elem_sep float at con...
boolean function ( ) { return ipv6Multicast ; }
gets the bgp session afi/safi configuration for ipv6 multicast : local or remote . concode_field_sep boolean ipv4Multicast concode_elem_sep SocketAddress address concode_elem_sep boolean as4OctetCapability concode_elem_sep long asNumber concode_elem_sep Ip4Address bgpId concode_elem_sep boolean ipv6Multicast concode_el...
void function ( Point2D arg0 , Point2D arg1 ) { setFrameFromDiagonal ( arg0 . getX ( ) , arg0 . getY ( ) , arg1 . getX ( ) , arg1 . getY ( ) ) ; }
sets the diagonal of the framing rectangle of this shape based on two specified point2d objects . the framing rectangle is used by the subclasses of rectangularshape to define their geometry . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean intersects concode_elem_sep Rectangle2D getFrame concode_el...
Point [ ] function ( ) { return fBlocks ; }
returns an array containing the relative point positions around the centre piece . i.e. 0 , -1 for 1 block above . concode_field_sep byte Z_PIECE concode_elem_sep byte fRotation concode_elem_sep byte fType concode_elem_sep byte S_PIECE concode_elem_sep byte O_PIECE concode_elem_sep byte T_PIECE concode_elem_sep Point f...
int function ( final HttpRoute arg0 ) { return pool . getConnectionsInPool ( arg0 ) ; }
gets the total number of pooled connections for the given route . this is the total number of connections that have been created and are still in use by this connection manager for the route . this value will not exceed the maximum number of connections per host . concode_field_sep HttpClientAndroidLog log concode_elem...
void function ( Object arg0 , Map < FieldMetadata < ? , ? > , PersistedData > arg1 , DeserializationContext arg2 , DeserializeFieldCheck arg3 ) { for ( Map . Entry < FieldMetadata < ? , ? > , PersistedData > loc0 : arg1 . entrySet ( ) ) { if ( arg3 . shouldDeserialize ( classMetadata , loc0 . getKey ( ) ) ) { deseriali...
deserializes a collection of name-values onto an object concode_field_sep Logger logger concode_elem_sep ClassMetadata<?,?> classMetadata concode_elem_sep Map<FieldMetadata<?,?>,TypeHandler> fieldHandlers concode_field_sep TypeHandler<?> getHandlerFor concode_elem_sep PersistedData serialize concode_elem_sep PersistedD...
void function ( String arg0 ) { filter . setIncludes ( arg0 ) ; }
sets includes using a single string where each element can be separated with comma concode_field_sep AntPathMatcherFileFilter filter concode_field_sep void setCaseSensitive concode_elem_sep boolean isCaseSensitive concode_elem_sep void setExcludes concode_elem_sep void setExcludes concode_elem_sep String[] getExcludes ...
String function ( ) { return dataSource ; }
returns the unique identifier of the data source associated with the user account associated with the current session . concode_field_sep String authToken concode_elem_sep String dataSource concode_elem_sep List<String> availableDataSources concode_elem_sep String username concode_field_sep String getAuthToken concode_...
void function ( String arg0 , String arg1 , int arg2 ) { next . put ( arg2 + "srini_string" + arg0 , arg1 ) ; }
add a word to the set of next tokens . concode_field_sep int KEYWORD concode_elem_sep long stopAt concode_elem_sep DbTableOrView lastMatchedTable concode_elem_sep HashMap<String,DbTableOrView> aliases concode_elem_sep DbTableOrView lastTable concode_elem_sep int FUNCTION concode_elem_sep String query concode_elem_sep S...
Action1 < Resource > function ( ) { return urlDeletedAction ; }
returns a callback for the inventory that collects url removals . concode_field_sep Action1<Resource> urlDeletedAction concode_elem_sep PingDestination destination concode_elem_sep Action<?,?> action concode_elem_sep Action1<Resource> urlCreatedAction concode_elem_sep List<UrlChangesCollector.UrlChange> changes concode...
long function ( StorageType arg0 ) { return ( typeQuota != null ) ? typeQuota [ arg0 . ordinal ( ) ] : - 1 ; }
returns storage type quota concode_field_sep String QUOTA_SUMMARY_FORMAT concode_elem_sep String SPACE_QUOTA_SUMMARY_FORMAT concode_elem_sep String STORAGE_TYPE_SUMMARY_FORMAT concode_elem_sep long directoryCount concode_elem_sep String[] QUOTA_HEADER_FIELDS concode_elem_sep String QUOTA_NONE concode_elem_sep long leng...
Set < T > function ( ) { return unmodifySnapshot ; }
gets the snapshot value concode_field_sep Set<T> unmodifyLive concode_elem_sep Set<T> unmodifySnapshot concode_elem_sep ArrayList<T> dirtyList concode_elem_sep ConcurrentLinkedQueue<T> dirty concode_elem_sep Set<T> live concode_elem_sep Set<T> snapshot concode_field_sep boolean add concode_elem_sep Set<T> getLive conco...
void function ( java . lang . String arg0 ) { this . paramName = arg0 ; }
sets the paramname value for this vasparametervo . concode_field_sep java.lang.String paramRowId concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String paramName concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.St...
String function ( ) { return this . siteId ; }
get the context site id in which this report definition will be presented . if null , will be presented in all sites . concode_field_sep Date modifiedOn concode_elem_sep String createdBy concode_elem_sep ReportParams reportParams concode_elem_sep String reportDefinitionXml concode_elem_sep String siteId concode_elem_se...
ArrayList function ( ) { return inventory ; }
gets the collection of inventory items . concode_field_sep double inventoryPriceTotal concode_elem_sep ArrayList inventory concode_elem_sep int inventoryUnitTotal concode_field_sep int getInventoryUnitTotal concode_elem_sep double getInventoryPriceTotal concode_elem_sep void addInventoryItem concode_elem_sep void remov...
void function ( BundleContext arg0 ) { context = arg0 ; logger . debug ( "srini_string" , ZWaveActivator . getVersion ( ) ) ; }
called whenever the osgi framework starts our bundle concode_field_sep BundleContext context concode_elem_sep Logger logger concode_field_sep Version getVersion concode_elem_sep void stop concode_elem_sep BundleContext getContext
void function ( String arg0 ) { this . lastStatus = arg0 ; }
status of the last attempted delivery . concode_field_sep java.util.Date nextDeliveryTime concode_elem_sep java.util.Date lastAttemptTime concode_elem_sep String lastErrorMessage concode_elem_sep String lastErrorCode concode_elem_sep java.util.Date lastSuccessfulTime concode_elem_sep String lastStatus concode_field_sep...
IBinder function ( ) { return mProvider ; }
returns the binder interface for the location provider . this is intended to be used for the onbind method of a service that implements a location provider service . concode_field_sep String TAG concode_elem_sep ILocationProvider.Stub mProvider concode_elem_sep ILocationManager mLocationManager concode_field_sep int on...
List < Trip > function ( ) { return null ; }
polls the trips which are ready to depart . concode_field_sep PlaceHolder placeHolder concode_field_sep void reschedule concode_elem_sep boolean requestSingleJourney concode_elem_sep void unregister concode_elem_sep void register
void function ( ) { DefaultCategoryDataset loc0 = new DefaultCategoryDataset ( ) ; boolean loc1 = false ; try { loc0 . getValue ( 0 , 0 ) ; } catch ( IndexOutOfBoundsException loc2 ) { loc1 = true ; } assertTrue ( loc1 ) ; }
a simple check for the getvalue int , int method . concode_field_sep double EPSILON concode_field_sep void testAddValue concode_elem_sep void testGetRowCount concode_elem_sep void testPublicCloneable concode_elem_sep void testSerialization concode_elem_sep void testRemoveColumn concode_elem_sep void testIncrementValue ...
String function ( ) { return ls . toString ( ) ; }
computes a string representation of this segment . concode_field_sep LineSegment ls concode_elem_sep Object data concode_field_sep Coordinate getStart concode_elem_sep LineSegment getLineSegment concode_elem_sep void setData concode_elem_sep boolean equalsTopo concode_elem_sep double getStartX concode_elem_sep double g...
String function ( ) { log . finest ( "srini_string" ) ; return null ; }
returns product name of the underlying eis instance connected through the managedconnection . concode_field_sep Logger log concode_field_sep int getMaxConnections concode_elem_sep String getEISProductVersion concode_elem_sep String getUserName
PlainSocketFactory function ( ) { return new PlainSocketFactory ( ) ; }
gets the default factory . concode_field_sep HostNameResolver nameResolver concode_field_sep Socket createSocket concode_elem_sep Socket createSocket concode_elem_sep Socket connectSocket concode_elem_sep Socket connectSocket concode_elem_sep boolean isSecure
Object function ( ) { return object ; }
gets the generic pdf object stored at this object number and generation . concode_field_sep Reference objectReference concode_elem_sep int linearTraversalOffset concode_elem_sep Object object concode_field_sep int hashCode concode_elem_sep int getLinearTraversalOffset concode_elem_sep boolean equals concode_elem_sep vo...
void function ( String arg0 ) { this . message = arg0 ; }
sets the value of the message property . concode_field_sep List<String> fields concode_elem_sep String message concode_elem_sep StatusCode statusCode concode_field_sep List<String> getFields concode_elem_sep StatusCode getStatusCode concode_elem_sep void setStatusCode concode_elem_sep String getMessage
FieldSortBuilder function ( String arg0 ) { return new FieldSortBuilder ( arg0 ) ; }
constructs a new field based sort . concode_field_sep PlaceHolder placeHolder concode_field_sep ScoreSortBuilder scoreSort concode_elem_sep ScriptSortBuilder scriptSort concode_elem_sep ScriptSortBuilder scriptSort concode_elem_sep GeoDistanceSortBuilder geoDistanceSort
void function ( long arg0 ) { rawBytesDownloaded . incr ( arg0 ) ; }
indicate that we just downloaded some data to azure storage . concode_field_sep UUID fileSystemInstanceId concode_elem_sep String METRIC_TAG_ACCOUNT_NAME concode_elem_sep String WASB_UPLOAD_LATENCY concode_elem_sep long currentMaximumDownloadBytesPerSecond concode_elem_sep MetricsRegistry registry concode_elem_sep Stri...
String function ( ) { StringBuffer loc0 = new StringBuffer ( ) ; for ( int loc1 = 0 ; loc1 < m_Elements . length ; loc1 ++ ) { if ( loc1 > 0 ) loc0 . append ( "srini_string" ) ; loc0 . append ( Utils . doubleToString ( m_Elements [ loc1 ] , 6 ) ) ; } loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; }
converts a vector to a string concode_field_sep long serialVersionUID concode_elem_sep double[] m_Elements concode_field_sep AlgVector add concode_elem_sep void scalarMultiply concode_elem_sep void setElements concode_elem_sep void main concode_elem_sep int numElements concode_elem_sep double dotMultiply concode_elem_s...
int function ( ) { int loc0 = pageBoundsList . hashCode ( ) ; loc0 = 29 * loc0 + pageFormatList . hashCode ( ) ; loc0 = 29 * loc0 + width == 0.0f ? 0 : Float . floatToIntBits ( width ) ; loc0 = 29 * loc0 + height == 0.0f ? 0 : Float . floatToIntBits ( height ) ; return loc0 ; }
computes the hashcode of this page definition . concode_field_sep ArrayList pageBoundsList concode_elem_sep ArrayList pageFormatList concode_elem_sep float width concode_elem_sep float height concode_field_sep float getHeight concode_elem_sep void addPageFormat concode_elem_sep int getPageCount concode_elem_sep Rectang...
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 , com . liferay . portal . kernel . util . OrderByComparator < T > arg3 ) { return getService ( ) . arg0 ( arg0 , arg1 , arg2 , arg3 ) ; }
performs a dynamic query on the database and returns an ordered 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...
TargetingIdeaSelector function ( ) { return selector ; }
gets the value of the selector property . concode_field_sep TargetingIdeaSelector selector concode_field_sep void setSelector
void function ( java . io . Reader arg0 , int arg1 , int arg2 ) { ReInit ( arg0 , arg1 , arg2 , 4096 ) ; }
reinitialise . concode_field_sep int bufpos concode_elem_sep boolean prevCharIsLF concode_elem_sep int bufsize concode_elem_sep int available concode_elem_sep int tabSize concode_elem_sep java.io.Reader inputStream concode_elem_sep int line concode_elem_sep int bufcolumn[] concode_elem_sep int bufline[] concode_elem_se...
TxnEgo function ( ) { return new TxnEgo ( getSequence ( ) + 1 , getPartitionId ( ) ) ; }
make the next sequence-valued txnego concode_field_sep long SEQUENCE_MAX_VALUE concode_elem_sep long SEQUENCE_BITS concode_elem_sep long PARTITIONID_BITS concode_elem_sep long VOLT_EPOCH concode_elem_sep int PARTITIONID_MAX_VALUE concode_elem_sep long UNUSED_SIGN_BITS concode_elem_sep long m_txnId concode_elem_sep long...
void function ( Dimension2D arg0 ) { setSize ( arg0 . getWidth ( ) , arg0 . getHeight ( ) ) ; }
set the size of this dimension to the requested value . loss of precision may occur . concode_field_sep PlaceHolder placeHolder concode_field_sep double getHeight concode_elem_sep Object clone concode_elem_sep double getWidth
String function ( ) { return activity_plan ; }
. concode_field_sep String activity_plan concode_elem_sep int PK_major_doc concode_elem_sep String activity_record concode_elem_sep int FK_majors_major_doc concode_elem_sep int FK_terms_major_doc concode_elem_sep String summarize concode_elem_sep String set_plan concode_elem_sep String plan concode_field_sep String get...
void function ( ) { String loc0 = PasswordUtils . maskPasswordsInDefinition ( "srini_string" ) ; ab ( "srini_string" ) ; }
a basic stream definition parameter parameter at end called `` password '' should have its value masked . the value contains spaces . concode_field_sep PlaceHolder placeHolder concode_field_sep void testMaskStreamDefinitionWithUnicodePasswordParameter concode_elem_sep void testMaskStreamDefinitionWithOneUppercasePasswo...
void function ( ) { assertEquals ( transform . getTargetDimensions ( ) , 2 ) ; }
test method for org.geotools.referencing.operation.transform.nadcontransform #gettargetdimensions . concode_field_sep double TOLERANCE concode_elem_sep NADCONTransform transform concode_elem_sep double[] TEST_POINT_DST concode_elem_sep String STPAUL_LAS concode_elem_sep double[] TEST_POINT_SRC concode_elem_sep String S...
void function ( PDTextState arg0 ) { textState = arg0 ; }
this will set the graphics text state . concode_field_sep double nonStrokingAlphaConstant concode_elem_sep boolean isClippingPathDirty concode_elem_sep boolean alphaSource concode_elem_sep double smoothness concode_elem_sep PDColor nonStrokingColor concode_elem_sep PDSoftMask softMask concode_elem_sep RenderingIntent r...
void function ( final long arg0 , final boolean arg1 ) { final RegisteredService loc0 = this . servicesManager . findServiceBy ( arg0 ) ; Assert . notNull ( loc0 , "srini_string" ) ; ( ( DefaultRegisteredServiceAccessStrategy ) loc0 . getAccessStrategy ( ) ) . setEnabled ( arg1 ) ; this . servicesManager . save ( loc0 ...
change enabled state . concode_field_sep T servicesManager concode_field_sep T getServicesManager concode_elem_sep RegisteredService removeService concode_elem_sep List<String> getRegisteredServicesAsStrings concode_elem_sep void disableService concode_elem_sep void enableService
void function ( NameType arg0 ) { this . engine = new PhoneticEngine ( arg0 , this . engine . getRuleType ( ) , this . engine . isConcat ( ) ) ; }
sets the type of name . use nametype #generic unless you specifically want phoentic encodings optimized for ashkenazi orsephardic jewish family names . concode_field_sep PhoneticEngine engine concode_field_sep Object encode concode_elem_sep String encode concode_elem_sep boolean isConcat concode_elem_sep NameType getNa...
PointF function ( float [ ] arg0 ) { if ( arg0 == null ) return null ; if ( arg0 . length < 2 ) throw new IndexOutOfBoundsException ( ) ; return new PointF ( arg0 [ 0 ] , arg0 [ 1 ] ) ; }
convert a point represented by an array to an modern object . supposed that the 0 array position correspond to the x coordinate and on the 1 array position correspond the y coordinate . concode_field_sep float mEndPercentage concode_elem_sep Paint mPaint concode_elem_sep Path mPath concode_elem_sep int[] mColors concod...
void function ( JTabbedPane arg0 , int arg1 , Component arg2 ) { try { Method loc0 = arg0 . getClass ( ) . getMethod ( "srini_string" , new Class [ ] { Integer . TYPE , Component . class } ) ; loc0 . invoke ( arg0 , arg1 , arg2 ) ; } catch ( NoSuchMethodException loc0 ) { } catch ( Exception loc0 ) { LOGGER . error ( "...
this uses reflection to set the tab component if we 're running under 1.6 . it does nothing if you 're running under 1.5 . this is so you can run this on java 1.6 and get this benefit , but its not required to compile . this is the same as calling jtabbedpane.settabcomponentat . it just does so using reflection . conco...
JsonObject function ( ) { JsonObject loc0 = new JsonObject ( ) ; loc0 . addProperty ( Option . PORT , port ) ; loc0 . addProperty ( Option . CLEAN_SESSION , useCleanSession ) ; return loc0 ; }
converts this instance to its json representation . concode_field_sep String PORT concode_elem_sep int port concode_elem_sep String CAPABILITY concode_elem_sep String CLEAN_SESSION concode_elem_sep boolean useCleanSession concode_field_sep int getPort concode_elem_sep SafariOptions fromJsonMap concode_elem_sep boolean ...
void function ( int arg0 , RDD < SolutionMapping > arg1 , Set < String > arg2 ) { results . put ( arg0 , new RDDVariablePair ( arg1 , arg2 ) ) ; }
put a result into the map concode_field_sep IntermediateResultsModel instance concode_elem_sep Map<Integer,RDDVariablePair> results concode_field_sep RDD<SolutionMapping> getResultRDD concode_elem_sep void clearResults concode_elem_sep Set<String> getResultVariables concode_elem_sep IntermediateResultsModel getInstance...
AuditCriterion function ( T arg0 ) { return new SimpleAuditExpression ( propertyNameGetter , arg0 , "srini_string" ) ; }
apply a `` less than or equal '' constraint concode_field_sep PropertyNameGetter propertyNameGetter concode_field_sep AuditCriterion hasNotChanged concode_elem_sep AuditCriterion lt concode_elem_sep AuditProjection distinct concode_elem_sep AuditCriterion leProperty concode_elem_sep AggregatedAuditExpression maximize c...
byte [ ] function ( String arg0 , byte [ ] arg1 ) { try { FramesCodeVisitor loc0 = new FramesCodeVisitor ( arg0 ) ; return loc0 . visit ( arg1 ) ; } catch ( FramesCodeVisitor . VersionException loc0 ) { return arg1 ; } }
reads the bytecode and calculate the frames , to support 1.5 - code . concode_field_sep Logger logger concode_elem_sep boolean GLOBAL_TXN concode_elem_sep boolean VERBOSE concode_field_sep byte[] transform concode_elem_sep List<ClassByteCode> transform concode_elem_sep void premain concode_elem_sep void transformJar co...
DefaultTreeModel function ( ) { return model ; }
gets the tree 's default model . concode_field_sep SelectItem[] componentList concode_elem_sep NodeUserObject selectedNodeObject concode_elem_sep DefaultMutableTreeNode rootTreeNode concode_elem_sep DefaultTreeModel model concode_elem_sep Integer componentToAdd concode_elem_sep int labelCount concode_elem_sep String se...
void function ( final BatchInstanceID arg0 , final String arg1 ) { try { docAssembler . createDocument ( arg0 . getID ( ) ) ; } catch ( Exception loc0 ) { LOGGER . error ( "srini_string" , loc0 ) ; throw new DCMAException ( "srini_string" , loc0 ) ; } }
this method creates document xml . concode_field_sep Logger LOGGER concode_elem_sep DocumentAssembler docAssembler concode_elem_sep BatchInstanceService batchInstanceService concode_field_sep void preProcess concode_elem_sep void postProcess
void function ( ) { if ( DBG ) Log . d ( TAG , "srini_string" ) ; mSources = new HashMap < String , Source > ( ) ; addSearchableSources ( ) ; addInternalSources ( ) ; mWebSearchSource = createWebSearchSource ( ) ; if ( mWebSearchSource != null ) { addSource ( mWebSearchSource ) ; } }
updates the list of suggestion sources . concode_field_sep Handler mUiThread concode_elem_sep NamedTaskExecutor mIconLoaderExecutor concode_elem_sep Config mConfig concode_elem_sep boolean DBG concode_elem_sep SearchManager mSearchManager concode_elem_sep String TAG concode_elem_sep Context mContext concode_elem_sep So...
void function ( ) { labelService . getLabels ( "srini_string" , "srini_string" ) ; GitHubRequest loc0 = new GitHubRequest ( ) ; loc0 . setUri ( Utils . page ( "srini_string" ) ) ; verify ( gitHubClient ) . get ( loc0 ) ; }
get labels with valid parameters concode_field_sep LabelService labelService concode_elem_sep GitHubResponse response concode_elem_sep GitHubClient gitHubClient concode_field_sep void setLabelsWithRepositoryId concode_elem_sep void setLabelsNullLabels concode_elem_sep void getLabel concode_elem_sep void getLabelWithRep...
void function ( ) { gconf_suggest_sync ( ) ; }
suggest to the backend gconf daemon to synch with the database . concode_field_sep PlaceHolder placeHolder concode_field_sep List<String> gconf_all_keys concode_elem_sep String getKey concode_elem_sep boolean gconf_unset concode_elem_sep List<String> gconf_all_nodes concode_elem_sep boolean nodeExist concode_elem_sep b...
void function ( int arg0 ) { activityResultRequestCode = arg0 ; }
call this from your startactivityforresult overload . this is required to catch the case where plugins use activity.startactivityforresult + cordovainterface.setactivityresultcallback rather than cordovainterface.startactivityforresult . concode_field_sep String TAG concode_elem_sep PluginManager pluginManager concode_...
void function ( int arg0 ) { loginTimeout = 0 ; }
sets the maximum time in seconds that this data source will wait while attempting to connect to a database . a value of zero specifies that the timeout is the default system timeout if there is one ; otherwise , it specifies that there is no timeout . when a datasource object is created , the login timeout is initially...
void function ( Key arg0 , Value arg1 ) { if ( arg1 == null ) { delete ( arg0 ) ; return ; } root = put ( root , arg0 , arg1 ) ; assert check ( ) ; }
insert key-value pair into bst if key already exists , update with new value concode_field_sep Value val concode_elem_sep Node left concode_elem_sep Node root concode_elem_sep Node right concode_elem_sep Key key concode_elem_sep int N concode_field_sep Key ceiling concode_elem_sep Node ceiling concode_elem_sep boolean ...
void function ( long arg0 ) { _recentLayoutRevision . setLayoutSetBranchId ( arg0 ) ; }
sets the layout set branch id of this recent layout revision . concode_field_sep RecentLayoutRevision _recentLayoutRevision concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes co...
boolean function ( ) { if ( startTimestamp != null && endTimestamp == null ) { return true ; } return false ; }
determined upon #starttimestamp and #endtimestamp . concode_field_sep Integer port concode_elem_sep Integer historyId concode_elem_sep String host concode_elem_sep Integer id concode_elem_sep Long endTimestamp concode_elem_sep String url concode_elem_sep Long startTimestamp concode_field_sep boolean isInScope concode_e...
Builder function ( int arg0 ) { this . backoffInitialIntervalMillis = arg0 ; return this ; }
on exponential backoff , the initial delay before the first retry ; subsequent retries then grow as an exponential function of the current delay interval . concode_field_sep int DEFAULT_BACKOFF_MAX_ELAPSED_TIME_MILLIS concode_elem_sep double backoffMultiplier concode_elem_sep double backoffMultiplier concode_elem_sep i...
Application function ( ) { return Helpers . fakeApplication ( ) ; }
override this method to setup the fake application to use . concode_field_sep Application app concode_elem_sep int port concode_elem_sep TestServer testServer concode_field_sep int providePort concode_elem_sep void startServer concode_elem_sep void stopServer concode_elem_sep Application provideApplication
String function ( ) { return id ; }
gets the value of the id property . concode_field_sep String id concode_elem_sep String value concode_field_sep void setvalue concode_elem_sep String getvalue concode_elem_sep void setId
String function ( ) { java . text . MessageFormat loc0 = new java . text . MessageFormat ( sun . security . util . ResourcesMgr . getString ( "srini_string" , "srini_string" ) ) ; Object [ ] loc1 = { name } ; return loc0 . format ( loc1 ) ; }
return a string representation of this unixnumericuserprincipal . concode_field_sep long serialVersionUID concode_elem_sep String name concode_field_sep String getName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep long longValue
void function ( ) { boolean loc0 = false ; try { assertThatClassIsImmutable ( ClassWithSetter . class ) ; } catch ( AssertionError loc1 ) { assertThat ( loc1 . getMessage ( ) , containsString ( "srini_string" ) ) ; loc0 = true ; } assertThat ( loc0 , is ( true ) ) ; }
check that a final class with a final private member that is modifyable by a setter is properly detected . concode_field_sep int x concode_field_sep void testFinalProtectedMember concode_elem_sep void testNonFinalClass concode_elem_sep void setX concode_elem_sep void testNotFinalPrivateMember
Prop function ( File arg0 , String arg1 ) { Prop loc0 = map . get ( arg0 . getName ( ) ) ; if ( loc0 == null ) { loc0 = new Prop ( arg0 , arg1 ) ; map . put ( arg0 . getName ( ) , loc0 ) ; if ( Proper . prop == null ) Proper . prop = loc0 ; } return loc0 ; }
using the properties file bye file object . it will loading the properties file if not loading . example : proper.use new file '' / var/config/my_config.txt '' , `` utf-8 '' ; strig username = proper.use `` my_config.txt '' . getmessage `` username '' ; concode_field_sep Prop prop concode_elem_sep Map<String,Prop> map ...
void function ( MouseEvent arg0 ) { if ( documentViewController != null && documentViewController . getDocumentViewModel ( ) . getViewToolMode ( ) == DocumentViewModel . DISPLAY_TOOL_PAN ) { documentViewController . setViewCursor ( DocumentViewController . CURSOR_HAND_OPEN ) ; } }
invoked when a mouse button has been released on a component . concode_field_sep Point lastMousePosition concode_elem_sep DocumentViewController documentViewController concode_field_sep void mouseDragged concode_elem_sep void mouseExited concode_elem_sep void mouseEntered concode_elem_sep void mouseClicked concode_elem...
void function ( DiscoveryNode arg0 ) { boolean loc0 = pendingNodes . remove ( arg0 ) ; assert loc0 : "srini_string" + arg0 + "srini_string" ; latch . countDown ( ) ; }
called for each response obtained from non master nodes concode_field_sep CountDownLatch latch concode_elem_sep Set<DiscoveryNode> pendingNodes concode_field_sep void onFailure concode_elem_sep boolean awaitAllNodes concode_elem_sep DiscoveryNode[] pendingNodes
java . util . List < com . liferay . portal . model . RecentLayoutSetBranch > function ( int arg0 , int arg1 ) { return getService ( ) . getRecentLayoutSetBranchs ( arg0 , arg1 ) ; }
returns a range of all the recent layout set branchs . 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....
long function ( ) { return access_time ; }
get the access time of the file . concode_field_sep long blocksize concode_elem_sep String owner concode_elem_sep Path path concode_elem_sep long length concode_elem_sep Path symlink concode_elem_sep FsPermission permission concode_elem_sep long modification_time concode_elem_sep boolean isdir concode_elem_sep short bl...
void function ( String arg0 [ ] ) { IntVector loc0 = new IntVector ( ) ; System . out . println ( loc0 ) ; IntVector loc1 = IntVector . seq ( 10 , 25 ) ; System . out . println ( loc1 ) ; IntVector loc2 = IntVector . seq ( 25 , 10 ) ; System . out . println ( loc2 ) ; }
tests the intvector class concode_field_sep int[] V concode_elem_sep int sizeOfVector concode_field_sep IntVector subvector concode_elem_sep IntVector subvector concode_elem_sep void set concode_elem_sep void set concode_elem_sep void set concode_elem_sep void set concode_elem_sep void set concode_elem_sep void swap co...
void function ( @ NotNull Runnable arg0 ) { myLoadingFinishedListeners . add ( arg0 ) ; }
this listener will be notified when any details loading process finishes . the notification will happen in the edt . concode_field_sep int MAX_LOADING_TASKS concode_elem_sep TIntHashSet myCommits concode_elem_sep SequentialLimitedLifoExecutor<TaskDescriptor> myLoader concode_elem_sep Map<VirtualFile,VcsLogProvider> myL...
void function ( String arg0 ) { if ( myHost != null ) { myHost . showFeedback ( arg0 ) ; } else { System . out . println ( arg0 ) ; } }
used to communicate feedback pop-up messages between a plugin tool and the main whitebox user-interface . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep int previousProgress concode_elem_sep bool...
byte [ ] function ( ) { return bytes . clone ( ) ; }
gets a clone of the internal byte array . concode_field_sep byte[] mask concode_elem_sep long NUM_BITS concode_elem_sep long arrayLength concode_elem_sep long trueSize concode_elem_sep byte[] bytes concode_field_sep void setBytes concode_elem_sep void turnBitOff concode_elem_sep void setSize concode_elem_sep void set c...
boolean function ( Object arg0 ) { if ( arg0 instanceof LogisimVersion ) { LogisimVersion loc0 = ( LogisimVersion ) arg0 ; return ( this . major == loc0 . major && this . minor == loc0 . minor && this . release == loc0 . release && this . revision == loc0 . revision && this . variant == loc0 . variant ) ; } else { retu...
compares two logisim version numbers . concode_field_sep String repr concode_elem_sep int major concode_elem_sep int minor concode_elem_sep int release concode_elem_sep String variant concode_elem_sep int FINAL_REVISION concode_elem_sep int revision concode_field_sep String rev concode_elem_sep int hashCode concode_ele...
void function ( Date arg0 ) { _kbComment . setLastPublishDate ( arg0 ) ; }
sets the last publish date of this k b comment . concode_field_sep KBComment _kbComment concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_s...
long function ( ) { return clockSeqAndNode ; }
returns the clock and node field of the uuid lower 64 bits . concode_field_sep long clockSeqAndNode concode_elem_sep long serialVersionUID concode_elem_sep long time concode_field_sep Appendable toAppendable concode_elem_sep void writeObject concode_elem_sep int hashCode concode_elem_sep long getTime concode_elem_sep b...
void function ( final String arg0 ) { this . uuid = arg0 ; }
sets the value of the uuid property . concode_field_sep String description concode_elem_sep EnvEntryEnum envEntryType concode_elem_sep String label concode_elem_sep QName type concode_elem_sep List<Description> descriptions concode_elem_sep String version concode_elem_sep String uuid concode_elem_sep Object idref conco...
String function ( ) { return jobId ; }
gets the value of the jobid property . concode_field_sep String jobId concode_elem_sep Long apexProcessingTime concode_elem_sep XMLGregorianCalendar createdDate concode_elem_sep Integer numberRecordsFailed concode_elem_sep int numberRecordsProcessed concode_elem_sep String stateMessage concode_elem_sep XMLGregorianCale...
boolean function ( DSpaceObject arg0 ) { return true ; }
predicate : can this disseminator crosswalk the given object . needed by oai-pmh server implementation . concode_field_sep PlaceHolder placeHolder concode_field_sep List<Element> disseminateList concode_elem_sep Namespace[] getNamespaces concode_elem_sep Element disseminateElement concode_elem_sep String getSchemaLocat...
void function ( String arg0 ) { doSetCaffeine ( Caffeine . from ( arg0 ) ) ; }
set the caffeine cache specification string to use for building each individual caffeinecache instance . the given value needs tocomply with caffeine 's caffeinespec see its javadoc . concode_field_sep CacheLoader<Object,Object> cacheLoader concode_elem_sep boolean allowNullValues concode_elem_sep ConcurrentMap<String,...
void function ( ) { if ( requestReceivedTime == 0 ) { throw new IllegalStateException ( "srini_string" ) ; } roundTripTimeInMs = System . currentTimeMillis ( ) - requestReceivedTime ; }
marks the time at which request was completed so that request rtt can be calculated . concode_field_sep ScalingMetricsTracker scalingMetricsTracker concode_elem_sep String DEFAULT_REQUEST_TYPE concode_elem_sep long roundTripTimeInMs concode_elem_sep long requestReceivedTime concode_elem_sep RestRequestMetrics defaultMe...
V3 function ( AiWrapperProvider < V3 , M4 , C , N , Q > arg0 ) { return ( V3 ) m_lookAt ; }
returns the ` lookat ' - vector of the camera coordinate system . the returned vector is relative to the coordinate space defined by the corresponding node . this is the viewing direction of the user . the default value is 0 | 0 | 1 . the vector may be normalized , but it need n't . this method is part of the wrapped a...
byte [ ] function ( BufferedImage arg0 , String arg1 , float arg2 , boolean arg3 ) { ImageEncoder loc0 = ImageEncoderFactory . newInstance ( arg1 , arg2 , arg3 ) ; return loc0 . encode ( arg0 ) ; }
encode the image in a specific format . concode_field_sep PlaceHolder placeHolder concode_field_sep void writeBufferedImage concode_elem_sep void writeBufferedImage concode_elem_sep void writeBufferedImage concode_elem_sep void writeBufferedImage
byte [ ] function ( byte [ ] arg0 ) { return lastUpdate ( arg0 , 0 , arg0 . length ) ; }
convenience method that calls the same method with three arguments . all bytes in in , starting from index position 0 are considered . concode_field_sep Operation mode concode_elem_sep Direction wired concode_elem_sep ByteArrayOutputStream inBuffer concode_elem_sep ByteArrayOutputStream outBuffer concode_elem_sep Strin...
boolean function ( final Interval arg0 ) { return this . start <= arg0 . start && this . end >= arg0 . end ; }
return true iff this interval completely contains the other one . concode_field_sep int start concode_elem_sep int end concode_field_sep void setStart concode_elem_sep boolean equals concode_elem_sep boolean isPrintable concode_elem_sep String toString concode_elem_sep void setEnd concode_elem_sep Interval copy
Attribute function ( Attribute arg0 , Attribute arg1 ) { return subtract ( arg0 , arg1 , null ) ; }
creates a new attribute containing the values from the first attribute which are not in the second attribute . the returned attribute will use the name and options taken from the first attribute . this method is logically equivalent to : subtract a1 , a2 , null ; concode_field_sep PlaceHolder placeHolder concode_field_...
void function ( PlacementStrategy arg0 ) { this . strategy = arg0 . toString ( ) ; }
the placement strategy . concode_field_sep String groupName concode_elem_sep String state concode_elem_sep String strategy concode_field_sep String getStrategy concode_elem_sep void setGroupName concode_elem_sep String getGroupName concode_elem_sep PlacementGroup withGroupName concode_elem_sep String getState concode_e...
String function ( ) { return value ; }
the command value sent . concode_field_sep String COMMAND_PLAYER_HEALTH concode_elem_sep String COMMAND_PLAYER_LEVEL concode_elem_sep String COMMAND_PLAYER_WALK_SPEED concode_elem_sep String COMMAND_PLAYER_GAME_MODE concode_elem_sep String playerName concode_elem_sep String COMMAND_PLAYER_LOCATION concode_elem_sep Stri...
String function ( ) { return state ; }
returns the state key , used with granttype #authorization_code and granttype #implicit and granttype #authorization_code_with_token concode_field_sep URI redirectUri concode_elem_sep boolean idToken concode_elem_sep String clientId concode_elem_sep String authorizationCode concode_elem_sep URI authorizationEndpoint co...
Settings function ( Settings arg0 ) { Settings . Builder loc0 = Settings . builder ( ) ; initializeSettings ( loc0 , arg0 , true , Collections . emptyMap ( ) ) ; finalizeSettings ( loc0 , null , null ) ; return loc0 . build ( ) ; }
prepares the settings by gathering all elasticsearch system properties and setting defaults . concode_field_sep String PROPERTY_DEFAULTS_PREFIX concode_elem_sep String SECRET_PROMPT_VALUE concode_elem_sep Predicate<String> PROPERTY_DEFAULTS_PREDICATE concode_elem_sep String TEXT_PROMPT_VALUE concode_elem_sep String[] A...