code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
String function ( ) { return this . clientRequestId ; } | get the clientrequestid value . concode_field_sep String clientRequestId concode_elem_sep String requestId concode_field_sep String requestId concode_elem_sep TaskDeleteHeaders withClientRequestId concode_elem_sep TaskDeleteHeaders withRequestId |
String function ( ) { return this . lazyInit ; } | return the default lazy-init flag 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 dependencyCheck concode_elem_sep String autowire concode_elem_sep String merge concode_elem_sep String des... |
long function ( int arg0 , int arg1 , int arg2 ) { long loc0 = arg2 - arg1 ; if ( loc0 < 0 ) { return 0 ; } int loc1 = ( loc0 % arg0 ) == 0 ? 0 : 1 ; return ( loc0 / arg0 ) + loc1 ; } | helper method to calculate the span of the sub-interval . simply returns the cieling of limit - start / segments and accounts for invalid start and limit combinations . concode_field_sep PlaceHolder placeHolder concode_field_sep int rank concode_elem_sep int[] countSegments |
void function ( Boolean arg0 ) { this . availableForActivity = arg0 ; } | sets the value of the availableforactivity property . concode_field_sep Boolean availableForActivity concode_elem_sep Integer sequenceNumber concode_elem_sep Boolean availableForEPS concode_elem_sep Boolean availableForWBS concode_elem_sep Boolean availableForProject concode_elem_sep Date lastUpdateDate concode_elem_se... |
void function ( PrintStream arg0 ) { } | write any necessary closing text . concode_field_sep List<String> prototypes concode_elem_sep List<String> codeFolderImports concode_elem_sep int prototypeCount concode_elem_sep int headerCount concode_elem_sep List<String> programImports concode_elem_sep String IMPORT_REGEX concode_elem_sep String program concode_fiel... |
void function ( ) { if ( view . isReady ( ) ) { view . onSendEmailSuccess ( ) ; } } | notifica para o fragment o sucesso do envio do email . concode_field_sep ArrayList<SpecView> specViews concode_elem_sep String contentEmail concode_elem_sep View view concode_elem_sep ArrayList<String> types concode_elem_sep String subject concode_elem_sep User user concode_elem_sep GetEmailSender getEmailSender concod... |
String function ( Element arg0 ) { NodeList loc0 = arg0 . getElementsByTagName ( "srini_string" ) ; if ( loc0 == null || loc0 . getLength ( ) == 0 ) throw new IOException ( "srini_string" ) ; return loc0 . item ( 0 ) . getNodeValue ( ) ; } | read field countryname concode_field_sep Logger LOG concode_field_sep Status readStatus concode_elem_sep void read concode_elem_sep void readITLDs concode_elem_sep TopLevelDomain readCCTLD concode_elem_sep void readSuffixes concode_elem_sep void readGTLDs concode_elem_sep float readBoost concode_elem_sep void readCCTLD... |
URL function ( String arg0 ) { return Scala . orNull ( env . resource ( arg0 ) ) ; } | retrieves a resource from the classpath . concode_field_sep play.api.Environment env concode_field_sep Mode mode concode_elem_sep ClassLoader classLoader concode_elem_sep boolean isTest concode_elem_sep boolean isProd concode_elem_sep boolean isDev concode_elem_sep InputStream resourceAsStream concode_elem_sep Environm... |
void function ( float arg0 ) { jniSetTangentSpeed ( addr , arg0 ) ; } | set the tangent speed . concode_field_sep World world concode_elem_sep WorldManifold worldManifold concode_elem_sep long addr concode_elem_sep float[] tmp concode_field_sep boolean jniIsTouching concode_elem_sep float getRestitution concode_elem_sep float jniGetRestitution concode_elem_sep void jniSetEnabled concode_el... |
WifiConfiguration function ( String arg0 ) { WifiConfiguration loc0 = new WifiConfiguration ( ) ; loc0 . SSID = quotedString ( arg0 ) ; loc0 . setIpAssignment ( IpAssignment . DHCP ) ; loc0 . setProxySettings ( ProxySettings . NONE ) ; return loc0 ; } | create a generic wificonfiguration used by the other create methods . concode_field_sep int EAP concode_elem_sep int PSK concode_elem_sep int NONE concode_elem_sep int WEP concode_field_sep InetAddress getInetAddress concode_elem_sep List<WifiConfiguration> parseJson concode_elem_sep WifiConfiguration createEapConfig c... |
CacheManager function ( String ... arg0 ) { SimpleCacheManager loc0 = new SimpleCacheManager ( ) ; List < Cache > loc1 = new ArrayList < > ( ) ; for ( String loc2 : arg0 ) { loc1 . add ( new ConcurrentMapCache ( loc2 ) ) ; } loc0 . setCaches ( loc1 ) ; loc0 . afterPropertiesSet ( ) ; return loc0 ; } | create a simplecachemanager with the specified cache s . concode_field_sep PlaceHolder placeHolder concode_field_sep void assertCacheHit concode_elem_sep void assertCacheMiss |
String function ( ) { return name ; } | get name concode_field_sep Reference reference concode_elem_sep String name concode_elem_sep long serialVersionUID concode_elem_sep ResourceAdapter ra concode_field_sep void setName concode_elem_sep void setResourceAdapter concode_elem_sep void setReference concode_elem_sep int hashCode concode_elem_sep boolean equals ... |
void function ( final HttpEntity arg0 ) { if ( arg0 == null ) { return ; } if ( arg0 . isStreaming ( ) ) { InputStream loc0 = arg0 . getContent ( ) ; if ( loc0 != null ) { loc0 . close ( ) ; } } } | ensures that the entity content is fully consumed and the content stream , if exists , is closed . concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] toByteArray concode_elem_sep String getContentCharSet concode_elem_sep String toString concode_elem_sep String toString concode_elem_sep String getContent... |
LoanApplicationTestBuilder function ( ) { this . syncDisbursementWithMeeting = true ; return this ; } | this indicator is used mainly for jlg loans when we want to sync disbursement with the group meetings it seems that if we do use this parameter we should also use calendarid to sync repayment with group meetings concode_field_sep String repaymentsStartingFromDate concode_elem_sep String YEARS concode_elem_sep String in... |
double function ( ) { return orient ; } | returns the orientation of this marker . concode_field_sep Point2D ref concode_elem_sep double orient concode_elem_sep GraphicsNode markerNode concode_field_sep Point2D getRef concode_elem_sep GraphicsNode getMarkerNode |
java . util . Date function ( XMLGregorianCalendar arg0 ) { if ( arg0 == null ) { return null ; } else { return arg0 . toGregorianCalendar ( ) . getTime ( ) ; } } | converts an xmlgregoriancalendar to an instance of java.util.date concode_field_sep DatatypeFactory df concode_field_sep XMLGregorianCalendar asXMLGregorianCalendar |
void function ( StreamingDistribution arg0 ) { this . streamingDistribution = arg0 ; } | the streaming distribution 's information . concode_field_sep String eTag concode_elem_sep StreamingDistribution streamingDistribution concode_field_sep StreamingDistribution getStreamingDistribution concode_elem_sep String getETag concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep UpdateStr... |
double function ( ) { return m_altitude ; } | return the altitude in meters concode_field_sep int m_fixQuality concode_elem_sep int m_3Dfix concode_elem_sep double m_track concode_elem_sep double m_VDOP concode_elem_sep double m_HDOP concode_elem_sep double m_PDOP concode_elem_sep double m_latitude concode_elem_sep double m_altitude concode_elem_sep double m_speed... |
void function ( Date arg0 ) { date1 = arg0 ; } | sets the first selected date . concode_field_sep Date date2 concode_elem_sep Effect valueChangeEffect2 concode_elem_sep Date date1 concode_elem_sep Effect valueChangeEffect concode_field_sep Date getDate1 concode_elem_sep void effectChangeListener concode_elem_sep Date getDate2 concode_elem_sep void effect2ChangeListen... |
BeanDefinitionBuilder function ( boolean arg0 ) { this . beanDefinition . setLazyInit ( arg0 ) ; return this ; } | set whether beans for this definition should be lazily initialized or not . concode_field_sep int constructorArgIndex concode_elem_sep AbstractBeanDefinition beanDefinition concode_field_sep BeanDefinitionBuilder addConstructorArgValue concode_elem_sep BeanDefinitionBuilder setAutowireMode concode_elem_sep BeanDefiniti... |
ITimedStatemachine function ( ) { return statemachine ; } | returns the state machine reference of the event . concode_field_sep boolean periodic concode_elem_sep int index concode_elem_sep ITimedStatemachine statemachine concode_field_sep boolean isPeriodic concode_elem_sep int getIndex concode_elem_sep void setStatemachine |
int function ( ) { return failedShards ; } | number of shards with failed snapshot concode_field_sep String FAILED concode_elem_sep String STARTED concode_elem_sep int doneShards concode_elem_sep int totalShards concode_elem_sep int initializingShards concode_elem_sep int failedShards concode_elem_sep String DONE concode_elem_sep String TOTAL concode_elem_sep Str... |
void function ( TagWire arg0 ) { children . add ( arg0 ) ; } | adds a child wire to this tag wire . concode_field_sep List children concode_elem_sep Attributes attributes concode_elem_sep Tag tag concode_field_sep List getChildren concode_elem_sep Attributes getAttributes concode_elem_sep void setTag concode_elem_sep void setAttributes concode_elem_sep Tag getTag |
void function ( TouchControllerListener arg0 , View arg1 ) { if ( arg0 == null || arg1 == null ) return ; mListener = arg0 ; arg1 . setOnTouchListener ( touchControlsListener ) ; isListening = true ; } | register a touchcontrollerlistener concode_field_sep float DEFAULT_MOTION_DELTA concode_elem_sep TouchControllerListener mListener concode_elem_sep int BUTTON_DPAD_DOWN concode_elem_sep float mMotionDelta concode_elem_sep OnTouchListener touchControlsListener concode_elem_sep PointF mEndPosition concode_elem_sep PointF... |
Builder function ( Collection < String > arg0 ) { this . wrapperKeys = arg0 ; return this ; } | sets the wrapper keys for the json content . overriding is only supported for the purpose of calling the super implementation and changing the return type , but nothing else . concode_field_sep Collection<String> wrapperKeys concode_elem_sep JsonFactory jsonFactory concode_elem_sep Set<String> wrapperKeys concode_field... |
void function ( GeneratorEntry arg0 ) { } | override this method to do any setup needed before generation concode_field_sep String SCT_GENERATOR_CONSOLE concode_elem_sep IGeneratorBridge bridge concode_elem_sep MessageConsoleStream error concode_elem_sep Injector injector concode_elem_sep MessageConsoleStream info concode_field_sep void refreshTargetProject conc... |
void function ( Graphics arg0 , Rectangle arg1 , Color arg2 , Color arg3 ) { arg0 . pushState ( ) ; arg0 . setForegroundColor ( arg3 ) ; arg0 . setBackgroundColor ( arg2 ) ; arg0 . fillGradient ( arg1 . x , arg1 . y , arg1 . width , arg1 . height , true ) ; arg0 . popState ( ) ; } | this function fills a rectangle with a vertical gradient . this implementation does not use the gradient mechanism based on background patterns since they do not work stable on all systems . concode_field_sep PlaceHolder placeHolder concode_field_sep void fillVerticalGradientRoundedRectangle concode_elem_sep Color mixC... |
boolean function ( Collection < Integer > arg0 ) { throw new UnsupportedOperationException ( ) ; } | this method can not be supported with such locking mechanism concode_field_sep Node head concode_elem_sep Node next concode_elem_sep Node next concode_elem_sep Stack<Node> stack concode_elem_sep ThreadLocal<Random> s_random concode_elem_sep Lock lock concode_elem_sep int value concode_field_sep Integer next concode_ele... |
void function ( ) { assertTrue ( Priority . toPriority ( "srini_string" , Priority . DEBUG ) == Priority . DEBUG ) ; } | tests topriority string , priority . concode_field_sep PlaceHolder placeHolder concode_field_sep void testINFO concode_elem_sep void testGetAllPossiblePriorities concode_elem_sep void testInfoInt concode_elem_sep void testDotlessLowerI concode_elem_sep void testWarnInt concode_elem_sep void testToPriorityIntPriority co... |
void function ( long arg0 ) { lastId = arg0 ; } | support to update the consumer 's lastid when starting the consumer concode_field_sep TwitterEndpoint te concode_elem_sep long lastId concode_field_sep List<? extends Serializable> directConsume concode_elem_sep void checkLastId concode_elem_sep List<? extends Serializable> pollConsume |
SourceDataTrimTitle function ( String arg0 ) { this . separator = arg0 ; return this ; } | the separator that follows the text to trim . returns a reference to this object so that method calls can be chained together . concode_field_sep String defaultValue concode_elem_sep String language concode_elem_sep String sourceName concode_elem_sep String separator concode_field_sep void setDefaultValue concode_elem_... |
void function ( String arg0 ) { this . database = arg0 ; } | assigns the value of this object 's jdbc database connection url attribute . concode_field_sep int loginTimeout concode_elem_sep PrintWriter logWriter concode_elem_sep String user concode_elem_sep String database concode_elem_sep String password concode_field_sep Connection getConnection concode_elem_sep Connection get... |
Object function ( String arg0 ) { return getValueBinding ( getJsfEl ( arg0 ) ) . getValue ( FacesContext . getCurrentInstance ( ) ) ; } | get servlet context . concode_field_sep PlaceHolder placeHolder concode_field_sep String getRequestParameter concode_elem_sep Application getApplication concode_elem_sep ValueBinding getValueBinding concode_elem_sep Object getElValue concode_elem_sep void addInfoMessage concode_elem_sep void addInfoMessage concode_elem... |
List < GeneralSubtree > function ( ) { return generalSubtrees ; } | returns the list of values of subtrees . concode_field_sep byte[] encoding concode_elem_sep ASN1Type ASN1 concode_elem_sep List<GeneralSubtree> generalSubtrees concode_field_sep Collection getValues concode_elem_sep byte[] getEncoded concode_elem_sep Object getDecodedObject |
double function ( ) { return val [ 0 ] ; } | returns v `` val 0 - coord '' concode_field_sep double sqNorm concode_elem_sep boolean calcNorm concode_elem_sep double[] val concode_elem_sep double norm concode_elem_sep boolean calcSqNorm concode_field_sep void setW concode_elem_sep Coords3D add concode_elem_sep Coords3D crossProduct concode_elem_sep Coords3D sub co... |
String function ( ) { return image ; } | returns the image . concode_field_sep int endLine concode_elem_sep Token next concode_elem_sep String image concode_elem_sep int endColumn concode_elem_sep Token specialToken concode_elem_sep int beginColumn concode_elem_sep int kind concode_elem_sep int beginLine concode_elem_sep long serialVersionUID concode_field_se... |
Paint function ( ) { return this . defaultPaint ; } | returns the default paint never null . concode_field_sep long serialVersionUID concode_elem_sep double upperBound concode_elem_sep List lookupTable concode_elem_sep Paint paint concode_elem_sep double lowerBound concode_elem_sep long serialVersionUID concode_elem_sep Paint defaultPaint concode_elem_sep double value con... |
Map function ( final char [ ] arg0 , char arg1 ) { if ( arg0 == null ) { return new HashMap ( ) ; } return parse ( arg0 , 0 , arg0 . length , arg1 ) ; } | extracts a map of name/value pairs from the given array of characters . names are expected to be unique . concode_field_sep int pos concode_elem_sep int len concode_elem_sep boolean lowerCaseNames concode_elem_sep int i1 concode_elem_sep int i2 concode_elem_sep char[] chars concode_field_sep boolean hasChar concode_ele... |
void function ( ChessPiece arg0 , int arg1 , int arg2 ) { arg0 . setColumn ( arg1 ) ; arg0 . setRow ( arg2 ) ; pieceOffsets . put ( arg2 * width + arg1 , arg0 ) ; } | place a chess piece on the board at position column , row . does not verify whether the piece can be attacked buy other present pieces or that it can attack any of them . concode_field_sep int NULL_OFFSET concode_elem_sep int boardLength concode_elem_sep int width concode_elem_sep HashMap<Integer,ChessPiece> pieceOffse... |
JSError function ( Node arg0 , DiagnosticType arg1 , String ... arg2 ) { return new JSError ( arg0 . getSourceFileName ( ) , arg0 , arg1 , arg2 ) ; } | creates a jserror from a file and node position . concode_field_sep int charno concode_elem_sep Node node concode_elem_sep CheckLevel level concode_elem_sep CheckLevel defaultLevel concode_elem_sep String description concode_elem_sep String sourceName concode_elem_sep DiagnosticType type concode_elem_sep int lineNumber... |
double function ( double arg0 ) { return toInternalSpeedConv . convert ( arg0 ) ; } | converts the specified speed to #internal_speed_unit . concode_field_sep Map<Unit<Duration>,UnitConverter> toInternalTimeCache concode_elem_sep Unit<Length> externalDistanceUnit concode_elem_sep Unit<Duration> INTERNAL_TIME_UNIT concode_elem_sep UnitConverter toExternalSpeedConv concode_elem_sep Map<Unit<Duration>,Unit... |
int function ( String arg0 , int arg1 ) { } | returns the next non-whitespace character in input that is whitespace . result is undefined if input contains newline characters . concode_field_sep PlaceHolder placeHolder concode_field_sep int parseSeconds concode_elem_sep int skipUntil |
void function ( String arg0 ) { this . displayName = arg0 ; } | sets the display name . concode_field_sep boolean expert concode_elem_sep boolean hidden concode_elem_sep String displayName concode_elem_sep Map<String,Object> values concode_elem_sep String name concode_elem_sep String shortDescription concode_elem_sep boolean preferred concode_field_sep void setName concode_elem_sep... |
void function ( String arg0 ) { this . fixed = arg0 ; } | sets the value of the fixed property . concode_field_sep String _default concode_elem_sep Link link concode_elem_sep Map<QName,String> otherAttributes concode_elem_sep QName type concode_elem_sep List<Object> any concode_elem_sep Boolean required concode_elem_sep String path concode_elem_sep Boolean repeating concode_e... |
ManagedObjectReference function ( ) { return host ; } | gets the value of the host property . concode_field_sep ManagedObjectReference dvs concode_elem_sep ManagedObjectReference host concode_elem_sep ManagedObjectReference _this concode_field_sep void setThis concode_elem_sep ManagedObjectReference getThis concode_elem_sep void setHost concode_elem_sep ManagedObjectReferen... |
Map < String , Integer > function ( List < String > arg0 ) { Map < String , Integer > loc0 = new HashMap < String , Integer > ( ) ; for ( String loc1 : arg0 ) { Integer loc2 = loc0 . get ( loc1 ) ; if ( loc2 == null ) { loc0 . put ( loc1 , 1 ) ; } else { loc0 . put ( loc1 , loc2 + 1 ) ; } } return loc0 ; } | count . concode_field_sep FilenameFilter BDKFileFilter concode_elem_sep File deckDir concode_elem_sep FilenameFilter DCKFileFilter concode_elem_sep Map<String,Deck> deckMap concode_elem_sep Map<String,Deck[]> draftMap concode_field_sep Deck getDeck concode_elem_sep boolean isUniqueDraft concode_elem_sep void addCardLis... |
boolean function ( ) { return ( lowerBound != - 1 ) ; } | returns whether the range is bounded by a lower port number . concode_field_sep int UNBOUND concode_elem_sep int upperBound concode_elem_sep int lowerBound concode_field_sep String encode concode_elem_sep boolean isUnbound concode_elem_sep boolean equals concode_elem_sep PortRange getInstance concode_elem_sep int getLo... |
void function ( java . lang . String arg0 ) { this . rsid = arg0 ; } | sets the rsid value for this report_suite_activation . concode_field_sep java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String rsid concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.omniture.www.Activation[] activation concode_elem_sep ... |
void function ( CustomSenderTradingPartnerType arg0 ) { this . custom = arg0 ; } | sets the value of the custom property . concode_field_sep CustomSenderTradingPartnerType custom concode_elem_sep long serialVersionUID concode_elem_sep List<IdentifierType> tradingPartnerID concode_field_sep CustomSenderTradingPartnerType getCustom concode_elem_sep List<IdentifierType> getTradingPartnerID |
int function ( final JSONObject arg0 , final JSONKey arg1 ) { return ( ( Number ) arg0 . get ( arg1 . toString ( ) ) ) . intValue ( ) ; } | helper method that encapsulates the casting of numbers from jsonobjects . concode_field_sep String request concode_elem_sep int type concode_elem_sep String key concode_field_sep Type typeFromJson concode_elem_sep double doubleFromJson concode_elem_sep String stringFromJson concode_elem_sep List listFromJson concode_el... |
boolean function ( ) { return this . unmanagedSolutionSet ; } | gets whether the solution set is kept in managed memory flink 's internal way of keeping object in serialized form or as a simple object map . by default , the solution set runs in managed memory . concode_field_sep int parallelism concode_elem_sep Map<String,Aggregator<?>> aggregators concode_elem_sep boolean optNumVe... |
Map < String , Object > function ( ) { if ( source == null ) { return null ; } if ( sourceAsMap != null ) { return sourceAsMap ; } sourceAsMap = SourceLookup . sourceAsMap ( source ) ; return sourceAsMap ; } | the source of the document as a map . concode_field_sep String _ID concode_elem_sep Map<String,Object> sourceAsMap concode_elem_sep String _TYPE concode_elem_sep String FOUND concode_elem_sep String index concode_elem_sep byte[] sourceAsBytes concode_elem_sep String _VERSION concode_elem_sep BytesReference source conco... |
long function ( ) { return totalMemoryPool ; } | get the total memory pool size that is available for writers . concode_field_sep Map<InternalParquetRecordWriter,Long> writerList concode_elem_sep long DEFAULT_MIN_MEMORY_ALLOCATION concode_elem_sep long totalMemoryPool concode_elem_sep float DEFAULT_MEMORY_POOL_RATIO concode_elem_sep long minMemoryAllocation concode_e... |
String function ( ) { return id ; } | gets the id of the attachment . concode_field_sep String filename concode_elem_sep int filesize concode_elem_sep String id concode_elem_sep String url concode_field_sep IGuild getGuild concode_elem_sep int getFilesize concode_elem_sep IUser getAuthor concode_elem_sep IMessage edit concode_elem_sep boolean isPinned conc... |
void function ( ) { text . append ( "srini_string" ) ; } | appends a tag that indicates that an unordered list section ends . concode_field_sep StringBuilder text concode_field_sep void appendLineItemTag concode_elem_sep void appendBrTag concode_elem_sep void appendOpenCiteTag concode_elem_sep void appendCloseHeaderTag concode_elem_sep void appendOpenAnchorTag concode_elem_sep... |
void function ( Object arg0 ) { rightsMap . remove ( arg0 ) ; } | revokes all rights on the specified database object . this method removes any existing mapping from the rights map concode_field_sep IntValueHashMap rightsMap concode_elem_sep User uPublic concode_elem_sep String sName concode_elem_sep boolean isAdministrator concode_elem_sep boolean isSys concode_elem_sep String sPass... |
Service function ( String arg0 , Action < ? super StopEvent > arg1 ) { return new Service ( ) { @ Override public String getName ( ) { return arg0 ; } @ Override public void onStop ( StopEvent arg2 ) throws Exception { arg1 . execute ( arg2 ) ; } } ; } | creates a service that executes the given action as the #onstop stopevent implementation . this can be used to of a service implementation from a lambda expression , instead of creating an anonymous impl of service . concode_field_sep PlaceHolder placeHolder concode_field_sep String getName concode_elem_sep void onStar... |
void function ( ) { Integer loc0 = NESTING_LEVEL . get ( ) ; if ( loc0 == null ) { loc0 = 1 ; } else { loc0 ++ ; } NESTING_LEVEL . set ( loc0 ) ; } | call this method any time a request starts concode_field_sep ThreadLocal<Integer> NESTING_LEVEL concode_field_sep void stop concode_elem_sep boolean isOutermostRequest |
SortedSet < T > function ( ) { SortedSet < T > loc0 = new SortedSet < T > ( ) ; ListaDoble < T > loc1 = arbol . inordenT ( ) ; for ( int loc2 = 0 ; loc2 < loc1 . darLongitud ( ) ; loc2 ++ ) { try { loc0 . add ( loc1 . darElemento ( loc2 ) ) ; } catch ( Exception loc3 ) { loc3 . printStackTrace ( ) ; } } return loc0 ; } | se sobre escribe el metodo clone de object para poder realizar copias del conjunto concode_field_sep ArbolABB<T,T> arbol concode_field_sep void add concode_elem_sep String getSet concode_elem_sep boolean isElement concode_elem_sep SortedSet<T> intersection concode_elem_sep SortedSet<T> union concode_elem_sep void remov... |
TrustManager [ ] function ( ) { return trustManagers ; } | returns the trustmanagers associated with the endpoint . concode_field_sep String certAlias concode_elem_sep SecureRandom secureRandom concode_elem_sep String protocol concode_elem_sep String provider concode_elem_sep CertificateConstraintsType certConstraints concode_elem_sep List<String> ciphersuites concode_elem_sep... |
void function ( final String arg0 ) { this . resourceIdentifier = arg0 ; } | defines the name of the used resource bundle . if undefined , all calls to datasource #getvalue expressionruntime , org.pentaho.reporting.engine.classic.core.reportelement will result in null values . concode_field_sep String resourceIdentifier concode_elem_sep DataSource dataSource concode_elem_sep Log logger concode_... |
void function ( final int arg0 ) { this . lastRecord = arg0 ; } | setter for the field lastrecord concode_field_sep int sfi concode_elem_sep int lastRecord concode_elem_sep int firstRecord concode_elem_sep boolean offlineAuthentication concode_field_sep boolean isOfflineAuthentication concode_elem_sep int getLastRecord concode_elem_sep void setSfi concode_elem_sep void setFirstRecord... |
boolean function ( ) { if ( DEBUG ) Log . v ( TAG , "srini_string" ) ; mStatredCount ++ ; if ( ( mEncoderCount > 0 ) && ( mStatredCount == mEncoderCount ) ) { mMediaMuxer . start ( ) ; mIsStarted = true ; notifyAll ( ) ; if ( DEBUG ) Log . v ( TAG , "srini_string" ) ; } return mIsStarted ; } | request start recording from encoder concode_field_sep String DIR_NAME concode_elem_sep String mOutputPath concode_elem_sep MediaMuxer mMediaMuxer concode_elem_sep int mStatredCount concode_elem_sep boolean DEBUG concode_elem_sep String TAG concode_elem_sep SimpleDateFormat mDateTimeFormat concode_elem_sep boolean mIsS... |
void function ( UserTeamAssociationAction arg0 ) { this . userTeamAssociationAction = arg0 ; } | sets the value of the userteamassociationaction property . concode_field_sep UserTeamAssociationAction userTeamAssociationAction concode_elem_sep Statement statement concode_field_sep void setStatement concode_elem_sep UserTeamAssociationAction getUserTeamAssociationAction concode_elem_sep Statement getStatement |
void function ( MessageListener arg0 ) { messageHandler . removeListener ( arg0 ) ; } | remove a parser message listener . concode_field_sep MessageHandler messageHandler concode_elem_sep char EOL concode_elem_sep BufferedReader reader concode_elem_sep String line concode_elem_sep char EOF concode_elem_sep int lineNum concode_elem_sep int currentPos concode_field_sep char currentChar concode_elem_sep int ... |
String function ( ) { throw createDOMException ( ) ; } | implements value #getstringvalue . concode_field_sep PlaceHolder placeHolder concode_field_sep Value item concode_elem_sep Value getBottom concode_elem_sep DOMException createDOMException concode_elem_sep Value getBlue concode_elem_sep short getCssValueType concode_elem_sep Value getRed concode_elem_sep Value getGreen ... |
List < OwnerDocument > function ( String arg0 ) { return this . repository . findByOwnerCodeAndDocumentType ( arg0 , DocumentType . OWNER ) ; } | returns a list of owners with the given owner code . the list should contain only one owner as ids are unique . concode_field_sep Logger logger concode_elem_sep OwnerDocumentRepository repository concode_field_sep void setRepository concode_elem_sep boolean save concode_elem_sep boolean deleteAll concode_elem_sep boole... |
String function ( ) { return this . image ; } | get the element 's status image . these will display next to the element on the form page . concode_field_sep String image concode_elem_sep String IMAGE_ALERT concode_elem_sep boolean set concode_elem_sep String IMAGE_BLANK concode_elem_sep String value concode_elem_sep String IMAGE_PROGRESS concode_field_sep String ge... |
void function ( String arg0 ) { this . stage = arg0 ; } | the name of the api 's stage . concode_field_sep String basePath concode_elem_sep String stage concode_elem_sep String restApiId concode_field_sep String getStage concode_elem_sep String getBasePath concode_elem_sep GetBasePathMappingResult withStage concode_elem_sep int hashCode concode_elem_sep void setRestApiId conc... |
boolean function ( ) { return fShowInheritedMethods ; } | returns true if inherited methods are shown concode_field_sep Object[] NO_ELEMENTS concode_elem_sep TableViewer fViewer concode_elem_sep boolean fShowInheritedMethods concode_elem_sep TypeHierarchyLifeCycle fHierarchyLifeCycle concode_field_sep boolean providesWorkingCopies concode_elem_sep void showInheritedMethods co... |
void function ( String arg0 ) { this . publicDnsName = arg0 ; } | the public dns name . concode_field_sep String ipOwnerId concode_elem_sep String publicIp concode_elem_sep String allocationId concode_elem_sep String publicDnsName concode_elem_sep String associationId concode_field_sep NetworkInterfaceAssociation withAllocationId concode_elem_sep void setAssociationId concode_elem_se... |
long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return _feedLocalService . dynamicQueryCount ( arg0 ) ; } | returns the number of rows matching the dynamic query . concode_field_sep FeedLocalService _feedLocalService concode_field_sep com.liferay.twitter.model.Feed fetchFeed concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService concode_elem_sep com.liferay.portal.kernel.dao.orm.Ac... |
String function ( Element arg0 , String arg1 ) { String loc0 = null ; NodeList loc1 = arg0 . getElementsByTagName ( arg1 ) ; if ( loc1 != null && loc1 . getLength ( ) > 0 ) { Element loc2 = ( Element ) loc1 . item ( 0 ) ; loc0 = loc2 . getFirstChild ( ) . getNodeValue ( ) ; } return loc0 ; } | i take a xml element and the tag name , look for the tag and get the text content i.e for john xml snippet if the element points to employee node and tagname is name i will return john concode_field_sep Logger logger concode_field_sep CommandParam readParam concode_elem_sep void loadFromXml concode_elem_sep int getIntV... |
void function ( String arg0 ) { this . value = arg0 ; } | sets the value of the value property . concode_field_sep List<Integer> evidence concode_elem_sep String value concode_elem_sep String status concode_field_sep List<Integer> getEvidence concode_elem_sep String getValue concode_elem_sep String getStatus concode_elem_sep void setStatus |
void function ( ) { filled = false ; Canvas . getInstance ( ) . show ( this ) ; } | draws this rectangle . concode_field_sep boolean filled concode_elem_sep double x concode_elem_sep double width concode_elem_sep double y concode_elem_sep Color color concode_elem_sep double height concode_field_sep int getX concode_elem_sep int getHeight concode_elem_sep int getY concode_elem_sep void grow concode_ele... |
void function ( OAuthAccessor arg0 ) { String loc0 = ( String ) arg0 . consumer . getProperty ( "srini_string" ) ; String loc1 = loc0 + System . nanoTime ( ) ; String loc2 = DigestUtils . md5Hex ( loc1 ) ; ALL_TOKENS . remove ( arg0 ) ; arg0 . requestToken = null ; arg0 . accessToken = loc2 ; ALL_TOKENS . add ( arg0 ) ... | generate a fresh request token and secret for a consumer . concode_field_sep Collection<OAuthAccessor> ALL_TOKENS concode_elem_sep Properties consumerProperties concode_elem_sep Map<String,OAuthConsumer> ALL_CONSUMERS concode_elem_sep OAuthValidator VALIDATOR concode_field_sep void generateRequestToken concode_elem_sep... |
int function ( int arg0 , int arg1 , Item arg2 ) { Itemset loc0 = getItemset ( arg1 , arg0 ) ; int loc1 = getBeginningOfItemset ( arg0 , arg1 ) ; List loc2 = loc0 . getItems ( ) ; int loc3 = Collections . binarySearch ( loc2 , arg2 ) ; if ( loc3 >= loc1 ) { return loc3 - loc1 ; } return - 1 ; } | get the index where an item appears in the specified itemset of the specified projection of the current pseudosequence . if the item does not appear , it returns -1 . concode_field_sep Sequence sequence concode_elem_sep List<Integer> firstItemset concode_elem_sep List<Integer> firstItem concode_elem_sep List<Long> time... |
void function ( String arg0 , V arg1 ) { createOrUpdate ( withPrefix ( arg0 ) , arg1 ) ; } | creates a node in zookeeper with the #getcreatemode default create mode and sets its value if supplied . concode_field_sep String parent concode_elem_sep ChildData current concode_elem_sep CuratorFramework framework concode_elem_sep ChildData data concode_elem_sep String prefix concode_elem_sep Iterator<ChildData> keys... |
void function ( ) { Curves . P256 . getKeyPairGenerator ( ) ; } | initialize the key pair generators , which in turn will create the global securerandom , which may block waiting for entropy from / dev/random on unix-like systems . so this should be called on startup during the `` may block for entropy '' stage . note that because this can block , we still have to do lazy initialisat... |
Set < String > function ( ) { return getConfigurationValues ( "srini_string" ) ; } | returns the list of base dns as they appear in the configuration file . concode_field_sep File file concode_elem_sep String contents concode_elem_sep Installation install concode_elem_sep String lowerCaseContents concode_field_sep Set<String> getConfigurationValues concode_elem_sep Set<String> getOutsidePaths concode_e... |
void function ( boolean arg0 ) { this . isServerPrincipalPasswordEncrypted = arg0 ; } | set server principal password for kerberos authentication is encrypted or not concode_field_sep boolean isServerPrincipalPasswordEncrypted concode_elem_sep String serverPrincipalPassword concode_elem_sep String trustStores concode_elem_sep String allowedRoles concode_elem_sep String keyAlias concode_elem_sep String pri... |
ReactInstanceManager function ( ) { if ( mReactInstanceManager == null ) { mReactInstanceManager = createReactInstanceManager ( ) ; } return mReactInstanceManager ; } | get the current reactinstancemanager instance , or create one . concode_field_sep Application mApplication concode_elem_sep ReactInstanceManager mReactInstanceManager concode_field_sep ReactInstanceManager createReactInstanceManager concode_elem_sep Application getApplication concode_elem_sep String getJSMainModuleName... |
void function ( Object [ ] arg0 , Object [ ] arg1 , int arg2 , int arg3 , TernaryTreeNode arg4 ) { if ( arg2 > arg3 ) return ; int loc0 = ( arg2 + arg3 ) / 2 ; arg4 = insert ( arg4 , ( String ) arg0 [ loc0 ] , arg1 [ loc0 ] , 0 ) ; balancedTree ( arg0 , arg1 , arg2 , loc0 - 1 , arg4 ) ; balancedTree ( arg0 , arg1 , loc... | inserting keys in tst in the order middle , small , big lexicographic measure recursively creates a balanced tree which reduces insertion and search times significantly . concode_field_sep PlaceHolder placeHolder concode_field_sep ArrayList<TernaryTreeNode> prefixCompletion concode_elem_sep TernaryTreeNode insert |
String function ( final Object arg0 , final boolean arg1 ) { return arg1 ? GSON . toJson ( arg0 ) : GSON_NO_NULLS . toJson ( arg0 ) ; } | convert object to json concode_field_sep Gson GSON concode_elem_sep Gson GSON_NO_NULLS concode_field_sep Gson createGson concode_elem_sep Gson createGson concode_elem_sep V fromJson concode_elem_sep V fromJson concode_elem_sep V fromJson concode_elem_sep V fromJson concode_elem_sep Gson getGson concode_elem_sep Gson ge... |
User function ( HsqlName arg0 , String arg1 , boolean arg2 ) { User loc0 = granteeManager . addUser ( arg0 ) ; loc0 . setPassword ( arg1 , arg2 ) ; boolean loc1 = userList . add ( arg0 . arg0 , loc0 ) ; if ( ! loc1 ) { throw Error . error ( ErrorCode . X_28503 , arg0 . statementName ) ; } return loc0 ; } | creates a new user object under management of this object . a set of constraints regarding user creation is imposed : if the specified name is null , then an assertion_failed exception is thrown stating that the name is null . if this object 's collection already contains an element whose name attribute equals the name... |
Class < ? extends OutputReader > function ( ) { return outputReaderClass ; } | returns the resolved outputreader class . concode_field_sep Class outputValueClass concode_elem_sep String TYPED_BYTES_ID concode_elem_sep String RAW_BYTES_ID concode_elem_sep String KEY_ONLY_TEXT_ID concode_elem_sep String TEXT_ID concode_elem_sep Class<? extends OutputReader> outputReaderClass concode_elem_sep Class ... |
void function ( Object arg0 ) { throw new UnsupportedOperationException ( ) ; } | unsupported . concode_field_sep BufferedReader reader concode_elem_sep String segment concode_elem_sep String DASH_COMMENT concode_elem_sep String SLASH_COMMENT concode_elem_sep String SEMI concode_field_sep Object next concode_elem_sep void closeReader concode_elem_sep boolean hasNext concode_elem_sep int nextInt conc... |
StreamingSubscription function ( ) { return this . subscription ; } | gets the subscription for which an error occurred . if subscription is null , the error applies to the entire connection . concode_field_sep Exception exception concode_elem_sep StreamingSubscription subscription concode_field_sep Exception getException concode_elem_sep void setException concode_elem_sep void setSubscr... |
Alias function ( java . util . Date arg0 ) { setCreationTime ( arg0 ) ; return this ; } | time stamp indicating when this object was created . format is an integer representing the number of seconds since the unix epoch unix time . concode_field_sep java.util.Date creationTime concode_elem_sep String aliasId concode_elem_sep RoutingStrategy routingStrategy concode_elem_sep String name concode_elem_sep Strin... |
String function ( ) { return screenPath ; } | returns an aiscreen 's directory path within the project file . concode_field_sep String screenPath concode_field_sep String getName |
int function ( InputStream arg0 , OutputStream arg1 ) { int loc0 = 0 ; byte [ ] loc1 = new byte [ 8192 ] ; int loc2 ; while ( ( loc2 = arg0 . read ( loc1 ) ) != - 1 ) { loc0 += loc2 ; arg1 . write ( loc1 , 0 , loc2 ) ; } return loc0 ; } | copies all of the bytes from in to out . neither stream is closed . returns the total number of bytes transferred . concode_field_sep Charset US_ASCII concode_elem_sep byte[] EMPTY_BYTE_ARRAY concode_elem_sep AtomicReference<byte[]> skipBuffer concode_elem_sep char[] DIGITS concode_elem_sep Charset UTF_8 concode_elem_s... |
void function ( double arg2 ) { this . arg1 = arg2 ; } | sets the value of the arg1 property . concode_field_sep double arg1 concode_elem_sep int arg0 concode_field_sep void setArg0 concode_elem_sep double getArg1 concode_elem_sep int getArg0 |
PerpetualAccesses function ( ) { return perpetualAccesses ; } | gets the value of the perpetualaccesses property . concode_field_sep List<Note> note concode_elem_sep String textualHoldings concode_elem_sep String type concode_elem_sep Coverages coverages concode_elem_sep PerpetualAccesses perpetualAccesses concode_field_sep String getType concode_elem_sep Coverages getCoverages con... |
void function ( String arg0 ) { this . name = arg0 ; } | sets the name of a parsed page . concode_field_sep ContentElement languages concode_elem_sep String name concode_elem_sep SectionContainer superSection concode_elem_sep int firstParagraphNr concode_elem_sep ContentElement categories concode_elem_sep int pageId concode_field_sep String getName concode_elem_sep List<Link... |
List < String > function ( ) { List < String > loc0 = Lists . newArrayList ( ) ; for ( Enum < IssueType > loc1 : IssueType . values ( ) ) { loc0 . add ( loc1 . toString ( ) ) ; } return loc0 ; } | for freemarker to call it does n't understand enum keys in a hash concode_field_sep String className concode_elem_sep float MIN_PERCENT_TO_DISPLAY concode_elem_sep Queue<Issue> issues concode_elem_sep int MAX_ISSUES_TO_DISPLAY_PER_CLASS concode_elem_sep Integer totalCost concode_field_sep void add concode_elem_sep Map<... |
int function ( ) { return iterationCount ; } | return the iteration count . concode_field_sep int iterationCount concode_elem_sep byte[] password concode_elem_sep byte[] salt concode_field_sep byte[] PKCS5PasswordToBytes concode_elem_sep byte[] PKCS5PasswordToUTF8Bytes concode_elem_sep void init concode_elem_sep byte[] getPassword concode_elem_sep CipherParameters ... |
void function ( Collection < ? > arg0 ) { for ( Object loc0 : arg0 ) { serialize ( loc0 , loc0 . getClass ( ) . getName ( ) ) ; } } | serialises the given collection to xml . iterates over every object and call the #serialize method . concode_field_sep XMLWriter xml concode_elem_sep DateFormat DF concode_field_sep void serialize concode_elem_sep XMLWriter getXML concode_elem_sep void serializeObject concode_elem_sep void serializeHashtable |
Enumeration < String > function ( ) { return accessors_ . keys ( ) ; } | return an enumeration over all the accessor names contained in this data model . concode_field_sep Hashtable<String,String> opeSymbolToTxt_ concode_elem_sep Hashtable<String,String> accessorRenaming_ concode_elem_sep Hashtable<String,String> opeTxtToSymbol_ concode_elem_sep Hashtable<String,BAccessorEntry> accessors_ c... |
void function ( bean . ossturbonet . oss . gvt . com . InfoTBS arg0 ) { this . infoTBS = arg0 ; } | sets the infotbs value for this getinfoout . concode_field_sep java.lang.String designator concode_elem_sep bean.ossturbonet.oss.gvt.com.InfoCricket infoCricket concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep bean.ossturbonet.oss.gvt.com.InfoTBS infoTBS concode_elem_sep bean.ossturbonet.... |
void function ( int arg0 ) { if ( myHost != null && arg0 != previousProgress ) { myHost . updateProgress ( arg0 ) ; } previousProgress = arg0 ; } | used to communicate a progress update between a plugin tool and the main whitebox user interface . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep int previousProgress concode_elem_sep boolean amI... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.