idx int64 0 100k | question stringlengths 68 7.19k | target stringlengths 20 663 |
|---|---|---|
3,500 | target odata service base uri , e.g. http://services.odata.org/odata/odata.svc concode_field_sep int connectTimeout concode_elem_sep HttpHost proxy concode_elem_sep int DEFAULT_TIMEOUT concode_elem_sep Olingo2ApiName apiName concode_elem_sep String DEFAULT_CONTENT_TYPE concode_elem_sep String serviceUri concode_elem_se... | void function ( String arg0 ) { this . serviceUri = arg0 ; } |
3,501 | add a table . concode_field_sep int KEYWORD concode_elem_sep long stopAt concode_elem_sep DbTableOrView lastMatchedTable concode_elem_sep HashMap<String,DbTableOrView> aliases concode_elem_sep DbTableOrView lastTable concode_elem_sep int FUNCTION concode_elem_sep String query concode_elem_sep String queryUpper concode_... | void function ( DbTableOrView arg0 ) { lastTable = arg0 ; if ( tables == null ) { tables = New . hashSet ( ) ; } tables . add ( arg0 ) ; } |
3,502 | converts each unicode codepoint to uppercase via character #touppercase int starting at the given offset . concode_field_sep char lastTrailingHighSurrogate concode_elem_sep int offset concode_elem_sep int length concode_elem_sep char[] buffer concode_field_sep CharacterBuffer newCharacterBuffer concode_elem_sep int toC... | void function ( final char [ ] arg0 , final int arg1 , final int arg2 ) { assert arg0 . length >= arg2 ; assert arg1 <= 0 && arg1 <= arg0 . length ; for ( int loc0 = arg1 ; loc0 < arg2 ; ) { loc0 += Character . toChars ( Character . toUpperCase ( Character . codePointAt ( arg0 , loc0 , arg2 ) ) , arg0 , loc0 ) ; } } |
3,503 | throw a sqlexception saying this command line option is not supported . concode_field_sep PrintStream out concode_elem_sep Properties resources concode_field_sep void runTool concode_elem_sep void printNoDatabaseFilesFound concode_elem_sep void showUsage concode_elem_sep boolean isOption concode_elem_sep SQLException s... | SQLException function ( String arg0 ) { throw DbException . get ( ErrorCode . FEATURE_NOT_SUPPORTED_1 , arg0 ) . getSQLException ( ) ; } |
3,504 | removes an element from the stack and returns it . throws if the stack is empty . concode_field_sep PlaceHolder placeHolder concode_field_sep void push concode_elem_sep T peek concode_elem_sep T peek | T function ( List < T > arg0 ) { return arg0 . remove ( arg0 . size ( ) - 1 ) ; } |
3,505 | sets the value of the accountkey property . concode_field_sep String phoneTypeCd concode_elem_sep String phoneNum concode_elem_sep String accountKey concode_field_sep void setPhoneTypeCd concode_elem_sep String getPhoneTypeCd concode_elem_sep String getPhoneNum concode_elem_sep String getAccountKey concode_elem_sep voi... | void function ( String arg0 ) { this . accountKey = arg0 ; } |
3,506 | informs listeners of a cache update . concode_field_sep boolean dirty concode_elem_sep int[] priorities concode_elem_sep int[] lengths concode_elem_sep Vector listeners concode_elem_sep int DEFAULT_RANGE concode_elem_sep int[] range concode_elem_sep int[][] positions concode_elem_sep int[] order concode_field_sep void ... | void function ( CacheEvent arg0 ) { synchronized ( listeners ) { for ( int loc0 = 0 ; loc0 < listeners . size ( ) ; loc0 ++ ) { CacheListener loc1 = ( CacheListener ) listeners . elementAt ( loc0 ) ; loc1 . cacheUpdated ( arg0 ) ; } } } |
3,507 | notifies all treemodellistener a node or a set of siblings has changed in some way . the node s have not changed locations in the tree or altered their children arrays , but other attributes have changed and may affect presentation . example : the name of a file has changed , but it is in the same location in the file ... | void function ( final TreeModelEvent arg0 ) { final TreeModelListener [ ] loc0 = this . getEventListenerList ( ) . getListeners ( TreeModelListener . class ) ; for ( final TreeModelListener loc1 : loc0 ) { loc1 . treeNodesChanged ( arg0 ) ; } } |
3,508 | action listener for the changes the selected content path in the facelets version of component showcase . concode_field_sep String selectedIncludePath concode_field_sep String getSelectedIncludePath concode_elem_sep void setSelectedIncludePath | void function ( ActionEvent arg0 ) { FacesContext loc0 = FacesContext . getCurrentInstance ( ) ; Map loc1 = loc0 . getExternalContext ( ) . getRequestParameterMap ( ) ; selectedIncludePath = ( String ) loc1 . get ( "srini_string" ) ; } |
3,509 | get custom serializer concode_field_sep java.lang.Integer startIndex concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Integer totalResultSetSize concode_elem_sep com.google.api.ads.dfp.axis.v201405.AudienceSegment[] results concode_elem_sep org.apache.axi... | 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 ) ; } |
3,510 | returns the number of columns in the resultset . concode_field_sep boolean[] m_NumericColumns concode_elem_sep int m_RowCount concode_elem_sep int m_ColumnCount concode_elem_sep String[] m_ColumnNames concode_elem_sep int m_MaxRows concode_elem_sep ResultSet m_ResultSet concode_elem_sep boolean m_Initialized concode_el... | int function ( ) { initialize ( ) ; return m_ColumnCount ; } |
3,511 | allows to inject the webapp mapper . concode_field_sep Logger LOG concode_elem_sep ObjectMapper MAPPER concode_field_sep ObjectMapper createObjectMapper concode_elem_sep ObjectMapper createObjectMapper concode_elem_sep ObjectMapper defaultObjectMapper concode_elem_sep ObjectMapper createJaxbMapper | void function ( ObjectMapper arg0 ) { MAPPER = arg0 ; } |
3,512 | a states name must not be empty . concode_field_sep SGraphFactory factory concode_elem_sep BasicDiagnostic diagnostics concode_elem_sep SGraphJavaValidator validator concode_elem_sep StextFactory sTextFactory concode_elem_sep State state concode_elem_sep Region region concode_elem_sep Statechart statechart concode_fiel... | void function ( ) { prepareStateTest ( ) ; state . setName ( "srini_string" ) ; assertFalse ( validator . validate ( state , diagnostics , new HashMap < Object , Object > ( ) ) ) ; assertError ( diagnostics , ISSUE_STATE_WITHOUT_NAME ) ; } |
3,513 | apply a `` less than '' constraint to another property concode_field_sep PropertyNameGetter propertyNameGetter concode_elem_sep String alias concode_field_sep AuditCriterion hasNotChanged concode_elem_sep AuditCriterion lt concode_elem_sep AuditProjection distinct concode_elem_sep AuditCriterion leProperty concode_elem... | AuditCriterion function ( String arg0 ) { return ltProperty ( alias , arg0 ) ; } |
3,514 | get arraynumber concode_field_sep List<BigDecimal> arrayNumber concode_field_sep String toIndentedString concode_elem_sep void setArrayNumber concode_elem_sep ArrayOfNumberOnly arrayNumber concode_elem_sep int hashCode concode_elem_sep ArrayOfNumberOnly addArrayNumberItem concode_elem_sep boolean equals concode_elem_se... | List < BigDecimal > function ( ) { return arrayNumber ; } |
3,515 | returns the capacity of this buffer . concode_field_sep int UNSET_MARK concode_elem_sep int limit concode_elem_sep int position concode_elem_sep int mark concode_elem_sep int capacity concode_field_sep boolean isReadOnly concode_elem_sep Buffer rewind concode_elem_sep boolean hasRemaining concode_elem_sep Buffer clear ... | int function ( ) { return capacity ; } |
3,516 | gets the remote port concode_field_sep TcpConnection tcp_conn concode_elem_sep ConnectionIdentifier connection_id concode_elem_sep long last_time concode_elem_sep TransportListener listener concode_elem_sep String PROTO_TCP concode_elem_sep String text concode_field_sep void halt concode_elem_sep long getLastTimeMillis... | int function ( ) { if ( tcp_conn != null ) return tcp_conn . getRemotePort ( ) ; else return 0 ; } |
3,517 | called internally by blank2dtrace to update the internal variables for computing offsets . concode_field_sep boolean _redraw concode_elem_sep PImage _traceImg concode_elem_sep PApplet _parent concode_elem_sep PGraphics canvas concode_elem_sep IGraph2D _graphDrawable concode_elem_sep PlotRenderer _prenderer concode_elem... | void function ( ) { _offx = _x . valueToPosition ( 0 ) ; _offy = _y . valueToPosition ( 0 ) ; } |
3,518 | add extra field data value to intent being built up concode_field_sep String EXTRA_IS_COLLABORATOR concode_elem_sep String EXTRA_COMMENT_BODY concode_elem_sep String EXTRA_PATH concode_elem_sep String EXTRA_REPOSITORY concode_elem_sep String EXTRA_REPOSITORIES concode_elem_sep String EXTRA_USERS concode_elem_sep String... | Builder function ( String arg0 , int arg1 ) { intent . putExtra ( arg0 , arg1 ) ; return this ; } |
3,519 | first byte of a base58 encoded address . see org.bitcoinj.core.address . this is the same as acceptableaddresscodes 0 and is the one used for `` normal '' addresses . other types of address may be encountered with version codes found in the acceptableaddresscodes array . concode_field_sep int INTERVAL concode_elem_sep ... | int function ( ) { return addressHeader ; } |
3,520 | f0 - > `` public '' f1 - > `` void '' f2 - > identifier f3 - > '' '' f4 - > formalparameterlist ? f5 - > '' '' f6 - > '' '' f7 - > vardeclaration f8 - > statement f9 - > '' '' concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder | void function ( MethodDeclaration arg0 ) { arg0 . f0 . accept ( this ) ; arg0 . f1 . accept ( this ) ; arg0 . f2 . accept ( this ) ; arg0 . f3 . accept ( this ) ; arg0 . f4 . accept ( this ) ; arg0 . f5 . accept ( this ) ; arg0 . f6 . accept ( this ) ; arg0 . f7 . accept ( this ) ; arg0 . f8 . accept ( this ) ; arg0 . ... |
3,521 | this method must not be called outside the workbench . utility method for handling status . concode_field_sep PlaceHolder placeHolder concode_field_sep List flatten concode_elem_sep IStatus newStatus concode_elem_sep IStatus newStatus concode_elem_sep IStatus newStatus concode_elem_sep IStatus newStatus concode_elem_se... | void function ( String arg0 , Throwable arg1 , int arg2 ) { StatusManager . getManager ( ) . handle ( newStatus ( WorkbenchPlugin . PI_WORKBENCH , arg0 , arg1 ) , arg2 ) ; } |
3,522 | print brief usage instructions on stderr . concode_field_sep DataFile specs concode_field_sep double calculateLength concode_elem_sep double getHubWidth concode_elem_sep void printInputDataSummary concode_elem_sep void main concode_elem_sep double squaredLength concode_elem_sep double getRadius | void function ( ) { System . err . println ( "srini_string" + "srini_string" + "srini_string" + "srini_string" ) ; } |
3,523 | setvalues concode_field_sep short TYPE_MIXED concode_elem_sep short type concode_elem_sep short TYPE_CHILDREN concode_elem_sep short TYPE_ANY concode_elem_sep QName name concode_elem_sep int scope concode_elem_sep short TYPE_EMPTY concode_elem_sep short TYPE_SIMPLE concode_elem_sep ContentModelValidator contentModelVal... | void function ( QName arg0 , int arg1 , short arg2 , ContentModelValidator arg3 , XMLSimpleType arg4 ) { this . name . setValues ( arg0 ) ; this . scope = arg1 ; this . type = arg2 ; this . contentModelValidator = arg3 ; this . simpleType . setValues ( arg4 ) ; } |
3,524 | add a unary node to the existing node on top of the stack concode_field_sep boolean isRoot concode_elem_sep String label concode_elem_sep long serialVersionUID concode_field_sep Tree addUnaryNode concode_elem_sep boolean isLegal concode_elem_sep int hashCode concode_elem_sep Tree createNode concode_elem_sep boolean equ... | State function ( State arg0 ) { return apply ( arg0 , 0.0 ) ; } |
3,525 | static method with generic return type concode_field_sep PlaceHolder placeHolder concode_field_sep Iterator<K> iterator concode_elem_sep void genericThrow concode_elem_sep void processThem concode_elem_sep GenericClass<T> create concode_elem_sep void checkMe | Iterator < String > function ( Iterator < ? extends Object > arg0 ) { return null ; } |
3,526 | enables or disables heuristic caching . concode_field_sep int DEFAULT_ASYNCHRONOUS_WORKERS_MAX concode_elem_sep float heuristicCoefficient concode_elem_sep long heuristicDefaultLifetime concode_elem_sep float DEFAULT_HEURISTIC_COEFFICIENT concode_elem_sep int asynchronousWorkersMax concode_elem_sep long DEFAULT_HEURIST... | void function ( boolean arg0 ) { this . heuristicCachingEnabled = arg0 ; } |
3,527 | note : this method appends the values to the existing list if any . use #setmetrictransformations java.util.collection or #withmetrictransformations java.util.collection if you want tooverride the existing values . concode_field_sep String filterPattern concode_elem_sep com.amazonaws.internal.SdkInternalList<MetricTran... | MetricFilter function ( MetricTransformation ... arg0 ) { if ( this . metricTransformations == null ) { setMetricTransformations ( new com . amazonaws . internal . SdkInternalList < MetricTransformation > ( arg0 . length ) ) ; } for ( MetricTransformation loc0 : arg0 ) { this . metricTransformations . add ( loc0 ) ; } ... |
3,528 | get the properties value . concode_field_sep String name concode_elem_sep String id concode_elem_sep DeploymentPropertiesExtended properties concode_field_sep DeploymentExtendedInner withProperties concode_elem_sep String name concode_elem_sep String id concode_elem_sep DeploymentExtendedInner withName concode_elem_sep... | DeploymentPropertiesExtended function ( ) { return this . properties ; } |
3,529 | sets the project name . concode_field_sep String licenceName concode_elem_sep String name concode_elem_sep String version concode_elem_sep String info concode_field_sep String getVersion concode_elem_sep String getName concode_elem_sep String getInfo concode_elem_sep void setVersion concode_elem_sep String getLicenceNa... | void function ( final String arg0 ) { this . name = arg0 ; } |
3,530 | returns the configuration-independent root where the build-data should be placed , given the blazedirectories of this server instance . nothing else should be placed here . concode_field_sep String DEFAULT_EXEC_ROOT concode_elem_sep Path workspace concode_elem_sep Path localOutputPath concode_elem_sep Path execRoot con... | Root function ( ) { return Root . asDerivedRoot ( getExecRoot ( ) , getOutputPath ( ) ) ; } |
3,531 | get the width in pixels of a given label . concode_field_sep Canvas mCanvas concode_elem_sep float mTexelWidth concode_elem_sep int STATE_ADDING concode_elem_sep int mU concode_elem_sep int mV concode_elem_sep float baseline concode_elem_sep int mState concode_elem_sep ArrayList<Label> mLabels concode_elem_sep boolean ... | float function ( int arg0 ) { return mLabels . get ( arg0 ) . width ; } |
3,532 | gets the currently selected destination , if none then the home destination is returned by default . concode_field_sep Destination selectedDestination concode_elem_sep ExampleImpl selectedExample concode_elem_sep Destination DESTINATION_SPLASH concode_elem_sep Destination DESTINATION_MENU concode_elem_sep Stack<String>... | Destination function ( ) { if ( selectedDestination != null ) { return selectedDestination ; } else { return DESTINATION_SPLASH ; } } |
3,533 | return base file name without the parent directory and extensions . concode_field_sep DotDrillType type concode_elem_sep DrillFileSystem fs concode_elem_sep FileStatus status concode_field_sep DotDrillType getType concode_elem_sep DotDrillFile create concode_elem_sep String getOwner concode_elem_sep View getView | String function ( ) { final String loc0 = status . getPath ( ) . getName ( ) ; return loc0 . substring ( 0 , loc0 . lastIndexOf ( type . getEnding ( ) ) ) ; } |
3,534 | if the preset settings do n't comply with the standards for the video codec but elastic transcoder created the preset , this message explains the reason the preset settings do n't meet the standard . elastic transcoder created the preset because the settings might produce acceptable output . concode_field_sep String wa... | CreatePresetResult function ( String arg0 ) { setWarning ( arg0 ) ; return this ; } |
3,535 | setlistenerlist concode_field_sep Collection<IOutboundMessageNotification> m_listenerList concode_elem_sep Logger log concode_elem_sep ApplicationContext m_applicationContext concode_field_sep Collection<IOutboundMessageNotification> getListeners concode_elem_sep void process concode_elem_sep void setApplicationContext | void function ( List < IOutboundMessageNotification > arg0 ) { m_listenerList = arg0 ; } |
3,536 | sample_has_redundancy takes one of the following four values : 0 : it is unknown whether there is redundant coding in this sample ; 1 : there is redundant coding in this sample ; 2 : there is no redundant coding in this sample ; 3 : reserved concode_field_sep int sampleDegradationPriority concode_elem_sep int samplePad... | int function ( ) { return sampleHasRedundancy ; } |
3,537 | performs a dynamic query on the database and returns an ordered range of the matching rows . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end... | java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 , com . liferay . portal . kernel . util . OrderByComparator < T > arg3 ) { return _recentLayoutBranchLocalService . arg0 ( arg0 , arg1 , arg2 , arg3 ) ; } |
3,538 | get a structure by pdb code . this works if a path has been set via setpath , or if setautofetch has been set to true . concode_field_sep String path concode_elem_sep boolean pdbDirectorySplit concode_elem_sep List<String> extensions concode_elem_sep String lineSplit concode_elem_sep boolean autoFetch concode_elem_sep ... | Structure function ( String arg0 ) { InputStream loc0 = getInputStream ( arg0 ) ; return parseFromInputStream ( loc0 ) ; } |
3,539 | unregister all instances of a given change name . normally used for testing , but can be called manually if needed . concode_field_sep ChangeFactory instance concode_elem_sep Map<Class<? extends Change>,ChangeMetaData> metaDataByClass concode_elem_sep Logger log concode_elem_sep Map<String,SortedSet<Class<? extends Cha... | void function ( String arg0 ) { registry . remove ( arg0 ) ; } |
3,540 | returns the head filter . concode_field_sep Layout layout concode_elem_sep String THRESHOLD_OPTION concode_elem_sep Filter tailFilter concode_elem_sep String name concode_elem_sep Priority threshold concode_elem_sep Filter headFilter concode_elem_sep ErrorHandler errorHandler concode_elem_sep boolean closed concode_fie... | Filter function ( ) { return headFilter ; } |
3,541 | gets the value of the nameandstatusofinstitutionadministeringstudies property . concode_field_sep QualificationType qualification concode_elem_sep NameAndStatusOfInstitutionAdministeringStudiesType nameAndStatusOfInstitutionAdministeringStudies concode_elem_sep TitleConferredType titleConferred concode_elem_sep NameAnd... | NameAndStatusOfInstitutionAdministeringStudiesType function ( ) { return nameAndStatusOfInstitutionAdministeringStudies ; } |
3,542 | get an instance of falconclientbuilder . concode_field_sep List<String> args concode_elem_sep String FALCON_CLIENT_BINARY concode_elem_sep SuType suType concode_elem_sep CommandLine commandLine concode_elem_sep String user concode_field_sep CommandLine getCommandLine concode_elem_sep CommandLine getCommandLine concode_... | FalconClientBuilder function ( ) { return new FalconClientBuilder ( null ) ; } |
3,543 | to set id . concode_field_sep EntityState entityState concode_elem_sep long serialVersionUID concode_elem_sep long id concode_elem_sep Date creationDate concode_field_sep Date getCreationDate concode_elem_sep void postPersist concode_elem_sep void setCreationDate concode_elem_sep long getId concode_elem_sep EntityState... | void function ( long arg0 ) { this . id = arg0 ; } |
3,544 | selects the item concode_field_sep boolean selected concode_elem_sep BasicStroke dotted concode_elem_sep Font labelFont concode_elem_sep double snapTol concode_field_sep void unselect concode_elem_sep Color itemColor concode_elem_sep double distance concode_elem_sep void toggleSelect concode_elem_sep void drawItem conc... | void function ( ) { this . selected = true ; } |
3,545 | make the invocation proceed , performing the actual invocation of the user code . concode_field_sep Object[] invocationParameters concode_elem_sep Object invocationResult concode_field_sep Object getTarget concode_elem_sep Object[] getInvocationParameters concode_elem_sep Object getInvocationResult concode_elem_sep voi... | void function ( ) { invoke ( ) ; } |
3,546 | parses a given distance and converts it to the specified unit . concode_field_sep DistanceUnit unit concode_elem_sep String[] names concode_elem_sep double value concode_elem_sep DistanceUnit DEFAULT concode_elem_sep double meters concode_field_sep double getEarthCircumference concode_elem_sep double toMeters concode_e... | double function ( String arg0 , DistanceUnit arg1 , DistanceUnit arg2 ) { Distance loc0 = Distance . parseDistance ( arg0 , arg1 ) ; return convert ( loc0 . value , loc0 . unit , arg2 ) ; } |
3,547 | gets the category which the forum belongs to concode_field_sep int totalPosts concode_elem_sep boolean moderated concode_elem_sep LastPostInfo lpi concode_elem_sep boolean unread concode_elem_sep String name concode_elem_sep int lastPostId concode_elem_sep String description concode_elem_sep int id concode_elem_sep int... | int function ( ) { return this . idCategories ; } |
3,548 | when datagramservice stops receiving udp datagrams . concode_field_sep String PROTO_UDP concode_elem_sep String proto concode_elem_sep TransportListener listener concode_elem_sep UdpProvider udp_provider concode_field_sep void halt concode_elem_sep void onReceivedPacket concode_elem_sep void sendMessage concode_elem_se... | void function ( UdpProvider arg0 , Exception arg1 ) { if ( listener != null ) listener . onTransportTerminated ( this , arg1 ) ; UdpSocket loc0 = arg0 . getUdpSocket ( ) ; if ( loc0 != null ) try { loc0 . close ( ) ; } catch ( Exception loc1 ) { } this . udp_provider = null ; this . listener = null ; } |
3,549 | sets specific search group stats to retrieve the stats for . mainly affects search when enabled . concode_field_sep CommonStatsFlags ALL concode_elem_sep String[] groups concode_elem_sep String[] fieldDataFields concode_elem_sep String[] completionDataFields concode_elem_sep EnumSet<Flag> flags concode_elem_sep CommonS... | CommonStatsFlags function ( String ... arg0 ) { this . groups = arg0 ; return this ; } |
3,550 | returns a new float buffer based on the specified float array . concode_field_sep PlaceHolder placeHolder concode_field_sep DoubleBuffer newDoubleBuffer concode_elem_sep DoubleBuffer newDoubleBuffer concode_elem_sep LongBuffer newLongBuffer concode_elem_sep LongBuffer newLongBuffer concode_elem_sep IntBuffer newIntBuff... | FloatBuffer function ( float arg0 [ ] ) { return new ReadWriteFloatArrayBuffer ( arg0 ) ; } |
3,551 | returns the value associated with the given key as a string . concode_field_sep Logger LOG concode_elem_sep GlobalConfiguration SINGLETON concode_elem_sep Configuration config concode_field_sep long getLong concode_elem_sep void includeConfiguration concode_elem_sep void loadConfiguration concode_elem_sep File[] filter... | String function ( String arg0 , String arg1 ) { return get ( ) . config . getString ( arg0 , arg1 ) ; } |
3,552 | sets the log writer for this datasource object to the given java.io.printwriter object . the log writer is a character output stream to which all logging and tracing messages for this data source will be printed . this includes messages printed by the methods of this object , messages printed by methods of other object... | void function ( PrintWriter arg0 ) { this . logWriter = arg0 ; } |
3,553 | the name of the availability zone . returns a reference to this object so that method calls can be chained together . concode_field_sep String name concode_field_sep void setName concode_elem_sep String getName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep AvailabilityZone clone concode... | AvailabilityZone function ( String arg0 ) { this . name = arg0 ; return this ; } |
3,554 | a convenient method motivated by kms . concode_field_sep ContentCryptoScheme AES_CTR concode_elem_sep long MAX_CBC_BYTES concode_elem_sep long MAX_GCM_BYTES concode_elem_sep ContentCryptoScheme AES_CBC concode_elem_sep long MAX_GCM_BLOCKS concode_elem_sep long MAX_CTR_BYTES concode_elem_sep ContentCryptoScheme AES_GCM ... | String function ( ) { return getKeyGeneratorAlgorithm ( ) + "srini_string" + getKeyLengthInBits ( ) ; } |
3,555 | gets the value of the mediaid property . concode_field_sep String sourceUrl concode_elem_sep List<MediaSizeStringMapEntry> urls concode_elem_sep String creationTime concode_elem_sep Long fileSize concode_elem_sep String name concode_elem_sep String mediaType concode_elem_sep MediaMimeType mimeType concode_elem_sep Long... | Long function ( ) { return mediaId ; } |
3,556 | returns this hightlighter 's reconciler . concode_field_sep StyledTextXtextAdapter styledTextXtextAdapter concode_elem_sep XtextSourceViewerConfiguration fConfiguration concode_elem_sep IPreferenceStore preferenceStore concode_elem_sep XtextSourceViewer fSourceViewer concode_elem_sep XtextPresentationReconciler fPresen... | XtextStyledTextHighlightingReconciler function ( ) { return fReconciler ; } |
3,557 | returns the number of years . concode_field_sep boolean isNegative concode_elem_sep long serialVersionUID concode_elem_sep int hours concode_elem_sep int seconds concode_elem_sep int months concode_elem_sep int minutes concode_elem_sep int days concode_elem_sep long millis concode_elem_sep int years concode_field_sep i... | int function ( ) { return years ; } |
3,558 | get integer minimum : 10.0 maximum : 100.0 concode_field_sep byte[] _byte concode_elem_sep String password concode_elem_sep BigDecimal number concode_elem_sep Float _float concode_elem_sep Integer integer concode_elem_sep Double _double concode_elem_sep String string concode_elem_sep DateTime dateTime concode_elem_sep ... | Integer function ( ) { return integer ; } |
3,559 | sets the value of ` headers ' of header type of an object of thisclass . concode_field_sep Set<Header> headers concode_elem_sep Long requestId concode_elem_sep String body concode_elem_sep Integer statusCode concode_field_sep Integer getStatusCode concode_elem_sep void setStatusCode concode_elem_sep Set<Header> getHead... | void function ( Set < Header > arg0 ) { this . headers = arg0 ; } |
3,560 | the amazon resource name arn of the replication instance . concode_field_sep String lastFailureMessage concode_elem_sep String endpointIdentifier concode_elem_sep String replicationInstanceArn concode_elem_sep String endpointArn concode_elem_sep String replicationInstanceIdentifier concode_elem_sep String status concod... | void function ( String arg0 ) { this . replicationInstanceArn = arg0 ; } |
3,561 | gets the value of the url property . concode_field_sep List<Databases.Database> database concode_elem_sep String jdbcDriver concode_elem_sep String password concode_elem_sep String dbID concode_elem_sep long serialVersionUID concode_elem_sep String url concode_elem_sep String username concode_field_sep void setPassword... | String function ( ) { return url ; } |
3,562 | returns whether pmc uses time . concode_field_sep ArrayList<LinkedList<Function>> transitionProbs concode_elem_sep ArrayList<LinkedList<Integer>> transitionTargets concode_elem_sep ArrayList<LinkedList<Integer>> incoming concode_elem_sep Function[] times concode_elem_sep int numStates concode_elem_sep boolean useReward... | boolean function ( ) { return useTime ; } |
3,563 | the distribution 's configuration information . concode_field_sep DistributionConfig distributionConfig concode_elem_sep String eTag concode_field_sep DistributionConfig getDistributionConfig concode_elem_sep String getETag concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep GetDistributionCo... | void function ( DistributionConfig arg0 ) { this . distributionConfig = arg0 ; } |
3,564 | simply a wrapper to allow fullnicks to be used . calls the string version of removemember with nick.getnick . concode_field_sep String name concode_elem_sep String topic concode_elem_sep Date topicDate concode_elem_sep String topicAuthor concode_elem_sep Vector<Member> members concode_elem_sep Date creationDate concode... | void function ( FullNick arg0 , InCommand arg1 ) { removeMember ( arg0 . getNick ( ) , arg1 ) ; } |
3,565 | get custom deserializer concode_field_sep java.util.Calendar date_updated concode_elem_sep com.intellij.tasks.mantis.model.AccountData user_id concode_elem_sep java.util.Calendar date_created concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String name concode_elem_sep java.lang.String descript... | org . apache . axis . encoding . Deserializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanDeserializer ( arg1 , arg2 , typeDesc ) ; } |
3,566 | sets the value of the tags property . concode_field_sep String filename concode_elem_sep TEXT text concode_elem_sep CP cp concode_elem_sep URL url concode_elem_sep TAGS tags concode_field_sep void setTEXT concode_elem_sep URL getURL concode_elem_sep String getFilename concode_elem_sep TEXT getTEXT concode_elem_sep CP g... | void function ( TAGS arg0 ) { this . tags = arg0 ; } |
3,567 | provides an implementation of csvlineconverter that converts a line into a list . concode_field_sep String[] headers concode_elem_sep ListLineConverter SINGLETON concode_field_sep List<String> convertLine concode_elem_sep Map<String,String> convertLine concode_elem_sep String[] checkHeaders concode_elem_sep CsvLineConv... | CsvLineConverter < List < String >> function ( ) { return ListLineConverter . SINGLETON ; } |
3,568 | set the default init-method setting for the document that 's currently parsed . concode_field_sep String autowireCandidates concode_elem_sep String initMethod concode_elem_sep String lazyInit concode_elem_sep String autowire concode_elem_sep String merge concode_elem_sep String destroyMethod concode_elem_sep Object sou... | void function ( String arg0 ) { this . initMethod = arg0 ; } |
3,569 | returns the user password . note that this method returns a reference to the password . it is the caller 's responsibility to zero out the password information after it is no longer needed . concode_field_sep ManagedConnectionFactory mcf concode_elem_sep char[] password concode_elem_sep long serialVersionUID concode_el... | char [ ] function ( ) { return password ; } |
3,570 | any validation errors that were found . concode_field_sep com.amazonaws.internal.SdkInternalList<ValidationWarning> validationWarnings concode_elem_sep com.amazonaws.internal.SdkInternalList<ValidationError> validationErrors concode_elem_sep Boolean errored concode_field_sep ValidatePipelineDefinitionResult withValidat... | java . util . List < ValidationError > function ( ) { if ( validationErrors == null ) { validationErrors = new com . amazonaws . internal . SdkInternalList < ValidationError > ( ) ; } return validationErrors ; } |
3,571 | set the name value . concode_field_sep String name concode_elem_sep String type concode_field_sep String name concode_elem_sep String type concode_elem_sep USqlTableColumn withType | USqlTableColumn function ( String arg0 ) { this . name = arg0 ; return this ; } |
3,572 | checks if is disabled . concode_field_sep ArrayList<IGestureEventListener> inputListeners concode_elem_sep boolean debug concode_elem_sep boolean disabled concode_elem_sep boolean stopPropagation concode_elem_sep ILogger logger concode_elem_sep boolean bubbledEventsEnabled concode_field_sep void preProcessImpl concode_... | boolean function ( ) { return disabled ; } |
3,573 | detach from rootnode concode_field_sep boolean contact concode_elem_sep InputHandler contactDetect concode_elem_sep GraphicalWorld world concode_elem_sep String id concode_elem_sep Vector3f position concode_elem_sep StaticPhysicsNode physicsPack concode_elem_sep Box pack concode_elem_sep boolean enabled concode_field_s... | void function ( ) { physicsPack . removeFromParent ( ) ; physicsPack . detachAllChildren ( ) ; physicsPack . delete ( ) ; enabled = false ; } |
3,574 | returns an inputstream for the given filename , can be null if it fails concode_field_sep String dir concode_field_sep URL getURL concode_elem_sep URL getURL concode_elem_sep Reader getReader concode_elem_sep Reader getReader concode_elem_sep String getDir concode_elem_sep String processFilename | InputStream function ( String arg0 ) { arg0 = processFilename ( arg0 ) ; return Loader . class . getResourceAsStream ( arg0 ) ; } |
3,575 | gets the value concode_field_sep char type concode_elem_sep String value concode_field_sep char getType concode_elem_sep boolean equals concode_elem_sep Object clone concode_elem_sep String toString | String function ( ) { return value ; } |
3,576 | returns whether the named option is a memberof this options concode_field_sep List requiredOpts concode_elem_sep List _addedOpts concode_elem_sep Map shortOpts concode_elem_sep Map longOpts concode_elem_sep boolean _sortAsAdded concode_elem_sep Map optionGroups concode_field_sep OptionGroup getOptionGroup concode_elem_... | boolean function ( String arg0 ) { if ( arg0 . length ( ) == 1 ) { return shortOpts . containsKey ( "srini_string" + arg0 ) ; } else if ( arg0 . startsWith ( "srini_string" ) ) { return longOpts . containsKey ( arg0 ) ; } else { return shortOpts . containsKey ( arg0 ) ; } } |
3,577 | utility method . adds the given property to the user 's properties concode_field_sep Map<String,String> properties concode_field_sep void setSupposedToChangePassword concode_elem_sep Map<String,String> getProperties concode_elem_sep Boolean isSupposedToChangePassword concode_elem_sep void removeProperty | void function ( String arg0 , String arg1 ) { getProperties ( ) . put ( arg0 , arg1 ) ; } |
3,578 | returns a single query parameter as served by the service provider in a token reply . you must call #setresponseparameters with the set ofparameters before using this method . concode_field_sep HttpParameters responseParameters concode_elem_sep String authorizationWebsiteUrl concode_elem_sep OAuthProviderListener liste... | String function ( String arg0 ) { return responseParameters . getFirst ( arg0 ) ; } |
3,579 | error 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 set... | void function ( String arg0 , String arg1 , Throwable arg2 ) { if ( LOG . ERROR >= LOGLEVEL ) Log . arg2 ( arg0 , arg1 , arg2 ) ; } |
3,580 | gets the key under which this version is stored in amazon s3 . concode_field_sep Owner owner concode_elem_sep String bucketName concode_elem_sep String versionId concode_elem_sep String storageClass concode_elem_sep boolean isLatest concode_elem_sep long size concode_elem_sep boolean isDeleteMarker concode_elem_sep Str... | String function ( ) { return key ; } |
3,581 | says if the result of the constraint should be considered as warning . concode_field_sep Conclusion conclusion concode_elem_sep XmlNode node concode_elem_sep Level level concode_elem_sep List<String> identifiers concode_elem_sep Map<String,String> messageAttributes concode_elem_sep List<String> valueList concode_elem_s... | boolean function ( ) { return level . equals ( Level . WARN ) ; } |
3,582 | respond with an java.io.ioexception . concode_field_sep WebServiceMessageCreator adaptee concode_field_sep ResponseCreator withError concode_elem_sep ResponseCreator withServerOrReceiverFault concode_elem_sep ResponseCreator withVersionMismatchFault concode_elem_sep ResponseCreator withPayload concode_elem_sep Response... | ResponseCreator function ( IOException arg0 ) { Assert . notNull ( arg0 , "srini_string" ) ; return new ExceptionResponseCreator ( arg0 ) ; } |
3,583 | add the supplied attribute to the underlying model . concode_field_sep boolean requestHandled concode_elem_sep Object view concode_elem_sep boolean redirectModelScenario concode_elem_sep ModelMap defaultModel concode_elem_sep SessionStatus sessionStatus concode_elem_sep ModelMap redirectModel concode_elem_sep boolean i... | ModelAndViewContainer function ( Object arg0 ) { getModel ( ) . addAttribute ( arg0 ) ; return this ; } |
3,584 | returns a given property as int value . the specified default value is returned if the property value is no number or the property is not set . concode_field_sep Configuration parent concode_field_sep Object clone concode_elem_sep boolean getBoolProperty concode_elem_sep boolean getBoolProperty concode_elem_sep Iterato... | int function ( final String arg0 , final int arg1 ) { final String loc0 = this . parent . getConfigProperty ( arg0 ) ; if ( loc0 == null ) { return arg1 ; } try { return Integer . parseInt ( loc0 ) ; } catch ( Exception loc1 ) { return arg1 ; } } |
3,585 | given the time right now return a iso8601 formatted date string concode_field_sep String HMAC_SHA1_ALGORITHM concode_field_sep String getDateAsISO8601String concode_elem_sep String getRandomUUID concode_elem_sep String getHostname concode_elem_sep String compressAndEncode concode_elem_sep String getSignature concode_el... | String function ( ) { java . util . Date loc0 = new java . util . Date ( ) ; return getDateAsISO8601String ( loc0 ) ; } |
3,586 | adds a name/value pair to the formatted output in name = value format . concode_field_sep ValueHolder next concode_elem_sep ValueHolder holderTail concode_elem_sep String name concode_elem_sep String className concode_elem_sep boolean omitNullValues concode_elem_sep ValueHolder holderHead concode_elem_sep Object value ... | ToStringHelper function ( String arg0 , boolean arg1 ) { return addHolder ( arg0 , String . valueOf ( arg1 ) ) ; } |
3,587 | add information message . concode_field_sep PlaceHolder placeHolder concode_field_sep String getRequestParameter concode_elem_sep Application getApplication concode_elem_sep Object getElValue concode_elem_sep ServletContext getServletContext concode_elem_sep Object getManagedBean concode_elem_sep String getJsfEl concod... | void function ( String arg0 ) { addInfoMessage ( null , arg0 ) ; } |
3,588 | this method is used to initialize the opensaml2 library . it calls the bootstrap method , if it is not initialized yet . concode_field_sep Log log concode_elem_sep boolean bootStrapped concode_elem_sep String SECURITY_MANAGER_PROPERTY concode_elem_sep int ENTITY_EXPANSION_LIMIT concode_field_sep XMLObject unmarshall co... | void function ( ) { if ( ! bootStrapped ) { try { DefaultBootstrap . bootstrap ( ) ; bootStrapped = true ; } catch ( ConfigurationException loc0 ) { log . error ( "srini_string" , loc0 ) ; } } } |
3,589 | builds a fresh rultor runner base image on the docker daemon . concode_field_sep Profile profile concode_elem_sep DockerClient client concode_elem_sep Collection<CreateContainerResponse> containers concode_field_sep PfShell shell concode_elem_sep void close concode_elem_sep String key | String function ( ) { return this . client . buildImageCmd ( new File ( this . getClass ( ) . getResource ( "srini_string" ) . getPath ( ) ) ) . exec ( new BuildImageResultCallback ( ) ) . awaitImageId ( ) ; } |
3,590 | creates a new servlet description with the given name and class concode_field_sep ServletContainer container concode_field_sep FilterInfo filter concode_elem_sep FilterInfo filter concode_elem_sep FilterInfo filter concode_elem_sep WebResourceCollection webResourceCollection concode_elem_sep SecurityConstraint security... | ServletInfo function ( final String arg0 , final Class < ? extends Servlet > arg1 , final InstanceFactory < ? extends Servlet > arg2 ) { return new ServletInfo ( arg0 , arg1 , arg2 ) ; } |
3,591 | call to signal that a read is now possible . concode_field_sep AtomicReference<Callback> _interested concode_elem_sep Throwable _lastSet concode_elem_sep Logger LOG concode_field_sep boolean isCallbackNonBlocking concode_elem_sep void onClose concode_elem_sep boolean onFail concode_elem_sep void needsFillInterest conco... | void function ( ) { Callback loc0 = _interested . get ( ) ; if ( LOG . isDebugEnabled ( ) ) LOG . debug ( "srini_string" , this , loc0 ) ; if ( loc0 != null && _interested . compareAndSet ( loc0 , null ) ) loc0 . succeeded ( ) ; else if ( LOG . isDebugEnabled ( ) ) LOG . debug ( "srini_string" , this , loc0 ) ; } |
3,592 | returns the open state of the index concode_field_sep WordEntry currentWordEntry concode_elem_sep boolean openState concode_elem_sep int filePosition concode_elem_sep int wordPosition concode_field_sep void moveToNextFile concode_elem_sep void setOpen concode_elem_sep void setFirstFile concode_elem_sep IQueryResult[] q... | boolean function ( ) { return this . openState ; } |
3,593 | create an instance of jaxbelement concode_field_sep QName _ResourceReference_QNAME concode_elem_sep QName _Resource_QNAME concode_field_sep Example createExample concode_elem_sep Content createContent concode_elem_sep JAXBElement<ResourceType> createResource concode_elem_sep Navigation createNavigation concode_elem_sep... | JAXBElement < ReferenceType > function ( ReferenceType arg0 ) { return new JAXBElement < ReferenceType > ( _ResourceReference_QNAME , ReferenceType . class , null , arg0 ) ; } |
3,594 | gets an ` item ' from pool , if pool is empty a new item will be created by createitem . concode_field_sep int mFill concode_elem_sep int mMaxFill concode_elem_sep boolean mClearItems concode_elem_sep T mPool concode_field_sep void init concode_elem_sep int getFill concode_elem_sep void freeItem concode_elem_sep T rele... | T function ( ) { synchronized ( this ) { if ( mPool == null ) { return createItem ( ) ; } mFill -- ; T loc0 = mPool ; mPool = ( T ) mPool . next ; loc0 . next = null ; return loc0 ; } } |
3,595 | the triple s , p , o has been asserted into the model . any reified statements among them need to be added to this model . concode_field_sep Map1<Node,ReifiedStatement> mapToRS concode_elem_sep ModelCom model concode_elem_sep boolean copyingReifications concode_field_sep ReifiedStatement createReifiedStatement concode_... | void function ( RDFNode arg0 , RDFNode arg1 , RDFNode arg2 ) { if ( copyingReifications ) { noteIfReified ( arg0 ) ; noteIfReified ( arg1 ) ; noteIfReified ( arg2 ) ; } } |
3,596 | checks if the effect definition of a transition contains at least one action . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean hasEntryAction concode_elem_sep boolean containsOnlyEventsOfType concode_elem_sep boolean oneIncomingTransitionEntersCompositeWithEntryActions concode_elem_sep boolean hasEx... | boolean function ( Transition arg0 ) { Effect loc0 = arg0 . getEffect ( ) ; if ( loc0 instanceof ReactionEffect ) { ReactionEffect loc1 = ( ReactionEffect ) loc0 ; EList < Expression > loc2 = loc1 . getActions ( ) ; return ! loc2 . isEmpty ( ) ; } return false ; } |
3,597 | `` interface abc : operation myopp2 myparamopp param1 : integer , param2 : boolean : string in event event2 var myint : integer entrypoint entrypoint exitpoint exitpoint concode_field_sep ILinker linker concode_elem_sep IParser parser concode_elem_sep Provider<XtextResource> resourceProvider concode_field_sep XtextReso... | Scope function ( ) { return createInterfaceScope ( "srini_string" ) ; } |
3,598 | todo concode_field_sep int st_election_sec concode_elem_sep int st_election_gen concode_elem_sep int st_env_priority concode_elem_sep int st_startup_complete concode_elem_sep int st_nsites concode_elem_sep int st_election_nvotes concode_elem_sep long st_msgs_sent concode_elem_sep int REP_NONE concode_elem_sep int st_st... | long function ( ) { return st_log_duplicated ; } |
3,599 | returns the series titles . concode_field_sep List<String[]> mTitles concode_elem_sep List<String> mCategories concode_elem_sep String mTitle concode_elem_sep List<double[]> mValues concode_field_sep void add concode_elem_sep void add concode_elem_sep double[] getValues concode_elem_sep int getItemCount concode_elem_se... | String [ ] function ( int arg0 ) { return mTitles . get ( arg0 ) ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.