idx int64 0 25k | question stringlengths 71 7.19k | target stringlengths 20 663 |
|---|---|---|
6,200 | return the node-id from the destnode concode_field_sep int destNodeID concode_elem_sep float linkBw concode_elem_sep int srcNodeID concode_elem_sep float linkDelay concode_field_sep int getSrcNodeID concode_elem_sep float getLinkBw concode_elem_sep float getLinkDelay | int function ( ) { return destNodeID ; } |
6,201 | method under test : getfile string filepath scenario : when file is not available expectation : file exists method will be false concode_field_sep String FILE_PATH concode_field_sep void testGetFileContentWhenFileIsAvailable concode_elem_sep void testGetFileWhenFileIsAvailable concode_elem_sep void setUp concode_elem_s... | void function ( ) { File loc0 = FileUtil . getFile ( FILE_PATH ) ; Assert . assertFalse ( loc0 . exists ( ) ) ; } |
6,202 | get the timezone used for formatting conversions concode_field_sep SimpleDateFormat simpleDateFormat concode_elem_sep Map<String,String> translate concode_field_sep String quote concode_elem_sep boolean translateCommand concode_elem_sep String format concode_elem_sep void setTimeZone concode_elem_sep String convertDate... | TimeZone function ( ) { return simpleDateFormat . getTimeZone ( ) ; } |
6,203 | gets the value of the commercetotalformatted property . concode_field_sep String quantity concode_elem_sep int lineItemId concode_elem_sep int orderId concode_elem_sep String lineItemTitle concode_elem_sep XMLGregorianCalendar created concode_elem_sep String type concode_elem_sep String commerceTotalFormatted concode_e... | String function ( ) { return commerceTotalFormatted ; } |
6,204 | evaluate the jsonpath and assert the value of the content found . concode_field_sep JsonPathExpectationsHelper jsonPathHelper concode_field_sep ResultMatcher doesNotExist concode_elem_sep ResultMatcher exists concode_elem_sep ResultMatcher isArray | ResultMatcher function ( final Object arg0 ) { return new ResultMatcher ( ) { @ Override public void match ( MvcResult arg1 ) throws Exception { jsonPathHelper . assertValue ( arg1 . getResponse ( ) . getContentAsString ( ) , arg0 ) ; } } ; } |
6,205 | method to tell the chat state to update everyone in the chat this method is normally called when a message is added to the log concode_field_sep String color concode_elem_sep String DEFAULT_NICK concode_elem_sep String buttonImage concode_elem_sep Log log concode_elem_sep boolean minimized concode_elem_sep String autoL... | void function ( ) { chatState . updateAll ( ) ; SessionRenderer . render ( "srini_string" ) ; } |
6,206 | add information message to a specific client . 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_... | void function ( String arg0 , String arg1 ) { FacesContext . getCurrentInstance ( ) . addMessage ( arg0 , new FacesMessage ( FacesMessage . SEVERITY_INFO , arg1 , arg1 ) ) ; } |
6,207 | remove all sessions from the store concode_field_sep io.vertx.ext.web.sstore.SessionStore delegate concode_field_sep Observable<Boolean> putObservable concode_elem_sep Observable<Session> getObservable concode_elem_sep void clear concode_elem_sep SessionStore newInstance concode_elem_sep Object getDelegate concode_elem... | Observable < Boolean > function ( ) { io . vertx . rx . java . ObservableFuture < Boolean > loc0 = io . vertx . rx . java . RxHelper . observableFuture ( ) ; clear ( loc0 . toHandler ( ) ) ; return loc0 ; } |
6,208 | get the typecode of the duplicatename . concode_field_sep DuplicateName value concode_field_sep void _read concode_elem_sep void _write | TypeCode function ( ) { return DuplicateNameHelper . type ( ) ; } |
6,209 | double value . concode_field_sep ArrayList<String> columns concode_elem_sep ArrayList<HashMap<String,String>> table concode_elem_sep ArrayList<String> dataTypes concode_field_sep void addColumn concode_elem_sep void addColumn concode_elem_sep int getRowCount concode_elem_sep int intValue concode_elem_sep Integer intVal... | Double function ( final int arg0 , final int arg1 ) { try { return Double . valueOf ( this . get ( arg0 , arg1 ) ) ; } catch ( NumberFormatException loc0 ) { return null ; } } |
6,210 | maximum precision for numeric types . returns null for non-numeric types . concode_field_sep TypeQualifiers typeQualifiers concode_elem_sep String typeName concode_elem_sep Type type concode_field_sep TypeQualifiers getTypeQualifiers concode_elem_sep TTypeDesc toTTypeDesc concode_elem_sep Type getType concode_elem_sep ... | Integer function ( ) { if ( this . type == Type . DECIMAL_TYPE ) { return typeQualifiers . getPrecision ( ) ; } return this . type . getMaxPrecision ( ) ; } |
6,211 | number of concurrent connections between two nodes for fetching data . concode_field_sep String SPARK_NETWORK_IO_NUMCONNECTIONSPERPEER_KEY concode_elem_sep String SPARK_NETWORK_IO_LAZYFD_KEY concode_elem_sep String SPARK_NETWORK_IO_SERVERTHREADS_KEY concode_elem_sep String module concode_elem_sep String SPARK_NETWORK_I... | int function ( ) { return conf . getInt ( SPARK_NETWORK_IO_NUMCONNECTIONSPERPEER_KEY , 1 ) ; } |
6,212 | sets the whiteboxpluginhost to which the plugin tool is tied . this is the class that the plugin will send all feedback messages , progress updates , and return objects . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep boolean amIActive conco... | void function ( WhiteboxPluginHost arg0 ) { myHost = arg0 ; } |
6,213 | this is a factory method for this compositekeydepth configuration . the factory method is a best practice for the case where the actual object construction is changed in the future . concode_field_sep int depth concode_elem_sep long serialVersionUID concode_elem_sep String PROPERTY_NAME concode_field_sep int getDepth c... | CompositeKeyDepthOption function ( int arg0 ) { return new CompositeKeyDepthOption ( arg0 ) ; } |
6,214 | sets the value of the amount property . concode_field_sep String preferenceType concode_elem_sep BigDecimal amount concode_elem_sep List<DistributionItem> item concode_elem_sep long serialVersionUID concode_elem_sep String designation concode_elem_sep String quoteID concode_field_sep String getDesignation concode_elem_... | void function ( BigDecimal arg0 ) { this . amount = arg0 ; } |
6,215 | setter for itemweight concode_field_sep EbayItemPaymentDetailsItemType ebayItemPaymentDetailsItem concode_elem_sep BasicAmountType amount concode_elem_sep EnhancedItemDataType enhancedItemData concode_elem_sep Integer quantity concode_elem_sep ItemCategoryType itemCategory concode_elem_sep MeasureType itemHeight concod... | void function ( MeasureType arg0 ) { this . itemWeight = arg0 ; } |
6,216 | returns the initial duration of the animation at speed = 1 in seconds . concode_field_sep float speed concode_elem_sep LoopMode loopMode concode_elem_sep boolean resuming concode_elem_sep List<CinematicEventListener> listeners concode_elem_sep float initialDuration concode_elem_sep PlayState playState concode_elem_sep ... | float function ( ) { return initialDuration ; } |
6,217 | set the step state to the suspend equivalent concode_field_sep RhinoDebuggerImpl debugger concode_elem_sep LinkedList frames concode_elem_sep Long contextId concode_elem_sep StackFrame stepFrame concode_elem_sep int STEP_IN concode_elem_sep Long threadId concode_elem_sep int STEP_CONTINUE concode_elem_sep int STEP_NEXT... | void function ( ) { stepState = STEP_IN | STEP_NEXT | STEP_OUT ; stepFrame = null ; } |
6,218 | the standard length of time for a wallet to unlock concode_field_sep int SETTINGS_ROW concode_elem_sep int CONTACTS_ROW concode_elem_sep Logger log concode_elem_sep int HELP_ROW concode_elem_sep int HISTORY_ROW concode_elem_sep int TOOLS_ROW concode_elem_sep int EXIT_ROW concode_elem_sep FrameFixture window concode_ele... | void function ( ) { Pause . pause ( 7 , TimeUnit . SECONDS ) ; } |
6,219 | create an instance of resourceadaptortypename concode_field_sep PlaceHolder placeHolder concode_field_sep ResourceAdaptorClass createResourceAdaptorClass concode_elem_sep ResourceAdaptorUsageParametersInterfaceName createResourceAdaptorUsageParametersInterfaceName concode_elem_sep ResourceAdaptorClassName createResourc... | ResourceAdaptorTypeName function ( ) { return new ResourceAdaptorTypeName ( ) ; } |
6,220 | returns the rotation anchor point . concode_field_sep float widthRatio concode_elem_sep TextBlockAnchor labelAnchor concode_elem_sep TextAnchor rotationAnchor concode_elem_sep double angle concode_elem_sep long serialVersionUID concode_elem_sep CategoryLabelWidthType widthType concode_elem_sep RectangleAnchor categoryA... | TextAnchor function ( ) { return this . rotationAnchor ; } |
6,221 | test if given index is bound to a variable . this method performs an index check . concode_field_sep ValueExpression[] NO_VARIABLES concode_elem_sep ValueExpression[] variables concode_elem_sep Method method concode_elem_sep Method[] functions concode_elem_sep TypeConverter converter concode_elem_sep Method[] NO_FUNCTI... | boolean function ( int arg0 ) { return arg0 >= 0 && arg0 < variables . length && variables [ arg0 ] != null ; } |
6,222 | return the current database system version . concode_field_sep String BUFFER_VERSION_FILE concode_elem_sep String DB_VERSION_FILE concode_elem_sep String VERSION_FILE_NAME concode_field_sep void logDebugMessage concode_elem_sep int getBufferSystemVersion concode_elem_sep void run concode_elem_sep String getServerInstal... | int function ( ) { if ( FileSystem . hasFile ( DB_VERSION_FILE ) ) { return FileSystem . map ( DB_VERSION_FILE , MapMode . READ_ONLY , 0 , 4 ) . getInt ( ) ; } else { return 0 ; } } |
6,223 | sets the total number of characters to receive in the history . concode_field_sep String ELEMENT concode_elem_sep String password concode_elem_sep int seconds concode_elem_sep String NAMESPACE concode_elem_sep int maxStanzas concode_elem_sep String ELEMENT concode_elem_sep int maxChars concode_elem_sep History history ... | void function ( int arg0 ) { this . maxChars = arg0 ; } |
6,224 | an entry point for initialization . order of service setup . constructor , initialize , start - when starting a service . concode_field_sep ContainerLauncherContext containerLauncherContext concode_field_sep void launchContainer concode_elem_sep void stopContainer concode_elem_sep void start concode_elem_sep ContainerL... | void function ( ) { } |
6,225 | gets the value of the start property . concode_field_sep String elevation concode_elem_sep String mod concode_elem_sep String dimensionality concode_elem_sep BigInteger start concode_elem_sep String dcl concode_elem_sep String type concode_elem_sep String gquant concode_elem_sep String form concode_elem_sep String latL... | BigInteger function ( ) { return start ; } |
6,226 | sets the value of the id property . concode_field_sep String typ concode_elem_sep String id concode_field_sep String getID concode_elem_sep void setTyp concode_elem_sep String getTyp | void function ( String arg0 ) { this . id = arg0 ; } |
6,227 | returns a new builder for an immutable range map . concode_field_sep ImmutableRangeMap EMPTY concode_elem_sep ImmutableList<Range<K>> ranges concode_elem_sep ImmutableList<V> values concode_elem_sep RangeMap<K,V> rangeMap concode_elem_sep RangeSet<K> keyRanges concode_field_sep ImmutableMap<Range<K>,V> asMapOfRanges co... | Builder < K , V > function ( ) { return new Builder < K , V > ( ) ; } |
6,228 | retrieves the compiledstatement object having the specified compiled statement identifier , or null if the compiledstatement object has been invalidated . concode_field_sep Database database concode_elem_sep IntValueHashMap sqlMap concode_elem_sep IntKeyHashMap sessionMap concode_elem_sep IntKeyHashMap sqlLookup concod... | CompiledStatement function ( int arg0 ) { return ( CompiledStatement ) csidMap . get ( arg0 ) ; } |
6,229 | get smartwatch 2 screen height . concode_field_sep int SMARTEYEGLASS_MIN_CONTROL_API_LEVEL concode_elem_sep int smartConnectLevel concode_elem_sep int SMARTWATCH_2_API_LEVEL concode_elem_sep String[] API_2_KEYS concode_field_sep int getSmartConnectVersion concode_elem_sep boolean isSmartEyeglassScreenSupported concode_... | int function ( Context arg0 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } return arg0 . getResources ( ) . getDimensionPixelSize ( R . dimen . smart_watch_2_control_height ) ; } |
6,230 | create the service name for a stream server concode_field_sep ServiceName REMOTING_BASE concode_elem_sep ServiceName SUBSYSTEM_ENDPOINT concode_elem_sep ServiceName CONNECTOR_BASE concode_elem_sep ServiceName SERVER_BASE concode_field_sep void installConnectorServicesForNetworkInterfaceBinding concode_elem_sep void ins... | ServiceName function ( final String arg0 ) { return SERVER_BASE . append ( arg0 ) ; } |
6,231 | set this polygon to be colour `` c '' . concode_field_sep int numberOfSides concode_elem_sep int lengthOfSide concode_elem_sep boolean visible concode_elem_sep Polygon polygon concode_elem_sep Color color concode_field_sep void setVisible concode_elem_sep int getLengthOfSide concode_elem_sep void setPenState concode_el... | void function ( Color arg0 ) { this . color = arg0 ; } |
6,232 | this method is invoked by the jaxb implementation on each instance when unmarshalling completes . concode_field_sep Object parent concode_elem_sep List<CTGradientStop> stop concode_elem_sep Double top concode_elem_sep Double left concode_elem_sep Double bottom concode_elem_sep Double degree concode_elem_sep Double righ... | void function ( Unmarshaller arg0 , Object arg1 ) { setParent ( arg1 ) ; } |
6,233 | if the head is empty , then the list is empty . this method returns true if the list is empty . if the list is not empty , it returns false . concode_field_sep Node head concode_elem_sep int size concode_field_sep void printSortedList concode_elem_sep void printBinaryTree concode_elem_sep int getSize concode_elem_sep v... | boolean function ( ) { return ( head == null ) ; } |
6,234 | gets the value of the customertype property . concode_field_sep String lastVerifiedDate concode_elem_sep String customerType concode_elem_sep String otherPhoneExt concode_elem_sep String contactPhoneNum concode_elem_sep long serialVersionUID concode_elem_sep String contactFaxNum concode_elem_sep String contactPhoneExt ... | String function ( ) { return customerType ; } |
6,235 | gets the mode for the x-frame-options header value . for example , deny , sameorigin , allow-from . can not be null . concode_field_sep String XFRAME_OPTIONS_HEADER concode_elem_sep String mode concode_elem_sep XFrameOptionsMode frameOptionsMode concode_elem_sep AllowFromStrategy allowFromStrategy concode_field_sep voi... | String function ( ) { return mode ; } |
6,236 | puts a byte and a short into this byte vector . the byte vector is automatically enlarged if necessary . concode_field_sep byte[] data concode_elem_sep int length concode_field_sep ByteVector putByte concode_elem_sep ByteVector putInt concode_elem_sep void enlarge concode_elem_sep ByteVector putUTF8 concode_elem_sep By... | ByteVector function ( final int arg0 , final int arg1 ) { int loc0 = this . length ; if ( loc0 + 3 > loc1 . loc0 ) { enlarge ( 3 ) ; } byte [ ] loc1 = this . data ; loc1 [ loc0 ++ ] = ( byte ) arg0 ; loc1 [ loc0 ++ ] = ( byte ) ( arg1 >>> 8 ) ; loc1 [ loc0 ++ ] = ( byte ) arg1 ; this . length = loc0 ; return this ; } |
6,237 | stop the recovery manager concode_field_sep RecActivatorLoader _recActivatorLoader concode_elem_sep PeriodicRecovery _periodicRecovery concode_field_sep void resumeScan concode_elem_sep PeriodicRecovery.Mode trySuspendScan concode_elem_sep Vector<RecoveryModule> getModules concode_elem_sep void scan concode_elem_sep vo... | void function ( boolean arg0 ) { ExpiredEntryMonitor . shutdown ( ) ; _periodicRecovery . shutdown ( arg0 ) ; } |
6,238 | checks if there 's exactly one option that exists among all possible opts . concode_field_sep String OPT_CONFIRM concode_elem_sep String OPT_U concode_elem_sep String OPT_URL concode_elem_sep String OPT_STORE concode_elem_sep String OPT_HELP concode_elem_sep String OPT_S concode_elem_sep String OPT_H concode_field_sep ... | void function ( OptionSet arg0 , String arg1 , String arg2 ) { List < String > loc0 = Lists . newArrayList ( ) ; loc0 . add ( arg1 ) ; loc0 . add ( arg2 ) ; checkRequired ( arg0 , loc0 ) ; } |
6,239 | returns the value of mimetype . concode_field_sep boolean encoded concode_elem_sep Resource file concode_elem_sep String mimeType concode_elem_sep String name concode_elem_sep String type concode_elem_sep Object value concode_field_sep void setName concode_elem_sep Object getValue concode_elem_sep String getName concod... | String function ( ) { return mimeType ; } |
6,240 | updates the legacy office in the database or adds it if it does not yet exist . also notifies the appropriate model listeners . concode_field_sep LegacyOfficeLocalService _service concode_field_sep de.uhh.l2g.plugins.migration.model.LegacyOffice getLegacyOffice concode_elem_sep de.uhh.l2g.plugins.migration.model.Legacy... | de . uhh . l2g . plugins . migration . model . LegacyOffice function ( de . uhh . l2g . plugins . migration . model . LegacyOffice arg0 ) { return getService ( ) . updateLegacyOffice ( arg0 ) ; } |
6,241 | unsets unregistrationhandler . concode_field_sep Log log concode_field_sep void setRegistrationHandler concode_elem_sep void unsetRegistrationHandler concode_elem_sep void setApplicationManagementService concode_elem_sep void activate concode_elem_sep void unsetApplicationManagementService concode_elem_sep void deactiv... | void function ( UnRegistrationHandler arg0 ) { if ( log . isDebugEnabled ( ) ) { log . debug ( "srini_string" ) ; } DCRDataHolder . getInstance ( ) . getUnRegistrationHandlerList ( ) . add ( null ) ; } |
6,242 | get custom deserializer concode_field_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep int id concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String message concode_elem_sep int partyId concode_elem_sep int userId concode_field_sep int ... | 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 ) ; } |
6,243 | returns a real number from a gaussian distribution with given mean and stddev concode_field_sep Random random concode_elem_sep long seed concode_field_sep double cauchy concode_elem_sep long getSeed concode_elem_sep int poisson concode_elem_sep void main concode_elem_sep int discrete concode_elem_sep double uniform con... | double function ( double arg0 , double arg1 ) { return arg0 + arg1 * gaussian ( ) ; } |
6,244 | hadoop configuration concode_field_sep Object startKey concode_elem_sep boolean flushOnEveryOperation concode_elem_sep String dataStoreClass concode_elem_sep Configuration hadoopConfiguration concode_elem_sep String keyClass concode_elem_sep long timeRangeFrom concode_elem_sep Object endKey concode_elem_sep long timeRa... | void function ( Configuration arg0 ) { checkNotNull ( arg0 , "srini_string" ) ; this . hadoopConfiguration = arg0 ; } |
6,245 | this method will be called by parser when reached . end_macro directive . adds/replaces #current macro into the #macrolist . concode_field_sep Macro current concode_elem_sep ArrayList<Integer> callStackOrigLines concode_elem_sep ArrayList<Integer> callStack concode_elem_sep MIPSprogram program concode_elem_sep int coun... | void function ( Token arg0 ) { current . setToLine ( arg0 . getSourceLine ( ) ) ; current . setOriginalToLine ( arg0 . getOriginalSourceLine ( ) ) ; current . readyForCommit ( ) ; macroList . add ( current ) ; current = null ; } |
6,246 | adds the given vector to this vector concode_field_sep GridPoint TMP concode_elem_sep int x concode_elem_sep GridPoint Y concode_elem_sep int y concode_elem_sep GridPoint X concode_elem_sep GridPoint ZERO concode_field_sep GridPoint sub concode_elem_sep GridPoint sub concode_elem_sep GridPoint rotate concode_elem_sep i... | GridPoint function ( GridPoint arg0 ) { x += arg0 . x ; y += arg0 . y ; return this ; } |
6,247 | get firstname concode_field_sep String password concode_elem_sep String phone concode_elem_sep String lastName concode_elem_sep Integer userStatus concode_elem_sep String username concode_elem_sep Long id concode_elem_sep String firstName concode_elem_sep String email concode_field_sep String getPhone concode_elem_sep ... | String function ( ) { return firstName ; } |
6,248 | defines , whether the font identifier represents a scalable font type . such fonts usually create one font metric object for each physical font , and apply the font size afterwards . concode_field_sep FontFamily fontFamily concode_elem_sep boolean italics concode_elem_sep boolean bold concode_field_sep boolean isItalic... | boolean function ( ) { return true ; } |
6,249 | this method should return a 2 dimensional array of boolean that represent a conway grid , with true values in the positions where cells are alive concode_field_sep long serialVersionUID concode_elem_sep boolean[][] grid concode_field_sep String getPatternName concode_elem_sep String toString | boolean [ ] [ ] function ( ) { return this . grid ; } |
6,250 | add status detail concode_field_sep List<Object> any concode_elem_sep long serialVersionUID concode_field_sep void removeStatusDetail concode_elem_sep List<Object> getAny | void function ( Object arg0 ) { this . any . add ( arg0 ) ; } |
6,251 | writes a line to the output file concode_field_sep String output concode_elem_sep File inputFile concode_elem_sep File outputFile concode_elem_sep Scanner inputScanner concode_elem_sep PrintWriter printer concode_elem_sep String input concode_field_sep String get_NextInput concode_elem_sep void close_Output | void function ( String arg0 ) { printer . println ( arg0 ) ; } |
6,252 | initialize the checksum interface . concode_field_sep String algorithm concode_elem_sep Checksum checksum concode_field_sep String getValue concode_elem_sep boolean isValid concode_elem_sep String toString concode_elem_sep void setAlgorithm | void function ( ) { if ( checksum != null ) { return ; } if ( "srini_string" . equals ( algorithm ) ) { checksum = new CRC32 ( ) ; } else if ( "srini_string" . equals ( algorithm ) ) { checksum = new Adler32 ( ) ; } else { throw new BuildException ( new NoSuchAlgorithmException ( ) ) ; } } |
6,253 | define the schema used in the fieldname #source field . concode_field_sep String BEFORE concode_elem_sep Schema schema concode_elem_sep String SOURCE concode_elem_sep String code concode_elem_sep int VERSION concode_elem_sep Set<String> ALL_FIELD_NAMES concode_elem_sep boolean OPERATION_REQUIRED concode_elem_sep String... | Builder function ( Schema arg0 ) { return withSchema ( arg0 , FieldName . SOURCE ) ; } |
6,254 | send a message header followed by the data if present the length data field will be filled in as appropriate concode_field_sep ByteBuffer mData concode_elem_sep MsgHeader mHeader concode_field_sep Msg obtain concode_elem_sep void read concode_elem_sep void setData concode_elem_sep void release concode_elem_sep int getC... | void function ( RilChannel arg0 , MsgHeader arg1 , ByteBuffer arg2 ) { int loc0 ; if ( arg2 == null ) { loc0 = 0 ; } else { arg2 . rewind ( ) ; loc0 = arg2 . remaining ( ) ; } arg1 . setLengthData ( loc0 ) ; sendHeader ( arg0 , arg1 ) ; if ( loc0 > 0 ) { arg0 . sendAll ( arg2 ) ; } } |
6,255 | obtiene el valor de la propiedad algorithm . concode_field_sep List<Object> content concode_elem_sep String algorithm concode_field_sep List<Object> getContent concode_elem_sep void setAlgorithm | String function ( ) { return algorithm ; } |
6,256 | helper function to convert a lat and lon to geopoint concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isTablet concode_elem_sep Location createLocation | GeoPoint function ( double arg0 , double arg1 ) { return new GeoPoint ( ( int ) ( arg0 * 1E6 ) , ( int ) ( arg1 * 1E6 ) ) ; } |
6,257 | debug log message . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void setLogLevel concode_elem_sep void setLogLevel concode_elem_sep void e conco... | void function ( String arg0 , String arg1 , Throwable arg2 ) { if ( LOG . DEBUG >= LOGLEVEL ) Log . d ( arg0 , arg1 , arg2 ) ; } |
6,258 | returns whether initial available settings should be loaded into the component or not . concode_field_sep boolean loadInitialSettings concode_elem_sep WeakReference<JComponent> component concode_elem_sep Object defaultValue concode_elem_sep String key concode_elem_sep String group concode_elem_sep boolean applySettings... | boolean function ( ) { return loadInitialSettings ; } |
6,259 | call this method before you want to run a host operation on the grid . concode_field_sep boolean hostChanged concode_elem_sep CLContext context concode_elem_sep boolean debug concode_elem_sep CLBuffer<FloatBuffer> fBuffer concode_elem_sep float[] linearHostMemory concode_elem_sep CLDevice device concode_elem_sep boolea... | void function ( ) { if ( deviceChanged && hostChanged ) throw new RuntimeException ( "srini_string" ) ; if ( deviceChanged ) { pull ( ) ; deviceChanged = false ; } } |
6,260 | compares to object arrays with regarding the objects ' order . for example , 1 , 2 , 3 and 2 , 1 , 3 are equal . concode_field_sep long EPOCH_DIFF concode_field_sep boolean equal concode_elem_sep byte[] pad4 concode_elem_sep char[] pad4 concode_elem_sep char[] pad4 concode_elem_sep boolean internalEquals concode_elem_s... | boolean function ( final Object [ ] arg0 , final Object [ ] arg1 ) { final Object [ ] loc0 = ( Object [ ] ) arg0 . clone ( ) ; final Object [ ] loc1 = ( Object [ ] ) arg1 . clone ( ) ; return internalEquals ( loc0 , loc1 ) ; } |
6,261 | returns the amount of used heap memory in bytes at the time of measurement . concode_field_sep float loadAverageLastMinute concode_elem_sep long timeInNanos concode_elem_sep long totalCpuIdleTimeInJiffies concode_elem_sep long freePhysicalMemory concode_elem_sep long heapMemoryUsed concode_elem_sep OperatingSystemMXBea... | long function ( ) { return heapMemoryUsed ; } |
6,262 | internal validity check . throw an exception if the tuple is not valid . concode_field_sep int m_row concode_elem_sep Table m_table concode_field_sep boolean canSetInt concode_elem_sep boolean canSetFloat concode_elem_sep String getColumnName concode_elem_sep double getDouble concode_elem_sep double getDouble concode_e... | void function ( ) { if ( m_row == - 1 ) { throw new IllegalStateException ( "srini_string" + "srini_string" ) ; } } |
6,263 | endpoint description . concode_field_sep java.util.List<Endpoint> endpoints concode_elem_sep String marker concode_field_sep void setEndpoints concode_elem_sep DescribeEndpointsResult withEndpoints concode_elem_sep DescribeEndpointsResult withEndpoints concode_elem_sep String getMarker concode_elem_sep void setMarker c... | java . util . List < Endpoint > function ( ) { return endpoints ; } |
6,264 | this method will update the dictionary acceess count which is required for its removal from column lru cache concode_field_sep CarbonLRUCache carbonLRUCache concode_elem_sep int thread_pool_size concode_elem_sep String carbonStorePath concode_field_sep void checkAndLoadDictionaryData concode_elem_sep void loadDictionar... | void function ( List < Dictionary > arg0 ) { for ( Dictionary loc0 : arg0 ) { loc0 . clear ( ) ; } } |
6,265 | returns true if the satellite was used by the gps engine when calculating the most recent gps fix . concode_field_sep boolean mUsedInFix concode_elem_sep float mAzimuth concode_elem_sep boolean mHasEphemeris concode_elem_sep float mElevation concode_elem_sep boolean mValid concode_elem_sep float mSnr concode_elem_sep i... | boolean function ( ) { return mUsedInFix ; } |
6,266 | returns true if we should retry due a block fetch failure . we will retry if and only if the exception was an ioexception and we have n't retried ` maxretries ' times already . concode_field_sep ExecutorService executorService concode_elem_sep LinkedHashSet<String> outstandingBlocksIds concode_elem_sep int maxRetries c... | boolean function ( Throwable arg0 ) { boolean loc0 = arg0 instanceof IOException || ( arg0 . getCause ( ) != null && arg0 . getCause ( ) instanceof IOException ) ; boolean loc1 = retryCount < maxRetries ; return loc0 && loc1 ; } |
6,267 | returns true if the relevance score is needed to sort documents . concode_field_sep Sort RELEVANCE concode_elem_sep Sort INDEXORDER concode_elem_sep SortField[] fields concode_field_sep void setSort concode_elem_sep void setSort concode_elem_sep SortField[] getSort concode_elem_sep int hashCode concode_elem_sep boolean... | boolean function ( ) { for ( SortField loc0 : fields ) { if ( loc0 . needsScores ( ) ) { return true ; } } return false ; } |
6,268 | returns the base context that we are wrapping . here , its this , but for other thing like vm related context contortions , it can be something else concode_field_sep InternalHousekeepingContext icb concode_elem_sep Context context concode_field_sep boolean containsKey concode_elem_sep IntrospectionCacheData icacheGet ... | InternalContextAdapter function ( ) { return this ; } |
6,269 | returns whether the specified ch conforms to the xml 1.0 definition of whitespace . refer to the definition of s for details . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder | boolean function ( char arg0 ) { return ( arg0 == 0x20 ) || ( arg0 == 0x09 ) || ( arg0 == 0xD ) || ( arg0 == 0xA ) ; } |
6,270 | called on the event thread when the callserially event reaches the front of the queue . calls the client 's run method and awakens the thread that had called invokeandwait . concode_field_sep Callback callback concode_elem_sep Display dpy concode_elem_sep boolean done concode_field_sep void run concode_elem_sep void ru... | void function ( ) { run ( ) ; done = true ; notifyAll ( ) ; } |
6,271 | returns the kickstart data associated to the given label and org concode_field_sep XmlRpcKickstartHelper HELPER concode_field_sep XmlRpcKickstartHelper getInstance | KickstartData function ( String arg0 , Org arg1 ) { KickstartData loc0 = KickstartFactory . lookupKickstartDataByLabelAndOrgId ( arg0 , arg1 . getId ( ) ) ; if ( loc0 == null ) { throw new InvalidKickstartLabelException ( arg0 ) ; } return loc0 ; } |
6,272 | `` sys_idx _ '' is used for auto-indexes on referring fk columns or unique constraints . `` sys_pk _ '' is for the primary key indexes . `` sys_ref _ '' is for fk constraints in referenced tables concode_field_sep String statementName concode_elem_sep int sysNumber concode_elem_sep boolean isNameQuoted concode_elem_sep... | boolean function ( String arg0 ) { return ( arg0 . startsWith ( "srini_string" ) || arg0 . startsWith ( "srini_string" ) || arg0 . startsWith ( "srini_string" ) ) ; } |
6,273 | adding relation to schema . convenience method . concode_field_sep HashMap<String,String[]> tableAttr concode_elem_sep int counter concode_elem_sep HashMap<String,String[]> tablepks concode_elem_sep HashMap<String,String[]> tableDomain concode_elem_sep HashMap<String,String[][]> tablefks concode_elem_sep HashMap<String... | void function ( String arg0 , String arg1 , String arg2 , String arg3 , String [ ] [ ] arg4 ) { addRelSchema ( arg0 , arg1 . split ( "srini_string" ) , arg2 . split ( "srini_string" ) , arg3 . split ( "srini_string" ) , arg4 ) ; } |
6,274 | returns the tag property id of this asset tag property . concode_field_sep AssetTagProperty _assetTagProperty concode_field_sep void setTagPropertyId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel concode_elem_sep com.liferay.portlet.expan... | long function ( ) { return _assetTagProperty . getTagPropertyId ( ) ; } |
6,275 | returns an instance of timinginfo that is not modifiable . concode_field_sep int UNKNOWN concode_elem_sep Long startEpochTimeMilli concode_elem_sep Long endTimeNano concode_elem_sep long startTimeNano concode_field_sep Map<String,Number> getAllCounters concode_elem_sep long getEndTimeNano concode_elem_sep TimingInfo en... | TimingInfo function ( long arg0 , long arg1 , Long arg2 ) { return new TimingInfoUnmodifiable ( arg0 , arg1 , arg2 ) ; } |
6,276 | returns null . concode_field_sep Object[] array concode_elem_sep Object[] EMPTY_OBJECT_ARRAY concode_elem_sep String arrayString concode_elem_sep long serialVersionUID concode_field_sep int hashCode concode_elem_sep void writeObject concode_elem_sep boolean equals concode_elem_sep Object[] getParameters concode_elem_se... | Throwable function ( ) { return null ; } |
6,277 | delete a list of blobstore blob concode_field_sep PlaceHolder placeHolder concode_field_sep void mkDirs concode_elem_sep InputStream readBlob concode_elem_sep void removeBlob concode_elem_sep long countBlob concode_elem_sep void clearContainer concode_elem_sep void deleteContainer concode_elem_sep void writeBlob concod... | void function ( BlobStore arg0 , String arg1 , List arg2 ) { arg0 . removeBlobs ( arg1 , arg2 ) ; } |
6,278 | doc administrator comment method `` setup '' . concode_field_sep IRepositoryViewObject repositoryObject concode_elem_sep Folder folder concode_elem_sep IProxyRepositoryFactory reponsfactory concode_elem_sep IPath itemPath concode_elem_sep IProxyRepositoryFactory repositoryFactory concode_elem_sep String folderName conc... | void function ( ) { folder = reponsfactory . createFolder ( ERepositoryObjectType . PROCESS , new Path ( "srini_string" ) , folderName ) ; } |
6,279 | updates the digest with the little-endian bytes of a given long value . concode_field_sep MessageDigest md concode_field_sep String hexDigestAndReset concode_elem_sep String md5Digest concode_elem_sep Fingerprint addBytes concode_elem_sep Fingerprint addBytes concode_elem_sep Fingerprint addStringLatin1 concode_elem_se... | Fingerprint function ( long arg0 ) { md . update ( new byte [ ] { ( byte ) arg0 , ( byte ) ( arg0 >> 8 ) , ( byte ) ( arg0 >> 16 ) , ( byte ) ( arg0 >> 24 ) , ( byte ) ( arg0 >> 32 ) , ( byte ) ( arg0 >> 40 ) , ( byte ) ( arg0 >> 48 ) , ( byte ) ( arg0 >> 56 ) } ) ; return this ; } |
6,280 | returns the position of this vsm branch . concode_field_sep VsmBranch _vsmBranch concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep java.lang.String getName concode_elem_sep boolean isEscapedModel concode_elem_sep long getBranchId concode_elem_sep boolean isCachedModel c... | long function ( ) { return _vsmBranch . getPosition ( ) ; } |
6,281 | take a sequence supplied in the form of an iterator and generate a wrapped represention of the items in the sequence , the wrapped representation being a sequence of events sent to a supplied receiver , in which each item is wrapped in a containing element that identifies its type concode_field_sep String RESULT_NS con... | void function ( SequenceIterator arg0 , Receiver arg1 ) { SequenceCopier . copySequence ( arg0 , new SequenceWrapper ( arg1 ) ) ; } |
6,282 | adds a new string to the default log concode_field_sep SipProvider sip_provider concode_elem_sep Log log concode_elem_sep MessageAgentListener listener concode_elem_sep SipInterface sip_interface concode_elem_sep UserAgentProfile user_profile concode_field_sep void receive concode_elem_sep void halt concode_elem_sep vo... | void function ( String arg0 , int arg1 ) { if ( log != null ) log . println ( "srini_string" + arg0 , arg1 + SipStack . LOG_LEVEL_UA ) ; } |
6,283 | returns true if the string parameters is a ipv6 pattern . currently , only tests for presence of ' : ' . concode_field_sep DNSService dnsService concode_field_sep InetNetwork getFromString concode_elem_sep InetNetwork getV4FromString concode_elem_sep InetNetwork getV6FromString concode_elem_sep String normalizeV4FromAs... | boolean function ( String arg0 ) { return arg0 . contains ( "srini_string" ) ; } |
6,284 | returns true if the block at the specified coordinates is an opaque cube . args : x , y , z concode_field_sep int chunkX concode_elem_sep int chunkZ concode_elem_sep Chunk chunkArray[][] concode_elem_sep boolean field_48467_d concode_elem_sep World worldObj concode_field_sep TileEntity getBlockTileEntity concode_elem_s... | boolean function ( int arg0 , int arg1 , int arg2 ) { Block loc0 = Block . blocksList [ getBlockId ( arg0 , arg1 , arg2 ) ] ; if ( loc0 == null ) { return false ; } else { return loc0 . isOpaqueCube ( ) ; } } |
6,285 | adds a listener to be notified when an error occurs . concode_field_sep DateFormat dateFormat_ concode_elem_sep String fromJobText_ concode_elem_sep String fromJobNumberText_ concode_elem_sep String generalTabText_ concode_elem_sep ChangeEventSupport changeEventSupport_ concode_elem_sep String fromUserText_ concode_ele... | void function ( ErrorListener arg0 ) { errorEventSupport_ . addErrorListener ( arg0 ) ; } |
6,286 | loads and initializes opencv library using opencv engine service . concode_field_sep String OPENCV_VERSION_2_4_4 concode_elem_sep String OPENCV_VERSION_2_4_8 concode_elem_sep String OPENCV_VERSION_2_4_3 concode_elem_sep String OPENCV_VERSION_2_4_7 concode_elem_sep String OPENCV_VERSION_2_4_10 concode_elem_sep String OP... | boolean function ( String arg0 , Context arg1 , LoaderCallbackInterface arg2 ) { return AsyncServiceHelper . initOpenCV ( arg0 , arg1 , arg2 ) ; } |
6,287 | estimation of how much the cached bit sets are taking . which nested and p/c rely on concode_field_sep XContentBuilderString STORED_FIELDS_MEMORY_IN_BYTES concode_elem_sep long indexWriterMaxMemoryInBytes concode_elem_sep XContentBuilderString FIXED_BIT_SET_MEMORY_IN_BYTES concode_elem_sep XContentBuilderString MEMORY ... | long function ( ) { return bitsetMemoryInBytes ; } |
6,288 | get the classloader . concode_field_sep PlaceHolder placeHolder concode_field_sep ClassLoader getThreadContextClassLoader concode_elem_sep void setThreadContextClassLoader | ClassLoader function ( final Class < ? > arg0 ) { if ( System . getSecurityManager ( ) == null ) return arg0 . getClassLoader ( ) ; return AccessController . doPrivileged ( new PrivilegedAction < ClassLoader > ( ) { public ClassLoader run ( ) { return arg0 . getClassLoader ( ) ; } } ) ; } |
6,289 | sets the value of the copyallassociatedsettings property . concode_field_sep Properties buildTypesIdsMap concode_elem_sep Properties projectsIdsMap concode_elem_sep Properties vcsRootsIdsMap concode_elem_sep Boolean copyAllAssociatedSettings concode_field_sep Properties getBuildTypesIdsMap concode_elem_sep void setBuil... | void function ( Boolean arg0 ) { this . copyAllAssociatedSettings = arg0 ; } |
6,290 | get variable stack from carbonmessage . this method will create an empty variable stack if it does not exist . concode_field_sep Logger log concode_field_sep void pushNewVariableStack concode_elem_sep Object findVariable concode_elem_sep void removeParentMap concode_elem_sep Object getVariable concode_elem_sep Object g... | Stack < Map < String , Object >> function ( CarbonMessage arg0 ) { if ( arg0 . getProperty ( Constants . VARIABLE_STACK ) != null ) { return ( ( Stack < Map < String , Object >> ) arg0 . getProperty ( Constants . VARIABLE_STACK ) ) ; } else { pushNewVariableStack ( arg0 ) ; return ( Stack < Map < String , Object >> ) a... |
6,291 | gets the name value for this customlisttranslations . concode_field_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String name concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String localeDescription concode_elem_sep com.net... | java . lang . String function ( ) { return name ; } |
6,292 | indicates that all elements have been pushed . if the sink isstateful , it should send any stored state downstream at this time , and should clear any accumulated state and associated resources . prior to this call , the sink must be in the active state , and after this call it is returned to the initial state . concod... | void function ( ) { } |
6,293 | utility method if no additional arguments are to be supplied to the license template . equivalent to calling the full getlicensetext supplying null for the additionalinfo argument concode_field_sep PlaceHolder placeHolder concode_field_sep void grantLicense | String function ( Locale arg0 , Collection arg1 , Item arg2 , EPerson arg3 ) { return getLicenseText ( arg0 , arg1 , arg2 , arg3 , null ) ; } |
6,294 | getter method for the displaydetailstwo concode_field_sep String faultCodeID concode_elem_sep String subCategory concode_elem_sep int resolutionCodeID concode_elem_sep String paramSubSubCategoryID concode_elem_sep boolean editCapability concode_elem_sep List faultCodeDetails concode_elem_sep List displayDetails concode... | List function ( ) { return displayDetailsTwo ; } |
6,295 | indicate that we just downloaded some data to azure storage . concode_field_sep UUID fileSystemInstanceId concode_elem_sep String METRIC_TAG_ACCOUNT_NAME concode_elem_sep String WASB_UPLOAD_LATENCY concode_elem_sep long currentMaximumDownloadBytesPerSecond concode_elem_sep MetricsRegistry registry concode_elem_sep Stri... | void function ( long arg0 ) { rawBytesDownloaded . incr ( arg0 ) ; } |
6,296 | returns the units for geteventduration concode_field_sep byte TYPE_QUERY concode_elem_sep String hostName concode_elem_sep byte TYPE_OBJECT_CREATION concode_elem_sep String catalog concode_elem_sep int catalogIndex concode_elem_sep String durationUnits concode_elem_sep byte TYPE_EXECUTE concode_elem_sep byte eventType ... | String function ( ) { return this . durationUnits ; } |
6,297 | returns a new token object , by default . however , if you want , you can create and return subclass objects based on the value of ofkind . simply add the cases to the switch for all those special cases . for example , if you have a subclass of token called idtoken that you want to create if ofkind is id , simlpy add s... | Token function ( int arg0 ) { switch ( arg0 ) { default : return new Token ( ) ; } } |
6,298 | returns a skykey to find the workspace file at the given path . concode_field_sep Package pkg concode_field_sep Package getPackage concode_elem_sep List<SkyKey> keys concode_elem_sep String toString concode_elem_sep SkyKey key | SkyKey function ( RootedPath arg0 ) { return new SkyKey ( SkyFunctions . WORKSPACE_FILE , arg0 ) ; } |
6,299 | returns the index of the character that has been hit . concode_field_sep FontRenderContext aaOffFontRenderContext concode_elem_sep FontRenderContext fontRenderContext concode_elem_sep TextNode node concode_elem_sep TextHit hit concode_elem_sep TextLayoutFactory textLayoutFactory concode_field_sep TextNode getTextNode c... | int function ( ) { return hit . getCharIndex ( ) ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.