code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
void function ( Object arg0 ) { echo ( mapToFormattedJsonString ( arg0 ) ) ; } | print the object in json format . concode_field_sep CassandraService cass concode_elem_sep String PATH_REPLACEMENT concode_elem_sep int MAX_ENTITY_FETCH concode_elem_sep boolean isVerboseEnabled concode_elem_sep String VERBOSE concode_elem_sep Logger logger concode_elem_sep ServiceManagerFactory smf concode_elem_sep Pr... |
void function ( Class < ? extends GLSLShader > arg0 , GLSLShader arg1 ) { if ( SHADER_REGISTRY . containsKey ( arg0 ) ) { throw new Error ( "srini_string" + arg0 . getSimpleName ( ) ) ; } SHADER_REGISTRY . put ( arg0 , arg1 ) ; } | register a single shader instance for a particular class . concode_field_sep String fragmentShaderFileName concode_elem_sep String SHADER_PREFIX concode_elem_sep String VERTEX_FILENAME_SUFFIX concode_elem_sep String vertexShaderFileName concode_elem_sep String FRAGMENT_FILENAME_SUFFIX concode_elem_sep int vertexShader ... |
void function ( String arg0 ) { this . name = arg0 ; } | sets the value of the name property . concode_field_sep short timeStamp concode_elem_sep boolean allowManualRefresh concode_elem_sep short refreshUnit concode_elem_sep String code concode_elem_sep ProviderConfiguration configuration concode_elem_sep String name concode_elem_sep ProviderModifiableConfiguration modifiabl... |
String function ( ) { return x509SubjectName ; } | gets the value of the x509subjectname property . concode_field_sep AnyType other concode_elem_sep KeyValueType keyValue concode_elem_sep String x509SubjectName concode_elem_sep byte[] x509SKI concode_elem_sep long serialVersionUID concode_elem_sep byte[] x509Certificate concode_field_sep void setOther concode_elem_sep ... |
void function ( boolean arg0 ) { this . lastUse = arg0 ; } | this flag says that this is the last use of the stream , hence do not need to cache it if it has not already cached . concode_field_sep ByteArrayDataSource cachedData concode_elem_sep InputStream in concode_elem_sep boolean lastUse concode_field_sep boolean isConsumed concode_elem_sep String getName concode_elem_sep St... |
String function ( ) { return m_groupType + "srini_string" + m_resource . getInstance ( ) + "srini_string" + m_resource . getParent ( ) ; } | tostring concode_field_sep CollectionResource m_resource concode_elem_sep Set<CollectionAttribute> m_attributes concode_elem_sep AttributeGroupType m_groupType concode_field_sep CollectionResource getResource concode_elem_sep String getName concode_elem_sep Collection<CollectionAttribute> getAttributes concode_elem_sep... |
void function ( Map < String , String > arg0 ) { if ( server == null ) { try { server = new RpcServer ( arg0 ) ; } catch ( InterruptedException loc0 ) { throw Throwables . propagate ( loc0 ) ; } } } | initializes the sparkclient library . must be called before creating client instances . concode_field_sep String CONF_CLIENT_ID concode_elem_sep RpcServer server concode_elem_sep String CONF_KEY_IN_PROCESS concode_elem_sep String CONF_KEY_SECRET concode_field_sep SparkClient createClient concode_elem_sep void stop |
String [ ] function ( ColumnSet arg0 ) { List < TdColumn > loc0 = ColumnSetHelper . getColumns ( arg0 ) ; return getColumnSetNames ( loc0 ) ; } | method `` gettablenames '' . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean addColumn concode_elem_sep boolean setColumns concode_elem_sep void setTableFilter concode_elem_sep boolean addColumns concode_elem_sep QueryColumnSet createQueryColumnSet concode_elem_sep QueryColumnSet createQueryColumnSe... |
void function ( File arg0 ) { if ( arg0 == null ) { return ; } File loc0 = arg0 ; for ( int loc1 = 0 ; loc1 < directoryLevels ; loc1 ++ ) { File loc2 = loc0 . getParentFile ( ) ; File [ ] loc3 = loc2 . listFiles ( ) ; if ( loc3 . length != 0 ) { break ; } loc2 . delete ( ) ; loc0 = loc2 ; } } | delete empty parent directories . concode_field_sep int directoryLevels concode_elem_sep String CSA concode_elem_sep File baseDir concode_elem_sep String REGISTERED_FLAG concode_elem_sep Logger log concode_elem_sep int digitsPerLevel concode_field_sep String getIntermediatePath concode_elem_sep void setBaseDir concode_... |
String function ( ) { return traderCode ; } | gets the value of the tradercode property . concode_field_sep String cmpCode concode_elem_sep String period concode_elem_sep String currCode concode_elem_sep Short elmLevel concode_elem_sep Integer rowLimit concode_elem_sep Boolean logErrorOnly concode_elem_sep TypeCtMatchingCurr currRule concode_elem_sep String matchi... |
String function ( String arg0 , String arg1 ) { final int loc0 = arg0 . lastIndexOf ( arg1 ) ; if ( loc0 == - 1 ) { return arg0 ; } final String loc1 = arg0 . substring ( 0 , loc0 - 1 ) ; return loc1 ; } | retrieves the path to the executable file of a browser assuming that the command line contains parameter placeholder . concode_field_sep String PARAM_DEF_FIREFOX concode_elem_sep String REG_IEXPLORE_COMMAND concode_elem_sep String PARAM_DEF_IE concode_elem_sep String REG_FIREFOX_COMMAND concode_field_sep String getFire... |
void function ( String arg0 ) { Assert . notNull ( arg0 , "srini_string" ) ; this . allowFromParameterName = arg0 ; } | sets the http parameter used to retrieve the value for the origin that is allowed from . the value of the parameter should be a valid url . the default parameter name is `` x-frames-allow-from '' . concode_field_sep String DEFAULT_ORIGIN_REQUEST_PARAMETER concode_elem_sep Log log concode_elem_sep String allowFromParame... |
void function ( ChartEntity arg0 ) { ParamChecks . nullNotPermitted ( arg0 , "srini_string" ) ; this . entities . add ( arg0 ) ; } | adds an entity to the collection . concode_field_sep long serialVersionUID concode_elem_sep List entities concode_field_sep Iterator iterator concode_elem_sep void addAll concode_elem_sep boolean equals concode_elem_sep int getEntityCount concode_elem_sep void clear concode_elem_sep Object clone concode_elem_sep Collec... |
void function ( ) { backend . clear ( ) ; createDefaultGroup ( ) ; cache = null ; } | clears the list . concode_field_sep RelationalGroup[] cache concode_elem_sep String DEFAULT_GROUP_NAME concode_elem_sep ArrayList backend concode_elem_sep long serialVersionUID concode_field_sep void add concode_elem_sep Group constructRootGroup concode_elem_sep RelationalGroup[] getGroupCache concode_elem_sep Group ge... |
void function ( Path arg0 ) { WatchKey loc0 = arg0 . register ( watchService , StandardWatchEventKinds . ENTRY_CREATE , StandardWatchEventKinds . ENTRY_DELETE , StandardWatchEventKinds . ENTRY_MODIFY ) ; keys . put ( loc0 , arg0 ) ; } | register the given directory with the watchservice . concode_field_sep EventBus eventBus concode_elem_sep WatchService watchService concode_elem_sep Map<WatchKey,Path> keys concode_elem_sep ProjectFilesystem filesystem concode_field_sep void registerAll concode_elem_sep void postEvents concode_elem_sep void close |
Date function ( ) { return date ; } | returns date of the summary . concode_field_sep Date date concode_elem_sep boolean rain concode_elem_sep boolean tornado concode_elem_sep boolean snow concode_elem_sep double meantempm concode_elem_sep boolean thunder concode_elem_sep boolean hail concode_elem_sep boolean fog concode_field_sep boolean getFog concode_el... |
void function ( ) { Iterator loc0 = resourcesToExport . iterator ( ) ; while ( loc0 . hasNext ( ) ) { IResource loc1 = ( IResource ) loc0 . next ( ) ; exportResource ( loc1 ) ; } } | export the resources contained in the previously-defined resourcestoexport collection concode_field_sep List resourcesToExport concode_elem_sep String EXPORT_TITLE concode_elem_sep IResource resource concode_elem_sep List errorTable concode_elem_sep boolean clearSourceConnectionInfo concode_elem_sep boolean useCompress... |
void function ( int arg0 , ITable arg1 ) { if ( VM . VerifyAssertions && VM . runningVM ) VM . _assert ( VM . NOT_REACHED ) ; backingData [ arg0 ] = arg1 ; } | set a tib entry . concode_field_sep ITable[] backingData concode_field_sep ITableArray allocate concode_elem_sep ITable get concode_elem_sep int length concode_elem_sep ITable[] getBacking |
void function ( DrmRights arg0 ) { int loc0 = nativeDeleteRights ( arg0 ) ; if ( JNI_DRM_FAILURE == loc0 ) return ; } | delete the specified drm rights object . concode_field_sep int JNI_DRM_FAILURE concode_elem_sep int DRM_MIMETYPE_RIGHTS_XML concode_elem_sep int DRM_MIMETYPE_MESSAGE concode_elem_sep String DRM_MIMETYPE_RIGHTS_XML_STRING concode_elem_sep String DRM_MIMETYPE_RIGHTS_WBXML_STRING concode_elem_sep int JNI_DRM_SUCCESS conco... |
String function ( ) { return separator ; } | gets the separator used in this quoter and the csv file . concode_field_sep String separator concode_field_sep String undoQuoting concode_elem_sep void applyQuote concode_elem_sep boolean isQuotingNeeded concode_elem_sep void setSeparator concode_elem_sep String doQuoting |
void function ( int arg0 ) { PortInfo loc0 = new PortInfo ( ) ; loc0 . arg0 = arg0 ; loc0 . free = false ; availablePorts . add ( loc0 ) ; } | adds the specified port to the pool an mark it as in use . concode_field_sep List<PortInfo> availablePorts concode_elem_sep int port concode_elem_sep int START_PORT concode_elem_sep boolean free concode_field_sep int getNextPort concode_elem_sep void release concode_elem_sep boolean isPortInUse |
void function ( ) { } | called when blojsomservlet is taken out of service concode_field_sep Log _logger concode_elem_sep String IF_MODIFIED_SINCE_HEADER concode_elem_sep String IF_NONE_MATCH_HEADER concode_field_sep void init concode_elem_sep BlogEntry[] process concode_elem_sep void cleanup |
Range function ( ) { return rise ; } | returns the rise range . concode_field_sep Range rise concode_elem_sep Range set concode_field_sep void setSet concode_elem_sep void setRise concode_elem_sep Range getSet |
Hashtable < String , LanguageCode > function ( LanguageCode . Scope arg0 , LanguageCode . Type arg1 ) { final Map < String , LanguageCode > loc0 = getLanguages ( ) ; final Hashtable < String , LanguageCode > loc1 = new Hashtable < String , LanguageCode > ( ) ; for ( final LanguageCode loc2 : loc0 . values ( ) ) { if ( ... | gets a filtered list of languages . the list is cached for the lifetime of this iso639_3 object . concode_field_sep String part1 concode_elem_sep Scope scope concode_elem_sep String part2B concode_elem_sep String comment concode_elem_sep String id concode_elem_sep Type type concode_elem_sep String part2T concode_elem_s... |
void function ( String arg0 ) { try { PortletConfig loc0 = getPortlets ( ) . getPortletConfig ( ) ; loc0 . setSkin ( "srini_string" , arg0 ) ; } catch ( RuntimeException loc0 ) { logger . error ( "srini_string" , loc0 ) ; } } | sets the padding space to be put between portlets concode_field_sep String width concode_elem_sep PortletControllerConfig conf concode_elem_sep JetspeedLogger logger concode_elem_sep PortletSet portlets concode_elem_sep int DEFAULT_PADDING concode_field_sep PortletSet getPortlets concode_elem_sep void init concode_elem... |
void function ( AnyType [ ] arg0 ) { preparingStatement = useStackTrace ? Threads . jstackStr ( ) : str ( arg0 [ 0 ] ) ; } | capture sql used to create prepared statements . concode_field_sep Aggregation globalCount concode_elem_sep Aggregation min concode_elem_sep boolean useStackTrace concode_elem_sep String executingStatement concode_elem_sep Aggregation average concode_elem_sep Aggregation count concode_elem_sep String preparingStatement... |
String function ( ) { return shortName ; } | gets the value of the shortname property . concode_field_sep boolean allowManualRefresh concode_elem_sep String code concode_elem_sep ProviderConfiguration configuration concode_elem_sep String name concode_elem_sep ProviderModifiableConfiguration modifiableConfiguration concode_elem_sep short extensionTimeStamp concod... |
void function ( StartContext arg0 ) { ROOT_LOGGER . startingService ( ) ; try { NamingContext . setActiveNamingStore ( namingStore . getValue ( ) ) ; } catch ( Throwable loc0 ) { throw new StartException ( NamingLogger . ROOT_LOGGER . failedToStart ( "srini_string" ) , loc0 ) ; } } | creates a new namingserver and sets the naming context to use the naming server . concode_field_sep InjectedValue<NamingStore> namingStore concode_elem_sep ServiceName SERVICE_NAME concode_field_sep NamingStore getValue concode_elem_sep void stop concode_elem_sep InjectedValue<NamingStore> getNamingStore |
void function ( K arg0 , Collection < I > arg1 ) { ensureListExists ( arg0 ) . addAll ( arg1 ) ; } | add all items to the list identified by a key . concode_field_sep Map<K,List<I>> entries concode_field_sep void add concode_elem_sep int getNumKeys concode_elem_sep List<I> createList concode_elem_sep int getNumValues concode_elem_sep List<I> getValues concode_elem_sep boolean containsList concode_elem_sep boolean areA... |
String function ( ) { return this . nextToken ; } | a pagination token for obtaining the next page of results . concode_field_sep com.amazonaws.internal.SdkInternalList<IdentityPoolUsage> identityPoolUsages concode_elem_sep Integer maxResults concode_elem_sep String nextToken concode_elem_sep Integer count concode_field_sep java.util.List<IdentityPoolUsage> getIdentityP... |
ConfigItem function ( String arg0 , Object arg1 , String arg2 , boolean arg3 ) { return new BasicConfigItem ( arg0 , arg1 , null , null , arg2 , arg3 ) ; } | create a basic config item which can be dynamic concode_field_sep String description concode_elem_sep String source concode_elem_sep String name concode_elem_sep Object defaultValue concode_elem_sep Object value concode_elem_sep boolean dynamic concode_field_sep int getVersion concode_elem_sep boolean isDefaulted conco... |
void function ( String arg0 ) { this . serviceName = arg0 ; } | sets the value of the servicename property . concode_field_sep Long operations concode_elem_sep String requestId concode_elem_sep Long responseTime concode_elem_sep String methodName concode_elem_sep String serviceName concode_field_sep Long getOperations concode_elem_sep String getMethodName concode_elem_sep void setM... |
boolean function ( ) { return error == null ; } | returns whether this response is considered successful . concode_field_sep T result concode_elem_sep Cache.Entry cacheEntry concode_elem_sep boolean intermediate concode_elem_sep VolleyError error concode_field_sep void onResponse concode_elem_sep Response<T> success concode_elem_sep void onErrorResponse concode_elem_s... |
long function ( ) { return _svnRepository . getRevisionNumber ( ) ; } | returns the revision number of this s v n repository . concode_field_sep SVNRepository _svnRepository concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.la... |
void function ( String arg0 ) { this . suffix = ( arg0 != null ? arg0 : "srini_string" ) ; } | set the suffix to append to generated view names . concode_field_sep String prefix concode_elem_sep String separator concode_elem_sep String SLASH concode_elem_sep UrlPathHelper urlPathHelper concode_elem_sep boolean stripLeadingSlash concode_elem_sep String suffix concode_elem_sep boolean stripTrailingSlash concode_el... |
CapabilityRegistry function ( ) { return capabilityRegistry ; } | get the capability registry . concode_field_sep ServerEnvironment serverEnvironment concode_elem_sep ExtensionRegistry extensionRegistry concode_elem_sep CapabilityRegistry capabilityRegistry concode_elem_sep ManagementSecurityIdentitySupplier securityIdentitySupplier concode_elem_sep ManagedAuditLogger auditLogger con... |
String function ( ) { return path ; } | gets the value of the path within the model . this is either the absolute path or the relative path . concode_field_sep String path concode_elem_sep PathResolver resolver concode_elem_sep String relativeTo concode_elem_sep String name concode_elem_sep boolean readOnly concode_field_sep String resolvePath concode_elem_s... |
BigDecimal function ( ) { return monthlyPaymentTax ; } | gets the value of the monthlypaymenttax property . concode_field_sep BigDecimal monthlyPaymentTax concode_elem_sep BigInteger pricingTierId concode_elem_sep String description concode_elem_sep BigDecimal discountAmount concode_elem_sep long serialVersionUID concode_elem_sep String type concode_elem_sep Long equipmentId... |
List function ( byte [ ] arg0 , long arg1 , Configuration arg2 ) { return generateSums ( arg0 , 0 , arg0 . length , arg1 , arg2 ) ; } | generate checksums over an entire byte array , with a specified base offset . this baseoffset is added to the offset stored in each checksumpair . concode_field_sep PlaceHolder placeHolder concode_field_sep int generateRollSum concode_elem_sep byte[] generateStrongSum concode_elem_sep ChecksumPair generateSum concode_e... |
ConfigurationMetadataRepositoryJsonBuilder function ( ) { return create ( UTF_8 ) ; } | create a new builder instance using #utf_8 as the default charset . concode_field_sep Charset defaultCharset concode_elem_sep List<SimpleConfigurationMetadataRepository> repositories concode_elem_sep Charset UTF_8 concode_elem_sep JsonReader reader concode_field_sep SimpleConfigurationMetadataRepository add concode_ele... |
Builder < T > function ( SkyKey arg0 , ErrorInfo arg1 ) { errors . put ( arg0 , Preconditions . checkNotNull ( arg1 , arg0 ) ) ; Preconditions . checkState ( ! result . containsKey ( arg0 ) , "srini_string" , arg1 , result ) ; return this ; } | adds an error to the result . a successful value for this key must not already be present . concode_field_sep Map<SkyKey,ErrorInfo> errorMap concode_elem_sep Map<SkyKey,T> resultMap concode_elem_sep Exception catastrophe concode_elem_sep WalkableGraph walkableGraph concode_elem_sep Exception catastrophe concode_elem_se... |
void function ( ) { synchronized ( in ) { if ( buf != null ) { buf = null ; in . close ( ) ; } } } | closes the reader by closing the underlying inputstream andmarking this reader as closed . concode_field_sep Charset charset concode_elem_sep byte[] buf concode_elem_sep InputStream in concode_elem_sep int pos concode_elem_sep byte LF concode_elem_sep byte CR concode_elem_sep int end concode_field_sep String readLine c... |
String function ( ) { return lstdate ; } | this method was generated by mybatis generator . this method returns the value of the database column haiercard.cdtact.lstdate concode_field_sep String pkid concode_elem_sep BigDecimal actaccm concode_elem_sep String lstdate concode_elem_sep BigDecimal actbal concode_elem_sep String name concode_elem_sep String opendat... |
Node function ( ) { return next ; } | returns the node to the right of the current node . concode_field_sep Node next concode_elem_sep State value concode_field_sep State getState concode_elem_sep void setNext |
void function ( String arg0 ) { sequenceAdminServiceStub . deleteSequence ( arg0 ) ; } | deleting existing sequence concode_field_sep String serviceName concode_elem_sep Log log concode_elem_sep SequenceAdminServiceStub sequenceAdminServiceStub concode_field_sep void updateSequence concode_elem_sep int getDynamicSequenceCount concode_elem_sep SequenceInfo[] getSequences concode_elem_sep String[] getSequenc... |
void function ( ) { Matrix22 loc0 = new Matrix22 ( 1.0 , 2.0 , - 3.0 , 8.0 ) ; TestCase . assertEquals ( 1.0 , loc0 . m00 ) ; TestCase . assertEquals ( 2.0 , loc0 . m01 ) ; TestCase . assertEquals ( - 3.0 , loc0 . m10 ) ; TestCase . assertEquals ( 8.0 , loc0 . m11 ) ; } | test the creation method passing four doubles . concode_field_sep PlaceHolder placeHolder concode_field_sep void add concode_elem_sep void createFullArray concode_elem_sep void productScalar concode_elem_sep void multiplyVector concode_elem_sep void invert concode_elem_sep void getInverse concode_elem_sep void productV... |
Couple < HgRevisionNumber > function ( @ NotNull VirtualFile arg0 , @ Nullable VirtualFile arg1 , @ Nullable HgRevisionNumber arg2 ) { return parents ( arg0 , ObjectsConvertor . VIRTUAL_FILEPATH . convert ( arg1 ) , arg2 ) ; } | parent s of the given revision of the given file . if there are two of them in the case of merge the first element of the pair is the latest parent i.e. having greater revision number , second one is the earlier parent having smaller revision number . concode_field_sep Project myProject concode_elem_sep Logger LOG conc... |
int function ( char arg0 [ ] ) { return read ( arg0 , 0 , arg0 . length ) ; } | reads chars from a stream and stores them into a caller supplied buffer . this method attempts to completely fill the buffer , but can return before doing so . the actual number of chars read is returned as an int . a -1 is returned to indicate the end of the stream . this method will block until some data can be read ... |
ITypeInfoFilterExtension function ( ) { return null ; } | returns the filter extension or null if no additional filtering is required . concode_field_sep ITypeSelectionComponent fComponent concode_field_sep ISelectionStatusValidator getSelectionValidator concode_elem_sep ITypeInfoImageProvider getImageProvider concode_elem_sep void initialize concode_elem_sep Control createCo... |
String function ( ) { return id ; } | gets the value of the id property . concode_field_sep XMLGregorianCalendar issueInstant concode_elem_sep Element signature concode_elem_sep String id concode_field_sep XMLGregorianCalendar getIssueInstant concode_elem_sep void setSignature concode_elem_sep Element getSignature |
Vector3d function ( ) { return row ; } | get the row direction . concode_field_sep double sliceThickness concode_elem_sep Vector3d normal concode_elem_sep double[] columnArray concode_elem_sep double[] tlhcArray concode_elem_sep Point3d tlhc concode_elem_sep double[] normalArray concode_elem_sep Vector3d column concode_elem_sep Vector3d row concode_elem_sep d... |
IFile function ( ResourceMapping arg0 ) { IResource loc0 = getResourceFromResourceMapping ( arg0 ) ; if ( loc0 instanceof IFile ) { return ( IFile ) loc0 ; } return null ; } | tries to extra a single file from the given resource mapping . returns the file if the mapping maps to a single file , or null if it maps to zero or multiple files . concode_field_sep PlaceHolder placeHolder concode_field_sep IEditorPart findEditor concode_elem_sep T getAdapter concode_elem_sep IResource getResource co... |
boolean function ( String arg0 ) { return domains . containsKey ( arg0 ) ; } | return whether the extension is a registered domain entry concode_field_sep DomainSuffixes instance concode_elem_sep Logger LOG concode_elem_sep HashMap<String,DomainSuffix> domains concode_field_sep DomainSuffix get concode_elem_sep void addDomainSuffix concode_elem_sep DomainSuffixes getInstance |
GHCreateRepositoryBuilder function ( boolean arg0 ) { this . builder . with ( "srini_string" , arg0 ) ; return this ; } | creates a private repository concode_field_sep String apiUrlTail concode_elem_sep GitHub root concode_elem_sep Requester builder concode_field_sep GHCreateRepositoryBuilder gitignoreTemplate concode_elem_sep GHCreateRepositoryBuilder autoInit concode_elem_sep GHCreateRepositoryBuilder downloads concode_elem_sep GHCreat... |
String function ( ) { return theLocalName ; } | returns the local name of this element type . concode_field_sep int theFlags concode_elem_sep int theModel concode_elem_sep String theName concode_elem_sep int theMemberOf concode_elem_sep AttributesImpl theAtts concode_elem_sep ElementType theParent concode_elem_sep Schema theSchema concode_elem_sep String theNamespac... |
File [ ] function ( ) { String loc0 = Thread . currentThread ( ) . getContextClassLoader ( ) . getResource ( "srini_string" ) . getPath ( ) ; return retrieveCsvFiles ( loc0 ) ; } | returns all possible input files from metanome 's input file directory . concode_field_sep PlaceHolder placeHolder concode_field_sep File[] retrieveCsvFiles |
IOR function ( InputStream arg0 ) { IOR loc0 = new IOR ( ) ; loc0 . type_id = arg0 . read_string ( ) ; loc0 . profiles = new TaggedProfile [ arg0 . read_long ( ) ] ; for ( int loc1 = 0 ; loc1 < loc0 . profiles . length ; loc1 ++ ) loc0 . profiles [ loc1 ] = TaggedProfileHelper . read ( arg0 ) ; return loc0 ; } | read the structure from the cdr intput stream . expects repository it , then number of the tagged profiles and then the tagged profiles . does not expect the endian indicator , present in the beginning of the stringified ior references . concode_field_sep PlaceHolder placeHolder concode_field_sep IOR extract concode_el... |
void function ( ) { try { if ( cancelablePrintJob != null ) { cancelablePrintJob . cancel ( ) ; } } catch ( PrintException loc0 ) { logger . log ( Level . FINE , "srini_string" + loc0 . getMessage ( ) ) ; } } | cancel the printertask by calling the printerjob 's cancel method . concode_field_sep CancelablePrintJob cancelablePrintJob concode_elem_sep Logger logger concode_elem_sep PrintHelper printHelper concode_field_sep void run |
void function ( String ... arg0 ) { for ( String loc0 : arg0 ) { column ( loc0 ) ; } } | defines the columns of the table concode_field_sep Map<String,Column> columnMap concode_elem_sep int width concode_elem_sep String headerText concode_elem_sep List<String[]> rows concode_elem_sep String headerFlags concode_elem_sep String header concode_elem_sep String rowFlags concode_elem_sep List<Column> columns con... |
void function ( ) { } | perform any cleanup for the plugin . called after #process . concode_field_sep String RSS_ENCLOSURE_TEMPLATE concode_elem_sep Log _logger concode_elem_sep BlojsomConfiguration _blojsomConfiguration concode_elem_sep String METADATA_ESS_ENCLOSURE_OBJECT concode_elem_sep String METADATA_RSS_ENCLOSURE concode_elem_sep Stri... |
int function ( ) { return colorMaps != null ? colorMaps . size ( ) : 0 ; } | gets the number of available color maps . concode_field_sep Color color concode_elem_sep HashMap<String,ColorMap> colorMaps concode_elem_sep String name concode_elem_sep List<ColorMapEntry> colorList concode_elem_sep int ele concode_field_sep void setName concode_elem_sep int getEle concode_elem_sep String getName conc... |
int function ( ) { return capacity ; } | gets the current capacity value . concode_field_sep InetAddress address concode_elem_sep byte[] data concode_elem_sep int offset concode_elem_sep int length concode_elem_sep int capacity concode_elem_sep int port concode_field_sep void setLengthOnly concode_elem_sep void setLength concode_elem_sep int getPort concode_e... |
int function ( int arg0 ) { return mIndexes [ arg0 ] ; } | returns the index of the nth member of the cluster . concode_field_sep double[] mCenter concode_elem_sep int[] mIndexes concode_field_sep double[] getCenterDirect concode_elem_sep int getDimensions concode_elem_sep boolean contains concode_elem_sep int[] getMembership concode_elem_sep int getSize concode_elem_sep doubl... |
void function ( ) { int loc0 ; int loc1 ; do { loc0 = ( int ) ( Math . random ( ) * maze . length ) ; loc1 = ( int ) ( Math . random ( ) * maze [ 0 ] . length ) ; } while ( maze [ loc0 ] [ loc1 ] != OPEN ) ; System . out . println ( "srini_string" + loc0 + "srini_string" + loc1 + "srini_string" ) ; findExitFrom ( loc0 ... | display the current maze . concode_field_sep char[][] maze concode_elem_sep char WALL concode_elem_sep char EXIT concode_elem_sep char OPEN concode_elem_sep char TRIED concode_elem_sep char GOOD_PATH concode_field_sep void displayMaze concode_elem_sep void main concode_elem_sep boolean findExitFrom |
MetaData function ( ) { return new MetaData ( ) ; } | create an instance of metadata concode_field_sep PlaceHolder placeHolder concode_field_sep ParametersMetaData createParametersMetaData concode_elem_sep ParameterMetaData createParameterMetaData concode_elem_sep MetaData.Template createMetaDataTemplate concode_elem_sep Item createItem concode_elem_sep InputData createIn... |
void function ( ) { this . lobCreator . close ( ) ; } | close the lobcreator , if any . concode_field_sep int length concode_elem_sep Object content concode_elem_sep LobCreator lobCreator concode_field_sep void setTypeValue |
void function ( Object arg0 ) { String loc0 = getFunctionName ( ) ; if ( loc0 != null ) { Log . i ( TAG , loc0 + "srini_string" + arg0 ) ; if ( log2fileSwitch ) { writeToFile ( 'i' , loc0 + "srini_string" + arg0 ) ; } } else { Log . i ( TAG , arg0 . toString ( ) ) ; if ( log2fileSwitch ) { writeToFile ( 'i' , arg0 . to... | the log level : i concode_field_sep Date date concode_elem_sep MLog instance concode_elem_sep String FOLDER_NAME concode_elem_sep String SWITCH_FILE_NAME concode_elem_sep String logPath concode_elem_sep SimpleDateFormat dateFormat concode_elem_sep String DEVELOPER_NAME concode_elem_sep boolean log2fileSwitch concode_el... |
void function ( long arg0 ) { mMetrics . set ( Constants . BYTES_WRITTEN_UFS_INDEX , mMetrics . get ( Constants . BYTES_WRITTEN_UFS_INDEX ) + arg0 ) ; } | increment bytes_written_ufs counter by the amount specified concode_field_sep List<Long> mMetrics concode_field_sep List<Long> createDefaultMetrics concode_elem_sep List<Long> getHeartbeatData concode_elem_sep void incBytesReadRemote concode_elem_sep void incBytesWrittenLocal concode_elem_sep void incBytesReadLocal con... |
void function ( String arg0 ) { this . areaCode = arg0 ; } | sets the area code concode_field_sep Long serialVersionUID concode_elem_sep String prefix concode_elem_sep String areaCode concode_elem_sep String lineNumber concode_field_sep String getLineNumber concode_elem_sep String getAreaCode concode_elem_sep String getPrefix concode_elem_sep void setPrefix concode_elem_sep void... |
boolean function ( Production arg0 ) { String loc0 = arg0 . getLHS ( ) ; String [ ] loc1 = arg0 . getVariablesOnLHS ( ) ; if ( loc0 . length ( ) == 1 && loc1 . length == 1 ) { return true ; } return false ; } | returns true if the left hand side of production is a single variable . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean areTerminalsOnRHS concode_elem_sep boolean isLeftLinearProductionWithVariable concode_elem_sep boolean isLambdaProduction concode_elem_sep boolean isUnitProduction concode_elem_sep... |
void function ( int arg0 , int arg1 ) { bits [ arg0 >> 5 ] = arg1 ; } | sets a block of 32 bits , starting at bit i. concode_field_sep int size concode_elem_sep int[] bits concode_field_sep void set concode_elem_sep void toBytes concode_elem_sep void clear concode_elem_sep void reverse concode_elem_sep boolean isRange concode_elem_sep int getSize concode_elem_sep void appendBit concode_ele... |
ByteBuffer function ( String arg0 ) { return Unpooled . wrappedBuffer ( arg0 . getBytes ( StandardCharsets . UTF_8 ) ) . nioBuffer ( ) ; } | convert the given string to a byte buffer . the resulting buffer can be converted back to the same string through #bytestostring bytebuffer . concode_field_sep long DEFAULT_DRIVER_MEM_MB concode_elem_sep Logger logger concode_elem_sep ImmutableMap<String,ByteUnit> byteSuffixes concode_elem_sep ImmutableMap<String,TimeU... |
String [ ] function ( String arg0 ) { if ( Strings . isNullOrEmpty ( arg0 ) ) { return new String [ 0 ] ; } return Arrays . asList ( arg0 . split ( "srini_string" ) ) . stream ( ) . map ( String :: trim ) . toArray ( size -> new String [ size ] ) ; } | return the cors setting as an array of origins . concode_field_sep PathTrie.Decoder REST_DECODER concode_field_sep Pattern checkCorsSettingForRegex concode_elem_sep void decodeQueryString concode_elem_sep void addParam concode_elem_sep String decodeComponent concode_elem_sep String decodeComponent concode_elem_sep char... |
float function ( ) { return duration ; } | get the duration of the effect in seconds concode_field_sep boolean fired concode_elem_sep boolean submit concode_elem_sep boolean queued concode_elem_sep float fps concode_elem_sep boolean sync concode_elem_sep int sequenceId concode_elem_sep float duration concode_elem_sep String sequence concode_elem_sep float delay... |
int function ( long arg0 , byte [ ] arg1 , int arg2 , int arg3 ) { int loc0 ; String loc1 = Long . toOctalString ( arg0 ) ; int loc2 = loc1 . arg3 ( ) ; for ( loc0 = 0 ; loc0 < arg3 && loc0 < loc2 ; loc0 ++ ) { arg1 [ arg2 + loc0 ] = ( byte ) loc1 . charAt ( loc0 ) ; } while ( loc0 < arg3 ) { arg1 [ arg2 + loc0 ] = ( b... | write an octal value into a byte array . concode_field_sep PlaceHolder placeHolder concode_field_sep int getLongBytes concode_elem_sep StringBuffer parseName concode_elem_sep int getNameBytes concode_elem_sep long parseOctal concode_elem_sep int getIntegerBytes |
String function ( ThreadInfo arg0 , String arg1 ) { StringBuilder loc0 = new StringBuilder ( ) ; appendThreadInfo ( loc0 , arg0 , arg1 ) ; return loc0 . toString ( ) ; } | format the given threadinfo object as a string . concode_field_sep ThreadMXBean threadBean concode_elem_sep int STACK_DEPTH concode_field_sep void appendThreadInfo concode_elem_sep String getTaskName concode_elem_sep ThreadInfo getThreadInfo |
Response < T > function ( HttpException arg0 ) { return new Response < T > ( arg0 ) ; } | to return a failed httprespond concode_field_sep T result concode_elem_sep Map<String,String> headers concode_elem_sep HttpException error concode_field_sep Response<T> success concode_elem_sep Response<T> error concode_elem_sep boolean isSuccess |
List < Element > function ( ) { if ( anies == null ) { anies = new ArrayList < Element > ( ) ; } return this . anies ; } | gets the value of the anies 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 anies property . for example , to add a new item , do as fol... |
boolean function ( int arg0 ) { switch ( arg0 ) { case 301 : case 302 : case 303 : case 307 : return true ; default : return false ; } } | check if the given status code indicates a redirect 301 , 302 , 303 , 307 . concode_field_sep Logger logger concode_elem_sep String SHA256 concode_field_sep boolean checkSameOriginPolicy concode_elem_sep boolean isInCommCertificates |
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 String client concode_field_sep void setClient concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Client client concode_elem_sep String toString concode_elem_sep String getClient |
int function ( ) { return m_xIndex ; } | get the currently set x index of the data concode_field_sep int m_xIndex concode_elem_sep int[] m_shapeType concode_elem_sep Color m_customColour concode_elem_sep boolean m_displayAllPoints concode_elem_sep int m_alwaysDisplayPointsOfThisSize concode_elem_sep int m_yIndex concode_elem_sep double m_maxY concode_elem_sep... |
boolean function ( Method arg0 ) { if ( ! isGetter ( arg0 ) ) { return false ; } return ! Modifier . isStatic ( arg0 . getModifiers ( ) ) && ! Modifier . isAbstract ( arg0 . getModifiers ( ) ) && ! Modifier . isNative ( arg0 . getModifiers ( ) ) ; } | true if method is getter and is not abstract is not native concode_field_sep Logger logger concode_field_sep boolean isGetter concode_elem_sep List<JaversField> getAllFields concode_elem_sep int calculateHierarchyDistance concode_elem_sep List<JaversField> getAllPersistentFields concode_elem_sep boolean isPersistentFie... |
void function ( String arg0 ) { this . note = arg0 ; } | setter for note concode_field_sep String note concode_elem_sep BasicAmountType amount concode_elem_sep String receiverPhone concode_elem_sep String receiverID concode_elem_sep String nameSpace concode_elem_sep String receiverEmail concode_elem_sep String uniqueId concode_elem_sep String preferredPrefix concode_field_se... |
void function ( ) { JedisUtils . set ( "srini_string" , "srini_string" ) ; String loc0 = JedisUtils . get ( "srini_string" ) ; Assert . assertEquals ( loc0 , "srini_string" ) ; } | method : get string key concode_field_sep Logger LOGGER concode_field_sep void before concode_elem_sep void testSet concode_elem_sep void testFlushDb concode_elem_sep void testLrange concode_elem_sep void testHgetAll concode_elem_sep void after concode_elem_sep void testHset concode_elem_sep void testHget concode_elem_... |
int function ( ) { if ( ( llc . toString ( ) ) . equals ( "srini_string" ) ) { if ( protocol . equals ( "srini_string" ) ) { frametype = trnframetype ; } else { frametype = ethframetype ; } } else { frametype = eth2frametype ; } return Integer . parseInt ( frametype . toString ( ) ) ; } | returns the frame type of this packet . concode_field_sep Field llc concode_elem_sep Field lanroutel concode_elem_sep Field trnframetype concode_elem_sep Field trndestmac concode_elem_sep Field eth2destmac concode_elem_sep Field ethsourcemac concode_elem_sep Field trnrouteinfo concode_elem_sep Field frametype concode_e... |
List function ( ) { return userLevelList ; } | this is getter method for userlevellist concode_field_sep List userPackages concode_elem_sep List userDepartmentList concode_elem_sep String userCircle concode_elem_sep String userCircleSignIn concode_elem_sep String userEmail concode_elem_sep String userContact concode_elem_sep List userFunctions concode_elem_sep Arra... |
long function ( ) { return getTarget ( ) . getRetweetCount ( ) ; } | returns the number of times this tweet has been retweeted , or -1 when the tweet was created before this feature was enabled . concode_field_sep twitter4j.internal.http.HttpResponse res concode_elem_sep z_T4JInternalFactory factory concode_elem_sep Status target concode_field_sep User getUser concode_elem_sep RateLimit... |
void function ( Integer ... arg0 ) { for ( Integer loc0 : arg0 ) { nodes . remove ( loc0 ) ; edges . remove ( loc0 ) ; for ( List < Integer > loc1 : edges . values ( ) ) { loc1 . remove ( loc0 ) ; } } } | the method removes all given indexes . concode_field_sep List<Integer> nodes concode_elem_sep Map<Integer,List<Integer>> edges concode_elem_sep IndexPredicate INDEX_PREDICATE_USE_ALL concode_field_sep boolean areNeighbours concode_elem_sep Integer getPreviousIndex concode_elem_sep int compare concode_elem_sep List<Inte... |
void function ( ) { prepareStateTest ( ) ; state . setName ( "srini_string" ) ; assertFalse ( validator . validate ( state , diagnostics , new HashMap < Object , Object > ( ) ) ) ; assertError ( diagnostics , ISSUE_STATE_WITHOUT_NAME ) ; } | a state name with just white spaces is not valid . concode_field_sep SGraphFactory factory concode_elem_sep BasicDiagnostic diagnostics concode_elem_sep SGraphJavaValidator validator concode_elem_sep StextFactory sTextFactory concode_elem_sep State state concode_elem_sep Region region concode_elem_sep Statechart statec... |
Coordinate [ ] function ( double arg0 ) { this . distanceTol = Math . abs ( arg0 ) ; if ( arg0 < 0 ) angleOrientation = CGAlgorithms . CLOCKWISE ; isDeleted = new byte [ inputLine . length ] ; boolean loc0 = false ; do { loc0 = deleteShallowConcavities ( ) ; } while ( loc0 ) ; return collapseLine ( ) ; } | simplify the input coordinate list . if the distance tolerance is positive , concavities on the left side of the line are simplified . if the supplied distance tolerance is negative , concavities on the right side of the line are simplified . concode_field_sep int KEEP concode_elem_sep double distanceTol concode_elem_s... |
void function ( String arg0 ) { this . shortName = arg0 ; } | sets the value of the shortname property . concode_field_sep String code concode_elem_sep String shortName concode_field_sep void setCode concode_elem_sep String getShortName concode_elem_sep String getCode |
void function ( ) { if ( this . lastIndex < 0 ) { throw new IllegalStateException ( "srini_string" ) ; } this . allHeaders . remove ( this . lastIndex ) ; this . lastIndex = - 1 ; this . currentIndex -- ; } | removes the header that was returned last . concode_field_sep String headerName concode_elem_sep List allHeaders concode_elem_sep int lastIndex concode_elem_sep int currentIndex concode_field_sep Object next concode_elem_sep Header nextHeader concode_elem_sep boolean hasNext concode_elem_sep int findNext concode_elem_s... |
GeneralRange < T > function ( Comparator < ? super T > arg0 ) { return new GeneralRange < T > ( arg0 , false , null , OPEN , false , null , OPEN ) ; } | returns the whole range relative to the specified comparator . concode_field_sep Comparator<? super T> comparator concode_elem_sep BoundType upperBoundType concode_elem_sep BoundType lowerBoundType concode_elem_sep boolean hasLowerBound concode_elem_sep T lowerEndpoint concode_elem_sep boolean hasUpperBound concode_ele... |
void function ( OutputStream arg0 ) { encode ( arg0 , new Indenter ( 0 ) ) ; } | encodes this selector into its xml representation and writes this encoding to the given outputstream with no indentation . concode_field_sep boolean mustBePresent concode_elem_sep String contextPath concode_elem_sep String xpathVersion concode_elem_sep URI type concode_elem_sep Node policyRoot concode_elem_sep Logger l... |
void function ( String arg0 ) { this . playerPort = arg0 ; } | sets the value of the playerport property . concode_field_sep String playerIpAddr concode_elem_sep Boolean debug concode_elem_sep String playerPort concode_elem_sep String refresh concode_elem_sep String label concode_field_sep Boolean isDebug concode_elem_sep String getLabel concode_elem_sep String getPlayerPort conco... |
int function ( ) { int loc0 = 17 ; if ( name != null ) loc0 += 31 * loc0 + 7 * name . hashCode ( ) ; else loc0 += 31 * loc0 + 7 ; return loc0 ; } | returns a hash code value for the object . concode_field_sep Reference reference concode_elem_sep String name concode_elem_sep long serialVersionUID concode_elem_sep ResourceAdapter ra concode_field_sep void setName concode_elem_sep void setResourceAdapter concode_elem_sep String getName concode_elem_sep void setRefere... |
void function ( Reference arg0 ) { this . reference = arg0 ; } | set the reference instance . concode_field_sep Reference reference concode_elem_sep String name concode_elem_sep long serialVersionUID concode_elem_sep ResourceAdapter ra concode_field_sep void setName concode_elem_sep void setResourceAdapter concode_elem_sep String getName concode_elem_sep int hashCode concode_elem_se... |
Integer function ( ) { return this . timeout ; } | get the timeout value . concode_field_sep String expand concode_elem_sep String select concode_elem_sep DateTimeRfc1123 ocpDate concode_elem_sep String clientRequestId concode_elem_sep DateTimeRfc1123 ifUnmodifiedSince concode_elem_sep Boolean returnClientRequestId concode_elem_sep DateTimeRfc1123 ifModifiedSince conco... |
void function ( String arg0 ) { this . outFile = new ExifInterface ( arg0 ) ; } | the file after it has been compressed concode_field_sep String gpsDateStamp concode_elem_sep String gpsLatitudeRef concode_elem_sep String gpsLongitude concode_elem_sep String gpsLatitude concode_elem_sep String whiteBalance concode_elem_sep String orientation concode_elem_sep String model concode_elem_sep String focal... |
ResultSetRow function ( int arg0 ) { notSupported ( ) ; return null ; } | only works on non dynamic result sets . concode_field_sep ResultSetImpl owner concode_elem_sep Field[] metadata concode_elem_sep boolean useBufferRowExplicit concode_elem_sep boolean isInterrupted concode_elem_sep MysqlIO io concode_elem_sep boolean wasEmpty concode_elem_sep int columnCount concode_elem_sep boolean noM... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.