idx
int64
0
25k
question
stringlengths
68
5.61k
target
stringlengths
21
500
4,000
returns a new lrucache instance concode_field_sep LRUCacheEntry<K,T> fEntryQueue concode_elem_sep LRUCacheEntry<K,T> _fNext concode_elem_sep LRUCacheEntry<K,T> fEntryQueueTail concode_elem_sep Hashtable<K,LRUCacheEntry<K,T>> fEntryTable concode_elem_sep T _fValue concode_elem_sep LRUCacheEntry<K,T> _fPrevious concode_e...
LRUCache < K , T > function ( int arg0 ) { return new LRUCache < K , T > ( arg0 ) ; }
4,001
print this database to system.out . concode_field_sep List<PseudoSequence> pseudoSequences concode_elem_sep Cluster cluster concode_field_sep void setCluster concode_elem_sep int size concode_elem_sep Set<Integer> getSequenceIDs concode_elem_sep String toString concode_elem_sep List<PseudoSequence> getPseudoSequences c...
void function ( ) { System . out . println ( toString ( ) ) ; }
4,002
create an instance of contentresources concode_field_sep QName _ResourceReference_QNAME concode_elem_sep QName _Resource_QNAME concode_field_sep Example createExample concode_elem_sep Content createContent concode_elem_sep JAXBElement<ResourceType> createResource concode_elem_sep Navigation createNavigation concode_ele...
ContentResources function ( ) { return new ContentResources ( ) ; }
4,003
returns the coefficient of determination r2 . concode_field_sep double R2 concode_elem_sep double svar concode_elem_sep double svar1 concode_elem_sep double alpha concode_elem_sep double svar0 concode_elem_sep int N concode_elem_sep double beta concode_field_sep double intercept concode_elem_sep double predict concode_...
double function ( ) { return R2 ; }
4,004
returns the sub-task count . concode_field_sep TimePeriod duration concode_elem_sep long serialVersionUID concode_elem_sep List subtasks concode_elem_sep String description concode_elem_sep Double percentComplete concode_field_sep void setDuration concode_elem_sep void removeSubtask concode_elem_sep void setPercentComp...
int function ( ) { return this . subtasks . size ( ) ; }
4,005
creates a square . concode_field_sep ShapeFactory instance concode_field_sep boolean isToSmall concode_elem_sep void createRectangle concode_elem_sep ShapeFactory instance concode_elem_sep int getMaxSize concode_elem_sep void createTriangle concode_elem_sep void create concode_elem_sep void createCircle concode_elem_se...
Square function ( ) { Square loc0 = new Square ( ) ; create ( loc0 ) ; return loc0 ; }
4,006
returns a string representation of this object ; useful for testing and debugging . concode_field_sep String productCodeId concode_elem_sep String productCodeType concode_field_sep String getProductCodeId concode_elem_sep ProductCode withProductCodeId concode_elem_sep String getProductCodeType concode_elem_sep int hash...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getProductCodeId ( ) != null ) loc0 . append ( "srini_string" + getProductCodeId ( ) + "srini_string" ) ; if ( getProductCodeType ( ) != null ) loc0 . append ( "srini_string" + getProductCodeType ( ) ) ; loc0 . ap...
4,007
returns the object that triggered the execution concode_field_sep Object applicationContext concode_elem_sep Object trigger concode_elem_sep Map<String,String> parameters concode_elem_sep Command command concode_field_sep Object getApplicationContext concode_elem_sep Object getObjectParameterForExecution concode_elem_s...
Object function ( ) { return trigger ; }
4,008
getscope concode_field_sep Scope m_scope concode_field_sep PollEvent withLargestScope concode_elem_sep boolean hasLargerScopeThan concode_elem_sep boolean hasSameScope concode_elem_sep boolean hasSmallerScopeThan concode_elem_sep Date getDate concode_elem_sep boolean isInterfaceDown concode_elem_sep boolean hasScopeSma...
Scope function ( ) { return m_scope ; }
4,009
finds target string in text and returns offsets matches based on set matchtype concode_field_sep CacheMap<String,Pattern> targetStringPatternCache concode_elem_sep Pattern whitespacePattern concode_elem_sep Pattern lnrmDelimPattern concode_elem_sep Comparator<String> LONGEST_STRING_COMPARATOR concode_elem_sep MatchType...
List < IntPair > function ( String arg0 , String arg1 ) { return findTargetStringOffsets ( arg0 , arg1 , 0 , arg0 . length ( ) ) ; }
4,010
enable advanced highlighting . concode_field_sep StyledTextXtextAdapter styledTextXtextAdapter concode_elem_sep XtextSourceViewerConfiguration fConfiguration concode_elem_sep IPreferenceStore preferenceStore concode_elem_sep XtextSourceViewer fSourceViewer concode_elem_sep XtextPresentationReconciler fPresentationRecon...
void function ( ) { fPresenter = getPresenterProvider ( ) . get ( ) ; fPresenter . install ( fSourceViewer , fPresentationReconciler ) ; if ( styledTextXtextAdapter != null ) { fReconciler = reconcilerProvider . get ( ) ; fReconciler . install ( styledTextXtextAdapter , fSourceViewer , fPresenter ) ; } }
4,011
helper method to format the sunsrise and sunset time returned by the openweathermap call . concode_field_sep String TAG concode_field_sep void hideKeyboard concode_elem_sep String formatTemperature concode_elem_sep void showToast concode_elem_sep String getFormattedWind concode_elem_sep int getArtResourceForWeatherCond...
String function ( long arg0 ) { SimpleDateFormat loc0 = new SimpleDateFormat ( "srini_string" ) ; Calendar loc1 = Calendar . getInstance ( ) ; loc1 . setTimeInMillis ( arg0 * 1000 ) ; return loc0 . format ( loc1 . getTime ( ) ) ; }
4,012
reads the next token from standard input , parses it as a long integer , and returns the long integer . concode_field_sep Pattern EMPTY_PATTERN concode_elem_sep String CHARSET_NAME concode_elem_sep Locale LOCALE concode_elem_sep Scanner scanner concode_elem_sep Pattern WHITESPACE_PATTERN concode_elem_sep Pattern EVERYT...
long function ( ) { return scanner . nextLong ( ) ; }
4,013
registers custom event listener to server concode_field_sep ServiceName SERVER concode_elem_sep ServiceName UNDERTOW concode_elem_sep ServiceName DEFAULT_HOST concode_elem_sep ServiceName WEB_DEPLOYMENT_BASE concode_elem_sep String defaultServer concode_elem_sep String instanceId concode_elem_sep ServiceName HANDLER co...
void function ( UndertowEventListener arg0 ) { this . listeners . add ( arg0 ) ; }
4,014
calls casexxx for each class of the model until one returns a non null result ; it yields that result . concode_field_sep BpdmPackage modelPackage concode_field_sep T caseDummy concode_elem_sep T defaultCase
T function ( int arg0 , EObject arg1 ) { switch ( arg0 ) { case BpdmPackage . DUMMY : { Dummy loc0 = ( Dummy ) arg1 ; T loc1 = caseDummy ( loc0 ) ; if ( loc1 == null ) loc1 = defaultCase ( arg1 ) ; return loc1 ; } default : return defaultCase ( arg1 ) ; } }
4,015
returns a new datetime instance representing the current instant . concode_field_sep PlaceHolder placeHolder concode_field_sep String toIsoLikeDateTimeString concode_elem_sep String weekdayStr concode_elem_sep String toIsoDateTimeString concode_elem_sep int year concode_elem_sep int weekday concode_elem_sep boolean isL...
DateTime function ( ) { return akka . http . scaladsl . model . DateTime . now ( ) ; }
4,016
get an epsilon path 's cost in epsilon closure concode_field_sep PlaceHolder placeHolder concode_field_sep void add concode_elem_sep void calcClosure concode_elem_sep Fst get concode_elem_sep void put
Float function ( State arg0 , State arg1 , HashMap < State , Float > [ ] arg2 ) { if ( arg2 [ arg0 . getId ( ) ] != null ) { return arg2 [ arg0 . getId ( ) ] . get ( arg1 ) ; } return null ; }
4,017
get the requested resource from the classloader . concode_field_sep String bindUri concode_elem_sep String bindUri_dsl concode_elem_sep String bindUri_drl concode_elem_sep ExampleRuleEngineFacade engine concode_elem_sep StatelessRuleSession statelessSession concode_elem_sep RuleServiceProvider ruleServiceProvider conco...
URL function ( final String arg0 ) { return getClass ( ) . getClassLoader ( ) . getResource ( arg0 ) ; }
4,018
a user-defined string . concode_field_sep java.util.Date dateValue concode_elem_sep String name concode_elem_sep String additionalInfo concode_elem_sep String message concode_field_sep void setName concode_elem_sep void setName concode_elem_sep String getName concode_elem_sep String getMessage concode_elem_sep void set...
AssociationStatus function ( String arg0 ) { setAdditionalInfo ( arg0 ) ; return this ; }
4,019
tries to extract the leaf of the directory if the directory is a filterdirectory and castit to the given target class or returns null if the leaf is not assignable to the target class . if the given directory is a concrete directory it will treated as a leaf and the above applies . concode_field_sep PlaceHolder placeHo...
T function ( Directory arg0 , Class < T > arg1 ) { return getLeaf ( arg0 , arg1 , null ) ; }
4,020
loads an object for the instance of pdstore type order with the given id . if an object for the instance is already available in the given pdstore object , it is returned . concode_field_sep GUID roleOrderedPairsId concode_elem_sep GUID typeId concode_elem_sep PDStore store concode_elem_sep GUID id concode_field_sep vo...
PDOrder function ( PDStore arg0 , GUID arg1 ) { PDInstance loc0 = arg0 . load ( typeId , arg1 ) ; return ( PDOrder ) loc0 ; }
4,021
fills an array containing the coordinates of this box . see index _ constants for indices . concode_field_sep boolean mRecycled concode_elem_sep long mNativeBoxa concode_elem_sep String TAG concode_field_sep int nativeGetCount concode_elem_sep void recycle concode_elem_sep void nativeDestroy concode_elem_sep void final...
boolean function ( int arg0 , int [ ] arg1 ) { if ( mRecycled ) throw new IllegalStateException ( ) ; if ( arg1 . length < 4 ) { throw new IllegalArgumentException ( "srini_string" ) ; } return nativeGetGeometry ( mNativeBoxa , arg0 , arg1 ) ; }
4,022
gets an new instance of the selected wsmarshaller implementation . concode_field_sep GenericFactory<WSMarshaller> factory concode_elem_sep WSMarshallerFactory inst concode_field_sep placeholderType placeHolder
WSMarshaller function ( ) { if ( inst == null ) { inst = new WSMarshallerFactory ( ) ; } try { return inst . factory . getInstance ( ) ; } catch ( GenericFactoryException loc0 ) { throw new WSMarshallerException ( loc0 ) ; } }
4,023
options to be provided to a org.tensorflow.session.runner to enable stats accumulation . concode_field_sep long nativeHandle concode_elem_sep byte[] fullTraceRunOptions concode_field_sep void add concode_elem_sep void add concode_elem_sep String summary concode_elem_sep String summary concode_elem_sep long allocate con...
byte [ ] function ( ) { return fullTraceRunOptions ; }
4,024
returns the pix at the specified index , or null on error . concode_field_sep int mNativePixa concode_elem_sep int mHeight concode_elem_sep int mWidth concode_elem_sep int mIndex concode_elem_sep boolean mRecycled concode_field_sep Pix next concode_elem_sep Rect getBoxRect concode_elem_sep int nativeGetPix concode_elem...
Pix function ( int arg0 ) { int loc0 = nativeGetPix ( mNativePixa , arg0 ) ; if ( loc0 == 0 ) { return null ; } return new Pix ( loc0 ) ; }
4,025
gets the current resource resource in the collection . note : this method appends the values to the existing list if any . use #setitems java.util.collection or #withitems java.util.collection if you want to override theexisting values . concode_field_sep String position concode_elem_sep java.util.List<Resource> items ...
GetResourcesResult function ( Resource ... arg0 ) { if ( this . items == null ) { setItems ( new java . util . ArrayList < Resource > ( arg0 . length ) ) ; } for ( Resource loc0 : arg0 ) { this . items . add ( loc0 ) ; } return this ; }
4,026
set the value of the expanded property . concode_field_sep String tooltip concode_elem_sep String branchExpandedIcon concode_elem_sep String icon concode_elem_sep DefaultMutableTreeNode wrapper concode_elem_sep long serialVersionUID concode_elem_sep boolean leaf concode_elem_sep String leafIcon concode_elem_sep String ...
void function ( boolean arg0 ) { this . expanded = arg0 ; }
4,027
gets the value of the componentid property . concode_field_sep String externalKey concode_elem_sep String componentId concode_elem_sep String classType concode_field_sep void setComponentId concode_elem_sep void setExternalKey concode_elem_sep String getExternalKey concode_elem_sep String getClassType concode_elem_sep ...
String function ( ) { return componentId ; }
4,028
set whether the task edited through the management console concode_field_sep String name concode_elem_sep String fileName concode_elem_sep String description concode_elem_sep boolean isEdited concode_elem_sep String artifactContainerName concode_field_sep void setName concode_elem_sep void setFileName concode_elem_sep ...
void function ( boolean arg0 ) { this . isEdited = arg0 ; }
4,029
removes the specified project file path from the list of currently opened project files . concode_field_sep long serialVersionUID concode_elem_sep Dimension modFilePane concode_elem_sep Dimension mainWindow concode_elem_sep Dimension projectPane concode_elem_sep Set<String> openedProjectFiles concode_elem_sep List<Stri...
void function ( Path arg0 ) { openedProjectFiles . remove ( arg0 . toString ( ) ) ; }
4,030
sets the value of the datacenter property . concode_field_sep String path concode_elem_sep ManagedObjectReference datacenter concode_elem_sep ManagedObjectReference _this concode_field_sep void setThis concode_elem_sep ManagedObjectReference getThis concode_elem_sep ManagedObjectReference getDatacenter concode_elem_sep...
void function ( ManagedObjectReference arg0 ) { this . datacenter = arg0 ; }
4,031
gets the value of the clientcustomerids 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 clientcustomerids property . for example , to ad...
List < Long > function ( ) { if ( clientCustomerIds == null ) { clientCustomerIds = new ArrayList < Long > ( ) ; } return this . clientCustomerIds ; }
4,032
called when both ` from ' and ` to ' views are ready for given index . at this point transition is ready to be started . note , that this method will be called each time ` from ' or ` to ' views are changed . concode_field_sep ID toId concode_elem_sep OnViewsReadyListener<ID> readyListener concode_elem_sep OnRequestVie...
void function ( @ NonNull ID arg0 ) { if ( readyListener != null ) { readyListener . onViewsReady ( arg0 ) ; } }
4,033
helper routine that just checks the given attribute has the given type for this rule and throws an illegalexception if not . concode_field_sep Label ruleLabel concode_elem_sep AttributeContainer attributes concode_elem_sep RuleClass ruleClass concode_elem_sep Package pkg concode_field_sep Type<?> getAttributeType conco...
void function ( String arg0 , Type < ? > arg1 ) { getIndexWithTypeCheck ( arg0 , arg1 ) ; }
4,034
compares this object to an arbitrary object . concode_field_sep double allocatedY concode_elem_sep double gap concode_elem_sep double angle concode_elem_sep double baseY concode_elem_sep double linkPercent concode_elem_sep TextBox label concode_elem_sep double labelHeight concode_elem_sep Comparable key concode_field_s...
int function ( Object arg0 ) { int loc0 = 0 ; if ( arg0 instanceof PieLabelRecord ) { PieLabelRecord loc1 = ( PieLabelRecord ) arg0 ; if ( this . baseY < loc1 . baseY ) { loc0 = - 1 ; } else if ( this . baseY > loc1 . baseY ) { loc0 = 1 ; } } return loc0 ; }
4,035
gets the value of the subtitle property . concode_field_sep long m_nPageCount concode_elem_sep MockJAXBIssue.FirstPage m_aFirstPage concode_elem_sep long m_nCollectionID concode_elem_sep String m_sValue concode_elem_sep String m_sMenuLayout concode_elem_sep long m_nWidth concode_elem_sep BigDecimal m_aTitle concode_ele...
String function ( ) { return m_sSubTitle ; }
4,036
sort the results by the property in descending order 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 m...
AuditOrder function ( ) { return new PropertyAuditOrder ( propertyNameGetter , false ) ; }
4,037
return the websockethandler . concode_field_sep boolean running concode_elem_sep WebSocketHandler webSocketHandler concode_elem_sep SockJsService sockJsService concode_field_sep String getSockJsPath concode_elem_sep SockJsService getSockJsService concode_elem_sep void stop concode_elem_sep boolean isRunning concode_ele...
WebSocketHandler function ( ) { return this . webSocketHandler ; }
4,038
this adds the criteria using which enrollments are filtered based on them having given metadata values in their metadata map . concode_field_sep List<Criterion> criteria concode_field_sep List<Criterion> getCriteria concode_elem_sep EnrollmentsQuery havingExternalId concode_elem_sep List<Criterion> getSecondaryCriteria...
EnrollmentsQuery function ( String arg0 , String arg1 ) { criteria . add ( new MetadataCriterion ( arg0 , arg1 ) ) ; return this ; }
4,039
get the name of the method this frame points to . concode_field_sep int mLine concode_elem_sep String mFileName concode_elem_sep String mFile concode_elem_sep int mColumn concode_elem_sep String mMethod concode_field_sep StackFrame[] convertJavaStackTrace concode_elem_sep int getLine concode_elem_sep int getColumn conc...
String function ( ) { return mMethod ; }
4,040
sets the identifying information for this row . concode_field_sep Grid<T> grid concode_elem_sep int rowIndex concode_elem_sep T row concode_elem_sep TableRowElement element concode_field_sep int getRowIndex concode_elem_sep Grid<T> getGrid concode_elem_sep TableRowElement getElement concode_elem_sep T getRow
void function ( int arg0 , T arg1 , TableRowElement arg2 ) { this . rowIndex = arg0 ; this . row = arg1 ; this . element = arg2 ; }
4,041
the aws user id of an account . returns a reference to this object so that method calls can be chained together . concode_field_sep String groupName concode_elem_sep String groupId concode_elem_sep String userId concode_field_sep String getGroupName concode_elem_sep void setGroupName concode_elem_sep UserIdGroupPair wi...
UserIdGroupPair function ( String arg0 ) { this . userId = arg0 ; return this ; }
4,042
method to retrieve a single itemtype with a matching itemid concode_field_sep String INITIAL_PRICE concode_elem_sep String IMAGE concode_elem_sep String BID_COUNT concode_elem_sep String CURRENCY concode_elem_sep ItemType[] itemList concode_elem_sep String ITEM_PROPERTIES_RESOURCE concode_elem_sep String SELLER concode...
ItemType function ( String arg0 ) { ItemType [ ] loc0 = getSearchResults ( ) ; ItemType loc1 ; for ( int loc2 = 0 ; loc2 < loc0 . length ; loc2 ++ ) { loc1 = loc0 [ loc2 ] ; if ( arg0 . equals ( loc1 . getItemID ( ) ) ) { return loc1 ; } } return null ; }
4,043
gets user from persistent layer by his identifier concode_field_sep Logger LOG concode_elem_sep PreferenceDao preferenceDao concode_elem_sep UserDao userDao concode_elem_sep UserProfileDao profileDao concode_field_sep User getByAlias concode_elem_sep User getByName concode_elem_sep void create concode_elem_sep void upd...
User function ( String arg0 ) { return userDao . getById ( arg0 ) ; }
4,044
check whether chrome should be running on document mode . concode_field_sep String TAG concode_elem_sep Boolean sHasRecognitionIntentHandler concode_elem_sep CommandLine.ResetListener sResetListener concode_elem_sep String HERB_EXPERIMENT_NAME concode_elem_sep Boolean sHasGoogleAccountAuthenticator concode_elem_sep Str...
boolean function ( Context arg0 ) { return isDocumentModeEligible ( arg0 ) && ! DocumentModeAssassin . isOptedOutOfDocumentMode ( ) ; }
4,045
gets the value of the description property . concode_field_sep String discountPercent concode_elem_sep String description concode_elem_sep DiscountAddRemoveType action concode_elem_sep String discountAmount concode_elem_sep long serialVersionUID concode_elem_sep String lineOrProductName concode_elem_sep String effectiv...
String function ( ) { return description ; }
4,046
hook for blocking the loading of external resources . this will be called when the webview 's shouldinterceptrequest wants to know whether to open a connection to an external resource . return false to block the request : if any plugin returns false , cordova will block the request . if all plugins return null , the de...
Boolean function ( String arg0 ) { return null ; }
4,047
log concode_field_sep CollectionAgent m_agent concode_elem_sep boolean m_forceRescanSent concode_elem_sep EventProxy m_eventProxy concode_field_sep EventProxy getEventProxy concode_elem_sep Event createForceResanEvent concode_elem_sep void sendForceRescanEvent concode_elem_sep void rescanIndicated concode_elem_sep Coll...
ThreadCategory function ( ) { return ThreadCategory . getInstance ( getClass ( ) ) ; }
4,048
returns the capacity of this buffer . concode_field_sep int UNSET_MARK concode_elem_sep int limit concode_elem_sep int position concode_elem_sep int mark concode_elem_sep int capacity concode_field_sep boolean isReadOnly concode_elem_sep Buffer rewind concode_elem_sep boolean hasRemaining concode_elem_sep Buffer clear ...
int function ( ) { return capacity ; }
4,049
helper class used to create a file which will be deleted after test run concode_field_sep ArrayList<File> createdFiles concode_field_sep void cleanUp concode_elem_sep File createDir
File function ( final String arg0 ) { final File loc0 = new File ( arg0 , UUID . randomUUID ( ) . toString ( ) ) ; loc0 . createNewFile ( ) ; createdFiles . add ( loc0 ) ; return loc0 ; }
4,050
test method for asgn1election.votelist #tostring . concode_field_sep asgn1Election.VoteList vtList concode_field_sep void testGetPreferenceInvalidDataOverFlow concode_elem_sep void testGetPreferenceInvalidDataZero concode_elem_sep void testGetPreferenceInvalidDataFive concode_elem_sep void testGetPreference concode_ele...
void function ( ) { vtList . addPref ( 2 ) ; vtList . addPref ( 1 ) ; vtList . addPref ( 3 ) ; vtList . addPref ( 4 ) ; vtList . addPref ( 5 ) ; String loc0 = vtList . toString ( ) ; String loc1 = "srini_string" ; assertEquals ( 0 , loc0 . compareTo ( loc1 ) ) ; }
4,051
the default loadbalancer class . concode_field_sep PlaceHolder placeHolder concode_field_sep LoadBalancer getLoadBalancer
Class < ? extends LoadBalancer > function ( ) { return StochasticLoadBalancer . class ; }
4,052
retrieves the canonical path for the given path , in a jdk 1.1 complaint way . concode_field_sep boolean fsNormalizesPosixSeparator concode_elem_sep FileUtil fileUtil concode_elem_sep FileDescriptor outDescriptor concode_elem_sep Random random concode_elem_sep boolean fsIsIgnoreCase concode_field_sep void renameElement...
String function ( String arg0 ) { return new File ( arg0 ) . getCanonicalPath ( ) ; }
4,053
the maximum back off time . concode_field_sep long DEFAULT_INITIAL_INTERVAL concode_elem_sep double DEFAULT_MULTIPLIER concode_elem_sep long DEFAULT_MAX_INTERVAL concode_elem_sep long maxInterval concode_elem_sep long currentElapsedTime concode_elem_sep long maxElapsedTime concode_elem_sep long DEFAULT_MAX_ELAPSED_TIME...
void function ( long arg0 ) { this . maxInterval = arg0 ; }
4,054
removes all class names that are given concode_field_sep String hover concode_elem_sep Set<String> classValues concode_elem_sep String bordered concode_elem_sep String visibleMediumBlock concode_elem_sep Splitter SPLITTER concode_elem_sep String visibleSmallBlock concode_elem_sep String colXtraSmall concode_elem_sep St...
Builder function ( final String ... arg0 ) { Args . notNull ( arg0 , "srini_string" ) ; return remove ( Generics2 . newHashSet ( arg0 ) ) ; }
4,055
gets the height of the displaymode . concode_field_sep int refreshRate concode_elem_sep int bitDepth concode_elem_sep int width concode_elem_sep int REFRESH_RATE_UNKNOWN concode_elem_sep int height concode_elem_sep int BIT_DEPTH_MULTI concode_field_sep int getRefreshRate concode_elem_sep boolean equals concode_elem_sep...
int function ( ) { return height ; }
4,056
get / transfers / : id - > get the `` id '' transfer . concode_field_sep TransferMapper transferMapper concode_elem_sep TransferSearchRepository transferSearchRepository concode_elem_sep TransferRepository transferRepository concode_elem_sep Logger log concode_field_sep ResponseEntity<TransferDTO> createTransfer concod...
ResponseEntity < TransferDTO > function ( @ PathVariable Long arg0 ) { log . debug ( "srini_string" , arg0 ) ; return Optional . ofNullable ( transferRepository . findOne ( arg0 ) ) . map ( transferMapper :: transferToTransferDTO ) . map ( transferDTO -> new ResponseEntity < > ( transferDTO , HttpStatus . OK ) ) . orEl...
4,057
the streaming distribution 's information . concode_field_sep String eTag concode_elem_sep StreamingDistribution streamingDistribution concode_field_sep void setStreamingDistribution concode_elem_sep String getETag concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_el...
StreamingDistribution function ( ) { return streamingDistribution ; }
4,058
requests a `` dangerous '' permission for the application at runtime . this is a helper method alternative to cordovainterface.requestpermission that does not require the project to be built with cordova-android 5.0.0 + concode_field_sep String LOG_TAG concode_field_sep boolean hasPermission concode_elem_sep void deliv...
void function ( CordovaPlugin arg0 , int arg1 , String arg2 ) { PermissionHelper . requestPermissions ( arg0 , arg1 , new String [ ] { arg2 } ) ; }
4,059
gets the value of the instreamtypes 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 instreamtypes property . for example , to add a new ...
List < InStreamAdSpecInStreamType > function ( ) { if ( inStreamTypes == null ) { inStreamTypes = new ArrayList < InStreamAdSpecInStreamType > ( ) ; } return this . inStreamTypes ; }
4,060
gets the content of this mapfield as a read-only list . concode_field_sep StorageMode mode concode_elem_sep MutatabilityAwareMap<K,V> mapData concode_elem_sep boolean isMutable concode_elem_sep List<Message> listData concode_elem_sep Converter<K,V> converter concode_elem_sep MapEntry<K,V> defaultEntry concode_field_sep...
List < Message > function ( ) { if ( mode == StorageMode . MAP ) { synchronized ( this ) { if ( mode == StorageMode . MAP ) { listData = convertMapToList ( mapData ) ; mode = StorageMode . BOTH ; } } } return Collections . unmodifiableList ( listData ) ; }
4,061
convert an array of values to a list of bigdecimals . concode_field_sep PlaceHolder placeHolder concode_field_sep List<BigDecimal> doublesToDecs concode_elem_sep List<GregorianCalendar> toDates concode_elem_sep String replace concode_elem_sep String getPathById concode_elem_sep String getDestPathOfNode concode_elem_sep...
List < BigDecimal > function ( String [ ] arg0 ) { ArrayList < BigDecimal > loc0 = new ArrayList < BigDecimal > ( arg0 . length ) ; for ( String loc1 : arg0 ) { loc0 . add ( new BigDecimal ( loc1 ) ) ; } return loc0 ; }
4,062
represents response parameters that can be sent back to the caller by amazon api gateway . response parameters are represented as a key/value map , with a destination as the key and a boolean flag as the value , which is used to specify whether the parameter is required . a destination must match the pattern method.res...
PutMethodResponseResult function ( java . util . Map < String , Boolean > arg0 ) { setResponseParameters ( arg0 ) ; return this ; }
4,063
returns the named property for the given domain class 's clazz concode_field_sep PlaceHolder placeHolder concode_field_sep Collection getClazzes concode_elem_sep boolean isIndentityProperty concode_elem_sep boolean isWithinInhertitanceHierarchy concode_elem_sep Collection getSuperClasses concode_elem_sep GrailsDomainCl...
GrailsDomainClassProperty function ( Collection arg0 , Class arg1 , String arg2 ) { GrailsDomainClass loc0 = getGrailsDomainClass ( arg1 , arg0 ) ; Assert . notNull ( loc0 , "srini_string" + arg1 + "srini_string" ) ; return loc0 . getPropertyByName ( arg2 ) ; }
4,064
returns the left-hand side of the pair . concode_field_sep A left concode_elem_sep B right concode_field_sep B getRight concode_elem_sep int hashCode concode_elem_sep boolean equals
A function ( ) { return left ; }
4,065
gets the value of the y property . concode_field_sep byte[] p concode_elem_sep byte[] q concode_elem_sep byte[] seed concode_elem_sep byte[] g concode_elem_sep byte[] pgenCounter concode_elem_sep byte[] y concode_elem_sep byte[] j concode_field_sep byte[] getG concode_elem_sep void setY concode_elem_sep byte[] getSeed ...
byte [ ] function ( ) { return y ; }
4,066
sets the global context concode_field_sep Context context concode_field_sep Resources getResources concode_elem_sep String getString concode_elem_sep Context getContext
void function ( Context arg0 ) { if ( arg0 == null || arg0 . getApplicationContext ( ) == null ) return ; if ( ContextManager . arg0 != null && ! ( arg0 instanceof Activity ) ) return ; ContextManager . arg0 = arg0 ; }
4,067
deletes an existing task . concode_field_sep String MODEL_ATTRIBUTE_NAME_TASKS concode_elem_sep String VIEW_NAME_TASK_LIST concode_elem_sep String FEEDBACK_MESSAGE_KEY_TASK_DELETED concode_elem_sep String FEEDBACK_MESSAGE_KEY_TASK_CREATED concode_elem_sep String VIEW_NAME_UPDATE_TASK concode_elem_sep String VIEW_REDIRE...
String function ( @ PathVariable ( "srini_string" ) Long arg0 , Locale arg1 , RedirectAttributes arg2 ) { LOGGER . info ( "srini_string" , arg0 ) ; TaskDTO loc0 = crudService . delete ( arg0 ) ; LOGGER . info ( "srini_string" , loc0 ) ; addFeedbackMessage ( arg2 , FEEDBACK_MESSAGE_KEY_TASK_DELETED , arg1 , loc0 . getTi...
4,068
gets the x position for the label . concode_field_sep int rectY concode_elem_sep String strResult concode_elem_sep int strX concode_elem_sep int rectX concode_elem_sep String strFormatted concode_elem_sep int labelX concode_elem_sep int labelY concode_elem_sep int counter concode_elem_sep String strCounter concode_elem...
int function ( ) { return labelX ; }
4,069
returns the port of the wired daemon . concode_field_sep int binCallbackPort concode_elem_sep String UTF_ENCODING concode_elem_sep int DEFAULT_PORT_RF concode_elem_sep int xmlCallbackPort concode_elem_sep int cuxdPort concode_elem_sep int DEFAULT_PORT_GROUP concode_elem_sep String gatewayType concode_elem_sep String IS...
int function ( ) { return wiredPort == 0 ? DEFAULT_PORT_WIRED : wiredPort ; }
4,070
all saved searches up till summer 2012 used the localized string value of the result-action type ! that was a bug -- restoring searches properly only ever worked if we 're in the same locale . ra_select is returned as a default if the string can not be understood . concode_field_sep org.apache.log4j.Logger Log concode_...
ResultOp function ( String arg0 ) { ResultOp loc0 ; loc0 = ResultOp . KeyMap . get ( arg0 ) ; if ( loc0 == null ) { loc0 = ResultOp . ValueMap . get ( arg0 ) ; } return loc0 == null ? SearchAction . RA_SELECT : loc0 ; }
4,071
does the database use lower case for identifiers concode_field_sep boolean supportsSchemasInProcedureCalls concode_elem_sep List<CallParameterMetaData> callParameterMetaData concode_elem_sep boolean storesLowerCaseIdentifiers concode_elem_sep boolean procedureColumnMetaDataUsed concode_elem_sep Log logger concode_elem_...
boolean function ( ) { return this . storesLowerCaseIdentifiers ; }
4,072
returns true if this stage is transient and should not be retained in the datastore permanently stages such as start and write do n't need to be retained , but can be used to signal `` in flight '' updates concode_field_sep int id concode_field_sep Stage getStage concode_elem_sep UUID getVersion concode_elem_sep State ...
int function ( ) { return this . id ; }
4,073
get the url decoded value of the captured path parameter at index code i . concode_field_sep String[] paramNames concode_elem_sep RouteTarget<T> next concode_elem_sep CharSequence path concode_elem_sep boolean optionalTrailingSlash concode_elem_sep RouteTarget<T> route concode_elem_sep String method concode_elem_sep Ra...
CharSequence function ( final int arg0 ) { return decode ( paramValue ( arg0 ) ) ; }
4,074
set the properties . concode_field_sep String targetName concode_elem_sep Log logger concode_elem_sep boolean exceptionIfInvalid concode_elem_sep Validator validator concode_elem_sep MessageSource messageSource concode_elem_sep boolean ignoreNestedProperties concode_elem_sep T target concode_elem_sep char[] TARGET_NAME...
void function ( Properties arg0 ) { this . properties = arg0 ; }
4,075
indicate whether the file existed the last time it was checked . concode_field_sep FileEntry parent concode_elem_sep File file concode_elem_sep FileEntry[] children concode_elem_sep String name concode_elem_sep long length concode_elem_sep boolean exists concode_elem_sep long lastModified concode_elem_sep FileEntry[] E...
boolean function ( ) { return exists ; }
4,076
checkpoints the database . the most important effect of calling this method is to cause the log file to be rewritten in the most efficient form to reflect the current state of the database , i.e. only the ddl and insert dml required to recreate the database in its present state . other house-keeping duties are performe...
void function ( boolean arg0 ) { if ( lLog != null ) { lLog . checkpoint ( arg0 ) ; } }
4,077
normalizes the destination name . this ensures the destination name is correct , and we do not create queues as queue : / / queue : foo , which was intended as queue : / / foo . concode_field_sep PlaceHolder placeHolder concode_field_sep Object getProperty concode_elem_sep void setCorrelationId concode_elem_sep boolean...
String function ( String arg0 ) { return normalizeDestinationName ( arg0 , false ) ; }
4,078
gets all attributes associated with this artifact concode_field_sep String artifactTypeName concode_elem_sep String displayName concode_elem_sep long objID concode_elem_sep int typeID concode_elem_sep long artifactID concode_elem_sep String label concode_elem_sep int artifactTypeID concode_elem_sep SleuthkitCase Case c...
List < BlackboardAttribute > function ( ) { return Case . getBlackboardAttributes ( this ) ; }
4,079
return a string for a locale object concode_field_sep PlaceHolder placeHolder concode_field_sep Locale parse
String function ( Locale arg0 ) { return arg0 . toString ( ) ; }
4,080
remove this allocation from the connection 's list of allocations . concode_field_sep boolean canceled concode_elem_sep Address address concode_elem_sep Route route concode_elem_sep RouteSelector routeSelector concode_elem_sep HttpStream stream concode_elem_sep ConnectionPool connectionPool concode_elem_sep RealConnect...
void function ( RealConnection arg0 ) { for ( int loc0 = 0 , loc1 = arg0 . allocations . loc1 ( ) ; loc0 < loc1 ; loc0 ++ ) { Reference < StreamAllocation > loc2 = arg0 . allocations . get ( loc0 ) ; if ( loc2 . get ( ) == this ) { arg0 . allocations . remove ( loc0 ) ; return ; } } throw new IllegalStateException ( ) ...
4,081
checks that the string property matches the specified regularexpression pattern . concode_field_sep Object[] valuesToMatch concode_elem_sep ValueMatcher HAS concode_elem_sep Pattern pattern concode_elem_sep Object valueToMatch concode_field_sep ValueMatcher exactAnyOf concode_elem_sep boolean anyMatches concode_elem_se...
ValueMatcher function ( Pattern arg0 ) { return new RegexMatcher ( arg0 ) ; }
4,082
sets the mvcc version of this subscription . concode_field_sep Subscription _subscription 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...
void function ( long arg0 ) { _subscription . setMvccVersion ( arg0 ) ; }
4,083
copies the values of a float array to a vector concode_field_sep float x concode_elem_sep float z concode_elem_sep float y concode_field_sep void setLength concode_elem_sep void logVector concode_elem_sep void normalize concode_elem_sep double dot concode_elem_sep void cross concode_elem_sep void cross concode_elem_sep...
void function ( float [ ] arg0 , Point3D arg1 ) { arg1 . x = arg0 [ 0 ] ; arg1 . y = arg0 [ 1 ] ; arg1 . z = arg0 [ 2 ] ; }
4,084
gets the value of the area property . concode_field_sep String area concode_elem_sep String zone concode_elem_sep BigInteger alertNumber concode_field_sep void setAlertNumber concode_elem_sep void setArea concode_elem_sep String getZone concode_elem_sep void setZone concode_elem_sep BigInteger getAlertNumber
String function ( ) { return area ; }
4,085
returns the file for the given data entry . concode_field_sep File baseFile concode_elem_sep Finisher currentFinisher concode_elem_sep boolean isFile concode_elem_sep OutputStream currentOutputStream concode_elem_sep File currentFile concode_field_sep void closeEntry concode_elem_sep boolean createDirectory concode_ele...
File function ( DataEntry arg0 ) { return isFile ? baseFile : new File ( baseFile , arg0 . getName ( ) . replace ( ClassConstants . INTERNAL_PACKAGE_SEPARATOR , File . separatorChar ) ) ; }
4,086
remove the specified search term from the model . concode_field_sep HashMap<Integer,WeakReference<PageText>> searchResultCache concode_elem_sep ArrayList<SearchTerm> searchTerms concode_field_sep void addPageSearchHit concode_elem_sep Set<Integer> getPageSearchHits concode_elem_sep ArrayList<SearchTerm> getSearchTerms ...
void function ( SearchTerm arg0 ) { searchTerms . remove ( arg0 ) ; }
4,087
finalizes the job and sets the status to finished . concode_field_sep Process proc concode_elem_sep String filename concode_elem_sep JobStatus status concode_elem_sep Logger log concode_elem_sep ArrayList<String> procCommands concode_elem_sep String error concode_elem_sep String description concode_elem_sep ProcessBuil...
void function ( ) { setStatus ( JobStatus . FINISHED ) ; }
4,088
create an instance of thicknesscontent concode_field_sep QName _Spells_QNAME concode_field_sep SizeContent createSizeContent concode_elem_sep ColorContent createColorContent concode_elem_sep NodeShapeContent createNodeShapeContent concode_elem_sep PositionContent createPositionContent concode_elem_sep JAXBElement<XMLSp...
ThicknessContent function ( ) { return new ThicknessContent ( ) ; }
4,089
sets the value of the self property . concode_field_sep Boolean books concode_elem_sep String dataClass concode_elem_sep Boolean self concode_elem_sep Boolean intray concode_elem_sep Boolean archive concode_field_sep void setIntray concode_elem_sep Boolean isBooks concode_elem_sep Boolean isArchive concode_elem_sep voi...
void function ( Boolean arg0 ) { this . self = arg0 ; }
4,090
checks the set of urls for duplicate classes concode_field_sep PlaceHolder placeHolder concode_field_sep URL[] parseClassPath concode_elem_sep URL[] parseClassPath concode_elem_sep void checkManifest concode_elem_sep void main concode_elem_sep void checkVersionFormat concode_elem_sep void checkJavaVersion concode_elem_...
void function ( URL arg0 [ ] ) { }
4,091
returns the current value . concode_field_sep long serialVersionUID concode_elem_sep int value concode_field_sep void set concode_elem_sep boolean compareAndSet concode_elem_sep boolean weakCompareAndSet concode_elem_sep void lazySet concode_elem_sep boolean compareAndSwapInt concode_elem_sep String toString concode_el...
boolean function ( ) { return value != 0 ; }
4,092
returns true if this is a spdy connection . such connections can be used in multiple http requests simultaneously . concode_field_sep int httpMinorVersion concode_elem_sep byte[] HTTP_11 concode_elem_sep Route route concode_elem_sep long idleStartTimeNs concode_elem_sep InputStream in concode_elem_sep SpdyConnection sp...
boolean function ( ) { return spdyConnection != null ; }
4,093
performs a dynamic query on the database and returns the matching rows . concode_field_sep TeamLocalService _teamLocalService concode_field_sep void setWrappedService concode_elem_sep com.liferay.portal.model.Team createTeam concode_elem_sep com.liferay.portal.model.Team deleteTeam concode_elem_sep com.liferay.portal.m...
java . util . List function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return _teamLocalService . arg0 ( arg0 ) ; }
4,094
attempt to convert a string to an httpstring . if the string can not be converted , null is returned . concode_field_sep int orderInt concode_elem_sep Field hashCodeField concode_elem_sep String string concode_elem_sep byte[] bytes concode_elem_sep int hashCode concode_elem_sep HttpString EMPTY concode_elem_sep int has...
HttpString function ( String arg0 ) { final int loc0 = arg0 . length ( ) ; final byte [ ] loc1 = new byte [ loc0 ] ; for ( int loc2 = 0 ; loc2 < loc0 ; loc2 ++ ) { char loc3 = arg0 . charAt ( loc2 ) ; if ( loc3 > 0xff ) { return null ; } loc1 [ loc2 ] = ( byte ) loc3 ; } return new HttpString ( loc1 , arg0 ) ; }
4,095
set the etag value . concode_field_sep String clientRequestId concode_elem_sep String requestId concode_elem_sep String eTag concode_elem_sep DateTimeRfc1123 lastModified concode_field_sep ComputeNodeGetRemoteDesktopHeaders withLastModified concode_elem_sep String clientRequestId concode_elem_sep String requestId conco...
ComputeNodeGetRemoteDesktopHeaders function ( String arg0 ) { this . eTag = arg0 ; return this ; }
4,096
sets an optional title for the dialog ; maximum length is 50 characters . concode_field_sep ActionType actionType concode_elem_sep String data concode_elem_sep ArrayList<String> suggestions concode_elem_sep String to concode_elem_sep Filters filters concode_elem_sep String message concode_elem_sep String title concode_...
Builder function ( final String arg0 ) { this . title = arg0 ; return this ; }
4,097
gets the value of the nodeidentifier property . concode_field_sep String baseURL concode_elem_sep List<String> versions concode_elem_sep Integer preference concode_elem_sep NodeReference nodeIdentifier concode_elem_sep String url concode_field_sep ObjectLocation withNodeIdentifier concode_elem_sep ObjectLocation withBa...
NodeReference function ( ) { return nodeIdentifier ; }
4,098
get the value for the given key , and return as an integer . concode_field_sep int PROP_VALUE_MAX concode_elem_sep int PROP_NAME_MAX concode_field_sep long getLong concode_elem_sep void native_set concode_elem_sep void set concode_elem_sep String native_get concode_elem_sep String native_get concode_elem_sep String get...
int function ( String arg0 , int arg1 ) { try { return Integer . parseInt ( get ( arg0 ) ) ; } catch ( NumberFormatException loc0 ) { return arg1 ; } }
4,099
documentlistener callback . called when text is removed . concode_field_sep String fileName concode_elem_sep int lineIdx concode_elem_sep Set<LineHighlight> listeners concode_elem_sep Position pos concode_elem_sep Document doc concode_field_sep String fileName concode_elem_sep void updatePosition concode_elem_sep int l...
void function ( DocumentEvent arg0 ) { editEvent ( arg0 ) ; }