idx int64 0 25k | question stringlengths 68 5.14k | target stringlengths 20 503 |
|---|---|---|
10,200 | gets the value of a field of an object as an object . caller can cast this to appropraite class or inspect its type before using it . concode_field_sep Logger logger concode_field_sep HashMap getAll concode_elem_sep void set concode_elem_sep Field getField concode_elem_sep void setAll concode_elem_sep void setAll | Object function ( final Object arg0 , final String arg1 ) { try { final Field loc0 = ObjectGetSetter . getField ( arg0 , arg1 ) ; loc0 . setAccessible ( true ) ; return loc0 . get ( arg0 ) . toString ( ) ; } catch ( final Exception loc0 ) { } return null ; } |
10,201 | gets the value of the hashvalue property . concode_field_sep HashDataType hashData concode_elem_sep String hashAlgorithm concode_elem_sep String friendlyName concode_elem_sep byte[] hashValue concode_field_sep String getHashAlgorithm concode_elem_sep HashDataType getHashData concode_elem_sep String getFriendlyName conc... | byte [ ] function ( ) { return hashValue ; } |
10,202 | sets the value of the id property . concode_field_sep String id concode_elem_sep String value concode_field_sep void setvalue concode_elem_sep String getvalue concode_elem_sep String getId | void function ( String arg0 ) { this . id = arg0 ; } |
10,203 | gets the polygon object that represents the time zone on the image map . concode_field_sep Polygon mapPolygon concode_elem_sep String id concode_elem_sep String mapCommandButtonId concode_field_sep boolean isRelevantComponentId concode_elem_sep String getId concode_elem_sep String getMapCommandButtonId | Polygon function ( ) { return mapPolygon ; } |
10,204 | if s host is unable to accepted a message to not authorized to reply , this message is sent . concode_field_sep PlaceHolder placeHolder concode_field_sep void registerListenerWithLeader concode_elem_sep void forwardReceivedUidMessage concode_elem_sep void sendPing concode_elem_sep void sendUidMessage concode_elem_sep v... | void function ( String arg0 ) { LeaderInterface loc0 = getLeaderInterface ( arg0 ) ; loc0 . receiveMessage ( Message . getInstance ( ) . getRequestNotAccepted ( ) ) ; System . out . println ( "srini_string" + arg0 ) ; } |
10,205 | giving a chance for the loadtestdatagenerator to change the mutation load . concode_field_sep String[] args concode_elem_sep byte[] INCREMENT concode_elem_sep LoadTestKVGenerator kvGenerator concode_elem_sep byte[] MUTATE_INFO concode_field_sep byte[] generateValue concode_elem_sep byte[][] generateColumnsForCf concode... | Mutation function ( long arg0 , Mutation arg1 ) { return arg1 ; } |
10,206 | create a random vector in -0.5 , 0.5 and scale it according the domain of the problem . concode_field_sep ControlParameter alpha concode_elem_sep DistanceMeasure distanceMeasure concode_elem_sep ControlParameter betaMin concode_elem_sep ControlParameter gamma concode_field_sep void setGamma concode_elem_sep Vector upda... | Vector function ( Firefly arg0 ) { double loc0 = arg0 . getPosition ( ) . boundsOf ( 0 ) . getRange ( ) ; return Vector . newBuilder ( ) . repeat ( arg0 . getDimension ( ) , Real . valueOf ( 0.0 , new Bounds ( - 0.5 , 0.5 ) ) ) . buildRandom ( ) . multiply ( loc0 ) ; } |
10,207 | sets the ytop position of the svg concode_field_sep int width concode_elem_sep int yTop concode_elem_sep int height concode_elem_sep int xLeft concode_field_sep int getHeight concode_elem_sep int getXLeft concode_elem_sep int getYTop concode_elem_sep void setXLeft concode_elem_sep int getWidth concode_elem_sep void set... | void function ( int arg0 ) { this . yTop = arg0 ; } |
10,208 | gets the `` in '' direction filter set . the `` in '' direction is referred to copying headers from an external message to a camel message . concode_field_sep Set<String> outFilter concode_elem_sep boolean allowNullValues concode_elem_sep Pattern inFilterPattern concode_elem_sep boolean lowerCase concode_elem_sep boole... | Set < String > function ( ) { if ( inFilter == null ) { inFilter = new HashSet < String > ( ) ; } return inFilter ; } |
10,209 | set the value produced by worker thread concode_field_sep Logger LOG concode_elem_sep ThreadVar myThreadVar concode_elem_sep Object value concode_elem_sep ModalityState myModalityState concode_elem_sep Thread myThread concode_field_sep void onThrowable concode_elem_sep Object getValue concode_elem_sep Thread get concod... | void function ( Object arg0 ) { value = arg0 ; } |
10,210 | when deserializing , initialize the seed because otherwise we could get duplicate evolution results when doing distributed computing ! concode_field_sep Random m_rn concode_elem_sep double m_scale concode_elem_sep double m_location concode_elem_sep String CVS_REVISION concode_field_sep float nextFloat concode_elem_sep ... | void function ( ObjectInputStream arg0 ) { arg0 . defaultReadObject ( ) ; m_rn . setSeed ( System . currentTimeMillis ( ) ) ; } |
10,211 | get the iproject containing the given eobject concode_field_sep SGenFactory factory concode_field_sep void setDefaultValue concode_elem_sep FeatureParameterValue createParameterValue concode_elem_sep FeatureConfiguration createDefaultFeatureConfiguration concode_elem_sep boolean projectExists concode_elem_sep FeatureCo... | IProject function ( EObject arg0 ) { return ResourcesPlugin . getWorkspace ( ) . getRoot ( ) . getFile ( new Path ( arg0 . eResource ( ) . getURI ( ) . toPlatformString ( true ) ) ) . getProject ( ) ; } |
10,212 | get custom serializer concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep pe.com.grupobbva.rating.pfa.itda.CtBodyRq data concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep pe.com.grupobbva.xsd.ps9.CtHeaderRq header concode_elem_sep boolean __hashCodeCalc concode_field_sep org.a... | 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 ) ; } |
10,213 | entity id accessor concode_field_sep Object instance concode_elem_sep String entityName concode_elem_sep SharedSessionContractImplementor session concode_elem_sep EntityPersister persister concode_elem_sep Serializable id concode_field_sep AfterTransactionCompletionProcess getAfterTransactionCompletionProcess concode_e... | Serializable function ( ) { if ( id instanceof DelayedPostInsertIdentifier ) { final Serializable loc0 = session . getPersistenceContext ( ) . getEntry ( instance ) . getId ( ) ; return loc0 instanceof DelayedPostInsertIdentifier ? null : loc0 ; } return id ; } |
10,214 | what the heck is this method doing ?? does this even belong to this util class ?? concode_field_sep String SCREEN_DMS concode_elem_sep SimpleDateFormat sdf concode_elem_sep String SCREEN_DMS_1 concode_elem_sep String SCREEEN_DATE_FORMAT concode_elem_sep SimpleDateFormat dateformat concode_elem_sep SimpleDateFormat post... | Object [ ] function ( Object [ ] arg0 ) { if ( arg0 == null || arg0 . length == 0 ) return null ; String [ ] loc0 = new String [ arg0 . length ] ; for ( int loc1 = 0 ; loc1 < arg0 . length ; loc1 ++ ) { loc0 [ loc1 ] = arg0 [ loc1 ] . toString ( ) ; } arg0 = loc0 ; return arg0 ; } |
10,215 | create a new set of points concode_field_sep PlaceHolder placeHolder concode_field_sep PointBuilder newPoint concode_elem_sep PointBuilder newPoint concode_elem_sep MultiLineStringBuilder newMultiLinestring concode_elem_sep MultiPolygonBuilder newMultiPolygon concode_elem_sep MultiPolygonBuilder newMultiPolygon concode... | MultiPointBuilder function ( List < Coordinate > arg0 ) { return new MultiPointBuilder ( arg0 ) ; } |
10,216 | write out the string just uncompressed . concode_field_sep int nextBits concode_elem_sep int dstIndex concode_elem_sep int bytePointer concode_elem_sep int h concode_elem_sep byte[][] stringTable concode_elem_sep byte[] data concode_elem_sep int[] andTable concode_elem_sep int samplesPerPixel concode_elem_sep int bitsT... | void function ( byte [ ] arg0 ) { for ( int loc0 = 0 ; loc0 < arg0 . length ; loc0 ++ ) { uncompData [ dstIndex ++ ] = arg0 [ loc0 ] ; } } |
10,217 | returns the company id of this trash version . concode_field_sep TrashVersion _trashVersion concode_field_sep long getClassNameId concode_elem_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttribut... | long function ( ) { return _trashVersion . getCompanyId ( ) ; } |
10,218 | the prefix assigned to this taglib from the taglib directive concode_field_sep String urn concode_elem_sep String tlibversion concode_elem_sep FunctionInfo[] functions concode_elem_sep String prefix concode_elem_sep String uri concode_elem_sep String shortname concode_elem_sep TagFileInfo[] tagFiles concode_elem_sep St... | String function ( ) { return prefix ; } |
10,219 | gets the value of the serialnumber property . concode_field_sep Integer amount concode_elem_sep String serialNumber concode_elem_sep XMLGregorianCalendar endDate concode_elem_sep Boolean isValid concode_elem_sep Integer refillAmount concode_elem_sep Boolean isValidForRefill concode_elem_sep long serialVersionUID concod... | String function ( ) { return serialNumber ; } |
10,220 | create a new tophits aggregation with the given name . concode_field_sep PlaceHolder placeHolder concode_field_sep GeoBoundsAggregationBuilder geoBounds concode_elem_sep DateRangeAggregationBuilder dateRange concode_elem_sep AdjacencyMatrixAggregationBuilder adjacencyMatrix concode_elem_sep AdjacencyMatrixAggregationBu... | TopHitsAggregationBuilder function ( String arg0 ) { return new TopHitsAggregationBuilder ( arg0 ) ; } |
10,221 | define valor do atributo listaitensconfiguracaoserializada . concode_field_sep Integer idMapaDesenhoServico concode_elem_sep List listaImagensItensConfiguracao concode_elem_sep long serialVersionUID concode_elem_sep String nomeServico concode_elem_sep String identificacao concode_elem_sep Integer idImagemItemConfigurac... | void function ( String arg0 ) { this . listaItensConfiguracaoSerializada = arg0 ; } |
10,222 | kills all commonly created java based processes created by fabric8 and its unit tests . this is handy for unit testing to ensure there 's no stray karaf , wildfly , tomcat or java containers running . concode_field_sep Logger LOG concode_elem_sep boolean isWindows concode_field_sep int killDockerContainer concode_elem_... | int function ( ) { return killJavaProcesses ( "srini_string" , "srini_string" , "srini_string" , "srini_string" , "srini_string" ) ; } |
10,223 | the id of the instance . concode_field_sep String instanceId concode_elem_sep com.amazonaws.internal.ListWithAutoConstructFlag<ImportInstanceVolumeDetailItem> volumes concode_elem_sep String description concode_elem_sep String platform concode_field_sep String getInstanceId concode_elem_sep ImportInstanceTaskDetails wi... | void function ( String arg0 ) { this . instanceId = arg0 ; } |
10,224 | gets the value of the pathtype property . concode_field_sep String path concode_elem_sep String id concode_elem_sep String pathType concode_field_sep void setPathType concode_elem_sep String getPath concode_elem_sep void setId concode_elem_sep void setPath concode_elem_sep String getId | String function ( ) { if ( pathType == null ) { return "srini_string" ; } else { return pathType ; } } |
10,225 | gets the value of the archive property . concode_field_sep Boolean books concode_elem_sep Boolean intray concode_elem_sep Boolean archive concode_field_sep void setIntray concode_elem_sep Boolean isBooks concode_elem_sep void setArchive concode_elem_sep Boolean isIntray concode_elem_sep void setBooks | Boolean function ( ) { return archive ; } |
10,226 | 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 ) ; } |
10,227 | add an edge to the triangle . concode_field_sep List<Edge> edges concode_elem_sep List<Triangle> neighbours concode_elem_sep int id concode_field_sep boolean addNeighbour concode_elem_sep int getId concode_elem_sep boolean removeNeighbour concode_elem_sep List<Triangle> getNeighbours concode_elem_sep boolean removeEdge... | boolean function ( Edge arg0 ) { return getEdges ( ) . add ( arg0 ) ; } |
10,228 | returns the number of db entities . concode_field_sep String nativeQueryString concode_elem_sep int toRead concode_elem_sep int listIndex concode_elem_sep int pageSize concode_elem_sep int index concode_elem_sep boolean hasNext concode_elem_sep ScrollableResults sresult concode_elem_sep List<Integer> idList concode_ele... | long function ( ) { return entitiesNum ; } |
10,229 | dump the disassembled code of all methods in the class . concode_field_sep boolean code concode_elem_sep boolean constants concode_elem_sep boolean superClasses concode_elem_sep long serialVersionUID concode_field_sep int compare concode_elem_sep void printClass concode_elem_sep void main | void function ( Method [ ] arg0 ) { for ( Method loc0 : arg0 ) { System . out . println ( loc0 ) ; Code loc1 = loc0 . getCode ( ) ; if ( loc1 != null ) { System . out . println ( loc1 ) ; } } } |
10,230 | adds a fully qualified url to be excluded . this must be the fully qualified url to a jar or a classpath entry such as : file : / / / tmp/foo.jar concode_field_sep ClassLoader classLoader concode_elem_sep Set<String> excludes concode_elem_sep Set<Pattern> excludePatterns concode_elem_sep List<String> names concode_fiel... | void function ( String arg0 ) { excludes . add ( arg0 ) ; } |
10,231 | decodes a url safe string into its original form using the specified encoding . escaped characters are converted back to their original representation . concode_field_sep String charset concode_elem_sep int RADIX concode_elem_sep byte ESCAPE_CHAR concode_elem_sep BitSet WWW_FORM_URL concode_field_sep byte[] encode conc... | String function ( final String arg0 , final String arg1 ) { if ( arg0 == null ) { return null ; } return new String ( decode ( StringUtils . getBytesUsAscii ( arg0 ) ) , arg1 ) ; } |
10,232 | removes an existing value from the series . concode_field_sep double mMinY concode_elem_sep List<PointD> xyList concode_elem_sep double mMaxY concode_elem_sep String mTitle concode_elem_sep double mMaxX concode_elem_sep long serialVersionUID concode_elem_sep double mMinX concode_field_sep void add concode_elem_sep void... | void function ( final int arg0 ) { final PointD loc0 = xyList . remove ( arg0 ) ; if ( loc0 . x == mMinX || loc0 . x == mMaxX || loc0 . y == mMinY || loc0 . y == mMaxY ) { initRange ( ) ; } } |
10,233 | gets the value of the name property . concode_field_sep List<String> instance concode_elem_sep String endInstance concode_elem_sep String name concode_elem_sep String startInstance concode_elem_sep String dataset concode_field_sep void setName concode_elem_sep String getDataset concode_elem_sep String getEndInstance co... | String function ( ) { return name ; } |
10,234 | presently , any basic block ending in an instruction with a result needs to have a unique successor . this appies only to the block between the switch instruction and the return in this case . concode_field_sep PlaceHolder placeHolder concode_field_sep void edgeSplitMoveException concode_elem_sep void voidFunction conc... | int function ( int arg0 ) { int loc0 = 0 ; switch ( arg0 ) { case 1 : loc0 ++ ; break ; case 2 : loc0 ++ ; break ; case 3 : loc0 ++ ; break ; } return loc0 ; } |
10,235 | sets the value of the amber property . concode_field_sep BigInteger seconds concode_elem_sep XMLAmberTimesType.XMLRedAmber redAmber concode_elem_sep XMLAmberTimesType.XMLAmber amber concode_field_sep BigInteger getSeconds concode_elem_sep BigInteger getSeconds concode_elem_sep void setSeconds concode_elem_sep void setS... | void function ( XMLAmberTimesType . XMLAmber arg0 ) { this . amber = arg0 ; } |
10,236 | set whether to export the vertex and edge labels . the default behavior is to export no vertex or edge labels . concode_field_sep Integer PRINT_EDGE_LABELS concode_elem_sep Integer PRINT_NO_LABELS concode_elem_sep VertexNameProvider<V> vertexIDProvider concode_elem_sep Integer printLabels concode_elem_sep EdgeNameProvi... | void function ( final Integer arg0 ) { if ( ( arg0 != PRINT_NO_LABELS ) && ( arg0 != PRINT_EDGE_LABELS ) && ( arg0 != PRINT_EDGE_VERTEX_LABELS ) && ( arg0 != PRINT_VERTEX_LABELS ) ) { throw new IllegalArgumentException ( "srini_string" + Integer . toString ( arg0 ) ) ; } printLabels = arg0 ; } |
10,237 | validate collection set . each collection set must contain : 25 samples of each of 2 peers = 50 resources concode_field_sep IpInterfaceDao m_ipInterfaceDao concode_elem_sep TcaDataCollectionConfigDao m_configDao concode_elem_sep NodeDao m_nodeDao concode_elem_sep SnmpPeerFactory m_snmpPeerFactory concode_elem_sep Strin... | void function ( CollectionSet arg0 ) { Assert . assertTrue ( arg0 instanceof TcaCollectionSet ) ; TcaCollectionSet loc0 = ( TcaCollectionSet ) arg0 ; Assert . assertFalse ( loc0 . getCollectionResources ( ) . isEmpty ( ) ) ; Assert . assertEquals ( 50 , loc0 . getCollectionResources ( ) . size ( ) ) ; } |
10,238 | create an instance of certificatevalidity concode_field_sep QName _CommonName_QNAME concode_field_sep CAURI createCAURI concode_elem_sep RequestFilter createRequestFilter concode_elem_sep OIDCollection createOIDCollection concode_elem_sep OID createOID concode_elem_sep Revision createRevision concode_elem_sep Extension... | CertificateValidity function ( ) { return new CertificateValidity ( ) ; } |
10,239 | setter for refreshtoken . concode_field_sep BatchClassService batchClassService concode_elem_sep String refreshToken concode_elem_sep String network concode_elem_sep Object object concode_elem_sep String batchClassIdentifier concode_elem_sep PluginPropertiesService pluginPropertiesService concode_elem_sep String secret... | void function ( String arg0 ) { this . refreshToken = arg0 ; } |
10,240 | the notificationmanager for the app . concode_field_sep String KEY concode_elem_sep int ID concode_elem_sep String EXTRA_AUTO_CANCEL concode_field_sep boolean canBadgeAppIcon concode_elem_sep void setBadgeNotification concode_elem_sep void clearBadge concode_elem_sep int getResId concode_elem_sep void hasPermission con... | NotificationManager function ( Context arg0 ) { return ( NotificationManager ) arg0 . getSystemService ( Context . NOTIFICATION_SERVICE ) ; } |
10,241 | gets the dayoftheweek value for this perioddemandplan . concode_field_sep double quantity concode_elem_sep com.netsuite.webservices.transactions.demandplanning_2014_2.types.DayOfTheWeek dayOfTheWeek concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.d... | com . netsuite . webservices . transactions . demandplanning_2014_2 . types . DayOfTheWeek function ( ) { return dayOfTheWeek ; } |
10,242 | sets the file name of this attachment . concode_field_sep Attachment _attachment concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel conco... | void function ( java . lang . String arg0 ) { _attachment . setFileName ( arg0 ) ; } |
10,243 | used to identify which toolboxes this plugin tool should be listed in . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep int previousProgress concode_elem_sep boolean amIActive concode_field_sep St... | String [ ] function ( ) { String [ ] loc0 = { "srini_string" } ; return loc0 ; } |
10,244 | sets the value of the subscriberidentifier property . concode_field_sep Boolean productLevel concode_elem_sep List<ServiceChangeDetails> serviceChangeDetails concode_elem_sep long serialVersionUID concode_elem_sep Boolean accountLevel concode_elem_sep SubscriberIdentifier subscriberIdentifier concode_elem_sep PlanChang... | void function ( SubscriberIdentifier arg0 ) { this . subscriberIdentifier = arg0 ; } |
10,245 | converts a delimiter-separated string of actions into a set of actions . supported delimiters are ' , ' , ' ; ' , and whitespace . concode_field_sep String actionsString concode_elem_sep String WILDCARD concode_elem_sep Set actions concode_elem_sep String target concode_field_sep String actionsToString concode_elem_sep... | Set function ( String arg0 ) { return new HashSet ( Arrays . asList ( arg0 . split ( "srini_string" ) ) ) ; } |
10,246 | retrieves the number of objects currently available in this pool . concode_field_sep String CVS_REVISION concode_elem_sep List m_pooledObjects concode_field_sep Object acquirePooledObject concode_elem_sep void releaseObject concode_elem_sep void releaseAllObjects concode_elem_sep void clear | int function ( ) { return m_pooledObjects . size ( ) ; } |
10,247 | get name concode_field_sep Integer name concode_elem_sep String property concode_elem_sep Integer _123Number concode_elem_sep Integer snakeCase concode_field_sep void setName concode_elem_sep String toIndentedString concode_elem_sep String getProperty concode_elem_sep Integer getSnakeCase concode_elem_sep int hashCode ... | Integer function ( ) { return name ; } |
10,248 | increments by one the current value and returns the the updated value concode_field_sep Log log concode_elem_sep int limit concode_elem_sep long serialVersionUID concode_elem_sep AtomicInteger counter concode_field_sep void set concode_elem_sep int getLimit concode_elem_sep int getAndDecrement | int function ( ) { int loc0 = this . counter . incrementAndGet ( ) ; if ( loc0 < 0 ) { return 0 ; } return loc0 ; } |
10,249 | override this method to do any setup needed before generation concode_field_sep String SCT_GENERATOR_CONSOLE concode_elem_sep MessageConsoleStream error concode_elem_sep String SEXEC_FILE_EXTENSION concode_elem_sep MessageConsoleStream info concode_field_sep void refreshTargetProject concode_elem_sep MessageConsole get... | void function ( GeneratorEntry arg0 ) { } |
10,250 | get the system id of the container of the expression . used to construct error messages . concode_field_sep boolean backwardsCompatible concode_elem_sep String defaultElementNamespace concode_elem_sep String baseURI concode_elem_sep String defaultFunctionNamespace concode_elem_sep Configuration config concode_elem_sep ... | String function ( ) { return "srini_string" ; } |
10,251 | brj : used by the odmg oqlquery.bind operation concode_field_sep Object m_attribute concode_elem_sep boolean m_bound concode_elem_sep UserAlias m_userAlias concode_elem_sep int m_numberOfExtentsToBind concode_elem_sep String NOT_LIKE concode_elem_sep String GREATER concode_elem_sep String NOT_LESS concode_elem_sep bool... | boolean function ( ) { return m_bound ; } |
10,252 | returns the primary key of this user mapping . concode_field_sep UserMapping _userMapping concode_field_sep void setName concode_elem_sep void setOrgCode1 concode_elem_sep void setOrgCode2 concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoB... | long function ( ) { return _userMapping . getPrimaryKey ( ) ; } |
10,253 | get the bookmark url . concode_field_sep String mUrl concode_elem_sep String mTitle concode_field_sep String getTitle | String function ( ) { return mUrl ; } |
10,254 | parses a block command like foreach/if . concode_field_sep Pattern foreachPattern concode_elem_sep SqlFileScanner y concode_field_sep void process concode_elem_sep TokenList seekTokenSource concode_elem_sep void main concode_elem_sep void processBlock concode_elem_sep boolean isNestingCommand | TokenList function ( String arg0 ) { if ( arg0 . trim ( ) . startsWith ( "srini_string" ) ) return seekTokenSource ( "srini_string" ) ; throw new RuntimeException ( "srini_string" + arg0 ) ; } |
10,255 | releases resources . concode_field_sep Texture2dProgram mProgram concode_elem_sep float TEX_COORDS[] concode_elem_sep int SIZEOF_FLOAT concode_elem_sep FloatBuffer TEX_COORDS_BUF concode_elem_sep Drawable2d mRectDrawable concode_elem_sep int TEX_COORDS_STRIDE concode_elem_sep float[] IDENTITY_MATRIX concode_field_sep v... | void function ( ) { if ( mProgram != null ) { mProgram . release ( ) ; mProgram = null ; } } |
10,256 | the name of the objc type declared by this generatedtype , or null if no type is declared . package declarations do n't declare a type concode_field_sep List<String> superTypes concode_elem_sep Set<Import> headerForwardDeclarations concode_elem_sep String publicDeclarationCode concode_elem_sep Set<Import> implementatio... | String function ( ) { return typeName ; } |
10,257 | getter for incontextreturnurl concode_field_sep String errorURL concode_elem_sep String preferredPrefix concode_elem_sep String inContextReturnURL concode_elem_sep String nameSpace concode_field_sep void setErrorURL concode_elem_sep String toXMLString concode_elem_sep void setInContextReturnURL concode_elem_sep String ... | String function ( ) { return inContextReturnURL ; } |
10,258 | asserts that there is a valid wrapped connection to delegate to . concode_field_sep long duration concode_elem_sep ClientConnectionManager connManager concode_elem_sep OperatedClientConnection wrappedConnection concode_elem_sep boolean markedReusable concode_elem_sep boolean released concode_field_sep void setSocketTim... | void function ( final OperatedClientConnection arg0 ) { if ( isReleased ( ) || arg0 == null ) { throw new ConnectionShutdownException ( ) ; } } |
10,259 | returns the hostname of the origin server . concode_field_sep Proxy proxy concode_elem_sep List<String> transports concode_elem_sep int uriPort concode_elem_sep SSLSocketFactory sslSocketFactory concode_elem_sep HostnameVerifier hostnameVerifier concode_elem_sep OkAuthenticator authenticator concode_elem_sep String uri... | String function ( ) { return uriHost ; } |
10,260 | throws an apiauthorization exception stating why the user failed concode_field_sep Log log concode_field_sep void before | void function ( User arg0 , Method arg1 ) { if ( log . isDebugEnabled ( ) ) { log . debug ( "srini_string" + arg0 + "srini_string" + arg1 . getName ( ) ) ; } throw new APIAuthenticationException ( Context . getMessageSourceService ( ) . getMessage ( "srini_string" ) ) ; } |
10,261 | --------------------------- ordrer ---------------------------------- concode_field_sep Connection con concode_elem_sep DBFacade instance concode_elem_sep UnitOfWorkProcessOrder uowo concode_elem_sep int nextNo concode_field_sep boolean commitBusinessTransactionOrderDetail concode_elem_sep Kunde searchKunder concode_el... | int function ( ) { nextNo = new OrderMapper ( ) . getNextOrderNo ( con ) ; return nextNo ; } |
10,262 | returns the logger for the given class . concode_field_sep Marker QUIET concode_elem_sep Marker LIFECYCLE concode_elem_sep Map<Integer,LogLevel> ANT_IVY_2_SLF4J_LEVEL_MAPPER concode_field_sep placeholderType placeHolder | Logger function ( Class arg0 ) { return ( Logger ) LoggerFactory . getLogger ( arg0 ) ; } |
10,263 | lazily loads the temporary queue type if one has not been explicitly configured via calling the #settemporaryqueuetype class concode_field_sep Class<? extends TemporaryQueue> temporaryQueueType concode_elem_sep Class<? extends TemporaryTopic> temporaryTopicType concode_field_sep void setTemporaryTopicType concode_elem_... | Class < ? extends TemporaryQueue > function ( JmsOperations arg0 ) { Class < ? extends TemporaryQueue > loc0 = getTemporaryQueueType ( ) ; if ( loc0 == null ) { loadTemporaryDestinationTypes ( arg0 ) ; loc0 = getTemporaryQueueType ( ) ; } return loc0 ; } |
10,264 | sets the value of the countrynamesresult property . concode_field_sep ArrayOftCountryInfo countryNamesResult concode_field_sep ArrayOftCountryInfo getCountryNamesResult | void function ( ArrayOftCountryInfo arg0 ) { this . countryNamesResult = arg0 ; } |
10,265 | override to do some things e.g. initialization of custom id directly before persisting the bean . concode_field_sep long serialVersionUID concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep void setId concode_elem_sep void preDelete concode_elem_sep IBeanCUDEvent createEvent concode_elem_sep... | void function ( ) { } |
10,266 | returns the name of the connection associated with this connection record . concode_field_sep Date endDate concode_elem_sep String connectionIdentifier concode_elem_sep String connectionName concode_elem_sep Integer userID concode_elem_sep Date startDate concode_elem_sep String username concode_field_sep Date getStartD... | String function ( ) { return connectionName ; } |
10,267 | creates a new instance of the currently set default handler and sets the contentbase for the handler to contentbase . concode_field_sep SAXParserFactory factory concode_elem_sep boolean validateDTD concode_elem_sep EntityResolver entityResolver concode_elem_sep FrontendDefaultHandler defaulthandler concode_field_sep vo... | FrontendDefaultHandler function ( final URL arg0 ) { final FrontendDefaultHandler loc0 = getDefaultHandler ( ) . newInstance ( ) ; if ( arg0 != null ) { loc0 . setConfigProperty ( Parser . CONTENTBASE_KEY , arg0 . toExternalForm ( ) ) ; } return loc0 ; } |
10,268 | sets the value of the g property . concode_field_sep byte[] p concode_elem_sep byte[] q concode_elem_sep byte[] seed concode_elem_sep byte[] g concode_elem_sep byte[] pgenCounter concode_elem_sep byte[] y concode_elem_sep byte[] j concode_field_sep byte[] getG concode_elem_sep void setY concode_elem_sep byte[] getSeed ... | void function ( byte [ ] arg0 ) { this . g = ( ( byte [ ] ) arg0 ) ; } |
10,269 | sets the project info . concode_field_sep String licenceName concode_elem_sep String name concode_elem_sep String version concode_elem_sep String info concode_field_sep String getVersion concode_elem_sep void setName concode_elem_sep String getName concode_elem_sep String getInfo concode_elem_sep void setVersion concod... | void function ( final String arg0 ) { this . info = arg0 ; } |
10,270 | auto generated setter method concode_field_sep com.amazon.ec2.CreateImageType localCreateImage concode_elem_sep javax.xml.namespace.QName MY_QNAME concode_field_sep java.lang.String generatePrefix concode_elem_sep void serialize concode_elem_sep void serialize concode_elem_sep void writeQName concode_elem_sep void writ... | void function ( com . amazon . ec2 . CreateImageType arg0 ) { this . localCreateImage = arg0 ; } |
10,271 | used to retrieve the plugin tool 's descriptive name . this can be a longer name containing spaces and is used in the interface to list the tool . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep i... | String function ( ) { return "srini_string" ; } |
10,272 | saves a savable in a system-dependent way . concode_field_sep PlaceHolder placeHolder concode_field_sep Savable loadGame concode_elem_sep Savable loadGame concode_elem_sep Savable loadGame concode_elem_sep Savable loadGame | void function ( String arg0 , String arg1 , Savable arg2 ) { saveGame ( arg0 , arg1 , arg2 , JmeSystem . StorageFolderType . External ) ; } |
10,273 | gets the value of the name property . concode_field_sep Navigation navigation concode_elem_sep String name concode_elem_sep Content content concode_field_sep void setName concode_elem_sep void setContent concode_elem_sep Content getContent concode_elem_sep Navigation getNavigation concode_elem_sep void setNavigation | String function ( ) { return name ; } |
10,274 | returns the fedora client concode_field_sep Map<String,String> fsParentMap concode_elem_sep String path concode_elem_sep String desaResultPath concode_elem_sep DesaElement rootElement concode_elem_sep Map<String,Integer> elementIds concode_elem_sep String outputPath concode_elem_sep SIP2DESATransporter transporter conc... | FedoraClient function ( ) { return fedoraClient ; } |
10,275 | get a text from the resource bundles associated with this action . the resource bundles are searched , starting with the one associated with this particular action , and testing all its superclasses ' bundles . it will stop once a bundle is found that contains the given text . this gives a cascading style that allow gl... | String function ( String arg0 , String [ ] arg1 ) { return getText ( arg0 , arg0 , arg1 ) ; } |
10,276 | renew the lease s held by the given client concode_field_sep HashSet<Long> files concode_elem_sep HashMap<Long,Lease> leasesById concode_elem_sep String name concode_elem_sep String holder concode_elem_sep Daemon lmthread concode_elem_sep long hardLimit concode_elem_sep FSNamesystem fsnamesystem concode_elem_sep long s... | void function ( String arg0 ) { renewLease ( getLease ( arg0 ) ) ; } |
10,277 | returns the name of the column to be added to computerset index.jelly . concode_field_sep boolean ignored concode_elem_sep DescriptorList<NodeMonitor> LIST concode_field_sep AbstractNodeMonitorDescriptor<?> getDescriptor concode_elem_sep DescriptorExtensionList<NodeMonitor,Descriptor<NodeMonitor>> all concode_elem_sep ... | String function ( ) { return getDescriptor ( ) . getDisplayName ( ) ; } |
10,278 | write an array of samples between -1.0 and +1.0 to standard audio . if a sample is outside the range , it will be clipped . concode_field_sep int BITS_PER_SAMPLE concode_elem_sep int SAMPLE_BUFFER_SIZE concode_elem_sep SourceDataLine line concode_elem_sep int BYTES_PER_SAMPLE concode_elem_sep double MAX_16_BIT concode_... | void function ( double [ ] arg0 ) { for ( int loc0 = 0 ; loc0 < arg0 . length ; loc0 ++ ) { play ( arg0 [ loc0 ] ) ; } } |
10,279 | as of jdk 1.1 , replaced by #setbounds int , int , int , int . concode_field_sep InnerInputCorrectJavaDocParagraphCheck anon concode_elem_sep byte NUL_2 concode_elem_sep byte NUL concode_field_sep void foo6 concode_elem_sep void foo6 concode_elem_sep void foo6 concode_elem_sep boolean emulated1 concode_elem_sep boolean... | void function ( ) { } |
10,280 | computes the orientation of a point q to the directed line segment p1-p2 . the orientation of a point relative to a directed line segment indicates which way you turn to get to q after travelling from p1 to p2 . concode_field_sep int COUNTERCLOCKWISE concode_elem_sep int COLLINEAR concode_elem_sep int STRAIGHT concode_... | int function ( Coordinate arg0 , Coordinate arg1 , Coordinate arg2 ) { return orientationIndex ( arg0 , arg1 , arg2 ) ; } |
10,281 | retorno de dado coleta concode_field_sep Metrics atraso1 concode_elem_sep Metrics atraso2 concode_elem_sep Metrics total1 concode_elem_sep Metrics total2 concode_field_sep double getMeanAtraso1 concode_elem_sep double getMeanNAtraso2 concode_elem_sep double getMeanAtraso2 concode_elem_sep double getMeanNAtraso1 concode... | double function ( ) { return atraso2 . getDeviation ( ) ; } |
10,282 | this method returns the next token string from the input file . concode_field_sep Preprocessor preprocessor concode_field_sep String currentToken concode_elem_sep void openScope concode_elem_sep void init concode_elem_sep boolean process concode_elem_sep String getStringToEOL concode_elem_sep void closeScope concode_el... | String function ( ) { return preprocessor . nextToken ( ) ; } |
10,283 | method that removes a child from the children set concode_field_sep StatPersisted stat concode_elem_sep Long acl concode_elem_sep byte data[] concode_elem_sep Set<String> children concode_field_sep Set<String> getChildren concode_elem_sep void serialize concode_elem_sep long getApproximateDataSize concode_elem_sep bool... | boolean function ( String arg0 ) { if ( children == null ) { return false ; } return children . remove ( arg0 ) ; } |
10,284 | sets the max quantity of this shopping item price . concode_field_sep ShoppingItemPrice _shoppingItemPrice concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean ... | void function ( int arg0 ) { _shoppingItemPrice . setMaxQuantity ( arg0 ) ; } |
10,285 | add a new child node to this node . concode_field_sep String name concode_elem_sep HashMap attributes concode_elem_sep TreeNode parent concode_elem_sep String body concode_elem_sep ArrayList children concode_field_sep TreeNode findChild concode_elem_sep String findAttribute concode_elem_sep String getName concode_elem_... | void function ( TreeNode arg0 ) { if ( children == null ) children = new ArrayList ( ) ; children . add ( arg0 ) ; } |
10,286 | sets the value of the size property . concode_field_sep BooleanDefaultTrue _default concode_elem_sep Object parent concode_elem_sep BooleanDefaultTrue sizeAuto concode_elem_sep HpsMeasure size concode_elem_sep BooleanDefaultTrue checked concode_field_sep HpsMeasure getSize concode_elem_sep Object getParent concode_elem... | void function ( HpsMeasure arg0 ) { this . size = arg0 ; } |
10,287 | sets the approved date of this f a q comment . concode_field_sep FAQComment _faqComment concode_field_sep void setApproved concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setContent concode_elem_sep java.lang.String getApproveByUser concode_elem_sep boolean isEscapedModel concode_elem_sep FAQComm... | void function ( java . util . Date arg0 ) { _faqComment . setApprovedDate ( arg0 ) ; } |
10,288 | appends a log record to the file . the record contains an arbitrary array of strings and integers . the method also writes an integer to the end of each log record whose value is the offset of the corresponding integer for the previous log record . these integers allow log records to be read in reverse order . concode_... | int function ( Object [ ] arg0 ) { int loc0 = INT_SIZE ; for ( Object loc1 : arg0 ) loc0 += size ( loc1 ) ; if ( currentpos + loc0 >= BLOCK_SIZE ) { flush ( ) ; appendNewBlock ( ) ; } for ( Object loc1 : arg0 ) { appendVal ( loc1 ) ; } finalizeRecord ( ) ; return currentLSN ( ) ; } |
10,289 | the context class loader to set for all threads created by this factory . the class loader should be set before any threads are created using this factory . concode_field_sep Thread.UncaughtExceptionHandler handler concode_elem_sep ClassLoader classLoader concode_elem_sep AtomicInteger counter concode_elem_sep String n... | void function ( final ClassLoader arg0 ) { this . classLoader = arg0 ; } |
10,290 | commented by marvin wang on mar. 2 , 2012 , the user who invokes the method should notice that if the jobcontext has more than one contextparameters which names are same , this case will cause the wrong return value . suggest use #getcontextparameter string , string concode_field_sep boolean confirmationNeeded concode_... | IContextParameter function ( String arg0 ) { for ( IContextParameter loc0 : contextParameterList ) { if ( loc0 . getName ( ) != null && loc0 . getName ( ) . equals ( arg0 ) ) { return loc0 ; } } return null ; } |
10,291 | sets the attrname value for this attribute . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String attrValue concode_elem_sep java.lang.String attrName concode_elem_sep java.lang.String att... | void function ( java . lang . String arg0 ) { this . attrName = arg0 ; } |
10,292 | this test validates that an index which is out of bounds throws an indexoutofboundsexcpetion . concode_field_sep TupleTypeInfo<Tuple5<Integer,Long,String,Long,Integer>> tupleTypeInfo concode_elem_sep String myString concode_elem_sep List<CustomType> customTypeData concode_elem_sep long myLong concode_elem_sep long seri... | void function ( ) { final ExecutionEnvironment loc0 = ExecutionEnvironment . getExecutionEnvironment ( ) ; UnsortedGrouping < Tuple5 < Integer , Long , String , Long , Integer >> loc1 = loc0 . fromCollection ( emptyTupleData , tupleTypeInfo ) . groupBy ( 0 ) ; loc1 . minBy ( 1 , 2 , 3 , 4 , - 1 ) ; } |
10,293 | stem an input buffer of bulgarian text . concode_field_sep PlaceHolder placeHolder concode_field_sep int removeArticle concode_elem_sep int removePlural | int function ( final char arg0 [ ] , int arg1 ) { } |
10,294 | sets the value of the attributeid property . concode_field_sep String attributeId concode_elem_sep List<AttributeValueType> attributeValue concode_elem_sep String dataType concode_elem_sep long serialVersionUID concode_elem_sep String issuer concode_field_sep String getIssuer concode_elem_sep List<AttributeValueType> g... | void function ( String arg0 ) { this . attributeId = arg0 ; } |
10,295 | gets the senone pool for this loader . concode_field_sep Map<String,Unit> contextIndependentUnits concode_elem_sep float[][] transform concode_elem_sep UnitManager unitManager concode_elem_sep String location concode_elem_sep Pool<Senone> senonePool concode_elem_sep Properties modelProperties concode_elem_sep String PR... | Pool < Senone > function ( ) { return senonePool ; } |
10,296 | converts the attribute to a string . concode_field_sep PlaceHolder placeHolder concode_field_sep Object toPropertyValue | String function ( final Object arg0 ) { final Long loc0 = ( Long ) arg0 ; return loc0 . toString ( ) ; } |
10,297 | returns true if this lock is still open ie . has not been closed yet . concode_field_sep ShardId shardId concode_elem_sep AtomicBoolean closed concode_field_sep String toString concode_elem_sep void closeInternal concode_elem_sep ShardId getShardId concode_elem_sep void close | boolean function ( ) { return closed . get ( ) == false ; } |
10,298 | sets the severity of change . concode_field_sep int n_t concode_elem_sep int tau concode_elem_sep int tau_t concode_field_sep void setTau concode_elem_sep int getN_t concode_elem_sep Double apply concode_elem_sep Double apply concode_elem_sep void setTau_t concode_elem_sep int getTau_t concode_elem_sep int getTau | void function ( int arg0 ) { this . n_t = arg0 ; } |
10,299 | opens the serial port . the serial port needs to be opened before attempting to read a device . concode_field_sep int MAX_MESSAGE_SIZE concode_elem_sep DataOutputStream os concode_elem_sep DataInputStream is concode_elem_sep boolean[] frameCountBits concode_elem_sep byte[] dataRecordsAsBytes concode_elem_sep byte[] out... | void function ( ) { serialTransceiver . open ( ) ; os = serialTransceiver . getOutputStream ( ) ; is = serialTransceiver . getInputStream ( ) ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.