idx int64 0 25k | question stringlengths 72 5.69k | target stringlengths 21 481 |
|---|---|---|
17,200 | create an instance of reportcontroltype concode_field_sep QName _SCL_QNAME concode_elem_sep QName _DATypeVal_QNAME concode_elem_sep QName _LNTypeDOI_QNAME concode_field_sep ConfLogControlType createConfLogControlType concode_elem_sep JAXBElement<String> createDAITypeVal concode_elem_sep EnumTypeType createEnumTypeType ... | ReportControlType function ( ) { return new ReportControlType ( ) ; } |
17,201 | sets the indication whether the operations of this breadcrumb bar will throw breadcrumbbarexception . concode_field_sep boolean throwsExceptions concode_field_sep List<StringValuePair<T>> getLeafs concode_elem_sep InputStream getLeafContent concode_elem_sep void setup concode_elem_sep List<StringValuePair<T>> getPathCh... | void function ( boolean arg0 ) { this . throwsExceptions = arg0 ; } |
17,202 | sets the value of the description property . concode_field_sep BigDecimal unitPrice concode_elem_sep String itemId concode_elem_sep BigDecimal quantity concode_elem_sep Boolean taxable concode_elem_sep String name concode_elem_sep String description concode_field_sep void setName concode_elem_sep String getItemId conco... | void function ( String arg0 ) { this . description = arg0 ; } |
17,203 | logs warning if needed . concode_field_sep int DFLT_THROTTLE_TIMEOUT concode_elem_sep ConcurrentMap<IgniteBiTuple<Class<? extends Throwable>,String>,Long> errors concode_elem_sep int throttleTimeout concode_field_sep void log concode_elem_sep void clear concode_elem_sep boolean replace concode_elem_sep void throttleTim... | void function ( @ Nullable IgniteLogger arg0 , String arg1 ) { assert ! F . isEmpty ( arg1 ) ; arg0 ( arg0 , null , arg1 , null , LogLevel . WARN , false ) ; } |
17,204 | 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 ( ) ; } |
17,205 | read the header at the beginning of the given block meta file . the current file position will be altered by this method . if an error occurs , the file is not closed . concode_field_sep DataChecksum checksum concode_elem_sep short VERSION concode_elem_sep Log LOG concode_elem_sep HdfsConfiguration conf concode_elem_se... | BlockMetadataHeader function ( RandomAccessFile arg0 ) { byte [ ] loc0 = new byte [ getHeaderSize ( ) ] ; arg0 . seek ( 0 ) ; arg0 . readFully ( loc0 , 0 , loc0 . length ) ; return readHeader ( new DataInputStream ( new ByteArrayInputStream ( loc0 ) ) ) ; } |
17,206 | get the nested operationalstring with the provided name concode_field_sep List<ServiceElement> services concode_elem_sep List<OperationalString> nestedOpStrings concode_elem_sep int deployedStatus concode_elem_sep String name concode_elem_sep UndeployOption undeployOption concode_elem_sep URL loadedFrom concode_elem_se... | OperationalString function ( String arg0 ) { OperationalString loc0 = null ; synchronized ( nestedOpStrings ) { for ( OperationalString loc1 : nestedOpStrings ) { if ( loc1 . getName ( ) . equals ( arg0 ) ) { loc0 = loc1 ; break ; } } } return ( loc0 ) ; } |
17,207 | this method should not be called by user code . this method is public for this class to properly implement adjustable interface . concode_field_sep int orientation concode_elem_sep long serialVersionUID concode_elem_sep int unitIncrement concode_elem_sep AdjustmentListener adjustmentListener concode_elem_sep int maximu... | void function ( int arg0 ) { throw new AWTError ( SCROLLPANE_ONLY ) ; } |
17,208 | test of var method , of class weibulldistribution . concode_field_sep PlaceHolder placeHolder concode_field_sep void setUpClass concode_elem_sep void testEntropy concode_elem_sep void testSd concode_elem_sep void testCdf concode_elem_sep void testMean concode_elem_sep void setUp concode_elem_sep void tearDownClass conc... | void function ( ) { System . out . println ( "srini_string" ) ; WeibullDistribution loc0 = new WeibullDistribution ( 1.5 , 1.0 ) ; loc0 . rand ( ) ; assertEquals ( 0.37569028 , loc0 . var ( ) , 1E-7 ) ; } |
17,209 | returns whether there are any characters left to be read . concode_field_sep int charStart concode_elem_sep ByteList src concode_elem_sep int pos concode_elem_sep int srcEnd concode_elem_sep int quoteStart concode_elem_sep ThreadContext context concode_elem_sep ByteList out concode_field_sep char next concode_elem_sep ... | boolean function ( ) { return pos < srcEnd ; } |
17,210 | sets the value of the authority property . concode_field_sep String authority concode_elem_sep String value concode_field_sep String getValue concode_elem_sep void setValue concode_elem_sep String getAuthority | void function ( String arg0 ) { this . authority = arg0 ; } |
17,211 | sets the width hint of a control . assumes that griddata is used . concode_field_sep PlaceHolder placeHolder concode_field_sep void setHorizontalSpan concode_elem_sep void setHorizontalIndent concode_elem_sep void setHeightHint concode_elem_sep void setHorizontalGrabbing concode_elem_sep void modifyLabelSpans concode_e... | void function ( Control arg0 , int arg1 ) { Object loc0 = arg0 . getLayoutData ( ) ; if ( loc0 instanceof GridData ) { ( ( GridData ) loc0 ) . arg1 = arg1 ; } } |
17,212 | setter method for categoryname concode_field_sep String subSubCategoryName concode_elem_sep String ticketNo concode_elem_sep String classificationName concode_elem_sep String loggedBy concode_elem_sep long serialVersionUID concode_elem_sep String circle concode_elem_sep String categoryName concode_elem_sep String logge... | void function ( String arg0 ) { this . categoryName = arg0 ; } |
17,213 | returns the result of interpreting the object as an instance of ` document ' . this implementation returns null ; returning a non-null result will terminate the switch . concode_field_sep MappedsuperclassPackage modelPackage concode_field_sep T caseParentDocument concode_elem_sep T caseTestReference concode_elem_sep T ... | T function ( Document arg0 ) { return null ; } |
17,214 | saves parameters for startactivityforresult . concode_field_sep String TAG concode_elem_sep PluginManager pluginManager concode_elem_sep Activity activity concode_elem_sep CordovaPlugin activityResultCallback concode_elem_sep String initCallbackService concode_elem_sep ActivityResultHolder savedResult concode_elem_sep ... | void function ( Bundle arg0 ) { if ( activityResultCallback != null ) { String loc0 = activityResultCallback . getServiceName ( ) ; arg0 . putString ( "srini_string" , loc0 ) ; } } |
17,215 | test method for svn.client.wcanalyzer #docheckout java.lang.string . concode_field_sep String password concode_elem_sep String username concode_elem_sep String svnUrl concode_elem_sep String wcPath concode_field_sep void testGetInfoString concode_elem_sep void testDoUpdate concode_elem_sep void testWCAnalyzerString con... | void function ( ) { WCAnalyzer loc0 = new WCAnalyzer ( svnUrl , wcPath , username , password ) ; } |
17,216 | sets the tool tip text . concode_field_sep Shape area concode_elem_sep long serialVersionUID concode_elem_sep String urlText concode_elem_sep String toolTipText concode_field_sep void setURLText concode_elem_sep String getPolyCoords concode_elem_sep void writeObject concode_elem_sep void setArea concode_elem_sep String... | void function ( String arg0 ) { this . toolTipText = arg0 ; } |
17,217 | returns an immutable copy of list . concode_field_sep Charset US_ASCII concode_elem_sep byte[] EMPTY_BYTE_ARRAY concode_elem_sep AtomicReference<byte[]> skipBuffer concode_elem_sep char[] DIGITS concode_elem_sep Charset UTF_8 concode_elem_sep String[] EMPTY_STRING_ARRAY concode_elem_sep Charset ISO_8859_1 concode_field... | List < T > function ( List < T > arg0 ) { return Collections . unmodifiableList ( new ArrayList < T > ( arg0 ) ) ; } |
17,218 | gets the value of the currency property . concode_field_sep Double minimumOrderAmount concode_elem_sep RecordRef currency concode_field_sep void setMinimumOrderAmount concode_elem_sep Double getMinimumOrderAmount concode_elem_sep void setCurrency | RecordRef function ( ) { return currency ; } |
17,219 | an optional version stored with the pipeline so that it can be used to determine if the pipeline should be updated / replaced . concode_field_sep String DESCRIPTION_KEY concode_elem_sep String description concode_elem_sep String id concode_elem_sep String PROCESSORS_KEY concode_elem_sep String ON_FAILURE_KEY concode_el... | Integer function ( ) { return version ; } |
17,220 | returns the b value of the tristimulus . concode_field_sep COSArray values concode_field_sep void setG concode_elem_sep float getG concode_elem_sep void setR concode_elem_sep void setB concode_elem_sep COSBase getCOSObject concode_elem_sep float getR concode_elem_sep COSArray getCOSArray | float function ( ) { return ( ( COSNumber ) values . get ( 2 ) ) . floatValue ( ) ; } |
17,221 | sets the face used when displaying a message see displaymessage for more info concode_field_sep int face concode_elem_sep MapViewGameState mapView concode_elem_sep String faceSet concode_elem_sep boolean startedTransition concode_field_sep void setMapView concode_elem_sep void EraseFace concode_elem_sep void GameOver c... | void function ( String arg0 , int arg1 ) { this . faceSet = arg0 ; this . face = arg1 ; } |
17,222 | returns the element . concode_field_sep String m_overwrite concode_elem_sep String m_destinationDir concode_elem_sep String m_startPattern concode_elem_sep String m_template concode_elem_sep String m_imageGallery concode_elem_sep String m_locale concode_elem_sep String m_encoding concode_elem_sep String m_endPattern co... | String function ( ) { return m_element ; } |
17,223 | operation controller . concode_field_sep java.lang.Object server concode_elem_sep boolean stopped concode_elem_sep boolean clientT concode_elem_sep com.ericsson.otp.erlang.OtpErlangRef send_ref concode_elem_sep java.lang.String cookie concode_elem_sep com.ericsson.otp.erlang.OtpOutputStream os concode_elem_sep com.eric... | boolean function ( java . util . Dictionary arg0 ) { if ( ( arg0 . get ( operation ) ) == null ) return false ; return true ; } |
17,224 | sets current values to be the result of multiplying two given matrices concode_field_sep float[] mMat concode_field_sep void rotate concode_elem_sep void set concode_elem_sep void load concode_elem_sep void loadScale concode_elem_sep float get concode_elem_sep float[] getArray concode_elem_sep void loadIdentity concode... | void function ( Matrix2f arg0 , Matrix2f arg1 ) { for ( int loc0 = 0 ; loc0 < 2 ; loc0 ++ ) { float loc1 = 0 ; float loc2 = 0 ; for ( int loc3 = 0 ; loc3 < 2 ; loc3 ++ ) { float loc4 = arg1 . get ( loc0 , loc3 ) ; loc1 += arg0 . get ( loc3 , 0 ) * loc4 ; loc2 += arg0 . get ( loc3 , 1 ) * loc4 ; } set ( loc0 , 0 , loc1 ... |
17,225 | the client key file concode_field_sep int poolSize concode_elem_sep String caCertData concode_elem_sep String oauthToken concode_elem_sep String clientKeyAlgo concode_elem_sep String clientCertFile concode_elem_sep String password concode_elem_sep String apiVersion concode_elem_sep String clientKeyData concode_elem_sep... | String function ( ) { return clientKeyFile ; } |
17,226 | sets the value of the tokenkey property . concode_field_sep String tokenKey concode_elem_sep String hash concode_elem_sep String reservationCode concode_field_sep String getTokenKey concode_elem_sep String getHash concode_elem_sep void setReservationCode concode_elem_sep void setHash concode_elem_sep String getReservat... | void function ( String arg0 ) { this . tokenKey = arg0 ; } |
17,227 | return the name of the gauge . concode_field_sep double average concode_elem_sep double max concode_elem_sep long count concode_elem_sep String AVG concode_elem_sep String VAL concode_elem_sep double min concode_elem_sep String MIN concode_elem_sep double alpha concode_elem_sep String name concode_elem_sep String MAX c... | String function ( ) { return this . name ; } |
17,228 | sets the proxy selection policy to be used if no #setproxy proxy is specified explicitly . the proxy selector may return multiple proxies ; in that case they will be tried in sequence until a successful connection is established . if unset , the proxyselector #getdefault system-wide default proxy selector will be used ... | OkHttpClient function ( ProxySelector arg0 ) { this . proxySelector = arg0 ; return this ; } |
17,229 | sets the value of the mnozstvi property . concode_field_sep TDatum datum concode_elem_sep TSkartacniOperace skartacniOperace concode_elem_sep String mnozstvi concode_elem_sep TOsobaInterni posuzovatel concode_elem_sep String oduvodneni concode_field_sep void setOduvodneni concode_elem_sep void setPosuzovatel concode_el... | void function ( String arg0 ) { this . mnozstvi = arg0 ; } |
17,230 | these two test cases are already implemented by concode_field_sep short REPL_FACTOR concode_elem_sep MiniDFSCluster cluster concode_elem_sep Log LOG concode_elem_sep int RAND_LIMIT concode_elem_sep int FILE_SIZE concode_elem_sep Configuration conf concode_elem_sep Random rand concode_elem_sep DistributedFileSystem fs c... | void function ( ) { } |
17,231 | reads i bits from the underlying buffers . caveat : this method always consumes full bytes even if just a bit is read ! concode_field_sep int activeParent concode_elem_sep byte readBitsBuffer concode_elem_sep ByteBuffer[] parents concode_elem_sep int readBitsRemaining concode_field_sep byte[] read concode_elem_sep byte... | int function ( int arg0 ) { if ( arg0 > 31 ) { throw new IllegalArgumentException ( "srini_string" ) ; } int loc0 = 0 ; while ( arg0 > 8 ) { final int loc1 = parse8 ( 8 ) << arg0 - 8 ; loc0 = loc0 | loc1 ; arg0 -= 8 ; } return loc0 | parse8 ( arg0 ) ; } |
17,232 | gets the integer code of the derivation method used to derive this type from its parent . returns zero for primitive types . concode_field_sep ErrorType theInstance concode_field_sep boolean isNamespaceSensitive concode_elem_sep boolean isSimpleType concode_elem_sep ValidationFailure validateContent concode_elem_sep St... | int function ( ) { return SchemaType . DERIVATION_RESTRICTION ; } |
17,233 | returns the id of a namespace uri for the specified prefix . concode_field_sep int level concode_elem_sep NSNode cursor concode_elem_sep TokenSet uris concode_elem_sep TokenSet prefixes concode_elem_sep NSNode root concode_elem_sep IntList defaults concode_field_sep void cursor concode_elem_sep NSNode cursor concode_el... | int function ( final byte [ ] arg0 , final boolean arg1 ) { if ( isEmpty ( ) ) return 0 ; return arg0 . length != 0 ? uriId ( arg0 , cursor ) : arg1 ? defaults . get ( level ) : 0 ; } |
17,234 | called by the gc to clean up the native data that we set up when we construct the object . concode_field_sep int PSM_CIRCLE_WORD concode_elem_sep int RIL_BLOCK concode_elem_sep int RIL_WORD concode_elem_sep int PSM_SINGLE_WORD concode_elem_sep int PSM_SINGLE_COLUMN concode_elem_sep String VAR_CHAR_WHITELIST concode_ele... | void function ( ) { try { nativeFinalize ( ) ; } finally { super . finalize ( ) ; } } |
17,235 | get custom serializer concode_field_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Boolean isTargeted concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep com.google.api.ads.dfp.axis.v201411.Technology[] browserLanguages concode_field_sep ... | org . apache . axis . encoding . Serializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanSerializer ( arg1 , arg2 , typeDesc ) ; } |
17,236 | redo the last command : pop the a command from the redostack execute the redo method push the command to the undostack concode_field_sep Stack<Command> redoStack concode_elem_sep Stack<Command> undoStack concode_field_sep void undo concode_elem_sep void clearHistory concode_elem_sep void execute | void function ( ) { if ( ! redoStack . isEmpty ( ) ) { Command loc0 = redoStack . pop ( ) ; loc0 . redo ( ) ; undoStack . push ( loc0 ) ; } } |
17,237 | returns the last value corresponding to the specified field parsed as an http date , or null if either the field is absent or can not be parsed as a date . concode_field_sep List<String> namesAndValues concode_elem_sep String[] namesAndValues concode_field_sep Builder add concode_elem_sep Builder add concode_elem_sep B... | Date function ( String arg0 ) { String loc0 = get ( arg0 ) ; return loc0 != null ? HttpDate . parse ( loc0 ) : null ; } |
17,238 | removes buffers from the pool until it is under its size limit . concode_field_sep List<byte[]> mBuffersByLastUse concode_elem_sep Comparator<byte[]> BUF_COMPARATOR concode_elem_sep List<byte[]> mBuffersBySize concode_elem_sep int mCurrentSize concode_elem_sep int mSizeLimit concode_field_sep void returnBuf concode_ele... | void function ( ) { while ( mCurrentSize > mSizeLimit ) { byte [ ] loc0 = mBuffersByLastUse . remove ( 0 ) ; mBuffersBySize . remove ( loc0 ) ; mCurrentSize -= loc0 . length ; } } |
17,239 | adds a user group . this method handles the creation and bookkeeping of the user group , including its resources , metadata , and internal data structures . concode_field_sep UserGroupService _service concode_field_sep void deleteUserGroup concode_elem_sep void addTeamUserGroups concode_elem_sep com.liferay.portal.mode... | com . liferay . portal . model . UserGroup function ( java . lang . String arg0 , java . lang . String arg1 , com . liferay . portal . service . ServiceContext arg2 ) { return getService ( ) . addUserGroup ( arg0 , arg1 , arg2 ) ; } |
17,240 | calcule the euclidian distance between two points concode_field_sep KDNode root concode_elem_sep double[] nearestNeighboor concode_elem_sep Random random concode_elem_sep double minDist concode_elem_sep int dimensionCount concode_elem_sep RedBlackTree<KNNPoint> resultKNN concode_elem_sep int nodeCount concode_elem_sep ... | double function ( double [ ] arg0 , double [ ] arg1 ) { double loc0 = 0 ; for ( int loc1 = 0 ; loc1 < arg0 . length ; loc1 ++ ) { loc0 += Math . pow ( arg0 [ loc1 ] - arg1 [ loc1 ] , 2 ) ; } return Math . sqrt ( loc0 ) ; } |
17,241 | stem a word . concode_field_sep StringBuilder buffer concode_elem_sep Trie stemmer concode_field_sep Trie load | StringBuilder function ( CharSequence arg0 ) { CharSequence loc0 = stemmer . getLastOnPath ( arg0 ) ; if ( loc0 == null ) return null ; buffer . setLength ( 0 ) ; buffer . append ( arg0 ) ; Diff . apply ( buffer , loc0 ) ; if ( buffer . length ( ) > 0 ) return buffer ; else return null ; } |
17,242 | add multiple sitemaps to the index concode_field_sep boolean autoValidate concode_elem_sep W3CDateFormat dateFormat concode_elem_sep String baseUrlString concode_elem_sep ArrayList<SitemapIndexUrl> urls concode_elem_sep boolean autoValidate concode_elem_sep Date defaultLastMod concode_elem_sep Date defaultLastMod conco... | SitemapIndexGenerator function ( SitemapIndexUrl ... arg0 ) { for ( SitemapIndexUrl loc0 : arg0 ) addUrl ( loc0 ) ; return this ; } |
17,243 | connects this instance to the given instance using role `` node '' . if there is already an instance connected to this instance through role `` node '' , the link will be overwritten . if the given instance is null , an existing link is removed . concode_field_sep GUID roleNodeId concode_elem_sep GUID roleJavaPackageId... | void function ( GUID arg0 ) { store . setLink ( this . id , roleNodeId , arg0 ) ; } |
17,244 | subtracts a quaternion from the instance . concode_field_sep Quaternion IDENTITY concode_elem_sep double q1 concode_elem_sep Quaternion K concode_elem_sep double q2 concode_elem_sep double q3 concode_elem_sep long serialVersionUID concode_elem_sep Quaternion J concode_elem_sep Quaternion ZERO concode_elem_sep Quaternio... | Quaternion function ( final Quaternion arg0 ) { return subtract ( this , arg0 ) ; } |
17,245 | reads in at most maxbyteswanted in dst but never morethan a chunk . concode_field_sep ByteBuffer byteBuffer concode_elem_sep byte[] byteArray concode_elem_sep boolean moreBlocks concode_elem_sep ChannelBuffer source concode_field_sep void readToTheEnd concode_elem_sep boolean isOpen concode_elem_sep int read concode_el... | int function ( ByteBuffer arg0 , int arg1 ) { if ( byteBuffer . remaining ( ) == 0 && moreBlocks ) { readNextBlock ( ) ; } int loc0 = Math . min ( arg1 , byteBuffer . remaining ( ) ) ; arg0 . put ( byteArray , byteBuffer . position ( ) , loc0 ) ; byteBuffer . position ( byteBuffer . position ( ) + loc0 ) ; return loc0 ... |
17,246 | computes the set-theoretic difference of two geometry s , using enhanced precision . concode_field_sep CommonBitsRemover cbr concode_elem_sep boolean returnToOriginalPrecision concode_field_sep Geometry removeCommonBits concode_elem_sep Geometry[] removeCommonBits concode_elem_sep Geometry intersection concode_elem_sep... | Geometry function ( Geometry arg0 , Geometry arg1 ) { Geometry [ ] loc0 = removeCommonBits ( arg0 , arg1 ) ; return computeResultPrecision ( loc0 [ 0 ] . difference ( loc0 [ 1 ] ) ) ; } |
17,247 | gets the value of the deviceinhand property . concode_field_sep DeviceTypeType deviceType concode_elem_sep BigInteger seedLength concode_elem_sep BooleanType deviceInHand concode_field_sep void setSeedLength concode_elem_sep DeviceTypeType getDeviceType concode_elem_sep void setDeviceType concode_elem_sep BigInteger ge... | BooleanType function ( ) { return deviceInHand ; } |
17,248 | get the latitude of the vertex concode_field_sep long serialVersionUID concode_elem_sep I18NString name concode_elem_sep double x concode_elem_sep Edge[] incoming concode_elem_sep Logger LOG concode_elem_sep int index concode_elem_sep double y concode_elem_sep String label concode_elem_sep int maxIndex concode_elem_sep... | double function ( ) { return y ; } |
17,249 | gets the value of the type property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep String type concode_elem_sep String title concode_elem_sep String script concode_elem_sep List<JAXBElement<?>> namePartOrDisplayFormOrAffiliat... | String function ( ) { if ( type == null ) { return "srini_string" ; } else { return type ; } } |
17,250 | obtains value of the coreconnectionpnames #connection_timeout parameter . if not set , defaults to 0 . concode_field_sep PlaceHolder placeHolder concode_field_sep void setSoReuseaddr concode_elem_sep int getLinger concode_elem_sep void setTcpNoDelay concode_elem_sep void setConnectionTimeout concode_elem_sep void setSo... | int function ( final HttpParams arg0 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } return arg0 . getIntParameter ( CoreConnectionPNames . CONNECTION_TIMEOUT , 0 ) ; } |
17,251 | error message . concode_field_sep String description concode_elem_sep Long code concode_elem_sep String moreInfo concode_elem_sep String message concode_elem_sep List<ErrorListItemDTO> error concode_field_sep List<ErrorListItemDTO> getError concode_elem_sep String getMoreInfo concode_elem_sep void setMoreInfo concode_e... | String function ( ) { return message ; } |
17,252 | create an instance of customermaster concode_field_sep PlaceHolder placeHolder concode_field_sep LoadCustomerMasterRequest createLoadCustomerMasterRequest concode_elem_sep LoadCustomerMasterResponse createLoadCustomerMasterResponse | CustomerMaster function ( ) { return new CustomerMaster ( ) ; } |
17,253 | returns the name of the element . concode_field_sep boolean useUpperCase concode_elem_sep boolean ignoreCase concode_elem_sep Document ownerDocument concode_elem_sep Element element concode_field_sep boolean compare concode_elem_sep String getCorrectCase concode_elem_sep void removeAllChildElements concode_elem_sep XML... | String function ( ) { return this . element . getTagName ( ) ; } |
17,254 | convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep String password concode_elem_sep String phone concode_elem_sep String lastName concode_elem_sep Integer userStatus concode_elem_sep String username concode_elem_sep Long id concode_elem_sep String firstName ... | String function ( Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; } |
17,255 | return an alias typecode . concode_field_sep PlaceHolder placeHolder concode_field_sep String extract concode_elem_sep String read concode_elem_sep void insert concode_elem_sep String id concode_elem_sep void write | TypeCode function ( ) { ORB loc0 = OrbRestricted . Singleton ; return loc0 . create_alias_tc ( id ( ) , "srini_string" , loc0 . create_string_tc ( 0 ) ) ; } |
17,256 | set the mail value . concode_field_sep String mail concode_elem_sep String displayName concode_elem_sep Boolean securityEnabled concode_elem_sep String objectId concode_elem_sep String objectType concode_field_sep ADGroupInner withDisplayName concode_elem_sep ADGroupInner withObjectId concode_elem_sep String mail conco... | ADGroupInner function ( String arg0 ) { this . mail = arg0 ; return this ; } |
17,257 | waits if necessary for at most the given time for the command handling to complete , and then retrieves its result , if available . unlike #get long , java.util.concurrent.timeunit , this method will throw the original exception . only checked exceptions are wrapped in a commandexecutionexception . if the timeout expir... | R function ( long arg0 , TimeUnit arg1 ) { if ( ! awaitCompletion ( arg0 , arg1 ) ) { return null ; } return doGetResult ( ) ; } |
17,258 | returns the zip code concode_field_sep String zipCode concode_elem_sep String streetName concode_elem_sep String city concode_elem_sep String countryCode concode_elem_sep String houseNumber concode_elem_sep String stateCode concode_field_sep void setCountryCode concode_elem_sep String getCountryCode concode_elem_sep vo... | String function ( ) { return zipCode ; } |
17,259 | returns the scalar-vector product of this vector with the specified scalar . concode_field_sep ST<Integer,Double> st concode_elem_sep int d concode_field_sep int size concode_elem_sep double get concode_elem_sep double dot concode_elem_sep double dot concode_elem_sep double magnitude concode_elem_sep String toString co... | SparseVector function ( double arg0 ) { SparseVector loc0 = new SparseVector ( d ) ; for ( int loc1 : this . st . keys ( ) ) loc0 . put ( loc1 , arg0 * this . get ( loc1 ) ) ; return loc0 ; } |
17,260 | get the assocated xsl : template . 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 boolean m_wild co... | ElemTemplate function ( ) { return m_template ; } |
17,261 | getter for definition concode_field_sep String editable concode_elem_sep Date lastUpdateDate concode_elem_sep String name concode_elem_sep String description concode_elem_sep String lastUpdateUser concode_elem_sep String definition concode_field_sep void setName concode_elem_sep Date getLastUpdateDate concode_elem_sep ... | String function ( ) { return this . definition ; } |
17,262 | set the parent configuration . the parent configuration is queried , if the requested configuration values was not found in this report configuration . concode_field_sep Class booterClass concode_elem_sep Configuration parentConfiguration concode_elem_sep DefaultConfiguration configuration concode_elem_sep long serialV... | void function ( final Configuration arg0 ) { if ( this . parentConfiguration == this ) { throw new IllegalArgumentException ( "srini_string" ) ; } this . parentConfiguration = arg0 ; } |
17,263 | sets the value of the cardaction property . concode_field_sep CardActionResponseType result concode_elem_sep BigInteger retryCount concode_elem_sep CardActionType cardAction concode_elem_sep ApplicationIdentifierType applicationIdentifier concode_field_sep CardActionType getCardAction concode_elem_sep void setApplicati... | void function ( CardActionType arg0 ) { this . cardAction = arg0 ; } |
17,264 | returns the zoomandpan attribute value . concode_field_sep PlaceHolder placeHolder concode_field_sep void setZoomAndPan | short function ( Element arg0 ) { String loc0 = arg0 . getAttributeNS ( null , SVG_ZOOM_AND_PAN_ATTRIBUTE ) ; if ( loc0 . equals ( SVG_MAGNIFY_VALUE ) ) { return SVGZoomAndPan . SVG_ZOOMANDPAN_MAGNIFY ; } return SVGZoomAndPan . SVG_ZOOMANDPAN_DISABLE ; } |
17,265 | by default , there is no post processing to be done . 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 XMLResource getResource concode_elem_sep String getName c... | void function ( Set arg0 ) { } |
17,266 | adds the uid to the list of protectd users concode_field_sep List<String> uidList concode_field_sep boolean isTrue | void function ( final String arg0 ) { uidList . add ( arg0 ) ; } |
17,267 | accept the visitor . concode_field_sep boolean invalid concode_elem_sep Node parent concode_elem_sep String firstTokenImage concode_elem_sep Token last concode_elem_sep int beginColumn concode_elem_sep RuntimeServices rsvc concode_elem_sep Parser parser concode_elem_sep Node[] children concode_elem_sep int beginLine co... | Object function ( ParserVisitor arg0 , Object arg1 ) { return arg0 . visit ( this , arg1 ) ; } |
17,268 | return the class or interface to expose for the given bean class . this is the class that will be searched for attributes and operations for example , checked for annotations . this implementation returns the superclass for a cglib proxy and the class of the given bean else for a jdk proxy or a plain bean class . conco... | Class < ? > function ( Class < ? > arg0 ) { return ClassUtils . getUserClass ( arg0 ) ; } |
17,269 | autowire access to configpathconfigurer concode_field_sep CrawlController controller concode_elem_sep long pauseThresholdMiB concode_elem_sep boolean monitorConfigPaths concode_elem_sep Logger logger concode_elem_sep List<String> monitorPaths concode_elem_sep ConfigPathConfigurer configPathConfigurer concode_field_sep ... | void function ( ConfigPathConfigurer arg0 ) { this . configPathConfigurer = arg0 ; } |
17,270 | is entity amount less or equals then minimal amount concode_field_sep EntityObserver<E> entityObserver concode_field_sep int getContainerLack concode_elem_sep void updateEntitiesInDatabase concode_elem_sep void useEntity concode_elem_sep void fill concode_elem_sep void unUseEntity | boolean function ( E arg0 ) { return arg0 . getAmount ( ) <= arg0 . getAmountMin ( ) ; } |
17,271 | clears the internal map where permissionrequests are stored and adds the requests that are passed in concode_field_sep int titleRes concode_elem_sep PermissionRequestManager instance concode_elem_sep boolean system concode_elem_sep Map<String,PermissionRequest> permissionRequests concode_elem_sep boolean blocking conco... | void function ( List < PermissionRequest > arg0 ) { this . permissionRequests . clear ( ) ; addPermissions ( arg0 ) ; } |
17,272 | returns bad jobs , i.e. jobs that are not assigned to any vehicle route . concode_field_sep Collection<VehicleRoute> routes concode_elem_sep double cost concode_elem_sep Collection<Job> unassignedJobs concode_field_sep Collection<VehicleRoute> getRoutes concode_elem_sep void setCost concode_elem_sep String toString con... | Collection < Job > function ( ) { return unassignedJobs ; } |
17,273 | sets the code map . concode_field_sep LexEvsTreeNode currentFocus concode_elem_sep Map<String,LexEvsTreeNode> codeMap concode_elem_sep long serialVersionUID concode_elem_sep String codingScheme concode_elem_sep List<String> associationNames concode_elem_sep CodingSchemeVersionOrTag versionOrTag concode_elem_sep Directi... | void function ( Map < String , LexEvsTreeNode > arg0 ) { this . codeMap = arg0 ; } |
17,274 | returns bytes reference , also un compress the source if needed . concode_field_sep String _ID concode_elem_sep Map<String,Object> sourceAsMap concode_elem_sep String _TYPE concode_elem_sep String FOUND concode_elem_sep String index concode_elem_sep byte[] sourceAsBytes concode_elem_sep String _VERSION concode_elem_sep... | BytesReference function ( ) { try { this . source = CompressorFactory . uncompressIfNeeded ( this . source ) ; return this . source ; } catch ( IOException loc0 ) { throw new ElasticsearchParseException ( "srini_string" , loc0 ) ; } } |
17,275 | returns the list of active subscriptions for a given customer . these are subscriptions that have non-zero committed-customer counts . concode_field_sep HashMap<Broker,List<TariffSubscription>> brokerMap concode_elem_sep TariffRepo tariffRepo concode_elem_sep HashMap<Tariff,List<TariffSubscription>> tariffMap concode_e... | List < TariffSubscription > function ( CustomerInfo arg0 ) { List < TariffSubscription > loc0 = new ArrayList < TariffSubscription > ( ) ; for ( TariffSubscription loc1 : findSubscriptionsForCustomer ( arg0 ) ) { if ( loc1 . getCustomersCommitted ( ) > 0 ) { loc0 . add ( loc1 ) ; } } return loc0 ; } |
17,276 | get parameter value from request scope . concode_field_sep PlaceHolder placeHolder concode_field_sep Application getApplication concode_elem_sep Object getElValue concode_elem_sep ServletContext getServletContext concode_elem_sep Object getManagedBean concode_elem_sep String getJsfEl concode_elem_sep void resetManagedB... | String function ( String arg0 ) { return ( String ) FacesContext . getCurrentInstance ( ) . getExternalContext ( ) . getRequestParameterMap ( ) . get ( arg0 ) ; } |
17,277 | creates the context used to paint the texture . concode_field_sep BufferedImage texture concode_elem_sep Rectangle2D anchor concode_field_sep Rectangle2D getAnchorRect concode_elem_sep BufferedImage getImage concode_elem_sep int getTransparency | PaintContext function ( ColorModel arg0 , Rectangle arg1 , Rectangle2D arg2 , AffineTransform arg3 , RenderingHints arg4 ) { return new TexturePaintContext ( this , arg1 , arg2 , arg3 ) ; } |
17,278 | get custom serializer concode_field_sep com.google.api.ads.dfa.axis.v1_20.PlacementUpdateResult[] result concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep boolean inError concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_field_sep void setInErro... | org . apache . axis . encoding . Serializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanSerializer ( arg1 , arg2 , typeDesc ) ; } |
17,279 | check out the outgoing transition connected to firstactinst from starteventactlist concode_field_sep HistoryService historyService concode_elem_sep ObjectMapper objectMapper concode_elem_sep RepositoryService repositoryService concode_elem_sep RuntimeService runtimeService concode_field_sep void getHighlightedFlows con... | PvmTransition function ( List < ActivityImpl > arg0 , HistoricActivityInstance arg1 ) { for ( ActivityImpl loc0 : arg0 ) { for ( PvmTransition loc1 : loc0 . getOutgoingTransitions ( ) ) { if ( loc1 . getDestination ( ) . getId ( ) . equals ( arg1 . getActivityId ( ) ) ) { return loc1 ; } } } return null ; } |
17,280 | test of settipo method , of class lerpauta . concode_field_sep PlaceHolder placeHolder concode_field_sep void testSetEpoca concode_elem_sep void setUpClass concode_elem_sep void testListaPauta concode_elem_sep void testGetPauta concode_elem_sep void testGetTipo concode_elem_sep void testGetCelula concode_elem_sep void ... | void function ( ) { System . out . println ( "srini_string" ) ; String loc0 = "srini_string" ; LerPauta loc1 = new LerPauta ( "srini_string" ) ; loc1 . setTipo ( loc0 ) ; } |
17,281 | returns a hash code for this object . concode_field_sep Class periodClass concode_elem_sep Paint dividerPaint concode_elem_sep RectangleInsets padding concode_elem_sep Stroke DEFAULT_DIVIDER_STROKE concode_elem_sep Font labelFont concode_elem_sep DateFormat dateFormat concode_elem_sep Paint DEFAULT_LABEL_PAINT concode_... | int function ( ) { int loc0 = 41 ; loc0 = loc0 + 37 * this . periodClass . hashCode ( ) ; loc0 = loc0 + 37 * this . dateFormat . hashCode ( ) ; return loc0 ; } |
17,282 | define if this profile is remembered . concode_field_sep long serialVersionUID concode_elem_sep List<String> permissions concode_elem_sep Logger logger concode_elem_sep Map<String,Object> attributes concode_elem_sep String SEPARATOR concode_elem_sep List<String> roles concode_elem_sep boolean isRemembered concode_elem_... | void function ( final boolean arg0 ) { this . isRemembered = arg0 ; } |
17,283 | logs the return value to the given logger . if the given return value is null , the value will be logged too . concode_field_sep boolean logInTargetContext concode_elem_sep boolean logException concode_elem_sep boolean logParamters concode_elem_sep boolean logReturnValue concode_field_sep void logBefore concode_elem_se... | void function ( Logger arg0 , Object arg1 ) { if ( arg1 != null ) { if ( arg1 instanceof Calendar ) { arg1 = ( ( Calendar ) arg1 ) . getTime ( ) ; } arg0 . trace ( "srini_string" + arg1 . getClass ( ) . getName ( ) + "srini_string" + arg1 ) ; } else { arg0 . trace ( "srini_string" ) ; } } |
17,284 | update a property value using nameupdater #getcurrentname string , string , string . do not use for gui_class or test_class . concode_field_sep String ATT_TE_ENABLED concode_elem_sep String ATT_TE_TESTCLASS concode_elem_sep String ATT_TE_GUICLASS concode_elem_sep String inVersion concode_elem_sep String ATT_ELEMENT_TYP... | String function ( String arg0 , String arg1 , UnmarshallingContext arg2 ) { String loc0 = ( String ) arg2 . get ( SaveService . TEST_CLASS_NAME ) ; return NameUpdater . getCurrentName ( arg1 , arg0 , loc0 ) ; } |
17,285 | execute children rules concode_field_sep Exec exec concode_elem_sep boolean trace concode_elem_sep Conf conf concode_elem_sep Stack<Var> stack concode_field_sep Integer select concode_elem_sep Integer fullselect concode_elem_sep String getText concode_elem_sep Integer fromTable concode_elem_sep Var evalPop concode_elem... | Integer function ( ParserRuleContext arg0 ) { return exec . visitChildren ( arg0 ) ; } |
17,286 | gets the value of the awardinginstitutionid property . concode_field_sep String awardingInstitutionID concode_elem_sep String description concode_field_sep void setAwardingInstitutionID concode_elem_sep void setDescription concode_elem_sep String getDescription | String function ( ) { return awardingInstitutionID ; } |
17,287 | clears this hashtable so that it contains no keys . concode_field_sep float DEFAULT_LOAD_FACTOR concode_elem_sep double EPSILON concode_elem_sep TableEntry[] m_Table concode_elem_sep int m_Threshold concode_elem_sep long serialVersionUID concode_elem_sep long serialVersionUID concode_elem_sep double pmiss concode_elem_... | void function ( ) { TableEntry loc0 [ ] = m_Table ; for ( int loc1 = loc0 . length ; -- loc1 >= 0 ; ) { loc0 [ loc1 ] = null ; } m_Count = 0 ; } |
17,288 | sets the mode that will be used to start transactions on this connection . concode_field_sep String dateStringFormat concode_elem_sep String fileName concode_elem_sep Map<TransactionMode,String> beginCommandMap concode_elem_sep int openModeFlags concode_elem_sep FastDateFormat dateFormat concode_elem_sep boolean autoCo... | void function ( TransactionMode arg0 ) { this . transactionMode = arg0 ; } |
17,289 | getter method for the deptname concode_field_sep int subSubCatId concode_elem_sep String deptName concode_elem_sep int tat concode_elem_sep String comments concode_elem_sep int deptId concode_elem_sep int subCatId concode_elem_sep int escRuleId concode_elem_sep List escRuleDetails concode_elem_sep int flowLevel concode... | String function ( ) { return deptName ; } |
17,290 | sets the name of this user concode_field_sep String name concode_elem_sep String passwordHash concode_elem_sep Playlist playlist concode_elem_sep int ROLE_USER concode_elem_sep int ROLE_ADMIN concode_elem_sep int role concode_field_sep void setPassword concode_elem_sep String getName concode_elem_sep void save concode_... | void function ( String arg0 ) { this . name = arg0 ; } |
17,291 | sets the total number of messages in the queue/store that have not been ack 'd by a consumer . this can become confusing at times when compared to the enqueue count because the enqueue count is a count over a period of time since the last broker restart while the queue size is not dependent on a period of time but inst... | void function ( long arg0 ) { this . queueSize = arg0 ; } |
17,292 | report that we skipped some analysis of a method concode_field_sep BugReporter delegate concode_field_sep void reportBug concode_elem_sep void addObserver concode_elem_sep void logError concode_elem_sep void logError concode_elem_sep ProjectStats getProjectStats concode_elem_sep BugCollection getBugCollection concode_e... | void function ( MethodDescriptor arg0 ) { delegate . reportSkippedAnalysis ( arg0 ) ; } |
17,293 | returns whether a member is accessible . concode_field_sep Class<?>[] ORDERED_PRIMITIVE_TYPES concode_elem_sep int ACCESS_TEST concode_field_sep float getObjectTransformationCost concode_elem_sep float getPrimitivePromotionCost concode_elem_sep int compareParameterTypes concode_elem_sep float getTotalTransformationCost... | boolean function ( final Member arg0 ) { return arg0 != null && Modifier . isPublic ( arg0 . getModifiers ( ) ) && ! arg0 . isSynthetic ( ) ; } |
17,294 | reads a piedataset from an xml file . concode_field_sep PlaceHolder placeHolder concode_field_sep CategoryDataset readCategoryDatasetFromXML concode_elem_sep CategoryDataset readCategoryDatasetFromXML | PieDataset function ( File arg0 ) { InputStream loc0 = new FileInputStream ( arg0 ) ; return readPieDatasetFromXML ( loc0 ) ; } |
17,295 | performs a dynamic query on the database and returns an ordered range of the matching rows . 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... | java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 , com . liferay . portal . kernel . util . OrderByComparator < T > arg3 ) { return _syncDeviceLocalService . arg0 ( arg0 , arg1 , arg2 , arg3 ) ; } |
17,296 | returns a list of file in the snapshot concode_field_sep List<FileInfo> indexFiles concode_elem_sep Map<String,FileInfo> physicalFiles concode_elem_sep String snapshot concode_field_sep boolean containPhysicalIndexFile concode_elem_sep String snapshot concode_elem_sep FileInfo findPhysicalIndexFile | List < FileInfo > function ( ) { return indexFiles ; } |
17,297 | get current registered operator name in long alphanumeric format in gsm/umts , long format can be upto 16 characters long concode_field_sep int STATE_EMERGENCY_ONLY concode_elem_sep int mState concode_elem_sep String mOperatorAlphaLong concode_elem_sep Parcelable.Creator<ServiceState> CREATOR concode_elem_sep int STATE... | String function ( ) { return mOperatorAlphaLong ; } |
17,298 | retrieves the next compiled statement identifier in the sequence . concode_field_sep Database database concode_elem_sep IntKeyHashMap schemaMap concode_elem_sep LongKeyHashMap csidMap concode_elem_sep long next_cs_id concode_elem_sep LongKeyIntValueHashMap useMap concode_field_sep Statement compile concode_elem_sep voi... | long function ( ) { next_cs_id ++ ; return next_cs_id ; } |
17,299 | this method sums all the numbers on the list . concode_field_sep double listNumbers concode_elem_sep double average concode_elem_sep double total concode_elem_sep int counter concode_field_sep void setAverage concode_elem_sep double getListNumbers concode_elem_sep double getAverage concode_elem_sep void setListNumbers ... | void function ( double arg0 ) { this . total += arg0 ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.