code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
String function ( int arg0 ) { return ( String ) sqlLookup . get ( arg0 ) ; } | retrieves the sql statement for a registered compiled statement . concode_field_sep Database database concode_elem_sep IntValueHashMap sqlMap concode_elem_sep IntKeyHashMap sessionMap concode_elem_sep IntKeyHashMap sqlLookup concode_elem_sep IntKeyHashMap csidMap concode_elem_sep int next_cs_id concode_elem_sep IntKeyI... |
void function ( HttpHost arg0 , boolean arg1 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } if ( this . connected ) { throw new IllegalStateException ( "srini_string" ) ; } this . connected = true ; this . proxyChain = new HttpHost [ ] { arg0 } ; this . secure = arg1 ; } | tracks connecting to the first proxy . concode_field_sep boolean connected concode_elem_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 LayerType layered concode_field_sep Http... |
int function ( int arg0 , int arg1 ) { return ( arg0 % arg1 != 0 ) ? ( arg0 / arg1 + 1 ) : ( arg0 / arg1 ) ; } | integral division , rounding the result to the next highest integer . concode_field_sep int gridBlockSize[] concode_field_sep CUdeviceptr copyToDeviceMemory concode_elem_sep CUdeviceptr copyToDeviceMemory concode_elem_sep void fetchFromDevice concode_elem_sep CUdevice getBestDevice concode_elem_sep CUdevice getSmallest... |
void function ( BigDecimal arg0 ) { this . total = arg0 ; } | sets the value of the total property . concode_field_sep BigDecimal headerTotal concode_elem_sep BigDecimal linesDiscount concode_elem_sep BigDecimal charge concode_elem_sep List<Charge> chargeSummary concode_elem_sep BigDecimal headerDiscount concode_elem_sep BigDecimal discount concode_elem_sep BigDecimal tax concode... |
String function ( String arg0 , String arg1 ) { return H ( arg0 + "srini_string" + arg1 ) ; } | defined in rfc 2617 as kd secret , data = h concat secret , '' : '' , data . concode_field_sep char[] toHex concode_field_sep String toHexString concode_elem_sep String calculateResponse concode_elem_sep String H |
void function ( InputStream arg0 ) { DocumentBuilderFactory loc0 = DocumentBuilderFactory . newInstance ( ) ; loc0 . setNamespaceAware ( false ) ; DocumentBuilder loc1 = loc0 . newDocumentBuilder ( ) ; document = loc1 . parse ( arg0 ) ; parseDocument ( document ) ; } | creating dom object to parse the configuration xml concode_field_sep String defaultEnvironment concode_elem_sep File configFile concode_elem_sep Document document concode_elem_sep Map<String,Element> ENV_MAP concode_field_sep void parseDocument concode_elem_sep List<Configuration> getConfigurations concode_elem_sep Map... |
void function ( int arg0 ) { this . favorite = arg0 ; } | sets the favorite identifier concode_field_sep int favorite concode_field_sep int getFavorite |
PersistentFacesState function ( ) { return state ; } | gets the current instance of persistentfacesstate concode_field_sep DateFormat selectedFormat concode_elem_sep ArrayList checkedTimeZoneList concode_elem_sep DateFormat serverFormat concode_elem_sep int renderInterval concode_elem_sep ArrayList allTimeZoneList concode_elem_sep Hashtable checkboxStates concode_elem_sep ... |
void function ( byte [ ] arg0 ) { if ( arg0 == null ) { return ; } int loc0 = 0 ; int loc1 = arg0 . length - 1 ; byte loc2 ; while ( loc1 > loc0 ) { loc2 = arg0 [ loc1 ] ; arg0 [ loc1 ] = arg0 [ loc0 ] ; arg0 [ loc0 ] = loc2 ; loc1 -- ; loc0 ++ ; } } | reverses the order of given array concode_field_sep int ALIGNED_OFFSET concode_elem_sep int UNDEFINED concode_elem_sep int VERBATIM concode_elem_sep int UNCOMPRESSED concode_field_sep int indexOfResetTableBlock concode_elem_sep String getLanguage concode_elem_sep byte[] copyOfRange concode_elem_sep int getWindowSize co... |
FuncN < R > function ( final Func3 < ? super T0 , ? super T1 , ? super T2 , ? extends R > arg0 ) { return new FuncN < R > ( ) { @ SuppressWarnings ( "srini_string" ) @ Override public R call ( Object ... arg1 ) { if ( arg1 . length != 3 ) { throw new RuntimeException ( "srini_string" ) ; } return arg0 . call ( ( T0 ) a... | converts a func3 to a funcn to allow heterogeneous handling of functions with different arities . concode_field_sep PlaceHolder placeHolder concode_field_sep FuncN<Void> fromAction concode_elem_sep FuncN<Void> fromAction concode_elem_sep FuncN<Void> fromAction concode_elem_sep FuncN<Void> fromAction |
Color function ( ) { return color ; } | get the color of this plot . concode_field_sep DataLine dataLine concode_elem_sep Color color concode_elem_sep String legend concode_elem_sep Data pointSizes concode_elem_sep Data yData concode_elem_sep List<MarkedPoints> markedPointsList concode_elem_sep Priority priority concode_elem_sep List<Marker> markers concode_... |
JAXBContext function ( ) { if ( NOMEN_JAXB == null ) { NOMEN_JAXB = JAXBContext . newInstance ( Nomenclatures . class ) ; } return NOMEN_JAXB ; } | gets the cached thread safe jaxb context . concode_field_sep Logger LOG concode_elem_sep String restUrl concode_elem_sep Client httpClient concode_elem_sep JAXBContext NOMEN_JAXB concode_elem_sep String soapUrl concode_elem_sep String passwd concode_elem_sep DatatypeFactory xmlTypeFactory concode_elem_sep SIPSubmission... |
Builder function ( Boolean arg0 ) { properties . put ( Marshaller . JAXB_FORMATTED_OUTPUT , arg0 ) ; return this ; } | sets the jaxb.formatted.output property of any marshaller created by this factory . concode_field_sep ConcurrentHashMap<Class,JAXBContext> jaxbContexts concode_elem_sep Map<String,Object> properties concode_elem_sep Map<String,Object> properties concode_field_sep Builder withMarshallerNoNamespaceSchemaLocation concode_... |
void function ( SearchParticipant arg0 ) { } | intermediate notification sent when the given participant is finished contributing . the default implementation of this method does nothing . subclasses may override . concode_field_sep PlaceHolder placeHolder concode_field_sep void enterParticipant concode_elem_sep void acceptSearchMatch concode_elem_sep void beginRep... |
ITimedStatemachine function ( ) { return statemachine ; } | returns the state machine reference of the event . concode_field_sep boolean periodic concode_elem_sep int index concode_elem_sep ITimedStatemachine statemachine concode_field_sep boolean isPeriodic concode_elem_sep int getIndex concode_elem_sep void setStatemachine |
void function ( String arg0 ) { this . id = arg0 ; } | sets the value of the id property . concode_field_sep Object parent concode_elem_sep String id concode_elem_sep String solutionID concode_field_sep void setSolutionID concode_elem_sep Object getParent concode_elem_sep void afterUnmarshal concode_elem_sep String getId concode_elem_sep String getSolutionID concode_elem_s... |
void function ( Unmarshaller arg0 , Object arg1 ) { setParent ( arg1 ) ; } | this method is invoked by the jaxb implementation on each instance when unmarshalling completes . concode_field_sep String val concode_elem_sep Object parent concode_field_sep Object getParent concode_elem_sep String getVal concode_elem_sep void setParent concode_elem_sep void setVal |
RequestedContentTypeResolverBuilder function ( String arg0 ) { Assert . notNull ( arg0 , "srini_string" ) ; this . parameterName = arg0 ; return this ; } | set the query parameter name to use when #favorparameter is on.the default parameter name is `` format '' . concode_field_sep boolean favorParameter concode_elem_sep Boolean useJaf concode_elem_sep String parameterName concode_elem_sep RequestedContentTypeResolver contentTypeResolver concode_elem_sep boolean favorPathE... |
void function ( ) { initPath ( ) ; openThriftReader ( ) ; } | the method initializes the dictionary sort index file path and initialize and opens the thrift reader for dictionary sortindex file . concode_field_sep String carbonStorePath concode_elem_sep CarbonTableIdentifier carbonTableIdentifier concode_elem_sep String sortIndexFilePath concode_elem_sep ColumnIdentifier columnId... |
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getActivities ( ) != null ) loc0 . append ( "srini_string" + getActivities ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; } | returns a string representation of this object ; useful for testing and debugging . concode_field_sep com.amazonaws.internal.SdkInternalList<Activity> activities concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep java.util.List<Activity> getActivities concode_elem_sep ExitStandbyResult with... |
JSONWriter function ( Object arg0 ) { return this . append ( JSONObject . valueToString ( arg0 ) ) ; } | append an object value . concode_field_sep char mode concode_elem_sep boolean comma concode_elem_sep int top concode_elem_sep int maxdepth concode_elem_sep Writer writer concode_elem_sep JSONObject stack[] concode_field_sep void pop concode_elem_sep JSONWriter array concode_elem_sep JSONWriter end concode_elem_sep JSON... |
int function ( ) { try { return inStream . read ( ) ; } catch ( IOException loc0 ) { loc0 . printStackTrace ( ) ; return - 1 ; } } | gets the next character of the inputstream . concode_field_sep int a concode_elem_sep char c concode_elem_sep BufferedReader inStream concode_elem_sep PrintWriter outStream concode_field_sep int getChar concode_elem_sep void displayln concode_elem_sep void display concode_elem_sep void closeIO concode_elem_sep void set... |
void function ( URI arg0 , Proxy arg1 ) { this . hasNextProxy = true ; if ( arg1 != null ) { this . userSpecifiedProxy = arg1 ; } else { List < Proxy > loc0 = proxySelector . select ( arg0 ) ; if ( loc0 != null ) { this . proxySelectorProxies = loc0 . iterator ( ) ; } } } | resets #nextproxy to the first option . concode_field_sep int nextSocketAddressIndex concode_elem_sep List<Route> postponedRoutes concode_elem_sep int TLS_MODE_MODERN concode_elem_sep Address address concode_elem_sep Iterator<Proxy> proxySelectorProxies concode_elem_sep ConnectionPool pool concode_elem_sep Dns dns conc... |
void function ( JSONArray 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... |
Long function ( ) { return oid ; } | gets the value of the oid property . concode_field_sep String attributeName concode_elem_sep Long oid concode_elem_sep Long tid concode_field_sep Long getTid concode_elem_sep void setAttributeName concode_elem_sep void setOid concode_elem_sep String getAttributeName concode_elem_sep void setTid |
void function ( LexicalAnalyzer arg0 ) { this . oLexer = arg0 ; } | allows setting a new lexer for scanning . concode_field_sep TransitionTable oTT concode_elem_sep SymbolTable soSymTab concode_elem_sep LexicalAnalyzer oLexer concode_elem_sep Stack<GrammarElement> oStack concode_elem_sep Stack<Token> oBracketStack concode_elem_sep boolean bErrorsPresent concode_elem_sep GrammarCompiler... |
Date function ( ) { return fromDate ; } | getter for start date . concode_field_sep Date fromDate concode_elem_sep String selectedCurrency concode_elem_sep Date toDate concode_elem_sep Logger logger concode_elem_sep Currency currency concode_elem_sep long serialVersionUID concode_elem_sep Map<Date,Map<String,Double>> currencies concode_field_sep void setToDate... |
void function ( float arg0 ) { mChartValuesTextSize = arg0 ; } | sets the chart values text size . concode_field_sep boolean mGradientEnabled concode_elem_sep float mChartValuesTextSize concode_elem_sep BasicStroke mStroke concode_elem_sep boolean mDisplayChartValues concode_elem_sep int mGradientStopColor concode_elem_sep int mColor concode_elem_sep double mGradientStartValue conco... |
void function ( ) { RPCFileWriteResponse loc0 = new RPCFileWriteResponse ( TEMP_UFS_FILE_ID , OFFSET , LENGTH , STATUS ) ; assertValid ( loc0 ) ; } | tests the rpcblockreadresponse #validate method . concode_field_sep long OFFSET concode_elem_sep long TEMP_UFS_FILE_ID concode_elem_sep ByteBuf mBuffer concode_elem_sep long LENGTH concode_elem_sep ExpectedException mThrown concode_elem_sep RPCResponse.Status STATUS concode_field_sep void encodedLength concode_elem_sep... |
String function ( String arg0 ) { return new String ( Hex . encodeHex ( md5 ( arg0 ) ) ) ; } | calculates the md5 digest and returns the value as a 32 character hex string . concode_field_sep PlaceHolder placeHolder concode_field_sep MessageDigest getDigest concode_elem_sep MessageDigest getShaDigest concode_elem_sep String shaHex concode_elem_sep String shaHex concode_elem_sep byte[] sha concode_elem_sep byte[]... |
void function ( final Renderer arg0 ) { TextureManager . cleanExpiredTextures ( arg0 , null ) ; AbstractBufferData . cleanExpiredVBOs ( arg0 ) ; DisplayListDelegate . cleanExpiredDisplayLists ( arg0 ) ; } | handle detecting and scheduling cleanup of opengl assets . this method will place delete calls on the task queue of appropriate rendercontexts when an asset such as a texture is determined to no longer be reachable by java . concode_field_sep PlaceHolder placeHolder concode_field_sep void doFinalCleanup |
String function ( ) { return this . bounceType ; } | the reason for the bounce . you must provide either this parameter or recipientdsnfields . concode_field_sep String bounceType concode_elem_sep String recipient concode_elem_sep RecipientDsnFields recipientDsnFields concode_elem_sep String recipientArn concode_field_sep BouncedRecipientInfo withRecipientArn concode_ele... |
boolean function ( ) { switch ( this ) { case NO : case NULL : case NO_NULL : return false ; default : return true ; } } | does the recordreader need to include this set of records ? concode_field_sep PlaceHolder placeHolder concode_field_sep TruthValue or concode_elem_sep Builder in concode_elem_sep Builder lessThanEquals concode_elem_sep Builder nullSafeEquals concode_elem_sep Builder startAnd concode_elem_sep List<PredicateLeaf> getLeav... |
String function ( String arg0 ) { String loc0 = null ; if ( arg0 != null ) { Matcher loc1 = LINKPATTERN . loc1 ( arg0 ) ; if ( loc1 . matches ( ) ) { loc0 = loc1 . group ( 2 ) + loc1 . group ( 3 ) ; } else { loc0 = cleanupPreFormatted ( arg0 ) ; } } return loc0 ; } | removes result of wiki formatting for e.g. email addresses if needed . concode_field_sep Pattern IMAGEPATTERN concode_elem_sep Pattern PRE_FORMATTED_PATTERN concode_elem_sep Pattern LINKPATTERN concode_field_sep String getUrl concode_elem_sep String cleanupPreFormatted |
void function ( String arg0 ) { realLogger . logMessage ( arg0 , CONSOLE_MARK ) ; } | logs a message to the user . concode_field_sep ConsoleLogger DEV_NULL concode_elem_sep StringLogger realLogger concode_field_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void error concode_elem_sep void error concode_elem_sep void error |
T function ( ) { return body ; } | the deserialized response body of a @linkplain #issuccessful successful response . concode_field_sep okhttp3.Response rawResponse concode_elem_sep ResponseBody errorBody concode_elem_sep T body concode_field_sep Headers headers concode_elem_sep int code concode_elem_sep boolean isSuccessful concode_elem_sep Response<T>... |
int function ( ) { return ( int ) Math . round ( MathUtils . median ( DPs ) ) ; } | get the median dp observed within this band if there are an even number of dps recorded in this band the median is the mean of the two middle values concode_field_sep Allele ref concode_elem_sep int maxGQ concode_elem_sep int[] minPLs concode_elem_sep VariantContext startingVC concode_elem_sep int end concode_elem_sep ... |
int function ( ) { return this . sessionTimeout ; } | return the session timeout in seconds . concode_field_sep boolean persistSession concode_elem_sep InetAddress address concode_elem_sep String contextPath concode_elem_sep String displayName concode_elem_sep MimeMappings mimeMappings concode_elem_sep int port concode_elem_sep Ssl ssl concode_elem_sep String serverHeader... |
void function ( ) { if ( camera != null ) { FlashlightManager . disableFlashlight ( ) ; camera . release ( ) ; camera = null ; } } | closes the camera driver if still in use . concode_field_sep AutoFocusCallback autoFocusCallback concode_elem_sep int MAX_FRAME_HEIGHT concode_elem_sep String TAG concode_elem_sep CameraManager cameraManager concode_elem_sep CameraConfigurationManager configManager concode_elem_sep PreviewCallback previewCallback conco... |
RubyClass function ( String arg0 , RubyClass arg1 ) { IRubyObject loc0 = get ( arg0 ) ; if ( loc0 == null || loc0 . isNil ( ) ) return arg1 ; return ( RubyClass ) loc0 ; } | reads the setting from the options hash . if it is nil or undefined , returns the default value given . if not , ensures it is a rubyclass instance and shares the same allocator as the default value i.e. for the basic types which have their specific allocators , this ensures the passed value is a subclass of them . con... |
Function < TransitiveInfoCollection , Runfiles > function ( boolean arg0 ) { return arg0 ? STATIC_RUNFILES : SHARED_RUNFILES ; } | returns a function that gets the c++ runfiles from a transitiveinfocollection orthe empty runfiles instance if it does not contain that provider . concode_field_sep Runfiles sharedRunfiles concode_elem_sep Function<TransitiveInfoCollection,Runfiles> STATIC_RUNFILES concode_elem_sep Runfiles staticRunfiles concode_elem_... |
String function ( ) { return systemId ; } | returns the base uri to use as the context for resolving entities . concode_field_sep Node node concode_elem_sep String systemId concode_elem_sep String FEATURE concode_field_sep void setSystemId concode_elem_sep void setNode concode_elem_sep Node getNode |
boolean function ( ) { return all ( ) . remove ( this ) ; } | unregisters this annotator , so that hudson stops using this object . concode_field_sep CopyOnWriteList<ChangeLogAnnotator> annotators concode_field_sep ExtensionList<ChangeLogAnnotator> all concode_elem_sep void annotate concode_elem_sep void annotate concode_elem_sep void register |
List < String > function ( ) { if ( this . secureSocketProtocol == null ) { this . secureSocketProtocol = new ArrayList < String > ( ) ; } return this . secureSocketProtocol ; } | returns a live reference to the list of secure socket protocol names . concode_field_sep List<String> secureSocketProtocol concode_field_sep placeholderType placeHolder |
QueryManagerSynchronous < QUERY_TYPE , META_QUERY , QUEUE_CONTEXT , RESULT > function ( QueryExecutor < QUERY_TYPE , META_QUERY , QUEUE_CONTEXT , RESULT > arg0 ) { return new QueryManagerSynchronous < QUERY_TYPE , META_QUERY , QUEUE_CONTEXT , RESULT > ( arg0 ) ; } | creates a new instance of a querymanagersynchronous . concode_field_sep QueryExecutor<QUERY_TYPE,META_QUERY,QUEUE_CONTEXT,RESULT> queryExecutor concode_elem_sep QueueManager<QUERY_TYPE,META_QUERY,QUEUE_CONTEXT> queryQueueManager concode_field_sep boolean enqueue concode_elem_sep void beginWindow concode_elem_sep RESULT... |
String function ( final String arg0 ) { if ( TextUtils . isEmpty ( arg0 ) ) return arg0 ; int loc0 = arg0 . lastIndexOf ( '/' ) ; if ( loc0 != - 1 && loc0 + 1 < arg0 . length ( ) ) return arg0 . substring ( loc0 + 1 ) ; else return arg0 ; } | get file name for path concode_field_sep int LENGTH concode_elem_sep NumberFormat FORMAT concode_field_sep String abbreviate concode_elem_sep String abbreviate concode_elem_sep String abbreviate concode_elem_sep Date getAuthorDate concode_elem_sep String getCommentCount concode_elem_sep String getAuthor concode_elem_se... |
void function ( View arg0 , View arg1 ) { int [ ] loc0 = new int [ 2 ] ; arg0 . getLocationOnScreen ( loc0 ) ; int loc1 = loc0 [ 1 ] + arg0 . getMeasuredHeight ( ) ; arg1 . getLocationOnScreen ( loc0 ) ; int loc2 = loc0 [ 1 ] + arg1 . getMeasuredHeight ( ) ; assertEquals ( "srini_string" , loc1 , loc2 ) ; } | assert that two views are bottom aligned , that is that their bottom edges are on the same y location . concode_field_sep PlaceHolder placeHolder concode_field_sep void assertHorizontalCenterAligned concode_elem_sep void assertBaselineAligned concode_elem_sep void assertGroupNotContains concode_elem_sep void assertHasS... |
Item function ( String arg0 ) { Item loc0 = null ; loc0 = new Item ( arg0 ) ; World . items . add ( loc0 ) ; return loc0 ; } | this method creates a new item in the world concode_field_sep AuctionHouse auctionHouse concode_elem_sep ArrayList<Item> items concode_elem_sep boolean SYSTEM_MESSAGES concode_elem_sep ArrayList<User> users concode_field_sep Integer getNextUserId concode_elem_sep void mail concode_elem_sep Integer getNextItemId concode... |
int function ( GlobalVariable arg0 ) { for ( int loc0 = 0 ; loc0 < this . variableCount ; loc0 ++ ) { if ( arg0 . equals ( this . variables [ loc0 ] ) ) { return loc0 ; } } return - 1 ; } | returns the index of the given variable . returns -1 if not found . concode_field_sep GlobalVariable[] variables concode_elem_sep ClassFile[] classFiles concode_elem_sep int variableCount concode_elem_sep char[] className concode_elem_sep char[] packageName concode_field_sep GlobalVariable varNamed |
void function ( ) { if ( null != intervalTimer ) { intervalTimer . cancel ( ) ; } intervalTimer = new Timer ( true ) ; intervalTimer . schedule ( renderTask , 0 , POLLING_INTERVAL ) ; } | starts our interval timer task . intended to keep running until this application scoped bean is shutdown by the server . concode_field_sep String INTERVAL_RENDER_GROUP concode_elem_sep int POLLING_INTERVAL concode_elem_sep Logger log concode_elem_sep TimerTask renderTask concode_elem_sep Timer intervalTimer concode_fie... |
void function ( ) { IWorkbenchWindow loc0 = getActiveWorkbenchWindow ( ) ; if ( loc0 != null ) runEventQueue ( loc0 . getShell ( ) ) ; } | runs the event queue on the current display until it is empty . concode_field_sep String TEXT_EDITOR_ID concode_elem_sep String INTRO_VIEW_ID concode_elem_sep String JAVA_PERSPECTIVE_ID concode_elem_sep String OUTLINE_VIEW_ID concode_elem_sep String NAVIGATOR_VIEW_ID concode_elem_sep String PACKAGE_EXPLORER_VIEW_ID con... |
void function ( String arg0 ) { try { conDetails . put ( ID , arg0 ) ; } catch ( JSONException loc0 ) { ExceptionHandler . process ( loc0 ) ; } } | sets the id . concode_field_sep String NAME concode_elem_sep String FIELDS_SEPARATOR concode_elem_sep String WORKSPACE concode_elem_sep String DYN_FIELDS_SEPARATOR concode_elem_sep String DYNAMICFIELDS concode_elem_sep Map<String,String> dynamicFields concode_elem_sep String DESCRIPTION concode_elem_sep JSONObject conD... |
byte [ ] function ( char [ ] arg0 ) { return decode ( arg0 , 0 , arg0 . length ) ; } | decodes a byte array from base64 format . no blanks or line breaks are allowed within the base64 encoded input data . concode_field_sep char[] map1 concode_elem_sep String systemLineSeparator concode_elem_sep byte[] map2 concode_field_sep char[] encode concode_elem_sep char[] encode concode_elem_sep char[] encode conco... |
void function ( String arg0 , int arg1 ) { try { getSqlMapClient ( ) . delete ( arg0 , arg1 ) ; } catch ( Exception loc0 ) { throw new RuntimeException ( "srini_string" , loc0 ) ; } } | deletes object concode_field_sep String SQL_MAP_LOCATION concode_elem_sep SqlMapClient client concode_field_sep String getSqlMapLocation concode_elem_sep List<E> findAllWMS concode_elem_sep boolean endSession concode_elem_sep List<E> queryForList concode_elem_sep List<F> queryForList concode_elem_sep Object queryForRaw... |
List < E > function ( ) { return getSource ( ) . subList ( getFirstElementOnPage ( ) , getLastElementOnPage ( ) + 1 ) ; } | return a sub-list representing the current page . concode_field_sep Date refreshDate concode_elem_sep int page concode_elem_sep SortDefinition sortUsed concode_elem_sep int DEFAULT_MAX_LINKED_PAGES concode_elem_sep List<E> source concode_elem_sep SortDefinition sort concode_elem_sep int maxLinkedPages concode_elem_sep ... |
Dimension function ( ) { return new Dimension ( ( int ) width , ( int ) height ) ; } | converts this object to a java.awt.geom.dimension2d.dimension . the floating point accuracy of the width and height are lost when converted to int . concode_field_sep float width concode_elem_sep float height concode_field_sep float getHeight concode_elem_sep void set concode_elem_sep void set concode_elem_sep String t... |
void function ( CTOnOff arg0 ) { this . smallFrac = arg0 ; } | sets the value of the smallfrac property . concode_field_sep CTTwipsMeasure intraSp concode_elem_sep CTTwipsMeasure wrapIndent concode_elem_sep Object parent concode_elem_sep CTLimLoc naryLim concode_elem_sep CTOnOff dispDef concode_elem_sep CTTwipsMeasure lMargin concode_elem_sep CTOnOff smallFrac concode_elem_sep CTT... |
String function ( ) { return encode ( new StringBuffer ( ) ) . toString ( ) ; } | encode the list in semicolon separated form . concode_field_sep long serialVersionUID concode_elem_sep Map<String,NameValue> hmap concode_elem_sep String separator concode_field_sep NameValue getNameValue concode_elem_sep Collection<NameValue> values concode_elem_sep Iterator<String> getNames concode_elem_sep boolean d... |
void function ( boolean arg0 ) { this . selectAll = arg0 ; } | sets select all . concode_field_sep String totalBibRecordsCount concode_elem_sep boolean showResults concode_elem_sep Integer totalPageCount concode_elem_sep boolean selectAll concode_elem_sep String fieldName concode_elem_sep List<String> availability concode_elem_sep String totalItemRecordsCount concode_elem_sep List... |
Name function ( String arg0 , int arg1 ) { byte [ ] loc0 = Address . toByteArray ( arg0 , arg1 ) ; if ( loc0 == null ) throw new UnknownHostException ( "srini_string" ) ; return fromAddress ( loc0 ) ; } | creates a reverse map name corresponding to an address contained in a string . concode_field_sep Name inaddr6 concode_elem_sep Name inaddr4 concode_field_sep placeholderType placeHolder |
void function ( boolean arg0 ) { } | notify the invocation mechanism that the install of the url provided by #geturltoinstall succeeded or failed . concode_field_sep String implClass concode_elem_sep CHManager manager concode_field_sep void preInstall concode_elem_sep CHManager getManager concode_elem_sep void init concode_elem_sep void uninstall concode_... |
int function ( ) { return in_dim ; } | returns 1 if the volume is real and 2 if it is complex concode_field_sep int MAX_DIM concode_elem_sep int[] size concode_elem_sep boolean DEBUG_FLAG concode_elem_sep float[][][] data concode_elem_sep int in_dim concode_elem_sep float[] spacing concode_elem_sep int dimensions concode_field_sep void destroy concode_elem_... |
void function ( BluetoothGatt arg0 , BluetoothGattCharacteristic arg1 ) { } | callback triggered as a result of a remote characteristic notification . concode_field_sep PlaceHolder placeHolder concode_field_sep void onCharacteristicRead concode_elem_sep void onDescriptorWrite concode_elem_sep void onCharacteristicWrite concode_elem_sep void onDescriptorRead concode_elem_sep void onMtuChanged con... |
void function ( Object arg0 ) { this . value = arg0 ; } | sets the value of the value property . concode_field_sep FxSurfaceFaceEnum face concode_elem_sep Long mip concode_elem_sep Long slice concode_elem_sep Object value concode_field_sep void setMip concode_elem_sep Object getValue concode_elem_sep void setSlice concode_elem_sep void setFace concode_elem_sep long getMip con... |
ConfigDescriptionParameterBuilder function ( String arg0 ) { this . label = arg0 ; return this ; } | set the label of the configuration parameter concode_field_sep List<FilterCriteria> filterCriteria concode_elem_sep BigDecimal max concode_elem_sep Boolean advanced concode_elem_sep String defaultValue concode_elem_sep Integer multipleLimit concode_elem_sep String pattern concode_elem_sep Boolean multiple concode_elem_... |
String function ( File arg0 , File arg1 ) { File loc0 ; List loc1 ; List loc2 ; String loc3 ; loc1 = getPathList ( arg0 ) ; loc2 = getPathList ( arg1 ) ; loc3 = matchPathLists ( loc1 , loc2 ) ; return loc3 ; } | get relative path of file ` f ' with respect to ` home ' directory example : home = / a/b/c f = / a/d/e/x.txt s = getrelativepath home , f = . . / . . / d/e/x . txt concode_field_sep PlaceHolder placeHolder concode_field_sep void copyFile concode_elem_sep String matchPathLists concode_elem_sep String getExtension conco... |
IpAddress function ( ) { try { return new IpAddress ( java . net . InetAddress . getLocalHost ( ) ) ; } catch ( java . net . UnknownHostException loc0 ) { return new IpAddress ( "srini_string" ) ; } } | detects the default ip address of this host . concode_field_sep String address concode_elem_sep InetAddress inet_address concode_field_sep InetAddress getInetAddress concode_elem_sep void init concode_elem_sep boolean equals concode_elem_sep Object clone concode_elem_sep IpAddress getByName concode_elem_sep String toSt... |
String function ( ) { return ownerId ; } | the aws account id of the cache security group owner . concode_field_sep String description concode_elem_sep com.amazonaws.internal.ListWithAutoConstructFlag<EC2SecurityGroup> eC2SecurityGroups concode_elem_sep String ownerId concode_elem_sep String cacheSecurityGroupName concode_field_sep CacheSecurityGroup withCacheS... |
void function ( Rectangle arg0 ) { float loc0 = Math . min ( x , arg0 . x ) ; float loc1 = Math . max ( x + width , arg0 . x + arg0 . width ) ; x = loc0 ; width = loc1 - loc0 ; float loc2 = Math . min ( y , arg0 . y ) ; float loc3 = Math . max ( y + height , arg0 . y + arg0 . height ) ; y = loc2 ; height = loc3 - loc2 ... | merges this rectangle with the other rectangle . concode_field_sep float x concode_elem_sep float width concode_elem_sep float y concode_elem_sep long serialVersionUID concode_elem_sep float height concode_field_sep void setY concode_elem_sep float getX concode_elem_sep float getHeight concode_elem_sep boolean contains... |
void function ( StaplerRequest arg0 , StaplerResponse arg1 ) { arg1 . setStatus ( HttpServletResponse . SC_OK ) ; InputStream loc0 = arg0 . getInputStream ( ) ; if ( DIY_CHUNKING ) loc0 = new ChunkedInputStream ( loc0 ) ; upload = loc0 ; notify ( ) ; while ( ! completed ) wait ( ) ; } | this is where we receive inputs from the client . concode_field_sep long CONNECTION_TIMEOUT concode_elem_sep boolean DIY_CHUNKING concode_elem_sep InputStream upload concode_elem_sep boolean restricted concode_elem_sep Channel channel concode_elem_sep boolean completed concode_elem_sep UUID uuid concode_elem_sep Logger... |
boolean function ( ) { return this . notified ; } | returns the flag that indicates whether or not a change event has been received . concode_field_sep boolean notified concode_field_sep void setNotified concode_elem_sep void rendererChanged |
String function ( ) { return productId ; } | gets the value of the productid property . concode_field_sep String productId concode_field_sep void setProductId |
int function ( ) { return diffPartCounter ; } | returns the number of diff parts . concode_field_sep long encodedSQLSize concode_elem_sep String articleName concode_elem_sep int diffPartCounter concode_elem_sep int readRevisionCounter concode_elem_sep long processingTimeDiff concode_elem_sep int articleId concode_elem_sep long enteringTime concode_elem_sep long exit... |
boolean function ( State arg0 ) { switch ( arg0 ) { case main_region_A : return stateVector [ 0 ] == State . main_region_A ; case main_region_B : return stateVector [ 0 ] == State . main_region_B ; default : return false ; } } | returns true if the given state is currently active otherwise false . concode_field_sep boolean e concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep boolean guard concode_elem_sep int nextStateIndex concode_elem_sep boolean done concode_elem_sep State[] stateVector concode_field_sep void init concode_elem_se... |
InetAddress function ( byte [ ] arg0 ) { try { return InetAddress . getByAddress ( arg0 ) ; } catch ( UnknownHostException loc0 ) { throw new AssertionError ( loc0 ) ; } } | convert a byte array into an inetaddress . inetaddress #getbyaddress is documented as throwing a checkedexception `` if ip address is of illegal length . '' we replace it with an unchecked exception , for use by callers who already know that addr is an array of length 4 or 16 . concode_field_sep int IPV6_PART_COUNT con... |
void function ( ) { sCInterface . clearEvents ( ) ; } | this method resets the incoming events time events included . concode_field_sep boolean ev concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep InternalOperationCallback operationCallback concode_elem_sep int nextStateIndex concode_elem_sep SCIInterface1Impl sCIInterface1 concode_elem_sep State[] stateVector c... |
void function ( BreakPointListener arg0 ) { breakPointListers . remove ( arg0 ) ; } | remove a break-point listener from the debug information . concode_field_sep List<BreakPointListener> breakPointListers concode_elem_sep boolean pausingOnBreakPoint concode_elem_sep Condition condition concode_elem_sep StepMeta stepMeta concode_elem_sep RowMetaInterface rowBufferMeta concode_elem_sep String XML_TAG con... |
void function ( ) { for ( int loc0 = 0 ; loc0 < numBuckets ; loc0 ++ ) { if ( buckets [ loc0 ] != null ) { buckets [ loc0 ] = new DList ( ) ; } } numEntry = 0 ; } | remove all entries from the dictionary . concode_field_sep int numEntry concode_elem_sep DList[] buckets concode_elem_sep int numBuckets concode_field_sep int size concode_elem_sep int collisions concode_elem_sep Entry find concode_elem_sep boolean isEmpty concode_elem_sep void resize concode_elem_sep Entry insert conc... |
void function ( VObjectListener arg0 ) { objectEventSupport_ . removeVObjectListener ( arg0 ) ; } | removes a vobjectlistener . concode_field_sep VObjectEventSupport objectEventSupport_ concode_elem_sep VSystemValue systemValue_ concode_elem_sep String copyright concode_elem_sep WorkingEventSupport workingEventSupport_ concode_elem_sep ErrorEventSupport errorEventSupport_ concode_elem_sep String modifyActionText_ con... |
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... |
String function ( ) { return mDestination ; } | returns the destination ip address set with #setdestination string . concode_field_sep int AUDIO_NONE concode_elem_sep int AUDIO_AAC concode_elem_sep boolean mFlash concode_elem_sep Session.Callback mCallback concode_elem_sep String TAG concode_elem_sep SessionBuilder sInstance concode_elem_sep int AUDIO_AMRNB concode_... |
void function ( ) { getPersistence ( ) . removeAll ( ) ; } | removes all the counters from the database . concode_field_sep CounterPersistence _persistence concode_field_sep int countAll concode_elem_sep void cacheResult concode_elem_sep void cacheResult concode_elem_sep List<Counter> findWithDynamicQuery concode_elem_sep List<Counter> findWithDynamicQuery concode_elem_sep List<... |
float function ( float arg0 ) { return TypedValue . applyDimension ( TypedValue . COMPLEX_UNIT_DIP , arg0 , DisplayMetricsHolder . getWindowDisplayMetrics ( ) ) ; } | convert from dip to px concode_field_sep PlaceHolder placeHolder concode_field_sep float toPixelFromSP concode_elem_sep float toPixelFromSP concode_elem_sep float toDIPFromPixel |
void function ( Integer arg0 ) { this . replyid = arg0 ; } | this method was generated by mybatis generator . this method sets the value of the database column evidence.replyid concode_field_sep String handlepic concode_elem_sep Integer topicid concode_elem_sep Date createtime concode_elem_sep Byte enable concode_elem_sep Integer evidenceid concode_elem_sep Integer replyid conco... |
Registry function ( Class < ? super T > arg0 , T arg1 ) { return builder ( ) . add ( arg0 , arg1 ) . build ( ) ; } | creates a single entry registry , using registrybuilder #add class , object . concode_field_sep PlaceHolder placeHolder concode_field_sep Iterable<? extends O> getAll concode_elem_sep Iterable<? extends O> getAll concode_elem_sep Optional<O> maybeGet concode_elem_sep Optional<O> maybeGet concode_elem_sep O get concode_... |
Object function ( String arg0 ) { return properties . get ( arg0 ) ; } | return a configured property . concode_field_sep long serialVersionUID concode_elem_sep HashMap<String,Object> properties concode_field_sep void setProperty concode_elem_sep String toString concode_elem_sep void removeProperty concode_elem_sep Iterator<String> listProperties |
boolean function ( int arg0 ) { if ( rule == WIND_NON_ZERO ) { return Crossing . isInsideNonZero ( arg0 ) ; } return Crossing . isInsideEvenOdd ( arg0 ) ; } | checks cross count according to path rule to define is it point inside shape or not . concode_field_sep int WIND_EVEN_ODD concode_elem_sep int BUFFER_SIZE concode_elem_sep byte[] types concode_elem_sep int pointIndex concode_elem_sep int typeIndex concode_elem_sep int WIND_NON_ZERO concode_elem_sep int rule concode_ele... |
void function ( ) { Integer [ ] loc0 = { 0 , 1 , 2 , 3 , 4 } ; Observable . from ( loc0 ) . buffer ( 3 ) . subscribe ( list -> System . out . println ( "srini_string" + list . size ( ) ) ) ; } | in this example we use buffer count which will buffer items until it will take the count number set or end of items . shall print group size :3 group size :2 concode_field_sep PlaceHolder placeHolder concode_field_sep void bufferTimeStampObservable concode_elem_sep void stringBuffer |
String function ( ) { return circle ; } | getter method concode_field_sep Integer customerType concode_elem_sep Integer callSource concode_elem_sep Date endDate concode_elem_sep Integer caseStatus concode_elem_sep long serialVersionUID concode_elem_sep Integer subCategoryId concode_elem_sep String circleID concode_elem_sep String circle concode_elem_sep Date s... |
List < String > function ( ) { return includes ; } | gets the ant-style include patterns for the messages.properties file that should be used . concode_field_sep List<String> excludes concode_elem_sep String viewvcUrl concode_elem_sep String tag concode_elem_sep ScmType type concode_elem_sep List<String> includes concode_elem_sep Notification notification concode_elem_se... |
void function ( HttpSessionEvent arg0 ) { log ( "srini_string" + arg0 . getSession ( ) . getId ( ) + "srini_string" ) ; } | record the fact that a session has been created . concode_field_sep ServletContext context concode_field_sep void sessionDestroyed concode_elem_sep void log concode_elem_sep void contextInitialized concode_elem_sep void attributeReplaced concode_elem_sep void contextDestroyed concode_elem_sep void attributeAdded concod... |
String function ( ) { return actuate ; } | gets the value of the actuate property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep DQTopologicalConsistencyType dqTopologicalConsistency concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep... |
int function ( int arg0 ) { int loc0 = 1 << CURRENT_CWND ; return ( loc0 & set ) != 0 ? values [ CURRENT_CWND ] : arg0 ; } | spdy/3 only . concode_field_sep int FLAG_CLEAR_PREVIOUSLY_PERSISTED_SETTINGS concode_elem_sep int DOWNLOAD_BANDWIDTH concode_elem_sep int HEADER_TABLE_SIZE concode_elem_sep int set concode_elem_sep int DEFAULT_INITIAL_WINDOW_SIZE concode_elem_sep int MAX_HEADER_LIST_SIZE concode_elem_sep int UPLOAD_BANDWIDTH concode_el... |
void function ( String arg0 ) { addInfoMessage ( null , arg0 ) ; } | add information message . concode_field_sep PlaceHolder placeHolder concode_field_sep String getRequestParameter concode_elem_sep Application getApplication concode_elem_sep Object getElValue concode_elem_sep ServletContext getServletContext concode_elem_sep Object getManagedBean concode_elem_sep String getJsfEl concod... |
float function ( Vec2 arg0 ) { return angle ( new Vec2 ( 1 , 0 ) , arg0 ) ; } | returns the clockwise angle of vector a , relative to the horizontal . concode_field_sep PlaceHolder placeHolder concode_field_sep BodyDef newBodyDef |
void function ( View arg0 , int arg1 , int arg2 ) { int loc0 [ ] = getAbsoluteLocationFromRelative ( arg0 , arg1 , arg2 ) ; int loc1 = loc0 [ 0 ] ; int loc2 = loc0 [ 1 ] ; singleClick ( loc1 , loc2 ) ; } | sends synchronously a single click to the view at the specified coordinates . concode_field_sep ActivityInstrumentationTestCase2 mActivityTestCase concode_field_sep void dispatchTouchEvent concode_elem_sep void dragStart concode_elem_sep void dragTo concode_elem_sep void dragEnd concode_elem_sep void singleClick concod... |
void function ( IProject arg0 , GeneratorEntry arg1 ) { GeneratorUtils . createEmptyProject ( arg0 ) ; } | the default implementation only creates a new default project . clients may override if they want to contribute generatorspecific project setup concode_field_sep String SCT_GENERATOR_CONSOLE concode_elem_sep IGeneratorBridge bridge concode_elem_sep MessageConsoleStream error concode_elem_sep Injector injector concode_e... |
void function ( GraphWriterRunnable arg0 ) { Future < ? > loc0 = executeReturningFuture ( arg0 ) ; loc0 . get ( ) ; } | this is another method to use to modify the graph from the updaters . it behaves like execute , but blocks until the runnable has been executed . this might be particularly useful in the setup method of an updater . concode_field_sep ThreadFactory threadFactory concode_elem_sep ScheduledExecutorService scheduler concod... |
List < String > function ( String arg0 , int arg1 ) { return search ( arg0 , Constants . INVALID , arg1 ) ; } | search . concode_field_sep Indexer indexer concode_field_sep void update concode_elem_sep void write concode_elem_sep void remove |
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getStreams ( ) != null ) loc0 . append ( "srini_string" + getStreams ( ) + "srini_string" ) ; if ( getLastEvaluatedStreamArn ( ) != null ) loc0 . append ( "srini_string" + getLastEvaluatedStreamArn ( ) ) ; loc0 . ... | returns a string representation of this object ; useful for testing and debugging . concode_field_sep String lastEvaluatedStreamArn concode_elem_sep java.util.List<Stream> streams concode_field_sep void setLastEvaluatedStreamArn concode_elem_sep void setStreams concode_elem_sep ListStreamsResult withStreams concode_ele... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.