idx int64 0 25k | question stringlengths 72 5.69k | target stringlengths 21 481 |
|---|---|---|
19,900 | sets a raw not normalized normalized ratio . concode_field_sep HashMap<String,Double> rawRatios concode_field_sep Double getRatio concode_elem_sep Double getRawRatio | void function ( String arg0 , double arg1 ) { if ( rawRatios == null ) { rawRatios = new HashMap < String , Double > ( ) ; } rawRatios . put ( arg0 , arg1 ) ; } |
19,901 | asks the camera hardware to begin drawing preview frames to the screen . concode_field_sep String TAG concode_elem_sep Context context concode_elem_sep boolean initialized concode_elem_sep AutoFocusManager autoFocusManager concode_elem_sep Camera camera concode_elem_sep CameraConfigurationManager configManager concode_... | void function ( ) { Camera loc0 = camera ; if ( loc0 != null && ! previewing ) { loc0 . startPreview ( ) ; previewing = true ; autoFocusManager = new AutoFocusManager ( context , camera ) ; } } |
19,902 | get the name . concode_field_sep SystemProperty[] systemProperties concode_elem_sep String name concode_elem_sep String value concode_elem_sep Logger LOGGER concode_field_sep SystemProperty[] mapToSystemProperties concode_elem_sep String getValue concode_elem_sep String getValue concode_elem_sep SystemProperty[] getSys... | String function ( ) { return name ; } |
19,903 | 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... | String function ( Uri arg0 , CordovaInterface arg1 ) { return FileHelper . getRealPath ( arg0 . toString ( ) , arg1 ) ; } |
19,904 | sets the query result . concode_field_sep Metric result concode_elem_sep long createdDate concode_elem_sep String expression concode_elem_sep String ownerName concode_elem_sep String message concode_elem_sep int ttl concode_elem_sep List<Query> queries concode_elem_sep String status concode_field_sep void setTtl concod... | void function ( Metric arg0 ) { this . result = arg0 ; } |
19,905 | sets all entries to the given value . concode_field_sep double[] buf concode_elem_sep int len concode_elem_sep long serialVersionUID concode_field_sep SimpleVector normalizedL2 concode_elem_sep SimpleVector negated concode_elem_sep void divideBy concode_elem_sep void multiplyElementWiseBy concode_elem_sep void normaliz... | void function ( final double arg0 ) { java . util . Arrays . fill ( this . buf , arg0 ) ; } |
19,906 | get datetime concode_field_sep byte[] _byte concode_elem_sep String password concode_elem_sep BigDecimal number concode_elem_sep Float _float concode_elem_sep Integer integer concode_elem_sep Double _double concode_elem_sep String string concode_elem_sep Date dateTime concode_elem_sep byte[] binary concode_elem_sep Int... | Date function ( ) { return dateTime ; } |
19,907 | sets the dewpoint in degrees . concode_field_sep Double current concode_elem_sep Double min concode_elem_sep Double dewpoint concode_elem_sep Double max concode_elem_sep Double feel concode_field_sep void setMax concode_elem_sep void setMin concode_elem_sep void setFeel concode_elem_sep Double getFeel concode_elem_sep ... | void function ( Double arg0 ) { this . dewpoint = arg0 ; } |
19,908 | return the file number component of the logsequencenumber . concode_field_sep int file concode_elem_sep int offset concode_field_sep int compare concode_elem_sep int getOffset | int function ( ) { return file ; } |
19,909 | method to return the presentation map as a list concode_field_sep int SLIDE_PRELOAD_COUNT concode_elem_sep String CHAT_LOG_EXTENSION concode_elem_sep Log log concode_elem_sep PresentationManager singleton concode_elem_sep Map presentationMap concode_field_sep Presentation createPresentation concode_elem_sep boolean pas... | Presentation [ ] function ( ) { return ( Presentation [ ] ) presentationMap . values ( ) . toArray ( new Presentation [ presentationMap . size ( ) ] ) ; } |
19,910 | set table concode_field_sep Integer noViewColumns concode_elem_sep Integer column concode_elem_sep Integer row concode_elem_sep LinkedHashMap<Integer,MBrowseField> browserFields concode_elem_sep LinkedHashMap<Integer,Integer> displayIndexes concode_elem_sep LinkedHashMap<Integer,LinkedHashMap<Integer,GridField>> rows c... | void function ( BrowseTable arg0 ) { this . table = arg0 ; } |
19,911 | gets the count value for this monthlysearchvolume . concode_field_sep java.lang.Integer month concode_elem_sep java.lang.Integer year concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.Long count concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDes... | java . lang . Long function ( ) { return count ; } |
19,912 | return type metadata object concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep org.talend.mdm.webservice.WSPutItem wsPutItem concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.Boolean invokeBeforeSaving concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.la... | org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; } |
19,913 | this method was generated by mybatis generator . this method sets the value of the database column notice.noticetype concode_field_sep Date createtime concode_elem_sep Integer companyid concode_elem_sep Integer noticetype concode_elem_sep Integer id concode_elem_sep String title concode_elem_sep String content concode_... | void function ( Integer arg0 ) { this . noticetype = arg0 ; } |
19,914 | sets the value of the length property . concode_field_sep Integer length concode_elem_sep Integer index concode_field_sep Integer getIndex concode_elem_sep void setIndex concode_elem_sep Integer getLength | void function ( Integer arg0 ) { this . length = arg0 ; } |
19,915 | gets the user name . concode_field_sep String password concode_elem_sep String userName concode_field_sep void setPassword concode_elem_sep String getPassword concode_elem_sep void setUserName | String function ( ) { return userName ; } |
19,916 | asserts that a metamodel class for the specified class got generated . concode_field_sep Logger log concode_elem_sep String META_MODEL_CLASS_POSTFIX concode_elem_sep String PACKAGE_SEPARATOR concode_elem_sep String PATH_SEPARATOR concode_elem_sep String RESOURCE_SEPARATOR concode_elem_sep File OUT_BASE_DIR concode_fiel... | void function ( Class < ? > arg0 ) { assertNotNull ( getMetamodelClassFor ( arg0 ) ) ; } |
19,917 | increment counters by given pos and length . concode_field_sep long fileSize concode_elem_sep long blockSize concode_elem_sep long serialVersionUID concode_elem_sep ArrayList<Integer> counters concode_field_sep void compact concode_elem_sep long calcBlockSize concode_elem_sep void invalidate concode_elem_sep double cal... | void function ( long arg0 , long arg1 ) { int loc0 = ( int ) ( arg0 / blockSize ) ; int loc1 = ( int ) ( ( arg0 + arg1 ) / blockSize ) + 1 ; capacity ( loc1 ) ; for ( int loc2 = loc0 ; loc2 < loc1 ; loc2 ++ ) counters . set ( loc2 , counters . get ( loc2 ) + 1 ) ; } |
19,918 | called before suggest concode_field_sep MeanMetric suggestMetric concode_elem_sep CounterMetric currentMetric concode_field_sep void postSuggest concode_elem_sep SuggestStats stats | void function ( ) { currentMetric . inc ( ) ; } |
19,919 | closes the current session and optionally saves its content . if no session is associated then this method has no effects and returns false . concode_field_sep boolean markedForRollback concode_elem_sep MOPChromatticLifeCycle configurator concode_elem_sep SessionContext context concode_elem_sep POMSessionManager mgr co... | void function ( boolean arg0 ) { if ( arg0 ) { arg0 ( ) ; } if ( model != null ) { model . close ( ) ; } configurator . closeContext ( arg0 & markedForRollback ) ; } |
19,920 | returns if we should be suspending on script load events from stdin - i.e. from the rhino console . concode_field_sep PlaceHolder placeHolder concode_field_sep void stop concode_elem_sep void start concode_elem_sep void preferenceChange | boolean function ( ) { return Platform . getPreferencesService ( ) . getBoolean ( RhinoDebugPlugin . PLUGIN_ID , Constants . SUSPEND_ON_STDIN_LOAD , false , null ) ; } |
19,921 | returns the charset specified in the content-type of this header , or the http default iso-8859-1 if none can be found . concode_field_sep PlaceHolder placeHolder concode_field_sep Cache.Entry parseCacheHeaders concode_elem_sep long parseDateAsEpoch | String function ( Map < String , String > arg0 ) { return parseCharset ( arg0 , HTTP . DEFAULT_CONTENT_CHARSET ) ; } |
19,922 | get the minimum number of instances to allow at a leaf node concode_field_sep boolean m_smoothPredictions concode_elem_sep double[] m_splitVals concode_elem_sep double m_minNumInstances concode_elem_sep int LEFT concode_elem_sep long serialVersionUID concode_elem_sep int[] m_splitAtts concode_elem_sep boolean m_regress... | double function ( ) { return m_minNumInstances ; } |
19,923 | returns outmsgparamtypes concode_field_sep QName portType concode_elem_sep Vector outMsgParamNames concode_elem_sep Vector outMsgParamTypes concode_elem_sep String outElementName concode_elem_sep Vector inMsgParamNames concode_elem_sep String inElementName concode_elem_sep String methodName concode_elem_sep Vector inMs... | Vector function ( ) { return outMsgParamTypes ; } |
19,924 | inject the mocked std-out printstream into the system class before each test concode_field_sep PrintStream stdOutOrig concode_elem_sep PrintStream stdOutMock concode_field_sep void testTrollActions concode_elem_sep void tearDown | void function ( ) { System . setOut ( this . stdOutMock ) ; } |
19,925 | returns the stroke join . concode_field_sep float[] mIntervals concode_elem_sep Join mJoin concode_elem_sep float mMiter concode_elem_sep float mPhase concode_elem_sep Cap mCap concode_elem_sep BasicStroke DASHED concode_elem_sep BasicStroke DOTTED concode_elem_sep BasicStroke SOLID concode_field_sep float getMiter con... | Join function ( ) { return mJoin ; } |
19,926 | get custom serializer concode_field_sep java.lang.Integer startIndex 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.Integer totalResultSetSize concode_elem_sep com.google.api.ads.dfp.axis.v2... | org . apache . axis . encoding . Serializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanSerializer ( arg1 , arg2 , typeDesc ) ; } |
19,927 | returns the first millisecond of the time period , evaluated within a specific time zone . concode_field_sep TimeZone DEFAULT_TIME_ZONE concode_elem_sep Calendar WORKING_CALENDAR concode_field_sep RegularTimePeriod next concode_elem_sep RegularTimePeriod createInstance concode_elem_sep long getLastMillisecond concode_e... | long function ( TimeZone arg0 ) { Calendar loc0 = Calendar . getInstance ( arg0 ) ; return getFirstMillisecond ( loc0 ) ; } |
19,928 | checks if is https scheme . concode_field_sep boolean allowAutoRedirect concode_elem_sep Map<String,String> headers concode_elem_sep String userAgent concode_elem_sep boolean preAuthenticate concode_elem_sep URL url concode_elem_sep int timeout concode_elem_sep WebProxy proxy concode_elem_sep String password concode_el... | boolean function ( ) { return getUrl ( ) . getProtocol ( ) . equalsIgnoreCase ( EWSConstants . HTTPS_SCHEME ) ; } |
19,929 | returns snapshot stats concode_field_sep SnapshotShardsStats shardsStats concode_elem_sep Map<Integer,SnapshotIndexShardStatus> indexShards concode_elem_sep SnapshotStats stats concode_elem_sep String SHARDS concode_elem_sep String index concode_field_sep Map<Integer,SnapshotIndexShardStatus> getShards concode_elem_sep... | SnapshotStats function ( ) { return stats ; } |
19,930 | get measure concode_field_sep Double value concode_elem_sep DynamicLengthMeasure dynamicLengthMeasure concode_field_sep void setMeasure concode_elem_sep Double getValue concode_elem_sep void setValue concode_elem_sep String toString | DynamicLengthMeasure function ( ) { return this . dynamicLengthMeasure ; } |
19,931 | called before proxy is destroyed . overriding implementations should clean/release resources created during initialization . concode_field_sep String name concode_elem_sep ClientContext context concode_elem_sep String serviceName concode_field_sep String getInstanceName concode_elem_sep String getName concode_elem_sep ... | void function ( ) { } |
19,932 | pass in a message to be processed . if the setting is verbose then this will be output to system.out concode_field_sep String fileName concode_elem_sep boolean verbose concode_elem_sep boolean append concode_elem_sep boolean print concode_elem_sep boolean file concode_field_sep void setPrint concode_elem_sep boolean is... | void function ( String arg0 ) { if ( isVerbose ( ) ) { System . out . println ( arg0 ) ; } } |
19,933 | encodes the image via the etc1 compression scheme . only format #rgb565 and format #rgb888 are supported . addsa pkm header in front of the compressed image data . concode_field_sep ByteBuffer compressedData concode_elem_sep int dataOffset concode_elem_sep int width concode_elem_sep int PKM_HEADER_SIZE concode_elem_sep... | ETC1Data function ( Pixmap arg0 ) { int loc0 = getPixelSize ( arg0 . getFormat ( ) ) ; ByteBuffer loc1 = encodeImagePKM ( arg0 . getPixels ( ) , 0 , arg0 . getWidth ( ) , arg0 . getHeight ( ) , loc0 ) ; BufferUtils . newUnsafeByteBuffer ( loc1 ) ; return new ETC1Data ( arg0 . getWidth ( ) , arg0 . getHeight ( ) , loc1 ... |
19,934 | get the value of the name property , without doing variable expansion . concode_field_sep Pattern varPat concode_elem_sep int MAX_SUBST concode_elem_sep ReadOnlyProps EMPTY_PROPS concode_elem_sep Map<String,String> props concode_field_sep long getLong concode_elem_sep int getInt concode_elem_sep Iterator<Entry<String,S... | String function ( String arg0 ) { return props . get ( arg0 ) ; } |
19,935 | serialize an instance , restore it , and check for equality . concode_field_sep SeriesChangeEvent lastEvent concode_field_sep void testClear concode_elem_sep void testAdditionOfDuplicatePeriod concode_elem_sep void testSetMaximumItemCount2 concode_elem_sep void testCloning concode_elem_sep void testRemove concode_elem_... | void function ( ) { OHLCSeries loc0 = new OHLCSeries ( "srini_string" ) ; loc0 . add ( new Year ( 2006 ) , 2.0 , 4.0 , 1.0 , 3.0 ) ; OHLCSeries loc1 = ( OHLCSeries ) TestUtilities . serialised ( loc0 ) ; assertEquals ( loc0 , loc1 ) ; } |
19,936 | set the double value associated to this value . concode_field_sep boolean _inUse concode_elem_sep int _containerType concode_elem_sep int _dataType concode_elem_sep int UNDEFINED concode_field_sep char charValue concode_elem_sep void setBooleanValue concode_elem_sep void setInUse concode_elem_sep HDGObject dgObjectValu... | void function ( double arg0 ) { throw new UnsupportedOperationException ( "srini_string" ) ; } |
19,937 | setvalues concode_field_sep String systemId concode_elem_sep String baseSystemId concode_elem_sep String name concode_elem_sep String publicId concode_field_sep void clear | void function ( String arg0 , String arg1 , String arg2 , String arg3 ) { this . name = arg0 ; this . publicId = arg1 ; this . systemId = arg2 ; this . baseSystemId = arg3 ; } |
19,938 | sets the value of the lastactivitydate property . concode_field_sep Address address concode_elem_sep String homePhone concode_elem_sep PersonalIdentification identificationType concode_elem_sep XMLGregorianCalendar dateOfBirth concode_elem_sep long serialVersionUID concode_elem_sep String accountNumber concode_elem_sep... | void function ( XMLGregorianCalendar arg0 ) { this . lastActivityDate = arg0 ; } |
19,939 | used for delta concode_field_sep long min concode_elem_sep long max concode_elem_sep DecimalFormat errorFormatter concode_elem_sep long runningSum concode_elem_sep long startTime concode_elem_sep long counter concode_elem_sep long endTime concode_elem_sep String label concode_elem_sep long errorCount concode_field_sep ... | void function ( SummariserRunningSample arg0 ) { counter += arg0 . counter ; errorCount += arg0 . errorCount ; runningSum += arg0 . runningSum ; if ( max < arg0 . max ) { max = arg0 . max ; } if ( min > arg0 . min ) { min = arg0 . min ; } endTime = System . currentTimeMillis ( ) ; } |
19,940 | get custom serializer concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep com.gvt.www.ws.eai.oss.ossturbonet.OSSTurbonetOut mensagem concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_field_sep void setMensagem concode_elem_sep org.apache.axis.des... | org . apache . axis . encoding . Serializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanSerializer ( arg1 , arg2 , typeDesc ) ; } |
19,941 | put a description of this message and its origins into the given map . concode_field_sep String REQUEST concode_elem_sep String DEFAULT_CHARSET concode_elem_sep String method concode_elem_sep String ACCEPT_ENCODING concode_elem_sep List<Map.Entry<String,String>> headers concode_elem_sep String CONTENT_ENCODING concode_... | void function ( Map < String , Object > arg0 ) { } |
19,942 | close concode_field_sep MultipleManagedConnectionFactory1 mcf concode_elem_sep MultipleManagedConnection1 mc concode_elem_sep Logger log concode_field_sep String test | void function ( ) { mc . closeHandle ( this ) ; } |
19,943 | gets the input voltage in volts of this powerpanel . this is equivalent to calling getvoltagesensor . getvoltage . concode_field_sep PlaceHolder placeHolder concode_field_sep double getTotalCurrent concode_elem_sep TemperatureSensor getTemperatureSensor concode_elem_sep PowerPanel create concode_elem_sep PowerPanel cre... | double function ( ) { return getVoltageSensor ( ) . getVoltage ( ) ; } |
19,944 | return the set of names that are accepted by this filter . if this filter accepts all attribute names , a zero length array will be returned . concode_field_sep String namesA[] concode_elem_sep long serialVersionUID concode_elem_sep HashSet<String> names concode_field_sep boolean isNotificationEnabled | String [ ] function ( ) { synchronized ( names ) { return names . toArray ( new String [ names . size ( ) ] ) ; } } |
19,945 | return a list containing the paths to the potential libraries that were found . concode_field_sep int COMMENT_END_LENGTH concode_elem_sep String TAG_END_SCRIPT concode_elem_sep String TAG_NAME_SCRIPT concode_elem_sep int TAG_NAME_SCRIPT_LENGTH concode_elem_sep String COMMENT_START concode_elem_sep int COMMENT_START_LEN... | List < String > function ( ) { return libraryList ; } |
19,946 | get p_id concode_field_sep Timestamp m_P_Date concode_elem_sep int m_Log_ID concode_elem_sep String m_P_Msg concode_elem_sep int m_AD_PInstance_ID concode_elem_sep int m_P_ID concode_elem_sep BigDecimal m_P_Number concode_field_sep int getLog_ID concode_elem_sep Timestamp getP_Date concode_elem_sep void setP_ID concode... | int function ( ) { return m_P_ID ; } |
19,947 | reviewsdao methods concode_field_sep HotelsDAO hotelsDAO concode_elem_sep AuthorsDAO authorsDAO concode_elem_sep ReviewsDAO reviewsDAO concode_field_sep boolean addHotel concode_elem_sep boolean registerAuthor concode_elem_sep Author getAuthorById concode_elem_sep Hotel getHotelById concode_elem_sep boolean deleteRevie... | Review function ( int arg0 ) { return reviewsDAO . getReviewById ( arg0 ) ; } |
19,948 | given a searchitem , builds a suggesteditem hierarchy by looking up parent items if applicable . this allows search results for items not contained within the same itemgroup to be distinguished.if provided searchcontext is null , results will be interpreted from the root jenkins.model.jenkins object concode_field_sep S... | SuggestedItem function ( SearchableModelObject arg0 , SearchItem arg1 ) { if ( arg1 instanceof Item ) { return build ( arg0 , ( Item ) arg1 ) ; } return new SuggestedItem ( arg1 ) ; } |
19,949 | test method for ddf.metrics.interceptor.metricsininterceptor #handlemessage org.apache.cxf.message.message . concode_field_sep PlaceHolder placeHolder concode_field_sep void testHandleMessageWithOneWayClientMessage concode_elem_sep void testHandleMessageWithNonClientMessageWithLatencyTimeRecorder concode_elem_sep void ... | void function ( ) { MetricsInInterceptor loc0 = new MetricsInInterceptor ( ) ; Message loc1 = mock ( Message . class ) ; when ( loc1 . getExchange ( ) ) . thenReturn ( null ) ; loc0 . handleMessage ( loc1 ) ; verify ( loc1 , times ( 1 ) ) . getExchange ( ) ; } |
19,950 | get an instance of hiveregister . concode_field_sep String DEFAULT_HIVE_TABLE_COMPARATOR_TYPE concode_elem_sep String HIVE_PARTITION_COMPARATOR_TYPE concode_elem_sep String DEFAULT_HIVE_PARTITION_COMPARATOR_TYPE concode_elem_sep ListeningExecutorService executor concode_elem_sep String HIVE_DB_EXTENSION concode_elem_se... | HiveRegister function ( State arg0 , Optional < String > arg1 ) { return get ( arg0 . getProp ( HIVE_REGISTER_TYPE , DEFAULT_HIVE_REGISTER_TYPE ) , arg0 , arg1 ) ; } |
19,951 | indicates if the expand action will be enabled in a programmatic way concode_field_sep boolean viewToSelect concode_elem_sep int mElement concode_elem_sep View viewToClick concode_elem_sep CardElementUI cardElementUIToClick concode_elem_sep boolean enableForCode concode_elem_sep boolean useLongClick concode_field_sep V... | ViewToClickToExpand function ( ) { this . enableForCode = true ; return this ; } |
19,952 | this should read dynarray from the cdr input stream , but following the jdk 1.5 api it does not . concode_field_sep PlaceHolder placeHolder concode_field_sep DynArray extract concode_elem_sep void insert concode_elem_sep DynArray narrow concode_elem_sep String id concode_elem_sep TypeCode type concode_elem_sep void wri... | DynArray function ( InputStream arg0 ) { throw new MARSHAL ( DynAnyFactoryHelper . not_applicable ( id ( ) ) ) ; } |
19,953 | this method was generated by mybatis generator . this method sets the value of the database column actctr.ctrcde concode_field_sep String ctrnme concode_elem_sep String ctrcde concode_elem_sep String ctrnmc concode_elem_sep String recsts concode_elem_sep String swfctr concode_elem_sep String amdtlr concode_elem_sep Str... | void function ( String arg0 ) { this . ctrcde = arg0 ; } |
19,954 | returns the current season name . concode_field_sep Calendar spring concode_elem_sep SeasonName name concode_elem_sep Calendar winter concode_elem_sep Calendar autumn concode_elem_sep Calendar summer concode_field_sep void setName concode_elem_sep void setAutumn concode_elem_sep Calendar getNextSeason concode_elem_sep ... | SeasonName function ( ) { return name ; } |
19,955 | retrieves a copy of the specified substring in the clob value designated by this clob object . the substring begins at position pos and has up to length consecutive characters . concode_field_sep String data concode_field_sep java.io.Writer setCharacterStream concode_elem_sep int setString concode_elem_sep int setStrin... | String function ( long arg0 , int arg1 ) { try { return data . substring ( ( int ) arg0 , arg1 ) ; } catch ( Exception loc0 ) { throw jdbcDriver . sqlException ( Trace . error ( Trace . GENERAL_ERROR , loc0 . getMessage ( ) ) ) ; } } |
19,956 | sets the value of the value property . concode_field_sep String dest concode_elem_sep String value concode_elem_sep Boolean notify concode_field_sep String getValue concode_elem_sep String getDest concode_elem_sep boolean isNotify concode_elem_sep void setNotify concode_elem_sep void setDest | void function ( String arg0 ) { this . value = arg0 ; } |
19,957 | sets the severity of change . concode_field_sep long serialVersionUID concode_elem_sep FunctionOptimisationProblem fda5_g_problem concode_elem_sep int n_t concode_elem_sep ContinuousFunction fda5_g concode_elem_sep int tau concode_elem_sep int K concode_elem_sep int M concode_elem_sep int tau_t concode_elem_sep int n c... | void function ( int arg0 ) { this . n_t = arg0 ; } |
19,958 | visits all nodes in the transform hierarchy , in transitive order . concode_field_sep Deque<TransformTreeNode> transformStack concode_elem_sep Map<PInput,TransformTreeNode> producingTransformNode concode_field_sep void popNode concode_elem_sep void pushNode concode_elem_sep void addInput concode_elem_sep TransformTreeN... | void function ( Pipeline . PipelineVisitor arg0 , Set < PValue > arg1 ) { transformStack . peekFirst ( ) . visit ( arg0 , arg1 ) ; } |
19,959 | gets the value of the komponenty property . concode_field_sep TEvidencniUdajeDokumentu evidencniUdaje concode_elem_sep TKomponenty komponenty concode_elem_sep String id concode_field_sep void setKomponenty concode_elem_sep void setEvidencniUdaje concode_elem_sep TEvidencniUdajeDokumentu getEvidencniUdaje concode_elem_s... | TKomponenty function ( ) { return komponenty ; } |
19,960 | gets the allocated mips . concode_field_sep double allocatedMips concode_elem_sep double requestedMips concode_elem_sep boolean isInMigration concode_elem_sep double time concode_field_sep double getTime concode_elem_sep boolean isInMigration concode_elem_sep void setInMigration concode_elem_sep void setRequestedMips c... | double function ( ) { return allocatedMips ; } |
19,961 | removes an observer instance from the set of observers of this observable . concode_field_sep Vector m_Observers concode_field_sep void addObserver concode_elem_sep void removeObservers concode_elem_sep void notifyObservers concode_elem_sep int getObserverCount | void function ( Observer arg0 ) { synchronized ( m_Observers ) { m_Observers . removeElement ( arg0 ) ; } } |
19,962 | gets the value of the enabled property . concode_field_sep List<Long> serializers concode_elem_sep String name concode_elem_sep String className concode_elem_sep long settingsId concode_elem_sep long oid concode_elem_sep boolean enabled concode_field_sep void setName concode_elem_sep void setEnabled concode_elem_sep lo... | boolean function ( ) { return enabled ; } |
19,963 | get connector . concode_field_sep String deviceType concode_elem_sep InetAddress inetAddress concode_elem_sep int connector concode_elem_sep int port concode_elem_sep String ipAddressString concode_elem_sep int module concode_elem_sep boolean isConnected concode_elem_sep Socket socket concode_field_sep InetAddress getI... | int function ( ) { return connector ; } |
19,964 | try to head off a problem with downloading files from a secure https connection to internet explorer . when ie sees it 's talking to a secure server , it decides to treat all hints or instructions about caching as strictly as possible . immediately upon finishing the download , it throws the data away . unfortunately ,... | void function ( HttpServletResponse arg0 ) { arg0 . reset ( ) ; arg0 . setHeader ( "srini_string" , "srini_string" ) ; arg0 . setHeader ( "srini_string" , "srini_string" ) ; } |
19,965 | returns the current context . concode_field_sep Request request concode_elem_sep Map<String,ArrayList<String>> query concode_elem_sep Response response concode_elem_sep Context context concode_field_sep Series<Cookie> getResourceCookies concode_elem_sep Representation getResourceResponseEntity concode_elem_sep void ini... | Context function ( ) { return context ; } |
19,966 | this method creates the response to the caller if the order could not be processed concode_field_sep PlaceHolder placeHolder concode_field_sep Object handleOrder | Object function ( @ Headers Map < String , Object > arg0 , @ Body String arg1 , @ OutHeaders Map < String , Object > arg2 ) { arg2 . put ( "srini_string" , arg0 . get ( "srini_string" ) ) ; arg2 . put ( "srini_string" , "srini_string" ) ; return "srini_string" ; } |
19,967 | info 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 d concode_elem_sep void d concode_elem_sep void d concode_elem_sep void setL... | void function ( String arg0 , String arg1 ) { if ( LOG . INFO >= LOGLEVEL ) Log . i ( arg0 , arg1 ) ; } |
19,968 | returns the number of operators in the current architecture that execute vertices . concode_field_sep IAbc abc concode_elem_sep PreesmScenario scenario concode_elem_sep long finalTime concode_elem_sep Map<String,String> params concode_field_sep int getNbMainTypeOperators concode_elem_sep IAbc getAbc concode_elem_sep lo... | int function ( ) { int loc0 = 0 ; for ( final ComponentInstance loc1 : DesignTools . getOperatorInstances ( this . abc . getArchitecture ( ) ) ) { if ( this . abc . getFinalCost ( loc1 ) > 0 ) { loc0 ++ ; } } return loc0 ; } |
19,969 | builds a new immutablesortedset of the path statistics for the given profilertask . stat s are sorted by their natural order . concode_field_sep long duration concode_elem_sep ProfilePhase phase concode_elem_sep String path concode_elem_sep long count concode_elem_sep Table<ProfilerTask,String,Stat> statistics concode_... | ImmutableSortedSet < Stat > function ( ProfilerTask arg0 ) { return ImmutableSortedSet . copyOf ( statistics . row ( arg0 ) . values ( ) ) ; } |
19,970 | rk record is a slightly smaller alternative to numberrecord poi likes numberrecord better concode_field_sep Constructor<? extends Record> _c concode_elem_sep Class<?>[] CONSTRUCTOR_ARGS concode_elem_sep Class<? extends Record>[] recordClasses concode_elem_sep int NUM_RECORDS concode_elem_sep Method _m concode_elem_sep ... | NumberRecord function ( RKRecord arg0 ) { NumberRecord loc0 = new NumberRecord ( ) ; loc0 . setColumn ( arg0 . getColumn ( ) ) ; loc0 . setRow ( arg0 . getRow ( ) ) ; loc0 . setXFIndex ( arg0 . getXFIndex ( ) ) ; loc0 . setValue ( arg0 . getRKNumber ( ) ) ; return loc0 ; } |
19,971 | get the parser used to fetch nodes . concode_field_sep String PROP_TEXT_PROPERTY concode_elem_sep boolean mRecursive concode_elem_sep String PROP_NODES_PROPERTY concode_elem_sep String PROP_URL_PROPERTY concode_elem_sep NodeFilter[] mFilters concode_elem_sep String PROP_CONNECTION_PROPERTY concode_elem_sep Parser mPars... | Parser function ( ) { return ( mParser ) ; } |
19,972 | if the notification is an update . concode_field_sep Class<?> defaultReceiver concode_elem_sep Class<?> receiver concode_elem_sep String PREF_KEY concode_elem_sep Context context concode_elem_sep Options options concode_elem_sep NotificationCompat.Builder builder concode_field_sep void cancel concode_elem_sep boolean w... | boolean function ( boolean arg0 ) { boolean loc0 = options . getDict ( ) . optBoolean ( "srini_string" , false ) ; if ( ! arg0 ) { options . getDict ( ) . remove ( "srini_string" ) ; } return loc0 ; } |
19,973 | decode an array of bytes into a string . concode_field_sep boolean fastASCIINumbers concode_elem_sep HashMap<String,String[]> encodings concode_elem_sep String encoding concode_elem_sep Encoding DEFAULT_ENCODING concode_field_sep byte[] encode concode_elem_sep boolean isAvailable concode_elem_sep Reader getDecodingRead... | String function ( byte [ ] arg0 ) { return decode ( arg0 , 0 , arg0 . length ) ; } |
19,974 | deletes the kaleo task with the primary key from the database . also notifies the appropriate model listeners . concode_field_sep KaleoTaskLocalService _kaleoTaskLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService concode_elem_sep com.liferay.portal.kernel.da... | com . liferay . portal . workflow . kaleo . model . KaleoTask function ( long arg0 ) { return _kaleoTaskLocalService . deleteKaleoTask ( arg0 ) ; } |
19,975 | returns a fastcollection view of the values contained in thismap . concode_field_sep LocalContext.Reference _mapRef concode_field_sep FastMap newLocalMap concode_elem_sep Set entrySet concode_elem_sep boolean containsKey concode_elem_sep boolean isEmpty concode_elem_sep void clear concode_elem_sep LocalMap setValueComp... | Collection function ( ) { return localMap ( ) . values ( ) ; } |
19,976 | inform this container that the server is being stopped . this method must be implicitly called before the server containing this container is stopped . concode_field_sep ApplicationHandler appHandler concode_elem_sep Logger LOGGER concode_elem_sep AtomicBoolean closed concode_elem_sep HttpExchange exchange concode_fiel... | void function ( ) { this . appHandler . onShutdown ( this ) ; } |
19,977 | create an instance of jaxbelement concode_field_sep QName _OverallWidthWindow_QNAME concode_elem_sep QName _Column_QNAME concode_elem_sep QName _StairFlight_QNAME concode_elem_sep QName _FlowTerminal_QNAME concode_elem_sep QName _OverallWidthDoor_QNAME concode_elem_sep QName _Stair_QNAME concode_elem_sep QName _Beam_QN... | JAXBElement < OpeningElementType > function ( OpeningElementType arg0 ) { return new JAXBElement < OpeningElementType > ( _OpeningElement_QNAME , OpeningElementType . class , null , arg0 ) ; } |
19,978 | returns the feedback correct of this test answer . concode_field_sep TestAnswer _testAnswer concode_field_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep long getPrecedence concode_elem_sep boolean isCachedModel concode_elem_sep com.liferay.portlet.expando.model.ExpandoBridg... | java . lang . String function ( ) { return _testAnswer . getFeedbackCorrect ( ) ; } |
19,979 | override the default sql state fallback translator typically a sqlstatesqlexceptiontranslator . concode_field_sep SQLExceptionTranslator fallbackTranslator concode_elem_sep Log logger concode_field_sep DataAccessException doTranslate concode_elem_sep String buildMessage concode_elem_sep SQLExceptionTranslator getFallba... | void function ( SQLExceptionTranslator arg0 ) { this . fallbackTranslator = arg0 ; } |
19,980 | selects a cadomainparameterinfo . concode_field_sep int caiIndex concode_elem_sep List<CAInfo> caiList concode_elem_sep int cadpiIndex concode_elem_sep List<CADomainParameterInfo> cadpiList concode_field_sep CADomainParameterInfo getCADomainParameterInfo concode_elem_sep void addCADomainParameterInfo concode_elem_sep v... | void function ( int arg0 ) { if ( arg0 < 0 || arg0 > cadpiList . size ( ) - 1 ) { throw new IllegalArgumentException ( "srini_string" ) ; } this . cadpiIndex = arg0 ; } |
19,981 | executes the given url with the given httpmethod . furthermore the http.proxyxxx system variables are read and set into the httpclient . concode_field_sep Pattern URL_CREDENTIALS_PATTERN concode_elem_sep Logger logger concode_field_sep HttpMethod createHttpMethod concode_elem_sep Credentials extractCredentials concode_... | String function ( String arg0 , String arg1 , int arg2 ) { return executeUrl ( arg0 , arg1 , null , null , arg2 ) ; } |
19,982 | add error message to a specific client . concode_field_sep Logger log concode_elem_sep Properties buildProperties concode_field_sep String getRequestParameter concode_elem_sep UIComponent findComponent concode_elem_sep ServletContext getServletContext concode_elem_sep void redirectBrowser concode_elem_sep Object getMan... | void function ( String arg0 , String arg1 ) { FacesContext . getCurrentInstance ( ) . addMessage ( arg0 , new FacesMessage ( FacesMessage . SEVERITY_ERROR , arg1 , arg1 ) ) ; } |
19,983 | sets the value of the ccbscomponentid property . concode_field_sep long ccbsPackageId concode_elem_sep long ccbsComponentId concode_field_sep void setCcbsPackageId concode_elem_sep long getCcbsPackageId concode_elem_sep long getCcbsComponentId | void function ( long arg0 ) { this . ccbsComponentId = arg0 ; } |
19,984 | set the target destinationresolver to delegate to . concode_field_sep Map<String,D> resolvedDestinationCache concode_elem_sep DestinationResolver<D> targetDestinationResolver concode_field_sep D resolveDestination concode_elem_sep void afterPropertiesSet | void function ( DestinationResolver < D > arg0 ) { this . targetDestinationResolver = arg0 ; } |
19,985 | returns true if the specified point is contained within or on the surface of the hyper-rectangle . concode_field_sep int[] mMaxCorner concode_elem_sep int[] mMinCorner concode_field_sep boolean isPoint concode_elem_sep int[] closestPoint concode_elem_sep int dimensionOfMaxWidth concode_elem_sep IntegerHyperRect interse... | boolean function ( int [ ] arg0 ) { int loc0 = arg0 . length ; checkDimension ( loc0 ) ; for ( int loc1 = 0 ; loc1 < loc0 ; loc1 ++ ) { int loc2 = arg0 [ loc1 ] ; if ( loc2 < mMinCorner [ loc1 ] || loc2 > mMaxCorner [ loc1 ] ) { return false ; } } return true ; } |
19,986 | use new batch protocol if server supports it and usebatchdirect is not set . concode_field_sep Cluster cluster concode_elem_sep int partitionGeneration concode_elem_sep Host[] aliases concode_elem_sep InetSocketAddress address concode_elem_sep int failures concode_elem_sep boolean hasDouble concode_elem_sep ArrayBlocki... | boolean function ( BatchPolicy arg0 ) { return ! arg0 . useBatchDirect && hasBatchIndex ; } |
19,987 | tests if this map contains a mapping for the given key . concode_field_sep boolean nullKeyExists concode_elem_sep Reporter reporter concode_elem_sep int updateCounter concode_elem_sep float DEFAULT_LOAD_FACTOR concode_elem_sep Object nullKeyMapping concode_elem_sep int initCounter concode_elem_sep int DEFAULT_INITIAL_C... | boolean function ( Object arg0 ) { if ( arg0 == null ) { return nullKeyExists ; } return table . containsKey ( arg0 ) ; } |
19,988 | reads the next token from standard input , parses it as a boolean , and returns the boolean . concode_field_sep Pattern EMPTY_PATTERN concode_elem_sep String CHARSET_NAME concode_elem_sep Locale LOCALE concode_elem_sep Scanner scanner concode_elem_sep Pattern WHITESPACE_PATTERN concode_elem_sep Pattern EVERYTHING_PATTE... | boolean function ( ) { String loc0 = readString ( ) ; if ( loc0 . equalsIgnoreCase ( "srini_string" ) ) return true ; if ( loc0 . equalsIgnoreCase ( "srini_string" ) ) return false ; if ( loc0 . equals ( "srini_string" ) ) return true ; if ( loc0 . equals ( "srini_string" ) ) return false ; throw new InputMismatchExcep... |
19,989 | get the log writer for this managedconnectionfactory instance . concode_field_sep long serialVersionUID concode_elem_sep String cfProperty concode_elem_sep PrintWriter logwriter concode_elem_sep ResourceAdapter ra concode_field_sep ManagedConnection createManagedConnection concode_elem_sep void setCfProperty concode_el... | PrintWriter function ( ) { return logwriter ; } |
19,990 | obtains a reference to the iiop socket binding injector . this injector is used to inject a servicebinding containing the iiop socket properties . concode_field_sep Properties properties concode_elem_sep ServiceName SERVICE_NAME concode_elem_sep StopContext context concode_elem_sep InjectedValue<SocketBinding> iiopSSLS... | Injector < SocketBinding > function ( ) { return this . iiopSocketBindingInjector ; } |
19,991 | set the ifmodifiedsince value . concode_field_sep DateTimeRfc1123 ocpDate concode_elem_sep String clientRequestId concode_elem_sep DateTimeRfc1123 ifUnmodifiedSince concode_elem_sep Boolean returnClientRequestId concode_elem_sep DateTimeRfc1123 ifModifiedSince concode_elem_sep Integer timeout concode_elem_sep String if... | JobScheduleDeleteOptions function ( DateTime arg0 ) { if ( arg0 == null ) { this . ifModifiedSince = null ; } else { this . ifModifiedSince = new DateTimeRfc1123 ( arg0 ) ; } return this ; } |
19,992 | consults all the existing alternativeuitextprovider and return an override , if any , or null . concode_field_sep PlaceHolder placeHolder concode_field_sep ExtensionList<AlternativeUiTextProvider> all concode_elem_sep T cast concode_elem_sep String getText | String function ( Message < T > arg0 , T arg1 ) { for ( AlternativeUiTextProvider loc0 : all ( ) ) { String loc1 = loc0 . getText ( arg0 , arg1 ) ; if ( loc1 != null ) return loc1 ; } return null ; } |
19,993 | setnodeid concode_field_sep List<Integer> m_reporters concode_elem_sep Type m_type concode_elem_sep String m_svcName concode_elem_sep String m_ipAddr concode_elem_sep Long m_nodeid concode_field_sep void setReporters concode_elem_sep int getReporterCount concode_elem_sep List<Integer> getReporters concode_elem_sep Stri... | void function ( final Long arg0 ) { m_nodeid = arg0 ; } |
19,994 | find the path from start to goal using breadth first search concode_field_sep PlaceHolder placeHolder concode_field_sep int getNumEdges concode_elem_sep Set<GeographicPoint> getVertices concode_elem_sep List<GeographicPoint> dijkstra concode_elem_sep List<GeographicPoint> dijkstra concode_elem_sep List<GeographicPoint>... | List < GeographicPoint > function ( GeographicPoint arg0 , GeographicPoint arg1 ) { Consumer < GeographicPoint > loc0 = ( x ) -> { } ; return bfs ( arg0 , arg1 , loc0 ) ; } |
19,995 | tag use object tag concode_field_sep String defaultTag concode_elem_sep boolean isPrint concode_field_sep int d concode_elem_sep int d concode_elem_sep int d concode_elem_sep int d concode_elem_sep int e concode_elem_sep int e concode_elem_sep int e concode_elem_sep int e concode_elem_sep int w concode_elem_sep int w c... | int function ( Object arg0 , String arg1 ) { return isPrint ? android . util . Log . v ( arg0 . getClass ( ) . getSimpleName ( ) , arg1 ) : - 1 ; } |
19,996 | return the type of an attribute by qualified prefixed name . concode_field_sep AttributesAdapter qAtts concode_elem_sep XMLReader xmlReader concode_elem_sep DocumentHandler documentHandler concode_elem_sep Attributes attributes concode_field_sep void setupXMLReader concode_elem_sep void setEntityResolver concode_elem_s... | String function ( String arg0 ) { return attributes . getType ( arg0 ) ; } |
19,997 | gets the monthwithjanuaryasone value for this wsdate . concode_field_sep int hours concode_elem_sep int seconds concode_elem_sep int year concode_elem_sep int minutes concode_elem_sep int day concode_elem_sep int monthWithJanuaryAsOne concode_field_sep int getHours concode_elem_sep int getSeconds concode_elem_sep void ... | int function ( ) { return monthWithJanuaryAsOne ; } |
19,998 | this method resets the incoming events time events included . 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_sep SCInte... | void function ( ) { sCInterface . clearEvents ( ) ; } |
19,999 | returns the type of the channel . concode_field_sep String TYPE_GATEWAY_EXTRAS concode_elem_sep Integer number concode_elem_sep String TYPE_GATEWAY_VARIABLE concode_elem_sep Map<HmDatapointInfo,HmDatapoint> datapoints concode_elem_sep String TYPE_GATEWAY_SCRIPT concode_elem_sep boolean initialized concode_elem_sep Inte... | void function ( String arg0 ) { this . type = arg0 ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.