code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
boolean function ( final RectangleEdge arg0 ) { return ( arg0 == RectangleEdge . TOP || arg0 == RectangleEdge . BOTTOM ) ; } | returns true if the edge is top or bottom , and false otherwise . concode_field_sep RectangleEdge LEFT concode_elem_sep RectangleEdge RIGHT concode_elem_sep String name concode_elem_sep long serialVersionUID concode_elem_sep RectangleEdge TOP concode_elem_sep RectangleEdge BOTTOM concode_field_sep double coordinate con... |
void function ( String arg0 ) { addErrorMessage ( null , arg0 ) ; } | add error message . 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 concode_elem_sep String getBuildAtt... |
void function ( Documents arg0 ) { this . documents = arg0 ; } | sets the value of the documents property . concode_field_sep Tlds tlds concode_elem_sep ResourceType templateRef concode_elem_sep Documents documents concode_elem_sep Tutorials tutorials concode_field_sep void setTemplateRef concode_elem_sep Tutorials getTutorials concode_elem_sep void setTutorials concode_elem_sep Res... |
void function ( String arg0 ) { this . typeIdPropertyName = arg0 ; } | specify the name of the jms message property that carries the type id for the contained object : either a mapped id value or a raw java class name . default is none . note : this property needs to be set in order to allow for converting from an incoming message to a java object . concode_field_sep String typeIdProperty... |
void function ( float arg0 , int arg1 ) { jumped = true ; createData ( arg0 , null , arg1 ) ; } | record player jump concode_field_sep String DATA_URL concode_elem_sep ArrayList<Data> allData concode_elem_sep boolean obstacleCollision concode_elem_sep boolean newWave concode_elem_sep boolean rewarded concode_elem_sep int gameNumber concode_elem_sep float SCALE concode_elem_sep boolean jumped concode_elem_sep String... |
void function ( GeneratorEntry arg0 ) { } | override this method to do any cleanup needed after generation concode_field_sep String SCT_GENERATOR_CONSOLE concode_elem_sep IGeneratorBridge bridge concode_elem_sep MessageConsoleStream error concode_elem_sep Injector injector concode_elem_sep MessageConsoleStream info concode_field_sep void refreshTargetProject con... |
void function ( TeadpoleMonitoringTemplateDAO arg0 ) { SqlMapClient loc0 = TadpoleSQLManager . getInstance ( TadpoleSystemInitializer . getUserDB ( ) ) ; loc0 . insert ( "srini_string" , arg0 ) ; } | update monitoring template concode_field_sep PlaceHolder placeHolder concode_field_sep List<TeadpoleMonitoringTemplateDAO> getMonitoringTemplate concode_elem_sep void saveMonitoringTemplate |
int function ( ) { return tokenSizeEstimate ; } | get the token size estimate . returned value reflects the result of the last succesfull call , padded concode_field_sep String DEFAULTHASHALGORITHM concode_elem_sep Logger LOGGER concode_elem_sep String tsaUsername concode_elem_sep int tokenSizeEstimate concode_elem_sep String tsaURL concode_elem_sep TSAInfoBouncyCastl... |
String function ( ) { return ref ; } | gets the value of the ref property . concode_field_sep Object parent concode_elem_sep String ref concode_elem_sep long firstHeaderRow concode_elem_sep long firstDataCol concode_elem_sep Long rowPageCount concode_elem_sep Long colPageCount concode_elem_sep long firstDataRow concode_field_sep void setFirstDataCol concode... |
Statement function ( ) { return statement ; } | gets the value of the statement property . concode_field_sep Statement statement concode_field_sep void setStatement |
ResourceEntity function ( Long arg0 ) { return entityManagerProvider . get ( ) . find ( ResourceEntity . class , arg0 ) ; } | find a resource with the given id . concode_field_sep Provider<EntityManager> entityManagerProvider concode_elem_sep DaoUtils daoUtils concode_field_sep ResourceEntity merge concode_elem_sep ResourceEntity findAmbariResource concode_elem_sep void create concode_elem_sep List<ResourceEntity> findAll |
void function ( Configuration arg0 ) { this . config = arg0 ; } | set the configuration for this service . this method is called during #init configuration and should only be needed if for some reason a service implementation needs to override that initial setting - for example replacing it with a new subclass of configuration concode_field_sep Object stateChangeLock concode_elem_sep... |
void function ( JSONObject arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . OK , arg0 ) ) ; } | helper for success callbacks that just returns the status.ok by default concode_field_sep String callbackId concode_elem_sep CordovaWebView webView concode_elem_sep int changingThreads concode_elem_sep String LOG_TAG concode_elem_sep boolean finished concode_field_sep boolean isChangingThreads concode_elem_sep String g... |
String function ( ) { if ( offset >= b . length ) { throw new IOException ( "srini_string" ) ; } int loc0 = 0 ; while ( offset + loc0 < b . length && b [ offset + loc0 ] != 0x0 ) { loc0 ++ ; } String loc1 = new String ( b , offset , loc0 , UTF_8 ) ; offset = offset + loc0 + 1 ; return loc1 ; } | returns a string from the offset until the next string delimiter . concode_field_sep int MAX_NUMBER_OF_KEY_ELEMENTS concode_elem_sep byte[] b concode_elem_sep int offset concode_elem_sep int length concode_elem_sep int index concode_elem_sep boolean[] useSeparator concode_field_sep KeyBuilder add concode_elem_sep KeyBu... |
String function ( ) { return description ; } | gets the value of the description property . concode_field_sep long code concode_elem_sep String scope concode_elem_sep String description concode_elem_sep String id concode_elem_sep String message concode_field_sep void setCode concode_elem_sep String getMessage concode_elem_sep void setId concode_elem_sep String getI... |
void function ( String arg0 ) { this . errorindex = arg0 == null ? null : arg0 . trim ( ) ; } | this method was generated by mybatis generator . this method sets the value of the database column pterror.errorindex concode_field_sep String fill1 concode_elem_sep String errortype concode_elem_sep String errorindex concode_elem_sep String moudleid concode_elem_sep String message concode_field_sep String getErrorinde... |
ReplayCache < V > function ( ) { return newInstance ( DEFAULT_MAX_SIZE , DEFAULT_EXPIRE_MS ) ; } | creates a cache with default maximum size and key expiration time . concode_field_sep long DEFAULT_MAX_SIZE concode_elem_sep long DEFAULT_EXPIRE_MS concode_elem_sep Cache<String,V> mCache concode_field_sep V call concode_elem_sep V call concode_elem_sep V run concode_elem_sep V run |
void function ( TranscoderException arg0 ) { System . err . println ( "srini_string" + arg0 . getMessage ( ) ) ; } | invoked when an error occured while transcoding . concode_field_sep PlaceHolder placeHolder concode_field_sep void fatalError concode_elem_sep void warning |
String function ( int arg0 ) { return getRandom ( CAPITAL_LETTERS , arg0 ) ; } | get a fixed-length random string , its a mixture of uppercase letters concode_field_sep String NUMBERS_AND_LETTERS concode_elem_sep String LETTERS concode_elem_sep String CAPITAL_LETTERS concode_elem_sep String LOWER_CASE_LETTERS concode_elem_sep String NUMBERS concode_field_sep String getRandomLetters concode_elem_sep... |
int function ( ) { return this . MPLSheader . peek ( ) . getLabel ( ) ; } | returns the mpls 20-bit label of the top of the mpls stack in this packet . concode_field_sep boolean RSVP concode_elem_sep Queue<MPLS> MPLSheader concode_elem_sep OpticalLabel opticalLabel concode_elem_sep int DSCP concode_elem_sep boolean pending concode_elem_sep String OAMMsg concode_elem_sep int source concode_elem... |
void function ( String arg0 ) { try { PrintWriter loc0 = new PrintWriter ( new FileWriter ( arg0 ) ) ; for ( int loc1 = 0 ; loc1 < this . array . length ; loc1 ++ ) { for ( int loc2 = 0 ; loc2 < this . array [ loc1 ] . length ; loc2 ++ ) { loc0 . println ( this . array [ loc1 ] [ loc2 ] ) ; } } loc0 . close ( ) ; } cat... | writes gauss array to a data file that can be sensefully accessed by matlab concode_field_sep double sigma concode_elem_sep double[][] array concode_elem_sep int gausszahl concode_elem_sep double placefieldadjustment concode_elem_sep int fieldsizey concode_elem_sep int fieldsizex concode_elem_sep double threshold conco... |
Icon function ( int arg0 ) { if ( arg0 < 0 || arg0 > m_windows . size ( ) ) throw new IllegalArgumentException ( "srini_string" + arg0 ) ; WBWindow loc0 = ( WBWindow ) m_windows . get ( arg0 ) ; if ( loc0 . mWindow != null && loc0 . Type == TYPE_WINDOW ) return loc0 . mWindow . getIcon ( ) ; return null ; } | get icon of window concode_field_sep long serialVersionUID concode_elem_sep int AD_Workbench_ID concode_elem_sep String ColumnName concode_elem_sep String Help concode_elem_sep ArrayList<WBWindow> m_windows concode_elem_sep int AD_Column_ID concode_elem_sep String Name concode_elem_sep int WindowNo concode_elem_sep int... |
GetIPSetResult function ( IPSet arg0 ) { setIPSet ( arg0 ) ; return this ; } | information about the ipset that you specified in the getipset request . for more information , see the following topics : ipset : contains ipsetdescriptors , ipsetid , and name ipsetdescriptors : contains an array of ipsetdescriptor objects . each ipsetdescriptor object contains type and value concode_field_sep IPSet ... |
int function ( ) { return 38 ; } | returns the width of the icon , in pixels . concode_field_sep Icon loadingImageIcon concode_elem_sep Icon noImageIcon concode_field_sep int getIconHeight concode_elem_sep int getIconHeight concode_elem_sep Icon getNoImageIcon concode_elem_sep void paintIcon concode_elem_sep void paintIcon concode_elem_sep Icon getLoadi... |
FastStringBuffer function ( ) { this . count = 0 ; return this ; } | clears this buffer . concode_field_sep int count concode_elem_sep FastStringBuffer fastStringBuffer concode_elem_sep int i concode_elem_sep char[] value concode_field_sep FastStringBuffer deleteCharAt concode_elem_sep char firstChar concode_elem_sep FastStringBuffer appendN concode_elem_sep FastStringBuffer appendN con... |
Object function ( String arg0 ) { assertComplex ( ) ; for ( Object loc0 : this . values ) { NamedValue < ? > loc1 = ( NamedValue < ? > ) loc0 ; if ( loc1 . getName ( ) . equals ( arg0 ) ) { return loc1 . getValue ( ) ; } } return null ; } | returns the value for a named value in a complex key . concode_field_sep Object[] values concode_elem_sep Set<Class<?>> EDM_SIMPLE_JAVA_TYPES concode_elem_sep String keyString concode_field_sep void assertComplex concode_elem_sep Set<OProperty<?>> asComplexProperties concode_elem_sep Enumerable<Class<?>> apply concode_... |
int function ( String arg0 ) { return st . get ( arg0 ) ; } | returns the integer associated with the vertex named s. concode_field_sep ST<String,Integer> st concode_elem_sep String[] keys concode_elem_sep Graph G concode_field_sep boolean contains concode_elem_sep Graph G concode_elem_sep String name concode_elem_sep void main |
long function ( ) { long [ ] loc0 = new long [ 1 ] ; ErrorHandle . checkCall ( XgboostJNI . XGDMatrixNumRow ( handle , loc0 ) ) ; return loc0 [ 0 ] ; } | get the row number of dmatrix concode_field_sep long handle concode_elem_sep Log logger concode_field_sep float[] getLabel concode_elem_sep float[] getWeight concode_elem_sep void setWeight concode_elem_sep long getHandle concode_elem_sep void delete concode_elem_sep float[] getBaseMargin concode_elem_sep float[] flatt... |
String function ( ) { return customAppName ; } | get custom application name concode_field_sep int minDelay concode_elem_sep ConnectionEndpoint[] endpoints concode_elem_sep PlatformType platformType concode_elem_sep CallsProvider callsProvider concode_elem_sep String timeZone concode_elem_sep boolean enableNetworkLogging concode_elem_sep boolean voiceCallsEnabled con... |
void function ( ) { if ( cluster != null ) { cluster . shutdown ( ) ; LOG . info ( "srini_string" ) ; } if ( DFS_BASE_DIR . exists ( ) && ! FileUtil . fullyDelete ( DFS_BASE_DIR ) ) { throw new IOException ( "srini_string" + DFS_BASE_DIR + "srini_string" ) ; } } | clean up concode_field_sep String NAME_NODE_HOST concode_elem_sep Log LOG concode_elem_sep MiniDFSCluster cluster concode_elem_sep File DFS_BASE_DIR concode_elem_sep Configuration config concode_elem_sep String NAME_NODE_HTTP_HOST concode_field_sep void testFormatShouldBeIgnoredForNonFileBasedDirs concode_elem_sep void... |
void function ( ) { XYStepAreaRenderer loc0 = new XYStepAreaRenderer ( ) ; XYStepAreaRenderer loc1 = new XYStepAreaRenderer ( ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; int loc2 = loc0 . hashCode ( ) ; int loc3 = loc1 . hashCode ( ) ; assertEquals ( loc2 , loc3 ) ; } | two objects that are equal are required to return the same hashcode . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testPublicCloneable concode_elem_sep void testSerialization concode_elem_sep void testDrawWithNullInfo concode_elem_sep void testEquals |
RSAKeyValue function ( ) { return new RSAKeyValue ( ) ; } | create an instance of rsakeyvalue concode_field_sep QName _X509DataX509SubjectName_QNAME concode_elem_sep QName _X509DataX509Certificate_QNAME concode_elem_sep QName _X509DataX509SKI_QNAME concode_elem_sep QName _DigestValue_QNAME concode_elem_sep QName _TransformXPath_QNAME concode_elem_sep QName _X509DataX509IssuerSe... |
void function ( int arg0 ) { this . chunkSize = arg0 ; } | set maximum number of alignments in the alignmentregion result concode_field_sep AlignmentDataReader<SAMFileHeader> alignmentDataReader concode_elem_sep Alignment prevAlignment concode_elem_sep int chunkSize concode_elem_sep int maxSequenceSize concode_elem_sep int defaultChunkSize concode_elem_sep int defaultMaxSequen... |
boolean function ( ) { return ! vocabulary . isEmpty ( ) ; } | returns true , if number of elements in vocabulary > 0 , false otherwise concode_field_sep int minElementFrequency concode_elem_sep int retentionDelay concode_elem_sep AtomicLong totalWordCount concode_elem_sep List<String> stopWords concode_elem_sep boolean hugeModelExpected concode_elem_sep AtomicLong hiddenWordsCoun... |
String function ( String arg0 ) { return arg0 . replace ( "srini_string" , File . separator ) ; } | converts package name to path on file system concode_field_sep Logger LOGGER concode_elem_sep String TEMPLATE_DIR_CLASSPATH concode_elem_sep String MUSTACHE_EXTENSION concode_elem_sep String outputFolder concode_elem_sep String name concode_elem_sep String targetPackage concode_field_sep Converter<SupportingFile,File> ... |
String function ( final String arg0 ) { return arg0 . toUpperCase ( Locale . ROOT ) ; } | shorthand for str.touppercase locale.root ; concode_field_sep String EMPTY concode_field_sep String quote concode_elem_sep boolean isEmpty concode_elem_sep boolean isNotBlank concode_elem_sep boolean isBlank concode_elem_sep boolean isNotEmpty concode_elem_sep String dquote concode_elem_sep String trimToNull |
List < View > function ( View arg0 , List < View > arg1 ) { if ( arg1 == null ) { arg1 = new LinkedList < View > ( ) ; } arg1 . add ( arg0 ) ; return arg1 ; } | adds view to specified cache . creates a cache list if it is null . concode_field_sep WheelView wheel 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_el... |
String function ( ) { return toString ( 1 , "srini_string" ) ; } | returns the string representation for this object . the returned string is in the form `` cxf dphi '' with c standing for the cross feed and f for the feed direction resolution . units used are dots per 100 inches dphi . concode_field_sep long serialVersionUID concode_elem_sep int crossFeedResolution concode_elem_sep i... |
void function ( Object arg0 , MethodParameter arg1 , ModelAndViewContainer arg2 , NativeWebRequest arg3 ) { HandlerMethodReturnValueHandler loc0 = selectHandler ( arg0 , arg1 ) ; Assert . notNull ( loc0 , "srini_string" + arg1 . getParameterType ( ) . getName ( ) + "srini_string" ) ; loc0 . handleReturnValue ( arg0 , a... | iterate over registered handlermethodreturnvaluehandler s and invoke the one that supports it . concode_field_sep Log logger concode_elem_sep List<HandlerMethodReturnValueHandler> returnValueHandlers concode_field_sep boolean supportsReturnType concode_elem_sep boolean isAsyncReturnValue concode_elem_sep HandlerMethodR... |
long function ( ) { return datum . getSubmitTime ( ) ; } | get the submit time concode_field_sep JobSubmitted datum concode_field_sep JobID getJobId concode_elem_sep String getWorkflowNodeName concode_elem_sep String getJobName concode_elem_sep String getWorkflowName concode_elem_sep EventType getEventType concode_elem_sep Object getDatum concode_elem_sep String getWorkflowId ... |
JAXBElement < Comprobante > function ( Comprobante arg0 ) { return new JAXBElement < Comprobante > ( _Comprobante_QNAME , Comprobante . class , null , arg0 ) ; } | create an instance of jaxbelement concode_field_sep QName _RespuestaSolicitud_QNAME concode_elem_sep QName _ValidarComprobanteResponse_QNAME concode_elem_sep QName _Mensaje_QNAME concode_elem_sep QName _Comprobante_QNAME concode_elem_sep QName _ValidarComprobante_QNAME concode_field_sep Comprobante.Mensajes createCompr... |
CoordinatedStateManager function ( Configuration arg0 ) { Class < ? extends CoordinatedStateManager > loc0 = arg0 . getClass ( HConstants . HBASE_COORDINATED_STATE_MANAGER_CLASS , ZkCoordinatedStateManager . class , CoordinatedStateManager . class ) ; return ReflectionUtils . newInstance ( loc0 , arg0 ) ; } | creates consensus provider from the given configuration . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder |
String function ( ) { return formatCurrentTime ( selectedFormat ) ; } | gets selected time zone time . this is the time zone selected by one of six commandbuttons from the map in the ui . concode_field_sep boolean dialogRendered concode_elem_sep DateFormat selectedFormat concode_elem_sep ArrayList checkedTimeZoneList concode_elem_sep DateFormat serverFormat concode_elem_sep int renderInter... |
String function ( String arg0 , Object ... arg1 ) { return b . handleGetMessage ( arg0 , arg1 ) ; } | merges user data with a translated string for a given key from the package resource bundle or parent . uses the transformation conventions of the java messageformat utility . note that this is intentionally package-local access . concode_field_sep String name concode_elem_sep Bundle b concode_field_sep String bundleNam... |
org . apache . axis . encoding . Deserializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanDeserializer ( arg1 , arg2 , typeDesc ) ; } | get custom deserializer concode_field_sep java.lang.String configuration concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String jndiName concode_field_sep org.apache.axis.description.TypeDesc... |
void function ( ) { closed ( ) ; } | handle timeouts . default implementation just calls closed . concode_field_sep T sc concode_elem_sep INioHandler nioHandler concode_elem_sep Long timeout concode_field_sep Long getTimeout concode_elem_sep void closed concode_elem_sep String getDescription concode_elem_sep boolean useSeparateThread |
int function ( int arg0 ) { for ( int loc0 = 0 ; loc0 < MAX_TOUCHPOINTS ; loc0 ++ ) { if ( id [ loc0 ] == arg0 ) { return loc0 ; } } return - 1 ; } | returns the index for a given pointerid or -1 if no index . concode_field_sep float scaleX concode_elem_sep int[] touchY concode_elem_sep Pool<TouchEvent> touchEventPool concode_elem_sep float scaleY concode_elem_sep int MAX_TOUCHPOINTS concode_elem_sep List<TouchEvent> touchEventsBuffer concode_elem_sep List<TouchEven... |
Image function ( InputStream arg0 ) { try { Display loc0 = Display . getCurrent ( ) ; ImageData loc1 = new ImageData ( arg0 ) ; return new Image ( loc0 , loc1 ) ; } finally { arg0 . close ( ) ; } } | returns an image encoded by the specified inputstream . concode_field_sep Map<Font,Font> m_fontToBoldFontMap concode_elem_sep Map<RGB,Color> m_colorMap concode_elem_sep int BOTTOM_LEFT concode_elem_sep int BOTTOM_RIGHT concode_elem_sep int TOP_RIGHT concode_elem_sep int TOP_LEFT concode_elem_sep Map<Integer,Cursor> m_i... |
CTEffectList function ( ) { return effectLst ; } | gets the value of the effectlst property . concode_field_sep CTEffectList effectLst concode_elem_sep CTEffectContainer effectDag concode_field_sep CTEffectContainer getEffectDag concode_elem_sep void setEffectDag concode_elem_sep void setEffectLst |
Collection < T > function ( String arg0 ) { return this . runtimeContext . < T > getBroadcastVariable ( arg0 ) ; } | gets the broadcast data set registered under the given name . broadcast data sets are available on all parallel instances of a function . they can be registered via org.apache.flink.graph.spargel.scattergatherconfiguration #addbroadcastsetforupdatefunction string , org.apache.flink.api.java.dataset . concode_field_sep ... |
void function ( int arg0 ) { TabState loc0 = tabContents . get ( currentNode ) ; loc0 . setTabIndex ( arg0 ) ; } | sets the selected tab index for the currently selected node tabstate model . concode_field_sep NavigationTreeFactory navigationTreeFactory concode_elem_sep Node currentNode concode_elem_sep NavigationPanelCollapsibleFactory navigationPanelCollapsible concode_elem_sep HashMap<Node,TabState> tabContents concode_field_sep... |
String function ( ) { if ( failure != null ) { return failure . getMessage ( ) ; } return null ; } | the failure message , null if it did not fail . concode_field_sep ActionResponse response concode_elem_sep Failure failure concode_elem_sep String opType concode_elem_sep String index concode_elem_sep int id concode_elem_sep String type concode_elem_sep String message concode_elem_sep RestStatus status concode_field_se... |
Collection < Edge > function ( ) { return Arrays . asList ( outgoing ) ; } | get a collection containing all the edges leading from this vertex to other vertices . there is probably some overhead to creating the wrapper arraylist objects , but this allows filtering and combining edge lists using stock collection-based methods . concode_field_sep long serialVersionUID concode_elem_sep I18NString... |
void function ( HttpSessionBindingEvent arg0 ) { log ( "srini_string" + arg0 . getSession ( ) . getId ( ) + "srini_string" + arg0 . getName ( ) + "srini_string" + arg0 . getValue ( ) + "srini_string" ) ; } | record the fact that a servlet context attribute was added . concode_field_sep ServletContext context concode_field_sep void sessionCreated concode_elem_sep void sessionDestroyed concode_elem_sep void log concode_elem_sep void log concode_elem_sep void contextInitialized concode_elem_sep void attributeReplaced concode_... |
boolean function ( ) { return useDataFromStash ; } | gets the value of the usedatafromstash property . concode_field_sep boolean carryOverAllowed concode_elem_sep Boolean dataStashUsable concode_elem_sep DataBalance currentBalance concode_elem_sep StashCreditInfo stashCreditInfo concode_elem_sep long serialVersionUID concode_elem_sep boolean includesGiftStash concode_ele... |
T function ( EObject arg0 ) { return doSwitch ( arg0 . eClass ( ) , arg0 ) ; } | calls casexxx for each class of the model until one returns a non null result ; it yields that result . concode_field_sep DurationPackage modelPackage concode_field_sep T caseDurationTest concode_elem_sep T defaultCase |
ByteArrayOutputStream function ( RemoteInvocation arg0 ) { ByteArrayOutputStream loc0 = new ByteArrayOutputStream ( SERIALIZED_INVOCATION_BYTE_ARRAY_INITIAL_SIZE ) ; writeRemoteInvocation ( arg0 , loc0 ) ; return loc0 ; } | serialize the given remoteinvocation into a bytearrayoutputstream . concode_field_sep boolean acceptGzipEncoding concode_elem_sep String HTTP_HEADER_CONTENT_TYPE concode_elem_sep String contentType concode_elem_sep Log logger concode_elem_sep String HTTP_METHOD_POST concode_elem_sep String HTTP_HEADER_CONTENT_ENCODING ... |
int function ( ) { return mList . size ( ) ; } | returns the number of elements in this queue . concode_field_sep int mCapacity concode_elem_sep List<E> mList concode_field_sep boolean add concode_elem_sep boolean containsAll concode_elem_sep boolean isEmpty concode_elem_sep void clear concode_elem_sep E poll concode_elem_sep E poll concode_elem_sep int drainTo conco... |
void function ( Task arg0 ) { tasks . add ( arg0 ) ; } | add a task to this deploymentconfig . concode_field_sep Logger logger concode_elem_sep int BUF_SIZE concode_elem_sep String name concode_elem_sep ConfigGroupManager groupManager concode_elem_sep List<Task> tasks concode_field_sep void setName concode_elem_sep void setGroupManager concode_elem_sep String getName concode... |
Locale function ( ) { return locale ; } | the locale of the ui related to the systemmessages request . concode_field_sep VaadinRequest request concode_elem_sep VaadinService service concode_elem_sep Locale locale concode_field_sep void setRequest concode_elem_sep void setService concode_elem_sep VaadinRequest getRequest concode_elem_sep void setLocale concode_... |
int function ( String arg0 , int arg1 ) { int loc0 = arg0 . length ( ) ; int loc1 = arg1 ; for ( ; loc1 < loc0 ; loc1 ++ ) { if ( arg0 . charAt ( loc1 ) != ' ' ) { break ; } } return loc1 ; } | skips any spaces at or after start and returns the index of first non-space character ; concode_field_sep PlaceHolder placeHolder concode_field_sep String arrayToString concode_elem_sep int rightTrimSize concode_elem_sep String toZeroPaddedString concode_elem_sep String[] split concode_elem_sep String getList concode_e... |
String function ( Uri arg0 , CordovaInterface arg1 ) { return FileHelper . getRealPath ( arg0 . toString ( ) , arg1 ) ; } | returns the real path of the given uri . if the given uri is a content : / / uri , the real path is retrieved from the media store . concode_field_sep String _DATA concode_elem_sep String LOG_TAG concode_field_sep String stripFileProtocol concode_elem_sep String getMimeType concode_elem_sep String getMimeTypeForExtensi... |
void function ( ContentCollection arg0 ) { if ( arg0 != null && localRepo != null ) { throw new IllegalStateException ( "srini_string" ) ; } this . localRepo = arg0 ; } | register a local repository . throws an illegal argument exception if there is already a local repository registered . registering a null repository will remove the currently set repository . concode_field_sep ContentCollection localRepo concode_elem_sep ContentRepositoryRegistry REGISTRY concode_elem_sep Map<ServerSes... |
void function ( int arg0 ) { mStyles . arg0 = arg0 ; } | set the spacing between the text lines concode_field_sep int padding concode_elem_sep boolean mIsVisible concode_elem_sep int backgroundColor concode_elem_sep int margin concode_elem_sep float textSize concode_elem_sep Paint mPaint concode_elem_sep GraphView mGraphView concode_elem_sep Styles mStyles concode_elem_sep L... |
void function ( int arg0 ) { spiImpl . engineInit ( arg0 , RANDOM ) ; } | initializes this keygenerator instance for the specified key size in bits . concode_field_sep SecureRandom RANDOM concode_elem_sep Provider provider concode_elem_sep Engine ENGINE concode_elem_sep KeyGeneratorSpi spiImpl concode_elem_sep String algorithm concode_field_sep SecretKey generateKey concode_elem_sep String g... |
URI function ( URI arg0 , String arg1 , String ... arg2 ) { URI loc0 = UriBuilder . fromUri ( arg0 ) . replaceQueryParam ( arg1 , ( Object [ ] ) arg2 ) . build ( ) ; return loc0 ; } | answer the uri ru with any existing query parameters named key discarded and replaced by key = value1 & key = value2 ... concode_field_sep Logger log concode_field_sep Resource adjustPageParameter concode_elem_sep URI withoutPageParameters concode_elem_sep URI resolveAgainstBase concode_elem_sep String replaceSuffix co... |
PluginBag < SolrRequestHandler > function ( ) { return handlers ; } | returns an unmodifiable map containing the registered handlers concode_field_sep SolrCore core concode_elem_sep PluginBag<SolrRequestHandler> handlers concode_elem_sep Logger log concode_field_sep void initHandlersFromConfig concode_elem_sep String normalize concode_elem_sep SolrRequestHandler get concode_elem_sep Plug... |
String function ( ) { return errStr ; } | get the error string concode_field_sep String passwd concode_elem_sep String orgUnit concode_elem_sep String userId concode_elem_sep String org concode_elem_sep String errStr concode_field_sep void setOrg concode_elem_sep void setErrorString concode_elem_sep void setPassword concode_elem_sep String getPassword concode_... |
boolean function ( ) { return false ; } | is task output recovery supported for restarting jobs ? if task output recovery is supported , job restart can be done more efficiently . concode_field_sep PlaceHolder placeHolder concode_field_sep void setupTask concode_elem_sep void abortTask concode_elem_sep void setupJob concode_elem_sep void abortJob concode_elem_... |
boolean function ( @ Nullable File arg0 ) { return arg0 != null && arg0 . exists ( ) ; } | returns if the given file is not null and exists in the file system concode_field_sep String EXTENSION_JPEG concode_elem_sep String FOLDER_NAME concode_elem_sep String EXTENSION_MP4 concode_elem_sep String EXTENSION_GIF concode_elem_sep String TAG concode_elem_sep String EXTENSION_PNG concode_field_sep long getDirector... |
String function ( ) { StringBuffer loc0 = new StringBuffer ( getAddress ( ) ) ; if ( permissions != 0 ) { loc0 . append ( '=' ) ; for ( int loc1 = 0 ; loc1 < ACCESS_VALUES . length ; ++ loc1 ) { if ( allowAccess ( loc1 ) ) { loc0 . append ( ACCESS_VALUES [ loc1 ] ) ; } } } return ( loc0 . toString ( ) ) ; } | returns a string representation . concode_field_sep char[] ACCESS_VALUES concode_elem_sep com.rbnb.utility.Wildcards Localhost_Wildcard concode_elem_sep int permissions concode_elem_sep int SINK concode_elem_sep int ROUTER concode_elem_sep int PLUGIN concode_elem_sep com.rbnb.utility.Wildcards wildcard concode_elem_sep... |
String function ( ) { return this . name ; } | returns a string representing the object . concode_field_sep DatasetRenderingOrder REVERSE concode_elem_sep String name concode_elem_sep DatasetRenderingOrder FORWARD concode_elem_sep long serialVersionUID concode_field_sep Object readResolve concode_elem_sep int hashCode concode_elem_sep boolean equals |
void function ( File arg0 ) { if ( executors == null ) { throw new RuntimeException ( "srini_string" ) ; } ThreadPoolExecutor loc0 = executors . get ( arg0 ) ; if ( loc0 != null ) { throw new RuntimeException ( "srini_string" + arg0 + "srini_string" ) ; } addExecutorForVolume ( arg0 ) ; } | starts asyncdiskservice for a new volume concode_field_sep FsDatasetImpl fsdatasetImpl concode_elem_sep DataNode datanode concode_elem_sep Map<String,Set<Long>> deletedBlockIds concode_elem_sep int numDeletedBlocks concode_elem_sep Map<File,ThreadPoolExecutor> executors concode_elem_sep int MAXIMUM_THREADS_PER_VOLUME c... |
String function ( ) { return errthumb ; } | gets the errthumb . concode_field_sep String codefile concode_elem_sep boolean isPassed concode_elem_sep String stacktrace concode_elem_sep String loglvl concode_elem_sep String errthumb concode_elem_sep String time concode_elem_sep String errimg concode_elem_sep String category concode_elem_sep String message concode_... |
void function ( String arg0 ) { classes . remove ( arg0 ) ; } | removes the specified clazz from the class pool . concode_field_sep Map classes concode_field_sep Clazz getClass concode_elem_sep int size concode_elem_sep void classesAcceptAlphabetically concode_elem_sep void clear concode_elem_sep Iterator classNames concode_elem_sep void classAccept concode_elem_sep void classesAcc... |
T function ( ) { return doInsert ( ) ; } | called by doupsert to insert the object . this method starts a new transaction and executes the doinsert method in it . the new transaction is rolled back when an exception is thrown . the exception is handled in doupsert concode_field_sep PlatformTransactionManager m_transactionManager concode_elem_sep D m_dao concode... |
Builder function ( String arg0 , Object ... arg1 ) { Assert . notNull ( arg0 , "srini_string" ) ; String loc0 = StringUtils . arrayToDelimitedString ( arg1 , "srini_string" ) ; if ( StringUtils . hasLength ( loc0 ) ) { return new Builder ( arg0 + "srini_string" + loc0 ) ; } return new Builder ( arg0 ) ; } | return a new builder to construct a new conditionmessage based on theinstance and a new condition outcome . concode_field_sep String reason concode_elem_sep Builder condition concode_elem_sep String plural concode_elem_sep String singular concode_elem_sep String message concode_field_sep ConditionMessage atAll concode_... |
ReferenceType function ( String arg0 , int arg1 ) { return new ReferenceType ( new ClassOrInterfaceType ( arg0 ) , arg1 ) ; } | creates a new referencetype for a class or interface . concode_field_sep VoidType VOID_TYPE concode_elem_sep PrimitiveType LONG_TYPE concode_elem_sep PrimitiveType CHAR_TYPE concode_elem_sep PrimitiveType INT_TYPE concode_elem_sep PrimitiveType FLOAT_TYPE concode_elem_sep PrimitiveType BYTE_TYPE concode_elem_sep Primit... |
String function ( String arg0 ) { return "srini_string" + arg0 ; } | returns the sql statement which retrieves the xml field from the specified table . concode_field_sep PlaceHolder placeHolder concode_field_sep String getDeleteLocksSql concode_elem_sep String getXmlWhereSql concode_elem_sep String getNumRowsSql concode_elem_sep String getNumRowsSql concode_elem_sep String getXmlWhereLi... |
String function ( ) { return certificateIdentifier ; } | the unique key that identifies a certificate . concode_field_sep String certificateIdentifier concode_elem_sep java.util.Date validTill concode_elem_sep String thumbprint concode_elem_sep java.util.Date validFrom concode_elem_sep String certificateType concode_field_sep void setCertificateType concode_elem_sep void set... |
List < TSLocation > function ( ) { if ( location == null ) { location = new ArrayList < TSLocation > ( ) ; } return this . location ; } | gets the value of the location 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 location property . for example , to add a new item , do ... |
String function ( String arg0 , Collection < String > arg1 ) { return join ( arg0 , arg1 . toArray ( new String [ arg1 . size ( ) ] ) ) ; } | join the given string collection using an arbitrary string j concode_field_sep PlaceHolder placeHolder concode_field_sep String joinNames concode_elem_sep String capitalize |
void function ( int arg0 ) { mOffsetToNextIfd = arg0 ; } | sets the offset of next ifd . concode_field_sep int mIfdId concode_elem_sep Map<Short,ExifTag> mExifTags concode_elem_sep int mOffsetToNextIfd concode_elem_sep int[] sIfds concode_field_sep int[] getIfds concode_elem_sep boolean checkCollision concode_elem_sep boolean equals concode_elem_sep void removeTag concode_elem... |
SearchManager function ( ) { synchronized ( LOCK ) { if ( null == singleton ) { SearchManager loc0 = new SearchManager ( ) ; singleton = loc0 ; return loc0 ; } } return singleton ; } | returns the singleton instance of searchmanager , creating it if necessary . concode_field_sep SearchManager singleton concode_elem_sep Object LOCK concode_elem_sep SearchService ui concode_elem_sep Collection<String> _searchservicesHosts concode_elem_sep List<Searchable> searchServices concode_field_sep SearchService ... |
boolean function ( String arg0 ) { return contains ( arg0 . getBytes ( ) ) ; } | determine if the element is in the set concode_field_sep int numHashes concode_elem_sep int[] hashResults concode_elem_sep double bitsPerElement concode_elem_sep byte[] temp concode_elem_sep int size concode_elem_sep int bitSetSize concode_elem_sep BitSet bitset concode_elem_sep int capacity concode_field_sep int hashM... |
void function ( DiGraph < N , E > arg0 ) { Set < N > loc0 = new HashSet < > ( ) ; for ( DiGraphNode < N , E > loc1 : arg0 . getDirectedGraphNodes ( ) ) { loc0 . add ( loc1 . getValue ( ) ) ; } computeFixedPoint ( arg0 , loc0 ) ; } | compute a fixed point for the given graph . concode_field_sep String NON_HALTING_ERROR_MSG concode_elem_sep EdgeCallback<N,E> callback concode_field_sep FixedPointGraphTraversal<NODE,EDGE> newTraversal concode_elem_sep boolean traverseEdge |
void function ( String arg0 ) { this . password = arg0 ; connectionProps . setProperty ( "srini_string" , arg0 ) ; } | sets the password for the user name . concode_field_sep String description concode_elem_sep String dataSourceName concode_elem_sep String password concode_elem_sep String serverName concode_elem_sep int loginTimeout concode_elem_sep String user concode_elem_sep String networkProtocol concode_elem_sep PrintWriter logWri... |
double function ( ) { return w2 ; } | returns the white2 value . concode_field_sep double r concode_elem_sep double b concode_elem_sep double g concode_elem_sep double w concode_elem_sep double w2 concode_field_sep int getG concode_elem_sep double getBrightness concode_elem_sep InternalLedState withBrightness concode_elem_sep InternalLedState withColor con... |
void function ( ) { contact . resetFriction ( ) ; } | reset the friction mixture to the default value . concode_field_sep World world concode_elem_sep org.jbox2d.collision.WorldManifold worldManifold2 concode_elem_sep org.jbox2d.dynamics.contacts.Contact contact concode_elem_sep WorldManifold worldManifold concode_field_sep float getRestitution concode_elem_sep WorldManif... |
long function ( ) { return _announcementsFlag . getPrimaryKey ( ) ; } | returns the primary key of this announcements flag . concode_field_sep AnnouncementsFlag _announcementsFlag concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep b... |
BufferedReader function ( ) { return m_in ; } | getinput concode_field_sep OutputStream m_out concode_elem_sep BufferedReader m_in concode_elem_sep Socket m_socket concode_field_sep LineOrientedResponse receiveResponse concode_elem_sep LineOrientedResponse receiveBanner concode_elem_sep LineOrientedResponse sendRequest concode_elem_sep void close concode_elem_sep vo... |
List < SpecificationGroup > function ( ) { if ( specificationGroup == null ) { specificationGroup = new ArrayList < SpecificationGroup > ( ) ; } return this . specificationGroup ; } | gets the value of the specificationgroup 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 specificationgroup property . for example , to ... |
String function ( ) { return "srini_string" ; } | get the taggedprofile repository id . concode_field_sep PlaceHolder placeHolder concode_field_sep TaggedProfile extract concode_elem_sep TaggedProfile read concode_elem_sep void insert concode_elem_sep TypeCode type concode_elem_sep void write |
String function ( ) { return ( filterDef . getFilterName ( ) ) ; } | return the name of the filter we are configuring . concode_field_sep FilterDef filterDef concode_elem_sep StandardContext context concode_elem_sep Logger log concode_elem_sep String DO_AS_PRIVILEGE concode_elem_sep boolean needInitialize concode_elem_sep ResourceBundle rb concode_elem_sep Filter filter concode_field_se... |
CultureMemoryCell function ( int arg0 , int arg1 ) { int loc0 = arg0 * m_width + arg1 ; return get ( loc0 ) ; } | reads a value from the matrix memory that was previously stored with setmatrix ... . concode_field_sep CultureMemoryCell[] m_memory concode_elem_sep int m_size concode_elem_sep int m_width concode_elem_sep List m_memoryNames concode_elem_sep String CVS_REVISION concode_field_sep boolean contains concode_elem_sep Cultur... |
List < String > function ( List < TGMeasure > arg0 , int arg1 ) { List < String > loc0 = new ArrayList < String > ( ) ; for ( int loc1 = 0 ; loc1 < arg0 . size ( ) ; loc1 ++ ) { TGMeasure loc2 = arg0 . get ( loc1 ) ; for ( Object loc3 : loc2 . getBeats ( ) ) { TGBeat loc4 = ( TGBeat ) loc3 ; String loc5 = beatToString ... | generate beat strings for list of measures concode_field_sep int TIME_SIG_STRING concode_elem_sep int DUR_STRING concode_elem_sep int TEMPO_STRING concode_elem_sep int NOTE_STRING concode_field_sep String beatToString concode_elem_sep String getMeasureStringSequence concode_elem_sep String getBeatStringSequence concode... |
JpaTransactionManager function ( ) { JpaTransactionManager loc0 = new JpaTransactionManager ( ) ; loc0 . setEntityManagerFactory ( entityManagerFactory ( ) . getObject ( ) ) ; return loc0 ; } | get transaction manager concode_field_sep PlaceHolder placeHolder concode_field_sep LocalContainerEntityManagerFactoryBean entityManagerFactory concode_elem_sep void main concode_elem_sep DataSource dataSource concode_elem_sep Properties jpaProperties |
Integer function ( ) { return name ; } | get name concode_field_sep Integer name concode_elem_sep String PropertyClass concode_field_sep void setName concode_elem_sep String toIndentedString concode_elem_sep String getPropertyClass concode_elem_sep void setPropertyClass concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Model200Res... |
int function ( ) { return this . stackingbit ; } | returns the stacking bit of this mpls header concode_field_sep int trafficclass concode_elem_sep int stackingbit concode_elem_sep int label concode_field_sep int getLabel concode_elem_sep int getTrafficClass |
void function ( Serializable arg0 ) { Assert . isTrue ( arg0 instanceof Map , "srini_string" ) ; this . attributes . putAll ( ( Map < String , Object > ) arg0 ) ; } | deserialize the attributes of this session from a state object created by #serializestate . concode_field_sep long lastAccessedTime concode_elem_sep boolean invalid concode_elem_sep int nextId concode_elem_sep int maxInactiveInterval concode_elem_sep Map<String,Object> attributes concode_elem_sep boolean isNew concode_... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.