idx int64 0 100k | question stringlengths 68 7.19k | target stringlengths 20 663 |
|---|---|---|
31,500 | get the value of the property legacysignaturegenerationindo if it exists . concode_field_sep List<CardCallTemplateType> legacySignatureGenerationInfo concode_elem_sep String protocol concode_elem_sep String[] signatureGenerationInfo concode_elem_sep List<CertificateRefType> certificateRefs concode_elem_sep AlgorithmInf... | List < CardCallTemplateType > function ( ) { if ( legacySignatureGenerationInfo == null ) { return null ; } return Collections . unmodifiableList ( legacySignatureGenerationInfo ) ; } |
31,501 | returns the backlight config . concode_field_sep int unit concode_elem_sep List<String> symbols concode_elem_sep int beep concode_elem_sep String text concode_elem_sep int backlight concode_field_sep void setBacklight concode_elem_sep String getText concode_elem_sep void setUnit concode_elem_sep List<String> getSymbols... | int function ( ) { return backlight ; } |
31,502 | assert a session attribute value . concode_field_sep PlaceHolder placeHolder concode_field_sep ResultMatcher asyncResult concode_elem_sep ResultMatcher asyncResult concode_elem_sep void assertAsyncStarted concode_elem_sep ResultMatcher asyncStarted concode_elem_sep ResultMatcher asyncNotStarted concode_elem_sep ResultM... | ResultMatcher function ( final String arg0 , final Object arg1 ) { return new ResultMatcher ( ) { @ Override public void match ( MvcResult arg2 ) { assertEquals ( "srini_string" + arg0 + "srini_string" , arg1 , arg2 . getRequest ( ) . getSession ( ) . getAttribute ( arg0 ) ) ; } } ; } |
31,503 | template method for changing properties on the given socketchannelconfig . the default implementation sets the connect timeout based on the set property . concode_field_sep int connectTimeout concode_elem_sep int DEFAULT_MAX_RESPONSE_SIZE concode_elem_sep int maxResponseSize concode_elem_sep SslContext sslContext conco... | void function ( SocketChannelConfig arg0 ) { if ( this . connectTimeout >= 0 ) { arg0 . setConnectTimeoutMillis ( this . connectTimeout ) ; } } |
31,504 | returns true if this writer has encountered and suppressed an error . used by printwriters as an alternative to checked exceptions . concode_field_sep String TOKEN_NULL concode_elem_sep Object lock concode_field_sep void flush concode_elem_sep void close concode_elem_sep void write concode_elem_sep void write concode_e... | boolean function ( ) { return false ; } |
31,505 | registers the given stream and associate it with the given types . concode_field_sep ImmutableMap<String,Stream> STREAMS concode_field_sep SignificanceHeuristic read concode_elem_sep String getName concode_elem_sep Stream stream concode_elem_sep SignificanceHeuristic readResult | void function ( Stream arg0 , String ... arg1 ) { MapBuilder < String , Stream > loc0 = MapBuilder . newMapBuilder ( STREAMS ) ; for ( String loc1 : arg1 ) { loc0 . put ( loc1 , arg0 ) ; } STREAMS = loc0 . immutableMap ( ) ; } |
31,506 | sets the event action , which is required for tracking events . concode_field_sep String utmcmd concode_elem_sep String hostName concode_elem_sep String utmcct concode_elem_sep String eventCategory concode_elem_sep Integer eventValue concode_elem_sep String pageTitle concode_elem_sep String eventLabel concode_elem_sep ... | void function ( String arg0 ) { eventAction = arg0 ; } |
31,507 | returns the decision associated with this result . this will be one of the four decision _ fields in this class . concode_field_sep int DECISION_PERMIT concode_elem_sep int DECISION_INDETERMINATE concode_elem_sep List<ObligationResult> obligations concode_elem_sep List<Advice> advices concode_elem_sep int DECISION_INDE... | int function ( ) { return decision ; } |
31,508 | called when an mbean is unregistered under the given objectname . allows subclasses to perform additional processing when an mbean is unregistered . the default implementation is empty . can be overridden in subclasses . concode_field_sep MBeanServer server concode_elem_sep Log logger concode_elem_sep RegistrationPolic... | void function ( ObjectName arg0 ) { } |
31,509 | retrieve a connection to mbean server concode_field_sep MBeanServer server concode_elem_sep String serviceUrl concode_elem_sep JMXConnectorServer connectorServer concode_elem_sep JMXConnector serverConnector concode_elem_sep MBeanServerConnection serviceConnection concode_field_sep void openServerConnection concode_ele... | MBeanServerConnection function ( ) { return serviceConnection ; } |
31,510 | sets the value of the totalresultsetsize property . concode_field_sep Integer startIndex concode_elem_sep Integer totalResultSetSize concode_elem_sep List<LiveStreamEvent> results concode_field_sep Integer getStartIndex concode_elem_sep void setStartIndex concode_elem_sep List<LiveStreamEvent> getResults concode_elem_s... | void function ( Integer arg0 ) { this . totalResultSetSize = arg0 ; } |
31,511 | the hive type of this column concode_field_sep TypeInfo columnType concode_elem_sep String columnName concode_field_sep String getColumnName | TypeInfo function ( ) { return columnType ; } |
31,512 | returns the locale . concode_field_sep Locale locale concode_elem_sep Fum fum concode_field_sep Fum getFum concode_elem_sep void setId concode_elem_sep FumCompositeID getId concode_elem_sep void setFum concode_elem_sep void setLocale | Locale function ( ) { return locale ; } |
31,513 | checks whether a regex pattern for extracting recipients is set . concode_field_sep String senderKey concode_elem_sep String msgIdKey concode_elem_sep String messageKey concode_elem_sep String senderRegex concode_elem_sep Pattern extractSenderPattern concode_elem_sep Pattern extractRecipientPattern concode_elem_sep Str... | Boolean function ( ) { return recipientRegex != null && recipientRegex . length ( ) > 0 ; } |
31,514 | indicates the end of the frame . concode_field_sep int PROFILE_FRAME concode_elem_sep ProfileRecorder sSingleton concode_elem_sep long mMinTime concode_elem_sep ProfileRecord[] mProfiles concode_elem_sep int PROFILE_SIM concode_elem_sep int mFrameCount concode_elem_sep long mTotalTime concode_elem_sep int PROFILE_DRAW ... | void function ( ) { mFrameCount ++ ; } |
31,515 | set the contact filtering data . this will not update contacts until the next time step when either parent body is active and awake . concode_field_sep Object userData concode_elem_sep short[] tmp concode_elem_sep Shape shape concode_elem_sep Filter filter concode_elem_sep Body body concode_elem_sep long addr concode_f... | void function ( Filter arg0 ) { jniSetFilterData ( addr , arg0 . categoryBits , arg0 . maskBits , arg0 . groupIndex ) ; } |
31,516 | translates null or zero length value for address key to the special value serverconstants.sc _ default_address which causes serversockets to be constructed without specifying an inetaddress . concode_field_sep PlaceHolder placeHolder concode_field_sep void translateDefaultNoSystemExitProperty concode_elem_sep int getDe... | void function ( HsqlProperties arg0 ) { if ( arg0 == null ) { return ; } String loc0 = arg0 . getProperty ( SC_KEY_ADDRESS ) ; if ( StringUtil . isEmpty ( loc0 ) ) { arg0 . setProperty ( SC_KEY_ADDRESS , SC_DEFAULT_ADDRESS ) ; } } |
31,517 | validate that enumclass is compatible with representation in a long . concode_field_sep String S_DOES_NOT_SEEM_TO_BE_AN_ENUM_TYPE concode_elem_sep String CANNOT_STORE_S_S_VALUES_IN_S_BITS concode_elem_sep String NULL_ELEMENTS_NOT_PERMITTED concode_elem_sep String ENUM_CLASS_MUST_BE_DEFINED concode_field_sep long[] gene... | Class < E > function ( final Class < E > arg0 ) { final E [ ] loc0 = asEnum ( arg0 ) . getEnumConstants ( ) ; Validate . isTrue ( loc0 . length <= Long . SIZE , CANNOT_STORE_S_S_VALUES_IN_S_BITS , Integer . valueOf ( loc0 . length ) , arg0 . getSimpleName ( ) , Integer . valueOf ( Long . SIZE ) ) ; return arg0 ; } |
31,518 | returns the value of the encapsulated int . concode_field_sep long serialVersionUID concode_elem_sep int value concode_field_sep void copyTo concode_elem_sep void read concode_elem_sep int getBinaryLength concode_elem_sep int hashCode concode_elem_sep void setValue concode_elem_sep void setValue concode_elem_sep boolea... | int function ( ) { return this . value ; } |
31,519 | look at the top element concode_field_sep ArrayList<E> elements concode_field_sep E pop concode_elem_sep Iterator<E> iterator concode_elem_sep int size concode_elem_sep boolean isEmpty concode_elem_sep E push | E function ( ) { return elements . get ( elements . size ( ) - 1 ) ; } |
31,520 | detects common bzip2 suffixes in the given filename . concode_field_sep FileNameUtil fileNameUtil concode_field_sep String getUncompressedFilename concode_elem_sep String getCompressedFilename | boolean function ( final String arg0 ) { return fileNameUtil . isCompressedFilename ( arg0 ) ; } |
31,521 | adds a start tag and end tag around the entire text concode_field_sep PlaceHolder placeHolder concode_field_sep void hide concode_elem_sep void addHyperlinkLowKey concode_elem_sep MarkupText.SubText findToken concode_elem_sep String getText concode_elem_sep SubText createSubText concode_elem_sep int length concode_elem... | void function ( String arg0 , String arg1 ) { addMarkup ( 0 , length ( ) , arg0 , arg1 ) ; } |
31,522 | alerts all observers of a connection change . concode_field_sep ArrayList<Long> nativeNetworkObservers concode_elem_sep NetworkMonitor instance concode_elem_sep String TAG concode_elem_sep ArrayList<NetworkObserver> networkObservers concode_elem_sep ConnectionType currentConnectionType concode_elem_sep NetworkMonitorAu... | void function ( ConnectionType arg0 ) { for ( long loc0 : nativeNetworkObservers ) { nativeNotifyConnectionTypeChanged ( loc0 ) ; } for ( NetworkObserver loc0 : networkObservers ) { loc0 . onConnectionTypeChanged ( arg0 ) ; } } |
31,523 | returns the primary key metadata for a key declared in this class , or null if none is declared . this may be specified using the primarykey annotation . concode_field_sep Collection<FieldMetadata> persistentFields concode_elem_sep Map<String,SecondaryKeyMetadata> secondaryKeys concode_elem_sep long serialVersionUID co... | PrimaryKeyMetadata function ( ) { return primaryKey ; } |
31,524 | removes the given listener for the given request and returns the status of the removal as per the contract of collection #remove object concode_field_sep int EVENT_SCRIPT_LOADED concode_elem_sep boolean shutdown concode_elem_sep HashMap listeners concode_elem_sep JavaScriptDebugTarget target concode_field_sep void disp... | boolean function ( IJavaScriptEventListener arg0 , EventRequest arg1 ) { if ( this . listeners != null ) { return this . listeners . remove ( arg1 ) != null ; } return false ; } |
31,525 | provides the resource id of the layout defining the guidance view . subclasses may override to provide their own customized layouts . the base implementation returns android.support.v17.leanback.r.layout #lb_guidance . if overridden , the substituted layout should contain matching ids for any views that should be manag... | int function ( ) { return R . layout . lb_guidance ; } |
31,526 | get the location the text of the identifier object is associated with concode_field_sep String BL concode_elem_sep String TR concode_elem_sep String TL concode_elem_sep String BR concode_elem_sep String location concode_elem_sep String text concode_field_sep void setLocation concode_elem_sep String getText concode_elem... | String function ( ) { return location ; } |
31,527 | gets the weatherstationcity value for this forecastreturn . concode_field_sep java.lang.String city concode_elem_sep boolean success concode_elem_sep java.lang.String responseText concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String state concode_elem_... | java . lang . String function ( ) { return weatherStationCity ; } |
31,528 | provide passport preference . concode_field_sep String PREF_LANGUAGE concode_elem_sep int DISK_CACHE_SIZE concode_elem_sep String PREF_PRINTER concode_elem_sep String PREF_USER_AVATAR concode_elem_sep String PREF_PASSPORT_IMAGE concode_field_sep Preference<String> provideUsername concode_elem_sep PrinterPreference prov... | Preference < String > function ( RxSharedPreferences arg0 ) { return arg0 . getString ( ApiConstants . PASSPORT ) ; } |
31,529 | returns the queuelength of waiting threads . a larger number indicates greater lock contention . concode_field_sep ReentrantReadWriteLock coarseLock concode_field_sep boolean isWriteLockedByCurrentThread concode_elem_sep Lock writeLock concode_elem_sep int getReadHoldCount concode_elem_sep Lock readLock concode_elem_se... | int function ( ) { return coarseLock . getQueueLength ( ) ; } |
31,530 | check if there 's any sniffer installed at all . concode_field_sep ServiceLocator habitat concode_elem_sep LocalStringManagerImpl localStrings concode_field_sep Sniffer getSniffer concode_elem_sep void validateSniffers concode_elem_sep Collection<Sniffer> getSniffers concode_elem_sep Collection<Sniffer> getSniffers con... | boolean function ( ) { return getSniffers ( ) . isEmpty ( ) ; } |
31,531 | sets the temporal interval between two rtcp sender reports . default interval is set to 3 seconds . set 0 to disable rtcp . concode_field_sep long oldnow concode_elem_sep byte mTcpHeader[] concode_elem_sep int mTransport concode_elem_sep int mPacketCount concode_elem_sep OutputStream mOutputStream concode_elem_sep byte... | void function ( long arg0 ) { this . interval = arg0 ; } |
31,532 | gets the value of the host property . concode_field_sep String path concode_elem_sep String name concode_elem_sep ManagedObjectReference host concode_elem_sep ManagedObjectReference _this concode_field_sep void setThis concode_elem_sep void setName concode_elem_sep ManagedObjectReference getThis concode_elem_sep void s... | ManagedObjectReference function ( ) { return host ; } |
31,533 | clears filter sets and data sources for this object . concode_field_sep long serialVersionUID concode_elem_sep List<FilterSet> filters concode_elem_sep List<DataSource> dataSources concode_field_sep TaskConfig add concode_elem_sep void setDataSources concode_elem_sep DataSource getDataSource concode_elem_sep TaskConfig... | TaskConfig function ( ) { removeFilterSets ( ) ; removeDataSources ( ) ; return this ; } |
31,534 | get the property value from self as object . concode_field_sep Property property concode_elem_sep ScriptObject self concode_elem_sep ScriptObject prototype concode_field_sep ScriptObject getSetterReceiver concode_elem_sep MethodHandle getGetter concode_elem_sep MethodHandle insertAccessorsGetter concode_elem_sep boolea... | int function ( ) { return property . getIntValue ( getGetterReceiver ( ) , getOwner ( ) ) ; } |
31,535 | checks that adding a child to a unit node fails . concode_field_sep ExpectedException thrown concode_elem_sep ProductPartitionNode rootNode concode_field_sep void testNavigation concode_elem_sep void testSetBidOnSubdivision_fails concode_elem_sep void testSetNegativeBid_fails concode_elem_sep void testSetBidOnUnit conc... | void function ( ) { assertTrue ( "srini_string" , rootNode . isUnit ( ) ) ; thrown . expect ( IllegalArgumentException . class ) ; rootNode . addChild ( ProductDimensions . createBrand ( "srini_string" ) ) ; } |
31,536 | removes field with the specified name from the document . if multiple fields exist with this name , this method removes the first field that has been added . if there is no field with the specified name , the document remains unchanged . note that the removefield s methods like the add method only make sense prior to a... | void function ( String arg0 ) { Iterator < IndexableField > loc0 = fields . iterator ( ) ; while ( loc0 . hasNext ( ) ) { IndexableField loc1 = loc0 . next ( ) ; if ( loc1 . arg0 ( ) . equals ( arg0 ) ) { loc0 . remove ( ) ; return ; } } } |
31,537 | blocking read of a single byte concode_field_sep int m_index concode_elem_sep int m_count concode_elem_sep byte m_buf[] concode_field_sep void add concode_elem_sep void add concode_elem_sep void makeCompact concode_elem_sep int remaining | byte function ( ) { while ( remaining ( ) < 1 ) { try { wait ( ) ; } catch ( InterruptedException loc0 ) { return ( 0 ) ; } } return m_buf [ m_index ++ ] ; } |
31,538 | gets the value of the rval property . concode_field_sep LabelPage rval concode_field_sep void setRval | LabelPage function ( ) { return rval ; } |
31,539 | sets the value of the childtab property . concode_field_sep RecordRef childTab concode_elem_sep String childDescr concode_field_sep void setChildDescr concode_elem_sep String getChildDescr concode_elem_sep RecordRef getChildTab | void function ( RecordRef arg0 ) { this . childTab = arg0 ; } |
31,540 | get uuid 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 Int... | String function ( ) { return uuid ; } |
31,541 | adds the exception to the log file concode_field_sep int STATE_WAITING concode_elem_sep TransactionIdentifier transaction_id concode_elem_sep Message request concode_elem_sep int STATE_CONFIRMED concode_elem_sep int STATE_TERMINATED concode_elem_sep int transaction_sqn concode_elem_sep Log log concode_elem_sep int STAT... | void function ( Exception arg0 , int arg1 ) { if ( log != null ) log . printException ( arg0 , arg1 + SipStack . LOG_LEVEL_TRANSACTION ) ; } |
31,542 | retrieves the featureset classified . concode_field_sep float probability concode_elem_sep Collection<T> featureset concode_elem_sep K category concode_field_sep float getProbability concode_elem_sep K getCategory concode_elem_sep String toString | Collection < T > function ( ) { return featureset ; } |
31,543 | logs a info level message . concode_field_sep String prefix concode_elem_sep Logger logger concode_elem_sep String FQCN concode_field_sep String getPrefix concode_elem_sep String getName concode_elem_sep void debug concode_elem_sep void debug concode_elem_sep Logger getLogger concode_elem_sep boolean isWarnEnabled conc... | void function ( String arg0 , Object ... arg1 ) { info ( arg0 , null , arg1 ) ; } |
31,544 | returns an annotatedtype object that represents the use of a type to specify the type of the formal parameter represented by this parameter . concode_field_sep Type parameterTypeCache concode_elem_sep Map<Class<? extends Annotation>,Annotation> declaredAnnotations concode_elem_sep String name concode_elem_sep Class<?> ... | AnnotatedType function ( ) { return executable . getAnnotatedParameterTypes ( ) [ index ] ; } |
31,545 | information about the suites . note : this method appends the values to the existing list if any . use #setsuites java.util.collection or #withsuites java.util.collection if you want to override theexisting values . concode_field_sep java.util.List<Suite> suites concode_elem_sep String nextToken concode_field_sep void ... | ListSuitesResult function ( Suite ... arg0 ) { if ( this . suites == null ) { setSuites ( new java . util . ArrayList < Suite > ( arg0 . length ) ) ; } for ( Suite loc0 : arg0 ) { this . suites . add ( loc0 ) ; } return this ; } |
31,546 | indicates whether the aws resource complies with the specified aws config rule . concode_field_sep com.amazonaws.internal.SdkInternalList<EvaluationResult> evaluationResults concode_elem_sep String nextToken concode_field_sep void setNextToken concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_s... | GetComplianceDetailsByConfigRuleResult function ( java . util . Collection < EvaluationResult > arg0 ) { setEvaluationResults ( arg0 ) ; return this ; } |
31,547 | add the properties object passed to the internal list of properties associated with this agent . this is an extension to org.osid.shared.agent . concode_field_sep String ag_name concode_elem_sep org.osid.shared.Type ag_type concode_elem_sep Vector ag_props concode_elem_sep org.osid.shared.Id ag_id concode_field_sep Str... | void function ( org . osid . shared . Properties arg0 ) { ag_props . add ( arg0 ) ; } |
31,548 | gets whether or not this time zone uses daylight time . concode_field_sep Polygon mapPolygon concode_elem_sep DateFormat dateFormat concode_elem_sep String id concode_elem_sep String mapCommandButtonId concode_field_sep String getLocation concode_elem_sep boolean isRelevantComponentId concode_elem_sep String getDisplay... | String function ( ) { TimeZone loc0 = TimeZone . getTimeZone ( id ) ; if ( loc0 . useDaylightTime ( ) ) { return "srini_string" ; } return "srini_string" ; } |
31,549 | gets the representation value for this conceptvalue . concode_field_sep java.lang.String NCID concode_elem_sep java.lang.String domain concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String context concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc ty... | java . lang . String function ( ) { return representation ; } |
31,550 | this method should be used only in the following cases : 1 from code having no spring awareness , like filters . 2 from code that are session scoped in order to avoid serialization of the service . in other cases , please have the conversationmanager injected normally . concode_field_sep Collection<ConversationListener... | ConversationManager function ( ) { return instance ; } |
31,551 | get the lastmodified value . concode_field_sep String dataServiceId concode_elem_sep String clientRequestId concode_elem_sep String requestId concode_elem_sep String eTag concode_elem_sep DateTimeRfc1123 lastModified concode_field_sep TaskUpdateHeaders withDataServiceId concode_elem_sep TaskUpdateHeaders withLastModifi... | DateTime function ( ) { if ( this . lastModified == null ) { return null ; } return this . lastModified . getDateTime ( ) ; } |
31,552 | rounds a decimal value to the given decimal place . concode_field_sep long MULTIPLIER_10 concode_elem_sep char PREFIX_TERA concode_elem_sep long MULTIPLIER_2 concode_elem_sep String UNIT_BASE concode_elem_sep char PREFIX_MEGA concode_elem_sep char PREFIX_KILO concode_elem_sep char PREFIX_GIGA concode_elem_sep char PREF... | double function ( double arg0 , int arg1 ) { return Math . round ( arg0 * Math . pow ( 10 , arg1 ) ) / Math . pow ( 10 , arg1 ) ; } |
31,553 | get the countrycodes value . concode_field_sep List<String> countryCodes concode_elem_sep String relativePath concode_elem_sep GeoFilterActions action concode_field_sep GeoFilter withCountryCodes concode_elem_sep GeoFilter withAction concode_elem_sep String relativePath concode_elem_sep GeoFilterActions action concode_... | List < String > function ( ) { return this . countryCodes ; } |
31,554 | closes the reader by closing the underlying inputstream andmarking this reader as closed . concode_field_sep Charset charset concode_elem_sep byte[] buf concode_elem_sep InputStream in concode_elem_sep int pos concode_elem_sep byte LF concode_elem_sep byte CR concode_elem_sep int end concode_field_sep String readLine c... | void function ( ) { synchronized ( in ) { if ( buf != null ) { buf = null ; in . close ( ) ; } } } |
31,555 | if called , the calculator will return the minimum of two estimates : how long until we run out of disk space and how long until the file reaches the specified size . concode_field_sep long mBlocksChangedTime concode_elem_sep long mLastFileSize concode_elem_sep long mLastBlocks concode_elem_sep int DISK_SPACE_LIMIT con... | void function ( File arg0 , long arg1 ) { mRecordingFile = arg0 ; mMaxBytes = arg1 ; } |
31,556 | open the slidingmenu and show the secondary menu view . will default to the regular menu if there is only one . concode_field_sep boolean mEnableSlide concode_elem_sep Activity mActivity concode_elem_sep View mViewBehind concode_elem_sep boolean mOnPostCreateCalled concode_elem_sep boolean mBroadcasting concode_elem_se... | void function ( ) { mSlidingMenu . showSecondaryMenu ( ) ; } |
31,557 | returns the exception concode_field_sep PhpException exception concode_elem_sep File fileToCheck concode_field_sep void setException concode_elem_sep File getFile | PhpException function ( ) { return this . exception ; } |
31,558 | get the last manually added filetype concode_field_sep Set<TreeModelListener> listeners concode_elem_sep DefaultMutableTreeNode root concode_elem_sep String NEW_PATTERN concode_elem_sep String NEW_COUNT_ITEM concode_elem_sep List<FileType> fileTypesList concode_elem_sep String NEW_FILE_TYPE concode_elem_sep String FILE... | FileType function ( ) { FileType loc0 = null ; FileType loc1 = new FileType ( root , NEW_FILE_TYPE ) ; int loc2 = fileTypesList . indexOf ( loc1 ) ; if ( loc2 > - 1 ) { loc0 = fileTypesList . get ( loc2 ) ; } return loc0 ; } |
31,559 | interface testlistener for junit < = 3.4 . a test failed . concode_field_sep String systemError concode_elem_sep Hashtable testStarts concode_elem_sep NumberFormat nf concode_elem_sep Hashtable failed concode_elem_sep StringWriter inner concode_elem_sep String systemOutput concode_elem_sep double ONE_SECOND concode_ele... | void function ( Test arg0 , Throwable arg1 ) { formatError ( "srini_string" , arg0 , arg1 ) ; } |
31,560 | configuration : require local account concode_field_sep String m_domain concode_elem_sep String m_knownusermsg concode_elem_sep Log M_log concode_elem_sep String m_serviceprincipal concode_elem_sep String m_servicelogincontext concode_elem_sep boolean m_requirelocalaccount concode_elem_sep boolean m_verifyTicket concod... | void function ( Boolean arg0 ) { m_requirelocalaccount = arg0 . booleanValue ( ) ; } |
31,561 | returns an existing hazelcastinstance with instancename . to destroy all running hazelcastinstances all members on this jvm call #shutdownall . concode_field_sep PlaceHolder placeHolder concode_field_sep void shutdownAll concode_elem_sep YarnHazelcastInstance getOrCreateHazelcastInstance concode_elem_sep void setOutOfM... | YarnHazelcastInstance function ( String arg0 ) { return ( YarnHazelcastInstance ) HazelcastInstanceFactory . INSTANCE . getHazelcastInstance ( arg0 ) ; } |
31,562 | returns the exception that occurred while processing the incoming command , or null if processing did not result in an exception or if execution is not yet finished . concode_field_sep InterceptorChain invocationInterceptorChain concode_elem_sep int publisherSegmentId concode_elem_sep boolean isRecoverEntry concode_ele... | Throwable function ( ) { return exceptionResult ; } |
31,563 | set the crystal cell concode_field_sep Matrix4d[] ncsOperators concode_elem_sep SpaceGroup sg concode_elem_sep long serialVersionUID concode_elem_sep CrystalCell cell concode_field_sep CrystalCell getCrystalCell concode_elem_sep Matrix4d[] getNcsOperators concode_elem_sep float getGamma concode_elem_sep SpaceGroup getS... | void function ( CrystalCell arg0 ) { this . cell = arg0 ; } |
31,564 | assign a new value to a global variable . supports saxon : assign . concode_field_sep GlobalParameterSet globalParameters concode_elem_sep SlotManager globalVariableMap concode_elem_sep ValueRepresentation[] globals concode_elem_sep boolean[] busy concode_field_sep void defineGlobalVariable concode_elem_sep boolean use... | void function ( GlobalVariable arg0 , ValueRepresentation arg1 ) { defineGlobalVariable ( arg0 , arg1 ) ; } |
31,565 | gets the left offset from the top , left position of the page specified by this destination . concode_field_sep float left concode_elem_sep Reference ref concode_elem_sep Library library concode_elem_sep Logger logger concode_elem_sep float top concode_elem_sep boolean inited concode_elem_sep Object object concode_elem... | float function ( ) { if ( ! inited ) init ( ) ; return left ; } |
31,566 | set the min grade concode_field_sep long start_time concode_elem_sep long moving_time concode_elem_sep long stop_time concode_elem_sep ExtremTimerManager stop_interval_time concode_elem_sep ExtremLocationManager latitudeExtremities concode_elem_sep double max_speed concode_elem_sep double total_elevation_gain concode_e... | void function ( double arg0 ) { this . gradeExtremities . setMin ( arg0 ) ; } |
31,567 | returns current sink vertex , or null if there was no calculatemaximumflow calls . concode_field_sep int currentSource concode_elem_sep List<Arc> outgoingArcs concode_elem_sep int tail concode_elem_sep Double maximumFlowValue concode_elem_sep Map<V,Integer> indexer concode_elem_sep E prototype concode_elem_sep Arc last... | V function ( ) { if ( currentSink == - 1 ) { return null ; } return nodes . get ( currentSink ) . prototype ; } |
31,568 | gets the expires . concode_field_sep String expires concode_elem_sep String cookie concode_elem_sep String linkSnippet concode_elem_sep String linkDescription concode_elem_sep Update update concode_elem_sep Float minRefreshPeriod concode_elem_sep String message concode_elem_sep Float maxSessionLength concode_elem_sep S... | String function ( ) { return expires ; } |
31,569 | init ok to be able to make changes ? concode_field_sep boolean initOK concode_elem_sep String title concode_elem_sep MRMA m_rma concode_elem_sep CLogger log concode_elem_sep MOrder p_order concode_elem_sep GridTab gridTab concode_field_sep boolean dynInit concode_elem_sep String getTitle concode_elem_sep GridTab getGri... | boolean function ( ) { return initOK ; } |
31,570 | sets the value of the sdescription property . concode_field_sep String sCode concode_elem_sep String sDescription concode_field_sep String getSDescription concode_elem_sep String getSCode concode_elem_sep void setSCode | void function ( String arg0 ) { this . sDescription = arg0 ; } |
31,571 | this method should calculate the feet that are equivalent to a specified number of meters . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isLocationProvidersEnabled concode_elem_sep void startGoogleMapsActivityWitPoiAndTitle concode_elem_sep double calculateKilometers concode_elem_sep boolean isLo... | double function ( double arg0 ) { double loc0 = arg0 * 3.281 ; return loc0 ; } |
31,572 | transforms the element to its text equivalent . the resulting string does not contain a xml declaration . use xmlutil.serialize element if you need the declaration . concode_field_sep PlaceHolder placeHolder concode_field_sep Iterator<Node> iterator | String function ( Element arg0 ) { return XmlUtil . serialize ( arg0 ) . replaceFirst ( "srini_string" = "srini_string" , "srini_string" ) ; } |
31,573 | launch the application . concode_field_sep JFrame frmLibrarySystem concode_elem_sep JTextField tfUserName concode_elem_sep JPanel panel_2 concode_elem_sep JPasswordField passwordField concode_elem_sep JPanel panel concode_elem_sep JButton btnForgotPW concode_elem_sep JTabbedPane tabbedPane concode_field_sep String getP... | void function ( String [ ] arg0 ) { EventQueue . invokeLater ( new Runnable ( ) { public void run ( ) { try { Login loc0 = new Login ( ) ; loc0 . frmLibrarySystem . setVisible ( true ) ; } catch ( Exception loc0 ) { loc0 . printStackTrace ( ) ; } } } ) ; } |
31,574 | sets the value of the classifier property . concode_field_sep String repoId concode_elem_sep String extension concode_elem_sep String artifactLink concode_elem_sep String groupId concode_elem_sep String classifier concode_elem_sep String artifactId concode_elem_sep String packaging concode_elem_sep String contextId con... | void function ( String arg0 ) { this . classifier = arg0 ; } |
31,575 | returns the inetsocketaddress of this route . concode_field_sep Proxy proxy concode_elem_sep Address address concode_elem_sep boolean modernTls concode_elem_sep InetSocketAddress inetSocketAddress concode_field_sep Route flipTlsMode concode_elem_sep Proxy getProxy concode_elem_sep int hashCode concode_elem_sep boolean ... | InetSocketAddress function ( ) { return inetSocketAddress ; } |
31,576 | returns a unique object o ' that . equals the argument o . if o itself is returned , this is the first request for an object . equals to o. concode_field_sep Interner<T> delegate concode_elem_sep Object globalMutex concode_elem_sep Object mutex concode_elem_sep SynchronizedInterner<Object> interner concode_field_sep Sy... | T function ( T arg0 ) { synchronized ( mutex ) { return delegate . intern ( arg0 ) ; } } |
31,577 | sets the binding to a copy with the specified annotation on the bound key concode_field_sep String SINGLE_INSTANCE_AND_SCOPE concode_elem_sep String CONSTANT_VALUE_ALREADY_SET concode_elem_sep String ANNOTATION_ALREADY_SPECIFIED concode_elem_sep String IMPLEMENTATION_ALREADY_SET concode_elem_sep String BINDING_TO_NULL ... | BindingImpl < T > function ( Annotation arg0 ) { Objects . requireNonNull ( arg0 , "srini_string" ) ; checkNotAnnotated ( ) ; return setBinding ( binding . withKey ( Key . get ( this . binding . getKey ( ) . getTypeLiteral ( ) , arg0 ) ) ) ; } |
31,578 | specify the format for message codes built by this resolver . the default is format #prefix_error_code . concode_field_sep MessageCodeFormatter DEFAULT_FORMATTER concode_elem_sep String prefix concode_elem_sep MessageCodeFormatter formatter concode_elem_sep String CODE_SEPARATOR concode_field_sep String getPrefix conco... | void function ( MessageCodeFormatter arg0 ) { this . formatter = ( arg0 == null ? DEFAULT_FORMATTER : arg0 ) ; } |
31,579 | sets a value without expiration . concode_field_sep PlaceHolder placeHolder concode_field_sep CacheApi cacheApi concode_elem_sep Object get concode_elem_sep T getOrElse concode_elem_sep void remove | void function ( String arg0 , Object arg1 ) { cacheApi ( ) . set ( arg0 , arg1 ) ; } |
31,580 | retrieves prefix + '' in '' + elapsedtime + '' ms. '' concode_field_sep boolean running concode_elem_sep long total concode_elem_sep long startTime concode_elem_sep long lastStart concode_field_sep void zero concode_elem_sep long currentElapsedTime concode_elem_sep void stop concode_elem_sep void start concode_elem_sep... | String function ( String arg0 ) { return arg0 + "srini_string" + currentElapsedTime ( ) + "srini_string" ; } |
31,581 | conjugate a complex number in cartesian coordinates . concode_field_sep Complex Zero concode_elem_sep float _im concode_elem_sep float _re concode_field_sep Complex inv concode_elem_sep Complex add concode_elem_sep Complex add concode_elem_sep Complex div concode_elem_sep Complex div concode_elem_sep Complex div concod... | Complex function ( ) { return new Complex ( _re , _im * - 1 ) ; } |
31,582 | a self-inverse bijection which converts the ordering on unsigned longs to the ordering on longs , that is , a < = b as unsigned longs if and only if rotate a < = rotate b as signed longs . concode_field_sep int[] maxValueMods concode_elem_sep int[] maxSafeDigits concode_elem_sep long[] maxValueDivs concode_elem_sep lon... | long function ( long arg0 ) { return arg0 ^ Long . MIN_VALUE ; } |
31,583 | fill in the #value field by reading the required datafrom the given stream . this method first reads the array size as corba longand then calls the org.omg.corba.portable.inputstream #read_long_array . concode_field_sep ArrayTypeCode typecode concode_elem_sep int[] value concode_field_sep TypeCode _type concode_elem_se... | void function ( InputStream arg0 ) { value = new int [ arg0 . read_long ( ) ] ; arg0 . read_long_array ( value , 0 , value . length ) ; typecode . setLength ( value . length ) ; } |
31,584 | called whenever the osgi framework stops our bundle concode_field_sep Logger logger concode_elem_sep BundleContext context concode_field_sep void start concode_elem_sep BundleContext getContext | void function ( BundleContext arg0 ) { context = null ; logger . debug ( "srini_string" ) ; } |
31,585 | clear all resources used by this listener . concode_field_sep Map<RemoteDevice,ServiceRecord[]> services concode_elem_sep List<RemoteDevice> devices concode_elem_sep BluetoothConnection bluetoothConnection concode_elem_sep Object lock concode_field_sep void servicesDiscovered concode_elem_sep List<RemoteDevice> getDevi... | void function ( ) { devices . clear ( ) ; services . clear ( ) ; } |
31,586 | returns the k for the enclosed v . concode_field_sep Comparator<Long> REVISION_COMPARATOR concode_elem_sep K cacheKey concode_elem_sep RootObjectCache<K,V> rootObjectCache concode_elem_sep SortedMap<Long,CacheElementRevision<K,V>> revisions concode_field_sep int compare concode_elem_sep void removeRevision concode_elem... | K function ( ) { return cacheKey ; } |
31,587 | sets the value of the this property . concode_field_sep ManagedObjectReference _this concode_elem_sep PropertyFilterSpec spec concode_elem_sep boolean partialUpdates concode_field_sep ManagedObjectReference getThis concode_elem_sep boolean isPartialUpdates concode_elem_sep PropertyFilterSpec getSpec concode_elem_sep vo... | void function ( ManagedObjectReference arg0 ) { this . _this = arg0 ; } |
31,588 | removes a request observer when you no longer wish to receive notifications about gradle command being executed . concode_field_sep Map<CommandLineArgumentAlteringListenerVersion1,CommandLineArgumentAlteringListenerWrapper> commandLineListenerMap concode_elem_sep GradlePluginLord gradlePluginLord concode_elem_sep Map<R... | void function ( RequestObserverVersion1 arg0 ) { RequestObserverWrapper loc0 = requestObserverMap . remove ( arg0 ) ; if ( loc0 != null ) { gradlePluginLord . removeRequestObserver ( loc0 ) ; } } |
31,589 | conversion from string to byte . concode_field_sep PlaceHolder placeHolder concode_field_sep String bytes2string | byte [ ] function ( String arg0 ) { return arg0 . getBytes ( UTF_8 ) ; } |
31,590 | sets the value of field ` name ' . concode_field_sep Collect m_collect concode_elem_sep String m_name concode_elem_sep SystemDefChoice m_systemDefChoice concode_elem_sep long serialVersionUID concode_elem_sep IpList m_ipList concode_field_sep String getSysoid concode_elem_sep void setIpList concode_elem_sep SystemDefCh... | void function ( final String arg0 ) { m_name = arg0 . intern ( ) ; } |
31,591 | adds the location of the node to the internal store . concode_field_sep NodeLocationStore locationStore concode_field_sep LineString createWayLinestring concode_elem_sep NodeLocation getNodeLocation concode_elem_sep void release concode_elem_sep Polygon createWayBbox concode_elem_sep Polygon createWayBbox concode_elem_... | void function ( Node arg0 ) { locationStore . addLocation ( arg0 . getId ( ) , new NodeLocation ( arg0 . getLongitude ( ) , arg0 . getLatitude ( ) ) ) ; } |
31,592 | end the simulation . concode_field_sep BoundingBox boundingBox concode_elem_sep ParticleControllerRenderer<?,?> renderer concode_elem_sep Matrix4 transform concode_elem_sep float deltaTime concode_elem_sep String name concode_elem_sep Array<Influencer> influencers concode_elem_sep float DEFAULT_TIME_STEP concode_elem_s... | void function ( ) { for ( Influencer loc0 : influencers ) loc0 . end ( ) ; emitter . end ( ) ; } |
31,593 | get the ldap server configuration object . concode_field_sep LdapServerConfigurationDTO data concode_field_sep void setData | LdapServerConfigurationDTO function ( ) { return data ; } |
31,594 | get the entity id concode_field_sep String entityType concode_elem_sep String entityId concode_elem_sep List<TimelineEvent> events concode_elem_sep List<EventsOfOneEntity> allEvents concode_field_sep void addEvent concode_elem_sep void addEvent concode_elem_sep List<TimelineEvent> getEvents concode_elem_sep void addEve... | String function ( ) { return entityId ; } |
31,595 | returns the label of this refactoring 's command . concode_field_sep RefactoringHelper helper concode_elem_sep List<T> contextObjects concode_field_sep TransactionalEditingDomain getEditingDomain concode_elem_sep Resource getResource concode_elem_sep boolean internalDoUndo concode_elem_sep List<?> getAffectedFiles conc... | String function ( ) { return "srini_string" ; } |
31,596 | gets the glyph outline shape which can be used for painting or clipping . concode_field_sep GeneralPath path concode_field_sep boolean isEmpty concode_elem_sep void addTextSprite | Shape function ( ) { return path ; } |
31,597 | getter for estimatedresolutiondate concode_field_sep Long issueId concode_elem_sep Key<Project> projectKey concode_elem_sep Date estimatedResolutionDate concode_elem_sep String createdBy concode_elem_sep Date actualResolutionDate concode_elem_sep Text description concode_elem_sep boolean developerIssue concode_elem_sep... | String function ( ) { return estimatedResolutionDate . toLocaleString ( ) ; } |
31,598 | subclasses should reimplement init . concode_field_sep IPageSite site concode_field_sep void init concode_elem_sep Control getControl concode_elem_sep void setActionBars concode_elem_sep IPageSite getSite concode_elem_sep void dispose concode_elem_sep void setFocus concode_elem_sep void createControl | void function ( IMenuManager arg0 , IToolBarManager arg1 , IStatusLineManager arg2 ) { } |
31,599 | put a character . concode_field_sep int MAX_REUSE_CAPACITY concode_elem_sep ByteBuffer reuse concode_elem_sep int MIN_GROW concode_elem_sep ByteBuffer buff concode_field_sep WriteBuffer putStringData concode_elem_sep void grow concode_elem_sep ByteBuffer getBuffer concode_elem_sep WriteBuffer putInt concode_elem_sep Wr... | WriteBuffer function ( char arg0 ) { ensureCapacity ( 2 ) . putChar ( arg0 ) ; return this ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.