idx int64 0 25k | question stringlengths 68 5.14k | target stringlengths 20 503 |
|---|---|---|
8,700 | sets the primary key of this message boards category . concode_field_sep MBCategory _mbCategory concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep java.lang.String getName concode_elem_sep int getMessageCount concode_elem_sep boolean isEscapedModel concode_elem_sep boole... | void function ( long arg0 ) { _mbCategory . setPrimaryKey ( arg0 ) ; } |
8,701 | the total number of flush executed . concode_field_sep long total concode_elem_sep String FLUSH concode_elem_sep String TOTAL concode_elem_sep String TOTAL_TIME concode_elem_sep String TOTAL_TIME_IN_MILLIS concode_elem_sep long totalTimeInMillis concode_field_sep void add concode_elem_sep void add concode_elem_sep long... | long function ( ) { return this . total ; } |
8,702 | retrieve all features . concode_field_sep Logger LOGGER concode_elem_sep QueryCapabilities queryCapabilities concode_elem_sep Set hints concode_field_sep Name getName concode_elem_sep ResourceInfo getInfo concode_elem_sep QueryCapabilities getQueryCapabilities concode_elem_sep Set getSupportedHints concode_elem_sep Dat... | SimpleFeatureCollection function ( ) { return getFeatures ( Filter . INCLUDE ) ; } |
8,703 | get id of the block concode_field_sep StorageDir mDir concode_elem_sep long mBlockSize concode_elem_sep long mBlockId concode_field_sep StorageDir getStorageDir concode_elem_sep long getBlockSize | long function ( ) { return mBlockId ; } |
8,704 | start document event . 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_sep String getName concode_elem_sep voi... | void function ( ) { if ( documentHandler != null ) documentHandler . startDocument ( ) ; } |
8,705 | remove the special characters replacing it with empty '' '' and change all to lower case concode_field_sep ClientTierRepository clientTierRepository concode_elem_sep UserAdminRepository userAdminRepository concode_elem_sep ClientRepository clientRepository concode_elem_sep ClientSpecifications clientSpecifications conc... | String function ( String arg0 ) { String loc0 = StringUtils . trimToEmpty ( StringUtils . lowerCase ( arg0 ) ) ; if ( StringUtils . isNotBlank ( loc0 ) ) { loc0 = loc0 . replaceAll ( "srini_string" , "srini_string" ) ; } return loc0 ; } |
8,706 | get for provider reference data concode_field_sep ProviderResourceAssembler providerResourceAssembler concode_elem_sep ClientProviderService clientProviderService concode_elem_sep ProviderService providerService concode_elem_sep ProviderSpecialtyResourceAssembler providerSpecialtyResourceAssembler concode_elem_sep Prov... | ReferenceData function ( ) { return new ReferenceData ( ) ; } |
8,707 | gets the value of the attributeexchangedisplayname property . concode_field_sep String mappingName concode_elem_sep String attributeCrmDisplayName concode_elem_sep String attributeCrmName concode_elem_sep String attributeExchangeDisplayName concode_elem_sep long serialVersionUID concode_elem_sep Integer allowedSyncDire... | String function ( ) { return attributeExchangeDisplayName ; } |
8,708 | `` interface abc : operation myopp2 myparamopp param1 : integer , param2 : boolean : string in event event2 var myint : integer in event myintevent : integer concode_field_sep ILinker linker concode_elem_sep StextResourceFactory factory concode_elem_sep IParser parser concode_field_sep StextResource getResource concode... | Scope function ( ) { return createInterfaceScope ( "srini_string" ) ; } |
8,709 | processes specified document 's file concode_field_sep PlaceHolder placeHolder concode_field_sep void endStream concode_elem_sep void startStream concode_elem_sep void processInternal concode_elem_sep void processInternal | void function ( File arg0 , String arg1 ) { try ( BufferedReader loc0 = new BufferedReader ( new InputStreamReader ( new FileInputStream ( arg0 ) , "srini_string" ) ) ) { process ( loc0 , null , arg1 ) ; } } |
8,710 | finish the line from startdoing with the end of the timing done message and elapsed time in x.y seconds . concode_field_sep long startTime concode_elem_sep long MILLISECONDS_TO_SECONDS concode_elem_sep long MILLISECOND_DIVISOR concode_elem_sep long start concode_elem_sep NumberFormat nf concode_elem_sep long SECOND_DIV... | void function ( String arg0 ) { long loc0 = System . nanoTime ( ) - startTime ; System . err . println ( arg0 + "srini_string" + nf . format ( ( ( double ) loc0 ) / SECOND_DIVISOR ) + "srini_string" ) ; } |
8,711 | positive test . concode_field_sep Cluster cluster concode_elem_sep FsPermission OWNER_ONLY_PERMISSION concode_elem_sep Map<String,String> overlay concode_elem_sep ClusterEntityParser parser concode_elem_sep TestContext context concode_elem_sep FileSystem fs concode_field_sep void testClusterEntityWithInvalidInterfaces ... | void function ( ) { overlay = context . getUniqueOverlay ( ) ; overlay . put ( "srini_string" , "srini_string" ) ; ClientResponse loc0 = context . submitToFalcon ( TestContext . CLUSTER_TEMPLATE , overlay , EntityType . CLUSTER ) ; context . assertSuccessful ( loc0 ) ; } |
8,712 | returns this val ; creates new vector concode_field_sep Vec3f Z_AXIS concode_elem_sep Vec3f NEG_X_AXIS concode_elem_sep float x concode_elem_sep float y concode_elem_sep float z concode_elem_sep Vec3f X_AXIS concode_elem_sep Vec3f NEG_Y_AXIS concode_elem_sep Vec3f Y_AXIS concode_elem_sep Vec3f NEG_Z_AXIS concode_field_... | Vec3f function ( final float arg0 ) { final Vec3f loc0 = new Vec3f ( this ) ; loc0 . scale ( arg0 ) ; return loc0 ; } |
8,713 | get the value of the attribute . concode_field_sep String value concode_field_sep placeholderType placeHolder | String function ( ) { return value ; } |
8,714 | to detect closest name concode_field_sep Map<String,List<String>> PHONE_DATA concode_field_sep void load concode_elem_sep List<MatchedItem> detect | String function ( String arg0 ) { StringBuilder loc0 = new StringBuilder ( ) ; List < MatchedItem > loc1 = detect ( arg0 ) ; if ( loc1 . size ( ) > 0 ) { for ( String loc2 : loc1 . get ( 0 ) . getMatchedList ( ) ) { loc0 . append ( loc2 ) . append ( "srini_string" ) ; } } return loc0 . toString ( ) . trim ( ) ; } |
8,715 | if no profile has been configured , set by default the `` dev '' profile . concode_field_sep Logger log concode_elem_sep Environment env concode_field_sep void initApplication concode_elem_sep void main | void function ( SpringApplication arg0 , SimpleCommandLinePropertySource arg1 ) { if ( ! arg1 . containsProperty ( "srini_string" ) && ! System . getenv ( ) . containsKey ( "srini_string" ) ) { arg0 . setAdditionalProfiles ( Constants . SPRING_PROFILE_DEVELOPMENT ) ; } } |
8,716 | the user who started this job . concode_field_sep TempletonStorage.Type type concode_elem_sep Logger LOG concode_elem_sep TempletonStorage storage concode_elem_sep String id concode_elem_sep Configuration config concode_field_sep void setField concode_elem_sep Long getLongField concode_elem_sep void setCallback concode... | String function ( ) { return getField ( "srini_string" ) ; } |
8,717 | create an instance of jaxbelement concode_field_sep QName _SecureMethod_QNAME concode_elem_sep QName _SecureMethodResponse_QNAME concode_field_sep SimpleResponse createSimpleResponse concode_elem_sep SecureMethodResponse createSecureMethodResponse concode_elem_sep JAXBElement<SecureMethodResponse> createSecureMethodRes... | JAXBElement < SecureMethod > function ( SecureMethod arg0 ) { return new JAXBElement < SecureMethod > ( _SecureMethod_QNAME , SecureMethod . class , null , arg0 ) ; } |
8,718 | sets the userconsent of this context . concode_field_sep CredentialManager credMan concode_elem_sep AddonManager manager concode_elem_sep UserConsent userConsent concode_elem_sep EventManager eventManager concode_elem_sep CardRecognition recognition concode_elem_sep String id concode_elem_sep AddonProperties addonPrope... | void function ( UserConsent arg0 ) { userConsent = arg0 ; } |
8,719 | returns the user uuid of this system event . concode_field_sep SystemEvent _systemEvent concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_s... | java . lang . String function ( ) { return _systemEvent . getUserUuid ( ) ; } |
8,720 | add source code of given class to this project . concode_field_sep Class<?>[] ALWAYS_INCLUDE concode_elem_sep File sourceFolder concode_elem_sep TestCompiler compiler concode_elem_sep Set<File> sourceFiles concode_field_sep void replaceText concode_elem_sep void addSourceCode concode_elem_sep void putContents concode_e... | void function ( Class < ? > arg0 ) { Assert . assertFalse ( getSourceFile ( arg0 ) . exists ( ) ) ; copySources ( arg0 ) ; } |
8,721 | sets the createdby attribute of the rolevo object concode_field_sep String VO_ARRAY_LABEL concode_elem_sep String actions concode_elem_sep Date updatedDateTime concode_elem_sep String permissionDisplayName concode_elem_sep String activationStatus concode_elem_sep Date createdDateTime concode_elem_sep Integer createdBy ... | void function ( Integer arg0 ) { this . createdBy = arg0 ; } |
8,722 | returns true if this buffer is empty ; false otherwise . concode_field_sep int head concode_elem_sep int tail concode_elem_sep byte[] buffer concode_field_sep boolean add concode_elem_sep Iterator iterator concode_elem_sep int size concode_elem_sep int decrement concode_elem_sep byte get concode_elem_sep int increment ... | boolean function ( ) { return ( size ( ) == 0 ) ; } |
8,723 | checks whether the classifier has been loaded . concode_field_sep long nativeObj concode_field_sep boolean load_0 concode_elem_sep void detectMultiScale_3 concode_elem_sep boolean load concode_elem_sep long CascadeClassifier_1 concode_elem_sep long CascadeClassifier_0 concode_elem_sep boolean empty_0 concode_elem_sep v... | boolean function ( ) { boolean loc0 = empty_0 ( nativeObj ) ; return loc0 ; } |
8,724 | a cursor that can be used to retrieve the next set of matching documents when you want to page through a large result set . concode_field_sep String cursor concode_elem_sep com.amazonaws.internal.SdkInternalList<Hit> hit concode_elem_sep Long found concode_elem_sep Long start concode_field_sep Hits withStart concode_el... | String function ( ) { return this . cursor ; } |
8,725 | ongoing flag for local notifications . concode_field_sep long interval concode_elem_sep JSONObject options concode_elem_sep AssetUtil assets concode_elem_sep String EXTRA concode_elem_sep Context context concode_field_sep Boolean isAutoClear concode_elem_sep int getIdAsInt concode_elem_sep String getText concode_elem_s... | Boolean function ( ) { return options . optBoolean ( "srini_string" , false ) ; } |
8,726 | isreadermtomaware concode_field_sep javax.xml.namespace.QName MY_QNAME concode_elem_sep com.amazon.ec2.DeleteDhcpOptionsResponseType localDeleteDhcpOptionsResponse concode_field_sep java.lang.String generatePrefix concode_elem_sep void serialize concode_elem_sep void serialize concode_elem_sep void writeQName concode_e... | boolean function ( javax . xml . stream . XMLStreamReader arg0 ) { boolean loc0 = false ; try { loc0 = java . lang . Boolean . TRUE . equals ( arg0 . getProperty ( org . apache . axiom . om . OMConstants . IS_DATA_HANDLERS_AWARE ) ) ; } catch ( java . lang . IllegalArgumentException loc1 ) { loc0 = false ; } return loc... |
8,727 | extract an airport passage from an apt.dat file concode_field_sep PlaceHolder placeHolder concode_field_sep NavPoint getAirportInitialPosition concode_elem_sep String extractShortAptFileName concode_elem_sep String joinArray | String function ( String arg0 , int arg1 ) { return extractAirportFromFile ( new File ( arg0 ) , arg1 ) ; } |
8,728 | obtiene el valor de la propiedad signaturemethod . concode_field_sep List<ReferenceType> reference concode_elem_sep CanonicalizationMethodType canonicalizationMethod concode_elem_sep SignatureMethodType signatureMethod concode_elem_sep String id concode_field_sep void setCanonicalizationMethod concode_elem_sep Canonica... | SignatureMethodType function ( ) { return signatureMethod ; } |
8,729 | returns the ssrc of the stream . concode_field_sep long duration concode_elem_sep long mCacheSize concode_elem_sep float m concode_elem_sep int TRANSPORT_UDP concode_elem_sep DatagramPacket[] mPackets concode_elem_sep long mClock concode_elem_sep int mTotal concode_elem_sep int mSeq concode_elem_sep int mCount concode_... | int function ( ) { return mSsrc ; } |
8,730 | deletes the feed from the database . also notifies the appropriate model listeners . concode_field_sep FeedLocalService _feedLocalService concode_field_sep com.liferay.twitter.model.Feed fetchFeed concode_elem_sep void setWrappedService concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getAction... | com . liferay . twitter . model . Feed function ( com . liferay . twitter . model . Feed arg0 ) { return _feedLocalService . deleteFeed ( arg0 ) ; } |
8,731 | returns the result of interpreting the object as an instance of ` eobject ' . this implementation returns null ; returning a non-null result will terminate the switch , but this is the last case anyway . concode_field_sep LocalizationPackage modelPackage concode_field_sep T doSwitch concode_elem_sep T doSwitch concode_... | T function ( EObject arg0 ) { return null ; } |
8,732 | sets the id of this user to id . concode_field_sep String systemId concode_elem_sep OpenMRSPerson person concode_elem_sep String id concode_elem_sep String userName concode_elem_sep String securityRole concode_field_sep OpenMRSUser systemId concode_elem_sep String getSystemId concode_elem_sep OpenMRSUser userName conco... | OpenMRSUser function ( String arg0 ) { this . id = arg0 ; return this ; } |
8,733 | reports for all sockets . concode_field_sep Collection<SocketChannel> channels concode_elem_sep AtomicLong channelsCreated concode_elem_sep Predicate<SocketChannel> openChannels concode_elem_sep Comparator<SocketChannel> BY_REMOTE_ADDRESS concode_elem_sep Logger logger concode_elem_sep NettyOptions nettyOptions concode... | void function ( ) { report ( Predicates . < SocketChannel > alwaysTrue ( ) ) ; } |
8,734 | add a child resourcesubcategory to this instance concode_field_sep String QUERY_FIND_BY_NAME_AND_PLUGIN concode_elem_sep String displayName concode_elem_sep List<ResourceSubCategory> childSubCategories concode_elem_sep String name concode_elem_sep String description concode_elem_sep Long ctime concode_elem_sep Resource... | void function ( ResourceSubCategory arg0 ) { arg0 . setParentSubCategory ( this ) ; this . childSubCategories . add ( arg0 ) ; } |
8,735 | a bundle tracked by the bundletracker has been removed . this method is called after a bundle is no longer being tracked by the bundletracker . concode_field_sep Locale defaultLocale concode_elem_sep ApplicationConfiguration configuration concode_elem_sep BundleContext context concode_elem_sep BundleTracker<List<I18nEx... | void function ( Bundle arg0 , BundleEvent arg1 , List < I18nExtension > arg2 ) { for ( I18nExtension loc0 : arg2 ) { synchronized ( this ) { extensions . remove ( loc0 ) ; } } LOGGER . info ( "srini_string" , arg0 . getSymbolicName ( ) , arg0 . getBundleId ( ) , arg2 . size ( ) ) ; } |
8,736 | create an instance of updaterequestverb concode_field_sep QName _HomePageTemplateMasterRequest_QNAME concode_elem_sep QName _HomePageTemplateMasterResponse_QNAME concode_field_sep GetRequestVerb createGetRequestVerb concode_elem_sep GetContentProviderListResponseVerb createGetContentProviderListResponseVerb concode_ele... | UpdateRequestVerb function ( ) { return new UpdateRequestVerb ( ) ; } |
8,737 | remove a session attribute from the map . concode_field_sep WebServer server concode_elem_sep HashMap<String,Object> map concode_elem_sep Connection conn concode_elem_sep ArrayList<String> commandHistory concode_elem_sep boolean shutdownServerOnDisconnect concode_elem_sep long lastAccess concode_elem_sep Locale locale ... | void function ( String arg0 ) { map . remove ( arg0 ) ; } |
8,738 | returns the shadow offset distance . concode_field_sep int distance concode_elem_sep double angle concode_elem_sep int shadowSize concode_elem_sep float shadowOpacity concode_elem_sep long serialVersionUID concode_elem_sep Color shadowColor concode_field_sep int calculateOffsetX concode_elem_sep float getShadowOpacity ... | int function ( ) { return this . distance ; } |
8,739 | log debug level message . concode_field_sep String RCSID concode_field_sep void loaded concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void trace concode_elem_sep... | void function ( Object arg0 ) { log ( LogLevel . DEBUG , createLoggable ( arg0 ) ) ; } |
8,740 | this hook method will be invoked when the dfs finishes the visit of an element . since there is no return parameter this method will not effect the algorithms behaviour . concode_field_sep int linkCount concode_elem_sep Map myVisitedElements concode_elem_sep Iterator myElements concode_elem_sep boolean done concode_fie... | void function ( Object arg0 , int arg1 , int arg2 ) { } |
8,741 | formats the log message to indicate the service sending it , if known . concode_field_sep Logger delegate concode_elem_sep String UNKNOWN concode_field_sep void log concode_elem_sep void log concode_elem_sep void log concode_elem_sep void log | String function ( ServiceReference arg0 , String arg1 ) { StringBuilder loc0 = new StringBuilder ( ) ; if ( arg0 != null ) { loc0 . append ( '[' ) . append ( arg0 . toString ( ) ) . append ( ']' ) ; } else { loc0 . append ( UNKNOWN ) ; } loc0 . append ( arg1 ) ; return loc0 . toString ( ) ; } |
8,742 | save this state into the current thread 's local storage concode_field_sep FileInfo fileInfo concode_elem_sep boolean asyncLifecycle concode_elem_sep ThreadLocal holder concode_elem_sep UploadConfig uploadConfig concode_elem_sep String iframeContent concode_field_sep UploadStateHolder take concode_elem_sep void setAsyn... | void function ( ) { holder . set ( this ) ; } |
8,743 | obtains the name of the annotation type . concode_field_sep int typeIndex concode_elem_sep LinkedHashMap members concode_elem_sep int name concode_elem_sep ConstPool pool concode_elem_sep MemberValue value concode_field_sep Set getMemberNames concode_elem_sep Object toAnnotationType concode_elem_sep boolean equals conc... | String function ( ) { return Descriptor . toClassName ( pool . getUtf8Info ( typeIndex ) ) ; } |
8,744 | converts an edns option code into its textual representation concode_field_sep Mnemonic codes concode_elem_sep int code concode_elem_sep int NSID concode_elem_sep int CLIENT_SUBNET concode_field_sep void optionFromWire concode_elem_sep int hashCode concode_elem_sep void toWire concode_elem_sep byte[] toWire concode_ele... | String function ( int arg0 ) { return codes . getText ( arg0 ) ; } |
8,745 | scroll the list to a given line concode_field_sep ActivityUtils activityUtils concode_elem_sep Sleeper sleeper concode_elem_sep ViewFetcher viewFetcher concode_elem_sep Instrumentation inst concode_elem_sep int UP concode_elem_sep int DOWN concode_field_sep boolean scrollList concode_elem_sep void scrollToSide concode_... | void function ( final ScrollView arg0 , final int arg1 , final int arg2 ) { inst . runOnMainSync ( new Runnable ( ) { public void run ( ) { arg0 . scrollBy ( arg1 , arg2 ) ; } } ) ; } |
8,746 | returns the name of the main module . determines the url used to fetch the js bundle from the packager server . it is only used when dev support is enabled . this is the first file to be executed once the reactinstancemanager is created.e.g . `` index.android '' concode_field_sep Application mApplication concode_elem_s... | String function ( ) { return "srini_string" ; } |
8,747 | return the this of rules used by this reasoner concode_field_sep boolean recordDerivations concode_elem_sep ReasonerFactory factory concode_elem_sep Capabilities capabilities concode_elem_sep List<Rule> rules concode_elem_sep InfGraph schemaGraph concode_elem_sep boolean traceOn concode_field_sep void addDescription co... | List < Rule > function ( ) { return rules ; } |
8,748 | delegates to the configured testcontextmanager to @linkplain testcontextmanager #aftertestmethod object , method , throwable post-process the test method after the actual test has executed . concode_field_sep Log logger concode_elem_sep ApplicationContext applicationContext concode_elem_sep Throwable testException conc... | void function ( Method arg0 ) { try { this . testContextManager . afterTestMethod ( this , arg0 , this . testException ) ; } finally { this . testException = null ; } } |
8,749 | sets the framing rectangle of this shape based on the specified center point coordinates and corner point coordinates . the framing rectangle is used by the subclasses of rectangularshape to define their geometry . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean intersects concode_elem_sep Rectangle... | void function ( double arg0 , double arg1 , double arg2 , double arg3 ) { double loc0 = Math . abs ( arg2 - arg0 ) ; double loc1 = Math . abs ( arg3 - arg1 ) ; setFrame ( arg0 - loc0 , arg1 - loc1 , loc0 * 2.0 , loc1 * 2.0 ) ; } |
8,750 | tostring method concode_field_sep WPTreeNode parent concode_elem_sep List<WPTreeNode> children concode_elem_sep WPTreeNode root concode_elem_sep NearbyWords nw concode_elem_sep String word concode_field_sep List<WPTreeNode> getChildren concode_elem_sep String printQueue concode_elem_sep String getWord concode_elem_sep ... | String function ( ) { String loc0 = "srini_string" + word + "srini_string" ; if ( this . parent == null ) { loc0 += "srini_string" ; } else { loc0 += this . parent . getWord ( ) + "srini_string" ; } loc0 += "srini_string" ; for ( WPTreeNode loc1 : children ) { loc0 += loc1 . getWord ( ) + "srini_string" ; } loc0 += ( "... |
8,751 | creates a new layout branch with the primary key . does not add the layout branch to the database . concode_field_sep LayoutBranchLocalService _service concode_field_sep com.liferay.portal.model.LayoutBranch addLayoutBranch concode_elem_sep com.liferay.portal.model.LayoutBranch addLayoutBranch concode_elem_sep com.life... | com . liferay . portal . model . LayoutBranch function ( long arg0 ) { return getService ( ) . createLayoutBranch ( arg0 ) ; } |
8,752 | fires a timeevent on the given eventtarget . concode_field_sep PlaceHolder placeHolder concode_field_sep Element getElementById concode_elem_sep EventTarget getEventTargetById concode_elem_sep TimedElement getTimedElementById | void function ( EventTarget arg0 , String arg1 , Calendar arg2 , int arg3 ) { DocumentEvent loc0 = ( DocumentEvent ) ( ( Node ) arg0 ) . getOwnerDocument ( ) ; DOMTimeEvent loc1 = ( DOMTimeEvent ) loc0 . createEvent ( "srini_string" ) ; loc1 . initTimeEventNS ( XMLConstants . XML_EVENTS_NAMESPACE_URI , arg1 , null , ar... |
8,753 | returns a value indicating whether this statement will beclosed when all its dependent result sets are closed . concode_field_sep boolean isEscapeProcessing concode_elem_sep int queryTimeout concode_elem_sep Result errorResult concode_elem_sep int SUCCESS_NO_INFO concode_elem_sep Result batchResultOut concode_elem_sep ... | boolean function ( ) { checkClosed ( ) ; return false ; } |
8,754 | get the inputformat class for the job . concode_field_sep JobID jobId concode_elem_sep Credentials credentials concode_elem_sep UserGroupInformation ugi concode_elem_sep org.apache.hadoop.mapred.JobConf conf concode_field_sep String[] toTimestampStrs concode_elem_sep JobID getJobID concode_elem_sep Path[] getLocalCache... | Class < ? extends InputFormat < ? , ? >> function ( ) { return ( Class < ? extends InputFormat < ? , ? >> ) conf . getClass ( INPUT_FORMAT_CLASS_ATTR , TextInputFormat . class ) ; } |
8,755 | returns true if the given binary cepstra file is in big-endian format . it assumes that the first 4 bytes of the file tells you how many 4-byte floating point cepstra values are in the file . concode_field_sep long maxUsed concode_elem_sep boolean TRACKING_OBJECTS concode_field_sep String pathJoin concode_elem_sep floa... | boolean function ( String arg0 ) { File loc0 = new File ( arg0 ) ; int loc1 = ( int ) loc0 . length ( ) ; DataInputStream loc2 = new DataInputStream ( new FileInputStream ( arg0 ) ) ; int loc3 = loc2 . readInt ( ) * 4 + 4 ; loc2 . close ( ) ; return ( loc1 == loc3 ) ; } |
8,756 | player with 100 hp taking 5 damage from enemy ` dark enemy level one ' . concode_field_sep PlaceHolder placeHolder concode_field_sep void testLootGoldFromEnemy concode_elem_sep void testUnEquipArmor concode_elem_sep void testKillEnemy concode_elem_sep void testUnEquipWeapon concode_elem_sep void testLootItem concode_el... | void function ( ) { Player loc0 = new Player ( ) ; loc0 . resetPlayer ( ) ; loc0 . setMaxHealth ( 100 ) ; IEnemy loc1 = EnemyFactory . createEnemy ( Enemy . REGULAR_LEVEL_ONE , 20 , 20 ) ; IAttack loc2 = new MeleeAttack ( loc1 ) ; loc0 . onCollide ( loc2 ) ; assertTrue ( loc0 . getHealth ( ) == 95 ) ; } |
8,757 | computes the covariance between the two arrays , using the bias-corrected formula . array lengths must match and the common length must be at least 2 . concode_field_sep RealMatrix covarianceMatrix concode_elem_sep int n concode_field_sep RealMatrix getCovarianceMatrix concode_elem_sep RealMatrix computeCovarianceMatri... | double function ( final double [ ] arg0 , final double [ ] arg1 ) { return covariance ( arg0 , arg1 , true ) ; } |
8,758 | returns the next element . concode_field_sep int p concode_elem_sep BindingIterator iterator concode_elem_sep int batch concode_elem_sep Binding[] list concode_field_sep Object next concode_elem_sep boolean hasMoreElements concode_elem_sep boolean hasMore concode_elem_sep boolean getMore concode_elem_sep Object convert... | Object function ( ) { if ( p < 0 ) throw new NoSuchElementException ( ) ; else if ( p < list . length ) return convert ( list [ p ++ ] ) ; else if ( getMore ( ) ) return convert ( list [ p ++ ] ) ; else throw new NoSuchElementException ( ) ; } |
8,759 | returns the number of rows matching the dynamic query . concode_field_sep ResourceActionLocalService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_elem_sep java.util.List<com.liferay.portal... | long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , com . liferay . portal . kernel . dao . orm . Projection arg1 ) { return getService ( ) . dynamicQueryCount ( arg0 , arg1 ) ; } |
8,760 | creates a sql insert function . concode_field_sep Supplier<Result<SQLiteDatabase>> databaseSupplier concode_elem_sep Function<Cursor,T> cursorToItem concode_elem_sep Merger<SQLiteDatabase,R,Result<T>> databaseWithSqlArgument concode_field_sep Function<SqlRequest,Result<List<T>>> databaseQueryFunction concode_elem_sep F... | Function < SqlInsertRequest , Result < Long >> function ( @ NonNull final Supplier < Result < SQLiteDatabase >> arg0 ) { return new DatabaseFunction < > ( arg0 , new DatabaseInsertMerger ( ) ) ; } |
8,761 | returns private flow . concode_field_sep byte[] payLoad concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep FlowRuleExtPayLoad flowRuleExtPayLoad concode_elem_sep String toString concode_elem_sep int hash | byte [ ] function ( ) { return payLoad ; } |
8,762 | lists summaries of the operations . type : complex type containing a list of operation summaries children : operationid , status , submitteddate , type concode_field_sep com.amazonaws.internal.SdkInternalList<OperationSummary> operations concode_elem_sep String nextPageMarker concode_field_sep java.util.List<OperationS... | ListOperationsResult function ( java . util . Collection < OperationSummary > arg0 ) { setOperations ( arg0 ) ; return this ; } |
8,763 | print out details on gathering skills . only for online players . concode_field_sep List<String> RESET_OPTIONS concode_elem_sep List<String> TRUE_FALSE_OPTIONS concode_field_sep boolean tooFar concode_elem_sep boolean hidden concode_elem_sep List<String> getOnlinePlayerNames concode_elem_sep boolean isInvalidDouble con... | void function ( Player arg0 , CommandSender arg1 ) { printGroupedSkillData ( arg0 , arg1 , LocaleLoader . getString ( "srini_string" ) , SkillType . GATHERING_SKILLS ) ; } |
8,764 | lookup a value in a nested structure . concode_field_sep FunctionLibrary LIBRARY concode_elem_sep Map<String,Character> separators concode_elem_sep Splitter DOT_SPLITTER concode_field_sep List<Map<String,Object>> importCSV concode_elem_sep Object lookup concode_elem_sep List<Object> filterData concode_elem_sep boolean ... | Object function ( Object arg0 , Iterable < String > arg1 ) { for ( String loc0 : arg1 ) { arg0 = fastLookup ( arg0 , loc0 ) ; if ( arg0 == null ) { break ; } } return arg0 ; } |
8,765 | sets whether loaded image will be cached in memory concode_field_sep Handler handler concode_elem_sep int delayBeforeLoading concode_elem_sep boolean resetViewBeforeLoading concode_elem_sep int stubImage concode_elem_sep int imageForEmptyUri concode_elem_sep int imageForEmptyUri concode_elem_sep int imageOnFail concode... | Builder function ( boolean arg0 ) { this . cacheInMemory = arg0 ; return this ; } |
8,766 | returns the next postponed route to try . concode_field_sep Address address concode_elem_sep Proxy lastProxy concode_elem_sep int nextProxyIndex concode_elem_sep List<Route> postponedRoutes concode_elem_sep int nextInetSocketAddressIndex concode_elem_sep RouteDatabase routeDatabase concode_elem_sep List<Proxy> proxies ... | Route function ( ) { return postponedRoutes . remove ( 0 ) ; } |
8,767 | write message to a port concode_field_sep DriverListener m_listener concode_elem_sep ReentrantLock m_modemDBEntriesLock concode_elem_sep HashMap<String,Port> m_ports concode_elem_sep HashMap<InsteonAddress,ModemDBEntry> m_modemDBEntries concode_elem_sep Logger logger concode_field_sep void modemDBComplete concode_elem_... | void function ( String arg0 , Msg arg1 ) { Port loc0 = getPort ( arg0 ) ; if ( loc0 == null ) { logger . error ( "srini_string" , arg0 ) ; throw new IOException ( ) ; } loc0 . writeMessage ( arg1 ) ; } |
8,768 | a friendly name or description of the webacl . you ca n't change the name of a webacl after you create it . concode_field_sep String name concode_elem_sep String webACLId concode_field_sep void setName concode_elem_sep void setWebACLId concode_elem_sep String getName concode_elem_sep int hashCode concode_elem_sep boole... | WebACLSummary function ( String arg0 ) { setName ( arg0 ) ; return this ; } |
8,769 | indicates whether monitoring is enabled for the instance . concode_field_sep String state concode_field_sep String getState concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Monitoring clone concode_elem_sep void setState concode_elem_sep void setState concode_elem_sep String toString | Monitoring function ( MonitoringState arg0 ) { setState ( arg0 ) ; return this ; } |
8,770 | returns the capabilities of the supported audio encoders . concode_field_sep int mMaxFrameWidth concode_elem_sep int mMinChannels concode_elem_sep int mMaxFrameRate concode_elem_sep int mMinFrameRate concode_elem_sep int mMinFrameWidth concode_elem_sep int mCodec concode_elem_sep int mMinBitRate concode_elem_sep int mM... | List < AudioEncoderCap > function ( ) { int loc0 = native_get_num_audio_encoders ( ) ; if ( loc0 == 0 ) return null ; List < AudioEncoderCap > loc1 = new ArrayList < AudioEncoderCap > ( ) ; for ( int loc2 = 0 ; loc2 < loc0 ; ++ loc2 ) { loc1 . add ( native_get_audio_encoder_cap ( loc2 ) ) ; } return loc1 ; } |
8,771 | whether quicktime for java has expired . concode_field_sep Logger LOGGER concode_elem_sep boolean noQT concode_elem_sep ReflectedUniverse r concode_elem_sep ClassLoader LOADER concode_elem_sep String NO_QT_MSG concode_elem_sep String JVM_64BIT_MSG concode_elem_sep String EXPIRED_QT_MSG concode_elem_sep boolean jvm64Bit... | boolean function ( ) { if ( ! initialized ) initClass ( ) ; return expiredQT ; } |
8,772 | removes all rights mappings for the database object identified by the dbobject argument from all grantee objects in the set . concode_field_sep HashMappedList userList concode_elem_sep GranteeManager granteeManager concode_elem_sep User sysUser concode_field_sep HsqlArrayList listVisibleUsers concode_elem_sep void remo... | void function ( Object arg0 ) { granteeManager . removeDbObject ( arg0 ) ; } |
8,773 | cleanup resources and then exit . concode_field_sep javax.jms.Session sendSession concode_elem_sep String DEFAULT_PASSWORD concode_elem_sep String DEFAULT_BROKER_NAME concode_elem_sep javax.jms.Connection connect concode_elem_sep javax.jms.Session receiveSession concode_elem_sep int MESSAGE_LIFESPAN concode_elem_sep ja... | void function ( ) { try { connect . close ( ) ; } catch ( javax . jms . JMSException loc0 ) { loc0 . printStackTrace ( ) ; } System . exit ( 0 ) ; } |
8,774 | return whether the provided token will be signed or not . default is true . concode_field_sep String JWT_TOKEN_TYPE concode_elem_sep boolean signToken concode_elem_sep Map<String,RealmProperties> realmMap concode_elem_sep Logger LOG concode_elem_sep JWTClaimsProvider jwtClaimsProvider concode_field_sep boolean canHandl... | boolean function ( ) { return signToken ; } |
8,775 | get notification id . 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 wasInThePast c... | int function ( ) { return options . getId ( ) ; } |
8,776 | gets all the changelisteners . concode_field_sep EventListenerList listenerList concode_elem_sep ChangeEvent changeEvent concode_field_sep EventListener[] getListeners concode_elem_sep void removeChangeListener concode_elem_sep void fireStateChanged concode_elem_sep void addChangeListener | ChangeListener [ ] function ( ) { return ( ChangeListener [ ] ) listenerList . getListeners ( ChangeListener . class ) ; } |
8,777 | remove a reference from the queue , if there is one . concode_field_sep Object lock concode_elem_sep Reference<? extends T> first concode_field_sep boolean enqueue concode_elem_sep Reference<? extends T> poll concode_elem_sep Reference<? extends T> remove concode_elem_sep Reference<? extends T> remove | Reference < ? extends T > function ( ) { synchronized ( lock ) { if ( first == null ) return null ; Reference < ? extends T > loc0 = first ; first = ( first == first . nextOnQueue ) ? null : first . nextOnQueue ; loc0 . nextOnQueue = null ; return loc0 ; } } |
8,778 | returns the string representation of the uri concode_field_sep Map<String,Class<? extends AssetURI>> uriMap concode_elem_sep String uri concode_field_sep URL toURL concode_elem_sep String toExternalForm concode_elem_sep String getRelativeCachePath concode_elem_sep int hashCode concode_elem_sep AssetURI uriFactory conco... | String function ( ) { return toExternalForm ( ) ; } |
8,779 | sets relations defining object hierarchy graph . relations should be ordered for each model . concode_field_sep Rdf relsExt concode_elem_sep XmlStreamEditor editor concode_elem_sep String DATASTREAM_FORMAT_URI concode_elem_sep FedoraObject fobject concode_elem_sep String DATASTREAM_ID concode_elem_sep String DATASTREAM... | void function ( List < String > arg0 ) { Rdf loc0 = getRdf ( ) ; List < RdfRelation > loc1 = loc0 . getDescription ( ) . getMemberRelations ( ) ; loc1 . clear ( ) ; loc1 . addAll ( pidAsRelation ( arg0 ) ) ; } |
8,780 | this method was generated by mybatis generator . this method sets the value of the database column actbva.tlrnum concode_field_sep String bvasts concode_elem_sep String apcode concode_elem_sep String recsts concode_elem_sep Date bvadat concode_elem_sep String cusidt concode_elem_sep String curcde concode_elem_sep Date ... | void function ( String arg0 ) { this . tlrnum = arg0 ; } |
8,781 | sets new token value . concode_field_sep String val concode_elem_sep GridJavadocTokenType type concode_field_sep GridJavadocTokenType type concode_elem_sep String value | void function ( String arg0 ) { this . val = arg0 ; } |
8,782 | creates a mock metricsrecord with the given name and tags . concode_field_sep PlaceHolder placeHolder concode_field_sep GlobFilter newGlobFilter concode_elem_sep void shouldReject concode_elem_sep void shouldReject concode_elem_sep void shouldReject concode_elem_sep void shouldReject concode_elem_sep void shouldAcceptI... | MetricsRecord function ( String arg0 , List < MetricsTag > arg1 ) { MetricsRecord loc0 = mock ( MetricsRecord . class ) ; when ( loc0 . arg0 ( ) ) . thenReturn ( arg0 ) ; when ( loc0 . arg1 ( ) ) . thenReturn ( arg1 ) ; return loc0 ; } |
8,783 | sets the user id of this sync device . concode_field_sep SyncDevice _syncDevice concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setBuildNumber concode_elem_sep boolean isEscapedModel concode_elem_se... | void function ( long arg0 ) { _syncDevice . setUserId ( arg0 ) ; } |
8,784 | checks if given object is equal to this permutation . the method returns false whenever the given object is not permutation . concode_field_sep int[] perm concode_field_sep boolean isPermutation concode_elem_sep Permutation computeInverse concode_elem_sep Permutation rightMultiply concode_elem_sep byte[] getEncoded con... | boolean function ( Object arg0 ) { if ( ! ( arg0 instanceof Permutation ) ) { return false ; } Permutation loc0 = ( Permutation ) arg0 ; return IntUtils . equals ( perm , loc0 . perm ) ; } |
8,785 | sleeps for specified amount of time in milliseconds . concode_field_sep List<Long> result concode_elem_sep long serialVersionUID concode_elem_sep Long metadataDuration concode_elem_sep Date metadataTimestamp concode_elem_sep KieSession ksession concode_elem_sep String name concode_elem_sep long SLEEP_PRECISION concode_... | void function ( final long arg0 ) { sleepNanos ( TimeUnit . MILLISECONDS . toNanos ( arg0 ) ) ; } |
8,786 | place concode_field_sep UnitWorks uw concode_elem_sep EventListener el concode_elem_sep int x concode_elem_sep TurnManager tm concode_elem_sep int y concode_elem_sep MapWorks mw concode_elem_sep int type concode_elem_sep UnitMap map concode_elem_sep PanelManager pm concode_field_sep void cancel concode_elem_sep boolean... | void function ( int arg0 , int arg1 ) { pm . displayPlace ( tm , arg0 , arg1 ) ; } |
8,787 | compares two rid object , i.e , this to the rid concode_field_sep int slotNo concode_elem_sep PageId pageNo concode_field_sep void writeToByteArray concode_elem_sep void copyRid | boolean function ( RID arg0 ) { if ( ( this . pageNo . pid == arg0 . pageNo . pid ) && ( this . slotNo == arg0 . slotNo ) ) return true ; else return false ; } |
8,788 | returns true if a new value can be set in this valueitem . concode_field_sep Integer subType concode_elem_sep Number minValue concode_elem_sep Number maxValue concode_elem_sep Integer valueType concode_elem_sep String name concode_elem_sep boolean writeable concode_elem_sep Object value concode_elem_sep String[] valueL... | boolean function ( ) { return writeable ; } |
8,789 | insertion code of initial residue of the segment , if pdb is the reference . concode_field_sep Structure parent concode_elem_sep int dbSeqEnd concode_elem_sep String idCode concode_elem_sep char idbnsEnd concode_elem_sep char insertBegin concode_elem_sep long serialVersionUID concode_elem_sep String dbIdCode concode_el... | char function ( ) { return idbnsBegin ; } |
8,790 | adds a boolean property . concode_field_sep StringBuilder params concode_field_sep JSONBuilder beginMap concode_elem_sep JSONBuilder beginMap concode_elem_sep JSONBuilder endMap concode_elem_sep String escapeString concode_elem_sep JSONBuilder create concode_elem_sep String toString concode_elem_sep void appendCommaAnd... | JSONBuilder function ( String arg0 , boolean arg1 ) { appendCommaAndKey ( arg0 ) ; params . append ( arg1 ) ; return this ; } |
8,791 | returns true if this is a spdy connection . such connections can be used in multiple http requests simultaneously . concode_field_sep int httpMinorVersion concode_elem_sep byte[] HTTP_11 concode_elem_sep Route route concode_elem_sep long idleStartTimeNs concode_elem_sep InputStream in concode_elem_sep SpdyConnection sp... | boolean function ( ) { return spdyConnection != null ; } |
8,792 | the rank expressions configured for the domain . concode_field_sep com.amazonaws.internal.ListWithAutoConstructFlag<RankExpressionStatus> rankExpressions concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep void setRankExpressions concode_elem_sep String toString concode_elem_sep DescribeRank... | java . util . List < RankExpressionStatus > function ( ) { if ( rankExpressions == null ) { rankExpressions = new com . amazonaws . internal . ListWithAutoConstructFlag < RankExpressionStatus > ( ) ; rankExpressions . setAutoConstruct ( true ) ; } return rankExpressions ; } |
8,793 | sets the number of columns that this cell should span . the default value is 1 concode_field_sep boolean rowfill concode_elem_sep TableLayoutRow parent concode_elem_sep int colspan concode_elem_sep Component component concode_elem_sep boolean colfill concode_elem_sep Logger LOG concode_elem_sep String valign concode_el... | void function ( int arg0 ) { this . colspan = arg0 ; } |
8,794 | returns all known namespaces for which definitions exist in this collection . concode_field_sep HashMap entries concode_field_sep String getPrefix concode_elem_sep void configure | String [ ] function ( ) { return ( String [ ] ) entries . keySet ( ) . toArray ( new String [ entries . size ( ) ] ) ; } |
8,795 | returns the y-value . concode_field_sep double x concode_elem_sep double y concode_field_sep double getX concode_elem_sep double getAngle concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep double getLength | double function ( ) { return this . y ; } |
8,796 | thid method closes the buffered reader concode_field_sep String LOG_ARCHIVE_PATH concode_field_sep BufferedWriter getNewFileWriter concode_elem_sep BufferedReader getNewStreamReader | void function ( BufferedReader arg0 ) { if ( arg0 != null ) { try { arg0 . close ( ) ; } catch ( IOException loc0 ) { loc0 . printStackTrace ( ) ; } } } |
8,797 | list of properties from all local notifications . concode_field_sep Context context concode_field_sep Notification cancel concode_elem_sep void cancelAll concode_elem_sep List<Integer> getIdsByType concode_elem_sep List<Notification> getAll concode_elem_sep List<Notification> getByType concode_elem_sep NotificationMana... | List < JSONObject > function ( ) { return getOptionsById ( getIds ( ) ) ; } |
8,798 | gets the value of the x509issuername property . concode_field_sep BigInteger x509SerialNumber concode_elem_sep long serialVersionUID concode_elem_sep String x509IssuerName concode_field_sep void setX509IssuerName concode_elem_sep BigInteger getX509SerialNumber concode_elem_sep void setX509SerialNumber | String function ( ) { return x509IssuerName ; } |
8,799 | get a collection of all queues concode_field_sep FairScheduler scheduler concode_elem_sep FSParentQueue rootQueue concode_elem_sep Map<String,FSQueue> queues concode_elem_sep String ROOT_QUEUE concode_elem_sep Collection<FSLeafQueue> leafQueues concode_elem_sep Log LOG concode_field_sep FSParentQueue getRootQueue conco... | Collection < FSQueue > function ( ) { return queues . values ( ) ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.