idx int64 0 25k | question stringlengths 68 5.14k | target stringlengths 20 503 |
|---|---|---|
7,500 | gets the value of the creativewrapperaction property . concode_field_sep Statement filterStatement concode_elem_sep CreativeWrapperAction creativeWrapperAction concode_field_sep Statement getFilterStatement concode_elem_sep void setCreativeWrapperAction concode_elem_sep void setFilterStatement | CreativeWrapperAction function ( ) { return creativeWrapperAction ; } |
7,501 | returns the environments that belong to this group . concode_field_sep Package containingPackage concode_elem_sep Set<Label> defaults concode_elem_sep Set<Label> environments concode_elem_sep Location location concode_elem_sep Label label concode_elem_sep Map<Label,NestedSet<Label>> fulfillersMap concode_field_sep List... | Set < Label > function ( ) { return environments ; } |
7,502 | check package access on the proxy interfaces that the given proxy class implements . concode_field_sep String PROXY_PACKAGE concode_field_sep boolean isAncestor concode_elem_sep Class forName concode_elem_sep void ensureMemberAccess concode_elem_sep void checkPackageAccess concode_elem_sep void checkPackageAccess conco... | void function ( Class < ? > arg0 ) { SecurityManager loc0 = System . getSecurityManager ( ) ; if ( loc0 != null ) { if ( Proxy . isProxyClass ( arg0 ) ) { for ( Class < ? > loc1 : arg0 . getInterfaces ( ) ) { checkPackageAccess ( loc1 ) ; } } } } |
7,503 | returns the database type . concode_field_sep Platform _platform concode_elem_sep boolean _failOnError concode_field_sep void setPlatform concode_elem_sep boolean isFailOnError concode_elem_sep void setFailOnError concode_elem_sep void execute concode_elem_sep Platform getPlatform | String function ( ) { return _platform . getName ( ) ; } |
7,504 | this property specifies the parent that the scanner will search for . the scanner will register all interfaces in the base package that also have the specified interface class as a parent . note this can be combined with annotationclass . concode_field_sep boolean processPropertyPlaceHolders concode_elem_sep SqlSession... | void function ( Class < ? > arg0 ) { this . markerInterface = arg0 ; } |
7,505 | true if the where fragment is from a filter condition . concode_field_sep boolean hasFilterCondition concode_elem_sep int FULL_JOIN concode_elem_sep int LEFT_OUTER_JOIN concode_elem_sep boolean hasThetaJoins concode_elem_sep int INNER_JOIN concode_elem_sep int RIGHT_OUTER_JOIN concode_field_sep void addFragment concode... | boolean function ( ) { return hasFilterCondition ; } |
7,506 | el nombre de la clase a llamar concode_field_sep Parameter[] parameterArray concode_elem_sep String methodName concode_elem_sep String className concode_field_sep String getMethodName concode_elem_sep void main concode_elem_sep Parameter[] getParameterArray | String function ( ) { return className ; } |
7,507 | build a new notification with an existing map . concode_field_sep Object mSource concode_elem_sep String mNotificationType concode_elem_sep long mSequenceNumber concode_field_sep Object getSource concode_elem_sep void putMapData concode_elem_sep long now concode_elem_sep Notification buildNew concode_elem_sep Notificat... | Notification function ( final String arg0 , final Map < String , Serializable > arg1 ) { final Notification loc0 = new Notification ( mNotificationType , mSource , nextSequenceNumber ( ) , now ( ) , arg0 ) ; if ( arg1 != null ) { loc0 . setUserData ( arg1 ) ; } else { loc0 . setUserData ( new HashMap < String , Seriali... |
7,508 | converts primitive int type to byte array . concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] longToBytes concode_elem_sep int longToBytes concode_elem_sep long bytesToLong concode_elem_sep UUID bytesToUuid concode_elem_sep byte[] toBytes concode_elem_sep byte[] uuidToBytes concode_elem_sep int uuidToB... | byte [ ] function ( int arg0 ) { return toBytes ( arg0 , new byte [ 4 ] , 0 , 4 ) ; } |
7,509 | returns the duration length in milliseconds . because the length of a month or year may vary depending on the year , the startinstant parameter is used to specify the duration offset . concode_field_sep PlaceHolder placeHolder concode_field_sep Duration add concode_elem_sep Duration normalizeWith concode_elem_sep int c... | long function ( Calendar arg0 ) { Calendar loc0 = ( Calendar ) arg0 . clone ( ) ; long loc1 = loc0 . getTimeInMillis ( ) ; addTo ( loc0 ) ; long loc2 = loc0 . getTimeInMillis ( ) ; return loc2 - loc1 ; } |
7,510 | wait for the first request before initializing the wrapped handler concode_field_sep SolrCore core concode_elem_sep SolrRequestHandler _handler concode_elem_sep NamedList _args concode_elem_sep Logger log concode_elem_sep Map<String,SolrRequestHandler> handlers concode_elem_sep String _className concode_field_sep Strin... | void function ( SolrQueryRequest arg0 , SolrQueryResponse arg1 ) { SolrRequestHandler loc0 = _handler ; if ( loc0 == null ) { loc0 = getWrappedHandler ( ) ; } loc0 . handleRequest ( arg0 , arg1 ) ; } |
7,511 | gets the source of the event . concode_field_sep FiresEvent source concode_field_sep void tryFire concode_elem_sep void fire concode_elem_sep Class getEventClass | FiresEvent function ( ) { return source ; } |
7,512 | returns a string containing a concise , human-readable description of this object . concode_field_sep String TAG concode_elem_sep HashMap<String,Object> mValues concode_field_sep Float getAsFloat concode_elem_sep Byte getAsByte concode_elem_sep Set<Map.Entry<String,Object>> valueSet concode_elem_sep boolean containsKey... | String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; for ( String loc1 : mValues . keySet ( ) ) { String loc2 = getAsString ( loc1 ) ; if ( loc0 . length ( ) > 0 ) loc0 . append ( "srini_string" ) ; loc0 . append ( loc1 + "srini_string" + loc2 ) ; } return loc0 . toString ( ) ; } |
7,513 | get the name of the class in dotted format . concode_field_sep Pattern ANONYMOUS_CLASS_NAME concode_elem_sep String className concode_elem_sep long serialVersionUID concode_elem_sep ClassDescriptor[] EMPTY_ARRAY concode_field_sep ClassDescriptor fromResourceName concode_elem_sep String getDottedClassName concode_elem_s... | String function ( ) { return ClassName . toDottedClassName ( className ) ; } |
7,514 | returns the coordinate of the vertex . concode_field_sep boolean border concode_elem_sep Coordinate coordinate concode_elem_sep int id concode_field_sep void setBorder concode_elem_sep void setId concode_elem_sep int getId concode_elem_sep void setCoordinate concode_elem_sep boolean isBorder | Coordinate function ( ) { return this . coordinate ; } |
7,515 | gets the value of the arcrole property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep MIBandType miBand 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... | String function ( ) { return arcrole ; } |
7,516 | amazon aws secret key concode_field_sep AmazonDynamoDB amazonDDBClient concode_elem_sep String secretKey concode_elem_sep Long readCapacity concode_elem_sep String amazonDdbEndpoint concode_elem_sep DdbOperations operation concode_elem_sep String keyAttributeType concode_elem_sep String proxyHost concode_elem_sep Strin... | void function ( String arg0 ) { this . secretKey = arg0 ; } |
7,517 | exports credentials as java system properties to be picked up by aws sdk clients . concode_field_sep MonkeyCalendar calendar concode_elem_sep MonkeyRecorder recorder concode_elem_sep Logger LOGGER concode_elem_sep String secret concode_elem_sep MonkeyScheduler scheduler concode_elem_sep Properties properties concode_el... | void function ( String arg0 , String arg1 ) { System . setProperty ( "srini_string" , arg0 ) ; System . setProperty ( "srini_string" , arg1 ) ; } |
7,518 | get the list of filenamemappers . concode_field_sep List mappers concode_field_sep void add concode_elem_sep boolean contains concode_elem_sep void setFrom concode_elem_sep void addConfiguredMapper concode_elem_sep void setTo concode_elem_sep void addConfigured | List function ( ) { return Collections . unmodifiableList ( mappers ) ; } |
7,519 | call this method for all registered interceptors . concode_field_sep IORInterceptor[] interceptors concode_field_sep void components_established concode_elem_sep String name concode_elem_sep void destroy concode_elem_sep void adapter_state_changed concode_elem_sep void adapter_manager_state_changed | void function ( IORInfo arg0 ) { for ( int loc0 = 0 ; loc0 < interceptors . length ; loc0 ++ ) { try { interceptors [ loc0 ] . establish_components ( arg0 ) ; } catch ( Exception loc1 ) { } } } |
7,520 | estamos en la ventana resumen pide al servidor darresumen de tareas por nombre de forma alfabetica y con esa informacion actualiza la ventana tarea concode_field_sep PrintWriter escritor concode_elem_sep BufferedReader lector concode_elem_sep String CONSULTAR_TAREAS_POR_SEMANA_ACTUAL concode_elem_sep String CONSULTAR_T... | void function ( ) { } |
7,521 | getter for the middle name of the profile . concode_field_sep String MIDDLE_NAME_KEY concode_elem_sep String lastName concode_elem_sep String NAME_KEY concode_elem_sep Parcelable.Creator<Profile> CREATOR concode_elem_sep String FIRST_NAME_KEY concode_elem_sep String firstName concode_elem_sep String ID_KEY concode_elem... | String function ( ) { return middleName ; } |
7,522 | perform `` click '' operation based on locator value concode_field_sep int WAIT_TIMEOUT concode_field_sep LoginPage navigateToLoginPage concode_elem_sep void sendKeysTextBoxByLocator concode_elem_sep void waitForVisibilityOfElementLocated concode_elem_sep void waitForNumberOfElementsToBeMoreThan concode_elem_sep void s... | boolean function ( WebDriver arg0 , By arg1 ) { WebElement loc0 = arg0 . findElement ( arg1 ) ; if ( loc0 . isDisplayed ( ) ) { loc0 . click ( ) ; return true ; } else return false ; } |
7,523 | returns the number of items in this list . concode_field_sep PlaceHolder placeHolder concode_field_sep void add concode_elem_sep ASTNode get concode_elem_sep void prepend concode_elem_sep void delete concode_elem_sep ASTNode remove | long function ( ) { } |
7,524 | by default , all mime types are accepted . by providing a set of mimetypes , the receiver will only work with the given mimetypes concode_field_sep NotificationManager notificationManager concode_elem_sep String fileName concode_elem_sep Upload upload concode_elem_sep Collection<String> acceptedMimeTypes concode_elem_s... | void function ( Collection < String > arg0 ) { this . acceptedMimeTypes = arg0 ; } |
7,525 | create a fuse that has not yet been triggered . concode_field_sep AtomicLong CAN_DEVICE_ID_GENERATOR concode_field_sep MockTwoAxisAccelerometer accelerometer2Axis concode_elem_sep MockVoltageSensor voltageSensor concode_elem_sep MockMotor stoppedMotor concode_elem_sep MockSolenoid instantaneousSolenoid concode_elem_sep... | Fuse function ( ) { return Fuse . create ( ) . reset ( ) ; } |
7,526 | returns the user tracker with the primary key . concode_field_sep UserTrackerLocalService _userTrackerLocalService concode_field_sep int getUserTrackersCount concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.model.UserTracker fetchUserTracker concode_elem_sep void set... | com . liferay . portal . kernel . model . UserTracker function ( long arg0 ) { return _userTrackerLocalService . getUserTracker ( arg0 ) ; } |
7,527 | tests the value of eof . concode_field_sep InputBuffer fixture concode_field_sep void peekEmpty concode_elem_sep void nextCharEmpty concode_elem_sep void getInputPositionEmpty concode_elem_sep void getInputPositionValid concode_elem_sep void setInputPosition concode_elem_sep void constructorNull concode_elem_sep void n... | void function ( ) { assertEquals ( InputBuffer . EOF , - 1 ) ; } |
7,528 | gets a map that contains attributes that are n't bound to any typed property on this class . the map is keyed by the name of the attribute and the value is the string value of the attribute . the map returned by this method is live , and you can add new attribute by updating the map directly . because of this design , ... | Map < QName , String > function ( ) { return otherAttributes ; } |
7,529 | get property value . concode_field_sep Map<Class<?>,Wrapper> WRAPPER_MAP concode_elem_sep Wrapper OBJECT_WRAPPER concode_elem_sep String[] EMPTY_STRING_ARRAY concode_elem_sep AtomicLong WRAPPER_CLASS_COUNTER concode_elem_sep String[] OBJECT_METHODS concode_field_sep boolean hasMethods concode_elem_sep String[] getDecla... | Object [ ] function ( Object arg0 , String [ ] arg1 ) { Object [ ] loc0 = new Object [ arg1 . length ] ; for ( int loc1 = 0 ; loc1 < loc0 . length ; loc1 ++ ) loc0 [ loc1 ] = getPropertyValue ( arg0 , arg1 [ loc1 ] ) ; return loc0 ; } |
7,530 | returns the space reserved for the border . concode_field_sep BlockBorder NONE concode_elem_sep RectangleInsets insets concode_elem_sep Paint paint concode_elem_sep long serialVersionUID concode_field_sep void writeObject concode_elem_sep boolean equals concode_elem_sep void draw concode_elem_sep Paint getPaint concode... | RectangleInsets function ( ) { return this . insets ; } |
7,531 | returns the id of the fixture on the first body . concode_field_sep UUID fixture1Id concode_elem_sep UUID fixture2Id concode_elem_sep UUID body2Id concode_elem_sep UUID body1Id concode_field_sep int hashCode concode_elem_sep UUID getBody1Id concode_elem_sep boolean equals concode_elem_sep UUID getBody2Id concode_elem_s... | UUID function ( ) { return this . fixture1Id ; } |
7,532 | updates the d l sync event in the database or adds it if it does not yet exist . also notifies the appropriate model listeners . concode_field_sep DLSyncEventLocalService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getAct... | com . liferay . portlet . documentlibrary . model . DLSyncEvent function ( com . liferay . portlet . documentlibrary . model . DLSyncEvent arg0 ) { return getService ( ) . updateDLSyncEvent ( arg0 ) ; } |
7,533 | compatibility check for the ov-chip protocol layer . see the compatibility check explanations and also ds.ov2.util.apdu _ serializable #is_compatible_with apdu_serializable . is_compatible_with . this object is compatible with any other instance of apdu_short . concode_field_sep short value concode_field_sep short size... | boolean function ( Object arg0 ) { if ( arg0 instanceof APDU_short ) { return true ; } return false ; } |
7,534 | replay all mocks concode_field_sep Element rootElementMock concode_elem_sep Element bodyElementMock concode_elem_sep AbstractXMLRequestCreatorBase tested concode_elem_sep Document documentMock concode_elem_sep Element headerElementMock concode_field_sep void verifyAll concode_elem_sep void setUp concode_elem_sep void t... | void function ( ) { replay ( tested , documentMock , rootElementMock , headerElementMock , bodyElementMock ) ; } |
7,535 | calls casexxx for each class of the model until one returns a non null result ; it yields that result . concode_field_sep InstancePackage modelPackage concode_field_sep T caseModelElement concode_elem_sep T casePackage concode_elem_sep T caseDataValue concode_elem_sep T caseObject concode_elem_sep T caseElement concode... | T function ( EClass arg0 , EObject arg1 ) { if ( arg0 . eContainer ( ) == modelPackage ) { return doSwitch ( arg0 . getClassifierID ( ) , arg1 ) ; } else { List < EClass > loc0 = arg0 . getESuperTypes ( ) ; return loc0 . isEmpty ( ) ? defaultCase ( arg1 ) : doSwitch ( loc0 . get ( 0 ) , arg1 ) ; } } |
7,536 | gets the value of the notonorafter property . concode_field_sep String address concode_elem_sep Object anyType concode_elem_sep String inResponseTo concode_elem_sep String recipient concode_elem_sep long serialVersionUID concode_elem_sep XMLGregorianCalendar notOnOrAfter concode_elem_sep Map<QName,String> otherAttribut... | XMLGregorianCalendar function ( ) { return notOnOrAfter ; } |
7,537 | specifies the entry id for this cache entry . concode_field_sep Entry entry concode_elem_sep Backend backend concode_elem_sep long entryID concode_field_sep Backend getBackend concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep long getEntryID concode_elem_sep DN getDN concode_elem_sep Entry ... | void function ( long arg0 ) { this . entryID = arg0 ; } |
7,538 | reallocate a float buffer . a ` deferred ' buffer is reallocated only if it is not null . if ` usersuppliedcapacity ' is not zero , buffer is user supplied and must be kept . concode_field_sep PlaceHolder placeHolder concode_field_sep void rotate concode_elem_sep void rotate concode_elem_sep void rotate | float [ ] function ( float [ ] arg0 , int arg1 , int arg2 , int arg3 , boolean arg4 ) { assert ( arg3 > arg2 ) ; assert ( arg1 == 0 || arg3 <= arg1 ) ; if ( ( ! arg4 || arg0 != null ) && arg1 == 0 ) { arg0 = reallocateBuffer ( arg0 , arg2 , arg3 ) ; } return arg0 ; } |
7,539 | sets the value of the visible property . concode_field_sep Parent parent concode_elem_sep String image concode_elem_sep String code concode_elem_sep Boolean visible concode_elem_sep Langs langs concode_elem_sep String style concode_elem_sep long serialVersionUID concode_elem_sep Long id concode_elem_sep String label co... | void function ( boolean arg0 ) { this . visible = arg0 ; } |
7,540 | sets the alert definition commands that contain the alert definitions for each cluster that the host is a member of . concode_field_sep String log concode_elem_sep RegistrationStatus response concode_elem_sep int exitstatus concode_elem_sep List<AlertDefinitionCommand> alertDefinitionCommands concode_elem_sep Map<Strin... | void function ( List < AlertDefinitionCommand > arg0 ) { alertDefinitionCommands = arg0 ; } |
7,541 | delegates to #getschema string with name.getlocalpart concode_field_sep Logger LOGGER concode_elem_sep DataStore wrapped concode_elem_sep Map<String,FeatureTypeMap> backwardsMap concode_elem_sep Map<String,FeatureTypeMap> forwardMap concode_field_sep SimpleFeatureType transformFeatureType concode_elem_sep void updateMa... | SimpleFeatureType function ( Name arg0 ) { return getSchema ( arg0 . getLocalPart ( ) ) ; } |
7,542 | wakes up the waiting thread . this method assumes external synchronization . concode_field_sep boolean aborted concode_elem_sep RouteSpecificPool pool concode_elem_sep Thread waiter concode_elem_sep Condition cond concode_field_sep Condition getCondition concode_elem_sep RouteSpecificPool getPool concode_elem_sep Threa... | void function ( ) { if ( this . waiter == null ) { throw new IllegalStateException ( "srini_string" ) ; } this . cond . signalAll ( ) ; } |
7,543 | sets the value of the errorstring property . concode_field_sep String errorString concode_elem_sep String fieldPath concode_elem_sep String trigger concode_elem_sep String apiErrorType concode_field_sep String getTrigger concode_elem_sep String getErrorString concode_elem_sep void setFieldPath concode_elem_sep void set... | void function ( String arg0 ) { this . errorString = arg0 ; } |
7,544 | gets whether the scale gesture is enabled or not . concode_field_sep Listener mListener concode_elem_sep TransformGestureDetector mGestureDetector concode_elem_sep boolean mIsRotationEnabled concode_elem_sep boolean mIsTranslationEnabled concode_elem_sep float[] mTempValues concode_elem_sep float mMinScaleFactor concod... | boolean function ( ) { return mIsScaleEnabled ; } |
7,545 | changes unique per-symbol index of this candle event . concode_field_sep int MAX_SEQUENCE concode_elem_sep int eventFlags concode_elem_sep long count concode_elem_sep double vwap concode_elem_sep long index concode_elem_sep double open concode_elem_sep long askVolume concode_elem_sep long volume concode_elem_sep Candle... | void function ( long arg0 ) { setIndex ( arg0 ) ; } |
7,546 | gets the lastmodifieddatetime value for this ratecard . concode_field_sep com.google.api.ads.dfp.axis.v201403.DateTime lastModifiedDateTime concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String name concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Long id concode_elem_sep ja... | com . google . api . ads . dfp . axis . v201403 . DateTime function ( ) { return lastModifiedDateTime ; } |
7,547 | returns the display string for the tool tip of this method . concode_field_sep Method method concode_elem_sep List arguments concode_field_sep boolean isStatic concode_elem_sep String getName concode_elem_sep String getJavaDoc concode_elem_sep String getReturnType concode_elem_sep String getDisplayName concode_elem_sep... | String function ( ) { return StringUtil . EMPTY_STRING ; } |
7,548 | the date and time of the most recent status update , in utc format for example , yyyy-mm-ddthh : mm : ssz . concode_field_sep String code concode_elem_sep java.util.Date updateTime concode_elem_sep String message concode_field_sep SpotInstanceStatus withUpdateTime concode_elem_sep SpotInstanceStatus withCode concode_el... | java . util . Date function ( ) { return updateTime ; } |
7,549 | returns the encoded key , which is merely the byte array this class was created with . a reference to the internal byte array is returned , so the caller can delete this key from memory by modifying the returned array . concode_field_sep byte[] key concode_elem_sep String algorithm concode_field_sep String getAlgorithm... | byte [ ] function ( ) { return key ; } |
7,550 | setter method for property product . concode_field_sep String batchUrl concode_elem_sep String product concode_elem_sep boolean needstatus concode_elem_sep String pswd concode_elem_sep String BATCH_SEND concode_elem_sep String extno concode_elem_sep String gateWayUrl concode_elem_sep String SINGLE_SEND concode_elem_sep... | void function ( String arg0 ) { this . product = arg0 ; } |
7,551 | specify the encoding to use when converting to and from text-based message body content . the default encoding will be `` utf-8 '' . when reading from a a text-based message , an encoding may have been suggested through a special jms property which will then be preferred over the encoding set on this messageconverter i... | void function ( String arg0 ) { this . encoding = arg0 ; } |
7,552 | invokes abort on underlying cohorts and returns future which completes once all abort on cohorts are completed . concode_field_sep Logger LOG concode_elem_sep DOMDataWriteTransaction tx concode_elem_sep DurationStatisticsTracker commitStatTracker concode_elem_sep Collection<DOMStoreThreePhaseCommitCohort> cohorts conco... | ListenableFuture < Void > function ( ) { final ListenableFuture < ? > [ ] loc0 = new ListenableFuture < ? > [ cohorts . size ( ) ] ; int loc1 = 0 ; for ( final DOMStoreThreePhaseCommitCohort loc2 : cohorts ) { loc0 [ loc1 ++ ] = loc2 . abort ( ) ; } return ( ListenableFuture ) Futures . allAsList ( loc0 ) ; } |
7,553 | returns a new factor f = alpha f1 + 1 - alpha f2 . concode_field_sep PlaceHolder placeHolder concode_field_sep Factor average concode_elem_sep TableFactor retainMass concode_elem_sep double KL concode_elem_sep Variable[] discreteVarsOf concode_elem_sep double corr concode_elem_sep double mutualInformation concode_elem_... | Factor function ( AbstractTableFactor arg0 , AbstractTableFactor arg1 , double arg2 ) { return AbstractTableFactor . hackyMixture ( arg0 , arg1 , arg2 ) ; } |
7,554 | retrieves the connection id that is being used in the present connection . this method will return -1 if no connection id is being used . concode_field_sep long connectionID concode_field_sep void setConnectionID concode_elem_sep int onConnect concode_elem_sep void onDisconnect concode_elem_sep int onDelete concode_ele... | long function ( ) { return this . connectionID ; } |
7,555 | retrieves source system queries based on the query name without the file type . this will only grab a non-parametered query . concode_field_sep FeatureSettings featureSettings concode_elem_sep STGroup folder concode_elem_sep String queryFolder concode_field_sep String getEpicQuery concode_elem_sep String getStoryQuery | String function ( String arg0 ) { ST loc0 = folder . getInstanceOf ( arg0 ) ; String loc1 = loc0 . render ( ) ; return loc1 ; } |
7,556 | gets the value of the id property . concode_field_sep String id concode_elem_sep String value concode_field_sep void setvalue concode_elem_sep String getvalue concode_elem_sep void setId | String function ( ) { return id ; } |
7,557 | get custom serializer concode_field_sep java.lang.String serial concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep long id concode_elem_sep java.lang.String status concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_field_sep org.apache.axis.descri... | 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 ) ; } |
7,558 | write a string of specified length to an outputstream . concode_field_sep String US_ASCII concode_field_sep byte[] longToBytes concode_elem_sep byte[] longToBytes concode_elem_sep void writeInt concode_elem_sep long bytesToLong concode_elem_sep String readString concode_elem_sep String readString concode_elem_sep void ... | void function ( String arg0 , int arg1 , OutputStream arg2 ) { if ( arg0 == null ) { return ; } if ( arg1 > arg0 . length ( ) ) { writeString ( arg0 , arg2 ) ; } else { writeString ( arg0 . substring ( 0 , arg1 ) , arg2 ) ; } } |
7,559 | originally , this method factored in the effect of requests going to the server as well . however , this does not interact very well with the current region rebalancing code , which only factors number of regions . for the interim , until we can figure out how to make rebalancing use all the info available , we 're jus... | int function ( ) { return getNumberOfRegions ( ) ; } |
7,560 | returns a string representation of this object ; useful for testing and debugging . concode_field_sep com.amazonaws.internal.SdkInternalList<Instance> instances concode_field_sep java.util.List<Instance> getInstances concode_elem_sep void setInstances concode_elem_sep DescribeInstancesResult withInstances concode_elem_... | String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getInstances ( ) != null ) loc0 . append ( "srini_string" + getInstances ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; } |
7,561 | removes the named attribute if it exists . concode_field_sep String DEFAULT_CONTEXT_CLASSNAME concode_elem_sep ContextFactory theFactory concode_elem_sep String PROPERTIES_FILE concode_elem_sep Map<String,MetricsContext> contextMap concode_elem_sep Map<String,Object> attributeMap concode_elem_sep Map<String,MetricsCont... | void function ( String arg0 ) { attributeMap . remove ( arg0 ) ; } |
7,562 | sets the value of the framelayout property . concode_field_sep CTFrameLayout frameLayout concode_elem_sep String val concode_elem_sep Object parent concode_elem_sep CTFramesetSplitbar framesetSplitbar concode_elem_sep CTFrameset.Sz sz concode_elem_sep List<Object> framesetOrFrame concode_field_sep List<Object> getFrame... | void function ( CTFrameLayout arg0 ) { this . frameLayout = arg0 ; } |
7,563 | returns the category for the end of the line . concode_field_sep long serialVersionUID concode_elem_sep Comparable category2 concode_elem_sep Paint paint concode_elem_sep Stroke stroke concode_elem_sep double value2 concode_elem_sep double value1 concode_elem_sep Comparable category1 concode_field_sep Stroke getStroke ... | Comparable function ( ) { return this . category2 ; } |
7,564 | set the weight applied to the function before combining . concode_field_sep Float weight concode_field_sep String getWriteableName concode_elem_sep int doHashCode concode_elem_sep String getName concode_elem_sep ScoreFunction doToFunction concode_elem_sep Float getWeight concode_elem_sep void doWriteTo concode_elem_sep... | FB function ( float arg0 ) { this . weight = arg0 ; return ( FB ) this ; } |
7,565 | get the map of type to file counts . concode_field_sep SortedMap<String,TypeCount> typeCountMap concode_elem_sep FileModelProxy proxy concode_elem_sep SortedMap<String,SortedSet<FileCount>> typeMap concode_elem_sep int securityCount concode_elem_sep int[] counts concode_elem_sep Map<String,FileModelProxy> fileModelMap ... | SortedMap < String , SortedSet < FileCount >> function ( ) { return typeMap ; } |
7,566 | sets the value of the additionaldescription property . concode_field_sep String additionalDescription concode_elem_sep long serialVersionUID concode_elem_sep byte[] signatureBase64Data concode_field_sep String getAdditionalDescription concode_elem_sep byte[] getSignatureBase64Data concode_elem_sep void setSignatureBase... | void function ( String arg0 ) { this . additionalDescription = arg0 ; } |
7,567 | invoked when the mouse button has been moved on a component with no buttons no down . concode_field_sep PlaceHolder placeHolder concode_field_sep void mouseReleased concode_elem_sep boolean endInteraction concode_elem_sep void keyPressed concode_elem_sep void mouseExited concode_elem_sep void mouseDragged concode_elem_... | void function ( MouseEvent arg0 ) { } |
7,568 | determine if the specified treeitem in this monitor 's treeviewer is visible . note : this method is only reliable when walked from the top row of the tree to the bottom . inner hidden nodes may return true when an ancestor is actually not visible . concode_field_sep TreeViewer treeViewer concode_elem_sep List visibleN... | boolean function ( TreeItem arg0 ) { boolean loc0 = true ; Object loc1 = arg0 . getData ( VISIBLE ) ; if ( loc1 != null ) { loc0 = ( ( Boolean ) loc1 ) . booleanValue ( ) ; } return loc0 ; } |
7,569 | gets the server url . concode_field_sep int id concode_elem_sep int weight concode_elem_sep String serverUrl concode_elem_sep byte groupId concode_elem_sep long generationId concode_field_sep int getWeight concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep int getId concode_elem_sep String t... | String function ( ) { return serverUrl ; } |
7,570 | the node attributes . concode_field_sep String hostName concode_elem_sep TransportAddress address concode_elem_sep ImmutableList<DiscoveryNode> EMPTY_LIST concode_elem_sep Version version concode_elem_sep String nodeName concode_elem_sep ImmutableMap<String,String> attributes concode_elem_sep String hostAddress concode... | ImmutableMap < String , String > function ( ) { return this . attributes ; } |
7,571 | perform `` new '' operation to create an empty tab . concode_field_sep int MIN_BLINK_RATE concode_elem_sep int MAX_TAB_SIZE concode_elem_sep String currentSaveDirectory concode_elem_sep int MIN_TAB_SIZE concode_elem_sep EditTabbedPane editTabbedPane concode_elem_sep int MAX_BLINK_RATE concode_elem_sep VenusUI mainUI co... | void function ( ) { editTabbedPane . newFile ( ) ; } |
7,572 | tell the user of an error , and probably throw an exception . concode_field_sep TransformerImpl m_transformer concode_field_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void message | void function ( SourceLocator arg0 , Node arg1 , Node arg2 , String arg3 ) { error ( arg0 , arg1 , arg2 , arg3 , null ) ; } |
7,573 | positions the current record so that a call to method next will wind up at the first record . concode_field_sep String filename concode_elem_sep Transaction tx concode_elem_sep TableInfo ti concode_elem_sep int currentblknum concode_elem_sep RecordPage rp concode_field_sep boolean next concode_elem_sep boolean atLastBl... | void function ( ) { moveTo ( 0 ) ; } |
7,574 | choice limited to values list , defaultvalue must be in the values list . concode_field_sep String fileName concode_elem_sep boolean resource concode_elem_sep String[] errorKeys concode_elem_sep Properties stringProps concode_elem_sep int[] errorCodes concode_elem_sep FileAccess fa concode_elem_sep int NO_VALUE_FOR_KEY... | int function ( String arg0 , int arg1 , int [ ] arg2 ) { String loc0 = getProperty ( arg0 ) ; int loc2 = arg1 ; try { if ( loc0 != null ) { loc2 = Integer . parseInt ( loc0 ) ; } } catch ( NumberFormatException loc1 ) { } if ( ArrayUtil . find ( arg2 , loc2 ) == - 1 ) { return arg1 ; } return loc2 ; } |
7,575 | add a new value to these statistics . concode_field_sep T total concode_elem_sep ReadWriteLock lock concode_elem_sep int count concode_elem_sep T mean concode_elem_sep T maximum concode_elem_sep Double meanValue concode_elem_sep MathOperations<T> math concode_elem_sep T minimum concode_field_sep ReadWriteLock getLock c... | void function ( T arg0 ) { Lock loc0 = this . lock . writeLock ( ) ; try { loc0 . loc0 ( ) ; doAddValue ( arg0 ) ; } finally { loc0 . unlock ( ) ; } } |
7,576 | gets item name concode_field_sep HashMap<String,String> m_parameters concode_elem_sep String m_itemName concode_elem_sep EventPublisher m_eventPublisher concode_field_sep void setParameters concode_elem_sep int getIntParameter concode_elem_sep int getIntParameter concode_elem_sep void stateChanged concode_elem_sep bool... | String function ( ) { return m_itemName ; } |
7,577 | specify a conversionservice which will apply to every databinder . concode_field_sep boolean autoGrowNestedPaths concode_elem_sep BindingErrorProcessor bindingErrorProcessor concode_elem_sep MessageCodesResolver messageCodesResolver concode_elem_sep boolean directFieldAccess concode_elem_sep Validator validator concode... | void function ( ConversionService arg0 ) { this . conversionService = arg0 ; } |
7,578 | compare string values - considered equal if either are null or empty . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isBasicLatinDigit concode_elem_sep String escapeSQLName concode_elem_sep boolean isLetterOrDigit concode_elem_sep boolean isReservedWord concode_elem_sep boolean equals concode_elem... | boolean function ( String arg0 , String arg1 ) { if ( isEmpty ( arg0 ) && isEmpty ( arg1 ) ) { return true ; } return equals ( arg0 , arg1 ) ; } |
7,579 | sets the value of the address property . concode_field_sep String address concode_elem_sep String stateOrProvince concode_elem_sep String city concode_elem_sep String postalCode concode_elem_sep String countryName concode_field_sep void setCity concode_elem_sep void setCountryName concode_elem_sep String getAddress con... | void function ( String arg0 ) { this . address = arg0 ; } |
7,580 | set the content type to use for the response . text/html by default . concode_field_sep Charset charset concode_elem_sep Boolean sharedEngine concode_elem_sep String renderFunction concode_elem_sep ScriptEngine engine concode_elem_sep String renderObject concode_elem_sep String engineName concode_elem_sep String[] scri... | void function ( String arg0 ) { this . contentType = arg0 ; } |
7,581 | trigger livereload of all connected clients . concode_field_sep ThreadFactory threadFactory concode_elem_sep AtomicInteger threadNumber concode_elem_sep int READ_TIMEOUT concode_elem_sep ServerSocket serverSocket concode_elem_sep InputStream inputStream concode_elem_sep ExecutorService executor concode_elem_sep int DEF... | void function ( ) { synchronized ( this . monitor ) { for ( Connection loc0 : this . connections ) { try { loc0 . triggerReload ( ) ; } catch ( Exception loc1 ) { logger . debug ( "srini_string" , loc1 ) ; } } } } |
7,582 | check if free space available in the filesystem is greater than the given threshold . note that the free space stats are cached and updated in intervals of restat_interval_ms . if the amount of free space has crossed over the threshold since the last update , it will return incorrect results till the space stats are up... | boolean function ( StorageType arg0 , long arg1 ) { ensureInitialized ( ) ; long loc0 = getAvailableStorageSpace ( arg0 ) ; if ( loc0 > 0 ) { return loc0 < arg1 ; } return true ; } |
7,583 | returns the title of this meetups entry . concode_field_sep MeetupsEntry _meetupsEntry concode_field_sep Date getStartDate concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_el... | java . lang . String function ( ) { return _meetupsEntry . getTitle ( ) ; } |
7,584 | return the connection pool referenced by the name concode_field_sep Hashtable m_poolTable concode_field_sep void init concode_elem_sep void removePool concode_elem_sep void registerPool | ConnectionPool function ( String arg0 ) { return ( ConnectionPool ) m_poolTable . get ( arg0 ) ; } |
7,585 | metodo que permite obtenre una persona por medio de su cedula concode_field_sep UsuarioDAO usuarioDao concode_elem_sep PersonaDAO personaDao concode_field_sep void testInsertar concode_elem_sep void testModificar concode_elem_sep void testEliminar concode_elem_sep void testObtener | void function ( ) { Persona loc0 ; try { loc0 = personaDao . obtenerCedula ( "srini_string" ) ; System . out . println ( loc0 . getNombres ( ) ) ; assertTrue ( true ) ; } catch ( IWDaoException loc2 ) { loc2 . printStackTrace ( ) ; fail ( loc2 . getMessage ( ) ) ; } } |
7,586 | decodes and returns the lower color value in a two color value encoded by #encode . concode_field_sep PlaceHolder placeHolder concode_field_sep int red concode_elem_sep float encode concode_elem_sep int argb concode_elem_sep int green concode_elem_sep int blue concode_elem_sep int withAlpha concode_elem_sep int alpha c... | float function ( float arg0 ) { return ( arg0 % 256 ) / 255 ; } |
7,587 | add the scanned and prepared mock instance to the given collection . the preparation of mocks consists only in defining a mockname if not already set . concode_field_sep Object instance concode_elem_sep MockUtil mockUtil concode_elem_sep Class<?> clazz concode_field_sep boolean isMockOrSpy concode_elem_sep Object prepa... | void function ( Set < Object > arg0 ) { arg0 . addAll ( scan ( ) ) ; } |
7,588 | scales the range by the specified factor . concode_field_sep long serialVersionUID concode_elem_sep double lower concode_elem_sep double upper concode_field_sep Range expandToInclude concode_elem_sep boolean intersects concode_elem_sep boolean intersects concode_elem_sep double max concode_elem_sep Range shift concode_... | Range function ( Range arg0 , double arg1 ) { ParamChecks . nullNotPermitted ( arg0 , "srini_string" ) ; if ( arg1 < 0 ) { throw new IllegalArgumentException ( "srini_string" ) ; } return new Range ( arg0 . getLowerBound ( ) * arg1 , arg0 . getUpperBound ( ) * arg1 ) ; } |
7,589 | two objects that are equal are required to return the same hashcode . concode_field_sep double EPSILON concode_field_sep void testCloning concode_elem_sep void testFindRangeBounds concode_elem_sep void testFindDomainBounds concode_elem_sep void testPublicCloneable concode_elem_sep void testSerialization concode_elem_se... | void function ( ) { XYBlockRenderer loc0 = new XYBlockRenderer ( ) ; XYBlockRenderer loc1 = new XYBlockRenderer ( ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; int loc2 = loc0 . hashCode ( ) ; int loc3 = loc1 . hashCode ( ) ; assertEquals ( loc2 , loc3 ) ; } |
7,590 | returns the color to use for filling of the under the line area . concode_field_sep int dotRadius concode_elem_sep Font indexLabelFont concode_elem_sep int mainLineWidth concode_elem_sep Color gridLineColor concode_elem_sep Color backgroundColor concode_elem_sep int indexLabelBorderWidth concode_elem_sep int indexLabel... | Color function ( ) { return fillColor ; } |
7,591 | returns a hash code for this instance . concode_field_sep double a concode_elem_sep double b concode_field_sep double getSlope concode_elem_sep double getValue concode_elem_sep boolean equals concode_elem_sep double getIntercept | int function ( ) { int loc0 = 29 ; loc0 = HashUtilities . hashCode ( loc0 , this . a ) ; loc0 = HashUtilities . hashCode ( loc0 , this . b ) ; return loc0 ; } |
7,592 | writes other into this . if any setting is populated by this and other , the value and flags from other will be kept . concode_field_sep int FLAG_CLEAR_PREVIOUSLY_PERSISTED_SETTINGS concode_elem_sep int CLIENT_CERTIFICATE_VECTOR_SIZE concode_elem_sep int set concode_elem_sep int DEFAULT_INITIAL_WINDOW_SIZE concode_elem... | void function ( Settings arg0 ) { for ( int loc0 = 0 ; loc0 < COUNT ; loc0 ++ ) { if ( ! arg0 . isSet ( loc0 ) ) continue ; set ( loc0 , arg0 . flags ( loc0 ) , arg0 . get ( loc0 ) ) ; } } |
7,593 | mark an update message as committed . concode_field_sep SortedMap<ChangeNumber,PendingChange> pendingChanges concode_elem_sep ReplicationDomain domain concode_elem_sep boolean recoveringOldChanges concode_elem_sep ChangeNumberGenerator changeNumberGenerator concode_field_sep int _pushCommittedChanges concode_elem_sep v... | void function ( ChangeNumber arg0 , LDAPUpdateMsg arg1 ) { _commit ( arg0 , arg1 ) ; } |
7,594 | the time of arrival , gbtt value takes precedence to wtt concode_field_sep String tpl concode_elem_sep Predicate<TrainMovement> isSuppressed concode_elem_sep TplLocation scheduled concode_elem_sep boolean origin concode_elem_sep boolean destination concode_elem_sep Predicate<TrainMovement> isNotOriginOrDestination conc... | String function ( ) { String loc0 = getPta ( ) ; return loc0 == null ? getWta ( ) : loc0 ; } |
7,595 | updates the state of the bot with the provided state . this may trigger the bot to start itself , stop itself , or stop and delete all existing bookings . concode_field_sep BotService botService concode_field_sep Response getBotStatus concode_elem_sep List<String> getMessages | Response function ( BotState arg0 ) { if ( arg0 . equals ( BotState . RUNNING ) ) { botService . start ( ) ; } else if ( arg0 . equals ( BotState . NOT_RUNNING ) ) { botService . stop ( ) ; } else if ( arg0 . equals ( BotState . RESET ) ) { botService . deleteAll ( ) ; } return Response . noContent ( ) . build ( ) ; } |
7,596 | sets the userid of this userentity to the specified value . concode_field_sep Collection<BookmarkEntity> bookmarkEntityCollection concode_elem_sep String password concode_elem_sep String userid concode_elem_sep String email concode_elem_sep String username concode_field_sep void setPassword concode_elem_sep String getP... | void function ( String arg0 ) { this . userid = arg0 ; } |
7,597 | a stackresourcedetail structure containing the description of the specified resource in the specified stack . concode_field_sep StackResourceDetail stackResourceDetail concode_field_sep StackResourceDetail getStackResourceDetail concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep DescribeStac... | DescribeStackResourceResult function ( StackResourceDetail arg0 ) { setStackResourceDetail ( arg0 ) ; return this ; } |
7,598 | writes the raw packet data to the data stream . concode_field_sep double posX concode_elem_sep double posY concode_elem_sep double posZ concode_elem_sep boolean onGround concode_elem_sep int entityId concode_elem_sep byte pitch concode_elem_sep byte yaw concode_field_sep boolean getOnGround concode_elem_sep byte getYaw... | void function ( PacketBuffer arg0 ) { arg0 . writeVarIntToBuffer ( this . entityId ) ; arg0 . writeDouble ( this . posX ) ; arg0 . writeDouble ( this . posY ) ; arg0 . writeDouble ( this . posZ ) ; arg0 . writeByte ( this . yaw ) ; arg0 . writeByte ( this . pitch ) ; arg0 . writeBoolean ( this . onGround ) ; } |
7,599 | gets the database name . concode_field_sep boolean ifNotExists concode_elem_sep HCatTable hcatTable concode_field_sep Builder tblProps concode_elem_sep String getLocation concode_elem_sep int getNumBuckets concode_elem_sep List<HCatFieldSchema> getPartitionCols concode_elem_sep List<Order> getSortCols concode_elem_sep ... | String function ( ) { return this . hcatTable . getDbName ( ) ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.