idx
int64
0
100k
question
stringlengths
68
7.19k
target
stringlengths
20
663
89,000
returns the key aliases from the primary key store . concode_field_sep ConfigurationContext configContext concode_elem_sep String serviceEndPoint concode_elem_sep STSAdminServiceStub stub concode_elem_sep Log log concode_field_sep void removeTrustedService concode_elem_sep TrustedServiceData[] getTrustedServices concod...
String [ ] function ( ) { try { return stub . getCertAliasOfPrimaryKeyStore ( ) ; } catch ( Exception loc0 ) { log . error ( "srini_string" , loc0 ) ; throw loc0 ; } }
89,001
gets the stock number of this iventory item . concode_field_sep int odometer concode_elem_sep int price concode_elem_sep String description concode_elem_sep String model concode_elem_sep InventoryItem[] carInventory concode_elem_sep int stock concode_field_sep int getOdometer concode_elem_sep String getModel concode_el...
int function ( ) { return stock ; }
89,002
gets the value of the selected property . concode_field_sep String uiSelectionType concode_elem_sep Boolean visible concode_elem_sep Boolean enableCheckout concode_elem_sep Boolean hidden concode_elem_sep Boolean eipAvailable concode_elem_sep String zipRequired concode_elem_sep Boolean blackberryDevice concode_elem_sep...
Boolean function ( ) { return selected ; }
89,003
returns an instance of logger for the class concode_field_sep String FATAL_PREFIX concode_elem_sep Logger DEFAULT_LOG concode_elem_sep Logger logger concode_elem_sep Marker fatalMarker concode_elem_sep Object[] NULL_ARRAY concode_field_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep...
SPLogger function ( Class < ? > arg0 ) { return new SPLogger ( LoggerFactory . getLogger ( arg0 ) ) ; }
89,004
if this expression consists of column expressions it should return them . concode_field_sep boolean addedToFilter concode_field_sep String getSchemaName concode_elem_sep String getColumnName concode_elem_sep Expression getNonAliasExpression concode_elem_sep String getSQL concode_elem_sep boolean isValueSet concode_elem...
Expression [ ] function ( Session arg0 ) { return null ; }
89,005
executes a menu effect specified by the request param `` effecttype '' . concode_field_sep String PULSATE_EFFECT concode_elem_sep String SHAKE_EFFECT concode_elem_sep String HIGHLIGHT_EFFECT concode_field_sep Effect effectFactory
void function ( ActionEvent arg0 ) { String loc0 = FacesUtils . getRequestParameter ( "srini_string" ) ; if ( arg0 instanceof ContextActionEvent ) { ContextActionEvent loc1 = ( ContextActionEvent ) arg0 ; HtmlPanelGroup loc2 = ( HtmlPanelGroup ) loc1 . getTarget ( ) ; loc2 . setEffect ( effectFactory ( loc0 ) ) ; } }
89,006
convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep SempMeta meta concode_elem_sep MsgVpnBridgeRemoteSubscriptionLinks links concode_elem_sep MsgVpnBridgeRemoteSubscription data concode_field_sep MsgVpnBridgeRemoteSubscriptionLinks getLinks concode_elem_sep M...
String function ( java . lang . Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; }
89,007
sets the value of the navigationnode property . concode_field_sep Node navigationNode concode_field_sep Node getNavigationNode
void function ( Node arg0 ) { this . navigationNode = arg0 ; }
89,008
specify a prefix to be applied to any code built by this resolver . default is none . specify , for example , `` validation . '' to get error codes like `` validation.typemismatch.name '' . concode_field_sep MessageCodeFormatter DEFAULT_FORMATTER concode_elem_sep String prefix concode_elem_sep MessageCodeFormatter form...
void function ( String arg0 ) { this . prefix = ( arg0 != null ? arg0 : "srini_string" ) ; }
89,009
deep copy of data . concode_field_sep Interval<O> right concode_elem_sep long start concode_elem_sep Interval<O> root concode_elem_sep List<IntervalData<O>> overlap concode_elem_sep Comparator<IntervalData<?>> START_COMPARATOR concode_elem_sep Comparator<IntervalData<?>> END_COMPARATOR concode_elem_sep long center conc...
IntervalData < O > function ( ) { Set < O > loc0 = new HashSet < O > ( ) ; loc0 . addAll ( set ) ; return new IntervalData < O > ( start , end , loc0 ) ; }
89,010
remove . concode_field_sep LinkedHashMap<String,Object> values concode_field_sep Object getProperty concode_elem_sep int hashCode concode_elem_sep Set<String> keys concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep Object toRAML concode_elem_sep void putProperty concode_elem_sep Map<Strin...
void function ( String arg0 ) { values . remove ( arg0 ) ; }
89,011
unsubscribe from all of the subscriptions in the list , which stops the receipt of notifications on the associated subscriber . concode_field_sep LinkedList<Subscription> subscriptions concode_elem_sep boolean unsubscribed concode_field_sep void add concode_elem_sep boolean hasSubscriptions concode_elem_sep void clear ...
void function ( ) { if ( ! unsubscribed ) { List < Subscription > loc0 ; synchronized ( this ) { if ( unsubscribed ) { return ; } unsubscribed = true ; loc0 = subscriptions ; subscriptions = null ; } unsubscribeFromAll ( loc0 ) ; } }
89,012
assert the model has errors . concode_field_sep PlaceHolder placeHolder concode_field_sep ResultMatcher attributeErrorCount concode_elem_sep ResultMatcher hasNoErrors concode_elem_sep int getErrorCount concode_elem_sep ResultMatcher attributeHasFieldErrors concode_elem_sep ModelAndView getModelAndView concode_elem_sep ...
ResultMatcher function ( ) { return new ResultMatcher ( ) { @ Override public void match ( MvcResult arg0 ) throws Exception { int loc0 = getErrorCount ( getModelAndView ( arg0 ) . getModelMap ( ) ) ; assertTrue ( "srini_string" , loc0 != 0 ) ; } } ; }
89,013
unregisters the staged model data handler . concode_field_sep ServiceRegistrationMap<StagedModelDataHandler<?>> _serviceRegistrations concode_elem_sep Map<String,StagedModelDataHandler<?>> _stagedModelDataHandlers concode_elem_sep StagedModelDataHandlerRegistryUtil _instance concode_elem_sep ServiceTracker<StagedModelD...
void function ( StagedModelDataHandler < ? > arg0 ) { _instance . _unregister ( arg0 ) ; }
89,014
the default behavior of this method is to return getlocales on the wrapped request object . concode_field_sep ServletRequest request concode_field_sep void setRequest concode_elem_sep int getLocalPort concode_elem_sep String getRemoteAddr concode_elem_sep ServletContext getServletContext concode_elem_sep ServletRequest...
Enumeration < Locale > function ( ) { return this . request . getLocales ( ) ; }
89,015
return the request factory that this accessor uses for obtaining clienthttprequest httprequests . concode_field_sep Log logger concode_elem_sep ClientHttpRequestFactory requestFactory concode_field_sep ClientHttpRequest createRequest concode_elem_sep void setRequestFactory
ClientHttpRequestFactory function ( ) { return this . requestFactory ; }
89,016
activate the gl environment for use in the current thread . a gl environment must have been previously set or created using setglenvironment or createglenvironment ! call this after having switched to a new thread for gl filter execution . concode_field_sep FilterContext mContext concode_field_sep void setGLEnvironment...
void function ( ) { GLEnvironment loc0 = mContext . getGLEnvironment ( ) ; if ( loc0 != null ) { mContext . getGLEnvironment ( ) . activate ( ) ; } else { throw new NullPointerException ( "srini_string" ) ; } }
89,017
returns the hmgatewayinfo . 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 String gatewayType concode_elem_sep String ISO_ENCODING concode_elem_sep int reconnectInterval c...
HmGatewayInfo function ( ) { return gatewayInfo ; }
89,018
the policy versions . concode_field_sep java.util.List<PolicyVersion> policyVersions concode_field_sep void setPolicyVersions concode_elem_sep java.util.List<PolicyVersion> getPolicyVersions concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep ListPolicyVersionsResult clone concode_elem_sep St...
ListPolicyVersionsResult function ( java . util . Collection < PolicyVersion > arg0 ) { setPolicyVersions ( arg0 ) ; return this ; }
89,019
ensures that this object is in the stopped state . if this object is in the running state , then this has the effect of adding to the total attribute the elapsed time since the last transition from stopped to running state and sets the running attribute to false . if this object is not in the running state , this call ...
void function ( ) { if ( running ) { total += System . currentTimeMillis ( ) - startTime ; running = false ; } }
89,020
create a hostname , port address pair concode_field_sep PlaceHolder placeHolder concode_field_sep void validateEndpoint concode_elem_sep Endpoint inetAddrEndpoint concode_elem_sep Map<String,String> uri concode_elem_sep List<String> retrieveAddressesUriType concode_elem_sep void validateServiceRecord concode_elem_sep S...
Map < String , String > function ( InetSocketAddress arg0 ) { return hostnamePortPair ( arg0 . getHostName ( ) , arg0 . getPort ( ) ) ; }
89,021
returns the number of allocated resources for the job with the given job id . concode_field_sep Map<JobID,List<AllocatedResource>> resourcesOfJobs concode_field_sep void resourcesAllocated concode_elem_sep void allocatedResourcesDied concode_elem_sep List<AllocatedResource> getAllocatedResourcesForJob
int function ( JobID arg0 ) { final List < AllocatedResource > loc0 = this . resourcesOfJobs . get ( arg0 ) ; if ( loc0 == null ) { return 0 ; } return loc0 . size ( ) ; }
89,022
sets the value of the ind2 property . concode_field_sep String ind2 concode_elem_sep List<SubfieldatafieldType> subfield concode_elem_sep String ind1 concode_elem_sep String id concode_elem_sep String tag concode_field_sep void setSubfield concode_elem_sep List<SubfieldatafieldType> getSubfield concode_elem_sep String ...
void function ( String arg0 ) { this . ind2 = arg0 ; }
89,023
the enter method is called when the mouse enters the region . the location is supplied , but the standard implementation is to call the overloaded method with no arguments . concode_field_sep boolean active concode_elem_sep ImageMap parent concode_elem_sep int W concode_elem_sep int X concode_elem_sep int H concode_ele...
void function ( int arg0 , int arg1 ) { enter ( ) ; }
89,024
turn on or off generation of code with callbacks to track the count of executed instructions . currently only affects jvm byte code generation : this slows down the generated code , but code generated without the callbacks will not be counted toward instruction thresholds . rhino 's interpretive mode does instruction c...
void function ( boolean arg0 ) { this . generateObserverCount = arg0 ; }
89,025
return whether a binder should attempt to `` auto-grow '' a nested path that contains a null value . concode_field_sep boolean autoGrowNestedPaths concode_elem_sep BindingErrorProcessor bindingErrorProcessor concode_elem_sep MessageCodesResolver messageCodesResolver concode_elem_sep boolean directFieldAccess concode_el...
boolean function ( ) { return this . autoGrowNestedPaths ; }
89,026
notifies the handler about a remote call message . concode_field_sep String clusterName concode_elem_sep Logger LOGGER concode_elem_sep JChannel channel concode_elem_sep JGroupsMethodCallDispatcher remote concode_elem_sep String selfName concode_elem_sep MapInvalidator mapInvalidator concode_elem_sep NodeRegistry nodeR...
void function ( final String arg0 , final long arg1 , final long arg2 ) { LOGGER . info ( "srini_string" + arg0 + "srini_string" + arg2 + "srini_string" ) ; notifyMessage ( arg0 , arg1 , arg2 , nodeRegistry :: receive ) ; }
89,027
adds the kaleo action to the database . also notifies the appropriate model listeners . concode_field_sep KaleoActionLocalService _kaleoActionLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoAction> getKaleoActions conc...
com . liferay . portal . workflow . kaleo . model . KaleoAction function ( com . liferay . portal . workflow . kaleo . model . KaleoAction arg0 ) { return _kaleoActionLocalService . addKaleoAction ( arg0 ) ; }
89,028
create an instance of contentresources concode_field_sep QName _ResourceReference_QNAME concode_elem_sep QName _Resource_QNAME concode_field_sep Example createExample concode_elem_sep Content createContent concode_elem_sep JAXBElement<ResourceType> createResource concode_elem_sep Navigation createNavigation concode_ele...
ContentResources function ( ) { return new ContentResources ( ) ; }
89,029
joins the given lines with the platform new line . concode_field_sep PlaceHolder placeHolder concode_field_sep Map<String,String> asMap
String function ( String ... arg0 ) { if ( arg0 == null || arg0 . length == 0 ) { return "srini_string" ; } StringBuilder loc0 = new StringBuilder ( ) ; for ( String loc1 : arg0 ) { loc0 . append ( loc1 ) . append ( lineSeparator ( ) ) ; } return loc0 . toString ( ) ; }
89,030
truncates the blob value that this blob object represents to be len bytes in length . concode_field_sep BlobDataID blob concode_elem_sep boolean isClosed concode_elem_sep SessionInterface session concode_field_sep int setBytes concode_elem_sep int setBytes concode_elem_sep boolean isClosed concode_elem_sep void checkCl...
void function ( long arg0 ) { try { blob . truncate ( session , arg0 ) ; } catch ( HsqlException loc0 ) { throw Util . sqlException ( loc0 ) ; } }
89,031
getter for tip2 . concode_field_sep IExtremityLink<G2,D2> extremity2 concode_elem_sep IExtremityLink<G1,D1> extremity1 concode_elem_sep IStyleLink styleLink concode_field_sep IStyleLink getStyleLink concode_elem_sep void setStyleLink concode_elem_sep void setExtremity1 concode_elem_sep void setExtremity2 concode_elem_s...
IExtremityLink < G2 , D2 > function ( ) { return this . extremity2 ; }
89,032
produce a jsonarray of jsonobjects from a comma delimited text string using a supplied jsonarray as the source of element names . concode_field_sep PlaceHolder placeHolder concode_field_sep String getValue concode_elem_sep JSONObject rowToJSONObject concode_elem_sep String rowToString concode_elem_sep String toString c...
JSONArray function ( JSONArray arg0 , JSONTokener arg1 ) { if ( arg0 == null || arg0 . length ( ) == 0 ) { return null ; } JSONArray loc0 = new JSONArray ( ) ; for ( ; ; ) { JSONObject loc1 = rowToJSONObject ( arg0 , arg1 ) ; if ( loc1 == null ) { break ; } loc0 . put ( loc1 ) ; } if ( loc0 . length ( ) == 0 ) { return...
89,033
gets the value of the customtargetingkeyaction property . concode_field_sep Statement filterStatement concode_elem_sep CustomTargetingKeyAction customTargetingKeyAction concode_field_sep void setCustomTargetingKeyAction concode_elem_sep Statement getFilterStatement concode_elem_sep void setFilterStatement
CustomTargetingKeyAction function ( ) { return customTargetingKeyAction ; }
89,034
gets the base func . concode_field_sep int partitions concode_elem_sep byte overrideFlags concode_elem_sep Ignite ignite concode_elem_sep byte FLAG_ASSIGN_PARTITIONS concode_elem_sep byte FLAG_PARTITION concode_elem_sep PlatformContext ctx concode_elem_sep Object userFunc concode_elem_sep AffinityFunction baseFunc conc...
AffinityFunction function ( ) { return baseFunc ; }
89,035
get the tprotocol being used as the output write protocol . concode_field_sep TProtocol oprot_ concode_elem_sep TProtocol iprot_ concode_elem_sep int seqid_ concode_field_sep void receiveBase concode_elem_sep TProtocol getInputProtocol concode_elem_sep void sendBaseOneway concode_elem_sep void sendBase concode_elem_sep...
TProtocol function ( ) { return this . oprot_ ; }
89,036
creates a request and adds it to the array of pending requests . each created request gets a unique result code for use with requestpermission concode_field_sep int currentReqId concode_elem_sep SparseArray<Request> requests concode_elem_sep int requestCode concode_elem_sep int action concode_elem_sep CallbackContext c...
int function ( String arg0 , int arg1 , CallbackContext arg2 ) { Request loc0 = new Request ( arg0 , arg1 , arg2 ) ; requests . put ( loc0 . requestCode , loc0 ) ; return loc0 . requestCode ; }
89,037
get base time for game . concode_field_sep long m_preByoyomi concode_elem_sep long MSEC_PER_MIN concode_elem_sep int m_byoyomiMoves concode_elem_sep long MSEC_PER_SEC concode_elem_sep long m_byoyomi concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep boolean getUseByoyomi concode_elem_sep in...
long function ( ) { return m_preByoyomi ; }
89,038
adds slash at the end of string if it does n't already start with slash concode_field_sep PlaceHolder placeHolder concode_field_sep String addSlashToBeginning concode_elem_sep String removeSlashFromEnd concode_elem_sep String removeSlashFromBeginning concode_elem_sep String escape
String function ( String arg0 ) { if ( arg0 != null && ! arg0 . equals ( "srini_string" ) && arg0 . charAt ( arg0 . length ( ) - 1 ) != '/' ) { return arg0 . concat ( "srini_string" ) ; } return arg0 ; }
89,039
tells whether the alphabet contains the specified character . concode_field_sep int ALPHABET_LENGTH concode_elem_sep char[] alphabet concode_elem_sep int[] inverseAlphabet concode_field_sep byte getChar concode_elem_sep int getSextet
boolean function ( final char arg0 ) { if ( arg0 >= 128 ) return false ; return inverseAlphabet [ arg0 ] >= 0 ; }
89,040
trim a string if it is longer than a certain length . concode_field_sep PlaceHolder placeHolder concode_field_sep String joinQuotedString concode_elem_sep T lookup concode_elem_sep String joinString concode_elem_sep String joinString concode_elem_sep String joinString concode_elem_sep String joinString concode_elem_sep...
String function ( String arg0 , int arg1 ) { if ( arg0 . length ( ) > arg1 ) { return arg0 . substring ( 0 , arg1 ) ; } return arg0 ; }
89,041
copies the given matrix into a newly allocated floatbuffer . the order of the elements is column major as used by opengl . concode_field_sep PlaceHolder placeHolder concode_field_sep Matrix4f createPerspectiveProjectionMatrix concode_elem_sep Matrix3f calcNormalMatrix concode_elem_sep Matrix4f calcModelViewMatrix conco...
FloatBuffer function ( Matrix4f arg0 ) { FloatBuffer loc0 = BufferUtils . createFloatBuffer ( 16 ) ; matrixToFloatBuffer ( arg0 , loc0 ) ; return loc0 ; }
89,042
returns the stroke used to draw the selection border . this implementation returns null . concode_field_sep Rectangle[] handles concode_elem_sep JComponent preview concode_elem_sep mxGraphComponent graphComponent concode_elem_sep Rectangle bounds concode_elem_sep boolean handlesVisible concode_elem_sep int index concod...
Stroke function ( ) { return null ; }
89,043
load a texture concode_field_sep ColorModel glAlphaColorModel concode_elem_sep IntBuffer textureIDBuffer concode_elem_sep ColorModel glColorModel concode_elem_sep HashMap<String,Texture> table concode_field_sep int createTextureID concode_elem_sep ByteBuffer convertImageData concode_elem_sep int get2Fold concode_elem_s...
Texture function ( String arg0 ) { Texture loc0 = table . get ( arg0 ) ; if ( loc0 != null ) { return loc0 ; } loc0 = getTexture ( arg0 , GL_TEXTURE_2D , GL_RGBA , GL_LINEAR , GL_LINEAR ) ; table . put ( arg0 , loc0 ) ; return loc0 ; }
89,044
create an instance of items concode_field_sep QName _PurchaseOrder_QNAME concode_elem_sep QName _Comment_QNAME concode_field_sep JAXBElement<PurchaseOrderType> createPurchaseOrder concode_elem_sep PurchaseOrderType createPurchaseOrderType concode_elem_sep Items.Item createItemsItem concode_elem_sep USAddress createUSAd...
Items function ( ) { return new Items ( ) ; }
89,045
sets the value of the value property . concode_field_sep Boolean temporary concode_elem_sep XMLGregorianCalendar expires concode_elem_sep long serialVersionUID concode_elem_sep String value concode_field_sep String getValue concode_elem_sep void setExpires concode_elem_sep boolean isTemporary concode_elem_sep XMLGregor...
void function ( String arg0 ) { this . value = arg0 ; }
89,046
returns true if and only if the system property with the specified key exists . concode_field_sep Pattern INTEGER_PATTERN concode_elem_sep org.slf4j.Logger logger concode_field_sep long getLong concode_elem_sep int getInt concode_elem_sep String get concode_elem_sep String get concode_elem_sep boolean getBoolean
boolean function ( String arg0 ) { return get ( arg0 ) != null ; }
89,047
returns the size of the current page . returned value is always positive and greater or equal to the value returned by the #getitemscount method . concode_field_sep long skipItems concode_elem_sep int pageSize concode_elem_sep long totalCount concode_elem_sep List<ITEM_T> items concode_elem_sep long itemsBefore concode...
int function ( ) { return pageSize ; }
89,048
retrieves a hexidecimal character sequence representing the md5 digest of the specified character sequence , using the specified encoding to first convert the character sequence into a byte sequence . if the specified encoding is null , then iso-8859-1 is assumed concode_field_sep MessageDigest md5 concode_field_sep by...
String function ( String arg0 , String arg1 ) { return StringConverter . byteArrayToHexString ( digest ( arg0 , arg1 ) ) ; }
89,049
specify what action should be taken when attempting to register an mbean under an javax.management.objectname that already exists.default is registration_fail_on_existing . concode_field_sep int REGISTRATION_FAIL_ON_EXISTING concode_elem_sep int REGISTRATION_IGNORE_EXISTING concode_elem_sep MBeanServer server concode_e...
void function ( int arg0 ) { setRegistrationPolicy ( RegistrationPolicy . valueOf ( arg0 ) ) ; }
89,050
returns the ratio of cache loading attempts which threw exceptions . this is defined as loadexceptioncount / loadsuccesscount + loadexceptioncount , or 0.0 when loadsuccesscount + loadexceptioncount == 0 . concode_field_sep long totalLoadTime concode_elem_sep long evictionCount concode_elem_sep long hitCount concode_el...
double function ( ) { long loc0 = loadSuccessCount + loadExceptionCount ; return ( loc0 == 0 ) ? 0.0 : ( double ) loadExceptionCount / loc0 ; }
89,051
checks if the given interval is a subset of this interval . concode_field_sep double lowValue concode_elem_sep double highValue concode_elem_sep Logger logger concode_field_sep double getSize concode_elem_sep void setInterval concode_elem_sep double getLow concode_elem_sep Vector<Interval> subtract concode_elem_sep Vec...
boolean function ( Interval arg0 ) { return getLow ( ) <= arg0 . getLow ( ) && getHigh ( ) >= arg0 . getHigh ( ) ; }
89,052
sets the client id which needs to be retained in a hidden form field concode_field_sep String redirectUri concode_elem_sep String audience concode_elem_sep String clientId concode_elem_sep String clientCodeChallenge concode_elem_sep String proposedScope concode_elem_sep String state concode_elem_sep long serialVersionU...
void function ( String arg0 ) { this . clientId = arg0 ; }
89,053
. concode_field_sep UUID id concode_elem_sep List<String> assocations concode_elem_sep URI iframeLocation concode_elem_sep String displayName concode_field_sep void addAssociations concode_elem_sep Map<String,Object> toJSON concode_elem_sep boolean matchesAssocationName concode_elem_sep String getDisplayName concode_el...
List < String > function ( ) { return this . assocations ; }
89,054
returns the string at the given key , or the default if it does not exist or is thewrong type . concode_field_sep Map<String,Object> map concode_field_sep Json.Object getObject concode_elem_sep Json.Object getObject concode_elem_sep boolean isObject concode_elem_sep boolean containsKey concode_elem_sep TypedArray<Strin...
String function ( String arg0 , String arg1 ) { Object loc0 = get ( arg0 ) ; return ( loc0 instanceof String ) ? ( String ) loc0 : arg1 ; }
89,055
gets an header containing the comma-separated compact representation . concode_field_sep boolean compact concode_elem_sep Vector values concode_elem_sep String name concode_field_sep void setHeaders concode_elem_sep void addTop concode_elem_sep String getName concode_elem_sep boolean isCommaSeparated concode_elem_sep b...
Header function ( ) { String loc0 = "srini_string" ; for ( int loc1 = 0 ; loc1 < values . size ( ) - 1 ; loc1 ++ ) loc0 += values . elementAt ( loc1 ) + "srini_string" ; if ( values . size ( ) > 0 ) loc0 += values . elementAt ( values . size ( ) - 1 ) ; return new Header ( name , loc0 ) ; }
89,056
reset the index as empty . concode_field_sep int[] hashTable concode_elem_sep boolean fixedSize concode_elem_sep int newNodePointer concode_elem_sep int elementCount concode_elem_sep int[] linkTable concode_elem_sep int reclaimedNodePointer concode_field_sep void resetTables concode_elem_sep int getLookup concode_elem_...
void function ( ) { int loc0 = linkTable . length ; int [ ] loc1 = linkTable ; while ( -- loc0 >= 0 ) { loc1 [ loc0 ] = 0 ; } resetTables ( ) ; }
89,057
returns the operator for the given operator name . concode_field_sep Operator SQRT concode_elem_sep Operator COPY concode_elem_sep Operator LT concode_elem_sep Operator LE concode_elem_sep Operator CVR concode_elem_sep Operator IDIV concode_elem_sep Operator BITSHIFT concode_elem_sep Map<String,Operator> operators conc...
Operator function ( String arg0 ) { return this . operators . get ( arg0 ) ; }
89,058
display the error message to the users using the message sinks . concode_field_sep List<MessageSink> implementations concode_field_sep void add concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void inform concode_elem_sep void inform
void function ( String arg0 ) { for ( MessageSink loc0 : implementations ) { loc0 . error ( arg0 ) ; } }
89,059
zeros accumulated running time and restarts this object . concode_field_sep boolean running concode_elem_sep long total concode_elem_sep long startTime concode_elem_sep long lastStart concode_field_sep long currentElapsedTime concode_elem_sep void stop concode_elem_sep String currentElapsedTimeToMessage concode_elem_se...
void function ( ) { total = 0 ; start ( ) ; }
89,060
specifies whether the resource is available concode_field_sep AtomicBoolean isAvailable concode_elem_sep String id concode_field_sep void stopProcessing concode_elem_sep ConcurrentLinkedQueue<Message> getDeadLetterQueue concode_elem_sep void consumme concode_elem_sep String getID concode_elem_sep void startProcessing c...
AtomicBoolean function ( ) { return isAvailable ; }
89,061
returns the country . concode_field_sep Date birthday concode_elem_sep String country concode_elem_sep String gender concode_elem_sep String city concode_elem_sep String mobileNumber concode_elem_sep String language concode_elem_sep String additionalAddressInfo concode_elem_sep CompanyUserBillingAddress companyUserBill...
String function ( ) { return country ; }
89,062
returns a map like #newmap int that does not accept null keys concode_field_sep PlaceHolder placeHolder concode_field_sep ObjectObjectHashMap<K,V> newMap concode_elem_sep ObjectObjectHashMap<K,V> newMap concode_elem_sep Iterable<T> intersection concode_elem_sep ObjectObjectHashMap<K,V> ensureNoNullKeys concode_elem_sep...
ObjectObjectHashMap < K , V > function ( int arg0 ) { return ensureNoNullKeys ( arg0 ) ; }
89,063
triggers shutdown , but does not accept cleanup responsibility . concode_field_sep AtomicLongFieldUpdater<StripedSizedEpoch> CleanupAcquiredUpdater concode_elem_sep AtomicReferenceFieldUpdater<StripedSizedEpoch,Object> WakeupUpdater concode_elem_sep int NumStripes concode_elem_sep Object wakeup concode_elem_sep AtomicL...
void function ( ) { awaitShutdown ( triggerShutdown ( ) , false ) ; }
89,064
is this a word according to this dictionary ? concode_field_sep HashSet<String> words concode_field_sep boolean addWord concode_elem_sep int size
boolean function ( String arg0 ) { return words . contains ( arg0 . toLowerCase ( ) ) ; }
89,065
sets the width and height of the dimension . concode_field_sep float width concode_elem_sep float height concode_field_sep float getHeight concode_elem_sep String toString concode_elem_sep float getWidth concode_elem_sep Dimension toDimension
void function ( float arg0 , float arg1 ) { width = arg0 ; height = arg1 ; }
89,066
gets the value of the errormessage property . concode_field_sep String errorMessage concode_elem_sep int errorCode concode_field_sep void setErrorMessage concode_elem_sep int getErrorCode concode_elem_sep void setErrorCode
String function ( ) { return errorMessage ; }
89,067
document me ! concode_field_sep int QUERY_OPERATION concode_elem_sep int NO_OPERATION concode_elem_sep int DELETE_OPERATION concode_elem_sep int UPDATE_OPERATION concode_elem_sep List keywords concode_elem_sep Envelope latLongBoundingBox concode_elem_sep String title concode_elem_sep String _abstract concode_elem_sep i...
int function ( ) { return operations ; }
89,068
constructs a string with all attributes in name = value format . concode_field_sep SimplePojoToTestSetters somePojo concode_elem_sep long serialVersionUID concode_elem_sep int intField concode_field_sep int getIntField concode_elem_sep void setIntField concode_elem_sep SimplePojoToTestSetters getSomePojo concode_elem_s...
String function ( ) { final String loc0 = "srini_string" ; StringBuilder loc1 = new StringBuilder ( ) ; loc1 . append ( "srini_string" ) . append ( "srini_string" ) . append ( intField ) . append ( loc0 ) . append ( "srini_string" ) . append ( somePojo ) . append ( loc0 ) . append ( "srini_string" ) ; return loc1 . toS...
89,069
if true , will display the current memory usage in the bottom right corner , updated on every screen refresh concode_field_sep boolean showMemoryUsage concode_elem_sep String title concode_field_sep String getTitle concode_elem_sep void drawBackground concode_elem_sep boolean isShowingMemoryUsage concode_elem_sep void ...
void function ( boolean arg0 ) { this . showMemoryUsage = arg0 ; }
89,070
doc concode_field_sep AnnotationExtractor extractor concode_field_sep void caseNewMultiArrayExpr concode_elem_sep void caseSpecialInvokeExpr concode_elem_sep void caseClassConstant concode_elem_sep void caseNeExpr concode_elem_sep void caseCmplExpr concode_elem_sep void caseRemExpr concode_elem_sep void caseStringConst...
void function ( LtExpr arg0 ) { arg0 . getOp1 ( ) . apply ( this ) ; arg0 . getOp2 ( ) . apply ( this ) ; }
89,071
workaround for a jdk 1.4.1 bug where identityhashmaps are not correctly deserialized . concode_field_sep boolean dirty concode_elem_sep Entry<IdentityKey<K>,V>[] entryArray concode_elem_sep Iterator<IdentityKey<K>> identityKeyIterator concode_elem_sep Map<IdentityKey<K>,V> map concode_elem_sep V value concode_elem_sep ...
Object function ( Map arg0 ) { return ( ( IdentityMap ) arg0 ) . arg0 ; }
89,072
returns the image . concode_field_sep int endLine concode_elem_sep Token next concode_elem_sep String image concode_elem_sep int endColumn concode_elem_sep Token specialToken concode_elem_sep int beginColumn concode_elem_sep int kind concode_elem_sep int beginLine concode_elem_sep long serialVersionUID concode_field_se...
String function ( ) { return image ; }
89,073
determines whether this property editor supports a custom editor . concode_field_sep PropertyChangeSupport propertyChangeSupport concode_elem_sep String value concode_field_sep String getJavaInitializationString concode_elem_sep Object getValue concode_elem_sep Component getCustomEditor concode_elem_sep void setValue c...
boolean function ( ) { return false ; }
89,074
creates a new account with the primary key . does not add the account to the database . concode_field_sep AccountLocalService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_elem_sep java.uti...
com . liferay . portal . model . Account function ( long arg0 ) { return getService ( ) . createAccount ( arg0 ) ; }
89,075
deletes the wall entry from the database . also notifies the appropriate model listeners . concode_field_sep WallEntryLocalService _wallEntryLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep java.util.List<com.liferay.social.networking.model.WallEntry> getWallEntries concode_elem...
com . liferay . social . networking . model . WallEntry function ( com . liferay . social . networking . model . WallEntry arg0 ) { return _wallEntryLocalService . deleteWallEntry ( arg0 ) ; }
89,076
retrieves the serialized form of the specified object as an array of bytes . concode_field_sep PlaceHolder placeHolder concode_field_sep int readLine concode_elem_sep Serializable deserialize
byte [ ] function ( Serializable arg0 ) { HsqlByteArrayOutputStream loc0 = new HsqlByteArrayOutputStream ( ) ; ObjectOutputStream loc1 = new ObjectOutputStream ( loc0 ) ; loc1 . writeObject ( arg0 ) ; return loc0 . toByteArray ( ) ; }
89,077
the date on which the record was last modified . concode_field_sep java.util.Date lastModifiedDate concode_elem_sep String lastModifiedBy concode_elem_sep Long syncCount concode_elem_sep String value concode_elem_sep String key concode_elem_sep java.util.Date deviceLastModifiedDate concode_field_sep String getKey conco...
void function ( java . util . Date arg0 ) { this . lastModifiedDate = arg0 ; }
89,078
set user profile provider concode_field_sep boolean sdkInited concode_elem_sep EaseUserProfileProvider userProvider concode_elem_sep EaseSettingsProvider settingsProvider concode_elem_sep List<Activity> activityList concode_elem_sep EaseEmojiconInfoProvider emojiconInfoProvider concode_elem_sep EaseUI instance concode_...
void function ( EaseUserProfileProvider arg0 ) { this . userProvider = arg0 ; }
89,079
return the symbol after the dot . if there is no symbol after the dot we return null . concode_field_sep production _the_production concode_elem_sep int _core_hash_cache concode_elem_sep symbol _symbol_after_dot concode_elem_sep int _dot_pos concode_field_sep lr_item_core shift_core concode_elem_sep int obj_hash concod...
symbol function ( ) { return _symbol_after_dot ; }
89,080
deserialize only a single thrift object addressed by recursively using field id from a byte record . concode_field_sep TProtocol protocol_ concode_elem_sep TMemoryInputTransport trans_ concode_field_sep Long partialDeserializeI64 concode_elem_sep Byte partialDeserializeByte concode_elem_sep Integer partialDeserializeI3...
void function ( TBase arg0 , byte [ ] arg1 , TFieldIdEnum arg2 , TFieldIdEnum ... arg3 ) { try { if ( locateField ( arg1 , arg2 , arg3 ) != null ) { arg0 . read ( protocol_ ) ; } } catch ( Exception loc0 ) { throw new TException ( loc0 ) ; } finally { trans_ . clear ( ) ; protocol_ . reset ( ) ; } }
89,081
the year class is immutable , so should not be cloneable . concode_field_sep PlaceHolder placeHolder concode_field_sep void test9999Previous concode_elem_sep void testDateConstructor1 concode_elem_sep void testGetStart concode_elem_sep void testGetLastMillisecond concode_elem_sep void testGetSerialIndex concode_elem_se...
void function ( ) { Year loc0 = new Year ( 1999 ) ; assertFalse ( loc0 instanceof Cloneable ) ; }
89,082
process one block of input from the array in and write it to the out array . concode_field_sep BlockCipher cipher concode_elem_sep boolean encrypting concode_elem_sep byte[] cbcV concode_elem_sep byte[] IV concode_elem_sep byte[] cbcNextV concode_elem_sep int blockSize concode_field_sep void init concode_elem_sep int e...
int function ( byte [ ] arg0 , int arg1 , byte [ ] arg2 , int arg3 ) { return ( encrypting ) ? encryptBlock ( arg0 , arg1 , arg2 , arg3 ) : decryptBlock ( arg0 , arg1 , arg2 , arg3 ) ; }
89,083
get the name of the role concode_field_sep boolean isNew concode_elem_sep String name concode_elem_sep String id concode_field_sep void setName concode_elem_sep void setId concode_elem_sep String getId concode_elem_sep boolean isNew concode_elem_sep void setNew
String function ( ) { return name ; }
89,084
sets up a httpcontext for authentication concode_field_sep CloseableHttpClient httpClient concode_elem_sep String password concode_elem_sep String APPLICATION_JSON_HEADER concode_elem_sep String SPARQL_CONTENT_TYPE concode_elem_sep HttpClientContext ctx concode_elem_sep String keyId concode_elem_sep String dbaasName co...
void function ( ) { ctx = HttpClientContext . create ( ) ; UsernamePasswordCredentials loc0 = new UsernamePasswordCredentials ( keyId , password ) ; CredentialsProvider loc1 = new BasicCredentialsProvider ( ) ; loc1 . setCredentials ( AuthScope . ANY , loc0 ) ; ctx . setCredentialsProvider ( loc1 ) ; }
89,085
produce a jsonarray of jsonobjects from a comma delimited text string , using the first row as a source of names . concode_field_sep PlaceHolder placeHolder concode_field_sep String getValue concode_elem_sep JSONObject rowToJSONObject concode_elem_sep String rowToString concode_elem_sep String toString concode_elem_sep...
JSONArray function ( JSONTokener arg0 ) { return toJSONArray ( rowToJSONArray ( arg0 ) , arg0 ) ; }
89,086
sets the id . concode_field_sep Integer manualInput concode_elem_sep Integer useID concode_elem_sep String description concode_elem_sep Integer idLov concode_elem_sep List associatedChecks concode_elem_sep String selectionType concode_elem_sep String name concode_elem_sep List associatedRoles concode_elem_sep String de...
void function ( Integer arg0 ) { this . id = arg0 ; }
89,087
selects the unique object in this iterable that matches the given hamcrest matcher concode_field_sep Iterator<? extends T> innerIterator concode_elem_sep Iterable<? extends T> innerIterable concode_field_sep boolean all concode_elem_sep A max concode_elem_sep T forEach concode_elem_sep T forEach concode_elem_sep Lambda...
T function ( Matcher < ? > arg0 ) { return ( T ) Lambda . selectUnique ( getInner ( ) , arg0 ) ; }
89,088
when activating the service , we need to keep the bundle context . concode_field_sep I18nProvider i18nProvider concode_elem_sep BundleContext context concode_field_sep InputStream getResource concode_elem_sep void setI18nProvider concode_elem_sep Integer hasIcon concode_elem_sep Integer getPriority concode_elem_sep boo...
void function ( BundleContext arg0 ) { this . context = arg0 ; }
89,089
default navigation link and thus default content concode_field_sep List<Node> node concode_elem_sep NavigationDefault navigationDefault concode_elem_sep String label concode_field_sep void setNavigationDefault concode_elem_sep String getLabel concode_elem_sep void setLabel concode_elem_sep List<Node> getNode
NavigationDefault function ( ) { return navigationDefault ; }
89,090
get the parameter sql type . concode_field_sep int sqlType concode_elem_sep boolean nullable concode_elem_sep String parameterName concode_field_sep String getParameterName concode_elem_sep boolean isNullable
int function ( ) { return this . sqlType ; }
89,091
returns the number of rows matching the dynamic query . concode_field_sep DLSyncEventLocalService _service concode_field_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_elem_sep void deleteDLSyncEvents concode_elem_sep java.util.List<com.liferay.portlet.documentlibrary.mod...
long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , com . liferay . portal . kernel . dao . orm . Projection arg1 ) { return getService ( ) . dynamicQueryCount ( arg0 , arg1 ) ; }
89,092
return the content based string representation . concode_field_sep long serialVersionUID concode_elem_sep UID uid concode_elem_sep Activator activator concode_elem_sep ActivationGroup group concode_field_sep int hashCode concode_elem_sep void writeObject concode_elem_sep boolean equals concode_elem_sep Remote activate ...
String function ( ) { return uid . toString ( ) ; }
89,093
returns whether a package is allowed to be used . the algorithm checks with the current node for a result , and if none is found then calls its parent looking for a match . this will recurse looking for match . if there is no clear result then accessresult #unknown isreturned . concode_field_sep PkgControl mParent conc...
AccessResult function ( final String arg0 , final String arg1 ) { final AccessResult loc0 = localCheckAccess ( arg0 , arg1 ) ; if ( loc0 != AccessResult . UNKNOWN ) { return loc0 ; } else if ( mParent == null ) { return AccessResult . DISALLOWED ; } return mParent . checkAccess ( arg0 , arg1 ) ; }
89,094
returns the number of bits of space actually in use concode_field_sep int ADDRESS_BITS_PER_WORD concode_elem_sep int BITS_PER_WORD concode_elem_sep AtomicReferenceArray<AtomicLongArray> arrays concode_elem_sep long WORD_MASK concode_field_sep int nextClearBit concode_elem_sep boolean set concode_elem_sep void set conco...
int function ( ) { int loc0 ; for ( loc0 = arrays . length ( ) - 1 ; loc0 >= 0 ; loc0 -- ) { AtomicLongArray loc1 = arrays . get ( loc0 ) ; if ( loc1 != null ) break ; } return ( ( 1 << loc0 + 1 ) - 1 ) * BITS_PER_WORD ; }
89,095
getdeletecount concode_field_sep String COMPOSITE_TYPE_DESCRIPTION concode_elem_sep long updateCount concode_elem_sep long fetchCount concode_elem_sep String TABULAR_TYPE_NAME concode_elem_sep OpenType[] ITEM_TYPES concode_elem_sep CompositeType COMPOSITE_TYPE concode_elem_sep long loadCount concode_elem_sep long delet...
long function ( ) { return deleteCount ; }
89,096
sets the streaming method that will be used . if the mode is set to #mode_mediarecorder_api , raw audio/video will be encoded using the mediarecorder api . if the mode is set to #mode_mediacodec_api or to #mode_mediacodec_api_2 , audio/video will be encoded with using the mediacodec . the #mode_mediacodec_api_2 mode on...
void function ( byte arg0 ) { mRequestedMode = arg0 ; }
89,097
gets the value of the accountsubtype property . concode_field_sep Boolean prepaidAccount concode_elem_sep AccountTypeSubTypeEnum accountSubType concode_elem_sep AccountTypeEnum accountType concode_elem_sep LineTypeEnum lineType concode_elem_sep List<StarterKitFeeQueryParam.PostpaidAccount> postpaidAccount concode_elem_...
AccountTypeSubTypeEnum function ( ) { return accountSubType ; }
89,098
disable this callback list . all registered callbacks are unregistered , and the list is disabled so that future calls to #register willfail . this should be used when a service is stopping , to prevent clients from registering callbacks after it is stopped . concode_field_sep HashMap<IBinder,Callback> mCallbacks conco...
void function ( ) { synchronized ( mCallbacks ) { for ( Callback loc0 : mCallbacks . values ( ) ) { loc0 . mCallback . asBinder ( ) . unlinkToDeath ( loc0 , 0 ) ; } mCallbacks . clear ( ) ; mKilled = true ; } }
89,099
apex method name concode_field_sep NotifyForOperationsEnum notifyForOperations concode_elem_sep String APEX_METHOD concode_elem_sep String sObjectQuery concode_elem_sep Boolean notifyForOperationCreate concode_elem_sep String SOBJECT_CLASS concode_elem_sep String sObjectClass concode_elem_sep String JOB_ID concode_elem...
void function ( String arg0 ) { this . apexMethod = arg0 ; }