idx
int64
0
25k
question
stringlengths
68
5.61k
target
stringlengths
21
500
4,700
returns the hover 's label . concode_field_sep String fModifierString concode_elem_sep String VALUE_SEPARATOR concode_elem_sep String NO_MODIFIER concode_elem_sep IConfigurationElement fElement concode_elem_sep boolean fIsEnabled concode_elem_sep int fStateMask concode_elem_sep String ACTIVATE_PLUG_IN_ATTRIBUTE concode...
String function ( ) { String loc0 = fElement . getAttribute ( LABEL_ATTRIBUTE ) ; if ( loc0 != null ) return loc0 ; loc0 = getHoverClassName ( ) ; int loc1 = loc0 . lastIndexOf ( '.' ) ; if ( loc1 >= 0 && loc1 < loc0 . length ( ) - 1 ) return loc0 . substring ( loc1 + 1 ) ; else return loc0 ; }
4,701
adds a set of commands to this collection concode_field_sep List<AllocationCommand> commands concode_elem_sep Map<String,AllocationCommand.Factory> factories concode_field_sep void registerFactory concode_elem_sep void writeTo concode_elem_sep AllocationCommands readFrom concode_elem_sep void toXContent concode_elem_se...
AllocationCommands function ( AllocationCommand ... arg0 ) { if ( arg0 != null ) { this . commands . addAll ( Arrays . asList ( arg0 ) ) ; } return this ; }
4,702
extract extension of drawable resource from path . concode_field_sep String DEFAULT_SOUND concode_elem_sep String STORAGE_FOLDER concode_elem_sep Context context concode_field_sep void copyFile concode_elem_sep Uri getUriForResourcePath concode_elem_sep Uri getUriFromAsset concode_elem_sep Uri parse concode_elem_sep Bi...
String function ( String arg0 ) { String loc0 = "srini_string" ; if ( arg0 . contains ( "srini_string" ) ) { loc0 = arg0 . substring ( arg0 . lastIndexOf ( '.' ) ) ; } return loc0 ; }
4,703
determines whether specified character needs to be filtered . concode_field_sep char REPLACEMENT_CHAR concode_elem_sep Logger LOG concode_field_sep boolean filter concode_elem_sep String filter
boolean function ( char arg0 ) { if ( arg0 == 0x9 || arg0 == 0xA || arg0 == 0xD || ( arg0 >= 0x20 && arg0 <= 0xD7FF ) || ( arg0 >= 0xE000 && arg0 <= 0xFFFD ) ) { return false ; } return true ; }
4,704
get the name of the target property . concode_field_sep String declaredValueClassName concode_elem_sep String name concode_elem_sep String className concode_field_sep boolean isStatic concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep String getClassName conc...
String function ( ) { return name ; }
4,705
get associated xslt steppattern . concode_field_sep String m_targetString concode_elem_sep TemplateSubPatternAssociation m_next concode_elem_sep long serialVersionUID concode_elem_sep String m_pattern concode_elem_sep ElemTemplate m_template concode_elem_sep StepPattern m_stepPattern concode_elem_sep boolean m_wild con...
StepPattern function ( ) { return m_stepPattern ; }
4,706
returns the element . concode_field_sep short unitType concode_elem_sep String[] UNITS concode_elem_sep UnitProcessor.Context context concode_elem_sep short VERTICAL_LENGTH concode_elem_sep short OTHER_LENGTH concode_elem_sep short HORIZONTAL_LENGTH concode_elem_sep float value concode_elem_sep short direction concode_...
Element function ( ) { return getAssociatedElement ( ) ; }
4,707
setter concode_field_sep LinkedList<researchCategory> research_category concode_elem_sep String email_address concode_elem_sep LinkedList<Organisation> organisations concode_elem_sep String ID concode_elem_sep LinkedList<ResearchGroupAssociation> research_groups concode_elem_sep String Surname concode_elem_sep String N...
void function ( String arg0 ) { Name = arg0 ; }
4,708
retrieves a cachedsource which contains cached values from the specified source . returns a source with values from the last polling interval . if the source is not known , null is returned . concode_field_sep ScheduledExecutorService scheduler concode_elem_sep int INTERVAL concode_elem_sep int INITIAL_DELAY concode_el...
CachedSource function ( Source arg0 ) { return runner . getCachedSource ( arg0 ) ; }
4,709
retrieve client subject associated with this request context concode_field_sep InetAddress _remoteAddr concode_elem_sep Subject _subject concode_elem_sep AtomicInteger uniqueId concode_elem_sep Integer _reqID concode_elem_sep Map _storm_conf concode_elem_sep ThreadLocal<ReqContext> ctxt concode_field_sep Principal prin...
Subject function ( ) { return _subject ; }
4,710
gets the resource key for the display name . concode_field_sep String name concode_elem_sep String displayNameKey concode_elem_sep Map<String,IPropertyDefn> properties concode_elem_sep String since concode_field_sep void setName concode_elem_sep void buildDefn concode_elem_sep String getName concode_elem_sep String get...
Object function ( ) { return displayNameKey ; }
4,711
returns the value of issuer alternative name extension oid = 2.5.29.18 . the asn .1 definition for issuer alternative name is : id-ce-issueraltname object identifier : : = id-ce 18 issueraltname : : = generalnames as specified in rfc 3280 concode_field_sep ASN1Type ASN1 concode_elem_sep List<Extension> extensions conco...
Collection < List < ? >> function ( ) { return decodeGeneralNames ( getExtensionByOID ( "srini_string" ) ) ; }
4,712
returns the modified date of this k b comment . concode_field_sep KBComment _kbComment concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_se...
Date function ( ) { return _kbComment . getModifiedDate ( ) ; }
4,713
used to create , setup , and start an intervalrenderer from the passed rendermanager this is used in conjunction with faces-config.xml to allow the same single render manager to be set in all timezonebeans concode_field_sep boolean dialogRendered concode_elem_sep DateFormat selectedFormat concode_elem_sep ArrayList che...
void function ( RenderManager arg0 ) { clock = arg0 . getIntervalRenderer ( "srini_string" ) ; clock . setInterval ( renderInterval ) ; clock . add ( this ) ; clock . requestRender ( ) ; }
4,714
get id concode_field_sep Long id concode_elem_sep DateTime shipDate concode_elem_sep String value concode_elem_sep StatusEnum status concode_elem_sep Boolean complete concode_elem_sep Long petId concode_elem_sep Integer quantity concode_field_sep DateTime getShipDate concode_elem_sep String toIndentedString concode_ele...
Long function ( ) { return id ; }
4,715
must not be called . concode_field_sep Tag parent concode_elem_sep SimpleTag simpleTagAdaptee concode_elem_sep boolean parentDetermined concode_field_sep int doStartTag concode_elem_sep void setPageContext concode_elem_sep Tag getParent concode_elem_sep JspTag getAdaptee concode_elem_sep void release concode_elem_sep v...
int function ( ) { throw new UnsupportedOperationException ( "srini_string" ) ; }
4,716
call this from oncreate so that any saved startactivityforresult parameters will be restored . concode_field_sep Activity activity concode_elem_sep CordovaPlugin permissionResultCallback concode_elem_sep int resultCode concode_elem_sep int activityResultRequestCode concode_elem_sep Intent intent concode_elem_sep Bundle...
void function ( Bundle arg0 ) { initCallbackService = arg0 . getString ( "srini_string" ) ; savedPluginState = arg0 . getBundle ( "srini_string" ) ; activityWasDestroyed = true ; }
4,717
verbose log message . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d concode_elem_sep void s...
void function ( String arg0 , String arg1 ) { if ( LOG . VERBOSE >= LOGLEVEL ) Log . v ( arg0 , arg1 ) ; }
4,718
get the starting column for a given line number . concode_field_sep SortedMap<Integer,Integer> lines concode_field_sep void addLineAndCol concode_elem_sep int lastLine concode_elem_sep boolean isEmpty concode_elem_sep String toString concode_elem_sep int firstLine concode_elem_sep int firstLineCol
Integer function ( Integer arg0 ) { return lines . get ( arg0 ) ; }
4,719
sets the epsilon value , where epsilon is the probability of taking a random action . concode_field_sep double epsilon concode_elem_sep Random rand concode_elem_sep QProvider qplanner concode_field_sep double getEpsilon concode_elem_sep double actionProb concode_elem_sep Action action concode_elem_sep boolean definedFo...
void function ( double arg0 ) { this . epsilon = arg0 ; }
4,720
gets the value of the sku property . concode_field_sep String description concode_elem_sep Boolean includeLeaseIndicator concode_elem_sep long serialVersionUID concode_elem_sep String msisdn concode_elem_sep String sku concode_elem_sep String oldIMEI concode_elem_sep String orderDetailId concode_elem_sep String newIMEI...
String function ( ) { return sku ; }
4,721
get the contextcache used by this context loader delegate . concode_field_sep ContextCache defaultContextCache concode_elem_sep ContextCache contextCache concode_elem_sep Log logger concode_field_sep ApplicationContext loadContextInternal concode_elem_sep void closeContext concode_elem_sep ApplicationContext loadContex...
ContextCache function ( ) { return this . contextCache ; }
4,722
debug log message . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void setLogLevel concode_elem_sep void setLogLevel concode_elem_sep void e conco...
void function ( String arg0 , String arg1 ) { if ( LOG . DEBUG >= LOGLEVEL ) Log . d ( arg0 , arg1 ) ; }
4,723
this tests the adapter 's ability to deal with multiple sessions from the same user , one for each realm . it should not mixup and return a session from tenant1 to tenant2 concode_field_sep WebDriver driver concode_elem_sep AbstractKeycloakRule keycloakRule concode_elem_sep WebRule webRule concode_elem_sep LoginPage lo...
void function ( ) { doTenantRequests ( "srini_string" , true ) ; doTenantRequests ( "srini_string" , true ) ; doTenantRequests ( "srini_string" , false ) ; doTenantRequests ( "srini_string" , true ) ; }
4,724
make sure the stream is at the start of an element . concode_field_sep String UNBOUND_NAMESPACE concode_field_sep void writeNamespace concode_elem_sep void skipToNextStartElement concode_elem_sep void checkTag concode_elem_sep String writeStartElement concode_elem_sep void writeEndElement concode_elem_sep boolean check...
void function ( final XMLStreamReader arg0 ) { while ( ! arg0 . isStartElement ( ) ) { if ( arg0 . hasNext ( ) ) { arg0 . next ( ) ; } else { throw new XMLStreamException ( WSCLogger . i18NLogger . get_webservices_util_StreamHelper_2 ( ) ) ; } } }
4,725
one or more of the following notification types : autoscaling : ec2_instance_launch autoscaling : ec2_instance_launch_error autoscaling : ec2_instance_terminate autoscaling : ec2_instance_terminate_error autoscaling : test_notification concode_field_sep com.amazonaws.internal.SdkInternalList<String> autoScalingNotifica...
java . util . List < String > function ( ) { if ( autoScalingNotificationTypes == null ) { autoScalingNotificationTypes = new com . amazonaws . internal . SdkInternalList < String > ( ) ; } return autoScalingNotificationTypes ; }
4,726
gives the reason message on what exactly triggered the callback concode_field_sep Reason reason concode_elem_sep String message concode_field_sep Reason getReason
String function ( ) { return message ; }
4,727
get the string defining the set of columns rendered by this row . column sets are defined by columngroup components , whose type attributes are matched to this field to determine which column set is rendered . the string `` default '' matches all columns outside of columngroups . not currently implemented , all values ...
String function ( ) { return type ; }
4,728
same as simple gettoken method but with tokenset concode_field_sep PlaceHolder placeHolder concode_field_sep boolean lookAhead concode_elem_sep boolean lookAhead concode_elem_sep boolean lookAhead concode_elem_sep boolean lookAhead concode_elem_sep boolean lookAhead concode_elem_sep boolean skipCountingBraces concode_e...
boolean function ( PsiBuilder arg0 , TokenSet arg1 , String arg2 ) { if ( arg1 . contains ( arg0 . getTokenType ( ) ) ) { arg0 . advanceLexer ( ) ; return true ; } else { if ( arg2 != null ) { arg0 . error ( arg2 ) ; } return false ; } }
4,729
returns true if the given state is currently active otherwise false . concode_field_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep void reactMain_region_A concode_elem_sep void init concode_elem_sep void exit concode_elem_sep void reactMain_region_B concode_elem_sep void exitAction concod...
boolean function ( State arg0 ) { switch ( arg0 ) { case main_region_A : return stateVector [ 0 ] == State . main_region_A ; case main_region_B : return stateVector [ 0 ] == State . main_region_B ; default : return false ; } }
4,730
performs a dynamic query on the database and returns a range of the matching rows . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end to com.l...
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 ) { return _syncDeviceLocalService . arg0 ( arg0 , arg1 , arg2 ) ; }
4,731
return an enum from the value of the parameter concode_field_sep String m_Line concode_elem_sep AttributeParameterHolder[] EMPTY_ARRAY concode_elem_sep Class THIS_CLASS concode_field_sep Float getFloatParameter concode_elem_sep Float getFloatParameter concode_elem_sep String[] getIndexedParameters concode_elem_sep Bool...
T function ( String arg0 , Class < T > arg1 ) { String loc0 = getParameter ( arg0 ) ; if ( loc0 == null || "srini_string" . equals ( loc0 ) ) return null ; return Enum . valueOf ( arg1 , loc0 ) ; }
4,732
removes the global interceptor from the list . concode_field_sep XMPPServer server concode_elem_sep Logger Log concode_elem_sep InterceptorManager instance concode_elem_sep List<PacketInterceptor> globalInterceptors concode_elem_sep Map<String,List<PacketInterceptor>> usersInterceptors concode_field_sep List<PacketInte...
boolean function ( PacketInterceptor arg0 ) { return globalInterceptors . remove ( arg0 ) ; }
4,733
remove the specified filetype concode_field_sep Set<TreeModelListener> listeners concode_elem_sep DefaultMutableTreeNode root concode_elem_sep String NEW_PATTERN concode_elem_sep String NEW_COUNT_ITEM concode_elem_sep List<FileType> fileTypesList concode_elem_sep String NEW_FILE_TYPE concode_elem_sep String FILE_TYPES ...
void function ( FileType arg0 ) { int [ ] loc0 = { fileTypesList . indexOf ( arg0 ) } ; Object [ ] loc1 = { arg0 } ; fileTypesList . remove ( arg0 ) ; notifyListeners ( false , loc0 , loc1 , root ) ; }
4,734
gets the id value for this contentbundle . concode_field_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String name concode_elem_sep java.lang.String description concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Long id concod...
java . lang . Long function ( ) { return id ; }
4,735
flush underlying stream to writer . concode_field_sep String DEFAULT_LINE_END concode_elem_sep int INITIAL_STRING_SIZE concode_elem_sep char DEFAULT_SEPARATOR concode_elem_sep Writer rawWriter concode_elem_sep ResultSetHelper resultService concode_elem_sep PrintWriter pw concode_elem_sep char separator concode_elem_sep...
void function ( ) { pw . flush ( ) ; }
4,736
define the deployment concode_field_sep CountDownLatch step4 concode_elem_sep UserTransaction userTransaction concode_elem_sep Logger log concode_elem_sep LazyConnectionFactory connectionFactory concode_elem_sep Throwable throwable concode_elem_sep CountDownLatch step2 concode_elem_sep boolean enlist concode_elem_sep C...
ResourceAdapterArchive function ( ) { return ResourceAdapterFactory . createLazyRar ( ) ; }
4,737
returns the serialnumber . concode_field_sep String serialNumber concode_elem_sep String systemModel concode_elem_sep String hostId concode_elem_sep String osArchitecture concode_elem_sep String osName concode_elem_sep String hostname concode_elem_sep String virtcpus concode_elem_sep String physmem concode_elem_sep Str...
String function ( ) { return serialNumber ; }
4,738
executes an sql update concode_field_sep Connection connection concode_field_sep void disconnect concode_elem_sep Connection getConnection concode_elem_sep void executeStatement concode_elem_sep void close concode_elem_sep void connect concode_elem_sep ResultSet executeQuery
void function ( String arg0 ) { if ( connection != null ) { Statement loc0 = connection . createStatement ( ) ; loc0 . executeUpdate ( arg0 ) ; } else throw new NoConnectionException ( ) ; }
4,739
method for checking if the message has a to field . concode_field_sep Message message concode_field_sep String getReceivedDate concode_elem_sep boolean hasFrom concode_elem_sep String getSubject concode_elem_sep String getBcc concode_elem_sep String getReplyTo concode_elem_sep String getBody concode_elem_sep Message ge...
boolean function ( ) { return ( message . getRecipients ( Message . RecipientType . TO ) != null ) ; }
4,740
create an instance of lineinfotype concode_field_sep PlaceHolder placeHolder concode_field_sep FooterInfoType createFooterInfoType concode_elem_sep ShippingInfoType createShippingInfoType concode_elem_sep MetaTagsType createMetaTagsType concode_elem_sep HeaderInfoType createHeaderInfoType concode_elem_sep CardHolderInf...
LineInfoType function ( ) { return new LineInfoType ( ) ; }
4,741
set the endpointmonitorstatus value . concode_field_sep String targetResourceId concode_elem_sep String endpointLocation concode_elem_sep String endpointStatus concode_elem_sep String name concode_elem_sep Long minChildEndpoints concode_elem_sep Long weight concode_elem_sep String id concode_elem_sep String type concod...
EndpointInner function ( String arg0 ) { this . endpointMonitorStatus = arg0 ; return this ; }
4,742
copies all of the mappings from the specified map to this map . the effect of this call is equivalent to that of calling #put object , object on this map once for eachmapping from the specified map . concode_field_sep PlaceHolder placeHolder concode_field_sep void setAll
void function ( IStringMap < ? extends E > arg0 ) { IMapEdit . super . putAll ( arg0 ) ; }
4,743
sets the station name . concode_field_sep Double latitude concode_elem_sep String name concode_elem_sep String id concode_elem_sep Double longitude concode_field_sep void setLatitude concode_elem_sep String getName concode_elem_sep Double getLongitude concode_elem_sep Double getLatitude concode_elem_sep void setId conc...
void function ( String arg0 ) { this . name = arg0 ; }
4,744
scheduler to return from rx.schedulers.schedulers #computation or null if default should beused . this instance should be or behave like a stateless singleton ; concode_field_sep RxJavaSchedulersHook DEFAULT_INSTANCE concode_field_sep RxJavaSchedulersHook getDefaultInstance concode_elem_sep Scheduler getIOScheduler con...
Scheduler function ( ) { return null ; }
4,745
the applicationversiondescription of the application version . concode_field_sep ApplicationVersionDescription applicationVersion concode_field_sep CreateApplicationVersionResult withApplicationVersion concode_elem_sep void setApplicationVersion concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem...
ApplicationVersionDescription function ( ) { return this . applicationVersion ; }
4,746
gets the value of the ejbname property . concode_field_sep FieldName fieldName concode_elem_sep Distinct distinct concode_elem_sep EjbName ejbName concode_elem_sep Alias alias concode_elem_sep AdditionalColumns additionalColumns concode_field_sep void setAdditionalColumns concode_elem_sep void setFieldName concode_elem...
EjbName function ( ) { return ejbName ; }
4,747
returns the reason for the failure if the snapshot is in the indexshardsnapshotstatus.stage #failure state concode_field_sep int numberOfFiles concode_elem_sep long totalSize concode_elem_sep int processedFiles concode_elem_sep boolean aborted concode_elem_sep String failure concode_elem_sep long startTime concode_elem...
String function ( ) { return failure ; }
4,748
obtains the transitioninflater from the given context . concode_field_sep Context mContext concode_field_sep TransitionManager inflateTransitionManager concode_elem_sep Transition createTransitionFromXml concode_elem_sep void getTargetIds concode_elem_sep Transition loadTransition concode_elem_sep void loadTransition c...
TransitionInflater function ( Context arg0 ) { return new TransitionInflater ( arg0 ) ; }
4,749
update this builder using the specified configuration . concode_field_sep String CONSUMER_NAME_KEY concode_elem_sep String _providerUri concode_elem_sep String ASPECT_KEY concode_elem_sep Set<TriggerType> _triggers concode_elem_sep String PROVIDER_NAME_KEY concode_elem_sep String TRIGGER_KEY concode_elem_sep String CON...
InteractionConfigurationBuilder function ( IInteractionConfiguration arg0 ) { return create ( ) . triggers ( arg0 . getTriggers ( ) ) . consumer ( arg0 . getConsumerName ( ) , arg0 . getConsumerUri ( ) ) . provider ( arg0 . getProviderName ( ) , arg0 . getProviderUri ( ) ) ; }
4,750
method to obtain the stored registry instance . concode_field_sep RegistryService registryService concode_field_sep void setRegistryService
RegistryService function ( ) { return registryService ; }
4,751
returns the mailbox id concode_field_sep String id concode_field_sep void setId
String function ( ) { return id ; }
4,752
mytag getter . concode_field_sep List children concode_elem_sep Attributes attributes concode_elem_sep Tag tag concode_field_sep List getChildren concode_elem_sep Attributes getAttributes concode_elem_sep void setTag concode_elem_sep void setAttributes concode_elem_sep void addChild
Tag function ( ) { return tag ; }
4,753
reverse the order of the elements in the range of the list . concode_field_sep TLongArrayList _list concode_elem_sep long serialVersionUID concode_elem_sep int DEFAULT_CAPACITY concode_field_sep long getNoEntryValue concode_elem_sep void writeExternal concode_elem_sep void swap concode_elem_sep void clear concode_elem_...
void function ( long [ ] arg0 , int arg1 , int arg2 ) { if ( arg1 == arg2 ) { return ; } if ( arg1 > arg2 ) { throw new IllegalArgumentException ( "srini_string" ) ; } for ( int loc0 = arg1 , loc1 = arg2 - 1 ; loc0 < loc1 ; loc0 ++ , loc1 -- ) { swap ( arg0 , loc0 , loc1 ) ; } }
4,754
returns the cities , ordered by name . concode_field_sep Map<String,City> cities concode_elem_sep String timeZoneID concode_elem_sep TimeZone timeZone concode_elem_sep int rawOffset concode_elem_sep float latitude concode_elem_sep City[] citiesByRawOffset concode_elem_sep String name concode_elem_sep float x concode_el...
City [ ] function ( ) { City [ ] loc0 = cities . values ( ) . toArray ( new City [ 0 ] ) ; Arrays . sort ( loc0 ) ; return loc0 ; }
4,755
builds up a string containing all the key-value combinations . concode_field_sep Hashtable metaDataTable concode_elem_sep int trackID concode_elem_sep int bufferCapacity concode_elem_sep CyclicQueue measurementBuffer concode_elem_sep Vector processors concode_elem_sep Saver saver concode_elem_sep long timeSpentEarlier ...
String function ( String arg0 , String arg1 , char arg2 , boolean arg3 , IStringEncoder arg4 ) { return getMetaDataString ( arg0 , arg1 , new Character ( arg2 ) , arg3 , arg4 ) ; }
4,756
called when a key goes up . when true is returned , the event is event #handle handled . concode_field_sep Vector2 tmpCoords concode_field_sep void exit concode_elem_sep void touchDragged concode_elem_sep boolean touchDown concode_elem_sep void touchUp concode_elem_sep boolean handle concode_elem_sep void enter concode...
boolean function ( InputEvent arg0 , int arg1 ) { return false ; }
4,757
gets the value of the epsindicator property . concode_field_sep XMLGregorianCalendar ratePlanExpirationDate concode_elem_sep String creditClass concode_elem_sep Boolean epsIndicator concode_elem_sep BigInteger numberOfLines concode_elem_sep String accountSubType concode_elem_sep String ratePlanType concode_elem_sep Str...
Boolean function ( ) { return epsIndicator ; }
4,758
creates the service name used for the job operator registered for the deployment . concode_field_sep ServiceName BASE_BATCH_THREAD_POOL_NAME concode_field_sep ServiceName beanManagerServiceName concode_elem_sep ServiceName batchEnvironmentServiceName
ServiceName function ( final String arg0 ) { return Services . deploymentUnitName ( arg0 ) . append ( "srini_string" ) . append ( "srini_string" ) ; }
4,759
set whether this scroller responds to vertical scrolling commands . concode_field_sep boolean mVerticalScrollEnabled concode_elem_sep boolean mInvertVerticalScroll concode_elem_sep boolean mInvertHorizontalScroll concode_elem_sep Instrumentation mInstrumentation concode_elem_sep Point mBottomPoint concode_elem_sep Poin...
void function ( boolean arg0 ) { mVerticalScrollEnabled = arg0 ; }
4,760
metoda koja ispisuje tip datoteke . ispisuje d za direktorij f za obicnu datoteku . concode_field_sep List<String> specificators concode_elem_sep List<File> allFiles concode_field_sep int getMaxName concode_elem_sep int getMaxSize concode_elem_sep void printHeader concode_elem_sep void printName concode_elem_sep void p...
void function ( File arg0 ) { System . out . print ( arg0 . isDirectory ( ) ? "srini_string" : "srini_string" ) ; }
4,761
sets the expectedstartdate member by formatting the start date found in a dataquery object . concode_field_sep String expectedStartDate concode_elem_sep Calendar calendar concode_elem_sep String TABLE_ID concode_elem_sep SimpleDateFormat queryDateFormat concode_elem_sep String PASSWORD concode_elem_sep String DATA_FEED...
void function ( String arg0 ) { try { calendar . setTime ( queryDateFormat . parse ( arg0 ) ) ; expectedStartDate = resultDateFormat . format ( calendar . getTime ( ) ) ; } catch ( ParseException loc0 ) { handleException ( loc0 ) ; } }
4,762
returns true , if a wired port is configured . 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 S...
boolean function ( ) { return wiredPort != 0 ; }
4,763
sets the value3 . concode_field_sep Locale locale concode_elem_sep TestClassB b concode_elem_sep String value2 concode_elem_sep String value1 concode_elem_sep String boid concode_elem_sep int value3 concode_elem_sep String oid concode_field_sep void setBoid concode_elem_sep String getBoid concode_elem_sep int getValue3...
void function ( int arg0 ) { this . value3 = arg0 ; }
4,764
sets the serverhandler . concode_field_sep java.util.Vector waiting concode_elem_sep Thread thread concode_elem_sep ServerHandler serverHandler concode_field_sep void setThread concode_elem_sep void stop concode_elem_sep Thread getThread concode_elem_sep void interrupt concode_elem_sep void start concode_elem_sep void ...
void function ( ServerHandler arg0 ) { serverHandler = arg0 ; }
4,765
returns the connection-unique identifier referred to by error-response packets . concode_field_sep Exception exception concode_elem_sep int identifier concode_elem_sep Payload payload concode_elem_sep ResponsePacket response concode_elem_sep int transmissionAttempts concode_elem_sep boolean transmissionCompleted concod...
int function ( ) { return identifier ; }
4,766
backup a number of characters . concode_field_sep int bufpos concode_elem_sep boolean prevCharIsLF concode_elem_sep int bufsize concode_elem_sep int available concode_elem_sep int tabSize concode_elem_sep java.io.Reader inputStream concode_elem_sep int line concode_elem_sep boolean staticFlag concode_elem_sep int bufco...
void function ( int arg0 ) { inBuf += arg0 ; if ( ( bufpos -= arg0 ) < 0 ) bufpos += bufsize ; }
4,767
returns the rendered image as a bufferedimage . concode_field_sep ImageTool _imageTool concode_field_sep void encodeWBMP concode_elem_sep RenderedImage rotate concode_elem_sep ImageBag read concode_elem_sep ImageBag read concode_elem_sep ImageBag read concode_elem_sep boolean isNullOrDefaultSpacer concode_elem_sep Rend...
BufferedImage function ( RenderedImage arg0 ) { return getImageTool ( ) . getBufferedImage ( arg0 ) ; }
4,768
adds the configuration metada data . concode_field_sep Map<String,EventParsingData> configurations concode_field_sep EventParsingData get concode_elem_sep EventParsingData remove
EventParsingData function ( String arg0 , ConfigurationMetaData arg1 ) { EventParsingData loc0 = new EventParsingData ( arg1 ) ; loc0 . initialize ( ) ; configurations . put ( arg0 , loc0 ) ; return loc0 ; }
4,769
sets the precision levels at which geohash cells neighbours are considered . defaults to only considering neighbours at the index-time precision level concode_field_sep String NAME concode_elem_sep ObjectParser<GeoQueryContext.Builder,ParseFieldMatcherSupplier> GEO_CONTEXT_PARSER concode_elem_sep List<Integer> neighbou...
Builder function ( List < Integer > arg0 ) { for ( int loc0 : arg0 ) { if ( loc0 < 1 || loc0 > 12 ) { throw new IllegalArgumentException ( "srini_string" ) ; } } this . neighbours = arg0 ; return this ; }
4,770
encode given data and return the base64 encoded result as string no line breaks . concode_field_sep String CHARSET concode_elem_sep String NEWLINE concode_elem_sep int DEFAULT_LINE_LENGTH concode_field_sep byte[] toBase64 concode_elem_sep String toChunkedBase64String concode_elem_sep String toChunkedBase64String concod...
String function ( byte [ ] arg0 ) { try { return new String ( toBase64 ( arg0 ) , CHARSET ) ; } catch ( UnsupportedEncodingException loc0 ) { throw new RuntimeException ( loc0 ) ; } }
4,771
create an instance of contactdetails concode_field_sep PlaceHolder placeHolder concode_field_sep Resume.Projects.Project createResumeProjectsProject concode_elem_sep Resume.Projects createResumeProjects concode_elem_sep Resume.Qualifications createResumeQualifications concode_elem_sep Resume.PersonalDetails createResum...
ContactDetails function ( ) { return new ContactDetails ( ) ; }
4,772
test whether an argument was seen . concode_field_sep boolean allowItemIndirect concode_elem_sep ArgHandler argHook concode_elem_sep Map<String,Arg> args concode_elem_sep boolean ignoreIndirectionMarker concode_elem_sep Map<String,ArgDecl> argMap concode_elem_sep String usage concode_elem_sep List<String> items concode...
boolean function ( ArgDecl arg0 ) { return getArg ( arg0 ) != null ; }
4,773
getprotocols . concode_field_sep String baseUrl concode_elem_sep String title concode_elem_sep String version concode_field_sep String getVersion concode_elem_sep String getBaseUrl concode_elem_sep String getTitle concode_elem_sep boolean doFullTree concode_elem_sep String getResponseCode concode_elem_sep boolean isSin...
Set < Protocol > function ( ) { return Sets . newHashSet ( ) ; }
4,774
get the fallback loader as a string . concode_field_sep String fallbackLoader concode_elem_sep String classLoader concode_elem_sep String mainClass concode_elem_sep String name concode_elem_sep List<ResourceLoaderInfo> resourceLoaders concode_elem_sep ModuleLoaderMXBean moduleLoader concode_elem_sep List<DependencyInfo...
String function ( ) { return fallbackLoader ; }
4,775
sets the value of the value property . concode_field_sep String id concode_elem_sep String value concode_field_sep String getvalue concode_elem_sep void setId concode_elem_sep String getId
void function ( String arg0 ) { this . value = arg0 ; }
4,776
gets the tree 's default model . concode_field_sep SelectItem[] componentList concode_elem_sep NodeUserObject selectedNodeObject concode_elem_sep DefaultMutableTreeNode rootTreeNode concode_elem_sep DefaultTreeModel model concode_elem_sep Integer componentToAdd concode_elem_sep int labelCount concode_elem_sep String se...
DefaultTreeModel function ( ) { return model ; }
4,777
returns the cluster properties file . concode_field_sep String LOG_CATEGORY concode_elem_sep boolean def concode_elem_sep List removeNodeListeners concode_elem_sep boolean urlLoadBalancing concode_elem_sep Element clusterPropertiesFile concode_field_sep void setClusterPropertiesFile concode_elem_sep void sendPointToPoi...
Element function ( ) { return clusterPropertiesFile ; }
4,778
gets the value of the requestedduedatetime property . concode_field_sep XMLGregorianCalendar requestedDueDateTime concode_elem_sep NewPortInActivationInfoType newPortInActivationInfo concode_elem_sep long serialVersionUID concode_elem_sep OriginalAccountDetailsType originalAccountDetails concode_elem_sep Transitionalnf...
XMLGregorianCalendar function ( ) { return requestedDueDateTime ; }
4,779
returns the name of the used resource bundle . concode_field_sep String formatKey concode_elem_sep String resourceIdentifier concode_elem_sep Log logger concode_elem_sep String appliedFormatKey concode_elem_sep MessageFormatSupport messageFormatSupport concode_field_sep Object getValue concode_elem_sep void setResource...
String function ( ) { return resourceIdentifier ; }
4,780
performs a dynamic query on the database and returns the matching rows . concode_field_sep SocialActivitySettingLocalService _socialActivitySettingLocalService concode_field_sep void updateActivitySetting concode_elem_sep void updateActivitySetting concode_elem_sep void setWrappedSocialActivitySettingLocalService conco...
java . util . List function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return _socialActivitySettingLocalService . arg0 ( arg0 ) ; }
4,781
mbean get-set pair for field number get the value of number concode_field_sep String name concode_elem_sep String password concode_elem_sep int number concode_elem_sep long id concode_elem_sep String address concode_elem_sep Collection numbers concode_field_sep void setName concode_elem_sep void setPassword concode_ele...
int function ( ) { return number ; }
4,782
construct a form-urlencoded document containing the given sequence of name/value pairs . use oauth percent encoding not exactly the encoding mandated by http . concode_field_sep String OAUTH_SIGNATURE concode_elem_sep String OAUTH_TIMESTAMP concode_elem_sep String CONSUMER_KEY_UNKNOWN concode_elem_sep String OAUTH_CONS...
String function ( Iterable < ? extends Map . Entry > arg0 ) { ByteArrayOutputStream loc0 = new ByteArrayOutputStream ( ) ; formEncode ( arg0 , loc0 ) ; return new String ( loc0 . toByteArray ( ) ) ; }
4,783
builduri demonstrates how to build a uri for a contentprovider . concode_field_sep int TEST_CNT concode_elem_sep String VALUE_FIELD concode_elem_sep TextView mTextView concode_elem_sep ContentValues[] mContentValues concode_elem_sep String TAG concode_elem_sep ContentResolver mContentResolver concode_elem_sep String KE...
Uri function ( String arg0 , String arg1 ) { Uri . Builder loc0 = new Uri . Builder ( ) ; loc0 . arg1 ( arg1 ) ; loc0 . arg0 ( arg0 ) ; return loc0 . build ( ) ; }
4,784
returns the initializer of this global variable . the initializer is a variable initializer i.e. an expression or an array initializer as defined in the java language specifications . concode_field_sep char[] typeName concode_elem_sep char[] name concode_elem_sep int initializerStart concode_elem_sep int initExpression...
char [ ] function ( ) { return this . initializer ; }
4,785
link to the previous subset of resources qualified . \ nempty if current subset is the first subset returned . concode_field_sep String previous concode_elem_sep String next concode_elem_sep List<DeviceInfoDTO> deviceList concode_elem_sep Integer count concode_field_sep List<DeviceInfoDTO> getDeviceList concode_elem_se...
String function ( ) { return previous ; }
4,786
method called when the actionlistener is fired on the locate address field concode_field_sep String standardAddress concode_elem_sep List points concode_elem_sep boolean showMarkers concode_elem_sep String geoCoderAddress concode_elem_sep boolean locateAddress concode_elem_sep String address concode_elem_sep boolean sh...
void function ( ActionEvent arg0 ) { address = geoCoderAddress ; locateAddress = true ; }
4,787
returns the application name . concode_field_sep Logger logger concode_elem_sep String REGISTRY_CALL_INTEGRATION concode_elem_sep String REGISTRY_DEFAULT_IM_APPLICATION_VALUE concode_elem_sep String REGISTRY_IM_APPLICATION_KEY concode_elem_sep String REGISTRY_COMMUNICATOR_UP concode_elem_sep String REGISTRY_CALL_INTEGR...
String function ( ) { return MsOfficeCommActivator . getResources ( ) . getSettingsString ( "srini_string" ) ; }
4,788
gets the value of the keepalive property . concode_field_sep Keepalive keepalive concode_elem_sep Omit omit concode_field_sep void setOmit concode_elem_sep void setKeepalive concode_elem_sep Omit getOmit
Keepalive function ( ) { return keepalive ; }
4,789
gets the compressed thumbnail . returns null if there is no compressed thumbnail . concode_field_sep byte[] USER_COMMENT_JIS concode_elem_sep byte[] USER_COMMENT_ASCII concode_elem_sep byte[] mThumbnail concode_elem_sep ByteOrder mByteOrder concode_elem_sep ArrayList<byte[]> mStripBytes concode_elem_sep String TAG conc...
byte [ ] function ( ) { return mThumbnail ; }
4,790
returns the osgi service identifier . concode_field_sep ServiceTracker<DDMStructureVersionLocalService,DDMStructureVersionLocalService> _serviceTracker concode_field_sep int getStructureVersionsCount concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_elem_sep jav...
java . lang . String function ( ) { return getService ( ) . getOSGiServiceIdentifier ( ) ; }
4,791
create an instance of jaxbelement concode_field_sep QName _AddEmployeeResponse_QNAME concode_elem_sep QName _UpdateEmployeeResponse_QNAME concode_elem_sep QName _GetAllEmployeesResponse_QNAME concode_elem_sep QName _UpdateEmployee_QNAME concode_elem_sep QName _GetAllEmployees_QNAME concode_elem_sep QName _DeleteEmploye...
JAXBElement < GetAllEmployees > function ( GetAllEmployees arg0 ) { return new JAXBElement < GetAllEmployees > ( _GetAllEmployees_QNAME , GetAllEmployees . class , null , arg0 ) ; }
4,792
gets the value of the replaceall property . concode_field_sep List<CustomerRefundDeposit> customerRefundDeposit concode_elem_sep Boolean replaceAll concode_field_sep List<CustomerRefundDeposit> getCustomerRefundDeposit concode_elem_sep void setReplaceAll
boolean function ( ) { if ( replaceAll == null ) { return true ; } else { return replaceAll ; } }
4,793
custom serialization routine used during serialization of a session/persistencecontext for increased performance . concode_field_sep EntityMode entityMode concode_elem_sep String entityName concode_elem_sep int hashCode concode_elem_sep Type keyType concode_elem_sep String uniqueKeyName concode_elem_sep Object key conc...
void function ( ObjectOutputStream arg0 ) { checkAbilityToSerialize ( ) ; arg0 . writeObject ( uniqueKeyName ) ; arg0 . writeObject ( entityName ) ; arg0 . writeObject ( key ) ; arg0 . writeObject ( keyType ) ; arg0 . writeObject ( entityMode ) ; }
4,794
sets the value of the actuate 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 DSAssociationType dsAssociation concode_elem_sep String type concode_e...
void function ( String arg0 ) { this . actuate = arg0 ; }
4,795
set the path to the file defining the library to the given path . the path is relative to the lib directory within the sdk . concode_field_sep String shortName concode_elem_sep boolean documented concode_elem_sep int VM_PLATFORM concode_elem_sep String path concode_elem_sep String category concode_elem_sep boolean impl...
void function ( String arg0 ) { this . path = arg0 ; }
4,796
set whether this factory is supposed to create daemon threads , just executing as long as the application itself is running . default is `` false '' : concrete factories usually support explicit cancelling . hence , if the application shuts down , runnables will by default finish their execution . specify `` true '' fo...
void function ( boolean arg0 ) { this . daemon = arg0 ; }
4,797
portable way to fill a byte array with random data . does randomdata #generatedata generatedata on the card if javacard_applet is defined and java.util.random #nextbytes nextbytes onthe host if javacard_applet is undefined . concode_field_sep PlaceHolder placeHolder concode_field_sep void myassert concode_elem_sep Mess...
void function ( RandomData arg0 , byte [ ] arg1 , short arg2 , short arg3 ) { arg0 . generateData ( arg1 , arg2 , arg3 ) ; }
4,798
binds this shader program , in preparation for rendering . concode_field_sep GL20 gl concode_elem_sep int vertexShader concode_elem_sep int fragmentShader concode_elem_sep int id concode_field_sep int getUniformLocation concode_elem_sep int getAttribLocation concode_elem_sep int compileShader concode_elem_sep void clos...
void function ( ) { gl . glUseProgram ( id ) ; }
4,799
sets the value of the number property . concode_field_sep String cmpCode concode_elem_sep String number concode_elem_sep String code concode_elem_sep TypeCtAsoLineType lineType concode_elem_sep int lineNumber concode_field_sep String getNumber concode_elem_sep int getLineNumber concode_elem_sep void setCmpCode concode_...
void function ( String arg0 ) { this . number = arg0 ; }