idx int64 0 25k | question stringlengths 71 7.19k | target stringlengths 20 663 |
|---|---|---|
17,100 | gets the value of the rval property . concode_field_sep UpdateResult rval concode_field_sep void setRval | UpdateResult function ( ) { return rval ; } |
17,101 | read an instance of the second type parameter from buffer src . concode_field_sep DataType<B> typeB concode_elem_sep DataType<A> typeA concode_field_sep boolean isOrderPreserving concode_elem_sep Order getOrder concode_elem_sep boolean isNullable concode_elem_sep Class<Object> encodedClass concode_elem_sep boolean isSk... | B function ( PositionedByteRange arg0 ) { return ( B ) decode ( arg0 ) ; } |
17,102 | sets the value of the name property . concode_field_sep List<ParametersType.Parameter> parameter concode_elem_sep String name concode_elem_sep String value concode_field_sep String getValue concode_elem_sep String getName concode_elem_sep void setValue concode_elem_sep List<ParametersType.Parameter> getParameter | void function ( String arg0 ) { this . name = arg0 ; } |
17,103 | set which pseudoclasses must apply for this selector concode_field_sep int CHILD_AXIS concode_elem_sep int HOVER_PSEUDOCLASS concode_elem_sep int selectorID concode_elem_sep Selector siblingSelector concode_elem_sep String _name concode_elem_sep int _axis concode_elem_sep int FOCUS_PSEUDOCLASS concode_elem_sep int _pc ... | void function ( int arg0 ) { if ( ! isPseudoClass ( arg0 ) ) { _specificityC ++ ; } _pc |= arg0 ; } |
17,104 | sets the web proxy . concode_field_sep boolean allowAutoRedirect concode_elem_sep Map<String,String> headers concode_elem_sep String userAgent concode_elem_sep boolean preAuthenticate concode_elem_sep URL url concode_elem_sep int timeout concode_elem_sep WebProxy proxy concode_elem_sep String password concode_elem_sep ... | void function ( WebProxy arg0 ) { this . proxy = arg0 ; } |
17,105 | returns the aggregation s keyed by map . concode_field_sep XContentBuilderString AGGREGATIONS concode_elem_sep Map<String,InternalAggregation> aggregationsAsMap concode_elem_sep List<InternalAggregation> aggregations concode_elem_sep InternalAggregations EMPTY concode_elem_sep Function<InternalAggregation,Aggregation> ... | Map < String , Aggregation > function ( ) { return getAsMap ( ) ; } |
17,106 | read an int from a line containing its decimal representation . concode_field_sep Charset charset concode_elem_sep byte[] buf concode_elem_sep InputStream in concode_elem_sep int pos concode_elem_sep byte LF concode_elem_sep byte CR concode_elem_sep int end concode_field_sep String readLine concode_elem_sep void fillBu... | int function ( ) { String loc0 = readLine ( ) ; try { return Integer . parseInt ( loc0 ) ; } catch ( NumberFormatException loc1 ) { throw new IOException ( "srini_string" = "srini_string" ) ; } } |
17,107 | starts the transition concode_field_sep long mDuration concode_elem_sep float DEFAULT_START concode_elem_sep float mEnd concode_elem_sep long mStartDelay concode_elem_sep boolean mUpdateStateAfterUpdateProgress concode_elem_sep String mId concode_elem_sep float mProgressWidth concode_elem_sep long mTotalDuration concod... | void function ( ) { mLastTime = - 1 ; mSetup = true ; } |
17,108 | assuming this is a close tag , return the corresponding open tag concode_field_sep boolean isMutable concode_elem_sep int columnNumber concode_elem_sep int pos concode_elem_sep HttpTagType httpTagType concode_elem_sep String name concode_elem_sep String namespace concode_elem_sep IValueMap attributes concode_elem_sep C... | XmlTag function ( ) { return closes ; } |
17,109 | the main method . concode_field_sep PlaceHolder placeHolder concode_field_sep void printResult | void function ( String [ ] arg0 ) { GitHubServiceFactory loc0 = GitHubServiceFactory . newInstance ( ) ; FeedService loc1 = loc0 . createFeedService ( ) ; Feed loc2 = loc1 . getPublicUserFeed ( "srini_string" , 10 ) ; printResult ( loc2 ) ; } |
17,110 | gets the value of the uuid property . concode_field_sep List<Extension> extensions concode_elem_sep List<DisplayName> displayNames concode_elem_sep String id concode_elem_sep String href concode_elem_sep String label concode_elem_sep List<IconType> icons concode_elem_sep QName type concode_elem_sep List<Description> de... | String function ( ) { return uuid ; } |
17,111 | retrieve the deadline with the least time remaining until it expires concode_field_sep Logger log concode_elem_sep long serialVersionUID concode_elem_sep long deadline concode_elem_sep Deadline MAX_VALUE concode_field_sep Timeout getTimeoutLeft concode_elem_sep boolean isValid concode_elem_sep int compareTo concode_ele... | Deadline function ( Deadline ... arg0 ) { Deadline loc0 = null ; if ( arg0 != null ) for ( Deadline loc1 : arg0 ) { if ( loc1 != null ) { if ( loc0 == null ) loc0 = loc1 ; else if ( loc1 . getTimeLeft ( ) < loc0 . getTimeLeft ( ) ) { loc0 = loc1 ; } } } return loc0 ; } |
17,112 | validate that a collection of the elements held within the stream can beconverted to the specified targettype . concode_field_sep TypeDescriptor STREAM_TYPE concode_elem_sep Set<ConvertiblePair> CONVERTIBLE_TYPES concode_elem_sep ConversionService conversionService concode_field_sep boolean matchesToStream concode_elem... | boolean function ( TypeDescriptor arg0 , TypeDescriptor arg1 ) { TypeDescriptor loc0 = TypeDescriptor . collection ( Collection . class , arg0 ) ; return this . conversionService . canConvert ( loc0 , arg1 ) ; } |
17,113 | clients should invoke this method when they encounter a connectivity failure on a connection returned by this route selector . concode_field_sep int nextSocketAddressIndex concode_elem_sep List<Route> postponedRoutes concode_elem_sep int TLS_MODE_MODERN concode_elem_sep Address address concode_elem_sep Iterator<Proxy> ... | void function ( Connection arg0 , IOException arg1 ) { Route loc0 = arg0 . getRoute ( ) ; if ( loc0 . getProxy ( ) . type ( ) != Proxy . Type . DIRECT && proxySelector != null ) { proxySelector . connectFailed ( uri , loc0 . getProxy ( ) . address ( ) , arg1 ) ; } routeDatabase . failed ( loc0 , arg1 ) ; } |
17,114 | sets the sites point or vertices which will be diagrammed from a collection of coordinate s. concode_field_sep Collection siteCoords concode_elem_sep double tolerance concode_elem_sep QuadEdgeSubdivision subdiv concode_elem_sep Envelope diagramEnv concode_elem_sep Envelope clipEnv concode_field_sep void setClipEnvelope... | void function ( Collection arg0 ) { siteCoords = DelaunayTriangulationBuilder . unique ( CoordinateArrays . toCoordinateArray ( arg0 ) ) ; } |
17,115 | portability wrapper . many app servers call the url setting `` database '' . concode_field_sep Properties connProperties concode_elem_sep int loginTimeout concode_elem_sep PrintWriter logWriter concode_elem_sep ConnectionDefaults connectionDefaults concode_elem_sep String driver concode_elem_sep String url concode_fiel... | String function ( ) { return getUrl ( ) ; } |
17,116 | get this entry 's user id . concode_field_sep int mode concode_elem_sep StringBuffer magic concode_elem_sep int MILLIS_PER_SECOND concode_elem_sep StringBuffer filename concode_elem_sep File file concode_elem_sep long size concode_elem_sep int groupId concode_elem_sep int DEFAULT_FILE_MODE concode_elem_sep long fileDat... | int function ( ) { return this . userId ; } |
17,117 | creates a new calendar entry . concode_field_sep String url concode_elem_sep Queue<CalendarEventEntry> entries concode_elem_sep String GCAL_SCHEDULER_GROUP concode_elem_sep int uploadInterval concode_elem_sep Logger logger concode_elem_sep String password concode_elem_sep String username concode_elem_sep int offset con... | CalendarEventEntry function ( String arg0 , String arg1 , String arg2 , CalendarEventEntry arg3 ) { CalendarService loc0 = new CalendarService ( "srini_string" ) ; loc0 . setUserCredentials ( arg0 , arg1 ) ; URL loc1 = new URL ( arg2 ) ; return loc0 . insert ( loc1 , arg3 ) ; } |
17,118 | sets the employee model . concode_field_sep int approvalStatus concode_elem_sep int customerReviewId concode_elem_sep EmployeeModel employeeModel concode_elem_sep Date creationTime concode_elem_sep ServiceProviderModel serviceProviderModel concode_elem_sep float rating concode_elem_sep long serialVersionUID concode_ele... | void function ( EmployeeModel arg0 ) { this . employeeModel = arg0 ; } |
17,119 | calculates a mixed color from two colors by interpolating the rgb parts using a mix ratio . concode_field_sep PlaceHolder placeHolder concode_field_sep void fillVerticalGradientRectangle concode_elem_sep void fillVerticalGradientRoundedRectangle | Color function ( Color arg0 , Color arg1 , int arg2 ) { return new Color ( arg0 . getDevice ( ) , arg0 . getRed ( ) + ( arg1 . getRed ( ) - arg0 . getRed ( ) ) * arg2 / 255 , arg0 . getGreen ( ) + ( arg1 . getGreen ( ) - arg0 . getGreen ( ) ) * arg2 / 255 , arg0 . getBlue ( ) + ( arg1 . getBlue ( ) - arg0 . getBlue ( )... |
17,120 | set if the logout is disabled . concode_field_sep HttpClient httpClient concode_elem_sep Charset ASCII concode_elem_sep ServicesManager servicesManager concode_elem_sep boolean disableSingleSignOut concode_elem_sep LogoutMessageCreator logoutMessageBuilder concode_elem_sep Logger LOGGER concode_field_sep List<LogoutReq... | void function ( final boolean arg0 ) { this . disableSingleSignOut = arg0 ; } |
17,121 | returns a write lock for the ibasicentity , owner and duration . concode_field_sep EntityLockService instance concode_elem_sep Log log concode_elem_sep IEntityLockService lockService concode_field_sep EntityLockService instance concode_elem_sep void initialize concode_elem_sep IEntityLock newReadLock concode_elem_sep I... | IEntityLock function ( EntityIdentifier arg0 , String arg1 , int arg2 ) { return lockService . newLock ( arg0 . getType ( ) , arg0 . getKey ( ) , IEntityLockService . WRITE_LOCK , arg1 , arg2 ) ; } |
17,122 | adss an available options to the question that the user has in order to answer the question . concode_field_sep boolean required concode_elem_sep String FORM_TYPE concode_elem_sep List<String> values concode_elem_sep String ELEMENT concode_elem_sep String variable concode_elem_sep List<Option> options concode_elem_sep ... | void function ( Option arg0 ) { synchronized ( options ) { options . add ( arg0 ) ; } } |
17,123 | write the #value field to the given stream.this method first writes the array size as corba long and then calls the org.omg.corba.portable.outputstream #write_double_array . concode_field_sep ArrayTypeCode typecode concode_elem_sep double[] value concode_field_sep void _read concode_elem_sep TypeCode _type | void function ( OutputStream arg0 ) { arg0 . write_long ( value . length ) ; arg0 . write_double_array ( value , 0 , value . length ) ; } |
17,124 | the name of the field that the operator will be applied to . the field name is the `` key '' portion of the field definition in the pipeline definition syntax that is used by the aws data pipeline api . if the field is not set on the object , the condition fails . concode_field_sep String fieldName concode_elem_sep Ope... | Selector function ( String arg0 ) { setFieldName ( arg0 ) ; return this ; } |
17,125 | the amount of the recurring charge . concode_field_sep Double amount concode_elem_sep String frequency concode_field_sep String getFrequency concode_elem_sep int hashCode concode_elem_sep RecurringCharge withFrequency concode_elem_sep RecurringCharge withFrequency concode_elem_sep boolean equals concode_elem_sep Recurr... | RecurringCharge function ( Double arg0 ) { setAmount ( arg0 ) ; return this ; } |
17,126 | returns the edges that are required in each solution to this problem instance . concode_field_sep DisplayDataType displayDataType concode_elem_sep EdgeDataFormat edgeDataFormat concode_elem_sep DataType dataType concode_elem_sep NodeCoordinates displayData concode_elem_sep List<Tour> tours concode_elem_sep int capacity... | EdgeData function ( ) { return fixedEdges ; } |
17,127 | return the object created from reading from the specified input stream . concode_field_sep Class<?> resourceLoadClass concode_elem_sep Class<?> testerClass concode_elem_sep ResolvableType type concode_field_sep ObjectContent<T> read concode_elem_sep ObjectContent<T> read concode_elem_sep ObjectContent<T> read concode_e... | T function ( InputStream arg0 ) { verify ( ) ; return read ( arg0 ) . getObject ( ) ; } |
17,128 | return the child of a node mapping to the input childname concode_field_sep HashMap<String,TrieNode> children concode_elem_sep TrieNode parent concode_elem_sep boolean property concode_elem_sep Logger LOG concode_elem_sep TrieNode rootNode concode_field_sep String[] getChildren concode_elem_sep TrieNode getParent conco... | TrieNode function ( String arg0 ) { synchronized ( children ) { if ( ! children . containsKey ( arg0 ) ) { return null ; } else { return children . get ( arg0 ) ; } } } |
17,129 | gets the value of the style property . concode_field_sep String image concode_elem_sep String code concode_elem_sep Boolean visible concode_elem_sep Langs langs concode_elem_sep List<Tracked> tracked concode_elem_sep String style concode_elem_sep long serialVersionUID concode_elem_sep Long id concode_elem_sep String la... | String function ( ) { return style ; } |
17,130 | unregister an application along with its secret . this is called when the application terminates . concode_field_sep ConcurrentHashMap<String,String> shuffleSecretMap concode_elem_sep Logger logger concode_elem_sep String SPARK_SASL_USER concode_field_sep String getSecretKey concode_elem_sep void registerApp concode_el... | void function ( String arg0 ) { if ( shuffleSecretMap . contains ( arg0 ) ) { shuffleSecretMap . remove ( arg0 ) ; logger . info ( "srini_string" , arg0 ) ; } else { logger . warn ( "srini_string" , arg0 ) ; } } |
17,131 | finds a treeitem with a certain label name in a part of a tree . concode_field_sep int COLOR_BACKGROUND_RED concode_elem_sep int COLOR_TAB_BLUE concode_elem_sep int LINE_WIDTH concode_elem_sep int INTERVAL_MS_TRANS_CANVAS_REFRESH concode_elem_sep int COLOR_GRAPH_GREEN concode_elem_sep int GRID_SIZE concode_elem_sep int... | TreeItem function ( TreeItem arg0 , String arg1 , String arg2 ) { return findTreeItem ( null , arg0 , arg1 , arg2 ) ; } |
17,132 | sets the abstracttext as selected , if it child abstracttext object they must also be selected . concode_field_sep boolean highlight concode_elem_sep boolean hasHighlight concode_elem_sep Rectangle2D.Float bounds concode_elem_sep boolean selected concode_elem_sep boolean hasSelected concode_field_sep boolean isHighligh... | void function ( boolean arg0 ) { this . selected = arg0 ; } |
17,133 | returns an unmodifiable collection of all chat listeners currently registered with this manager . concode_field_sep Set<ChatManagerListener> chatManagerListeners concode_elem_sep Map<String,Chat> threadChats concode_elem_sep Map<String,Chat> jidChats concode_elem_sep Map<PacketInterceptor,PacketFilter> interceptors con... | Collection < ChatManagerListener > function ( ) { return Collections . unmodifiableCollection ( chatManagerListeners ) ; } |
17,134 | sets the value of the enablesameadvertisercompetitiveexclusion property . concode_field_sep String address concode_elem_sep String faxPhone concode_elem_sep DateTime lastModifiedDateTime concode_elem_sep List<AppliedLabel> appliedLabels concode_elem_sep String externalId concode_elem_sep CompanyCreditStatus creditStatu... | void function ( Boolean arg0 ) { this . enableSameAdvertiserCompetitiveExclusion = arg0 ; } |
17,135 | call getmanagedconnectionfactoryproperty concode_field_sep ValidManagedConnectionFactory1 mcf concode_elem_sep ValidManagedConnection1 mc concode_field_sep int getResourceAdapterProperty concode_elem_sep void close | String function ( ) { return mcf . getCfProperty ( ) ; } |
17,136 | checks that the transformed model is the same as the model built up in the legacy subsystem controller via the transformed operations , and that the transformed model is valid according to the resource definition in the legacy subsystem controller . concode_field_sep SubsystemTestDelegate delegate concode_field_sep voi... | ModelNode function ( KernelServices arg0 , ModelVersion arg1 , ModelFixer arg2 , boolean arg3 ) { return delegate . checkSubsystemModelTransformation ( arg0 , arg1 , arg2 , arg3 ) ; } |
17,137 | is the abstarcttext highlighted , all of its children must also be highlighted . concode_field_sep boolean highlight concode_elem_sep boolean hasHighlight concode_elem_sep Rectangle2D.Float bounds concode_elem_sep boolean selected concode_elem_sep boolean hasSelected concode_field_sep void setHighlighted concode_elem_s... | boolean function ( ) { return highlight ; } |
17,138 | gets the length in bytes of the padding presence field expected in the payload . this is determined by the #paddingpresent flag . concode_field_sep short ACK concode_elem_sep short PRIORITY concode_elem_sep short PADDED concode_elem_sep short END_STREAM concode_elem_sep short END_HEADERS concode_elem_sep short value co... | int function ( ) { return paddingPresent ( ) ? 1 : 0 ; } |
17,139 | gets the value of the reference property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is not a set method for the reference property . for example , to add a new item , d... | List < ReferenceType > function ( ) { if ( reference == null ) { reference = new ArrayList < ReferenceType > ( ) ; } return this . reference ; } |
17,140 | method to test the collage method concode_field_sep PlaceHolder placeHolder concode_field_sep void testKeepOnlyGreen concode_elem_sep void testEdgeDetection2 concode_elem_sep void testKeepOnlyBlue concode_elem_sep void testMirrorVerticalRightToLeft concode_elem_sep void testGrayscale concode_elem_sep void testMirrorVer... | void function ( ) { Picture loc0 = new Picture ( "srini_string" ) ; loc0 . createCollage ( ) ; loc0 . explore ( ) ; } |
17,141 | get a timerange object for the list view start/end dates . concode_field_sep String LIST_VIEW_DATE_FORMAT_DISPLAY concode_elem_sep String SHOW_FUTURE_RANGE concode_elem_sep Time startingListViewDate concode_elem_sep ResourceLoader rb concode_elem_sep String SHOW_DAY concode_elem_sep int LIST_VIEW_STARTING_DAY concode_e... | TimeRange function ( ) { return TimeService . newTimeRange ( this . startingListViewDate , this . endingListViewDate ) ; } |
17,142 | return the first element stored in the pair . concode_field_sep T first concode_elem_sep T second concode_field_sep Iterator<T> iterator concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep boolean equals concode_elem_sep T getSecond concode_elem_sep String toString | T function ( ) { return first ; } |
17,143 | get / audits : get a page of auditevents between the fromdate and todate . concode_field_sep AuditEventService auditEventService concode_field_sep ResponseEntity<List<AuditEvent>> getAll concode_elem_sep ResponseEntity<AuditEvent> get | ResponseEntity < List < AuditEvent >> function ( @ RequestParam ( value = "srini_string" ) LocalDate arg0 , @ RequestParam ( value = "srini_string" ) LocalDate arg1 , @ ApiParam Pageable arg2 ) { Page < AuditEvent > loc0 = auditEventService . findByDates ( arg0 . atTime ( 0 , 0 ) , arg1 . atTime ( 23 , 59 ) , arg2 ) ; ... |
17,144 | retrieves the canonical path for the given file , in a jdk 1.1 complaint way . 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_field_sep void renameElement... | String function ( File arg0 ) { return arg0 . getCanonicalPath ( ) ; } |
17,145 | replaces the current element at index/code > with element . concode_field_sep Node next concode_elem_sep Node last concode_elem_sep Object data concode_elem_sep int elementCount concode_elem_sep Node first concode_field_sep void add concode_elem_sep boolean add concode_elem_sep int size concode_elem_sep Object get conc... | Object function ( int arg0 , Object arg1 ) { Node loc0 = getInternal ( arg0 ) ; Object loc1 = loc0 . data ; loc0 . data = arg1 ; return loc1 ; } |
17,146 | the indexed name of the field . this is the name under which we will store it in the index . concode_field_sep String indexNameClean concode_elem_sep String indexName concode_elem_sep String name concode_elem_sep String fullName concode_elem_sep Term indexNameTermFactory concode_field_sep Query rangeQuery concode_elem_... | String function ( ) { return indexName ; } |
17,147 | this method resets the outgoing events . concode_field_sep boolean e concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep boolean f concode_elem_sep boolean g concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep void init concode_elem_sep SCInterface getSCInterface concode... | void function ( ) { } |
17,148 | sets the value of the rendevous property . concode_field_sep Double prixHT concode_elem_sep String rendevous concode_elem_sep String cookies concode_field_sep void setCookies concode_elem_sep String getCookies concode_elem_sep String getRendevous concode_elem_sep void setPrixHT concode_elem_sep Double getPrixHT | void function ( String arg0 ) { this . rendevous = arg0 ; } |
17,149 | gets type literal from super class 's type parameter . concode_field_sep Class<? super T> rawType concode_elem_sep int hashCode concode_elem_sep Type type concode_field_sep Class<? super T> getRawType concode_elem_sep Type resolveType concode_elem_sep TypeLiteral<?> resolve concode_elem_sep TypeLiteral<?> getFieldType ... | TypeLiteral < ? > function ( Class < ? > arg0 ) { return new TypeLiteral < Object > ( getSuperclassTypeParameter ( arg0 ) ) ; } |
17,150 | factorial using recursion . concode_field_sep PlaceHolder placeHolder concode_field_sep void main concode_elem_sep int factWithoutRecursion | int function ( int arg0 ) { if ( arg0 == 1 ) return 1 ; return arg0 = arg0 * fact ( arg0 - 1 ) ; } |
17,151 | prints a byte to standard output and flushes standard output . concode_field_sep String CHARSET_NAME concode_elem_sep Locale LOCALE concode_elem_sep PrintWriter out concode_field_sep void println concode_elem_sep void println concode_elem_sep void println concode_elem_sep void println concode_elem_sep void println conc... | void function ( byte arg0 ) { out . print ( arg0 ) ; out . flush ( ) ; } |
17,152 | sets the metadata to attach to the content to shared . see developer docs for more info . concode_field_sep String mMetaData concode_elem_sep Uri mExternalUri concode_elem_sep String mMimeType concode_elem_sep Uri mUri concode_field_sep Uri getExternalUri concode_elem_sep String getMimeType concode_elem_sep ShareToMess... | ShareToMessengerParamsBuilder function ( String arg0 ) { mMetaData = arg0 ; return this ; } |
17,153 | the name of the load balancer . concode_field_sep String loadBalancerName concode_elem_sep com.amazonaws.internal.ListWithAutoConstructFlag<Tag> tags concode_field_sep TagDescription withLoadBalancerName concode_elem_sep TagDescription withTags concode_elem_sep TagDescription withTags concode_elem_sep int hashCode conc... | void function ( String arg0 ) { this . loadBalancerName = arg0 ; } |
17,154 | remove a matcher which decides when source elements are valid for selection . concode_field_sep DefaultEventSelectionModel<E> delegateSelectionModel concode_elem_sep TransformedList<E,E> swingThreadSource concode_field_sep void removeIndexInterval concode_elem_sep int getMaxSelectionIndex concode_elem_sep EventList<E> ... | void function ( Matcher < E > arg0 ) { delegateSelectionModel . removeValidSelectionMatcher ( arg0 ) ; } |
17,155 | the name of the container that receives the override . concode_field_sep com.amazonaws.internal.SdkInternalList<KeyValuePair> environment concode_elem_sep String name concode_elem_sep com.amazonaws.internal.SdkInternalList<String> command concode_field_sep void setName concode_elem_sep String getName concode_elem_sep j... | ContainerOverride function ( String arg0 ) { setName ( arg0 ) ; return this ; } |
17,156 | auto generated getter method concode_field_sep javax.xml.namespace.QName MY_QNAME concode_elem_sep com.amazon.ec2.DeleteVpnGatewayResponseType localDeleteVpnGatewayResponse concode_field_sep void setDeleteVpnGatewayResponse concode_elem_sep java.lang.String generatePrefix concode_elem_sep void serialize concode_elem_se... | com . amazon . ec2 . DeleteVpnGatewayResponseType function ( ) { return localDeleteVpnGatewayResponse ; } |
17,157 | sets the primary key of this entry . concode_field_sep Entry _entry concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setContent concode_elem_sep boolean ... | void function ( long arg0 ) { _entry . setPrimaryKey ( arg0 ) ; } |
17,158 | tests rollback with disabled wstxfeature and with enabled wstx handler . no two phase commit calls are expected . concode_field_sep PlaceHolder placeHolder concode_field_sep void testNonTransactionalServiceWithoutFeature concode_elem_sep void testNoTransactionWithDisabledFeature concode_elem_sep TestServiceAT getATClie... | void function ( ) { TestServiceAT loc0 = getATClientWithFeature ( false ) ; beginTransaction ( ) ; loc0 . increment ( ) ; rollbackTransaction ( ) ; assertInvocations ( loc0 . getTwoPhaseCommitInvocations ( ) ) ; } |
17,159 | amazon s3 bucket name where the . zip file containing your deployment package is stored . this bucket must reside in the same aws region where you are creating the lambda function . constraints : length : 3 - 63 pattern : ^ 0-9a-za-z \ . \ - _ ? concode_field_sep String s3ObjectVersion concode_elem_sep String s3Key con... | void function ( String arg0 ) { this . s3Bucket = arg0 ; } |
17,160 | called when an atomic test fails , or when a listener throws an exception . in the case of a failure of an atomic test , this method will be called with the same description passed to #teststarted description , from the same thread that called #teststarted description . in the case of a listener throwing an exception ,... | void function ( Failure arg0 ) { } |
17,161 | filter the child view at index and remove it if appropriate . concode_field_sep MenuView mMenuView concode_elem_sep int mMenuLayoutRes concode_elem_sep Context mSystemContext concode_elem_sep MenuBuilder mMenu concode_elem_sep LayoutInflater mSystemInflater concode_elem_sep int mItemLayoutRes concode_elem_sep int mId c... | boolean function ( ViewGroup arg0 , int arg1 ) { arg0 . removeViewAt ( arg1 ) ; return true ; } |
17,162 | sets the value of the groupitems property . concode_field_sep Long par concode_elem_sep Object parent concode_elem_sep CTDiscretePr discretePr concode_elem_sep CTRangePr rangePr concode_elem_sep CTGroupItems groupItems concode_elem_sep Long base concode_field_sep CTRangePr getRangePr concode_elem_sep CTDiscretePr getDi... | void function ( CTGroupItems arg0 ) { this . groupItems = arg0 ; } |
17,163 | this is getter method for accountid concode_field_sep String logDate concode_elem_sep String CSRID concode_elem_sep String subSubType concode_elem_sep String source concode_elem_sep String type concode_elem_sep String escOutStatus concode_elem_sep String caseNature concode_elem_sep String commitDate concode_elem_sep St... | String function ( ) { return accountID ; } |
17,164 | set whether informational comments are to be put into the ddl concode_field_sep boolean generateSchema concode_elem_sep boolean generateDropStatements concode_elem_sep boolean generateColumnComments concode_elem_sep boolean generateInfoComments concode_elem_sep boolean enforceUniqueNames concode_elem_sep boolean nameIn... | void function ( final boolean arg0 ) { this . generateInfoComments = arg0 ; } |
17,165 | sets the value of the accounthistorydate property . concode_field_sep XMLGregorianCalendar memoSystemCreationDate concode_elem_sep long serialVersionUID concode_elem_sep String accountHistorySystemText concode_elem_sep String userName concode_elem_sep String ban concode_elem_sep String accountHistoryType concode_elem_s... | void function ( XMLGregorianCalendar arg0 ) { this . accountHistoryDate = arg0 ; } |
17,166 | write the stored instance to the given output stream . uses valuebasehelper concode_field_sep Serializable value concode_field_sep void _read concode_elem_sep TypeCode _type | void function ( OutputStream arg0 ) { ValueBaseHelper . write ( arg0 , value ) ; } |
17,167 | return delay information from the given stanza . concode_field_sep String reason concode_elem_sep String NAMESPACE concode_elem_sep String ELEMENT concode_elem_sep Date stamp concode_elem_sep String from concode_field_sep Date getStamp concode_elem_sep String getNamespace concode_elem_sep String getReason concode_elem_... | DelayInformation function ( Stanza arg0 ) { return arg0 . getExtension ( ELEMENT , NAMESPACE ) ; } |
17,168 | get the http port the server is running on . concode_field_sep play.core.server.Server server concode_elem_sep Map<Protocol,Integer> _ports concode_elem_sep Server.Config _config concode_elem_sep Mode _mode concode_field_sep Optional<Integer> maybeHttpsPort concode_elem_sep Optional<Integer> maybeHttpPort concode_elem_... | int function ( ) { if ( server . httpPort ( ) . isDefined ( ) ) { return ( Integer ) server . httpPort ( ) . get ( ) ; } else { throw new IllegalStateException ( "srini_string" ) ; new Server . Builder ( ) . http ( num > "srini_string" ) ; } } |
17,169 | set the decay rate concode_field_sep int patternCount concode_elem_sep double d concode_elem_sep double minsig concode_elem_sep Hashtable<List<Integer>,Double> patterns concode_elem_sep double minsup concode_elem_sep estNode root concode_elem_sep int k concode_elem_sep BufferedWriter writer concode_elem_sep double N co... | void function ( double arg0 , double arg1 ) { d = Math . pow ( arg0 , - 1.0 / arg1 ) ; } |
17,170 | method for extracting the modulus which is the public key concode_field_sep BigInteger p concode_elem_sep BigInteger q concode_field_sep BigInteger Decrypt concode_elem_sep BigInteger Decrypt | BigInteger function ( ) { return p . multiply ( q ) ; } |
17,171 | sets the fitler factory . concode_field_sep Catalog catalog concode_elem_sep ApplicationContext context concode_elem_sep GeoServer geoServer concode_elem_sep FilterFactory2 filterFactory concode_field_sep FeatureCollectionResponse getFeatureWithLock concode_elem_sep Object getGmlObject concode_elem_sep void setApplicat... | void function ( FilterFactory2 arg0 ) { this . filterFactory = arg0 ; } |
17,172 | change to a new state and notify all listeners . this is a private method that is only invoked from synchronized methods , which avoid having to clone the listener list . it does imply that the state change listener methods should be short lived , as they will delay the state transition . concode_field_sep STATE state ... | void function ( STATE arg0 ) { state = arg0 ; for ( ServiceStateChangeListener loc0 : listeners ) { loc0 . stateChanged ( this ) ; } } |
17,173 | get the input file name . concode_field_sep Text val concode_elem_sep String UNIQ_VALUE_COUNT concode_elem_sep String STRING_VALUE_MAX concode_elem_sep String VALUE_HISTOGRAM concode_elem_sep String LONG_VALUE_SUM concode_elem_sep String LONG_VALUE_MAX concode_elem_sep String LONG_VALUE_MIN concode_elem_sep String STRI... | void function ( Configuration arg0 ) { this . inputFile = arg0 . get ( MRJobConfig . MAP_INPUT_FILE ) ; } |
17,174 | warning log message . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d concode_elem_sep void s... | void function ( String arg0 , String arg1 , Throwable arg2 ) { if ( LOG . WARN >= LOGLEVEL ) Log . w ( arg0 , arg1 , arg2 ) ; } |
17,175 | this method resets the incoming events time events included . concode_field_sep boolean e concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep boolean f concode_elem_sep boolean g concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep void init concode_elem_sep SCInterface g... | void function ( ) { sCInterface . clearEvents ( ) ; } |
17,176 | this method returns the class representing the type of the field which is represented by this instance of objectstreamfield . concode_field_sep boolean toset concode_elem_sep Field field concode_elem_sep boolean unshared concode_elem_sep boolean persistent concode_elem_sep String name concode_elem_sep Class<?> type con... | Class < ? > function ( ) { return type ; } |
17,177 | show icons to highlight special events concode_field_sep SharedPreferences preferences concode_elem_sep Resources resources concode_field_sep boolean showJoinPartAndQuit concode_elem_sep boolean autoCapSentences concode_elem_sep int getFontSize concode_elem_sep boolean imeExtract concode_elem_sep boolean showNoticeInSe... | boolean function ( ) { return preferences . getBoolean ( resources . getString ( R . string . key_show_icons ) , Boolean . parseBoolean ( resources . getString ( R . string . default_show_icons ) ) ) ; } |
17,178 | prints a message at verbose priority . concode_field_sep int ERROR concode_elem_sep int VERBOSE concode_elem_sep int WARN concode_elem_sep int NONE concode_elem_sep int ASSERT concode_elem_sep int DEBUG concode_elem_sep LogNode mLogNode concode_elem_sep int INFO concode_field_sep void println concode_elem_sep void prin... | void function ( String arg0 , String arg1 ) { v ( arg0 , arg1 , null ) ; } |
17,179 | adds a new cell to this row concode_field_sep List<groovy.swing.impl.TableLayoutCell> cells concode_elem_sep TableLayout parent concode_elem_sep int rowIndex concode_field_sep int getRowIndex concode_elem_sep void addComponentsForRow | void function ( groovy . swing . impl . TableLayoutCell arg0 ) { int loc0 = 0 ; for ( Iterator loc1 = cells . iterator ( ) ; loc1 . hasNext ( ) ; ) { groovy . swing . impl . TableLayoutCell loc2 = ( groovy . swing . impl . TableLayoutCell ) loc1 . next ( ) ; loc0 += loc2 . getColspan ( ) ; } arg0 . getConstraints ( ) .... |
17,180 | see #signingcertificate concode_field_sep XmlDom signingCertificate concode_elem_sep String contextName concode_elem_sep XmlDom bvData concode_elem_sep POEExtraction poe concode_elem_sep ValidationPolicy countersignatureValidationPolicy concode_elem_sep XmlDom ltvData concode_elem_sep XmlDom tsData concode_elem_sep Dat... | void function ( final XmlDom arg0 ) { this . signingCertificate = arg0 ; } |
17,181 | gets the state indicating if the classes loaded by given class loader are profiled . concode_field_sep Set<Class<?>> targetClasses concode_elem_sep Set<Class<?>> transformedClasses concode_field_sep byte[] transform concode_elem_sep boolean matches | boolean function ( ClassLoader arg0 ) { if ( Config . getInstance ( ) . profiledClassLoaders . isEmpty ( ) ) { return true ; } for ( String loc0 : Config . getInstance ( ) . profiledClassLoaders ) { if ( arg0 != null && arg0 . getClass ( ) . getName ( ) . equals ( loc0 ) ) { return true ; } } return false ; } |
17,182 | tkredirect can create a response with url string . concode_field_sep String LOCATION concode_elem_sep String NEWLINE concode_field_sep void createsRedirectResponseWithURLAndStatus | void function ( ) { final String loc0 = "srini_string" ; MatcherAssert . assertThat ( new RsPrint ( new TkRedirect ( loc0 ) . act ( new RqFake ( ) ) ) . print ( ) , Matchers . equalTo ( Joiner . on ( TkRedirectTest . NEWLINE ) . join ( "srini_string" , String . format ( TkRedirectTest . LOCATION , loc0 ) , "srini_strin... |
17,183 | info log message with printf formatting . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d con... | void function ( String arg0 , String arg1 , Object ... arg2 ) { if ( LOG . INFO >= LOGLEVEL ) Log . i ( arg0 , String . format ( arg1 , arg2 ) ) ; } |
17,184 | tests if it 's possible to have searchbase prefixed with ldap url , initialdircontext is used . concode_field_sep URL webAppURL concode_elem_sep LdapServer ldapServer concode_elem_sep boolean removeBouncyCastle concode_elem_sep ManagementClient mgmtClient concode_elem_sep DirectoryService directoryService concode_elem_... | void function ( ) { final URL loc0 = new URL ( webAppURL . toExternalForm ( ) + "srini_string" + LdapUrlTestServlet . PARAM_HOST + "srini_string" + URLEncoder . encode ( Utils . getSecondaryTestAddress ( mgmtClient ) , "srini_string" ) ) ; assertEquals ( "srini_string" , Utils . makeCallWithBasicAuthn ( loc0 , null , n... |
17,185 | called when an activity you launched exits , giving you the requestcode you started it with , the resultcode it returned , and any additional data from it . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String serviceN... | void function ( int arg0 , int arg1 , Intent arg2 ) { } |
17,186 | retrieves prefix + '' in '' + elapsedtime + '' ms. '' concode_field_sep boolean running concode_elem_sep long total concode_elem_sep long startTime concode_elem_sep long lastStart concode_field_sep void zero concode_elem_sep long currentElapsedTime concode_elem_sep void stop concode_elem_sep void start concode_elem_sep... | String function ( String arg0 ) { return arg0 + "srini_string" + currentElapsedTime ( ) + "srini_string" ; } |
17,187 | returns a list of addresses of all members in the cluster concode_field_sep Analyzer analyzer concode_elem_sep Cache cache concode_elem_sep String MAIN_FIELD concode_elem_sep InfinispanDirectory index concode_field_sep void addNewDocument concode_elem_sep Query parseQuery concode_elem_sep List<String> listStoredValuesM... | List < Address > function ( ) { EmbeddedCacheManager loc0 = cache . getCacheManager ( ) ; return loc0 . getMembers ( ) ; } |
17,188 | sets the value of the notbefore property . concode_field_sep String address concode_elem_sep Object anyType concode_elem_sep String inResponseTo concode_elem_sep String recipient concode_elem_sep XMLGregorianCalendar notOnOrAfter concode_elem_sep Map<QName,String> otherAttributes concode_elem_sep XMLGregorianCalendar n... | void function ( XMLGregorianCalendar arg0 ) { this . notBefore = arg0 ; } |
17,189 | adds the user id mapper to the database . also notifies the appropriate model listeners . concode_field_sep UserIdMapperLocalService _service concode_field_sep com.liferay.portal.model.UserIdMapper fetchUserIdMapper concode_elem_sep java.util.List dynamicQuery concode_elem_sep java.util.List dynamicQuery concode_elem_s... | com . liferay . portal . model . UserIdMapper function ( com . liferay . portal . model . UserIdMapper arg0 ) { return getService ( ) . addUserIdMapper ( arg0 ) ; } |
17,190 | sets the user id of this user thread . concode_field_sep UserThread _userThread concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean getRead concode_elem_sep bo... | void function ( long arg0 ) { _userThread . setUserId ( arg0 ) ; } |
17,191 | retrieves the algorithm for computing checksums from the persisted map . concode_field_sep String KEY_ALGORITHM concode_elem_sep String DEFAULT_ALGORITHM concode_field_sep byte[] computeChecksum concode_elem_sep void putChecksum concode_elem_sep void putAlgorithm concode_elem_sep Map<String,Object> createChecksumMap co... | MessageDigest function ( Map < ? , ? > arg0 ) { Object loc0 = arg0 . get ( KEY_ALGORITHM ) ; String loc1 = loc0 instanceof String ? ( String ) loc0 : DEFAULT_ALGORITHM ; return MessageDigest . getInstance ( loc1 ) ; } |
17,192 | returns the opt record from the additional section , if one is present . 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_... | OPTRecord function ( ) { Record [ ] loc0 = getSectionArray ( Section . ADDITIONAL ) ; for ( int loc1 = 0 ; loc1 < loc0 . length ; loc1 ++ ) if ( loc0 [ loc1 ] instanceof OPTRecord ) return ( OPTRecord ) loc0 [ loc1 ] ; return null ; } |
17,193 | lock the monitor two or three times , and make use of the locked or unlocked object . concode_field_sep PlaceHolder placeHolder concode_field_sep void doNothing concode_elem_sep void twoPath concode_elem_sep void constantLock concode_elem_sep void notNested concode_elem_sep void main concode_elem_sep void nestedMayThro... | void function ( Object arg0 , Object arg1 , int arg2 ) { Object loc0 ; synchronized ( arg0 ) { synchronized ( arg0 ) { if ( arg2 == 0 ) { synchronized ( arg0 ) { loc0 = arg1 ; } } else { loc0 = arg0 ; } } } doNothing ( loc0 ) ; } |
17,194 | gets the entity and maps any errors which will result in a responseexception concode_field_sep Response response concode_field_sep Map<String,String> headers concode_elem_sep T readEntity concode_elem_sep String getStatusMessage concode_elem_sep String header concode_elem_sep String getContentType concode_elem_sep int ... | T function ( Class < T > arg0 ) { return getEntity ( arg0 , null ) ; } |
17,195 | initialize the temporary unscramble buffers . returns the scrambled solution . concode_field_sep String copyright concode_elem_sep short solutionChecksum concode_elem_sep String notes concode_elem_sep int numberOfClues concode_elem_sep Integer[] acrossCluesLookup concode_elem_sep String sourceUrl concode_elem_sep boole... | byte [ ] function ( ) { unscrambleKey = new int [ 4 ] ; unscrambleTmp = new byte [ 9 ] ; byte [ ] loc0 = getSolutionDown ( ) ; unscrambleBuf = new byte [ loc0 . length ] ; return loc0 ; } |
17,196 | gets the value of the return property . concode_field_sep String _return concode_field_sep void setReturn | String function ( ) { return _return ; } |
17,197 | return a managedobjectmanager that performs no operations . useful to allow the same code to run with or without creating mbeans through gmbal . concode_field_sep GenericConstructor<ManagedObjectManager> stringCons concode_elem_sep GenericConstructor<ManagedObjectManager> objectNameCons concode_field_sep Method getMeth... | ManagedObjectManager function ( ) { return ManagedObjectManagerNOPImpl . self ; } |
17,198 | a flag to indicate the presence of one or more far out values at the top end of the range . concode_field_sep List outlierLists concode_elem_sep boolean highFarOut concode_elem_sep boolean lowFarOut concode_field_sep boolean add concode_elem_sep boolean isLowFarOut concode_elem_sep Iterator iterator concode_elem_sep bo... | boolean function ( ) { return this . highFarOut ; } |
17,199 | parse element #access_control content . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean parseAuditLog concode_elem_sep boolean parseManagementInterfaces concode_elem_sep boolean writeHttpManagementProtocol concode_elem_sep boolean writeAccessControl concode_elem_sep boolean writeAuditLog concode_ele... | boolean function ( final XMLExtendedStreamReader arg0 , final ModelNode arg1 , final List < ModelNode > arg2 ) { return false ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.