idx
int64
0
25k
question
stringlengths
71
7.19k
target
stringlengths
20
663
15,000
converts the content of this buffer to an array of bytes . concode_field_sep int len concode_elem_sep byte[] buffer concode_elem_sep long serialVersionUID concode_field_sep int byteAt concode_elem_sep void expand concode_elem_sep void setLength concode_elem_sep void clear concode_elem_sep int length concode_elem_sep bo...
byte [ ] function ( ) { byte [ ] loc0 = new byte [ this . len ] ; if ( this . len > 0 ) { System . arraycopy ( this . buffer , 0 , loc0 , 0 , this . len ) ; } return loc0 ; }
15,001
registers the given object for uris matching the given pattern . concode_field_sep Map<String,T> map concode_field_sep void setObjects concode_elem_sep T lookup concode_elem_sep boolean matchUriRequestPattern concode_elem_sep void unregister concode_elem_sep void setHandlers concode_elem_sep String toString concode_ele...
void function ( final String arg0 , final T arg1 ) { Args . notNull ( arg0 , "srini_string" ) ; this . map . put ( arg0 , arg1 ) ; }
15,002
return true if this is a primitive type . concode_field_sep PrimitiveType intType concode_elem_sep PrimitiveType floatType concode_elem_sep PrimitiveType byteType concode_elem_sep PrimitiveType booleanType concode_elem_sep PrimitiveType shortType concode_elem_sep PrimitiveType doubleType concode_elem_sep String name co...
boolean function ( ) { return true ; }
15,003
getter method for the departmentid concode_field_sep String lastName concode_elem_sep String partnerName concode_elem_sep long serialVersionUID concode_elem_sep String userID concode_elem_sep ArrayList displayDetails concode_elem_sep String password concode_elem_sep List sourceDetails concode_elem_sep ArrayList agentDe...
int function ( ) { return departmentID ; }
15,004
when istruncated is true , this element is present and contains the value to use for the marker parameter in a subsequent pagination request . concode_field_sep Boolean isTruncated concode_elem_sep String marker concode_elem_sep com.amazonaws.internal.SdkInternalList<String> policyNames concode_field_sep Boolean isTrun...
void function ( String arg0 ) { this . marker = arg0 ; }
15,005
go to previous page in history . we manage our own history concode_field_sep PluginManager pluginManager concode_elem_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep BroadcastReceiver receiver concode_elem_sep SystemWebView webView concode_elem_sep CordovaWebView parentWebV...
boolean function ( ) { if ( webView . canGoBack ( ) ) { webView . goBack ( ) ; return true ; } return false ; }
15,006
sets the value of the host property . concode_field_sep Boolean suppressPowerOn concode_elem_sep ManagedObjectReference host concode_elem_sep ManagedObjectReference _this concode_field_sep void setThis concode_elem_sep ManagedObjectReference getThis concode_elem_sep Boolean isSuppressPowerOn concode_elem_sep void setSu...
void function ( ManagedObjectReference arg0 ) { this . host = arg0 ; }
15,007
preliminary test method to validate the inetaddress behaviour v4 and v6 name and address . the inetaddress.tostring returns a string with format `` name/ip _ address '' . it has no indication of subnetmask . the name is optional . concode_field_sep InetAddress address concode_field_sep void testInet6Network concode_ele...
void function ( ) { address = InetAddress . getByName ( "srini_string" ) ; assertEquals ( true , address instanceof InetAddress ) ; assertEquals ( true , address . toString ( ) . contains ( "srini_string" ) ) ; }
15,008
caches the web dav propses in the entity cache if it is enabled . concode_field_sep WebDAVPropsPersistence _persistence concode_field_sep int countAll concode_elem_sep WebDAVProps removeByC_C concode_elem_sep List<WebDAVProps> findWithDynamicQuery concode_elem_sep List<WebDAVProps> findWithDynamicQuery concode_elem_sep...
void function ( List < WebDAVProps > arg0 ) { getPersistence ( ) . cacheResult ( arg0 ) ; }
15,009
returns the name of this n a v i g a t i o n. concode_field_sep NAVIGATION _navigation concode_field_sep void setName concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_se...
java . lang . String function ( ) { return _navigation . getName ( ) ; }
15,010
creates an instance of tostringhelper . this is helpful for implementing object #tostring . specification by example : / / returns `` classname '' moreobjects.tostringhelper this . tostring ; / / returns `` classname x = 1 '' moreobjects.tostringhelper this . add `` x '' , 1 . tostring ; / / returns `` myobject x = 1 '...
ToStringHelper function ( Object arg0 ) { return new ToStringHelper ( arg0 . getClass ( ) . getSimpleName ( ) ) ; }
15,011
sets the value of the customfieldlist property . concode_field_sep RecordRef template concode_elem_sep String internalId concode_elem_sep Double cost concode_elem_sep RecordRef campaignGroup concode_elem_sep RecordRef channel concode_elem_sep String description concode_elem_sep XMLGregorianCalendar dateScheduled concod...
void function ( CustomFieldList arg0 ) { this . customFieldList = arg0 ; }
15,012
accessor to images concode_field_sep Map<String,ImageDescriptor> descMap concode_elem_sep Bundle bundle concode_elem_sep String RESOURCE_DIR concode_elem_sep ISharedImages sharedImages concode_elem_sep ImageLibrary instance concode_elem_sep Map<String,Image> imageMap concode_field_sep Image getImageByName concode_elem_...
ImageDescriptor function ( String arg0 ) { return this . descMap . get ( arg0 ) ; }
15,013
gets the value of the filterstatement property . concode_field_sep Statement filterStatement concode_field_sep void setFilterStatement
Statement function ( ) { return filterStatement ; }
15,014
add a new namespace definition to the context . concode_field_sep String prefix concode_elem_sep long serialVersionUID concode_elem_sep String uri concode_elem_sep Map<String,Definition> definitions concode_field_sep String getPrefix concode_elem_sep void size concode_elem_sep void clear concode_elem_sep String getName...
void function ( String arg0 , String arg1 ) { definitions . put ( arg0 , new Definition ( arg0 , arg1 ) ) ; }
15,015
helper function that returns a concatenation of the loadpaths in the provided hdf . concode_field_sep String HDF_LOADPATHS concode_field_sep File locateFile
List < String > function ( HDF arg0 ) { return getLoadPaths ( arg0 , false ) ; }
15,016
register message handler concode_field_sep MessageHandler messageHandler concode_elem_sep Session userSession concode_field_sep void onClose concode_elem_sep void onOpen concode_elem_sep void handleMessage concode_elem_sep void onMessage concode_elem_sep void sendMessage
void function ( MessageHandler arg0 ) { this . messageHandler = arg0 ; }
15,017
sets the value of the accountnumber property . concode_field_sep JAXBElement<ChannelInformation> channelInformation concode_elem_sep JAXBElement<ArrayOfCustomerChange> customerChange concode_elem_sep JAXBElement<String> accountNumber concode_field_sep JAXBElement<ArrayOfCustomerChange> getCustomerChange concode_elem_se...
void function ( JAXBElement < String > arg0 ) { this . accountNumber = arg0 ; }
15,018
returns a constant indicating the desired bearing accuracy . accuracy may be #accuracy_low , #accuracy_high , or #no_requirement . concode_field_sep int ACCURACY_COARSE concode_elem_sep int mPowerRequirement concode_elem_sep int POWER_HIGH concode_elem_sep int mHorizontalAccuracy concode_elem_sep int ACCURACY_MEDIUM co...
int function ( ) { return mBearingAccuracy ; }
15,019
gets the value of the month property . concode_field_sep Integer month concode_elem_sep Integer year concode_elem_sep Long count concode_field_sep void setMonth concode_elem_sep Integer getYear concode_elem_sep void setYear concode_elem_sep Long getCount concode_elem_sep void setCount
Integer function ( ) { return month ; }
15,020
convert the passed hc node builder to an html string using the conversion settings factory . concode_field_sep IHCConversionSettingsProvider s_aSettingsProvider concode_elem_sep ReadWriteLock s_aRWLock concode_field_sep IHCConversionSettings getConversionSettings concode_elem_sep IHCConversionSettings getConversionSett...
String function ( @ Nonnull final IHCNodeBuilder arg0 , final boolean arg1 ) { return getAsHTMLString ( arg0 . build ( ) , getConversionSettings ( arg1 ) ) ; }
15,021
gets the value of the checksumtype property . concode_field_sep ArrayOfString altIDs concode_elem_sep String dsID concode_elem_sep String logMessage concode_elem_sep String checksumType concode_elem_sep String checksum concode_elem_sep String pid concode_elem_sep boolean force concode_elem_sep String mimeType concode_e...
String function ( ) { return checksumType ; }
15,022
sets the color . concode_field_sep Color color concode_elem_sep Icon icon concode_elem_sep String iconURL concode_elem_sep Font font concode_field_sep void setIcon concode_elem_sep IRule overrideWith concode_elem_sep void setIconURL concode_elem_sep Color getColor concode_elem_sep Font getFont concode_elem_sep String g...
void function ( Color arg0 ) { this . color = arg0 ; }
15,023
changes a class name to the internal form suitable for use in a descriptor string . e.g. java.lang.string = > ljava/lang/string ; concode_field_sep Map<Class<?>,String> primitives concode_field_sep String[] parameterDescriptors concode_elem_sep String[] parameterDescriptors concode_elem_sep String[] parameterDescriptor...
String function ( String arg0 ) { String loc0 = arg0 . replace ( "srini_string" , "srini_string" ) ; return 'L' + loc0 + ';' ; }
15,024
returns the company id of this shopping category . concode_field_sep ShoppingCategory _shoppingCategory concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_elem_sep void setG...
long function ( ) { return _shoppingCategory . getCompanyId ( ) ; }
15,025
sets the template location . concode_field_sep String location concode_field_sep String getLocation
void function ( String arg0 ) { this . location = arg0 ; }
15,026
returns an immutable set of all nine primitive types including void . note that a simpler way to test whether a class instanceis a member of this set is to call class #isprimitive . concode_field_sep Map<Class<?>,Class<?>> PRIMITIVE_TO_WRAPPER_TYPE concode_elem_sep Map<Class<?>,Class<?>> WRAPPER_TO_PRIMITIVE_TYPE conco...
Set < Class < ? >> function ( ) { return PRIMITIVE_TO_WRAPPER_TYPE . keySet ( ) ; }
15,027
create a jaxp 1.4 staxsource for the given xmlstreamreader . concode_field_sep PlaceHolder placeHolder concode_field_sep XMLReader createXMLReader concode_elem_sep XMLReader createXMLReader concode_elem_sep boolean isStaxSource concode_elem_sep boolean isStaxResult concode_elem_sep ContentHandler createContentHandler c...
Source function ( XMLStreamReader arg0 ) { return new StAXSource ( arg0 ) ; }
15,028
returns ` true ' if the list contains the specified word . concode_field_sep String name concode_elem_sep boolean isUpdated concode_elem_sep Map<String,Integer> list concode_field_sep void add concode_elem_sep void setName concode_elem_sep int getSize concode_elem_sep String getName concode_elem_sep void setSize concod...
boolean function ( String arg0 ) { return list . containsKey ( arg0 ) ; }
15,029
to simulate updating the inventory by calling some external system which takes a bit of time concode_field_sep Random ran concode_field_sep String xmlToCsv concode_elem_sep UpdateInventoryOutput replyOk
void function ( UpdateInventoryInput arg0 ) { int loc0 = ran . nextInt ( 1000 ) ; Thread . loc0 ( loc0 ) ; System . out . println ( "srini_string" + arg0 . getPartId ( ) + "srini_string" ) ; }
15,030
returns the wrapped eventlistener . concode_field_sep EventListener listener concode_field_sep placeholderType placeHolder
EventListener function ( ) { return listener ; }
15,031
get the phone value . concode_field_sep String firstName concode_elem_sep String lastName concode_elem_sep String emailAddress concode_elem_sep String phone concode_field_sep String firstName concode_elem_sep String lastName concode_elem_sep String emailAddress concode_elem_sep AdministratorDetails withEmailAddress con...
String function ( ) { return this . phone ; }
15,032
from pds.getgriddefinition concode_field_sep int predefinedGridDefinitionCenter concode_elem_sep int gridTemplate concode_elem_sep Grib1Gds gds concode_elem_sep byte[] rawData concode_elem_sep long startingPosition concode_elem_sep int predefinedGridDefinition concode_field_sep double[] getVerticalCoordinateParameters ...
int function ( ) { return predefinedGridDefinition ; }
15,033
returns the labels corresponding to this attribute . concode_field_sep Attribute next concode_elem_sep String type concode_elem_sep byte[] value concode_field_sep int getSize concode_elem_sep Attribute read concode_elem_sep boolean isUnknown concode_elem_sep ByteVector write concode_elem_sep int getCount concode_elem_s...
Label [ ] function ( ) { return null ; }
15,034
returns the button that has the specified model , or null if there is no such button in the group . concode_field_sep long serialVersionUID concode_elem_sep Vector<AbstractButton> buttons concode_elem_sep ButtonModel sel concode_field_sep void add concode_elem_sep ButtonModel getSelection concode_elem_sep void setSelec...
AbstractButton function ( ButtonModel arg0 ) { for ( int loc0 = 0 ; loc0 < buttons . size ( ) ; loc0 ++ ) { AbstractButton loc1 = ( AbstractButton ) buttons . get ( loc0 ) ; if ( loc1 . getModel ( ) == arg0 ) return loc1 ; } return null ; }
15,035
a list of options as simple strings of this table definition , as `` type '' , '' = '' , `` myisam '' concode_field_sep List<String> createOptionsStrings concode_elem_sep List<String> tableOptionsStrings concode_elem_sep boolean ifNotExists concode_elem_sep boolean unlogged concode_elem_sep Select select concode_elem_s...
List < ? > function ( ) { return tableOptionsStrings ; }
15,036
the arn specifying the resource group that is created . concode_field_sep String resourceGroupArn concode_field_sep String getResourceGroupArn concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep CreateResourceGroupResult clone concode_elem_sep String toString concode_elem_sep void setResource...
CreateResourceGroupResult function ( String arg0 ) { setResourceGroupArn ( arg0 ) ; return this ; }
15,037
check that no edits files are present in the given storage dirs . concode_field_sep int NUM_DIRS_IN_LOG concode_elem_sep Log LOG concode_field_sep void testFailoverFinalizesAndReadsInProgressWithPartialTxAtEnd concode_elem_sep void testFailoverFinalizesAndReadsInProgressSimple concode_elem_sep void testFailoverFinalize...
void function ( Iterable < URI > arg0 ) { assertEditFiles ( arg0 , new String [ ] { } ) ; }
15,038
sets the primary key of this kaleo condition . concode_field_sep KaleoCondition _kaleoCondition concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEscapedModel con...
void function ( long arg0 ) { _kaleoCondition . setPrimaryKey ( arg0 ) ; }
15,039
fetch the hardware address for a network interface . concode_field_sep Logger logger concode_elem_sep boolean avis concode_elem_sep String vlcp concode_elem_sep String vlcv concode_field_sep boolean isNetworkInterfaceLoopback concode_elem_sep String[] getPingCommand concode_elem_sep void disableGoToSleep concode_elem_s...
byte [ ] function ( NetworkInterface arg0 ) { return arg0 . getHardwareAddress ( ) ; }
15,040
sets the spring bean id for this bean . concode_field_sep LegacyLectureSeriesLocalService _legacyLectureSeriesLocalService concode_field_sep de.uhh.l2g.plugins.migration.model.LegacyLectureSeries createLegacyLectureSeries concode_elem_sep de.uhh.l2g.plugins.migration.model.LegacyLectureSeries deleteLegacyLectureSeries ...
void function ( java . lang . String arg0 ) { _legacyLectureSeriesLocalService . setBeanIdentifier ( arg0 ) ; }
15,041
sets the character encoding of the strings that are to be found . concode_field_sep int minLength concode_elem_sep String stringsPath concode_elem_sep StringsEncoding encoding concode_elem_sep int timeout concode_elem_sep long serialVersionUID concode_field_sep StringsEncoding getEncoding concode_elem_sep void init con...
void function ( StringsEncoding arg0 ) { this . encoding = arg0 ; }
15,042
method to test mirrortemple concode_field_sep PlaceHolder placeHolder concode_field_sep void testOnlyBlue concode_elem_sep void testCompleteNoize concode_elem_sep void testKeepOnlyGreen concode_elem_sep void testNoizy concode_elem_sep void testEdgeDetection2 concode_elem_sep void testGrayScale concode_elem_sep void tes...
void function ( ) { Picture loc0 = new Picture ( "srini_string" ) ; loc0 . explore ( ) ; loc0 . mirrorTemple ( ) ; loc0 . explore ( ) ; }
15,043
returns the index of the median of the three indexed doubles . concode_field_sep PlaceHolder placeHolder concode_field_sep void vecswap concode_elem_sep void quickSort
int function ( MSortable arg0 , int arg1 , int arg2 , int arg3 ) { double loc0 = arg0 . getDouble ( arg1 ) ; double loc1 = arg0 . getDouble ( arg2 ) ; double loc2 = arg0 . getDouble ( arg3 ) ; return ( loc0 >= loc1 ? ( loc1 >= loc2 ? arg2 : loc0 >= loc2 ? arg3 : arg1 ) : ( loc1 <= loc2 ? arg2 : loc0 <= loc2 ? arg3 : ar...
15,044
prints a message at assert priority . concode_field_sep int ERROR concode_elem_sep int VERBOSE concode_elem_sep int WARN concode_elem_sep int NONE concode_elem_sep int ASSERT concode_elem_sep int DEBUG concode_elem_sep LogNode mLogNode concode_elem_sep int INFO concode_field_sep void println concode_elem_sep void print...
void function ( String arg0 , Throwable arg1 ) { wtf ( arg0 , null , arg1 ) ; }
15,045
assign a pattern to both detect honored values , and optionally to map from a single principal name or public credential string to a single hypersql role or schema string . do not use this method if you are using this jaasauthbean only to permit or reject access with roles and schema being determined by pre-existing lo...
void function ( Pattern arg0 ) { this . roleSchemaValuePattern = arg0 ; }
15,046
set the bindings variables concode_field_sep Class<?>[] addedClasses concode_elem_sep Class<?>[] CONSTANT_TYTPE_CLASSES_WHITELIST concode_elem_sep Map<String,Object> bindings concode_elem_sep Class<?>[] CLASSES_WHITELIST concode_field_sep List<String> getStringClasses concode_elem_sep Map<String,Object> getBindings con...
void function ( Map < String , Object > arg0 ) { Helper . checkNotNull ( arg0 , "srini_string" ) ; this . bindings = new HashMap < String , Object > ( arg0 ) ; }
15,047
adds a gdiobject to the internal handle table . wmf files specify the index as given in emf records such as emrcreatepenindirect whereas wmf files always use 0 . this function should not normally be called by an application . concode_field_sep Vector objectVector concode_elem_sep boolean bReading concode_elem_sep Vecto...
void function ( int arg0 , Object arg1 , int arg2 ) { if ( ( arg2 == 0 ) || ( arg2 > numObjects ) ) { addObject ( arg0 , arg1 ) ; return ; } lastObjectIdx = arg2 ; for ( int loc0 = 0 ; loc0 < numObjects ; loc0 ++ ) { GdiObject loc1 = ( GdiObject ) objectVector . get ( loc0 ) ; if ( loc0 == arg2 ) { loc1 . Setup ( arg0 ...
15,048
create an instance of doctax concode_field_sep QName _DocumentMaster_QNAME concode_elem_sep QName _DocumentMasterRequest_QNAME concode_elem_sep QName _DocumentMasterResponse_QNAME concode_field_sep GetRequestVerb createGetRequestVerb concode_elem_sep DeleteRequest createDeleteRequest concode_elem_sep DeleteResponse cre...
DocTax function ( ) { return new DocTax ( ) ; }
15,049
gets the value of the comments property . concode_field_sep Long reconciliationReportId concode_elem_sep Long manualVolume concode_elem_sep String comments concode_elem_sep Long reconciledVolume concode_elem_sep Long lineItemId concode_elem_sep Long orderId concode_elem_sep Long creativeId concode_elem_sep Long adverti...
String function ( ) { return comments ; }
15,050
returns all document phrases that were mapped to this candidate . concode_field_sep double totalWikipKeyphraseness concode_elem_sep double wikipKeyphraseness concode_elem_sep double termFrequency concode_elem_sep HashMap<String,Counter> fullForms concode_elem_sep String title concode_elem_sep Article article concode_el...
HashMap < String , Counter > function ( ) { return fullForms ; }
15,051
returns the current count of false negatives . concode_field_sep int tpCount concode_elem_sep int fpCount concode_elem_sep int fnCount concode_field_sep void incrementFN concode_elem_sep void incrementFP concode_elem_sep int getTP concode_elem_sep void addFN concode_elem_sep String getPrecisionDescription concode_elem_...
int function ( ) { return fnCount ; }
15,052
create an instance of matchbysystemparametersrequestverb concode_field_sep QName _ContentProviderMasterResponse_QNAME concode_elem_sep QName _ContentProviderMasterRequest_QNAME concode_field_sep GetRequestVerb createGetRequestVerb concode_elem_sep UpdateSystemParametersRequestVerb createUpdateSystemParametersRequestVer...
MatchBySystemParametersRequestVerb function ( ) { return new MatchBySystemParametersRequestVerb ( ) ; }
15,053
to set key . concode_field_sep Double value concode_elem_sep String key concode_field_sep String getKey concode_elem_sep Double getValue concode_elem_sep int hashCode concode_elem_sep void setValue concode_elem_sep boolean equals
void function ( String arg0 ) { this . key = arg0 ; }
15,054
sets the value of the resourceref property . concode_field_sep ResourceType resourceRef concode_elem_sep String label concode_field_sep String getLabel concode_elem_sep ResourceType getResourceRef concode_elem_sep void setLabel
void function ( ResourceType arg0 ) { this . resourceRef = arg0 ; }
15,055
returns name of the topic concode_field_sep long serialVersionUID concode_elem_sep Pattern NAME_PATTERN concode_elem_sep FastJoiner AT_JOINER concode_elem_sep String topicName concode_elem_sep String subtopicName concode_elem_sep Function<TopicKey,String> TO_ADDRESS concode_elem_sep Function<String,TopicKey> FACTORY co...
String function ( ) { return topicName ; }
15,056
returns the current timeout . concode_field_sep int mCurrentTimeoutMs concode_elem_sep int mCurrentRetryCount concode_elem_sep int mMaxNumRetries concode_elem_sep float DEFAULT_BACKOFF_MULT concode_elem_sep float mBackoffMultiplier concode_elem_sep int DEFAULT_TIMEOUT_MS concode_elem_sep int DEFAULT_MAX_RETRIES concode...
int function ( ) { return mCurrentTimeoutMs ; }
15,057
set extra headers for this load . concode_field_sep byte[] mPostData concode_elem_sep int UA_OVERRIDE_INHERIT concode_elem_sep int LOAD_TYPE_DEFAULT concode_elem_sep String mVirtualUrlForDataUrl concode_elem_sep int UA_OVERRIDE_TRUE concode_elem_sep boolean mCanLoadLocalResources concode_elem_sep int mLoadUrlType conco...
void function ( Map < String , String > arg0 ) { mExtraHeaders = arg0 ; }
15,058
sets the value of the id property . concode_field_sep String price concode_elem_sep String name concode_elem_sep Boolean applySSK concode_elem_sep long serialVersionUID concode_elem_sep String id concode_elem_sep String sku concode_elem_sep String locationIdentifier concode_field_sep void setName concode_elem_sep Strin...
void function ( String arg0 ) { this . id = arg0 ; }
15,059
retrieves the request token url concode_field_sep List<String> pluginsScopes concode_elem_sep String requestTokenUrl concode_elem_sep String _consumerSecret concode_elem_sep Class<?> providerImplClass concode_elem_sep boolean saveRawResponse concode_elem_sep String _signatureMethod concode_elem_sep String customPermiss...
String function ( ) { return requestTokenUrl ; }
15,060
add bitstream id to delete contents file concode_field_sep List<Integer> undoAddContents concode_elem_sep Item item concode_elem_sep List<DtoMetadata> undoDtomList concode_elem_sep Transformer transformer concode_elem_sep String DUBLIN_CORE_XML concode_elem_sep File dir concode_elem_sep Logger log concode_elem_sep Stri...
void function ( int arg0 ) { this . undoAddContents . add ( arg0 ) ; }
15,061
returns an instance of inavigatorcontentservice configured for the given id . instances are not shared for the same viewerid . concode_field_sep NavigatorContentServiceFactory INSTANCE concode_field_sep placeholderType placeHolder
INavigatorContentService function ( String arg0 , StructuredViewer arg1 ) { if ( arg1 == null ) { return new NavigatorContentService ( arg0 ) ; } return new NavigatorContentService ( arg0 , arg1 ) ; }
15,062
returns an image provider or null if the standard images should be used . concode_field_sep ITypeSelectionComponent fComponent concode_field_sep ISelectionStatusValidator getSelectionValidator concode_elem_sep ITypeInfoFilterExtension getFilterExtension concode_elem_sep void initialize concode_elem_sep Control createCo...
ITypeInfoImageProvider function ( ) { return null ; }
15,063
`` interface abc : operation myopp2 myparamopp param1 : integer , param2 : boolean : string in event event2 var myint : integer in event myintevent : integer concode_field_sep ILinker linker concode_elem_sep StextResourceFactory factory concode_elem_sep IParser parser concode_field_sep StextResource getResource concode...
Scope function ( ) { return createInterfaceScope ( "srini_string" ) ; }
15,064
widget will fill y axis . often used with expansion or fixed width setting . concode_field_sep Padding padding concode_elem_sep Actor widget concode_elem_sep int minHeight concode_elem_sep int width concode_elem_sep CellWidget<?> EMPTY concode_elem_sep int minWidth concode_elem_sep int minWidth concode_elem_sep boolean...
CellWidgetBuilder < Widget > function ( ) { fillY = true ; return this ; }
15,065
the method create a new view . concode_field_sep ValidateService validateService concode_elem_sep ViewService viewService concode_elem_sep UserModel userModel concode_elem_sep View selectedView concode_field_sep void init concode_elem_sep View getSelectedView concode_elem_sep void setSelectedView concode_elem_sep View ...
void function ( ) { viewService . addView ( selectedView ) ; }
15,066
clone just copy the attribute value include , int , string , long , bool , the attribute value , which is array , exclude . concode_field_sep Map<String,Field> _allFields concode_field_sep void __getObjectValue concode_elem_sep Map<String,Field> getAllFields concode_elem_sep void __setValueToObj concode_elem_sep JSONOb...
JSONObj function ( ) { Object loc0 = null ; try { Class loc1 = getClass ( ) ; loc0 = loc1 . newInstance ( ) ; __getObjectValue ( loc0 , this ) ; } catch ( InstantiationException loc1 ) { loc1 . printStackTrace ( ) ; } catch ( IllegalAccessException loc1 ) { loc1 . printStackTrace ( ) ; } return ( JSONObj ) loc0 ; }
15,067
convert bytes to hex string value using big-endian rule . concode_field_sep char[] hexChar concode_field_sep byte[] convertHexStringToBytes concode_elem_sep byte[] convertHexStringToBytes concode_elem_sep String conventBytesToHexString concode_elem_sep String convertStringToHexString concode_elem_sep String convertHexS...
String function ( byte [ ] arg0 , int arg1 , int arg2 ) { return convertBytesToHexString ( arg0 , arg1 , arg2 , "srini_string" ) ; }
15,068
get parameter value from request scope . concode_field_sep Properties buildProperties concode_field_sep UIComponent findComponent concode_elem_sep ServletContext getServletContext concode_elem_sep Object getManagedBean concode_elem_sep String getActionAttribute concode_elem_sep String getBuildAttribute concode_elem_sep...
String function ( String arg0 ) { return FacesContext . getCurrentInstance ( ) . getExternalContext ( ) . getRequestParameterMap ( ) . get ( arg0 ) ; }
15,069
configures the tostringhelper so #tostring will ignoreproperties with null value . the order of calling this method , relative to the add / addvalue methods , is not significant . concode_field_sep ValueHolder next concode_elem_sep ValueHolder holderTail concode_elem_sep String name concode_elem_sep String className co...
ToStringHelper function ( ) { omitNullValues = true ; return this ; }
15,070
sets the value of the bredcard property . concode_field_sep String sTeamFlag concode_elem_sep int iMinute concode_elem_sep boolean bRedCard concode_elem_sep XMLGregorianCalendar dGame concode_elem_sep String sPlayerName concode_elem_sep String sTeamName concode_elem_sep String sTeamFlagLarge concode_elem_sep boolean bY...
void function ( boolean arg0 ) { this . bRedCard = arg0 ; }
15,071
recursively compute the greatest common divisor of two positive integers concode_field_sep int num concode_elem_sep int ans concode_elem_sep int den concode_elem_sep boolean multi concode_field_sep int getNumerator concode_elem_sep Rational add concode_elem_sep Rational invert concode_elem_sep Rational negate concode_e...
int function ( int arg0 , int arg1 ) { int loc0 = 0 ; if ( arg0 < arg1 ) loc0 = gcd ( arg1 , arg0 ) ; else if ( arg1 == 0 ) loc0 = arg0 ; else { int loc1 = arg0 % arg1 ; loc0 = gcd ( arg1 , loc1 ) ; } return loc0 ; }
15,072
returns a function which performs a map lookup . the returned function throws an illegalargumentexception if given a key that does notexist in the map . concode_field_sep long serialVersionUID concode_elem_sep Predicate<T> predicate concode_elem_sep V defaultValue concode_elem_sep Function<A,? extends B> f concode_elem...
Function < K , V > function ( Map < K , V > arg0 ) { return new FunctionForMapNoDefault < K , V > ( arg0 ) ; }
15,073
assigns the result of the task performance concode_field_sep Curator curator concode_elem_sep Logger log concode_elem_sep Properties taskProps concode_elem_sep String taskId concode_field_sep DSpaceObject dereference concode_elem_sep void init concode_elem_sep long taskLongProperty concode_elem_sep void performObject c...
void function ( String arg0 ) { curator . setResult ( taskId , arg0 ) ; }
15,074
sets the rolename property . concode_field_sep String vmName concode_elem_sep String os concode_elem_sep String ip concode_elem_sep String networkName concode_elem_sep String language concode_elem_sep String locale concode_elem_sep String type concode_elem_sep String machineName concode_elem_sep String network concode_...
void function ( String arg0 ) { this . roleName = arg0 ; }
15,075
get the current record number , within the current block , zero based . thus , current offset = currentblocknum recsperblk + currentrecnum . concode_field_sep int DEFAULT_RCDSIZE concode_elem_sep int currBlkIdx concode_elem_sep boolean debug concode_elem_sep InputStream inStream concode_elem_sep int DEFAULT_BLKSIZE con...
int function ( ) { return currRecIdx - 1 ; }
15,076
starts this animation . if the animation has a nonzero startdelay , the animation will start running after that delay elapses . a non-delayed animation will have its initial value s set immediately , followed by calls to animatorlistener #onanimationstart animator for any listeners of this animator.the animation starte...
void function ( ) { }
15,077
called on page transitions concode_field_sep PluginManager pluginManager concode_elem_sep int expectedBridgeSecret concode_elem_sep String LOG_TAG concode_elem_sep NativeToJsMessageQueue jsMessageQueue concode_field_sep void jsSetNativeToJsBridgeMode concode_elem_sep boolean isSecretEstablished concode_elem_sep boolean...
void function ( ) { expectedBridgeSecret = - 1 ; }
15,078
returns a predicate and value builder for headers on an exchange concode_field_sep PlaceHolder placeHolder concode_field_sep ValueBuilder faultBodyAs concode_elem_sep ValueBuilder constant concode_elem_sep ValueBuilder sendTo concode_elem_sep ValueBuilder systemProperty concode_elem_sep ValueBuilder systemProperty conc...
ValueBuilder function ( String arg0 ) { Expression loc0 = new HeaderExpression ( arg0 ) ; return new ValueBuilder ( loc0 ) ; }
15,079
password to connect to kubernetes concode_field_sep String caCertData concode_elem_sep String oauthToken concode_elem_sep String clientKeyAlgo concode_elem_sep String clientCertFile concode_elem_sep String password concode_elem_sep String apiVersion concode_elem_sep String clientKeyData concode_elem_sep String masterUr...
String function ( ) { return password ; }
15,080
throws , traces , and logs a cancellation exception . concode_field_sep int TOTAL_WORK concode_elem_sep IClipboardSupport clipboardSupport concode_elem_sep int WORK_UNIT concode_elem_sep IProgressMonitor monitor concode_field_sep boolean isCancelled concode_elem_sep void catchException concode_elem_sep IClipboardSuppor...
void function ( String arg0 ) { throwException ( arg0 , new OperationCanceledException ( "srini_string" ) ) ; }
15,081
gets the user associated to this class instance . concode_field_sep UserDAO dao concode_elem_sep boolean exists concode_elem_sep User user concode_elem_sep String username concode_field_sep boolean userExists concode_elem_sep void register
User function ( ) { return this . user ; }
15,082
decides which formula to apply based o the previous tide . concode_field_sep ArrayList<TidePrediction> predictions concode_field_sep void logError concode_elem_sep ArrayList<TidePrediction> getPredictionsMarks concode_elem_sep Float ihFuncAfterHighTide concode_elem_sep Float getTidePrediction concode_elem_sep Float ihF...
Float function ( Date arg0 , int arg1 ) { Float loc0 ; if ( predictions . get ( arg1 ) . getTideType ( ) == TIDE_TYPE . HIGH_TIDE ) { loc0 = ihFuncAfterHighTide ( arg1 , arg0 ) ; } else { loc0 = ihFuncAfterLowTide ( arg1 , arg0 ) ; } return loc0 ; }
15,083
copies the input to the output . concode_field_sep LiteralBinaryInterpreter INSTANCE concode_field_sep int getPackedLength concode_elem_sep byte[] uninterpret
void function ( byte [ ] arg0 , byte [ ] arg1 , int arg2 ) { System . arraycopy ( arg0 , 0 , arg1 , arg2 , arg0 . length ) ; }
15,084
clarion assertion test concode_field_sep String[] args concode_elem_sep List<Runnable> initThreadHooks concode_elem_sep boolean hard concode_elem_sep Logger log concode_elem_sep List<Runnable> shutdownHooks concode_field_sep void setHardAssert concode_elem_sep void initThread concode_elem_sep void init concode_elem_sep...
void function ( boolean arg0 ) { if ( ! arg0 ) { if ( hard ) { throw new RuntimeException ( "srini_string" ) ; } else { System . err . println ( "srini_string" ) ; Thread . dumpStack ( ) ; } } }
15,085
adds the given number to the count of false positives . concode_field_sep int tpCount concode_elem_sep int fpCount concode_elem_sep int fnCount concode_field_sep int getFN concode_elem_sep void incrementFN concode_elem_sep void incrementFP concode_elem_sep int getTP concode_elem_sep void addFN concode_elem_sep String g...
void function ( int arg0 ) { fpCount += arg0 ; }
15,086
delegates to the application to consume and return the next intent on thestarted activities stack . concode_field_sep PlaceHolder placeHolder concode_field_sep Intent peekNextStartedActivity concode_elem_sep void clearStartedServices concode_elem_sep Intent peekNextStartedService concode_elem_sep Intent getNextStoppedS...
Intent function ( ) { return ShadowApplication . getInstance ( ) . getNextStartedActivity ( ) ; }
15,087
assert the name of the controller method used to process the request using the given hamcrest matcher . concode_field_sep PlaceHolder placeHolder concode_field_sep HandlerMethod getHandlerMethod concode_elem_sep ResultMatcher method concode_elem_sep ResultMatcher handlerType concode_elem_sep ResultMatcher methodCall
ResultMatcher function ( final Matcher < ? super String > arg0 ) { return new ResultMatcher ( ) { @ Override public void match ( MvcResult arg1 ) throws Exception { HandlerMethod loc0 = getHandlerMethod ( arg1 ) ; assertThat ( "srini_string" , loc0 . getMethod ( ) . getName ( ) , arg0 ) ; } } ; }
15,088
set a field to be remove when exporting the final output . concode_field_sep List<String> toRemove concode_elem_sep Map<String,Object> toRename concode_field_sep void addToRename concode_elem_sep int rename concode_elem_sep int remove
void function ( String arg0 ) { if ( arg0 == null ) { return ; } if ( ! arg0 . isEmpty ( ) ) { toRemove . add ( arg0 ) ; } }
15,089
gets the value of the preauth property . concode_field_sep PasswordType password concode_elem_sep List<ExtensionType> extension concode_elem_sep BigInteger preauth concode_elem_sep RestrictedPasswordType restrictedPassword concode_elem_sep ActivationPinType activationPin concode_elem_sep ExtensionOnlyType smartcard con...
BigInteger function ( ) { return preauth ; }
15,090
returns the custom path to webobjects lib folder . concode_field_sep File pathToLibFolder concode_field_sep File getWebObjectsRootFolder concode_elem_sep File getWebObjectsVersionFile
File function ( ) { return pathToLibFolder ; }
15,091
returns true if the given factorymethoddescriptor and implementationmethoddescriptor are duplicates.descriptors are duplicates if they have the same name and if they have the same passed types in the same order . concode_field_sep CharMatcher invalidIdentifierCharacters concode_field_sep ImmutableSet<TypeMirror> implem...
boolean function ( FactoryMethodDescriptor arg0 , ImplementationMethodDescriptor arg1 ) { if ( ! arg0 . name ( ) . equals ( arg1 . name ( ) ) ) { return false ; } return MoreTypes . equivalence ( ) . pairwise ( ) . equivalent ( Iterables . transform ( arg0 . passedParameters ( ) , Parameter . parameterToType ) , Iterab...
15,092
remove ticket from session cache . concode_field_sep Map<String,Entry> sessions concode_elem_sep long lastAccessTime concode_elem_sep String ticket concode_elem_sep Logger LOGGER concode_elem_sep TicketContainer instance concode_field_sep boolean isValid concode_elem_sep String getTicket
void function ( String arg0 ) { try { if ( sessions . get ( arg0 ) != null ) { sessions . remove ( arg0 ) ; } } catch ( Exception loc0 ) { LOGGER . error ( "srini_string" , loc0 ) ; } }
15,093
setpollresults concode_field_sep String m_description concode_elem_sep Date m_requestTime concode_elem_sep Set<PollResult> m_pollResults concode_elem_sep String m_userName concode_elem_sep Integer m_id concode_field_sep void setRequestTime concode_elem_sep Date getRequestTime concode_elem_sep void setUserName concode_e...
void function ( Set < PollResult > arg0 ) { m_pollResults = arg0 ; }
15,094
returns a favoriteseditor . this is useful for getting a list of all favorites or modifying them . concode_field_sep AlternateUIInteractionVersionWrapper alternateUIInteractionVersionWrapper concode_elem_sep Map<GradleTabVersion1,GradleTabVersionWrapper> tabMap concode_elem_sep U basicGradleUI concode_elem_sep GradleIn...
FavoritesEditorVersion1 function ( ) { return new FavoritesEditorWrapper ( basicGradleUI . getGradlePluginLord ( ) . getFavoritesEditor ( ) ) ; }
15,095
push a token of just one character in length . concode_field_sep byte IS_DIGIT concode_elem_sep List<Token> tokens concode_elem_sep int max concode_elem_sep int pos concode_elem_sep byte IS_ALPHA concode_elem_sep String expressionString concode_elem_sep byte IS_HEXDIGIT concode_elem_sep char[] toProcess concode_elem_se...
void function ( TokenKind arg0 ) { tokens . add ( new Token ( arg0 , pos , pos + 1 ) ) ; pos ++ ; }
15,096
sets the bean . concode_field_sep B bean concode_elem_sep int order concode_field_sep void setOrder concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep int getOrder concode_elem_sep String toString concode_elem_sep int compareTo concode_elem_sep B getBean
void function ( B arg0 ) { this . bean = arg0 ; }
15,097
get an assessment in document form . note : this service requires a faces context . concode_field_sep Log log concode_field_sep Document getExportedItemBank concode_elem_sep AssessmentIfc createImportedAssessment concode_elem_sep AssessmentIfc createImportedAssessment concode_elem_sep AssessmentIfc createImportedAssess...
Document function ( String arg0 , int arg1 ) { try { QTIService loc0 = new QTIService ( ) ; return loc0 . getExportedAssessment ( arg0 , arg1 ) ; } catch ( Exception loc0 ) { log . warn ( "srini_string" ) ; } log . error ( "srini_string" ) ; return null ; }
15,098
the level of this logger . if null then the logger is inheriting it 's level from its nearest ancestor with a non-null level . concode_field_sep String prefix concode_elem_sep Logger logger concode_elem_sep String FQCN concode_field_sep String getPrefix concode_elem_sep String getName concode_elem_sep void debug concod...
String function ( ) { if ( logger . getLevel ( ) == null ) { return null ; } return logger . getLevel ( ) . toString ( ) ; }
15,099
set the system property and test concode_field_sep PlaceHolder placeHolder concode_field_sep void testWithIncorrectExpression concode_elem_sep void testComplexExpression concode_elem_sep void testComplexExpressionWithProperties concode_elem_sep void testWithoutDefaultValue concode_elem_sep void testComplexMixedProperti...
void function ( ) { System . setProperty ( "srini_string" , "srini_string" ) ; expressionTransformTest ( "srini_string" , "srini_string" ) ; }