idx int64 0 100k | question stringlengths 68 7.19k | target stringlengths 20 663 |
|---|---|---|
5,100 | gets the value of the type property . concode_field_sep String id concode_elem_sep String title concode_elem_sep XMLAttrtypeType type concode_elem_sep List<JAXBElement<String>> defaultOrOptions concode_field_sep String getTitle concode_elem_sep void setId concode_elem_sep void setTitle concode_elem_sep String getId con... | XMLAttrtypeType function ( ) { return type ; } |
5,101 | determines if the current device is a tv . concode_field_sep List<NonCompatibleDevice> NON_COMPATIBLE_DEVICES concode_elem_sep boolean ignoreModel concode_elem_sep String model concode_elem_sep String manufacturer concode_field_sep boolean isNotCompatible concode_elem_sep String getModel concode_elem_sep boolean ignore... | boolean function ( Context arg0 ) { if ( Build . VERSION . SDK_INT >= Build . VERSION_CODES . LOLLIPOP ) { UiModeManager loc0 = ( UiModeManager ) arg0 . getSystemService ( Context . UI_MODE_SERVICE ) ; return loc0 != null && loc0 . getCurrentModeType ( ) == Configuration . UI_MODE_TYPE_TELEVISION ; } return false ; } |
5,102 | sets the value of the show property . concode_field_sep String role concode_elem_sep JAXBElement<? extends UnitDefinitionType> unitDefinition 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... | void function ( String arg0 ) { this . show = arg0 ; } |
5,103 | verifies bug fix for spr-11626 . concode_field_sep MockHttpServletRequest servletRequest concode_field_sep void ensureMocksAreReinjectedBetweenTests_1 concode_elem_sep void assertInjectedServletRequestEqualsRequestInRequestContextHolder | void function ( ) { assertInjectedServletRequestEqualsRequestInRequestContextHolder ( ) ; } |
5,104 | returns the object attached to the key . concode_field_sep int OP_ACCEPT concode_elem_sep Object attached concode_elem_sep int OP_CONNECT concode_elem_sep int OP_WRITE concode_elem_sep int OP_READ concode_field_sep void cancel concode_elem_sep boolean isAcceptable concode_elem_sep int readyOps concode_elem_sep boolean ... | Object function ( ) { return attached ; } |
5,105 | sets the modified date of this w s r p producer . concode_field_sep WSRPProducer _wsrpProducer concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_elem_sep long getWsrpProduc... | void function ( Date arg0 ) { _wsrpProducer . setModifiedDate ( arg0 ) ; } |
5,106 | does nothing . this is a method declared in javassist.translator . concode_field_sep String fieldImporter concode_elem_sep CtMethod forwardMethod concode_elem_sep String accessorObjectId concode_elem_sep String fieldObjectId concode_elem_sep CtClass[] proxyConstructorParamTypes concode_elem_sep CtClass[] interfacesForP... | void function ( ClassPool arg0 , String arg1 ) { } |
5,107 | 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 ; } |
5,108 | yes . concode_field_sep int maxKeyLength concode_elem_sep Random r concode_elem_sep int maxKeys concode_field_sep byte[][] generateKeys concode_elem_sep byte[][] generateValues concode_elem_sep boolean isValuesGenerator | boolean function ( ) { return true ; } |
5,109 | get path fragments . eg : '' / task/inbox/123 '' will return a list with three values : `` task '' , `` inbox '' and `` 123 '' in that order . concode_field_sep String URL_PART_SEPARATOR concode_elem_sep String NAME_VALUE_SEPARATOR concode_elem_sep String PARAMETER_SEPARATOR concode_elem_sep String QUERY_STRING_SEPARAT... | List < String > function ( String arg0 ) { if ( arg0 != null ) { List < String > loc0 = new ArrayList < String > ( ) ; String [ ] loc1 = arg0 . split ( URL_PART_SEPARATOR ) ; for ( String loc2 : loc1 ) { if ( loc2 . length ( ) > 0 ) { loc0 . add ( loc2 ) ; } } return loc0 ; } return null ; } |
5,110 | gets the initial time in milliseconds . concode_field_sep boolean SINGLE_THREAD concode_elem_sep TimerListener listener concode_elem_sep boolean active concode_elem_sep long time concode_elem_sep String label concode_field_sep void init concode_elem_sep void halt concode_elem_sep String getLabel concode_elem_sep void s... | long function ( ) { return time ; } |
5,111 | adds an int property to a map . 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_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_el... | JSONBuilder function ( String arg0 , int arg1 ) { appendCommaAndKey ( arg0 ) ; params . append ( arg1 ) ; return this ; } |
5,112 | test whether the ide is running on some variant of unix . linux is included as well as the commercial vendors . concode_field_sep int OS_HP concode_elem_sep int OS_WINDOWS_MASK concode_elem_sep int OS_SUNOS concode_elem_sep int OS_OS2 concode_elem_sep int OS_WIN2000 concode_elem_sep int OS_UNIX_MASK concode_elem_sep in... | boolean function ( ) { return ( getOperatingSystem ( ) & OS_LINUX_MASK ) != 0 ; } |
5,113 | the returned iresourcedescriptions represent the xtext index ' state not shadowed by anything . concode_field_sep Provider<IResourceDescriptions> resourceDescriptions concode_elem_sep Provider<IResourceDescriptions> persistedResourceDescriptions concode_elem_sep String PERSISTED_DESCRIPTIONS concode_elem_sep Provider<I... | IResourceDescriptions function ( ) { if ( persistedResourceDescriptions == null ) { throw new IllegalStateException ( "srini_string" ) ; } return persistedResourceDescriptions . get ( ) ; } |
5,114 | sets the value of the value property . concode_field_sep List<BucketType> voiceBuckets concode_elem_sep List<BucketType> dataBuckets concode_elem_sep long serialVersionUID concode_elem_sep List<FlexpayUsageType.Msisdn> msisdn concode_elem_sep String value concode_elem_sep FlexpayUsageType.Ban ban concode_field_sep Flex... | void function ( String arg0 ) { this . value = arg0 ; } |
5,115 | implement tostring concode_field_sep int nX concode_elem_sep int nY concode_field_sep Vec2 add concode_elem_sep Point add concode_elem_sep Vec2 div concode_elem_sep int getX concode_elem_sep Vec2 times concode_elem_sep int getY concode_elem_sep double dot concode_elem_sep int length | String function ( ) { return super . toString ( ) + "srini_string" + this . nX + "srini_string" + this . nY + "srini_string" ; } |
5,116 | returns the list of deletions in this mutation . concode_field_sep List<E> additions concode_elem_sep List<K> deletions concode_field_sep List<E> getAdditions concode_elem_sep void deletion concode_elem_sep void merge concode_elem_sep boolean hasDeletions concode_elem_sep boolean hasAdditions concode_elem_sep void addi... | List < K > function ( ) { if ( deletions == null ) return ImmutableList . of ( ) ; return deletions ; } |
5,117 | resets the identification applet concode_field_sep byte CLA concode_elem_sep byte SAFEPIN_LENGTH concode_elem_sep byte INS_SET_BIRTHDAY concode_elem_sep byte INS_RESET concode_elem_sep byte INS_GET_NAME concode_elem_sep byte INS_CHECK_SAFEPIN concode_elem_sep byte INS_GET_CARID concode_elem_sep byte CARID_LENGTH concod... | Result < Boolean > function ( ) { return CommonApplet . reset ( AppletName , CLA , INS_RESET ) ; } |
5,118 | gets the state of daylight time in this time zone . concode_field_sep boolean currentlyShowing concode_elem_sep Polygon mapPolygon concode_elem_sep DateFormat dateFormat concode_elem_sep String id concode_elem_sep String abbreviation concode_elem_sep String mapCommandButtonId concode_field_sep boolean getCurrentlyShowi... | String function ( ) { TimeZone loc0 = TimeZone . getTimeZone ( id ) ; Calendar loc1 = Calendar . getInstance ( loc0 ) ; if ( loc0 . inDaylightTime ( loc1 . getTime ( ) ) ) { return "srini_string" ; } return "srini_string" ; } |
5,119 | returns the number of points in lower hull concode_field_sep int u concode_elem_sep int[] lowerHull concode_elem_sep int[] upperHull concode_elem_sep int l concode_field_sep int getNumberOfPointsInUpperHull concode_elem_sep int[] getUpperHull concode_elem_sep int[] getLowerHull concode_elem_sep void determineLowerAndUp... | int function ( ) { return l ; } |
5,120 | run all runnables in the queue . concode_field_sep Runnable runnable concode_elem_sep IdleState idleState concode_elem_sep long scheduledTime concode_elem_sep boolean isExecutingRunnable concode_elem_sep Thread associatedThread concode_elem_sep long currentTime concode_elem_sep List<ScheduledRunnable> runnables concode... | boolean function ( ) { return size ( ) >= 1 && advanceTo ( runnables . get ( runnables . size ( ) - 1 ) . scheduledTime ) ; } |
5,121 | create a css expression only containing a uri concode_field_sep List<ICSSExpressionMember> m_aMembers concode_elem_sep CSSSourceLocation m_aSourceLocation concode_field_sep CSSExpression addMember concode_elem_sep CSSExpression addMember concode_elem_sep CSSExpression createSimple concode_elem_sep CSSSourceLocation get... | CSSExpression function ( @ Nonnull @ Nonempty final String arg0 ) { return new CSSExpression ( ) . addURI ( arg0 ) ; } |
5,122 | a list of evaluation that meet the search criteria . concode_field_sep String nextToken concode_elem_sep com.amazonaws.internal.SdkInternalList<Evaluation> results concode_field_sep void setNextToken concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep DescribeEvaluationsResult clone concode_e... | java . util . List < Evaluation > function ( ) { if ( results == null ) { results = new com . amazonaws . internal . SdkInternalList < Evaluation > ( ) ; } return results ; } |
5,123 | deserialize only a single thrift object addressed by recursively using field id from a byte record . concode_field_sep TProtocol protocol_ concode_elem_sep TMemoryInputTransport trans_ concode_field_sep Long partialDeserializeI64 concode_elem_sep Byte partialDeserializeByte concode_elem_sep Integer partialDeserializeI3... | void function ( TBase arg0 , byte [ ] arg1 , TFieldIdEnum arg2 , TFieldIdEnum ... arg3 ) { try { if ( locateField ( arg1 , arg2 , arg3 ) != null ) { arg0 . read ( protocol_ ) ; } } catch ( Exception loc0 ) { throw new TException ( loc0 ) ; } finally { trans_ . clear ( ) ; protocol_ . reset ( ) ; } } |
5,124 | sets the value of the value property . concode_field_sep String value concode_field_sep String getValue | void function ( String arg0 ) { this . value = arg0 ; } |
5,125 | computes the distance from a latitudal degree to the equator . concode_field_sep PlaceHolder placeHolder concode_field_sep float getLatitudeCircum concode_elem_sep float getTrapezoidSideLen concode_elem_sep float getTrapezoidArea | float function ( double arg0 , double arg1 ) { return ( float ) ( arg1 * Math . sin ( Math . toRadians ( arg0 ) ) ) ; } |
5,126 | deletes the kaleo node with the primary key from the database . also notifies the appropriate model listeners . concode_field_sep ServiceTracker<KaleoNodeLocalService,KaleoNodeLocalService> _serviceTracker concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void deleteKaleoDefinitionKaleoNodes ... | com . liferay . portal . workflow . kaleo . model . KaleoNode function ( long arg0 ) { return getService ( ) . deleteKaleoNode ( arg0 ) ; } |
5,127 | print all class path entries on the passed print stream , using the system line separator concode_field_sep ClassPathHelper s_aInstance concode_field_sep List<String> getAllClassPathEntries | void function ( @ Nonnull final PrintStream arg0 ) { printClassPathEntries ( arg0 , CGlobal . LINE_SEPARATOR ) ; } |
5,128 | sets the value of the questionorder property . concode_field_sep AMLCDDQAReportAllQuestionsByRequestingCodeAnswerSetSetType answerSet concode_elem_sep String questionCD concode_elem_sep Integer questionOrder concode_elem_sep Boolean isActive concode_elem_sep String questionText concode_elem_sep Integer expirationDate c... | void function ( Integer arg0 ) { this . questionOrder = arg0 ; } |
5,129 | process the arguments and perform the desired action concode_field_sep boolean errorOccurred concode_elem_sep Vector classList concode_elem_sep String progname concode_elem_sep JavapEnvironment env concode_elem_sep PrintWriter out concode_field_sep void entry concode_elem_sep void displayResults concode_elem_sep void u... | void function ( String arg0 [ ] ) { if ( parseArguments ( arg0 ) ) { displayResults ( ) ; } } |
5,130 | counts the amount of ` ch ' in this line . concode_field_sep boolean m_bIsEmpty concode_elem_sep Line m_aXmlEndLine concode_elem_sep Line m_aNext concode_elem_sep boolean m_bPrevEmpty concode_elem_sep Line m_aPrevious concode_elem_sep int m_nPos concode_elem_sep int m_nLeading concode_elem_sep String m_sValue concode_e... | int function ( final char arg0 ) { int loc0 = 0 ; for ( int loc1 = 0 ; loc1 < m_sValue . length ( ) ; loc1 ++ ) { final char loc2 = m_sValue . charAt ( loc1 ) ; if ( loc2 == ' ' ) continue ; if ( loc2 == arg0 ) { loc0 ++ ; continue ; } loc0 = 0 ; break ; } return loc0 ; } |
5,131 | returns an iproject for the configured target project . the iproject is returned even if the project does not exist yet . concode_field_sep PlaceHolder placeHolder concode_field_sep void refreshTargetProject concode_elem_sep boolean createEmptyProject concode_elem_sep File getTargetFolder concode_elem_sep FeatureConfig... | IProject function ( GeneratorEntry arg0 ) { FeatureConfiguration loc0 = getOutletFeatureConfiguration ( arg0 ) ; String loc1 = loc0 . getParameterValue ( OUTLET_FEATURE_TARGET_PROJECT ) . getStringValue ( ) ; IProject loc2 = ResourcesPlugin . getWorkspace ( ) . getRoot ( ) . getProject ( loc1 ) ; return loc2 ; } |
5,132 | gets the value of the mmscost property . concode_field_sep List<PrepaidChargeType> chargeInfo concode_elem_sep Integer smsCost concode_elem_sep long serialVersionUID concode_elem_sep Integer mmsCost concode_field_sep void setSmsCost concode_elem_sep void setMmsCost concode_elem_sep List<PrepaidChargeType> getChargeInfo... | Integer function ( ) { return mmsCost ; } |
5,133 | creates a new eb : signalmessage for an error signal . concode_field_sep QName Q_ELEMENT_NAME concode_elem_sep String SEVRITY_ATTR concode_elem_sep String SHORT_DESCR_ATTR concode_elem_sep QName Q_ERROR_DETAIL concode_elem_sep String ORIGIN_ATTR concode_elem_sep String REF_TO_ATTR concode_elem_sep String ERROR_CODE_ATT... | OMElement function ( OMElement arg0 , IErrorMessage arg1 ) { OMElement loc0 = SignalMessage . createElement ( arg0 ) ; MessageInfo . createElement ( loc0 , arg1 ) ; for ( IEbmsError loc1 : arg1 . getErrors ( ) ) createErrorElement ( loc0 , loc1 ) ; return loc0 ; } |
5,134 | return true if this element has a runtimefinal annotation . concode_field_sep Annotation[] declaredAnnotations concode_elem_sep Object declaredAnnotationDatas concode_elem_sep Annotation[] emptyAnnotationArray concode_field_sep boolean hasPureAnnotation concode_elem_sep boolean hasRuntimePureAnnotation concode_elem_sep... | boolean function ( ) { return isAnnotationPresent ( org . vmmagic . pragma . RuntimeFinal . class ) ; } |
5,135 | get servlet context . concode_field_sep Properties buildProperties concode_field_sep String getRequestParameter concode_elem_sep UIComponent findComponent concode_elem_sep Object getManagedBean concode_elem_sep String getActionAttribute concode_elem_sep String getBuildAttribute concode_elem_sep void addWarnMessage conc... | ServletContext function ( ) { return ( ServletContext ) FacesContext . getCurrentInstance ( ) . getExternalContext ( ) . getContext ( ) ; } |
5,136 | sets the value of the smartcard property . concode_field_sep PasswordType password concode_elem_sep List<ExtensionType> extension concode_elem_sep BigInteger preauth concode_elem_sep RestrictedPasswordType restrictedPassword concode_elem_sep ActivationPinType activationPin concode_elem_sep ExtensionOnlyType smartcard c... | void function ( ExtensionOnlyType arg0 ) { this . smartcard = arg0 ; } |
5,137 | gets the value of the items property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is not a set method for the items property . for example , to add a new item , do as fol... | List < SDatabaseInformationItem > function ( ) { if ( items == null ) { items = new ArrayList < SDatabaseInformationItem > ( ) ; } return this . items ; } |
5,138 | returns the factory implementation object . object is instance of an com.hazelcast.nio.ssl.sslcontextfactory or com.hazelcast.nio.ssl.sslenginefactory . concode_field_sep Properties properties concode_elem_sep String factoryClassName concode_elem_sep Object factoryImplementation concode_elem_sep boolean enabled concode... | Object function ( ) { return factoryImplementation ; } |
5,139 | select methods returning objects that are of a given type or of a sub-type of given type concode_field_sep PlaceHolder placeHolder concode_field_sep Filter<T> all concode_elem_sep Filter<T> not concode_elem_sep Filter<T> or concode_elem_sep Filter<Field> fieldsAccepting concode_elem_sep Filter<Field> fieldsAnnotatedBy ... | Filter < Method > function ( final Class < ? > arg0 ) { notNull ( "srini_string" , arg0 ) ; return new Filter < Method > ( ) { @ Override public boolean accept ( Method arg1 ) { return arg0 . isAssignableFrom ( arg1 . getReturnType ( ) ) ; } } ; } |
5,140 | to be closed at teardown . concode_field_sep List<Blob> m_blobs concode_elem_sep List<ResultSet> m_resultSets concode_elem_sep List<ConnectionFactoryEventListener> m_listeners concode_elem_sep List<ConnectionRegistration> m_connectionRegistrations concode_elem_sep Connection m_connection concode_elem_sep boolean m_roll... | void function ( Connection arg0 ) { registerConnection ( arg0 , isRollbackConnectionBeforeClose ( ) ) ; } |
5,141 | get the type of compressor needed by this compressioncodec . concode_field_sep Configuration conf concode_field_sep Configuration getConf concode_elem_sep Decompressor createDecompressor concode_elem_sep CompressionOutputStream createOutputStream concode_elem_sep CompressionOutputStream createOutputStream concode_elem_... | Class < ? extends Compressor > function ( ) { if ( ! isNativeCodeLoaded ( ) ) { throw new RuntimeException ( "srini_string" ) ; } return Lz4Compressor . class ; } |
5,142 | gets the value of the replaceall property . concode_field_sep List<VendorPricingSchedule> pricingSchedule concode_elem_sep Boolean replaceAll concode_field_sep void setReplaceAll concode_elem_sep List<VendorPricingSchedule> getPricingSchedule | boolean function ( ) { if ( replaceAll == null ) { return true ; } else { return replaceAll ; } } |
5,143 | get the list of expected children . concode_field_sep Set<String> illegalAttributes concode_elem_sep List<DocumentElement> expectedChildren concode_elem_sep String tag concode_elem_sep Map<String,String> expectedAttributes concode_field_sep void addExpectedAttribute concode_elem_sep Tag addExpectedChild concode_elem_se... | List < DocumentElement > function ( ) { return expectedChildren ; } |
5,144 | gets an instance of a transitionanchor with the given pagestate . concode_field_sep Navigation navigation concode_elem_sep HistoryTokenFactory htFactory concode_elem_sep Class<P> toPageWidgetType concode_field_sep Class<P> toPageType | TransitionAnchor < P > function ( Multimap < String , String > arg0 ) { return new TransitionAnchor < P > ( navigation , toPageWidgetType , arg0 , htFactory ) ; } |
5,145 | sets the data for this vertex . concode_field_sep MonotoneVertex<E> next concode_elem_sep MonotoneChain.Type chain concode_elem_sep E data concode_elem_sep MonotoneVertex<E> prev concode_field_sep void setChain concode_elem_sep boolean isAdjacent concode_elem_sep void setNext concode_elem_sep String toString concode_el... | void function ( E arg0 ) { this . data = arg0 ; } |
5,146 | factory for iv s. concode_field_sep Random r concode_elem_sep long nextTermId concode_field_sep IV<?,?> newTermIdNoSids | IV < ? , ? > function ( final VTE arg0 ) { return new TermId ( arg0 , nextTermId ++ ) ; } |
5,147 | convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep String previous concode_elem_sep List<APIInfo> list concode_elem_sep String next concode_elem_sep Integer count concode_field_sep APIList next concode_elem_sep String getPrevious concode_elem_sep APIList pre... | String function ( java . lang . Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; } |
5,148 | gets the value of the source property . concode_field_sep List<Integer> evidence concode_elem_sep CitationType citation concode_elem_sep List<String> scope concode_elem_sep SourceDataType source concode_elem_sep String key concode_field_sep List<Integer> getEvidence concode_elem_sep CitationType getCitation concode_ele... | SourceDataType function ( ) { return source ; } |
5,149 | dependency injection for the port resolver . concode_field_sep String errorPage concode_elem_sep boolean useForward concode_elem_sep RequestCache requestCache concode_elem_sep AuthenticationTrustResolver authenticationTrustResolver concode_elem_sep String ajaxErrorPage concode_elem_sep PortResolver portResolver concode... | void function ( final PortResolver arg0 ) { portResolver = arg0 ; } |
5,150 | hook for redirecting requests . applies to webview requests as well as requests made by plugins . to handle the request directly , return a uri in the form : cdvplugin : / / pluginid / ... and implement handleopenforread . to make this easier , use the topluginuri and frompluginuri helpers : public uri remapuri uri uri... | Uri function ( Uri arg0 ) { return null ; } |
5,151 | the shard id of the shard 's parent . concode_field_sep String parentShardId concode_elem_sep SequenceNumberRange sequenceNumberRange concode_elem_sep String shardId concode_elem_sep HashKeyRange hashKeyRange concode_elem_sep String adjacentParentShardId concode_field_sep void setAdjacentParentShardId concode_elem_sep ... | void function ( String arg0 ) { this . parentShardId = arg0 ; } |
5,152 | construct a new proxy instance from the given policy . concode_field_sep HTTPClientPolicy systemProxyConfiguration concode_elem_sep String HTTP_NON_PROXY_HOSTS concode_elem_sep String HTTP_PROXY_PORT concode_elem_sep String HTTP_PROXY_HOST concode_field_sep HTTPClientPolicy createSystemProxyConfiguration concode_elem_s... | Proxy function ( final HTTPClientPolicy arg0 ) { return new Proxy ( Proxy . Type . valueOf ( arg0 . getProxyServerType ( ) . toString ( ) ) , new InetSocketAddress ( arg0 . getProxyServer ( ) , arg0 . getProxyServerPort ( ) ) ) ; } |
5,153 | delete the attribute value . concode_field_sep String IDENT concode_elem_sep SerialNumber serial concode_elem_sep String NUMBER concode_elem_sep String NAME concode_field_sep void encode concode_elem_sep void set concode_elem_sep String getName concode_elem_sep Object get concode_elem_sep Enumeration<String> getElement... | void function ( String arg0 ) { if ( arg0 . equalsIgnoreCase ( NUMBER ) ) { serial = null ; } else { throw new IOException ( "srini_string" + "srini_string" ) ; } } |
5,154 | gets the number of key groups aka the max parallelism aka the max number of subtasks . concode_field_sep int attemptNumber concode_elem_sep int indexOfSubtask concode_elem_sep int numberOfKeyGroups concode_elem_sep String taskName concode_elem_sep int numberOfParallelSubtasks concode_elem_sep String taskNameWithSubtask... | int function ( ) { return numberOfKeyGroups ; } |
5,155 | get the width of this panel in pixels as a primitive int to make this method exportable to js . concode_field_sep String PARENT_CHOOSES_TYPE concode_field_sep boolean isRoot concode_elem_sep String getElementId concode_elem_sep void setMinWidth concode_elem_sep void removeChild concode_elem_sep Integer getWidth concode... | int function ( ) { final Integer loc0 = getWidth ( ) ; return ( loc0 != null ) ? loc0 : - 1 ; } |
5,156 | write property to the xml . concode_field_sep int CLOSING concode_elem_sep StringBuffer buffer concode_elem_sep int OPENING concode_elem_sep int NO_CONTENT concode_elem_sep Writer writer concode_field_sep void writeText concode_elem_sep void sendData concode_elem_sep void writeElement concode_elem_sep void writeElement... | void function ( String arg0 , String arg1 , String arg2 ) { writeElement ( arg0 , arg1 , OPENING ) ; buffer . append ( arg2 ) ; writeElement ( arg0 , arg1 , CLOSING ) ; } |
5,157 | returns an iterator over the rrsets in the zone . concode_field_sep boolean wantLastSOA concode_elem_sep Map data concode_elem_sep SOARecord SOA concode_elem_sep RRset NS concode_elem_sep Object originNode concode_elem_sep Name origin concode_elem_sep Iterator zentries concode_elem_sep int SECONDARY concode_elem_sep in... | Iterator function ( ) { return new ZoneIterator ( false ) ; } |
5,158 | writes the document to the directory using the analyzer and the similarity score ; returns the segmentinfo describing the new segment concode_field_sep String TEXT_FIELD_1_KEY concode_elem_sep String UNSTORED_FIELD_1_KEY concode_elem_sep Field noNormsField concode_elem_sep Map<String,IndexableField> noNorms concode_ele... | SegmentCommitInfo function ( Random arg0 , Directory arg1 , Analyzer arg2 , Similarity arg3 , Document arg4 ) { IndexWriter loc0 = new IndexWriter ( arg1 , new IndexWriterConfig ( arg2 ) . setSimilarity ( arg3 == null ? IndexSearcher . getDefaultSimilarity ( ) : arg3 ) ) ; loc0 . addDocument ( arg4 ) ; loc0 . commit ( ... |
5,159 | returns the secret corresponding to the given alias name concode_field_sep String DOT concode_elem_sep String PROP_SECRET_REPOSITORIES concode_elem_sep SecretManager SECRET_MANAGER concode_elem_sep String PROP_SECRET_MANAGER_CONF concode_elem_sep String PROP_PROVIDER concode_elem_sep SecretRepository parentRepository c... | String function ( String arg0 ) { if ( ! initialized || parentRepository == null ) { if ( log . isDebugEnabled ( ) ) { log . debug ( "srini_string" ) ; } return arg0 ; } return parentRepository . getSecret ( arg0 ) ; } |
5,160 | returns the item at the specified slot in the stack . concode_field_sep int size concode_elem_sep Object[] contents concode_elem_sep int initialSize concode_field_sep Object pop concode_elem_sep int size concode_elem_sep boolean isEmpty concode_elem_sep Object clone concode_elem_sep void clear concode_elem_sep void pus... | Object function ( final int arg0 ) { if ( arg0 >= this . size ) { throw new IndexOutOfBoundsException ( ) ; } return this . contents [ arg0 ] ; } |
5,161 | set value from char using normalized index concode_field_sep PlaceHolder placeHolder concode_field_sep char cArrayGet concode_elem_sep void fArraySet concode_elem_sep byte bArrayGet concode_elem_sep void zArraySet concode_elem_sep double dArrayGet concode_elem_sep boolean isOrigFArray concode_elem_sep void dArraySet co... | void function ( char [ ] arg0 , int arg1 , char arg2 ) { try { arg0 [ arg1 ] = arg2 ; } catch ( Throwable loc0 ) { arg0 [ DefaultGroovyMethodsSupport . normaliseIndex ( arg1 , arg0 . length ) ] = arg2 ; } } |
5,162 | called when we succeed in writing a new fieldinfos generation . concode_field_sep Map<Integer,Set<String>> dvUpdatesFiles concode_elem_sep long delGen concode_elem_sep long fieldInfosGen concode_elem_sep long nextWriteDocValuesGen concode_elem_sep Set<String> fieldInfosFiles concode_elem_sep long docValuesGen concode_e... | void function ( ) { fieldInfosGen = nextWriteFieldInfosGen ; nextWriteFieldInfosGen = fieldInfosGen + 1 ; sizeInBytes = - 1 ; } |
5,163 | because the domain model does not have a richer listener model , recursively add this listener to each child box of the given box . concode_field_sep Object[] EMPTY_ARRAY concode_elem_sep TreeViewer viewer concode_field_sep void add concode_elem_sep Object[] getChildren concode_elem_sep Object getParent concode_elem_se... | void function ( UIContainer arg0 ) { arg0 . addListener ( this ) ; for ( Iterator loc0 = arg0 . getChildren ( ) . loc0 ( ) ; loc0 . hasNext ( ) ; ) { Object loc1 = loc0 . next ( ) ; if ( loc1 instanceof UIContainer ) { UIContainer loc2 = ( UIContainer ) loc1 ; addListenerTo ( loc2 ) ; } } } |
5,164 | assigns a datasource for this target . concode_field_sep DataSource dataSource concode_field_sep Object getValue concode_elem_sep DataSource getDataSource concode_elem_sep AnchorFilter clone | void function ( final DataSource arg0 ) { this . dataSource = arg0 ; } |
5,165 | invoked when a data update is encountered in the log file . concode_field_sep String CONFIG_NAME concode_elem_sep LogReader logReader concode_elem_sep Logger log concode_field_sep void parseStarted concode_elem_sep void data concode_elem_sep void stop concode_elem_sep void unhandledNode concode_elem_sep LogReader getRe... | void function ( int arg0 , int arg1 , double arg2 ) { } |
5,166 | checks if a character occurs in a strings . concode_field_sep String UTF16LE concode_elem_sep String UTF16BE concode_elem_sep String[] ALL_UTF8 concode_elem_sep String[] ALL_UTF32 concode_elem_sep String UTF32 concode_elem_sep String UTF8 concode_elem_sep String[] ALL_UTF16 concode_elem_sep String UTF16 concode_elem_se... | boolean function ( final String arg0 , final char arg1 ) { return arg0 . indexOf ( arg1 ) != - 1 ; } |
5,167 | launch the application . concode_field_sep ResultSet r concode_elem_sep PreparedStatement p concode_elem_sep JPasswordField passwordField concode_elem_sep Connection c concode_elem_sep JFrame frame concode_elem_sep JTextField textField concode_field_sep void initialize | void function ( String [ ] arg0 ) { EventQueue . invokeLater ( new Runnable ( ) { public void run ( ) { try { Gui loc0 = new Gui ( ) ; loc0 . frame . setVisible ( true ) ; } catch ( Exception loc0 ) { loc0 . printStackTrace ( ) ; } } } ) ; } |
5,168 | returns the log-density value of a standard normal . concode_field_sep double PSI concode_elem_sep int chisqDistribution concode_elem_sep double logPSI concode_elem_sep int undefinedDistribution concode_elem_sep int normalDistribution concode_field_sep double pchisq concode_elem_sep double pchisq concode_elem_sep Doubl... | double function ( double arg0 , double arg1 , double arg2 ) { if ( arg2 <= 0.0 ) throw new IllegalArgumentException ( "srini_string" ) ; return - Math . log ( arg2 ) + dnormLog ( ( arg0 - arg1 ) / arg2 ) ; } |
5,169 | persist the badge of the app icon so that ` getbadge ` is able to return the badge number back to the client . concode_field_sep String KEY concode_elem_sep int ID concode_elem_sep String EXTRA_AUTO_CANCEL concode_field_sep boolean canBadgeAppIcon concode_elem_sep void setBadgeNotification concode_elem_sep void clearBa... | void function ( int arg0 , Context arg1 ) { SharedPreferences . Editor loc0 = getSharedPreferences ( arg1 ) . edit ( ) ; loc0 . putInt ( KEY , arg0 ) ; loc0 . apply ( ) ; } |
5,170 | return isstartmatch . concode_field_sep Stack<Byte> bufStack concode_elem_sep int lastReadBytes concode_elem_sep boolean isStartMatch concode_field_sep void setBufStack concode_elem_sep void setLastReadBytes concode_elem_sep Stack<Byte> getBufStack concode_elem_sep int getLastReadBytes concode_elem_sep void setStartMat... | boolean function ( ) { return isStartMatch ; } |
5,171 | removes the mapping from the specified key , if there was any . concode_field_sep int[] mKeys concode_elem_sep int mSize concode_elem_sep int[] mValues concode_field_sep int keyAt concode_elem_sep int getClosestSmaller concode_elem_sep int size concode_elem_sep int indexOfKey concode_elem_sep int get concode_elem_sep i... | void function ( int arg0 ) { int loc0 = binarySearch ( mKeys , 0 , mSize , arg0 ) ; if ( loc0 >= 0 ) { removeAt ( loc0 ) ; } } |
5,172 | sets the value of the misc1tax property . concode_field_sep String serviceType concode_elem_sep BigDecimal amount concode_elem_sep BigDecimal countyTax concode_elem_sep String featureCode concode_elem_sep long serialVersionUID concode_elem_sep BigDecimal stateTax concode_elem_sep XMLGregorianCalendar billCycleEndDate c... | void function ( BigDecimal arg0 ) { this . misc1Tax = arg0 ; } |
5,173 | sets the icon for the cancel button . concode_field_sep String NEXT_FINISH_BUTTON_ENABLED_PROPERTY concode_elem_sep String BACK_BUTTON_ICON_PROPERTY concode_elem_sep String BACK_BUTTON_ENABLED_PROPERTY concode_elem_sep String NEXT_FINISH_BUTTON_TEXT_PROPERTY concode_elem_sep Map<String,Boolean> buttonEnabledHashmap con... | void function ( Icon arg0 ) { Icon loc0 = getCancelButtonIcon ( ) ; if ( ! arg0 . equals ( loc0 ) ) { buttonIconHashmap . put ( CANCEL_BUTTON_ICON_PROPERTY , arg0 ) ; firePropertyChange ( CANCEL_BUTTON_ICON_PROPERTY , loc0 , arg0 ) ; } } |
5,174 | sets current value of the column . concode_field_sep int mMaxValue concode_elem_sep String mLabelFormat concode_elem_sep int mMinValue concode_elem_sep CharSequence[] mStaticLabels concode_elem_sep int mCurrentValue concode_field_sep String getLabelFormat concode_elem_sep void setMaxValue concode_elem_sep int getMinVal... | void function ( int arg0 ) { mCurrentValue = arg0 ; } |
5,175 | gets the value of the requestdate property . concode_field_sep XMLGregorianCalendar requestDate concode_elem_sep String actionMessage concode_elem_sep String actionId concode_elem_sep long serialVersionUID concode_elem_sep XMLGregorianCalendar actionDate concode_field_sep XMLGregorianCalendar getActionDate concode_elem... | XMLGregorianCalendar function ( ) { return requestDate ; } |
5,176 | convinence instantiator . concode_field_sep int size concode_elem_sep Node<T> root concode_elem_sep int maxKeyLen concode_elem_sep T value concode_elem_sep T value concode_elem_sep CharSequence key concode_elem_sep Map<Character,Node<T>> nextMap concode_field_sep Map<Character,Node<T>> newNodeMap concode_elem_sep Map<C... | Entry < T > function ( CharSequence arg0 , T arg1 ) { if ( arg1 == null || arg0 == null ) return null ; return new Entry < T > ( arg0 , arg1 ) ; } |
5,177 | returns the advertising flags indicating the discoverable mode and capability of the device . returns -1 if the flag field is not set . concode_field_sep int DATA_TYPE_FLAGS concode_elem_sep int mAdvertiseFlags concode_elem_sep byte[] mBytes concode_elem_sep int DATA_TYPE_SERVICE_UUIDS_32_BIT_COMPLETE concode_elem_sep ... | int function ( ) { return mAdvertiseFlags ; } |
5,178 | listen for any editors to become `` dirty '' so that the label can dictate the change concode_field_sep EditorViewer _viewer concode_field_sep void pageActivated concode_elem_sep void pageClosed concode_elem_sep void partInputChanged concode_elem_sep void perspectiveActivated concode_elem_sep void partHidden concode_el... | void function ( Object arg0 , int arg1 ) { switch ( arg1 ) { case EditorPart . PROP_DIRTY : case EditorPart . PROP_TITLE : if ( arg0 instanceof IEditorPart ) { IFile loc0 = ( IFile ) ( ( IEditorPart ) arg0 ) . getEditorInput ( ) . getAdapter ( IFile . class ) ; if ( loc0 != null ) _viewer . refresh ( loc0 ) ; } break ;... |
5,179 | transform the given point from object space to world space . a new point3 object is returned . concode_field_sep Shader[] shaders concode_elem_sep Matrix4 o2w concode_elem_sep Matrix4 w2o concode_elem_sep BoundingBox bounds concode_elem_sep Geometry geometry concode_elem_sep Modifier[] modifiers concode_field_sep Shade... | Point3 function ( Point3 arg0 ) { return o2w == null ? new Point3 ( arg0 ) : o2w . transformP ( arg0 ) ; } |
5,180 | returns callback url for this token applicable just to request tokens concode_field_sep ConcurrentHashMap<String,Token> accessTokenByTokenString concode_elem_sep String owner concode_elem_sep ConcurrentHashMap<String,Consumer> consumerByConsumerKey concode_elem_sep Set<String> roles concode_elem_sep String secret conco... | String function ( ) { return callbackUrl ; } |
5,181 | destroys all vms running in the host . concode_field_sep List<? extends Pe> peList concode_elem_sep ArrayList<Integer> vmQueue concode_elem_sep List<Vm> vmsMigratingIn concode_elem_sep RamProvisioner ramProvisioner concode_elem_sep VmScheduler vmScheduler concode_elem_sep List<? extends Vm> vmList concode_elem_sep Data... | void function ( ) { vmDeallocateAll ( ) ; for ( Vm loc0 : getVmList ( ) ) { loc0 . setHost ( null ) ; } getVmList ( ) . clear ( ) ; } |
5,182 | allows subclasses to modify the login form url that should be applicable for a given request . concode_field_sep String loginFormUrl concode_elem_sep boolean forceHttps concode_elem_sep boolean useForward concode_elem_sep Log logger concode_elem_sep RedirectStrategy redirectStrategy concode_elem_sep PortMapper portMapp... | String function ( HttpServletRequest arg0 , HttpServletResponse arg1 , AuthenticationException arg2 ) { return getLoginFormUrl ( ) ; } |
5,183 | gets the value of the types property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is not a set method for the types property . for example , to add a new item , do as fol... | List < LabelType > function ( ) { if ( types == null ) { types = new ArrayList < LabelType > ( ) ; } return this . types ; } |
5,184 | this method resets the local properties to a state where no properties are given . concode_field_sep Ordering ordering concode_elem_sep FieldSet groupedFields concode_field_sep void setGroupedFields concode_elem_sep boolean isMetBy concode_elem_sep void setOrdering concode_elem_sep boolean isTrivial concode_elem_sep vo... | void function ( ) { this . ordering = null ; this . groupedFields = null ; } |
5,185 | dismiss the dialog when the user press the back button concode_field_sep OnCancelListener onCancelListener concode_elem_sep Animation outAnim concode_elem_sep ViewGroup contentContainer concode_elem_sep ViewGroup rootView concode_elem_sep Holder holder concode_elem_sep OnDismissListener onDismissListener concode_elem_s... | void function ( DialogPlus arg0 ) { if ( onCancelListener != null ) { onCancelListener . onCancel ( DialogPlus . this ) ; } dismiss ( ) ; } |
5,186 | set the timeout value . concode_field_sep DateTimeRfc1123 ocpDate concode_elem_sep String clientRequestId concode_elem_sep Boolean returnClientRequestId concode_elem_sep Integer timeout concode_field_sep DateTime ocpDate concode_elem_sep PoolAddOptions withReturnClientRequestId concode_elem_sep PoolAddOptions withOcpDa... | PoolAddOptions function ( Integer arg0 ) { this . timeout = arg0 ; return this ; } |
5,187 | returns true if the given state is currently active otherwise false . concode_field_sep boolean equal concode_elem_sep boolean not concode_elem_sep boolean or concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep boolean and concode_elem_sep int nextStateIndex concode_elem_sep boolean notequal concode_elem_sep ... | boolean function ( State arg0 ) { switch ( arg0 ) { case main_region_StateA : return stateVector [ 0 ] == State . main_region_StateA ; case main_region_StateB : return stateVector [ 0 ] == State . main_region_StateB ; default : return false ; } } |
5,188 | gets hits . concode_field_sep int hits concode_elem_sep int misses concode_elem_sep int reads concode_elem_sep int writes concode_field_sep void setWrites concode_elem_sep int getReads concode_elem_sep int getWrites concode_elem_sep int getMisses concode_elem_sep void setMisses concode_elem_sep void setHits concode_ele... | int function ( ) { return hits ; } |
5,189 | if called from the fx application thread invokes a runnable directly blocking the calling code otherwise uses platform.runlater without blocking concode_field_sep Set<Object> eventLoopKeys concode_elem_sep AtomicBoolean isRunning concode_field_sep WritablePixelFormat<IntBuffer> getAssociatedPixelFormat concode_elem_sep... | void function ( Runnable arg0 ) { if ( Platform . isFxApplicationThread ( ) ) { arg0 . run ( ) ; } else { Platform . runLater ( arg0 ) ; } } |
5,190 | returns this vector multiplied by c concode_field_sep double x concode_elem_sep double y concode_field_sep Vector2 unit concode_elem_sep Vector2 set concode_elem_sep Vector2 shortenLength concode_elem_sep double length concode_elem_sep Vector2 diff concode_elem_sep Vector2 diff | Vector2 function ( Double arg0 ) { Vector2 loc0 = new Vector2 ( this . x * arg0 , this . y * arg0 ) ; return loc0 ; } |
5,191 | access a parameter from a parameter map concode_field_sep String m_Line concode_elem_sep AttributeParameterHolder[] EMPTY_ARRAY concode_elem_sep Class THIS_CLASS concode_field_sep Float getFloatParameter concode_elem_sep Float getFloatParameter concode_elem_sep T getEnumParameter concode_elem_sep T getEnumParameter con... | Double function ( String arg0 ) { String loc0 = getParameter ( arg0 ) ; if ( loc0 == null || "srini_string" . equals ( loc0 ) ) return null ; return new Double ( loc0 ) ; } |
5,192 | enables/disables ssl for this endpoint . if ssl is enabled it requires ssl certificate information that can be configured with #setsslcertificateinfo string , string concode_field_sep String contextPath concode_elem_sep Server server concode_elem_sep String sslKeystorePassword concode_elem_sep boolean isSSLEnabled conc... | void function ( boolean arg0 ) { isSSLEnabled = arg0 ; } |
5,193 | returns a new object with rotated image data by 45 degrees counterclockwise . only callable if #isrotatesupported is true . concode_field_sep BitMatrix matrix concode_elem_sep Binarizer binarizer concode_field_sep BinaryBitmap rotateCounterClockwise concode_elem_sep boolean isCropSupported concode_elem_sep int getHeigh... | BinaryBitmap function ( ) { LuminanceSource loc0 = binarizer . getLuminanceSource ( ) . rotateCounterClockwise45 ( ) ; return new BinaryBitmap ( binarizer . createBinarizer ( loc0 ) ) ; } |
5,194 | the id of the ebs volume . concode_field_sep String volumeId concode_elem_sep Boolean deleteOnTermination concode_field_sep Boolean isDeleteOnTermination concode_elem_sep Boolean getDeleteOnTermination concode_elem_sep EbsInstanceBlockDeviceSpecification withVolumeId concode_elem_sep int hashCode concode_elem_sep void ... | String function ( ) { return volumeId ; } |
5,195 | moves this particle in a straight line based on its velocity for the specified amount of time . concode_field_sep double vx concode_elem_sep double vy concode_elem_sep Color color concode_elem_sep double INFINITY concode_elem_sep double rx concode_elem_sep double ry concode_elem_sep double mass concode_elem_sep int cou... | void function ( double arg0 ) { rx += vx * arg0 ; ry += vy * arg0 ; } |
5,196 | returns the width of the given unicode string . concode_field_sep PDFontDescriptor fontDescriptor concode_elem_sep Matrix DEFAULT_FONT_MATRIX concode_elem_sep FontMetrics afmStandard14 concode_elem_sep COSDictionary dict concode_elem_sep List<Integer> widths concode_elem_sep CMap toUnicodeCMap concode_elem_sep float fo... | float function ( String arg0 ) { byte [ ] loc0 = encode ( arg0 ) ; ByteArrayInputStream loc1 = new ByteArrayInputStream ( loc0 ) ; float loc2 = 0 ; while ( loc1 . available ( ) > 0 ) { int loc3 = readCode ( loc1 ) ; loc2 += getWidth ( loc3 ) ; } return loc2 ; } |
5,197 | get a read lock concode_field_sep Lock readLock concode_elem_sep ReentrantReadWriteLock readWriteLock concode_elem_sep KeyStoreProvider provider concode_elem_sep Lock writeLock concode_field_sep SecretKey getSecretKey concode_elem_sep Key getKey concode_elem_sep void setSecretKey concode_elem_sep void prepareForMasterP... | void function ( ) { readLock . lock ( ) ; } |
5,198 | method that returns the user notice requested concode_field_sep INoticeRepositoryMobile repNotice concode_field_sep int existNotice concode_elem_sep NoticeMobile getNoticeSMS concode_elem_sep List<NoticeMobile> getNoticesCourse concode_elem_sep List<NoticeMobile> getNoticesAmadeus concode_elem_sep void addNotice concod... | NoticeMobile function ( int arg0 , String arg1 ) { return repNotice . getNotice ( arg0 , arg1 ) ; } |
5,199 | returns the name of the problem set . your agent does not need to use this method . concode_field_sep String name concode_elem_sep ArrayList<RavensProblem> problems concode_field_sep void loadProblem concode_elem_sep void loadProblemSet concode_elem_sep ArrayList<RavensProblem> getProblems | String function ( ) { return name ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.