code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
String function ( ) { return internalId ; } | gets the value of the internalid property . concode_field_sep Project parentProject concode_elem_sep VcsRoots vcsRoots concode_elem_sep Projects projects concode_elem_sep String parentProjectName concode_elem_sep BuildTypes templates concode_elem_sep String description concode_elem_sep String uuid concode_elem_sep Stri... |
void function ( E arg0 ) { if ( current . getRight ( ) != null ) throw new IllegalBinaryTreeOpException ( "srini_string" + "srini_string" ) ; else current . setRight ( arg0 ) ; } | adds a node with the specified child as the right child of the current node in navigation . throws an illegalbinarytreeopexception if the current node already has a right child . concode_field_sep BinaryTreenode<E> current concode_elem_sep BinaryTreenode<E> root concode_field_sep void printHelp concode_elem_sep void pr... |
Map < K , V > function ( K arg0 , V arg1 ) { Map < K , V > loc0 = new HashMap < K , V > ( ) ; loc0 . put ( arg0 , arg1 ) ; return loc0 ; } | wraps the given key and value in a mutable unordered map . concode_field_sep PlaceHolder placeHolder concode_field_sep Set<T> toSet concode_elem_sep SortedMap<K,V> toSortedMap concode_elem_sep NamedDomainObjectSet<T> toNamedDomainObjectSet concode_elem_sep SortedSet<T> toSortedSet concode_elem_sep SortedSet<T> toSorted... |
int function ( int arg0 , long arg1 ) { System . out . println ( "srini_string" ) ; return firstTerm ( arg0 ) + ( int ) ( arg1 ^ ( arg1 >>> 32 ) ) ; } | longs . concode_field_sep int SEED concode_elem_sep int fODD_PRIME_NUMBER concode_field_sep int firstTerm concode_elem_sep boolean isArray |
String function ( ) { return destinationURI ; } | returns the complete destination uri . concode_field_sep String destinationURI concode_elem_sep BlockingQueue<Boolean> replyQueue concode_elem_sep Object multiSendHandle concode_elem_sep boolean lastForHandle concode_elem_sep byte[] encodedMessage concode_elem_sep String destinationRootURI concode_field_sep void setRes... |
String function ( ) { org . hotswap . agent . javassist . bytecode . ClassFile loc0 = thisClass . getClassFile2 ( ) ; if ( loc0 == null ) return null ; else return loc0 . getSourceFile ( ) ; } | returns the source file containing the expression . concode_field_sep org.hotswap.agent.javassist.CtClass thisClass concode_elem_sep int maxLocals concode_elem_sep org.hotswap.agent.javassist.bytecode.CodeIterator iterator concode_elem_sep boolean edited concode_elem_sep String javaLangObject concode_elem_sep org.hotsw... |
String function ( Element arg0 ) { String loc0 = arg0 . getAttribute ( ATTR_SUBCAT ) ; return loc0 == null ? "srini_string" : loc0 ; } | get the pos subcategory . concode_field_sep TreeFactory treeFactory concode_elem_sep String ATTR_MORPH concode_elem_sep NodeList sentences concode_elem_sep String MWE_PHRASAL concode_elem_sep String MISSING_PHRASAL concode_elem_sep String EMPTY_LEAF concode_elem_sep TreeNormalizer treeNormalizer concode_elem_sep int se... |
InetAddress function ( ) { return address ; } | gets the remote address this socket is connected to . concode_field_sep boolean streaming concode_elem_sep InetAddress address concode_elem_sep int port concode_elem_sep INetworkSystem netImpl concode_elem_sep int localport concode_elem_sep FileDescriptor fd concode_field_sep int getLocalPort concode_elem_sep int avail... |
String function ( ) { return id ; } | gets the value of the id property . concode_field_sep SourceCode sourceCode concode_elem_sep ResourceType templateRef concode_elem_sep Documentation documentation concode_elem_sep String id concode_elem_sep String title concode_elem_sep Example example concode_field_sep void setTemplateRef concode_elem_sep String getTi... |
ImageProcessor function ( ImageProcessor arg0 , int arg1 ) { ImageProcessor loc0 = arg0 . createProcessor ( arg1 , arg1 ) ; loc0 . setValue ( 0 ) ; loc0 . fill ( ) ; loc0 . insert ( arg0 , 0 , 0 ) ; return loc0 ; } | image is padded with 0 . code was partially taken from ij.plugin.fft.java : : pad . thanks for the inspiration ! concode_field_sep PlaceHolder placeHolder concode_field_sep FloatProcessor realFromFHT concode_elem_sep ImageProcessor powerFromFHT concode_elem_sep void FHTreal concode_elem_sep FloatProcessor imaginaryFrom... |
Analyzer function ( MappedFieldType arg0 ) { if ( arg0 . searchAnalyzer ( ) != null ) { return arg0 . searchAnalyzer ( ) ; } return mapperService ( ) . searchAnalyzer ( ) ; } | gets the search analyzer for the given field , or the default if there is none present for the field todo : remove this by moving defaults into mappers themselves concode_field_sep NestedScope nestedScope concode_elem_sep ParseField CACHE concode_elem_sep Map<String,Query> namedQueries concode_elem_sep Index index conc... |
long function ( ) { long loc0 = System . currentTimeMillis ( ) ; this . millisecondiDiEsecuzione = ( int ) ( loc0 - this . tempoPrima ) ; return this . millisecondiDiEsecuzione ; } | restituisce il tempo impiegato dalla chiamata di tempopassato o dal costruttore . concode_field_sep long firstTime concode_elem_sep int millisecondiDiEsecuzione concode_elem_sep long tempoPrima concode_field_sep long tempoPassato |
String function ( ) { return "srini_string" ; } | used to retrieve a short description of what the plugin tool does . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep boolean amIActive concode_field_sep String getName concode_elem_sep void setPluginHost concode_elem_sep void updateProgress co... |
String function ( ) { return userName ; } | gets the user name . concode_field_sep String password concode_elem_sep String userName concode_field_sep void setPassword concode_elem_sep String getPassword concode_elem_sep void setUserName |
WindowSystemXrw function ( String arg0 , X11WindowManager . WindowTitleListener arg1 ) { WindowSystemXrw loc0 = null ; try { loc0 = new WindowSystemXrw ( arg0 , arg1 ) ; } catch ( Exception loc1 ) { loc1 . printStackTrace ( ) ; } return loc0 ; } | create an instance of windowsystemxrw . this launches the exernal xremwin server process and then starts the window manager thread . this method blocks until the window manager connects to the server . concode_field_sep ExitListener exitListener concode_elem_sep MonitoredProcess xServerProcess concode_elem_sep String d... |
void function ( GLoginData arg0 ) { String loc0 = String . format ( "srini_string" , arg0 . getHostName ( ) , arg0 . getAuthenticationToken ( ) ) ; HttpURLConnection loc1 = createURLConnection ( loc0 , false ) ; loc1 . connect ( ) ; arg0 . setAuthorizationCookie ( loc1 . getHeaderField ( "srini_string" ) ) ; loc1 . dis... | authorizes access to a google app engine application and stores the resulting authorization cookie to glogindata #setauthorizationcookie string . this method requires an authentication token from glogindata #getauthenticationtoken . concode_field_sep PlaceHolder placeHolder concode_field_sep void authenticate concode_e... |
File function ( String arg0 , String arg1 , int arg2 , IProgressMonitor arg3 ) { return getCachedFileForURL ( arg0 , arg1 , arg2 , URLTransportCache . getDefault ( ) , arg3 ) ; } | get the cached file , or download a new copy if the local cache is outdated or does not exist . the default cache folder will be used . concode_field_sep int CACHE_UNTIL_EXIT concode_elem_sep int CACHE_FOREVER concode_field_sep IStatus download concode_elem_sep IStatus download concode_elem_sep IStatus download concode... |
HashMap function ( ) { return _ImgMap ; } | get the map where is stock all images an their offset concode_field_sep int _YPadding concode_elem_sep Image _ImageSprite concode_elem_sep HashMap<String,Image> _ImgMap concode_elem_sep int _XPadding concode_field_sep int getXPad concode_elem_sep Image getInstanceOfImage concode_elem_sep int getYPad concode_elem_sep vo... |
String function ( ) { return XmlUtils . getAttributeValue ( mCompanionNode , AD_SLOT_ID ) ; } | gets the adslotid attribute from the companion ad or null if not present . concode_field_sep String COMPANION_CLICK_THROUGH concode_elem_sep String VIDEO_TRACKER concode_elem_sep String HEIGHT concode_elem_sep String AD_SLOT_ID concode_elem_sep VastResourceXmlManager mResourceXmlManager concode_elem_sep String CREATIVE... |
javax . servlet . http . HttpSessionContext function ( ) { return null ; } | not used . concode_field_sep String id concode_elem_sep boolean temporary concode_elem_sep ValueMap attributes concode_elem_sep ServletContext context concode_elem_sep long serialVersionUID concode_elem_sep long creationTime concode_elem_sep long lastAccessedTime concode_field_sep ServletContext getServletContext conco... |
Criteria function ( Criteria arg0 ) { arg0 . setResultTransformer ( CriteriaSpecification . DISTINCT_ROOT_ENTITY ) ; return arg0 ; } | distinct . concode_field_sep Logger logger concode_field_sep Integer getNumber concode_elem_sep String removeOrders concode_elem_sep Projection findProjection concode_elem_sep Criterion buildCriterion concode_elem_sep Criterion[] buildCriterion concode_elem_sep List findOrderEntries concode_elem_sep String removeSelect... |
String function ( ) { return uri ; } | gets the value of the uri property . concode_field_sep TransformsType transforms concode_elem_sep String type concode_elem_sep String uri concode_field_sep TransformsType getTransforms concode_elem_sep String getType concode_elem_sep void setURI concode_elem_sep void setType concode_elem_sep void setTransforms |
void function ( final String arg0 ) { this . path = arg0 ; } | set the string representation of the property path to the value . concode_field_sep String path concode_elem_sep String message concode_elem_sep String messageTemplate concode_elem_sep String invalidValue concode_field_sep String getInvalidValue concode_elem_sep String getPath concode_elem_sep void setMessageTemplate c... |
LambdaFormBuffer function ( int arg0 , Name arg1 ) { assert ( arg1 . isParam ( ) ) ; replaceName ( arg0 , arg1 ) ; return this ; } | replace a parameter by a fresh parameter . concode_field_sep int arity concode_elem_sep String debugName concode_elem_sep Name[] names concode_elem_sep int length concode_elem_sep byte flags concode_elem_sep ArrayList<Name> dups concode_elem_sep int F_TRANS concode_elem_sep int firstChange concode_elem_sep Name[] origi... |
void function ( ) { if ( contextPosition == contexts . length ) resizeContexts ( ) ; contexts [ contextPosition ++ ] = namespacePosition ; } | push a namespace context on the stack . concode_field_sep int[] contexts concode_elem_sep int index concode_elem_sep int namespacePosition concode_elem_sep int DEFAULT_SIZE concode_elem_sep String[] prefixes concode_elem_sep String[] namespaceURIs concode_elem_sep int contextPosition concode_field_sep void resizeContex... |
double function ( double arg0 ) { return Math . floor ( arg0 ) + arg0 < 0 ? 1 : 0 ; } | returns the integral part of the number x , removing any fractional digits . concode_field_sep double LOG2E concode_elem_sep double LOG10E concode_elem_sep double LN2 concode_elem_sep double SQRT1_2 concode_elem_sep double E concode_elem_sep double LN10 concode_elem_sep double PI concode_elem_sep double SQRT2 concode_f... |
List < AgentIdentifierComplexType > function ( ) { if ( agentIdentifier == null ) { agentIdentifier = new ArrayList < AgentIdentifierComplexType > ( ) ; } return this . agentIdentifier ; } | gets the value of the agentidentifier 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 agentidentifier property . for example , to add a ... |
void function ( DrawSurface arg0 ) { for ( int loc0 = 0 ; loc0 < this . spriteCollection . size ( ) ; loc0 ++ ) { Sprite loc1 = this . spriteCollection . get ( loc0 ) ; loc1 . drawOn ( arg0 ) ; } } | draw all the sprites in the list . concode_field_sep List<Sprite> spriteCollection concode_field_sep void removeSprite concode_elem_sep void addSprite concode_elem_sep void notifyAllTimePassed |
int function ( ) { return current ; } | find out how much has been done . concode_field_sep File file concode_elem_sep ResourceBundle messageBundle concode_elem_sep int lengthOfTask concode_elem_sep String dialogMessage concode_elem_sep Document document concode_elem_sep Logger logger concode_elem_sep boolean done concode_elem_sep int current concode_elem_se... |
void function ( String arg0 ) { this . s3BucketPrefix = arg0 ; } | the logical hierarchy you created for your amazon s3 bucket , for example my-bucket-prefix/prod . if the prefix is not provided , the log is placed at the root level of the bucket . concode_field_sep String s3BucketName concode_elem_sep Integer emitInterval concode_elem_sep Boolean enabled concode_elem_sep String s3Buc... |
String function ( ) { return clicked ; } | gets the name of the button clicked . concode_field_sep String inputText concode_elem_sep String clicked concode_field_sep void imageButtonListener concode_elem_sep void commandLinkListener concode_elem_sep String getInputText concode_elem_sep void setInputText concode_elem_sep void submitButtonListener concode_elem_se... |
int function ( int arg0 ) { return m_opMap . elementAt ( arg0 + 3 ) ; } | get the test type of the step , i.e. nodetype_xxx value . concode_field_sep ObjectVector m_tokenQueue concode_elem_sep int MAXTOKENQUEUESIZE concode_elem_sep String m_currentPattern concode_elem_sep OpMapVector m_opMap concode_elem_sep int MAPINDEX_LENGTH concode_elem_sep int BLOCKTOKENQUEUESIZE concode_field_sep int g... |
boolean function ( EClass arg0 , EClass arg1 ) { for ( EClass loc0 : arg1 . getESuperTypes ( ) ) { if ( loc0 == arg0 ) { return true ; } if ( isSuperTypeOf ( arg0 , loc0 ) ) { return true ; } } return false ; } | is eclass superclass concode_field_sep Class<?> mappedClass concode_elem_sep Class<?> proxyInterface concode_elem_sep boolean isDynamicEObject concode_elem_sep EClass eclass concode_elem_sep long serialVersionUID concode_elem_sep Log log concode_field_sep boolean isInstance concode_elem_sep Object instantiate concode_e... |
void function ( int arg0 , String arg1 , String arg2 ) { println ( arg0 , arg1 , arg2 , null ) ; } | instructs the lognode to print the log data provided . other lognodes can be chained to the end of the lognode as desired . concode_field_sep int ERROR concode_elem_sep int VERBOSE concode_elem_sep int WARN concode_elem_sep int NONE concode_elem_sep int ASSERT concode_elem_sep int DEBUG concode_elem_sep LogNode mLogNod... |
void function ( XMLGregorianCalendar arg0 ) { this . validTo = arg0 ; } | sets the value of the validto property . concode_field_sep String marketName concode_elem_sep XMLGregorianCalendar investedDate concode_elem_sep DataQualityTypeList dataQualityType concode_elem_sep String listedCode concode_elem_sep Map<QName,String> otherAttributes concode_elem_sep XMLGregorianCalendar listedDate conc... |
String function ( ) { return description ; } | returns the textual description of the color type . concode_field_sep ColorType BACKGROUND concode_elem_sep int MAX_COUNT concode_elem_sep ColorType FOREGROUND concode_elem_sep int count concode_elem_sep ColorType TEXT_FOREGROUND concode_elem_sep String description concode_elem_sep int id concode_elem_sep ColorType TEX... |
String function ( File arg0 ) { return null ; } | returns the type description of a file that would be displayed by the underlying system . this implementation returns null , subclasses must override . concode_field_sep FileSystemView defaultFileSystemView concode_field_sep boolean isFileSystem concode_elem_sep boolean isFileSystemRoot concode_elem_sep Boolean isTrave... |
String function ( int arg0 ) { int loc0 = arg0 * 2 + 1 ; if ( loc0 < 0 || loc0 >= namesAndValues . size ( ) ) { return null ; } return namesAndValues . get ( loc0 ) ; } | returns the value at index or null if that is out of range . concode_field_sep int responseCode concode_elem_sep String statusLine concode_elem_sep int httpMinorVersion concode_elem_sep String requestLine concode_elem_sep List<String> namesAndValues concode_elem_sep String responseMessage concode_elem_sep Comparator<St... |
void function ( String arg0 ) { if ( fieldNames . isEmpty ( ) || fieldValues . isEmpty ( ) ) return ; String loc0 = fieldValues . pop ( ) ; loc0 += arg0 ; fieldValues . push ( loc0 ) ; } | called when a text element is found . concode_field_sep Stack<String> fieldNames concode_elem_sep HashMap<String,List<String>> listFields concode_elem_sep boolean foundRoot concode_elem_sep HashMap<String,String> fields concode_elem_sep Stack<String> fieldValues concode_elem_sep String fileSpec concode_field_sep HashMa... |
void function ( double arg0 ) { this . tolerance = arg0 ; } | sets the snapping tolerance which will be used to improved the robustness of the triangulation computation . a tolerance of 0.0 specifies that no snapping will take place . concode_field_sep Map constraintVertexMap concode_elem_sep Collection siteCoords concode_elem_sep double tolerance concode_elem_sep QuadEdgeSubdivi... |
void function ( ) { context . remove ( this ) ; } | removes the row , if it exists , in the buffered data table having tags that equal the tags that have been set on this record . concode_field_sep TagMap tagTable concode_elem_sep String recordName concode_elem_sep AbstractMetricsContext context concode_elem_sep Map<String,MetricValue> metricTable concode_field_sep void... |
boolean function ( final int arg0 ) { if ( ! isInit ) { init ( ) ; } return ! ( arg0 < 0 || arg0 > permissions . length ) && permissions [ arg0 ] ; } | gets the permission value of the specified permission constant . concode_field_sep int permissionFlags concode_elem_sep int DATA_EXTRACTION_BIT_5 concode_elem_sep int ASSEMBLE_DOCUMENT_BIT_11 concode_elem_sep int CONTENT_EXTRACTION concode_elem_sep boolean isInit concode_elem_sep int MODIFY_FORMS_BIT_9 concode_elem_sep... |
void function ( String arg0 ) { this . codigo = arg0 ; } | define el valor de la propiedad codigo . concode_field_sep String codigoPorcentaje concode_elem_sep String codigo concode_elem_sep List<TotalConImpuestos.TotalImpuesto> totalImpuesto concode_elem_sep BigDecimal valor concode_elem_sep BigDecimal baseImponible concode_field_sep void setBaseImponible concode_elem_sep BigD... |
void function ( ) { HazelcastInstanceFactory . shutdownAll ( ) ; } | shuts down all running hazelcast instances on this jvm . it does n't shutdown all members of the cluster but just the ones running on this jvm . concode_field_sep PlaceHolder placeHolder concode_field_sep HazelcastInstance getHazelcastInstanceByName concode_elem_sep HazelcastInstance getOrCreateHazelcastInstance concod... |
void function ( Context arg0 , String arg1 , String arg2 , String arg3 ) { final SharedPreferences loc0 = getPreferences ( arg0 , arg1 ) ; SharedPreferences . Editor loc1 = loc0 . edit ( ) ; loc1 . putString ( arg2 , arg3 ) ; try { loc1 . apply ( ) ; } catch ( NoSuchMethodError loc2 ) { loc1 . commit ( ) ; } } | sets string value for provided key to shared preference with sharedpreferencename name . concode_field_sep String DEFAULT_STRING_VALUE concode_field_sep SharedPreferences getPreferences concode_elem_sep String getString |
boolean function ( final InetAddressPrincipal arg0 ) { return arg0 != null && inetAddress . equals ( arg0 . inetAddress ) ; } | determine whether this instance is equal to another . concode_field_sep InetAddress inetAddress concode_elem_sep long serialVersionUID concode_field_sep InetAddress getInetAddress concode_elem_sep String getName concode_elem_sep int hashCode concode_elem_sep InetAddressPrincipal clone concode_elem_sep String toString |
void function ( List < ? > arg0 ) { action . setItem ( COSName . NEXT , COSArrayList . converterToCOSArray ( arg0 ) ) ; } | this will set the next action , or sequence of actions , to be performed after this one . the value is either a single action dictionary or an array of action dictionaries to be performed in order . concode_field_sep COSDictionary action concode_elem_sep String TYPE concode_field_sep String getType concode_elem_sep voi... |
java . lang . Long function ( ) { return id ; } | gets the id value for this label . concode_field_sep com.google.api.ads.dfp.axis.v201502.LabelType[] types concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String name concode_elem_sep java.lang.String description concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Long id concod... |
boolean function ( char arg0 ) { return SEPARATORS . indexOf ( arg0 ) >= 0 ; } | checks whether a character is a #separators separator . concode_field_sep BasicHeaderValueFormatter DEFAULT concode_elem_sep String UNSAFE_CHARS concode_elem_sep String SEPARATORS concode_field_sep String formatNameValuePair concode_elem_sep CharArrayBuffer formatNameValuePair concode_elem_sep int estimateNameValuePair... |
boolean function ( ) { return areaMapEnabled ; } | indicates that current chart instance supports image map interaction concode_field_sep String plotPointShape concode_elem_sep boolean enableDynamicValues concode_elem_sep boolean areaMapEnabled concode_elem_sep int CUSTOM_CHART_TYPE concode_elem_sep String xAxisTitle concode_elem_sep boolean barChartOrientationHorizont... |
double function ( ) { return System . nanoTime ( ) / 1000000.0d ; } | returns the nanotime in milliseconds as a double for measuring timeouts . concode_field_sep ScheduledExecutorService executorService concode_field_sep void sourceReadUnblockedByClosedSink concode_elem_sep void test concode_elem_sep void sinkFlushWaitsForReaderToReadEverything concode_elem_sep void sinkClose concode_ele... |
boolean function ( H arg0 ) { return ! shouldReleaseBeforeCompletion ( ) ; } | return whether this holder 's resource should be released after transaction completion true . the default implementation returns ! shouldreleasebeforecompletion , releasing after completion if no attempt was made before completion . concode_field_sep H resourceHolder concode_elem_sep K resourceKey concode_elem_sep bool... |
long function ( String arg0 ) { return parseTimeString ( arg0 , TimeUnit . SECONDS ) ; } | convert a time parameter such as 50s , 100ms , or 250us to seconds for internal use . if no suffix is provided , the passed number is assumed to be in seconds . concode_field_sep long DEFAULT_DRIVER_MEM_MB concode_elem_sep Logger logger concode_elem_sep ImmutableMap<String,ByteUnit> byteSuffixes concode_elem_sep Immuta... |
boolean function ( short arg0 ) { return ! even ( arg0 ) ; } | check if number is odd . concode_field_sep float HALF_PI concode_elem_sep float TWO_PI concode_elem_sep double TWO_PI_D concode_elem_sep double HALF_PI_D concode_field_sep short BuildShortBE concode_elem_sep short BuildShortBE concode_elem_sep int BuildInteger concode_elem_sep int BuildInteger concode_elem_sep float si... |
void function ( boolean arg0 ) { this . propagateExceptions = arg0 ; } | control failure handling in #notify notification , event . concode_field_sep boolean enabled concode_elem_sep NotificationService notificationService concode_elem_sep AliasService aliasService concode_elem_sep Log log concode_elem_sep boolean propagateExceptions concode_field_sep void setAliasService concode_elem_sep v... |
String function ( ) { return indexRouting ; } | returns the index routing value associated with the alias concode_field_sep String filter concode_elem_sep String searchRouting concode_elem_sep String name concode_elem_sep String indexRouting concode_field_sep String filter concode_elem_sep Alias filter concode_elem_sep Alias filter concode_elem_sep Alias filter conc... |
int function ( String arg0 ) { int loc0 ; for ( loc0 = 0 ; loc0 < arg0 . length ( ) ; ++ loc0 ) { char loc1 = arg0 . charAt ( loc0 ) ; if ( ! Character . isSpaceChar ( loc1 ) && ! Character . isDigit ( loc1 ) && loc1 != '$' && loc1 != '|' && loc1 != '>' ) break ; } return loc0 ; } | ignore characters at beginning of line . ignores characters that are sometimes left of the actual position . the included characters are digits , pipe symbols edge and dollar signs . concode_field_sep BufferedReader m_reader concode_elem_sep Character m_charWhite concode_elem_sep int m_width concode_elem_sep Board m_bo... |
boolean function ( Object arg0 ) { if ( arg0 == null ) { throw new NullPointerException ( ) ; } Entry loc0 [ ] = table ; for ( int loc1 = loc0 . length ; loc1 -- > 0 ; ) { for ( Entry loc2 = loc0 [ loc1 ] ; loc2 != null ; loc2 = loc2 . next ) { if ( loc2 . arg0 . equals ( arg0 ) ) { return true ; } } } return false ; } | tests if some key maps into the specified value in this hashtable . this operation is more expensive than the containskey method . note that this method is identical in functionality to containsvalue , which is part of the map interface in the collections framework . concode_field_sep Entry table[] concode_elem_sep Ent... |
Session function ( int arg0 ) { return ( Session ) sessionMap . get ( arg0 ) ; } | retrieves the session with the specified session identifier or null if no such session is registered with this sessionmanager . concode_field_sep IntKeyHashMap sessionMap concode_elem_sep int sessionIdCount concode_elem_sep Session sysSession concode_field_sep void removeSession concode_elem_sep Session newSession conc... |
ConfigurationBuilder function ( final Scanner ... arg0 ) { this . scanners . addAll ( Sets . newHashSet ( arg0 ) ) ; return this ; } | set the scanners instances for scanning different metadata concode_field_sep Set<Scanner> scanners concode_elem_sep Set<URL> urls concode_elem_sep ExecutorService executorService concode_elem_sep ClassLoader[] classLoaders concode_elem_sep Serializer serializer concode_elem_sep Predicate<? super String> inputsFilter co... |
ConstructorInjector < ? > function ( InjectionPoint arg0 , Errors arg1 ) { return cache . get ( arg0 , arg1 ) ; } | returns a new complete constructor injector with injection listeners registered . concode_field_sep FailableCache<InjectionPoint,ConstructorInjector<?>> cache concode_elem_sep InjectorImpl injector concode_field_sep ConstructorInjector<?> create concode_elem_sep boolean remove concode_elem_sep ConstructorInjector<T> cr... |
void function ( String arg0 ) { this . commonId = arg0 ; } | sets the common condition id . concode_field_sep Calendar lastUpdate concode_elem_sep String icon concode_elem_sep String commonId concode_elem_sep String text concode_elem_sep Calendar observationTime concode_elem_sep String id concode_field_sep void setIcon concode_elem_sep String getText concode_elem_sep Calendar ge... |
int function ( int arg0 , byte arg1 , int arg2 ) { int loc0 = ( arg1 & 0xff ) << ( 24 - arg2 ) ; int loc1 = 0xff000000 >>> arg2 ; loc1 = ~ loc1 ; arg0 &= loc1 ; return ( arg0 | loc0 ) ; } | copy the byte value into the map at given position 0 , 24 concode_field_sep int limitPos concode_elem_sep int defaultCapacity concode_elem_sep int[] map concode_elem_sep int capacity concode_field_sep int compare concode_elem_sep int set concode_elem_sep int set concode_elem_sep byte set concode_elem_sep void set conco... |
boolean function ( IOException arg0 ) { GoogleJsonResponseException loc0 = getJsonResponseExceptionOrNull ( arg0 ) ; if ( loc0 != null ) { return accessDeniedNonRecoverable ( getDetails ( loc0 ) ) ; } return false ; } | determine if the exception is a non-recoverable access denied code such as account closed or marked for deletion . concode_field_sep String GLOBAL_DOMAIN concode_elem_sep String ACCOUNT_DISABLED_REASON_CODE concode_elem_sep int STATUS_CODE_RANGE_NOT_SATISFIABLE concode_elem_sep String USER_RATE_LIMITED_REASON_CODE conc... |
BigInteger function ( int arg0 ) { int loc0 = RANDOM_SOURCE . nextInt ( arg0 ) ; if ( loc0 == 0 ) { return new BigInteger ( 1 , RANDOM_SOURCE ) ; } else { return new BigInteger ( loc0 , RANDOM_SOURCE ) . setBit ( loc0 ) ; } } | generates a number in 0 , 2 ^ numbits with an exponential distribution . the floor of the log2 of the result is chosen uniformly at random in 0 , numbits , and then the result is chosen in that range uniformly at random . zero is treated as having log2 == 0 . concode_field_sep int ARRAY_SIZE concode_elem_sep int[] bigg... |
HttpHost [ ] function ( HttpHost arg0 ) { if ( arg0 == null ) return EMPTY_HTTP_HOST_ARRAY ; return new HttpHost [ ] { arg0 } ; } | helper to convert a proxy to a proxy chain . concode_field_sep HttpHost targetHost concode_elem_sep TunnelType tunnelled concode_elem_sep InetAddress localAddress concode_elem_sep HttpHost[] proxyChain concode_elem_sep boolean secure concode_elem_sep HttpHost[] EMPTY_HTTP_HOST_ARRAY concode_elem_sep LayerType layered c... |
void function ( int arg0 ) { if ( this . status == STATUS_SELECTED && arg0 != STATUS_DEFAULT ) { return ; } if ( this . status == STATUS_HIGHLIGHT && arg0 != STATUS_SELECTED ) { return ; } if ( this . status != STATUS_DEFAULT && arg0 == STATUS_MISC ) { return ; } this . status = arg0 ; } | set status of conversation concode_field_sep int TYPE_QUERY concode_elem_sep int STATUS_DEFAULT concode_elem_sep int newMentions concode_elem_sep int TYPE_CHANNEL concode_elem_sep int DEFAULT_HISTORY_SIZE concode_elem_sep LinkedList<Message> history concode_elem_sep int STATUS_MESSAGE concode_elem_sep boolean notify co... |
SchemeSocketFactory function ( ) { return this . socketFactory ; } | obtains the socket factory . if this scheme is #islayered layered , the factory implements layeredsocketfactory layeredschemesocketfactory . concode_field_sep int defaultPort concode_elem_sep SchemeSocketFactory socketFactory concode_elem_sep String name concode_elem_sep String stringRep concode_elem_sep boolean layere... |
void function ( MessageEndpointFactory arg0 , ActivationSpec arg1 ) { PureInflowActivation loc0 = ( PureInflowActivation ) activations . remove ( arg1 ) ; if ( loc0 != null ) { loc0 . stop ( ) ; } log . trace ( "srini_string" ) ; } | this is called when a message endpoint is deactivated . concode_field_sep Logger log concode_elem_sep Map<PureInflowActivationSpec,PureInflowActivation> activations concode_field_sep void endpointActivation concode_elem_sep void stop concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep void st... |
Temperature function ( ) { return temperature ; } | returns temperature data . concode_field_sep Atmosphere atmosphere concode_elem_sep Temperature temperature concode_elem_sep Precipitation precipitation concode_elem_sep String VIRTUAL_TEMP_MINMAX concode_elem_sep Wind wind concode_elem_sep String[] VIRTUAL_PROPERTIES concode_elem_sep String error concode_elem_sep Stat... |
DCProject function ( String arg0 , long arg1 , String arg2 , LinkedHashSet < String > arg3 , DCProject ... arg4 ) { return buildProjectDefaultConf ( arg0 + '_' + arg1 , arg2 , arg3 , arg4 ) ; } | adds oasis.main concode_field_sep DataModelServiceImpl modelAdminService concode_elem_sep Properties projectOwners concode_field_sep void init concode_elem_sep DCProject getSandboxProject concode_elem_sep DCProject buildFacadeProjectDefaultConf concode_elem_sep void setDefaultPublicSecurity concode_elem_sep void setWri... |
User function ( HsqlName arg0 , String arg1 , boolean arg2 ) { User loc0 = granteeManager . addUser ( arg0 ) ; loc0 . setPassword ( arg1 , arg2 ) ; boolean loc1 = userList . add ( arg0 . arg0 , loc0 ) ; if ( ! loc1 ) { throw Error . error ( ErrorCode . X_28503 , arg0 . statementName ) ; } return loc0 ; } | creates a new user object under management of this object . a set of constraints regarding user creation is imposed : if the specified name is null , then an assertion_failed exception is thrown stating that the name is null . if this object 's collection already contains an element whose name attribute equals the name... |
boolean function ( final Message arg0 ) { return expression . evaluate ( arg0 ) ; } | determines if the specified message matches this messageselector 's expression . concode_field_sep Expression expression concode_field_sep Expression getExpression concode_elem_sep String toString |
void function ( ) { Session [ ] loc0 = getAllSessions ( ) ; for ( int loc1 = 0 ; loc1 < loc0 . length ; loc1 ++ ) { loc0 [ loc1 ] . close ( ) ; } } | closes all sessions registered with this sessionmanager . concode_field_sep Session sysLobSession concode_elem_sep long sessionIdCount concode_elem_sep LongKeyHashMap sessionMap concode_elem_sep Session sysSession concode_field_sep void removeSession concode_elem_sep Session getSysSessionForScript concode_elem_sep Sess... |
CollectionResponse < RegistrationRecord > function ( @ Named ( "srini_string" ) int arg0 ) { List < RegistrationRecord > loc0 = ofy ( ) . load ( ) . type ( RegistrationRecord . class ) . limit ( arg0 ) . list ( ) ; return CollectionResponse . < RegistrationRecord > builder ( ) . setItems ( loc0 ) . build ( ) ; } | return a collection of registered devices concode_field_sep Logger log concode_field_sep void registerDevice concode_elem_sep void unregisterDevice concode_elem_sep RegistrationRecord findRecord |
void function ( Database arg0 ) { String loc0 ; loc0 = arg0 . getPath ( ) ; if ( arg0 . isFilesInJar ( ) ) { checkFilesInJar ( loc0 ) ; } if ( ! arg0 . isFilesReadOnly ( ) ) { acquireLock ( loc0 ) ; } lLog = new Log ( arg0 , loc0 ) ; lLog . open ( ) ; } | opens the specified database object 's database files and starts up the logging process . if the specified database object is a new database , its database files are first created . concode_field_sep Log lLog concode_elem_sep LockFile lf concode_field_sep void checkpoint concode_elem_sep void releaseLock concode_elem_s... |
TaskType function ( ) { return TaskType . valueOf ( taskType . toString ( ) ) ; } | get the task type concode_field_sep int[] clockSplits concode_elem_sep long finishTime concode_elem_sep int[] physMemKbytes concode_elem_sep Counters counters concode_elem_sep String error concode_elem_sep TaskType taskType concode_elem_sep String hostname concode_elem_sep int port concode_elem_sep int[][] allSplits co... |
void function ( java . util . Collection < ConditionalForwarder > arg0 ) { if ( arg0 == null ) { this . conditionalForwarders = null ; return ; } this . conditionalForwarders = new com . amazonaws . internal . SdkInternalList < ConditionalForwarder > ( arg0 ) ; } | the list of conditional forwarders that have been created . concode_field_sep com.amazonaws.internal.SdkInternalList<ConditionalForwarder> conditionalForwarders concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep DescribeConditionalForwardersResult clone concode_elem_sep DescribeConditionalF... |
void function ( Object arg0 , List < ScopeField > arg1 ) { for ( ScopeField loc0 : arg1 ) { Scope loc1 = scopeProvider . lookup ( loc0 . annotationType ) ; Object loc2 = ReflectionUtils . getField ( loc0 . field , arg0 ) ; loc1 . set ( loc0 . field . getName ( ) , loc2 , loc0 . annotation ) ; } } | stores all of the values from the action from into the scopes . concode_field_sep ActionInvocationStore actionInvocationStore concode_elem_sep ScopeProvider scopeProvider concode_field_sep void perform |
Schema function ( ) { return new Schema ( this ) ; } | creates an schema object . concode_field_sep Function<com.google.api.services.bigquery.model.TableSchema,Schema> FROM_PB_FUNCTION concode_elem_sep Function<Schema,com.google.api.services.bigquery.model.TableSchema> TO_PB_FUNCTION concode_elem_sep long serialVersionUID concode_elem_sep List<Field> fields concode_field_s... |
AMLCDDFatcaIndiciaDetectionServicePartyPartyRelationTupleType function ( ) { return partyPartyRelation ; } | gets the value of the partypartyrelation property . concode_field_sep AMLCDDFatcaIndiciaDetectionServicePartyPartyRelationTupleType partyPartyRelation concode_field_sep void setPartyPartyRelation |
BundleContext function ( ) { return context ; } | returns the bundle context of this bundle concode_field_sep Logger logger concode_elem_sep BundleContext context concode_field_sep void stop concode_elem_sep void start |
boolean function ( @ NotNull PsiFile arg0 , int arg1 ) { return false ; } | implementation should returns true if it has own lookup item in completion autopopupand it is supposed that template should be expanded while completion auto-popup is active . concode_field_sep PlaceHolder placeHolder concode_field_sep void addCompletions concode_elem_sep Collection<? extends CustomLiveTemplateLookupEl... |
boolean function ( ) { return Parameters . getAllTemplateParameterFields ( this . getClass ( ) ) . size ( ) > 0 ; } | verifies whether there is at least one template parameter . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isValid concode_elem_sep Factory getFactory |
Event function ( ) { return new Event ( ) ; } | create an instance of event concode_field_sep PlaceHolder placeHolder concode_field_sep EnvEntryName createEnvEntryName concode_elem_sep SbbUsageParametersInterfaceName createSbbUsageParametersInterfaceName concode_elem_sep SbbClasses createSbbClasses concode_elem_sep EjbRef createEjbRef concode_elem_sep ResourceAdapto... |
IDataRetrieverConfig function ( ) { return null ; } | this method is called if the dataretriever allows to run withoutany configuration i.e. #needconfiguration returns false . it is used to create and assign a default configuration in the case , that no configuration is passed . the default implementation just returns null . concode_field_sep IExceptionRegistry exceptionR... |
void function ( Object arg0 ) { this . any = arg0 ; } | sets the value of the any property . concode_field_sep Object any concode_field_sep Object getAny |
java . lang . String function ( ) { return _websiteLocalService . getOSGiServiceIdentifier ( ) ; } | returns the osgi service identifier . concode_field_sep WebsiteLocalService _websiteLocalService concode_field_sep com.liferay.portal.kernel.model.Website getWebsite concode_elem_sep void setWrappedService concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_elem_s... |
boolean function ( long arg0 , Closure4 < Boolean > arg1 ) { return retry ( arg0 , 1 , arg1 ) ; } | keeps executing a block of code until it either returns true or millisecondstimeout elapses . concode_field_sep PlaceHolder placeHolder concode_field_sep void sleep concode_elem_sep void sleepThrowsOnInterrupt |
void function ( Collection arg0 ) { String loc0 = getContext ( ) ; if ( loc0 == null ) return ; arg0 . add ( "srini_string" + loc0 ) ; arg0 . add ( "srini_string" ) ; } | add the authzgroup s for context as a site . concode_field_sep String m_id concode_elem_sep String m_container concode_elem_sep boolean m_setAlready concode_elem_sep EntityProducer m_service concode_elem_sep UserDirectoryService userDirectoryService concode_elem_sep String m_type concode_elem_sep String m_context conco... |
FxSamplerFilterCommon function ( ) { return mipfilter ; } | gets the value of the mipfilter property . concode_field_sep Float mipmapBias concode_elem_sep List<Double> borderColor concode_elem_sep FxSamplerWrapCommon wrapP concode_elem_sep FxSamplerFilterCommon magfilter concode_elem_sep FxSamplerWrapCommon wrapT concode_elem_sep List<Extra> extras concode_elem_sep String sourc... |
boolean function ( ) { return this . readyToPlay ; } | indicates if the remote player is ready to play concode_field_sep boolean readyToPlay concode_elem_sep int CARDS_IN_HAND concode_elem_sep String nickName concode_elem_sep String ipAddress concode_elem_sep int posInGroup concode_elem_sep PrintWriter outStream concode_elem_sep int portNumber concode_elem_sep Card[] hand ... |
Connection function ( Statement arg0 ) { if ( arg0 == null ) { return null ; } return getNativeConnection ( arg0 . getConnection ( ) ) ; } | retrieve the connection via the statement 's connection . concode_field_sep PlaceHolder placeHolder concode_field_sep Connection getNativeConnection concode_elem_sep boolean isNativeConnectionNecessaryForNativeStatements concode_elem_sep boolean isNativeConnectionNecessaryForNativePreparedStatements concode_elem_sep Co... |
ArrayList function ( ) { ArrayList loc0 = new ArrayList ( ) ; for ( int loc1 = 0 ; loc1 < table . size ( ) ; loc1 ++ ) { if ( ! ( ( Symbol ) table . get ( loc1 ) ) . getType ( ) ) { loc0 . add ( table . get ( loc1 ) ) ; } } return loc0 ; } | for obtaining the text symbols . concode_field_sep String filename concode_elem_sep int NOT_FOUND concode_elem_sep String startLabel concode_elem_sep ArrayList table concode_field_sep void addSymbol concode_elem_sep void clear concode_elem_sep String getStartLabel concode_elem_sep ArrayList getAllSymbols concode_elem_s... |
void function ( String arg0 , Object arg1 ) { FacesContext . getCurrentInstance ( ) . getExternalContext ( ) . getSessionMap ( ) . put ( arg0 , arg1 ) ; } | store the managed bean inside the session scope . concode_field_sep Properties buildProperties concode_field_sep String getRequestParameter concode_elem_sep UIComponent findComponent concode_elem_sep ServletContext getServletContext concode_elem_sep Object getManagedBean concode_elem_sep String getActionAttribute conco... |
void function ( OutputStream arg0 , int arg1 ) { arg0 . write ( 0xff & arg1 ) ; arg0 . write ( 0xff & ( arg1 >>> 8 ) ) ; arg0 . write ( 0xff & ( arg1 >>> 16 ) ) ; arg0 . write ( 0xff & ( arg1 >>> 24 ) ) ; } | writes a little-endian int . concode_field_sep PlaceHolder placeHolder concode_field_sep void writeHeader concode_elem_sep byte[] buildOggPageHeader concode_elem_sep int writeSpeexComment concode_elem_sep int writeOggPageHeader concode_elem_sep byte[] buildSpeexComment concode_elem_sep void writeLong concode_elem_sep v... |
boolean function ( Object arg0 ) { if ( this == arg0 ) { return true ; } if ( ! ( arg0 instanceof SeriesRenderingOrder ) ) { return false ; } SeriesRenderingOrder loc0 = ( SeriesRenderingOrder ) arg0 ; if ( ! this . name . equals ( loc0 . toString ( ) ) ) { return false ; } return true ; } | returns true if this object is equal to the specified object , and false otherwise . concode_field_sep SeriesRenderingOrder REVERSE concode_elem_sep String name concode_elem_sep SeriesRenderingOrder FORWARD concode_elem_sep long serialVersionUID concode_field_sep Object readResolve concode_elem_sep int hashCode concode... |
void function ( Object arg0 , Object arg1 ) { Assert . assertEquals ( ( float ) arg0 , arg1 ) ; } | check whether the outstandingamount is equal to expected amount or not after paying or after waiving off the client charge . concode_field_sep ResponseSpecification responseSpec concode_elem_sep RequestSpecification requestSpec concode_field_sep void clientChargeTest concode_elem_sep void isReversedTransaction concode_... |
void function ( String arg0 ) { try { initServer ( arg0 ) ; channel . closeFuture ( ) . await ( ) ; } catch ( InterruptedException loc0 ) { LOG . info ( "srini_string" ) ; close ( ) ; } } | start webimageviewer and wait until the thread is interrupted . concode_field_sep ChannelGroup allChannels concode_elem_sep InetSocketAddress address concode_elem_sep Channel channel concode_elem_sep Log LOG concode_elem_sep ServerBootstrap bootstrap concode_elem_sep EventLoopGroup workerGroup concode_elem_sep EventLoo... |
String function ( byte [ ] arg0 ) { BigInteger loc0 = new BigInteger ( 1 , arg0 ) ; String loc1 = loc0 . toString ( 16 ) ; int loc2 = ( arg0 . length * 2 ) - loc1 . length ( ) ; if ( loc2 > 0 ) { return String . format ( "srini_string" + loc2 + "srini_string" , 0 ) + loc1 ; } return loc1 ; } | converts a byte array into a hexadecimal string . concode_field_sep int HASH_BYTE_SIZE concode_elem_sep int PBKDF2_ITERATIONS concode_elem_sep int SALT_INDEX concode_elem_sep int ITERATION_INDEX concode_elem_sep int SALT_BYTE_SIZE concode_elem_sep int PBKDF2_INDEX concode_elem_sep String PBKDF2_ALGORITHM concode_field_... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.