code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
void function ( ) { } | to be overridden by folks choosing to add their own functionality . default is a no-op . concode_field_sep AbstractColumnFamilyTemplate<K,N> template concode_elem_sep int keyPos concode_elem_sep ColumnFactory columnFactory concode_elem_sep int DEF_TTL concode_elem_sep List<K> keys concode_elem_sep int globalTtl concode... |
void function ( String arg0 ) { openURL ( FILE_PREFIX + arg0 ) ; } | opens the specified file path using the os 's preferred application binding concode_field_sep Logger logger concode_elem_sep String errMsg concode_elem_sep String FILE_PREFIX concode_elem_sep String os concode_field_sep void openURL concode_elem_sep boolean isMac concode_elem_sep boolean isWindows concode_elem_sep bool... |
Rule function ( String arg0 ) { setState ( arg0 ) ; return this ; } | the rule 's state . concode_field_sep String scheduleExpression concode_elem_sep String roleArn concode_elem_sep String name concode_elem_sep String description concode_elem_sep String state concode_elem_sep String arn concode_elem_sep String eventPattern concode_field_sep void setName concode_elem_sep String getEventP... |
int function ( String arg0 , String arg1 , ClassLoader arg2 , String ... arg3 ) { Start loc0 = new Start ( arg0 , arg1 , arg2 ) ; return loc0 . begin ( arg3 ) ; } | programmatic interface . concode_field_sep PlaceHolder placeHolder concode_field_sep void main |
void function ( InputStream arg0 , OutputStream arg1 ) { byte [ ] loc0 = new byte [ IO_BUFFER_SIZE ] ; int loc1 ; while ( ( loc1 = arg0 . loc1 ( loc0 ) ) != - 1 ) { arg1 . write ( loc0 , 0 , loc1 ) ; } } | copy the content of the input stream into the output stream , using a temporary byte array buffer whose size is defined by #io_buffer_size . concode_field_sep int IO_BUFFER_SIZE concode_elem_sep String TAG concode_field_sep Bitmap loadBitmap concode_elem_sep void closeStream |
File function ( ) { return root ; } | gets the root file for scripts concode_field_sep File file concode_elem_sep File root concode_elem_sep Set<Script> scripts concode_field_sep String getStringRepresentationNoExt concode_elem_sep Set<Script> getScripts concode_elem_sep String getStringRepresentation concode_elem_sep File getFile concode_elem_sep Optional... |
Sleeper function ( ) { return sleeper ; } | returns the sleeper . concode_field_sep HttpRequest request concode_elem_sep HttpRequestFactory requestFactory concode_elem_sep Class<T> dataClass concode_elem_sep Class<E> errorClass concode_elem_sep GenericUrl batchUrl concode_elem_sep Sleeper sleeper concode_elem_sep BatchCallback<T,E> callback concode_elem_sep Http... |
boolean function ( String arg0 ) { return arg0 != null && ( arg0 . equals ( HSQL . arg0 ) || arg0 . equals ( H2 . arg0 ) || arg0 . equals ( DERBY . arg0 ) ) ; } | convenience method to determine if a given driver class name represents an embedded database type . concode_field_sep String DEFAULT_DATABASE_NAME concode_elem_sep String driverClass concode_elem_sep EmbeddedDatabaseConnection override concode_elem_sep EmbeddedDatabaseType type concode_elem_sep String url concode_field... |
String function ( ) { return constantDataType ; } | gets the value of the constantdatatype property . concode_field_sep String constantDataType concode_field_sep void setConstantDataType |
boolean function ( ParsableByteArray arg0 , WebvttCue . Builder arg1 ) { Matcher loc0 ; while ( ( loc0 = findNextCueHeader ( arg0 ) ) != null ) { if ( parseCue ( loc0 , arg0 , arg1 , textBuilder ) ) { return true ; } } return false ; } | parses the next valid webvtt cue in a parsable array , including timestamps , settings and text . concode_field_sep String TAG_ITALIC concode_elem_sep char CHAR_GREATER_THAN concode_elem_sep Pattern CUE_HEADER_PATTERN concode_elem_sep Pattern COMMENT concode_elem_sep char CHAR_SPACE concode_elem_sep String ENTITY_NON_B... |
void function ( long arg0 ) { this . endTime = arg0 ; } | the end time 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 timeRangeTo co... |
CommandAPDUType function ( ) { return new CommandAPDUType ( ) ; } | create an instance of commandapdutype concode_field_sep QName _Script_QNAME concode_elem_sep QName _Response_QNAME concode_elem_sep QName _Grunddaten_QNAME concode_elem_sep QName _EHIC_QNAME concode_elem_sep QName _SVPersonenbindung_QNAME concode_elem_sep QName _Status_QNAME concode_field_sep ScriptType createScriptTyp... |
SignatureVisitor function ( ) { return this ; } | visits the class bound of the last visited formal type parameter . concode_field_sep char EXTENDS concode_elem_sep char SUPER concode_elem_sep int api concode_elem_sep char INSTANCEOF concode_field_sep void visitEnd concode_elem_sep SignatureVisitor visitInterfaceBound concode_elem_sep void visitTypeArgument concode_el... |
AuthnMethodBaseType function ( ) { return authnMethod ; } | gets the value of the authnmethod property . concode_field_sep OperationalProtectionType operationalProtection concode_elem_sep List<ExtensionType> extension concode_elem_sep IdentificationType identification concode_elem_sep TechnicalProtectionBaseType technicalProtection concode_elem_sep AuthnMethodBaseType authnMeth... |
void function ( GL_Vector arg0 ) { Position = GL_Vector . add ( Position , arg0 ) ; } | move camera position in the given direction concode_field_sep float PIdiv180 concode_elem_sep GL_Vector UpVector concode_elem_sep float RotatedZ concode_elem_sep GL_Vector ViewDir concode_elem_sep float RotatedY concode_elem_sep GL_Vector Position concode_elem_sep GL_Vector RightVector concode_elem_sep float RotatedX c... |
void function ( final String arg0 ) { this . table = arg0 ; } | sets the value of the table property . concode_field_sep String schema concode_elem_sep String pkColumnName concode_elem_sep String pkColumnValue concode_elem_sep String catalog concode_elem_sep Integer allocationSize concode_elem_sep String name concode_elem_sep String description concode_elem_sep String valueColumnNa... |
void function ( int arg0 , String arg1 ) { service = Optional . of ( SafeExecutors . newFixedThreadPool ( arg0 , arg1 ) ) ; } | provide a fixed thread pool executor concode_field_sep Logger log concode_elem_sep Optional<ListeningExecutorService> service concode_elem_sep Optional<ListeningScheduledExecutorService> scheduledService concode_field_sep Optional<ListeningExecutorService> getExecutorServiceOptional concode_elem_sep ListeningExecutorSe... |
V2 function ( ) { return v2 ; } | gets second value . concode_field_sep V6 v6 concode_elem_sep long serialVersionUID concode_elem_sep V1 v1 concode_elem_sep V2 v2 concode_elem_sep V3 v3 concode_elem_sep V4 v4 concode_elem_sep V5 v5 concode_field_sep void set6 concode_elem_sep void writeExternal concode_elem_sep void set concode_elem_sep void set3 conco... |
Integer function ( ) { return customerId ; } | getter method concode_field_sep Integer kind concode_elem_sep Integer customerId concode_elem_sep Integer pin1 concode_elem_sep Integer puk2 concode_elem_sep Integer pin2 concode_elem_sep Integer sdpId concode_elem_sep Integer simStatus concode_elem_sep long serialVersionUID concode_elem_sep String imsi concode_elem_se... |
boolean function ( Command arg0 ) { return isCommandInstanceOf ( arg0 , this . optionCommandClasses ) ; } | returns if the specified command is an option command . concode_field_sep Set<CommandException.Option> NO_EXCEPTION_OPTIONS concode_elem_sep Class<?>[] optionCommandClasses concode_elem_sep String name concode_elem_sep Class<?>[] hiddenCommandClasses concode_elem_sep List<Command> commands concode_field_sep String getN... |
void function ( boolean arg0 ) { this . toset = arg0 ; } | this method is specific to classpath 's implementation and so has the default access . it changes the state of this field as to be set by objectinputstream . concode_field_sep boolean toset concode_elem_sep Field field concode_elem_sep boolean unshared concode_elem_sep boolean persistent concode_elem_sep String name co... |
void function ( String arg0 ) { this . inResponseTo = arg0 ; } | sets the value of the inresponseto property . concode_field_sep String address concode_elem_sep Object anyType concode_elem_sep String inResponseTo concode_elem_sep String recipient concode_elem_sep long serialVersionUID concode_elem_sep XMLGregorianCalendar notOnOrAfter concode_elem_sep Map<QName,String> otherAttribut... |
BindingInfo function ( String arg0 , Locale arg1 ) { for ( BindingInfoProvider loc0 : this . bindingInfoProviders ) { BindingInfo loc1 = loc0 . getBindingInfo ( arg0 , arg1 ) ; if ( loc1 != null ) { return loc1 ; } } return null ; } | returns the binding information for the specified binding id and locale language , or null if no binding information could be found . concode_field_sep Collection<BindingInfoProvider> bindingInfoProviders concode_field_sep void addBindingInfoProvider concode_elem_sep Set<BindingInfo> getBindingInfos concode_elem_sep Se... |
Long function ( ) { return bytesConverted ; } | the number of bytes converted so far . concode_field_sep DiskImageVolumeDescription volume concode_elem_sep Long bytesConverted concode_elem_sep DiskImageDescription image concode_elem_sep String description concode_elem_sep String availabilityZone concode_field_sep ImportVolumeTaskDetails withAvailabilityZone concode_... |
TextMessage function ( String arg0 , Session arg1 ) { return arg1 . createTextMessage ( arg0 ) ; } | create a jms textmessage for the given string . concode_field_sep PlaceHolder placeHolder concode_field_sep BytesMessage createMessageForByteArray concode_elem_sep byte[] extractByteArrayFromMessage concode_elem_sep Map<String,Object> extractMapFromMessage concode_elem_sep Message toMessage concode_elem_sep String extr... |
long function ( ) { return seq ; } | returns the sequence of this packet in regard to the other data packets . concode_field_sep byte[] decodedData concode_elem_sep String data concode_elem_sep String ELEMENT_NAME concode_elem_sep String sessionID concode_elem_sep long seq concode_field_sep byte[] getDecodedData concode_elem_sep String getNamespace concod... |
long function ( ) { return compressedSize ; } | gets the size of the compressed data . concode_field_sep byte KNOWN_DOSTIME concode_elem_sep long compressedSize concode_elem_sep int offset concode_elem_sep byte[] extra concode_elem_sep int flags concode_elem_sep int STORED concode_elem_sep byte KNOWN_EXTRA concode_elem_sep String comment concode_elem_sep byte method... |
SensorRecord function ( Record arg0 ) { SensorRecord loc0 = new SensorRecord ( ) ; loc0 . setId ( arg0 . getId ( ) ) ; loc0 . setValues ( arg0 . getValues ( ) ) ; return loc0 ; } | create a sensorrecord object out of a record object concode_field_sep Log log concode_field_sep DeviceAccessAuthorizationService getDeviceAccessAuthorizationService concode_elem_sep String getAuthenticatedUser concode_elem_sep String getTenantDomainOftheUser concode_elem_sep JWTClientManagerService getJWTClientManagerS... |
ListenerHandle function ( ConfigChangedListener arg0 ) { return addListener ( ConfigChangedListener . class , arg0 ) ; } | register a configchangedlistener . concode_field_sep ConcurrentMap<Class<? extends RepositoryListener>,CopyOnWriteArrayList<ListenerHandle>> lists concode_field_sep void add concode_elem_sep ListenerHandle addIndexChangedListener concode_elem_sep void dispatch concode_elem_sep ListenerHandle addRefsChangedListener conc... |
String function ( ) { return this . policyVersionId ; } | the policy version id . concode_field_sep String policyArn concode_elem_sep String policyDocument concode_elem_sep String policyName concode_elem_sep String policyVersionId concode_field_sep void setPolicyVersionId concode_elem_sep void setPolicyName concode_elem_sep void setPolicyArn concode_elem_sep CreatePolicyResul... |
Object function ( ) { String loc0 = null ; if ( this . hasNext ( ) ) { loc0 = this . segment ; this . segment = null ; } if ( loc0 == null ) { throw new NoSuchElementException ( ) ; } return loc0 ; } | retrieves the next available sql segment as a string . 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 void closeReader concode_elem_sep void setValue concode_elem_sep boolea... |
VariableRenderer function ( Class < ? > arg0 ) { return renderers . get ( arg0 ) ; } | get the renderer for the given type . returns null , when no renderer is found . concode_field_sep Map<Class<?>,VariableRenderer> renderers concode_field_sep String getStringRepresentation concode_elem_sep void addVariableRenderer |
double function ( ) { return value ; } | returns the knot 's value . concode_field_sep int multiplicity concode_elem_sep double weight concode_elem_sep double value concode_field_sep int getMultiplicity concode_elem_sep double getWeight |
Mat function ( ) { Mat loc0 = new Mat ( predict_1 ( nativeObj ) ) ; return loc0 ; } | computes a predicted state . concode_field_sep long nativeObj concode_field_sep Mat correct concode_elem_sep long KalmanFilter_2 concode_elem_sep long KalmanFilter_1 concode_elem_sep long KalmanFilter_0 concode_elem_sep void finalize concode_elem_sep long predict_0 concode_elem_sep long correct_0 concode_elem_sep long ... |
String function ( ) { if ( this . artifactId != null ) { return this . artifactId ; } if ( this . output != null ) { int loc0 = this . output . lastIndexOf ( '.' ) ; return ( loc0 == - 1 ? this . output : this . output . substring ( 0 , loc0 ) ) ; } return null ; } | resolve the artifactid to use or null if it should not be customized . concode_field_sep String bootVersion concode_elem_sep String javaVersion concode_elem_sep String groupId concode_elem_sep String format concode_elem_sep String description concode_elem_sep String packaging concode_elem_sep String language concode_el... |
String function ( ) { return address ; } | gets the address for this student . concode_field_sep int studentId concode_elem_sep String firstName concode_elem_sep String lastName concode_elem_sep String address concode_field_sep void setLastName concode_elem_sep int getStudentId concode_elem_sep void setAddress concode_elem_sep void setFirstName concode_elem_sep... |
void function ( String arg0 ) { this . path = arg0 ; } | the full path for this resource . concode_field_sep String path concode_elem_sep String pathPart concode_elem_sep java.util.Map<String,Method> resourceMethods concode_elem_sep String id concode_elem_sep String parentId concode_field_sep CreateResourceResult withPath concode_elem_sep java.util.Map<String,Method> getReso... |
Coverages function ( ) { return coverages ; } | gets the value of the coverages 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 void setPerpetualAccesses concode_... |
PutRecordsResultEntry function ( String arg0 ) { setSequenceNumber ( arg0 ) ; return this ; } | the sequence number for an individual record result . concode_field_sep String sequenceNumber concode_elem_sep String errorMessage concode_elem_sep String shardId concode_elem_sep String errorCode concode_field_sep String getSequenceNumber concode_elem_sep PutRecordsResultEntry withErrorCode concode_elem_sep PutRecords... |
String function ( ) { if ( colorList . size ( ) <= 0 ) { colorList = new Vector ( Arrays . asList ( ALL_COLORS ) ) ; } return "srini_string" + colorList . remove ( generator . nextInt ( colorList . size ( ) ) ) . toString ( ) ; } | method to randomly select an html color code from a preset list eg : #c62fd5 concode_field_sep String DEFAULT_COLOR concode_elem_sep Vector colorList concode_elem_sep boolean stamp concode_elem_sep String[] ALL_COLORS concode_elem_sep ChatState singleton concode_elem_sep Random generator concode_elem_sep Vector userLis... |
void function ( String arg0 , IPlatformImportHandler arg1 ) { this . importHandlers . put ( arg0 , arg1 ) ; } | to be consumed mainly by platform plugins who want to treat importing artifacts different . concode_field_sep IRepositoryContentConverterHandler repositoryContentConverterHandler concode_elem_sep IPlatformImportHandler defaultHandler concode_elem_sep Messages messages concode_elem_sep Log log concode_elem_sep Map<Strin... |
int function ( ) { return st_wc_mbytes ; } | todo concode_field_sep long st_scount concode_elem_sep int st_wc_bytes concode_elem_sep int st_lg_size concode_elem_sep int st_cur_offset concode_elem_sep int st_w_mbytes concode_elem_sep int st_regsize concode_elem_sep int st_w_bytes concode_elem_sep int st_magic concode_elem_sep int st_maxcommitperflush concode_elem_... |
void function ( Drone arg0 ) { arg0 . performAsyncAction ( new Action ( ACTION_CANCEL_MAGNETOMETER_CALIBRATION ) ) ; } | cancel the magnetometer calibration is one if running . concode_field_sep PlaceHolder placeHolder concode_field_sep void sendIMUAck concode_elem_sep void startMagnetometerCalibration concode_elem_sep void startMagnetometerCalibration concode_elem_sep void acceptMagnetometerCalibration concode_elem_sep void startIMUCali... |
float function ( ) { return linkDelay ; } | return the link-delay of the defined linke concode_field_sep int destNodeID concode_elem_sep float linkBw concode_elem_sep int srcNodeID concode_elem_sep float linkDelay concode_field_sep int getSrcNodeID concode_elem_sep float getLinkBw concode_elem_sep int getDestNodeID |
ClassNode function ( ) { return cn ; } | returns the classnode concode_field_sep ClassNode NO_CLASS concode_elem_sep SourceUnit su concode_elem_sep Map<String,ClassNode> cachedClasses concode_elem_sep ClassNode cn concode_field_sep LookupResult findClassNode concode_elem_sep boolean isFromAnotherClassLoader concode_elem_sep boolean isSourceUnit concode_elem_s... |
boolean function ( int arg0 ) { return getDebug ( ) && getLogTypeEnabled ( arg0 ) ; } | is logging for specific types of messages enabled ? you may | or log _ constants together , to learn if all message types are enabled for logging . takes debug mode into account for the result . concode_field_sep int LOG_GENERAL concode_elem_sep OnLogListener logListener concode_elem_sep int LOG_COMMAND concode_elem_se... |
String function ( ) { return database ; } | return database concode_field_sep int loginTimeout concode_elem_sep String sStartURL 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 getConnection concode_elem_sep... |
PlatformTransactionManager function ( ) { return txMgr ; } | gets transaction manager . concode_field_sep IgniteLogger log concode_elem_sep PlatformTransactionManager txMgr concode_elem_sep DataSource dataSrc concode_field_sep DataSource getDataSource concode_elem_sep void stop concode_elem_sep void start concode_elem_sep int isolationLevel concode_elem_sep void onSessionStart c... |
int function ( ) { Calendar loc0 = Calendar . getInstance ( ) ; return 1 + loc0 . get ( Calendar . HOUR_OF_DAY ) * 360000 + loc0 . get ( Calendar . MINUTE ) * 6000 + loc0 . get ( Calendar . SECOND ) * 100 + loc0 . get ( Calendar . MILLISECOND ) / 10 ; } | get time of day in clarion format value = 10ths of seconds since midnight + 1 . i.e. midnight = 1 the 10th of a second before midnight = 8640000 0 = invalid/null concode_field_sep Long localizedEpoch concode_field_sep int epochToClarionDate concode_elem_sep int date concode_elem_sep int month concode_elem_sep int year ... |
String function ( Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; } | convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep String name concode_elem_sep Long id concode_field_sep void setName concode_elem_sep String getName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep void setId concode_elem_sep ... |
void function ( String arg0 , Object ... arg1 ) { out . printf ( LOCALE , arg0 , arg1 ) ; out . flush ( ) ; } | print a formatted string to standard output using the specified format string and arguments , and flush standard output . concode_field_sep String CHARSET_NAME concode_elem_sep Locale LOCALE concode_elem_sep PrintWriter out concode_field_sep void println concode_elem_sep void println concode_elem_sep void println conco... |
int function ( Object arg0 ) { for ( int loc0 = ( m_firstFree - 1 ) ; loc0 >= 0 ; loc0 -- ) { if ( m_map [ loc0 ] == arg0 ) return loc0 ; } return java . lang . Integer . MIN_VALUE ; } | searches for the first occurence of the given argument , beginning the search at index , and testing for equality using the equals method . concode_field_sep int m_blocksize concode_elem_sep int m_mapSize concode_elem_sep int m_firstFree concode_elem_sep Object m_map[] concode_field_sep boolean contains concode_elem_se... |
ArrayOfAMLCDDFatcaIndiciaDetectionServiceAccountPhonesInnerSetTupleType function ( ) { return accountPhonesInnerSet ; } | gets the value of the accountphonesinnerset property . concode_field_sep ArrayOfAMLCDDFatcaIndiciaDetectionServiceAccountPhonesInnerSetTupleType accountPhonesInnerSet concode_field_sep void setAccountPhonesInnerSet |
void function ( ContinuousFunction arg0 ) { this . he2_g = arg0 ; } | sets the g function that is used in the he1 problem without specifying the problem . concode_field_sep long serialVersionUID concode_elem_sep FunctionOptimisationProblem he2_f1_problem concode_elem_sep int n_t concode_elem_sep ContinuousFunction he2_g concode_elem_sep int tau concode_elem_sep ContinuousFunction he2_f1 ... |
void function ( ) { throw new UnsupportedOperationException ( getClass ( ) + "srini_string" ) ; } | called by the nioservice when the key has write interest ready . concode_field_sep SelectionKey m_key concode_elem_sep boolean m_observerSet concode_elem_sep boolean m_open concode_elem_sep int m_interestOps concode_elem_sep Object m_tag concode_elem_sep NIOService m_service concode_elem_sep InetSocketAddress m_address... |
void function ( OutputStream arg0 , ForwardRequest arg1 ) { arg0 . write_string ( id ( ) ) ; arg0 . write_Object ( arg1 . forward ) ; } | write the exception to the cdr output stream . concode_field_sep PlaceHolder placeHolder concode_field_sep ForwardRequest extract concode_elem_sep ForwardRequest read concode_elem_sep void insert concode_elem_sep String id concode_elem_sep TypeCode type |
void function ( String [ ] arg0 ) { AddressSubscriber loc0 = new AddressSubscriber ( "srini_string" ) ; AddressEventListener loc1 = new DemoAddressEventListener ( ) ; List < String > loc2 = loc0 . getServiceAddrList ( "srini_string" , loc1 ) ; System . out . println ( "srini_string" + loc2 ) ; Thread . sleep ( 100000 )... | the client demo concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder |
ResourceInfoBuilder function ( String arg0 ) { instance . setSourceEntity ( instance . isResolved ( ) ? arg0 : "srini_string" ) ; return this ; } | sets the source entity of the resource in case the resource is resolved . concode_field_sep String sourceEntity concode_elem_sep String searchPath concode_elem_sep ResourceInfo instance concode_elem_sep boolean isResolved concode_elem_sep URL url concode_field_sep void setResolved concode_elem_sep URL getURL concode_el... |
void function ( Boolean arg0 ) { this . preferredBin = arg0 ; } | sets the value of the preferredbin property . concode_field_sep String onHand concode_elem_sep String onHandAvail concode_elem_sep Boolean preferredBin concode_elem_sep RecordRef binNumber concode_elem_sep String location concode_field_sep Boolean isPreferredBin concode_elem_sep String getLocation concode_elem_sep void... |
void function ( final File arg0 ) { Desktop . getDesktop ( ) . open ( arg0 ) ; } | opens file in appropriate system application concode_field_sep PlaceHolder placeHolder concode_field_sep Map<String,List<String>> getUrlParameters concode_elem_sep void shareOnVk concode_elem_sep void shareOnTwitter concode_elem_sep void browseSite concode_elem_sep String decodeUrl concode_elem_sep void browseSiteSafel... |
org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; } | return type metadata object concode_field_sep com.google.api.ads.adwords.axis.v201409.mcm.LinkStatus linkStatus concode_elem_sep java.lang.Long managerCustomerId concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_... |
Compliance function ( ComplianceContributorCount arg0 ) { setComplianceContributorCount ( arg0 ) ; return this ; } | the number of aws resources or aws config rules that cause a result of non_compliant , up to a maximum of 25 . concode_field_sep ComplianceContributorCount complianceContributorCount concode_elem_sep String complianceType concode_field_sep ComplianceContributorCount getComplianceContributorCount concode_elem_sep Compli... |
void function ( ) { this . entry = new SWORDEntry ( ) ; this . item = null ; this . bitstream = null ; this . result = null ; this . deposit = null ; } | reset all the internal variables of the class to their original values concode_field_sep SWORDEntry entry concode_elem_sep Bitstream bitstream concode_elem_sep Deposit deposit concode_elem_sep SWORDService swordService concode_elem_sep DepositResult result concode_elem_sep Item item concode_field_sep void addContentEle... |
void function ( AssertionInfo arg0 , T arg1 , T arg2 ) { assertNotNull ( arg0 , arg1 ) ; if ( ! isLessThan ( arg1 , arg2 ) ) return ; throw failures . failure ( arg0 , shouldBeGreaterOrEqual ( arg1 , arg2 , comparisonStrategy ) ) ; } | asserts that the actual value is greater than or equal to the other one . concode_field_sep Comparables INSTANCE concode_elem_sep Failures failures concode_elem_sep ComparisonStrategy comparisonStrategy concode_field_sep void assertNotEqual concode_elem_sep boolean isLessThan concode_elem_sep Comparables instance conco... |
String function ( ) { return key ; } | returns the key by which this upload is stored . concode_field_sep Owner owner concode_elem_sep String storageClass concode_elem_sep Date initiated concode_elem_sep String uploadId concode_elem_sep Owner initiator concode_elem_sep String key concode_field_sep String getUploadId concode_elem_sep void setInitiated concod... |
short function ( ) { throw new UnsupportedOperationException ( getClass ( ) . getSimpleName ( ) ) ; } | convenience method to get this element as a primitive short value . concode_field_sep PlaceHolder placeHolder concode_field_sep float getAsFloat concode_elem_sep BigInteger getAsBigInteger concode_elem_sep byte getAsByte concode_elem_sep JsonObject getAsJsonObject concode_elem_sep JsonNull getAsJsonNull concode_elem_se... |
String function ( ) { if ( mutationType != 0 ) return ( mutationDescriptions [ mutationType ] [ 0 ] + "srini_string" + toString ( ) + "srini_string" + mutationDescriptions [ mutationType ] [ 1 ] ) ; else return "srini_string" ; } | returns a description of the last mutation applied . concode_field_sep Node<Node<SubNodeType>> parent concode_elem_sep int mutationType concode_elem_sep List<SubNodeType> children concode_elem_sep String mutationDescriptions[][] concode_field_sep Node<?> mutate concode_elem_sep Node<?> getParent concode_elem_sep String... |
String function ( ) { return NAME ; } | return the name of this custom tag . concode_field_sep String HEADER concode_elem_sep String NAME concode_field_sep boolean inPackage concode_elem_sep boolean inOverview concode_elem_sep boolean inMethod concode_elem_sep boolean inField concode_elem_sep boolean inConstructor concode_elem_sep String toString concode_ele... |
org . apache . hadoop . conf . Configuration function ( org . apache . hadoop . conf . Configuration arg0 , org . apache . hadoop . conf . Configuration arg1 ) { throw new RuntimeException ( ) ; } | merges two configurations , returns a copy of left with keys from right overwriting any matching keys in left concode_field_sep PythonHadoopUtil$ MODULE$ concode_field_sep org.apache.spark.rdd.RDD<scala.Tuple2<java.lang.Object,java.lang.Object>> convertRDD concode_elem_sep org.apache.hadoop.conf.Configuration mapToConf |
E function ( int arg0 ) { if ( mGarbage ) { gc ( ) ; } return ( E ) mValues [ arg0 ] ; } | given an index in the range 0 ... size -1 , returns the value from the indexth key-value mapping that this sparsearray stores . concode_field_sep Object DELETED concode_elem_sep int[] mKeys concode_elem_sep boolean mGarbage concode_elem_sep int mSize concode_elem_sep Object[] mValues concode_field_sep int keyAt concode... |
List < String > function ( String arg0 ) { org . sakaiproject . component . api . ServerConfigurationService loc0 = getInstance ( ) ; if ( loc0 == null ) return null ; return loc0 . getToolCategories ( arg0 ) ; } | access the list of tool categories for the given site type concode_field_sep String CURRENT_PORTAL_PATH concode_elem_sep java.lang.String SERVICE_NAME concode_elem_sep org.sakaiproject.component.api.ServerConfigurationService m_instance concode_elem_sep String CURRENT_SERVER_URL concode_field_sep java.util.List getDefa... |
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return _folderLocalService . arg0 ( arg0 ) ; } | performs a dynamic query on the database and returns the matching rows . concode_field_sep FolderLocalService _folderLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService concode_elem_sep com.liferay.mail.model.Folder deleteFolder concode_elem_sep com.liferay.m... |
Double function ( ) { return insuredValueUsps ; } | gets the value of the insuredvalueusps property . concode_field_sep ItemFulfillmentPackageUspsPackagingUsps packagingUsps concode_elem_sep String reference2Usps concode_elem_sep String packageTrackingNumberUsps concode_elem_sep String packageDescrUsps concode_elem_sep ItemFulfillmentPackageUspsDeliveryConfUsps delivery... |
long function ( ) { return _talendProcess . getFileEntryId ( ) ; } | returns the file entry id of this talend process . concode_field_sep TalendProcess _talendProcess concode_field_sep void setName concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName co... |
java . util . List < ResourcePendingMaintenanceActions > function ( ) { if ( pendingMaintenanceActions == null ) { pendingMaintenanceActions = new com . amazonaws . internal . ListWithAutoConstructFlag < ResourcePendingMaintenanceActions > ( ) ; pendingMaintenanceActions . setAutoConstruct ( true ) ; } return pendingMa... | a list of the pending maintenance actions for the resource . concode_field_sep String marker concode_elem_sep com.amazonaws.internal.ListWithAutoConstructFlag<ResourcePendingMaintenanceActions> pendingMaintenanceActions concode_field_sep void setPendingMaintenanceActions concode_elem_sep String getMarker concode_elem_s... |
double [ ] function ( int arg0 ) { double [ ] loc0 = new double [ numVectors ] ; for ( int loc1 = 0 ; loc1 < loc0 . length ; loc1 ++ ) { loc0 [ loc1 ] = getDistance ( arg0 , loc1 ) ; } return loc0 ; } | return the distances to all vectors from input x . this is a basic using #getdistance int , int , sub-classes might provide an optimised implementation . concode_field_sep DistanceMetric metric concode_elem_sep ArrayList<String> inputLabels concode_elem_sep int numVectors concode_field_sep double getDistance concode_el... |
void function ( ) { XYDrawableAnnotation loc0 = new XYDrawableAnnotation ( 10.0 , 20.0 , 100.0 , 200.0 , new TestDrawable ( ) ) ; XYDrawableAnnotation loc1 = new XYDrawableAnnotation ( 10.0 , 20.0 , 100.0 , 200.0 , new TestDrawable ( ) ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; int loc2 = loc0 . hashCode ( ) ; int loc... | two objects that are equal are required to return the same hashcode . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep boolean equals concode_elem_sep Object clone concode_elem_sep void testPublicCloneable concode_elem_sep void draw concode_elem_sep void testSerialization co... |
void function ( ) { client = new Socket ( host , port ) ; client . setSoTimeout ( 500 ) ; } | connects to the pulseaudio server timeout 500ms concode_field_sep String ITEM_SINK_INPUT concode_elem_sep String ITEM_SINK concode_elem_sep String CMD_UNLOAD_MODULE concode_elem_sep String MODULE_COMBINE_SINK concode_elem_sep List<Module> modules concode_elem_sep String CMD_LIST_SOURCE_OUTPUTS concode_elem_sep String C... |
String function ( String arg0 , int arg1 ) { return NativeIDN . toUnicode ( arg0 , arg1 ) ; } | translates a string from ascii compatible encoding ace to unicode according to the algorithm defined in rfc 3490 . unlike toascii , this transformation can not fail . this method can handle either an individual label or an entire domain name . in the latter case , the separators are : u +002 e full stop , u +3002 ideog... |
String function ( ) { return path ; } | returns the path given at the constructor , without slashes at both ends . concode_field_sep String path concode_elem_sep String[] tokens concode_field_sep String removeSlashesAtBothEnds concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep boolean match concode_elem_sep String[] tokens |
String function ( ) { return this . dataSourceId ; } | a user-supplied id that uniquely identifies the datasource . this value should be identical to the value of the datasourceid in the request . concode_field_sep String dataSourceId concode_field_sep DeleteDataSourceResult withDataSourceId concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Del... |
void function ( TagElement arg0 ) { } | the method is called when the html opening tag like < table > is found or if the parser concludes that the one should be present in the current position . the method is called immediately before calling the handlestarttag . concode_field_sep DTD dtd concode_elem_sep boolean strict concode_elem_sep gnu.javax.swing.text.... |
boolean function ( String arg0 , Object arg1 , String arg2 ) { checkSerializable ( arg1 ) ; return cacheImpl . safeReplace ( arg0 , arg1 , Time . parseDuration ( arg2 ) ) ; } | replace an element only if it already exists and return only when the element is effectively cached . concode_field_sep CacheImpl forcedCacheImpl concode_elem_sep CacheImpl cacheImpl concode_field_sep void add concode_elem_sep void add concode_elem_sep void init concode_elem_sep void set concode_elem_sep void set conco... |
Integer [ ] function ( ) { if ( levels . isEmpty ( ) ) { return LevelList . EMPTY_INTEGER_ARRAY ; } return ( Integer [ ] ) levels . toArray ( new Integer [ levels . size ( ) ] ) ; } | returns all active levels as java.lang.integer array . concode_field_sep Object[] data concode_elem_sep Object[] EMPTY_OBJECT_ARRAY concode_elem_sep TreeSet iteratorSetAsc concode_elem_sep ArrayList elements concode_elem_sep Integer[] EMPTY_INTEGER_ARRAY concode_elem_sep Integer ZERO concode_elem_sep TreeSet iteratorSe... |
DeltaProcessor function ( Project arg0 ) { return new DeltaProcessor ( arg0 ) ; } | initialize the delta processor associated with this builder . overridden when testing this class . concode_field_sep ProjectManager projectManager concode_elem_sep AnalysisMarkerManager markerManager concode_elem_sep Project project concode_elem_sep boolean enabled concode_field_sep void build concode_elem_sep void per... |
JAXBElement < KeyInfo > function ( KeyInfo arg0 ) { return new JAXBElement < KeyInfo > ( _AgreementMethodRecipientKeyInfo_QNAME , KeyInfo . class , AgreementMethod . class , arg0 ) ; } | create an instance of jaxbelement concode_field_sep QName _EncryptionMethodTypeOAEPparams_QNAME concode_elem_sep QName _AgreementMethodRecipientKeyInfo_QNAME concode_elem_sep QName _AgreementMethodOriginatorKeyInfo_QNAME concode_elem_sep QName _EncryptionMethodTypeKeySize_QNAME concode_elem_sep QName _ReferenceListData... |
int function ( ) { return count ; } | get the number of violations of this type . concode_field_sep SortedMap<String,TypeCount> typeCountMap concode_elem_sep FileModelProxy proxy concode_elem_sep SortedMap<String,SortedSet<FileCount>> typeMap concode_elem_sep int securityCount concode_elem_sep int[] counts concode_elem_sep Map<String,FileModelProxy> fileMo... |
void function ( ) { prepareStateTest ( ) ; assertFalse ( validator . validate ( state , diagnostics , new HashMap < Object , Object > ( ) ) ) ; assertError ( diagnostics , ISSUE_NODE_NOT_REACHABLE ) ; } | a state must be reachable . 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_field_sep ... |
void function ( int arg0 ) { this . startPage = arg0 ; } | sets the start page . concode_field_sep MultivaluedMap<String,String> queryParams concode_elem_sep String whereClause concode_elem_sep int startPage concode_elem_sep String PAGE_SIZE_DEFAULT_PROPERTY concode_elem_sep String EMPTY_ORDER_BY_CLAUSE concode_elem_sep String name concode_elem_sep int pageSize concode_elem_se... |
PluginMessages function ( final String arg0 ) { Assert . assertNotBlank ( arg0 , "srini_string" ) ; PluginMessages loc0 = MESSAGES_MAP . get ( arg0 ) ; if ( loc0 == null ) { return MESSAGES_MAP . putIfAbsent ( arg0 , new PluginMessages ( arg0 ) ) ; } return loc0 ; } | factory method . concode_field_sep ConcurrentHashMap<String,PluginMessages> MESSAGES_MAP concode_elem_sep String packageName concode_field_sep String toString concode_elem_sep String getPackageName concode_elem_sep String getString concode_elem_sep String getString concode_elem_sep String getString concode_elem_sep Str... |
void function ( boolean arg0 ) { this . accessToken = arg0 ; } | whether this is an oauth access token . concode_field_sep long serialVersionUID concode_elem_sep String verifier concode_elem_sep Authentication userAuthentication concode_elem_sep String callbackUrl concode_elem_sep String secret concode_elem_sep String consumerKey concode_elem_sep boolean accessToken concode_elem_sep... |
void function ( String arg0 ) { this . sourceName = arg0 ; } | the name of the document source field to add to this indexfield . constraints : length : 1 - 64 pattern : a-z a-z0-9 _ 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_sep Sourc... |
boolean function ( Configuration arg0 ) { return null != arg0 . get ( DFS_NAMENODE_SHARED_EDITS_DIR_KEY ) ; } | returns true if ha is using a shared edits directory . concode_field_sep DelegationTokenSelector tokenSelector concode_elem_sep Log LOG concode_field_sep boolean isHAEnabled concode_elem_sep List<ClientProtocol> getProxiesForAllNameNodesInNameservice concode_elem_sep List<ProxyAndInfo<T>> getProxiesForAllNameNodesInNam... |
void function ( com . gvt . www . ws . eai . oss . ossturbonet . OSSTurbonetOut arg0 ) { this . mensagem = arg0 ; } | sets the mensagem value for this ossturbonetgetlogcertifyout . concode_field_sep com.gvt.www.ws.eai.oss.ossturbonet.certify.OSSTurbonetLogCertifyItemOut[] itens concode_elem_sep com.gvt.www.ws.eai.oss.ossturbonet.OSSTurbonetOut mensagem concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeC... |
double function ( ) { return min ; } | get lower bound of normalization interval . concode_field_sep double min concode_elem_sep double max concode_elem_sep Objective<? super SolutionType,? super DataType> obj concode_field_sep Objective<? super SolutionType,? super DataType> getUnnormalizedObjective concode_elem_sep double getMax concode_elem_sep boolean i... |
List < MessageConverter > function ( ) { return this . converters ; } | return the underlying list of delegate converters . concode_field_sep List<MessageConverter> converters concode_field_sep Message<?> toMessage concode_elem_sep Message<?> toMessage concode_elem_sep String toString concode_elem_sep Object fromMessage concode_elem_sep Object fromMessage |
void function ( String arg0 ) { this . sellerAddress2 = arg0 ; } | sets the value of the selleraddress2 property . concode_field_sep String sellerAddress2 concode_elem_sep String sellerAddress1 concode_elem_sep String sellerPhone concode_elem_sep String sellerName concode_elem_sep String masterDealerCode concode_field_sep String getSellerAddress2 concode_elem_sep String getSellerName ... |
String function ( Element arg0 , String arg1 ) { return text ( element ( arg0 , arg1 ) ) ; } | gets the text of the given child element with the given name of the given parent element , or '' '' , even if it does not exist . concode_field_sep PlaceHolder placeHolder concode_field_sep Element elementNotNull concode_elem_sep Document read concode_elem_sep String elementText concode_elem_sep String textUntrimmed co... |
String function ( ) { return name ; } | this is the name used in purchasing the item e.g. , `` estates training 1 '' concode_field_sep int maxLevel concode_elem_sep String name concode_elem_sep String shopName concode_elem_sep int level concode_field_sep int getLevel concode_elem_sep String getImageName concode_elem_sep String getName concode_elem_sep void o... |
void function ( String arg0 ) { AbstractPermissionController loc0 = ( AbstractPermissionController ) BeanUtils . getBean ( AbstractPermissionController . class ) ; redirectByRolesTo ( arg0 , loc0 . getRedirectUrl ( ) ) ; } | metodo da associare a una funzione facelets per scrivere cose del tipo < h : outputtext value = `` xxx '' rendered = '' # fn : redirectbyroles ` user_admin ' '' e ottenere il redirect su altre pagine in caso il ruolo indicato non sia assunto dall ` utente corrente concode_field_sep PlaceHolder placeHolder concode_field... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.