idx
int64
0
100k
question
stringlengths
68
7.19k
target
stringlengths
20
663
36,900
set the the specified scrolling interpolator concode_field_sep Handler animationHandler concode_elem_sep int MIN_DELTA_FOR_SCROLLING concode_elem_sep ScrollingListener listener concode_elem_sep SimpleOnGestureListener gestureListener concode_elem_sep float lastTouchedY concode_elem_sep boolean isScrollingPerformed conc...
void function ( Interpolator arg0 ) { scroller . forceFinished ( true ) ; scroller = new Scroller ( context , arg0 ) ; }
36,901
indicates whether this is a get transition from a collection resource state to an entity resource state within the same entity . concode_field_sep int REDIRECT concode_elem_sep Map<String,String> uriParameters concode_elem_sep int AUTO concode_elem_sep String method concode_elem_sep int EMBEDDED concode_elem_sep int fl...
boolean function ( ) { return source != null && command . getMethod ( ) != null && command . getMethod ( ) . equals ( "srini_string" ) && source . getEntityName ( ) . equals ( target . getEntityName ( ) ) && source instanceof CollectionResourceState && ( target instanceof ResourceState && ! ( target instanceof Collecti...
36,902
given a path return the number of free bytes in the filesystem containing the path . concode_field_sep String LOG_TAG concode_field_sep boolean testSaveLocationExists concode_elem_sep File constructFilePaths concode_elem_sep long getFreeExternalStorageSpace concode_elem_sep boolean testFileExists
long function ( String arg0 ) { try { StatFs loc0 = new StatFs ( arg0 ) ; long loc1 = loc0 . getBlockSize ( ) ; long loc2 = loc0 . getAvailableBlocks ( ) ; return loc2 * loc1 ; } catch ( IllegalArgumentException loc0 ) { return 0 ; } }
36,903
computes the corresponding longitude for a given view x coordinate . concode_field_sep float unitsPerInch concode_elem_sep float dotsPerInch concode_elem_sep float originLat concode_elem_sep float dotsPerDeg concode_elem_sep float originLon concode_elem_sep float lonCorr concode_field_sep float getDotsPerDeg concode_el...
float function ( int arg0 ) { return arg0 / ( dotsPerDeg * lonCorr ) + originLon ; }
36,904
returns true if there 's another proxy to try . concode_field_sep int nextSocketAddressIndex concode_elem_sep List<Route> postponedRoutes concode_elem_sep int TLS_MODE_MODERN concode_elem_sep Address address concode_elem_sep Iterator<Proxy> proxySelectorProxies concode_elem_sep ConnectionPool pool concode_elem_sep Dns ...
boolean function ( ) { return hasNextProxy ; }
36,905
equivalent to getlocaltime year , month , day , long time . concode_field_sep int STD concode_elem_sep long currentTime concode_elem_sep int WALL concode_elem_sep Gregorian gcal concode_elem_sep long time concode_elem_sep int type concode_elem_sep int UTC concode_field_sep String getTypeForSimpleTimeZone concode_elem_s...
long function ( int arg0 , Month arg1 , int arg2 , int arg3 ) { return getLocalTime ( arg0 , arg1 , arg2 , ( long ) arg3 ) ; }
36,906
gets the value of the msisdn property . concode_field_sep BlockDetails deviceBlockDetails concode_elem_sep SkuDetails skuDetails concode_elem_sep String quickCode concode_elem_sep long serialVersionUID concode_elem_sep SerialNumberDetails serialNumberInfo concode_elem_sep String imsi concode_elem_sep String msisdn conc...
String function ( ) { return msisdn ; }
36,907
method will add a value to a existing key or create a key and a value to amp concode_field_sep Map<String,List<String>> map concode_field_sep void readFile concode_elem_sep ArrayList<String> searchMap concode_elem_sep void main concode_elem_sep boolean remove
void function ( Map < KEY , List < VALUE >> arg0 , KEY arg1 , VALUE arg2 ) { arg0 . compute ( arg1 , ( s , strings ) -> strings == null ? new ArrayList < > ( ) : strings ) . add ( arg2 ) ; }
36,908
updates the instance to wrap data , and resets the position to zero . concode_field_sep byte[] data concode_elem_sep int limit concode_elem_sep int position concode_field_sep int readLittleEndianInt concode_elem_sep int readLittleEndianInt24 concode_elem_sep int readSynchSafeInt concode_elem_sep int readUnsignedIntToIn...
void function ( byte [ ] arg0 , int arg1 ) { this . data = arg0 ; this . limit = arg1 ; position = 0 ; }
36,909
return type metadata object concode_field_sep com.google.api.ads.adwords.axis.v201406.cm.AdParam[] entries concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Integer totalNumEntries concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_fiel...
org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; }
36,910
the db log files returned . note : this method appends the values to the existing list if any . use #setdescribedblogfiles java.util.collection or #withdescribedblogfiles java.util.collection if you want tooverride the existing values . returns a reference to this object so that method calls can be chained together . c...
DescribeDBLogFilesResult function ( DescribeDBLogFilesDetails ... arg0 ) { if ( getDescribeDBLogFiles ( ) == null ) setDescribeDBLogFiles ( new java . util . ArrayList < DescribeDBLogFilesDetails > ( arg0 . length ) ) ; for ( DescribeDBLogFilesDetails loc0 : arg0 ) { getDescribeDBLogFiles ( ) . add ( loc0 ) ; } return ...
36,911
opens a new neo4j mapping session using the driver specified in the ogm configurationthe driver should be configured to connect to the database using the appropriate driverconfig concode_field_sep MetaData metaData concode_elem_sep AutoIndexManager autoIndexManager concode_field_sep MetaData metaData concode_elem_sep v...
Session function ( ) { return new Neo4jSession ( metaData , Components . driver ( ) ) ; }
36,912
get a unique file prefix for the system store for video . this is based on the root `` file : / / / store/home/user / date-time - '' + xxxxx where the client provides the xxxxx . this methods puts the date and time in the filename , so that a new directory is not created in each case concode_field_sep String VIDEO_PATH...
String function ( String arg0 ) { StringBuffer loc0 = new StringBuffer ( AUDIO_PATH ) ; Date loc1 = new Date ( System . currentTimeMillis ( ) ) ; loc0 . append ( dateTime . format ( loc1 ) ) ; loc0 . append ( "srini_string" ) . append ( arg0 ) ; return loc0 . toString ( ) ; }
36,913
gets the value of the nextgameresult property . concode_field_sep TGameInfo nextGameResult concode_field_sep void setNextGameResult
TGameInfo function ( ) { return nextGameResult ; }
36,914
removes the specified listener from this contexteventrepeater . concode_field_sep Log log concode_elem_sep String MESSAGING_CONTEXT_EVENT_PUBLISHER_CLASS_NAME concode_elem_sep Map bufferedContextEvents concode_elem_sep ContextEventPublisher contextEventPublisher concode_elem_sep Map listeners concode_elem_sep String AS...
void function ( ContextEventListener arg0 ) { if ( arg0 == null ) { return ; } listeners . remove ( arg0 ) ; }
36,915
use this flag to detect if the input `` is over '' the gvrsceneobject . note that the definition of this value varies based on the cursortype . concode_field_sep Cursor cursor concode_elem_sep Object recyclerLock concode_elem_sep CursorEvent next concode_elem_sep boolean isColliding concode_elem_sep KeyEvent keyEvent c...
boolean function ( ) { return isOver ; }
36,916
initializes the carbon event broker . loads subscriptions new notifier manager set to delivery manager . concode_field_sep CarbonNotificationManager notificationManager concode_elem_sep ExecutorService executor concode_elem_sep SubscriptionManager subscriptionManager concode_elem_sep TopicManagerService topicManagerSer...
void function ( ) { this . notificationManager = new CarbonNotificationManager ( ) ; this . deliveryManager . setNotificationManager ( this . notificationManager ) ; loadExistingSubscriptions ( ) ; }
36,917
gets the value of the rval property . concode_field_sep TeamPage rval concode_field_sep void setRval
TeamPage function ( ) { return rval ; }
36,918
create a single entry map concode_field_sep PlaceHolder placeHolder concode_field_sep Map<String,String> hostnamePortPair concode_elem_sep Map<String,String> hostnamePortPair concode_elem_sep void validateEndpoint concode_elem_sep Endpoint inetAddrEndpoint concode_elem_sep Map<String,String> uri concode_elem_sep List<S...
Map < String , String > function ( String arg0 , String arg1 ) { Map < String , String > loc0 = new HashMap < String , String > ( 1 ) ; loc0 . put ( arg0 , arg1 ) ; return loc0 ; }
36,919
gets the value of the amount property . concode_field_sep String amount concode_elem_sep String checkNum concode_elem_sep long serialVersionUID concode_field_sep String getCheckNum concode_elem_sep void setAmount concode_elem_sep void setCheckNum
String function ( ) { return amount ; }
36,920
obtain the transactional entitymanager for this accessor 's entitymanagerfactory , if any . concode_field_sep EntityManagerFactory entityManagerFactory concode_elem_sep String persistenceUnitName concode_elem_sep Log logger concode_elem_sep Map<String,Object> jpaPropertyMap concode_field_sep void setEntityManagerFactor...
EntityManager function ( ) { EntityManagerFactory loc0 = getEntityManagerFactory ( ) ; Assert . state ( loc0 != null , "srini_string" ) ; return EntityManagerFactoryUtils . getTransactionalEntityManager ( loc0 , getJpaPropertyMap ( ) ) ; }
36,921
sets when to flush a new bulk request based on the number of actions currently added . defaults to 1000 . can be set to -1 to disable it . concode_field_sep int concurrentRequests concode_elem_sep AtomicLong executionIdGen concode_elem_sep Listener listener concode_elem_sep int bulkActions concode_elem_sep ScheduledThr...
Builder function ( int arg0 ) { this . bulkActions = arg0 ; return this ; }
36,922
insert the dynenum into the given any . concode_field_sep PlaceHolder placeHolder concode_field_sep DynEnum extract concode_elem_sep DynEnum read concode_elem_sep DynEnum narrow concode_elem_sep String id concode_elem_sep TypeCode type concode_elem_sep void write concode_elem_sep DynEnum unchecked_narrow
void function ( Any arg0 , DynEnum arg1 ) { arg0 . insert_Object ( arg1 ) ; }
36,923
get the name concode_field_sep Protobuf annotation concode_elem_sep String name concode_elem_sep Type genericType concode_elem_sep Class<?> type concode_elem_sep Class<?> declaredClass concode_field_sep Protobuf getAnnotation concode_elem_sep Class<?> getType concode_elem_sep Class<?> getDeclaredClass concode_elem_sep ...
String function ( ) { return name ; }
36,924
create an instance of messagedestinationreftype concode_field_sep QName _HandlerChains_QNAME concode_field_sep XsdAnyURIType createXsdAnyURIType concode_elem_sep EmptyType createEmptyType concode_elem_sep PortComponentRefType createPortComponentRefType concode_elem_sep SecurityRoleRefType createSecurityRoleRefType conc...
MessageDestinationRefType function ( ) { return new MessageDestinationRefType ( ) ; }
36,925
return a short description of the total running time . concode_field_sep boolean running concode_elem_sep int taskCount concode_elem_sep String currentTaskName concode_elem_sep TaskInfo lastTaskInfo concode_elem_sep long totalTimeNS concode_elem_sep long startTimeNS concode_elem_sep List<TaskInfo> taskList concode_elem...
String function ( ) { return "srini_string" + this . id + "srini_string" + totalTime ( ) ; }
36,926
find a symbol table of a certain type in the enclosing scopes . concode_field_sep State parent concode_elem_sep Set<State> looked concode_elem_sep StateType stateType concode_elem_sep State supers concode_elem_sep String path concode_elem_sep Type type concode_elem_sep Map<String,List<Binding>> table concode_field_sep ...
State function ( StateType arg0 ) { if ( stateType == arg0 ) { return this ; } else if ( parent == null ) { return null ; } else { return parent . getStateOfType ( arg0 ) ; } }
36,927
sets the modified date of this akismet data . concode_field_sep AkismetData _akismetData concode_field_sep long getClassNameId concode_elem_sep void setAkismetDataId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode...
void function ( Date arg0 ) { _akismetData . setModifiedDate ( arg0 ) ; }
36,928
returns true if the current date format is in the 12 hour representation mode false otherwise . concode_field_sep DateTimeFormat Z_TIME_FORMAT concode_elem_sep String TIME_PATTERN concode_elem_sep DateTimeFormat Z_DATETIME_FORMAT concode_elem_sep String AM concode_elem_sep String PM concode_elem_sep String AMPM_PATTERN...
boolean function ( ) { return DATETIME_PATTERN . toLowerCase ( ) . contains ( AMPM_PATTERN_PART ) ; }
36,929
checks if the graph has arc u , v with any label . concode_field_sep Sentence sentence concode_elem_sep Integer[] heads concode_elem_sep long serialVersionUID concode_elem_sep String[] labels concode_field_sep String[] getLabels concode_elem_sep boolean isProjective concode_elem_sep Sentence getSentence concode_elem_se...
boolean function ( int arg0 , int arg1 ) { if ( arg0 < 0 || arg0 >= sentence . length ( ) || arg1 < 0 || arg1 >= sentence . length ( ) ) { throw new IllegalArgumentException ( "srini_string" ) ; } return ( heads [ arg1 ] == arg0 ) ; }
36,930
use bubblesort to `` wrongly '' sort an int . concode_field_sep int[] array concode_field_sep int[] getSorted concode_elem_sep void swap
int [ ] function ( ) { boolean loc0 = true ; do { loc0 = true ; for ( int loc1 = 1 ; loc1 < array . length ; loc1 ++ ) { if ( array [ loc1 - 1 ] < array [ loc1 ] ) { swap ( loc1 - 1 , loc1 ) ; loc0 = false ; } } } while ( ! loc0 ) ; return array ; }
36,931
get the request id . concode_field_sep String REFUSE_ANSWER concode_elem_sep Key<User> receiver concode_elem_sep Key<User> sender concode_elem_sep Long id concode_elem_sep String ACCEPT_ANSWER concode_field_sep User getReceiver concode_elem_sep User getSender
Long function ( ) { return id ; }
36,932
helper function : print the threads concode_field_sep ResourceAnalyzer rc concode_elem_sep long initialFileHandlesCount concode_elem_sep OperatingSystemMXBean osStats concode_elem_sep long MAX_FILE_HANDLES_COUNT concode_elem_sep long initialThreadsCount concode_elem_sep UnixOperatingSystemMXBean unixOsStats concode_ele...
void function ( ) { Set < Thread > loc0 = Thread . getAllStackTraces ( ) . keySet ( ) ; System . out . println ( "srini_string" ) ; for ( Thread loc1 : loc0 ) { System . out . println ( loc1 . getName ( ) + "srini_string" + loc1 . getState ( ) + "srini_string" + loc1 . isDaemon ( ) + "srini_string" + loc1 . isAlive ( )...
36,933
returns this usermodel 's instance of entitymanager concode_field_sep EntityManager entityManager concode_field_sep T read concode_elem_sep T find concode_elem_sep void create concode_elem_sep Query createNamedQuery concode_elem_sep Object update concode_elem_sep void remove
EntityManager function ( ) { return this . entityManager ; }
36,934
return a blank timer suitable for rescheduling . note : appears to be a cancelled timer concode_field_sep long currentTick concode_elem_sep int tickIndex concode_elem_sep long tickDurationInNs concode_elem_sep Runnable task concode_elem_sep Timer[][] wheel concode_elem_sep int wheelIndex concode_elem_sep long startTime...
Timer function ( ) { return new Timer ( ) ; }
36,935
returns a randomly chosen item from the queue without removing it . throws nosuchelementexception when queue is empty . concode_field_sep int current concode_elem_sep Item[] data concode_elem_sep Random randomGenerator concode_elem_sep Item[] items concode_elem_sep int N concode_field_sep Item next concode_elem_sep voi...
Item function ( ) { if ( isEmpty ( ) ) throw new NoSuchElementException ( "srini_string" ) ; int loc0 = randomGenerator . nextInt ( N ) ; Item loc1 = items [ loc0 ] ; return loc1 ; }
36,936
returns true if the given state is currently active otherwise false . concode_field_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep void reactMain_region_A concode_elem_sep void init concode_elem_sep void exit concode_elem_sep void reactMain_region_B concode_elem_sep void exitAction concod...
boolean function ( State arg0 ) { switch ( arg0 ) { case main_region_A : return stateVector [ 0 ] == State . main_region_A ; case main_region_B : return stateVector [ 0 ] == State . main_region_B ; default : return false ; } }
36,937
gets the value of the result 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 result property . for example , to add a new item , do as f...
List < ResultElement > function ( ) { if ( result == null ) { result = new ArrayList < ResultElement > ( ) ; } return this . result ; }
36,938
sets a listener for the start of this element . concode_field_sep String localName concode_elem_sep Element parent concode_elem_sep ArrayList<Element> requiredChilden concode_elem_sep int depth concode_elem_sep Children children concode_elem_sep EndElementListener endElementListener concode_elem_sep EndTextElementListe...
void function ( StartElementListener arg0 ) { if ( this . startElementListener != null ) { throw new IllegalStateException ( "srini_string" ) ; } this . startElementListener = arg0 ; }
36,939
prevent cloning the facade . concode_field_sep boolean add concode_elem_sep String name concode_elem_sep StringManager sm concode_elem_sep Response response concode_elem_sep String contentType concode_elem_sep long value concode_field_sep long getContentWritten concode_elem_sep void setContentLength concode_elem_sep in...
Object function ( ) { throw new CloneNotSupportedException ( ) ; }
36,940
get the jni signaure for a field . concode_field_sep HashMap<String,String> NATIVE_TYPES concode_elem_sep HashMap<String,String> CLASS_DESCRIPTORS concode_elem_sep HashMap<String,String> NATIVE_ARRAY_TYPES concode_field_sep boolean isStatic concode_elem_sep String getClassDescriptor concode_elem_sep String getMemberNam...
String function ( Field arg0 ) { return getClassDescriptor ( arg0 . getType ( ) ) ; }
36,941
stop program concode_field_sep String[] args concode_elem_sep List<Runnable> initThreadHooks concode_elem_sep boolean hard concode_elem_sep Logger log concode_elem_sep List<Runnable> shutdownHooks concode_field_sep void setHardAssert concode_elem_sep void initThread concode_elem_sep void init concode_elem_sep void _ass...
void function ( String arg0 ) { if ( arg0 != null && arg0 . length ( ) > 0 ) { CWin . arg0 ( Clarion . newString ( arg0 ) , Clarion . newString ( "srini_string" ) , Icon . HAND ) ; } System . exit ( 0 ) ; }
36,942
sets the visibility of the debugger gui frame . concode_field_sep Scriptable scope concode_elem_sep Dim dim concode_elem_sep int type concode_elem_sep SwingGui debugGui concode_elem_sep int EXIT_ACTION concode_elem_sep int SCOPE_PROVIDER concode_field_sep InputStream getIn concode_elem_sep void setSourceProvider concod...
void function ( boolean arg0 ) { debugGui . setVisible ( arg0 ) ; }
36,943
writes a data-record to the file . note that data must have same number of elements as the header had . concode_field_sep int nbrCols concode_elem_sep int nbrRows concode_elem_sep String newline concode_elem_sep OutputStreamWriter writer concode_field_sep void writeHeader concode_elem_sep String toCsvValue concode_elem...
void function ( String [ ] arg0 ) { doWriteData ( arg0 ) ; }
36,944
if the page relative path dumping is enabled concode_field_sep Pattern NEWLINE concode_elem_sep boolean valueDumpEnabled concode_elem_sep boolean pathDumpEnabled concode_elem_sep boolean classDumpEnabled concode_elem_sep PrintStream out concode_field_sep void print concode_elem_sep void print concode_elem_sep void prin...
boolean function ( ) { return pathDumpEnabled ; }
36,945
gets the spelltreshold value for this wsviewsearch . concode_field_sep int maxItems concode_elem_sep int spellTreshold concode_elem_sep org.talend.mdm.webservice.WSWhereItem whereItem concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang...
int function ( ) { return spellTreshold ; }
36,946
helper for success callbacks that just returns the status.ok by default concode_field_sep String callbackId concode_elem_sep CordovaWebView webView concode_elem_sep int changingThreads concode_elem_sep String LOG_TAG concode_elem_sep boolean finished concode_field_sep boolean isChangingThreads concode_elem_sep String g...
void function ( int arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . OK , arg0 ) ) ; }
36,947
set the parents of this commit . concode_field_sep byte[] hcommitter concode_elem_sep ObjectId treeId concode_elem_sep PersonIdent committer concode_elem_sep PersonIdent author concode_elem_sep ObjectId[] parentIds concode_elem_sep byte[] htree concode_elem_sep ObjectId[] EMPTY_OBJECTID_LIST concode_elem_sep String mes...
void function ( AnyObjectId arg0 , AnyObjectId arg1 ) { parentIds = new ObjectId [ ] { arg0 . copy ( ) , arg1 . copy ( ) } ; }
36,948
test remove java script protocol . concode_field_sep Logger logger concode_elem_sep String resPath concode_field_sep void testRemoveHttpProtocol concode_elem_sep void testCompressCss concode_elem_sep void testEnabled concode_elem_sep void testCompressJavaScriptClosure concode_elem_sep void testRemoveFormAttributes conc...
void function ( ) { String loc0 = readResource ( "srini_string" ) ; String loc1 = readResource ( "srini_string" ) ; HtmlCompressor loc2 = new HtmlCompressor ( ) ; loc2 . setRemoveJavaScriptProtocol ( true ) ; assertEquals ( loc1 , loc2 . compress ( loc0 ) ) ; }
36,949
returns the create time as a a java.util.date of this zip entry , or null if no such timestamp exists in the zip entry . concode_field_sep ZipShort TIME_ATTR_SIZE concode_elem_sep long EPOCH_OFFSET concode_elem_sep ZipEightByteInteger createTime concode_elem_sep ZipShort TIME_ATTR_TAG concode_elem_sep ZipEightByteInteg...
Date function ( ) { return zipToDate ( createTime ) ; }
36,950
creates movie object from a filechannel . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
Movie function ( FileChannel arg0 ) { return build ( ( ReadableByteChannel ) arg0 ) ; }
36,951
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 getService ( ) . arg0 ( arg0 , arg1 , arg2 , arg3 ) ; }
36,952
called just before the evolution starts . concode_field_sep int m_positiveMonitorsRequired concode_elem_sep String CVS_REVISION concode_elem_sep List<IEvolutionMonitor> m_monitors concode_field_sep PopulationHistoryIndexed getPopulations concode_elem_sep boolean nextCycle concode_elem_sep void event concode_elem_sep Li...
void function ( Configuration arg0 ) { for ( IEvolutionMonitor loc0 : m_monitors ) { loc0 . start ( arg0 ) ; } }
36,953
sets the value of the fairvalu property . concode_field_sep BigInteger lqdtyNumSecurities concode_elem_sep BigDecimal lqdtyPctHigh concode_elem_sep BigDecimal efpTrkngErr concode_elem_sep BigInteger sideValuInd concode_elem_sep BigDecimal valuOfFuts concode_elem_sep BigInteger bidDescptrTyp concode_elem_sep String bidD...
void function ( BigDecimal arg0 ) { this . fairValu = arg0 ; }
36,954
lists the keys in the jceksprovider concode_field_sep PrintStream initialStdOut concode_elem_sep ByteArrayOutputStream errContent concode_elem_sep PrintStream initialStdErr concode_elem_sep String jceksProvider concode_elem_sep ByteArrayOutputStream outContent concode_field_sep void testTransientProviderWarning concode...
String function ( KeyShell arg0 , boolean arg1 ) { int loc0 ; outContent . reset ( ) ; final String [ ] loc1 = { "srini_string" , "srini_string" , jceksProvider } ; final String [ ] loc2 = { "srini_string" , "srini_string" , "srini_string" , jceksProvider } ; loc0 = arg0 . run ( arg1 ? loc2 : loc1 ) ; assertEquals ( 0 ...
36,955
return color concode_field_sep java.util.Date dateCreated concode_elem_sep String color concode_elem_sep boolean filled concode_field_sep double getPerimeter concode_elem_sep void setFilled concode_elem_sep void setColor concode_elem_sep java.util.Date getDateCreated concode_elem_sep boolean isFilled concode_elem_sep S...
String function ( ) { return color ; }
36,956
this method retrieves the messages from the inbox of an agent concode_field_sep Map<EntityID,List<Message>> messageInboxes concode_field_sep void send concode_elem_sep void send
List < Message > function ( EntityID arg0 ) { List < Message > loc0 = messageInboxes . remove ( arg0 ) ; if ( loc0 == null ) { loc0 = new ArrayList < > ( ) ; } return loc0 ; }
36,957
apply tagname only if not already applied concode_field_sep long elapsed concode_elem_sep UUID opTag concode_elem_sep String traceTagName concode_elem_sep String tagName concode_elem_sep boolean status concode_field_sep TimedOpTag instance concode_elem_sep long getStart concode_elem_sep String getTagName concode_elem_s...
void function ( String arg0 , boolean arg1 ) { if ( elapsed == 0 ) { elapsed = System . currentTimeMillis ( ) - UUIDUtils . getTimestampInMillis ( opTag ) ; } if ( arg0 != null ) { this . tagName = arg0 ; this . status = arg1 ; } }
36,958
drop test table concode_field_sep PreparedStatement prepStmt concode_elem_sep List procedureNameList concode_elem_sep Connection conn concode_elem_sep List tableNameList concode_elem_sep Driver driver concode_field_sep String getDriverClassName concode_elem_sep File getDriverHomeDir concode_elem_sep void dropStoredProc...
void function ( String arg0 ) { String loc0 = "srini_string" + arg0 ; try { statementExecute ( loc0 ) ; tableNameList . remove ( arg0 ) ; } catch ( SQLException loc1 ) { } }
36,959
add the specified column concode_field_sep PlaceHolder placeHolder concode_field_sep List<SchemaTableName> listTables concode_elem_sep Optional<ConnectorNewTableLayout> getNewTableLayout concode_elem_sep boolean supportsMetadataDelete concode_elem_sep void createTable concode_elem_sep ColumnMetadata getColumnMetadata c...
void function ( ConnectorSession arg0 , ConnectorTableHandle arg1 , ColumnMetadata arg2 ) { throw new PrestoException ( NOT_SUPPORTED , "srini_string" ) ; }
36,960
set the value of the text property . concode_field_sep String branchContractedIcon concode_elem_sep boolean expanded concode_elem_sep String tooltip concode_elem_sep String branchExpandedIcon concode_elem_sep String icon concode_elem_sep String action concode_elem_sep DefaultMutableTreeNode wrapper concode_elem_sep int...
void function ( String arg0 ) { this . text = arg0 ; }
36,961
sets the modified date of this member request . concode_field_sep MemberRequest _memberRequest concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEscapedModel conc...
void function ( Date arg0 ) { _memberRequest . setModifiedDate ( arg0 ) ; }
36,962
remove any existing value for the specified attribute name . concode_field_sep String name concode_elem_sep HashMap attributes concode_elem_sep TreeNode parent concode_elem_sep String body concode_elem_sep ArrayList children concode_field_sep TreeNode findChild concode_elem_sep String findAttribute concode_elem_sep Str...
void function ( String arg0 ) { if ( attributes != null ) attributes . remove ( arg0 ) ; }
36,963
sets the classifier to use concode_field_sep HashMap<String,Double> _positivity concode_elem_sep Instances m_Training concode_elem_sep Filter m_Filter concode_elem_sep Evaluation m_Evaluation concode_elem_sep HashMap<String,String> actor_fullname concode_elem_sep String m_TrainingFile concode_elem_sep Classifier m_Clas...
void function ( String arg0 , String [ ] arg1 ) { m_Classifier = Classifier . forName ( arg0 , arg1 ) ; }
36,964
the region where the bucket is located . this option is used in the ` com.amazonaws.services.s3.model.createbucketrequest ` . concode_field_sep String bucketName concode_elem_sep String fileName concode_elem_sep String serverSideEncryption concode_elem_sep String secretKey concode_elem_sep String prefix concode_elem_se...
void function ( String arg0 ) { this . region = arg0 ; }
36,965
action listener for the changes the selected content path in the facelets version of component showcase . concode_field_sep String selectedIncludePath concode_field_sep String getSelectedIncludePath concode_elem_sep void setSelectedIncludePath
void function ( ActionEvent arg0 ) { FacesContext loc0 = FacesContext . getCurrentInstance ( ) ; Map loc1 = loc0 . getExternalContext ( ) . getRequestParameterMap ( ) ; selectedIncludePath = ( String ) loc1 . get ( "srini_string" ) ; }
36,966
determines if any of the parameters to the method are passed via the stack where the parameters are located in the caller 's frame . concode_field_sep List<? extends AbstractBlockBase<?>> linearScanOrder concode_elem_sep int MAX_EXCEPTION_EDGE_OP_DISTANCE_FROM_END concode_elem_sep boolean hasArgInCallerFrame concode_el...
boolean function ( ) { return hasArgInCallerFrame ; }
36,967
returns a list of vertices that are in the graph but are not in notmoving . if called by layout , it should return a list of vertices that can be moved . concode_field_sep double vertexBuffer concode_elem_sep Dimension size concode_elem_sep Dimension vertexDim concode_field_sep void layout concode_elem_sep void shiftOn...
ArrayList function ( Graph arg0 , Set arg1 ) { Object [ ] loc0 = arg0 . loc1 ( ) ; ArrayList loc1 = new ArrayList ( ) ; for ( int loc2 = 0 ; loc2 < loc0 . length ; loc2 ++ ) if ( arg1 == null || ! arg1 . contains ( loc0 [ loc2 ] ) ) loc1 . add ( loc0 [ loc2 ] ) ; return loc1 ; }
36,968
this will normally be called by a different thread from the one in which outputticksforever was called . concode_field_sep Object SyncLock concode_elem_sep Boolean IsPaused concode_field_sep void OutputTicksForever concode_elem_sep void Resume
void function ( ) { synchronized ( SyncLock ) { IsPaused = true ; } }
36,969
the name of the file for the profile package summary . concode_field_sep DocPath STYLESHEET concode_elem_sep DocPath ALLCLASSES_FRAME concode_elem_sep DocPath SERIALIZED_FORM concode_elem_sep DocPath ALLCLASSES_NOFRAME concode_elem_sep DocPath PACKAGE_TREE concode_elem_sep DocPath SOURCE_OUTPUT concode_elem_sep DocPath...
DocPath function ( String arg0 ) { return DocPath . create ( arg0 + "srini_string" ) ; }
36,970
set the localized short description for this feature . concode_field_sep boolean expert concode_elem_sep boolean hidden concode_elem_sep String displayName concode_elem_sep String name concode_elem_sep Hashtable<String,Object> valueHash concode_elem_sep String shortDescription concode_elem_sep boolean preferred concode...
void function ( String arg0 ) { this . shortDescription = arg0 ; }
36,971
edit a tree item in-place concode_field_sep Tree fTree concode_elem_sep TreeItem fLastItem concode_elem_sep boolean EDIT_ON_CLICK concode_elem_sep TreeItem fCurrentItem concode_elem_sep INameable fElement concode_elem_sep Text fText concode_elem_sep String fOldText concode_elem_sep Composite fComposite concode_elem_sep...
void function ( TreeItem arg0 ) { if ( isEditing ( ) ) { return ; } fLastItem = arg0 ; _editItem ( arg0 ) ; }
36,972
copy len bytes from this string to the given array at the given offset . concode_field_sep int orderInt concode_elem_sep Field hashCodeField concode_elem_sep String string concode_elem_sep byte[] bytes concode_elem_sep int hashCode concode_elem_sep HttpString EMPTY concode_elem_sep long serialVersionUID concode_elem_se...
void function ( byte [ ] arg0 , int arg1 , int arg2 ) { copyTo ( 0 , arg0 , arg1 , arg2 ) ; }
36,973
define valor do atributo posy . concode_field_sep Integer posx concode_elem_sep Integer posy concode_elem_sep Integer idImagemItemConfiguracaoPai concode_elem_sep long serialVersionUID concode_elem_sep String caminhoImagem concode_elem_sep String identificacao concode_elem_sep Integer idImagemItemConfiguracao concode_e...
void function ( Integer arg0 ) { this . posy = arg0 ; }
36,974
returns a list of resourcestatus instances . concode_field_sep Collection<IStatus> statusList concode_elem_sep int highestSeverity concode_elem_sep Collection<IStatus> problemList concode_elem_sep Collection<IFile> resourceList concode_field_sep Collection<IFile> getResourceList concode_elem_sep int getHighestSeverity ...
Collection function ( ) { return this . statusList ; }
36,975
gets the reason phrase from the origin httpresponse , for example , `` not modified '' . concode_field_sep Map<String,String> variantMap concode_elem_sep StatusLine statusLine concode_elem_sep HeaderGroup responseHeaders concode_elem_sep Resource resource concode_elem_sep Date requestDate concode_elem_sep long serialVe...
String function ( ) { return this . statusLine . getReasonPhrase ( ) ; }
36,976
gets a message from resource.properties from the package of the given object . concode_field_sep Locale locale concode_elem_sep String packageName concode_elem_sep String resourceName concode_elem_sep ResourceBundle parent concode_elem_sep ClassLoader classLoader concode_elem_sep MessageBundle messageBundle concode_ele...
String function ( String arg0 , String [ ] arg1 ) { return messageBundle . getMessage ( arg0 , arg1 ) ; }
36,977
sets the value of the id property . concode_field_sep DivType div concode_elem_sep String id concode_elem_sep String type concode_elem_sep String label2 concode_field_sep DivType getDiv concode_elem_sep String getLabel2 concode_elem_sep String getTYPE concode_elem_sep String getID concode_elem_sep void setTYPE concode_...
void function ( String arg0 ) { this . id = arg0 ; }
36,978
sets the jwt signing key . it can be either a simple mac key or an rsa key . rsa keys should be in openssh format , as produced by ssh-keygen . concode_field_sep String TOKEN_ID concode_elem_sep String verifierKey concode_elem_sep String signingKey concode_elem_sep AccessTokenConverter tokenConverter concode_elem_sep S...
void function ( String arg0 ) { Assert . hasText ( arg0 ) ; arg0 = arg0 . trim ( ) ; this . signingKey = arg0 ; if ( isPublic ( arg0 ) ) { signer = new RsaSigner ( arg0 ) ; logger . info ( "srini_string" ) ; } else { this . verifierKey = arg0 ; signer = new MacSigner ( arg0 ) ; } }
36,979
the number of tables loaded for this task . concode_field_sep Integer tablesLoading concode_elem_sep Integer fullLoadProgressPercent concode_elem_sep Integer tablesQueued concode_elem_sep Integer tablesLoaded concode_elem_sep Integer tablesErrored concode_elem_sep Long elapsedTimeMillis concode_field_sep void setTables...
Integer function ( ) { return this . tablesLoaded ; }
36,980
returns the value of this syntax object . concode_field_sep Locale locale concode_elem_sep String value concode_elem_sep long serialVersionUID concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep Locale getLocale
String function ( ) { return value ; }
36,981
redo last undone change . concode_field_sep CompoundEdit compoundEdit concode_elem_sep boolean textModified concode_elem_sep int undoLimit concode_elem_sep boolean modified concode_elem_sep UndoManager undoManager concode_elem_sep long delayTime concode_elem_sep int MAX_UNDOLIMIT concode_elem_sep long time concode_elem...
void function ( ) { if ( undoManager . canRedo ( ) ) undoManager . redo ( ) ; }
36,982
gets the selected all state of the doucment pages view . concode_field_sep ArrayList<WeakReference<AbstractPageViewComponent>> selectedPageText concode_elem_sep float oldUserZoom concode_elem_sep float userZoom concode_elem_sep int MAX_PAGE_SIZE_READ_AHEAD concode_elem_sep UndoCaretaker undoCaretaker concode_elem_sep i...
boolean function ( ) { return selectAll ; }
36,983
retrieves the simple name of the table . concode_field_sep short tableIndexOther concode_elem_sep int HALF_MAX_INT concode_elem_sep int bestRowNotPseudo concode_elem_sep int bestRowTransaction concode_elem_sep int hnd_column_remarks concode_elem_sep int hnd_table_remarks concode_elem_sep int bestRowTemporary concode_el...
String function ( ) { return table . getName ( ) . name ; }
36,984
returns the maxcodelen . concode_field_sep String varson concode_elem_sep String frontv concode_elem_sep int maxCodeLen concode_elem_sep String vowels concode_field_sep boolean isVowel concode_elem_sep Object encode concode_elem_sep String encode concode_elem_sep boolean isNextChar concode_elem_sep boolean isLastChar c...
int function ( ) { return this . maxCodeLen ; }
36,985
sets the value of the devicemodel property . concode_field_sep Boolean rootedDevice concode_elem_sep String color concode_elem_sep Boolean poweredOn concode_elem_sep Boolean crackedScreen concode_elem_sep Boolean liquidDamage concode_elem_sep String deviceMake concode_elem_sep long serialVersionUID concode_elem_sep Str...
void function ( String arg0 ) { this . deviceModel = arg0 ; }
36,986
setter method for offdaysstr concode_field_sep String parentId concode_elem_sep List circleDetails concode_elem_sep int departmentId concode_elem_sep String circleName concode_elem_sep String departmentName concode_elem_sep String[] offDays concode_elem_sep String status concode_elem_sep String circleId concode_elem_se...
void function ( String arg0 ) { this . offDaysStr = arg0 ; }
36,987
returns the user name of this folder . concode_field_sep Folder _folder concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel concode_elem_sep int ...
java . lang . String function ( ) { return _folder . getUserName ( ) ; }
36,988
gets groups . concode_field_sep String realName concode_elem_sep Set<String> groups concode_elem_sep String userId concode_elem_sep String email concode_elem_sep String username concode_elem_sep DuoAccountStatus status concode_field_sep DuoUserAccount setRealName concode_elem_sep boolean isAccountStatusActive concode_e...
Set < String > function ( ) { return groups ; }
36,989
todo deprecated concode_field_sep SqlMapExecutorDelegate delegate concode_elem_sep Log log concode_elem_sep ThreadLocal localSqlMapSession concode_field_sep void setUserConnection concode_elem_sep void startTransaction concode_elem_sep void startTransaction concode_elem_sep DataSource getDataSource concode_elem_sep Pag...
Connection function ( ) { return getCurrentConnection ( ) ; }
36,990
sets the modified date of this sync device . concode_field_sep SyncDevice _syncDevice concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setBuildNumber concode_elem_sep boolean isEscapedModel concode_e...
void function ( Date arg0 ) { _syncDevice . setModifiedDate ( arg0 ) ; }
36,991
sets the value of the contourclr property . concode_field_sep Object parent concode_elem_sep Long extrusionH concode_elem_sep STPresetMaterialType prstMaterial concode_elem_sep CTBevel bevelB concode_elem_sep CTColor contourClr concode_elem_sep Long contourW concode_elem_sep CTBevel bevelT concode_elem_sep CTColor extr...
void function ( CTColor arg0 ) { this . contourClr = arg0 ; }
36,992
true iff this period completely contains the given period . concode_field_sep DateValue start concode_elem_sep DateValue end concode_field_sep boolean intersects concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep DateValue start concode_elem_sep PeriodValue create concode_elem_sep DateValue ...
boolean function ( PeriodValue arg0 ) { DateValue loc0 = this . start , loc1 = this . end , loc2 = arg0 . start ( ) , loc3 = arg0 . end ( ) ; return ! ( loc2 . compareTo ( loc0 ) < 0 || loc1 . compareTo ( loc3 ) < 0 ) ; }
36,993
create an instance of evidencetype concode_field_sep QName _Copyright_QNAME concode_field_sep ProteinType.AlternativeName createProteinTypeAlternativeName concode_elem_sep SourceDataType.Tissue createSourceDataTypeTissue concode_elem_sep IsoformType.Sequence createIsoformTypeSequence concode_elem_sep EvidencedStringTyp...
EvidenceType function ( ) { return new EvidenceType ( ) ; }
36,994
retrieves the code representing the desired output channels . will be one of left_channel , right_channel , both_channels or downmix_channels . concode_field_sep int LEFT_CHANNEL concode_elem_sep OutputChannels DOWNMIX concode_elem_sep int RIGHT_CHANNEL concode_elem_sep int DOWNMIX_CHANNELS concode_elem_sep OutputChann...
int function ( ) { return outputChannels ; }
36,995
returns full summary . concode_field_sep String[] CHECKS concode_elem_sep String dir concode_elem_sep List<AuditEvent> events concode_field_sep Object answer concode_elem_sep Collection<Object[]> dirs concode_elem_sep void check concode_elem_sep boolean has concode_elem_sep void testCheckstyleTrueNegative concode_elem_...
String function ( ) { final List < String > loc0 = new LinkedList < String > ( ) ; for ( final AuditEvent loc1 : this . events ) { loc0 . add ( String . format ( "srini_string" , loc1 . getLine ( ) , loc1 . getMessage ( ) ) ) ; } return StringUtils . join ( loc0 , "srini_string" ) ; }
36,996
retrieve all the files included in the source directory to be archived concode_field_sep Log log concode_field_sep void archiveDirectory concode_elem_sep void addToArchive concode_elem_sep void writeArchiveFile
void function ( File arg0 , List < File > arg1 ) { File [ ] loc0 = arg0 . listFiles ( ) ; if ( loc0 != null ) { for ( File loc1 : loc0 ) { arg1 . add ( loc1 ) ; if ( loc1 . isDirectory ( ) ) { getAllFiles ( loc1 , arg1 ) ; } } } }
36,997
return whether the persistencemanagerfactory proxy is allowed to create a non-transactional persistencemanager when no transactional persistencemanager can be found for the current thread . concode_field_sep PersistenceManagerFactory proxy concode_elem_sep PersistenceManagerFactory persistenceManagerFactory concode_ele...
boolean function ( ) { return this . allowCreate ; }
36,998
lists the groups created from scim concode_field_sep Log logger concode_elem_sep int tenantId concode_field_sep String getGroupName concode_elem_sep boolean isGroupExisting concode_elem_sep void deleteGroupAttributes concode_elem_sep Map<String,String> getGroupAttributesByName concode_elem_sep Map<String,String> getGro...
Set < String > function ( ) { GroupDAO loc0 = new GroupDAO ( ) ; return loc0 . listSCIMGroups ( ) ; }
36,999
gets the client filter concode_field_sep Set<String> emails concode_elem_sep Pattern phonePattern concode_elem_sep Set<String> names concode_elem_sep Set<Team> teams concode_elem_sep boolean loadLastScheduledProgram concode_elem_sep Set<String> accessCodes concode_elem_sep Client client concode_elem_sep Set<String> pho...
Client function ( ) { return client ; }