idx
int64
0
25k
question
stringlengths
68
5.61k
target
stringlengths
21
500
4,400
the friendly name for this dataset concode_field_sep String urn concode_elem_sep boolean isDefault concode_elem_sep Map<String,JsonBall> requirements concode_elem_sep String os concode_elem_sep ImmutableMap.Builder<String,JsonBall> requirements concode_elem_sep Date created concode_elem_sep String name concode_elem_sep...
String function ( ) { return name ; }
4,401
sets left . concode_field_sep L left concode_elem_sep R right concode_field_sep R getRight concode_elem_sep void setRight concode_elem_sep L getLeft
void function ( L arg0 ) { this . left = arg0 ; }
4,402
get a thread-local typed bytes writable input for the supplied typedbytesoutput . concode_field_sep ThreadLocal<TypedBytesWritableOutput> TB_OUT concode_elem_sep TypedBytesOutput out concode_field_sep void writeInt concode_elem_sep void writeText concode_elem_sep void writeByte concode_elem_sep void writeTypedBytes con...
TypedBytesWritableOutput function ( TypedBytesOutput arg0 ) { TypedBytesWritableOutput loc0 = TB_OUT . get ( ) ; loc0 . setTypedBytesOutput ( arg0 ) ; return loc0 ; }
4,403
gets the connection timeout concode_field_sep int port concode_elem_sep int connectAttemptsMax concode_elem_sep String clientId concode_elem_sep QoS willQos concode_elem_sep String userName concode_elem_sep boolean cleanSession concode_elem_sep short keepAliveInterval concode_elem_sep boolean willRetain concode_elem_se...
int function ( ) { return connectionTimeout ; }
4,404
configures how to handle unescaped quotes inside quoted values . if set to true , the parser will parse the quote normally as part of the value . if set the false , a textparsingexception will be thrown . defaults to true . concode_field_sep TextParsingSettings DEFAULT concode_elem_sep String emptyValue concode_elem_se...
void function ( boolean arg0 ) { this . parseUnescapedQuotes = arg0 ; }
4,405
increments number of processed files 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_sep long indexVersion concode_elem_sep long time concode_elem_sep lon...
void function ( long arg0 ) { processedFiles ++ ; processedSize += arg0 ; }
4,406
called when the renderer is disabled . the default implementation is a no-op . concode_field_sep int STATE_UNPREPARED concode_elem_sep int STATE_PREPARED concode_elem_sep long UNKNOWN_TIME_US concode_elem_sep int STATE_ENABLED concode_elem_sep long END_OF_TRACK_US concode_elem_sep int STATE_STARTED concode_elem_sep int...
void function ( ) { }
4,407
retrieves a stream to be used to write a stream of unicode characters to the clob value that this clob object represents , at position pos . concode_field_sep ClobDataID clob concode_elem_sep boolean isClosed concode_elem_sep SessionInterface session concode_field_sep int setString concode_elem_sep int setString concod...
Writer function ( long arg0 ) { throw Util . notSupported ( ) ; }
4,408
configures a the proxy to use for auth-server requests if provided . if the given adapterconfig contains the attribute proxy-url we use thegiven url as a proxy server , otherwise the proxy configuration is ignored . concode_field_sep TimeUnit socketTimeoutUnits concode_elem_sep TimeUnit establishConnectionTimeoutUnits ...
void function ( AdapterConfig arg0 ) { if ( arg0 == null || arg0 . getProxyUrl ( ) == null || arg0 . getProxyUrl ( ) . trim ( ) . isEmpty ( ) ) { return ; } URI loc0 = URI . create ( arg0 . getProxyUrl ( ) ) ; this . proxyHost = new HttpHost ( loc0 . getHost ( ) , loc0 . getPort ( ) , loc0 . getScheme ( ) ) ; }
4,409
distributes energy in material only on grain boundaries . concode_field_sep List<Point> recrystallizationBorderSeeds concode_elem_sep boolean recrystallizationMode concode_elem_sep int INCLUSION_VALUE concode_elem_sep boolean periodical concode_elem_sep Integer[][] storedEnergyH concode_elem_sep int DEFAULT_ENERGY conc...
void function ( ) { initializeEnergy ( ) ; List < Point > loc0 = findBorderSeeds ( ) ; for ( Point loc1 : loc0 ) { storedEnergyH [ loc1 . x ] [ loc1 . y ] = DEFAULT_ENERGY ; } }
4,410
returns the result of interpreting the object as an instance of ` eobject ' . this implementation returns null ; returning a non-null result will terminate the switch , but this is the last case anyway . concode_field_sep TimedependencyPackage modelPackage concode_field_sep T doSwitch concode_elem_sep T doSwitch concod...
T function ( EObject arg0 ) { return null ; }
4,411
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,412
returns a value that indicates whether any event listeners are registered for events . concode_field_sep CopyOnWriteArrayList<EVENT_LISTENER_TYPE> listeners concode_field_sep void fireEvent concode_elem_sep void removeListener concode_elem_sep void addListener
boolean function ( ) { return this . listeners . size ( ) > 0 ; }
4,413
create an instance of createcoordinationcontextresponsetype concode_field_sep QName _CreateCoordinationContextResponse_QNAME concode_elem_sep QName _Register_QNAME concode_elem_sep QName _RegisterResponse_QNAME concode_elem_sep QName _CreateCoordinationContext_QNAME concode_field_sep JAXBElement<CreateCoordinationConte...
CreateCoordinationContextResponseType function ( ) { return new CreateCoordinationContextResponseType ( ) ; }
4,414
adds an external resource . concode_field_sep QueryContext qc concode_elem_sep ArrayList<Data> datas concode_elem_sep ArrayList<String> collNames concode_elem_sep boolean globalData concode_elem_sep ItemList output concode_elem_sep HashMap<Class<? extends QueryResource>,QueryResource> external concode_elem_sep HashMap<...
void function ( final QueryResource arg0 ) { external . put ( arg0 . getClass ( ) , arg0 ) ; }
4,415
called when the user clicks cancel . concode_field_sep TextField streetField concode_elem_sep TextField cityField concode_elem_sep TextField birthdayField concode_elem_sep TextField postalCodeField concode_elem_sep Stage dialogStage concode_elem_sep Person person concode_elem_sep boolean okClicked concode_elem_sep Text...
void function ( ) { dialogStage . close ( ) ; }
4,416
removes the `` file : / / '' prefix from the given uri string , if applicable . if the given uri string does n't have a `` file : / / '' prefix , it is returned unchanged . concode_field_sep String _DATA concode_elem_sep String LOG_TAG concode_field_sep String getRealPathFromURI_API11to18 concode_elem_sep String getDat...
String function ( String arg0 ) { if ( arg0 . startsWith ( "srini_string" ) ) { arg0 = arg0 . substring ( 7 ) ; } return arg0 ; }
4,417
dumps object to xml string . concode_field_sep String NS concode_elem_sep ThreadLocal<Marshaller> defaultMarshaller concode_elem_sep JAXBContext defaultJaxbContext concode_elem_sep ThreadLocal<Unmarshaller> defaultUnmarshaller concode_field_sep T unmarshal concode_elem_sep T unmarshal concode_elem_sep T unmarshal conco...
String function ( MixType arg0 , boolean arg1 ) { StringWriter loc0 = new StringWriter ( ) ; marshal ( new StreamResult ( loc0 ) , arg0 , arg1 ) ; return loc0 . toString ( ) ; }
4,418
load a dataset from a list of url - assumes the urls name quads format documents concode_field_sep boolean checking concode_elem_sep Logger loaderLog concode_elem_sep boolean generateStats concode_elem_sep boolean showProgress concode_field_sep void setShowProgress concode_elem_sep void loadNamedGraph$ concode_elem_sep...
void function ( DatasetGraphTDB arg0 , List < String > arg1 ) { loadDataset$ ( arg0 , arg1 , showProgress ) ; }
4,419
get the set of properties for this db . concode_field_sep Properties _p concode_field_sep void init concode_elem_sep Status read concode_elem_sep void cleanup concode_elem_sep void setProperties concode_elem_sep Status scan concode_elem_sep Status update concode_elem_sep Status insert concode_elem_sep Status delete
Properties function ( ) { return _p ; }
4,420
performs a dynamic query on the database and returns an ordered 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...
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 , com . liferay . portal . kernel . util . OrderByComparator < T > arg3 ) { return _akismetDataLocalService . arg0 ( arg0 , arg1 , arg2 , arg3 ) ; }
4,421
keyby operation for connected data stream . assigns keys to the elements of input1 and input2 according to keypositions1 and keypositions2 . concode_field_sep StreamExecutionEnvironment environment concode_elem_sep DataStream<IN2> inputStream2 concode_elem_sep DataStream<IN1> inputStream1 concode_field_sep DataStream<I...
ConnectedStreams < IN1 , IN2 > function ( int [ ] arg0 , int [ ] arg1 ) { return new ConnectedStreams < > ( environment , inputStream1 . keyBy ( arg0 ) , inputStream2 . keyBy ( arg1 ) ) ; }
4,422
gets the id of the this node . concode_field_sep int distance concode_elem_sep List<LocationNode> sons concode_elem_sep LocationNode father concode_elem_sep boolean sonsFound concode_elem_sep long id concode_field_sep int getDistance concode_elem_sep LocationNode getFather concode_elem_sep void removeSon concode_elem_s...
long function ( ) { return id ; }
4,423
returns a bad blog . concode_field_sep Blog BAD_BLOG concode_elem_sep HandlerConfig config concode_field_sep Hashtable getBlogByUrl concode_elem_sep void init concode_elem_sep String suggestFeedUrl concode_elem_sep Hashtable getOPMLURLs concode_elem_sep boolean isIgnoring concode_elem_sep Hashtable getCommunityFields c...
Blog function ( ) { return BAD_BLOG ; }
4,424
determines whether the mapping strategy is driven by liquibase.util.csv.opencsv.bean.csvbind annotations . concode_field_sep Map<String,PropertyDescriptor> descriptorMap concode_elem_sep String[] header concode_elem_sep boolean annotationDriven concode_elem_sep Map<String,BeanField> fieldMap concode_elem_sep boolean de...
boolean function ( ) { if ( ! determinedIfAnnotationDriven ) { for ( Field loc0 : type . getDeclaredFields ( ) ) { if ( loc0 . isAnnotationPresent ( CsvBind . class ) ) { annotationDriven = true ; break ; } } determinedIfAnnotationDriven = true ; } return annotationDriven ; }
4,425
returns the free port on the local host . the function will spin until a valid port number is found . concode_field_sep String NEW_LINE concode_elem_sep char[] hexArray concode_elem_sep String VM_OPTIONS concode_elem_sep Unsafe unsafe concode_elem_sep String JAVA_OPTIONS concode_elem_sep double TIMEOUT_FACTOR concode_f...
int function ( ) { int loc0 = - 1 ; while ( loc0 <= 0 ) { Thread . sleep ( 100 ) ; ServerSocket loc1 = null ; try { loc1 = new ServerSocket ( 0 ) ; loc0 = loc1 . getLocalPort ( ) ; } finally { loc1 . close ( ) ; } } return loc0 ; }
4,426
get the calendar event id concode_field_sep boolean attended concode_elem_sep String calendarEventId concode_elem_sep String comments concode_elem_sep String calendarId concode_elem_sep String displayName concode_elem_sep String attendeeUserId concode_elem_sep String signupSiteId concode_field_sep String getCalendarId ...
String function ( ) { return calendarEventId ; }
4,427
find the image corresponding to a given name concode_field_sep int width concode_elem_sep int pictureArray[] concode_elem_sep int height concode_elem_sep boolean readImageData concode_elem_sep String imageName concode_elem_sep int bytePerPixel concode_elem_sep int bytesRead concode_elem_sep HashMap<String,PImage> image...
PImage function ( String arg0 ) { return images . get ( arg0 ) ; }
4,428
gets the target folder path as a file that includes the project location concode_field_sep PlaceHolder placeHolder concode_field_sep IProject getTargetProject concode_elem_sep void refreshTargetProject concode_elem_sep boolean createEmptyProject concode_elem_sep FeatureConfiguration getOutletFeatureConfiguration concod...
File function ( GeneratorEntry arg0 ) { String loc0 = getOutletFeatureConfiguration ( arg0 ) . getParameterValue ( ICoreFeatureConstants . OUTLET_FEATURE_TARGET_FOLDER ) . getStringValue ( ) ; return new File ( getTargetProject ( arg0 ) . getLocation ( ) . toFile ( ) . getPath ( ) + File . separator + loc0 ) ; }
4,429
gets the value of the jumpcreditdownpayment property . concode_field_sep BigDecimal remainingBillCredit concode_elem_sep String jumpCreditEIPPayOff concode_elem_sep LeaseInfo leaseInfo concode_elem_sep long serialVersionUID concode_elem_sep String adjustedTerm concode_elem_sep String finalDownPayment concode_elem_sep B...
String function ( ) { return jumpCreditDownPayment ; }
4,430
get regionserver to region map concode_field_sep Map<String,HRegionInfo> regionNameToRegionInfoMap concode_elem_sep Log LOG concode_elem_sep Map<ServerName,List<HRegionInfo>> regionServerToRegionMap concode_elem_sep Set<TableName> disabledTables concode_elem_sep Map<HRegionInfo,ServerName> regionToRegionServerMap conco...
Map < ServerName , List < HRegionInfo >> function ( ) { return regionServerToRegionMap ; }
4,431
returns true if boldface is enabled for this style . concode_field_sep Color color concode_elem_sep Font lastFont concode_elem_sep Font lastStyledFont concode_elem_sep boolean bold concode_elem_sep FontMetrics fontMetrics concode_elem_sep boolean italic concode_field_sep boolean isItalic concode_elem_sep FontMetrics ge...
boolean function ( ) { return bold ; }
4,432
this updates the current remote control client state and will override any other state . concode_field_sep String TAG concode_elem_sep AudioManager mAudioManager concode_elem_sep RemoteControlSeekBarHandler mSeekBar concode_elem_sep ComponentName mMediaButtonReceiverComponent concode_elem_sep RemoteControlClient mRemot...
void function ( final boolean arg0 ) { mIsMediaPlayerBuffering = arg0 ; if ( arg0 ) { setPlaybackState ( RemoteControlClient . PLAYSTATE_BUFFERING ) ; } else { setPlaybackState ( mPlaybackState ) ; } }
4,433
reset vector but do n't resize or clear elements concode_field_sep char[] array concode_elem_sep int DEFAULT_BLOCK_SIZE concode_elem_sep int blockSize concode_elem_sep int n concode_field_sep void trimToSize concode_elem_sep char get concode_elem_sep CharVector clone concode_elem_sep int length concode_elem_sep char[] ...
void function ( ) { n = 0 ; }
4,434
gets the maximum severity of all exceptions . it returns desktopexception.information _ severity if the list is empty . concode_field_sep List<DesktopException> exceptions concode_field_sep boolean add concode_elem_sep void add concode_elem_sep int getSeverityCount concode_elem_sep int getInfoCount concode_elem_sep int...
int function ( ) { int loc0 = DesktopException . INFORMATION_SEVERITY ; for ( DesktopException loc1 : exceptions ) loc0 = Math . max ( loc0 , loc1 . getSeverity ( ) ) ; return loc0 ; }
4,435
gets the amount guaranteed execution time concode_field_sep boolean atomic concode_elem_sep int sleepTime concode_elem_sep double value concode_field_sep double getValue concode_elem_sep void setSleepTime concode_elem_sep boolean isAtomic
int function ( ) { return sleepTime ; }
4,436
solves the system of linear equations : ax = b multiply by a-1 on both sides x = a-1b concode_field_sep double m00 concode_elem_sep double m11 concode_elem_sep double m10 concode_elem_sep double m01 concode_field_sep Matrix22 add concode_elem_sep Matrix22 product concode_elem_sep Vector2 product concode_elem_sep Matrix...
Vector2 function ( Vector2 arg0 ) { double loc0 = this . determinant ( ) ; if ( Math . abs ( loc0 ) > Epsilon . E ) { loc0 = 1.0 / loc0 ; } Vector2 loc1 = new Vector2 ( ) ; loc1 . x = loc0 * ( this . m11 * arg0 . x - this . m01 * arg0 . y ) ; loc1 . y = loc0 * ( this . m00 * arg0 . y - this . m10 * arg0 . x ) ; return ...
4,437
gets the transform of the viewport , transforms around the center . not a copy . concode_field_sep Mat22 inv2 concode_elem_sep Mat22 yFlipMat concode_elem_sep OBB box concode_elem_sep Mat22 R concode_elem_sep Vec2 center concode_elem_sep boolean yFlip concode_elem_sep Vec2 extents concode_elem_sep Mat22 inv concode_fie...
Mat22 function ( ) { return box . R ; }
4,438
add a new case statement to this builder . concode_field_sep PFBuilder<Throwable,Route> delegate concode_field_sep ExceptionHandlerBuilder matchAny concode_elem_sep ExceptionHandler build concode_elem_sep ExceptionHandlerBuilder match concode_elem_sep ExceptionHandlerBuilder match
ExceptionHandlerBuilder function ( final P arg0 , final FI . Apply < P , Route > arg1 ) { delegate . matchEquals ( arg0 , arg1 ) ; return this ; }
4,439
sets the create date of this social activity set . concode_field_sep SocialActivitySet _socialActivitySet concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGrou...
void function ( long arg0 ) { _socialActivitySet . setCreateDate ( arg0 ) ; }
4,440
indicates whether or not the property type is a list . concode_field_sep boolean bindable concode_elem_sep Class type concode_elem_sep boolean list concode_field_sep Class getType concode_elem_sep boolean isBindable
boolean function ( ) { return list ; }
4,441
returns the longitude of this point as radians . concode_field_sep S2LatLng CENTER concode_elem_sep double EARTH_RADIUS_METERS concode_elem_sep double latRadians concode_elem_sep double lngRadians concode_field_sep S2LatLng sub concode_elem_sep S2LatLng mul concode_elem_sep S2LatLng normalized concode_elem_sep S1Angle ...
double function ( ) { return lngRadians ; }
4,442
http/2 only . concode_field_sep int FLAG_CLEAR_PREVIOUSLY_PERSISTED_SETTINGS concode_elem_sep int DOWNLOAD_BANDWIDTH concode_elem_sep int HEADER_TABLE_SIZE concode_elem_sep int set concode_elem_sep int DEFAULT_INITIAL_WINDOW_SIZE concode_elem_sep int MAX_HEADER_LIST_SIZE concode_elem_sep int UPLOAD_BANDWIDTH concode_el...
int function ( int arg0 ) { int loc0 = 1 << MAX_HEADER_LIST_SIZE ; return ( loc0 & set ) != 0 ? values [ MAX_HEADER_LIST_SIZE ] : arg0 ; }
4,443
this is final on purpose , we rely on object equality in the concurrent has concode_field_sep Item next concode_elem_sep AtomicLong generator concode_elem_sep Item previous concode_elem_sep int hashCode concode_elem_sep long serial concode_field_sep int hashCode
boolean function ( Object arg0 ) { return arg0 != null && ( ( Item ) arg0 ) . serial == serial ; }
4,444
gets the value of the streetaddress2 property . concode_field_sep String cityName concode_elem_sep String streetAddress concode_elem_sep String provinceCode concode_elem_sep String countryCode concode_elem_sep String postalCode concode_elem_sep String streetAddress2 concode_elem_sep String provinceName concode_field_se...
String function ( ) { return streetAddress2 ; }
4,445
sets the value of the name property . concode_field_sep String name concode_elem_sep List<DescribeSoftphoneLayoutInfoFieldType> infoFields concode_elem_sep List<DescribeSoftphoneScreenPopOptionType> screenPopOptions concode_elem_sep List<DescribeSoftphoneLayoutSectionType> sections concode_elem_sep String screenPopsOpe...
void function ( String arg0 ) { this . name = arg0 ; }
4,446
specifies the transaction manager implementation that should be started . there is no default value and this must be set . generally , @literal com.atomikos.icatch.standalone.usertransactionservicefactory is thevalue you should set . concode_field_sep Map<String,String> values concode_field_sep void setConsoleFileName ...
void function ( String arg0 ) { set ( "srini_string" , arg0 ) ; }
4,447
builds a csv list from the specified string , separator string and quote string . all arguments are assumed to be non-null . separates each list element with the value of the separator argument . prepends and appends each element with the value of the quote argument . no attempt is made to escape the quote character se...
String function ( String [ ] arg0 , String arg1 , String arg2 ) { int loc0 = arg0 . length ; StringBuffer loc1 = new StringBuffer ( loc0 * 16 ) ; for ( int loc2 = 0 ; loc2 < loc0 ; loc2 ++ ) { loc1 . append ( arg2 ) ; loc1 . append ( arg0 [ loc2 ] ) ; loc1 . append ( arg2 ) ; if ( loc2 + 1 < loc0 ) { loc1 . append ( ar...
4,448
create new resource config that contains reloaddetectionresource singletonwith current nano time , so that we can detect when the application has been initialized . concode_field_sep Container container concode_field_sep void reload concode_elem_sep void setContainer
ResourceConfig function ( ) { ResourceConfig loc0 = new ResourceConfig ( ) ; loc0 . register ( ReloadDetectionResource . createNewInstance ( ) ) ; loc0 . register ( ContainerListener . class ) ; return loc0 ; }
4,449
sets the value of the overlay property . concode_field_sep CTLayout layout concode_elem_sep CTTextBody txPr concode_elem_sep CTTx tx concode_elem_sep CTBoolean overlay concode_elem_sep CTExtensionList extLst concode_elem_sep CTShapeProperties spPr concode_field_sep CTShapeProperties getSpPr concode_elem_sep CTTx getTx ...
void function ( CTBoolean arg0 ) { this . overlay = arg0 ; }
4,450
execute crosswalk , returning list of xml elements . returns a list of jdom element objects representing the xml produced by the crosswalk . this is typically called when a list of fields is desired , e.g. for embedding in a mets document xmldata field . when there are no results , an empty list is returned , but never...
List < Element > function ( Context arg0 , DSpaceObject arg1 ) { Element loc0 = disseminateElement ( arg0 , arg1 ) ; return loc0 . getChildren ( ) ; }
4,451
a patch operation whose value indicates the operation to perform . its value must be one of `` add '' , `` remove '' , `` replace '' , `` move '' , `` copy '' , or `` test '' ; other values are errors . concode_field_sep String op concode_elem_sep String path concode_elem_sep String from concode_elem_sep String value c...
void function ( String arg0 ) { this . op = arg0 ; }
4,452
whether the contents of the field can be returned in the search results . concode_field_sep String sourceFields concode_elem_sep Boolean returnEnabled concode_elem_sep String defaultValue concode_elem_sep Boolean facetEnabled concode_elem_sep Boolean searchEnabled concode_field_sep void setDefaultValue concode_elem_sep...
void function ( Boolean arg0 ) { this . returnEnabled = arg0 ; }
4,453
returns the value of the given option . concode_field_sep Map<String,ParsedCommandLineOption> optionsByString concode_elem_sep Set<String> presentOptions concode_elem_sep List<String> extraArguments concode_field_sep List<String> getExtraArguments concode_elem_sep boolean hasOption concode_elem_sep boolean hasAnyOption...
ParsedCommandLineOption function ( String arg0 ) { ParsedCommandLineOption loc0 = optionsByString . get ( arg0 ) ; if ( loc0 == null ) { throw new IllegalArgumentException ( String . format ( "srini_string" , arg0 ) ) ; } return loc0 ; }
4,454
checks if the param argument indicates a valid parameter position . concode_field_sep int[] types concode_elem_sep int[] modes concode_elem_sep int parameterCount concode_elem_sep int[] nullability concode_elem_sep boolean[] isIdentity concode_elem_sep String[] classNames concode_elem_sep DITypeInfo ti concode_field_se...
void function ( int arg0 ) { if ( arg0 < 1 || arg0 > parameterCount ) { String loc0 = arg0 + "srini_string" ; throw jdbcDriver . sqlException ( Trace . INVALID_JDBC_ARGUMENT , loc0 ) ; } }
4,455
generate the login ticket . concode_field_sep UniqueTicketIdGenerator ticketIdGenerator concode_elem_sep Logger logger concode_elem_sep String PREFIX concode_field_sep void setTicketIdGenerator
String function ( final RequestContext arg0 ) { final String loc0 = this . ticketIdGenerator . getNewTicketId ( PREFIX ) ; logger . debug ( "srini_string" , loc0 ) ; WebUtils . putLoginTicket ( arg0 , loc0 ) ; return "srini_string" ; }
4,456
get the uri this result came from . each transport instance connects to at most one uri at any point in time . concode_field_sep StringBuilder messageBuffer concode_elem_sep String peerUserAgent concode_elem_sep Map<String,Ref> advertisedRefs concode_elem_sep URIish uri concode_elem_sep SortedMap<String,TrackingRefUpda...
URIish function ( ) { return uri ; }
4,457
return the max boundary of the expected count range . concode_field_sep int minCount concode_elem_sep int maxCount concode_field_sep int getMinCount concode_elem_sep ExpectedCount never concode_elem_sep ExpectedCount twice concode_elem_sep ExpectedCount times concode_elem_sep ExpectedCount min concode_elem_sep Expected...
int function ( ) { return this . maxCount ; }
4,458
return md5 from string as string concode_field_sep byte padding[] concode_elem_sep InputStream in concode_elem_sep byte buffer[] concode_elem_sep int state[] concode_elem_sep long count concode_elem_sep byte digest[] concode_field_sep int FF concode_elem_sep int GG concode_elem_sep int HH concode_elem_sep int II concod...
String function ( String arg0 ) { return new MD5 ( arg0 ) . getDigest ( ) ; }
4,459
remove a requestfinishedlistener . has no effect if listener was not previously added . concode_field_sep Map<String,Queue<Request<?>>> mWaitingRequests concode_elem_sep Set<Request<?>> mCurrentRequests concode_elem_sep PriorityBlockingQueue<Request<?>> mCacheQueue concode_elem_sep CacheDispatcher mCacheDispatcher conc...
void function ( RequestFinishedListener < T > arg0 ) { synchronized ( mFinishedListeners ) { mFinishedListeners . remove ( arg0 ) ; } }
4,460
setforeignsource concode_field_sep Map<String,Integer> m_foreignIdToNodeMap concode_elem_sep ImportStatistics m_stats concode_elem_sep int m_writeThreads concode_elem_sep Iterator<ImportOperation> m_currentIter concode_elem_sep int m_scanThreads concode_elem_sep Iterator<Iterator<ImportOperation>> m_iterIter concode_el...
void function ( String arg0 ) { m_foreignSource = arg0 ; }
4,461
gets the timezone location used to identify this time zone . concode_field_sep boolean currentlyShowing concode_elem_sep Polygon mapPolygon concode_elem_sep DateFormat dateFormat concode_elem_sep String id concode_elem_sep String abbreviation concode_elem_sep String mapCommandButtonId concode_field_sep boolean getCurre...
String function ( ) { return id ; }
4,462
returns the j i r a action with the primary key . concode_field_sep JIRAActionLocalService _service concode_field_sep com.liferay.socialcoding.model.JIRAAction deleteJIRAAction concode_elem_sep com.liferay.socialcoding.model.JIRAAction deleteJIRAAction concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_...
com . liferay . socialcoding . model . JIRAAction function ( long arg0 ) { return getService ( ) . getJIRAAction ( arg0 ) ; }
4,463
removes all the character - keystroke mappings . concode_field_sep Map<Character,KeyStroke> CHAR_TO_KEY_STROKE concode_elem_sep Map<KeyStroke,Character> KEY_STROKE_TO_CHAR concode_field_sep void add concode_elem_sep void addKeyStrokesFrom concode_elem_sep void initialize concode_elem_sep KeyStroke keyStrokeFor concode_...
void function ( ) { CHAR_TO_KEY_STROKE . clear ( ) ; KEY_STROKE_TO_CHAR . clear ( ) ; }
4,464
this breaks up the full command line string into space-delimited and/or quoted command line arguments . this currently does not handle escaping characters such as quotes . concode_field_sep LoggingCommandLineConverter loggingCommandLineConverter concode_field_sep boolean hasCommandLineOptionsDefined concode_elem_sep bo...
String [ ] function ( String arg0 ) { List < String > loc0 = ArgumentsSplitter . split ( arg0 ) ; return loc0 . toArray ( new String [ loc0 . size ( ) ] ) ; }
4,465
returns the confirmation code for the created account concode_field_sep String temporaryPassword concode_elem_sep String confirmationCode concode_elem_sep String notification concode_elem_sep int tenantId concode_elem_sep String notificationType concode_elem_sep String userId concode_elem_sep String tenantDomain concod...
String function ( ) { return confirmationCode ; }
4,466
returns a randomly initialized tensor with values draft from the uniform distribution between minvalue and maxvalue . concode_field_sep SimpleMatrix[] slices concode_elem_sep int numRows concode_elem_sep int numSlices concode_elem_sep Iterator<SimpleTensor> tensors concode_elem_sep Iterator<SimpleMatrix> currentIterato...
SimpleTensor function ( int arg0 , int arg1 , int arg2 , double arg3 , double arg4 , java . util . Random arg5 ) { SimpleTensor loc0 = new SimpleTensor ( arg0 , arg1 , arg2 ) ; for ( int loc1 = 0 ; loc1 < arg2 ; ++ loc1 ) { loc0 . slices [ loc1 ] = SimpleMatrix . random ( arg0 , arg1 , arg3 , arg4 , arg5 ) ; } return l...
4,467
clears all associations between resources and text changes . concode_field_sep Map fMap concode_elem_sep boolean fKeepExecutedTextEdits concode_field_sep boolean containsChangesIn concode_elem_sep TextEditBasedChange get concode_elem_sep TextEditBasedChange remove concode_elem_sep TextEditBasedChange[] getAllChanges co...
void function ( ) { fMap . clear ( ) ; }
4,468
determine whether the given value string indicates a hex number , i.e. needs to be passed into integer.decode instead of integer.valueof , etc. . concode_field_sep BigInteger LONG_MAX concode_elem_sep Set<Class<?>> STANDARD_NUMBER_TYPES concode_elem_sep BigInteger LONG_MIN concode_field_sep T parseNumber concode_elem_s...
boolean function ( String arg0 ) { int loc0 = ( arg0 . startsWith ( "srini_string" ) ? 1 : 0 ) ; return ( arg0 . startsWith ( "srini_string" , loc0 ) || arg0 . startsWith ( "srini_string" , loc0 ) || arg0 . startsWith ( "srini_string" , loc0 ) ) ; }
4,469
get the current lock options concode_field_sep LockOptions lockOptions concode_elem_sep int guesstimatedBufferSize concode_elem_sep String whereClause concode_elem_sep String fromClause concode_elem_sep Dialect dialect concode_elem_sep String selectClause concode_elem_sep String outerJoinsAfterWhere concode_elem_sep St...
LockOptions function ( ) { return lockOptions ; }
4,470
returns the number of apps . concode_field_sep ServiceTracker<AppLocalService,AppLocalService> _serviceTracker concode_field_sep com.liferay.marketplace.model.App fetchAppByUuidAndCompanyId concode_elem_sep com.liferay.marketplace.model.App updateApp concode_elem_sep com.liferay.marketplace.model.App updateApp concode_...
int function ( ) { return getService ( ) . getAppsCount ( ) ; }
4,471
helper method to get the port from the configuration concode_field_sep PlaceHolder placeHolder concode_field_sep String getVersion concode_elem_sep String getHostname concode_elem_sep String getConfigurationValue concode_elem_sep String getSchemeFromProtocol concode_elem_sep String getProtocol concode_elem_sep String g...
Integer function ( ) { return Integer . parseInt ( SystemBaseUrl . getPort ( ) ) ; }
4,472
handle errors concode_field_sep Logger LOG concode_elem_sep ReadableByteChannel in concode_elem_sep HttpServletResponse response concode_elem_sep AsyncContext context concode_elem_sep WritableByteChannel outChannel concode_elem_sep ServletOutputStream out concode_elem_sep ByteBuffer buffer concode_field_sep void onWrit...
void function ( Throwable arg0 ) { try { FileLfsServlet . sendError ( response , HttpStatus . SC_INTERNAL_SERVER_ERROR , arg0 . getMessage ( ) ) ; context . complete ( ) ; in . close ( ) ; } catch ( IOException loc0 ) { LOG . log ( Level . SEVERE , loc0 . getMessage ( ) , loc0 ) ; } }
4,473
returns the transform output , in unexpanded form . concode_field_sep POutput output concode_elem_sep PInput input concode_elem_sep PTransform<?,?> transform concode_elem_sep TransformTreeNode enclosingNode concode_elem_sep boolean finishedSpecifying concode_elem_sep Map<PValue,TransformTreeNode> inputs concode_elem_se...
POutput function ( ) { return output ; }
4,474
parse a json stream and call a function for each entry . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isJson concode_elem_sep Json getParser concode_elem_sep void jsonEntry
void function ( JsonFactory arg0 , Reader arg1 , ParseCallback arg2 ) { try { Json loc0 = getParser ( arg0 , arg1 ) ; loc0 . parseJsonCallback ( arg2 ) ; } catch ( Throwable loc0 ) { throw new JsonException ( loc0 , "srini_string" ) ; } }
4,475
returns an existing error info , or null if the given key is not currently in thegraph . concode_field_sep PlaceHolder placeHolder concode_field_sep ConfiguredTargetValue getExistingConfiguredTargetValue concode_elem_sep Iterable<ConfiguredTarget> getAllExistingConfiguredTargets concode_elem_sep SkyValue getExistingVal...
ErrorInfo function ( SkyframeExecutor arg0 , SkyKey arg1 ) { return arg0 . getEvaluatorForTesting ( ) . getExistingErrorForTesting ( arg1 ) ; }
4,476
generates a label for the specified series . this label will be used for the chart legend . concode_field_sep String formatPattern concode_elem_sep long serialVersionUID concode_elem_sep String DEFAULT_LABEL_FORMAT concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Object clone concode_elem...
String function ( XYDataset arg0 , int arg1 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } String loc0 = MessageFormat . format ( this . formatPattern , createItemArray ( arg0 , arg1 ) ) ; return loc0 ; }
4,477
retrieves the map object that represents the rights that have been granted on database objects . the map has keys and values with the following interpretation : the keys are generally but not limited to objects having an attribute or value equal to the name of an actual database object . specifically , the keys act as ...
IntValueHashMap function ( ) { return rightsMap ; }
4,478
tests if the given character is present in the array of characters . concode_field_sep int pos concode_elem_sep int len concode_elem_sep boolean lowerCaseNames concode_elem_sep int i1 concode_elem_sep int i2 concode_elem_sep char[] chars concode_field_sep boolean hasChar concode_elem_sep void setLowerCaseNames concode_...
boolean function ( char arg0 , final char [ ] arg1 ) { boolean loc0 = false ; for ( int loc1 = 0 ; loc1 < arg1 . length ; loc1 ++ ) { if ( arg0 == arg1 [ loc1 ] ) { loc0 = true ; break ; } } return loc0 ; }
4,479
creates a new ccitt fax compressed image xobject from a tiff file . concode_field_sep PlaceHolder placeHolder concode_field_sep int readshort concode_elem_sep PDImageXObject createFromFile concode_elem_sep PDImageXObject createFromFile concode_elem_sep int readlong concode_elem_sep PDImageXObject createFromRandomAccess...
PDImageXObject function ( PDDocument arg0 , RandomAccess arg1 , int arg2 ) { return createFromRandomAccessImpl ( arg0 , arg1 , arg2 ) ; }
4,480
unsupported . concode_field_sep BufferedReader bufferedReader concode_elem_sep String cachedLine concode_elem_sep boolean finished concode_field_sep Object next concode_elem_sep String nextLine concode_elem_sep boolean hasNext concode_elem_sep boolean isValidLine concode_elem_sep void closeQuietly concode_elem_sep void...
void function ( ) { throw new UnsupportedOperationException ( "srini_string" ) ; }
4,481
sets the properties of this shopping order item . concode_field_sep ShoppingOrderItem _shoppingOrderItem concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_elem_sep boolean ...
void function ( java . lang . String arg0 ) { _shoppingOrderItem . setProperties ( arg0 ) ; }
4,482
gets the value of the name property . concode_field_sep BigDecimal comparisonPrice concode_elem_sep Boolean isOfferApplicable concode_elem_sep BigInteger productId concode_elem_sep Boolean isComparisonPriceSet concode_elem_sep BigDecimal salePrice concode_elem_sep BigDecimal overridePrice concode_elem_sep BigDecimal or...
String function ( ) { return name ; }
4,483
this subprogram sets the value of the unit_id attribute concode_field_sep String Unit_ID concode_elem_sep Integer Priority concode_field_sep boolean Is_Higher_Priority_Then concode_elem_sep String Unit_ID concode_elem_sep void Set_Priority concode_elem_sep void Execute concode_elem_sep int Priority
void function ( String arg0 ) { Unit_ID = arg0 ; }
4,484
gets a script file from a scriptable target . concode_field_sep String VAR_NAME_GVRF concode_elem_sep Map<String,ScriptEngine> mEngines concode_elem_sep Map<String,Object> mGlobalVariables concode_elem_sep Map<String,TargetResolver> sBuiltinTargetMap concode_elem_sep GVRContext mGvrContext concode_elem_sep String LANG_...
GVRScriptFile function ( IScriptable arg0 ) { return mScriptMap . get ( arg0 ) ; }
4,485
get the short name of the specified class by striping off the package name . concode_field_sep Class[] PRIMITIVE_WRAPPER_MAP concode_elem_sep char PACKAGE_SEPARATOR_CHAR concode_elem_sep String PACKAGE_SEPARATOR concode_elem_sep String DEFAULT_PACKAGE_NAME concode_elem_sep Map PRIMITIVE_NAME_TYPE_MAP concode_field_sep ...
String function ( final Class arg0 ) { return stripPackageName ( arg0 . getName ( ) ) ; }
4,486
calculates the indent that should be used for the line at specified offset in the specified editor . concode_field_sep PlaceHolder placeHolder concode_field_sep int getRightMargin concode_elem_sep boolean projectUsesOwnSettings concode_elem_sep int getIndentSize concode_elem_sep int getTabSize concode_elem_sep boolean ...
String function ( @ NotNull Editor arg0 , @ Nullable Language arg1 , int arg2 ) { return getLineIndent ( arg0 . getDocument ( ) , arg2 ) ; }
4,487
returns a clone of the byte array used to store the data in a bitbuf . concode_field_sep int bitlen concode_elem_sep char hexchars[] concode_elem_sep StringBuffer binbyte concode_elem_sep int masks[] concode_elem_sep byte data[] concode_elem_sep StringBuffer hexbyte concode_field_sep int toInt concode_elem_sep String t...
byte [ ] function ( ) { return ( byte [ ] ) data . clone ( ) ; }
4,488
reads and returns the remainder of the input , as a string . concode_field_sep Pattern EMPTY_PATTERN concode_elem_sep String CHARSET_NAME concode_elem_sep Locale LOCALE concode_elem_sep Scanner scanner concode_elem_sep Pattern WHITESPACE_PATTERN concode_elem_sep Pattern EVERYTHING_PATTERN concode_field_sep void resync ...
String function ( ) { if ( ! scanner . hasNextLine ( ) ) return "srini_string" ; String loc0 = scanner . useDelimiter ( EVERYTHING_PATTERN ) . next ( ) ; scanner . useDelimiter ( WHITESPACE_PATTERN ) ; return loc0 ; }
4,489
todo handle arbitrary level of network names . concode_field_sep String nodeName concode_elem_sep Pattern splitPattern concode_elem_sep String rackName concode_field_sep String process concode_elem_sep LoggedLocation makeLoggedLocation concode_elem_sep int distance concode_elem_sep String nameComponent concode_elem_sep...
int function ( ) { return 3 ; }
4,490
sets the value of the statement property . concode_field_sep UserTeamAssociationAction userTeamAssociationAction concode_elem_sep Statement statement concode_field_sep void setUserTeamAssociationAction concode_elem_sep UserTeamAssociationAction getUserTeamAssociationAction concode_elem_sep Statement getStatement
void function ( Statement arg0 ) { this . statement = arg0 ; }
4,491
creates an id using another id to supply default values . concode_field_sep int RESERVED concode_elem_sep StructuredDataId ORIGIN concode_elem_sep long serialVersionUID concode_elem_sep int enterpriseNumber concode_elem_sep String AT_SIGN concode_elem_sep StructuredDataId META concode_elem_sep int MAX_LENGTH concode_el...
StructuredDataId function ( final StructuredDataId arg0 ) { if ( arg0 == null ) { return this ; } return makeId ( arg0 . getName ( ) , arg0 . getEnterpriseNumber ( ) ) ; }
4,492
asserts that the given array does not contain the given values . 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 assertNullOrEmp...
void function ( AssertionInfo arg0 , long [ ] arg1 , long [ ] arg2 ) { arrays . assertDoesNotContain ( arg0 , failures , arg1 , arg2 ) ; }
4,493
returns the number of comment ranges in this comment line . concode_field_sep LinkedList fRanges concode_elem_sep int fAttributes concode_elem_sep CommentRegion fParent concode_elem_sep String NON_FORMAT_START_PREFIX concode_field_sep CommentRange formatLine concode_elem_sep CommentRegion getParent concode_elem_sep Str...
int function ( ) { return fRanges . size ( ) ; }
4,494
loads and instantiates a derived class using its default constructor . concode_field_sep SecurityManager SECURITY_MANAGER concode_elem_sep Boolean ignoreTCCL concode_elem_sep ClassLoader classLoader concode_elem_sep boolean GET_CLASS_LOADER_DISABLED concode_elem_sep PrivilegedAction<ClassLoader> TCCL_GETTER concode_ele...
T function ( final String arg0 , final Class < T > arg1 ) { return arg1 . cast ( newInstanceOf ( arg0 ) ) ; }
4,495
get list of previous permissions , from last refreshmonitoredlist call and they may be outdated , use getgrantedpermissions to get current concode_field_sep SharedPreferences sharedPreferences concode_elem_sep String TAG concode_elem_sep String KEY_PREV_PERMISSIONS concode_elem_sep String KEY_IGNORED_PERMISSIONS concod...
ArrayList < String > function ( ) { ArrayList < String > loc0 = new ArrayList < String > ( ) ; loc0 . addAll ( sharedPreferences . getStringSet ( KEY_PREV_PERMISSIONS , new HashSet < String > ( ) ) ) ; return loc0 ; }
4,496
returns true if the response is ok . concode_field_sep int GZIP_MAGIC_NUMBER_BYTE_1 concode_elem_sep Map<String,Serializable> requestAttributes concode_elem_sep long timeToLiveSeconds concode_elem_sep java.util.Set<String> IGNORED_INTERFACES concode_elem_sep long ONE_YEAR_IN_SECONDS concode_elem_sep Date created concod...
boolean function ( ) { return statusCode == HttpServletResponse . SC_OK ; }
4,497
user status concode_field_sep String password concode_elem_sep String phone concode_elem_sep String lastName concode_elem_sep Integer userStatus concode_elem_sep String username concode_elem_sep Long id concode_elem_sep String firstName concode_elem_sep String email concode_field_sep String getPhone concode_elem_sep Us...
User function ( Integer arg0 ) { this . userStatus = arg0 ; return this ; }
4,498
gets the file location of the given map concode_field_sep File mapDataDir concode_elem_sep TemplateManager structureTemplateManager concode_elem_sep String saveDirectoryName concode_elem_sep File worldDirectory concode_elem_sep DataFixer dataFixer concode_elem_sep Logger LOGGER concode_elem_sep File playersDirectory co...
File function ( String arg0 ) { return new File ( this . mapDataDir , arg0 + "srini_string" ) ; }
4,499
convert a list of local condition s into an array of wsdl-style org.fcrepo.server.types.gen.condition condition s. concode_field_sep PlaceHolder placeHolder concode_field_sep org.fcrepo.server.types.gen.FieldSearchQuery convertFieldSearchQueryToGenFieldSearchQuery concode_elem_sep List<RelationshipInfo> convertGenRelsT...
List < org . fcrepo . server . types . gen . Condition > function ( List < Condition > arg0 ) { List < org . fcrepo . server . types . gen . Condition > loc0 = new ArrayList < org . fcrepo . server . types . gen . Condition > ( ) ; for ( Condition loc1 : arg0 ) { loc0 . add ( convertConditionToGenCondition ( loc1 ) ) ;...