code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
void function ( String arg0 , String arg1 ) { if ( LOG . VERBOSE >= LOGLEVEL ) Log . v ( arg0 , arg1 ) ; } | verbose 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 ( ) { SecurityConfiguration . setTrustStoreType ( null ) ; } | test method for org.jboss.security.config.securityconfiguration #settruststoretype java.lang.string . concode_field_sep PlaceHolder placeHolder concode_field_sep void testGetCipherAlgorithm concode_elem_sep void testSetIterationCount concode_elem_sep void testGetKeyStoreURL concode_elem_sep void testGetSalt concode_ele... |
com . vportal . portlet . edirectory . model . EDDepartment function ( com . vportal . portlet . edirectory . model . EDDepartment arg0 , boolean arg1 ) { return _edDepartmentLocalService . updateEDDepartment ( arg0 , arg1 ) ; } | updates the e d department in the database or adds it if it does not yet exist . also notifies the appropriate model listeners . concode_field_sep EDDepartmentLocalService _edDepartmentLocalService concode_field_sep com.vportal.portlet.edirectory.model.EDDepartment getDepartmentByD_G concode_elem_sep void setWrappedSer... |
void function ( Vector2 arg0 ) { world . setGravity ( tmp . set ( arg0 . x , arg0 . y ) ) ; } | change the global gravity vector . concode_field_sep Vec2 point1 concode_elem_sep Vector2 point concode_elem_sep ObjectMap<org.jbox2d.dynamics.Body,Body> bodies concode_elem_sep ObjectMap<org.jbox2d.dynamics.joints.Joint,Joint> joints concode_elem_sep AABB aabb concode_elem_sep ContactImpulse tmpImpulse concode_elem_se... |
int function ( ) { return isEnableMob ; } | this method was generated by mybatis generator . this method returns the value of the database column hspay.tb _ bank_info . is_enable_mob concode_field_sep String bankLogoMob concode_elem_sep long bankId concode_elem_sep int isEnableMob concode_elem_sep String bankValue concode_elem_sep int quickFlag concode_elem_sep ... |
void function ( ) { final DefaultDirectedGraph < String , DefaultEdge > loc0 = createDag ( ) ; loc0 . removeAllVertices ( Arrays . asList ( "srini_string" , "srini_string" ) ) ; assertEquals ( "srini_string" , loc0 . vertexSet ( ) . toString ( ) ) ; } | unit test for defaultdirectedgraph #removeallvertices java.util.collection . concode_field_sep PlaceHolder placeHolder concode_field_sep void testOne concode_elem_sep void testDepthFirst concode_elem_sep List<V> shortestPath concode_elem_sep void testTopologicalOrderIterator concode_elem_sep DefaultDirectedGraph<String... |
Integer function ( ) { return this . createdBy ; } | return createdby property concode_field_sep Integer originalCreatedBy concode_elem_sep String ITEM_SET_MEDIA_COLUMN_PKEY_NAME concode_elem_sep String ITEM_SET_TYPE_TD concode_elem_sep String activationStatus concode_elem_sep String ITEM_SET_TYPE_AT concode_elem_sep String mediaPath concode_elem_sep String itemSetType c... |
void function ( final DecimalFormat arg0 ) { distanceDisplayPattern = arg0 ; } | set the distance display pattern . concode_field_sep String distanceUnit concode_elem_sep DecimalFormat heightDisplayPattern concode_elem_sep BigDecimal heightFactor concode_elem_sep URI sourceURI concode_elem_sep boolean isInternal concode_elem_sep DecimalFormat distanceDisplayPattern concode_elem_sep String name conc... |
void function ( String arg0 ) { relayStateList . add ( arg0 ) ; } | add a new authentication request which is sent for authentication . concode_field_sep List<String> relayStateList concode_elem_sep Map<String,FederatedSSOToken> federatedTokenHolder concode_field_sep FederatedSSOToken getFederatedToken concode_elem_sep boolean isValidResponse concode_elem_sep void addFederatedToken |
void function ( boolean arg0 ) { bReadOnly = arg0 ; } | method declaration concode_field_sep Database dDatabase concode_elem_sep HsqlArrayList tTransaction concode_elem_sep int iNestedOldTransIndex concode_elem_sep int iId concode_elem_sep jdbcConnection intConnection concode_elem_sep boolean script concode_elem_sep boolean bAutoCommit concode_elem_sep boolean bReadOnly con... |
NetworkTemplate function ( String arg0 ) { return new NetworkTemplate ( MATCH_MOBILE_4G , arg0 , null ) ; } | template to match connectivitymanager #type_mobile networks withthe given imsi that roughly meet a `` 4g '' definition . concode_field_sep int NETWORK_TYPE_UMTS concode_elem_sep int[] DATA_USAGE_NETWORK_TYPES concode_elem_sep int MATCH_MOBILE_WILDCARD concode_elem_sep int MATCH_MOBILE_3G_LOWER concode_elem_sep boolean ... |
boolean function ( ) { if ( this . fileItem . isInMemory ( ) ) { return true ; } if ( this . fileItem instanceof DiskFileItem ) { return ( ( DiskFileItem ) this . fileItem ) . getStoreLocation ( ) . exists ( ) ; } return ( this . fileItem . getSize ( ) == this . size ) ; } | determine whether the multipart content is still available . if a temporary file has been moved , the content is no longer available . concode_field_sep long size concode_elem_sep Log logger concode_elem_sep FileItem fileItem concode_field_sep String getOriginalFilename concode_elem_sep long getSize concode_elem_sep St... |
byte [ ] function ( Object arg0 ) { return ZLIB . compressObj ( arg0 ) ; } | compress the specified object using json as the internal format and then use the deflater algorithm . concode_field_sep ZLiber ZLIB concode_field_sep String decompressString concode_elem_sep byte[] decompress concode_elem_sep byte[] compress concode_elem_sep T decompressObj concode_elem_sep T decompressObj concode_elem... |
Map < HmDatapointInfo , HmDatapoint > function ( ) { return datapoints ; } | returns all datapoints . concode_field_sep String TYPE_GATEWAY_EXTRAS concode_elem_sep Integer number concode_elem_sep String TYPE_GATEWAY_VARIABLE concode_elem_sep Map<HmDatapointInfo,HmDatapoint> datapoints concode_elem_sep String TYPE_GATEWAY_SCRIPT concode_elem_sep boolean initialized concode_elem_sep Integer CHANN... |
Object function ( String arg0 ) { FacesContext loc0 = FacesContext . getCurrentInstance ( ) ; ELContext loc1 = loc0 . getELContext ( ) ; ExpressionFactory loc2 = loc0 . getApplication ( ) . getExpressionFactory ( ) ; ValueExpression loc3 = loc2 . createValueExpression ( loc1 , getJsfEl ( arg0 ) , Object . class ) ; ret... | get managed bean based on the bean name . concode_field_sep Properties buildProperties concode_field_sep String getRequestParameter concode_elem_sep UIComponent findComponent concode_elem_sep ServletContext getServletContext concode_elem_sep String getActionAttribute concode_elem_sep String getBuildAttribute concode_el... |
void function ( final CoordinationContextType arg0 , final MAP arg1 ) { try { InteropUtil . registerDurable2PC ( arg0 , new CommitDurable2PCParticipant ( ) , new Uid ( ) . toString ( ) ) ; } catch ( final Throwable loc0 ) { throw new SoapFault11 ( loc0 ) ; } } | execute the commit concode_field_sep ParticipantProcessor PARTICIPANT concode_field_sep void rollback concode_elem_sep void replayCommit concode_elem_sep void volatileAndDurable concode_elem_sep void preparedAfterTimeout concode_elem_sep ParticipantProcessor getParticipant concode_elem_sep void earlyAborted concode_ele... |
Double function ( ) { return Double . valueOf ( m_planned ) ; } | retrieve the planned cost for a task . concode_field_sep double m_planned concode_elem_sep double m_remaining concode_elem_sep double m_actual concode_field_sep Double getActual concode_elem_sep void addRemaining concode_elem_sep Double getRemaining concode_elem_sep void addActual concode_elem_sep void addPlanned |
void function ( String arg0 ) { this . time = arg0 ; } | sets the value of the time property . concode_field_sep Boolean debug concode_elem_sep String time concode_elem_sep String target concode_field_sep Boolean isDebug concode_elem_sep String getTarget concode_elem_sep String getTime concode_elem_sep void setTarget concode_elem_sep void setDebug |
TServerSocket function ( int arg0 , int arg1 ) { return getServerSocket ( arg0 , arg1 , false , null ) ; } | get a default ssl wrapped tserversocket bound to the specified port concode_field_sep boolean clientAuth concode_elem_sep String trustManagerType concode_elem_sep boolean isTrustStoreSet concode_elem_sep String keyStoreType concode_elem_sep String trustStoreType concode_elem_sep String trustPass concode_elem_sep String... |
long function ( ) { long loc0 = 0 ; try { ServiceRegistryDAO loc1 = new ServiceRegistryDAO ( ) ; List loc2 = loc1 . getCloneList ( ) ; if ( loc2 != null ) { loc0 = loc2 . size ( ) ; } } catch ( Exception loc1 ) { loc1 . printStackTrace ( ) ; } return loc0 ; } | cost of this call has not been evaluated !!! concode_field_sep Authentication auth concode_elem_sep Boolean justSaved concode_elem_sep AssetSource assetSource concode_elem_sep int MB concode_elem_sep ServiceRegistryManager beanManager concode_elem_sep Grid _portraitGrid concode_elem_sep Zone myZone concode_elem_sep Aja... |
void function ( ) { Employee loc0 = new Employee ( ) ; loc0 . set ( WAGE , 123.00 ) ; for ( CujoProperty loc1 : loc0 . readProperties ( ) ) { loc0 . set ( loc1 , loc1 . getDefault ( ) ) ; } System . out . println ( "srini_string" + loc0 + "srini_string" + loc0 . get ( WAGE ) ) ; } | how to restore default values concode_field_sep PlaceHolder placeHolder concode_field_sep void copySomeProperties concode_elem_sep void employeeValidator concode_elem_sep void selectFromDatabase concode_elem_sep void main concode_elem_sep void writeAndRead concode_elem_sep void copyAllProperties concode_elem_sep Employ... |
Pick_Confirmation . Shipment . ShipmentLines . ShipmentLine function ( ) { return new Pick_Confirmation . Shipment . ShipmentLines . ShipmentLine ( ) ; } | create an instance of pick_confirmation . shipment.shipmentlines.shipmentline concode_field_sep PlaceHolder placeHolder concode_field_sep Pick_Confirmation.Shipment createShipmentsShipment concode_elem_sep Pick_Confirmation.Shipment.ShipmentLines createShipmentsShipmentShipmentLines concode_elem_sep Pick_Confirmation.S... |
boolean function ( ) { return stem ( 0 ) ; } | stem the word placed into the stemmer buffer through calls to add . returns true if the stemming process resulted in a word different from the input . you can retrieve the result with getresultlength / getresultbuffer or tostring . concode_field_sep char[] b concode_elem_sep boolean dirty concode_elem_sep int k0 concod... |
void function ( int arg0 , int arg1 , int arg2 , int arg3 ) { NativeEvent loc0 = new NativeEvent ( EventTypes . SENSOR_EVENT ) ; loc0 . intParam1 = arg0 ; loc0 . intParam2 = arg1 ; loc0 . intParam3 = arg2 ; loc0 . intParam4 = arg3 ; eventQueue . post ( loc0 ) ; } | posts an event to queue . concode_field_sep EventQueue eventQueue concode_elem_sep int EVENT_DATA_COLLECT_CODE concode_elem_sep int EVENT_SENSOR_DATA_RECEIVED concode_elem_sep int EVENT_CONDITIOIN_MET concode_elem_sep EventListener EVENT_LISTENER concode_elem_sep Hashtable ID_INFO_MAP concode_elem_sep int EVENT_AV_LIST... |
int function ( ) { return getService ( ) . getDDMTemplateLinksCount ( ) ; } | returns the number of d d m template links . concode_field_sep ServiceTracker<DDMTemplateLinkLocalService,DDMTemplateLinkLocalService> _serviceTracker concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_e... |
JSONBuilder function ( String arg0 ) { appendCommaAndKey ( arg0 ) ; params . append ( "srini_string" ) ; return this ; } | begins a named object . concode_field_sep StringBuilder params concode_field_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep S... |
void function ( final String arg0 , final Object arg1 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } this . map . put ( arg0 , arg1 ) ; } | registers the given object for uris matching the given pattern . concode_field_sep Map map concode_field_sep void setObjects concode_elem_sep Object lookup concode_elem_sep boolean matchUriRequestPattern concode_elem_sep void unregister concode_elem_sep void setHandlers |
int function ( ) { return this . overallSoftMin ; } | gets the preferred minimum number of participants concode_field_sep int overallHardMin concode_elem_sep Event event concode_elem_sep int overallHardMax concode_elem_sep int overallSoftMin concode_elem_sep int time concode_elem_sep int overallSoftMax concode_elem_sep String day concode_field_sep int getOverallHardMax co... |
void function ( PropertyFilterSpec arg0 ) { mom . watch ( arg0 ) ; } | add propertyfilterspec for advanced settings concode_field_sep ServiceInstance si concode_elem_sep ManagedObjectCache cache concode_elem_sep Thread mThread concode_elem_sep ManagedObjectWatcher mom concode_field_sep Object getCopy concode_elem_sep Object getCopy concode_elem_sep Object get concode_elem_sep Object get c... |
HiveSerDeWrapper function ( String arg0 ) { return get ( arg0 , Optional . < String > absent ( ) , Optional . < String > absent ( ) ) ; } | get an instance of hiveserdewrapper . concode_field_sep String SERDE_SERIALIZER_PREFIX concode_elem_sep String outputFormatClassName concode_elem_sep String SERDE_DESERIALIZER_INPUT_FORMAT_TYPE concode_elem_sep String serDeClassName concode_elem_sep String SERDE_SERIALIZER_TYPE concode_elem_sep String SERDE_DESERIALIZE... |
boolean function ( int arg0 ) { return mPieSegmentList . size ( ) == arg0 ; } | if we have all piechart config then there is no point in reloading it concode_field_sep List<PieSegment> mPieSegmentList concode_elem_sep int mCenterY concode_elem_sep int mCenterX concode_elem_sep int mPieChartRadius concode_field_sep void addPieSegment concode_elem_sep SeriesSelection getSeriesAndPointForScreenCoordi... |
double function ( ) { return this . gap ; } | returns the gap . concode_field_sep double allocatedY concode_elem_sep double gap concode_elem_sep double angle concode_elem_sep double baseY concode_elem_sep double linkPercent concode_elem_sep TextBox label concode_elem_sep double labelHeight concode_elem_sep Comparable key concode_field_sep Comparable getKey concode... |
int function ( ) { return size ; } | get number of ints currently stored in the array ; concode_field_sep int size concode_elem_sep int increment concode_elem_sep int data[] concode_elem_sep int capacity concode_field_sep void addElement concode_elem_sep int[] getData |
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getCommunications ( ) != null ) loc0 . append ( "srini_string" + getCommunications ( ) + "srini_string" ) ; if ( getNextToken ( ) != null ) loc0 . append ( "srini_string" + getNextToken ( ) ) ; loc0 . append ( "sr... | returns a string representation of this object ; useful for testing and debugging . concode_field_sep com.amazonaws.internal.SdkInternalList<Communication> communications concode_elem_sep String nextToken concode_field_sep void setCommunications concode_elem_sep java.util.List<Communication> getCommunications concode_e... |
String function ( ) { return cgdChangeNotes ; } | gets cgd change notes . concode_field_sep boolean shared concode_elem_sep String customerCode concode_elem_sep String availability concode_elem_sep String title concode_elem_sep String content concode_elem_sep String newCollectionGroupDesignation concode_elem_sep boolean allowEdit concode_elem_sep String collectionActi... |
Integer function ( ) { return integerValue ; } | get the integervalue . concode_field_sep int defaultValue concode_elem_sep String name concode_elem_sep int headerParam concode_elem_sep Boolean booleanValue concode_elem_sep Integer integerValue concode_elem_sep Short shortValue concode_elem_sep long serialVersionUID concode_elem_sep Double doubleValue concode_elem_se... |
void function ( LocalClusterFactory arg0 ) { currentFactory = Objects . requireNonNull ( arg0 ) ; } | sets a different factory for flinklocalclusters to be used for execution . concode_field_sep FlinkMiniCluster flink concode_elem_sep String SUBMIT_BLOCKING concode_elem_sep Logger LOG concode_elem_sep LocalClusterFactory currentFactory concode_field_sep void killTopology concode_elem_sep StormTopology getTopology conco... |
DocMaker function ( ) { return docMaker ; } | returns the docmaker . concode_field_sep IndexWriter indexWriter concode_elem_sep long startTimeMillis concode_elem_sep Map<String,AnalyzerFactory> analyzerFactories concode_elem_sep Directory taxonomyDir concode_elem_sep TaxonomyWriter taxonomyWriter concode_elem_sep Locale locale concode_elem_sep Directory directory ... |
String function ( ) { return this . version ; } | return the dependency version . concode_field_sep String groupId concode_elem_sep String artifactId concode_elem_sep List<Exclusion> exclusions concode_elem_sep String version concode_field_sep int hashCode concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep boolean equals concode_elem_sep St... |
void function ( Channel arg0 ) { if ( getActiveChannel ( ) != arg0 ) { tabs . setForegroundForComponent ( arg0 , MainGui . COLOR_NEW_HIGHLIGHTED_MESSAGE ) ; highlighted . add ( arg0 ) ; } } | set channel to show a new highlight messages has arrived , changes color of the tab . only if not currently active tab . concode_field_sep ContextMenuListener contextMenuListener concode_elem_sep int defaultUserlistWidth concode_elem_sep StyleManager styleManager concode_elem_sep Hashtable<String,Channel> channels conc... |
int function ( Point2D arg0 ) { ParamChecks . nullNotPermitted ( arg0 , "srini_string" ) ; int loc0 = getSubplotCount ( ) ; for ( int loc1 = 0 ; loc1 < loc0 ; loc1 ++ ) { PlotRenderingInfo loc2 = getSubplotInfo ( loc1 ) ; Rectangle2D loc3 = loc2 . getDataArea ( ) ; if ( loc3 . contains ( arg0 ) ) { return loc1 ; } } re... | returns the index of the subplot that contains the specified x , y point the `` source '' point . the source point will usually come from a mouse click on a org.jfree.chart.chartpanel , and this method is then used to determine the subplot that contains the source point . concode_field_sep ChartRenderingInfo owner conc... |
String function ( ) { return name ; } | get the local name of this element . concode_field_sep CopyArtifactsModelParser10 copyArtifactsModelParser concode_elem_sep FilePermissionsModelParser10 filePermissionsModelParser concode_elem_sep ConfigModelParser11 configModelParser concode_elem_sep String NAMESPACE_1_1 concode_elem_sep BuildPropertyReplacer property... |
ArrayOfAMLCDDOBOnlineQSetQuestionsInnerSetTupleType function ( ) { return questionsInnerSet ; } | gets the value of the questionsinnerset property . concode_field_sep ArrayOfAMLCDDOBOnlineQSetQuestionsInnerSetTupleType questionsInnerSet concode_field_sep void setQuestionsInnerSet |
void function ( Date arg0 ) { _userTracker . setModifiedDate ( arg0 ) ; } | sets the modified date of this user tracker . concode_field_sep UserTracker _userTracker concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getRemoteAddr concode_elem_sep boolean isEscapedM... |
PDFGlyph function ( PDFFont arg0 , char arg1 ) { int loc0 = this . cmap . getFontID ( arg1 ) ; char loc1 = this . cmap . map ( arg1 ) ; if ( arg0 instanceof Type0Font ) { arg0 = ( ( Type0Font ) arg0 ) . getDescendantFont ( loc0 ) ; } return arg0 . getCachedGlyph ( loc1 , null ) ; } | get a glyph from a cmap , given a type0 font and a character concode_field_sep int TYPE_ENCODING concode_elem_sep int[] baseEncoding concode_elem_sep int TYPE_CMAP concode_elem_sep Map<Character,String> differences concode_elem_sep PDFCMap cmap concode_elem_sep int type concode_field_sep void parseEncoding concode_elem... |
Node function ( Object arg0 ) { Object loc0 = expression . evaluate ( arg0 , XPathConstants . NODE ) ; if ( loc0 instanceof Node ) { return ( Node ) loc0 ; } return null ; } | evaluates the xpath expression on the given item and return the first node or null concode_field_sep XPathExpression expression concode_elem_sep XPathBuilder builder concode_elem_sep String xpathText concode_field_sep String getXpathText concode_elem_sep XPathExpression getExpression concode_elem_sep List<Node> nodes c... |
void function ( boolean arg0 ) { for ( CordovaPlugin loc0 : this . pluginMap . values ( ) ) { loc0 . onPause ( arg0 ) ; } } | called when the system is about to start resuming a previous activity . concode_field_sep CordovaWebView app concode_elem_sep CordovaInterface ctx concode_elem_sep HashMap<String,List<String>> urlMap concode_elem_sep int SLOW_EXEC_WARNING_THRESHOLD concode_elem_sep HashMap<String,CordovaPlugin> pluginMap concode_elem_s... |
void function ( ) { if ( ! shell . isDisposed ( ) ) shell . dispose ( ) ; } | dispose the window . concode_field_sep Cursor waitCursor concode_elem_sep Shell shell concode_elem_sep Display display concode_elem_sep int waitCount concode_field_sep void setVisible concode_elem_sep void showWaitPointer concode_elem_sep void hideWaitPointer concode_elem_sep void open concode_elem_sep void addSimpleSe... |
int function ( int arg0 , int arg1 ) { long loc0 = ( long ) arg0 * ( long ) arg1 ; if ( loc0 < Integer . MIN_VALUE || loc0 > Integer . MAX_VALUE ) { throw new ArithmeticException ( "srini_string" + arg0 + "srini_string" + arg1 ) ; } return ( int ) loc0 ; } | multiply two values throwing an exception if overflow occurs . concode_field_sep PlaceHolder placeHolder concode_field_sep int safeMultiplyToInt concode_elem_sep long safeSubtract concode_elem_sep void verifyValueBounds concode_elem_sep void verifyValueBounds concode_elem_sep void verifyValueBounds concode_elem_sep boo... |
long function ( ) { return keepAliveTime ; } | get the keep alive time of threads above the core number . the number of threads that are created past the core number up to the maximum number are kept alive until they are idle for the keep alive time . concode_field_sep RejectionHandler rejectionHandler concode_elem_sep RenderThreadFactory threadFactory concode_elem... |
String function ( Description arg0 , Representation arg1 , String arg2 , Object ... arg3 ) { checkNotNull ( arg2 ) ; checkNotNull ( arg3 ) ; return descriptionFormatter . arg2 ( arg0 ) + formatIfArgs ( arg2 , arg2 ( arg1 , arg3 ) ) ; } | interprets a printf-style format string for failed assertion messages . it is similar to string #format string , object , except for : the value of the given description is used as the first argument referenced in the format string each of the arguments in the given array is converted to a string by invoking org.assert... |
String function ( ) { return this . evaluatedExpression ; } | the evaluated expression . concode_field_sep String evaluatedExpression concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep EvaluateExpressionResult clone concode_elem_sep void setEvaluatedExpression concode_elem_sep String toString concode_elem_sep EvaluateExpressionResult withEvaluatedExpr... |
OrientationHelper function ( RecyclerView . LayoutManager arg0 , int arg1 ) { switch ( arg1 ) { case HORIZONTAL : return createHorizontalHelper ( arg0 ) ; case VERTICAL : return createVerticalHelper ( arg0 ) ; } throw new IllegalArgumentException ( "srini_string" ) ; } | creates an orientationhelper for the given layoutmanager and orientation . concode_field_sep int VERTICAL concode_elem_sep int HORIZONTAL concode_elem_sep RecyclerView.LayoutManager mLayoutManager concode_elem_sep int INVALID_SIZE concode_elem_sep int mLastTotalSpace concode_field_sep OrientationHelper createVerticalHe... |
void function ( GL10 arg0 ) { mGrabber . getCurrentProjection ( arg0 ) ; mMVPComputed = false ; } | get the current projection matrix . has the side-effect of setting current matrix mode to gl_projection concode_field_sep MatrixGrabber mGrabber concode_elem_sep boolean mMVPComputed concode_elem_sep float[] mMVP concode_elem_sep float[] mV concode_elem_sep int mX concode_elem_sep int mViewWidth concode_elem_sep int mY... |
List < JSONObject > function ( Notification . Type arg0 ) { ArrayList < JSONObject > loc0 = new ArrayList < JSONObject > ( ) ; List < Notification > loc1 = getByType ( arg0 ) ; for ( Notification loc2 : loc1 ) { loc0 . add ( loc2 . getOptions ( ) . getDict ( ) ) ; } return loc0 ; } | list of properties from all local notifications from given type . concode_field_sep Context context concode_field_sep Notification cancel concode_elem_sep void cancelAll concode_elem_sep List<Integer> getIdsByType concode_elem_sep List<Notification> getAll concode_elem_sep List<Notification> getByType concode_elem_sep ... |
List < String > function ( ) { return environmentList ; } | get environment list . concode_field_sep long serialVersionUID concode_elem_sep List<String> environmentList concode_field_sep placeholderType placeHolder |
boolean function ( ) { return considerUserId ; } | consider user id concode_field_sep boolean feedbackShowStudentScore concode_elem_sep String keywords concode_elem_sep boolean feedbackShowGraderComment concode_elem_sep boolean collectSectionMetadata concode_elem_sep boolean displayNumberingContinuous concode_elem_sep boolean feedbackShowQuestion concode_elem_sep boole... |
LaunchPermissionModifications function ( LaunchPermission ... arg0 ) { if ( this . add == null ) { setAdd ( new com . amazonaws . internal . SdkInternalList < LaunchPermission > ( arg0 . length ) ) ; } for ( LaunchPermission loc0 : arg0 ) { this . add . arg0 ( loc0 ) ; } return this ; } | the aws account id to add to the list of launch permissions for the ami . note : this method appends the values to the existing list if any . use #setadd java.util.collection or #withadd java.util.collection if you want to override theexisting values . concode_field_sep com.amazonaws.internal.SdkInternalList<LaunchPerm... |
URI function ( ) { return UriBuilder . fromUri ( "srini_string" ) . port ( getPort ( 8080 ) ) . build ( ) ; } | gets base uri . concode_field_sep PlaceHolder placeHolder concode_field_sep int getPort concode_elem_sep HttpServer startServer concode_elem_sep void main |
Builder function ( final String arg0 ) { this . name = arg0 ; return this ; } | sets 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 String getName concode_elem_sep Builder readFrom concode_elem_sep Builder readFrom concode_elem_sep AppGroupCreationContent build concode_elem_se... |
ListUploadsResult function ( java . util . Collection < Upload > arg0 ) { setUploads ( arg0 ) ; return this ; } | information about the uploads . concode_field_sep String nextToken concode_elem_sep java.util.List<Upload> uploads concode_field_sep void setNextToken concode_elem_sep java.util.List<Upload> getUploads concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep ListUploadsResult clone concode_elem_se... |
String function ( String arg0 , String arg1 , String arg2 , String arg3 , String arg4 ) { return StringHelper . unqualify ( arg4 ) ; } | return the unqualified property name , not the best strategy but a backward compatible one concode_field_sep NamingStrategy INSTANCE concode_field_sep String classToTableName concode_elem_sep String propertyToColumnName concode_elem_sep String logicalColumnName concode_elem_sep String joinKeyColumnName concode_elem_sep... |
Builder function ( List < JsonWebKeyOperation > arg0 ) { this . keyOperations = arg0 ; return this ; } | set the key operations value . concode_field_sep Integer keySize concode_elem_sep KeyAttributes keyAttributes concode_elem_sep String keyName concode_elem_sep String vaultBaseUrl concode_elem_sep KeyAttributes attributes concode_elem_sep JsonWebKeyType keyType concode_elem_sep List<JsonWebKeyOperation> keyOperations co... |
SocketChannel function ( ) { return this . channel ; } | returns the channel . concode_field_sep SocketChannel channel concode_elem_sep SessionRequestImpl sessionRequest concode_field_sep Object getAttachment concode_elem_sep SessionRequestImpl getSessionRequest |
com . liferay . portal . kernel . model . ServiceComponent function ( long arg0 ) { return _serviceComponentLocalService . createServiceComponent ( arg0 ) ; } | creates a new service component with the primary key . does not add the service component to the database . concode_field_sep ServiceComponentLocalService _serviceComponentLocalService concode_field_sep void upgradeDB concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService con... |
void function ( BundleContext arg0 ) { context = arg0 ; logger . debug ( "srini_string" ) ; } | called whenever the osgi framework starts our bundle concode_field_sep BundleContext context concode_elem_sep Logger logger concode_field_sep void stop concode_elem_sep BundleContext getContext |
String function ( ) { return remoteAddr ; } | gets the remote addr . concode_field_sep String currentQueryString concode_elem_sep Locale remoteAddrLocale concode_elem_sep String method concode_elem_sep String currentUri concode_elem_sep String workerThreadName concode_elem_sep long bytesSent concode_elem_sep String virtualHost concode_elem_sep long processingTime ... |
void function ( ProviderManager arg0 ) { arg0 . addIQProvider ( MuteIq . ELEMENT_NAME , MuteIq . NAMESPACE , this ) ; } | registers this iq provider into given providermanager . concode_field_sep PlaceHolder placeHolder concode_field_sep IQ parseIQ |
CloseableHttpClient function ( final HttpClientConnectionManager arg0 ) { return new MinimalHttpClient ( arg0 ) ; } | creates closeablehttpclient instance that implementsthe most basic http protocol support . concode_field_sep PlaceHolder placeHolder concode_field_sep HttpClientBuilder custom concode_elem_sep CloseableHttpClient createSystem concode_elem_sep CloseableHttpClient createDefault |
String function ( ) { return getPersistencePath ( ) + mapName + "srini_string" ; } | path to where persisted hazelcast objects will be stored to disk . concode_field_sep FilenameFilter filter concode_elem_sep String PERSISTED_FILE_SUFFIX_REGEX concode_elem_sep String mapName concode_elem_sep Logger LOGGER concode_elem_sep String PERSISTED_FILE_SUFFIX concode_field_sep Set<String> loadAllKeys concode_el... |
WebSeparator function ( WebSeparator arg0 ) { return arg0 ; } | does not modify example separator by default . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isShowWatermark concode_elem_sep void modifyExampleTab concode_elem_sep URL getResource concode_elem_sep ImageIcon loadIcon concode_elem_sep boolean isSingleExample concode_elem_sep FeatureState getFeature... |
void function ( Object arg0 ) { this . keyRangeTo = arg0 ; } | set key range to concode_field_sep Object startKey concode_elem_sep boolean flushOnEveryOperation concode_elem_sep String dataStoreClass concode_elem_sep Configuration hadoopConfiguration concode_elem_sep String keyClass concode_elem_sep long timeRangeFrom concode_elem_sep Object endKey concode_elem_sep long timeRangeT... |
String function ( ) { return tagName ; } | the method to get the tag name . concode_field_sep long tagID concode_elem_sep String resourcePath concode_elem_sep long taggedTime concode_elem_sep String tagName concode_elem_sep String taggedUserName concode_field_sep Long getTagID concode_elem_sep void setTagName concode_elem_sep void setResourcePath concode_elem_s... |
T function ( ) { if ( root == null ) { return null ; } return minimum ( root ) . key ; } | get the minimum element in the tree concode_field_sep Node right concode_elem_sep Node root concode_elem_sep int size concode_elem_sep T key concode_elem_sep Node parent concode_elem_sep boolean allowSameElementMultipleTimes concode_elem_sep Node left concode_field_sep void add concode_elem_sep T popMinimum concode_ele... |
String function ( ) { return classObj . getCanonicalName ( ) . replace ( '.' , '/' ) ; } | returns the class 's fully qualified name , but with slashes instead of dots . concode_field_sep Map<String,FieldInfo> foundFields concode_elem_sep Class<?> classObj concode_field_sep String getNewName concode_elem_sep FieldInfo getVictimField concode_elem_sep void addVictimField concode_elem_sep Map<String,FieldInfo> ... |
void function ( Boolean arg0 ) { this . allowFrequencyCapsCustomization = arg0 ; } | sets the value of the allowfrequencycapscustomization property . concode_field_sep String notes concode_elem_sep DateTime lastModifiedDateTime concode_elem_sep List<FrequencyCap> frequencyCaps concode_elem_sep Long productTemplateId concode_elem_sep Integer priority concode_elem_sep RateType rateType concode_elem_sep P... |
void function ( String arg0 ) { if ( arg0 != null ) { this . params . put ( QUERYTYPE , arg0 ) ; } } | adds the querytype parameter with the specified value concode_field_sep String MIN_RESOLUTION concode_elem_sep String DISTANCE concode_elem_sep String MASK concode_elem_sep String SDO_NUM_RES concode_elem_sep String QUERYTYPE concode_elem_sep String SDO_BATCH_SIZE concode_elem_sep String MAX_RESOLUTION concode_elem_sep... |
List < Long > function ( ) { return retryMulticastIds ; } | gets additional ids if more than one multicast message was sent . concode_field_sep long multicastId concode_elem_sep int success concode_elem_sep int failure concode_elem_sep int canonicalIds concode_elem_sep List<Result> results concode_elem_sep List<Result> results concode_elem_sep List<Long> retryMulticastIds conco... |
void function ( String arg0 , String arg1 , Throwable arg2 ) { if ( isLogEnabled ) { Log . d ( arg0 , getContent ( getCurrentStackTraceElement ( ) ) + "srini_string" + arg1 , arg2 ) ; } } | debug concode_field_sep String TAG_CONTENT_PRINT concode_elem_sep String defaultTag concode_elem_sep boolean isLogEnabled concode_field_sep StackTraceElement getCurrentStackTraceElement concode_elem_sep boolean isDebugable concode_elem_sep void e concode_elem_sep void e concode_elem_sep void e concode_elem_sep void v c... |
void function ( ) { delegated . shutdown ( ) ; try { delegated . awaitTermination ( Long . MAX_VALUE , TimeUnit . NANOSECONDS ) ; } catch ( InterruptedException loc0 ) { LOG . warn ( "srini_string" ) ; } } | awaits until all tasks will be done . concode_field_sep String uniqueName concode_elem_sep AtomicBoolean isSuspended concode_elem_sep ExecutorService delegated concode_elem_sep Log LOG concode_field_sep void suspend concode_elem_sep void resume concode_elem_sep boolean isSuspended concode_elem_sep Future<T> submit conc... |
Date function ( ) { return min ; } | get the minimum date concode_field_sep Date min concode_elem_sep Date max concode_field_sep boolean contains concode_elem_sep boolean contains concode_elem_sep Date getMiddle concode_elem_sep long getRange concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep in... |
void function ( String arg0 ) { this . campaignStart = arg0 ; } | setter method to set the campaign start date concode_field_sep String campaignResponse concode_elem_sep String campaignID concode_elem_sep String CSRID concode_elem_sep String source concode_elem_sep String accountID concode_elem_sep String campaignModify concode_elem_sep String retailerSegment concode_elem_sep String ... |
String [ ] function ( ) { return this . pathPatterns ; } | returns the url path patterns for the resource handler . concode_field_sep ResourceChainRegistration resourceChainRegistration concode_elem_sep List<Resource> locations concode_elem_sep ResourceLoader resourceLoader concode_elem_sep String[] pathPatterns concode_elem_sep CacheControl cacheControl concode_field_sep Reso... |
int function ( ) { return cookieVersion ; } | returns the version of the cookie specification to which this cookie conforms . concode_field_sep String cookieDomain concode_elem_sep Date cookieExpiryDate concode_elem_sep int cookieVersion concode_elem_sep String name concode_elem_sep boolean isSecure concode_elem_sep String cookiePath concode_elem_sep String value ... |
void function ( Integer arg0 ) { this . type = arg0 ; } | this method was generated by mybatis generator . this method sets the value of the database column public.questions.type concode_field_sep String nameF concode_elem_sep String nameE concode_elem_sep String nameS concode_elem_sep String nameC concode_elem_sep Integer deleted concode_elem_sep Integer id concode_elem_sep ... |
String function ( ) { return doubleFormatString ; } | gets the double format string . concode_field_sep String byteFormatString concode_elem_sep String longFormatString concode_elem_sep String continuousFormatString concode_elem_sep DecimalFormat doubleFormat concode_elem_sep DecimalFormat floatFormat concode_elem_sep DecimalFormat byteFormat concode_elem_sep String intFo... |
Account function ( ) { return mAccount ; } | returns the account being used by this authenticator . concode_field_sep String mAuthTokenType concode_elem_sep AccountManager mAccountManager concode_elem_sep Account mAccount concode_elem_sep boolean mNotifyAuthFailure concode_field_sep String getAuthTokenType concode_elem_sep String getAuthToken concode_elem_sep voi... |
void function ( java . util . Collection < String > arg0 ) { if ( arg0 == null ) { this . families = null ; return ; } this . families = new com . amazonaws . internal . SdkInternalList < String > ( arg0 ) ; } | the list of task definition family names that match the listtaskdefinitionfamilies request . concode_field_sep String nextToken concode_elem_sep com.amazonaws.internal.SdkInternalList<String> families concode_field_sep java.util.List<String> getFamilies concode_elem_sep void setNextToken concode_elem_sep ListTaskDefini... |
IRubyObject function ( ThreadContext arg0 , IRubyObject arg1 , IRubyObject arg2 ) { return arg0 . runtime . newFixnum ( System . identityHashCode ( arg2 ) ) ; } | provide the `` identity '' hash code that system.identityhashcode would produce . added here as an extension because calling system.identityhashcode and other java-integration-related mechanisms will cause some core types to coerce to java types , losing their proper identity . concode_field_sep PlaceHolder placeHolder... |
void function ( ) { Path loc0 = touch ( localFs , name . getMethodName ( ) . toLowerCase ( ) ) ; sftpFs . delete ( localDir , false ) ; } | test deleting a non empty directory . concode_field_sep FileSystem localFs concode_elem_sep TestName name concode_elem_sep Path localDir concode_elem_sep int port concode_elem_sep String connection concode_elem_sep String TEST_SFTP_DIR concode_elem_sep SshServer sshd concode_elem_sep String TEST_ROOT_DIR concode_elem_s... |
int function ( ) { int loc0 = cakeToppingInfo != null ? cakeToppingInfo . calories : 0 ; loc0 += cakeLayerInfos . stream ( ) . mapToInt ( c -> c . calories ) . sum ( ) ; return loc0 ; } | calculate calories concode_field_sep List<CakeLayerInfo> cakeLayerInfos concode_elem_sep Optional<Long> id concode_elem_sep CakeToppingInfo cakeToppingInfo concode_field_sep String toString |
InputStream function ( ) { if ( binaryContent != null ) { return new ByteArrayInputStream ( binaryContent ) ; } return inputStream ; } | content accessor . concode_field_sep InputStream inputStream concode_elem_sep byte[] binaryContent concode_field_sep void setContent concode_elem_sep void setContent concode_elem_sep byte[] getContent |
Restlet function ( Context arg0 ) { Router loc0 = new Router ( arg0 ) ; loc0 . attach ( "srini_string" , ACLRuleResource . class ) ; loc0 . attach ( "srini_string" , ClearACRulesResource . class ) ; return loc0 ; } | create the restlet router and bind to the proper resources . concode_field_sep PlaceHolder placeHolder concode_field_sep String basePath |
void function ( boolean arg0 ) { AuthorTaglet . arg0 = arg0 ; } | enables/disables this taglet . concode_field_sep EmailReplacement MAILTO_NAME concode_elem_sep EmailReplacement emailReplacementType concode_elem_sep boolean enabled concode_elem_sep Pattern dotPattern concode_elem_sep String atReplacement concode_elem_sep String NAME concode_elem_sep Pattern atPattern concode_elem_sep... |
void function ( String arg0 ) { this . borderColor = arg0 ; } | sets the value of the bordercolor property . concode_field_sep Boolean adSenseEnabled concode_elem_sep String borderColor concode_elem_sep String backgroundColor concode_elem_sep AdSenseSettingsAdType adType concode_elem_sep AdSenseSettingsFontFamily fontFamily concode_elem_sep String titleColor concode_elem_sep AdSens... |
void function ( AnnotatedOutput arg0 ) { arg0 . annotate ( toHuman ( ) ) ; } | writes this instance as an annotation . concode_field_sep int totalSize concode_elem_sep int largestSize concode_elem_sep HashMap<String,Data> dataMap concode_elem_sep String name concode_elem_sep int count concode_elem_sep int smallestSize concode_field_sep void add concode_elem_sep void add concode_elem_sep void addA... |
List function ( Object arg0 , Object arg1 ) { List loc0 = new ArrayList ( ) ; loc0 . add ( arg0 ) ; loc0 . add ( arg1 ) ; return loc0 ; } | creates a list from two items concode_field_sep GeometryFactory geomFactory concode_elem_sep Collection inputGeoms concode_elem_sep boolean skipEmpty concode_field_sep GeometryFactory extractFactory concode_elem_sep void extractElements concode_elem_sep Geometry combine concode_elem_sep Geometry combine concode_elem_se... |
long function ( ) { return expectedQuantity ; } | gets the value of the expectedquantity property . concode_field_sep long opportunityId concode_elem_sep String product concode_elem_sep long expectedQuantity concode_elem_sep String description concode_field_sep void setProduct concode_elem_sep String getProduct concode_elem_sep long getOpportunityId concode_elem_sep v... |
FileCleaningTracker function ( ServletContext arg0 ) { return ( FileCleaningTracker ) arg0 . getAttribute ( FILE_CLEANING_TRACKER_ATTRIBUTE ) ; } | returns the instance of filecleaningtracker , which is associated with the given servletcontext . concode_field_sep String FILE_CLEANING_TRACKER_ATTRIBUTE concode_field_sep void setFileCleaningTracker concode_elem_sep void contextInitialized concode_elem_sep void contextDestroyed |
String function ( ) { return value ; } | gets the value of the value property . concode_field_sep String placeOfBirth concode_elem_sep GenderType gender concode_elem_sep CountryTextCodeType countryOfBirth concode_elem_sep FamilyNameType familyName concode_elem_sep GivenNameType givenName concode_elem_sep XMLGregorianCalendar dateOfBirth concode_elem_sep Strin... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.