idx int64 0 25k | question stringlengths 72 5.69k | target stringlengths 21 481 |
|---|---|---|
16,300 | lookup an object in the default initial context concode_field_sep PlaceHolder placeHolder concode_field_sep void bind concode_elem_sep void bind concode_elem_sep Context createSubcontext concode_elem_sep Context createSubcontext concode_elem_sep void unbind concode_elem_sep void unbind concode_elem_sep void deleteSubCo... | Object function ( Name arg0 , Class < ? > arg1 ) { InitialContext loc0 = new InitialContext ( ) ; try { return lookup ( loc0 , arg0 , arg1 ) ; } finally { loc0 . close ( ) ; } } |
16,301 | records success connecting to failedroute . concode_field_sep Set<Route> failedRoutes concode_field_sep int failedRoutesCount concode_elem_sep void failed concode_elem_sep boolean shouldPostpone | void function ( Route arg0 ) { failedRoutes . remove ( arg0 ) ; } |
16,302 | close db statement concode_field_sep Logger log concode_field_sep void closeConn concode_elem_sep Connection getConn concode_elem_sep void closeRs | void function ( Statement arg0 ) { try { if ( arg0 != null ) { arg0 . close ( ) ; } arg0 = null ; } catch ( Exception loc1 ) { log . error ( loc1 . toString ( ) , loc1 ) ; } } |
16,303 | sets the value of the mdimagedescription property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep JAXBElement<? extends MDImageDescriptionType> mdImageDescription concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String... | void function ( JAXBElement < ? extends MDImageDescriptionType > arg0 ) { this . mdImageDescription = arg0 ; } |
16,304 | retrieves the input stream for this instance . concode_field_sep LocalSocketImpl impl concode_elem_sep boolean implCreated concode_elem_sep int SOCKET_UNKNOWN concode_elem_sep int SOCKET_SEQPACKET concode_elem_sep int SOCKET_STREAM concode_elem_sep int SOCKET_DGRAM concode_elem_sep boolean isBound concode_elem_sep Loca... | InputStream function ( ) { implCreateIfNeeded ( ) ; return impl . getInputStream ( ) ; } |
16,305 | return the thread factory used by the threadpoolexecutor to create new threads . concode_field_sep int DEFAULT_POOL_SIZE concode_elem_sep ReferenceCountingClientExecutorService _instance concode_elem_sep Object _lock concode_elem_sep int NUM_CPUS concode_elem_sep ExecutorService _pool concode_elem_sep int _refCount con... | ThreadFactory function ( ) { return _threadFactory ; } |
16,306 | set the socket connection timeout , please set before connect . concode_field_sep Map<Method,Short> executeMap concode_elem_sep IClient client concode_elem_sep IClientProtocol clientProtocol concode_field_sep Object prepareReturn concode_elem_sep void checkStatus concode_elem_sep void setClientProtocol concode_elem_sep... | void function ( int arg0 ) { this . client . setConnectTimeout ( arg0 ) ; } |
16,307 | returns true iff x is an intlist containing the same sequence of ints as this . can not handle intlists with cycles . you are not expected to read or understand this method . concode_field_sep int head concode_elem_sep IntList tail concode_field_sep void dSquareList concode_elem_sep IntList dcatenate concode_elem_sep I... | boolean function ( Object arg0 ) { if ( ! ( arg0 instanceof IntList ) ) { return false ; } IntList loc0 = ( IntList ) arg0 ; IntList loc1 ; for ( loc1 = this ; loc1 != null && loc0 != null ; loc1 = loc1 . tail , loc0 = loc0 . tail ) { if ( loc1 . head != loc0 . head ) { return false ; } } if ( loc1 != null || loc0 != n... |
16,308 | returns file descriptor or null if not yet open/already closed concode_field_sep LocalSocketImpl impl concode_elem_sep boolean implCreated concode_elem_sep boolean isBound concode_elem_sep LocalSocketAddress localAddress concode_elem_sep boolean isConnected concode_field_sep void setReceiveBufferSize concode_elem_sep b... | FileDescriptor function ( ) { return impl . getFileDescriptor ( ) ; } |
16,309 | return the parsed wsdl , it contains all services concode_field_sep ServiceHelperConfiguration configuration concode_elem_sep Definition definition concode_elem_sep WSDLFactory wsdlFactory concode_elem_sep List<Definition> definitions concode_elem_sep String wsdlUri concode_field_sep void init concode_elem_sep List<Def... | List < Definition > function ( ) { return definitions ; } |
16,310 | returns the row member of insert operation . concode_field_sep String op concode_elem_sep String uuidName concode_elem_sep Map<String,Object> row concode_elem_sep TableSchema tableSchema concode_field_sep TableSchema getTableSchema concode_elem_sep String getUuidName concode_elem_sep String getTable concode_elem_sep St... | Map < String , Object > function ( ) { return row ; } |
16,311 | returns the index routing value associated with the alias concode_field_sep String filter concode_elem_sep String searchRouting concode_elem_sep String name concode_elem_sep String indexRouting concode_field_sep String filter concode_elem_sep Alias filter concode_elem_sep Alias filter concode_elem_sep Alias filter conc... | String function ( ) { return indexRouting ; } |
16,312 | serialize an instance , restore it , and check for equality . concode_field_sep double EPSILON concode_field_sep void testGetPaint concode_elem_sep void testCloning concode_elem_sep void testConstructor concode_elem_sep void testEquals | void function ( ) { GrayPaintScale loc0 = new GrayPaintScale ( ) ; GrayPaintScale loc1 = ( GrayPaintScale ) TestUtilities . serialised ( loc0 ) ; assertEquals ( loc0 , loc1 ) ; } |
16,313 | writes a map as a typed bytes sequence . concode_field_sep ThreadLocal<TypedBytesOutput> TB_OUT concode_elem_sep DataOutput out concode_field_sep void writeInt concode_elem_sep void writeVectorHeader concode_elem_sep void writeByte concode_elem_sep void writeListHeader concode_elem_sep void writeFloat concode_elem_sep ... | void function ( Map arg0 ) { writeMapHeader ( arg0 . size ( ) ) ; Set < Entry > loc0 = arg0 . entrySet ( ) ; for ( Entry loc1 : loc0 ) { write ( loc1 . getKey ( ) ) ; write ( loc1 . getValue ( ) ) ; } } |
16,314 | get deletable access concode_field_sep long serialVersionUID concode_elem_sep UiFilterVisibility visibility concode_elem_sep boolean editable concode_elem_sep boolean deletable concode_elem_sep String name concode_elem_sep String description concode_elem_sep String id concode_elem_sep boolean executable concode_field_s... | boolean function ( ) { return deletable ; } |
16,315 | check that setting a tool tip generator for a series does override the default generator . concode_field_sep boolean flag concode_elem_sep JFreeChart chart concode_field_sep void chartChanged concode_elem_sep JFreeChart createChart concode_elem_sep void testReplaceDataset concode_elem_sep void setUp concode_elem_sep vo... | void function ( ) { XYPlot loc0 = ( XYPlot ) this . chart . getPlot ( ) ; XYItemRenderer loc1 = loc0 . getRenderer ( ) ; StandardXYToolTipGenerator loc2 = new StandardXYToolTipGenerator ( ) ; loc1 . setSeriesToolTipGenerator ( 0 , loc2 ) ; XYToolTipGenerator loc3 = loc1 . getToolTipGenerator ( 0 , 0 ) ; assertTrue ( lo... |
16,316 | get the fixed-rate tasks as an unmodifiable list of intervaltask objects . concode_field_sep List<CronTask> cronTasks concode_elem_sep List<TriggerTask> triggerTasks concode_elem_sep Set<ScheduledFuture<?>> scheduledFutures concode_elem_sep List<IntervalTask> fixedRateTasks concode_elem_sep TaskScheduler taskScheduler ... | List < IntervalTask > function ( ) { return ( this . fixedRateTasks != null ? Collections . unmodifiableList ( this . fixedRateTasks ) : Collections . < IntervalTask > emptyList ( ) ) ; } |
16,317 | returns the weight of this typing profile among all the isolates . concode_field_sep int uid concode_elem_sep String id concode_field_sep int getUID concode_elem_sep String get concode_elem_sep int length concode_elem_sep String getID | int function ( ) { return getFreq ( ) ; } |
16,318 | used by call #execute to signal completion . concode_field_sep Deque<AsyncCall> readyCalls concode_elem_sep ExecutorService executorService concode_elem_sep Deque<AsyncCall> runningCalls concode_elem_sep Deque<Call> executedCalls concode_elem_sep int maxRequestsPerHost concode_elem_sep int maxRequests concode_field_sep... | void function ( Call arg0 ) { if ( ! executedCalls . remove ( arg0 ) ) throw new AssertionError ( "srini_string" ) ; } |
16,319 | encodes a string using the soundex algorithm . concode_field_sep char[] soundexMapping concode_elem_sep char[] US_ENGLISH_MAPPING concode_elem_sep Soundex US_ENGLISH concode_elem_sep int maxLength concode_elem_sep String US_ENGLISH_MAPPING_STRING concode_field_sep char[] getSoundexMapping concode_elem_sep int getMaxLen... | String function ( final String arg0 ) { return soundex ( arg0 ) ; } |
16,320 | replaces accented characters from a non-null string by their ascii equivalent . concode_field_sep String UNICODE concode_elem_sep String PLAIN_ASCII concode_field_sep String[] split concode_elem_sep String toHex concode_elem_sep String expandVars concode_elem_sep String join concode_elem_sep String join concode_elem_se... | String function ( String arg0 ) { return toAscii ( arg0 , false ) ; } |
16,321 | returns a new empty equation concode_field_sep double constant concode_elem_sep double[] values concode_elem_sep double[] coefficients concode_elem_sep List<Equation> equations concode_elem_sep TreeMap<String,Integer> variables concode_field_sep Set<String> getVariables concode_elem_sep void subConstant concode_elem_se... | Equation function ( ) { return new Equation ( ) ; } |
16,322 | convert a properties to a map with string keys and values . entries whose key or value were not strings are omitted . concode_field_sep Pattern DEPLOYMENT_PROPERTIES_PATTERN concode_field_sep String formatDeploymentProperties concode_elem_sep Map<String,String> parseDeploymentProperties concode_elem_sep void addKeyValu... | Map < String , String > function ( Properties arg0 ) { Map < String , String > loc0 = new HashMap < > ( arg0 . size ( ) ) ; for ( String loc1 : arg0 . stringPropertyNames ( ) ) { loc0 . put ( loc1 , arg0 . getProperty ( loc1 ) ) ; } return loc0 ; } |
16,323 | get the longvalue . concode_field_sep int headerParam concode_elem_sep String name concode_elem_sep Boolean booleanValue concode_elem_sep Integer integerValue concode_elem_sep Short shortValue concode_elem_sep long serialVersionUID concode_elem_sep Double doubleValue concode_elem_sep int id concode_elem_sep int queryPa... | Long function ( ) { return longValue ; } |
16,324 | ###### ###### color getting related methods ##### ###### concode_field_sep String mLabel concode_elem_sep float mValueTextSize concode_elem_sep DashPathEffect mFormLineDashEffect concode_elem_sep boolean mHighlightEnabled concode_elem_sep List<Integer> mColors concode_elem_sep boolean mDrawValues concode_elem_sep boole... | List < Integer > function ( ) { return mColors ; } |
16,325 | return an iterator over namevaluepairs . concode_field_sep String name concode_elem_sep String value concode_elem_sep List<NameValuePair> nameValuePairList concode_field_sep String getValue concode_elem_sep String getName concode_elem_sep XMLAttributeList addAttribute concode_elem_sep XMLAttributeList addOptionalAttrib... | Iterator < NameValuePair > function ( ) { return nameValuePairList . iterator ( ) ; } |
16,326 | returns the number of times the pooled connection has been used . concode_field_sep AS400 AS400object_ concode_elem_sep PoolItemProperties properties_ concode_elem_sep Locale locale_ concode_field_sep long getLifeSpan concode_elem_sep AS400 getAS400Object concode_elem_sep long getInactivityTime concode_elem_sep void se... | int function ( ) { return properties_ . getUseCount ( ) ; } |
16,327 | access the list of tools by group concode_field_sep String CURRENT_PORTAL_PATH concode_elem_sep java.lang.String SERVICE_NAME concode_elem_sep org.sakaiproject.component.api.ServerConfigurationService m_instance concode_elem_sep String CURRENT_SERVER_URL concode_field_sep java.util.List getDefaultTools concode_elem_sep... | java . util . List function ( java . lang . String arg0 ) { org . sakaiproject . component . api . ServerConfigurationService loc0 = getInstance ( ) ; if ( loc0 == null ) return null ; return loc0 . getToolsRequired ( arg0 ) ; } |
16,328 | sets this template format . concode_field_sep int significance concode_elem_sep String name concode_elem_sep VMessageFormat format concode_elem_sep String description concode_elem_sep PropertyChangeSupport propertyChangeSupport concode_elem_sep String id concode_elem_sep String type concode_field_sep void setName conco... | void function ( VMessageFormat arg0 ) { VMessageFormat loc0 = this . format ; this . format = arg0 ; propertyChangeSupport . firePropertyChange ( "srini_string" , loc0 , arg0 ) ; } |
16,329 | adds a string property as string literal optionally to a map . adds quotes and does json string escaping , as described at json.org . concode_field_sep StringBuilder params concode_field_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_el... | JSONBuilder function ( String arg0 , String arg1 , boolean arg2 ) { appendCommaAndKey ( arg0 ) ; if ( arg2 ) { params . append ( arg1 ) ; } else { arg1 = escapeString ( arg1 ) ; params . append ( '"' ) . append ( arg1 ) . append ( '"' ) ; } return this ; } |
16,330 | reads an xml node encoded in utf-8 x b16 b8 non-final xml chunk x b16 b8 final xml chunk concode_field_sep HessianRemoteResolver resolver concode_field_sep void readEnd concode_elem_sep HessianRemoteResolver getRemoteResolver concode_elem_sep int addRef concode_elem_sep String getMethod concode_elem_sep String readHead... | org . w3c . dom . Node function ( ) { throw new UnsupportedOperationException ( getClass ( ) . getSimpleName ( ) ) ; } |
16,331 | retrieves the serialized form of the specified object as an array of bytes . concode_field_sep long DEFAULT_COPY_AMOUNT concode_elem_sep int DEFAULT_COPY_BUFFER_SIZE concode_field_sep long copy concode_elem_sep long copy concode_elem_sep long copy concode_elem_sep long copy concode_elem_sep long copy concode_elem_sep l... | byte [ ] function ( Serializable arg0 ) { HsqlByteArrayOutputStream loc0 = new HsqlByteArrayOutputStream ( ) ; ObjectOutputStream loc1 = new ObjectOutputStream ( loc0 ) ; loc1 . writeObject ( arg0 ) ; return loc0 . toByteArray ( ) ; } |
16,332 | getter function for the sensor type used to produce this frame . used to determine whether this is an ir , color or depth frame . see the sensortype enumeration for all possible returnvalues from this function . concode_field_sep int mHeight concode_elem_sep int mWidth concode_elem_sep long mFrameHandle concode_elem_se... | SensorType function ( ) { return mSensorType ; } |
16,333 | return the aggregation buffer for the current group . for efficiency , all calls to this method return the same object . if additional memory could not be allocated , then this method will signal an error by returning null . concode_field_sep UnsafeProjection groupingKeyProjection concode_elem_sep StructType groupingKe... | UnsafeRow function ( InternalRow arg0 ) { final UnsafeRow loc0 = this . groupingKeyProjection . apply ( arg0 ) ; return getAggregationBufferFromUnsafeRow ( loc0 ) ; } |
16,334 | sets the parse observer for this instance . concode_field_sep ParseObserver observer concode_elem_sep int endOffset concode_elem_sep int[] offsets concode_elem_sep ByteArray bytes concode_elem_sep StdConstantPool pool concode_field_sep int getEndOffset concode_elem_sep StdConstantPool getPool concode_elem_sep Constant ... | void function ( ParseObserver arg0 ) { this . observer = arg0 ; } |
16,335 | converts a simple string data to a bytebuffer . concode_field_sep byte CR concode_elem_sep byte ERROR concode_elem_sep byte SIMPLE_STRING concode_elem_sep byte LF concode_elem_sep byte[] ERR_GENERIC concode_elem_sep byte[] CRLF concode_elem_sep byte[] OK concode_elem_sep byte[] ERR_AUTH concode_elem_sep byte[] NIL conc... | ByteBuffer function ( String arg0 ) { byte [ ] loc0 = arg0 . getBytes ( ) ; return toSimpleString ( loc0 ) ; } |
16,336 | returns a list of view elements of the given edit parts . 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 concode_elem_s... | List < View > function ( List < IGraphicalEditPart > arg0 ) { final List < View > loc0 = new ArrayList < View > ( ) ; for ( final IGraphicalEditPart loc1 : arg0 ) { loc0 . add ( loc1 . getNotationView ( ) ) ; } return loc0 ; } |
16,337 | the id of the action . concode_field_sep String STATUS_FIELD concode_elem_sep String _ID concode_elem_sep String _TYPE concode_elem_sep String STATUS concode_elem_sep String opType concode_elem_sep String ID_FIELD concode_elem_sep String index concode_elem_sep Throwable cause concode_elem_sep String type concode_elem_s... | String function ( ) { return id ; } |
16,338 | returns an indexcolormodel for the image specified by this fileinfo . concode_field_sep FileInfo fi concode_elem_sep boolean showProgress concode_elem_sep ImageReader reader concode_elem_sep long skip concode_elem_sep InputStream is concode_elem_sep ColorModel cm concode_elem_sep int currentIndex concode_field_sep void... | ColorModel function ( FileInfo arg0 ) { if ( arg0 . fileType == FileInfo . COLOR8 && arg0 . lutSize > 0 ) return new IndexColorModel ( 8 , arg0 . lutSize , arg0 . reds , arg0 . greens , arg0 . blues ) ; else return LookUpTable . createGrayscaleColorModel ( arg0 . whiteIsZero ) ; } |
16,339 | returns the language used to render twitter 's uii for this user . concode_field_sep HttpResponse res concode_elem_sep ObjectFactory factory concode_elem_sep AccountSettings target concode_field_sep boolean isDiscoverableByEmail concode_elem_sep String getSleepEndTime concode_elem_sep TimeZone getTimeZone concode_elem_... | String function ( ) { return getTarget ( ) . getLanguage ( ) ; } |
16,340 | display @param array 's content to console concode_field_sep Formatter formatter concode_field_sep void printDoubleArrayToFile concode_elem_sep void print2DTabbedDoubleArrayToConole concode_elem_sep void printFloatArrayToFile concode_elem_sep void printFloatArrayToConole concode_elem_sep void print2DDoubleArrayToFile c... | void function ( double [ ] arg0 ) { for ( int loc0 = 0 ; loc0 < arg0 . length ; loc0 ++ ) { System . out . println ( arg0 [ loc0 ] ) ; } } |
16,341 | returns the http response status code . concode_field_sep Map<String,List<String>> headers concode_elem_sep String statusLine concode_elem_sep String httpVersion concode_elem_sep String body concode_elem_sep int statusCode concode_field_sep String getHttpVersion concode_elem_sep Map<String,List<String>> getHeaders conc... | int function ( ) { return statusCode ; } |
16,342 | create a new org.glassfish.jersey.client.rx.rxclient reactive client instance initialized with given jax-rs clientinstance and parametrized with invoker based on the java.util.concurrent.completionstage completion stage fromjava 8 . reactive requests , invoked using org.glassfish.jersey.client.rx.rxinvocationbuilder #r... | RxClient < RxCompletionStageInvoker > function ( final Client arg0 , final ExecutorService arg1 ) { return Rx . from ( arg0 , RxCompletionStageInvoker . class , arg1 ) ; } |
16,343 | sets the value of the usagealerts property . concode_field_sep String upsellStatus concode_elem_sep String throttleStatus concode_elem_sep BigDecimal normalSpeed concode_elem_sep DataAttributes usageAlerts concode_elem_sep BigDecimal upsellLimit concode_elem_sep String upsellLimitUnit concode_elem_sep BigDecimal maxOve... | void function ( DataAttributes arg0 ) { this . usageAlerts = arg0 ; } |
16,344 | notify listeners after setting the message . concode_field_sep MessageHandler messageHandler concode_elem_sep char EOL concode_elem_sep BufferedReader reader concode_elem_sep String line concode_elem_sep char EOF concode_elem_sep int lineNum concode_elem_sep int currentPos concode_field_sep char currentChar concode_ele... | void function ( Message arg0 ) { messageHandler . sendMessage ( arg0 ) ; } |
16,345 | sets the name concode_field_sep java.util.Date date concode_elem_sep Float number concode_elem_sep Long parent concode_elem_sep Simple other concode_elem_sep String address concode_elem_sep String name concode_elem_sep int count concode_elem_sep Long id concode_field_sep void init concode_elem_sep String getName concod... | void function ( String arg0 ) { this . name = arg0 ; } |
16,346 | set a char . concode_field_sep CharsRef ref concode_elem_sep String NULL_STRING concode_field_sep void grow concode_elem_sep void copyChars concode_elem_sep void copyChars concode_elem_sep int length concode_elem_sep void clear concode_elem_sep void setLength concode_elem_sep void copyUTF8Bytes concode_elem_sep void co... | void function ( int arg0 , char arg1 ) { ref . chars [ arg0 ] = arg1 ; } |
16,347 | sets the value of the hasnotifyinvolvedusers property . concode_field_sep Boolean hasNotifyInvolvedUsers concode_elem_sep Boolean ignoreNotificationMode concode_elem_sep Boolean hasConditionalOperator concode_elem_sep Boolean hasFilter concode_elem_sep AlertRuleConditionType type concode_field_sep Boolean isHasConditio... | void function ( Boolean arg0 ) { this . hasNotifyInvolvedUsers = arg0 ; } |
16,348 | returns an int value . to be used when parameter is required or has a default value . concode_field_sep PlaceHolder placeHolder concode_field_sep LocalConnector localConnector concode_elem_sep long paramAsLong concode_elem_sep Long paramAsLong concode_elem_sep String method concode_elem_sep List<E> paramAsEnums concode... | int function ( String arg0 ) { String loc0 = mandatoryParam ( arg0 ) ; return parseInt ( arg0 , loc0 ) ; } |
16,349 | gets the value of the format property . concode_field_sep Boolean allowCreate concode_elem_sep String format concode_elem_sep String spNameQualifier concode_field_sep Boolean isAllowCreate concode_elem_sep void setAllowCreate concode_elem_sep void setFormat concode_elem_sep String getSPNameQualifier concode_elem_sep vo... | String function ( ) { return format ; } |
16,350 | indicate a spoiled ballot one that has no party concode_field_sep boolean isSpoiled concode_elem_sep Party party concode_field_sep boolean isSpoiled concode_elem_sep Ballot voteFor concode_elem_sep Party getParty concode_elem_sep String toString | Ballot function ( ) { return new Ballot ( null ) ; } |
16,351 | returns a field that represents the specified declared field for the supplied class . concode_field_sep PlaceHolder placeHolder concode_field_sep Class forName concode_elem_sep boolean isAnnotationPresent concode_elem_sep Field getField concode_elem_sep Method getDeclaredMethod concode_elem_sep T newInstance concode_el... | Field function ( Class arg0 , String arg1 ) { try { return new Field ( ReflectionCache . getType ( arg0 ) . getField ( arg1 ) ) ; } catch ( SecurityException loc0 ) { throw new ReflectionException ( "srini_string" + arg1 + "srini_string" + arg0 . getName ( ) , loc0 ) ; } } |
16,352 | determines whether this targetmatchgroup matches the input request whether it is applicable . concode_field_sep int matchType concode_elem_sep List matches concode_field_sep void encode concode_elem_sep void encode concode_elem_sep TargetMatchGroup getInstance | MatchResult function ( EvaluationCtx arg0 ) { Iterator loc0 = matches . iterator ( ) ; MatchResult loc1 = null ; while ( loc0 . hasNext ( ) ) { TargetMatch loc2 = ( TargetMatch ) ( loc0 . next ( ) ) ; loc1 = loc2 . match ( arg0 ) ; if ( loc1 . getResult ( ) != MatchResult . MATCH ) break ; } return loc1 ; } |
16,353 | a business method for singletonbeantwo to call . concode_field_sep Logger logger concode_elem_sep SessionContext sessionContext concode_elem_sep SingletonBeanTwo beanTwo concode_field_sep void start concode_elem_sep void initialise | void function ( ) { logger . trace ( "srini_string" ) ; } |
16,354 | returns the number of entities on the ancestor side . concode_field_sep int LEFT concode_elem_sep int NOCHANGE concode_elem_sep int CHANGE concode_elem_sep int ERROR concode_elem_sep int ANCESTOR concode_elem_sep int RIGHT concode_elem_sep int fRightLength concode_elem_sep int lAncestorLength concode_elem_sep int fLeft... | int function ( ) { return lAncestorLength ; } |
16,355 | use this method and setvalidationuser if you want access to the master database to be verified upon instance initialization . concode_field_sep String validationUser concode_elem_sep FrameworkLogger logger concode_elem_sep String masterJdbcUrl concode_elem_sep boolean initialized concode_elem_sep boolean delegateRolesS... | void function ( String arg0 ) { this . validationPassword = arg0 ; } |
16,356 | determine whether the submit button is disabled . concode_field_sep String IMAGE_DISABLED concode_elem_sep String IMAGE_ENABLED concode_elem_sep boolean status concode_field_sep String getImageButton concode_elem_sep boolean getStatus concode_elem_sep void setStatus | boolean function ( ) { return ! status ; } |
16,357 | check if an iproject named projectname exists in the workspace . concode_field_sep PlaceHolder placeHolder concode_field_sep void deleteFolder concode_elem_sep IFolder createFolderInto concode_elem_sep void deleteProject concode_elem_sep void deleteProject concode_elem_sep void deleteFilesFrom concode_elem_sep boolean ... | boolean function ( final String arg0 ) { final IWorkspaceRoot loc0 = ResourcesPlugin . getWorkspace ( ) . getRoot ( ) ; final IProject loc1 = loc0 . getProject ( arg0 ) ; return loc1 . exists ( ) ; } |
16,358 | returns true if the given principal is an owner of the acl . concode_field_sep long serialVersionUID concode_elem_sep Vector<Principal> ownerList concode_field_sep boolean addOwner concode_elem_sep boolean deleteOwner | boolean function ( Principal arg0 ) { return ownerList . contains ( arg0 ) ; } |
16,359 | dom : the eventphase property indicates which phase of event flow is currently being evaluated . concode_field_sep boolean preventDefault concode_elem_sep boolean cancelable concode_elem_sep boolean isBubbling concode_elem_sep List defaultActions concode_elem_sep Event originalEvent concode_elem_sep String type concode... | short function ( ) { return eventPhase ; } |
16,360 | returns the id of the gateway type . concode_field_sep String address concode_elem_sep String ID_DEFAULT concode_elem_sep String ID_HOMEGEAR concode_elem_sep boolean hmipInterface concode_elem_sep String ID_CCU concode_elem_sep String id concode_elem_sep String type concode_elem_sep boolean cuxdInterface concode_elem_s... | String function ( ) { return id ; } |
16,361 | retrieves the state of successor states for this state concode_field_sep int which concode_elem_sep int rightContextSize concode_elem_sep int leftContextSize concode_elem_sep HMM hmm concode_elem_sep HMMStateArc[] EMPTY_ARC concode_elem_sep HMMState[] hmmStates concode_elem_sep String RIGHT_CONTEXT_SIZE concode_elem_se... | HMMStateArc [ ] function ( ) { if ( isFinal ) { return EMPTY_ARC ; } else { HMMStateArc [ ] loc0 = new HMMStateArc [ 2 ] ; loc0 [ 0 ] = new HMMStateArc ( this , 0f ) ; loc0 [ 1 ] = new HMMStateArc ( hmm . getState ( which + 1 ) , 0f ) ; return loc0 ; } } |
16,362 | tests that only transaction authorization objects of kind cluster are accepted . concode_field_sep ClusterSecurityGroupFetcher fetcher concode_elem_sep TransactionAuthorizationObject authorizationObject concode_elem_sep ClusterBackend backend concode_elem_sep ProjectSecurityGroupFetcher projectFetcher concode_field_sep... | void function ( ) { fetcher . fetchSecurityGroups ( new TransactionAuthorizationObject ( TransactionAuthorizationObject . Kind . NONE ) ) ; } |
16,363 | the orientation represents the rotation of the principal axes with respect to the axes of the coordinate system unit vectors 1,0,0 , 0,1,0 and 0,0,1 . the orientation can be expressed as a unit quaternion . concode_field_sep PlaceHolder placeHolder concode_field_sep double orientationMetric concode_elem_sep double orie... | Quat4d function ( Point3d [ ] arg0 ) { MomentsOfInertia loc0 = new MomentsOfInertia ( ) ; for ( Point3d loc1 : arg0 ) loc0 . addPoint ( loc1 , 1.0 ) ; Quat4d loc2 = new Quat4d ( ) ; loc2 . set ( loc0 . getOrientationMatrix ( ) ) ; return loc2 ; } |
16,364 | tells if the passed string url belongs to this protocol . concode_field_sep boolean m_bAllowsForQueryParameters concode_elem_sep String m_sProtocol concode_field_sep String getWithProtocolIfNone concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String getWithProtocol concode_elem_sep String... | boolean function ( @ Nullable final String arg0 ) { return arg0 != null && arg0 . startsWith ( m_sProtocol ) ; } |
16,365 | remove the specified listener . concode_field_sep PropertyChangeSupport pcsInternal concode_elem_sep Resource parent concode_elem_sep int rc concode_elem_sep boolean responseRequired concode_elem_sep HashMap<String,Resource> children concode_elem_sep PropertyChangeSupport pcsExternal concode_elem_sep String name concod... | void function ( PropertyChangeListener arg0 ) { pcsInternal . removePropertyChangeListener ( arg0 ) ; } |
16,366 | set the port of the mios unit configuration . concode_field_sep int CONFIG_DEFAULT_REFRESH_COUNT concode_elem_sep int refreshCount concode_elem_sep int errorCount concode_elem_sep int CONFIG_DISABLE_ERROR_COUNT concode_elem_sep String hostname concode_elem_sep int CONFIG_DEFAULT_ERROR_COUNT concode_elem_sep int port co... | void function ( int arg0 ) { this . port = arg0 ; } |
16,367 | returns true if element 's closing tag is generally not printed . for example , li should not print the closing tag . concode_field_sep Map<String,Integer> s_aElemDefs concode_elem_sep int OPT_CLOSING concode_elem_sep int CLOSE_TH_TD concode_elem_sep Map<String,String[]> s_aBoolAttrs concode_elem_sep int PRESERVE conco... | boolean function ( @ Nonnull final String arg0 ) { return _isElement ( arg0 , ONLY_OPENING ) ; } |
16,368 | return the protocols array . for those applets that do not store it themselves . changing the array is permitted under the condition that the currently running protocol does not change its position in the array . after changing , #set_protocols set_protocols must be called before the next protocol isselected . this is ... | Protocol [ ] function ( ) { return protocols ; } |
16,369 | returns the height of this rectangle in rectangle precision . concode_field_sep int OUT_BOTTOM concode_elem_sep IGObjectFactory goFactory concode_elem_sep int OUT_TOP concode_elem_sep int OUT_RIGHT concode_elem_sep double x concode_elem_sep double width concode_elem_sep double y concode_elem_sep int OUT_LEFT concode_el... | double function ( ) { return height ; } |
16,370 | entry point concode_field_sep PlaceHolder placeHolder concode_field_sep void init concode_elem_sep String toJSON | void function ( String [ ] arg0 ) { staticFileLocation ( "srini_string" ) ; MainClass loc0 = new MainClass ( ) ; loc0 . init ( ) ; } |
16,371 | attempts to establish a connection with the data source that this datasource object represents . 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 void setPassword concode_elem_sep St... | Connection function ( ) { return getConnection ( user , password ) ; } |
16,372 | returns true if this collection contains all of the elements in the specified collection . concode_field_sep int mModCount concode_elem_sep int mLastRetNdx concode_elem_sep LItr mIt concode_elem_sep int mCursor concode_elem_sep int mExpectedModCount concode_elem_sep AbstractDoubleList mList concode_field_sep double nex... | boolean function ( DoubleCollection arg0 ) { if ( arg0 == this ) return true ; DoubleCollectionIterator loc0 = arg0 . iterator ( ) ; while ( loc0 . hasNext ( ) ) { if ( ! contains ( loc0 . next ( ) ) ) return false ; } return true ; } |
16,373 | ensures that the given classes are initialized , as described in jls section 12.4.2 . warning : normally it 's a smell if a class needs to be explicitly initialized , because static state hurts system maintainability and testability . in cases when you have no choice while inter-operating with a legacy framework , this... | void function ( Class < ? > ... arg0 ) { for ( Class < ? > loc0 : arg0 ) { try { Class . forName ( loc0 . getName ( ) , true , loc0 . getClassLoader ( ) ) ; } catch ( ClassNotFoundException loc1 ) { throw new AssertionError ( loc1 ) ; } } } |
16,374 | return type metadata object concode_field_sep java.lang.Integer velocidadeSincronizadaUpload concode_elem_sep com.gvt.www.ws.eai.oss.ossturbonet.OSSTurbonetOut mensagem concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc c... | org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; } |
16,375 | construct concode_field_sep boolean allSameType concode_elem_sep boolean pendingFirstType concode_elem_sep byte onlyType concode_field_sep void add concode_elem_sep boolean areAllSameType concode_elem_sep byte getOnlyType | void function ( ) { pendingFirstType = true ; allSameType = true ; } |
16,376 | returns whether the crawler timed out while trying to add a resource to the queue . if the crawler timed out while trying to add poison , this is not set to true . concode_field_sep int maxFilesToConsider concode_elem_sep boolean hasCompletedCrawling concode_elem_sep int added concode_elem_sep Logger logger concode_ele... | boolean function ( ) { return timedOut ; } |
16,377 | called when configuration of the node was changed , a node is added/removed , etc. . this callback is to signal when there 's any change to the list of slaves registered to the system , including addition , removal , changing of the setting , and so on . concode_field_sep PlaceHolder placeHolder concode_field_sep Exten... | void function ( ) { } |
16,378 | this property editor does not support java initialization string concode_field_sep PropertyChangeSupport propertyChangeSupport concode_elem_sep Object currentValue concode_elem_sep ResourcePropertyEditorComponent editorComponent concode_field_sep boolean supportsCustomEditor concode_elem_sep void paintValue concode_ele... | String function ( ) { return null ; } |
16,379 | returns true if this policy has attempts remaining , false otherwise . concode_field_sep int mCurrentTimeoutMs concode_elem_sep int mCurrentRetryCount concode_elem_sep int mMaxNumRetries concode_elem_sep float DEFAULT_BACKOFF_MULT concode_elem_sep float mBackoffMultiplier concode_elem_sep int DEFAULT_TIMEOUT_MS concode... | boolean function ( ) { return mCurrentRetryCount <= mMaxNumRetries ; } |
16,380 | set this genotype 's name concode_field_sep String sampleName concode_elem_sep boolean isPhased concode_elem_sep int initialAttributeMapSize concode_elem_sep List<Allele> DIPLOID_NO_CALL concode_elem_sep int[] AD concode_elem_sep Map<String,Object> NO_ATTRIBUTES concode_elem_sep List<Allele> alleles concode_elem_sep Ma... | GenotypeBuilder function ( final String arg0 ) { this . sampleName = arg0 ; return this ; } |
16,381 | the location of the generated project . 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_elem_sep List<String> dependencie... | String function ( ) { return this . output ; } |
16,382 | tests for proper concurrency and functionality of decrementandget . concode_field_sep Runnable mCommand concode_elem_sep long preTestValue concode_elem_sep Runnable getIncrementCommand concode_elem_sep Runnable getCommand concode_elem_sep Runnable decrementGetCommand concode_elem_sep Runnable incrementGetCommand concod... | void function ( ) { runThreads ( decrementGetCommand ) ; assertEquals ( preTestValue - mMaxIterations * numThreads , mCounter . get ( ) ) ; } |
16,383 | return type metadata object concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String ipGerenciaBRAS concode_field_sep void setIpGerenciaBRAS concode_elem_sep org.apache.axis.encoding.Serialize... | org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; } |
16,384 | called after plugin construction and fields have been initialized . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String id concode_field_sep boolean onOverrideUrlLoading concode_elem_sep void onDestroy concode_elem_se... | void function ( ) { } |
16,385 | the size of the volume in bytes . concode_field_sep Long volumeSizeInBytes concode_elem_sep String volumeARN concode_elem_sep String targetARN concode_field_sep void setVolumeARN concode_elem_sep CreateStorediSCSIVolumeResult withVolumeSizeInBytes concode_elem_sep String getTargetARN concode_elem_sep CreateStorediSCSIV... | Long function ( ) { return this . volumeSizeInBytes ; } |
16,386 | manually specify the package of the dependencies . concode_field_sep File outputFile concode_elem_sep Set<String> packages concode_elem_sep String CLASS_EXTENSION concode_elem_sep Set<Class<?>> classSet concode_field_sep JarFileCreator addPackages concode_elem_sep void createJarFile concode_elem_sep void addDependencie... | JarFileCreator function ( String arg0 ) { this . packages . add ( arg0 ) ; return this ; } |
16,387 | return the provider for this cipher concode_field_sep CipherProvider provider concode_field_sep int getIvLength concode_elem_sep String getName concode_elem_sep Decryptor getDecryptor concode_elem_sep OutputStream createEncryptionStream concode_elem_sep OutputStream createEncryptionStream concode_elem_sep InputStream c... | CipherProvider function ( ) { return provider ; } |
16,388 | returns object of statefullspdbvertlv . concode_field_sep short LENGTH concode_elem_sep long rawValue concode_elem_sep short TYPE concode_elem_sep Logger log concode_field_sep PcepVersion getVersion concode_elem_sep long getLong concode_elem_sep StatefulLspDbVerTlv read concode_elem_sep short getType concode_elem_sep i... | StatefulLspDbVerTlv function ( final long arg0 ) { return new StatefulLspDbVerTlv ( arg0 ) ; } |
16,389 | sets the value of the mlang property . concode_field_sep String lang concode_elem_sep List<JAXBElement<?>> placeOrPublisherOrDateIssued concode_elem_sep String script concode_elem_sep String transliteration concode_elem_sep String mLang concode_field_sep String getMLang concode_elem_sep String getLang concode_elem_sep ... | void function ( String arg0 ) { this . mLang = arg0 ; } |
16,390 | perform save operation on all open files tabs . concode_field_sep int MIN_BLINK_RATE concode_elem_sep int MAX_TAB_SIZE concode_elem_sep String currentSaveDirectory concode_elem_sep int MIN_TAB_SIZE concode_elem_sep EditTabbedPane editTabbedPane concode_elem_sep int MAX_BLINK_RATE concode_elem_sep VenusUI mainUI concode... | boolean function ( ) { return editTabbedPane . saveAllFiles ( ) ; } |
16,391 | return the timestamp indicating when the given vertex was discovered . concode_field_sep VertexChooser<VertexType> vertexChooser concode_elem_sep boolean DEBUG concode_elem_sep int BLACK concode_elem_sep GraphType graph concode_elem_sep int[] colorList concode_elem_sep int[] finishTimeList concode_elem_sep SearchTreeCa... | int function ( VertexType arg0 ) { return discoveryTimeList [ arg0 . getLabel ( ) ] ; } |
16,392 | returns the cpn variable and type that has to represent the variable for the modified data attributes in cpn concode_field_sep HashSet<CpnVarAndType> cpnVarsForProbDeps concode_elem_sep HLPetriNet highLevelPN concode_field_sep CpnVarAndType getCpnVarForGroup concode_elem_sep HashSet<CpnVarAndType> getCpnVarsForProbDep ... | CpnVarAndType function ( ) { return new CpnVarAndType ( HLToCPNTranslator . cpnVarNameForModifiedDataAttributes , HLToCPNTranslator . cpnColorSetNameForDataAttributes ) ; } |
16,393 | static factory to retrieve a type 4 pseudo randomly generated uuid . the uuid is generated using a cryptographically strong pseudo random number generator . concode_field_sep ThreadLocal<SecureRandom> THREAD_LOCAL_SECURE_RANDOM concode_elem_sep AtomicLong SEED_UNIQUIFIER concode_elem_sep long MOTHER_OF_MAGIC_NUMBERS co... | UUID function ( ) { return getUUID ( THREAD_LOCAL_SECURE_RANDOM . get ( ) ) ; } |
16,394 | returns the address of the group chat room . groupchat room addresses are in the form room@service , where service is the name of groupchat server , such as chat.example.com . concode_field_sep String roomAddress concode_elem_sep String NAMESPACE concode_elem_sep String ELEMENT_NAME concode_field_sep PacketExtension pa... | String function ( ) { return roomAddress ; } |
16,395 | ignore any scheduled delays and return events in schedule order until empty . concode_field_sep NavigableMap<Long,Object[]> delayed concode_elem_sep int m_size concode_field_sep void add concode_elem_sep int size concode_elem_sep T nextReady | T function ( ) { return nextReady ( Long . MAX_VALUE ) ; } |
16,396 | create a jms objectmessage for the given serializable object . concode_field_sep PlaceHolder placeHolder concode_field_sep BytesMessage createMessageForByteArray concode_elem_sep byte[] extractByteArrayFromMessage concode_elem_sep Map<String,Object> extractMapFromMessage concode_elem_sep Message toMessage concode_elem_... | ObjectMessage function ( Serializable arg0 , Session arg1 ) { return arg1 . createObjectMessage ( arg0 ) ; } |
16,397 | get a path filter which matches any path which is a child of the given path name not including the path name itself . concode_field_sep PathFilter metaInfServicesFilter concode_elem_sep PathFilter metaInfFilter concode_elem_sep PathFilter metaInfSubdirectoriesFilter concode_elem_sep PathFilter metaInfSubdirectoriesWith... | PathFilter function ( String arg0 ) { return new ChildPathFilter ( arg0 ) ; } |
16,398 | generates and retrieves the sprint start date in iso format . concode_field_sep FeatureSettings featureSettings concode_elem_sep FeatureCollectorRepository featureCollectorRepository concode_elem_sep String todayDateISO concode_elem_sep String returnDate concode_elem_sep ProjectRepository projectRepo concode_elem_sep L... | String function ( ) { int loc0 = this . featureSettings . getSprintDays ( ) ; return DateUtil . toISODateRealTimeFormat ( DateUtil . getDatePriorToNDays ( DateUtil . getDateNoTime ( new Date ( ) ) , loc0 ) ) ; } |
16,399 | creates a keycode for the `` menu shortcut '' + shift + the key passed in . by default , the menu shortcut is the ctrl key hence the method name , but platforms might use a different key like the apple key on osx . keycode should be a keyevent.vk _ constant it can also be a char constant , but this does not work for al... | KeyStroke function ( int arg0 ) { return KeyStroke . getKeyStroke ( arg0 , CTRL | InputEvent . SHIFT_MASK ) ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.