idx int64 0 100k | question stringlengths 68 7.19k | target stringlengths 20 663 |
|---|---|---|
8,700 | sets the value of the answer property . concode_field_sep AMLCDDOBOnlineAnswer answer concode_field_sep AMLCDDOBOnlineAnswer getAnswer | void function ( AMLCDDOBOnlineAnswer arg0 ) { this . answer = arg0 ; } |
8,701 | partitions of the hostname of the url by '' . '' concode_field_sep Pattern IP_PATTERN concode_field_sep String toASCII concode_elem_sep String getPage concode_elem_sep String toUNICODE concode_elem_sep URL fixPureQueryTargets concode_elem_sep URL resolveURL concode_elem_sep String getHost concode_elem_sep URL fixEmbedd... | String [ ] function ( URL arg0 ) { String loc0 = arg0 . getHost ( ) ; if ( IP_PATTERN . matcher ( loc0 ) . matches ( ) ) return new String [ ] { loc0 } ; return loc0 . split ( "srini_string" ) ; } |
8,702 | create and setup the ejb client context backed by the remoting receiver concode_field_sep String MODULE_NAME concode_elem_sep String APP_NAME concode_elem_sep TransactionManager txManager concode_elem_sep TransactionSynchronizationRegistry txSyncRegistry concode_elem_sep Logger logger concode_field_sep void testClientT... | void function ( ) { final EJBClientTransactionContext loc0 = EJBClientTransactionContext . create ( txManager , txSyncRegistry ) ; EJBClientTransactionContext . setGlobalContext ( loc0 ) ; } |
8,703 | sets the value of the defaultidentitystoreid property . concode_field_sep String defaultAttributeStoreId concode_elem_sep ExternalConfigType externalConfig concode_elem_sep OptionsType options concode_elem_sep IdentityStoreMappingsType identityStoreMappings concode_elem_sep String id concode_elem_sep String clazz conco... | void function ( String arg0 ) { this . defaultIdentityStoreId = arg0 ; } |
8,704 | sets the application render manager reference and creates a new on demand render for this session id . concode_field_sep Log log concode_elem_sep long PROCCESS_SLEEP_LENGTH concode_elem_sep OutputProgressModel outputProgressModel concode_elem_sep OutputProgressModel ouputProgressModel concode_elem_sep PersistentFacesSt... | void function ( RenderManager arg0 ) { this . renderManager = arg0 ; sessionId = FacesContext . getCurrentInstance ( ) . getExternalContext ( ) . getSession ( false ) . toString ( ) ; arg0 . getOnDemandRenderer ( sessionId ) . add ( this ) ; } |
8,705 | install a mousewheelcurrentpagelistener as a mousewheellistener concode_field_sep JScrollPane scrollpane concode_elem_sep CurrentPageChanger currentPageChanger concode_elem_sep boolean calculatingCurrentPage concode_field_sep void uninstall concode_elem_sep void mouseWheelMoved | Object function ( JScrollPane arg0 , CurrentPageChanger arg1 ) { MouseWheelCurrentPageListener loc0 = null ; if ( arg0 != null && arg1 != null ) { loc0 = new MouseWheelCurrentPageListener ( arg0 , arg1 ) ; arg0 . addMouseWheelListener ( loc0 ) ; } return loc0 ; } |
8,706 | returns the string property value , or def if there 's no such property concode_field_sep TreeProperties properties concode_field_sep String getLocalized concode_elem_sep String getLocalized concode_elem_sep TreeProperties getProperties concode_elem_sep File getFile concode_elem_sep File getFile | String function ( String arg0 , String arg1 ) { String loc0 ; try { loc0 = getProperties ( ) . getProperty ( arg0 ) ; if ( loc0 == null ) loc0 = arg1 ; } catch ( Exception loc1 ) { loc0 = arg1 ; } return loc0 ; } |
8,707 | updates the jurys in the database or adds it if it does not yet exist . also notifies the appropriate model listeners . concode_field_sep JurysLocalService _jurysLocalService concode_field_sep com.jio.portlet.jurys.model.Jurys getJurys concode_elem_sep void setWrappedService concode_elem_sep int getJurysesCount concode... | com . jio . portlet . arg0 . model . Jurys function ( com . jio . portlet . arg0 . model . Jurys arg0 ) { return _jurysLocalService . updateJurys ( arg0 ) ; } |
8,708 | getter method for the status concode_field_sep String alertContents concode_elem_sep List<AlertVO> circleNameList concode_elem_sep boolean editCapability concode_elem_sep String retailer concode_elem_sep String circleName concode_elem_sep String description concode_elem_sep boolean viewCapability concode_elem_sep int s... | String function ( ) { return status ; } |
8,709 | retrieves the file system to use for the environment . if running in an archive a zip file system is returned . otherwise the @linkplain filesystems #getdefault default is returned . concode_field_sep JarFile JAR_FILE concode_elem_sep FileSystem FILE_SYSTEM concode_field_sep void run concode_elem_sep ResourceLoader get... | FileSystem function ( ) { return Holder . FILE_SYSTEM ; } |
8,710 | returns the number of beings who will gaze at the palantiri . concode_field_sep int mNumberOfPalantiri concode_elem_sep int mLeaseDuration concode_elem_sep Options mUniqueInstance concode_elem_sep int mNumberOfBeings concode_elem_sep boolean mDiagnosticsEnabled concode_elem_sep int mGazingIterations concode_field_sep b... | int function ( ) { return mNumberOfBeings ; } |
8,711 | we use sax approach concode_field_sep QName xmlType concode_field_sep void serialize concode_elem_sep Element writeSchema | String function ( ) { return Constants . AXIS_SAX ; } |
8,712 | gets the value of the uzavreni property . concode_field_sep TJineUdaje jineUdaje concode_elem_sep TUzavreni uzavreni concode_elem_sep TPopis popis concode_elem_sep TIdentifikace identifikace concode_elem_sep TPristupnost pristupnost concode_elem_sep TTrideniSoucasti trideni concode_elem_sep TPuvodSeskupeni puvod concod... | TUzavreni function ( ) { return uzavreni ; } |
8,713 | converts a byte array to a long . concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] longToBytes concode_elem_sep byte[] doubleToBytes concode_elem_sep byte[] floatToBytes concode_elem_sep short bytesToShort concode_elem_sep short bytesToShort concode_elem_sep byte[] shortToBytes concode_elem_sep boolea... | long function ( byte [ ] arg0 ) { int loc0 = ( arg0 [ 0 ] << 24 ) | ( ( arg0 [ 1 ] & 0xff ) << 16 ) | ( ( arg0 [ 2 ] & 0xff ) << 8 ) | ( arg0 [ 3 ] & 0xff ) ; int loc1 = ( arg0 [ 4 ] << 24 ) | ( ( arg0 [ 5 ] & 0xff ) << 16 ) | ( ( arg0 [ 6 ] & 0xff ) << 8 ) | ( arg0 [ 7 ] & 0xff ) ; return ( ( ( long ) loc0 ) << 32 ) |... |
8,714 | sets the value of the decisioncriteria property . concode_field_sep BigInteger identifier concode_elem_sep String creditClass concode_elem_sep String creditApplicationReferenceNumber concode_elem_sep String decisionCriteria concode_elem_sep String description concode_elem_sep long serialVersionUID concode_elem_sep BigI... | void function ( String arg0 ) { this . decisionCriteria = arg0 ; } |
8,715 | set limits on results to return . the execution of the query is modified to return only a subset of results . if the filter would normally return 100 instances , skip is set to 50 , and limit is set to 40 , then the first 50 results that would have been returned are skipped , the next 40 results are returned and the re... | void function ( long arg0 , long arg1 ) { if ( arg0 < 0 || arg1 < 0 ) { throw new ClusterJUserException ( local . message ( "srini_string" , arg0 , arg1 ) ) ; } this . skip = arg0 ; if ( Long . MAX_VALUE - arg0 < arg1 ) { arg1 = Long . MAX_VALUE ; } else { this . limit = arg1 + arg0 ; } } |
8,716 | adds a float 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 String escapeString concod... | JSONBuilder function ( String arg0 , float arg1 ) { appendCommaAndKey ( arg0 ) ; params . append ( arg1 ) ; return this ; } |
8,717 | sets the value of the policysetdefaults property . concode_field_sep List<JAXBElement<?>> policySetOrPolicyOrPolicySetIdReference concode_elem_sep String policyCombiningAlgId concode_elem_sep AdviceExpressionsType adviceExpressions concode_elem_sep String description concode_elem_sep ObligationExpressionsType obligatio... | void function ( DefaultsType arg0 ) { this . policySetDefaults = arg0 ; } |
8,718 | see layoutstate #has_new_layout . concode_field_sep CSSNode mParent concode_elem_sep CSSNode nextAbsoluteChild concode_elem_sep CSSStyle style concode_elem_sep ArrayList<CSSNode> mChildren concode_elem_sep int lineIndex concode_elem_sep MeasureFunction mMeasureFunction concode_elem_sep CachedCSSLayout lastLayout concod... | boolean function ( ) { return mLayoutState == LayoutState . HAS_NEW_LAYOUT ; } |
8,719 | set whether to use direct reference to refer to this token concode_field_sep String identifier concode_elem_sep String wsseValueType concode_elem_sep boolean useKeyIdentifier concode_elem_sep boolean useDirectReference concode_elem_sep String wsse11TokenType concode_field_sep void setWsse11TokenType concode_elem_sep vo... | void function ( boolean arg0 ) { this . useDirectReference = arg0 ; } |
8,720 | attribute . concode_field_sep List<Integer> indexValues concode_elem_sep int numberAttributes concode_elem_sep List<Attribute> attributes concode_elem_sep Attribute defaultNumericAttribute concode_field_sep void add concode_elem_sep int locateIndex concode_elem_sep void setAttributes concode_elem_sep void setAttributes... | Attribute function ( int arg0 ) { if ( this . attributes == null ) { return defaultNumericAttribute ( ) ; } int loc0 = locateIndex ( arg0 ) ; if ( loc0 == - 1 ) { return defaultNumericAttribute ( ) ; } return attributes . get ( loc0 ) ; } |
8,721 | detects a qr code in an image . concode_field_sep BitMatrix image concode_elem_sep ResultPointCallback resultPointCallback concode_field_sep float sizeOfBlackWhiteBlackRunBothWays concode_elem_sep BitMatrix sampleGrid concode_elem_sep float sizeOfBlackWhiteBlackRun concode_elem_sep AlignmentPattern findAlignmentInRegio... | DetectorResult function ( ) { return detect ( null ) ; } |
8,722 | returns the date of the last day of the current month concode_field_sep int DAYS_TILL_END_OF_WEEK concode_field_sep Calendar endOfWeek concode_elem_sep Calendar dateToCalendar concode_elem_sep String format concode_elem_sep int currentMonth concode_elem_sep Calendar beginningOfMonth concode_elem_sep Calendar endOfMonth... | Calendar function ( ) { return endOfMonth ( now ( ) ) ; } |
8,723 | returns the name of the namedformula concode_field_sep String name concode_elem_sep Formula formula concode_field_sep String toString concode_elem_sep Formula getFormula | String function ( ) { return name ; } |
8,724 | gets the internal name of the hardware . concode_field_sep int numCores concode_elem_sep Context ctx concode_elem_sep String hardware concode_elem_sep int variant concode_elem_sep String part concode_elem_sep String processorInfo concode_elem_sep String features concode_elem_sep int revision concode_elem_sep String imp... | String function ( ) { return hardware ; } |
8,725 | info log message with printf formatting . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d con... | void function ( String arg0 , String arg1 , Object ... arg2 ) { if ( LOG . INFO >= LOGLEVEL ) Log . i ( arg0 , String . format ( arg1 , arg2 ) ) ; } |
8,726 | runs after the builder completes , and performs a tear down . this method is invoked even when the build failed , so that the clean up operation can be performed regardless of the build result for example , you 'll want to stop application server even if a build fails . concode_field_sep PlaceHolder placeHolder concode... | boolean function ( AbstractBuild arg0 , BuildListener arg1 ) { return true ; } |
8,727 | the qualifiedcertificate constraint is to be applied to the main signature or timestamp signer 's certificate before considering it as valid for the intended use . / / @param istimestamp indicates if this is a timestamp signing certificate or main signature signing certificate . concode_field_sep ValidationPolicy const... | boolean function ( final XmlDom arg0 ) { return process ( arg0 ) ; } |
8,728 | some basic checks for the removerow method . concode_field_sep double EPSILON concode_field_sep void testGetValue2 concode_elem_sep void testColumnCount concode_elem_sep void testRowCount concode_elem_sep void testSparsePopulation concode_elem_sep void testSerialization concode_elem_sep void testRemoveValueBug1690654 c... | void function ( ) { DefaultKeyedValues2D loc0 = new DefaultKeyedValues2D ( ) ; boolean loc1 = false ; try { loc0 . removeRow ( 0 ) ; } catch ( IndexOutOfBoundsException loc2 ) { loc1 = true ; } assertTrue ( loc1 ) ; } |
8,729 | simple hashage function concode_field_sep PlaceHolder placeHolder concode_field_sep void writeFileFromMapAtomic concode_elem_sep void writeFileFromPair concode_elem_sep int getFileNumberLine concode_elem_sep List<String> splitByLineFile concode_elem_sep void initializeResDirectory concode_elem_sep ExecutorService fixed... | long function ( final String arg0 ) { long loc0 = 7 ; for ( int loc1 = 0 ; loc1 < arg0 . length ( ) ; loc1 ++ ) { loc0 = loc0 * 31 + ( arg0 . charAt ( loc1 ) ) ; } return loc0 ; } |
8,730 | gets the value of the prixht property . concode_field_sep String rendezvous concode_elem_sep Long id concode_elem_sep Double prixHT concode_elem_sep String cookies concode_field_sep void setCookies concode_elem_sep String getRendezvous concode_elem_sep void setRendezvous concode_elem_sep String getCookies concode_elem_... | Double function ( ) { return prixHT ; } |
8,731 | get custom deserializer concode_field_sep java.lang.Integer startIndex concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.Integer numberResults concode_elem_sep boolean __hashCodeCalc concode_field_sep void setNumberResults concode_el... | org . apache . axis . encoding . Deserializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanDeserializer ( arg1 , arg2 , typeDesc ) ; } |
8,732 | get a string from the underlying resource bundle and format it with the given object arguments . these arguments can of course be string objects . concode_field_sep Hashtable managers concode_elem_sep ResourceBundle bundle concode_elem_sep org.apache.juli.logging.Log log concode_field_sep StringManager getManager conco... | String function ( String arg0 , Object arg1 , Object arg2 ) { Object [ ] loc0 = new Object [ ] { arg1 , arg2 } ; return getString ( arg0 , loc0 ) ; } |
8,733 | gets the restrict to associations . concode_field_sep List<QualifierNameValuePair> restrictToAssociationsQualifiers concode_elem_sep Boolean restrictToAnonymous concode_elem_sep String code concode_elem_sep List<ConceptReference> restrictToTargetCodes concode_elem_sep long serialVersionUID concode_elem_sep List<String>... | List < String > function ( ) { return restrictToAssociations ; } |
8,734 | gets the ping interval in seconds concode_field_sep String password concode_elem_sep String IpAddress concode_elem_sep int ping concode_elem_sep String ipAddress concode_elem_sep int polling concode_elem_sep String userName concode_elem_sep int retryPolling concode_field_sep void setPassword concode_elem_sep String get... | int function ( ) { return ping ; } |
8,735 | returns the mean . concode_field_sep Number q1 concode_elem_sep Number q3 concode_elem_sep long serialVersionUID concode_elem_sep Number median concode_elem_sep Number minRegularValue concode_elem_sep Number mean concode_elem_sep Number minOutlier concode_elem_sep Number maxRegularValue concode_elem_sep List outliers c... | Number function ( ) { return this . mean ; } |
8,736 | return the double value of the volume from the value received in the ipcontrol response . concode_field_sep double MIN_DB_VOLUME concode_elem_sep String IP_CONTROL_VOLUME_DEFAULT_VALUE concode_elem_sep DecimalFormat FORMATTER concode_elem_sep String IP_CONTROL_VOLUME_FORMAT concode_elem_sep double MAX_IP_CONTROL_VOLUME... | double function ( String arg0 ) { double loc0 = Double . parseDouble ( arg0 ) ; return ( ( loc0 - 1d ) / 2d ) - MIN_DB_VOLUME ; } |
8,737 | a unique identifier in the format region : guid . concode_field_sep java.util.Date lastModifiedDate concode_elem_sep String identityId concode_elem_sep java.util.Date creationDate concode_elem_sep java.util.List<String> logins concode_field_sep String getIdentityId concode_elem_sep DescribeIdentityResult withIdentityId... | void function ( String arg0 ) { this . identityId = arg0 ; } |
8,738 | invoked when the mouse enters a component . concode_field_sep Point lastMousePosition concode_elem_sep DocumentViewModel documentViewModel concode_elem_sep AbstractDocumentView parentComponent concode_elem_sep DocumentViewController documentViewController concode_field_sep void mouseReleased concode_elem_sep void insta... | void function ( MouseEvent arg0 ) { } |
8,739 | zero points is not enough observed points . concode_field_sep double[][] DATASET5 concode_elem_sep double[][] DATASET2 concode_elem_sep double[][] DATASET4 concode_elem_sep double[][] DATASET1 concode_elem_sep double[][] DATASET3 concode_field_sep void testFit04 concode_elem_sep void testFit03 concode_elem_sep void tes... | void function ( ) { GaussianFitter loc0 = new GaussianFitter ( new LevenbergMarquardtOptimizer ( ) ) ; loc0 . fit ( ) ; } |
8,740 | sets the value of the show property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep String type concode_elem_sep String title concode_elem_sep String uuidref... | void function ( String arg0 ) { this . show = arg0 ; } |
8,741 | by default , transient and derived references are never copied , and containment references always are copied . concode_field_sep Map nameFeatureMap concode_elem_sep Object NULL_TOKEN concode_field_sep boolean shouldOverrideCopyOperation concode_elem_sep void setName concode_elem_sep boolean canContain concode_elem_sep... | boolean function ( EObject arg0 , EReference arg1 , Object arg2 ) { if ( ( arg1 . isTransient ( ) ) || ( arg1 . isDerived ( ) ) ) { return false ; } else { return arg1 . isContainment ( ) ; } } |
8,742 | creates action s for a node , using all registered transientcomputeractionfactory s. concode_field_sep PlaceHolder placeHolder concode_field_sep ExtensionList<TransientComputerActionFactory> all concode_elem_sep Collection<? extends Action> createFor | List < Action > function ( Computer arg0 ) { List < Action > loc0 = new ArrayList < Action > ( ) ; for ( TransientComputerActionFactory loc1 : all ( ) ) { loc0 . addAll ( loc1 . createFor ( arg0 ) ) ; } return loc0 ; } |
8,743 | gets the zathura version . concode_field_sep String guiName concode_elem_sep IZathuraGenerator zathuraGenerator concode_elem_sep String zathuraVersion concode_elem_sep String name concode_elem_sep String description concode_elem_sep String persistence concode_field_sep void setName concode_elem_sep String getGuiName co... | String function ( ) { return zathuraVersion ; } |
8,744 | returns true if this setting was persisted . concode_field_sep int FLAG_CLEAR_PREVIOUSLY_PERSISTED_SETTINGS concode_elem_sep int DOWNLOAD_BANDWIDTH concode_elem_sep int set concode_elem_sep int DEFAULT_INITIAL_WINDOW_SIZE concode_elem_sep int UPLOAD_BANDWIDTH concode_elem_sep int CLIENT_CERTIFICATE_VECTOR_SIZE concode_... | boolean function ( int arg0 ) { int loc0 = 1 << arg0 ; return ( persisted & loc0 ) != 0 ; } |
8,745 | sets the value of the province property . concode_field_sep String city concode_elem_sep String postalCode concode_elem_sep String county concode_elem_sep String geoCode concode_elem_sep String zip4 concode_elem_sep long serialVersionUID concode_elem_sep String type concode_elem_sep String countyCode concode_elem_sep S... | void function ( String arg0 ) { this . province = arg0 ; } |
8,746 | push an array or object scope . concode_field_sep char mode concode_elem_sep boolean comma concode_elem_sep int top concode_elem_sep int maxdepth concode_elem_sep Writer writer concode_elem_sep JSONObject stack[] concode_field_sep void pop concode_elem_sep JSONWriter array concode_elem_sep JSONWriter end concode_elem_s... | void function ( JSONObject arg0 ) { if ( this . top >= maxdepth ) { throw new JSONException ( "srini_string" ) ; } this . stack [ this . top ] = arg0 ; this . mode = arg0 == null ? 'a' : 'k' ; this . top += 1 ; } |
8,747 | returns the description concode_field_sep String minCliVersion concode_elem_sep String loggingEndpoint concode_elem_sep String description concode_elem_sep String appSshHostKeyFingerprint concode_elem_sep String authorizationEndpoint concode_elem_sep Integer version concode_elem_sep String tokenEndpoint concode_elem_se... | String function ( ) { return this . description ; } |
8,748 | return the arbitrary object that will be ` handed back ' as-is by an javax.management.notificationbroadcaster when notifyingany javax.management.notificationlistener . concode_field_sep Set<Object> mappedObjectNames concode_elem_sep NotificationListener notificationListener concode_elem_sep NotificationFilter notificat... | Object function ( ) { return this . handback ; } |
8,749 | sets the address of the server to communicate with . concode_field_sep boolean useTCP concode_elem_sep InetSocketAddress address concode_elem_sep int uniqueID concode_elem_sep String defaultResolver concode_elem_sep InetSocketAddress localAddress concode_elem_sep int DEFAULT_PORT concode_elem_sep long timeoutValue conc... | void function ( InetSocketAddress arg0 ) { address = arg0 ; } |
8,750 | githubprofile reject get assets with no friends . concode_field_sep PlaceHolder placeHolder concode_field_sep void rejectGetAssetWithNotExistFile concode_elem_sep void rejectsYamlWithoutReleaseScript concode_elem_sep void rejectGetAssetWithWrongRepo concode_elem_sep void acceptsYamlWithOnlyMerge concode_elem_sep Repo r... | void function ( ) { } |
8,751 | multiply every component in the given real array by the given real number . the change is made in place . concode_field_sep int[] POWERS_OF_TWO concode_field_sep int exactLog2 concode_elem_sep double[][] createRealImaginaryArray concode_elem_sep Complex[] createComplexArray | double [ ] function ( double [ ] arg0 , double arg1 ) { for ( int loc0 = 0 ; loc0 < arg0 . length ; loc0 ++ ) { arg0 [ loc0 ] *= arg1 ; } return arg0 ; } |
8,752 | gets the value of the code property . concode_field_sep String code concode_field_sep void setCode | String function ( ) { return code ; } |
8,753 | returns an ordered range of all the d m _ t h o n x o ms. useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end to com.liferay.portal.kernel.dao.o... | java . util . List < vn . dtt . cmon . dm . dao . model . DM_THONXOM > function ( int arg0 , int arg1 , com . liferay . portal . kernel . util . OrderByComparator arg2 ) { return getPersistence ( ) . findAll ( arg0 , arg1 , arg2 ) ; } |
8,754 | map an iaikexception to a moaexception . concode_field_sep Object[][] MESSAGES concode_elem_sep Map messages concode_elem_sep IaikExceptionMapper instance concode_elem_sep Class[] CONSTRUCTOR_ARGS concode_elem_sep Class moaExceptionClass concode_elem_sep String messageId concode_field_sep MOAException createMoaExceptio... | MOAException function ( IAIKException arg0 ) { return mapImpl ( arg0 ) ; } |
8,755 | allow comment events concode_field_sep boolean allowPrefixMappings concode_elem_sep boolean allowIgnorableWhitespace concode_elem_sep boolean allowProcessingInstructions concode_elem_sep boolean allowDTDs concode_elem_sep boolean allowCDATA concode_elem_sep boolean allowDocuments concode_elem_sep ContentHandler content... | SAXFilter function ( ) { this . allowComments = true ; return this ; } |
8,756 | exactly the same as setauthfunctionbeans string , list other than taking an open connection to identify the database . concode_field_sep AuthBeanMultiplexer singleton concode_elem_sep Map<String,List<AuthFunctionBean>> beans concode_elem_sep FrameworkLogger logger concode_field_sep String getUniqueNameFor concode_elem_... | void function ( Connection arg0 , AuthFunctionBean arg1 ) { setAuthFunctionBeans ( getUniqueNameFor ( arg0 ) , Collections . singletonList ( arg1 ) ) ; } |
8,757 | tests if this object is equal to another . concode_field_sep long serialVersionUID concode_elem_sep Number x concode_elem_sep Number y concode_field_sep Number getX concode_elem_sep void setY concode_elem_sep void setY concode_elem_sep Number getY concode_elem_sep double getYValue concode_elem_sep int hashCode concode_... | boolean function ( Object arg0 ) { if ( arg0 == this ) { return true ; } if ( ! ( arg0 instanceof XYDataItem ) ) { return false ; } XYDataItem loc0 = ( XYDataItem ) arg0 ; if ( ! this . x . equals ( loc0 . x ) ) { return false ; } if ( ! ObjectUtilities . equal ( this . y , loc0 . y ) ) { return false ; } return true ;... |
8,758 | return an integer vendor id from a uri specifying a usb device . concode_field_sep URI DEFAULT_USB_DEVICE_URI concode_field_sep int productFromUri | int function ( URI arg0 ) { try { return Integer . parseInt ( arg0 . getAuthority ( ) , 16 ) ; } catch ( NumberFormatException loc0 ) { throw new DataSourceResourceException ( "srini_string" + DEFAULT_USB_DEVICE_URI + "srini_string" + arg0 + "srini_string" ) ; } } |
8,759 | exercise 3 replace every word in the list with its upper case equivalent . concode_field_sep PlaceHolder placeHolder concode_field_sep void runExercises concode_elem_sep void exercise5 concode_elem_sep void exercise4 concode_elem_sep void exercise2 concode_elem_sep void exercise1 concode_elem_sep void main | void function ( ) { List < String > loc0 = new ArrayList < > ( Arrays . asList ( "srini_string" , "srini_string" , "srini_string" , "srini_string" , "srini_string" , "srini_string" ) ) ; loc0 . replaceAll ( String :: toUpperCase ) ; loc0 . forEach ( System . out :: println ) ; } |
8,760 | sets the value of the snowflaked property . concode_field_sep String displayName concode_elem_sep Snowflaked snowflaked concode_elem_sep long serialVersionUID concode_elem_sep String id concode_elem_sep String attr concode_field_sep Snowflaked getSnowflaked concode_elem_sep String getDisplayName concode_elem_sep void s... | void function ( Snowflaked arg0 ) { this . snowflaked = arg0 ; } |
8,761 | sets the value of the strval property . concode_field_sep CTTLAnimVariantIntegerVal intVal concode_elem_sep CTTLAnimVariantFloatVal fltVal concode_elem_sep CTTLAnimVariantStringVal strVal concode_elem_sep CTTLAnimVariantBooleanVal boolVal concode_elem_sep CTColor clrVal concode_field_sep CTTLAnimVariantIntegerVal getIn... | void function ( CTTLAnimVariantStringVal arg0 ) { this . strVal = arg0 ; } |
8,762 | notifies ireviewmodelelementchangelistener implementing listeners . concode_field_sep ProjectManager projectManager concode_elem_sep List<IReviewModelElementChangeListener> listeners concode_elem_sep ReviewerIdManager reviewerIdManager concode_elem_sep String PHASE_INDIVIDUAL concode_elem_sep PhaseManager phaseManager ... | void function ( Object arg0 ) { for ( Iterator < IReviewModelElementChangeListener > loc0 = this . listeners . iterator ( ) ; loc0 . hasNext ( ) ; ) { loc0 . next ( ) . elementChanged ( arg0 ) ; } } |
8,763 | sets the value of the isbaseline property . concode_field_sep String riskName concode_elem_sep Integer activityObjectId concode_elem_sep Date lastUpdateDate concode_elem_sep String activityName concode_elem_sep Boolean isBaseline concode_elem_sep Integer riskObjectId concode_elem_sep String riskId concode_elem_sep Inte... | void function ( Boolean arg0 ) { this . isBaseline = arg0 ; } |
8,764 | standard handler routine for the xml parsing . concode_field_sep String JAXP_SCHEMA_LANGUAGE concode_elem_sep File schemaFile concode_elem_sep Logger logger concode_elem_sep String JAXP_SCHEMA_SOURCE concode_elem_sep String CONTEXT_SCHEMA_PROPERTY concode_elem_sep InputParser ipReference concode_elem_sep String W3C_XML... | void function ( SAXParseException arg0 ) { if ( logger . isLoggable ( Level . WARNING ) ) logger . warning ( "srini_string" + arg0 . getLineNumber ( ) + "srini_string" + arg0 . getMessage ( ) ) ; } |
8,765 | return the name of meter concode_field_sep String name concode_elem_sep MeterConfig config concode_elem_sep Logger logger concode_field_sep Map<String,DataSet> read concode_elem_sep MeterConfig getConfig | String function ( ) { return name ; } |
8,766 | write the extension to the deroutputstream . concode_field_sep List<GeneralName> names concode_field_sep GeneralNames add concode_elem_sep Iterator<GeneralName> iterator concode_elem_sep List<GeneralName> names concode_elem_sep int size concode_elem_sep int hashCode concode_elem_sep GeneralName get concode_elem_sep boo... | void function ( DerOutputStream arg0 ) { if ( isEmpty ( ) ) { return ; } DerOutputStream loc0 = new DerOutputStream ( ) ; for ( GeneralName loc1 : names ) { loc1 . encode ( loc0 ) ; } arg0 . write ( DerValue . tag_Sequence , loc0 ) ; } |
8,767 | relinquishes exclusive read access to the guacamole instruction stream . this function should be called whenever a thread finishes using a guacamoletunnel 's guacamolereader . concode_field_sep ReentrantLock writerLock concode_elem_sep ReentrantLock readerLock concode_field_sep boolean hasQueuedReaderThreads concode_el... | void function ( ) { readerLock . unlock ( ) ; } |
8,768 | return the reason about corrupted replica for a given block on a given dn concode_field_sep Map<Block,Map<DatanodeDescriptor,Reason>> corruptReplicasMap concode_field_sep Collection<DatanodeDescriptor> getNodes concode_elem_sep int size concode_elem_sep void addToCorruptReplicasMap concode_elem_sep int numCorruptReplic... | String function ( Block arg0 , DatanodeDescriptor arg1 ) { Reason loc0 = null ; if ( corruptReplicasMap . containsKey ( arg0 ) ) { if ( corruptReplicasMap . get ( arg0 ) . containsKey ( arg1 ) ) { loc0 = corruptReplicasMap . get ( arg0 ) . get ( arg1 ) ; } } if ( loc0 != null ) { return loc0 . toString ( ) ; } else { r... |
8,769 | adds a record to 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 int count concode_elem_sep... | void function ( Record arg0 ) { Name loc0 = arg0 . getName ( ) ; int loc1 = arg0 . getRRsetType ( ) ; synchronized ( this ) { RRset loc2 = findRRset ( loc0 , loc1 ) ; if ( loc2 == null ) { loc2 = new RRset ( arg0 ) ; addRRset ( loc0 , loc2 ) ; } else { loc2 . addRR ( arg0 ) ; } } } |
8,770 | helper method to access package private method to set datagramsocket needed for unit test concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder | void function ( AbstractGangliaSink arg0 , DatagramSocket arg1 ) { arg0 . setDatagramSocket ( arg1 ) ; } |
8,771 | dump all keys - values to log concode_field_sep long serialVersionUID concode_elem_sep ArrayList<K> m_keys concode_elem_sep ArrayList<V> m_values concode_field_sep ArrayList<V> getValues concode_elem_sep Set<Map.Entry<K,V>> entrySet concode_elem_sep boolean containsKey concode_elem_sep Collection<V> values concode_elem... | void function ( ) { CLogger loc0 = CLogger . getCLogger ( getClass ( ) ) ; loc0 . fine ( "srini_string" ) ; int loc1 = m_keys . loc1 ( ) ; for ( int loc2 = 0 ; loc2 < loc1 ; loc2 ++ ) { Object loc3 = m_keys . get ( loc2 ) ; Object loc4 = m_values . get ( loc2 ) ; loc0 . finest ( loc3 == null ? "srini_string" : loc3 . t... |
8,772 | find all private phenotypes associated with genes on a specific taxon and containing the valuesuri concode_field_sep LiteratureEvidenceDao literatureEvidenceDao concode_elem_sep PhenotypeAssociationDao phenotypeAssociationDao concode_elem_sep GenericExperimentDao genericExperimentDao concode_elem_sep ExperimentalEviden... | Map < String , Set < Integer >> function ( Taxon arg0 , Set < String > arg1 , String arg2 , Collection < String > arg3 , boolean arg4 , Collection < Long > arg5 , boolean arg6 ) { return this . phenotypeAssociationDao . findPrivatePhenotypesGenesAssociations ( arg0 , arg1 , arg4 , arg5 , arg6 ) ; } |
8,773 | a list of product codes . concode_field_sep String snapshotId concode_elem_sep com.amazonaws.internal.SdkInternalList<ProductCode> productCodes concode_elem_sep com.amazonaws.internal.SdkInternalList<CreateVolumePermission> createVolumePermissions concode_field_sep void setSnapshotId concode_elem_sep DescribeSnapshotAt... | java . util . List < ProductCode > function ( ) { if ( productCodes == null ) { productCodes = new com . amazonaws . internal . SdkInternalList < ProductCode > ( ) ; } return productCodes ; } |
8,774 | return the average skill value of the player scaled down to the scale used by the algorithm 's internal workings . concode_field_sep double workingVolatility concode_elem_sep double workingRatingDeviation concode_elem_sep double rating concode_elem_sep double workingRating concode_elem_sep double volatility concode_ele... | double function ( ) { return RatingCalculator . convertRatingToGlicko2Scale ( this . rating ) ; } |
8,775 | called when a shard is marked as inactive concode_field_sep PlaceHolder placeHolder concode_field_sep void afterIndexCreated concode_elem_sep void beforeIndexShardClosed concode_elem_sep void beforeIndexDeleted concode_elem_sep void beforeIndexClosed concode_elem_sep void shardRoutingChanged concode_elem_sep void befor... | void function ( IndexShard arg0 ) { } |
8,776 | get the current component name , or null if there is none . concode_field_sep String moduleName concode_elem_sep String componentName concode_elem_sep boolean compUsesModule concode_elem_sep String applicationName concode_field_sep String getApplicationName concode_elem_sep void getResourceValue concode_elem_sep boolea... | String function ( ) { return componentName ; } |
8,777 | f0 - > `` passarg '' f1 - > integerliteral f2 - > reg concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder | void function ( PassArgStmt arg0 ) { arg0 . f0 . accept ( this ) ; arg0 . f1 . accept ( this ) ; arg0 . f2 . accept ( this ) ; } |
8,778 | sets list of main actors . concode_field_sep String mediaCategory concode_elem_sep int quantity concode_elem_sep String mediaTitle concode_elem_sep String mediaYear concode_elem_sep String mediaType concode_elem_sep int mediaId concode_elem_sep double mediaCost concode_field_sep void setMediaCost concode_elem_sep int g... | boolean function ( ArrayList < String > arg0 ) { return false ; } |
8,779 | gets the image directory to use for the selectinputdate and tree theming . concode_field_sep String tempStyle concode_elem_sep String imageDirPath concode_elem_sep ArrayList styleList concode_elem_sep String cssPath concode_elem_sep String XP concode_elem_sep String currentStyle concode_elem_sep String RIME concode_ele... | String function ( ) { return ( ( StylePath ) styleMap . get ( currentStyle ) ) . imageDirPath ; } |
8,780 | check that the equals method can distinguish all fields . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testSerialization | void function ( ) { ArrowNeedle loc0 = new ArrowNeedle ( false ) ; ArrowNeedle loc1 = new ArrowNeedle ( false ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; assertTrue ( loc1 . equals ( loc0 ) ) ; loc0 = new ArrowNeedle ( true ) ; assertFalse ( loc0 . equals ( loc1 ) ) ; loc1 = new ArrowNeedle ( true ) ; assertTrue ( loc0... |
8,781 | sets the prefix . concode_field_sep String historyPrefix concode_elem_sep String prefix concode_field_sep String getPrefix concode_elem_sep String resolveHistoryPrefix concode_elem_sep String getNextCodingSchemePrefix concode_elem_sep String resolveDefaultPrefix concode_elem_sep String resolvePrefixForCodingScheme conc... | void function ( String arg0 ) { this . prefix = arg0 ; } |
8,782 | shows the fab . concode_field_sep int FAB_ARC_DEGREES concode_elem_sep float FAB_SCALE_FACTOR concode_elem_sep boolean isFabLaidOut concode_elem_sep FAB fab concode_elem_sep int SHOW_OVERLAY_ANIM_DURATION concode_elem_sep int ANIMATION_SPEED concode_elem_sep int SHOW_SHEET_COLOR_ANIM_DURATION concode_elem_sep int HIDE_... | void function ( ) { showFab ( 0 , 0 ) ; } |
8,783 | accessor for the amount of the payment . concode_field_sep String currency concode_elem_sep double amount concode_elem_sep Date date concode_field_sep String getCurrency concode_elem_sep String toString | double function ( ) { return amount ; } |
8,784 | returns the real path of the given uri . if the given uri is a content : / / uri , the real path is retrieved from the media store . concode_field_sep String _DATA concode_elem_sep String LOG_TAG concode_field_sep String stripFileProtocol concode_elem_sep String getMimeType concode_elem_sep String getMimeTypeForExtensi... | String function ( Uri arg0 , CordovaInterface arg1 ) { return FileHelper . getRealPath ( arg0 . toString ( ) , arg1 ) ; } |
8,785 | given an int , will return a nominal value . example : 1 in weeks context , may mean `` monday '' , so nominal value for 1 would be `` monday '' default will return int as string concode_field_sep ResourceBundle bundle concode_field_sep String describe concode_elem_sep String describe concode_elem_sep String describe c... | String function ( FieldValue arg0 ) { Preconditions . checkNotNull ( arg0 , "srini_string" ) ; if ( arg0 instanceof IntegerFieldValue ) { return "srini_string" + ( ( IntegerFieldValue ) arg0 ) . getValue ( ) ; } return arg0 . toString ( ) ; } |
8,786 | if not set , this property defaults to true . concode_field_sep ExpandedJobParametersConverter jobParametersConverter concode_elem_sep String jobParametersAsJsonMap concode_elem_sep JobParameters jobParameters concode_field_sep void setDateFormat concode_elem_sep void setNumberFormatAsString concode_elem_sep void after... | void function ( boolean arg0 ) { this . jobParametersConverter . setMakeParametersUnique ( arg0 ) ; } |
8,787 | the number of active cloudfront key pairs for awsaccountnumber . concode_field_sep Integer quantity concode_elem_sep com.amazonaws.internal.ListWithAutoConstructFlag<String> items concode_field_sep java.util.List<String> getItems concode_elem_sep void setQuantity concode_elem_sep int hashCode concode_elem_sep void setI... | Integer function ( ) { return quantity ; } |
8,788 | loads a user by its distinguished name concode_field_sep SpringSecurityLdapTemplate ldapTemplate concode_elem_sep String userSearchQuery concode_elem_sep String keyOrganization concode_elem_sep String passwordRecoveryURL concode_elem_sep String keyDistinguishedName concode_elem_sep String loginQuery concode_elem_sep St... | LdapUser function ( String arg0 ) { return ( LdapUser ) ldapTemplate . lookup ( arg0 , ldapUserAttributesMapper ) ; } |
8,789 | adds 1 to the counter . progress condition : wait-free population oblivious o 1 above is only true on architectures that support fetch-and-add natively , and only with this fix : intrinsify getandincrement consistency model : sequentially consistent with decrement and sum concode_field_sep int kNumCounters concode_elem... | void function ( ) { counters . getAndIncrement ( tid2hash ( ) ) ; } |
8,790 | the name of the master password provider . concode_field_sep long serialVersionUID concode_elem_sep String providerName concode_field_sep void setProviderName | String function ( ) { return providerName ; } |
8,791 | mytag setter . concode_field_sep List children concode_elem_sep Attributes attributes concode_elem_sep Tag tag concode_field_sep List getChildren concode_elem_sep Attributes getAttributes concode_elem_sep void setAttributes concode_elem_sep Tag getTag concode_elem_sep void addChild concode_elem_sep void replaceTagWireW... | void function ( Tag arg0 ) { this . tag = arg0 ; } |
8,792 | retrieves the character position at which the specified clob object searchstr appears in this clob object . concode_field_sep ClobData clob concode_field_sep Writer setCharacterStream concode_elem_sep int setString concode_elem_sep int setString concode_elem_sep OutputStream setAsciiStream concode_elem_sep void truncat... | long function ( Clob arg0 , long arg1 ) { throw Util . notSupported ( ) ; } |
8,793 | put all the members fields , methods and constructors in the classdoc to the indexmap . concode_field_sep boolean noDeprecated concode_elem_sep boolean classesOnly concode_elem_sep Map<Character,List<Doc>> indexmap concode_elem_sep Object[] elements concode_elem_sep boolean javafx concode_field_sep int compare concode_... | void function ( ClassDoc arg0 ) { adjustIndexMap ( arg0 . fields ( ) ) ; adjustIndexMap ( arg0 . methods ( ) ) ; adjustIndexMap ( arg0 . constructors ( ) ) ; } |
8,794 | ends the runtime service . concode_field_sep ReentrantReadWriteLock lock concode_elem_sep TimerTask timerTask concode_elem_sep Timer timer concode_elem_sep List<IStatemachine> statemachineSet concode_field_sep boolean removeStatemachine concode_elem_sep void run concode_elem_sep boolean addStatemachine | void function ( ) { timer . cancel ( ) ; } |
8,795 | the default implementation creates label from titleinfo subelements . concode_field_sep DigitalObjectHandler handler concode_elem_sep String pid concode_field_sep String toLabel concode_elem_sep void createMods concode_elem_sep ModsWrapper toJsonObject concode_elem_sep NdkMapper get concode_elem_sep OaiDcType createDc ... | String function ( ModsDefinition arg0 ) { for ( TitleInfoDefinition loc0 : arg0 . getTitleInfo ( ) ) { if ( toValue ( loc0 . getType ( ) ) != null ) { continue ; } return createTitleString ( loc0 ) ; } return null ; } |
8,796 | create a custom , non-jaxp 1.4 stax source for the given xmlstreamreader . concode_field_sep PlaceHolder placeHolder concode_field_sep XMLReader createXMLReader concode_elem_sep XMLReader createXMLReader concode_elem_sep boolean isStaxSource concode_elem_sep boolean isStaxResult concode_elem_sep ContentHandler createCo... | Source function ( XMLStreamReader arg0 ) { return new StaxSource ( arg0 ) ; } |
8,797 | removes item from the stagingarea . concode_field_sep Class<?> TAG concode_elem_sep Map<CacheKey,EncodedImage> mMap concode_field_sep void logStats concode_elem_sep EncodedImage get concode_elem_sep StagingArea getInstance concode_elem_sep void put concode_elem_sep void clearAll | boolean function ( final CacheKey arg0 ) { Preconditions . checkNotNull ( arg0 ) ; final EncodedImage loc0 ; synchronized ( this ) { loc0 = mMap . remove ( arg0 ) ; } if ( loc0 == null ) { return false ; } try { return loc0 . isValid ( ) ; } finally { loc0 . close ( ) ; } } |
8,798 | return concode_field_sep TokenStream ts concode_field_sep Object createForIn concode_elem_sep void addChildToBack concode_elem_sep Object createFor concode_elem_sep Object createBlock concode_elem_sep Object createWhile concode_elem_sep Object createExprStatement concode_elem_sep Object createObjectLiteral concode_elem... | Object function ( Object arg0 , int arg1 ) { return arg0 == null ? new Node ( TokenStream . RETURN , arg1 ) : new Node ( TokenStream . RETURN , ( Node ) arg0 , arg1 ) ; } |
8,799 | returns list of non-final candidate predicate for each map . concode_field_sep Operator<? extends OperatorDesc> op concode_elem_sep Map<ExprNodeDesc,ExprInfo> exprInfoMap concode_elem_sep String alias concode_elem_sep ExprNodeDesc convertedExpr concode_elem_sep boolean isCandidate concode_elem_sep Map<String,List<ExprN... | Map < String , List < ExprNodeDesc >> function ( ) { return nonFinalPreds ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.