idx int64 0 100k | question stringlengths 68 7.19k | target stringlengths 20 663 |
|---|---|---|
30,100 | serialize an instance , restore it , and check for equality . concode_field_sep double EPSILON concode_field_sep void testConstructor1 concode_elem_sep void testCloning concode_elem_sep void testHashcode concode_elem_sep void testEquals | void function ( ) { OHLCItem loc0 = new OHLCItem ( new Year ( 2006 ) , 2.0 , 4.0 , 1.0 , 3.0 ) ; OHLCItem loc1 = ( OHLCItem ) TestUtilities . serialised ( loc0 ) ; assertEquals ( loc0 , loc1 ) ; } |
30,101 | method to redirect the browser to the specified url via the externalcontext redirect method concode_field_sep Logger log concode_elem_sep Properties buildProperties concode_field_sep String getRequestParameter concode_elem_sep UIComponent findComponent concode_elem_sep ServletContext getServletContext concode_elem_sep ... | void function ( String arg0 ) { try { FacesContext loc0 = FacesContext . getCurrentInstance ( ) ; if ( ( loc0 != null ) && ( loc0 . getExternalContext ( ) != null ) ) { loc0 . getExternalContext ( ) . redirect ( arg0 ) ; } } catch ( Exception loc0 ) { loc0 . printStackTrace ( ) ; } } |
30,102 | return a list of nodes that represents the matched tags that has attribute attr = value . if attr == null , any tag with specified name matches . if value == null , any nodes that has the attr matches . concode_field_sep Element root concode_field_sep String serialize concode_elem_sep void serialize concode_elem_sep Li... | List < XmlDom > function ( String arg0 , String arg1 , String arg2 ) { NodeList loc0 = root . getElementsByTagName ( arg0 ) ; return convert ( loc0 , null , arg1 , arg2 ) ; } |
30,103 | gets the value of the resourceadaptortypename property . concode_field_sep ResourceAdaptorTypeName resourceAdaptorTypeName concode_elem_sep Description description concode_elem_sep ResourceAdaptorTypeVersion resourceAdaptorTypeVersion concode_elem_sep String id concode_elem_sep ResourceAdaptorTypeVendor resourceAdaptor... | ResourceAdaptorTypeName function ( ) { return resourceAdaptorTypeName ; } |
30,104 | delete the named file concode_field_sep boolean fsNormalizesPosixSeparator concode_elem_sep FileUtil fileUtil concode_elem_sep FileDescriptor outDescriptor concode_elem_sep Random random concode_elem_sep boolean fsIsIgnoreCase concode_elem_sep FileAccessRes fileAccessRes concode_field_sep FileAccess getFileAccess conco... | boolean function ( String arg0 ) { return ( new File ( arg0 ) ) . delete ( ) ; } |
30,105 | form a hash value from the type and name . concode_field_sep String name concode_elem_sep int type concode_field_sep boolean equals concode_elem_sep String toString | int function ( ) { return name . hashCode ( ) + type ; } |
30,106 | gets the object name concode_field_sep ObjectName objectName concode_elem_sep String attributeName concode_elem_sep RGB rgb concode_field_sep void setRgb concode_elem_sep String getAttributeName concode_elem_sep RGB getRgb | ObjectName function ( ) { return objectName ; } |
30,107 | writes the csv header fieldnames . should be called after construction one time . concode_field_sep int nbrCols concode_elem_sep int nbrRows concode_elem_sep String newline concode_elem_sep OutputStreamWriter writer concode_field_sep String toCsvValue concode_elem_sep void doWriteData concode_elem_sep void writeData co... | void function ( String [ ] arg0 ) { this . nbrCols = arg0 . length ; doWriteData ( arg0 ) ; } |
30,108 | sets the value of the return property . concode_field_sep String _return concode_field_sep String getReturn | void function ( String arg0 ) { this . _return = arg0 ; } |
30,109 | gets the value of the lastname property . concode_field_sep String firstName concode_elem_sep String lastName concode_elem_sep Address address concode_elem_sep Integer age concode_field_sep void setLastName concode_elem_sep Integer getAge concode_elem_sep void setAddress concode_elem_sep void setFirstName concode_elem_... | String function ( ) { return lastName ; } |
30,110 | set the shortvalue . concode_field_sep int headerParam concode_elem_sep String name concode_elem_sep Boolean booleanValue concode_elem_sep Integer integerValue concode_elem_sep Short shortValue concode_elem_sep long serialVersionUID concode_elem_sep Double doubleValue concode_elem_sep int id concode_elem_sep int queryP... | void function ( Short arg0 ) { this . shortValue = arg0 ; } |
30,111 | converts this instance to its json representation . concode_field_sep String pageLoadStrategy concode_elem_sep String CAPABILITY concode_field_sep void setPageLoadStrategy concode_elem_sep DesiredCapabilities toCapabilities | JsonObject function ( ) { JsonObject loc0 = new JsonObject ( ) ; if ( this . pageLoadStrategy != null ) { loc0 . addProperty ( CapabilityType . PAGE_LOAD_STRATEGY , this . pageLoadStrategy ) ; } return loc0 ; } |
30,112 | creates a new web d a v props with the primary key . does not add the web d a v props to the database . concode_field_sep WebDAVPropsPersistence _persistence concode_field_sep int countAll concode_elem_sep void cacheResult concode_elem_sep void cacheResult concode_elem_sep WebDAVProps removeByC_C concode_elem_sep List<... | WebDAVProps function ( long arg0 ) { return getPersistence ( ) . create ( arg0 ) ; } |
30,113 | handles the snmp set request for ipofmainnode concode_field_sep int NTPSOURCE concode_elem_sep int IPOFMAINNODE concode_elem_sep byte[] location concode_elem_sep int WORKING concode_elem_sep int DEVICENAME concode_elem_sep int TIMEOFBEGINUSE concode_elem_sep byte[] deviceName concode_elem_sep byte[] timeOfBeginUse conc... | void function ( byte [ ] arg0 ) { ipOfMainNode = arg0 ; } |
30,114 | caches groups , no need to do that for this provider concode_field_sep Log LOG concode_field_sep void cacheGroupsAdd concode_elem_sep List<String> getUnixGroups concode_elem_sep List<String> getGroups | void function ( ) { } |
30,115 | get current mapposition . concode_field_sep ViewController mViewport concode_elem_sep GestureDetector mGestureDetector concode_elem_sep Animator mAnimator concode_elem_sep MapPosition mMapPosition concode_elem_sep Logger log concode_elem_sep Layers mLayers concode_elem_sep Event POSITION_EVENT concode_elem_sep MapEvent... | boolean function ( MapPosition arg0 ) { return mViewport . getMapPosition ( arg0 ) ; } |
30,116 | return type metadata object concode_field_sep java.lang.String newStreamPosition concode_elem_sep int returnCount concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String objTypeName concode_elem_sep com.marketo.www.mktows.CustomObj[] customObjList concode_elem_sep boolean __hashCodeCalc concode... | org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; } |
30,117 | get the full name . concode_field_sep String name concode_elem_sep String fullName concode_elem_sep byte valueRepresentation[] concode_elem_sep AttributeTag attributeTag concode_elem_sep DicomDictionary DICOM_DICTIONARY concode_field_sep byte[] getValueRepresentation concode_elem_sep String getName concode_elem_sep Str... | String function ( ) { return fullName ; } |
30,118 | returns a textual representation of this capabilities object . concode_field_sep int transparentValueBlue concode_elem_sep int blueBits concode_elem_sep int transparentValueAlpha concode_elem_sep String na_str concode_elem_sep String ESEP concode_elem_sep String CSEP concode_elem_sep int transparentValueRed concode_ele... | String function ( ) { final StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; toString ( loc0 ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; } |
30,119 | returns the agreed id , delegating functionality to the #type . id . concode_field_sep PlaceHolder placeHolder concode_field_sep String[] extract concode_elem_sep String[] read concode_elem_sep void insert concode_elem_sep TypeCode type concode_elem_sep void write | String function ( ) { try { return type ( ) . id ( ) ; } catch ( BadKind loc0 ) { throw new Error ( "srini_string" , loc0 ) ; } } |
30,120 | checks if imageheaderbytes starts with soi start of image marker , followed by 0xff . if headersize is lower than 3 false is returned . description of jpeg format can be found here : http://www.w3.org/graphics/jpeg/itu-t81.pdf annex b deals with compressed data format concode_field_sep byte[] GIF_HEADER_89A concode_ele... | boolean function ( final byte [ ] arg0 , final int arg1 ) { return arg1 >= JPEG_HEADER . length && matchBytePattern ( arg0 , 0 , JPEG_HEADER ) ; } |
30,121 | serialize the thrift object into a java string , using a specified character set for encoding . concode_field_sep TProtocol protocol_ concode_elem_sep TIOStreamTransport transport_ concode_elem_sep ByteArrayOutputStream baos_ concode_field_sep byte[] serialize | String function ( TBase arg0 , String arg1 ) { try { return new String ( serialize ( arg0 ) , arg1 ) ; } catch ( UnsupportedEncodingException loc0 ) { throw new TException ( "srini_string" + arg1 ) ; } } |
30,122 | gets the value of the optimisticcolumn property . concode_field_sep String optimisticColumn concode_elem_sep List<FieldMap> fieldMap concode_elem_sep Boolean triggerUpdatesOptimisticColumn concode_elem_sep String id concode_elem_sep String verifyColumns concode_elem_sep BigInteger versionColumnInitialValue concode_elem... | String function ( ) { return optimisticColumn ; } |
30,123 | check authorization for `` show tables '' command in given hive db . a hiveaccesscontrolexception is thrownfor illegal access . concode_field_sep HiveAuthorizer authorizerV2 concode_elem_sep org.slf4j.Logger logger concode_elem_sep boolean authzEnabled concode_field_sep void authorizeReadTable concode_elem_sep void aut... | void function ( final String arg0 ) { if ( ! authzEnabled ) { return ; } final HivePrivilegeObject loc0 = new HivePrivilegeObject ( HivePrivilegeObjectType . DATABASE , arg0 , null ) ; authorize ( HiveOperationType . SHOWTABLES , ImmutableList . of ( loc0 ) , Collections . < HivePrivilegeObject > emptyList ( ) , "srini... |
30,124 | starts the poller thread concode_field_sep boolean m_keepRunning concode_elem_sep long MIN_MSEC_BETWEEN_POLLS concode_elem_sep InsteonDevice m_dev concode_elem_sep Logger logger concode_elem_sep Poller s_poller concode_elem_sep TreeSet<PQEntry> m_pollQueue concode_elem_sep long m_expirationTime concode_elem_sep Thread ... | void function ( ) { if ( m_pollThread == null ) { m_pollThread = new Thread ( new PollQueueReader ( ) ) ; m_pollThread . start ( ) ; } } |
30,125 | returns a copy of this path , with the last name replaced with the given name . concode_field_sep boolean endsWithFile concode_elem_sep StringInterner PATH_SEGMENT_STRING_INTERNER concode_elem_sep String[] segments concode_field_sep RelativePath getParent concode_elem_sep boolean isFile concode_elem_sep String internPa... | RelativePath function ( String arg0 ) { String [ ] loc0 = new String [ segments . length ] ; copySegments ( loc0 , segments , segments . length - 1 ) ; loc0 [ segments . length - 1 ] = internPathSegment ( arg0 ) ; return new RelativePath ( endsWithFile , loc0 ) ; } |
30,126 | sets an element in a particular data bank . the offset specified in the constructor is added to i before updating the underlying data array . concode_field_sep int banks concode_elem_sep int TYPE_BYTE concode_elem_sep int TYPE_FLOAT concode_elem_sep int offset concode_elem_sep int size concode_elem_sep int TYPE_INT con... | void function ( int arg0 , int arg1 , float arg2 ) { setElem ( arg0 , arg1 , ( int ) arg2 ) ; } |
30,127 | unmarshal method for the any class , decodes an any object from the stream . concode_field_sep PlaceHolder placeHolder concode_field_sep void marshal | Any function ( com . ericsson . otp . erlang . OtpInputStream arg0 ) { Any loc0 ; TypeCode loc1 ; arg0 . read_tuple_head ( ) ; if ( ( arg0 . read_atom ( ) ) . compareTo ( "srini_string" ) != 0 ) throw new java . lang . Exception ( "srini_string" ) ; loc1 = TypeCode . unmarshal ( arg0 ) ; loc0 = new Any ( ) ; loc0 . rea... |
30,128 | initialization concode_field_sep SecurityService ss concode_elem_sep ServerConfigurationService scs concode_elem_sep UserDirectoryService uds concode_elem_sep CourseManagementService cms concode_elem_sep AuthzGroupService azgs concode_elem_sep Logger log concode_elem_sep String SAK_PROP_PORTAL_USE_SECTION_TITLE concode... | void function ( ) { portalUseSectionTitle = scs . getBoolean ( SAK_PROP_PORTAL_USE_SECTION_TITLE , false ) ; portalUseSecTitlePreferredCategory = scs . getString ( SAK_PROP_PORTAL_USE_SEC_TITLE_PREFERRED_CAT , DEFAULT_PREFERRED_CAT ) ; } |
30,129 | method description concode_field_sep String commandName concode_elem_sep long syncOutTraffic concode_elem_sep Priority priority concode_elem_sep long syncInTraffic concode_field_sep void setName concode_elem_sep void incSyncInTraffic concode_elem_sep long getSyncOutTraffic concode_elem_sep String getName concode_elem_s... | void function ( ) { ++ syncOutTraffic ; } |
30,130 | some tests for the findrangebounds method . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testPublicCloneable concode_elem_sep void testSerialization concode_elem_sep void testHashcode concode_elem_sep void testEquals | void function ( ) { WaterfallBarRenderer loc0 = new WaterfallBarRenderer ( ) ; assertNull ( loc0 . findRangeBounds ( null ) ) ; } |
30,131 | returns an enumeration for the errors concode_field_sep List<TestFailure> fErrors concode_elem_sep List<TestFailure> fFailures concode_elem_sep List<TestListener> fListeners concode_elem_sep boolean fStop concode_elem_sep int fRunTests concode_field_sep void addError concode_elem_sep void startTest concode_elem_sep Enu... | Enumeration < TestFailure > function ( ) { return Collections . enumeration ( fErrors ) ; } |
30,132 | add a value to the aggregator concode_field_sep long minVal concode_field_sep long getVal concode_elem_sep String getReport concode_elem_sep void reset concode_elem_sep ArrayList<String> getCombinerOutput | void function ( Object arg0 ) { long loc0 = Long . parseLong ( arg0 . toString ( ) ) ; if ( this . minVal > loc0 ) { this . minVal = loc0 ; } } |
30,133 | note : this method is for testing purposes only . concode_field_sep String name concode_elem_sep Annotations annotations concode_elem_sep int modifierBits concode_elem_sep JClassType enclosingType concode_elem_sep JType type concode_field_sep boolean isStatic concode_elem_sep String getName concode_elem_sep boolean isA... | Annotation [ ] function ( ) { return annotations . getDeclaredAnnotations ( ) ; } |
30,134 | jinglesessionlistener . concode_field_sep boolean dataReceived concode_elem_sep Object dataSync concode_field_sep void controllerUpdate | void function ( SessionEvent arg0 ) { if ( arg0 instanceof NewParticipantEvent ) { Participant loc0 = ( ( NewParticipantEvent ) arg0 ) . getParticipant ( ) ; System . err . println ( "srini_string" + loc0 . getCNAME ( ) ) ; } } |
30,135 | gets the value of the postinvoice property . concode_field_sep String secondPriceLabel concode_elem_sep String qtyDecPrecision concode_elem_sep TypeCtRemittanceAddress remittanceAddress concode_elem_sep String customerInvoiceAddress concode_elem_sep String customerDeliveryAddress concode_elem_sep TypeCtBillPostInvoice ... | TypeCtBillPostInvoice function ( ) { return postInvoice ; } |
30,136 | list the module metadata for all the modules that are deployed to the given container . concode_field_sep ResourceAssemblerSupport<ModuleMetadata,ModuleMetadataResource> moduleMetadataResourceAssembler concode_elem_sep ModuleMetadataRepository moduleMetadataRepository concode_field_sep ModuleMetadataResource listByCont... | PagedResources < ModuleMetadataResource > function ( Pageable arg0 , PagedResourcesAssembler < ModuleMetadata > arg1 , @ RequestParam ( "srini_string" ) String arg2 ) { return arg1 . toResource ( this . moduleMetadataRepository . findAllByContainerId ( arg0 , arg2 ) , moduleMetadataResourceAssembler ) ; } |
30,137 | gets the value of the token property . concode_field_sep ManagedObjectReference _this concode_elem_sep String token concode_field_sep void setThis concode_elem_sep ManagedObjectReference getThis concode_elem_sep void setToken | String function ( ) { return token ; } |
30,138 | gets the fields whose combination is unique within the data set . concode_field_sep Logger LOG concode_elem_sep Ordering ordering concode_elem_sep FieldList groupedFields concode_elem_sep Set<FieldSet> uniqueFields concode_elem_sep LocalProperties EMPTY concode_field_sep LocalProperties forOrdering concode_elem_sep boo... | Set < FieldSet > function ( ) { return this . uniqueFields ; } |
30,139 | an optional callback for new entity manager factory beans . concode_field_sep PersistenceUnitManager persistenceUnitManager concode_elem_sep Map<String,Object> properties concode_elem_sep String[] packagesToScan concode_elem_sep boolean jta concode_elem_sep JpaVendorAdapter jpaVendorAdapter concode_elem_sep EntityManag... | void function ( EntityManagerFactoryBeanCallback arg0 ) { this . callback = arg0 ; } |
30,140 | will return the embedded signature between the byterange gap . concode_field_sep COSName FILTER_CICI_SIGNIT concode_elem_sep COSDictionary dictionary concode_elem_sep COSName FILTER_ENTRUST_PPKEF concode_elem_sep COSName SUBFILTER_ADBE_X509_RSA_SHA1 concode_elem_sep COSName SUBFILTER_ADBE_PKCS7_DETACHED concode_elem_se... | byte [ ] function ( InputStream arg0 ) { int [ ] loc0 = getByteRange ( ) ; int loc1 = loc0 [ 0 ] + loc0 [ 1 ] + 1 ; int loc2 = loc0 [ 2 ] - loc1 ; return getContents ( new COSFilterInputStream ( arg0 , new int [ ] { loc1 , loc2 } ) ) ; } |
30,141 | the bottom bound of the region for the purpose of touch . this is usually the bound of the underlying node , except in the case of hit slop . concode_field_sep NodeRegion EMPTY concode_elem_sep float mLeft concode_elem_sep float mBottom concode_elem_sep boolean mIsVirtual concode_elem_sep float mTop concode_elem_sep fl... | float function ( ) { return getBottom ( ) ; } |
30,142 | this is setter method for templetid concode_field_sep String templetName concode_elem_sep Integer templetId concode_elem_sep long serialVersionUID concode_field_sep Integer getTempletId concode_elem_sep String getTempletName concode_elem_sep void setTempletName | void function ( Integer arg0 ) { this . templetId = arg0 ; } |
30,143 | register a corsconfiguration for the specified path pattern . concode_field_sep Map<String,CorsConfiguration> corsConfigurations concode_elem_sep UrlPathHelper urlPathHelper concode_elem_sep PathMatcher pathMatcher concode_field_sep void setAlwaysUseFullPath concode_elem_sep Map<String,CorsConfiguration> getCorsConfigu... | void function ( String arg0 , CorsConfiguration arg1 ) { this . corsConfigurations . put ( arg0 , arg1 ) ; } |
30,144 | starts scrolling concode_field_sep Handler animationHandler concode_elem_sep int MIN_DELTA_FOR_SCROLLING concode_elem_sep ScrollingListener listener concode_elem_sep SimpleOnGestureListener gestureListener concode_elem_sep float lastTouchedY concode_elem_sep boolean isScrollingPerformed concode_elem_sep int SCROLLING_D... | void function ( ) { if ( ! isScrollingPerformed ) { isScrollingPerformed = true ; listener . onStarted ( ) ; } } |
30,145 | set the database name . concode_field_sep LockComponent component concode_elem_sep boolean partNameSet concode_elem_sep boolean tableNameSet concode_field_sep LockComponentBuilder setTableName concode_elem_sep LockComponentBuilder setExclusive concode_elem_sep LockComponentBuilder setIsAcid concode_elem_sep LockCompone... | LockComponentBuilder function ( String arg0 ) { component . setDbname ( arg0 ) ; return this ; } |
30,146 | joins the position and size information if possible contained in other descriptor . this method will return true if the join was successfully done , and false if no join was done . the join is possible only if the given position and size is pointing to the data that is next to the data currently described in simplestor... | boolean function ( SimpleStorageDescriptor arg0 ) { return join ( arg0 . getPosition ( ) , arg0 . getSize ( ) ) ; } |
30,147 | this function returns the message provided in the resource bundle/properties files against a `` key '' passed as parameter . default locale is us . concode_field_sep MessageSource messageSource concode_field_sep placeholderType placeHolder | String function ( String arg0 ) { return getMessage ( arg0 , null ) ; } |
30,148 | returns the rotation anchor point . concode_field_sep float widthRatio concode_elem_sep TextBlockAnchor labelAnchor concode_elem_sep TextAnchor rotationAnchor concode_elem_sep double angle concode_elem_sep long serialVersionUID concode_elem_sep CategoryLabelWidthType widthType concode_elem_sep RectangleAnchor categoryA... | TextAnchor function ( ) { return this . rotationAnchor ; } |
30,149 | retrieves whether the geolocation for this product is stored in an external file - or not concode_field_sep HashMap _bands concode_elem_sep HashMap _tiePoints concode_elem_sep String _externalGeolocationPattern concode_elem_sep Vector _bandVec concode_elem_sep boolean _flipTopDown concode_elem_sep String[] _geolocation... | boolean function ( ) { return _externalGeolocationPattern != null ; } |
30,150 | define a viewing transformation in terms of an eye point , a center of view , and an up vector . concode_field_sep double[] sScratch concode_elem_sep float[] sTempFloats concode_field_sep String gluErrorString concode_elem_sep int gluProject concode_elem_sep void gluOrtho2D concode_elem_sep int gluUnProject concode_ele... | void function ( GL10 arg0 , double arg1 , double arg2 , double arg3 , double arg4 , double arg5 , double arg6 , double arg7 , double arg8 , double arg9 ) { double [ ] loc0 = sScratch ; synchronized ( loc0 ) { Matrix . setLookAtM ( loc0 , 0 , arg1 , arg2 , arg3 , arg4 , arg5 , arg6 , arg7 , arg8 , arg9 ) ; arg0 . glMult... |
30,151 | zero-based index of the y-axis this series should be connected to . concode_field_sep String stack concode_elem_sep Number pointStart concode_elem_sep Integer xAxis concode_elem_sep List<D> data concode_elem_sep ColorReference color concode_elem_sep PointPlacement pointPlacement concode_elem_sep GridLineDashStyle dashS... | Series < D > function ( final Integer arg0 ) { this . yAxis = arg0 ; return this ; } |
30,152 | adds classes to the sessionfactory being built . concode_field_sep Log log concode_elem_sep List<LoadEventListener> additionalLoadEventListeners concode_elem_sep Set<Class<?>> annotatedClasses concode_elem_sep SessionFactory sessionFactory concode_elem_sep Properties cfg concode_elem_sep File indexRootDirectory concode... | FullTextSessionBuilder function ( Class arg0 ) { annotatedClasses . add ( arg0 ) ; return this ; } |
30,153 | writes the csv header fieldnames . should be called after construction one time . concode_field_sep int nbrCols concode_elem_sep int nbrRows concode_elem_sep String newline concode_elem_sep OutputStreamWriter writer concode_field_sep String toCsvValue concode_elem_sep void doWriteData concode_elem_sep void writeData co... | void function ( String [ ] arg0 ) { this . nbrCols = arg0 . length ; doWriteData ( arg0 ) ; } |
30,154 | gets the column visibility for this update . concode_field_sep boolean hasTimestamp concode_elem_sep byte[] val concode_elem_sep byte[] columnFamily concode_elem_sep boolean deleted concode_elem_sep byte[] columnVisibility concode_elem_sep byte[] columnQualifier concode_elem_sep long timestamp concode_field_sep boolean... | byte [ ] function ( ) { return columnVisibility ; } |
30,155 | for a record to match a filter , the value s specified for this data type property must be contained in the list of values of the rulespackagearns property of the assessmenttemplate data type . concode_field_sep String namePattern concode_elem_sep DurationRange durationRange concode_elem_sep java.util.List<String> rule... | AssessmentTemplateFilter function ( java . util . Collection < String > arg0 ) { setRulesPackageArns ( arg0 ) ; return this ; } |
30,156 | returns the text form of the first solution found . if no solution was found returns an empty string concode_field_sep int col concode_elem_sep int[][] easyGrid concode_elem_sep int[][] mediumGrid concode_elem_sep int assignableSetSize concode_elem_sep int SIZE concode_elem_sep HashSet<Integer> allValues concode_elem_s... | String function ( ) { if ( numSolutions > 0 ) return toStringHelper ( firstSolution ) ; return "srini_string" ; } |
30,157 | returns a set of the languages the configuredtarget generates output for . for use only by rules that directly depend on this library via a `` deps '' attribute . concode_field_sep ImmutableSet<LibraryLanguage> languages concode_elem_sep String displayName concode_elem_sep Label label concode_field_sep boolean depSuppo... | ImmutableSet < LibraryLanguage > function ( ) { return languages ; } |
30,158 | sets the value of the isolatesecuritypermissions property . concode_field_sep String isolateSecurityPermissions concode_elem_sep Description description concode_elem_sep SbbLocalInterfaceName sbbLocalInterfaceName concode_elem_sep String id concode_field_sep String getIsolateSecurityPermissions concode_elem_sep SbbLoca... | void function ( String arg0 ) { this . isolateSecurityPermissions = arg0 ; } |
30,159 | returns the number of vertices . concode_field_sep int[][] vertexParents concode_elem_sep HashMap<VertexType,Integer> vertex2Index concode_elem_sep Object[] vertices concode_elem_sep int[][] vertexChildren concode_elem_sep int[][] vertexDescendants concode_elem_sep int[][] vertexAncestors concode_field_sep ArrayList<Ve... | int function ( ) { return this . vertices . length ; } |
30,160 | returns oidc logout url concode_field_sep String RANDOM_ALG_SHA1 concode_elem_sep String DIGEST_ALG_SHA256 concode_elem_sep OIDCSessionManager sessionManager concode_elem_sep Log log concode_field_sep String bytesToHex concode_elem_sep String addSessionStateToURL concode_elem_sep String addSessionStateToURL concode_ele... | String function ( ) { String loc0 = OIDCSessionManagementConfiguration . getInstance ( ) . getOIDCLogoutPageUrl ( ) ; if ( StringUtils . isBlank ( loc0 ) ) { loc0 = IdentityUtil . getServerURL ( "srini_string" , false , false ) ; } return loc0 ; } |
30,161 | dummy method doing nothing concode_field_sep PlaceHolder placeHolder concode_field_sep void doNothing60 concode_elem_sep void doNothing61 concode_elem_sep void doNothing62 concode_elem_sep void doNothing63 concode_elem_sep void doNothing53 concode_elem_sep void doNothing31 concode_elem_sep void doNothing54 concode_elem... | void function ( ) { } |
30,162 | returns a string representation of this object ; useful for testing and debugging . concode_field_sep String deploymentId concode_field_sep void setDeploymentId concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep CreateDeploymentResult clone concode_elem_sep String getDeploymentId concode_ele... | String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getDeploymentId ( ) != null ) loc0 . append ( "srini_string" + getDeploymentId ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; } |
30,163 | returns the first record in the question section . concode_field_sep int tsigstart concode_elem_sep int MAXLENGTH concode_elem_sep Record[] emptyRecordArray concode_elem_sep TSIG tsigkey concode_elem_sep int sig0start concode_elem_sep List[] sections concode_elem_sep int TSIG_INTERMEDIATE concode_elem_sep int TSIG_FAIL... | Record function ( ) { List loc0 = sections [ Section . QUESTION ] ; if ( loc0 == null || loc0 . size ( ) == 0 ) return null ; return ( Record ) loc0 . get ( 0 ) ; } |
30,164 | returns the target logger for this instance . concode_field_sep Log defaultLog concode_elem_sep Log log concode_elem_sep boolean skipFatal concode_elem_sep Set<String> loggedMessages concode_field_sep void processEvent | Log function ( ) { return this . log ; } |
30,165 | sets the value of the id property . concode_field_sep String name concode_elem_sep String id concode_elem_sep String type concode_field_sep void setName concode_elem_sep String getName concode_elem_sep String getType concode_elem_sep String getId concode_elem_sep void setType | void function ( String arg0 ) { this . id = arg0 ; } |
30,166 | this method starts the building process for algorithmoptions . concode_field_sep String DIJKSTRA_BI concode_elem_sep String ASTAR_BI concode_elem_sep TraversalMode traversalMode concode_elem_sep String ASTAR concode_elem_sep AlgorithmOptions opts concode_elem_sep String algorithm concode_elem_sep String DIJKSTRA concod... | Builder function ( ) { return new Builder ( ) ; } |
30,167 | ensures that the capacity is at least equal to the specified minimum . if the current capacity is less than the argument , then a new internal array is allocated with greater capacity . if the required argument is non-positive , this method takes no action . concode_field_sep int len concode_elem_sep byte[] buffer conc... | void function ( int arg0 ) { if ( arg0 <= 0 ) { return ; } int loc0 = this . buffer . length - this . len ; if ( arg0 > loc0 ) { expand ( this . len + arg0 ) ; } } |
30,168 | gets the value of the certificatevalues property . concode_field_sep CertificateValuesType certificateValues concode_elem_sep long serialVersionUID concode_elem_sep String id concode_elem_sep String uri concode_elem_sep RevocationValuesType revocationValues concode_field_sep RevocationValuesType getRevocationValues con... | CertificateValuesType function ( ) { return certificateValues ; } |
30,169 | finalize build process , and export . concode_field_sep Map contMap concode_elem_sep ArrayList cont concode_elem_sep LocalContainer delegateFor concode_field_sep void add concode_elem_sep Contained lookup concode_elem_sep ConstantDef create_constant concode_elem_sep ExceptionDef create_exception concode_elem_sep Descri... | void function ( ) { for ( int loc0 = 0 ; loc0 < cont . size ( ) ; ++ loc0 ) { LocalContained loc1 = ( LocalContained ) cont . get ( loc0 ) ; loc1 . allDone ( ) ; } } |
30,170 | associates key with index i. concode_field_sep int[] pq concode_elem_sep int NMAX concode_elem_sep Key[] keys concode_elem_sep IndexMinPQ<Key> copy concode_elem_sep int N concode_elem_sep int[] qp concode_field_sep Integer next concode_elem_sep int delMin concode_elem_sep Key keyOf concode_elem_sep void sink concode_el... | void function ( int arg0 , Key arg1 ) { if ( arg0 < 0 || arg0 >= NMAX ) throw new IndexOutOfBoundsException ( ) ; if ( contains ( arg0 ) ) throw new IllegalArgumentException ( "srini_string" ) ; N ++ ; qp [ arg0 ] = N ; pq [ N ] = arg0 ; keys [ arg0 ] = arg1 ; swim ( N ) ; } |
30,171 | constructs a trend object from rawjson string . concode_field_sep ThreadLocal<Map> rawJsonMap concode_elem_sep boolean registeredAtleastOnce concode_field_sep T registerJSONObject concode_elem_sep Relationship createRelationship concode_elem_sep Status createStatus concode_elem_sep SavedSearch createSavedSearch concode... | Trend function ( String arg0 ) { try { return new TrendJSONImpl ( new JSONObject ( arg0 ) ) ; } catch ( JSONException loc0 ) { throw new TwitterException ( loc0 ) ; } } |
30,172 | sets the channels value 1 = mono , 2 = stereo for the encoding process . if null or not specified a default value will be picked . concode_field_sep Integer volume concode_elem_sep String codec concode_elem_sep Integer bitRate concode_elem_sep long serialVersionUID concode_elem_sep Integer samplingRate concode_elem_sep... | void function ( Integer arg0 ) { this . channels = arg0 ; } |
30,173 | gets the value of the unsubscribed property . concode_field_sep Double respondedRatio concode_elem_sep Double opened concode_elem_sep String type concode_elem_sep Long bounced concode_elem_sep Double sent concode_elem_sep Double bouncedRatio concode_elem_sep Double clickedThru concode_elem_sep Double unsubscribedRatio ... | Long function ( ) { return unsubscribed ; } |
30,174 | business method that returns verbnet selector data as xml concode_field_sep String VN_NS concode_field_sep void walkClass concode_elem_sep Document queryDoc concode_elem_sep Document queryDoc concode_elem_sep Document queryClassDoc concode_elem_sep String queryXML concode_elem_sep String queryXML concode_elem_sep Strin... | String function ( final SQLiteDatabase arg0 , final String arg1 ) { final Document loc0 = querySelectorDoc ( arg0 , arg1 ) ; return DomTransformer . docToString ( loc0 ) ; } |
30,175 | tries to resolve the given path against the list of available roots . if path starts with one of the listed roots , it returned back by this method , otherwise null is returned . concode_field_sep FileSystem DEFAULT concode_elem_sep FileSystem ACTUAL_DEFAULT concode_field_sep FileSystem getDefaultFileSystem | Path function ( Path [ ] arg0 , String arg1 ) { for ( Path loc0 : arg0 ) { Path loc1 = loc0 . normalize ( ) ; Path loc2 = loc1 . resolve ( arg1 ) . normalize ( ) ; if ( loc2 . startsWith ( loc1 ) ) { return loc2 ; } } return null ; } |
30,176 | sets an optional image dimension in page coordinates . this is only used if a page segment is created for this resource as page segments can not be rescaled for painting . concode_field_sep AFPResourceLevel level concode_elem_sep Dimension imageDimension concode_elem_sep String name concode_elem_sep boolean levelChange... | void function ( Dimension arg0 ) { this . imageDimension = arg0 ; } |
30,177 | returns client specified setting for renew interval . concode_field_sep LeaseInfo result concode_elem_sep long registrationTimestamp concode_elem_sep int DEFAULT_LEASE_RENEWAL_INTERVAL concode_elem_sep long evictionTimestamp concode_elem_sep long lastRenewalTimestamp concode_elem_sep int durationInSecs concode_elem_sep... | int function ( ) { return renewalIntervalInSecs ; } |
30,178 | get a list of componentreferences that is nesting this component reference concode_field_sep String name concode_elem_sep List<ComponentReference> componentReferences concode_field_sep boolean isParentComponent concode_elem_sep String getName concode_elem_sep List<? extends Component> getComponents concode_elem_sep Str... | List < ComponentReference > function ( ) { if ( componentReferences == null ) { componentReferences = new ArrayList < ComponentReference > ( ) ; } return componentReferences ; } |
30,179 | sets the value of the members property . concode_field_sep Address address concode_elem_sep BoardMembers boardMembers concode_elem_sep Members members concode_elem_sep String schoolName concode_field_sep String getSchoolName concode_elem_sep void setAddress concode_elem_sep void setBoardMembers concode_elem_sep void se... | void function ( Members arg0 ) { this . members = arg0 ; } |
30,180 | sets the hotrestartconfig for this cacheconfiguration concode_field_sep Factory<CacheWriter<? super K,? super V>> cacheWriterFactory concode_elem_sep Factory<ExpiryPolicy> expiryPolicyFactory concode_elem_sep boolean isWriteThrough concode_elem_sep boolean isReadThrough concode_elem_sep Class<V> valueType concode_elem_... | CacheConfiguration < K , V > function ( HotRestartConfig arg0 ) { this . hotRestartConfig = arg0 ; return this ; } |
30,181 | tests construction with a null false string should throw an exception . concode_field_sep String[] DEFAULT_TRUE_VALUES concode_elem_sep CellProcessor matchCaseProcessorChain concode_elem_sep String[] MIXED_TRUE_VALUES concode_elem_sep CellProcessor processorChain2 concode_elem_sep String FALSE_VALUE concode_elem_sep Ce... | void function ( ) { new ParseBool ( TRUE_VALUE , ( String ) null ) ; } |
30,182 | gets the maximum number of connections allowed . concode_field_sep int DEFAULT_MAX_TOTAL_CONNECTIONS concode_elem_sep ConnPerRoute DEFAULT_CONN_PER_ROUTE concode_field_sep void setMaxTotalConnections concode_elem_sep void setTimeout concode_elem_sep long getTimeout concode_elem_sep int getMaxForRoute concode_elem_sep C... | int function ( final HttpParams arg0 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } return arg0 . getIntParameter ( MAX_TOTAL_CONNECTIONS , DEFAULT_MAX_TOTAL_CONNECTIONS ) ; } |
30,183 | 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" ; } |
30,184 | generates a unique signature for a collection of annotations . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean hasAnnotation concode_elem_sep boolean hasAnnotation concode_elem_sep Class<?> getRawType concode_elem_sep String createTypeId concode_elem_sep String createTypeCollectionId concode_elem_se... | String function ( Collection < Annotation > arg0 ) { if ( arg0 . isEmpty ( ) ) { return "srini_string" ; } return arg0 . stream ( ) . sorted ( comparing ( a -> a . annotationType ( ) . getName ( ) ) ) . map ( CdiSpiHelper :: createAnnotationId ) . collect ( joining ( "srini_string" , "srini_string" , "srini_string" ) )... |
30,185 | get the pattern string for diagnostic purposes . concode_field_sep String m_targetString concode_elem_sep TemplateSubPatternAssociation m_next concode_elem_sep long serialVersionUID concode_elem_sep String m_pattern concode_elem_sep ElemTemplate m_template concode_elem_sep StepPattern m_stepPattern concode_elem_sep boo... | String function ( ) { return m_pattern ; } |
30,186 | whether the move puts the opponent in check concode_field_sep int c concode_elem_sep boolean alive concode_elem_sep int r concode_elem_sep boolean player concode_field_sep boolean checkHoriz concode_elem_sep boolean testMove concode_elem_sep void move concode_elem_sep boolean checkPiece concode_elem_sep boolean tryMove... | void function ( Game arg0 ) { King loc0 = player ? arg0 . loc0 [ 1 ] : arg0 . loc0 [ 0 ] ; List < Piece > loc1 = checkCheck ( arg0 , loc0 , false ) ; if ( ! loc1 . isEmpty ( ) ) { loc0 . checked = true ; loc0 . loc1 = loc1 ; } } |
30,187 | returns a list of areas which contain the given point areas may be overlapping . concode_field_sep Map<StreetNode,List<Area>> nodesToAreaMapping concode_elem_sep Map<Area,List<StreetNode>> areaToNodesMapping concode_elem_sep Type type concode_elem_sep StreetMap base concode_field_sep List<StreetNode> getPointsInArea co... | List < Area > function ( Coordinate arg0 ) { Collection < Area > loc0 = areaToNodesMapping . keySet ( ) ; List < Area > loc1 = new ArrayList < Area > ( ) ; for ( Area loc2 : loc0 ) { if ( loc2 . pointInArea ( arg0 ) ) loc1 . add ( loc2 ) ; } return loc1 ; } |
30,188 | exemple d = 7 , n = 5 p = 3 -- > 7,10,13,16,19 concode_field_sep PlaceHolder placeHolder concode_field_sep ArrayList<Integer> insererUnElementDansTableau concode_elem_sep ArrayList<Integer> rotationTableau concode_elem_sep ArrayList<Integer> intervertirDeuxElementsTableau concode_elem_sep ArrayList<Integer> insererUnTa... | ArrayList < Integer > function ( int arg0 , int arg1 , int arg2 ) { ArrayList < Integer > loc0 = null ; if ( ( long ) arg0 + ( long ) ( arg2 * arg1 ) > Integer . MAX_VALUE || ( long ) arg0 + ( long ) ( arg2 * arg1 ) < Integer . MIN_VALUE ) { } else { loc0 = new ArrayList < Integer > ( ) ; for ( int loc1 = 0 ; loc1 < ar... |
30,189 | set resulting object opsi server response concode_field_sep RestTemplate template concode_elem_sep URL opsiUrl concode_elem_sep Object result concode_elem_sep String password concode_elem_sep String method concode_elem_sep AtomicInteger sequence concode_elem_sep String messageClass concode_elem_sep int id concode_elem_... | void function ( Object arg0 ) { this . result = arg0 ; } |
30,190 | format a date according to our stored formatter . concode_field_sep String _formatString concode_elem_sep long __MaxMisses concode_elem_sep long _lastSeconds concode_elem_sep long _misses concode_elem_sep String _lastResult concode_elem_sep String _secFormatString concode_elem_sep DateFormatSymbols _dfs concode_elem_se... | String function ( Date arg0 ) { return format ( arg0 . getTime ( ) ) ; } |
30,191 | determine if log level will be logged 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 void d concode_elem_sep void d concode_elem_sep void d concode_elem_sep void setLogLevel concode_e... | boolean function ( int arg0 ) { return ( arg0 >= LOGLEVEL ) ; } |
30,192 | used to verify whether the exception thrown from the bottom layer is the one expected . concode_field_sep boolean FAIL concode_elem_sep String logpath concode_elem_sep boolean OK concode_elem_sep String dbpath concode_field_sep boolean test4 concode_elem_sep boolean test5 concode_elem_sep boolean test2 concode_elem_sep... | boolean function ( ChainException arg0 , String arg1 ) { boolean loc0 = true ; while ( true ) { String loc1 = arg0 . getClass ( ) . getName ( ) ; if ( loc1 . equals ( arg1 ) ) { return ( ! loc0 ) ; } if ( arg0 . prev == null ) { return loc0 ; } arg0 = ( ChainException ) arg0 . prev ; } } |
30,193 | returns true if the input file can be handled by the handler concode_field_sep String[] XVG_MIME_TYPES concode_elem_sep String ERROR_TRANSFORM_PRODUCED_NO_CONTENT concode_elem_sep String documentURI concode_elem_sep String ERROR_RESULT_GENERATED_EXCEPTION concode_elem_sep String XSL_PROCESSING_INSTRUCTION_TYPE concode_... | boolean function ( File arg0 ) { return arg0 . isFile ( ) && accept ( arg0 . getPath ( ) ) ; } |
30,194 | sets the datasource value for this document . concode_field_sep java.lang.Integer documentType concode_elem_sep java.lang.String author concode_elem_sep java.lang.String documentUniqueId concode_elem_sep java.lang.String repositoryUniqueId concode_elem_sep java.lang.String createdOn concode_elem_sep java.lang.String do... | void function ( java . lang . String arg0 ) { this . dataSource = arg0 ; } |
30,195 | returns the number of currently registered writers . concode_field_sep Map<ResultPartitionID,ResultPartitionWriter> registeredWriters concode_field_sep void registerWriterForIncomingTaskEvents concode_elem_sep void unregisterWriter concode_elem_sep boolean publish concode_elem_sep void clearAll | int function ( ) { synchronized ( registeredWriters ) { return registeredWriters . size ( ) ; } } |
30,196 | pour les 1er niveau sans trou concode_field_sep PlaceHolder placeHolder concode_field_sep void physicalAttackOnly concode_elem_sep boolean areOnGround concode_elem_sep void followPlayerAndPatrolOnGround concode_elem_sep void goToTarget concode_elem_sep boolean isOnSameBlock concode_elem_sep boolean isOnGround concode_e... | void function ( Enemies arg0 , Player arg1 ) { arg0 . setWalk ( true ) ; arg0 . faireFaceTo ( arg1 ) ; } |
30,197 | returns the email address of this entry . concode_field_sep Entry _entry concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEscapedModel concode_elem_sep boolean i... | java . lang . String function ( ) { return _entry . getEmailAddress ( ) ; } |
30,198 | synonym for geturl . concode_field_sep String description concode_elem_sep String dataSourceName concode_elem_sep String password concode_elem_sep String serverName concode_elem_sep int loginTimeout concode_elem_sep String user concode_elem_sep String networkProtocol concode_elem_sep PrintWriter logWriter concode_elem_... | String function ( ) { return url ; } |
30,199 | directly write all the addaggregation without their bounding object . used by sub-addaggregation non top level addaggregation concode_field_sep Map<String,Aggregation> aggregationsAsMap concode_elem_sep InternalAggregations EMPTY concode_elem_sep List<InternalAggregation> aggregations concode_elem_sep String AGGREGATIO... | XContentBuilder function ( XContentBuilder arg0 , Params arg1 ) { for ( Aggregation loc0 : aggregations ) { ( ( InternalAggregation ) loc0 ) . toXContent ( arg0 , arg1 ) ; } return arg0 ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.