code
stringlengths
20
663
nl
stringlengths
68
7.19k
void function ( double arg0 ) { this . amplitude = arg0 ; }
sets the amplitude of the sine wave . concode_field_sep Color GOOD_COLOR concode_elem_sep double pointsPerSecond concode_elem_sep double losPhase concode_elem_sep double losPeriodInSeconds concode_elem_sep double amplitude concode_elem_sep double losThreshold concode_elem_sep Color LOS_COLOR concode_elem_sep double per...
void function ( TypeDeclaration arg0 ) { arg0 . f0 . accept ( this ) ; }
f0 - > classdeclaration | classextendsdeclaration concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
void function ( ValueChangeEvent arg0 ) { setRenderCenter ( ( ( Boolean ) arg0 . getNewValue ( ) ) . booleanValue ( ) ) ; }
event handler for the center border . concode_field_sep boolean renderNorth concode_elem_sep boolean renderEast concode_elem_sep boolean renderSouth concode_elem_sep boolean renderWest concode_elem_sep boolean renderCenter concode_field_sep void south concode_elem_sep boolean isRenderNorth concode_elem_sep boolean isRe...
IPSQueryBinding function ( @ Nonnull final PSSchema arg0 ) { return PSQueryBindingRegistry . getQueryBindingOfNameOrThrow ( arg0 . getQueryBinding ( ) ) ; }
determine the query binding for the read schema . concode_field_sep XPathFunctionResolver m_aFunctionResolver concode_elem_sep IPSErrorHandler m_aErrorHandler concode_elem_sep EntityResolver m_aEntityResolver concode_elem_sep int m_nHashCode concode_elem_sep IReadableResource m_aResource concode_elem_sep XPathVariableR...
URL function ( ) { throw new FileNotFoundException ( getDescription ( ) + "srini_string" ) ; }
this implementation throws a filenotfoundexception , assuming that the resource can not be resolved to a url . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isFile concode_elem_sep File getFile concode_elem_sep ReadableByteChannel readableChannel concode_elem_sep boolean isOpen concode_elem_sep Fi...
void function ( ) { server . start ( ) ; }
starts the web frontend server . concode_field_sep Server server concode_elem_sep String WEB_ROOT_DIR concode_elem_sep Logger LOG concode_field_sep void checkAndCreateDirectories concode_elem_sep void join
boolean function ( ) { return getDebug ( ) && getSanityChecksEnabled ( ) ; }
are sanity checks enabled ? 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_sep int LOG_NONE concode_elem_sep int LOG_ALL concode_elem_sep int logTypes concode_elem_sep int LOG_OUTPUT concode_elem_s...
Status function ( ) { if ( git == null ) throw new NoWorkTreeException ( ) ; return git . status ( ) . call ( ) ; }
get status of repository . concode_field_sep Logger LOGGER concode_elem_sep String GIT_FOLDER concode_elem_sep Project project concode_elem_sep Git git concode_field_sep Git init concode_elem_sep void setupDefaultGitIgnore concode_elem_sep DirCache addToIndex concode_elem_sep void printStatus concode_elem_sep RevCommit...
void function ( ) { assertEquals ( ExitStatus . EXECUTING , execution . getExitStatus ( ) ) ; execution . setExitStatus ( ExitStatus . COMPLETED ) ; assertEquals ( ExitStatus . COMPLETED , execution . getExitStatus ( ) ) ; }
test method for org.springframework.batch.core.jobexecution #getexitstatus . concode_field_sep ExecutionContext foobarEc concode_elem_sep StepExecution blankExecution concode_elem_sep StepExecution execution concode_field_sep void testEqualsWithNullStepId concode_elem_sep void testNullNameIsIllegal concode_elem_sep voi...
void function ( int arg0 , image_pool arg1 ) { opencvJNI . glcamera_drawMatToGL ( swigCPtr , this , arg0 , image_pool . getCPtr ( arg1 ) , arg1 ) ; }
copies an image from a pool and queues it for drawing in opengl . this does transformation into power of two texture sizes concode_field_sep boolean swigCMemOwn concode_elem_sep long swigCPtr concode_field_sep void init concode_elem_sep void finalize concode_elem_sep void step concode_elem_sep long getCPtr concode_elem...
PersonNameType function ( ) { return cardOwnerName ; }
getter for cardownername concode_field_sep Integer expMonth concode_elem_sep PersonNameType cardOwnerName concode_elem_sep String cVV2 concode_elem_sep String preferredPrefix concode_elem_sep Integer expYear concode_elem_sep Integer startMonth concode_elem_sep String issueNumber concode_elem_sep Integer startYear conco...
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return getService ( ) . arg0 ( arg0 ) ; }
performs a dynamic query on the database and returns the matching rows . concode_field_sep OrgLaborLocalService _service concode_field_sep com.liferay.portal.kernel.model.OrgLabor getOrgLabor concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQ...
TrustSource function ( TrustSource arg0 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } return add ( arg0 . getTrustedCAs ( ) ) ; }
returns a new trustsource containing the same trusted cas as this trustsource , plus the trusted cas in the specified trustsource . concode_field_sep TrustSource DEFAULT_TRUST_SOURCE concode_elem_sep X509Certificate[] trustedCAs concode_field_sep X509Certificate[] getTrustedCAs concode_elem_sep TrustSource builtinTrust...
boolean function ( double arg0 ) { return getCurrentFractionalXP ( ) >= arg0 ; }
checks if the player has the given amount of fractional xp . concode_field_sep String playerName concode_elem_sep int hardMaxLevel concode_elem_sep int xpTotalToReachLevel[] concode_elem_sep WeakReference<Player> player concode_field_sep double getCurrentFractionalXP concode_elem_sep void changeExp concode_elem_sep voi...
void function ( String arg0 ) { this . wheel = arg0 ; }
sets wheel . concode_field_sep String size concode_elem_sep String wheel concode_elem_sep String location concode_elem_sep String brand concode_elem_sep String treadDepth concode_field_sep void setTreadDepth concode_elem_sep String getSize concode_elem_sep String getLocation concode_elem_sep void setBrand concode_elem_...
HmValueType function ( ) { return type ; }
returns the type . concode_field_sep boolean readable concode_elem_sep boolean virtual concode_elem_sep Object defaultValue concode_elem_sep Number maxValue concode_elem_sep HmChannel channel concode_elem_sep String description concode_elem_sep boolean readOnly concode_elem_sep HmValueType type concode_elem_sep Object ...
AuditEvent function ( PersistentAuditEvent arg0 ) { Instant loc0 = arg0 . getAuditEventDate ( ) . atZone ( ZoneId . systemDefault ( ) ) . toInstant ( ) ; return new AuditEvent ( Date . from ( loc0 ) , arg0 . getPrincipal ( ) , arg0 . getAuditEventType ( ) , convertDataToObjects ( arg0 . getData ( ) ) ) ; }
convert a persistentauditevent to an auditevent concode_field_sep PlaceHolder placeHolder concode_field_sep Map<String,String> convertDataToStrings concode_elem_sep Map<String,Object> convertDataToObjects
void function ( java . lang . String arg0 ) { _scProductVersion . setUserUuid ( arg0 ) ; }
sets the user uuid of this s c product version . concode_field_sep SCProductVersion _scProductVersion concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCac...
RunConfiguration function ( int arg0 , int arg1 , double arg2 , Measurement arg3 ) { KNNClassifier loc0 = new KNNClassifier ( arg0 , arg1 ) ; RunConfiguration loc1 = new RunConfiguration ( arg0 , arg1 , arg2 , loc0 , arg3 ) ; return loc1 ; }
returns a run configuration with given parameters for knnclassifier concode_field_sep double trainingTestRatio concode_elem_sep int numFeatures concode_elem_sep Classifier classifier concode_elem_sep int k concode_elem_sep Measurement measurement concode_field_sep void init concode_elem_sep void setMeasurement concode_...
boolean function ( boolean arg0 ) { return StaticHelper . initOpenCV ( arg0 ) ; }
loads and initializes opencv library from current application package . roughly , it 's an analog of system.loadlibrary `` opencv_java '' . concode_field_sep String OPENCV_VERSION_2_4_4 concode_elem_sep String OPENCV_VERSION_2_4_3 concode_elem_sep String OPENCV_VERSION_3_2_0 concode_elem_sep String OPENCV_VERSION_2_4_9...
TransactionIdentifier function ( ) { return transaction_id ; }
gets the transaction-id concode_field_sep int STATE_WAITING concode_elem_sep TransactionIdentifier transaction_id concode_elem_sep Message request concode_elem_sep int STATE_CONFIRMED concode_elem_sep int STATE_TERMINATED concode_elem_sep int transaction_sqn concode_elem_sep Log log concode_elem_sep int STATE_IDLE conc...
void function ( MethodDescriptor arg0 , Collection < TypeQualifierValue < ? >> arg1 ) { methodToDirectlyRelevantQualifiersMap . put ( arg0 , arg1 ) ; allKnownQualifiers . addAll ( arg1 ) ; }
set the collection of directly-relevant type qualifiers for a given method . concode_field_sep Set<TypeQualifierValue<?>> allKnownQualifiers concode_elem_sep Map<MethodDescriptor,Collection<TypeQualifierValue<?>>> methodToDirectlyRelevantQualifiersMap concode_field_sep Set<TypeQualifierValue<?>> getAllKnownQualifiers c...
Boolean function ( ) { return required ; }
gets the value of the required property . concode_field_sep List<InputParameter> inputParameter concode_elem_sep List<FailureReason> failureReason concode_elem_sep PaymentMethods paymentMethods concode_elem_sep String name concode_elem_sep XMLGregorianCalendar lastOptionUpdateDate concode_elem_sep long serialVersionUID...
String function ( String arg0 [ ] ) { return arg0 [ random ( arg0 . length ) ] ; }
method declaration concode_field_sep String scriptHelp[] concode_elem_sep String insertHelp[] concode_elem_sep String createTableHelp[] concode_elem_sep String dropIndexHelp[] concode_elem_sep String testHelp[] concode_elem_sep String deleteHelp[] concode_elem_sep String selectHelp[] concode_elem_sep Random rRandom con...
void function ( Object arg0 ) { targets . add ( arg0 ) ; }
add a target . concode_field_sep Tie tie concode_elem_sep HashSet targets concode_field_sep boolean unused concode_elem_sep void remove
int [ ] function ( byte [ ] arg0 ) { IntBuffer loc0 = ByteBuffer . wrap ( arg0 ) . asIntBuffer ( ) ; IntBuffer loc1 = IntBuffer . allocate ( loc0 . capacity ( ) ) ; loc1 . put ( loc0 ) ; return loc1 . array ( ) ; }
convert a byte array to the equivalent integer array . note that the number of byte elements are only perserved if the byte size is a multiple of four . concode_field_sep String dataTypeDelimiter concode_elem_sep String TYPE_DELIMITER concode_elem_sep NbtConfigurationSerializer DEFAULT concode_field_sep NbtCompound des...
boolean function ( ) { return CSSDataURLHelper . isDataURL ( m_sURI ) ; }
check if this uri is a data url starting with `` data : '' concode_field_sep CSSSourceLocation m_aSourceLocation concode_elem_sep String m_sURI concode_field_sep int hashCode concode_elem_sep CSSSourceLocation getSourceLocation concode_elem_sep boolean equals concode_elem_sep CSSURI setURI concode_elem_sep String getAs...
void function ( Context arg0 , boolean arg1 ) { SharedPreferences loc0 = PreferenceManager . getDefaultSharedPreferences ( arg0 . getApplicationContext ( ) ) ; loc0 . edit ( ) . putBoolean ( SENT_TOKEN_TO_SERVER , arg1 ) . apply ( ) ; }
check if token is null concode_field_sep String SENT_TOKEN_TO_SERVER concode_elem_sep String REGISTRATION_COMPLETE concode_elem_sep String FCM_TOKEN concode_field_sep String getFCMToken concode_elem_sep boolean hasFCMToken concode_elem_sep void saveFCMToken
String function ( ) { return name ; }
getter method for name variable concode_field_sep int quantity concode_elem_sep double price concode_elem_sep String name concode_elem_sep DecimalFormat formatter concode_field_sep void setName concode_elem_sep int getQuantity concode_elem_sep void setQuantity concode_elem_sep void display concode_elem_sep void setPric...
boolean function ( ) { return on ; }
get the flag indicating this event is to trigger the resource to turn on or off . concode_field_sep TreeSet<Schedule.Event> events concode_elem_sep String[] weekdays concode_elem_sep int hour concode_elem_sep List<String> dayNamesList concode_elem_sep long id concode_elem_sep boolean[] week concode_elem_sep String[] da...
void function ( EncryptionMethodType arg0 ) { this . encryptionMethod . remove ( arg0 ) ; }
remove encryption method type concode_field_sep List<EncryptionMethodType> encryptionMethod concode_elem_sep KeyTypes use concode_elem_sep Element keyInfo concode_field_sep void addEncryptionMethod concode_elem_sep void setKeyInfo concode_elem_sep void setUse concode_elem_sep List<EncryptionMethodType> getEncryptionMet...
String function ( ) { return value ; }
gets the value of the value property . concode_field_sep Boolean isPermaLink concode_elem_sep String value concode_field_sep void setValue concode_elem_sep boolean isIsPermaLink concode_elem_sep void setIsPermaLink
void function ( Object arg0 ) { if ( myHost != null ) { myHost . returnData ( arg0 ) ; } }
used to communicate a return object from a plugin tool to 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 amIActive...
BigInteger function ( ) { return parentid ; }
gets the value of the parentid property . concode_field_sep String sha1 concode_elem_sep ContributorType contributor concode_elem_sep Object minor concode_elem_sep String format concode_elem_sep CommentType comment concode_elem_sep String model concode_elem_sep BigInteger id concode_elem_sep TextType text concode_elem_...
void function ( String arg0 , Object ... arg1 ) { report ( diags . error ( source , null , arg0 , arg1 ) ) ; }
report an error , unless another error was already reported at same source position . concode_field_sep Map<JavaFileObject,DiagnosticSource> sourceMap concode_elem_sep JCDiagnostic.Factory diags concode_elem_sep DiagnosticSource source concode_field_sep void note concode_elem_sep void note concode_elem_sep void note co...
void function ( InfoSharingDirectivesType arg0 ) { this . infoSharingDirectives = arg0 ; }
setter for infosharingdirectives concode_field_sep String preferredPrefix concode_elem_sep InfoSharingDirectivesType infoSharingDirectives concode_elem_sep Boolean reqConfirmShipping concode_elem_sep BuyerDetailType buyerDetail concode_elem_sep UserChannelCodeType userChannel concode_elem_sep List<PaymentDetailsType> p...
boolean function ( UserTransaction arg0 ) { final int loc0 = getStatus ( arg0 ) ; return isActive ( loc0 ) ; }
does the status code obtained from the given usertransaction indicate an active transaction ? concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isRollback concode_elem_sep boolean isRollback concode_elem_sep boolean isRollback concode_elem_sep boolean isMarkedForRollback concode_elem_sep int getStatus...
FiltersAggregationBuilder function ( String arg0 ) { return new FiltersAggregationBuilder ( arg0 ) ; }
create a new filters aggregation with the given name . concode_field_sep PlaceHolder placeHolder concode_field_sep GeoBoundsBuilder geoBounds concode_elem_sep DateRangeBuilder dateRange concode_elem_sep DateHistogramBuilder dateHistogram concode_elem_sep RangeBuilder range concode_elem_sep SumBuilder sum concode_elem_s...
void function ( Message arg0 , SoapMessage arg1 ) { boolean loc0 = arg0 != null && arg0 . getHeaders ( ) != null && ! arg0 . getHeaders ( ) . isEmpty ( ) ; if ( loc0 ) { doProcessSoapHeader ( arg0 , arg1 ) ; } }
if applicable this method adds a soap header . concode_field_sep PlaceHolder placeHolder concode_field_sep void doProcessSoapAttachments concode_elem_sep void filterProducer concode_elem_sep void doProcessSoapHeader concode_elem_sep void processHeaderAndAttachments concode_elem_sep void filterConsumer
void function ( ) { if ( ! mergedTuple . isEmpty ( ) ) { mergedport . emit ( mergedTuple ) ; mergedTuple = new HashMap < K , Integer > ( ) ; } }
emits mergedtuple on mergedport if it is not empty concode_field_sep DefaultOutputPort<HashMap<K,Integer>> mergedport concode_elem_sep HashMap<K,Integer> mergedTuple concode_elem_sep Integer lval concode_elem_sep boolean least concode_field_sep void beginWindow concode_elem_sep void process concode_elem_sep void setup ...
void function ( String arg0 , String arg1 , Object ... arg2 ) { if ( LOG . DEBUG >= LOGLEVEL ) Log . d ( arg0 , String . format ( arg1 , arg2 ) ) ; }
debug log message with printf formatting . 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 concod...
String function ( ) { StringBuffer loc0 = new StringBuffer ( "srini_string" ) ; loc0 . append ( this . name ) ; loc0 . append ( "srini_string" ) ; return ( loc0 . toString ( ) ) ; }
return a string representation of this object , which exposes only information that should be public . concode_field_sep String name concode_elem_sep String password concode_elem_sep Realm realm concode_elem_sep String roles[] concode_elem_sep Principal userPrincipal concode_elem_sep StringManager sm concode_elem_sep o...
String function ( ) { if ( mHolder != null ) { return mHolder . impl . getStethoRequestId ( ) ; } else { return null ; } }
low level method to access this request 's unique identifier according to com.facebook.stetho.inspector.network.networkeventreporter . most callers wo n't need this . concode_field_sep StethoURLConnectionManagerImpl impl concode_elem_sep boolean sIsStethoPresent concode_elem_sep Holder mHolder concode_field_sep Object ...
List < DiffType > function ( ) { traverseSequences ( ) ; addPending ( ) ; return diffs ; }
runs diff and returns the results . concode_field_sep Integer delStart concode_elem_sep Comparator<ObjectType> comparator concode_elem_sep Integer delEnd concode_elem_sep Integer addStart concode_elem_sep List<ObjectType> from concode_elem_sep List<ObjectType> to concode_elem_sep List<DiffType> diffs concode_elem_sep I...
void function ( float arg0 ) { mTransOffsetY = Utils . convertDpToPixel ( arg0 ) ; }
set an offset in dp that allows the user to drag the chart over it 's bounds on the y-axis . concode_field_sep RectF mContentRect concode_elem_sep float mChartWidth concode_elem_sep float mTransOffsetX concode_elem_sep float mTransOffsetY concode_elem_sep float mMinScaleY concode_elem_sep float mMinScaleX concode_elem_...
double function ( Point arg0 ) { return Math . sqrt ( distanceSqrd ( arg0 ) ) ; }
computes the distance between this point and the given point . concode_field_sep double x concode_elem_sep double y concode_elem_sep double z concode_field_sep Point add concode_elem_sep Point add concode_elem_sep Comparator<Point> getComparator concode_elem_sep Vector subtract concode_elem_sep Vector subtract concode_...
String function ( ) { return sql ; }
gets the value of the sql property . concode_field_sep String returnType concode_elem_sep String sql concode_field_sep String getReturnType concode_elem_sep void setReturnType concode_elem_sep void setSql
void function ( @ Nullable ProgressIndicator arg0 , @ NotNull String arg1 , @ NotNull File arg2 ) { File loc0 = FileUtil . createTempFile ( "srini_string" , null ) ; downloadAtomically ( arg0 , arg1 , arg2 , loc0 , null ) ; }
downloads content of url to outputfile atomically . outputfile wo n't be modified in case of any i/o download errors . concode_field_sep String CONTENT_LENGTH_TEMPLATE concode_elem_sep Logger LOG concode_field_sep void substituteContentLength concode_elem_sep Outcome<V> provideDataWithProgressSynchronously concode_elem...
int function ( int arg0 ) { int loc0 = 2 * Runtime . getRuntime ( ) . loc0 ( ) + 1 ; return loc0 > arg0 ? arg0 : loc0 ; }
get recommend default thread pool size concode_field_sep int DEFAULT_THREAD_POOL_SIZE concode_field_sep placeholderType placeHolder
boolean function ( String arg0 , String arg1 ) { try { return Boolean . parseBoolean ( arg1 ) ; } catch ( NumberFormatException loc0 ) { throw new IllegalArgumentException ( "srini_string" + arg0 ) ; } }
transfter val to boolean concode_field_sep String HADOOP_SECURITY_USER_KEYTAB_FILE concode_elem_sep String HADOOP_SECURITY_USERNAME concode_field_sep int getIntBetween concode_elem_sep void setHadoopFSURI concode_elem_sep void loginSecureHadoop concode_elem_sep int getInt concode_elem_sep int getCodecLevel concode_elem...
void function ( String arg0 ) { this . selectedNode = arg0 ; }
sets the selected node . this changes a local instance variable used for display , it does not directly change the tree node state . concode_field_sep SelectItem[] componentList concode_elem_sep NodeUserObject selectedNodeObject concode_elem_sep DefaultMutableTreeNode rootTreeNode concode_elem_sep DefaultTreeModel mode...
Document function ( ) { DocumentBuilderFactory loc0 = DocumentBuilderFactory . newInstance ( ) ; loc0 . setNamespaceAware ( true ) ; DocumentBuilder loc1 = loc0 . newDocumentBuilder ( ) ; Document loc2 = loc1 . parse ( new ByteArrayInputStream ( this . getBytes ( ) ) ) ; return loc2 ; }
get the xfa content as w3c document . concode_field_sep COSBase xfa concode_field_sep COSBase getCOSObject concode_elem_sep byte[] getBytes
Long function ( ) { return first ; }
get first concode_field_sep Reference reference concode_elem_sep long serialVersionUID concode_elem_sep Long first concode_elem_sep ResourceAdapter ra concode_elem_sep Boolean second concode_field_sep void setSecond concode_elem_sep void setResourceAdapter concode_elem_sep void setFirst concode_elem_sep void setReferen...
Thread function ( ) { synchronized ( this ) { return _owner ; } }
returns the thread owner of this reentrantlock . concode_field_sep long _count concode_elem_sep Thread _owner concode_field_sep void unlock concode_elem_sep void lock concode_elem_sep boolean tryLock
Matrix function ( ) { COSArray loc0 = ( COSArray ) getCOSDictionary ( ) . getDictionaryObject ( COSName . MATRIX ) ; if ( loc0 != null ) { return new Matrix ( loc0 ) ; } else { return new Matrix ( ) ; } }
returns the pattern matrix , or the identity matrix is none is available . concode_field_sep int TYPE_TILING_PATTERN concode_elem_sep int TYPE_SHADING_PATTERN concode_elem_sep COSDictionary patternDictionary concode_field_sep String getFilter concode_elem_sep int getPatternType concode_elem_sep void setLength concode_e...
org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; }
return type metadata object concode_field_sep java.lang.String designador concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String instancia concode_elem_sep java.lang.String sistemaOriginario concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String ordem ...
String function ( ) { return storeId ; }
gets the value of the storeid property . concode_field_sep String salesRepName concode_elem_sep String storeFax concode_elem_sep String dealerCode concode_elem_sep long serialVersionUID concode_elem_sep String storeId concode_elem_sep String secondHandDealerStoreLicenseNum concode_elem_sep String storeAddress1 concode_...
String function ( ) { return convertToString ( selectedLanguages ) ; }
returns the selectedlangues array a comma seperated list concode_field_sep String COUNTRY_CHINA concode_elem_sep SelectItem[] CITIES_RUSSIA concode_elem_sep String selectedComponent concode_elem_sep String[] selectedCities concode_elem_sep String selectedDrink concode_elem_sep SelectItem[] COMPONENT_ITEMS concode_elem_...
void function ( InetAddress arg0 ) { this . address = arg0 ; }
this sets the address to which the data packet will be transmitted . concode_field_sep InetAddress address concode_elem_sep int offset concode_elem_sep int port concode_elem_sep int length concode_elem_sep byte[] buffer concode_elem_sep int maxlen concode_field_sep void setLength concode_elem_sep int getPort concode_el...
int function ( ) { if ( Trace . traceOn_ ) Trace . log ( Trace . DIAGNOSTIC , "srini_string" , loginTimeout_ ) ; return loginTimeout_ ; }
indicates the value to which the login timeout socket option is set in milliseconds . concode_field_sep long serialVersionUID concode_elem_sep int soLinger_ concode_elem_sep int receiveBufferSize_ concode_elem_sep int soTimeout_ concode_elem_sep boolean tcpNoDelaySet_ concode_elem_sep boolean keepAliveSet_ concode_elem...
void function ( ) { bagObserver . refresh ( toString ( ) ) ; }
refresh display concode_field_sep int THRESHOLD concode_elem_sep Memory memory concode_elem_sep HashMap<String,Type> nameTable concode_elem_sep ArrayList<ArrayList<Type>> itemTable concode_elem_sep int mass concode_elem_sep int showLevel concode_elem_sep float RELATIVE_THRESHOLD concode_elem_sep int capacity concode_el...
ToStringHelper function ( boolean arg0 ) { return addHolder ( String . valueOf ( arg0 ) ) ; }
adds an unnamed value to the formatted output . concode_field_sep ValueHolder next concode_elem_sep ValueHolder holderTail concode_elem_sep String name concode_elem_sep String className concode_elem_sep boolean omitNullValues concode_elem_sep ValueHolder holderHead concode_elem_sep Object value concode_field_sep ToStri...
File [ ] function ( ) { final String [ ] loc0 = System . getProperty ( "srini_string" ) . split ( File . pathSeparator ) ; final File [ ] loc1 = new File [ loc0 . length ] ; for ( int loc2 = 0 ; loc2 < loc1 . length ; ++ loc2 ) { loc1 [ loc2 ] = new File ( loc0 [ loc2 ] ) ; } return loc1 ; }
returns the class path of the current jvm instance as an array of file objects . concode_field_sep boolean isFile concode_elem_sep Logger logger concode_elem_sep String[] pkgNameFilter concode_elem_sep InputStreamIterator inputStreamIterator concode_elem_sep ZipFileIterator zipIterator concode_elem_sep FileIterator fil...
void function ( final ITestResult arg0 ) { onTestFailure ( arg0 ) ; }
on configuration failure . concode_field_sep WebDriver driver concode_elem_sep File outputDirectory concode_field_sep void setDriver concode_elem_sep String getProperties concode_elem_sep void onConfigurationSuccess concode_elem_sep void onConfigurationSkip concode_elem_sep void onFinish concode_elem_sep WebDriver getD...
List < State > function ( Vertex arg0 ) { return stateSets . get ( arg0 ) ; }
returns a collection of ` interesting ' states for the given vertex . depending on the implementation , this could contain a single optimal state , a set of pareto-optimal states , or even states that are not known to be optimal but are judged interesting by some other criteria . concode_field_sep DominanceFunction dom...
BundleContext function ( ) { return context ; }
returns the bundle context of this bundle concode_field_sep BundleContext context concode_elem_sep Logger logger concode_elem_sep String TRANSFORM_FOLDER_NAME concode_field_sep void stop concode_elem_sep void start
float function ( AccessibilityEvent arg0 ) { final float loc0 = getScrollPosition ( arg0 ) ; return ( 100.0f * Math . max ( 0.0f , Math . min ( 1.0f , loc0 ) ) ) ; }
returns the percentage scrolled within a scrollable view . the value will be in the range 0 . .100 where 100 is the maximum scroll amount . concode_field_sep long MIN_SCROLL_INTERVAL concode_elem_sep long mLastScrollEvent concode_field_sep boolean format concode_elem_sep float getScrollPosition
void function ( ) { assertEquals ( 20.15d , ( double ) TypeConverter . getType ( double . class , "srini_string" ) ) ; assertEquals ( 20.15d , ( double ) TypeConverter . getType ( Double . class , "srini_string" ) ) ; }
fixme comment this concode_field_sep PlaceHolder placeHolder concode_field_sep void testIntegerTypes concode_elem_sep void testFloatTypes concode_elem_sep void testBooleanTypes concode_elem_sep void testLongTypes concode_elem_sep void testDate
void function ( Date arg0 ) { this . createDate = arg0 ; }
sets the value of the createdate property . concode_field_sep String note concode_elem_sep Integer activityObjectId concode_elem_sep Integer notebookTopicObjectId concode_elem_sep Date lastUpdateDate concode_elem_sep String rawTextNote concode_elem_sep String activityName concode_elem_sep Boolean isBaseline concode_ele...
OEmbed function ( String arg0 ) { try { return new OEmbedJSONImpl ( new JSONObject ( arg0 ) ) ; } catch ( JSONException loc0 ) { throw new TwitterException ( loc0 ) ; } }
constructs an oembed object from rawjson string . concode_field_sep ThreadLocal<Map> rawJsonMap concode_elem_sep boolean registeredAtleastOnce concode_field_sep T registerJSONObject concode_elem_sep Relationship createRelationship concode_elem_sep Status createStatus concode_elem_sep SavedSearch createSavedSearch conco...
void function ( long arg0 ) { _expandoValue . setColumnId ( arg0 ) ; }
sets the column id of this expando value . concode_field_sep ExpandoValue _expandoValue concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel concode_elem_sep void setInteger concode_elem_sep void setStringAr...
void function ( String arg0 ) { this . hostGroupName = arg0 ; }
set the name of the associated host group . concode_field_sep String blueprintName concode_elem_sep String name concode_elem_sep String hostGroupName concode_field_sep void setName concode_elem_sep String getBlueprintName concode_elem_sep String getHostGroupName concode_elem_sep String getName concode_elem_sep int hash...
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 ) { return getService ( ) . arg0 ( arg0 , arg1 , arg2 ) ; }
performs a dynamic query on the database and returns a range of the matching rows . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end to com.l...
void function ( ) { }
called when the webview does a top-level navigation or refreshes . plugins should stop any long-running processes and clean up internal state . does nothing by default . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep St...
List < ReferenceType > function ( ) { if ( resourceReference == null ) { resourceReference = new ArrayList < ReferenceType > ( ) ; } return this . resourceReference ; }
gets the value of the resourcereference property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is not a set method for the resourcereference property . for example , to ad...
String function ( ) { if ( type == null ) { return "srini_string" ; } else { return type ; } }
gets the value of the type property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep JAXBElement<? extends OperationParameterGroupType> operationParameterGroup concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String hre...
X509Certificate function ( KeyPair arg0 , String arg1 , Date arg2 , Date arg3 ) { return generate ( arg0 , arg1 , arg2 , arg3 , X509Constants . AUTHENTICATION_KEY_USAGE ) ; }
generates the authentication certificate for the ebics protocol concode_field_sep SimpleDateFormat sdfSerial concode_field_sep X509Certificate generateA005Certificate concode_elem_sep SubjectKeyIdentifier getSubjectKeyIdentifier concode_elem_sep X509Certificate generate concode_elem_sep long generateSerial concode_elem...
ArrayList < WoodCamp > function ( ) { return woodCamps ; }
wood camp array list getter concode_field_sep Map<String,GameObject> getGameObjectByIdMap concode_elem_sep ArrayList<Farm> farms concode_elem_sep ArrayList<Cavalry> cavalries concode_elem_sep GeneralPlayerInfo playerInfo concode_elem_sep ArrayList<Axman> axmans concode_elem_sep boolean[][] mapVisiblity concode_elem_sep...
ParameterDeclaration function ( ParameterConstraints arg0 ) { setParameterConstraints ( arg0 ) ; return this ; }
the criteria that aws cloudformation uses to validate parameter values . concode_field_sep String parameterType concode_elem_sep ParameterConstraints parameterConstraints concode_elem_sep Boolean noEcho concode_elem_sep String defaultValue concode_elem_sep String parameterKey concode_elem_sep String description concode...
Composite function ( ) { return this . composite ; }
returns the composite . concode_field_sep boolean drawPath concode_elem_sep boolean fillPath concode_elem_sep double[] xValue concode_elem_sep Stroke drawStroke concode_elem_sep Paint drawPaint concode_elem_sep Paint fillPaint concode_elem_sep Composite composite concode_elem_sep double[] yValue concode_elem_sep boolea...
void function ( final String arg0 ) { final IWorkspaceRoot loc0 = ResourcesPlugin . getWorkspace ( ) . getRoot ( ) ; final IProject loc1 = loc0 . getProject ( arg0 ) ; loc1 . delete ( true , true , null ) ; }
delete an iproject and its content from the workspace . concode_field_sep PlaceHolder placeHolder concode_field_sep void deleteFolder concode_elem_sep IFolder createFolderInto concode_elem_sep boolean projectExists concode_elem_sep void deleteFilesFrom concode_elem_sep boolean folderExistsInto concode_elem_sep IProject...
void function ( ) { if ( getRefCount ( ) <= 0 ) { throw new AlreadyClosedException ( "srini_string" ) ; } }
throws alreadyclosedexception if this indexreader is closed concode_field_sep AtomicInteger refCount concode_elem_sep int[] siblings concode_elem_sep int INVALID_ORDINAL concode_elem_sep int ROOT_ORDINAL concode_elem_sep boolean closed concode_elem_sep int child concode_field_sep int next concode_elem_sep Map<String,St...
Class < ? extends TemporaryTopic > function ( JmsOperations arg0 ) { Class < ? extends TemporaryTopic > loc0 = getTemporaryTopicType ( ) ; if ( loc0 == null ) { loadTemporaryDestinationTypes ( arg0 ) ; loc0 = getTemporaryTopicType ( ) ; } return loc0 ; }
lazily loads the temporary topic type if one has not been explicitly configured via calling the #settemporarytopictype class concode_field_sep Class<? extends TemporaryQueue> temporaryQueueType concode_elem_sep Class<? extends TemporaryTopic> temporaryTopicType concode_field_sep void setTemporaryTopicType concode_elem_...
void function ( InputStream arg0 , OutputStream arg1 ) { byte [ ] loc0 = new byte [ 1024 ] ; int loc1 ; while ( ( loc1 = arg0 . loc1 ( loc0 ) ) != - 1 ) { arg1 . write ( loc0 , 0 , loc1 ) ; } }
copy content from input stream into output stream . concode_field_sep String DEFAULT_SOUND concode_elem_sep String STORAGE_FOLDER concode_elem_sep Context context concode_field_sep Uri getUriForResourcePath concode_elem_sep Uri getUriFromAsset concode_elem_sep String getBaseName concode_elem_sep Uri parse concode_elem_...
Long function ( Collection < Long > arg0 ) { return findMaximum0 ( arg0 ) ; }
find maximum value in collection . concode_field_sep PlaceHolder placeHolder concode_field_sep long findMaximumInEnumeration concode_elem_sep Long findMaximumWithoutSplitSize concode_elem_sep long findMaximumInIterator concode_elem_sep Long findMaximum concode_elem_sep long findMaximumInPrimitiveArray concode_elem_sep ...
String function ( ) { return xmlDataFormat ; }
gets the name of the xml data format . important : this option is only for setting a custom name of the data format , not to refer to an existing data format instance . concode_field_sep String CORS_ACCESS_CONTROL_ALLOW_ORIGIN concode_elem_sep String scheme concode_elem_sep String apiContextPath concode_elem_sep Map<St...
void function ( HttpSessionBindingEvent arg0 ) { log ( "srini_string" + arg0 . getSession ( ) . getId ( ) + "srini_string" + arg0 . getName ( ) + "srini_string" + arg0 . getValue ( ) + "srini_string" ) ; }
record the fact that a servlet context attribute was added . concode_field_sep ServletContext context concode_field_sep void sessionCreated concode_elem_sep void sessionDestroyed concode_elem_sep void log concode_elem_sep void contextInitialized concode_elem_sep void attributeReplaced concode_elem_sep void contextDestr...
void function ( NavPoint arg0 ) { this . p2 = arg0 ; }
setter concode_field_sep NavPoint p1 concode_elem_sep NavPoint p2 concode_elem_sep String nameP2 concode_elem_sep String nameP1 concode_elem_sep float width concode_elem_sep int type concode_field_sep NavPoint getP2 concode_elem_sep String getNameP1 concode_elem_sep void setNameP2 concode_elem_sep void setNameP1 concod...
void function ( @ NonNull Throwable arg0 ) { }
called when the observable runs into an error that will cause it to abort and not finish . receiving this callback means that the observable is dead and no #oncomplete or #onnext object callbacks will be called . concode_field_sep PlaceHolder placeHolder concode_field_sep void onStart concode_elem_sep void onComplete c...
String function ( ) { if ( fDeviceName == null ) { fDeviceName = getDevicePeripherals ( ) . getName ( ) ; } return fDeviceName ; }
get device name concode_field_sep String fProviderId concode_elem_sep String fDeviceName concode_elem_sep Path fPath concode_elem_sep DevicePeripherals fDevicePeripherals concode_field_sep void setDeviceName concode_elem_sep boolean isValid concode_elem_sep Path getPath concode_elem_sep String toString concode_elem_sep...
void function ( boolean arg0 ) { Future < ? > loc0 = m_es . submit ( new ParentEvent ( null ) ) ; if ( arg0 ) { loc0 . get ( ) ; } }
initialize and start watching the cache . concode_field_sep ZooKeeper m_zk concode_elem_sep ListeningExecutorService m_es concode_elem_sep WatchedEvent m_event concode_elem_sep Callback m_cb concode_elem_sep String m_rootNode concode_elem_sep AtomicBoolean m_shutdown concode_elem_sep Watcher m_childWatch concode_elem_s...
void function ( TotalCaptureResult arg0 ) { }
note that this is typically invoked on the camera thread and at high frequency , so implementations must execute quickly and not make assumptions regarding the thread they are on . concode_field_sep PlaceHolder placeHolder concode_field_sep void onProgressed concode_elem_sep void onSequenceCompleted concode_elem_sep vo...
List < Account > function ( ) { List < Account > loc0 = database . getAllAccounts ( ) ; for ( Account loc1 : loc0 ) { loc1 . setDependencies ( appContext , this , crypto , cloudAppKeys , textI18n , database ) ; } return loc0 ; }
returns all the accounts . concode_field_sep CloudAppKeys cloudAppKeys concode_elem_sep Database database concode_elem_sep TextI18n textI18n concode_elem_sep AppContext appContext concode_elem_sep EncryptedDocuments encryptedDocuments concode_elem_sep Crypto crypto concode_field_sep void add concode_elem_sep Account ac...
ActiveMQDestination function ( ) { return destination ; }
this is the a resolved destination that the subscription is receiving messages from . this will never be a pattern or a composite destination . concode_field_sep UTF8Buffer clientId concode_elem_sep byte DATA_STRUCTURE_TYPE concode_elem_sep ActiveMQDestination subscribedDestination concode_elem_sep UTF8Buffer subscript...
java . lang . String function ( ) { return document ; }
gets the document value for this wsservicegetdocument . concode_field_sep java.lang.String document concode_elem_sep java.lang.String defaultConfig concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String description concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.descri...
String function ( ) { return "srini_string" ; }
mapping to the jsp candidateregister concode_field_sep CertificationService certificationService concode_elem_sep CandidateService candidateService concode_elem_sep Logger LOGGER concode_elem_sep MailSenderService mailSender concode_field_sep Date parseDate concode_elem_sep String candidateHome concode_elem_sep String ...
void function ( Graphics arg0 ) { }
paints the robot position/orientation concode_field_sep int V_HOPPER_SEPARATION concode_elem_sep int FIELD_WIDTH concode_elem_sep int BOARD_LENGTH concode_elem_sep int FIELD_LENGTH concode_elem_sep int playerOrientation concode_elem_sep int HOPPER_COLUMN_DIAM concode_elem_sep Dimension playerSize concode_elem_sep int B...
void function ( boolean arg0 ) { this . isAuthenticated = arg0 ; }
sets authenticated flag concode_field_sep boolean addSessionState concode_elem_sep long serialVersionUID concode_elem_sep Set<String> sessionParticipants concode_elem_sep String authenticatedUser concode_elem_sep boolean isAuthenticated concode_field_sep String getAuthenticatedUser concode_elem_sep void setAuthenticate...
RerouteExplanation function ( RoutingAllocation arg0 , boolean arg1 , DiscoveryNode arg2 ) { if ( ! arg2 . isDataNode ( ) ) { return explainOrThrowRejectedCommand ( arg1 , arg0 , "srini_string" + node + "srini_string" ) ; } else { return explainOrThrowRejectedCommand ( arg1 , arg0 , "srini_string" + node + "srini_strin...
handle case where a disco node can not be found in the routing table . usually means that it 's not a data node . concode_field_sep String INDEX_FIELD concode_elem_sep String node concode_elem_sep String SHARD_FIELD concode_elem_sep String NODE_FIELD concode_elem_sep String index concode_elem_sep int shard concode_elem...
void function ( ) { testNodeProcessingSchema ( new QuotientMap < String , Integer > ( ) ) ; testNodeProcessingSchema ( new QuotientMap < String , Double > ( ) ) ; }
test node logic emits correct results concode_field_sep Logger LOG concode_field_sep void testNodeProcessingSchema