idx int64 0 100k | question stringlengths 68 7.19k | target stringlengths 20 663 |
|---|---|---|
6,100 | baggage claim id concode_field_sep Node<TerminalGate> baggageClaim concode_elem_sep GraphSearchStrategy<TerminalGate,WeightedGraph<TerminalGate>> searchStrategy concode_elem_sep Map<String,Departure> departures concode_elem_sep WeightedGraph<TerminalGate> conveyorRoutes concode_elem_sep RoutingInput routingInput concod... | void function ( String arg0 ) { this . baggageClaimId = arg0 ; } |
6,101 | test method for com.flatironschool.javacs.mylinearmap #size . concode_field_sep MyTreeMap<String,Integer> map concode_field_sep void testContainsValue concode_elem_sep void testClear concode_elem_sep void testKeySet concode_elem_sep void testGet concode_elem_sep void testIsEmpty concode_elem_sep void testRemove concode... | void function ( ) { assertThat ( map . size ( ) , is ( 9 ) ) ; } |
6,102 | returns the color associated with a value . concode_field_sep double log10 concode_elem_sep int[] r concode_elem_sep int[] b concode_elem_sep String paletteName concode_elem_sep double[] tickValues concode_elem_sep double minZ concode_elem_sep boolean stepped concode_elem_sep int[] g concode_elem_sep long serialVersion... | Paint function ( double arg0 ) { int loc0 = ( int ) ( 253 * ( arg0 - this . minZ ) / ( this . maxZ - this . minZ ) ) + 2 ; return new Color ( this . r [ loc0 ] , this . g [ loc0 ] , this . b [ loc0 ] ) ; } |
6,103 | sets the retry image , with default scale type center_inside . concode_field_sep ScaleType mRetryImageScaleType concode_elem_sep List<Drawable> mOverlays concode_elem_sep ScaleType mFailureImageScaleType concode_elem_sep ScaleType mActualImageScaleType concode_elem_sep ScaleType DEFAULT_ACTUAL_IMAGE_SCALE_TYPE concode_... | GenericDraweeHierarchyBuilder function ( Drawable arg0 ) { return setRetryImage ( arg0 , DEFAULT_SCALE_TYPE ) ; } |
6,104 | read from the specified input stream to create an object of the specified type . the default implementation delegates to #readobject reader , resolvabletype . concode_field_sep Class<?> resourceLoadClass concode_elem_sep Class<?> testerClass concode_elem_sep ResolvableType type concode_field_sep ObjectContent<T> read c... | T function ( InputStream arg0 , ResolvableType arg1 ) { BufferedReader loc0 = new BufferedReader ( new InputStreamReader ( arg0 ) ) ; return readObject ( loc0 , arg1 ) ; } |
6,105 | grey . aws elastic beanstalk and the health agent are reporting an insufficient amount of data on an instance . concode_field_sep Integer pending concode_elem_sep Integer severe concode_elem_sep Integer warning concode_elem_sep Integer noData concode_elem_sep Integer ok concode_elem_sep Integer degraded concode_elem_se... | void function ( Integer arg0 ) { this . unknown = arg0 ; } |
6,106 | gets/searches for a node that has the specified id . concode_field_sep Log logger concode_elem_sep Application application concode_elem_sep String META_DATA_RESOURCE_PATH concode_elem_sep String SCHEMA_FILE_NAME concode_elem_sep String JAXB_FACTORY_PACKAGE concode_elem_sep String META_DATA_FILE_NAME concode_field_sep S... | Node function ( String arg0 ) { return nodeSearch ( application . getNavigation ( ) . getNode ( ) , arg0 ) ; } |
6,107 | draws a rectangle outline starting at x , y extending by width to the right and by height downwards y-axis points downwards using the current color . concode_field_sep Blending blending concode_elem_sep Gdx2DPixmap pixmap concode_elem_sep boolean disposed concode_elem_sep int color concode_field_sep Blending getBlendin... | void function ( int arg0 , int arg1 , int arg2 , int arg3 ) { pixmap . drawRect ( arg0 , arg1 , arg2 , arg3 , color ) ; } |
6,108 | sets the max attempts of connect concode_field_sep int port concode_elem_sep int connectAttemptsMax concode_elem_sep String clientId concode_elem_sep QoS willQos concode_elem_sep String userName concode_elem_sep boolean cleanSession concode_elem_sep short keepAliveInterval concode_elem_sep boolean willRetain concode_el... | void function ( int arg0 ) { this . connectAttemptsMax = arg0 ; } |
6,109 | performs the graph traversion with a single root element . so this root element and all elements which are reachable from this root elements will be visited . concode_field_sep int linkCount concode_elem_sep Map myVisitedElements concode_elem_sep Iterator myElements concode_elem_sep boolean done concode_field_sep boole... | void function ( Object arg0 ) { List loc0 = new ArrayList ( ) ; loc0 . add ( arg0 ) ; this . perform ( loc0 . iterator ( ) ) ; } |
6,110 | returns current active perspective . the method can return null , if current perspective is n't found . concode_field_sep List<PerspectiveTypeListener> listeners concode_elem_sep Map<String,Perspective> perspectives concode_elem_sep String currentPerspectiveId concode_field_sep void setPerspectiveId concode_elem_sep vo... | Perspective function ( ) { return perspectives . get ( currentPerspectiveId ) ; } |
6,111 | returns a range of all the accounts . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end to com.liferay.portal.kernel.dao.orm.queryutil #all_po... | java . util . List < com . liferay . mail . model . Account > function ( int arg0 , int arg1 ) { return getService ( ) . getAccounts ( arg0 , arg1 ) ; } |
6,112 | gets a vector of headers concode_field_sep boolean compact concode_elem_sep Vector values concode_elem_sep String name concode_field_sep void setHeaders concode_elem_sep void addTop concode_elem_sep String getName concode_elem_sep boolean isCommaSeparated concode_elem_sep boolean isCommaSeparated concode_elem_sep Vecto... | Vector function ( ) { Vector loc0 = new Vector ( values . size ( ) ) ; for ( int loc1 = 0 ; loc1 < values . size ( ) ; loc1 ++ ) { Header loc2 = new Header ( name , ( String ) values . elementAt ( loc1 ) ) ; loc0 . addElement ( loc2 ) ; } return loc0 ; } |
6,113 | the default port to use - this is just so that we can override for the ssl connector . concode_field_sep int BACKLOG_COUNT concode_elem_sep boolean doHostnameLookups concode_elem_sep int KEEP_ALIVE_SLEEP concode_elem_sep int CONNECTION_TIMEOUT concode_elem_sep boolean interrupted concode_elem_sep boolean DEFAULT_HNL co... | int function ( ) { return 8080 ; } |
6,114 | returns the java launcher implementation for the given target , if any . a null return value means `` use the jdk launcher '' . concode_field_sep PlaceHolder placeHolder concode_field_sep String filterLauncherForTarget concode_elem_sep List<String> tokenizeJavaOptions concode_elem_sep NestedSet<Artifact> getHostJavabas... | TransitiveInfoCollection function ( JavaSemantics arg0 , RuleContext arg1 ) { String loc0 = filterLauncherForTarget ( arg0 , arg1 ) ; return ( loc0 == null ) ? null : arg1 . getPrerequisite ( loc0 , Mode . TARGET ) ; } |
6,115 | request next page . concode_field_sep GridQueryNextPageResponse res concode_elem_sep int rowsInPage concode_elem_sep UUID src concode_elem_sep Iterator<Value[]> rows concode_field_sep int rowsInPage concode_elem_sep boolean isLast concode_elem_sep GridQueryNextPageResponse response concode_elem_sep boolean isFail conco... | void function ( ) { throw new CacheException ( "srini_string" + src ) ; } |
6,116 | not in use concode_field_sep Vector basicGestures concode_elem_sep boolean scanned concode_elem_sep PluginRef plugin concode_field_sep void setPlugin concode_elem_sep PluginRef getPlugin concode_elem_sep boolean equals concode_elem_sep double getEndTimestamp concode_elem_sep Vector getBasicGestures concode_elem_sep voi... | boolean function ( int arg0 ) { if ( basicGestures . size ( ) < Global . NUMBER_OF_MOVEMENTS_PER_GESTURE ) { basicGestures . addElement ( arg0 ) ; return true ; } else return false ; } |
6,117 | convenience method that can decode a qr code represented as a 2d array of booleans . `` true '' is taken to mean a black module . concode_field_sep ReedSolomonDecoder rsDecoder concode_field_sep void correctErrors | DecoderResult function ( boolean [ ] [ ] arg0 , Map < DecodeHintType , ? > arg1 ) { int loc0 = arg0 . length ; BitMatrix loc1 = new BitMatrix ( loc0 ) ; for ( int loc2 = 0 ; loc2 < loc0 ; loc2 ++ ) { for ( int loc3 = 0 ; loc3 < loc0 ; loc3 ++ ) { if ( arg0 [ loc2 ] [ loc3 ] ) { loc1 . set ( loc3 , loc2 ) ; } } } return... |
6,118 | returns the result of interpretting the object as an instance of ` persona group type ' . this implementation returns null ; returning a non-null result will terminate the switch . concode_field_sep PlayPackage modelPackage concode_field_sep T casePlayType concode_elem_sep T caseSceneType concode_elem_sep T caseSpeechT... | T function ( PersonaGroupType arg0 ) { return null ; } |
6,119 | returns the street name concode_field_sep String aptBox concode_elem_sep String P_ID_BUILD_NO concode_elem_sep String APTBOX_DEFAULT concode_elem_sep String P_ID_STREET concode_elem_sep String P_APTBOX concode_elem_sep Integer buildNo concode_elem_sep String STREETNAME_DEFAULT concode_elem_sep String P_ID_APTBOX concod... | String function ( ) { if ( streetName == null ) streetName = STREETNAME_DEFAULT ; return streetName ; } |
6,120 | closes all autocloseables if not null and suppresses exceptions by adding them to t concode_field_sep PlaceHolder placeHolder concode_field_sep AutoCloseable all | void function ( Throwable arg0 , Collection < ? extends AutoCloseable > arg1 ) { try { close ( arg1 ) ; } catch ( Exception loc0 ) { arg0 . addSuppressed ( loc0 ) ; } } |
6,121 | camel 2.18 : the operation to do in case the user do n't want to do only an upload concode_field_sep String bucketName concode_elem_sep String fileName concode_elem_sep String serverSideEncryption concode_elem_sep String secretKey concode_elem_sep String prefix concode_elem_sep boolean pathStyleAccess concode_elem_sep ... | void function ( S3Operations arg0 ) { this . operation = arg0 ; } |
6,122 | gets the public part of the rsa key that represents the server identity . concode_field_sep InetSocketAddress endpoint concode_elem_sep String identity concode_elem_sep int version concode_field_sep placeholderType placeHolder | PublicKey function ( ) { if ( identity == null ) return null ; byte [ ] loc0 = Base64 . decodeBase64 ( identity ) ; return KeyFactory . getInstance ( "srini_string" ) . generatePublic ( new X509EncodedKeySpec ( loc0 ) ) ; } |
6,123 | sends 1 registration request , bypassing the retry logic and the proxy already registered check . use only for testing . concode_field_sep Logger log concode_elem_sep HttpClientFactory httpClientFactory concode_elem_sep SeleniumServer server concode_elem_sep RegistrationRequest nodeConfig concode_field_sep JSONObject e... | void function ( ) { registerToHub ( false ) ; } |
6,124 | returns a type that represents an unknown supertype of bound . for example , if bound is string.class , this returns ? super string . concode_field_sep PlaceHolder placeHolder concode_field_sep ParameterizedType providerOf concode_elem_sep ParameterizedType newParameterizedType concode_elem_sep WildcardType subtypeOf c... | WildcardType function ( Type arg0 ) { return new WildcardTypeImpl ( new Type [ ] { Object . class } , new Type [ ] { arg0 } ) ; } |
6,125 | returns the orb cast to a jacorb orb . concode_field_sep ArrayList<ORBTestCase> otherORBs concode_elem_sep POA rootPOA concode_elem_sep Properties orbProps concode_elem_sep TestName name concode_elem_sep Timeout testTimeout concode_elem_sep Timeout globalTimeout concode_elem_sep TestRule watcher concode_elem_sep ORB or... | org . jacorb . orb . ORB function ( ) { assertTrue ( "srini_string" , orb instanceof org . jacorb . orb . ORB ) ; return ( org . jacorb . orb . ORB ) orb ; } |
6,126 | build method concode_field_sep String path concode_elem_sep List<Mode> modes concode_elem_sep AuthoringUIMode authoringMode concode_elem_sep Action secondaryAction concode_elem_sep Action action concode_elem_sep String description concode_elem_sep List<Mode> modes concode_elem_sep String title concode_elem_sep Authorin... | Result function ( ) { return new Result ( this ) ; } |
6,127 | removes the feed where userid = ? and twitterscreenname = ? from the database . concode_field_sep FeedPersistence _persistence concode_field_sep int countAll concode_elem_sep void cacheResult concode_elem_sep void cacheResult concode_elem_sep List<Feed> findWithDynamicQuery concode_elem_sep List<Feed> findWithD... | Feed function ( long arg0 , java . lang . String arg1 ) { return getPersistence ( ) . removeByU_TSN ( arg0 , arg1 ) ; } |
6,128 | returns the nguoi lap of this bao cao d l i. concode_field_sep BaoCaoDLI _baoCaoDLI concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel concode_e... | java . lang . String function ( ) { return _baoCaoDLI . getNguoiLap ( ) ; } |
6,129 | ensure that a stateful bean gets properly @remove - d even if it throws an exception within its @predestroy method required by ejb 3.1 spec concode_field_sep InitialContext iniCtx concode_elem_sep String ARCHIVE_NAME concode_field_sep T lookup concode_elem_sep void testRemoveDestroysBean concode_elem_sep Archive<?> dep... | void function ( ) { SFSB1 loc0 = lookup ( "srini_string" , SFSB1 . class ) ; loc0 . doneAndDenyDestruction ( ) ; try { loc0 . doneAndDenyDestruction ( ) ; Assert . fail ( "srini_string" ) ; } catch ( NoSuchEJBException loc1 ) { } Assert . assertTrue ( SFSB1 . preDestroyCalled ) ; } |
6,130 | retrieves the log writer . the getlogwriter and setlogwriter methods should be used instead of the get/setlogstream methods , which are deprecated . concode_field_sep Stack stack concode_elem_sep PrintWriter logWriter concode_elem_sep String defaultVal concode_elem_sep String theProp concode_elem_sep Class stackClass c... | PrintWriter function ( ) { synchronized ( logSync ) { return logWriter ; } } |
6,131 | method to move the user 's view upwards by a single line , by setting each message to the one above it in 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 autoLoad concode_e... | String function ( ) { if ( ( position - 1 ) - ( NUM_MESSAGES - 1 ) >= 0 ) { position -- ; } return ( "srini_string" ) ; } |
6,132 | returns the sql statement which retrieves the total number of bytes within a site-level collection context in the content_resource table . concode_field_sep PlaceHolder placeHolder concode_field_sep String getResourceIdAndFilePath concode_elem_sep String getBodySql concode_elem_sep String getAddFilesizeColumnSql concod... | String function ( ) { return "srini_string" ; } |
6,133 | return true whether at least one of the entity filtering features is registered in the given config . concode_field_sep String ENTITY_FILTERING_SCOPE concode_field_sep boolean configure | boolean function ( final Configuration arg0 ) { return arg0 . isRegistered ( EntityFilteringFeature . class ) || arg0 . isRegistered ( SecurityEntityFilteringFeature . class ) || arg0 . isRegistered ( SelectableEntityFilteringFeature . class ) ; } |
6,134 | sets the default object wrapper that is used when a wrapping template model is constructed without being passed an explicit object wrapper . the default value is objectwrapper #simple_wrapper . note that configuration #setsharedvariable string , object and template #process object , java.io.writer do n't use this setti... | void function ( ObjectWrapper arg0 ) { defaultObjectWrapper = arg0 ; } |
6,135 | returns the value of the hex character . concode_field_sep char[] HEX_DIGITS concode_field_sep byte[] bytesFromHexString concode_elem_sep String toHexString | int function ( char arg0 ) { if ( arg0 >= '0' && arg0 <= '9' ) return arg0 - '0' ; if ( arg0 >= 'A' && arg0 <= 'F' ) return arg0 - 'A' + 10 ; if ( arg0 >= 'a' && arg0 <= 'f' ) return arg0 - 'a' + 10 ; throw new IllegalArgumentException ( "srini_string" + arg0 + "srini_string" ) ; } |
6,136 | get custom deserializer concode_field_sep com.omniture.www.Classification[] classifications concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String rsid concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String site_... | 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,137 | gets the value of the enddate property . concode_field_sep XMLGregorianCalendar endDate concode_elem_sep XMLGregorianCalendar startDate concode_field_sep XMLGregorianCalendar getStartDate concode_elem_sep void setStartDate concode_elem_sep void setEndDate | XMLGregorianCalendar function ( ) { return endDate ; } |
6,138 | a key is the required name of the tag . the string value can be from 1 to 128 unicode characters in length and can not be prefixed with `` aws : '' or `` dms : '' . the string can only contain only the set of unicode letters , digits , white-space , '_' , ' . ' , ' / ' , ' = ' , ' + ' , ' - ' java regex : '' ^ \ \ p l ... | String function ( ) { return this . key ; } |
6,139 | fills an array containing the coordinates of this box . see index _ constants for indices . concode_field_sep boolean mRecycled concode_elem_sep long mNativeBoxa concode_elem_sep String TAG concode_field_sep int nativeGetCount concode_elem_sep void recycle concode_elem_sep void nativeDestroy concode_elem_sep void final... | boolean function ( int arg0 , int [ ] arg1 ) { if ( mRecycled ) throw new IllegalStateException ( ) ; if ( arg1 . length < 4 ) { throw new IllegalArgumentException ( "srini_string" ) ; } return nativeGetGeometry ( mNativeBoxa , arg0 , arg1 ) ; } |
6,140 | append a double value . concode_field_sep char mode concode_elem_sep boolean comma concode_elem_sep int top concode_elem_sep int maxdepth concode_elem_sep Writer writer concode_elem_sep JSONObject stack[] concode_field_sep void pop concode_elem_sep JSONWriter array concode_elem_sep JSONWriter end concode_elem_sep JSONW... | JSONWriter function ( double arg0 ) { return this . value ( new Double ( arg0 ) ) ; } |
6,141 | set the where slot of this event . concode_field_sep String address concode_elem_sep String NAME concode_elem_sep String proto concode_elem_sep ContainerID where concode_field_sep String getName concode_elem_sep void setAddress concode_elem_sep String getAddress concode_elem_sep ContainerID getWhere concode_elem_sep vo... | void function ( ContainerID arg0 ) { where = arg0 ; } |
6,142 | get the density of this fixture . concode_field_sep World world concode_elem_sep short[] tmp concode_elem_sep Filter filter concode_elem_sep Body body concode_elem_sep long addr concode_field_sep float getRestitution concode_elem_sep World getWorld concode_elem_sep float jniGetRestitution concode_elem_sep boolean testP... | float function ( ) { return jniGetDensity ( addr ) ; } |
6,143 | set the entity object to be unmarshalled from a request , or to be marshalled on a response . concode_field_sep MultivaluedMap<String,String> headers concode_elem_sep MessageBodyWorkers messageBodyWorkers concode_elem_sep Providers providers concode_elem_sep ContentDisposition contentDisposition concode_elem_sep MultiP... | void function ( final Object arg0 ) { this . entity = arg0 ; } |
6,144 | sets the value of the role property . concode_field_sep String role concode_elem_sep JAXBElement<? extends AbstractGeneralOperationParameterType> abstractGeneralOperationParameter concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode... | void function ( String arg0 ) { this . role = arg0 ; } |
6,145 | parsing of a single line of http header style line ending '' \ r \ n '' concode_field_sep PlaceHolder placeHolder concode_field_sep void testBasicParse concode_elem_sep void appendUtf8 concode_elem_sep void assertEquals concode_elem_sep void testWildHttpRequestParse concode_elem_sep void testWildHttpResponseParse | void function ( ) { ByteBuffer loc0 = ByteBuffer . allocate ( 64 ) ; appendUtf8 ( loc0 , "srini_string" ) ; BufferUtil . flipToFlush ( loc0 , 0 ) ; Utf8LineParser loc1 = new Utf8LineParser ( ) ; String loc2 = loc1 . parse ( loc0 ) ; Assert . assertThat ( "srini_string" , loc2 , is ( "srini_string" ) ) ; } |
6,146 | get the settings for the console metrics publisher . concode_field_sep Optional<ConsoleConfig> console concode_elem_sep Duration DEFAULT_INTERVAL concode_elem_sep Map<String,String> requestMetricGroups concode_elem_sep Optional<CsvConfig> csv concode_elem_sep Optional<Slf4jConfig> slf4j concode_elem_sep boolean jvmMetr... | Optional < ConsoleConfig > function ( ) { return console ; } |
6,147 | creates a sqlconsumerexception object . concode_field_sep PlaceHolder placeHolder concode_field_sep DiffException createDiffException concode_elem_sep DiffException createDiffException concode_elem_sep EncodingException createEncodingException concode_elem_sep EncodingException createEncodingException concode_elem_sep ... | SQLConsumerException function ( final ErrorKeys arg0 , final Exception arg1 ) { return new SQLConsumerException ( arg0 . toString ( ) , arg1 ) ; } |
6,148 | gets a certificate factory for creating x. 509 artifacts . concode_field_sep String X509_CERTIFICATE_TYPE concode_field_sep X509Certificate readCertificate concode_elem_sep String toString concode_elem_sep boolean isExpired concode_elem_sep boolean isExpired | CertificateFactory function ( ) { try { return CertificateFactory . getInstance ( X509_CERTIFICATE_TYPE ) ; } catch ( final CertificateException loc0 ) { throw new IllegalStateException ( "srini_string" , loc0 ) ; } } |
6,149 | get the collection orphans entities which were removed from the collection concode_field_sep CollectionPersister currentPersister concode_elem_sep String role concode_elem_sep boolean fromMerge concode_elem_sep boolean dorecreate concode_elem_sep boolean processed concode_elem_sep Serializable currentKey concode_elem_s... | Collection function ( String arg0 , PersistentCollection arg1 ) { if ( snapshot == null ) { throw new AssertionFailure ( "srini_string" ) ; } return arg1 . getOrphans ( snapshot , arg0 ) ; } |
6,150 | a filter for iterable that returns only those of the specified file types . concode_field_sep FileType NO_EXTENSION concode_field_sep Predicate<T> typeMatchingPredicateFor concode_elem_sep Predicate<T> typeMatchingPredicateFor concode_elem_sep boolean contains concode_elem_sep boolean contains concode_elem_sep String g... | Iterable < T > function ( final Iterable < T > arg0 , FileTypeSet arg1 ) { return Iterables . filter ( arg0 , typeMatchingPredicateFor ( arg1 ) ) ; } |
6,151 | simple linear interpolation function concode_field_sep PlaceHolder placeHolder concode_field_sep float quadricBezier concode_elem_sep float slerpf concode_elem_sep float bicubicBezier concode_elem_sep float hermite concode_elem_sep float cubicBezier concode_elem_sep float linearBezier concode_elem_sep double lerpd conc... | float function ( float arg0 , float arg1 , float arg2 ) { return arg0 + ( arg1 - arg0 ) * arg2 ; } |
6,152 | return type metadata object concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.gvt.www.ws.eai.oss.ossturbonet.OSSTurbonetIn ossTurbonetIn concode_field_sep com.gvt.www.ws.eai.oss.ossturbonet.OSSTurbo... | org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; } |
6,153 | asserts that two longs are equal . if they are not an assertionfailederror is thrown with the given message . concode_field_sep PlaceHolder placeHolder concode_field_sep void fail concode_elem_sep void fail concode_elem_sep void assertNull concode_elem_sep void assertNull concode_elem_sep void assertTrue concode_elem_s... | void function ( String arg0 , long arg1 , long arg2 ) { assertEquals ( arg0 , new Long ( arg1 ) , new Long ( arg2 ) ) ; } |
6,154 | globally unique identifier of the voice . concode_field_sep String label concode_elem_sep Locale locale concode_field_sep String getLabel concode_elem_sep Locale getLocale | String function ( ) { return "srini_string" + locale . toLanguageTag ( ) . replaceAll ( "srini_string" , "srini_string" ) ; } |
6,155 | sets whether this cluster group is whole cluster . concode_field_sep ClusterGroup _clusterGroup concode_field_sep void setName concode_elem_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes ... | void function ( boolean arg0 ) { _clusterGroup . setWholeCluster ( arg0 ) ; } |
6,156 | user status 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 Us... | User function ( Integer arg0 ) { this . userStatus = arg0 ; return this ; } |
6,157 | returns the list . concode_field_sep Set set concode_elem_sep Top top concode_elem_sep Lower lower concode_elem_sep long id concode_elem_sep List list concode_elem_sep String value concode_field_sep String getValue concode_elem_sep void setTop concode_elem_sep void setSet concode_elem_sep Set getSet concode_elem_sep vo... | List function ( ) { return list ; } |
6,158 | load a . obj file as a renderable mesh . concode_field_sep int COLOR_ATTRIB concode_elem_sep int normalDrawHint concode_elem_sep int NORMAL_ATTRIB concode_elem_sep int VERTEX_ATTRIB concode_elem_sep int TEXCOORD_ATTRIB concode_elem_sep int vertexDrawHint concode_elem_sep int colorDrawHint concode_elem_sep int texDrawHi... | VAO function ( String arg0 , boolean arg1 ) { OBJLoader loc0 = new OBJLoader ( FileIO . getBufferedReader ( "srini_string" + arg0 + "srini_string" ) , arg1 ) ; VAO loc1 = loc0 . createVAO ( ) ; return loc1 ; } |
6,159 | gets an array of all of the nxnode s in this file . concode_field_sep SeekableLittleEndianAccessor slea concode_elem_sep NXTables tables concode_elem_sep NXNode[] nodes concode_elem_sep String filePath concode_elem_sep Logger logger concode_elem_sep NXHeader header concode_elem_sep boolean parsed concode_field_sep void... | NXNode [ ] function ( ) { return nodes ; } |
6,160 | gets the value of the comment property . concode_field_sep USAddress billTo concode_elem_sep String comment concode_elem_sep Items items concode_elem_sep XMLGregorianCalendar orderDate concode_elem_sep USAddress shipTo concode_field_sep Items getItems concode_elem_sep USAddress getShipTo concode_elem_sep USAddress getB... | String function ( ) { return comment ; } |
6,161 | sample_depends_on takes one of the following four values : 0 : the dependency of this sample is unknown ; 1 : this sample does depend on others not an i picture ; 2 : this sample does not depend on others i picture ; 3 : reserved concode_field_sep int sampleDegradationPriority concode_elem_sep int samplePaddingValue co... | void function ( int arg0 ) { this . sampleDependsOn = arg0 ; } |
6,162 | adds a new notification rule to the system . concode_field_sep StatusMessageService statusMessageService concode_elem_sep UIFrameworkService uiFrameworkService concode_field_sep void saveNotificationRules concode_elem_sep void postMessage concode_elem_sep List<NotificationRule> getNotificationRules concode_elem_sep voi... | void function ( @ RequestBody NotificationRule arg0 ) { statusMessageService . saveRule ( arg0 ) ; } |
6,163 | encode the identity in der form to the stream . concode_field_sep String IDENT concode_elem_sep String ID concode_elem_sep UniqueIdentity id concode_elem_sep String NAME concode_field_sep void set concode_elem_sep String getName concode_elem_sep Object get concode_elem_sep Enumeration<String> getElements concode_elem_s... | void function ( OutputStream arg0 ) { DerOutputStream loc0 = new DerOutputStream ( ) ; id . encode ( loc0 , DerValue . createTag ( DerValue . TAG_CONTEXT , false , ( byte ) 1 ) ) ; arg0 . write ( loc0 . toByteArray ( ) ) ; } |
6,164 | stops the sequencer and resets its position to 0 . concode_field_sep boolean paused concode_elem_sep boolean loop concode_elem_sep int END_OF_TRACK_MESSAGE concode_elem_sep Sequencer sequencer concode_field_sep void play concode_elem_sep Sequencer getSequencer concode_elem_sep boolean isPaused concode_elem_sep void met... | void function ( ) { if ( sequencer != null && sequencer . isOpen ( ) ) { sequencer . stop ( ) ; sequencer . setMicrosecondPosition ( 0 ) ; } } |
6,165 | delete the named file concode_field_sep boolean fsNormalizesPosixSeparator concode_elem_sep FileUtil fileUtil concode_elem_sep FileDescriptor outDescriptor concode_elem_sep Random random concode_elem_sep boolean fsIsIgnoreCase concode_elem_sep FileAccessRes fileAccessRes concode_field_sep FileAccess getFileAccess conco... | boolean function ( String arg0 ) { return ( new File ( arg0 ) ) . delete ( ) ; } |
6,166 | the amazon s3 key where the data is located . concode_field_sep String s3Key concode_elem_sep String s3Bucket concode_field_sep String getS3Key concode_elem_sep S3Location withS3Bucket concode_elem_sep void setS3Key concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep S3Location clone concode_... | S3Location function ( String arg0 ) { setS3Key ( arg0 ) ; return this ; } |
6,167 | get the gray8 image file concode_field_sep double circleInner concode_elem_sep Gray8Image img concode_elem_sep double diagDist concode_elem_sep double a4height concode_elem_sep double horizDist concode_elem_sep int bigimgWidth concode_elem_sep int bigimgHeight concode_elem_sep double a4width concode_elem_sep BestFitCoo... | Gray8Image function ( ) { return img ; } |
6,168 | perform any cleanup for the plugin . called after #process . concode_field_sep String TRACKBACK_MODERATION_ENABLED concode_elem_sep String BLOJSOM_TRACKBACK_MODERATION_PLUGIN_APPROVED concode_elem_sep Log _logger concode_field_sep void init concode_elem_sep BlogEntry[] process concode_elem_sep void destroy concode_elem... | void function ( ) { } |
6,169 | sets the algorithm parameter the method sets value of the particular parameter . some of the algorithm parameters may be declared as read-only . if you try to set such a parameter , you will get exception with the corresponding error message . concode_field_sep long nativeObj concode_field_sep void setMatVector_0 conco... | void function ( String arg0 , boolean arg1 ) { setBool_0 ( nativeObj , arg0 , arg1 ) ; return ; } |
6,170 | set a fully qualified static method name to invoke , e.g. `` example.myexampleclass.myexamplemethod '' . convenient alternative to specifying targetclass and targetmethod . concode_field_sep Object targetObject concode_elem_sep String targetMethod concode_elem_sep Class<?> targetClass concode_elem_sep Method methodObje... | void function ( String arg0 ) { this . staticMethod = arg0 ; } |
6,171 | returns the comment part . concode_field_sep String mAddress concode_elem_sep String mName concode_elem_sep String mComment concode_field_sep void setName concode_elem_sep String getName concode_elem_sep void setAddress concode_elem_sep String quoteNameIfNecessary concode_elem_sep boolean stringEquals concode_elem_sep ... | String function ( ) { return mComment ; } |
6,172 | the elastic ip address . concode_field_sep String elasticIp concode_field_sep int hashCode concode_elem_sep void setElasticIp concode_elem_sep boolean equals concode_elem_sep RegisterElasticIpResult clone concode_elem_sep String toString concode_elem_sep RegisterElasticIpResult withElasticIp | String function ( ) { return this . elasticIp ; } |
6,173 | returns the field of this j i r a change item . concode_field_sep JIRAChangeItem _jiraChangeItem concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setFiel... | java . lang . String function ( ) { return _jiraChangeItem . getField ( ) ; } |
6,174 | cancels a delegation token from the server end-point . it does not require being authenticated by the configured authenticator . concode_field_sep String HTTP_PUT concode_elem_sep String DELEGATION_TOKEN_HEADER concode_elem_sep String HTTP_GET concode_elem_sep String RENEWER_PARAM concode_elem_sep String OP_PARAM conco... | void function ( URL arg0 , AuthenticatedURL . Token arg1 , Token < AbstractDelegationTokenIdentifier > arg2 , String arg3 ) { try { doDelegationTokenOperation ( arg0 , arg1 , DelegationTokenOperation . CANCELDELEGATIONTOKEN , null , arg2 , false , arg3 ) ; } catch ( AuthenticationException loc0 ) { throw new IOExceptio... |
6,175 | add a command to this action that is executed before the delay concode_field_sep ArrayList<CommandOPEN> preDelayCommandList concode_elem_sep Integer[] sensorIdInhibitionList concode_elem_sep String description concode_elem_sep ArrayList<CommandOPEN> resetCommandList concode_elem_sep boolean commandWithDelay concode_ele... | void function ( CommandOPEN arg0 ) { preDelayCommandList . add ( arg0 ) ; } |
6,176 | this method forwards to #getalignmentoption blastalignmentparameterenum . consider using it instead . concode_field_sep long serialVersionUID concode_elem_sep Map<BlastAlignmentParameterEnum,String> param concode_field_sep int getBlastWordSize concode_elem_sep int getBlastGapCreation concode_elem_sep void setBlastWordS... | String function ( String arg0 ) { return getAlignmentOption ( BlastAlignmentParameterEnum . valueOf ( arg0 ) ) ; } |
6,177 | used by renderer concode_field_sep HashMap<Light,Integer> _lightToGlIndex concode_elem_sep boolean[] _glIndexEnabled concode_elem_sep boolean[] _glIndexEnabledDirty concode_elem_sep ArrayList<Integer> _availGlIndices concode_elem_sep ArrayList<Light> _lights concode_field_sep boolean add concode_elem_sep boolean[] glIn... | boolean [ ] function ( ) { return _glIndexEnabledDirty ; } |
6,178 | used to communicate feedback pop-up messages between a plugin tool and the main whitebox user-interface . concode_field_sep String[] args concode_elem_sep Set<ThreadListener> listeners concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem... | void function ( String arg0 ) { if ( myHost != null ) { myHost . showFeedback ( arg0 ) ; } else { System . out . println ( arg0 ) ; } } |
6,179 | performs a dynamic query on the database and returns an ordered range of the matching rows . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end... | java . util . List function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 , com . liferay . portal . kernel . util . OrderByComparator arg3 ) { return getService ( ) . arg0 ( arg0 , arg1 , arg2 , arg3 ) ; } |
6,180 | returns the osgi service identifier . concode_field_sep ResourceActionLocalService _resourceActionLocalService concode_field_sep void setWrappedService concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_elem_sep java.util.List<com.liferay.portal.model.ResourceAct... | java . lang . String function ( ) { return _resourceActionLocalService . getOSGiServiceIdentifier ( ) ; } |
6,181 | get the fully qualified name from the name . concode_field_sep PlaceHolder placeHolder concode_field_sep long length concode_elem_sep String expressionString concode_elem_sep char[] getJavaSourceFromTheInputStream | String function ( Name arg0 ) { CheckArg . isNotNull ( arg0 , "srini_string" ) ; return arg0 . getFullyQualifiedName ( ) ; } |
6,182 | add a username , password combination to the callback handler . concode_field_sep Map<String,String> userPwds concode_field_sep void handle | void function ( String arg0 , String arg1 ) { userPwds . put ( arg0 , arg1 ) ; } |
6,183 | returns the array of fields in the database row . if the table has no primary index , an extra internal field is included in the last position of this array . concode_field_sep Node nPrimaryNode concode_elem_sep Object[] oData concode_elem_sep int iPos concode_field_sep int getRealSize concode_elem_sep int getStorageSi... | Object [ ] function ( ) { return oData ; } |
6,184 | the data type of the array data type concode_field_sep String arrayType concode_elem_sep List<String> allowableValues concode_elem_sep RestOperationResponseMsgDefinition response concode_elem_sep String dataType concode_elem_sep String name concode_elem_sep String description concode_elem_sep CollectionFormat collectio... | RestOperationResponseHeaderDefinition function ( String arg0 ) { setArrayType ( arg0 ) ; return this ; } |
6,185 | gets the value of the href property . concode_field_sep List<Extension> extensions concode_elem_sep String id concode_elem_sep String href concode_elem_sep String label concode_elem_sep String lang concode_elem_sep QName type concode_elem_sep String value concode_elem_sep String version concode_elem_sep String uuid con... | String function ( ) { return href ; } |
6,186 | adds the counts from the given stats to the counts of this stats . concode_field_sep int tpCount concode_elem_sep int fpCount concode_elem_sep int fnCount concode_field_sep int getFN concode_elem_sep void incrementFN concode_elem_sep void incrementFP concode_elem_sep int getTP concode_elem_sep void addFN concode_elem_s... | void function ( PrecisionRecallStats arg0 ) { addTP ( arg0 . getTP ( ) ) ; addFP ( arg0 . getFP ( ) ) ; addFN ( arg0 . getFN ( ) ) ; } |
6,187 | sets the value of the genericbootstraparchenabled property . concode_field_sep Boolean genericBootstrapArchEnabled concode_elem_sep Address e911Address concode_elem_sep Boolean e911AddressRequired concode_elem_sep long serialVersionUID concode_field_sep void setE911AddressRequired concode_elem_sep Address getE911Addres... | void function ( Boolean arg0 ) { this . genericBootstrapArchEnabled = arg0 ; } |
6,188 | obtains the class used by cssbox for obtaining documents based on their urls . concode_field_sep int imageLoadTimeout concode_elem_sep Class<? extends DocumentSource> documentSourceClass concode_elem_sep boolean loadBackgroundImages concode_elem_sep boolean useHTML concode_elem_sep boolean loadImages concode_elem_sep M... | Class < ? extends DocumentSource > function ( ) { return documentSourceClass ; } |
6,189 | gets the default endpoint for implicit use by clients . by default , the endpoint has a single-threaded executor and is started . it is possible to send requests over the endpoint and receive responses . it is not possible to receive requests by default . if a request arrives at the endpoint , the clientmessagedelivere... | Endpoint function ( ) { if ( default_endpoint == null ) { createDefaultEndpoint ( ) ; } return default_endpoint ; } |
6,190 | gets the next available reference number from the trailer . concode_field_sep PTrailer trailer concode_elem_sep int nextReferenceNumber concode_elem_sep Logger logger concode_elem_sep HashMap<Reference,PObject> changes concode_field_sep boolean contains concode_elem_sep int compare concode_elem_sep boolean isChanged co... | Reference function ( ) { Reference loc0 = new Reference ( nextReferenceNumber , 0 ) ; nextReferenceNumber ++ ; return loc0 ; } |
6,191 | finds the power of a given base to a given index . concode_field_sep BufferedReader buf concode_field_sep int abs concode_elem_sep void powTbl concode_elem_sep void multTbl concode_elem_sep void main | int function ( int arg0 , int arg1 ) { if ( arg1 <= 0 ) return 1 ; return arg0 * pow ( arg0 , -- arg1 ) ; } |
6,192 | get the public identifier for this input source . concode_field_sep String systemId concode_elem_sep Reader characterStream concode_elem_sep InputStream byteStream concode_elem_sep String encoding concode_elem_sep String publicId concode_field_sep InputStream getByteStream concode_elem_sep String getEncoding concode_el... | String function ( ) { return publicId ; } |
6,193 | get the resource plural name . concode_field_sep String pluralName concode_elem_sep ViewEntity view concode_elem_sep String idProperty concode_elem_sep String viewName concode_elem_sep String provider concode_elem_sep String resource concode_elem_sep String service concode_elem_sep String name concode_elem_sep String s... | String function ( ) { return pluralName ; } |
6,194 | sets the next index block . concode_field_sep Revision rev concode_elem_sep int revisionIndex concode_elem_sep ChronoStorageBlock counterPrev concode_elem_sep ChronoStorageBlock counterNext concode_elem_sep ChronoStorageBlock indexPrev concode_elem_sep boolean delivered concode_elem_sep ChronoFullRevision cfr concode_e... | void function ( final ChronoStorageBlock arg0 ) { this . indexNext = arg0 ; } |
6,195 | gets whether or not this time zone uses daylight time . concode_field_sep boolean currentlyShowing concode_elem_sep Polygon mapPolygon concode_elem_sep DateFormat dateFormat concode_elem_sep String id concode_elem_sep String abbreviation concode_elem_sep String mapCommandButtonId concode_field_sep boolean getCurrentlyS... | String function ( ) { TimeZone loc0 = TimeZone . getTimeZone ( id ) ; if ( loc0 . useDaylightTime ( ) ) { return "srini_string" ; } return "srini_string" ; } |
6,196 | two objects that are equal are required to return the same hashcode . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testPublicCloneable concode_elem_sep void testSerialization concode_elem_sep void testEquals | void function ( ) { XYTextAnnotation loc0 = new XYTextAnnotation ( "srini_string" , 10.0 , 20.0 ) ; XYTextAnnotation loc1 = new XYTextAnnotation ( "srini_string" , 10.0 , 20.0 ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; int loc2 = loc0 . hashCode ( ) ; int loc3 = loc1 . hashCode ( ) ; assertEquals ( loc2 , loc3 ) ; } |
6,197 | find by primary key . delegates to entitymanager #find class , object . concode_field_sep EntityManagerFactory entityManagerFactory concode_field_sep E persistFlushFind concode_elem_sep void flush concode_elem_sep Object persistAndGetId concode_elem_sep T persistAndGetId concode_elem_sep E merge concode_elem_sep void c... | E function ( Class < E > arg0 , Object arg1 ) { return getEntityManager ( ) . find ( arg0 , arg1 ) ; } |
6,198 | get the resource path which is covered by this cookie . concode_field_sep long maxAge concode_elem_sep Date expires concode_elem_sep long creationTime concode_elem_sep String name concode_elem_sep String path concode_elem_sep boolean httpOnly concode_elem_sep boolean secure concode_elem_sep String domain concode_elem_s... | String function ( ) { return path ; } |
6,199 | returns the binary representation of the payload . concode_field_sep int identifier concode_elem_sep int MAXIMUM_EXPIRY concode_elem_sep byte[] payload concode_elem_sep Date MAXIMUM_DATE concode_elem_sep int expiry concode_elem_sep byte COMMAND concode_elem_sep byte[] deviceToken concode_elem_sep byte[] marshall concod... | byte [ ] function ( ) { return Utilities . copyOf ( payload ) ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.