idx
int64
0
100k
question
stringlengths
68
7.19k
target
stringlengths
20
663
36,700
gets the value of the dsid property . concode_field_sep ArrayOfString altIDs concode_elem_sep String dsID concode_elem_sep String logMessage concode_elem_sep DataHandler dsContent concode_elem_sep String checksumType concode_elem_sep String checksum concode_elem_sep String pid concode_elem_sep boolean force concode_ele...
String function ( ) { return dsID ; }
36,701
wraps the complex number at the specified position of an array of complex numbers stored in a buffer . concode_field_sep int offset concode_elem_sep DoubleBuffer buffer concode_field_sep double getReal concode_elem_sep double getImag concode_elem_sep DoubleBuffer getBuffer concode_elem_sep void putReal concode_elem_sep...
DoubleComplex function ( ByteBuffer arg0 , int arg1 ) { return new DoubleComplex ( arg0 . asDoubleBuffer ( ) , arg1 ) ; }
36,702
decodes a jbig2 image from a file object concode_field_sep JBIG2StreamDecoder streamDecoder concode_field_sep int getNumberOfPages concode_elem_sep void setGlobalData concode_elem_sep void cleanupPostDecode concode_elem_sep Segment findSegment concode_elem_sep boolean isRandomAccessOrganisationUsed concode_elem_sep JBI...
void function ( File arg0 ) { decodeJBIG2 ( arg0 . getAbsolutePath ( ) ) ; }
36,703
prints a character to this output stream and flushes this output stream . concode_field_sep String CHARSET_NAME concode_elem_sep Locale LOCALE concode_elem_sep PrintWriter out concode_field_sep void println concode_elem_sep void println concode_elem_sep void println concode_elem_sep void println concode_elem_sep void p...
void function ( char arg0 ) { out . print ( arg0 ) ; out . flush ( ) ; }
36,704
removes all headers provided via array of ` headerpatterns ' . as the name suggests the array may contain simple matching patterns for header names . supported pattern styles are : `` xxx '' , `` xxx '' , `` xxx '' and `` xxxyyy '' . concode_field_sep T payload concode_elem_sep MessageHeaderAccessor headerAccessor conc...
MessageBuilder < T > function ( String ... arg0 ) { this . headerAccessor . removeHeaders ( arg0 ) ; return this ; }
36,705
a value that indicates the starting point for the next set of response records in a subsequent request . if a value is returned in a response , you can retrieve the next set of records by providing this returned marker value in the marker parameter and retrying the command . if the marker field is empty , all response ...
String function ( ) { return marker ; }
36,706
returns the apikey . concode_field_sep String apiKey concode_elem_sep String apiKey2 concode_elem_sep ProviderName providerName concode_field_sep void setProviderName concode_elem_sep String getApiKey2 concode_elem_sep ProviderName getProviderName concode_elem_sep boolean isValid concode_elem_sep void setApiKey concode...
String function ( ) { return apiKey ; }
36,707
returns the translation required to convert local x-coordinates back to the coordinate space of the container . concode_field_sep double translateY concode_elem_sep double translateX concode_elem_sep boolean generateEntities concode_field_sep void setGenerateEntities concode_elem_sep boolean getGenerateEntities concode...
double function ( ) { return this . translateX ; }
36,708
create a byte array with a specific size filled with specified data . concode_field_sep MediaType APPLICATION_JSON_UTF8 concode_field_sep byte[] convertObjectToJsonBytes
byte [ ] function ( int arg0 , String arg1 ) { byte [ ] loc0 = new byte [ arg0 ] ; for ( int loc1 = 0 ; loc1 < arg0 ; loc1 ++ ) { loc0 [ loc1 ] = Byte . parseByte ( arg1 , 2 ) ; } return loc0 ; }
36,709
force close the userconnection , and connection , no close event is fired . concode_field_sep JDBCConnection userConnection concode_elem_sep OrderedHashSet listeners concode_elem_sep JDBCConnection connection concode_elem_sep boolean isInUse concode_field_sep Connection getConnection concode_elem_sep void removeStateme...
void function ( ) { if ( userConnection != null ) { try { userConnection . close ( ) ; } catch ( SQLException loc0 ) { } } try { connection . close ( ) ; } catch ( SQLException loc0 ) { } isInUse = false ; }
36,710
gets the size of this packet . concode_field_sep int packetId concode_elem_sep int hopsNumber concode_elem_sep int last concode_elem_sep int netServiceType concode_elem_sep double bandwidth concode_elem_sep DecimalFormat num concode_elem_sep long pingSize concode_elem_sep Vector<Double> entryTimes concode_elem_sep long...
long function ( ) { return size ; }
36,711
returns whether or not this layer is opaque . concode_field_sep int mHeight concode_elem_sep boolean mOpaque concode_elem_sep int mWidth concode_elem_sep int DIMENSION_UNDEFINED concode_elem_sep DisplayList mDisplayList concode_field_sep void setLayerPaint concode_elem_sep boolean isValid concode_elem_sep boolean copyI...
boolean function ( ) { return mOpaque ; }
36,712
actual number of bytes consumed is exactly what 's expected , when skipped bytes are included . concode_field_sep String sampleData concode_field_sep void testMarkAndResetAtEnd concode_elem_sep void testContentLength concode_elem_sep void testSkipExcluded concode_elem_sep void testOverSkipped concode_elem_sep void test...
void function ( ) { byte [ ] loc0 = new byte [ 100 ] ; InputStream loc1 = new LengthCheckInputStream ( new ByteArrayInputStream ( loc0 ) , 100 , INCLUDE_SKIPPED_BYTES ) ; assertTrue ( 10 == loc1 . skip ( 10 ) ) ; StreamUtils . consumeInputStream ( loc1 ) ; loc1 . close ( ) ; }
36,713
inserts the edit into parent . concode_field_sep PlaceHolder placeHolder concode_field_sep MultiTextEdit flatten concode_elem_sep void flatten concode_elem_sep boolean isPacked concode_elem_sep TextEdit merge concode_elem_sep void merge concode_elem_sep boolean overlaps
void function ( TextEdit arg0 , TextEdit arg1 ) { TextChangeCompatibility . insert ( arg0 , arg1 ) ; }
36,714
this method should only be called if you can propagate the context id from another logcontext . concode_field_sep Map<String,String> context concode_elem_sep Logger s_logger concode_elem_sep ManagedThreadLocal<LogContext> s_currentContext concode_elem_sep String eventType concode_elem_sep long userId concode_elem_sep l...
LogContext function ( User arg0 , Account arg1 , String arg2 ) { return register ( arg0 , arg1 , null , null , arg2 ) ; }
36,715
return the name of the sequence/table . concode_field_sep DataSource dataSource concode_elem_sep String incrementerName concode_elem_sep int paddingLength concode_field_sep int getPaddingLength concode_elem_sep DataSource getDataSource concode_elem_sep void setPaddingLength concode_elem_sep String nextStringValue conco...
String function ( ) { return this . incrementerName ; }
36,716
gets the dhcpbinding object from the dhcppool containing byte ip concode_field_sep ArrayList<DHCPBinding> DHCP_POOL concode_elem_sep IPv4Address STARTING_ADDRESS concode_elem_sep Logger log concode_elem_sep boolean POOL_FULL concode_elem_sep int POOL_SIZE concode_elem_sep int POOL_AVAILABILITY concode_elem_sep MacAddre...
DHCPBinding function ( IPv4Address arg0 ) { if ( arg0 == null ) return null ; for ( DHCPBinding loc0 : DHCP_POOL ) { if ( loc0 . getIPv4Address ( ) . equals ( arg0 ) ) { return loc0 ; } } return null ; }
36,717
sets the shipping of this shopping item price . concode_field_sep ShoppingItemPrice _shoppingItemPrice concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCa...
void function ( double arg0 ) { _shoppingItemPrice . setShipping ( arg0 ) ; }
36,718
returns a new resource with the root resource set to this resource . concode_field_sep PlaceHolder placeHolder concode_field_sep Resource createResource concode_elem_sep InternalResource createRelative concode_elem_sep InternalResource getParentResource concode_elem_sep InternalResource[] list concode_elem_sep Internal...
InternalResource function ( InternalResource arg0 ) { String loc0 = arg0 . getPath ( ) ; if ( arg0 . isDirectory ( ) ) { return doCreateResourceProvider ( loc0 ) . getRootResource ( ) ; } else { return ( InternalResource ) arg0 . chroot ( "srini_string" ) . createRelative ( arg0 . getFilename ( ) ) ; } }
36,719
wrapper method for uncompressfloatarray . concode_field_sep LogService LOGGER concode_field_sep byte[] compress concode_elem_sep byte[] compress concode_elem_sep byte[] compress concode_elem_sep byte[] compress concode_elem_sep byte[] compress concode_elem_sep byte[] compress
float [ ] function ( byte [ ] arg0 ) { try { return Snappy . uncompressFloatArray ( arg0 ) ; } catch ( IOException loc0 ) { LOGGER . error ( loc0 , loc0 . getMessage ( ) ) ; } return null ; }
36,720
get property concode_field_sep long serialVersionUID concode_elem_sep String cfProperty concode_elem_sep PrintWriter logwriter concode_elem_sep ResourceAdapter ra concode_field_sep ManagedConnection createManagedConnection concode_elem_sep void setCfProperty concode_elem_sep void setResourceAdapter concode_elem_sep voi...
String function ( ) { return cfProperty ; }
36,721
create a new absolute expiration . use expiration #never to indicate an expiration that neverexpires . concode_field_sep Short replication concode_elem_sep Path path concode_elem_sep long ms concode_elem_sep String pool concode_elem_sep long MAX_RELATIVE_EXPIRY_MS concode_elem_sep Expiration expiration concode_elem_sep...
Expiration function ( Date arg0 ) { return new Expiration ( arg0 . getTime ( ) , false ) ; }
36,722
can we calculate the end of an explicit request for everything ? concode_field_sep PlaceHolder placeHolder concode_field_sep void testGetSpeciesByTrait02 concode_elem_sep void testGetSpeciesByTrait01 concode_elem_sep void testGetTopDocEndIndex01 concode_elem_sep void testGetTopDocStartIndex04 concode_elem_sep void test...
void function ( ) { LuceneSearchService loc0 = new LuceneSearchService ( ) ; PageRequest loc1 = LuceneSearchService . EVERYTHING ; int loc2 = loc0 . getTopDocEndIndex ( loc1 , 90 ) ; assertEquals ( 89 , loc2 ) ; }
36,723
latch to test whether the first timeout is executed . concode_field_sep Logger LOGGER concode_elem_sep CountDownLatch started concode_elem_sep int counter concode_elem_sep CountDownLatch alive concode_field_sep CountDownLatch aliveLatch concode_elem_sep void timeout
CountDownLatch function ( ) { return started ; }
36,724
confirm that cloning works . concode_field_sep PlaceHolder placeHolder concode_field_sep void testPublicCloneable concode_elem_sep void testSerialization concode_elem_sep void testDrawWithNullInfo concode_elem_sep void testHashcode concode_elem_sep void testEquals
void function ( ) { MinMaxCategoryRenderer loc0 = new MinMaxCategoryRenderer ( ) ; MinMaxCategoryRenderer loc1 = ( MinMaxCategoryRenderer ) loc0 . clone ( ) ; assertTrue ( loc0 != loc1 ) ; assertTrue ( loc0 . getClass ( ) == loc1 . getClass ( ) ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; }
36,725
lookup a media type by an integer key . concode_field_sep MediaTypeEnum PDF concode_elem_sep MediaTypeEnum EXCEL concode_elem_sep MediaTypeEnum XML concode_elem_sep int enumCode concode_elem_sep List<MediaTypeEnum> ALL concode_elem_sep MediaTypeEnum CSV concode_elem_sep String enumName concode_elem_sep MediaTypeEnum HT...
MediaTypeEnum function ( Integer arg0 ) { if ( arg0 == null ) { return null ; } return fromCode ( arg0 . intValue ( ) ) ; }
36,726
sets if one of the tests found a questionable condition . concode_field_sep boolean m_red concode_elem_sep boolean m_green concode_elem_sep List<CmsSetupTestResult> m_testResults concode_elem_sep boolean m_yellow concode_field_sep boolean isGreen concode_elem_sep void writeVersionInfo concode_elem_sep List<I_CmsSetupTe...
void function ( ) { m_green = false ; m_red = false ; m_yellow = true ; }
36,727
gets the log writer for this managedconnection instance . concode_field_sep Logger log concode_elem_sep MultipleManagedConnectionFactory1 mcf concode_elem_sep List<ConnectionEventListener> listeners concode_elem_sep Object connection concode_elem_sep PrintWriter logwriter concode_field_sep void associateConnection conc...
PrintWriter function ( ) { log . finest ( "srini_string" ) ; return logwriter ; }
36,728
returns true if the driver thinks that it can open a connection to the given url . typically drivers will return true if they understand the subprotocol specified in the url and false if they do n't . concode_field_sep PlaceHolder placeHolder concode_field_sep Connection getConnection concode_elem_sep int getMajorVersi...
boolean function ( String arg0 ) { return arg0 != null && arg0 . regionMatches ( true , 0 , DatabaseManager . S_URL_PREFIX , 0 , DatabaseManager . S_URL_PREFIX . length ( ) ) ; }
36,729
returns the user name 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 conco...
java . lang . String function ( ) { return _memberRequest . getUserName ( ) ; }
36,730
get the implementation class that implements a particular graphic . concode_field_sep Map<String,Class> classMap concode_field_sep void populateClassMap concode_elem_sep MilStd2525TacticalGraphic createGraphic concode_elem_sep void mapClass concode_elem_sep TacticalRoute createRoute concode_elem_sep TacticalQuad create...
Class function ( SymbolCode arg0 ) { String loc0 = arg0 . getFunctionId ( ) ; return loc0 != null ? this . classMap . get ( loc0 ) : null ; }
36,731
returns an unmodifiable map containing the registered handlers concode_field_sep SolrCore core concode_elem_sep PluginBag<SolrRequestHandler> handlers concode_elem_sep Logger log concode_field_sep void initHandlersFromConfig concode_elem_sep String normalize concode_elem_sep SolrRequestHandler get concode_elem_sep Plug...
PluginBag < SolrRequestHandler > function ( ) { return handlers ; }
36,732
converts a constant in internal representation in which boolean , char , byte , short , and int are each represented by an integer into standard representation . other values including null are returned unchanged . concode_field_sep PlaceHolder placeHolder concode_field_sep String formatString concode_elem_sep String f...
Object function ( Object arg0 , Type arg1 ) { if ( arg0 instanceof Integer ) { int loc0 = ( Integer ) arg0 ; switch ( arg1 . tag ) { case BOOLEAN : return loc0 != 0 ; case CHAR : return ( char ) loc0 ; case BYTE : return ( byte ) loc0 ; case SHORT : return ( short ) loc0 ; } } return arg0 ; }
36,733
returns the next lognode in the linked list . concode_field_sep LogNode mNext concode_field_sep void println concode_elem_sep void setNext
LogNode function ( ) { return mNext ; }
36,734
convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep Integer code concode_elem_sep String type concode_elem_sep String message concode_field_sep ModelApiResponse code concode_elem_sep String getType concode_elem_sep int hashCode concode_elem_sep void setCode c...
String function ( java . lang . Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; }
36,735
creates the next json message to send to remote js executor , with request id pre-filled in . concode_field_sep JsonFactory mJsonFactory concode_elem_sep OkHttpClient mHttpClient concode_elem_sep String TAG concode_elem_sep WebSocket mWebSocket concode_elem_sep ConcurrentHashMap<Integer,JSDebuggerCallback> mCallbacks c...
JsonGenerator function ( int arg0 ) { JsonGenerator loc0 = mJsonFactory . createGenerator ( new StringWriter ( ) ) ; loc0 . writeStartObject ( ) ; loc0 . writeNumberField ( "srini_string" , arg0 ) ; return loc0 ; }
36,736
sets the value of the totalborrowed property . concode_field_sep JAXBElement<String> licenseType concode_elem_sep LicenseManagerStatus serverStatus concode_elem_sep Boolean isUnlimited concode_elem_sep JAXBElement<Long> totalQuantity concode_elem_sep Integer totalBorrowed concode_elem_sep Double usagePercent concode_el...
void function ( Integer arg0 ) { this . totalBorrowed = arg0 ; }
36,737
two objects that are equal are required to return the same hashcode . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testSerialization concode_elem_sep void testEquals
void function ( ) { Axis loc0 = new CategoryAxis ( "srini_string" ) ; Axis loc1 = new CategoryAxis ( "srini_string" ) ; assertEquals ( loc0 , loc1 ) ; int loc2 = loc0 . hashCode ( ) ; int loc3 = loc1 . hashCode ( ) ; assertEquals ( loc2 , loc3 ) ; }
36,738
guesses the content type based on the provided bytes . concode_field_sep int GUESS_HEADER_LENGTH concode_field_sep XContentBuilder contentBuilder concode_elem_sep XContentBuilder contentBuilder concode_elem_sep XContentBuilder cborBuilder concode_elem_sep XContentBuilder cborBuilder concode_elem_sep XContentBuilder jso...
XContentType function ( byte [ ] arg0 , int arg1 , int arg2 ) { return xContentType ( new BytesArray ( arg0 , arg1 , arg2 ) ) ; }
36,739
retrieves the system change number associated with the specified compiled statement identifier , in the context of the specified session identifier . concode_field_sep Database database concode_elem_sep IntKeyHashMap validationMap concode_elem_sep Hashtable sqlMap concode_elem_sep IntKeyHashMap csidMap concode_elem_sep...
long function ( int arg0 , int arg1 ) { IntKeyHashMap loc0 ; Long loc1 ; loc0 = ( IntKeyHashMap ) validationMap . get ( arg1 ) ; if ( loc0 == null ) { return Long . MIN_VALUE ; } loc1 = ( Long ) loc0 . get ( arg0 ) ; return ( loc1 == null ) ? Long . MIN_VALUE : loc1 . longValue ( ) ; }
36,740
gets the index for the given edge of this triangle concode_field_sep QuadEdge[] edge concode_elem_sep List triangles concode_elem_sep Object data concode_field_sep void setData concode_elem_sep Polygon getGeometry concode_elem_sep int nextIndex concode_elem_sep QuadEdgeTriangle getAdjacentTriangleAcrossEdge concode_ele...
int function ( QuadEdge arg0 ) { for ( int loc0 = 0 ; loc0 < 3 ; loc0 ++ ) { if ( edge [ loc0 ] == arg0 ) return loc0 ; } return - 1 ; }
36,741
set the list of additional user subject properties concode_field_sep long serialVersionUID concode_elem_sep List<String> roles concode_elem_sep String id concode_elem_sep Map<String,String> properties concode_elem_sep String login concode_elem_sep AuthenticationMethod am concode_field_sep String getLogin concode_elem_s...
void function ( Map < String , String > arg0 ) { this . properties = arg0 ; }
36,742
gets the value of the documents property . concode_field_sep Tlds tlds concode_elem_sep ResourceType templateRef concode_elem_sep Documents documents concode_elem_sep Tutorials tutorials concode_field_sep void setTemplateRef concode_elem_sep Tutorials getTutorials concode_elem_sep void setTutorials concode_elem_sep Res...
Documents function ( ) { return documents ; }
36,743
generates a simple exemplar of this class to test serialization . concode_field_sep long serialVersionUID concode_field_sep boolean isEdgeAddable concode_elem_sep boolean isNodeAddable concode_elem_sep boolean isEdgeRemovable concode_elem_sep String toString concode_elem_sep boolean isNodeRemovable
NoEdgesToSelf function ( ) { return new NoEdgesToSelf ( ) ; }
36,744
set the value of the branchcontractedicon 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 conc...
void function ( String arg0 ) { this . branchContractedIcon = arg0 ; }
36,745
remove all media queries . concode_field_sep List<CSSMediaQuery> m_aMediaQueries concode_elem_sep CSSSourceLocation m_aSourceLocation concode_elem_sep List<ICSSTopLevelRule> m_aRules concode_field_sep EChange removeMediaQuery concode_elem_sep EChange removeMediaQuery concode_elem_sep CSSMediaQuery getMediaQueryAtIndex ...
EChange function ( ) { if ( m_aMediaQueries . isEmpty ( ) ) return EChange . UNCHANGED ; m_aMediaQueries . clear ( ) ; return EChange . CHANGED ; }
36,746
insert the unknownuserexception into the given any . this method uses the unknownuserexceptionholder . concode_field_sep PlaceHolder placeHolder concode_field_sep UnknownUserException extract concode_elem_sep UnknownUserException read concode_elem_sep String id concode_elem_sep TypeCode type concode_elem_sep void write
void function ( Any arg0 , UnknownUserException arg1 ) { arg0 . insert_Streamable ( new UnknownUserExceptionHolder ( arg1 ) ) ; }
36,747
retrieve the representation of the message payload . concode_field_sep String payload concode_elem_sep Envelope env concode_field_sep String getPayload concode_elem_sep void setEnvelope concode_elem_sep void setPayload concode_elem_sep Envelope getEnvelope concode_elem_sep void setAclRepresentation
String function ( ) { if ( env != null ) return env . getAclRepresentation ( ) ; else return null ; }
36,748
returns a new glyphvector object created with the specified string and the specified fontrendercontext . concode_field_sep float size concode_elem_sep Map fontCache concode_elem_sep float scale concode_elem_sep Font awtFont concode_elem_sep float FONT_SIZE concode_field_sep int canDisplayUpTo concode_elem_sep int canDi...
GVTGlyphVector function ( FontRenderContext arg0 , String arg1 ) { StringCharacterIterator loc0 = new StringCharacterIterator ( arg1 ) ; return new AWTGVTGlyphVector ( awtFont . createGlyphVector ( arg0 , arg1 ) , this , scale , loc0 ) ; }
36,749
sets the value of the seedlength property . concode_field_sep DeviceTypeType deviceType concode_elem_sep BigInteger seedLength concode_elem_sep BooleanType deviceInHand concode_field_sep DeviceTypeType getDeviceType concode_elem_sep void setDeviceType concode_elem_sep BooleanType getDeviceInHand concode_elem_sep BigInt...
void function ( BigInteger arg0 ) { this . seedLength = arg0 ; }
36,750
gets the rightexpr value for this joincondition . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String rightExpr concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String leftExpr concode_elem_sep java.lang.Strin...
java . lang . String function ( ) { return rightExpr ; }
36,751
sets the ignorerecipientheader . concode_field_sep int DEFAULT_INITIAL_SIZE_OF_DEFERRED_RECIPIENT_ARRAY concode_elem_sep Session fieldSession concode_elem_sep String fieldPassword concode_elem_sep ParsedConfiguration fieldParsedConfiguration concode_elem_sep String customRecipientHeader concode_elem_sep boolean fieldIg...
void function ( boolean arg0 ) { fieldIgnoreRecipientHeader = arg0 ; }
36,752
helps bridge between io and nio . concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] unsafeArray concode_elem_sep int unsafeArrayOffset concode_elem_sep int getDirectBufferAddress concode_elem_sep void freeDirectBuffer concode_elem_sep FileDescriptor getFD
FileChannel function ( Object arg0 , FileDescriptor arg1 , int arg2 ) { return new FileChannelImpl ( arg0 , arg1 , arg2 ) ; }
36,753
creates the icon url concode_field_sep URL fgIconLocation concode_elem_sep ImageRegistry NAVIGATORUIPLUGIN_REGISTRY concode_field_sep void setImageDescriptors concode_elem_sep void setLocalImageDescriptors concode_elem_sep Image get concode_elem_sep ImageDescriptor create
URL function ( String arg0 , String arg1 ) { StringBuffer loc0 = new StringBuffer ( arg0 ) ; loc0 . append ( arg1 ) ; try { return new URL ( fgIconLocation , loc0 . toString ( ) ) ; } catch ( MalformedURLException loc1 ) { return null ; } }
36,754
the cache key for the options collection . recomputes cache key every time it 's called . concode_field_sep ImmutableMap<Class<? extends FragmentOptions>,FragmentOptions> fragmentOptionsMap concode_elem_sep Map<Class<? extends FragmentOptions>,FragmentOptions> builderMap concode_field_sep Builder add concode_elem_sep L...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; for ( FragmentOptions loc1 : fragmentOptionsMap . values ( ) ) { loc0 . append ( loc1 . cacheKey ( ) ) ; } return loc0 . toString ( ) ; }
36,755
translates a range into it 's lower index . concode_field_sep ArrayList<String> m_RangeStrings concode_elem_sep long serialVersionUID concode_elem_sep boolean[] m_SelectFlags concode_elem_sep int m_Upper concode_elem_sep boolean m_Invert concode_field_sep int rangeUpper concode_elem_sep boolean getInvert concode_elem_s...
int function ( String arg0 ) { int loc0 ; if ( ( loc0 = arg0 . indexOf ( '-' ) ) >= 0 ) { return Math . min ( rangeLower ( arg0 . substring ( 0 , loc0 ) ) , rangeLower ( arg0 . substring ( loc0 + 1 ) ) ) ; } return rangeSingle ( arg0 ) ; }
36,756
sets the primary key of this message boards thread flag . concode_field_sep MBThreadFlag _mbThreadFlag concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEscapedMo...
void function ( long arg0 ) { _mbThreadFlag . setPrimaryKey ( arg0 ) ; }
36,757
pay attention to this method . this is just an arbitrary method . however , it as an annotation @modelattribute . this annotation tells spring to run this method before any method of this controller . as a result , `` welcomemessage '' is added to all the modelandview in all the methods for any requests of this control...
void function ( Model arg0 ) { arg0 . addAttribute ( "srini_string" , "srini_string" ) ; }
36,758
get the ftp command . example : retr concode_field_sep String param concode_elem_sep FtpControl control concode_elem_sep String command concode_field_sep String getParam concode_elem_sep FtpControl getControl
String function ( ) { return command ; }
36,759
return the jsf externalcontext that this adapter operates on . concode_field_sep FacesContext facesContext concode_elem_sep Log logger concode_elem_sep boolean portletApiPresent concode_field_sep FacesContext getFacesContext concode_elem_sep Object getSessionMutex concode_elem_sep void setAttribute concode_elem_sep voi...
ExternalContext function ( ) { return getFacesContext ( ) . getExternalContext ( ) ; }
36,760
test login concode_field_sep MockMvc mockMvc concode_elem_sep AccountService service concode_elem_sep AccountRepository repo concode_field_sep void doFindAccountByAuthTokenNull concode_elem_sep void testLogout concode_elem_sep void doFindAccountUserId concode_elem_sep void saveAccountWithNullCounts concode_elem_sep voi...
void function ( ) { Account loc0 = ServiceTestConfiguration . account ( ) ; when ( repo . findByUseridAndPasswd ( ServiceTestConfiguration . USER_ID , ServiceTestConfiguration . PASSWORD ) ) . thenReturn ( null ) ; service . login ( ServiceTestConfiguration . USER_ID , ServiceTestConfiguration . PASSWORD ) ; }
36,761
returns the total price . concode_field_sep LineItem mTotal concode_elem_sep List<LineItem> mContents concode_field_sep void setTotal concode_elem_sep List<LineItem> getContents concode_elem_sep void setContents
LineItem function ( ) { return mTotal ; }
36,762
obtains the connroutepnames #default_proxy default_proxy parameter value . #no_host will be mapped to null , to allow unsetting in a hierarchy . concode_field_sep HttpHost NO_HOST concode_elem_sep HttpRoute NO_ROUTE concode_field_sep void setLocalAddress concode_elem_sep HttpRoute getForcedRoute concode_elem_sep void s...
HttpHost function ( HttpParams arg0 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } HttpHost loc0 = ( HttpHost ) arg0 . getParameter ( DEFAULT_PROXY ) ; if ( ( loc0 != null ) && NO_HOST . equals ( loc0 ) ) { loc0 = null ; } return loc0 ; }
36,763
gets the permission value of the specified permission constant . concode_field_sep int permissionFlags concode_elem_sep int DATA_EXTRACTION_BIT_5 concode_elem_sep int ASSEMBLE_DOCUMENT_BIT_11 concode_elem_sep int CONTENT_EXTRACTION concode_elem_sep boolean isInit concode_elem_sep int MODIFY_FORMS_BIT_9 concode_elem_sep...
boolean function ( final int arg0 ) { if ( ! isInit ) { init ( ) ; } return ! ( arg0 < 0 || arg0 > permissions . length ) && permissions [ arg0 ] ; }
36,764
handles design parser exceptions with the given parser exception . concode_field_sep PlaceHolder placeHolder concode_field_sep void dealMissingInvalidExtension concode_elem_sep void dealInvalidMemberValue concode_elem_sep void dealInvalidPropertyValue
void function ( ModuleParserHandler arg0 , DesignParserException arg1 ) { arg0 . getErrorHandler ( ) . semanticWarning ( arg1 ) ; }
36,765
retrieves the grantee object for this user . concode_field_sep HsqlName initialSchema concode_elem_sep String sName concode_elem_sep Grantee grantee concode_elem_sep boolean isPublic concode_elem_sep boolean isSys concode_elem_sep String sPassword concode_field_sep void setPassword concode_elem_sep boolean isAccessible...
Grantee function ( ) { return grantee ; }
36,766
returns the component that should receive the focus when a window is made visible for the first time . concode_field_sep PlaceHolder placeHolder concode_field_sep Component getComponentBefore concode_elem_sep Component getFirstComponent concode_elem_sep Component getLastComponent concode_elem_sep Component getComponent...
Component function ( Window arg0 ) { return getDefaultComponent ( arg0 ) ; }
36,767
sets the user uuid of this announcements flag . concode_field_sep AnnouncementsFlag _announcementsFlag concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolea...
void function ( java . lang . String arg0 ) { _announcementsFlag . setUserUuid ( arg0 ) ; }
36,768
fills #sampleencryptiondata from the provided source . concode_field_sep boolean definesEncryptionData concode_elem_sep int length concode_elem_sep boolean sampleEncryptionDataNeedsFill concode_elem_sep boolean[] sampleIsSyncFrameTable concode_elem_sep int sampleEncryptionDataLength concode_elem_sep boolean[] sampleHas...
void function ( ParsableByteArray arg0 ) { arg0 . readBytes ( sampleEncryptionData . data , 0 , sampleEncryptionDataLength ) ; sampleEncryptionData . setPosition ( 0 ) ; sampleEncryptionDataNeedsFill = false ; }
36,769
sets an array of int values in the object . concode_field_sep Bundle bundle concode_elem_sep Bundle bundle concode_field_sep E putStringArrayList concode_elem_sep SharePhoto getPhoto concode_elem_sep E putPhotoArrayList concode_elem_sep E putDoubleArray concode_elem_sep double getDouble concode_elem_sep E putDouble con...
E function ( final String arg0 , @ Nullable final int [ ] arg1 ) { this . bundle . putIntArray ( arg0 , arg1 ) ; return ( E ) this ; }
36,770
configure the httpmessageconverter s to use for reading or writing to the body of the request or response . if no converters are added , a default list of converters is registered . note that adding converters to the list , turns off default converter registration . to simply add a converter without impacting default r...
void function ( List < HttpMessageConverter < ? >> arg0 ) { }
36,771
get item xml for a given item type as a typeifc . concode_field_sep long ITEM_AUDIO concode_elem_sep long ITEM_TF concode_elem_sep long ITEM_ESSAY concode_elem_sep long ITEM_MCMC_SS concode_elem_sep long ITEM_MXSURVEY concode_elem_sep long ITEM_CALCQ concode_elem_sep Log log concode_elem_sep long ITEM_MCSC concode_elem...
Item function ( Long arg0 ) { AuthoringXml loc0 = getAuthoringXml ( ) ; InputStream loc1 ; String loc2 = getTemplateFromType ( arg0 ) ; loc1 = loc0 . getTemplateInputStream ( loc2 ) ; Item loc3 = readXMLDocument ( loc1 ) ; return loc3 ; }
36,772
return type metadata object concode_field_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String[] wsSynchronizationItemPK concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_field_sep org.apache.axis.encoding.Serializer getSerializer concode_elem_...
org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; }
36,773
convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep String name concode_elem_sep Long id concode_field_sep void setName concode_elem_sep String getName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Category name concode_elem_s...
String function ( java . lang . Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; }
36,774
persist the information of this notification to the android shared preferences . this will allow the application to restore the notification upon device reboot , app restart , retrieve notifications , aso . concode_field_sep Class<?> defaultReceiver concode_elem_sep Class<?> receiver concode_elem_sep String PREF_KEY co...
void function ( ) { SharedPreferences . Editor loc0 = getPrefs ( ) . edit ( ) ; loc0 . putString ( options . getIdStr ( ) , options . toString ( ) ) ; if ( Build . VERSION . SDK_INT < 9 ) { loc0 . commit ( ) ; } else { loc0 . apply ( ) ; } }
36,775
reply message to sender of last message concode_field_sep String path concode_elem_sep Mailbox mailbox concode_elem_sep ActorContext context concode_field_sep void initActor concode_elem_sep void finallyStop concode_elem_sep void drop concode_elem_sep ActorSystem system concode_elem_sep void preStart concode_elem_sep A...
void function ( Object arg0 ) { if ( context . sender ( ) != null ) { context . sender ( ) . send ( arg0 , self ( ) ) ; } }
36,776
locatematchingrequest concode_field_sep Set<MobileMsgRequest> m_requests concode_field_sep MobileMsgRequest requestTimedOut concode_elem_sep boolean trackRequest concode_elem_sep void requestComplete
MobileMsgRequest function ( MobileMsgResponse arg0 ) { for ( MobileMsgRequest loc0 : m_requests ) { if ( loc0 . matches ( arg0 ) ) { return loc0 ; } } return null ; }
36,777
gets the wsitempk value for this wsgetitem . concode_field_sep org.talend.mdm.webservice.WSItemPK wsItemPK concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_field_sep org.apache.axis.description.TypeDesc getTypeD...
org . talend . mdm . webservice . WSItemPK function ( ) { return wsItemPK ; }
36,778
creates an instance of heapbytebufferallocator to be usedby http connections for allocating java.nio.bytebuffer objects . this method can be overridden in a super class in order to provide a different implementation of the bytebufferallocator interface . concode_field_sep SSLIOSessionHandler sslHandler concode_elem_sep...
ByteBufferAllocator function ( ) { return new HeapByteBufferAllocator ( ) ; }
36,779
gets the value of the sheetid 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 sheetid property . for example , to add a new item , do as...
List < CTSheetId > function ( ) { if ( sheetId == null ) { sheetId = new ArrayList < CTSheetId > ( ) ; } return this . sheetId ; }
36,780
the text of the event . returns a reference to this object so that method calls can be chained together . concode_field_sep java.util.Date date concode_elem_sep String sourceIdentifier concode_elem_sep String sourceType concode_elem_sep String message concode_field_sep String getMessage concode_elem_sep String getSourc...
Event function ( String arg0 ) { this . message = arg0 ; return this ; }
36,781
when login success , it always redirect to this method , just support get method concode_field_sep int LOCKED_ACCOUT_ERROR_CODE concode_elem_sep int AUTHENTICATION_ERROR_CODE concode_elem_sep int OTHER_ERROR_CODE concode_elem_sep Logger logger concode_elem_sep int INVALID_CAPTCHA_ERROR_CODE concode_elem_sep int UNKNOWN...
String function ( ) { return "srini_string" ; }
36,782
list cache directives . incrementally fetches results from the server . concode_field_sep DistributedFileSystem dfs concode_field_sep void setSpaceQuota concode_elem_sep void removeCachePool concode_elem_sep void allowSnapshot concode_elem_sep void createEncryptionZone concode_elem_sep void removeCacheDirective concode...
RemoteIterator < CacheDirectiveEntry > function ( CacheDirectiveInfo arg0 ) { return dfs . listCacheDirectives ( arg0 ) ; }
36,783
gets the ordinate value for the given index . the supported values for the index are x , y , and z . concode_field_sep double NULL_ORDINATE concode_elem_sep double x concode_elem_sep double y concode_elem_sep int X concode_elem_sep double z concode_elem_sep int Y concode_elem_sep int dimensionsToTest concode_elem_sep l...
double function ( int arg0 ) { switch ( arg0 ) { case X : return x ; case Y : return y ; case Z : return z ; } throw new IllegalArgumentException ( "srini_string" + arg0 ) ; }
36,784
there are two types of calls we are interested in calls without explicit `` this '' values what we are call `` free '' calls and direct call to eval . concode_field_sep CodingConvention convention concode_elem_sep boolean checkOnly concode_elem_sep AbstractCompiler compiler concode_field_sep void process concode_elem_s...
void function ( Node arg0 ) { Preconditions . checkState ( arg0 . getType ( ) == Token . CALL ) ; Node loc0 = arg0 . getFirstChild ( ) ; if ( ! NodeUtil . isGet ( loc0 ) ) { arg0 . putBooleanProp ( Node . FREE_CALL , true ) ; } if ( loc0 . getType ( ) == Token . NAME && "srini_string" . equals ( loc0 . getString ( ) ) ...
36,785
convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep Integer name concode_elem_sep String property concode_elem_sep Integer _123Number concode_elem_sep Integer snakeCase concode_field_sep void setName concode_elem_sep Integer getName concode_elem_sep String ge...
String function ( Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; }
36,786
returns the amount of free swap space in bytes . concode_field_sep OperatingSystemMXBean osMxBean concode_elem_sep Method getTotalPhysicalMemorySize concode_elem_sep Method getSystemLoadAverage concode_elem_sep Method getSystemCpuLoad concode_elem_sep Method getFreeSwapSpaceSize concode_elem_sep Method getFreePhysicalM...
long function ( ) { if ( getFreeSwapSpaceSize == null ) { return - 1 ; } try { return ( long ) getFreeSwapSpaceSize . invoke ( osMxBean ) ; } catch ( Throwable loc0 ) { return - 1 ; } }
36,787
gets the value of the signaturepolicyid property . concode_field_sep SignaturePolicyIdentifierType.SignaturePolicyImplied signaturePolicyImplied concode_elem_sep SignaturePolicyIdType signaturePolicyId concode_field_sep void setSignaturePolicyId concode_elem_sep void setSignaturePolicyImplied concode_elem_sep Signature...
SignaturePolicyIdType function ( ) { return signaturePolicyId ; }
36,788
populates the extracted event to the callbackreceiver . concode_field_sep byte BIN_EMPTY_EVENT_LIST[] concode_elem_sep HomematicCallbackReceiver callbackReceiver concode_elem_sep byte BIN_EMPTY_ARRAY[] concode_elem_sep byte BIN_LIST_METHODS_RESPONSE[] concode_elem_sep boolean TRACE_ENABLED concode_elem_sep byte BIN_EMP...
void function ( Object [ ] arg0 ) { String loc0 = arg0 [ 0 ] . toString ( ) ; String loc1 = arg0 [ 1 ] . toString ( ) ; String loc2 = arg0 [ 2 ] . toString ( ) ; Object loc3 = arg0 [ 3 ] ; callbackReceiver . event ( loc0 , loc1 , loc2 , loc3 ) ; }
36,789
sets the value of the code property . concode_field_sep String code concode_elem_sep BigDecimal cost concode_elem_sep String description concode_elem_sep long serialVersionUID concode_field_sep void setCost concode_elem_sep void setDescription concode_elem_sep String getCode concode_elem_sep String getDescription conco...
void function ( String arg0 ) { this . code = arg0 ; }
36,790
sets what the timezone of the new user will be . concode_field_sep BoxUser.Role role concode_elem_sep String address concode_elem_sep boolean isExemptFromLoginVerification concode_elem_sep String timezone concode_elem_sep String jobTitle concode_elem_sep boolean isPlatformAccessOnly concode_elem_sep long spaceAmount co...
CreateUserParams function ( String arg0 ) { this . timezone = arg0 ; return this ; }
36,791
resolve the artifactid to use or null if it should not be customized . concode_field_sep String bootVersion concode_elem_sep String javaVersion concode_elem_sep String groupId concode_elem_sep String format concode_elem_sep String description concode_elem_sep String packaging concode_elem_sep String language concode_el...
String function ( ) { if ( this . artifactId != null ) { return this . artifactId ; } if ( this . output != null ) { int loc0 = this . output . lastIndexOf ( '.' ) ; return ( loc0 == - 1 ? this . output : this . output . substring ( 0 , loc0 ) ) ; } return null ; }
36,792
returns the announcements delivery with the primary key . concode_field_sep AnnouncementsDeliveryLocalService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_elem_sep com.liferay.announcement...
com . liferay . announcements . kernel . model . AnnouncementsDelivery function ( long arg0 ) { return getService ( ) . getAnnouncementsDelivery ( arg0 ) ; }
36,793
setter method for subsubcategoryname concode_field_sep String subSubCategoryName concode_elem_sep String ticketNo concode_elem_sep String classificationName concode_elem_sep String loggedBy concode_elem_sep long serialVersionUID concode_elem_sep String circle concode_elem_sep String categoryName concode_elem_sep String...
void function ( String arg0 ) { this . subSubCategoryName = arg0 ; }
36,794
get the channels value . concode_field_sep Channels channels concode_elem_sep NotificationLevel level concode_elem_sep String displayName concode_elem_sep String name concode_elem_sep String description concode_elem_sep UUID recommendationId concode_elem_sep String message concode_elem_sep String actionName concode_ele...
Channels function ( ) { return this . channels ; }
36,795
interface abc : operation paramop param1 : integer , param2 : boolean : string operation stringop in event voidevent in event intevent : integer var intvar : integer var boolvar : boolean concode_field_sep ILinker linker concode_elem_sep StextResourceFactory factory concode_elem_sep IParser parser concode_field_sep Ste...
Scope function ( ) { return createInterfaceScope ( "srini_string" ) ; }
36,796
specify the nativejdbcextractor to use for unwrapping callablestatements , if any . concode_field_sep String callString concode_elem_sep ParameterMapper inParameterMapper concode_elem_sep boolean updatableResults concode_elem_sep Map<String,?> inParameters concode_elem_sep List<SqlParameter> declaredParameters concode_...
void function ( NativeJdbcExtractor arg0 ) { this . nativeJdbcExtractor = arg0 ; }
36,797
runs export to validate inputs . it cleans outputs on exit . concode_field_sep File targetFolder concode_elem_sep MetaModelRepository models concode_elem_sep DesaServices desaServices concode_elem_sep Logger LOG concode_elem_sep MetsExportException validationError concode_elem_sep RemoteStorage rstorage concode_field_s...
List < MetsExportExceptionElement > function ( File arg0 , String arg1 , boolean arg2 ) { Result loc0 = loc0 ( arg0 , arg1 , null , true , arg2 , false , null , null ) ; if ( loc0 . getValidationError ( ) != null ) { return loc0 . getValidationError ( ) . getExceptions ( ) ; } else { return null ; } }
36,798
set the x509certificates value . concode_field_sep List<byte[]> x509Certificates concode_elem_sep CertificateAttributes certificateAttributes concode_elem_sep Map<String,String> tags concode_field_sep List<byte[]> x509Certificates concode_elem_sep CertificateMergeParameters withTags concode_elem_sep CertificateMergePar...
CertificateMergeParameters function ( List < byte [ ] > arg0 ) { this . x509Certificates = arg0 ; return this ; }
36,799
reset any permanent error status set by #onpermanenterror , allowing operations to be scheduled as normal . concode_field_sep long backoffIncrementalMillis concode_elem_sep long minTriggerMillis concode_elem_sep long periodicIntervalMillis concode_elem_sep SharedPreferences mStorage concode_elem_sep long maxMoratoriumM...
void function ( ) { SharedPreferencesCompat . apply ( mStorage . edit ( ) . remove ( PREFIX + "srini_string" ) ) ; }