idx int64 0 100k | question stringlengths 68 7.19k | target stringlengths 20 663 |
|---|---|---|
6,900 | sets the user uuid of this folder . concode_field_sep Folder _folder concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel concode_elem_sep int com... | void function ( java . lang . String arg0 ) { _folder . setUserUuid ( arg0 ) ; } |
6,901 | returns a string representation of this object ; useful for testing and debugging . concode_field_sep AccessPoliciesStatus accessPolicies concode_field_sep AccessPoliciesStatus getAccessPolicies concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep void setAccessPolicies concode_elem_sep Update... | String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getAccessPolicies ( ) != null ) loc0 . append ( "srini_string" + getAccessPolicies ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; } |
6,902 | adds a new user at the database . concode_field_sep boolean changed concode_elem_sep byte[] NULL_ARRAY concode_elem_sep String name concode_elem_sep String filename concode_elem_sep Hashtable users concode_elem_sep byte[] key concode_field_sep void setName concode_elem_sep byte[] getKey concode_elem_sep String getName ... | AuthenticationService function ( String arg0 , byte [ ] arg1 ) { if ( hasUser ( arg0 ) ) return this ; UserAuthInfo loc0 = new UserAuthInfo ( arg0 , arg1 ) ; users . put ( arg0 , loc0 ) ; changed = true ; return this ; } |
6,903 | test of distance method , of class manhattandistance . concode_field_sep PlaceHolder placeHolder concode_field_sep void setUpClass concode_elem_sep void testDistanceInt concode_elem_sep void setUp concode_elem_sep void tearDownClass concode_elem_sep void tearDown | void function ( ) { System . out . println ( "srini_string" ) ; double [ ] loc0 = { - 2.1968219 , - 0.9559913 , - 0.0431738 , 1.0567679 , 0.3853515 } ; double [ ] loc1 = { - 1.7781325 , - 0.6659839 , 0.9526148 , - 0.9460919 , - 0.3925300 } ; assertEquals ( 4.485227 , new ManhattanDistance ( ) . d ( loc0 , loc1 ) , 1E-6... |
6,904 | gets owning institution holdings id . concode_field_sep String owningInstitutionHoldingsId concode_elem_sep Integer owningInstitutionId concode_field_sep void setOwningInstitutionId concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Integer getOwningInstitutionId concode_elem_sep void setOwn... | String function ( ) { return owningInstitutionHoldingsId ; } |
6,905 | callback method after changes made to this length . the default implementation does nothing . concode_field_sep short unitType concode_elem_sep String[] UNITS concode_elem_sep UnitProcessor.Context context concode_elem_sep short VERTICAL_LENGTH concode_elem_sep short OTHER_LENGTH concode_elem_sep short HORIZONTAL_LENGT... | void function ( ) { } |
6,906 | does the given status code indicate a rolled back transaction ? concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isMarkedForRollback concode_elem_sep int getStatus concode_elem_sep int getStatus concode_elem_sep boolean isActive concode_elem_sep boolean isActive concode_elem_sep boolean isActive conc... | boolean function ( int arg0 ) { return arg0 == Status . STATUS_MARKED_ROLLBACK || arg0 == Status . STATUS_ROLLING_BACK || arg0 == Status . STATUS_ROLLEDBACK ; } |
6,907 | gets the maxlinelength value for this fielddimensionmultilinetype . concode_field_sep java.lang.Object __equalsCalc concode_elem_sep int maxLineLength concode_elem_sep int maxLines concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_field_sep void setMaxLineLen... | int function ( ) { return maxLineLength ; } |
6,908 | performs task upon a single dspaceobject . used in conjunction with the distribute method to run a single task across multiple dspaceobjects . by default , this method just wraps a call to performitem for each item object . you should override this method if you want to use distribute to run your task across multiple d... | void function ( DSpaceObject arg0 ) { if ( arg0 . getType ( ) == Constants . ITEM ) { performItem ( ( Item ) arg0 ) ; } } |
6,909 | this method was generated by mybatis generator . this method sets the value of the database column portal_permission . permission_chname concode_field_sep String modifyUser concode_elem_sep Date modifyTime concode_elem_sep Date createTime concode_elem_sep String permissionChname concode_elem_sep String createUser conco... | void function ( String arg0 ) { this . permissionChname = arg0 == null ? null : arg0 . trim ( ) ; } |
6,910 | returns the close value . concode_field_sep Date date concode_elem_sep Number volume concode_elem_sep Number high concode_elem_sep Number low concode_elem_sep Number close concode_elem_sep long serialVersionUID concode_elem_sep Number open concode_field_sep Number getVolume concode_elem_sep Number getOpen concode_elem_... | Number function ( ) { return this . close ; } |
6,911 | this method displays a simple dialog with given message and title concode_field_sep JFrame jFrameSShellMain concode_elem_sep JPanel jContentPaneSShellMain concode_elem_sep JTextPane jTextPaneNotifyMessage concode_elem_sep JPasswordField jPasswordFieldPassword concode_elem_sep JLabel jLabelPassword concode_elem_sep JBut... | void function ( String arg0 , String arg1 ) { JOptionPane . showMessageDialog ( getJFrameSShellMain ( ) , arg0 , arg1 , JOptionPane . ERROR_MESSAGE ) ; } |
6,912 | checks if all given transitions have at least one action . returns false for empty lists . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean hasEntryAction concode_elem_sep boolean containsOnlyEventsOfType concode_elem_sep boolean oneIncomingTransitionEntersCompositeWithEntryActions concode_elem_sep b... | boolean function ( EList < Transition > arg0 ) { if ( arg0 . isEmpty ( ) ) return false ; for ( Transition loc0 : arg0 ) { if ( ! hasAtLeastOneAction ( loc0 ) ) { return false ; } } return true ; } |
6,913 | just for testing and debugging . n.b. this echoes passwords ! concode_field_sep String password concode_elem_sep String libpath concode_elem_sep String username concode_elem_sep String truststore concode_elem_sep String id concode_elem_sep String DEFAULT_JDBC_DRIVER concode_elem_sep String charset concode_elem_sep Stri... | void function ( ) { System . err . println ( "srini_string" + id + "srini_string" + url + "srini_string" + username + "srini_string" + password ) ; } |
6,914 | add the given items to the list of items in the javafx.scene.control.multipleselectionmodel #getselectedindices selectedindices property for the instance constructed by this builder . concode_field_sep int __set concode_elem_sep java.util.Collection<? extends java.lang.Integer> selectedIndices concode_elem_sep java.uti... | B function ( java . util . Collection < ? extends java . lang . Integer > arg0 ) { this . selectedIndices = arg0 ; __set |= 1 << 0 ; return ( B ) this ; } |
6,915 | add the list of user ids to the dialog . concode_field_sep JFrame parentFrame concode_elem_sep JPasswordField password concode_elem_sep Object[] options concode_elem_sep SWORDComboBox onBehalfOf concode_elem_sep JPanel controls concode_elem_sep SWORDComboBox location concode_elem_sep SWORDComboBox username concode_fiel... | void function ( String [ ] arg0 ) { username . insertItems ( arg0 ) ; } |
6,916 | gets the value of the value property . concode_field_sep String code concode_elem_sep AliasesType aliases concode_elem_sep String namespace concode_elem_sep String description concode_elem_sep String action concode_elem_sep String definition concode_elem_sep String source concode_elem_sep String value concode_elem_sep ... | String function ( ) { return value ; } |
6,917 | this computes the number of common most-significant bits in the mantissas of two double-precision numbers . it does not count the hidden bit , which is always 1 . it does not determine whether the numbers have the same exponent - if they do not , the value computed by this function is meaningless . concode_field_sep lo... | int function ( long arg0 , long arg1 ) { int loc0 = 0 ; for ( int loc1 = 52 ; loc1 >= 0 ; loc1 -- ) { if ( getBit ( arg0 , loc1 ) != getBit ( arg1 , loc1 ) ) return loc0 ; loc0 ++ ; } return 52 ; } |
6,918 | 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 ) ) ; } |
6,919 | make an instance managed and persistent then synchronize the persistence context to the underlying database . delegates to entitymanager #persist object then #flush and finally returns the original source entity . helpful when setting up test data in a test : myentity entity = this.testentitymanager.persistandflush new... | E function ( E arg0 ) { persist ( arg0 ) ; flush ( ) ; return arg0 ; } |
6,920 | there is a possible case that given base node does n't have alignmentincolumnsconfig #gettargetdeclarationtypes target type but its first child node or first child node of the first child node etc does . this method tries to derive node of the target type from the given node . concode_field_sep AlignmentInColumnsHelper... | ASTNode function ( ASTNode arg0 , TokenSet arg1 ) { if ( arg1 . contains ( arg0 . getElementType ( ) ) ) { return arg0 ; } for ( ASTNode loc0 = arg0 ; loc0 != null ; loc0 = loc0 . getFirstChildNode ( ) ) { IElementType loc1 = loc0 . getElementType ( ) ; if ( arg1 . contains ( loc1 ) ) { return loc0 ; } } return null ; ... |
6,921 | returns a list of the words in this hypothesis . concode_field_sep ReferenceFile referenceFile concode_elem_sep Iterator<HypothesisWord> iterator concode_elem_sep BufferedReader reader concode_elem_sep List<HypothesisWord> words concode_elem_sep boolean isSilenceGap concode_elem_sep float startTime concode_elem_sep flo... | List < HypothesisWord > function ( ) { List < HypothesisWord > loc0 = new LinkedList < HypothesisWord > ( ) ; loc0 . addAll ( words ) ; return loc0 ; } |
6,922 | gets the value of the layout property . concode_field_sep Layout layout concode_elem_sep String flavour concode_elem_sep String src concode_elem_sep String width concode_elem_sep BigDecimal refresh concode_elem_sep Label label concode_elem_sep String height concode_field_sep void setSrc concode_elem_sep Label getLabel ... | Layout function ( ) { return layout ; } |
6,923 | get the raw value that was set using #set int , float , without taking into account any default values . concode_field_sep boolean mHasAliasesSet concode_elem_sep int END concode_elem_sep float[] mDefaultSpacing concode_elem_sep int LEFT concode_elem_sep int VERTICAL concode_elem_sep int mValueFlags concode_elem_sep in... | float function ( int arg0 ) { return mSpacing [ arg0 ] ; } |
6,924 | get the first bead in the thread , or null if it has not been set yet . this is a required field for this object . concode_field_sep COSDictionary thread concode_field_sep void setFirstBead concode_elem_sep PDDocumentInformation getThreadInfo concode_elem_sep void setThreadInfo concode_elem_sep COSDictionary getDiction... | PDThreadBead function ( ) { PDThreadBead loc0 = null ; COSDictionary loc1 = ( COSDictionary ) thread . getDictionaryObject ( "srini_string" ) ; if ( loc1 != null ) { loc0 = new PDThreadBead ( loc1 ) ; } return loc0 ; } |
6,925 | sets the description value for this creativetemplatevariable . concode_field_sep java.lang.Boolean isRequired concode_elem_sep java.lang.String uniqueName concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String description concode_e... | void function ( java . lang . String arg0 ) { this . description = arg0 ; } |
6,926 | gets the value of the signatureenvironmentorerrorresponse 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 signatureenvironmentorerrorres... | List < Object > function ( ) { if ( signatureEnvironmentOrErrorResponse == null ) { signatureEnvironmentOrErrorResponse = new ArrayList < Object > ( ) ; } return this . signatureEnvironmentOrErrorResponse ; } |
6,927 | gets server time . concode_field_sep DateFormat selectedFormat concode_elem_sep int[] pacificXCoords concode_elem_sep int[] nfldXCoords concode_elem_sep int[] easternYCoords concode_elem_sep int[] alaskaYCoords concode_elem_sep int[] pacificYCoords concode_elem_sep ArrayList allTimeZoneList concode_elem_sep int[] mount... | String function ( ) { return formatCurrentTime ( serverFormat ) ; } |
6,928 | produce a jsonarray of jsonobjects from a comma delimited text string using a supplied jsonarray as the source of element names . concode_field_sep PlaceHolder placeHolder concode_field_sep String getValue concode_elem_sep JSONObject rowToJSONObject concode_elem_sep String rowToString concode_elem_sep String toString c... | JSONArray function ( JSONArray arg0 , String arg1 ) { return toJSONArray ( arg0 , new JSONTokener ( arg1 ) ) ; } |
6,929 | gets the value of the movelink 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 movelink property . for example , to add a new item , do ... | List < MOVELINK > function ( ) { if ( movelink == null ) { movelink = new ArrayList < MOVELINK > ( ) ; } return this . movelink ; } |
6,930 | tostring concode_field_sep boolean scheduled_tasks concode_elem_sep float memory concode_elem_sep String name concode_elem_sep int cpu concode_elem_sep boolean active concode_elem_sep String id concode_elem_sep int filterTime concode_elem_sep boolean filterSet concode_elem_sep ArrayList<Slave> allocated_slaves concode_... | String function ( ) { } |
6,931 | loads the service with the given name . concode_field_sep Hashtable<String,Hashtable<String,String>> serviceMap concode_field_sep void autodeploy | void function ( String arg0 ) { Hashtable < String , String > loc0 = this . serviceMap . get ( arg0 ) ; Remote loc1 = ( Remote ) Class . forName ( loc0 . get ( Constants . Class ) ) . newInstance ( ) ; Naming . rebind ( loc0 . get ( "srini_string" ) , loc1 ) ; } |
6,932 | returns a point with the same coordinates as this point . concode_field_sep double SMALL_NUMBER concode_elem_sep double[] coords concode_field_sep void setCoord concode_elem_sep double[] getCoords concode_elem_sep Point project concode_elem_sep double distanceTo concode_elem_sep Point toRealProperties concode_elem_sep ... | Point function ( ) { return new Point ( this . coords . clone ( ) ) ; } |
6,933 | determines whether this property editor supports a custom editor . concode_field_sep PropertyChangeSupport propertyChangeSupport concode_elem_sep Boolean value concode_field_sep String getJavaInitializationString concode_elem_sep Object getValue concode_elem_sep Component getCustomEditor concode_elem_sep void setValue ... | boolean function ( ) { return false ; } |
6,934 | returns the client 's authenticator . this method never returns null . concode_field_sep Proxy proxy concode_elem_sep List<String> transports concode_elem_sep int uriPort concode_elem_sep SSLSocketFactory sslSocketFactory concode_elem_sep HostnameVerifier hostnameVerifier concode_elem_sep OkAuthenticator authenticator ... | OkAuthenticator function ( ) { return authenticator ; } |
6,935 | returns number of files in the snapshot concode_field_sep SnapshotShardsStats shardsStats concode_elem_sep ImmutableList<SnapshotIndexShardStatus> shards concode_elem_sep SnapshotId snapshotId concode_elem_sep XContentBuilderString STATE concode_elem_sep SnapshotStats stats concode_elem_sep XContentBuilderString SNAPSH... | SnapshotStats function ( ) { return stats ; } |
6,936 | retrieves whether null values are allowed in the designated parameter . concode_field_sep int[] types concode_elem_sep int[] modes concode_elem_sep int parameterCount concode_elem_sep int[] nullability concode_elem_sep Result.ResultMetaData rmd concode_elem_sep boolean[] isIdentity concode_elem_sep String[] classNames ... | int function ( int arg0 ) { checkRange ( arg0 ) ; return nullability [ -- arg0 ] ; } |
6,937 | returns the key for the series . concode_field_sep long serialVersionUID concode_elem_sep EventListenerList listeners concode_elem_sep VetoableChangeSupport vetoableChangeSupport concode_elem_sep String description concode_elem_sep PropertyChangeSupport propertyChangeSupport concode_elem_sep Comparable key concode_elem... | Comparable function ( ) { return this . key ; } |
6,938 | enables or disables moocher dropping mode . a ` moocher ' is a file that does not provide any symbols though they may require symbols . this is usually because they do n't want to tie themselves to a particular dependency system e.g. , closure 's goog.provide , commonjs modules . so they rely on other people to manage ... | DependencyOptions function ( boolean arg0 ) { this . dropMoochers = arg0 ; return this ; } |
6,939 | obtains the objectinfo meta-data for the associated copy-always objects , corresponding one-for-one with the #copyalwaysids . concode_field_sep List copyAlwaysIds concode_elem_sep String containerClass concode_elem_sep String hints concode_elem_sep String copyParentId concode_elem_sep List alwaysCopyEObjectInfoList con... | List function ( ) { return alwaysCopyEObjectInfoList ; } |
6,940 | adds or replaces an exit from this vertex an edge in execution tree/graph concode_field_sep ArrayList<Integer> marking concode_elem_sep Colour colour concode_elem_sep GraphVertex copyOf concode_elem_sep HashMap<Transition,GraphVertex> exits concode_field_sep void markAsCopyOf concode_elem_sep boolean testAndMarkOmega c... | void function ( Transition arg0 , GraphVertex arg1 ) { exits . put ( arg0 , arg1 ) ; } |
6,941 | the value to assign to the global identifier concode_field_sep Long contentId concode_elem_sep String language concode_elem_sep Long workItemId concode_elem_sep Class[] extraJaxbClasses concode_elem_sep Integer timeout concode_elem_sep String password concode_elem_sep Integer maxNumber concode_elem_sep String processId... | void function ( Object arg0 ) { this . value = arg0 ; } |
6,942 | sets the reference to the processimage of this modbuscoupler . concode_field_sep ProcessImageFactory m_PIFactory concode_elem_sep ModbusCoupler c_Self concode_elem_sep int m_UnitID concode_elem_sep ProcessImage m_ProcessImage concode_elem_sep boolean m_Master concode_field_sep boolean isSlave concode_elem_sep void setU... | void function ( ProcessImage arg0 ) { m_ProcessImage = arg0 ; } |
6,943 | destroy hazelcast shared timggestamp counter , if it 's local then remove the map entry concode_field_sep long localCount concode_elem_sep Map<String,Long> counters concode_elem_sep Map<String,Long> timestamps concode_field_sep long addAndGetDistributedCounter concode_elem_sep long asyncGetAndAlterDistributedCounter co... | void function ( String arg0 ) { String loc0 = ThrottleConstants . THROTTLE_TIMESTAMP_KEY + arg0 ; HazelcastInstance loc1 = getHazelcastInstance ( ) ; if ( loc1 != null ) { loc1 . getAtomicLong ( loc0 ) . destroy ( ) ; } else { timestamps . remove ( loc0 ) ; } } |
6,944 | convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep List<BigDecimal> arrayNumber concode_field_sep List<BigDecimal> getArrayNumber concode_elem_sep void setArrayNumber concode_elem_sep ArrayOfNumberOnly arrayNumber concode_elem_sep int hashCode concode_elem_s... | String function ( java . lang . Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; } |
6,945 | creates a local date iterator given a recurrence iterator from com.google.ical.iter.recurrenceiteratorfactory . concode_field_sep RecurrenceIterator it concode_field_sep LocalDate next concode_elem_sep LocalDate dateValueToLocalDate concode_elem_sep LocalDateIterator iterator concode_elem_sep void advanceTo concode_ele... | LocalDateIterator function ( RecurrenceIterator arg0 ) { return new RecurrenceIteratorWrapper ( arg0 ) ; } |
6,946 | parses the string containing color in hexadecimal format #rrggbb and converts it to the color . concode_field_sep PlaceHolder placeHolder concode_field_sep String createColor concode_elem_sep String parserNumber concode_elem_sep String convertBoolean concode_elem_sep Boolean parseBoolean concode_elem_sep String parserU... | Color function ( String arg0 ) { if ( arg0 . length ( ) != 7 ) return null ; try { return new Color ( Integer . parseInt ( arg0 . substring ( 1 , 3 ) , 16 ) , Integer . parseInt ( arg0 . substring ( 3 , 5 ) , 16 ) , Integer . parseInt ( arg0 . substring ( 5 , 7 ) , 16 ) ) ; } catch ( Throwable loc0 ) { return null ; } ... |
6,947 | sets the value of the authorizeduserinfo property . concode_field_sep IdTypeEnum idType concode_elem_sep StateEnum idIssuingState concode_elem_sep long serialVersionUID concode_elem_sep XMLGregorianCalendar idExpirationDate concode_elem_sep String idNumber concode_elem_sep CountryCodeEnum idIssuingCountry concode_elem_... | void function ( AuthorizedUserInfoType arg0 ) { this . authorizedUserInfo = arg0 ; } |
6,948 | get jar and other files needed for computation from server . concode_field_sep String className concode_elem_sep Class m_workerFeedbackClaas concode_elem_sep String CVS_REVISION concode_elem_sep Logger log concode_elem_sep Class m_workerClass concode_field_sep void startWork concode_elem_sep void main | void function ( GridNodeWorkerConfig arg0 ) { } |
6,949 | return the next character in the iteration concode_field_sep boolean negated concode_elem_sep char current concode_elem_sep String iToString concode_elem_sep char start concode_elem_sep CharRange range concode_elem_sep char end concode_elem_sep boolean hasNext concode_elem_sep long serialVersionUID concode_field_sep Ch... | Character function ( ) { if ( hasNext == false ) { throw new NoSuchElementException ( ) ; } final char loc0 = current ; prepareNext ( ) ; return Character . valueOf ( loc0 ) ; } |
6,950 | returns the audio stream channels number 1 = mono , 2 = stereo . if less than 0 , this information is not available . concode_field_sep int samplingRate concode_elem_sep int channels concode_elem_sep int bitRate concode_elem_sep String decoder concode_field_sep int getBitRate concode_elem_sep String getDecoder concode_... | int function ( ) { return channels ; } |
6,951 | does this smil file contain at least 1 text segment ? concode_field_sep SequenceElement elements concode_field_sep List<AudioElement> getAudioSegments concode_elem_sep void load concode_elem_sep List<TextElement> getTextSegments concode_elem_sep void tryToExtractElements concode_elem_sep void parse concode_elem_sep boo... | boolean function ( ) { return getTextSegments ( ) . size ( ) > 0 ; } |
6,952 | sets the value of the operand property . concode_field_sep String argument concode_elem_sep WebpageConditionOperand operand concode_field_sep WebpageConditionOperand getOperand concode_elem_sep String getArgument concode_elem_sep void setArgument | void function ( WebpageConditionOperand arg0 ) { this . operand = arg0 ; } |
6,953 | returns a copy of the date formatter . 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... | DateFormat function ( ) { return ( DateFormat ) this . dateFormat . clone ( ) ; } |
6,954 | locate element using @css concode_field_sep PlaceHolder placeHolder concode_field_sep By getId | By function ( String arg0 ) { return By . className ( arg0 ) ; } |
6,955 | gets the value of the show property . concode_field_sep MXDataSetType mxDataSet concode_elem_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep String type concode_elem_sep Str... | String function ( ) { return show ; } |
6,956 | optional key name concode_field_sep short keyLength concode_elem_sep String keyName concode_elem_sep byte[] keyBytes concode_elem_sep String keyType concode_field_sep byte[] getKeyBytes concode_elem_sep String getKeyType concode_elem_sep void setKeyBytes concode_elem_sep void setKeyLength concode_elem_sep void setKeyTy... | void function ( String arg0 ) { this . keyName = arg0 ; } |
6,957 | gets the list of purchases . concode_field_sep StoreTable storeTable concode_elem_sep Random random concode_elem_sep Effect cartEffect concode_elem_sep ArrayList purchasedList concode_field_sep String getItemString concode_elem_sep void setCartEffect concode_elem_sep String getTotalPriceFormatted concode_elem_sep void ... | ArrayList function ( ) { return ( purchasedList ) ; } |
6,958 | sets the link . concode_field_sep Blob file concode_elem_sep Link link concode_elem_sep String description concode_elem_sep long serialVersionUID concode_elem_sep Long id concode_elem_sep String label concode_field_sep Link getLink concode_elem_sep String getLabel concode_elem_sep void setFile concode_elem_sep void set... | void function ( Link arg0 ) { this . link = arg0 ; } |
6,959 | determine whether this application object needs to run in an applicationcontext . default is `` false '' . can be overridden to enforce running in a context i.e. to throw illegalstateexception on accessors if outside a context . concode_field_sep Log logger concode_elem_sep ApplicationContext applicationContext concode... | boolean function ( ) { return false ; } |
6,960 | an array of structures that represent any workspaces that could not be rebooted . concode_field_sep com.amazonaws.internal.SdkInternalList<FailedWorkspaceChangeRequest> failedRequests concode_field_sep java.util.List<FailedWorkspaceChangeRequest> getFailedRequests concode_elem_sep int hashCode concode_elem_sep boolean ... | RebootWorkspacesResult function ( java . util . Collection < FailedWorkspaceChangeRequest > arg0 ) { setFailedRequests ( arg0 ) ; return this ; } |
6,961 | prints a message at info 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 println... | void function ( String arg0 , String arg1 , Throwable arg2 ) { println ( INFO , arg0 , arg1 , arg2 ) ; } |
6,962 | returns this tour as an array of integers . concode_field_sep List<Integer> nodes concode_field_sep boolean isEquivalent concode_elem_sep void set concode_elem_sep List<Edge> toEdges concode_elem_sep Tour createCanonicalTour concode_elem_sep Tour createRandomTour concode_elem_sep double distance concode_elem_sep void f... | int [ ] function ( ) { int [ ] loc0 = new int [ nodes . size ( ) ] ; for ( int loc1 = 0 ; loc1 < nodes . size ( ) ; loc1 ++ ) { loc0 [ loc1 ] = nodes . get ( loc1 ) ; } return loc0 ; } |
6,963 | called on the master node only before the index is created concode_field_sep PlaceHolder placeHolder concode_field_sep void afterIndexCreated concode_elem_sep void beforeIndexShardClosed concode_elem_sep void beforeIndexDeleted concode_elem_sep void beforeIndexClosed concode_elem_sep void shardRoutingChanged concode_el... | void function ( Index arg0 , @ IndexSettings Settings arg1 ) { } |
6,964 | gets the value of the uplabel property . concode_field_sep String mapping concode_elem_sep List<Address> address concode_elem_sep BigDecimal shorttime concode_elem_sep String flavour concode_elem_sep String downlabel concode_elem_sep BigDecimal max concode_elem_sep String change concode_elem_sep String format concode_e... | String function ( ) { return uplabel ; } |
6,965 | create an angle sensor around the given function that returns the angle . concode_field_sep PlaceHolder placeHolder concode_field_sep AngleSensor zero concode_elem_sep AngleSensor invert concode_elem_sep double getAngle concode_elem_sep double computeAngleChangeTo | AngleSensor function ( DoubleSupplier arg0 ) { return new AngleSensor ( ) { private volatile double zero = 0 ; @ Override public double getAngle ( ) { return arg0 . getAsDouble ( ) - zero ; } @ Override public AngleSensor zero ( ) { zero = arg0 . getAsDouble ( ) ; return this ; } } ; } |
6,966 | sets the value of the showrowheaders property . concode_field_sep Object parent concode_elem_sep Boolean showLastColumn concode_elem_sep Boolean showColHeaders concode_elem_sep Boolean showRowStripes concode_elem_sep Boolean showColStripes concode_elem_sep String name concode_elem_sep Boolean showRowHeaders concode_fie... | void function ( Boolean arg0 ) { this . showRowHeaders = arg0 ; } |
6,967 | this method was generated by mybatis generator . this method sets the value of the database column resources.name concode_field_sep Integer companyid concode_elem_sep String name concode_elem_sep int index concode_elem_sep Integer id concode_field_sep String getName concode_elem_sep int getIndex concode_elem_sep Intege... | void function ( String arg0 ) { this . name = arg0 == null ? null : arg0 . trim ( ) ; } |
6,968 | sets the value of the index property . concode_field_sep Integer index concode_field_sep Integer getIndex | void function ( Integer arg0 ) { this . index = arg0 ; } |
6,969 | gets the name of the group that will be created . concode_field_sep String name concode_elem_sep String description concode_elem_sep AppGroupPrivacy privacy concode_field_sep Builder setName concode_elem_sep Builder readFrom concode_elem_sep Builder readFrom concode_elem_sep AppGroupCreationContent build concode_elem_s... | String function ( ) { return this . name ; } |
6,970 | gets the array that this iterator is iterating over . concode_field_sep int index concode_elem_sep Object array concode_elem_sep int endIndex concode_field_sep Object next concode_elem_sep void checkBound concode_elem_sep boolean hasNext concode_elem_sep void remove concode_elem_sep void setArray | Object function ( ) { return array ; } |
6,971 | pull out one of the journalandstream objects from the edit log . concode_field_sep MiniDFSCluster cluster concode_elem_sep FileSystem fs concode_elem_sep int editsPerformed concode_field_sep void testSingleFailedEditsDirOnFlush concode_elem_sep EditLogFileOutputStream spyOnStream concode_elem_sep boolean doAnEdit conco... | JournalAndStream function ( int arg0 ) { FSImage loc0 = cluster . getNamesystem ( ) . getFSImage ( ) ; FSEditLog loc1 = loc0 . getEditLog ( ) ; return loc1 . getJournals ( ) . get ( arg0 ) ; } |
6,972 | a unique identifier for this event . concode_field_sep String eventId concode_elem_sep Long ingestionTime concode_elem_sep String logStreamName concode_elem_sep String message concode_elem_sep Long timestamp concode_field_sep void setEventId concode_elem_sep FilteredLogEvent withTimestamp concode_elem_sep String getMes... | FilteredLogEvent function ( String arg0 ) { setEventId ( arg0 ) ; return this ; } |
6,973 | calculates all semesters that this session is intended to be heard in . this is not necessarily the same set of semesters as this session is provided in . usually this is a subset of the provided semesters but it is in fact possible that those sets are disjunct . this can happen due to bad planning . concode_field_sep ... | Set < Integer > function ( ) { return getIntendedAbstractUnits ( ) . stream ( ) . flatMap ( abstractUnit -> abstractUnit . getModuleAbstractUnitSemesters ( ) . stream ( ) . map ( ModuleAbstractUnitSemester :: getSemester ) ) . collect ( Collectors . toSet ( ) ) ; } |
6,974 | the id of the allocated dedicated host . this is used when you want to launch an instance onto a specific host . note : this method appends the values to the existing list if any . use #sethostids java.util.collection or #withhostids java.util.collection if you want to override theexisting values . concode_field_sep co... | AllocateHostsResult function ( String ... arg0 ) { if ( this . hostIds == null ) { setHostIds ( new com . amazonaws . internal . SdkInternalList < String > ( arg0 . length ) ) ; } for ( String loc0 : arg0 ) { this . hostIds . add ( loc0 ) ; } return this ; } |
6,975 | set the background color for the slider from a resource . this is the view containing the list . concode_field_sep int drawerGravity concode_elem_sep Drawable sliderBackgroundDrawable concode_elem_sep Activity activity concode_elem_sep ScrimInsetsFrameLayout drawerContentRoot concode_elem_sep DrawerLayout drawerLayout ... | Builder function ( @ IntegerRes int arg0 ) { this . sliderBackgroundColorRes = arg0 ; return this ; } |
6,976 | the public key that the amazon redshift cluster will use to connect to the hsm . you must register the public key in the hsm . concode_field_sep String hsmClientCertificatePublicKey concode_elem_sep String hsmClientCertificateIdentifier concode_elem_sep com.amazonaws.internal.ListWithAutoConstructFlag<Tag> tags concode... | void function ( String arg0 ) { this . hsmClientCertificatePublicKey = arg0 ; } |
6,977 | get a mocked hive object that does not create a real meta store client object this gets rid of the datanucleus initializtion which makes it easier to run test from ides concode_field_sep String username concode_field_sep HiveAuthorizer createHiveAuthorizer concode_elem_sep void testSessionDefaultUser concode_elem_sep v... | void function ( HiveConf arg0 ) { Hive loc0 = Mockito . mock ( Hive . class ) ; Mockito . when ( loc0 . getMSC ( ) ) . thenReturn ( null ) ; Mockito . when ( loc0 . getConf ( ) ) . thenReturn ( arg0 ) ; Hive . set ( loc0 ) ; } |
6,978 | returns the number of milleseconds delay between sending keep-alive requests to the server . the default value is 30000 ms. a value of -1 mean no keep-alive requests will be sent to the server . concode_field_sep Vector<String> defaultMechs concode_elem_sep String SMACK_VERSION concode_elem_sep int packetReplyTimeout c... | int function ( ) { return keepAliveInterval ; } |
6,979 | display a `` file upload was too large '' error message . passing in information about the size of the file uploaded , and the maximum file size limit so the user knows why they encountered an error . concode_field_sep Logger log concode_field_sep void showInvalidIDError concode_elem_sep void showJSP concode_elem_sep v... | void function ( HttpServletRequest arg0 , HttpServletResponse arg1 , String arg2 , long arg3 , long arg4 ) { arg0 . setAttribute ( "srini_string" , arg2 ) ; arg0 . setAttribute ( "srini_string" , arg3 ) ; arg0 . setAttribute ( "srini_string" , arg4 ) ; arg1 . setStatus ( HttpServletResponse . SC_REQUEST_ENTITY_TOO_LARG... |
6,980 | get the message-id header . concode_field_sep String CONTENT_LENGTH concode_elem_sep String ACK concode_elem_sep Map<String,List<String>> headers concode_elem_sep String LOGIN concode_elem_sep String SERVER concode_elem_sep String SESSION concode_elem_sep String PASSCODE concode_elem_sep String HEARTBEAT concode_elem_s... | String function ( ) { return getFirst ( MESSAGE_ID ) ; } |
6,981 | an especially short bit of javadoc _ concode_field_sep PlaceHolder placeHolder concode_field_sep void foo6 concode_elem_sep void foo3 concode_elem_sep void foo4 | void function ( ) { } |
6,982 | creates a ldap server instance . concode_field_sep PlaceHolder placeHolder concode_field_sep KDCServer createKDCServer | LDAPServer function ( LDAPServerType arg0 ) { if ( arg0 == LDAPServerType . APACHE_DIRECTORY_SERVICE ) { return new ApacheLDAPServer ( ) ; } else { throw new IllegalArgumentException ( "srini_string" + arg0 . name ( ) ) ; } } |
6,983 | returns the boolean associated with the specified name of the child 's node . concode_field_sep HierarchicalStreamReader reader concode_elem_sep UnmarshallingContext context concode_elem_sep Map<String,Object> valueMap concode_field_sep Object getObject concode_elem_sep Object getObject concode_elem_sep Map<String,Obje... | Boolean function ( String arg0 ) { return getBoolean ( arg0 , null ) ; } |
6,984 | returns the given path as a derived root , relative to the given exec root . the root must be a proper sub-directory of the exec root i.e. not equal . neither may be null . be careful with this method - all derived roots must be registered with the artifact factory before the analysis phase . concode_field_sep Path pat... | Root function ( Path arg0 , Path arg1 ) { Preconditions . checkArgument ( arg1 . startsWith ( arg0 ) ) ; Preconditions . checkArgument ( ! arg1 . equals ( arg0 ) ) ; return new Root ( arg0 , arg1 ) ; } |
6,985 | returns the number of nodes where exactly one child is null . concode_field_sep Comparable data concode_elem_sep Node left concode_elem_sep Node root concode_elem_sep Node right concode_field_sep void add concode_elem_sep void print concode_elem_sep void print concode_elem_sep void addNode concode_elem_sep boolean find... | int function ( ) { int loc0 = 0 ; if ( root != null ) { root = root . left ; loc0 ++ ; } return loc0 = loc0 + root . countNodes ( ) ; } |
6,986 | zeros accumulated running time and restarts this object . concode_field_sep boolean running concode_elem_sep long total concode_elem_sep long startTime concode_elem_sep long lastStart concode_field_sep long currentElapsedTime concode_elem_sep void stop concode_elem_sep String currentElapsedTimeToMessage concode_elem_se... | void function ( ) { total = 0 ; start ( ) ; } |
6,987 | if the client has an admin url , push the client 's revocation policy to it . concode_field_sep KeycloakApplication keycloak concode_elem_sep RealmAuth auth concode_elem_sep KeycloakSession session concode_elem_sep UriInfo uriInfo concode_elem_sep Logger logger concode_elem_sep ClientModel client concode_elem_sep Realm... | GlobalRequestResult function ( ) { auth . requireManage ( ) ; return new ResourceAdminManager ( ) . pushClientRevocationPolicy ( uriInfo . getRequestUri ( ) , realm , client ) ; } |
6,988 | set this to true if this component should be enabled should be drawn , false if not . if disabled , nothing of this component will be drawn . default : true concode_field_sep float mXOffset concode_elem_sep float mYOffset concode_elem_sep Typeface mTypeface concode_elem_sep boolean mEnabled concode_elem_sep float mText... | void function ( boolean arg0 ) { mEnabled = arg0 ; } |
6,989 | gets whether this instruction can possibly throw an exception . this is just a convenient wrapper for getopcode . canthrow . concode_field_sep RegisterSpec result concode_elem_sep RegisterSpecList sources concode_elem_sep SourcePosition position concode_elem_sep Rop opcode concode_field_sep String toHumanWithInline con... | boolean function ( ) { return opcode . canThrow ( ) ; } |
6,990 | return type metadata object concode_field_sep com.google.api.ads.dfp.axis.v201408.UnitType unitType concode_elem_sep com.google.api.ads.dfp.axis.v201408.GoalType goalType concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc... | org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; } |
6,991 | create a copy of this iterator concode_field_sep int END_RUN concode_elem_sep ArrayList mapList concode_elem_sep int START_RUN concode_elem_sep int MID_RUN concode_elem_sep Set allAttributes concode_elem_sep CharacterIterator iter concode_elem_sep String simpleString concode_elem_sep int currentIndex concode_elem_sep i... | Object function ( ) { GVTAttributedCharacterIterator loc0 = new GVTACIImpl ( this ) ; return loc0 ; } |
6,992 | routine every-minute proc . concode_field_sep long start concode_elem_sep AtomicBoolean down concode_elem_sep Talks talks concode_elem_sep Pulse pulse concode_elem_sep Agents agents concode_field_sep int process concode_elem_sep void run concode_elem_sep void close | int function ( ) { final long loc0 = System . currentTimeMillis ( ) ; int loc1 = 0 ; if ( new Toggles . InFile ( ) . readOnly ( ) ) { Logger . info ( this , "srini_string" ) ; } else { loc1 = this . process ( ) ; } this . pulse . add ( new Tick ( loc0 , System . currentTimeMillis ( ) - loc0 , loc1 ) ) ; return loc1 ; } |
6,993 | setter method for classific concode_field_sep String campMesg concode_elem_sep String campid concode_elem_sep String responce concode_elem_sep String customerId concode_elem_sep String classific concode_elem_sep String comment concode_elem_sep String retailerId concode_elem_sep String circle concode_field_sep void setR... | void function ( String arg0 ) { this . classific = arg0 ; } |
6,994 | get a named cache manager . the first time a name is used , a new cachemanager is created . subsequent calls will return the same cache manager . during creation , the name of the cachemanager is passed through to javax.cache.spi.cachingprovider so that an implementation it to concrete implementations may use it to poi... | CacheManager function ( ClassLoader arg0 , String arg1 ) { return getCacheManagerFactory ( ) . getCacheManager ( arg0 , arg1 ) ; } |
6,995 | sets the value of the target property . concode_field_sep List<JAXBElement<?>> policySetOrPolicyOrPolicySetIdReference concode_elem_sep String policyCombiningAlgId concode_elem_sep ObligationsType obligations concode_elem_sep String description concode_elem_sep DefaultsType policySetDefaults concode_elem_sep String ver... | void function ( TargetType arg0 ) { this . target = arg0 ; } |
6,996 | setter-method to store the mapping matrix k concode_field_sep Grid2D radon concode_elem_sep double lineIncrement concode_elem_sep double angleIncrement concode_elem_sep SimpleVector C concode_elem_sep double projectionDiag concode_elem_sep int projectionHeight concode_elem_sep int radonWidth concode_elem_sep SimpleMatr... | void function ( SimpleMatrix arg0 ) { this . K = arg0 ; } |
6,997 | determines amount of purchased items . concode_field_sep StoreTable storeTable concode_elem_sep Random random concode_elem_sep Effect cartEffect concode_elem_sep ArrayList purchasedList concode_field_sep String getItemString concode_elem_sep ArrayList getPurchasedList concode_elem_sep void setCartEffect concode_elem_se... | int function ( ) { Iterator loc0 = purchasedList . iterator ( ) ; int loc1 = 0 ; while ( loc0 . hasNext ( ) ) { loc1 += ( ( CartItem ) loc0 . next ( ) ) . getPurchasedQuantity ( ) ; } return ( loc1 ) ; } |
6,998 | debug 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 setLogLevel concode_elem_sep void setLogLevel concode_elem_sep void e conco... | void function ( String arg0 , String arg1 ) { if ( LOG . DEBUG >= LOGLEVEL ) Log . d ( arg0 , arg1 ) ; } |
6,999 | get ad_client concode_field_sep PO po concode_field_sep byte[] getPdfAttachment concode_elem_sep int compare concode_elem_sep void set_CustomColumn concode_elem_sep int getUpdatedBy concode_elem_sep boolean save concode_elem_sep boolean save concode_elem_sep boolean isActive concode_elem_sep boolean delete concode_elem... | int function ( ) { return po . getAD_Client_ID ( ) ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.