idx
int64
0
25k
question
stringlengths
71
7.19k
target
stringlengths
20
663
23,600
describes the state transition on makepersistent concode_field_sep State PERSISTENT_CLEAN concode_elem_sep State PERSISTENT_DELETED concode_elem_sep State TRANSIENT concode_elem_sep State PERSISTENT_NEW_DELETED concode_elem_sep State HOLLOW concode_elem_sep State PERSISTENT_NEW concode_elem_sep State PERSISTENT_DIRTY c...
State function ( ) { throw new IllegalObjectStateException ( this + "srini_string" ) ; }
23,601
return the phase in which this endpoint connection factory will be auto-connected and stopped . concode_field_sep boolean running concode_elem_sep Log logger concode_elem_sep Object lifecycleMonitor concode_elem_sep boolean autoStartup concode_elem_sep URI uri concode_elem_sep int phase concode_field_sep void setAutoSt...
int function ( ) { return this . phase ; }
23,602
returns an instance of rpcclient connected to the specified hostname and port . concode_field_sep String clientClassName concode_field_sep String getClientClassName concode_elem_sep RpcClient getInstance concode_elem_sep RpcClient getInstance concode_elem_sep RpcClient getInstance concode_elem_sep RpcClient getInstance
RpcClient function ( String arg0 , Integer arg1 ) { return getDefaultInstance ( arg0 , arg1 , 0 ) ; }
23,603
appends announcement for the index of the selected event in case of multiple events in the selected time range . concode_field_sep String mLastDateFragment concode_elem_sep char COMMA concode_elem_sep String CALENDAR_EVENT_COLOR concode_elem_sep SparseArray<String> mColorToDisplayNameMap concode_elem_sep String CALENDA...
void function ( Context arg0 , AccessibilityEvent arg1 , StringBuilder arg2 ) { int loc0 = arg1 . getItemCount ( ) ; if ( loc0 > 1 ) { arg2 . append ( SPACE ) ; appendEventCountAnnouncement ( arg0 , arg1 , arg2 ) ; arg2 . append ( PERIOD ) ; arg2 . append ( SPACE ) ; } }
23,604
performs an spi_cursor_fetch . concode_field_sep long m_pointer concode_field_sep boolean isAtStart concode_elem_sep int move concode_elem_sep String getName concode_elem_sep boolean isValid concode_elem_sep boolean isPosOverflow concode_elem_sep boolean isAtEnd concode_elem_sep TupleDesc getTupleDesc concode_elem_sep ...
int function ( boolean arg0 , int arg1 ) { synchronized ( Backend . THREADLOCK ) { return _fetch ( m_pointer , arg0 , arg1 ) ; } }
23,605
gets the value of the name property . concode_field_sep Integer intNoDefault concode_elem_sep Address address concode_elem_sep String name concode_elem_sep Integer intDefault concode_elem_sep Point position concode_field_sep void setName concode_elem_sep Point getPosition concode_elem_sep Integer getIntNoDefault concod...
String function ( ) { return name ; }
23,606
replace one string with another . concode_field_sep PlaceHolder placeHolder concode_field_sep String decodeURN concode_elem_sep String normalize concode_elem_sep String encodeURN
String function ( String arg0 , String arg1 , String arg2 ) { String loc0 = "srini_string" ; int loc1 = arg0 . indexOf ( arg1 ) ; while ( loc1 >= 0 ) { loc0 += arg0 . substring ( 0 , loc1 ) ; loc0 += arg2 ; arg0 = arg0 . substring ( loc1 + 1 ) ; loc1 = arg0 . indexOf ( arg1 ) ; } return loc0 + arg0 ; }
23,607
replaces selected cards on the board by dealing new cards . concode_field_sep Card[] cards concode_elem_sep Deck deck concode_elem_sep boolean I_AM_DEBUGGING concode_field_sep List<Integer> cardIndexes concode_elem_sep void deal concode_elem_sep int size concode_elem_sep boolean isLegal concode_elem_sep void newGame co...
void function ( List < Integer > arg0 ) { for ( Integer loc0 : arg0 ) { deal ( loc0 . intValue ( ) ) ; } }
23,608
returns a range of all the announcements flags . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end to com.liferay.portal.kernel.dao.orm.queryu...
java . util . List < com . liferay . announcements . kernel . model . AnnouncementsFlag > function ( int arg0 , int arg1 ) { return _announcementsFlagLocalService . getAnnouncementsFlags ( arg0 , arg1 ) ; }
23,609
get the username for the current thread . concode_field_sep Logger LOGGER concode_elem_sep ThreadLocal<String> userName concode_field_sep void init concode_elem_sep void setUsername
String function ( ) { return userName . get ( ) ; }
23,610
returns the same date object . this object should be treated as read-only . concode_field_sep Calendar today concode_elem_sep String zerodatetime concode_elem_sep Calendar tempCalGMT1 concode_elem_sep SimpleDateFormat sdfd concode_elem_sep SimpleDateFormat sdfts concode_elem_sep Date currentDate concode_elem_sep String...
Calendar function ( long arg0 ) { if ( arg0 - getTimeInMillis ( today ) >= 24 * 3600 * 1000 ) { resetToday ( arg0 ) ; } return today ; }
23,611
gets the value of the doc 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 doc property . for example , to add a new item , do as follows...
List < Doc > function ( ) { if ( doc == null ) { doc = new ArrayList < Doc > ( ) ; } return this . doc ; }
23,612
returns whether a target class is an instance of a reference class . if a class can not be loaded by the default classloader , this method will attempt to use the loader for the specified app package . concode_field_sep BasePackageMonitor mPackageMonitor concode_elem_sep ClassLoadingManager sInstance concode_elem_sep H...
boolean function ( Context arg0 , CharSequence arg1 , CharSequence arg2 , Class < ? > arg3 ) { if ( ( arg1 == null ) || ( arg3 == null ) ) { return false ; } final Class < ? > loc0 = loadOrGetCachedClass ( arg0 , arg1 , arg2 ) ; if ( loc0 == null ) { return false ; } return arg3 . isAssignableFrom ( loc0 ) ; }
23,613
returns the id used by the client to authenticate itself when authentication is enabled . concode_field_sep TransportResponseHandler handler concode_elem_sep Logger logger concode_elem_sep String clientId concode_elem_sep boolean timedOut concode_elem_sep Channel channel concode_field_sep boolean isActive concode_elem_...
String function ( ) { return clientId ; }
23,614
explicitly sets the proxy type , useful for forcing direct connection on linux . concode_field_sep String proxyAutoconfigUrl concode_elem_sep String socksUsername concode_elem_sep String socksPassword concode_elem_sep boolean autodetect concode_elem_sep String httpProxy concode_elem_sep ProxyType proxyType concode_elem...
Proxy function ( ProxyType arg0 ) { verifyProxyTypeCompatibility ( arg0 ) ; this . proxyType = arg0 ; return this ; }
23,615
this method iterates through a 3 dimensional array to check each two element inner array for equality of it 's inner objects with the isnotequal object , object method . concode_field_sep int KEY concode_elem_sep int VALUE concode_field_sep String getHashFromString concode_elem_sep String getExtension concode_elem_sep ...
boolean function ( final Object [ ] [ ] arg0 ) { boolean loc0 = false ; for ( final Object [ ] loc1 : arg0 ) { if ( isNotEqual ( loc1 [ 0 ] , loc1 [ 1 ] ) ) { loc0 = true ; break ; } } return loc0 ; }
23,616
maximum number of bytes to be encrypted at a time when sasl encryption is enabled . concode_field_sep ConfigProvider conf concode_field_sep int ioRetryWaitTimeMs concode_elem_sep String ioMode concode_elem_sep int serverThreads concode_elem_sep int receiveBuf concode_elem_sep int sendBuf concode_elem_sep int numConnect...
int function ( ) { return Ints . checkedCast ( JavaUtils . byteStringAsBytes ( conf . get ( "srini_string" , "srini_string" ) ) ) ; }
23,617
gets the value of the fieldname 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 fieldname property . for example , to add a new item , d...
List < FieldName > function ( ) { if ( fieldName == null ) { fieldName = new ArrayList < FieldName > ( ) ; } return this . fieldName ; }
23,618
simple api to call often reported error . just a wrapper for reporterror . concode_field_sep int current concode_elem_sep LocalizableSupport localizableSupport concode_elem_sep NormalizingReader reader concode_elem_sep String BUNDLE_CLASSNAME concode_elem_sep ErrorHandler errorHandler concode_field_sep String formatMes...
void function ( char arg0 , int arg1 ) { reportError ( "srini_string" , new Object [ ] { new Character ( arg0 ) , new Integer ( arg1 ) } ) ; }
23,619
handle mouse pressed concode_field_sep UserInterface uinterface concode_elem_sep int dragX concode_elem_sep int dragY concode_elem_sep Vector up concode_elem_sep Point position concode_elem_sep Vector zvector concode_elem_sep Vector direction concode_elem_sep Camera camera concode_field_sep void setCamera concode_elem_...
void function ( MouseEvent arg0 ) { dragX = arg0 . getX ( ) ; dragY = arg0 . getY ( ) ; }
23,620
controls whether the actionbar slides along with the above view when the menu is opened , or if it stays in place . concode_field_sep boolean mEnableSlide concode_elem_sep Activity mActivity concode_elem_sep View mViewBehind concode_elem_sep boolean mOnPostCreateCalled concode_elem_sep boolean mBroadcasting concode_ele...
void function ( boolean arg0 ) { if ( mOnPostCreateCalled ) throw new IllegalStateException ( "srini_string" ) ; mEnableSlide = arg0 ; }
23,621
unsupported . concode_field_sep BufferedReader reader concode_elem_sep String segment concode_elem_sep String DASH_COMMENT concode_elem_sep String SLASH_COMMENT concode_elem_sep String SEMI concode_field_sep Object next concode_elem_sep void closeReader concode_elem_sep void setValue concode_elem_sep boolean hasNext co...
long function ( ) { throw new UnsupportedOperationException ( ) ; }
23,622
used to retrieve a short description of what the plugin tool does . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep int previousProgress concode_elem_sep boolean amIActive concode_field_sep String...
String function ( ) { return "srini_string" + "srini_string" ; }
23,623
the name of the snapshot copy grant . returns a reference to this object so that method calls can be chained together . concode_field_sep String destinationRegion concode_elem_sep String snapshotCopyGrantName concode_elem_sep Long retentionPeriod concode_field_sep String getDestinationRegion concode_elem_sep void setDe...
ClusterSnapshotCopyStatus function ( String arg0 ) { this . snapshotCopyGrantName = arg0 ; return this ; }
23,624
puts an array of bytes into this byte vector . the byte vector is automatically enlarged if necessary . concode_field_sep byte[] data concode_elem_sep int length concode_field_sep ByteVector put12 concode_elem_sep ByteVector encodeUTF8 concode_elem_sep ByteVector putByte concode_elem_sep ByteVector putInt concode_elem_...
ByteVector function ( final byte [ ] arg0 , final int arg1 , final int arg2 ) { if ( length + arg2 > data . length ) { enlarge ( arg2 ) ; } if ( arg0 != null ) { System . arraycopy ( arg0 , arg1 , data , length , arg2 ) ; } length += arg2 ; return this ; }
23,625
indicates whether this timer has expired . concode_field_sep long expiryTime concode_elem_sep long minExpiryTime concode_elem_sep boolean expired concode_elem_sep Random rand concode_elem_sep long maxExpiryTime concode_field_sep void restart concode_elem_sep void setExpired concode_elem_sep long getMinExpiryTime concod...
boolean function ( DrawContext arg0 ) { if ( this . expired ) return true ; long loc0 = arg0 != null ? arg0 . getFrameTimeStamp ( ) : System . currentTimeMillis ( ) ; if ( loc0 >= this . expiryTime ) return true ; return false ; }
23,626
sets the page value to previous page concode_field_sep Predicate predicate concode_elem_sep Comparator<Map.Entry> comparator concode_elem_sep IterationType iterationType concode_elem_sep Map.Entry<Integer,Map.Entry> NULL_ANCHOR concode_elem_sep int pageSize concode_elem_sep int page concode_elem_sep List<Map.Entry<Inte...
void function ( ) { if ( page != 0 ) { page -- ; } }
23,627
returns total number of http connections in the pool . concode_field_sep ConnectionPool systemDefault concode_elem_sep LinkedList<Connection> connections concode_elem_sep long keepAliveDurationNs concode_elem_sep long DEFAULT_KEEP_ALIVE_DURATION_MS concode_elem_sep int MAX_CONNECTIONS_TO_CLEANUP concode_elem_sep Callab...
int function ( ) { int loc0 = 0 ; for ( Connection loc1 : connections ) { if ( ! loc1 . isSpdy ( ) ) loc0 ++ ; } return loc0 ; }
23,628
/ delete -- > delete the user having the passed id . concode_field_sep UserDao userDao concode_field_sep String getByEmail concode_elem_sep String create concode_elem_sep String updateUser
String function ( long arg0 ) { try { User loc0 = new User ( arg0 ) ; userDao . delete ( loc0 ) ; } catch ( Exception loc0 ) { return "srini_string" + loc0 . toString ( ) ; } return "srini_string" ; }
23,629
info log message with printf formatting . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d con...
void function ( String arg0 , String arg1 , Object ... arg2 ) { if ( LOG . INFO >= LOGLEVEL ) Log . i ( arg0 , String . format ( arg1 , arg2 ) ) ; }
23,630
return the spcredentials identified by the credentials token id or throws a runtimeexception if there 's none . concode_field_sep SponsorPay INSTANCE concode_elem_sep int MINOR_RELEASE_NUMBER concode_elem_sep SPCredentials currentCredentials concode_elem_sep CallbackResponseReceiver callbackResponseReceiver concode_ele...
SPCredentials function ( String arg0 ) { return INSTANCE . getCredentialsFromToken ( arg0 ) ; }
23,631
creates a secondarykeycreator object for use in configuring a secondarydatabase . the returned object implements the com.sleepycat.db.secondarykeycreator interface . concode_field_sep ClassCatalog catalog concode_field_sep TupleSerialMarshalledBinding<V> getEntityBinding concode_elem_sep StoredSortedMap<K,V> newSortedM...
TupleSerialMarshalledKeyCreator < V > function ( Class < V > arg0 , String arg1 ) { return new TupleSerialMarshalledKeyCreator < V > ( getEntityBinding ( arg0 ) , arg1 ) ; }
23,632
terminates the xforms processing . should perform resource cleanup . concode_field_sep Event result concode_elem_sep EventTarget root concode_elem_sep Document hostDoc concode_elem_sep XFormsProcessor processorReference concode_field_sep void setUploadValue concode_elem_sep void init concode_elem_sep XFormsElement look...
void function ( ) { if ( this . root != null ) { this . root . removeEventListener ( BetterFormEventNames . REPLACE_ALL , this , true ) ; this . root . removeEventListener ( BetterFormEventNames . RENDER_MESSAGE , this , true ) ; } this . processorReference . shutdown ( ) ; }
23,633
add an item view at the given index . concode_field_sep MenuView mMenuView concode_elem_sep int mMenuLayoutRes concode_elem_sep Context mSystemContext concode_elem_sep MenuBuilder mMenu concode_elem_sep LayoutInflater mSystemInflater concode_elem_sep int mItemLayoutRes concode_elem_sep int mId concode_elem_sep Callback...
void function ( View arg0 , int arg1 ) { final ViewGroup loc0 = ( ViewGroup ) arg0 . getParent ( ) ; if ( loc0 != null ) { loc0 . removeView ( arg0 ) ; } ( ( ViewGroup ) mMenuView ) . addView ( arg0 , arg1 ) ; }
23,634
return true if this provider supports conversions from the given source format to the given target format . concode_field_sep PlaceHolder placeHolder concode_field_sep AudioInputStream getAudioInputStream concode_elem_sep AudioInputStream getAudioInputStream concode_elem_sep AudioFormat.Encoding[] getSourceEncodings co...
boolean function ( AudioFormat arg0 , AudioFormat arg1 ) { AudioFormat [ ] loc0 = getTargetFormats ( arg0 . getEncoding ( ) , arg1 ) ; return loc0 . length > 0 ; }
23,635
compares two snapshots by their start time concode_field_sep String reason concode_elem_sep XContentBuilderString VERSION_ID concode_elem_sep XContentBuilderString NAME concode_elem_sep XContentBuilderString STATE concode_elem_sep List<SnapshotShardFailure> shardFailures concode_elem_sep XContentBuilderString START_TIM...
int function ( Snapshot arg0 ) { return Long . compare ( startTime , arg0 . startTime ) ; }
23,636
parses a date as a string into a well-known format . concode_field_sep List<DateFormat> dformats concode_elem_sep Logger LOGGER concode_elem_sep List<DateFormat> tformats concode_elem_sep List<DateFormat> dtformats concode_field_sep Feature decorate concode_elem_sep KmlDecorator getDecorator concode_elem_sep Date parse...
Date function ( List arg0 , String arg1 ) { for ( Iterator loc0 = arg0 . iterator ( ) ; loc0 . hasNext ( ) ; ) { SimpleDateFormat loc1 = ( SimpleDateFormat ) loc0 . next ( ) ; Date loc2 = null ; try { loc2 = loc1 . parse ( arg1 ) ; } catch ( ParseException loc3 ) { } if ( loc2 != null ) { return loc2 ; } } return null ...
23,637
provide the normal map index ie the back-pointer concode_field_sep int nonReferenceMapIndex concode_elem_sep int returnAddressIndex concode_elem_sep int normalMapIndex concode_elem_sep int referenceMapIndex concode_elem_sep int returnAddressMapIndex concode_field_sep int getReferenceMapIndex concode_elem_sep void showI...
int function ( ) { return normalMapIndex ; }
23,638
sets the pluginvariable value for this wstransformervariablesmapping . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String pluginVariable concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String pipelineVariable concode_elem_sep boolean __hashCodeCal...
void function ( java . lang . String arg0 ) { this . pluginVariable = arg0 ; }
23,639
set the password char array . a copy of the password argument is stored instead of the argument itself . concode_field_sep int iterationCount concode_elem_sep char[] password concode_elem_sep int keyLength concode_elem_sep byte[] salt concode_elem_sep boolean passwordValid concode_field_sep void clearPassword concode_e...
void function ( char [ ] arg0 ) { if ( arg0 != null ) this . password = ( char [ ] ) arg0 . clone ( ) ; else this . password = new char [ 0 ] ; passwordValid = true ; }
23,640
adds the screenshot from the given path with the given title to the current step concode_field_sep Map<String,Boolean> systemInfo concode_field_sep ExtentTest getCurrentStep concode_elem_sep void addScreenCast concode_elem_sep void addStepLog concode_elem_sep void addScenarioLog concode_elem_sep ExtentTest getCurrentSc...
void function ( String arg0 , String arg1 ) { getCurrentStep ( ) . addScreenCaptureFromPath ( arg0 , arg1 ) ; }
23,641
see #getcookie string . concode_field_sep PlaceHolder placeHolder concode_field_sep void removeSessionCookie concode_elem_sep boolean allowFileSchemeCookies concode_elem_sep void flushCookieStore concode_elem_sep void setAcceptFileSchemeCookiesImpl concode_elem_sep void removeExpiredCookie concode_elem_sep void setCook...
String function ( String arg0 , boolean arg1 ) { throw new MustOverrideException ( ) ; }
23,642
returns a directory for requestor 's scratch files concode_field_sep Logger logger concode_elem_sep SorcerRequestor requestor concode_elem_sep int port concode_elem_sep String R_PROPERTIES_FILENAME concode_elem_sep Properties props concode_field_sep String getDataServerInterface concode_elem_sep File getDataRootDir con...
File function ( ) { return Sorcer . getNewScratchDir ( ) ; }
23,643
an array of descriptions for the specified pipelines . concode_field_sep com.amazonaws.internal.SdkInternalList<PipelineDescription> pipelineDescriptionList concode_field_sep java.util.List<PipelineDescription> getPipelineDescriptionList concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Des...
void function ( java . util . Collection < PipelineDescription > arg0 ) { if ( arg0 == null ) { this . pipelineDescriptionList = null ; return ; } this . pipelineDescriptionList = new com . amazonaws . internal . SdkInternalList < PipelineDescription > ( arg0 ) ; }
23,644
create a hazelcast instance , a client rather than a server . concode_field_sep PlaceHolder placeHolder concode_field_sep ClientConfig clientConfig
HazelcastInstance function ( ClientConfig arg0 ) { return HazelcastClient . newHazelcastClient ( arg0 ) ; }
23,645
test of setdemonstracaoaprovada method , of class demonstracaocriadastate . concode_field_sep PlaceHolder placeHolder concode_field_sep void setUpClass concode_elem_sep void testIsEstadoDemonstracaoCriada concode_elem_sep void tearDownClass concode_elem_sep void testValida
void function ( ) { System . out . println ( "srini_string" ) ; Demonstracao loc0 = new Demonstracao ( ) ; DemonstracaoCriadaState loc1 = new DemonstracaoCriadaState ( loc0 ) ; boolean loc2 = true ; boolean loc3 = loc1 . setDemonstracaoAprovada ( ) ; assertEquals ( loc2 , loc3 ) ; }
23,646
configure this client to follow redirects from https to http and from http to https . if unset , protocol redirects will be followed . this is different than the built-in httpurlconnection 's default . concode_field_sep boolean followProtocolRedirects concode_elem_sep HostnameVerifier hostnameVerifier concode_elem_sep ...
OkHttpClient function ( boolean arg0 ) { this . followProtocolRedirects = arg0 ; return this ; }
23,647
the category name for the support case . concode_field_sep String code concode_elem_sep String name concode_field_sep String getName concode_elem_sep Category withCode concode_elem_sep int hashCode concode_elem_sep void setCode concode_elem_sep boolean equals concode_elem_sep Category clone concode_elem_sep String toSt...
void function ( String arg0 ) { this . name = arg0 ; }
23,648
get the project name . concode_field_sep String compilerPath concode_elem_sep String buildFile concode_elem_sep String workingDirectory concode_elem_sep String[] arguments concode_elem_sep String projectName concode_field_sep void setWorkingDirectory concode_elem_sep String getBuildFile concode_elem_sep void setBuildFi...
String function ( ) { return projectName ; }
23,649
method called when the actionlistener is fired on the locate address field concode_field_sep String standardAddress concode_elem_sep List points concode_elem_sep boolean showMarkers concode_elem_sep String geoCoderAddress concode_elem_sep boolean locateAddress concode_elem_sep String address concode_elem_sep boolean sh...
void function ( ActionEvent arg0 ) { address = geoCoderAddress ; locateAddress = true ; }
23,650
gets the value of the value property . concode_field_sep String latestVersion concode_elem_sep String earliestVersion concode_elem_sep String value concode_elem_sep String version concode_field_sep String getVersion concode_elem_sep void setLatestVersion concode_elem_sep void setVersion concode_elem_sep void setValue c...
String function ( ) { return value ; }
23,651
creates an opengraphaction suitable for posting via , e.g. , a native share dialog . concode_field_sep PlaceHolder placeHolder concode_field_sep JSONObject getLikes concode_elem_sep String getId concode_elem_sep GraphObjectList<GraphObject> getTags concode_elem_sep void setTags concode_elem_sep void setPlace concode_el...
OpenGraphAction function ( String arg0 ) { return createForPost ( OpenGraphAction . class , arg0 ) ; }
23,652
attaches the given values to the context concode_field_sep ObjectObjectOpenHashMap<Object,Object> context concode_field_sep V putInContext concode_elem_sep void copyContextFrom concode_elem_sep boolean hasInContext concode_elem_sep boolean isContextEmpty concode_elem_sep V getFromContext concode_elem_sep V getFromConte...
void function ( ObjectObjectAssociativeContainer < Object , Object > arg0 ) { if ( arg0 == null ) { return ; } if ( context == null ) { context = new ObjectObjectOpenHashMap < > ( arg0 ) ; } else { context . putAll ( arg0 ) ; } }
23,653
gets the tratamiento value for this ctbodyrq . concode_field_sep java.lang.String aplicativo concode_elem_sep java.lang.String codigoCliente concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String tratamiento concode_elem_sep org.apache.axis.description.T...
java . lang . String function ( ) { return tratamiento ; }
23,654
remove first instance of flight from database . concode_field_sep long serialVersionUID concode_elem_sep ArrayList<Client> clients concode_elem_sep HashMap<String,ArrayList<Flight>> flights concode_elem_sep ArrayList<Admin> admins concode_field_sep HashMap<String,ArrayList<Flight>> getFlights concode_elem_sep ArrayList...
void function ( Flight arg0 ) { this . flights . remove ( arg0 ) ; }
23,655
pushes the modulus of the top two elements of the stack onto the stack concode_field_sep Stack stack concode_field_sep void add concode_elem_sep void swap concode_elem_sep void subtract concode_elem_sep void duplicate concode_elem_sep void push concode_elem_sep int peek concode_elem_sep void setStack concode_elem_sep i...
void function ( ) { int loc0 = pop ( ) ; int loc1 = pop ( ) ; push ( loc1 % loc0 ) ; }
23,656
start the session . this is an appropriate place to initialize data access components such as database handles . concode_field_sep RepositorySessionStoreDelegate delegate concode_elem_sep SessionStatus status concode_elem_sep ExecutorService storeWorkQueue concode_elem_sep ExecutorService delegateQueue concode_elem_sep...
void function ( RepositorySessionBeginDelegate arg0 ) { sharedBegin ( ) ; arg0 . deferredBeginDelegate ( delegateQueue ) . onBeginSucceeded ( this ) ; }
23,657
creates a new closer . concode_field_sep Deque<Closeable> stack concode_elem_sep Throwable thrown concode_field_sep RuntimeException rethrow concode_elem_sep RuntimeException rethrow concode_elem_sep RuntimeException rethrow concode_elem_sep void suppress concode_elem_sep void close concode_elem_sep C register
Closer function ( ) { return new Closer ( ) ; }
23,658
shifts the range by the specified amount . concode_field_sep long serialVersionUID concode_elem_sep double lower concode_elem_sep double upper concode_field_sep Range expandToInclude concode_elem_sep boolean intersects concode_elem_sep boolean intersects concode_elem_sep double max concode_elem_sep Range combineIgnorin...
Range function ( Range arg0 , double arg1 ) { return shift ( arg0 , arg1 , false ) ; }
23,659
gets the value of the entitylisteners property . concode_field_sep String schema concode_elem_sep EntityListeners entityListeners concode_elem_sep AccessType access concode_elem_sep String catalog concode_elem_sep EmptyType cascadePersist concode_elem_sep String description concode_elem_sep EmptyType delimitedIdentifie...
EntityListeners function ( ) { return entityListeners ; }
23,660
returns the parent view of a tree node from the parent view annotation . concode_field_sep String TREE_NODE_POSITION concode_elem_sep String TREE_NODE_PARENT_URI concode_elem_sep String TREE_LAYOUT_ANNOTATION concode_field_sep int getTreeNodePosition concode_elem_sep ArrayList<IGraphicalEditPart> getOrderedTreeChildren...
View function ( View arg0 ) { final EAnnotation loc0 = arg0 . getEAnnotation ( TREE_LAYOUT_ANNOTATION ) ; if ( loc0 != null ) { return ( View ) arg0 . eResource ( ) . getEObject ( loc0 . getDetails ( ) . get ( TREE_NODE_PARENT_URI ) ) ; } return null ; }
23,661
an especially short bit of javadoc . concode_field_sep PlaceHolder placeHolder concode_field_sep void foo6 concode_elem_sep void foo7 concode_elem_sep void foo8 concode_elem_sep void foo9 concode_elem_sep void foo concode_elem_sep void bar3 concode_elem_sep void bar1 concode_elem_sep void bar2 concode_elem_sep void bar...
void function ( ) { }
23,662
main method . this is where execution of findbugs any ui starts . concode_field_sep String[] args concode_elem_sep Map<String,Integer> uiNameToCodeMap concode_elem_sep int SHOW_VERSION concode_elem_sep int TEXTUI concode_elem_sep int SHOW_HELP concode_elem_sep int GUI2 concode_elem_sep int GUI1 concode_field_sep int ge...
void function ( String arg0 [ ] ) { LaunchAppropriateUI loc0 = new LaunchAppropriateUI ( arg0 ) ; loc0 . launch ( ) ; }
23,663
if this option is enabled , then during binding from spark to camel message then the header values will be url decoded eg % 20 will be a space character . concode_field_sep boolean mapHeaders concode_elem_sep boolean disableStreamCache concode_elem_sep boolean transferException concode_elem_sep boolean matchOnUriPrefix...
void function ( boolean arg0 ) { this . urlDecodeHeaders = arg0 ; }
23,664
assigns file filter used for selection files for deploy . concode_field_sep String path concode_elem_sep Logger logger concode_elem_sep FileFilter fileFilter concode_elem_sep Kernel kernel concode_elem_sep File root concode_elem_sep BasicXMLDeployer kernelDeployer concode_elem_sep KernelDeployment deployment concode_fi...
void function ( FileFilter arg0 ) { this . fileFilter = arg0 ; }
23,665
sets the spring bean id for this bean . concode_field_sep ExpandoValueService _service concode_field_sep java.lang.String getBeanIdentifier concode_elem_sep void setService concode_elem_sep void addValues concode_elem_sep java.io.Serializable getData concode_elem_sep java.util.Map<java.lang.String,java.io.Serializable>...
void function ( java . lang . String arg0 ) { getService ( ) . setBeanIdentifier ( arg0 ) ; }
23,666
get custom serializer concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Integer startIndex concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Integer totalResultSetSize concode_elem_sep com.google.api.ads.dfp.axis.v2...
org . apache . axis . encoding . Serializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanSerializer ( arg1 , arg2 , typeDesc ) ; }
23,667
requests a delegation token using the configured authenticator for authentication . concode_field_sep String HTTP_PUT concode_elem_sep String DELEGATION_TOKEN_HEADER concode_elem_sep String HTTP_GET concode_elem_sep String RENEWER_PARAM concode_elem_sep String OP_PARAM concode_elem_sep boolean requiresKerberosCredentia...
Token < AbstractDelegationTokenIdentifier > function ( URL arg0 , AuthenticatedURL . Token arg1 , String arg2 ) { return getDelegationToken ( arg0 , arg1 , arg2 , null ) ; }
23,668
after a redirect , expect connect timeout accessing the redirect location , because the connection backlog is consumed . concode_field_sep int TEST_TIMEOUT concode_elem_sep int SHORT_SOCKET_TIMEOUT concode_elem_sep URLConnectionFactory connectionFactory concode_elem_sep List<SocketChannel> clients concode_elem_sep Log ...
void function ( ) { startSingleTemporaryRedirectResponseThread ( true ) ; try { fs . getFileChecksum ( new Path ( "srini_string" ) ) ; fail ( "srini_string" ) ; } catch ( SocketTimeoutException loc0 ) { assertEquals ( "srini_string" , loc0 . getMessage ( ) ) ; } }
23,669
gets the value of the text property . concode_field_sep String text concode_elem_sep String url concode_field_sep String getUrl concode_elem_sep void setText concode_elem_sep void setUrl
String function ( ) { return text ; }
23,670
synchronously poll the server for a completely fresh update . concode_field_sep Thread poller concode_elem_sep Uri leaseHref concode_elem_sep long lastPollAttempt concode_elem_sep boolean alive concode_elem_sep ObixSession session concode_elem_sep HashMap hrefToItem concode_elem_sep ArrayList listeners concode_elem_sep...
void function ( ) { poll ( pollRefreshHref , true ) ; }
23,671
create an instance of customerorderlineerror concode_field_sep QName _RequestHeader_QNAME concode_elem_sep QName _ApiExceptionFault_QNAME concode_elem_sep QName _ResponseHeader_QNAME concode_field_sep GetBillingAccounts createGetBillingAccounts concode_elem_sep BillingAccount createBillingAccount concode_elem_sep Mutat...
CustomerOrderLineError function ( ) { return new CustomerOrderLineError ( ) ; }
23,672
free the memory associated with this map . this is idempotent and can be called multiple times . concode_field_sep UnsafeProjection groupingKeyProjection concode_elem_sep StructType groupingKeySchema concode_elem_sep byte[] emptyAggregationBuffer concode_elem_sep boolean enablePerfMetrics concode_elem_sep StructType ag...
void function ( ) { map . free ( ) ; }
23,673
returns numeric docvalues view of raw double bits concode_field_sep PlaceHolder placeHolder concode_field_sep double get concode_elem_sep NumericDocValues getRawFloatValues
NumericDocValues function ( ) { return new NumericDocValues ( ) { @ Override public long get ( int arg0 ) { return Double . doubleToRawLongBits ( NumericDoubleValues . this . get ( arg0 ) ) ; } } ; }
23,674
retrieves the user id for the connection . concode_field_sep int loginTimeout concode_elem_sep PrintWriter logWriter concode_elem_sep String user concode_elem_sep String database concode_elem_sep String password concode_field_sep Connection getConnection concode_elem_sep Connection getConnection concode_elem_sep void s...
String function ( ) { return user ; }
23,675
defines the choice behavior for the recyclerview . by default , recyclerviewchoicemode does not have any choice behavior abslistview.choice _ mode_none . by setting the choicemode to abslistview.choice _ mode_single , the recyclerview allows up to one item to be in a chosen state . concode_field_sep RecyclerView.Adapte...
void function ( int arg0 ) { if ( mChoiceMode != arg0 ) { mChoiceMode = arg0 ; clearSelections ( ) ; } }
23,676
the size , in bytes , of the virtual tapes to recover . concode_field_sep String tapeStatus concode_elem_sep java.util.Date tapeRecoveryPointTime concode_elem_sep String tapeARN concode_elem_sep Long tapeSizeInBytes concode_field_sep TapeRecoveryPointInfo withTapeARN concode_elem_sep void setTapeARN concode_elem_sep Ta...
void function ( Long arg0 ) { this . tapeSizeInBytes = arg0 ; }
23,677
utility method that returns the default text hint color as define by the theme concode_field_sep PlaceHolder placeHolder concode_field_sep ColorStateList getDefaultTextColor concode_elem_sep ColorStateList getDefaultTextAttribute concode_elem_sep int getDefaultTextColorHighlight
ColorStateList function ( Context arg0 ) { return getDefaultTextAttribute ( arg0 , android . R . attr . textColorHint ) ; }
23,678
returns the left top side bearing of the glyph . concode_field_sep GlyphMetrics gm concode_elem_sep float verticalAdvance concode_field_sep boolean isLigature concode_elem_sep float getHorizontalAdvance concode_elem_sep float getVerticalAdvance concode_elem_sep float getRSB concode_elem_sep boolean isStandard concode_e...
float function ( ) { return gm . getLSB ( ) ; }
23,679
getter method for customerid concode_field_sep String restrictCustType concode_elem_sep String emailId concode_elem_sep String restrict concode_elem_sep String criticalReason concode_elem_sep String type concode_elem_sep String expiryDate concode_elem_sep String customerType concode_elem_sep Integer customerId concode_...
Integer function ( ) { return customerId ; }
23,680
allowed values of the parameter when its an enum type concode_field_sep String arrayType concode_elem_sep List<String> allowableValues concode_elem_sep String access concode_elem_sep String defaultValue concode_elem_sep String dataType concode_elem_sep VerbDefinition verb concode_elem_sep String name concode_elem_sep S...
RestOperationParamDefinition function ( List < String > arg0 ) { setAllowableValues ( arg0 ) ; return this ; }
23,681
starts the activities in the given set . if any are null or throw an exception from their onstartup method , they will not appear in the returned set . concode_field_sep ActivityLifecycleErrorHandler lifecycleErrorHandler concode_elem_sep Map<Activity,PlaceRequest> startedActivities concode_elem_sep SyncBeanManager ioc...
Set < Activity > function ( Set < Activity > arg0 , PlaceRequest arg1 ) { Set < Activity > loc0 = new HashSet < Activity > ( ) ; for ( Activity loc1 : arg0 ) { Activity loc2 = startIfNecessary ( loc1 , arg1 ) ; if ( loc2 != null ) { loc0 . add ( loc2 ) ; } } return loc0 ; }
23,682
sets the value of the suspensiondate property . concode_field_sep String suspendRemovalReasonCode concode_elem_sep XMLGregorianCalendar suspendRemovalDate concode_elem_sep XMLGregorianCalendar suspensionDate concode_elem_sep String suspensionReasonCode concode_elem_sep long serialVersionUID concode_field_sep XMLGregori...
void function ( XMLGregorianCalendar arg0 ) { this . suspensionDate = arg0 ; }
23,683
tests if the interior of the shape entirely contains the specified rectangular area . concode_field_sep GeneralPath gp concode_field_sep void set concode_elem_sep PathIterator getPathIterator concode_elem_sep PathIterator getPathIterator concode_elem_sep boolean intersects concode_elem_sep boolean intersects concode_el...
boolean function ( double arg0 , double arg1 , double arg2 , double arg3 ) { return gp . contains ( arg0 , arg1 , arg2 , arg3 ) ; }
23,684
gets the document base uri for this application . if the application is embedded in a browser , this method returns the uri of the web page containing the application . if the application was launched in webstart mode , this method returns the the codebase parameter specified in the jnlp file the document base and the ...
String function ( ) { return delegate . getDocumentBase ( ) ; }
23,685
checks whether this task supports pause requests . default implementation returns false . task developers can override this method to let it return a true value , and at the same time they have to implement the task #execute taskexecutioncontext method , so that pause requestsare really handled . this can be done calli...
boolean function ( ) { return false ; }
23,686
matches the name with the given pattern . the match rules are applied in this order : regular expression match , returns true otherwise returns false concode_field_sep PlaceHolder placeHolder concode_field_sep boolean matchWildcard concode_elem_sep boolean matchPattern
boolean function ( String arg0 , String arg1 ) { try { if ( arg0 . matches ( arg1 ) ) { return true ; } } catch ( PatternSyntaxException loc0 ) { } return false ; }
23,687
sets the cookie 's http only flag . concode_field_sep long maxAge concode_elem_sep String path concode_elem_sep long maxAge concode_elem_sep String path concode_elem_sep String domain concode_elem_sep String name concode_elem_sep String comment concode_elem_sep String APPLICATION_COOKIE_PREFIX concode_elem_sep boolean ...
Builder function ( boolean arg0 ) { this . httpOnly = arg0 ; return this ; }
23,688
sets the value of the data property . concode_field_sep String input concode_elem_sep DataHandler data concode_field_sep String getInput concode_elem_sep DataHandler getData concode_elem_sep void setInput
void function ( DataHandler arg0 ) { this . data = arg0 ; }
23,689
returns the enumerated type which specifies color space for interpolation . concode_field_sep ColorSpaceEnum colorSpace concode_elem_sep int transparency concode_elem_sep CycleMethodEnum REPEAT concode_elem_sep CycleMethodEnum cycleMethod concode_elem_sep float[] fractions concode_elem_sep ColorSpaceEnum SRGB concode_e...
ColorSpaceEnum function ( ) { return colorSpace ; }
23,690
getter for the middle name of the profile . concode_field_sep String MIDDLE_NAME_KEY concode_elem_sep String lastName concode_elem_sep String NAME_KEY concode_elem_sep Parcelable.Creator<Profile> CREATOR concode_elem_sep String FIRST_NAME_KEY concode_elem_sep String firstName concode_elem_sep String ID_KEY concode_elem...
String function ( ) { return middleName ; }
23,691
gets the value of the mechanism property . concode_field_sep String mechanism concode_field_sep void setMechanism
String function ( ) { return mechanism ; }
23,692
called whenever the osgi framework starts our bundle concode_field_sep Logger logger concode_elem_sep BundleContext context concode_field_sep void stop concode_elem_sep BundleContext getContext
void function ( BundleContext arg0 ) { context = arg0 ; logger . debug ( "srini_string" ) ; }
23,693
set the schema of the table into configuration concode_field_sep String TABLE_SCHEMA_PROPERTY concode_elem_sep String TABLE_ENCODING_PROPERTY concode_elem_sep String DATABASE_VERSION_PROPERTY concode_field_sep HAWQSchema getInputTableSchema concode_elem_sep void setDatabaseVersion concode_elem_sep String getDatabaseVer...
void function ( Configuration arg0 , HAWQSchema arg1 ) { arg0 . setStrings ( TABLE_SCHEMA_PROPERTY , arg1 . toString ( ) ) ; }
23,694
gets a lang instance for one of the supported nametypes . concode_field_sep Languages languages concode_elem_sep boolean acceptOnMatch concode_elem_sep Pattern pattern concode_elem_sep List<LangRule> rules concode_elem_sep Map<NameType,Lang> Langs concode_elem_sep String LANGUAGE_RULES_RN concode_field_sep String guess...
Lang function ( final NameType arg0 ) { return Langs . get ( arg0 ) ; }
23,695
a request to perform a deleteitem operation . concode_field_sep PutRequest putRequest concode_elem_sep DeleteRequest deleteRequest concode_field_sep WriteRequest withPutRequest concode_elem_sep DeleteRequest getDeleteRequest concode_elem_sep int hashCode concode_elem_sep WriteRequest withDeleteRequest concode_elem_sep ...
void function ( DeleteRequest arg0 ) { this . deleteRequest = arg0 ; }
23,696
gets the value of the password property . concode_field_sep String password concode_elem_sep String username concode_field_sep void setPassword concode_elem_sep void setUsername concode_elem_sep String getUsername
String function ( ) { return password ; }
23,697
information about errors that may have occurred during the api call . concode_field_sep com.amazonaws.internal.SdkInternalList<DeploymentGroupInfo> deploymentGroupsInfo concode_elem_sep String errorMessage concode_field_sep java.util.List<DeploymentGroupInfo> getDeploymentGroupsInfo concode_elem_sep void setErrorMessag...
String function ( ) { return this . errorMessage ; }
23,698
this method resets the outgoing events . concode_field_sep long condition concode_elem_sep boolean e concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep boolean boolVar concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep SCInterface getSCInterface concode_elem_sep void s...
void function ( ) { }
23,699
pretty print a matrix to stdout . concode_field_sep PlaceHolder placeHolder concode_field_sep void minus concode_elem_sep void minus concode_elem_sep void scalarMultiply concode_elem_sep void scalarMultiply concode_elem_sep float dot concode_elem_sep void cross concode_elem_sep void cross concode_elem_sep void plus con...
void function ( float [ ] [ ] arg0 ) { for ( int loc0 = 0 ; loc0 < 4 ; loc0 ++ ) { for ( int loc1 = 0 ; loc1 < 4 ; loc1 ++ ) System . out . print ( arg0 [ loc0 ] [ loc1 ] + "srini_string" ) ; System . out . println ( ) ; } }