code
stringlengths
20
663
nl
stringlengths
68
7.19k
boolean function ( ) { return hasAlternates ( ) == false ; }
returns whether the resource is editable directly . this is typically the case for resources that do n't have alternate versions , or resources of type resourcetype #id that are n't declared inline . concode_field_sep Comparator<ResourceFile> sComparator concode_elem_sep List<ResourceFile> mFiles concode_elem_sep Strin...
void function ( byte arg0 ) { this . found = arg0 ; }
sets the found . concode_field_sep String name concode_elem_sep int wx concode_elem_sep long offset concode_elem_sep int index concode_elem_sep int[] boundingBox concode_elem_sep int lsb concode_elem_sep byte found concode_elem_sep List unicodeIndex concode_field_sep void setName concode_elem_sep byte getFound concode_...
T function ( EObject arg0 ) { return null ; }
returns the result of interpreting the object as an instance of ` eobject ' . this implementation returns null ; returning a non-null result will terminate the switch , but this is the last case anyway . concode_field_sep Bz237994Package modelPackage concode_field_sep T caseOne concode_elem_sep T doSwitch concode_elem_...
boolean function ( int arg0 ) { String loc0 = "srini_string" ; for ( ChannelData loc1 : data ) { if ( loc1 . getOwner ( ) == arg0 ) loc0 = loc1 . getName ( ) ; } return Main . getTs3api ( ) . getChannelByNameExact ( loc0 , false ) != null ; }
checks whether the client 's temporary channel does already exist concode_field_sep int owner concode_elem_sep Gson gson concode_elem_sep HashMap<String,Object> settings concode_elem_sep List<ChannelData> data concode_elem_sep String name concode_elem_sep JSONParser parser concode_elem_sep Map<Integer,Integer> activeCh...
Throttle function ( int arg0 ) { return new DefaultThrottle ( arg0 ) ; }
create a new throttle of the given size . concode_field_sep PlaceHolder placeHolder concode_field_sep Promise<T> throttle concode_elem_sep int getWaiting concode_elem_sep int getSize concode_elem_sep Throttle unlimited concode_elem_sep int getActive
Properties function ( String ... arg0 ) { return this . getProperties ( arg0 , true ) ; }
retrieves properties from a simple xml file concode_field_sep Logger logger concode_elem_sep ClassLoader classLoader concode_elem_sep ResourceBundle.Control control concode_elem_sep String baseName concode_field_sep Properties getProperties concode_elem_sep Properties getProperties concode_elem_sep String getMessage co...
double function ( Vec3d arg0 ) { double loc0 = arg0 . xCoord - this . xCoord ; double loc1 = arg0 . yCoord - this . yCoord ; double loc2 = arg0 . zCoord - this . zCoord ; return ( double ) MathHelper . sqrt_double ( loc0 * loc0 + loc1 * loc1 + loc2 * loc2 ) ; }
euclidean distance between this and the specified vector , returned as double . concode_field_sep double yCoord concode_elem_sep double xCoord concode_elem_sep double zCoord concode_elem_sep Vec3d ZERO concode_field_sep Vec3d add concode_elem_sep Vec3d crossProduct concode_elem_sep double lengthSquared concode_elem_sep...
int function ( ) { return this . cXInt ; }
returns the x-intercept of the line that was found . concode_field_sep int cMaxX concode_elem_sep int cSteps concode_elem_sep int cMinSlope concode_elem_sep int cXInt concode_elem_sep int[][] cHoughAccum concode_elem_sep int cCount concode_elem_sep int cSlope concode_elem_sep int cMaxSlope concode_elem_sep int cMinX co...
void function ( String arg0 ) { this . customerId = arg0 ; }
this is setter method for customerid concode_field_sep String profileName concode_elem_sep String serviceRequestId concode_elem_sep String customerId concode_elem_sep String dateOfSubmission concode_elem_sep long serialVersionUID concode_elem_sep String services concode_elem_sep String imsi concode_elem_sep String msis...
Supplier < T > function ( Supplier < T > arg0 , long arg1 , TimeUnit arg2 ) { return new ExpiringMemoizingSupplier < T > ( arg0 , arg1 , arg2 ) ; }
returns a supplier that caches the instance supplied by the delegate and removes the cached value after the specified time has passed . subsequent calls to get return the cached value if the expiration time hasnot passed . after the expiration time , a new value is retrieved , cached , and returned . see : memoization ...
View function ( ) { return getCachedView ( emptyItems ) ; }
gets empty item view concode_field_sep AbstractWheel wheel concode_elem_sep String LOG_TAG concode_elem_sep List<View> emptyItems concode_elem_sep List<View> items concode_field_sep int recycleItems concode_elem_sep View getCachedView concode_elem_sep View getItem concode_elem_sep void recycleView concode_elem_sep List...
String function ( ) { return id ; }
get the html id of the element t 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 concode_...
void function ( Dispatch < MethodInvocation > arg0 ) { broadcast . add ( arg0 ) ; }
adds a dispatch to receive events from this broadcast . concode_field_sep BroadcastDispatch<T> broadcast concode_elem_sep ProxyDispatchAdapter<T> source concode_elem_sep Class<T> type concode_field_sep void removeAll concode_elem_sep void removeAll concode_elem_sep void dispatch concode_elem_sep Class<T> getType concod...
boolean function ( ) { String loc0 = Environment . getExternalStorageState ( ) ; boolean loc1 ; if ( loc0 . equals ( Environment . MEDIA_MOUNTED ) ) { loc1 = true ; } else { loc1 = false ; } return loc1 ; }
determine if sd card exists . concode_field_sep String LOG_TAG concode_field_sep long getFreeDiskSpace concode_elem_sep File constructFilePaths concode_elem_sep long freeSpaceCalculation concode_elem_sep String getTempDirectoryPath concode_elem_sep boolean testFileExists
float function ( Line arg0 ) { Vec3 loc0 = direction . cross ( arg0 . direction ) ; float loc1 = loc0 . length ( ) ; if ( MathUtilities . isZero ( loc1 ) ) { return origin . distance ( arg0 . origin ) ; } float loc2 = arg0 . origin . subtract ( origin ) . dot ( loc0 ) / loc1 ; return Math . abs ( loc2 ) ; }
return distance of given line with respect to this line . concode_field_sep Vec3 origin concode_elem_sep Vec3 direction concode_field_sep boolean contains concode_elem_sep Line fromRay concode_elem_sep Vec3 getOrigin concode_elem_sep Vec3 getDirection concode_elem_sep Vec3 intersect concode_elem_sep int hashCode concod...
String function ( ) { return filename ; }
returns the name of the file where the block lives . concode_field_sep String filename concode_elem_sep int blknum concode_field_sep int number concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString
void function ( int arg0 ) { activityResultRequestCode = arg0 ; }
call this from your startactivityforresult overload . this is required to catch the case where plugins use activity.startactivityforresult + cordovainterface.setactivityresultcallback rather than cordovainterface.startactivityforresult . concode_field_sep String TAG concode_elem_sep PluginManager pluginManager concode_...
void function ( ClarionObject arg0 , ClarionObject arg1 ) { throw new RuntimeException ( "srini_string" ) ; }
direct memory access concode_field_sep PlaceHolder placeHolder concode_field_sep Object getPrototype concode_elem_sep Object resolveAddress concode_elem_sep int tie concode_elem_sep int tied concode_elem_sep int instance concode_elem_sep int address concode_elem_sep int address concode_elem_sep void untie concode_elem_...
boolean function ( int arg0 ) { return ( ( arg0 & VOLATILE ) != 0 ) ; }
indicates whether or not the specified modifiers contain the volatile modifier . concode_field_sep int FINAL concode_elem_sep int BRIDGE concode_elem_sep int PUBLIC concode_elem_sep int STRICT concode_elem_sep int PRIVATE concode_elem_sep int INTERFACE concode_elem_sep int VARARGS concode_elem_sep int TRANSIENT concode...
String function ( ) { return "srini_string" ; }
used to retrieve the plugin tool 's descriptive name . this can be a longer name containing spaces and is used in the interface to list the tool . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep i...
Token function ( int arg0 ) { Token loc0 = token ; for ( int loc1 = 0 ; loc1 < arg0 ; loc1 ++ ) { if ( loc0 . next != null ) loc0 = loc0 . next ; else loc0 = loc0 . next = token_source . getNextToken ( ) ; } return loc0 ; }
get the specific token . concode_field_sep int[] jj_expentry concode_elem_sep SimpleCharStream jj_input_stream concode_elem_sep Token jj_nt concode_elem_sep int jj_ntk concode_elem_sep int[] jj_la1_0 concode_elem_sep int[] jj_la1 concode_elem_sep int jj_gen concode_elem_sep java.util.List<int[]> jj_expentries concode_e...
void function ( StyleHandler arg0 ) { if ( arg0 == null ) throw new SVGGraphics2DRuntimeException ( ERR_STYLE_HANDLER_NULL ) ; this . styleHandler = arg0 ; }
sets the org.apache.batik.svggen.stylehandler to be used . it should not be null . concode_field_sep boolean svgFont concode_elem_sep DecimalFormatSymbols dsf concode_elem_sep RenderingHints hints concode_elem_sep StyleHandler styleHandler concode_elem_sep Document domFactory concode_elem_sep Paint paint concode_elem_s...
ApplicationContext function ( PortletContext arg0 ) { ApplicationContext loc0 = getWebApplicationContext ( arg0 ) ; if ( loc0 == null ) { throw new IllegalStateException ( "srini_string" ) ; } return loc0 ; }
find the root webapplicationcontext for this web app , typicallyloaded via org.springframework.web.context.contextloaderlistener . will rethrow an exception that happened on root context startup , to differentiate between a failed context startup and no context at all . concode_field_sep PlaceHolder placeHolder concode...
void function ( Series < Parameter > arg0 ) { this . parameters = arg0 ; }
sets the event parameters . concode_field_sep String id concode_elem_sep EventType type concode_elem_sep Series<Parameter> parameters concode_field_sep EventType getType concode_elem_sep Series<Parameter> getParameters concode_elem_sep void setId concode_elem_sep String getId concode_elem_sep void setType
void function ( DataBinder arg0 ) { }
customize the data binder . concode_field_sep String targetName concode_elem_sep Log logger concode_elem_sep boolean exceptionIfInvalid concode_elem_sep Validator validator concode_elem_sep MessageSource messageSource concode_elem_sep boolean ignoreNestedProperties concode_elem_sep T target concode_elem_sep char[] TARG...
Map < String , String > function ( Iterable < ? extends Map . Entry > arg0 ) { Map < String , String > loc0 = new HashMap < String , String > ( ) ; if ( arg0 != null ) { for ( Map . Entry loc1 : arg0 ) { String loc2 = toString ( loc1 . getKey ( ) ) ; if ( ! loc0 . containsKey ( loc2 ) ) { loc0 . put ( loc2 , toString (...
construct a map containing a copy of the given parameters . if several parameters have the same name , the map will contain the first value , only . concode_field_sep String OAUTH_SIGNATURE concode_elem_sep String OAUTH_TIMESTAMP concode_elem_sep String CONSUMER_KEY_UNKNOWN concode_elem_sep String OAUTH_CONSUMER_KEY co...
String function ( String arg0 ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( IFRAME_PREFIX ) ; loc0 . append ( arg0 ) ; loc0 . append ( IFRAME_SUFFIX ) ; return loc0 . toString ( ) ; }
generates iframe markup with the specified source as the url to the iframe content . does not modify the source path concode_field_sep String IFRAME_SUFFIX concode_elem_sep String IFRAME_PREFIX concode_elem_sep String SOURCE_CODE_ULR concode_field_sep String generateSourceCodeIFrame concode_elem_sep String getContextPa...
String function ( ) { return rectyp ; }
this method was generated by mybatis generator . this method returns the value of the database column actplf.rectyp concode_field_sep Long cramnt concode_elem_sep Integer crcunt concode_elem_sep Date credat concode_elem_sep String recsts concode_elem_sep Long davbal concode_elem_sep Long crbala concode_elem_sep Long ca...
SourceProvider function ( Class ... arg0 ) { return new SourceProvider ( this , arg0 ) ; }
returns a new instance that also skips moreclassestoskip . concode_field_sep Object UNKNOWN_SOURCE concode_elem_sep Set<String> classNamesToSkip concode_elem_sep SourceProvider DEFAULT_INSTANCE concode_field_sep StackTraceElement get
ArrayList < Card > function ( ) { return myHand ; }
gets this hand of cards concode_field_sep ArrayList<Card> myHand concode_field_sep void printHand concode_elem_sep void addCard
Map < Integer , SnapshotIndexShardStatus > function ( ) { return this . indexShards ; }
a shard id to index snapshot shard status map concode_field_sep SnapshotShardsStats shardsStats concode_elem_sep Map<Integer,SnapshotIndexShardStatus> indexShards concode_elem_sep SnapshotStats stats concode_elem_sep String SHARDS concode_elem_sep String index concode_field_sep SnapshotStats getStats concode_elem_sep I...
boolean function ( Number arg0 ) { return checkInteger ( arg0 , 63 ) ; }
returns true if the provided number is in the range of a long . concode_field_sep Number number concode_elem_sep BigDecimal DOUBLE_MAX_BIG_DECIMAL concode_elem_sep BigDecimal DOUBLE_MIN_BIG_DECIMAL concode_elem_sep BigDecimal FLOAT_MAX_BIG_DECIMAL concode_elem_sep BigDecimal FLOAT_MIN_BIG_DECIMAL concode_elem_sep Parse...
void function ( ) { for ( DebugCounterImpl loc0 : this ) { loc0 . reset ( ) ; } }
reset this counter all counter below it in the hierarchy concode_field_sep CounterNode curNode concode_elem_sep String hierarchy concode_elem_sep ArrayDeque<CounterNode> stack concode_elem_sep String QUOTED_SEP concode_elem_sep List<String> hierarchyElements concode_elem_sep DebugCounterImpl counter concode_elem_sep Tr...
String function ( ) { return catalog ; }
gets the value of the catalog property . concode_field_sep String schema concode_elem_sep String catalog concode_elem_sep List<PrimaryKeyJoinColumn> primaryKeyJoinColumn concode_elem_sep String name concode_elem_sep List<UniqueConstraint> uniqueConstraint concode_field_sep void setName concode_elem_sep String getName c...
double function ( double [ ] arg0 ) { int loc0 = arg0 . length / 4 ; return select ( arg0 , loc0 ) ; }
find the first quantile p = 1/4 of an array of type double . concode_field_sep PlaceHolder placeHolder concode_field_sep int q3 concode_elem_sep float q3 concode_elem_sep double q3 concode_elem_sep T q3 concode_elem_sep int select concode_elem_sep float select concode_elem_sep double select concode_elem_sep T select co...
List < PersistenceProvider > function ( ) { return providerList ; }
get the persistence providers associated with an application deployment concode_field_sep List<PersistenceProviderAdaptor> adapterList concode_elem_sep List<PersistenceProvider> providerList concode_field_sep List<PersistenceProviderAdaptor> getAdapters concode_elem_sep void savePersistenceProviderInDeploymentUnit conc...
boolean function ( ) { return sanityChecks ; }
are sanity checks enabled ? note that debug mode must also be enabled for actual sanity checks to occur . concode_field_sep int LOG_GENERAL concode_elem_sep OnLogListener logListener concode_elem_sep boolean debug concode_elem_sep int LOG_COMMAND concode_elem_sep int LOG_NONE concode_elem_sep int LOG_ALL concode_elem_s...
void function ( final ByteBuffer arg0 ) { LOG . trace ( "srini_string" ) ; LOG . trace ( toString ( arg0 ) ) ; }
logs the data contained in a bytebuffer that 's ready to be written to the network . concode_field_sep Logger LOG concode_field_sep Collection<ByteBuffer> split concode_elem_sep String toString concode_elem_sep ByteBuffer createBuffer concode_elem_sep int remaining concode_elem_sep ByteBuffer combine
int function ( int arg0 ) { int loc0 = n ; int loc1 = array . length ; if ( n + arg0 >= loc1 ) { byte [ ] loc2 = new byte [ loc1 + blockSize ] ; System . arraycopy ( array , 0 , loc2 , 0 , loc1 ) ; array = loc2 ; } n += arg0 ; return loc0 ; }
this is to implement memory allocation in the array . like malloc . concode_field_sep byte[] array concode_elem_sep long serialVersionUID concode_elem_sep int DEFAULT_BLOCK_SIZE concode_elem_sep int blockSize concode_elem_sep int n concode_field_sep void trimToSize concode_elem_sep byte get concode_elem_sep int length ...
String function ( ) { return localBlockPath ; }
get the block data file . concode_field_sep String localMetaPath concode_elem_sep String localBlockPath concode_elem_sep ExtendedBlock block concode_field_sep ExtendedBlock getBlock concode_elem_sep long getNumBytes concode_elem_sep String getMetaPath
void function ( byte [ ] arg0 , final HttpServletRequest arg1 , final HttpServletResponse arg2 ) { arg0 = sendInit ( arg0 , arg1 , arg2 ) ; final OutputStream loc0 = arg2 . getOutputStream ( ) ; try { loc0 . write ( arg0 ) ; loc0 . flush ( ) ; } finally { loc0 . close ( ) ; } }
send a response to a get or head http request . if the user agent supports a compressed transfer encoding and the content is large enough , the content may be compressed before sending . the etag and content-length headers are automatically setby this method . content-encoding is conditionally set if the useragent supp...
Boolean function ( String arg0 ) { return null ; }
hook for blocking navigation by the cordova webview . this applies both to top-level and iframe navigations . this will be called when the webview 's needs to know whether to navigate to a new page . return false to block the navigation : if any plugin returns false , cordova will block the navigation . if all plugins ...
BytesReference function ( final ByteBuf arg0 , final int arg1 ) { return new ByteBufBytesReference ( arg0 , arg1 ) ; }
wraps the given channelbuffer with a bytesreference of a given size concode_field_sep PlaceHolder placeHolder concode_field_sep void maybeDie concode_elem_sep void setup concode_elem_sep InternalLogger newInstance concode_elem_sep void closeChannels concode_elem_sep ByteBuf toByteBuf
boolean function ( int arg0 ) { return alphanumerics . contains ( arg0 ) ; }
determine whether a unicode codepoint is alphanumeric , that is , whether it is in one of the categories nd , nl , no , lu , ll , lt , lm or lo concode_field_sep int[] endPoints concode_elem_sep IntRangeSet alphanumerics concode_elem_sep int[] zeroDigits concode_elem_sep int[] startPoints concode_field_sep int getDigit...
Employee function ( Long arg0 , String arg1 , Double arg2 , Company arg3 ) { Employee loc0 = new Employee ( ) ; loc0 . set ( ID , arg0 ) ; loc0 . set ( NAME , arg1 ) ; loc0 . set ( WAGE , arg2 ) ; loc0 . set ( COMPANY , arg3 ) ; return loc0 ; }
create the list of persons concode_field_sep Service service concode_field_sep void readWriteUjo concode_elem_sep void theCriterion concode_elem_sep void criterionAsFilterWithKey concode_elem_sep void sortEmployeeList concode_elem_sep void readWriteBean concode_elem_sep void compositeKey concode_elem_sep List<Employee>...
double function ( ) { return getTolerance ( VertexDescription . Semantics . POSITION ) ; }
returns the xy tolerance of the spatial reference . the tolerance value defines the precision of topological operations , and `` thickness '' of boundaries of geometries for relational operations . when two points have xy coordinates closer than the tolerance value , they are considered equal . as well as when a point ...
boolean function ( ) { if ( replaceAll == null ) { return true ; } else { return replaceAll ; } }
gets the value of the replaceall property . concode_field_sep List<JobCreditCards> creditCards concode_elem_sep Boolean replaceAll concode_field_sep void setReplaceAll concode_elem_sep List<JobCreditCards> getCreditCards
CodeType function ( ) { return locationKeyWord ; }
gets the value of the locationkeyword property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep JAXBElement<? extends AbstractGeometryType> abstractGeometry concode_elem_sep List<String> _null concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep String remoteSche...
void function ( int arg0 ) { this . velocidadeUploadSiebel = arg0 ; }
sets the velocidadeuploadsiebel value for this ossturbonetvelocidadesincronizadain . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep int velocidadeUploadSiebel concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.gvt.www.ws.eai.oss....
boolean function ( Set < Context > arg0 , String arg1 ) { return getPermissionValue ( arg0 , arg1 ) . asBoolean ( ) ; }
test whether the subject is permitted to perform an action corresponding to the given permission string . this must return the same boolean equivalent as #getpermissionvalue set , string . concode_field_sep PlaceHolder placeHolder concode_field_sep List<Subject> getParents concode_elem_sep List<Subject> getParents conc...
boolean function ( EObject arg0 , EObject arg1 ) { return false ; }
by default , do n't provide any child paste override behaviour . concode_field_sep Map nameFeatureMap concode_elem_sep Object NULL_TOKEN concode_field_sep boolean shouldOverrideCopyOperation concode_elem_sep void setName concode_elem_sep boolean canContain concode_elem_sep XMLResource getResource concode_elem_sep Strin...
ChannelMatcher function ( ChannelMatcher ... arg0 ) { if ( arg0 . length < 1 ) { throw new IllegalArgumentException ( "srini_string" ) ; } if ( arg0 . length == 1 ) { return arg0 [ 0 ] ; } return new CompositeMatcher ( arg0 ) ; }
return a composite of the given channelmatcher s . this means all channelmatcher mustreturn true to match . concode_field_sep ChannelMatcher SERVER_CHANNEL_MATCHER concode_elem_sep ChannelMatcher[] matchers concode_elem_sep ChannelMatcher NON_SERVER_CHANNEL_MATCHER concode_elem_sep Channel channel concode_elem_sep Chan...
Builder function ( String arg0 , String arg1 ) { headers . set ( arg0 , arg1 ) ; return this ; }
sets the header named name to value . if this request already has any headers with that name , they are all replaced . concode_field_sep RawHeaders headers concode_elem_sep String method concode_elem_sep RawHeaders headers concode_elem_sep String method concode_elem_sep Object tag concode_elem_sep Body body concode_ele...
float function ( ) { return width ; }
get the width the image will be drawn at concode_field_sep Image image concode_elem_sep int x concode_elem_sep float width concode_elem_sep int y concode_elem_sep Color filter concode_elem_sep float height concode_field_sep float getHeight concode_elem_sep void setY concode_elem_sep int getX concode_elem_sep void setCo...
AccountTypeSubTypeEnum function ( ) { return accountSubTypeCode ; }
gets the value of the accountsubtypecode property . concode_field_sep AccountTypeSubTypeEnum accountSubTypeCode concode_elem_sep AccountTypeEnum accountTypeCode concode_elem_sep long serialVersionUID concode_elem_sep List<ProductTypeEligibility> productTypeEligibility concode_field_sep AccountTypeEnum getAccountTypeCod...
TimeWindowStatisticsImpl function ( ) { return build ( System . currentTimeMillis ( ) ) ; }
build the time window statistics instance . concode_field_sep long minimumDuration concode_elem_sep long maximumDuration concode_elem_sep ConcurrentHashMap<Long,TimeWindowStatisticsImpl> EMPTY concode_elem_sep TimeReservoir<V> timeReservoir concode_elem_sep long interval concode_elem_sep double requestsPerSecond concod...
void function ( byte [ ] arg0 ) { this . exponent = ( ( byte [ ] ) arg0 ) ; }
sets the value of the exponent property . concode_field_sep byte[] modulus concode_elem_sep byte[] exponent concode_field_sep void setModulus concode_elem_sep RSAPublicKey convertToPublicKey concode_elem_sep byte[] getModulus concode_elem_sep String toString concode_elem_sep byte[] massage concode_elem_sep byte[] getEx...
Status function ( ) { return status ; }
gets the value of the status property . concode_field_sep BudgetExchangeRateList budgetExchangeRateList concode_elem_sep Status status concode_field_sep void setBudgetExchangeRateList concode_elem_sep BudgetExchangeRateList getBudgetExchangeRateList concode_elem_sep void setStatus
WritableArray function ( ) { return new WritableNativeArray ( ) ; }
this method should be used when you need to stub out creating nativearrays in unit tests . concode_field_sep PlaceHolder placeHolder concode_field_sep WritableMap fromBundle concode_elem_sep WritableArray fromArray concode_elem_sep WritableNativeArray fromJavaArgs concode_elem_sep WritableMap createMap concode_elem_sep...
String function ( ) { return responseType ; }
returns the oauth2 grant type concode_field_sep String responseType concode_elem_sep boolean validScope concode_elem_sep long validityPeriod concode_elem_sep AuthenticatedUser resourceOwner concode_elem_sep boolean authorized concode_elem_sep String client concode_elem_sep String[] requestedScope concode_elem_sep org.w...
DnsHeader function ( int arg0 ) { this . opcode = arg0 ; return this ; }
sets the opcode for this dnsmessage . concode_field_sep boolean recursionDesired concode_elem_sep DnsMessage<? extends DnsHeader> parent concode_elem_sep int TYPE_RESPONSE concode_elem_sep int OPCODE_QUERY concode_elem_sep int OPCODE_IQUERY concode_elem_sep int id concode_elem_sep int opcode concode_elem_sep int type c...
int function ( ) { return componentIndex ; }
the component index of the vertex the iterator is currently at . concode_field_sep int vertexIndex concode_elem_sep Geometry linearGeom concode_elem_sep int numLines concode_elem_sep int componentIndex concode_elem_sep double segmentFraction concode_elem_sep LineString currentLine concode_field_sep void next concode_el...
void function ( LengthType arg0 ) { this . length = arg0 ; }
sets the value of the length property . concode_field_sep Generation generation concode_elem_sep List<ExtensionType> extension concode_elem_sep LengthType length concode_elem_sep AlphabetType alphabet concode_elem_sep ActivationLimitType activationLimit concode_field_sep void setActivationLimit concode_elem_sep List<Ex...
IComplexNDArray function ( IComplexNDArray arg0 ) { return Nd4j . getFFt ( ) . fft ( arg0 ) ; }
1d discrete fourier op , note that this will throw an exception if the passed in input is n't a vector . see matlab 's fft2 for more information concode_field_sep PlaceHolder placeHolder concode_field_sep IComplexNDArray irfftn concode_elem_sep IComplexNDArray rawifftn concode_elem_sep IComplexNDArray ifftn concode_ele...
void function ( boolean arg0 ) { _shoppingItemPrice . setTaxable ( arg0 ) ; }
sets whether this shopping item price is taxable . concode_field_sep ShoppingItemPrice _shoppingItemPrice concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean i...
void function ( String arg0 , String arg1 , Object ... arg2 ) { if ( sLevel > LEVEL_FATAL ) { return ; } if ( arg2 . length > 0 ) { arg1 = String . format ( arg1 , arg2 ) ; } Log . wtf ( arg0 , arg1 ) ; }
send a fatal error log message concode_field_sep int LEVEL_WARNING concode_elem_sep int sLevel concode_elem_sep int LEVEL_FATAL concode_elem_sep int LEVEL_INFO concode_elem_sep int LEVEL_VERBOSE concode_elem_sep int LEVEL_DEBUG concode_elem_sep int LEVEL_ERROR concode_field_sep void d concode_elem_sep void d concode_el...
int function ( int arg0 , int arg1 ) { return ( ( arg0 >>> ( arg1 & ( 32 - 1 ) ) ) | ( arg0 << ( 32 - ( arg1 & ( 32 - 1 ) ) ) ) ) ; }
perform a right `` spin '' of the word . the rotation of the given word x is rotated left by y bits . only the lg 32 low-order bits of y are used to determine the rotation amount . here it is assumed that the wordsize used is a power of 2 . concode_field_sep int P32 concode_elem_sep boolean forEncryption concode_elem_s...
Token function ( int arg0 , String arg1 ) { switch ( arg0 ) { default : return new Token ( arg0 , arg1 ) ; } }
returns a new token object , by default . however , if you want , you can create and return subclass objects based on the value of ofkind . simply add the cases to the switch for all those special cases . for example , if you have a subclass of token called idtoken that you want to create if ofkind is id , simply add s...
java . util . Map < String , FailedItemDetails > function ( ) { return failedItems ; }
assessment template details that can not be described . an error code is provided for each failed item . concode_field_sep java.util.List<AssessmentTemplate> assessmentTemplates concode_elem_sep java.util.Map<String,FailedItemDetails> failedItems concode_field_sep java.util.List<AssessmentTemplate> getAssessmentTemplat...
Geometry function ( Geometry arg0 , Geometry arg1 ) { if ( arg0 == null && arg1 == null ) return null ; if ( arg0 == null ) return ( Geometry ) arg1 . clone ( ) ; if ( arg1 == null ) return ( Geometry ) arg0 . clone ( ) ; return unionOptimized ( arg0 , arg1 ) ; }
computes the union of two geometries , either or both of which may be null . concode_field_sep int STRTREE_NODE_CAPACITY concode_elem_sep Collection inputPolys concode_elem_sep GeometryFactory geomFactory concode_field_sep List reduceToGeometries concode_elem_sep Geometry unionUsingEnvelopeIntersection concode_elem_sep...
long function ( Date arg0 ) { return ( arg0 . getTime ( ) / 1000L ) + 2082844800L ; }
converts a date as long to a mac date as long concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
void function ( int arg0 ) { total = total * arg0 ; addHistory ( "srini_string" , arg0 + "srini_string" ) ; }
this will multiply integer to value also will send the operator and value to the addhistory method concode_field_sep int total concode_elem_sep String history concode_field_sep void add concode_elem_sep String getHistory concode_elem_sep void subtract concode_elem_sep int getTotal concode_elem_sep void divide concode_e...
String function ( String arg0 , String arg1 ) { return sp . getString ( arg0 , arg1 ) ; }
get concode_field_sep String TAG concode_elem_sep String KEY_PK_HOME concode_elem_sep String KEY_PK_NEW concode_elem_sep SharedPreferences sp concode_field_sep int getInt concode_elem_sep void putInt concode_elem_sep void put concode_elem_sep void put concode_elem_sep void put concode_elem_sep void put concode_elem_sep...
void function ( ) { header . right = nullNode ; }
make the tree logically empty . concode_field_sep RedBlackNode parent concode_elem_sep RedBlackNode current concode_elem_sep RedBlackNode nullNode concode_elem_sep int RED concode_elem_sep RedBlackNode header concode_elem_sep int BLACK concode_elem_sep RedBlackNode grand concode_elem_sep RedBlackNode great concode_fiel...
ResourceSupport function ( XcodeProvider . Builder arg0 ) { arg0 . addInputsToXcodegen ( Xcdatamodel . inputsToXcodegen ( attributes . datamodels ( ) ) ) ; return this ; }
adds common xcode settings to the given provider builder . concode_field_sep Attributes attributes concode_elem_sep RuleContext ruleContext concode_field_sep ImmutableList<Artifact> structuredResources concode_elem_sep ImmutableList<Artifact> strings concode_elem_sep ImmutableList<Artifact> assetCatalogs concode_elem_s...
OpenIDUserRPDTO [ ] function ( String arg0 ) { if ( log . isDebugEnabled ( ) ) { log . debug ( "srini_string" + arg0 ) ; } return openIDProviderService . getOpenIDUserRPs ( arg0 ) ; }
returns rp dtos for the given openid concode_field_sep String OPENID_ADMIN_COOKIE concode_elem_sep OpenIDProviderService openIDProviderService concode_elem_sep String OPENID_PROVIDER_SERVICE concode_elem_sep Log log concode_elem_sep Integer sessionTimeout concode_elem_sep boolean isUserApprovalBypassEnabled concode_ele...
Example function ( Object arg0 ) { if ( arg0 == null ) { throw new NullPointerException ( "srini_string" ) ; } return new Example ( arg0 , NotNullPropertySelector . INSTANCE ) ; }
create a new example criterion instance , which includes all non-null properties by default concode_field_sep NotNullOrZeroPropertySelector INSTANCE concode_elem_sep boolean isIgnoreCaseEnabled concode_elem_sep NotNullPropertySelector INSTANCE concode_elem_sep AllPropertySelector INSTANCE concode_elem_sep Object exampl...
java . lang . String function ( ) { return _kbTemplate . getUserName ( ) ; }
returns the user name of this k b template . concode_field_sep KBTemplate _kbTemplate concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEscapedModel concode_elem_...
Object function ( ) { return new Manifest ( this ) ; }
creates a copy of this manifest . the returned manifest will equal the manifest from which it was cloned . concode_field_sep Field BAIS_BUF concode_elem_sep Attributes mainAttributes concode_elem_sep HashMap<String,Chunk> chunks concode_elem_sep int LINE_LENGTH_LIMIT concode_elem_sep int start concode_elem_sep byte[] V...
void function ( String arg0 ) { org . apache . cassandra . io . util . FileUtils . createDirectory ( arg0 ) ; }
creates a directory concode_field_sep java.util.concurrent.ExecutorService executor concode_elem_sep String TMP concode_elem_sep org.apache.cassandra.service.CassandraDaemon cassandraDaemon concode_elem_sep org.slf4j.Logger logger concode_elem_sep String yamlFile concode_field_sep void stop concode_elem_sep void cleanu...
WebElement function ( WebDriver arg0 ) { element = arg0 . findElement ( By . className ( "srini_string" ) ) ; return element ; }
returns the popup element concode_field_sep WebElement element concode_field_sep void clickOnAddToCart concode_elem_sep void clickOnCheckOutButton concode_elem_sep WebElement buyButton
Date function ( ) { return new Date ( getTriggerTime ( ) ) ; }
trigger date . concode_field_sep long interval concode_elem_sep JSONObject options concode_elem_sep AssetUtil assets concode_elem_sep String EXTRA concode_elem_sep Context context concode_field_sep int getIdAsInt concode_elem_sep String getText concode_elem_sep long getRepeatInterval concode_elem_sep int getBadgeNumber...
Arena function ( Player arg0 ) { if ( Game . isInGame ( arg0 ) ) for ( Arena loc0 : Game . getGame ( arg0 ) . getArenas ( ) ) if ( loc0 . getPlayers ( ) . contains ( arg0 . getUniqueId ( ) ) ) return loc0 ; return null ; }
static method to get the arena of the player concode_field_sep ArrayList<Arena> ArenaList concode_elem_sep ArrayList<Map> Maps concode_elem_sep Team winner concode_elem_sep ArrayList<Integer> countdowns concode_elem_sep Location lobby concode_elem_sep Map currentMap concode_elem_sep Team SPECTATOR_TEAM concode_elem_sep...
String function ( java . lang . 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 Long specialPropertyName concode_field_sep SpecialModelName specialPropertyName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep void setSpecialPropertyName concode_elem_sep Lon...
void function ( Method arg0 ) { this . asyncMethods . add ( arg0 ) ; }
marks a method on the view as asynchronous concode_field_sep Map<Class<?>,Object> privateData concode_elem_sep ViewInstanceFactory viewInstanceFactory concode_elem_sep Set<Method> asyncMethods concode_elem_sep ServiceName viewServiceName concode_elem_sep OrderedItemContainer<InterceptorFactory> clientPreDestroyIntercep...
boolean function ( final GL2ES2 arg0 , final int arg1 ) { return ShaderUtil . isProgramStatusValid ( arg0 , arg1 , GL2ES2 . GL_LINK_STATUS ) ; }
checks that a shader program was linked successfully . concode_field_sep PlaceHolder placeHolder concode_field_sep int loadProgram concode_elem_sep boolean isProgramValidated concode_elem_sep int loadShader concode_elem_sep boolean isShaderCompiled
int function ( ) { return mSize ; }
returns the number of key-value mappings that this sparsebytearray currently stores . concode_field_sep int[] mKeys concode_elem_sep int mSize concode_elem_sep byte[] mValues concode_field_sep int keyAt concode_elem_sep int indexOfKey concode_elem_sep byte get concode_elem_sep byte get concode_elem_sep SparseByteArray ...
SessionFactory function ( ) { return this . sessionFactory ; }
return the hibernate sessionfactory that should be used to create hibernate sessions . concode_field_sep SessionFactory sessionFactory concode_field_sep void afterPropertiesSet concode_elem_sep Session openSession concode_elem_sep Object invoke concode_elem_sep void setSessionFactory
Source < Date > function ( long arg0 ) { lowerBoundGEQZero ( arg0 ) ; return Compositions . weightWithValues ( Dates . withMilliSeconds ( arg0 ) , new Date ( arg0 ) ) ; }
generates dates inclusively bounded between january 1 , 1970 , 00:00:00 gmt and new date millisecondsfromepoch . the source restricts date generation , so that no dates before 1970 can be created . the source is weighted so it is likely to produce new date millisecondsfromepoch one or more times . concode_field_sep Pla...
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...
HttpClientBuilder function ( HostnameVerificationPolicy arg0 ) { this . policy = arg0 ; return this ; }
ssl policy used to verify hostnames concode_field_sep TimeUnit socketTimeoutUnits concode_elem_sep TimeUnit establishConnectionTimeoutUnits concode_elem_sep SSLContext sslContext concode_elem_sep int connectionPoolSize concode_elem_sep long socketTimeout concode_elem_sep TimeUnit connectionTTLUnit concode_elem_sep long...
void function ( ) { running . set ( true ) ; kernel . getExecutorService ( ) . submit ( this ) ; }
start concode_field_sep AtomicBoolean running concode_elem_sep List<URL> deployments concode_elem_sep boolean trace concode_elem_sep KernelImpl kernel concode_elem_sep int interval concode_elem_sep Map<String,Long> modifiedTimestamp concode_elem_sep Logger log concode_elem_sep File directory concode_field_sep int getIn...
void function ( ) { System . setProperty ( DLLManager . LIB_DIR_OVERRIDE , "srini_string" ) ; File loc0 = DLLManager . findLibFile ( ) ; assertTrue ( loc0 . getAbsolutePath ( ) . contains ( File . separator + "srini_string" ) ) ; }
test method concode_field_sep PlaceHolder placeHolder concode_field_sep void testFileCopy concode_elem_sep void testCleanupTempFiles concode_elem_sep void teardown concode_elem_sep void testFindLibFileOverride
String function ( int arg0 ) { sections . check ( arg0 ) ; return updateSections [ arg0 ] ; }
converts a numeric section into a full description string for an update message . concode_field_sep int PREREQ concode_elem_sep Mnemonic sections concode_elem_sep int QUESTION concode_elem_sep int UPDATE concode_elem_sep String[] updateSections concode_elem_sep int AUTHORITY concode_elem_sep int ANSWER concode_elem_sep...
void function ( char arg0 ) { if ( i == b . length ) { char [ ] loc0 = new char [ i + INC ] ; for ( int loc1 = 0 ; loc1 < i ; loc1 ++ ) loc0 [ loc1 ] = b [ loc1 ] ; b = loc0 ; } b [ i ++ ] = arg0 ; }
add a character to the word being stemmed . when you are finished adding characters , you can call stem void to stem the word . concode_field_sep int i_end concode_elem_sep char[] b concode_elem_sep int INC concode_elem_sep int i concode_elem_sep int j concode_elem_sep int k concode_field_sep void step6 concode_elem_se...
Builder function ( ) { if ( centerCrop ) { throw new IllegalStateException ( "srini_string" ) ; } centerInside = true ; return this ; }
centers an image inside of the bounds specified by #resize int , int . this scales the image so that both dimensions are equal to or less than the requested bounds . concode_field_sep boolean centerInside concode_elem_sep float rotationPivotY concode_elem_sep float rotationPivotX concode_elem_sep int resourceId concode...
OperationStatus function ( DatabaseEntry arg0 , DatabaseEntry arg1 , LockMode arg2 ) { priCursor . checkEnv ( ) ; DatabaseUtil . checkForNullDbt ( arg0 , "srini_string" , false ) ; DatabaseUtil . checkForNullDbt ( arg1 , "srini_string" , false ) ; this . hook63 ( arg2 ) ; return retrieveNext ( arg0 , arg1 , arg2 ) ; }
javadoc for this public method is generated via the doc templates in the doc_src directory . concode_field_sep Cursor priCursor concode_elem_sep DatabaseEntry scratchEntry concode_elem_sep DatabaseEntry[] cursorScratchEntries concode_elem_sep Database priDb concode_elem_sep Cursor[] secCursors concode_elem_sep JoinConf...
State function ( ) { return state ; }
returns the state concode_field_sep String zipCode concode_elem_sep String city concode_elem_sep String phone concode_elem_sep String streetName1 concode_elem_sep State state concode_field_sep String getPhone concode_elem_sep void setZipCode concode_elem_sep String getZipCode concode_elem_sep void setCity concode_elem_...
void function ( URI arg0 , Proxy arg1 ) { this . hasNextProxy = true ; if ( arg1 != null ) { this . userSpecifiedProxy = arg1 ; } else { List < Proxy > loc0 = proxySelector . select ( arg0 ) ; if ( loc0 != null ) { this . proxySelectorProxies = loc0 . iterator ( ) ; } } }
resets #nextproxy to the first option . concode_field_sep int nextSocketAddressIndex concode_elem_sep List<Route> postponedRoutes concode_elem_sep int TLS_MODE_MODERN concode_elem_sep Address address concode_elem_sep Iterator<Proxy> proxySelectorProxies concode_elem_sep ConnectionPool pool concode_elem_sep Dns dns conc...
void function ( long arg0 ) { this . logSize += arg0 ; }
used to update in-progress log sizes . the filestatus will report 0 otherwise . concode_field_sep Log LOG concode_elem_sep FSDataInputStream stream concode_elem_sep Path logFile concode_elem_sep long logSize concode_elem_sep ProcedureWALHeader header concode_elem_sep long minProcId concode_elem_sep long maxProcId conco...