idx int64 0 100k | question stringlengths 68 7.19k | target stringlengths 20 663 |
|---|---|---|
35,000 | this method was generated by mybatis generator . this method sets the value of the database column core_member . acc_tel concode_field_sep String isDisable concode_elem_sep String password concode_elem_sep Date lastVisitTime concode_elem_sep Date createTime concode_elem_sep String lastIp concode_elem_sep String openId ... | void function ( String arg0 ) { this . accTel = arg0 == null ? null : arg0 . trim ( ) ; } |
35,001 | use the given path for cookies created by this generator . the cookie is only visible to urls in this path and below . concode_field_sep String cookieDomain concode_elem_sep boolean cookieHttpOnly concode_elem_sep String DEFAULT_COOKIE_PATH concode_elem_sep Log logger concode_elem_sep Integer cookieMaxAge concode_elem_... | void function ( String arg0 ) { this . cookiePath = arg0 ; } |
35,002 | set the objectpool to which this instance should be returned . concode_field_sep Logger logger_ concode_elem_sep AbstractObjectPool objectPool_ concode_field_sep void reset concode_elem_sep void dispose | void function ( AbstractObjectPool arg0 ) { objectPool_ = arg0 ; } |
35,003 | removes from this map the last value mapped to this key . concode_field_sep HashMap<K,LinkedList<V>> boxedHashMap concode_field_sep V getValue concode_elem_sep int size concode_elem_sep List<V> getValues concode_elem_sep boolean containsKey concode_elem_sep Collection<LinkedList<V>> values concode_elem_sep boolean isEm... | void function ( K arg0 ) { LinkedList < V > loc0 = boxedHashMap . get ( arg0 ) ; if ( loc0 != null && loc0 . size ( ) > 0 ) { loc0 . remove ( loc0 . size ( ) - 1 ) ; } } |
35,004 | get min half the median , first quartile . used as a threshold . concode_field_sep CapacityChecker capacityOutputBulk concode_elem_sep double CRAZY_MAX_PING_TIME concode_elem_sep boolean logMINOR concode_elem_sep CapacityChecker capacityInputRealtime concode_elem_sep boolean isInput concode_elem_sep double max concode_... | double function ( ) { return Math . min ( median / 2 , firstQuartile ) ; } |
35,005 | get accesstoken key creates a unique accesskey for the session the goal here is to have a unique key and secret for the session which the app or user can own for the session . everything builds up to this . concode_field_sep int APPLICATION concode_elem_sep ServerPersistence sp concode_elem_sep int USER concode_field_s... | String function ( ) { UUID loc0 = UUID . randomUUID ( ) ; return loc0 . toString ( ) ; } |
35,006 | set the id or position of this effect in a sequence concode_field_sep boolean fired concode_elem_sep boolean submit concode_elem_sep boolean queued concode_elem_sep float fps concode_elem_sep boolean sync concode_elem_sep int sequenceId concode_elem_sep float duration concode_elem_sep String sequence concode_elem_sep f... | void function ( int arg0 ) { this . sequenceId = arg0 ; } |
35,007 | get int64 concode_field_sep byte[] _byte concode_elem_sep String password concode_elem_sep BigDecimal number concode_elem_sep Float _float concode_elem_sep Integer integer concode_elem_sep Double _double concode_elem_sep String string concode_elem_sep DateTime dateTime concode_elem_sep byte[] binary concode_elem_sep In... | Long function ( ) { return int64 ; } |
35,008 | modifies context root . concode_field_sep PlaceHolder placeHolder concode_field_sep void modify concode_elem_sep void configureEndpoints concode_elem_sep String getTransportClassName | void function ( final Deployment arg0 , final JBossWebMetaData arg1 ) { final String loc0 = arg0 . getService ( ) . getContextRoot ( ) ; if ( WSLogger . ROOT_LOGGER . isTraceEnabled ( ) ) { WSLogger . ROOT_LOGGER . tracef ( "srini_string" , loc0 , arg0 . getSimpleName ( ) ) ; } arg1 . setContextRoot ( loc0 ) ; } |
35,009 | sets the value of the name property . concode_field_sep BucketType usageBucket concode_elem_sep BigDecimal price concode_elem_sep String name concode_elem_sep String description concode_elem_sep long serialVersionUID concode_elem_sep XMLGregorianCalendar effectiveDate concode_elem_sep XMLGregorianCalendar expirationDat... | void function ( String arg0 ) { this . name = arg0 ; } |
35,010 | get the distance from this point to another , squared . this can sometimes be used in place of distance and avoids the additional sqrt . concode_field_sep float x concode_elem_sep float y concode_elem_sep long serialVersionUID concode_field_sep Vector2f add concode_elem_sep Vector2f add concode_elem_sep Vector2f getNor... | float function ( Vector2f arg0 ) { float loc0 = arg0 . getX ( ) - getX ( ) ; float loc1 = arg0 . getY ( ) - getY ( ) ; return ( float ) ( loc0 * loc0 ) + ( loc1 * loc1 ) ; } |
35,011 | auto generated axis2 call back method for addtask2 method override this method for handling normal response from addtask2 operation concode_field_sep Object clientData concode_field_sep void receiveResultRemoveTask concode_elem_sep void receiveResultAddTask3 concode_elem_sep void receiveResultRemoveTask2 concode_elem_s... | void function ( org . tempuri . MmsImplementationStub . AddTask2Response arg0 ) { } |
35,012 | add a log with a level concode_field_sep int logLevel concode_elem_sep int MSG_WARN concode_elem_sep String modulesBaseDir concode_elem_sep int MSG_SUCCESS concode_elem_sep Logger log4j concode_elem_sep StringBuffer log concode_elem_sep ConnectionProvider pool concode_elem_sep int MSG_ERROR concode_elem_sep VariablesSe... | void function ( String arg0 , int arg1 ) { log4j . info ( arg0 ) ; if ( arg1 > logLevel ) { logLevel = arg1 ; log = new StringBuffer ( arg0 ) ; } else if ( arg1 == logLevel ) log . append ( arg0 + "srini_string" ) ; } |
35,013 | checks whether the given value is a power of two . concode_field_sep PlaceHolder placeHolder concode_field_sep int roundDownToPowerOf2 concode_elem_sep int murmurHash concode_elem_sep int roundUpToPowerOfTwo concode_elem_sep int log2strict concode_elem_sep int log2floor concode_elem_sep int checkedDownCast concode_elem... | boolean function ( long arg0 ) { return ( arg0 & ( arg0 - 1 ) ) == 0 ; } |
35,014 | returns the nccfilename for a given book 's root folder . concode_field_sep String DEFAULT_ROOT_FOLDER concode_elem_sep String PREFS_FILE concode_elem_sep String LAST_BOOK concode_elem_sep String OPT_ROOT_FOLDER concode_field_sep boolean folderContainsDaisy2_02Book | String function ( File arg0 ) { if ( new File ( arg0 , "srini_string" ) . exists ( ) ) { return "srini_string" ; } if ( new File ( arg0 , "srini_string" ) . exists ( ) ) { return "srini_string" ; } return null ; } |
35,015 | gets the value of the unitprice property . concode_field_sep Amount unitPrice concode_elem_sep ProductBusinessObjectProfile product concode_elem_sep Amount amount concode_elem_sep Quantity quantity concode_elem_sep UsageAllocation usageAllocation concode_elem_sep Description description concode_elem_sep Amount discount... | Amount function ( ) { return unitPrice ; } |
35,016 | function that open the lib . concode_field_sep ResultSet rs concode_elem_sep LuaState L concode_field_sep LuaObject getcolnames concode_elem_sep LuaObject getcoltypes concode_elem_sep LuaObject fetch | int function ( LuaState L ) { L . pushJavaFunction ( new JavaFunction ( L ) { public int execute ( ) throws LuaException { ResultSet rs = ( ResultSet ) L . getObjectFromUserdata ( 2 ) ; L . pushJavaObject ( new LuaSQLCursor ( L , rs ) ) ; return 1 ; } } ) ; return 1 ; } |
35,017 | returns the compilation unit . concode_field_sep int fLength concode_elem_sep IJavaScriptUnit fCompilationUnit concode_elem_sep JavaScriptUnit fASTRoot concode_elem_sep int fOffset concode_field_sep int getSelectionLength concode_elem_sep void setASTRoot concode_elem_sep ASTNode getCoveringNode concode_elem_sep ASTNode... | IJavaScriptUnit function ( ) { return fCompilationUnit ; } |
35,018 | converts pixels into inches . concode_field_sep double INCH_MM concode_elem_sep double POINT_POSTSCRIPT concode_field_sep double pointsToMillis concode_elem_sep double squarePointsToInch concode_elem_sep double squarePointsToMillis concode_elem_sep int pointsToPixels concode_elem_sep double squareInchToMillis concode_e... | double function ( int arg0 , int arg1 ) { return ( double ) arg0 / arg1 ; } |
35,019 | gets 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... | java . lang . String function ( ) { return pluginVariable ; } |
35,020 | returns the tmp directory . concode_field_sep MoaTestCase m_Owner concode_elem_sep String m_DataDirectory concode_field_sep boolean copyResourceToTmp concode_elem_sep boolean copyResourceToTmp concode_elem_sep boolean deleteFileFromTmp concode_elem_sep I load concode_elem_sep String getDataDirectory concode_elem_sep bo... | String function ( ) { return System . getProperty ( "srini_string" ) ; } |
35,021 | the name of the log stream this event belongs to . concode_field_sep String eventId concode_elem_sep Long ingestionTime concode_elem_sep String logStreamName concode_elem_sep String message concode_elem_sep Long timestamp concode_field_sep void setEventId concode_elem_sep FilteredLogEvent withTimestamp concode_elem_sep... | void function ( String arg0 ) { this . logStreamName = arg0 ; } |
35,022 | sets the value of the return property . concode_field_sep String _return concode_field_sep String getReturn | void function ( String arg0 ) { this . _return = arg0 ; } |
35,023 | get the block concode_field_sep String datanodeIDs[] concode_elem_sep BlockWithLocations[] blocks concode_elem_sep Block block concode_field_sep void readFields concode_elem_sep void readFields concode_elem_sep String[] getDatanodes concode_elem_sep BlockWithLocations[] getBlocks concode_elem_sep void write concode_ele... | Block function ( ) { return block ; } |
35,024 | the redirect information should be a string or a map . if it is a string that string is the uri to redirect to . if it is a map , that map may contain any entries supported as arguments to the dynamic redirect map method on a controller . concode_field_sep Map<String,Object> params concode_field_sep String evaluateName... | Object function ( ) { return null ; } |
35,025 | tells if the given file is an archive file . concode_field_sep PlaceHolder placeHolder concode_field_sep SpoonResource createResource concode_elem_sep boolean isFile concode_elem_sep List<SpoonResource> resources concode_elem_sep SpoonFolder createFolder concode_elem_sep SpoonFile createFile | boolean function ( File arg0 ) { return arg0 . getName ( ) . endsWith ( "srini_string" ) || arg0 . getName ( ) . endsWith ( "srini_string" ) ; } |
35,026 | retrieves file system attributes for a specified file or directory . concode_field_sep PlaceHolder placeHolder concode_field_sep void deleteFile concode_elem_sep String formatMessage concode_elem_sep String formatMessage concode_elem_sep String formatMessageFromLastErrorCode concode_elem_sep String getTempPath concode_... | int function ( String arg0 ) { int loc0 = Kernel32 . INSTANCE . GetFileAttributes ( arg0 ) ; if ( loc0 == WinBase . INVALID_FILE_ATTRIBUTES ) { throw new Win32Exception ( Kernel32 . INSTANCE . GetLastError ( ) ) ; } return loc0 ; } |
35,027 | sets xcaproot . concode_field_sep String xcapRoot concode_elem_sep char[] password concode_elem_sep String serverAddress concode_elem_sep String userName concode_elem_sep String proxyAddress concode_field_sep void setPassword concode_elem_sep String getProxyAddress concode_elem_sep char[] getPassword concode_elem_sep S... | void function ( String arg0 ) { this . xcapRoot = arg0 ; } |
35,028 | get current persistence context . only call while a transaction is active in the current thread . concode_field_sep TransactionManager transactionManager concode_elem_sep TransactionSynchronizationRegistry transactionSynchronizationRegistry concode_field_sep void putEntityManagerInTransactionRegistry | EntityManager function ( String arg0 ) { return ( EntityManager ) this . transactionSynchronizationRegistry . getResource ( arg0 ) ; } |
35,029 | gets a key for the given type , member and annotations . concode_field_sep AnnotationChecker scopeChecker concode_elem_sep LoadingCache<Class<? extends Annotation>,Boolean> cache concode_elem_sep AnnotationChecker bindingAnnotationChecker concode_elem_sep MapJoiner JOINER concode_elem_sep LoadingCache<Class<? extends A... | Key < ? > function ( TypeLiteral < ? > arg0 , Member arg1 , Annotation [ ] arg2 , Errors arg3 ) { int loc0 = arg3 . size ( ) ; Annotation loc1 = findBindingAnnotation ( arg3 , arg1 , arg2 ) ; arg3 . throwIfNewErrors ( loc0 ) ; return loc1 == null ? Key . get ( arg0 ) : Key . get ( arg0 , loc1 ) ; } |
35,030 | set the starting item number for this search one based concode_field_sep ArrayList _itemList concode_elem_sep String _nextPreviewPage concode_elem_sep String _searchQuery concode_elem_sep String _baseUrl concode_elem_sep int _start concode_elem_sep String _sessionId concode_elem_sep String _searchResponseString concode... | void function ( int arg0 ) { _start = arg0 ; } |
35,031 | gets a vector of attribute values of a particular attribute name . concode_field_sep SessionNameField s concode_elem_sep ConnectionField c concode_elem_sep TimeField t concode_elem_sep Vector<AttributeField> av concode_elem_sep SdpField v concode_elem_sep Vector<MediaDescriptor> media concode_elem_sep OriginField o con... | Vector < AttributeField > function ( String arg0 ) { Vector < AttributeField > loc0 = new Vector < AttributeField > ( av . size ( ) ) ; for ( int loc1 = 0 ; loc1 < av . size ( ) ; loc1 ++ ) { AttributeField loc2 = ( AttributeField ) av . elementAt ( loc1 ) ; if ( loc2 . getAttributeName ( ) . equals ( arg0 ) ) loc0 . a... |
35,032 | get its visible part . concode_field_sep String CRLF concode_elem_sep Base base concode_field_sep String raw concode_elem_sep void run | String function ( final Message arg0 ) { } |
35,033 | gets the requested bit , where true means black . concode_field_sep int width concode_elem_sep int[] bits concode_elem_sep int height concode_elem_sep int rowSize concode_field_sep void setRegion concode_elem_sep int getHeight concode_elem_sep void set concode_elem_sep int[] getTopLeftOnBit concode_elem_sep int hashCod... | boolean function ( int arg0 , int arg1 ) { int loc0 = arg1 * rowSize + ( arg0 >> 5 ) ; return ( ( bits [ loc0 ] >>> ( arg0 & 0x1f ) ) & 1 ) != 0 ; } |
35,034 | retrieves the designated parameter 's mode . concode_field_sep int[] types concode_elem_sep int[] modes concode_elem_sep int parameterCount concode_elem_sep int[] nullability concode_elem_sep Result.ResultMetaData rmd concode_elem_sep boolean[] isIdentity concode_elem_sep String[] classNames concode_field_sep int getPa... | int function ( int arg0 ) { checkRange ( arg0 ) ; return modes [ -- arg0 ] ; } |
35,035 | writes the prefix and strings in sarr and sleeps between prints concode_field_sep SimpleDateFormat format concode_field_sep void sleep concode_elem_sep void log concode_elem_sep long startTimer concode_elem_sep void stopTimer concode_elem_sep void shutdownAndAwaitTermination concode_elem_sep void shutdownAndAwaitTermin... | void function ( String [ ] arg0 , int arg1 , int arg2 ) { writeAndSleep ( "srini_string" , arg0 , arg1 , arg2 ) ; } |
35,036 | method to generate the instance for provided service class concode_field_sep Retrofit.Builder builder concode_elem_sep long TIMEOUT_CONNECTION concode_elem_sep HttpLoggingInterceptor logging concode_elem_sep long TIMEOUT_RESPONSE concode_field_sep placeholderType placeHolder | S function ( final Context arg0 , Class < S > arg1 ) { return generate ( arg0 , arg1 , TIMEOUT_RESPONSE ) ; } |
35,037 | get mapofmapproperty concode_field_sep Map<String,String> mapProperty concode_elem_sep Map<String,Map<String,String>> mapOfMapProperty concode_field_sep String toIndentedString concode_elem_sep AdditionalPropertiesClass putMapOfMapPropertyItem concode_elem_sep int hashCode concode_elem_sep void setMapProperty concode_e... | Map < String , Map < String , String >> function ( ) { return mapOfMapProperty ; } |
35,038 | controls whether the drop adapter shows insertion feedback or not . concode_field_sep int fRequestedOperation concode_elem_sep int ITEM_MARGIN_LEFT concode_elem_sep boolean fShowInsertionFeedback concode_elem_sep boolean fFullWidthMatchesItem concode_elem_sep int LOCATION_EPSILON concode_elem_sep int LOCATION_BEFORE co... | void function ( boolean arg0 ) { fShowInsertionFeedback = arg0 ; } |
35,039 | an optional attribute value of the token . tokens which are not used as syntactic sugar will often contain meaningful values that will be used later on by the compiler or interpreter . this attribute value is often different from the image . any subclass of token that actually wants to return a non-null value can overr... | Object function ( ) { return null ; } |
35,040 | returns a zookeeper session . calls should be made within run of zoorunnable after caches are checked . this will be performed at each retry of the run method . calls to #getzookeeper should be made , ideally , after cache checks since other threads may have succeeded when updating the cache . doingthis will ensure tha... | ZooKeeper function ( ) { return zReader . getZooKeeper ( ) ; } |
35,041 | sets the required associated life cycle audit event . concode_field_sep boolean _newValueSpecified concode_elem_sep LifeCycleAuditEvent _lifeCycleAuditEvent concode_elem_sep String _newValue concode_elem_sep String _propertyType concode_elem_sep String _propertyName concode_elem_sep String _id concode_elem_sep String _... | void function ( LifeCycleAuditEvent arg0 ) { _lifeCycleAuditEvent = arg0 ; } |
35,042 | returns all the roles associated with the group . concode_field_sep RoleService _roleService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep java.util.List<com.liferay.portal.kernel.model.Role> getUserRelatedRoles concode_elem_sep void setWrappedService concode_elem_sep com.liferay.portal.k... | java . util . List < com . liferay . portal . kernel . model . Role > function ( long arg0 ) { return _roleService . getGroupRoles ( arg0 ) ; } |
35,043 | sets width and height hint for the button control . note : this is a nop if the button 's layout data is not an instance of griddata . concode_field_sep FontMetrics fFontMetrics concode_field_sep Group createGroup concode_elem_sep Text createText concode_elem_sep Button createCheckButton concode_elem_sep Composite crea... | void function ( Button arg0 ) { Object loc0 = arg0 . getLayoutData ( ) ; if ( loc0 instanceof GridData ) { ( ( GridData ) loc0 ) . widthHint = getButtonWidthHint ( arg0 ) ; ( ( GridData ) loc0 ) . horizontalAlignment = GridData . FILL ; } } |
35,044 | closes serversocket , ignoring any checked exceptions . does nothing if serversocket is null . concode_field_sep Charset US_ASCII concode_elem_sep byte[] EMPTY_BYTE_ARRAY concode_elem_sep AtomicReference<byte[]> skipBuffer concode_elem_sep char[] DIGITS concode_elem_sep Charset UTF_8 concode_elem_sep String[] EMPTY_STR... | void function ( ServerSocket arg0 ) { if ( arg0 != null ) { try { arg0 . close ( ) ; } catch ( RuntimeException loc0 ) { throw loc0 ; } catch ( Exception loc0 ) { } } } |
35,045 | adds an expression to the select clause , automatically creating a column alias . concode_field_sep StringBuffer where concode_elem_sep int orderByCount concode_elem_sep DatabaseMetaData databaseMetaData concode_elem_sep boolean distinct concode_elem_sep int groupByCount concode_elem_sep int whereCount concode_elem_sep... | void function ( String arg0 ) { addSelect ( arg0 , "srini_string" + selectCount ) ; } |
35,046 | set the default layout queue . concode_field_sep LinkedList list concode_elem_sep LayoutQueue defaultQueue concode_field_sep LayoutQueue getDefaultQueue concode_elem_sep void addTask concode_elem_sep Runnable waitForWork | void function ( LayoutQueue arg0 ) { defaultQueue = arg0 ; } |
35,047 | number pages that search task has to iterate over . concode_field_sep boolean wholeWord concode_elem_sep int totalHitCount concode_elem_sep SwingController controller concode_elem_sep SearchPanel searchPanel concode_elem_sep int lengthOfTask concode_elem_sep boolean caseSensitive concode_elem_sep String dialogMessage c... | int function ( ) { return lengthOfTask ; } |
35,048 | sets the type value for this saintresult . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep int viewable_pages concode_elem_sep boolean __hashCodeCalc concode_elem_sep int id concode_elem_sep java.lang.String type concode_elem_sep java.lang.... | void function ( java . lang . String arg0 ) { this . type = arg0 ; } |
35,049 | returns true if the vertex is a border vertex of the triangulation framework , false otherwise . concode_field_sep boolean border concode_elem_sep Coordinate coordinate concode_elem_sep int id concode_field_sep Coordinate getCoordinate concode_elem_sep void setBorder concode_elem_sep void setId concode_elem_sep int get... | boolean function ( ) { return this . border ; } |
35,050 | implements javax.xml.transform.sax.templateshandler.setsystemid get the base id uri or system id from where relative urls will be resolved . concode_field_sep String _systemId concode_elem_sep int _indentNumber concode_elem_sep TransformerFactoryImpl _tfactory concode_elem_sep TemplatesImpl _templates concode_elem_sep ... | void function ( String arg0 ) { _systemId = arg0 ; } |
35,051 | creates a wavedata container from the specified bytes concode_field_sep ByteBuffer data concode_elem_sep int format concode_elem_sep int samplerate concode_field_sep void dispose concode_elem_sep ByteBuffer convertAudioBytes | WaveData function ( byte [ ] arg0 ) { try { return create ( AudioSystem . getAudioInputStream ( new BufferedInputStream ( new ByteArrayInputStream ( arg0 ) ) ) ) ; } catch ( Exception loc0 ) { loc0 . printStackTrace ( ) ; return null ; } } |
35,052 | returns the j i r a change group with the primary key . concode_field_sep JIRAChangeGroupLocalService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_elem_sep int getJIRAChangeGroupsCount con... | com . liferay . socialcoding . model . JIRAChangeGroup function ( long arg0 ) { return getService ( ) . getJIRAChangeGroup ( arg0 ) ; } |
35,053 | returns whether xbl processing is currently enabled . concode_field_sep boolean isProcessing concode_field_sep Element getXblPreviousElementSibling concode_elem_sep Element getXblBoundElement concode_elem_sep void stopProcessing concode_elem_sep Element getXblNextElementSibling concode_elem_sep Node getXblFirstChild co... | boolean function ( ) { return isProcessing ; } |
35,054 | sets the userid concode_field_sep int loginTimeout concode_elem_sep String sStartURL 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 function ( String arg0 ) { this . user = arg0 ; } |
35,055 | template method that allows for manipulating the httpurirequest before it isreturned as part of a httpcomponentsclienthttprequest . the default implementation is empty . concode_field_sep int DEFAULT_MAX_TOTAL_CONNECTIONS concode_elem_sep HttpClient httpClient concode_elem_sep int DEFAULT_READ_TIMEOUT_MILLISECONDS conc... | void function ( HttpUriRequest arg0 ) { } |
35,056 | register this client as being contained by the specified maze . naturally a client can not be registered withmore than one maze at a time . concode_field_sep String name concode_elem_sep int type concode_elem_sep Maze maze concode_elem_sep Set listenerSet concode_elem_sep int LOCAL concode_elem_sep int REMOTE concode_e... | void function ( Maze arg0 ) { assert ( arg0 != null ) ; assert ( this . maze == null ) ; this . maze = arg0 ; } |
35,057 | set the name of the currently proxied bean instance . concode_field_sep ThreadLocal<String> currentProxiedBeanName concode_field_sep String getCurrentProxiedBeanName | void function ( String arg0 ) { if ( arg0 != null ) { currentProxiedBeanName . set ( arg0 ) ; } else { currentProxiedBeanName . remove ( ) ; } } |
35,058 | test of parameterencode method , of class util . concode_field_sep PlaceHolder placeHolder concode_field_sep void setUpClass concode_elem_sep void testGetCharsetFromContentType concode_elem_sep void setUp concode_elem_sep void tearDownClass concode_elem_sep void testGetMimeFromContentType concode_elem_sep void tearDown | void function ( ) { System . out . println ( "srini_string" ) ; MultiValueMap < String , String > loc0 = new MultiValueMapLinkedHashSet < String , String > ( ) ; loc0 . put ( "srini_string" , "srini_string" ) ; loc0 . put ( "srini_string" , "srini_string" ) ; String loc1 = "srini_string" ; String loc2 = Util . paramete... |
35,059 | returns the bundle context of this bundle concode_field_sep Logger logger concode_elem_sep BundleContext context concode_field_sep void stop concode_elem_sep void start | BundleContext function ( ) { return context ; } |
35,060 | set the content-type of the photo . concode_field_sep Boolean hidden concode_elem_sep String safetyLevel concode_elem_sep boolean familyFlag concode_elem_sep boolean publicFlag concode_elem_sep boolean async concode_elem_sep String description concode_elem_sep String title concode_elem_sep String contentType concode_el... | void function ( String arg0 ) { this . contentType = arg0 ; } |
35,061 | get custom serializer concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String adUnionIdType concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Long id concode_field_sep org.apache.axis.description.TypeDesc getTypeDe... | 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 ) ; } |
35,062 | gets the reftbl attribute of the fieldbean object concode_field_sep boolean needEncode concode_elem_sep boolean isnull concode_elem_sep String defaultValue concode_elem_sep int precision concode_elem_sep String description concode_elem_sep String caption concode_elem_sep int DATA_TYPE_BOOLEAN concode_elem_sep String re... | String function ( ) { return checkString ( reftbl ) ; } |
35,063 | set group concode_field_sep INodeDirectory parent concode_elem_sep long dsCount concode_elem_sep long nsCount concode_elem_sep long modificationTime concode_elem_sep int LENGTH concode_elem_sep byte[] name concode_elem_sep int OFFSET concode_elem_sep long permission concode_elem_sep long accessTime concode_elem_sep lon... | void function ( String arg0 ) { int loc0 = SerialNumberManager . INSTANCE . getGroupSerialNumber ( arg0 ) ; updatePermissionStatus ( PermissionStatusFormat . GROUP , loc0 ) ; } |
35,064 | info log message . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d concode_elem_sep void setL... | void function ( String arg0 , String arg1 , Throwable arg2 ) { if ( LOG . INFO >= LOGLEVEL ) Log . i ( arg0 , arg1 , arg2 ) ; } |
35,065 | offset of field within instance data . concode_field_sep Field field concode_elem_sep String signature concode_elem_sep boolean unshared concode_elem_sep int offset concode_elem_sep String name concode_elem_sep Class<?> type concode_field_sep String getTypeString concode_elem_sep String getName concode_elem_sep Class<?... | int function ( ) { return offset ; } |
35,066 | sets the value of the importedfrom property . concode_field_sep ImportedFromType importedFrom concode_elem_sep SourceType source concode_elem_sep String type concode_elem_sep BigInteger key concode_field_sep void setSource concode_elem_sep BigInteger getKey concode_elem_sep String getType concode_elem_sep SourceType ge... | void function ( ImportedFromType arg0 ) { this . importedFrom = arg0 ; } |
35,067 | gets the value of the title property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep String type concode_elem_sep String title concode_elem_sep String uuidre... | String function ( ) { return title ; } |
35,068 | returns the predicate associated with the columnname , where column name is the generic sql expression in the form of : table.column concode_field_sep Map<Integer,StarColumnPredicate> columnPredicates concode_elem_sep Map<String,StarColumnPredicate> columnPredicatesByName concode_elem_sep BitKey bitKey concode_elem_sep... | StarColumnPredicate function ( String arg0 ) { return columnPredicatesByName . get ( arg0 ) ; } |
35,069 | gets the template name . concode_field_sep String emailAddress concode_elem_sep String[] ccMailList concode_elem_sep String[] bccMailList concode_elem_sep String templateName concode_elem_sep String userActivationCode concode_elem_sep String subject concode_elem_sep String ccMailId concode_elem_sep String bccMailId con... | String function ( ) { return templateName ; } |
35,070 | sets the value of the href property . concode_field_sep String _default concode_elem_sep WadlLink link concode_elem_sep Map<QName,String> otherAttributes concode_elem_sep QName type concode_elem_sep List<Object> any concode_elem_sep Boolean required concode_elem_sep String path concode_elem_sep Boolean repeating concod... | void function ( String arg0 ) { this . href = arg0 ; } |
35,071 | returns whether we 've generated any new ids . concode_field_sep IdGenerator idGenerator concode_elem_sep DiagnosticType NULL_COMMON_MODULE_ERROR concode_elem_sep String UNSTUB_METHOD_NAME concode_elem_sep AnalyzePrototypeProperties analyzer concode_elem_sep int currentId concode_elem_sep JSModuleGraph moduleGraph conc... | boolean function ( ) { return currentId != 0 ; } |
35,072 | obtiene el estilo personalizado para el td con la etiqueta . concode_field_sep int TE_DATO concode_elem_sep int TE_PREDETERMINADO concode_elem_sep String texto_derecha concode_elem_sep int tipo concode_elem_sep int TE_SUBTITULO concode_elem_sep int TE_HUECO concode_elem_sep int TE_HTML concode_elem_sep String explicaci... | Style function ( ) { return style_td_etiqueta ; } |
35,073 | evento que suma uno a la cuenta via ajax . concode_field_sep Zone csrfZone concode_elem_sep AjaxResponseRenderer renderer concode_elem_sep JavaScriptSupport javascriptSupport concode_elem_sep Zone zone concode_elem_sep Long cuenta concode_elem_sep List colores concode_elem_sep Zone submitOneZone concode_elem_sep Messag... | void function ( ) { cuenta += 1 ; renderer . addRender ( "srini_string" , zone ) . addRender ( "srini_string" , submitOneZone ) . addRender ( "srini_string" , csrfZone ) ; } |
35,074 | utility method to validate the supplied qos value . concode_field_sep boolean retained concode_elem_sep boolean dup concode_elem_sep byte[] payload concode_elem_sep int qos concode_elem_sep boolean mutable concode_field_sep byte[] getPayload concode_elem_sep void clearPayload concode_elem_sep void setQos concode_elem_s... | void function ( int arg0 ) { if ( ( arg0 < 0 ) || ( arg0 > 2 ) ) { throw new IllegalArgumentException ( ) ; } } |
35,075 | returns configuration string for secured attribute . concode_field_sep int iterationCount concode_elem_sep String salt concode_elem_sep String keystorePassword concode_elem_sep String vaultAlias concode_elem_sep Charset CHARSET concode_elem_sep String encryptionDirectory concode_elem_sep boolean createKeystore concode_... | String function ( String arg0 , String arg1 ) { return "srini_string" + arg0 + "srini_string" + arg1 + "srini_string" ; } |
35,076 | create an instance of serverstatus concode_field_sep PlaceHolder placeHolder concode_field_sep GetErrorDescriptionResponse createGetErrorDescriptionResponse concode_elem_sep AgentLogin createAgentLogin concode_elem_sep ServerStatusResponse createServerStatusResponse concode_elem_sep CancelBookingResponse createCancelBo... | ServerStatus function ( ) { return new ServerStatus ( ) ; } |
35,077 | returns the instance connected to this instance through the role instruction . concode_field_sep GUID typeId concode_elem_sep PDStore store concode_elem_sep GUID id concode_elem_sep GUID roleInstructionId concode_field_sep void setName concode_elem_sep void addInstructions concode_elem_sep PDStore getStore concode_elem... | PDPrintInstruction function ( ) { GUID loc0 = ( GUID ) store . getInstance ( this . id , roleInstructionId ) ; return ( PDPrintInstruction ) store . load ( PDPrintInstruction . typeId , loc0 ) ; } |
35,078 | listens for the invoke_application phase . concode_field_sep PlaceHolder placeHolder concode_field_sep void beforePhase concode_elem_sep void afterPhase | PhaseId function ( ) { return PhaseId . INVOKE_APPLICATION ; } |
35,079 | return type metadata object concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep org.talend.mdm.webservice.WSItemPK wsItemPK concode_elem_sep org.talend.mdm.webservice.WSVersioningHistoryEntry[] wsVersionEntries concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCo... | org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; } |
35,080 | gets the value of the materialsymbol property . concode_field_sep Boolean isAllPhones concode_elem_sep BigDecimal grossPriceMin concode_elem_sep Boolean isPhone concode_elem_sep Long phoneId concode_elem_sep String description concode_elem_sep BigDecimal netPriceMax concode_elem_sep ProductStateType productState concod... | String function ( ) { return materialSymbol ; } |
35,081 | sets the preferences of this portal preferences . concode_field_sep PortalPreferences _portalPreferences concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep bool... | void function ( java . lang . String arg0 ) { _portalPreferences . setPreferences ( arg0 ) ; } |
35,082 | indicates whether there are more delivery streams available to list . concode_field_sep Boolean hasMoreDeliveryStreams concode_elem_sep java.util.List<String> deliveryStreamNames concode_field_sep ListDeliveryStreamsResult withDeliveryStreamNames concode_elem_sep ListDeliveryStreamsResult withDeliveryStreamNames concod... | ListDeliveryStreamsResult function ( Boolean arg0 ) { setHasMoreDeliveryStreams ( arg0 ) ; return this ; } |
35,083 | creates a marker for moscone center . concode_field_sep int MAX_DISK_CACHE_BYTES concode_elem_sep String TILE_PATH concode_elem_sep String[] mapTileAssets concode_elem_sep String TAG concode_field_sep DiskLruCache openDiskCache concode_elem_sep boolean hasTile concode_elem_sep boolean hasInfoSessionList concode_elem_se... | MarkerOptions function ( LatLng arg0 ) { final String loc0 = "srini_string" ; final BitmapDescriptor loc1 = BitmapDescriptorFactory . fromResource ( R . drawable . map_marker_moscone ) ; return new MarkerOptions ( ) . arg0 ( arg0 ) . loc0 ( loc0 ) . loc1 ( loc1 ) . visible ( false ) ; } |
35,084 | create an instancebuilder for the given type . the specified type is the type returned by #build , which is typically the common base type or interface of the instance being constructed . concode_field_sep Class<?> factoryClass concode_elem_sep List<Object> arguments concode_elem_sep String methodName concode_elem_sep ... | InstanceBuilder < T > function ( Class < T > arg0 ) { return new InstanceBuilder < > ( arg0 ) ; } |
35,085 | returns true if and only if this instance represents a monetary value less than zero , otherwise false . concode_field_sep Coin MICROCOIN concode_elem_sep int SMALLEST_UNIT_EXPONENT concode_elem_sep long COIN_VALUE concode_elem_sep Coin SATOSHI concode_elem_sep MonetaryFormat FRIENDLY_FORMAT concode_elem_sep Coin COIN ... | boolean function ( ) { return signum ( ) == - 1 ; } |
35,086 | return the content . concode_field_sep ActivationDataFlavor myDF concode_field_sep void writeTo concode_elem_sep Object getTransferData concode_elem_sep DataFlavor[] getTransferDataFlavors | Object function ( DataSource arg0 ) { try { return new MultipartReport ( arg0 ) ; } catch ( MessagingException loc0 ) { IOException loc1 = new IOException ( "srini_string" ) ; loc1 . initCause ( loc0 ) ; throw loc1 ; } } |
35,087 | returns the fastdateformat object for formatting the date part of the pattern or null if thepattern does not have a date part . concode_field_sep char millisSeparatorChar concode_elem_sep int timeSeparatorLength concode_elem_sep FastDateFormat fastDateFormat concode_elem_sep String pattern concode_elem_sep int length c... | FastDateFormat function ( ) { return getDatePattern ( ) == null ? null : FastDateFormat . getInstance ( getDatePattern ( ) ) ; } |
35,088 | create a mutable long integer counter concode_field_sep Map<String,MutableMetric> metricsMap concode_elem_sep Map<String,MetricsTag> tagsMap concode_elem_sep MetricsInfo metricsInfo concode_field_sep void add concode_elem_sep void add concode_elem_sep MutableGaugeInt newGauge concode_elem_sep MutableGaugeInt newGauge c... | MutableCounterLong function ( MetricsInfo arg0 , long arg1 ) { checkMetricName ( arg0 . name ( ) ) ; MutableCounterLong loc0 = new MutableCounterLong ( arg0 , arg1 ) ; metricsMap . put ( arg0 . name ( ) , loc0 ) ; return loc0 ; } |
35,089 | strips the prefix from the value . returns the value as-is if not starting with the prefix . concode_field_sep String RAW_TOKEN_START concode_elem_sep String RAW_TOKEN_END concode_elem_sep String CHARSET concode_field_sep Map<String,Object> parseQuery concode_elem_sep Map<String,Object> parseQuery concode_elem_sep URI ... | String function ( String arg0 , String arg1 ) { if ( arg0 != null && arg0 . startsWith ( arg1 ) ) { return arg0 . substring ( arg1 . length ( ) ) ; } return arg0 ; } |
35,090 | checks if this component is a textcomponent text component concode_field_sep List<PropertyType> propertyTypes concode_elem_sep boolean sequence concode_elem_sep boolean resolve concode_elem_sep boolean tentative concode_elem_sep List<PropertyType> propertyTypes concode_elem_sep boolean tentative concode_elem_sep String... | boolean function ( ) { return this instanceof ArgumentComponent ; } |
35,091 | adds style information to the given text presentation . concode_field_sep IDocument fDocument concode_elem_sep TextAttribute fDefaultTextAttribute concode_field_sep void createPresentation concode_elem_sep void setDocument concode_elem_sep IRegion getDamageRegion concode_elem_sep int endOfLineOf | void function ( TextPresentation arg0 , int arg1 , int arg2 , TextAttribute arg3 ) { if ( arg3 != null ) arg0 . addStyleRange ( new StyleRange ( arg1 , arg2 , arg3 . getForeground ( ) , arg3 . getBackground ( ) , arg3 . getStyle ( ) ) ) ; } |
35,092 | returns the square of the 2 norm of this vector . this is the sum of the squares of the elements . concode_field_sep double DOUBLE_PREC concode_elem_sep double x concode_elem_sep double y concode_elem_sep double z concode_field_sep void add concode_elem_sep void add concode_elem_sep void sub concode_elem_sep void sub c... | double function ( ) { return x * x + y * y + z * z ; } |
35,093 | returns a set of the names of all registered health checks . concode_field_sep ConcurrentMap<String,HealthCheck> healthChecks concode_elem_sep Logger LOGGER concode_field_sep SortedMap<String,HealthCheck.Result> runHealthChecks concode_elem_sep SortedMap<String,HealthCheck.Result> runHealthChecks concode_elem_sep void ... | SortedSet < String > function ( ) { return Collections . unmodifiableSortedSet ( new TreeSet < String > ( healthChecks . keySet ( ) ) ) ; } |
35,094 | just another method to demonstrate one controller with many actions . concode_field_sep PlaceHolder placeHolder concode_field_sep ModelAndView welcomeController | ModelAndView function ( ) { ModelAndView loc0 = new ModelAndView ( "srini_string" ) ; loc0 . addObject ( "srini_string" , "srini_string" ) ; return loc0 ; } |
35,095 | returns a string representing the value of the sql rowid designated by this java.sql.rowid object . like java.sql.date.tostring returns the contents of its date as the string `` 2004-03-17 '' rather than as date literal in sql which would have been the string date `` 2004-03-17 '' , tostring returns the contents of its... | String function ( ) { return StringConverter . byteArrayToHexString ( id ) ; } |
35,096 | returns the microblogs entry id of this microblogs entry . concode_field_sep MicroblogsEntry _microblogsEntry concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boole... | long function ( ) { return _microblogsEntry . getMicroblogsEntryId ( ) ; } |
35,097 | writes an unsigned four-byte value to an output stream . concode_field_sep PlaceHolder placeHolder concode_field_sep int writeToStream concode_elem_sep int writeToStream concode_elem_sep int writeToStream concode_elem_sep int writeToStream concode_elem_sep void writeToStream concode_elem_sep int writeToStream concode_e... | int function ( final OutputStream arg0 , final long arg1 ) { long loc0 = arg1 & 0xFFFFFFFF00000000L ; if ( loc0 != 0 && loc0 != 0xFFFFFFFF00000000L ) throw new IllegalPropertySetDataException ( "srini_string" + arg1 + "srini_string" ) ; LittleEndian . putUInt ( arg1 , arg0 ) ; return LittleEndian . INT_SIZE ; } |
35,098 | small icon resource id for the local notification . concode_field_sep long interval concode_elem_sep JSONObject options concode_elem_sep AssetUtil assets concode_elem_sep String EXTRA concode_elem_sep Context context concode_field_sep Boolean isAutoClear concode_elem_sep String getText concode_elem_sep long getRepeatIn... | int function ( ) { String loc0 = options . optString ( "srini_string" , "srini_string" ) ; return assets . getResIdForDrawable ( loc0 ) ; } |
35,099 | provides information on ospf local address . concode_field_sep boolean ospfNoUnicast concode_elem_sep boolean ospfLclAddr concode_elem_sep boolean isisUpDown concode_elem_sep boolean ospfNssa concode_field_sep boolean ospfNoUnicast concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String to... | boolean function ( ) { return ospfLclAddr ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.