code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
void function ( ) { InputStream loc0 = new ByteArrayInputStream ( sampleData . getBytes ( ) ) ; LengthCheckInputStream loc1 = new LengthCheckInputStream ( loc0 , sampleData . getBytes ( ) . length , INCLUDE_SKIPPED_BYTES ) ; try { StreamUtils . consumeInputStream ( loc1 ) ; } catch ( Exception loc2 ) { fail ( ) ; } loc... | tests if the content length set in the stream equals the bytes read from the stream . if any exception is thrown , then the test fails . concode_field_sep String sampleData concode_field_sep void testMarkAndResetAtEnd concode_elem_sep void testSkipExcluded concode_elem_sep void testOverSkipped concode_elem_sep void tes... |
Date function ( ) { return _shoppingCart . getCreateDate ( ) ; } | returns the create date of this shopping cart . concode_field_sep ShoppingCart _shoppingCart concode_field_sep java.lang.String getItemIds concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setInsure co... |
void function ( ) { getScheduler ( ) . standby ( ) ; } | standby concode_field_sep ProvisiondConfigurationDao m_configDao concode_elem_sep String JOB_GROUP concode_elem_sep Scheduler m_scheduler concode_elem_sep Provisioner m_provisioner concode_elem_sep Object m_lock concode_elem_sep JobFactory m_importJobFactory concode_field_sep void resume concode_elem_sep void printCurr... |
int function ( int arg0 ) { long loc0 = 1 ; while ( loc0 < arg0 && loc0 < ( Integer . MAX_VALUE / 2 ) ) { loc0 += loc0 ; } return ( int ) loc0 ; } | get the value that is equal or higher than this value , and that is a power of two . concode_field_sep PlaceHolder placeHolder concode_field_sep int compare concode_elem_sep int compare concode_elem_sep long roundUpLong concode_elem_sep int decodeInt concode_elem_sep BigDecimal setScale concode_elem_sep void checkPower... |
boolean function ( Object arg0 ) { if ( this == arg0 ) { return true ; } if ( ! ( arg0 instanceof RVFDatum ) ) { return ( false ) ; } RVFDatum < L , F > loc0 = ( RVFDatum < L , F > ) arg0 ; return features . equals ( loc0 . asFeaturesCounter ( ) ) ; } | returns whether the given rvfdatum contains the same features with the same values as this rvfdatum . an rvfdatum can only be equal to another rvfdatum . implementation note : does n't check the labels , should we change this ? concode_field_sep Counter<F> features concode_elem_sep long serialVersionUID concode_elem_se... |
void function ( String arg0 , String arg1 ) { JavaVersion loc0 = JavaVersion . parse ( arg1 ) ; if ( JavaVersion . current ( ) . compareTo ( loc0 ) < 0 ) { throw new IllegalStateException ( String . format ( Locale . ROOT , "srini_string" , arg0 , arg1 , JavaVersion . current ( ) . toString ( ) ) ) ; } } | checks that the java specification version targetversion required by resource is compatible with the current installation . concode_field_sep PlaceHolder placeHolder concode_field_sep URL[] parseClassPath concode_elem_sep URL[] parseClassPath concode_elem_sep void checkManifest concode_elem_sep void checkJarHell concod... |
void function ( IObjective arg0 ) { booster . update ( dtrain , arg0 ) ; } | update one iteration concode_field_sep DMatrix dtest concode_elem_sep DMatrix[] dmats concode_elem_sep String[] names concode_elem_sep DMatrix dtrain concode_elem_sep Booster booster concode_elem_sep Log logger concode_field_sep Booster loadModel concode_elem_sep Booster loadModel concode_elem_sep String aggCVResults c... |
void function ( String arg0 ) { this . instanceType = arg0 ; } | type of ec2 instances used in the fleet . ec2 instance types define the cpu , memory , storage , and networking capacity of the fleetaposs hosts . amazon gamelift supports the ec2 instance types listed below . see amazon ec2 instance types for detailed descriptions of each . concode_field_sep EC2InstanceCounts instance... |
void function ( OAuthAccessor arg0 , String arg1 ) { getRequestToken ( arg0 , arg1 , null ) ; } | get a fresh request token from the service provider . concode_field_sep String DELETE concode_elem_sep Map<String,Object> httpParameters concode_elem_sep String PUT concode_elem_sep String POST concode_elem_sep String ACCEPT_ENCODING concode_elem_sep String PARAMETER_STYLE concode_elem_sep HttpClient http concode_elem_... |
Builder function ( int arg0 ) { this . requestedChannelMax = arg0 ; return this ; } | set the requested maximum channel number concode_field_sep Integer requestedChannelMax concode_elem_sep Logger LOG concode_elem_sep Boolean automaticRecovery concode_elem_sep Boolean topologyRecovery concode_elem_sep long serialVersionUID concode_elem_sep String virtualHost concode_elem_sep String uri concode_elem_sep ... |
ParseLoginBuilder function ( int arg0 ) { return setParseLoginInvalidCredentialsToastText ( maybeGetString ( arg0 ) ) ; } | customize the toast shown when the user enters an invalid username/password pair . concode_field_sep ParseLoginConfig config concode_elem_sep Context context concode_field_sep ParseLoginBuilder setAppLogo concode_elem_sep ParseLoginBuilder setParseSignupButtonText concode_elem_sep ParseLoginBuilder setParseSignupButton... |
Object function ( String arg0 , Object arg1 ) { Object loc0 = this . valueMap . get ( arg0 ) ; if ( loc0 != null ) { return loc0 ; } return arg1 ; } | returns the object associated with the specified name of the child 's node . concode_field_sep HierarchicalStreamReader reader concode_elem_sep UnmarshallingContext context concode_elem_sep Map<String,Object> valueMap concode_field_sep Map<String,Object> readValueMap concode_elem_sep Boolean getBoolean concode_elem_sep... |
void function ( Buffer arg0 ) { arg0 . write ( data , 0 , data . length ) ; } | writes the contents of this byte string to buffer . concode_field_sep char[] HEX_DIGITS concode_elem_sep ByteString EMPTY concode_elem_sep byte[] data concode_elem_sep int hashCode concode_elem_sep String utf8 concode_elem_sep long serialVersionUID concode_field_sep ByteString encodeUtf8 concode_elem_sep byte getByte c... |
void function ( int arg0 ) { this . index = arg0 ; } | set the server side index of the event concode_field_sep DateTimeFormat dateformat_date24 concode_elem_sep Date start concode_elem_sep int index concode_elem_sep String caption concode_elem_sep String description concode_elem_sep String styleName concode_elem_sep boolean allDay concode_elem_sep boolean format24h concod... |
String function ( Object arg0 ) { return ( String ) fNewNames . get ( arg0 ) ; } | returns the new name of the element . returns null if the element did n't get renamed . concode_field_sep Map fNewNames concode_elem_sep List fProcessedElements concode_elem_sep boolean fCanceled concode_field_sep boolean isRenamed concode_elem_sep void markAsProcessed concode_elem_sep Object[] getProcessedElements con... |
T function ( final Class < T > arg0 , Object ... arg1 ) { arg1 = ArrayUtils . nullToEmpty ( arg1 ) ; final Class < ? > loc0 [ ] = ClassUtils . toClass ( arg1 ) ; return invokeConstructor ( arg0 , arg1 , loc0 ) ; } | returns a new instance of the specified class inferring the right constructor from the types of the arguments . this locates and calls a constructor . the constructor signature must match the argument types by assignment compatibility . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isAccessible co... |
Sender function ( ) { return instance ; } | method that returns the instance of the class concode_field_sep AmadeusFacade amadeusFacade concode_elem_sep Sender instance concode_elem_sep FacadeMobile facade concode_field_sep void createSMS concode_elem_sep void send |
boolean function ( String arg0 ) { boolean loc0 = false ; if ( arg0 != null ) { String loc1 = LogControl . getLogPath ( ) ; loc0 = LogControl . checkFileExists ( arg0 , loc1 ) ; } return loc0 ; } | determines whether a log file exists for the given server . this method may be used without initialising the log object to determine whether recovery should be performed , without initialising the log or the ots . concode_field_sep LogControl logControl concode_elem_sep Logger _logger concode_elem_sep String logPath co... |
String function ( ) { return beliefSystemType ; } | returns the configured belief system type concode_field_sep String PROPERTY_NAME concode_elem_sep String beliefSystemType concode_elem_sep long serialVersionUID concode_field_sep int hashCode concode_elem_sep BeliefSystemTypeOption get concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep St... |
void function ( HttpServletResponse arg0 , Iterable < ? extends Map . Entry > arg1 ) { arg0 . resetBuffer ( ) ; arg0 . setContentType ( OAuth . FORM_ENCODED + "srini_string" + OAuth . ENCODING ) ; OAuth . formEncode ( arg1 , arg0 . getOutputStream ( ) ) ; } | send the given parameters as a form-encoded response body . concode_field_sep Map<String,Integer> PROBLEM_TO_HTTP_CODE concode_elem_sep Integer SC_FORBIDDEN concode_field_sep String getRequestURL concode_elem_sep void handleException concode_elem_sep void handleException concode_elem_sep String htmlEncode concode_elem_... |
void function ( String arg0 , String arg1 ) { values . add ( arg0 ) ; listBoxWrapper . addItem ( arg1 ) ; } | adds a value and its corresponding display item to the list . concode_field_sep ListBoxWrapper listBoxWrapper concode_elem_sep String noneDisplayItem concode_elem_sep List<String> values concode_field_sep void removeItem concode_elem_sep String getValueAtIndex concode_elem_sep void removeValue concode_elem_sep void sel... |
com . liferay . portal . kernel . model . Website function ( com . liferay . portal . kernel . model . Website arg0 ) { return _websiteLocalService . updateWebsite ( arg0 ) ; } | updates the website in the database or adds it if it does not yet exist . also notifies the appropriate model listeners . concode_field_sep WebsiteLocalService _websiteLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.model.Website getWebsite concode_ele... |
Cursor function ( ) { return db . query ( DB_TABLE , new String [ ] { KEY_ROWID , KEY_INVENTED , KEY_INVENTORS } , null , null , null , null , null ) ; } | return a cursor over the list of all todo in the database @return cursor over all notes concode_field_sep String KEY_INVENTED concode_elem_sep String DB_TABLE concode_elem_sep String KEY_ROWID concode_elem_sep Context context concode_elem_sep String KEY_INVENTORS concode_elem_sep game4DatabaseHelper dbHelper concode_el... |
void function ( AssetManager arg0 , ResourceData arg1 ) { for ( ParticleController loc0 : controllers ) { loc0 . save ( arg0 , arg1 ) ; } } | saves all the assets required by all the controllers inside this effect . concode_field_sep BoundingBox bounds concode_elem_sep Array<ParticleController> controllers concode_field_sep void init concode_elem_sep void rotate concode_elem_sep void rotate concode_elem_sep ParticleController findController concode_elem_sep ... |
void function ( File arg0 ) { decodeJBIG2 ( arg0 . getAbsolutePath ( ) ) ; } | decodes a jbig2 image from a file object concode_field_sep JBIG2StreamDecoder streamDecoder concode_field_sep int getNumberOfPages concode_elem_sep void setGlobalData concode_elem_sep void cleanupPostDecode concode_elem_sep Segment findSegment concode_elem_sep boolean isRandomAccessOrganisationUsed concode_elem_sep JBI... |
String function ( ) { return riskName ; } | gets the value of the riskname property . concode_field_sep String riskName concode_elem_sep Integer activityObjectId concode_elem_sep Date lastUpdateDate concode_elem_sep String activityName concode_elem_sep Boolean isBaseline concode_elem_sep Integer riskObjectId concode_elem_sep String riskId concode_elem_sep Intege... |
boolean function ( Criteria arg0 ) { return propertiesMeetCriteria ( mName , mProperties , arg0 ) ; } | returns true if this provider meets the given criteria , false otherwise . concode_field_sep int AVAILABLE concode_elem_sep int OUT_OF_SERVICE concode_elem_sep int TEMPORARILY_UNAVAILABLE concode_elem_sep String BAD_CHARS_REGEX concode_elem_sep String mName concode_elem_sep ProviderProperties mProperties concode_field_... |
boolean function ( Object arg0 ) { return false ; } | compatibility check for the ov-chip protocol layer . see the compatibility check explanations and also ds.ov2.util.apdu _ serializable #is_compatible_with apdu_serializable . is_compatible_with . the default implementation returns false , which is the right value for all host data types . card data types must override ... |
boolean function ( ) { if ( webView . canGoBack ( ) ) { webView . goBack ( ) ; return true ; } return false ; } | go to previous page in history . we manage our own history concode_field_sep PluginManager pluginManager concode_elem_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep BroadcastReceiver receiver concode_elem_sep SystemWebView webView concode_elem_sep CordovaWebView parentWebV... |
void function ( String arg0 , String arg1 ) { if ( LOG . DEBUG >= LOGLEVEL ) Log . d ( arg0 , arg1 ) ; } | debug log message . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void setLogLevel concode_elem_sep void setLogLevel concode_elem_sep void e conco... |
int function ( ) { return this . address . getPort ( ) ; } | gets the port number that is being-locked . concode_field_sep InetSocketAddress localhost concode_elem_sep InetSocketAddress address concode_elem_sep int DEFAULT_PORT concode_elem_sep long DELAY_BETWEEN_SOCKET_CHECKS concode_elem_sep Socket lockSocket concode_elem_sep Object syncObject concode_field_sep void unlock con... |
String function ( ) { return type ; } | gets the value of the type property . concode_field_sep List<ProcedureType> procedure concode_elem_sep String type concode_field_sep List<ProcedureType> getProcedure concode_elem_sep void setType |
boolean function ( int arg0 ) { return ( arg0 >= 200 && arg0 < 300 ) ; } | determine if a reply code is a positive completion response . all codes beginning with a 2 are positive completion responses . the nntp server will send a positive completion response on the final successful completion of a command . concode_field_sep int ARTICLE_TRANSFERRED_OK concode_elem_sep int POSTING_NOT_ALLOWED ... |
RestoreAddressToClassicResult function ( String arg0 ) { this . status = arg0 ; return this ; } | the move status for the ip address . returns a reference to this object so that method calls can be chained together . constraints : allowed values : moveinprogress , invpc , inclassic concode_field_sep String publicIp concode_elem_sep String status concode_field_sep String getPublicIp concode_elem_sep int hashCode con... |
void function ( long arg0 ) { this . offset = arg0 ; } | set the start offset of file associated with this block concode_field_sep String[] topologyPaths concode_elem_sep String[] cachedHosts concode_elem_sep String[] names concode_elem_sep boolean corrupt concode_elem_sep long offset concode_elem_sep String[] hosts concode_elem_sep long length concode_elem_sep String[] EMPT... |
float function ( ) { return duration ; } | get the duration of the effect in seconds concode_field_sep boolean fired concode_elem_sep boolean submit concode_elem_sep boolean queued concode_elem_sep float fps concode_elem_sep boolean sync concode_elem_sep int sequenceId concode_elem_sep float duration concode_elem_sep String sequence concode_elem_sep float delay... |
void function ( TrackInfo arg0 ) { arg0 . getTrack ( ) . addTimeOffset ( _startIndex , _endIndex , - _timeOffset , true ) ; UpdateMessageBroker . informSubscribers ( ) ; } | perform the undo operation on the given track concode_field_sep int _endIndex concode_elem_sep long _timeOffset concode_elem_sep int _startIndex concode_field_sep String getDescription |
int function ( byte [ ] arg0 , int arg1 , byte [ ] arg2 , int arg3 ) { int loc0 = bytesToWord ( arg0 , arg1 ) + _S [ 0 ] ; int loc1 = bytesToWord ( arg0 , arg1 + 4 ) + _S [ 1 ] ; for ( int loc2 = 1 ; loc2 <= _noRounds ; loc2 ++ ) { loc0 = rotateLeft ( loc0 ^ loc1 , loc1 ) + _S [ 2 * loc2 ] ; loc1 = rotateLeft ( loc1 ^ ... | encrypt the given block starting at the given offset and place the result in the provided buffer starting at the given offset . concode_field_sep int P32 concode_elem_sep boolean forEncryption concode_elem_sep int _S[] concode_elem_sep int _noRounds concode_elem_sep int Q32 concode_field_sep void wordToBytes concode_el... |
Integer function ( ) { return frameRate ; } | returns the frame rate value for the encoding process . concode_field_sep String codec concode_elem_sep Integer bitRate concode_elem_sep VideoSize size concode_elem_sep long serialVersionUID concode_elem_sep String tag concode_elem_sep String DIRECT_STREAM_COPY concode_elem_sep Integer frameRate concode_field_sep Integ... |
J4pClient function ( Iterable < Pod > arg0 ) { for ( Pod loc0 : arg0 ) { if ( KubernetesHelper . isPodRunning ( loc0 ) && filterPod ( loc0 ) ) { J4pClient loc1 = clientForPod ( loc0 ) ; if ( loc1 != null ) { return loc1 ; } } } return null ; } | returns a client for the first working pod in the collection concode_field_sep String password concode_elem_sep Logger LOG concode_elem_sep KubernetesClient kubernetes concode_elem_sep String user concode_elem_sep Filter<Pod> podFilter concode_field_sep J4pClient assertClientForService concode_elem_sep List<J4pClient> ... |
boolean function ( Reference arg0 ) { return changes . containsKey ( arg0 ) ; } | checks the state manager to see if an instance of the specified reference already exists in the cache . concode_field_sep PTrailer trailer concode_elem_sep int nextReferenceNumber concode_elem_sep Logger logger concode_elem_sep HashMap<Reference,PObject> changes concode_field_sep int compare concode_elem_sep boolean is... |
String function ( ) { return fURL ; } | returns the website with more information about this language concode_field_sep Collection<String> fSynonyms concode_elem_sep String VALIDATOR_ATTR concode_elem_sep LanguageValidator fValidator concode_elem_sep String fIconPath concode_elem_sep String LANGUAGE_ID_ATTR concode_elem_sep String fURL concode_elem_sep Strin... |
String function ( Resource arg0 ) { try { return arg0 . getURI ( ) . toString ( ) ; } catch ( FileNotFoundException loc0 ) { return arg0 . getDescription ( ) ; } catch ( IOException loc0 ) { throw new RuntimeException ( "srini_string" + arg0 , loc0 ) ; } } | first tries resource #geturi and if that fails with a filenotfoundexception then resource #getdescription is returned . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder |
SockJsServiceRegistration function ( boolean arg0 ) { this . sessionCookieNeeded = arg0 ; return this ; } | the sockjs protocol requires a server to respond to the initial '' / info '' request from clients with a `` cookie_needed '' boolean property that indicates whether the use of a jsessionid cookie is required for the application to function correctly , e.g. for load balancing or in java servlet containers for the use of... |
void function ( java . lang . String arg0 ) { this . parentAccountId = arg0 ; } | sets the parentaccountid value for this phonevasvo . concode_field_sep java.lang.String parentAccountId concode_elem_sep java.lang.String serviceAccountId concode_elem_sep java.lang.String assetNumber concode_elem_sep java.lang.String elementRowId concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lan... |
void function ( boolean arg0 ) { this . httpCaching = arg0 ; } | enables or disables the emission of http caching headers for this response . concode_field_sep String NAME concode_elem_sep String RESPONSE_KEY concode_elem_sep NamedList<Object> values concode_elem_sep NamedList<String> headers concode_elem_sep Exception err concode_elem_sep String RESPONSE_HEADER_SEGMENT_TERMINATED_E... |
String function ( final int arg0 ) { return getMessage ( arg0 , 0 , null ) ; } | returns the error message given the error code . this method is be used when throwing exception other than hsqlexception . concode_field_sep String MESSAGE_TAG concode_elem_sep int SQL_STATE_DIGITS concode_elem_sep int ERROR_CODE_BASE concode_elem_sep int bundleHandle concode_elem_sep String errPropsName concode_elem_s... |
int [ ] function ( ) { return new int [ ] { mRtpPort , mRtcpPort } ; } | returns a pair of destination ports , the first one is the one used for rtp and the second one is used for rtcp . concode_field_sep AbstractPacketizer mPacketizer concode_elem_sep int mSocketId concode_elem_sep int MODE_STREAMING concode_elem_sep boolean mStreaming concode_elem_sep LocalSocket mSender concode_elem_sep ... |
void function ( final String arg0 , final EvolutionState arg1 ) { arg1 . output . error ( "srini_string" + this . getClass ( ) ) ; } | reads a gene from a string , which may contain a final ' \ n ' . override this method . the default form generates an error . concode_field_sep String P_VECTORGENE concode_field_sep String printGeneToString concode_elem_sep void mutate concode_elem_sep void readGene concode_elem_sep void readGene concode_elem_sep void ... |
Thread function ( ) { return thisThread ; } | gets the java thread under which this runs . concode_field_sep ThreadTestCoordinator coordinator concode_elem_sep String errorMessage concode_elem_sep boolean waitingOnCoordinator concode_elem_sep Thread thisThread concode_elem_sep int id concode_elem_sep Exception runException concode_field_sep void allow concode_elem... |
String function ( ) { return getClass ( ) . getName ( ) + "srini_string" + compositeType + "srini_string" + contents + "srini_string" ; } | returns a textual representation of this instance . the exact format is left up to the implementation , but it should contain the name of the implementing class , the name of the type and a mapping of the form key = value for each pair of key and value . concode_field_sep SortedMap<String,Object> contents concode_elem_... |
DefaultFileNameFormat function ( String arg0 ) { this . prefix = arg0 ; return this ; } | overrides the default prefix . concode_field_sep int partitionIndex concode_elem_sep String prefix concode_elem_sep String path concode_elem_sep String extension concode_field_sep DefaultFileNameFormat withPath concode_elem_sep void prepare concode_elem_sep DefaultFileNameFormat withExtension concode_elem_sep String ge... |
void function ( ) { long loc0 = dao . count ( ) ; Profile loc1 = new Profile ( ) ; loc1 . setTitle ( "srini_string" ) ; List < Profile > loc2 = asList ( loc1 ) ; writer . write ( loc2 ) ; assertThat ( dao . count ( ) , is ( equalTo ( loc0 + loc2 . size ( ) ) ) ) ; } | not existing entity must be inserted . concode_field_sep ProfileDao dao concode_elem_sep CrudRepositoryItemWriter<Profile> writer concode_field_sep void initItemWriter concode_elem_sep void test_update concode_elem_sep void test_multiple |
int function ( ) { return nodeList . size ( ) ; } | returns the number of nodes contained inside the topological-graph concode_field_sep List<TopologicalLink> linkList concode_elem_sep List<TopologicalNode> nodeList concode_field_sep Iterator<TopologicalNode> getNodeIterator concode_elem_sep void addNode concode_elem_sep int getNumberOfLinks concode_elem_sep String toSt... |
void function ( int arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . OK , arg0 ) ) ; } | helper for success callbacks that just returns the status.ok by default concode_field_sep String callbackId concode_elem_sep CordovaWebView webView concode_elem_sep int changingThreads concode_elem_sep String LOG_TAG concode_elem_sep boolean finished concode_field_sep boolean isChangingThreads concode_elem_sep String g... |
XMLGregorianCalendar function ( ) { return renewalDateTime ; } | gets the value of the renewaldatetime property . concode_field_sep XMLGregorianCalendar renewalDateTime concode_elem_sep String featureName concode_elem_sep XMLGregorianCalendar periodEndDateTime concode_elem_sep XMLGregorianCalendar periodStartDateTime concode_elem_sep long serialVersionUID concode_elem_sep String sta... |
void function ( Integer arg0 ) { this . leftMargin = arg0 ; } | sets the left page margin . concode_field_sep List<JRPrintPage> pages concode_elem_sep Integer leftMargin concode_elem_sep int PSEUDO_SERIAL_VERSION_UID concode_elem_sep byte orientation concode_elem_sep JRStyle defaultStyle concode_elem_sep String PROPERTIES_PRINT_TRANSFER_PREFIX concode_elem_sep String timeZoneId con... |
String function ( ) { return this . sd . getOutputFormat ( ) ; } | gets the output format . concode_field_sep StorageDescriptor sd concode_elem_sep int lastAccessTime concode_elem_sep int createTime concode_elem_sep List<HCatFieldSchema> columns concode_elem_sep List<String> values concode_elem_sep String dbName concode_elem_sep HCatTable hcatTable concode_elem_sep Map<String,String> ... |
Connection function ( String arg0 ) { return SDBConnectionFactory . createJDBC ( arg0 ) ; } | create jdbc connection associated with the sdb connection description in a file . concode_field_sep PlaceHolder placeHolder concode_field_sep GraphStore connectGraphStore concode_elem_sep GraphStore connectGraphStore concode_elem_sep GraphStore connectGraphStore concode_elem_sep GraphStore connectGraphStore concode_ele... |
MethodType function ( ) { return type ; } | the call type of the method . concode_field_sep Marshaller<ResponseT> responseMarshaller concode_elem_sep String name concode_elem_sep Marshaller<RequestT> requestMarshaller concode_elem_sep MethodType type concode_field_sep Marshaller<RequestT> getRequestMarshaller concode_elem_sep String getName concode_elem_sep Mars... |
void function ( NBA_State arg0 ) { _start_state = arg0 ; } | set the start state . concode_field_sep APSet _apset concode_elem_sep boolean _fail_if_disjoint concode_elem_sep Vector<NBA_State> _index concode_elem_sep MyBitSet _final_states concode_elem_sep NBA_State _start_state concode_elem_sep int _state_count concode_field_sep MyBitSet getFinalStates concode_elem_sep void prin... |
PaymentStatus function ( ) { return pmtStatus ; } | gets the value of the pmtstatus property . concode_field_sep String pmtEndToEndId concode_elem_sep String firstPmtEndToEndId concode_elem_sep XMLGregorianCalendar exportDt concode_elem_sep String orgnlPmtEndToEndId concode_elem_sep String representationAttNo concode_elem_sep BigDecimal pmntAmt concode_elem_sep String o... |
NSArray function ( ) { NSMutableArray loc0 = new NSMutableArray ( ) ; while ( hasMoreTokens ( ) ) { loc0 . addObject ( nextToken ( ) ) ; } return loc0 ; } | returns all remaining tokens in an nsarray . calling this before using nextelement or nexttoken will return all tokens . concode_field_sep NSArray tokenWidths concode_elem_sep NSArray tokenNames concode_elem_sep String stringToTokenize concode_elem_sep Enumeration nameEnumerator concode_elem_sep Enumeration widthEnumer... |
BuildSuggestersResult function ( String ... arg0 ) { if ( getFieldNames ( ) == null ) setFieldNames ( new java . util . ArrayList < String > ( arg0 . length ) ) ; for ( String loc0 : arg0 ) { getFieldNames ( ) . add ( loc0 ) ; } return this ; } | a list of field names . note : this method appends the values to the existing list if any . use #setfieldnames java.util.collection or #withfieldnames java.util.collection if you want to override theexisting values . returns a reference to this object so that method calls can be chained together . concode_field_sep com... |
int function ( ) { return Math . max ( 0 , getPage ( ) - ( getMaxLinkedPages ( ) / 2 ) ) ; } | return the first page to which create a link around the current page . concode_field_sep Date refreshDate concode_elem_sep int page concode_elem_sep SortDefinition sortUsed concode_elem_sep int DEFAULT_MAX_LINKED_PAGES concode_elem_sep List<E> source concode_elem_sep SortDefinition sort concode_elem_sep int maxLinkedPa... |
void function ( java . lang . String arg0 ) { this . name = arg0 ; } | sets the name value for this bpartner . concode_field_sep java.lang.String country concode_elem_sep long serialVersionUID concode_elem_sep java.lang.String address2 concode_elem_sep java.lang.String city concode_elem_sep java.lang.String address1 concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang... |
String function ( ) { return group ; } | gets the value of the group property . concode_field_sep String image concode_elem_sep String code concode_elem_sep Boolean visible concode_elem_sep Langs langs concode_elem_sep List<Tracked> tracked concode_elem_sep String style concode_elem_sep long serialVersionUID concode_elem_sep Long id concode_elem_sep String la... |
long function ( ) { return options . optLong ( "srini_string" , 0 ) * 1000 ; } | gibt die zeit in millisekunden an , wann die notification aufpoppen soll . concode_field_sep long interval concode_elem_sep JSONObject options concode_elem_sep String packageName concode_field_sep Options moveDate concode_elem_sep long getInterval concode_elem_sep int getIconValue concode_elem_sep String getMessage con... |
byte [ ] function ( ) { return Arrays . clone ( issuingDistributionPoint ) ; } | returns the issuing distribution point . defaults to null , which is a missing issuing distribution point extension . the internal byte array is cloned before it is returned . the criteria must be enable with builder.setissuingdistributionpointenabled boolean . concode_field_sep boolean completeCRLEnabled concode_elem_... |
java . lang . String function ( ) { return _wsrpConsumerPortlet . getUuid ( ) ; } | returns the uuid of this w s r p consumer portlet . concode_field_sep WSRPConsumerPortlet _wsrpConsumerPortlet concode_field_sep void setName concode_elem_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBr... |
String function ( Reader arg0 ) { try { StringWriter loc0 = new StringWriter ( ) ; char [ ] loc1 = new char [ 1024 ] ; int loc2 ; while ( ( loc2 = arg0 . read ( loc1 ) ) != - 1 ) { loc0 . write ( loc1 , 0 , loc2 ) ; } return loc0 . toString ( ) ; } finally { arg0 . close ( ) ; } } | returns the remainder of ` reader ' as a string , closing it when done . 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_sep String[] EMPTY_STRING_ARRAY concode_elem... |
void function ( SelectItem [ ] arg0 ) { this . componentList = arg0 ; } | sets the component list . concode_field_sep SelectItem[] componentList concode_elem_sep NodeUserObject selectedNodeObject concode_elem_sep DefaultMutableTreeNode rootTreeNode concode_elem_sep DefaultTreeModel model concode_elem_sep Integer componentToAdd concode_elem_sep int labelCount concode_elem_sep String selectedN... |
byte [ ] function ( byte [ ] arg0 ) { if ( arg0 != null ) { byte [ ] loc0 = new byte [ arg0 . length ] ; System . arraycopy ( arg0 , 0 , loc0 , 0 , loc0 . length ) ; return loc0 ; } return null ; } | create a copy of the given array - or return null if the argument is null . concode_field_sep byte[] DOS_TIME_MIN concode_field_sep long adjustToLong concode_elem_sep boolean supportsMethodOf concode_elem_sep void setNameAndCommentFromExtraFields concode_elem_sep String getUnicodeStringIfOriginalMatches concode_elem_se... |
java . util . List < de . uhh . l2g . plugins . migration . model . LegacySegment > function ( int arg0 , int arg1 ) { return getPersistence ( ) . findAll ( arg0 , arg1 ) ; } | returns a range of all the legacy segments . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end to com.liferay.portal.kernel.dao.orm.queryutil ... |
void function ( int arg0 , long arg1 , String arg2 ) { ContentValues loc0 = new ContentValues ( ) ; loc0 . put ( "srini_string" , arg2 ) ; String [ ] loc1 = { Integer . toString ( arg0 ) , Long . toString ( arg1 ) } ; getWritableDb ( ) . update ( COMMENTS_TABLE , loc0 , "srini_string" , loc1 ) ; } | updates the status for the passed comment concode_field_sep String COMMENTS_TABLE concode_elem_sep int MAX_COMMENTS concode_field_sep void updateCommentsStatus concode_elem_sep int deleteCommentsForBlog concode_elem_sep boolean deleteComment concode_elem_sep void deleteComments concode_elem_sep int purge concode_elem_s... |
Spacing function ( int arg0 , int arg1 , int arg2 , boolean arg3 , int arg4 ) { return myFactory . createSpacing ( arg0 , arg1 , arg2 , arg3 , arg4 ) ; } | creates a regular spacing setting instance . concode_field_sep SpacingFactory myFactory concode_field_sep Spacing createDependentLFSpacing concode_elem_sep Spacing createDependentLFSpacing concode_elem_sep Spacing createDependentLFSpacing concode_elem_sep void setFactory concode_elem_sep Spacing getReadOnlySpacing conc... |
String function ( ) { return COMMON_VERSION_INFO . _getUser ( ) ; } | the user that compiled hadoop . concode_field_sep VersionInfo COMMON_VERSION_INFO concode_elem_sep Log LOG concode_elem_sep Properties info concode_field_sep String _getUrl concode_elem_sep String getVersion concode_elem_sep String _getVersion concode_elem_sep String getSrcChecksum concode_elem_sep String _getDate conc... |
Optional < E > function ( ) { List < E > loc0 = last ( 1 ) . asList ( ) ; if ( loc0 . isEmpty ( ) ) { return Optional . empty ( ) ; } return Optional . of ( loc0 . get ( 0 ) ) ; } | can be used to collect objects from the iterable . is a terminating operation . concode_field_sep Iterable<E> iterable concode_field_sep FluentIterable<E> filter concode_elem_sep Iterator<E> iterator concode_elem_sep Spliterator<E> spliterator concode_elem_sep void forEach concode_elem_sep int getRemainingElementsCount... |
float [ ] function ( ) { return mMat ; } | return a reference to the internal array representing matrix values . modifying this array will also change the matrix concode_field_sep float[] mMat concode_field_sep void rotate concode_elem_sep void rotate concode_elem_sep void set concode_elem_sep void loadScale concode_elem_sep void loadScale concode_elem_sep void... |
void function ( String arg0 ) { this . outFile = new ExifInterface ( arg0 ) ; } | the file after it has been compressed concode_field_sep String gpsDateStamp concode_elem_sep String gpsLatitudeRef concode_elem_sep String gpsLongitude concode_elem_sep String gpsLatitude concode_elem_sep String whiteBalance concode_elem_sep String orientation concode_elem_sep String model concode_elem_sep String focal... |
void function ( ConnectionEventListener arg0 ) { if ( this . connectionEventListeners != null ) { this . connectionEventListeners . put ( arg0 , arg0 ) ; } } | adds connectioneventlisteners to a hash table to be used for notification of connectionevents concode_field_sep int CONNECTION_CLOSED_EVENT concode_elem_sep Map<ConnectionEventListener,ConnectionEventListener> connectionEventListeners concode_elem_sep com.mysql.jdbc.Connection physicalConn concode_elem_sep Connection l... |
Annotator function ( ) { return annotator ; } | gets the annotator that will in apply annotations to the generated code to allow correct serialization and deserialization , according to the chosen annotation style . concode_field_sep GenerationConfig generationConfig concode_elem_sep NameHelper nameHelper concode_elem_sep Annotator annotator concode_elem_sep SchemaS... |
void function ( String arg0 , List < Panel > arg1 ) { for ( Panel loc0 : arg1 ) { loc0 . setTitleFont ( arg0 ) ; } } | set the title font in the panel concode_field_sep PlaceHolder placeHolder concode_field_sep void notifyTitleBarFontStyleSelected concode_elem_sep void notifyNorthBorderStatus concode_elem_sep void notifyAllBorderStatus concode_elem_sep void notifyHeightPropertyChange concode_elem_sep void notifyWidthPropertyChange conc... |
boolean function ( ) { return preUpload ; } | inputfile can now send progress events before the file upload begins , and after it has completed , to facilitate synchronous mode , so that applications may turn on and off an indeterminate progress bar during the file upload , since they ca n't push incremental progress updates . concode_field_sep File file concode_e... |
String function ( ) { return id . getModuleLabel ( ) + '.' + id . getIndex ( ) ; } | return the name for the module instance this metadata object is tracking . the format for this string is `` label.index '' , for example `` log .1 '' . concode_field_sep DeploymentUnitStatus.State deploymentStatus concode_elem_sep String unitName concode_elem_sep ModuleType moduleType concode_elem_sep Properties module... |
void function ( BufferedImage arg0 , String arg1 , OutputStream arg2 ) { ImageEncoder loc0 = ImageEncoderFactory . newInstance ( arg1 ) ; loc0 . encode ( arg0 , arg2 ) ; } | encode the image in a specific format and write it to an outputstream . concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] encode concode_elem_sep byte[] encode concode_elem_sep byte[] encode concode_elem_sep byte[] encode |
org . apache . axis . encoding . Deserializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanDeserializer ( arg1 , arg2 , typeDesc ) ; } | get custom deserializer concode_field_sep com.google.api.ads.dfp.axis.v201403.Stats stats concode_elem_sep com.google.api.ads.dfp.axis.v201403.Long_StatsMapEntry[] creativeSetStats concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.google.api.ads.dfp.axis.v201403... |
String function ( BaseOpenmrsMetadata arg0 ) { String loc0 = StringEscapeUtils . escapeHtml ( arg0 . getName ( ) ) ; loc0 = StringEscapeUtils . escapeJavaScript ( loc0 ) ; return arg0 . isRetired ( ) ? "srini_string" + loc0 + "srini_string" : loc0 ; } | returns metadata name formatted if retired concode_field_sep List<String> selectableTags concode_elem_sep String startFromTag concode_elem_sep boolean selectOnlyLeaves concode_elem_sep boolean includeNullOption concode_field_sep List<Map<String,Object>> getHierarchyAsJson concode_elem_sep boolean isSelectable concode_e... |
boolean function ( int arg0 ) { if ( arg0 >= 0 && arg0 <= 9 ) { this . compressionLevel = arg0 ; return true ; } else { return false ; } } | set new compression level 2 by default concode_field_sep List<File> entries concode_elem_sep boolean verbose concode_elem_sep ZipFolder root concode_elem_sep JProgressBar bar concode_elem_sep List<ZipFolder> folders concode_elem_sep String name concode_elem_sep int bufferSize concode_elem_sep int compressionLevel conco... |
void function ( State arg0 ) { currentState = arg0 ; transitions = arg0 . getTransitions ( ) ; delegatingMatcher . setDelegate ( arg0 . getTransitions ( ) . getMatcher ( ) ) ; } | changes the #currentstate to the given state . concode_field_sep DelegatingMatcher delegatingMatcher concode_elem_sep State currentState concode_elem_sep Transitions transitions concode_field_sep MatchProcessorResult process concode_elem_sep State getCurrentState |
void function ( String arg0 , String arg1 ) { LeaderInterface loc0 ; try { loc0 = getLeaderInterface ( arg0 ) ; System . out . println ( "srini_string" + arg0 ) ; loc0 . receiveMessage ( arg1 ) ; } catch ( Exception loc1 ) { System . err . println ( loc1 . getCause ( ) + loc1 . getMessage ( ) + arg0 ) ; } } | this is the method used to send the lcr algo message when the message uid is higher than self concode_field_sep PlaceHolder placeHolder concode_field_sep void registerListenerWithLeader concode_elem_sep void sendPing concode_elem_sep String getStateFromRemote concode_elem_sep void sendUidMessage concode_elem_sep void s... |
List < String [ ] > function ( ) { return header ; } | returns the list of string arrays comprising the header concode_field_sep int HEADER_IDX concode_elem_sep List<List<String[]>> file concode_elem_sep FieldMetaType[] fieldTypes concode_elem_sep String datePattern concode_elem_sep TObjectIntMap<String> fieldIndexMap concode_elem_sep DateTimeFormatter format concode_elem_... |
void function ( String arg0 , int arg1 ) { By loc0 = By . xpath ( arg0 ) ; ( new WebDriverWait ( BrowserManager . getDriver ( ) , arg1 ) ) . until ( ExpectedConditions . presenceOfElementLocated ( loc0 ) ) ; } | wait for a xpath locator for a time in seconds concode_field_sep PlaceHolder placeHolder concode_field_sep void doubleClickJS concode_elem_sep void clickAt concode_elem_sep void doubleClick concode_elem_sep void draggingAndDroppingOnXAxis concode_elem_sep void clickWhenReady concode_elem_sep void dragAndDropOnXAxis con... |
void function ( int arg0 ) { this . tau_t = arg0 ; } | sets the frequency of change . concode_field_sep int n_t concode_elem_sep FunctionOptimisationProblem hef3_f1_problem concode_elem_sep ContinuousFunction hef3_g concode_elem_sep ContinuousFunction hef3_f1 concode_elem_sep int tau concode_elem_sep FunctionOptimisationProblem hef3_g_problem concode_elem_sep int tau_t con... |
String function ( List < String > arg0 ) { if ( arg0 . size ( ) == 1 ) return arg0 . get ( 0 ) ; StringBuilder loc0 = new StringBuilder ( ) ; for ( int loc1 = 0 ; loc1 < arg0 . size ( ) ; loc1 ++ ) { if ( loc1 > 0 ) loc0 . append ( "srini_string" ) ; loc0 . append ( arg0 . get ( loc1 ) ) ; } return loc0 . toString ( ) ... | send all cookies in one big header , as recommended by rfc 6265 . concode_field_sep boolean onlyIfCached concode_elem_sep RawHeaders headers concode_elem_sep String transferEncoding concode_elem_sep String acceptEncoding concode_elem_sep String proxyAuthorization concode_elem_sep int maxStaleSeconds concode_elem_sep lo... |
void function ( ) { JsonValue loc0 = mock ( JsonValue . class ) ; JsonValue loc1 = mock ( JsonValue . class ) ; array . add ( loc0 ) ; assertEquals ( loc0 , array . get ( 0 ) ) ; array . set ( 0 , loc1 ) ; assertEquals ( loc1 , array . get ( 0 ) ) ; } | test of get method , of class piwikjsonarray . concode_field_sep PiwikJsonArray array concode_field_sep void setUpClass concode_elem_sep void testToString concode_elem_sep void setUp concode_elem_sep void tearDownClass concode_elem_sep void tearDown |
void function ( ) { } | as of jdk 1.1 , replaced by #setbounds int , int , int , int . this method returns . concode_field_sep byte NUL_2 concode_elem_sep byte NUL concode_elem_sep InnerInputCorrectJavaDocParagraphCheck anon concode_field_sep void foo6 concode_elem_sep void foo6 concode_elem_sep void foo6 concode_elem_sep boolean emulated1 co... |
Operation function ( Socket arg0 ) { return getInstance ( arg0 , arg0 . getEngine ( ) ) ; } | this method is used to create operation object to process the next phase of the negotiation . the operations that are created using this factory ensure the processing can be done asynchronously , which reduces the overhead the connection thread has when handing the pipelines over for processing . concode_field_sep Reac... |
String function ( String arg0 ) { return new String ( Base64 . decode ( arg0 ) ) ; } | decoding and deflating the encoded authreq concode_field_sep Log log concode_elem_sep RealmService realmService concode_elem_sep char[] charMapping concode_elem_sep boolean bootStrapped concode_elem_sep Random random concode_field_sep String encode concode_elem_sep boolean validateSignature concode_elem_sep String mars... |
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... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.