idx
int64
0
25k
question
stringlengths
71
7.19k
target
stringlengths
20
663
1,900
resets all zooming and dragging and makes the chart fit exactly it 's bounds . concode_field_sep RectF mContentRect concode_elem_sep float mChartWidth concode_elem_sep float mTransOffsetX concode_elem_sep float mTransOffsetY concode_elem_sep float mMinScaleY concode_elem_sep float mMinScaleX concode_elem_sep Matrix mMa...
Matrix function ( ) { mMinScaleX = 1f ; mMinScaleY = 1f ; Matrix loc0 = new Matrix ( ) ; loc0 . set ( mMatrixTouch ) ; float [ ] loc1 = new float [ 9 ] ; loc0 . getValues ( loc1 ) ; loc1 [ Matrix . MTRANS_X ] = 0f ; loc1 [ Matrix . MTRANS_Y ] = 0f ; loc1 [ Matrix . MSCALE_X ] = 1f ; loc1 [ Matrix . MSCALE_Y ] = 1f ; lo...
1,901
configure the set of custom formatter objects that should be added . concode_field_sep boolean registerDefaultFormatters concode_elem_sep Set<?> formatters concode_elem_sep Set<FormatterRegistrar> formatterRegistrars concode_elem_sep Set<?> converters concode_elem_sep FormattingConversionService conversionService conco...
void function ( Set < ? > arg0 ) { this . formatters = arg0 ; }
1,902
returns the blending mode stored in the cos dictionary concode_field_sep COSDictionary dict concode_field_sep boolean getAutomaticStrokeAdjustment concode_elem_sep void setFontSetting concode_elem_sep PDSoftMask getSoftMask concode_elem_sep Float getOverprintMode concode_elem_sep void setLineDashPattern concode_elem_se...
BlendMode function ( ) { return BlendMode . getInstance ( dict . getDictionaryObject ( COSName . BM ) ) ; }
1,903
settimerid concode_field_sep Date m_endTime concode_elem_sep Integer m_locationMonitor concode_elem_sep boolean m_counted concode_elem_sep String m_svcName concode_elem_sep Date m_startTime concode_elem_sep String m_ipAddr concode_elem_sep Integer m_timerId concode_elem_sep Long m_nodeid concode_field_sep Integer getLo...
void function ( final Integer arg0 ) { m_timerId = arg0 ; }
1,904
returns the action associated with this handler concode_field_sep Object[] EMPTY_ARRAY concode_elem_sep ValidateCommand action concode_elem_sep IPropertyChangeListener propertyChangeListener concode_elem_sep boolean baseEnabled concode_elem_sep ListenerList listenerList concode_field_sep Object[] getListeners concode_e...
IAction function ( ) { return action ; }
1,905
creates a result of a successful attempt that produced the given value . concode_field_sep Result<Object> FAILURE concode_elem_sep Throwable failure concode_elem_sep Result<Object> ABSENT concode_elem_sep T value concode_field_sep Result<T> ifSucceededBind concode_elem_sep Result<V> ifSucceededMergeFrom concode_elem_se...
Result < T > function ( @ NonNull final T arg0 ) { return new Result < > ( checkNotNull ( arg0 ) , null ) ; }
1,906
trigger before removing a bps profile concode_field_sep PlaceHolder placeHolder concode_field_sep void doPreRemoveBPSPackage concode_elem_sep void doPostDeleteHumanTask concode_elem_sep void doPreDeleteHumanTask concode_elem_sep void doPreAddBPSProfile concode_elem_sep int getOrderId concode_elem_sep void doPreUpdateBP...
void function ( String arg0 ) { }
1,907
gets the value of the results property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is not a set method for the results property . for example , to add a new item , do as...
List < Contact > function ( ) { if ( results == null ) { results = new ArrayList < Contact > ( ) ; } return this . results ; }
1,908
calls winipcfg and parses the result to find servers and a search path . concode_field_sep String[] servers concode_elem_sep ResolverConfig currentConfig concode_elem_sep Name[] searchlist concode_field_sep String server concode_elem_sep void findResolvConf concode_elem_sep boolean findSunJVM concode_elem_sep void find...
void function ( ) { String loc0 = "srini_string" ; try { Process loc1 ; loc1 = Runtime . getRuntime ( ) . exec ( "srini_string" + loc0 ) ; loc1 . waitFor ( ) ; File loc2 = new File ( loc0 ) ; findWin ( new FileInputStream ( loc2 ) ) ; new File ( loc0 ) . delete ( ) ; } catch ( Exception loc1 ) { return ; } }
1,909
builds a new cachedirectiveinfo populated with the set properties . concode_field_sep Short replication concode_elem_sep Path path concode_elem_sep long ms concode_elem_sep String pool concode_elem_sep long MAX_RELATIVE_EXPIRY_MS concode_elem_sep Expiration expiration concode_elem_sep Long id concode_elem_sep boolean i...
CacheDirectiveInfo function ( ) { return new CacheDirectiveInfo ( id , path , replication , pool , expiration ) ; }
1,910
method setparametername concode_field_sep String m_Info concode_elem_sep Object m_Parameter concode_elem_sep String m_Info_To concode_elem_sep String m_ParameterName concode_elem_sep Object m_Parameter_To concode_elem_sep long serialVersionUID concode_field_sep String getParameterName concode_elem_sep String getInfo co...
void function ( String arg0 ) { m_ParameterName = arg0 ; }
1,911
the date this pageinfo object was created concode_field_sep int GZIP_MAGIC_NUMBER_BYTE_1 concode_elem_sep Map<String,Serializable> requestAttributes concode_elem_sep long timeToLiveSeconds concode_elem_sep long ONE_YEAR_IN_SECONDS concode_elem_sep Date created concode_elem_sep boolean storeGzipped concode_elem_sep Patt...
Date function ( ) { return created ; }
1,912
gets the requested bit , where true means black . concode_field_sep int width concode_elem_sep int[] bits concode_elem_sep int height concode_elem_sep int rowSize concode_field_sep void setRegion concode_elem_sep void set concode_elem_sep int[] getEnclosingRectangle concode_elem_sep void clear concode_elem_sep int getW...
boolean function ( int arg0 , int arg1 ) { int loc0 = arg1 * rowSize + ( arg0 >> 5 ) ; return ( ( bits [ loc0 ] >>> ( arg0 & 0x1f ) ) & 1 ) != 0 ; }
1,913
returns a map/list which contains the first line of each line group as key and the rest of the lines as a string value . concode_field_sep int nextStartLineNumber concode_elem_sep String[] sectionContinuations concode_elem_sep String[] ignoredStarts concode_elem_sep LineNumberReader reader concode_elem_sep String[] def...
HashMappedList function ( ) { HashMappedList loc0 = new HashMappedList ( ) ; while ( true ) { HsqlArrayList loc1 = getSection ( ) ; if ( loc1 . size ( ) < 1 ) { break ; } String loc2 = ( String ) loc1 . get ( 0 ) ; String loc3 = LineGroupReader . convertToString ( loc1 , 1 ) ; loc0 . put ( loc2 , loc3 ) ; } return loc0...
1,914
gets the dynamic time through the formatcurrenttime method in the timezonebean . concode_field_sep DateFormat dateFormat concode_elem_sep String id concode_elem_sep String mapCommandButtonId concode_elem_sep String checkboxId concode_field_sep String getUseDaylightTime concode_elem_sep String getLocation concode_elem_s...
String function ( ) { return TimeZoneBean . formatCurrentTime ( dateFormat ) ; }
1,915
sets the holder . if null is given any will do . concode_field_sep Date attributeCertificateValid concode_elem_sep Collection targetNames concode_elem_sep BigInteger serialNumber concode_elem_sep X509AttributeCertificateHolder attributeCert concode_elem_sep AttributeCertificateHolder holder concode_elem_sep Collection ...
void function ( AttributeCertificateHolder arg0 ) { this . holder = arg0 ; }
1,916
sets the log file prefix for this bucket logging configuration . concode_field_sep String destinationBucketName concode_elem_sep String logFilePrefix concode_field_sep void setDestinationBucketName concode_elem_sep String getLogFilePrefix concode_elem_sep String getDestinationBucketName concode_elem_sep String toString...
void function ( String arg0 ) { if ( arg0 == null ) arg0 = "srini_string" ; this . logFilePrefix = arg0 ; }
1,917
sets the value of the digestvalue property . concode_field_sep byte[] base64Content concode_elem_sep byte[] digestValue concode_elem_sep DigestMethodType digestMethod concode_elem_sep String uri concode_elem_sep TransformParameterType.Hash hash concode_field_sep TransformParameterType.Hash getHash concode_elem_sep byte...
void function ( byte [ ] arg0 ) { this . digestValue = ( ( byte [ ] ) arg0 ) ; }
1,918
gets the product description . concode_field_sep double price concode_elem_sep String description concode_field_sep double getPrice
String function ( ) { return description ; }
1,919
returns true if the given state is currently active otherwise false . concode_field_sep ITimer timer concode_elem_sep boolean[] timeEvents concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep void entryAction_main_region_Start concode_elem_sep void enterSequence_main_region_Start_d...
boolean function ( State arg0 ) { switch ( arg0 ) { case main_region_Start : return stateVector [ 0 ] == State . main_region_Start ; case main_region_End : return stateVector [ 0 ] == State . main_region_End ; default : return false ; } }
1,920
prepends the given names to the start of this path . concode_field_sep boolean endsWithFile concode_elem_sep String FILE_PATH_SEPARATORS concode_elem_sep StringInterner PATH_SEGMENT_STRING_INTERNER concode_elem_sep String[] segments concode_field_sep RelativePath getParent concode_elem_sep boolean isFile concode_elem_s...
RelativePath function ( String ... arg0 ) { return new RelativePath ( false , arg0 ) . append ( this ) ; }
1,921
forward project geographical co-ordinates into map co-ordinates . concode_field_sep String TYPE_ID concode_elem_sep double[] PARAMETER_DEFAULT_VALUES concode_elem_sep String MAP_UNIT concode_elem_sep String NAME concode_elem_sep Parameter[] PARAMETERS concode_field_sep MapTransformDescriptor getDescriptor concode_elem_...
Point2D function ( GeoPos arg0 , Point2D arg1 ) { if ( arg1 != null ) { arg1 . setLocation ( arg0 . lon , arg0 . lat ) ; } else { arg1 = new Point2D . Double ( arg0 . lon , arg0 . lat ) ; } return arg1 ; }
1,922
set whether to allow null values adapting them to an internal null holder value . default is `` true '' . concode_field_sep String name concode_elem_sep boolean allowNullValues concode_elem_sep ConcurrentMapCache cache concode_elem_sep ConcurrentMap<Object,Object> store concode_field_sep void setName concode_elem_sep C...
void function ( boolean arg0 ) { this . allowNullValues = arg0 ; }
1,923
determines whether two possibly-null objects are equal . returns : true if a and b are both null . true if a and b are both non-null and they areequal according to object #equals object . false in all other situations . this assumes that any non-null objects passed to this function conform to the equals contract . conc...
boolean function ( @ Nullable Object arg0 , @ Nullable Object arg1 ) { return arg0 == arg1 || ( arg0 != null && arg0 . equals ( arg1 ) ) ; }
1,924
merges fields specified by a fieldmask from one message to another . concode_field_sep String FIELD_SEPARATOR_REGEX concode_elem_sep String FIELD_PATH_SEPARATOR concode_elem_sep String FIELD_PATH_SEPARATOR_REGEX concode_elem_sep boolean replacePrimitiveFields concode_elem_sep boolean replaceMessageFields concode_elem_s...
void function ( FieldMask arg0 , Message arg1 , Message . Builder arg2 ) { merge ( arg0 , arg1 , arg2 , new MergeOptions ( ) ) ; }
1,925
return the name value pairs parameters as a comma separated list . this is simpler for passing to the javascript parameter rebuilding code . concode_field_sep PlaceHolder placeHolder concode_field_sep UIComponent findForm concode_elem_sep boolean superValueIfSet concode_elem_sep boolean iterateEffects concode_elem_sep ...
String [ ] function ( List < UIParameter > arg0 ) { ArrayList loc0 = new ArrayList ( ) ; for ( UIParameter loc1 : arg0 ) { loc0 . add ( loc1 . getName ( ) ) ; loc0 . add ( loc1 . getValue ( ) . toString ( ) ) ; } Object [ ] loc2 = new String [ loc0 . size ( ) ] ; loc0 . toArray ( loc2 ) ; return ( String [ ] ) loc2 ; }
1,926
for all child rrs offering the key provided , obtain an iterator at that position in the joincollector . concode_field_sep boolean first concode_elem_sep PriorityQueue<ComposableRecordReader<K,?>> q concode_elem_sep ResetableIterator<X>[] iters concode_elem_sep WritableComparator cmp concode_elem_sep JoinCollector jc c...
void function ( K arg0 ) { if ( ! q . isEmpty ( ) ) { q . peek ( ) . key ( arg0 ) ; while ( 0 == cmp . compare ( q . peek ( ) . key ( ) , arg0 ) ) { ComposableRecordReader < K , ? > loc0 = q . poll ( ) ; loc0 . accept ( jc , arg0 ) ; if ( loc0 . hasNext ( ) ) { q . add ( loc0 ) ; } else if ( q . isEmpty ( ) ) { return ...
1,927
gets the value of the dslabel property . concode_field_sep ArrayOfString altIDs concode_elem_sep String dsID concode_elem_sep String logMessage concode_elem_sep String pid concode_elem_sep boolean versionable concode_elem_sep String mimeType concode_elem_sep String dsLabel concode_elem_sep String formatURI concode_elem...
String function ( ) { return dsLabel ; }
1,928
returns true if the http connection needs to tunnel one protocol over another , such as when using https through an http proxy . when doing so , we must avoid buffering bytes intended for the higher-level protocol . concode_field_sep int httpMinorVersion concode_elem_sep byte[] HTTP_11 concode_elem_sep Route route conc...
boolean function ( ) { return route . address . sslSocketFactory != null && route . proxy . type ( ) == Proxy . Type . HTTP ; }
1,929
determine the default bean name for the specified bean instance . the default implementation returns the superclass name for a cglib proxy and the name of the plain bean class else . concode_field_sep PlaceHolder placeHolder concode_field_sep BeanWiringInfo buildWiringInfo concode_elem_sep BeanWiringInfo resolveWiringI...
String function ( Object arg0 ) { return ClassUtils . getUserClass ( arg0 ) . getName ( ) ; }
1,930
returns true if the damage is projectile based . concode_field_sep DamageSource outOfWorld concode_elem_sep DamageSource onFire concode_elem_sep boolean fireDamage concode_elem_sep boolean isUnblockable concode_elem_sep DamageSource fall concode_elem_sep DamageSource inFire concode_elem_sep DamageSource inWall concode_...
boolean function ( ) { return projectile ; }
1,931
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 ...
JSONWriter function ( boolean arg0 ) { return this . append ( arg0 ? "srini_string" : "srini_string" ) ; }
1,932
reset the mockfilterchain allowing it to be invoked again . concode_field_sep Servlet delegateServlet concode_elem_sep ServletRequest request concode_elem_sep Iterator<Filter> iterator concode_elem_sep ServletResponse response concode_elem_sep List<Filter> filters concode_field_sep void init concode_elem_sep ServletReq...
void function ( ) { this . request = null ; this . response = null ; this . iterator = null ; }
1,933
get the size of the numbering , which is the maximum number assigned plus one . concode_field_sep HashMap<Integer,Location> numberToLocationMap concode_elem_sep HashMap<Location,Integer> locationToNumberMap concode_field_sep int getNumber concode_elem_sep Location getLocation concode_elem_sep void build
int function ( ) { return locationToNumberMap . size ( ) ; }
1,934
returns the nameresolver associated with the specified eventexecutor . if there 's no associated resolved found , this method creates and returns a new resolver instance created by #newresolver eventexecutor so that the new resolver is reused on another #getresolver eventexecutor call with the same eventexecutor . conc...
NameResolver < T > function ( EventExecutor arg0 ) { if ( arg0 == null ) { throw new NullPointerException ( "srini_string" ) ; } if ( arg0 . isShuttingDown ( ) ) { throw new IllegalStateException ( "srini_string" ) ; } return getResolver0 ( arg0 . unwrap ( ) ) ; }
1,935
removes the web dav props with the primary key from the database . also notifies the appropriate model listeners . concode_field_sep WebDAVPropsPersistence _persistence concode_field_sep int countAll concode_elem_sep void cacheResult concode_elem_sep void cacheResult concode_elem_sep WebDAVProps removeByC_C concode_ele...
WebDAVProps function ( long arg0 ) { return getPersistence ( ) . remove ( arg0 ) ; }
1,936
returns a matched connection from the candidate set of connections . concode_field_sep long serialVersionUID concode_elem_sep String cfProperty concode_elem_sep PrintWriter logwriter concode_elem_sep ResourceAdapter ra concode_field_sep ManagedConnection createManagedConnection concode_elem_sep void setCfProperty conco...
ManagedConnection function ( Set arg0 , Subject arg1 , ConnectionRequestInfo arg2 ) { ManagedConnection loc0 = null ; Iterator loc1 = arg0 . iterator ( ) ; while ( loc0 == null && loc1 . hasNext ( ) ) { ManagedConnection loc2 = ( ManagedConnection ) loc1 . next ( ) ; if ( loc2 instanceof ValidManagedConnection ) { loc0...
1,937
remove the given authorized roles from an action . note that this is only relevant if a role was previously authorized for that action . if no roles where previously authorized the effect of the unauthorize call is that no roles at all will be authorized for that action . concode_field_sep Map<Action,EnumSet<Role>> aut...
void function ( final Action arg0 , final EnumSet < Role > arg1 ) { this . unauthorize ( arg0 , arg1 . toArray ( new Role [ arg1 . size ( ) ] ) ) ; }
1,938
determines whether the flag is set indicating that this frame is an ack . only applies for settings and ping frames . concode_field_sep short ACK concode_elem_sep short PRIORITY concode_elem_sep short PADDED concode_elem_sep short END_STREAM concode_elem_sep short END_HEADERS concode_elem_sep short value concode_field_...
boolean function ( ) { return isFlagSet ( ACK ) ; }
1,939
sets the value of the message property . concode_field_sep String applicationExceptionType concode_elem_sep String message concode_field_sep String getApplicationExceptionType concode_elem_sep void setApplicationExceptionType concode_elem_sep String getMessage
void function ( String arg0 ) { this . message = arg0 ; }
1,940
publishes an event with given payload on the configured event bus . this method takes into account that a unit of work may be active , using that unit of work to ensure correct publication of the event . concode_field_sep EventBus eventBus concode_elem_sep MetaData additionalMetaData concode_field_sep EventMessage<Obje...
void function ( Object arg0 ) { doPublish ( createEventMessage ( arg0 ) ) ; }
1,941
mutator of if the patient indicated understanding what was discussed concode_field_sep boolean medications concode_elem_sep boolean alternatives concode_elem_sep boolean diagnosis concode_elem_sep boolean sideEffects concode_elem_sep String understood concode_field_sep boolean isDiagnosis concode_elem_sep boolean isMed...
void function ( String arg0 ) { this . understood = arg0 ; }
1,942
writes properties to a file . concode_field_sep String VAR_START concode_elem_sep String ARG_PREFIX concode_elem_sep int SMALLEST_POSSIBLE_ALIASED_STRING concode_elem_sep String VAR_END concode_field_sep Properties safeReadProperties concode_elem_sep int findMatchingBrace concode_elem_sep Properties getPropertiesFromCo...
void function ( File arg0 , Properties arg1 ) { FileOutputStream loc0 = null ; try { loc0 = new FileOutputStream ( arg0 ) ; arg1 . store ( loc0 , "srini_string" ) ; } finally { if ( loc0 != null ) { loc0 . close ( ) ; } } }
1,943
returns the ac of allele a la #getallelecountsofmle concode_field_sep int AF1p concode_elem_sep double[] log10PriorsOfAC concode_elem_sep Map<Allele,Double> log10pRefByAllele concode_elem_sep int[] alleleCountsOfMLE concode_elem_sep int LOG_10_ARRAY_SIZES concode_elem_sep int AF0 concode_elem_sep double[] log10Posterio...
int function ( final Allele arg0 ) { Utils . nonNull ( arg0 ) ; return alleleCountsOfMLE [ altAlleleIndex ( arg0 ) ] ; }
1,944
override this method if you want the test bundle to be deployed . this is useful is the test bundle contains the endpoint you want to test . by default , the test bundle is not deployed . as a reminder , the test bundle contains all classes from ` src/main/test ' . the bundle is deployed for all test methods from the c...
boolean function ( ) { return false ; }
1,945
creates a new account with the primary key . does not add the account to the database . concode_field_sep AccountLocalService _accountLocalService concode_field_sep void setWrappedService concode_elem_sep java.util.List<com.liferay.portal.model.Account> getAccounts concode_elem_sep void setWrappedAccountLocalService co...
com . liferay . portal . model . Account function ( long arg0 ) { return _accountLocalService . createAccount ( arg0 ) ; }
1,946
calculate the fallout . this is defined as incorrectly classified negatives -------------------------------- total predicted as positive concode_field_sep double m_TruePos concode_elem_sep double m_TrueNeg concode_elem_sep double m_FalseNeg concode_elem_sep double m_FalsePos concode_elem_sep String[] CATEGORY_NAMES con...
double function ( ) { if ( 0 == ( m_TruePos + m_FalsePos ) ) { return 0 ; } else { return m_FalsePos / ( m_TruePos + m_FalsePos ) ; } }
1,947
should the call to the super constructor be omitted ? concode_field_sep IFunctionBinding fBinding concode_elem_sep int fVisibility concode_elem_sep IVariableBinding[] fBindings concode_elem_sep boolean fOmitSuper concode_elem_sep boolean fApply concode_elem_sep IType fType concode_elem_sep boolean fSave concode_elem_se...
boolean function ( ) { return fOmitSuper ; }
1,948
set type concode_field_sep int bigIcon concode_elem_sep String emojiText concode_elem_sep int icon concode_elem_sep String name concode_elem_sep Type type concode_elem_sep String iconPath concode_elem_sep String identityCode concode_elem_sep String bigIconPath concode_field_sep void setName concode_elem_sep String getN...
void function ( Type arg0 ) { this . type = arg0 ; }
1,949
closes the camera driver if still in use . concode_field_sep int MAX_FRAME_HEIGHT concode_elem_sep String TAG concode_elem_sep int requestedFramingRectHeight concode_elem_sep AutoFocusManager autoFocusManager concode_elem_sep CameraConfigurationManager configManager concode_elem_sep WindowManager windowManager concode_...
void function ( ) { if ( camera != null ) { camera . release ( ) ; camera = null ; framingRect = null ; framingRectInPreview = null ; } }
1,950
test of setsimulatewaiting method , of class dummysampler . concode_field_sep PlaceHolder placeHolder concode_field_sep void testGetRequestData concode_elem_sep void setUpClass concode_elem_sep void testSetResponseData concode_elem_sep void testGetResponseCode concode_elem_sep void testGetResponseTime concode_elem_sep ...
void function ( ) { System . out . println ( "srini_string" ) ; boolean loc0 = false ; DummySampler loc1 = new DummySampler ( ) ; loc1 . setSimulateWaiting ( loc0 ) ; }
1,951
sets a flush interval flushing any bulk actions pending if the interval passes . defaults to not set . note , both #setbulkactions int and #setbulksize org.elasticsearch.common.unit.bytesizevalue can be set to -1 with the flush interval set allowing for complete async processing of bulk actions . concode_field_sep int ...
Builder function ( TimeValue arg0 ) { this . flushInterval = arg0 ; return this ; }
1,952
called to notify the client that no more job events will be send . the default implementation does nothing . concode_field_sep PlaceHolder placeHolder concode_field_sep void printDataTransferCompleted concode_elem_sep void printJobCompleted concode_elem_sep void printJobRequiresAttention concode_elem_sep void printJobC...
void function ( PrintJobEvent arg0 ) { }
1,953
return the underlying target object . concode_field_sep boolean isResource concode_elem_sep Object target concode_field_sep boolean isResource
Object function ( ) { return target ; }
1,954
sets the data file entry id of this sync d l file version diff . concode_field_sep SyncDLFileVersionDiff _syncDLFileVersionDiff concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttribute...
void function ( long arg0 ) { _syncDLFileVersionDiff . setDataFileEntryId ( arg0 ) ; }
1,955
adds a node to the end of the list . concode_field_sep LinkedListNode<E> head concode_field_sep LinkedListNode<E> getFirst concode_elem_sep void clear concode_elem_sep String toString concode_elem_sep LinkedListNode<E> getLast concode_elem_sep LinkedListNode<E> addFirst concode_elem_sep LinkedListNode<E> addFirst
LinkedListNode < E > function ( LinkedListNode < E > arg0 ) { return arg0 . insert ( head , head . previous ) ; }
1,956
closes this connection . concode_field_sep Thread runnerThread concode_elem_sep Server server concode_elem_sep boolean keepAlive concode_elem_sep RowOutputBinary rowOut concode_elem_sep Session session concode_elem_sep byte[] mainBuffer concode_elem_sep RowInputBinary rowIn concode_elem_sep OutputStream dataOutput conc...
void function ( ) { if ( session != null ) { session . close ( ) ; } session = null ; try { socket . close ( ) ; } catch ( IOException loc0 ) { } synchronized ( server . serverConnSet ) { server . serverConnSet . remove ( this ) ; } }
1,957
returns the iot hub message represented by the https message . concode_field_sep String HTTPS_SINGLE_MESSAGE_CONTENT_TYPE concode_elem_sep boolean base64Encoded concode_elem_sep byte[] body concode_elem_sep MessageProperty[] properties concode_field_sep boolean isBase64Encoded concode_elem_sep String getBodyAsString co...
Message function ( ) { Message loc0 = new Message ( this . getBody ( ) ) ; for ( MessageProperty loc1 : this . properties ) { String loc2 = httpsAppPropertyToAppProperty ( loc1 . getName ( ) ) ; loc0 . setProperty ( loc2 , loc1 . getValue ( ) ) ; } return loc0 ; }
1,958
f0 - > type f1 - > identifier concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
R function ( FormalParameter arg0 , A arg1 ) { R loc0 = null ; arg0 . f0 . accept ( this , arg1 ) ; arg0 . f1 . accept ( this , arg1 ) ; return loc0 ; }
1,959
set the path of the node . concode_field_sep String nodeName concode_elem_sep String path concode_elem_sep TreeViewRequest request concode_elem_sep IndexTreeView treeView concode_elem_sep List<TreeNode> children concode_elem_sep String groupId concode_elem_sep String repositoryId concode_elem_sep String artifactId conc...
void function ( String arg0 ) { this . path = arg0 ; }
1,960
returns the path attribute of the cookie concode_field_sep String cookieDomain concode_elem_sep Date cookieExpiryDate concode_elem_sep int cookieVersion concode_elem_sep String name concode_elem_sep boolean isSecure concode_elem_sep String cookiePath concode_elem_sep String value concode_elem_sep long serialVersionUID ...
String function ( ) { return cookiePath ; }
1,961
sets the object id . invoked by the drawing group when the object is added to id concode_field_sep int drawingNumber concode_elem_sep Logger logger concode_elem_sep byte[] imageData concode_elem_sep Origin origin concode_elem_sep DrawingGroup drawingGroup concode_elem_sep ShapeType type concode_elem_sep MsoDrawingRecor...
void function ( int arg0 , int arg1 , int arg2 ) { objectId = arg0 ; blipId = arg1 ; shapeId = arg2 ; if ( origin == Origin . READ ) { origin = Origin . READ_WRITE ; } }
1,962
get a feature by it 's @linkplain feature #getshortname shortname . concode_field_sep Map<String,Feature> shortFeatureMap concode_elem_sep Map<String,Feature> longFeatureMap concode_elem_sep String name concode_elem_sep String description concode_elem_sep String shortName concode_elem_sep Class<? extends BaseAggregator...
Feature function ( final String arg0 ) { return shortFeatureMap . get ( arg0 ) ; }
1,963
sets the location . concode_field_sep UnitSystem unit concode_elem_sep URL forecastURL concode_elem_sep Date queryTime concode_elem_sep Location location concode_elem_sep Date time concode_elem_sep List<WeatherCondition> conditions concode_field_sep UnitSystem getUnitSystem concode_elem_sep Location getLocation concode...
void function ( Location arg0 ) { this . location = arg0 ; }
1,964
get the public identifier that was set with setpublicid . concode_field_sep String systemId concode_elem_sep Reader reader concode_elem_sep InputStream inputStream concode_elem_sep String FEATURE concode_elem_sep String publicId concode_field_sep String getSystemId concode_elem_sep void setReader concode_elem_sep Reade...
String function ( ) { return publicId ; }
1,965
adds a command handler mapped from the command class which this handler should be invoke for to the name of the handler to be created concode_field_sep boolean m_isStatus concode_elem_sep HandlerEntry m_defaultMsgHandler concode_elem_sep String m_dispatcher concode_elem_sep HashMap<Integer,HandlerEntry> m_messageHandle...
void function ( Class < ? extends Command > arg0 , HandlerEntry arg1 ) { m_commandHandlers . put ( arg0 , arg1 ) ; }
1,966
load persistent settings from path concode_field_sep Map<String,String> map concode_elem_sep String fDefaultSection concode_elem_sep XmlDocumentUtilities fDocumentUtilities concode_field_sep void loadSection concode_elem_sep void saveValue concode_elem_sep String get concode_elem_sep void save concode_elem_sep void sav...
void function ( Path arg0 ) { try { load ( XML_BaseParser . parseXmlFile ( arg0 ) ) ; } catch ( Exception loc0 ) { loc0 . printStackTrace ( ) ; throw new Exception ( "srini_string" + arg0 , loc0 ) ; } }
1,967
test of getlanguagename method , of class jsr223jrubyenginefactory . concode_field_sep String basedir concode_elem_sep OutputStream outStream concode_elem_sep Logger logger1 concode_elem_sep Logger logger0 concode_field_sep void setUpClass concode_elem_sep void testGetExtensions concode_elem_sep void testGetParameter c...
void function ( ) { logger1 . info ( "srini_string" ) ; JRubyEngineFactory loc0 = new JRubyEngineFactory ( ) ; String loc1 = "srini_string" ; String loc2 = loc0 . getLanguageName ( ) ; assertEquals ( loc1 , loc2 ) ; loc0 = null ; }
1,968
returns the created date of this vcms c a relation . concode_field_sep VcmsCARelation _vcmsCARelation concode_field_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel concode_elem_sep com.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge concode...
java . util . Date function ( ) { return _vcmsCARelation . getCreatedDate ( ) ; }
1,969
gets the value of the arcrole property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep String type concode_elem_sep String title concode_elem_sep JAXBElement...
String function ( ) { return arcrole ; }
1,970
get the map of contracts and their priorities . concode_field_sep Map<Class<?>,Integer> contracts concode_elem_sep int defaultPriority concode_elem_sep Class<? extends Annotation> scope concode_elem_sep int NO_PRIORITY concode_elem_sep Class<? extends Annotation> scope concode_elem_sep int defaultPriority concode_elem_...
Map < Class < ? > , Integer > function ( ) { return contracts ; }
1,971
prints the license graph . concode_field_sep SimpleDirectedGraph<LicenseNode,LicenseEdge> licenseGraph concode_field_sep void connectNode concode_elem_sep void exportGraph concode_elem_sep void addLicense concode_elem_sep void addLicense concode_elem_sep SimpleDirectedGraph<LicenseNode,LicenseEdge> createLicenseGraph c...
void function ( ) { for ( LicenseEdge loc0 : licenseGraph . edgeSet ( ) ) { System . out . println ( loc0 ) ; } }
1,972
set to true to expose a topology sse endpoint and topology.js for consuming topology information from the browser . set to false to disable this endpoint . defaults to true . concode_field_sep String DEFAULT_CONTEXT concode_elem_sep boolean exposeTopologyEndpoint concode_elem_sep Map<String,String> proxiedServiceMappin...
void function ( boolean arg0 ) { this . exposeTopologyEndpoint = arg0 ; }
1,973
gets updated by . concode_field_sep Integer recordId concode_elem_sep String updatedBy concode_elem_sep String notes concode_elem_sep String operationType concode_elem_sep Integer changeLogId concode_elem_sep Date updatedDate concode_field_sep String getOperationType concode_elem_sep void setRecordId concode_elem_sep v...
String function ( ) { return updatedBy ; }
1,974
create a new org.glassfish.jersey.client.rx.rxclient reactive client instance parametrized with invoker based onthe jersey.repackaged.jsr166e.completablefuture completable future from jsr-166e pre-java 8 . reactive requests , invoked using org.glassfish.jersey.client.rx.rxinvocationbuilder #rx rx ... method , are execu...
RxClient < RxCompletableFutureInvoker > function ( final ExecutorService arg0 ) { return Rx . newClient ( RxCompletableFutureInvoker . class , arg0 ) ; }
1,975
all loaded templates is cached in the templates-list using a key . this key is included as part of the classname for the generated class for a specific template . the key is included in the classname to make it possible to resolve the original template-file from the classname , when creating cleanstacktrace this method...
String function ( String arg0 ) { String loc0 = templateFile2UniqueNumber . get ( arg0 ) ; if ( loc0 == null ) { loc0 = Long . toString ( nextUniqueNumber . getAndIncrement ( ) ) ; templateFile2UniqueNumber . put ( arg0 , loc0 ) ; } return loc0 ; }
1,976
serializes the beginning of this object to the passed in writer . concode_field_sep String accountId concode_elem_sep String authUserAcquisitionDate concode_elem_sep String authUserId concode_elem_sep String accountAcquisitionDate concode_elem_sep String userAgent concode_elem_sep String id concode_elem_sep String anon...
void function ( Writer arg0 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } arg0 . write ( '{' ) ; this . serializeContent ( arg0 ) ; arg0 . write ( '}' ) ; }
1,977
test unmarshalling an invalid date . concode_field_sep Date date concode_field_sep void testUnmarshallingNullDate concode_elem_sep void testMarshallingNullDate concode_elem_sep String marshall concode_elem_sep ATestClass unmarshall concode_elem_sep void setDate concode_elem_sep Date getDate concode_elem_sep void testUn...
void function ( ) { String loc0 = "srini_string" ; ATestClass loc1 = unmarshall ( loc0 ) ; assertNull ( loc1 . getDate ( ) ) ; }
1,978
sets an executorservice to be used by this class . the executorservice passed to this method is used for executing thebackground task . thus it is possible to re-use an already existing executorservice or to use a specially configured one . if no executorservice is set , this instance creates a temporary one anddestroy...
void function ( final ExecutorService arg0 ) { if ( isStarted ( ) ) { throw new IllegalStateException ( "srini_string" ) ; } this . externalExecutor = arg0 ; }
1,979
create a new entry object referencing the input key and associated value , and insert the entry into the dictionary . return a reference to the new entry . multiple entries with the same key or even the same key and value can coexist in the dictionary . this method should run in o 1 time if the number of collisions is ...
Entry function ( Object arg0 , Object arg1 ) { Entry loc0 = new Entry ( ) ; loc0 . arg0 = arg0 ; loc0 . arg1 = arg1 ; int loc1 = compFunction ( arg0 . loc1 ( ) ) ; if ( table [ loc1 ] . length ( ) > 0 ) numCollisions ++ ; table [ loc1 ] . insertBack ( loc0 ) ; size ++ ; return loc0 ; }
1,980
the unique identifier of the record in the stream . concode_field_sep String sequenceNumber concode_elem_sep java.nio.ByteBuffer data concode_elem_sep String partitionKey concode_elem_sep java.util.Date approximateArrivalTimestamp concode_field_sep void setApproximateArrivalTimestamp concode_elem_sep String getSequence...
void function ( String arg0 ) { this . sequenceNumber = arg0 ; }
1,981
gets the value of the vmsearch property . concode_field_sep String dnsName concode_elem_sep ManagedObjectReference datacenter concode_elem_sep ManagedObjectReference _this concode_elem_sep boolean vmSearch concode_field_sep void setThis concode_elem_sep ManagedObjectReference getThis concode_elem_sep void setVmSearch c...
boolean function ( ) { return vmSearch ; }
1,982
set a parameter for the query . concode_field_sep ErrorListener errorListener concode_elem_sep DateTimeValue currentDateTime concode_elem_sep Item contextItem concode_elem_sep HashMap parameters concode_elem_sep Configuration config concode_elem_sep URIResolver uriResolver concode_field_sep Item getContextItem concode_...
void function ( String arg0 , Object arg1 ) { if ( parameters == null ) { parameters = new HashMap ( 10 ) ; } parameters . put ( arg0 , arg1 ) ; }
1,983
return a specific log record . the current log position is set to the specified record in the log , and its data is returned . concode_field_sep DbLogc logc concode_field_sep OperationStatus getFirst concode_elem_sep OperationStatus getCurrent concode_elem_sep OperationStatus getNext concode_elem_sep LogCursor wrap con...
OperationStatus function ( final LogSequenceNumber arg0 , final DatabaseEntry arg1 ) { return OperationStatus . fromInt ( logc . get ( arg0 , arg1 , DbConstants . DB_SET ) ) ; }
1,984
deletes all terms recursively concode_field_sep boolean showComponentInfoTypes concode_elem_sep Term root concode_elem_sep String name concode_elem_sep Scene<?> scene concode_field_sep void setName concode_elem_sep boolean isShowComponentInfoTypes concode_elem_sep String getName concode_elem_sep void setScene concode_e...
void function ( Term arg0 ) { while ( arg0 . hasChildren ( ) ) { Term loc0 = arg0 . getLastChild ( ) ; deleteChildTerms ( loc0 ) ; arg0 . removeChild ( loc0 ) ; } }
1,985
returns the auth token type used by this authenticator . concode_field_sep String mAuthTokenType concode_elem_sep AccountManager mAccountManager concode_elem_sep Account mAccount concode_elem_sep boolean mNotifyAuthFailure concode_field_sep Account getAccount concode_elem_sep String getAuthToken concode_elem_sep void i...
String function ( ) { return mAuthTokenType ; }
1,986
parse a csv file , ignoring any blank lines , just a list of monkeytalk command objects . concode_field_sep Pattern regex concode_elem_sep String CRAZY concode_field_sep List<String> parse
List < Map < String , String >> function ( File arg0 ) { return parseFile ( arg0 , true ) ; }
1,987
gets an individual change from the change collection . concode_field_sep boolean moreChangesAvailable concode_elem_sep List<TChange> changes concode_elem_sep String syncState concode_field_sep void add concode_elem_sep Iterator<TChange> iterator concode_elem_sep void setMoreChangesAvailable concode_elem_sep void setSyn...
TChange function ( int arg0 ) { if ( arg0 < 0 || arg0 >= this . getCount ( ) ) { throw new IndexOutOfBoundsException ( String . format ( "srini_string" , arg0 , this . getCount ( ) ) ) ; } return this . changes . get ( arg0 ) ; }
1,988
return a unique int result from the given collection . throws an exception if 0 or more than 1 result objects found , of if the unique result object is not convertible to an int . concode_field_sep PlaceHolder placeHolder concode_field_sep RuntimeException translateIfNecessary concode_elem_sep long longResult concode_e...
int function ( @ Nullable Collection < ? > arg0 ) { return objectResult ( arg0 , Number . class ) . intValue ( ) ; }
1,989
returns the number of under construction replicas in the block report . concode_field_sep int LONGS_PER_FINALIZED_BLOCK concode_elem_sep int LONGS_PER_UC_BLOCK concode_elem_sep long[] blockList concode_elem_sep ReplicaState currentReplicaState concode_elem_sep int HEADER_SIZE concode_elem_sep int currentBlockIndex conc...
int function ( ) { return ( int ) blockList [ 1 ] ; }
1,990
sac : implements selectorfactory #createdescendantselector selector , simpleselector . concode_field_sep SelectorFactory INSTANCE concode_field_sep CharacterDataSelector createTextNodeSelector concode_elem_sep SimpleSelector createRootNodeSelector concode_elem_sep DescendantSelector createChildSelector concode_elem_sep...
DescendantSelector function ( Selector arg0 , SimpleSelector arg1 ) { return new DefaultDescendantSelector ( arg0 , arg1 ) ; }
1,991
getter for property path . represent file-system structure , relative at uploadroot dir determined at startup , by default is system temp dir usually is user.getlogin + slash + image.getalbum . getid + slash + filename , for example `` amarkhel/15/coolpicture.jpg '' concode_field_sep boolean covering concode_elem_sep L...
String function ( ) { return path ; }
1,992
returns the index of this node in the whole dependency list . concode_field_sep DependencyListNode next_ concode_elem_sep QualifiedName PDL_INDEX concode_elem_sep List<String> includes_ concode_elem_sep int index_ concode_elem_sep long serialVersionUID concode_elem_sep int INDEX_STEP concode_elem_sep String fileName_ c...
int function ( ) { return index_ ; }
1,993
expect connect timeout , because the connection backlog is consumed . concode_field_sep int TEST_TIMEOUT concode_elem_sep int SHORT_SOCKET_TIMEOUT concode_elem_sep URLConnectionFactory connectionFactory concode_elem_sep List<SocketChannel> clients concode_elem_sep Log LOG concode_elem_sep int CONNECTION_BACKLOG concode...
void function ( ) { consumeConnectionBacklog ( ) ; try { fs . listFiles ( new Path ( "srini_string" ) , false ) ; fail ( "srini_string" ) ; } catch ( SocketTimeoutException loc0 ) { GenericTestUtils . assertExceptionContains ( fs . getUri ( ) . getAuthority ( ) + "srini_string" , loc0 ) ; } }
1,994
determine if the element is in the set concode_field_sep int numHashes concode_elem_sep int[] hashResults concode_elem_sep double bitsPerElement concode_elem_sep byte[] temp concode_elem_sep int size concode_elem_sep int bitSetSize concode_elem_sep BitSet bitset concode_elem_sep int capacity concode_field_sep int hashM...
boolean function ( byte [ ] arg0 , int arg1 ) { hash ( arg0 , arg1 , hashResults ) ; for ( int loc0 = 0 ; loc0 < numHashes ; loc0 ++ ) { if ( ! bitset . get ( Math . abs ( hashResults [ loc0 ] % bitSetSize ) ) ) return false ; } return true ; }
1,995
called to give the classloadhelper a chance to initialize itself , including the opportunity to `` steal '' the class loader off of the calling thread , which is the thread that is initializing quartz . concode_field_sep List<ClassLoadHelper> loadHelpers concode_elem_sep ClassLoadHelper bestCandidate concode_field_sep ...
void function ( ) { if ( loadHelpers . size ( ) == 0 ) { addDefaultClassLoadHelpers ( ) ; } Iterator < ClassLoadHelper > loc0 = loadHelpers . iterator ( ) ; while ( loc0 . hasNext ( ) ) { ClassLoadHelper loc1 = ( ClassLoadHelper ) loc0 . next ( ) ; loc1 . initialize ( ) ; } }
1,996
signals this object to close , including exiting the thread running the request handling loop concode_field_sep Thread runnerThread concode_elem_sep Server server concode_elem_sep boolean keepAlive concode_elem_sep RowInputBinary rowIn concode_elem_sep Session session concode_elem_sep byte[] mainBuffer concode_elem_sep...
void function ( ) { keepAlive = false ; if ( ! Thread . currentThread ( ) . equals ( runnerThread ) ) { close ( ) ; } }
1,997
create an instance of getprodutorequest concode_field_sep PlaceHolder placeHolder concode_field_sep ListAllProdutoRequest createListAllProdutoRequest concode_elem_sep ListAllProdutosMenorQueMilReaisRequest createListAllProdutosMenorQueMilReaisRequest concode_elem_sep SaveProdutoRequest createSaveProdutoRequest concode_...
GetProdutoRequest function ( ) { return new GetProdutoRequest ( ) ; }
1,998
get the value specified for a given attribute on this element as an double . concode_field_sep Element dom concode_elem_sep XMLElementList children concode_elem_sep String name concode_field_sep XMLElementList getChildren concode_elem_sep String getName concode_elem_sep String getAttribute concode_elem_sep String getAt...
double function ( String arg0 ) { try { return Double . parseDouble ( getAttribute ( arg0 ) ) ; } catch ( NumberFormatException loc0 ) { throw new SlickXMLException ( "srini_string" + getAttribute ( arg0 ) + "srini_string" , loc0 ) ; } }
1,999
extracts the class name from a type descriptor . concode_field_sep String IN0 concode_elem_sep PrintStream out concode_elem_sep String IN1 concode_elem_sep String IN2 concode_elem_sep String IN4 concode_elem_sep String IN3 concode_field_sep void printBrief concode_elem_sep void generateHeader0 concode_elem_sep void pri...
String function ( String arg0 ) { String loc0 = descriptorToDot ( arg0 ) ; int loc1 = loc0 . lastIndexOf ( "srini_string" ) ; if ( loc1 < 0 ) { return loc0 ; } else { return loc0 . substring ( loc1 + 1 ) ; } }