idx
int64
0
100k
question
stringlengths
68
7.19k
target
stringlengths
20
663
31,800
gets the value of the eventtypevendor property . concode_field_sep EventTypeVersion eventTypeVersion concode_elem_sep EventTypeName eventTypeName concode_elem_sep String id concode_elem_sep EventTypeVendor eventTypeVendor concode_field_sep void setEventTypeName concode_elem_sep void setEventTypeVendor concode_elem_sep ...
EventTypeVendor function ( ) { return eventTypeVendor ; }
31,801
returns all the check p2p mailings . concode_field_sep CheckP2pMailingPersistence _persistence concode_field_sep int countAll concode_elem_sep void cacheResult concode_elem_sep void cacheResult concode_elem_sep List<CheckP2pMailing> findWithDynamicQuery concode_elem_sep List<CheckP2pMailing> findWithDynamicQuery concod...
java . util . List < com . liferay . lms . model . CheckP2pMailing > function ( ) { return getPersistence ( ) . findAll ( ) ; }
31,802
add the vertex ` num ' to the graph concode_field_sep int numVertices concode_elem_sep int numEdges concode_elem_sep HashSet<Integer> edges concode_elem_sep HashMap<Integer,HashSet<Integer>> adjListMap concode_elem_sep int id concode_elem_sep HashMap<Integer,GraphNode> nodeMap concode_field_sep Graph buildSCCFromList c...
void function ( int arg0 ) { if ( ! nodeMap . containsKey ( arg0 ) ) { GraphNode loc0 = new GraphNode ( arg0 ) ; nodeMap . put ( arg0 , loc0 ) ; adjListMap . put ( arg0 , loc0 . getEdges ( ) ) ; numVertices ++ ; } }
31,803
utility method for rejecting the current allocation command based on provided exception concode_field_sep String INDEX_FIELD concode_elem_sep String node concode_elem_sep String SHARD_FIELD concode_elem_sep String NODE_FIELD concode_elem_sep String index concode_elem_sep int shard concode_elem_sep int shardId concode_f...
RerouteExplanation function ( boolean arg0 , RoutingAllocation arg1 , RuntimeException arg2 ) { if ( arg0 ) { return new RerouteExplanation ( this , arg1 . decision ( Decision . NO , name ( ) + "srini_string" , arg2 . getMessage ( ) ) ) ; } throw arg2 ; }
31,804
the information needed to complete the task that is being assigned to the task runner . one of the fields returned in this object is taskid , which contains an identifier for the task being assigned . the calling task runner uses taskid in subsequent calls to reporttaskprogress and settaskstatus . concode_field_sep Tas...
void function ( TaskObject arg0 ) { this . taskObject = arg0 ; }
31,805
the number of true entries . concode_field_sep List<IntList> row_list concode_field_sep List<Pair<Integer,int[]>> getNonEmptyRows concode_elem_sep void set concode_elem_sep void grow concode_elem_sep IntList getEntriesByColumn concode_elem_sep int numEntriesByRow concode_elem_sep IntCollection nonEmptyColumnIDs concode...
int function ( ) { int loc0 = 0 ; for ( IntList loc1 : row_list ) loc0 += loc1 . size ( ) ; return loc0 ; }
31,806
the id of the certificate . concode_field_sep String certificateArn concode_elem_sep String certificateId concode_elem_sep java.util.Date creationDate concode_elem_sep String status concode_field_sep Certificate withStatus concode_elem_sep Certificate withStatus concode_elem_sep Certificate withCreationDate concode_ele...
Certificate function ( String arg0 ) { setCertificateId ( arg0 ) ; return this ; }
31,807
returns a complete html document that references a static image held in a temporary file on the server . only exposed for debugging i.e. hosted mode purposes . concode_field_sep IChartBeansGenerator generator concode_field_sep String createChartAsHtml concode_elem_sep String createChartAsHtml concode_elem_sep String me...
String function ( String arg0 ) { return generator . mergeStaticImageHtmlTemplate ( arg0 ) ; }
31,808
append an object value . concode_field_sep char mode concode_elem_sep boolean comma concode_elem_sep int top concode_elem_sep int maxdepth concode_elem_sep Writer writer concode_elem_sep JSONObject stack[] concode_field_sep void pop concode_elem_sep JSONWriter array concode_elem_sep JSONWriter end concode_elem_sep JSON...
JSONWriter function ( Object arg0 ) { return this . append ( JSONObject . valueToString ( arg0 ) ) ; }
31,809
f0 - > primaryexpression f1 - > '' . '' f2 - > `` length '' concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
void function ( ArrayLength arg0 ) { arg0 . f0 . accept ( this ) ; arg0 . f1 . accept ( this ) ; arg0 . f2 . accept ( this ) ; }
31,810
this will set a javascript action to be performed before printing a document . the name wp stands for `` will print '' . concode_field_sep COSDictionary actions concode_field_sep PDAction getWP concode_elem_sep void setDS concode_elem_sep PDAction getWC concode_elem_sep PDAction getWS concode_elem_sep PDAction getDP co...
void function ( PDAction arg0 ) { actions . setItem ( "srini_string" , arg0 ) ; }
31,811
reinitialise parser . concode_field_sep char curChar concode_elem_sep SimpleCharStream input_stream concode_elem_sep String[] jjstrLiteralImages concode_elem_sep int jjmatchedPos concode_elem_sep long[] jjtoSkip concode_elem_sep java.io.PrintStream debugStream concode_elem_sep int jjnewStateCnt concode_elem_sep int[] j...
void function ( SimpleCharStream arg0 , int arg1 ) { ReInit ( arg0 ) ; SwitchTo ( arg1 ) ; }
31,812
dom l2 returns the next node in a backward iteration , masked and filtered . note that the node may be read-only due to entity expansions . a null return indicates the iteration is complete , but may still be processed forwards . concode_field_sep Node reference concode_elem_sep NodeFilter filter concode_elem_sep boole...
Node function ( ) { if ( done ) { throw new DomDOMException ( DOMException . INVALID_STATE_ERR ) ; } Node loc0 = reference ; right = false ; walk ( false ) ; return loc0 ; }
31,813
deletes the plugin setting with the primary key from the database . also notifies the appropriate model listeners . concode_field_sep PluginSettingLocalService _pluginSettingLocalService concode_field_sep PluginSettingLocalService getWrappedPluginSettingLocalService concode_elem_sep com.liferay.portal.model.PluginSetti...
com . liferay . portal . model . PluginSetting function ( long arg0 ) { return _pluginSettingLocalService . deletePluginSetting ( arg0 ) ; }
31,814
get email.content _ item_type . concode_field_sep PlaceHolder placeHolder concode_field_sep String[] getDataProjection concode_elem_sep Cursor getDataCursor concode_elem_sep int getPhoneIndex concode_elem_sep String getPhoneType concode_elem_sep InputStream openContactPhotoInputStreamHelper concode_elem_sep Uri getCont...
String function ( ) { return Email . CONTENT_ITEM_TYPE ; }
31,815
get a message from resource.properties from the package of the given object . concode_field_sep String PROJECT_NAME concode_elem_sep String RESOURCE_NAME concode_elem_sep ResourceBundle parent concode_elem_sep MessageBundle MESSAGE_BUNDLE concode_elem_sep Locale LOCALE concode_elem_sep Class THIS_CLASS concode_elem_sep...
String function ( String arg0 ) { return MESSAGE_BUNDLE . getMessage ( arg0 ) ; }
31,816
retrieve the year from the object concode_field_sep Logger log concode_elem_sep List<String> dateFormatsToAttempt concode_elem_sep MetadataFieldConfig field concode_elem_sep MetadataContributor month concode_elem_sep MetadataContributor year concode_elem_sep MetadataFieldMapping<T,MetadataContributor<T>> metadataFieldM...
MetadataContributor function ( ) { return year ; }
31,817
set the init method for this definition . concode_field_sep int constructorArgIndex concode_elem_sep AbstractBeanDefinition beanDefinition concode_field_sep BeanDefinitionBuilder addConstructorArgValue concode_elem_sep BeanDefinitionBuilder setAutowireMode concode_elem_sep BeanDefinitionBuilder addConstructorArgReferen...
BeanDefinitionBuilder function ( String arg0 ) { this . beanDefinition . setInitMethodName ( arg0 ) ; return this ; }
31,818
returns the amount of ports a task needs concode_field_sep double REQUIRED_PORT_COUNT concode_elem_sep Logger LOGGER concode_elem_sep String DEFAULT_KIBANA_VERSION concode_elem_sep String zookeeper concode_elem_sep Map<TaskID,Long> usedPortNumbers concode_elem_sep String DOCKER_IMAGE_NAME concode_elem_sep int apiPort c...
double function ( ) { return REQUIRED_PORT_COUNT ; }
31,819
return the resourcemonitor for the supplied resource concode_field_sep RecurringEventTimer timer concode_elem_sep Date lastSampleTime concode_elem_sep String stats[] concode_elem_sep KstatCtl kc concode_elem_sep Configuration conf concode_elem_sep int interval concode_elem_sep int sampleCount concode_elem_sep int DEF_S...
ResourceMonitor function ( Resource arg0 ) { ResourceMonitor loc0 = ( ResourceMonitor ) monitored . get ( arg0 ) ; if ( loc0 == null ) throw new StaleMonitorException ( ) ; return ( loc0 ) ; }
31,820
increase the number of frequent patterns concode_field_sep int frequentPatterns concode_elem_sep CandidateGenerator candidateGenerator concode_elem_sep double minSupportAbsolute concode_elem_sep int INTERSECTION_COUNTER concode_elem_sep Saver saver concode_field_sep void insertClassByPrefix concode_elem_sep void setFre...
void function ( ) { frequentPatterns ++ ; }
31,821
gets datetimelong . concode_field_sep SimpleDateFormat df concode_elem_sep String path concode_elem_sep Calendar datetime concode_elem_sep String description concode_elem_sep long datetimeLong concode_elem_sep String title concode_field_sep void setDatetime concode_elem_sep void setDatetime concode_elem_sep Calendar ge...
long function ( ) { return datetimeLong ; }
31,822
propagates throwable exactly as-is , if and only if it is an instance of runtimeexception , error , or declaredtype . example usage : try somemethodthatcouldthrowanything ; catch iknowwhattodowiththisexception e handle e ; catch throwable t throwables.propagateifpossible t , otherexception.class ; throw new runtimeexce...
void function ( @ Nullable Throwable arg0 , Class < X > arg1 ) { propagateIfInstanceOf ( arg0 , arg1 ) ; propagateIfPossible ( arg0 ) ; }
31,823
if your app has both : read and publish permissions , then this configuration can be very useful . when you first time login , the popup with read permissions that the user should accept appears . after this you can decide , if you want the dialog of publish permissions to appear or not . note : facebook requests not t...
Builder function ( boolean arg0 ) { mAllAtOnce = arg0 ; return this ; }
31,824
creates a ` body ' action parameter . concode_field_sep Class<?> rawType concode_elem_sep String defaultValue concode_elem_sep Map<Class<? extends Annotation>,ParameterFactory> BINDINGS concode_elem_sep String name concode_elem_sep Source source concode_elem_sep Type genericType concode_field_sep void setDefaultValue c...
ActionParameter function ( Body arg0 , Class arg1 , Type arg2 ) { return new ActionParameter ( null , Source . BODY , arg1 , arg2 ) ; }
31,825
gets the tabbed pane object bound to this bean . concode_field_sep String tabPlacement concode_elem_sep HtmlSelectOneRadio selectedTabObject concode_elem_sep PanelTabSet tabSet concode_elem_sep String selectedTabFocus concode_elem_sep boolean tabbedPane1Visible concode_elem_sep boolean tabbedPane2Visible concode_elem_s...
PanelTabSet function ( ) { return tabSet ; }
31,826
gets the value of the displayname 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 displayname property . for example , to add a new item...
List < DisplayNameType > function ( ) { if ( displayName == null ) { displayName = new ArrayList < DisplayNameType > ( ) ; } return this . displayName ; }
31,827
gets the maximum thread pool size of this executequeue . concode_field_sep int DEFAULT_MAXIMUM_THREAD_POOL_SIZE concode_elem_sep ThreadPoolExecutor executorService concode_elem_sep Log LOG concode_field_sep void execute
int function ( ) { return executorService . getMaximumPoolSize ( ) ; }
31,828
information about invalidation batches . concode_field_sep InvalidationList invalidationList concode_field_sep InvalidationList getInvalidationList concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep ListInvalidationsResult clone concode_elem_sep String toString concode_elem_sep ListInvalidat...
void function ( InvalidationList arg0 ) { this . invalidationList = arg0 ; }
31,829
cause the rider to use the provided controls to make the stops specified in the constructor . the rider should stop at each of the floors in stops , an array of floor numbers . the rider should only make the specified stops . for example , suppose the rider uses controls to determine that it is initially on floor 1 , a...
void function ( ) { }
31,830
returns the key value specified in the original request used to identify which multipart upload contains the parts to list . concode_field_sep Owner owner concode_elem_sep boolean isTruncated concode_elem_sep String bucketName concode_elem_sep String storageClass concode_elem_sep String uploadId concode_elem_sep Intege...
String function ( ) { return key ; }
31,831
sets the substring to look for concode_field_sep Resource resource concode_elem_sep Project project concode_elem_sep String refid concode_elem_sep String substring concode_elem_sep boolean casesensitive concode_field_sep void setCasesensitive concode_elem_sep boolean eval concode_elem_sep void resolveRefid concode_elem...
void function ( String arg0 ) { this . substring = arg0 ; }
31,832
deletes all offline messages of the user . concode_field_sep String namespace concode_elem_sep XMPPConnection connection concode_elem_sep StanzaFilter PACKET_FILTER concode_field_sep int getMessageCount concode_elem_sep List<OfflineMessageHeader> getHeaders concode_elem_sep List<Message> getMessages concode_elem_sep Li...
void function ( ) { OfflineMessageRequest loc0 = new OfflineMessageRequest ( ) ; loc0 . setPurge ( true ) ; connection . createPacketCollectorAndSend ( loc0 ) . nextResultOrThrow ( ) ; }
31,833
setter for topping name concode_field_sep Double medium_price concode_elem_sep Double large_price concode_elem_sep String topping_name concode_elem_sep Double small_price concode_field_sep void setMediumPrice concode_elem_sep Double getMediumPrice concode_elem_sep Double getSmallPrice concode_elem_sep void setSmallPric...
void function ( String arg0 ) { this . topping_name = arg0 ; }
31,834
sets the value of the notificationsurl property . concode_field_sep String notificationsUrl concode_elem_sep String serviceIdentifier concode_field_sep void setServiceIdentifier concode_elem_sep String getNotificationsUrl concode_elem_sep String getServiceIdentifier
void function ( String arg0 ) { this . notificationsUrl = arg0 ; }
31,835
gets the value of the csm3 property . concode_field_sep String rowUpdateDate concode_elem_sep String csm5 concode_elem_sep String csm3 concode_elem_sep String csm4 concode_elem_sep String csm1 concode_elem_sep String partyKey concode_elem_sep String csm2 concode_elem_sep String relationTypeCd concode_elem_sep String is...
String function ( ) { return csm3 ; }
31,836
returns always the error severity . concode_field_sep IStatus OK_STATUS concode_elem_sep String fStatusMessage concode_elem_sep int fSeverity concode_field_sep boolean isWarning concode_elem_sep int getSeverity concode_elem_sep Throwable getException concode_elem_sep String getMessage concode_elem_sep boolean isMultiSt...
int function ( ) { return fSeverity ; }
31,837
parameterasserts that a qualifier namespace is set . concode_field_sep PlaceHolder placeHolder concode_field_sep String composeFieldSelector concode_elem_sep void assertFieldName concode_elem_sep String composeLangSelector concode_elem_sep void assertFieldNS concode_elem_sep String composeQualifierPath concode_elem_sep...
void function ( String arg0 ) { if ( arg0 == null || arg0 . length ( ) == 0 ) { throw new XMPException ( "srini_string" , XMPError . BADSCHEMA ) ; } }
31,838
create an instance of jspxpages 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_elem_sep N...
JspxPages function ( ) { return new JspxPages ( ) ; }
31,839
get / authenticate : check if the user is authenticated , and return its login . concode_field_sep Logger log concode_elem_sep UserRepository userRepository concode_elem_sep MailService mailService concode_elem_sep UserService userService concode_field_sep ResponseEntity<String> finishPasswordReset concode_elem_sep Res...
String function ( HttpServletRequest arg0 ) { log . debug ( "srini_string" ) ; return arg0 . getRemoteUser ( ) ; }
31,840
returns the org.apache.batik.svggen.stylehandler thathas been set . concode_field_sep boolean svgFont concode_elem_sep DecimalFormatSymbols dsf concode_elem_sep RenderingHints hints concode_elem_sep StyleHandler styleHandler concode_elem_sep Document domFactory concode_elem_sep Paint paint concode_elem_sep GraphicConte...
StyleHandler function ( ) { return styleHandler ; }
31,841
get output stream . concode_field_sep InputStream in concode_elem_sep byte[] socks5response concode_elem_sep OutputStream out concode_field_sep void endSession concode_elem_sep boolean checkRequest concode_elem_sep boolean checkRequest concode_elem_sep ServerAuthenticator startSession concode_elem_sep InputStream getIn...
OutputStream function ( ) { return out ; }
31,842
serializes transaction header and transaction data into a byte buffer . concode_field_sep String DB_FORMAT_CONV concode_elem_sep String LOG_DIR concode_elem_sep String SNAP_DIR concode_elem_sep long serialVersionUID concode_elem_sep String prefix concode_elem_sep Logger LOG concode_elem_sep ByteBuffer fill concode_elem...
byte [ ] function ( TxnHeader arg0 , Record arg1 ) { ByteArrayOutputStream loc0 = new ByteArrayOutputStream ( ) ; OutputArchive loc1 = BinaryOutputArchive . getArchive ( loc0 ) ; arg0 . serialize ( loc1 , "srini_string" ) ; if ( arg1 != null ) { arg1 . serialize ( loc1 , "srini_string" ) ; } return loc0 . toByteArray (...
31,843
gets the value of the id property . concode_field_sep LibraryName libraryName concode_elem_sep Description description concode_elem_sep String id concode_elem_sep LibraryVersion libraryVersion concode_elem_sep LibraryVendor libraryVendor concode_field_sep LibraryVendor getLibraryVendor concode_elem_sep void setLibraryV...
String function ( ) { return id ; }
31,844
get the deployment order concode_field_sep int classLoader concode_elem_sep String configuration concode_elem_sep boolean usePlatformMBeanServer concode_elem_sep boolean beanManagement concode_elem_sep int remotePort concode_elem_sep DeploymentOrder deploymentOrder concode_elem_sep String repository concode_elem_sep St...
DeploymentOrder function ( ) { if ( deploymentOrder == null ) return new DeploymentOrder ( ) ; return deploymentOrder ; }
31,845
add wild pokemons . concode_field_sep Collection<NearbyPokemon> nearbyPokemons concode_elem_sep Collection<MapPokemon> catchablePokemons concode_elem_sep Collection<Pokestop> pokestops concode_elem_sep Collection<WildPokemon> wildPokemons concode_elem_sep Collection<SpawnPoint> spawnPoints concode_elem_sep Collection<S...
void function ( Collection < WildPokemon > arg0 ) { if ( arg0 == null || arg0 . isEmpty ( ) ) { return ; } complete = true ; this . wildPokemons . addAll ( arg0 ) ; }
31,846
constructs a standard enclosingmethod annotation . concode_field_sep int DALVIK_ANNOTATION_NUMBER concode_elem_sep CstString ACCESS_FLAGS_STRING concode_elem_sep CstString VALUE_STRING concode_elem_sep CstType SIGNATURE_TYPE concode_elem_sep CstString NAME_STRING concode_elem_sep CstType ANNOTATION_DEFAULT_TYPE concode...
Annotation function ( CstMethodRef arg0 ) { Annotation loc0 = new Annotation ( ENCLOSING_METHOD_TYPE , SYSTEM ) ; loc0 . put ( new NameValuePair ( VALUE_STRING , arg0 ) ) ; loc0 . setImmutable ( ) ; return loc0 ; }
31,847
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 ) ; }
31,848
gets the value of the layout property . concode_field_sep Layout layout concode_elem_sep String mapping concode_elem_sep List<Address> address concode_elem_sep BigDecimal shorttime concode_elem_sep String styling concode_elem_sep String flavour concode_elem_sep String shortvalue concode_elem_sep Boolean bindClickToWidg...
Layout function ( ) { return layout ; }
31,849
resets for reuse concode_field_sep Predicate predicate concode_elem_sep Comparator<Map.Entry> comparator concode_elem_sep Map<Integer,Map.Entry> anchorMap concode_elem_sep IterationType iterationType concode_elem_sep int pageSize concode_elem_sep int page concode_field_sep boolean isIndexed concode_elem_sep void previo...
void function ( ) { iterationType = null ; anchorMap . clear ( ) ; page = 0 ; }
31,850
get the number of bits that have been read from this bitinputstream . this includes pad bits that have been skipped , but might not include bytes that have been read from the underlying inputstream that have not yet been delivered as bits . concode_field_sep InputStream in concode_elem_sep int available concode_elem_se...
long function ( ) { return this . nrBits ; }
31,851
gets the value of the numfmt property . concode_field_sep CTBoolean showPercent concode_elem_sep CTTx tx concode_elem_sep CTBoolean showLegendKey concode_elem_sep CTExtensionList extLst concode_elem_sep CTShapeProperties spPr concode_elem_sep CTBoolean delete concode_elem_sep String separator concode_elem_sep CTLayout ...
CTNumFmt function ( ) { return numFmt ; }
31,852
paints border debug information . this will display border bounds within the component . concode_field_sep PlaceHolder placeHolder concode_field_sep void paintDebugInfoImpl concode_elem_sep void initTimeDebugInfo concode_elem_sep void paintTimeDebugInfo concode_elem_sep void paintTimeDebugInfo
void function ( final Graphics arg0 , final JComponent arg1 , final Color arg2 ) { final Insets loc0 = arg1 . getInsets ( ) ; arg0 . setColor ( arg2 ) ; arg0 . drawRect ( 0 , 0 , arg1 . getWidth ( ) - 1 , arg1 . getHeight ( ) - 1 ) ; arg0 . drawRect ( loc0 . left , loc0 . top , arg1 . getWidth ( ) - loc0 . left - loc0 ...
31,853
sets the speech rate . concode_field_sep int mSpeechRate concode_elem_sep Bundle mParams concode_elem_sep String mLanguage concode_elem_sep String mVoiceName concode_elem_sep int mCallerUid concode_elem_sep String mCountry concode_elem_sep int mPitch concode_elem_sep CharSequence mText concode_elem_sep String mVariant ...
void function ( int arg0 ) { mSpeechRate = arg0 ; }
31,854
used by local stubs to create a copy of the object . the object must be serializable for this operation to succeed . strings are not copied and 1d-3d string arrays are only cloned . concode_field_sep UtilDelegate delegate concode_field_sep void registerTarget concode_elem_sep java.lang.Object[] copyObjects concode_elem...
java . lang . Object function ( java . lang . Object arg0 , ORB arg1 ) { return delegate . copyObject ( arg0 , arg1 ) ; }
31,855
wraps arguments passed into a list if necessary . returns the first value as is if it is the only argument and a subtype of ` java.util.list ` otherwise , it calls arrays.aslist on args concode_field_sep play.api.i18n.MessagesApi messages concode_field_sep play.api.i18n.MessagesApi scalaApi concode_elem_sep boolean lan...
List < T > function ( final T ... arg0 ) { List < T > loc0 ; if ( ArrayUtils . isNotEmpty ( arg0 ) && arg0 . length == 1 && arg0 [ 0 ] instanceof List ) { loc0 = ( List < T > ) arg0 [ 0 ] ; } else { loc0 = Arrays . asList ( arg0 ) ; } return loc0 ; }
31,856
takes an argument in set-syntax , see evaluateset , and returns the number of characters present in the specified string . charsetutils.count null , = 0 charsetutils.count '' '' , = 0 charsetutils.count , null = 0 charsetutils.count , '' '' = 0 charsetutils.count `` hello '' , `` k-p '' = 3 charsetutils.count `` hello ...
int function ( final String arg0 , final String ... arg1 ) { if ( StringUtils . isEmpty ( arg0 ) || deepEmpty ( arg1 ) ) { return 0 ; } final CharSet loc0 = CharSet . getInstance ( arg1 ) ; int loc1 = 0 ; for ( final char loc2 : arg0 . toCharArray ( ) ) { if ( loc0 . contains ( loc2 ) ) { loc1 ++ ; } } return loc1 ; }
31,857
asserts that the given array is empty . concode_field_sep LongArrays INSTANCE concode_elem_sep Arrays arrays concode_elem_sep Failures failures concode_field_sep void assertEndsWith concode_elem_sep void assertStartsWith concode_elem_sep LongArrays instance concode_elem_sep void assertNullOrEmpty concode_elem_sep Compa...
void function ( AssertionInfo arg0 , long [ ] arg1 ) { arrays . assertEmpty ( arg0 , failures , arg1 ) ; }
31,858
gets the preview image url . concode_field_sep String applinkUrl concode_elem_sep String promoText concode_elem_sep String previewImageUrl concode_elem_sep Destination destination concode_elem_sep String name concode_elem_sep String promoCode concode_elem_sep Creator<AppInviteContent> CREATOR concode_field_sep Builder....
String function ( ) { return previewImageUrl ; }
31,859
the updated list of availability zones for the load balancer . concode_field_sep com.amazonaws.internal.ListWithAutoConstructFlag<String> availabilityZones concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep EnableAvailabilityZonesForLoadBalancerResult clone concode_elem_sep String toString ...
java . util . List < String > function ( ) { if ( availabilityZones == null ) { availabilityZones = new com . amazonaws . internal . ListWithAutoConstructFlag < String > ( ) ; availabilityZones . setAutoConstruct ( true ) ; } return availabilityZones ; }
31,860
the name of the artifact to be worked on , for example , `` my app '' . the input artifact of an action must exactly match the output artifact declared in a preceding action , but the input artifact does not have to be the next action in strict sequence from the action that provided the output artifact . actions in par...
InputArtifact function ( String arg0 ) { setName ( arg0 ) ; return this ; }
31,861
sets the value of the consent property . concode_field_sep Extensions extensions concode_elem_sep XMLGregorianCalendar issueInstant concode_elem_sep Signature signature concode_elem_sep String inResponseTo concode_elem_sep String destination concode_elem_sep String id concode_elem_sep String consent concode_elem_sep St...
void function ( String arg0 ) { this . consent = arg0 ; }
31,862
returns an enumeration describing the available options . concode_field_sep boolean m_Debug concode_elem_sep long serialVersionUID concode_field_sep Classifier makeCopy concode_elem_sep void buildClassifier concode_elem_sep Classifier forName concode_elem_sep double[] distributionForInstance concode_elem_sep Classifier...
Enumeration function ( ) { Vector loc0 = new Vector ( 1 ) ; loc0 . addElement ( new Option ( "srini_string" + "srini_string" , "srini_string" , 0 , "srini_string" ) ) ; return loc0 . elements ( ) ; }
31,863
converts the attribute to a string . concode_field_sep PlaceHolder placeHolder concode_field_sep Object toPropertyValue
String function ( final Object arg0 ) { final Double loc0 = ( Double ) arg0 ; return loc0 . toString ( ) ; }
31,864
program entry point concode_field_sep List<PlayerDetails> PLAYERS concode_field_sep PlayerDetails getRandomPlayerDetails concode_elem_sep void submitTickets
void function ( String [ ] arg0 ) { LotteryAdministration loc0 = new LotteryAdministrationImpl ( ) ; loc0 . resetLottery ( ) ; LotteryServiceImpl loc1 = new LotteryServiceImpl ( ) ; submitTickets ( loc1 , 20 ) ; loc0 . performLottery ( ) ; }
31,865
returns the absolute span for the case when this length value is a relative value . concode_field_sep float emBase concode_elem_sep boolean isFontEMRelative concode_elem_sep boolean isFontEXRelative concode_elem_sep float exBase concode_elem_sep float floatValue concode_elem_sep boolean isPercentage concode_elem_sep St...
float function ( float arg0 ) { float loc0 = floatValue ; if ( isPercentage ) loc0 *= arg0 ; else if ( isFontEMRelative ) loc0 *= emBase ; else if ( isFontEXRelative ) loc0 *= exBase ; return loc0 ; }
31,866
common test setup . concode_field_sep JFreeChart chart concode_field_sep void testSetSeriesURLGenerator concode_elem_sep JFreeChart createWaterfallChart concode_elem_sep void testDrawWithNullInfo concode_elem_sep void testSetSeriesToolTipGenerator
void function ( ) { this . chart = createWaterfallChart ( ) ; }
31,867
writes the tail of the object to the stream . concode_field_sep SerializerFactory _serializerFactory concode_field_sep SerializerFactory findSerializerFactory concode_elem_sep void writeHeader concode_elem_sep boolean removeRef concode_elem_sep void writeClassFieldLength concode_elem_sep void writeByteBufferStart conco...
void function ( ) { }
31,868
creates a new server socket which is not bound to any local address . this method has to be overridden by a subclass otherwise a socketexception is thrown . concode_field_sep ServerSocketFactory defaultFactory concode_field_sep ServerSocketFactory getDefault
ServerSocket function ( ) { throw new SocketException ( "srini_string" ) ; }
31,869
displays the card objects stored in the stack . hint : start at the top and work your way down to 0 . concode_field_sep int maxSize concode_elem_sep Card[] stackAr concode_elem_sep int top concode_field_sep Card pop concode_elem_sep boolean isEmpty concode_elem_sep boolean isFull concode_elem_sep void push
void function ( ) { System . out . print ( "srini_string" ) ; for ( int loc0 = top ; loc0 >= 0 ; loc0 -- ) { System . out . format ( "srini_string" , stackAr [ loc0 ] ) ; } System . out . println ( ) ; }
31,870
performs a query to the solr server concode_field_sep long serialVersionUID concode_elem_sep DocumentObjectBinder binder concode_field_sep UpdateResponse add concode_elem_sep UpdateResponse add concode_elem_sep UpdateResponse add concode_elem_sep UpdateResponse add concode_elem_sep UpdateResponse rollback concode_elem_...
QueryResponse function ( SolrParams arg0 ) { return new QueryRequest ( arg0 ) . process ( this ) ; }
31,871
logs an informational message and an exception . concode_field_sep SystemLogger logger concode_elem_sep int LEVEL_FATAL concode_elem_sep int LEVEL_DISABLED concode_elem_sep int LEVEL_ERROR concode_elem_sep TransformationErrorListener listener concode_elem_sep int LEVEL_INFO concode_elem_sep int LEVEL_DEBUG concode_elem...
void function ( final String arg0 , final Throwable arg1 ) { if ( m_logLevel <= LEVEL_INFO ) { System . err . print ( "srini_string" ) ; System . err . println ( arg0 ) ; if ( null != arg1 ) { arg1 . printStackTrace ( System . out ) ; } } }
31,872
sets the classifier to use for the comparison . concode_field_sep Classifier m_SourceCode concode_elem_sep File m_Dataset concode_elem_sep int m_ClassIndex concode_elem_sep Classifier m_Classifier concode_field_sep Enumeration listOptions concode_elem_sep void setClassIndex concode_elem_sep Classifier getSourceCode con...
void function ( Classifier arg0 ) { m_Classifier = arg0 ; }
31,873
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 ; }
31,874
starts a timer to repeatedly carry out steps at the speed currently indicated by the speed slider up depending on the run option , it will either carry out steps for some fixed number or indefinitely until stopped . concode_field_sep int FIXED_STEPS concode_elem_sep JComponent controlPanel concode_elem_sep int INDEFINI...
void function ( ) { display . setToolTipsEnabled ( false ) ; parentFrame . setRunMenuItemsEnabled ( false ) ; stopButton . setEnabled ( true ) ; stepButton . setEnabled ( false ) ; runButton . setEnabled ( false ) ; numStepsSoFar = 0 ; timer . start ( ) ; running = true ; }
31,875
this will return the type . concode_field_sep PDFunction function concode_elem_sep PDColorSpace colorSpace concode_elem_sep int SHADING_TYPE6 concode_elem_sep int SHADING_TYPE7 concode_elem_sep int SHADING_TYPE4 concode_elem_sep int SHADING_TYPE5 concode_elem_sep COSDictionary dictionary concode_elem_sep PDRectangle bB...
String function ( ) { return COSName . SHADING . getName ( ) ; }
31,876
generates a password . concode_field_sep int DEF_COUNT concode_field_sep String generateActivationKey concode_elem_sep String generateResetKey
String function ( ) { return RandomStringUtils . randomAlphanumeric ( DEF_COUNT ) ; }
31,877
returns the osgi service identifier . concode_field_sep PasswordTrackerLocalService _passwordTrackerLocalService concode_field_sep void trackPassword concode_elem_sep void setWrappedService concode_elem_sep boolean isValidPassword concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDy...
java . lang . String function ( ) { return _passwordTrackerLocalService . getOSGiServiceIdentifier ( ) ; }
31,878
convert a list of item values to data values . concode_field_sep PlaceHolder placeHolder concode_field_sep Object getDataValue
List < Object > function ( List < ? > arg0 ) { List < Object > loc0 = new ArrayList < Object > ( arg0 . size ( ) ) ; for ( int loc1 = 0 ; loc1 < arg0 . size ( ) ; loc1 ++ ) { loc0 . add ( loc1 , getDataValue ( arg0 . get ( loc1 ) ) ) ; } return loc0 ; }
31,879
gets the value of the minute property . concode_field_sep Date date concode_elem_sep Integer hour concode_elem_sep String timeZoneID concode_elem_sep Integer minute concode_elem_sep Integer second concode_field_sep void setMinute concode_elem_sep void setSecond concode_elem_sep void setTimeZoneID concode_elem_sep Integ...
Integer function ( ) { return minute ; }
31,880
comparisson method for chars . concode_field_sep char value concode_field_sep placeholderType placeHolder
boolean function ( Object arg0 ) { if ( arg0 instanceof Character ) return ( value == ( ( Character ) arg0 ) . charValue ( ) ) ; else return false ; }
31,881
set a single header . concode_field_sep String method concode_elem_sep String requestUrl concode_elem_sep Map<String,String> headers concode_elem_sep String contentType concode_field_sep String getRequestUrl concode_elem_sep void setMethod concode_elem_sep InputStream getMessagePayload concode_elem_sep Map<String,Strin...
void function ( final String arg0 , final String arg1 ) { headers . put ( arg0 , arg1 ) ; }
31,882
set the booleanvalue . concode_field_sep int headerParam concode_elem_sep String name concode_elem_sep Boolean booleanValue concode_elem_sep Integer integerValue concode_elem_sep Short shortValue concode_elem_sep long serialVersionUID concode_elem_sep Double doubleValue concode_elem_sep int id concode_elem_sep int quer...
void function ( Boolean arg0 ) { this . booleanValue = arg0 ; }
31,883
get from disk cache . concode_field_sep int diskCacheSize concode_elem_sep boolean DEFAULT_DISK_CACHE_ENABLED concode_elem_sep String TAG concode_elem_sep boolean memoryCacheEnabled concode_elem_sep CompressFormat compressFormat concode_elem_sep boolean diskCacheEnabled concode_elem_sep int memCacheSize concode_elem_se...
Bitmap function ( String data ) { if ( mDiskCache != null ) { return mDiskCache . get ( data ) ; } return null ; }
31,884
adds or updates a vendor , product pair in the table . concode_field_sep Map<Pair<Integer,Integer>,Class<? extends UsbSerialDriver>> mProbeTable concode_field_sep Class<? extends UsbSerialDriver> findDriver concode_elem_sep ProbeTable addDriver
ProbeTable function ( int arg0 , int arg1 , Class < ? extends UsbSerialDriver > arg2 ) { mProbeTable . put ( Pair . create ( arg0 , arg1 ) , arg2 ) ; return this ; }
31,885
ensures test storage directory exists , i.e. creates one if it does not exist . concode_field_sep String CACHE_DISK_NO_HTTP concode_elem_sep String SDCH_ENABLE concode_elem_sep String[] mCommandLine concode_elem_sep String POST_DATA_KEY concode_elem_sep String HTTP_URL_CONNECTION concode_elem_sep CronetEngineBase mCron...
void function ( ) { File loc0 = new File ( getTestStorageDirectory ( ) ) ; if ( ! loc0 . exists ( ) ) { assertTrue ( loc0 . mkdir ( ) ) ; } }
31,886
gets the name of this tldprovider concode_field_sep ModulesRegistry registry concode_elem_sep Logger logger concode_elem_sep ResourceBundle rb concode_elem_sep Map<URI,List<String>> tldMap concode_field_sep Map<URI,List<String>> getTldListenerMap concode_elem_sep void postConstruct concode_elem_sep Map<URI,List<String>...
String function ( ) { return "srini_string" ; }
31,887
return type metadata object concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String instanceName concode_elem_sep java.lang.String[] parameter concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep boolean writable concode_field_...
org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; }
31,888
an identifier for this particular receipt handle . this is used to communicate the result . note that the ids of a batch request need to be unique within the request . concode_field_sep String receiptHandle concode_elem_sep String id concode_field_sep void setReceiptHandle concode_elem_sep String getReceiptHandle conco...
String function ( ) { return this . id ; }
31,889
retrieves an individual employee 's private salary field concode_field_sep String firstName concode_elem_sep String lastName concode_elem_sep int nextId concode_elem_sep int employeeId concode_elem_sep double payRate concode_elem_sep int deptNum concode_field_sep void setPayRate concode_elem_sep String getId concode_el...
String function ( ) { return "srini_string" + payRate ; }
31,890
updates the recent layout branch in the database or adds it if it does not yet exist . also notifies the appropriate model listeners . concode_field_sep RecentLayoutBranchLocalService _service concode_field_sep int getRecentLayoutBranchsCount concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep c...
com . liferay . portal . kernel . model . RecentLayoutBranch function ( com . liferay . portal . kernel . model . RecentLayoutBranch arg0 ) { return getService ( ) . updateRecentLayoutBranch ( arg0 ) ; }
31,891
helper method to calculate the span of the sub-interval . simply returns the cieling of limit - start / segments and accounts for invalid start and limit combinations . concode_field_sep PlaceHolder placeHolder concode_field_sep int rank concode_elem_sep int[] countSegments
long function ( int arg0 , int arg1 , int arg2 ) { long loc0 = arg2 - arg1 ; if ( loc0 < 0 ) { return 0 ; } int loc1 = ( loc0 % arg0 ) == 0 ? 0 : 1 ; return ( loc0 / arg0 ) + loc1 ; }
31,892
return a bitmask of acceptable actions . in most cases you will only support drag_copy , but sometimes you might support drag_link or drag_move as well . concode_field_sep PlaceHolder placeHolder concode_field_sep void exportDone concode_elem_sep Image getDragImage concode_elem_sep void exportStarted concode_elem_sep T...
int function ( Component arg0 ) { if ( arg0 instanceof javax . swing . JTree && ( ( javax . swing . JTree ) arg0 ) . getModel ( ) instanceof OjbMetaDataTreeModel ) return DnDWorkerConstants . DRAG_COPY | DnDWorkerConstants . DRAG_LINK ; else return DnDWorkerConstants . NONE ; }
31,893
get the size of the map . concode_field_sep long MAX_LOAD concode_elem_sep int len concode_elem_sep int size concode_elem_sep int level concode_elem_sep int maxDeleted concode_elem_sep int deletedCount concode_elem_sep int maxSize concode_elem_sep int minSize concode_elem_sep boolean zeroKey concode_elem_sep int mask c...
int function ( ) { return size + ( zeroKey ? 1 : 0 ) ; }
31,894
each timezonewrapper has an id of a component in the ui that corresponds to its time zone . by this , if an event comes from a component in the web page , then this will return the relevant timezonewrapper . concode_field_sep DateFormat selectedFormat concode_elem_sep int[] pacificXCoords concode_elem_sep int[] nfldXCo...
TimeZoneWrapper function ( String arg0 ) { TimeZoneWrapper loc0 ; for ( int loc1 = 0 ; loc1 < allTimeZoneList . size ( ) ; loc1 ++ ) { loc0 = ( TimeZoneWrapper ) allTimeZoneList . get ( loc1 ) ; if ( loc0 . isRelevantComponentId ( arg0 ) ) { return loc0 ; } } return null ; }
31,895
updates the validated id concode_field_sep String lastName concode_elem_sep String country concode_elem_sep String gender concode_elem_sep Map<String,String> contactInfo concode_elem_sep String rawResponse concode_elem_sep String displayName concode_elem_sep String fullName concode_elem_sep String language concode_elem...
void function ( final String arg0 ) { this . validatedId = arg0 ; }
31,896
gets the name of the class that is the source of this log record . this information can be changed , may be null and is untrusted . concode_field_sep long sequenceNumber concode_elem_sep String sourceMethodName concode_elem_sep int initThreadId concode_elem_sep Level level concode_elem_sep Throwable thrown concode_elem...
String function ( ) { initSource ( ) ; return sourceClassName ; }
31,897
returns the client 's authenticator . this method never returns null . concode_field_sep Proxy proxy concode_elem_sep List<String> transports concode_elem_sep int uriPort concode_elem_sep SSLSocketFactory sslSocketFactory concode_elem_sep HostnameVerifier hostnameVerifier concode_elem_sep OkAuthenticator authenticator ...
OkAuthenticator function ( ) { return authenticator ; }
31,898
the change identifier for the current revision . concode_field_sep String changeIdentifier concode_elem_sep String revision concode_field_sep CurrentRevision withRevision concode_elem_sep String getChangeIdentifier concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep CurrentRevision clone conc...
CurrentRevision function ( String arg0 ) { setChangeIdentifier ( arg0 ) ; return this ; }
31,899
method to switch the minimized / maximized state of the chat concode_field_sep String color concode_elem_sep String DEFAULT_NICK concode_elem_sep String buttonImage concode_elem_sep Log log concode_elem_sep boolean minimized concode_elem_sep String autoLoad concode_elem_sep String MAXIMIZE_IMAGE concode_elem_sep Messag...
String function ( ) { minimized = ! minimized ; if ( minimized ) { buttonImage = MINIMIZE_IMAGE ; } else { buttonImage = MAXIMIZE_IMAGE ; position = bottom ( ) ; } return ( "srini_string" ) ; }