idx int64 0 25k | question stringlengths 68 5.14k | target stringlengths 20 503 |
|---|---|---|
11,300 | return the spark user for authenticating sasl connections . concode_field_sep ConcurrentHashMap<String,String> shuffleSecretMap concode_elem_sep Logger logger concode_elem_sep String SPARK_SASL_USER concode_field_sep String getSecretKey concode_elem_sep void registerApp concode_elem_sep void registerApp concode_elem_se... | String function ( String arg0 ) { return SPARK_SASL_USER ; } |
11,301 | this method is invoked by the jaxb implementation on each instance when unmarshalling completes . concode_field_sep STExt ext concode_elem_sep Object parent concode_elem_sep CTTextbox textbox concode_elem_sep CTCallout callout concode_elem_sep STTrueFalse allowincell concode_elem_sep CTShadow shadow concode_elem_sep CT... | void function ( Unmarshaller arg0 , Object arg1 ) { setParent ( arg1 ) ; } |
11,302 | adds a collector so that it can be dispatched . concode_field_sep List<Collector> collectorList concode_field_sep void run | void function ( Collector arg0 ) { collectorList . add ( arg0 ) ; } |
11,303 | adds a part to the multipart . the bodypart is appended to the list of existing parts . concode_field_sep Part parent concode_elem_sep String contentType concode_elem_sep Vector parts concode_field_sep void writeTo concode_elem_sep Part getParent concode_elem_sep boolean removeBodyPart concode_elem_sep void removeBodyP... | void function ( BodyPart arg0 ) { if ( parts == null ) parts = new Vector ( ) ; parts . addElement ( arg0 ) ; arg0 . setParent ( this ) ; } |
11,304 | logs the error with its error tracing and description obtained by errorresourcecontroller . concode_field_sep PlaceHolder placeHolder concode_field_sep void errorText concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep String getStackTrace concode_elem_sep void info concode... | void function ( String arg0 , Throwable arg1 ) { Logger . getRootLogger ( ) . log ( Level . ERROR , ErrorResourceController . getMessage ( arg0 ) + "srini_string" + getStackTrace ( arg1 ) ) ; } |
11,305 | return the name of file as it should be written . concode_field_sep File file concode_elem_sep LibraryScope scope concode_elem_sep boolean unpackRequired concode_elem_sep String name concode_field_sep boolean isUnpackRequired concode_elem_sep File getFile concode_elem_sep LibraryScope getScope | String function ( ) { return this . name ; } |
11,306 | compute the mahalanobis distance of a vector . note : used from de.lmu.ifi.dbs.elki.algorithm.clustering.subspace.p3c ! concode_field_sep double wsum concode_elem_sep double[] mean concode_elem_sep double[] nmea concode_elem_sep double weight concode_elem_sep double[][] covariance concode_elem_sep double[][] invCovMatr... | double function ( NumberVector arg0 ) { return VMath . mahalanobisDistance ( invCovMatr , arg0 . toArray ( ) , mean ) ; } |
11,307 | make a copy of this itemset but exclude a set of items concode_field_sep Comparator<int[]> comparatorItemsetSameSize concode_field_sep boolean allTheSameExceptLastItem concode_elem_sep int[] intersectTwoSortedArrays concode_elem_sep boolean containsOrEquals concode_elem_sep boolean contains concode_elem_sep int compare... | int [ ] function ( int [ ] arg0 , int [ ] arg1 ) { int [ ] loc0 = new int [ arg0 . length - arg1 . length ] ; int loc1 = 0 ; for ( int loc2 = 0 ; loc2 < arg0 . length ; loc2 ++ ) { if ( Arrays . binarySearch ( arg1 , arg0 [ loc2 ] ) < 0 ) { loc0 [ loc1 ++ ] = arg0 [ loc2 ] ; } } return loc0 ; } |
11,308 | descending order . concode_field_sep NullPrecedence nullPrecedence concode_elem_sep String propertyName concode_elem_sep boolean ignoreCase concode_elem_sep boolean ascending concode_field_sep Order asc concode_elem_sep boolean isIgnoreCase concode_elem_sep Order ignoreCase concode_elem_sep Order nulls concode_elem_sep... | Order function ( String arg0 ) { return new Order ( arg0 , false ) ; } |
11,309 | reads a dotd file into this dependencyset instance . concode_field_sep Collection<PathFragment> dependencies concode_elem_sep String outputFileName concode_elem_sep Pattern DOTD_DEP concode_elem_sep Path root concode_elem_sep Pattern DOTD_MERGED_LINE_SEPARATOR concode_elem_sep Pattern DOTD_LINE_SEPARATOR concode_field_... | DependencySet function ( Path arg0 ) { return process ( FileSystemUtils . readContent ( arg0 ) ) ; } |
11,310 | this method will create a new portico federatehandle implementation for the given integer handle and will return it . it will not search the fom . concode_field_sep PlaceHolder placeHolder concode_field_sep InteractionClassHandle getInteractionHandle concode_elem_sep int getInteractionHandle concode_elem_sep ObjectInst... | FederateHandle function ( int arg0 ) { return new HLA1516eHandle ( arg0 ) ; } |
11,311 | returns total filesize of a document concode_field_sep int filesize concode_elem_sep int inlineScriptSize concode_elem_sep int emptyChars concode_elem_sep int inlineStyleSize concode_elem_sep int inlineEventSize concode_field_sep void setEmptyChars concode_elem_sep void setInlineScriptSize concode_elem_sep void setFile... | int function ( ) { return filesize ; } |
11,312 | returns the body properly parsed depending on the content type . might be a string or a json object parsed as a map . concode_field_sep HttpResponse response concode_elem_sep JsonPath parsedResponse concode_field_sep String getBodyAsString concode_elem_sep boolean isError concode_elem_sep int getStatusCode concode_elem... | Object function ( ) { if ( isJson ( ) ) { return parsedResponse ( ) . evaluate ( "srini_string" ) ; } return response . getBody ( ) ; } |
11,313 | return the correctly-typed class of the given object . concode_field_sep ThreadMXBean threadBean concode_elem_sep Map<Class<?>,Constructor<?>> CONSTRUCTOR_CACHE concode_elem_sep Class<?>[] EMPTY_ARRAY concode_elem_sep long previousLogTime concode_field_sep int getCacheSize concode_elem_sep String getTaskName concode_el... | Class < T > function ( T arg0 ) { return ( Class < T > ) arg0 . getClass ( ) ; } |
11,314 | getter for property allows . concode_field_sep String action concode_elem_sep Vector ownerAllows concode_elem_sep Vector allows concode_elem_sep Vector allAllows concode_field_sep Vector getOwnerAllows concode_elem_sep void setAction concode_elem_sep void setOwnerAllows concode_elem_sep boolean equals concode_elem_sep ... | Vector function ( ) { if ( allows == null ) { allows = new Vector ( ) ; } return allows ; } |
11,315 | string representation of this object . concode_field_sep float width concode_elem_sep float height concode_field_sep float getHeight concode_elem_sep void set concode_elem_sep void set concode_elem_sep float getWidth concode_elem_sep Dimension toDimension | String function ( ) { return "srini_string" + width + "srini_string" + height + "srini_string" ; } |
11,316 | gets the value of the lastmodifieddatetime property . concode_field_sep DateTime lastModifiedDateTime concode_elem_sep String name concode_elem_sep Long id concode_elem_sep String currencyCode concode_elem_sep List<Long> appliedTeamIds concode_elem_sep RateCardStatus status concode_field_sep void setName concode_elem_s... | DateTime function ( ) { return lastModifiedDateTime ; } |
11,317 | start timer concode_field_sep long startTime concode_elem_sep long endTime concode_field_sep void logTimeTaken concode_elem_sep void logTimeTaken concode_elem_sep void stop concode_elem_sep void restart concode_elem_sep int delta | void function ( ) { startTime = System . currentTimeMillis ( ) ; endTime = startTime ; } |
11,318 | called when a conduit is actually required . concode_field_sep Endpoint endpoint concode_elem_sep Conduit selectedConduit concode_field_sep void prepare concode_elem_sep Endpoint getEndpoint concode_elem_sep void complete concode_elem_sep void close concode_elem_sep void setEndpoint | Conduit function ( Message arg0 ) { return selectedConduit ; } |
11,319 | removes all the definitions from the database . concode_field_sep DefinitionPersistence _persistence concode_field_sep int countAll concode_elem_sep void cacheResult concode_elem_sep void cacheResult concode_elem_sep List<Definition> findWithDynamicQuery concode_elem_sep List<Definition> findWithDynamicQuery concode_el... | void function ( ) { getPersistence ( ) . removeAll ( ) ; } |
11,320 | getter for the build . concode_field_sep String URL_NAME concode_elem_sep List<FailureCause> failureCauses concode_elem_sep AbstractBuild build concode_elem_sep Logger logger concode_elem_sep List<FoundFailureCause> foundFailureCauses concode_field_sep String getUrlName concode_elem_sep List<FoundFailureCause> getFound... | AbstractBuild function ( ) { return build ; } |
11,321 | returns a short string representation . concode_field_sep IdUniquenessPolicyValue MULTIPLE_ID concode_elem_sep int _UNIQUE_ID concode_elem_sep IdUniquenessPolicyValue[] enume concode_elem_sep IdUniquenessPolicyValue UNIQUE_ID concode_elem_sep int _MULTIPLE_ID concode_elem_sep int _value concode_elem_sep long serialVers... | String function ( ) { return state_names [ _value ] ; } |
11,322 | returns the public headers that are n't included in the hdrs attribute . concode_field_sep Iterable<Artifact> nonArcSrcs concode_elem_sep Iterable<Artifact> precompiledSrcs concode_elem_sep Iterable<Artifact> additionalHdrs concode_elem_sep Optional<Artifact> archive concode_elem_sep Iterable<Artifact> additionalHdrs c... | Iterable < Artifact > function ( ) { return additionalHdrs ; } |
11,323 | get the index of the default root in the vector , else return -1 concode_field_sep String defaultRoot concode_elem_sep Vector rootVector concode_elem_sep int defaultRootIndex concode_elem_sep String currentDir concode_elem_sep Hashtable fileRoots concode_elem_sep String currentRoot concode_field_sep Hashtable getRoots ... | int function ( ) { return defaultRootIndex ; } |
11,324 | draw a single point . concode_field_sep double x concode_elem_sep double y concode_field_sep boolean isInLineSegment concode_elem_sep double getX concode_elem_sep double getY concode_elem_sep double distance concode_elem_sep boolean equals concode_elem_sep boolean isInLine | void function ( DrawSurface arg0 , Color arg1 ) { arg0 . setColor ( arg1 ) ; arg0 . fillCircle ( ( int ) this . getX ( ) , ( int ) this . getY ( ) , 3 ) ; } |
11,325 | return a string version of the node concode_field_sep ArrayList<BaseNode> outgoingNodes concode_elem_sep ArrayList<BaseEdge> incoming concode_elem_sep ArrayList<BaseEdge> outgoing concode_elem_sep ArrayList<BaseNode> incomingNodes concode_elem_sep BaseSummaryNode parent concode_elem_sep List<BaseEdge> NO_EDGES concode_... | String function ( ) { return "srini_string" + id + "srini_string" + index + "srini_string" ; } |
11,326 | gets the owner of this object . concode_field_sep Owner owner concode_elem_sep String bucketName concode_elem_sep String storageClass concode_elem_sep long size concode_elem_sep String eTag concode_elem_sep Date lastModified concode_elem_sep String key concode_field_sep String getKey concode_elem_sep Date getLastModifi... | Owner function ( ) { return owner ; } |
11,327 | get the date associated with this snapshot . concode_field_sep Logger logger concode_elem_sep Calendar date concode_elem_sep File file concode_elem_sep String name concode_field_sep ChunkStore getChunkStore concode_elem_sep boolean containsWorld concode_elem_sep String getName concode_elem_sep boolean equals concode_el... | Calendar function ( ) { return date ; } |
11,328 | get bundle location . concode_field_sep int level concode_elem_sep boolean start concode_elem_sep URL location concode_field_sep int getLevel concode_elem_sep boolean shouldStart | URL function ( ) { return location ; } |
11,329 | metoda dodaje strategiju u listu strategija tako da strategije ostanu sortirane u opadajucem redosledu prema atraktivnosti kako bi korisnik mogao da ih lakse uporedjuje . concode_field_sep ArrayList<Swot> listaSanse concode_elem_sep ArrayList<Swot> listaPretnje concode_elem_sep ArrayList<Strategija> strategije concode_... | void function ( Strategija arg0 ) { for ( int loc0 = 0 ; loc0 < strategije . size ( ) ; loc0 ++ ) { if ( arg0 . getSumaUkupnihAtraktivnosti ( ) > strategije . get ( loc0 ) . getSumaUkupnihAtraktivnosti ( ) ) { strategije . add ( loc0 , arg0 ) ; return ; } } strategije . add ( arg0 ) ; } |
11,330 | reads in a sequence of strings from standard input ; insertion sorts them ; and prints them to standard output in ascending order . concode_field_sep PlaceHolder placeHolder concode_field_sep void exch concode_elem_sep void exch concode_elem_sep void show concode_elem_sep void sort concode_elem_sep boolean less concode... | void function ( String [ ] arg0 ) { String [ ] loc0 = StdIn . readAllStrings ( ) ; BinaryInsertion . sort ( loc0 ) ; show ( loc0 ) ; } |
11,331 | return node responsible for n-th replica concode_field_sep TreeMap<Long,NodeInfo> nodedb concode_elem_sep Random random concode_elem_sep boolean isLocal concode_elem_sep boolean alive concode_elem_sep NodeDB instance concode_elem_sep long nodehash concode_elem_sep InetSocketAddress nodecomms concode_elem_sep long times... | NodeDB . NodeInfo function ( String arg0 , int arg1 ) { return this . getResponsibleNode ( H . hash ( arg0 , arg1 ) ) ; } |
11,332 | returns the return type of the method described by this object . concode_field_sep String name concode_elem_sep Map DESCRIPTORS concode_elem_sep String desc concode_field_sep String getDescriptor concode_elem_sep Type[] getArgumentTypes concode_elem_sep String getName concode_elem_sep int hashCode concode_elem_sep bool... | Type function ( ) { return Type . getReturnType ( desc ) ; } |
11,333 | create an instance of jaxbelement concode_field_sep QName _Shapetype_QNAME concode_elem_sep QName _Polyline_QNAME concode_elem_sep QName _Rect_QNAME concode_elem_sep QName _Curve_QNAME concode_elem_sep QName _Fill_QNAME concode_elem_sep QName _Arc_QNAME concode_elem_sep QName _Line_QNAME concode_elem_sep QName _Textbox... | JAXBElement < CTStroke > function ( CTStroke arg0 ) { return new JAXBElement < CTStroke > ( _Stroke_QNAME , CTStroke . class , null , arg0 ) ; } |
11,334 | returns the closest float approximation of the result of raising x to the power of y . concode_field_sep PlaceHolder placeHolder concode_field_sep float sqrt concode_elem_sep float cos concode_elem_sep float hypot concode_elem_sep float sin concode_elem_sep float ceil concode_elem_sep float floor concode_elem_sep float... | float function ( float arg0 , float arg1 ) { return ( float ) Math . pow ( arg0 , arg1 ) ; } |
11,335 | gets the value of the name property . concode_field_sep String name concode_elem_sep List<Object> algOrShapeOrPresOf concode_field_sep List<Object> getAlgOrShapeOrPresOf concode_elem_sep void setName | String function ( ) { if ( name == null ) { return "srini_string" ; } else { return name ; } } |
11,336 | gets the value of the orderdate 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 ge... | XMLGregorianCalendar function ( ) { return orderDate ; } |
11,337 | this method returns the y coordinate of the upper left hand corner of the imageable area of the paper . concode_field_sep double imageableY concode_elem_sep double imageableHeight concode_elem_sep double imageableWidth concode_elem_sep double imageableX concode_elem_sep double width concode_elem_sep double height conco... | double function ( ) { return imageableY ; } |
11,338 | add an action to run when the argument has been parsed concode_field_sep Pattern validArgName concode_elem_sep String[] names concode_elem_sep boolean required concode_elem_sep E defaultValue concode_elem_sep boolean processed concode_elem_sep String destination concode_elem_sep String description concode_elem_sep Cons... | Argument < E > function ( Runnable arg0 ) { consume ( ( x ) -> arg0 . run ( ) ) ; return this ; } |
11,339 | encodes a value using the variable-length encoding from google protocol buffers . zig-zag is not used , so input must not be negative . if values can be negative , use #writesignedvarlong long , dataoutput instead . this method treats negative input as like a large unsigned value . concode_field_sep byte[] byteArrayLis... | void function ( long arg0 , DataOutput arg1 ) { while ( ( arg0 & 0xFFFFFFFFFFFFFF80L ) != 0L ) { arg1 . writeByte ( ( ( int ) arg0 & 0x7F ) | 0x80 ) ; arg0 >>>= 7 ; } arg1 . writeByte ( ( int ) arg0 & 0x7F ) ; } |
11,340 | gets the name value for this baseref . concode_field_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String name concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_field_sep void setName concode_elem_sep org.apache.axis.description.TypeDesc getTyp... | java . lang . String function ( ) { return name ; } |
11,341 | can not create with negative capacity concode_field_sep BigConcurrentHashMapImpl cache concode_elem_sep int start concode_elem_sep int count concode_elem_sep String testDir concode_elem_sep BigConcurrentHashMapImpl map concode_field_sep void testContainsValue_NullPointerException concode_elem_sep void testClear concode... | void function ( ) { try { BigConfig loc0 = new BigConfig ( ) . setInitialCapacity ( - 1 ) . setLoadFactor ( 0 ) . setConcurrencyLevel ( 1 ) . setPurgeIntervalInMs ( 1000 * 60 ) ; map = new BigConcurrentHashMapImpl ( testDir , "srini_string" , loc0 ) ; shouldThrow ( ) ; } catch ( IllegalArgumentException loc0 ) { } } |
11,342 | print output as decoded fields concode_field_sep MaxCulMsgType msgType concode_elem_sep boolean flgReadyToSend concode_elem_sep int PKT_POS_SRC_ADDR_LEN concode_elem_sep int PKT_CHARS_PER_BYTE concode_elem_sep byte len concode_elem_sep byte[] payload concode_elem_sep byte[] dstAddr concode_elem_sep Logger logger concod... | void function ( ) { logger . debug ( "srini_string" ) ; printDebugPayload ( ) ; } |
11,343 | transform a unicode string to ascii compatible encoding string according to the algorithm defined in rfc 3490 . if the transformation fails because the input is not a valid idn , an exception will be thrown . this method can handle either an individual label or an entire domain name . in the latter case , the separator... | String function ( String arg0 , int arg1 ) { return NativeIDN . toASCII ( arg0 , arg1 ) ; } |
11,344 | method declaration concode_field_sep Database dDatabase concode_elem_sep HsqlArrayList tTransaction concode_elem_sep int iNestedOldTransIndex concode_elem_sep int iId concode_elem_sep jdbcConnection intConnection concode_elem_sep boolean script concode_elem_sep boolean bAutoCommit concode_elem_sep boolean bReadOnly con... | boolean function ( ) { return bReadOnly || dDatabase . bReadOnly ; } |
11,345 | set the file timestamp . this usually the last modification time . the parameter is not cloned , so do not alter its value after calling this method . concode_field_sep String _name concode_elem_sep Calendar _date concode_elem_sep int DIRECTORY_TYPE concode_elem_sep int UNKNOWN_TYPE concode_elem_sep int WRITE_PERMISSIO... | void function ( Calendar arg0 ) { _date = arg0 ; } |
11,346 | use the node id to find the value assciated with column defined in the view . the view defines a column and column value to be used by default . this method determines the column value using the value associated with the asset record for the given nodeid . concode_field_sep SiteStatusViewConfigDao m_siteStatusViewConfi... | Collection < AggregateStatus > function ( int arg0 , String arg1 ) { OnmsNode loc0 = m_nodeDao . load ( arg0 ) ; return createAggregateStatuses ( createAggregateStatusView ( arg1 ) , loc0 . getAssetRecord ( ) . getBuilding ( ) ) ; } |
11,347 | returns the size of substring that does not contain ane trailing spaces concode_field_sep PlaceHolder placeHolder concode_field_sep String arrayToString concode_elem_sep String[] split concode_elem_sep String getList concode_elem_sep String getList concode_elem_sep String getList concode_elem_sep String toLowerSubset c... | int function ( String arg0 ) { int loc0 = arg0 . length ( ) ; while ( loc0 > 0 ) { loc0 -- ; if ( arg0 . charAt ( loc0 ) != ' ' ) { return loc0 + 1 ; } } return 0 ; } |
11,348 | set double field record value concode_field_sep List<DatabaseRecord> values concode_field_sep String getStringValue concode_elem_sep List<DatabaseRecord> getValues concode_elem_sep double getDoubleValue concode_elem_sep void setLongValue concode_elem_sep void setStringValue concode_elem_sep void setUUIDValue concode_el... | void function ( String arg0 , double arg1 ) { if ( values == null ) values = new ArrayList < DatabaseRecord > ( ) ; DatabaseRecord loc0 = new DesktopRecord ( ) ; loc0 . setName ( arg0 ) ; loc0 . setValue ( Double . toString ( arg1 ) ) ; loc0 . setChange ( true ) ; values . add ( loc0 ) ; } |
11,349 | returns the user name of this entry . concode_field_sep Entry _entry concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCac... | java . lang . String function ( ) { return _entry . getUserName ( ) ; } |
11,350 | returns the osgi service identifier . concode_field_sep KaleoDefinitionService _kaleoDefinitionService concode_field_sep void setWrappedService concode_elem_sep java.util.List<com.liferay.portal.workflow.kaleo.model.KaleoDefinition> getKaleoDefinitions concode_elem_sep java.util.List<com.liferay.portal.workflow.kaleo.m... | java . lang . String function ( ) { return _kaleoDefinitionService . getOSGiServiceIdentifier ( ) ; } |
11,351 | returns the product of this complex number and the specified scalar . concode_field_sep double re concode_elem_sep double im concode_field_sep double phase concode_elem_sep Complex tan concode_elem_sep Complex minus concode_elem_sep double im concode_elem_sep Complex cos concode_elem_sep Complex reciprocal concode_elem... | Complex function ( double arg0 ) { return new Complex ( arg0 * re , arg0 * im ) ; } |
11,352 | sets age of animal . concode_field_sep int xCoordinate concode_elem_sep Color color concode_elem_sep int yCoordinate concode_elem_sep int age concode_field_sep int getAge concode_elem_sep void setColor concode_elem_sep void performAction concode_elem_sep void setCoordinates concode_elem_sep void setCoordinates concode_... | void function ( int arg0 ) { this . age = arg0 ; } |
11,353 | sets the name for a navigation direction . concode_field_sep EnumSet<NavigationDirection> validDirections concode_elem_sep Map<NavigationDirection,String> directionName concode_elem_sep String nextStep concode_field_sep EnumSet<NavigationDirection> getValidDirections concode_elem_sep String getDirectionName concode_ele... | String function ( NavigationDirection arg0 , String arg1 ) { return directionName . put ( arg0 , arg1 ) ; } |
11,354 | adds a new widget to the cache concode_field_sep CacheManager cacheManager concode_elem_sep Ehcache widgetCache concode_field_sep Widget getWidget | void function ( String arg0 , Widget arg1 ) { Element loc0 = new Element ( arg0 , arg1 ) ; widgetCache . put ( loc0 ) ; } |
11,355 | call this after constructing to initialize the plugin . final because we want to be able to change args without breaking plugins . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String serviceName concode_field_sep bool... | void function ( String arg0 , CordovaInterface arg1 , CordovaWebView arg2 , CordovaPreferences arg3 ) { assert this . cordova == null ; this . serviceName = arg0 ; this . cordova = arg1 ; this . webView = arg2 ; this . preferences = arg3 ; initialize ( arg1 , arg2 ) ; pluginInitialize ( ) ; } |
11,356 | sets the value of the id property . concode_field_sep String authority concode_elem_sep Map<QName,String> otherAttributes concode_elem_sep String id concode_elem_sep String type concode_elem_sep String value concode_elem_sep List<Object> any concode_field_sep IdentificationType.Value getValue concode_elem_sep String ge... | void function ( String arg0 ) { this . id = arg0 ; } |
11,357 | createtextfield concode_field_sep PlaceHolder placeHolder concode_field_sep void finishColumn concode_elem_sep void addPanelToColumn concode_elem_sep void addTextField concode_elem_sep void addTextField concode_elem_sep void createCheckBox concode_elem_sep void addTextArea concode_elem_sep void addTextArea concode_elem... | void function ( JPanel arg0 , int arg1 , int arg2 ) { createTextField ( arg0 , arg1 , arg2 , "srini_string" , 10 ) ; } |
11,358 | get a string-valued setting . concode_field_sep String LATIN_IME_SPEECH_MINIMUM_LENGTH_MILLIS concode_elem_sep String LATIN_IME_SPEECH_INPUT_POSSIBLY_COMPLETE_SILENCE_LENGTH_MILLIS concode_elem_sep String LATIN_IME_MIN_MICROPHONE_LEVEL concode_elem_sep String LATIN_IME_VOICE_INPUT_PUNCTUATION_HINT_MAX_DISPLAYS concode_... | String function ( ContentResolver arg0 , String arg1 , String arg2 ) { String loc0 = Settings . Secure . getString ( arg0 , arg1 ) ; return ( loc0 == null ) ? arg2 : loc0 ; } |
11,359 | read a new line from stantard input . concode_field_sep PresenceAgent pa concode_elem_sep PrintStream stdout concode_elem_sep BufferedReader stdin concode_elem_sep Log log concode_elem_sep RegisterAgent ra concode_field_sep void onPaNotificationFailure concode_elem_sep void subscribe concode_elem_sep void unregister co... | String function ( ) { try { if ( stdin != null ) return stdin . readLine ( ) ; } catch ( IOException loc0 ) { } return null ; } |
11,360 | sets the value of the totalfilesize property . concode_field_sep String name concode_elem_sep Integer width concode_elem_sep Long totalFileSize concode_elem_sep RichMediaStudioChildAssetPropertyType type concode_elem_sep String url concode_elem_sep Integer height concode_field_sep void setName concode_elem_sep Long get... | void function ( Long arg0 ) { this . totalFileSize = arg0 ; } |
11,361 | gets the value of the throttledspeed property . concode_field_sep String upsellStatus concode_elem_sep String throttleStatus concode_elem_sep BigDecimal normalSpeed concode_elem_sep BigDecimal upsellLimit concode_elem_sep String upsellLimitUnit concode_elem_sep BigDecimal maxOverageCharge concode_elem_sep String normal... | BigDecimal function ( ) { return throttledSpeed ; } |
11,362 | set the urlpathhelper to configure on the simpleurlhandlermapping used to map handshake requests . concode_field_sep TaskScheduler sockJsTaskScheduler concode_elem_sep List<ServletWebSocketHandlerRegistration> registrations concode_elem_sep UrlPathHelper urlPathHelper concode_elem_sep int order concode_field_sep WebSoc... | void function ( UrlPathHelper arg0 ) { this . urlPathHelper = arg0 ; } |
11,363 | checks if the feature is supported concode_field_sep String A2DPSINK_PROP_KEY concode_elem_sep float MIN_VERSION_SUPPORTED concode_field_sep boolean storePropertyValue concode_elem_sep boolean getPropertyValue concode_elem_sep boolean onPreferenceChange | boolean function ( ) { return BuildProp . isSupportedSystem ( MIN_VERSION_SUPPORTED ) ; } |
11,364 | adds the provided dependencyextractor to the set of availableextractors . if an existing extractor has the same name , the existing extactor is overwritten . if no extractors have been added , the provided extractor becomes the default extractor . concode_field_sep DependencyExtractor defaultExtractor concode_elem_sep ... | void function ( String arg0 , DependencyExtractor arg1 ) { addExtractor ( arg0 , arg1 , defaultExtractor == null ) ; } |
11,365 | gets the value of the totalresultsetsize property . concode_field_sep Integer startIndex concode_elem_sep Integer totalResultSetSize concode_elem_sep List<Creative> results concode_field_sep void setTotalResultSetSize concode_elem_sep Integer getStartIndex concode_elem_sep void setStartIndex concode_elem_sep List<Creat... | Integer function ( ) { return totalResultSetSize ; } |
11,366 | checks if the value is a number . 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[] valueList concode_field_sep voi... | boolean function ( ) { return isIntegerValue ( ) || isDoubleValue ( ) ; } |
11,367 | returns a string representation of this object ; useful for testing and debugging . concode_field_sep com.amazonaws.internal.SdkInternalMap<String,IdentityDkimAttributes> dkimAttributes concode_field_sep java.util.Map<String,IdentityDkimAttributes> getDkimAttributes concode_elem_sep void setDkimAttributes concode_elem_... | String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getDkimAttributes ( ) != null ) loc0 . append ( "srini_string" + getDkimAttributes ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; } |
11,368 | get pdu part by name . concode_field_sep Map<String,PduPart> mPartMapByContentLocation concode_elem_sep Map<String,PduPart> mPartMapByFileName concode_elem_sep Vector<PduPart> mParts concode_elem_sep Map<String,PduPart> mPartMapByContentId concode_elem_sep Map<String,PduPart> mPartMapByName concode_field_sep void putPa... | PduPart function ( String arg0 ) { return mPartMapByName . get ( arg0 ) ; } |
11,369 | helper for success callbacks that just returns the status.ok by default concode_field_sep String callbackId concode_elem_sep CordovaWebView webView concode_elem_sep int changingThreads concode_elem_sep String LOG_TAG concode_elem_sep boolean finished concode_field_sep boolean isChangingThreads concode_elem_sep String g... | void function ( JSONArray arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . OK , arg0 ) ) ; } |
11,370 | get the root of the covariance matrix . the root is the rectangular matrix b such that the covariance matrix is equal to b.bt concode_field_sep RealMatrix root concode_elem_sep int rank concode_field_sep int getRank | RealMatrix function ( ) { return root ; } |
11,371 | used to return the current session or create a new one if null concode_field_sep Session currentSession concode_field_sep List<Policyperson> getPolicyPersonList concode_elem_sep boolean updatePolicyPerson concode_elem_sep boolean insertPolicyPerson concode_elem_sep Policyperson getPolicyPerson | Session function ( ) { if ( currentSession == null || ! currentSession . isOpen ( ) ) { currentSession = HibernateUtil . getSessionFactory ( ) . getCurrentSession ( ) ; } return currentSession ; } |
11,372 | set chartentry value at specific index position . concode_field_sep String TAG concode_elem_sep boolean mIsVisible concode_elem_sep float mAlpha concode_elem_sep ArrayList<ChartEntry> mEntries concode_field_sep void setVisible concode_elem_sep String getLabel concode_elem_sep void setAlpha concode_elem_sep boolean isVi... | void function ( int arg0 , float arg1 ) { mEntries . get ( arg0 ) . setValue ( arg1 ) ; } |
11,373 | indica si el elemento es una hoja o no concode_field_sep long serialVersionUID concode_elem_sep String nombreCargo concode_elem_sep Empleado asignado concode_elem_sep ArrayList subalternos concode_elem_sep int salario concode_elem_sep Cargo jefe concode_field_sep String darNombreCargo concode_elem_sep void despedir con... | boolean function ( ) { return subalternos . size ( ) == 0 ; } |
11,374 | volteaarrayint : le da la vuelta a un array . concode_field_sep PlaceHolder placeHolder concode_field_sep void rotaDerechaArrayInt concode_elem_sep void muestraArray concode_elem_sep int[] generaArrayInt concode_elem_sep int minimoArrayInt concode_elem_sep float mediaArrayInt concode_elem_sep int[] copiaArray concode_e... | void function ( int arg0 [ ] ) { int [ ] loc0 = copiaArray ( arg0 ) ; int loc1 = ( arg0 . length - 1 ) ; for ( int loc2 = 0 ; loc2 < arg0 . length ; loc2 ++ , loc1 -- ) { arg0 [ loc2 ] = loc0 [ loc1 ] ; } } |
11,375 | checks for any overlap between two arrays of column indexes . limit check to lenb elements of b concode_field_sep PlaceHolder placeHolder concode_field_sep boolean haveEqualSets concode_elem_sep void copyAdjustArray concode_elem_sep void copyColumnValues concode_elem_sep int countCommonElements concode_elem_sep boolean... | boolean function ( int [ ] arg0 , int [ ] arg1 , int arg2 ) { for ( int loc0 = 0 ; loc0 < arg0 . length ; loc0 ++ ) { int loc1 = arg0 [ loc0 ] ; for ( int loc2 = 0 ; loc2 < arg2 ; loc2 ++ ) { if ( loc1 == arg1 [ loc2 ] ) { return true ; } } } return false ; } |
11,376 | get value as two bytes in big endian byte order . concode_field_sep int BYTE_MASK concode_elem_sep int BYTE_1_SHIFT concode_elem_sep int BYTE_1_MASK concode_elem_sep int value concode_field_sep int getValue concode_elem_sep int getValue concode_elem_sep int getValue concode_elem_sep int hashCode concode_elem_sep boolea... | byte [ ] function ( ) { byte [ ] loc0 = new byte [ 2 ] ; loc0 [ 0 ] = ( byte ) ( value & BYTE_MASK ) ; loc0 [ 1 ] = ( byte ) ( ( value & BYTE_1_MASK ) >> BYTE_1_SHIFT ) ; return loc0 ; } |
11,377 | whether str is a supported field concode_field_sep String Route concode_elem_sep String Via_short concode_elem_sep String Authentication_Info concode_elem_sep String CSeq concode_elem_sep String Require concode_elem_sep String Unsupported concode_elem_sep String To_short concode_elem_sep String User_Agent concode_elem_... | boolean function ( String arg0 ) { return same ( arg0 , Supported ) || same ( arg0 , Supported_short ) ; } |
11,378 | returns the game time of the round , where the time is equal to the current turn in the round . concode_field_sep int roundNum concode_elem_sep double radarTurnRemaining concode_elem_sep double gunHeat concode_elem_sep long serialVersionUID concode_elem_sep double velocity concode_elem_sep double bodyHeading concode_el... | long function ( ) { return time ; } |
11,379 | doc amaumont comment method `` executecommand '' . concode_field_sep AbstractExtendedControlModel extendedControlModel concode_elem_sep AbstractExtendedToolbar bindingToolbar concode_elem_sep boolean readOnly concode_elem_sep ListenerList listeners concode_elem_sep Composite parentComposite concode_elem_sep CommandStac... | void function ( Command arg0 ) { if ( this . commandStack != null ) { this . commandStack . execute ( arg0 ) ; } else { arg0 . execute ( ) ; } } |
11,380 | show statistics and histograms ? concode_field_sep boolean feedbackShowStudentScore concode_elem_sep String keywords concode_elem_sep boolean feedbackShowGraderComment concode_elem_sep boolean collectSectionMetadata concode_elem_sep boolean displayNumberingContinuous concode_elem_sep boolean feedbackShowQuestion concod... | boolean function ( ) { return feedbackShowStats ; } |
11,381 | extracts the array of subjectalt dns names from an x509certificate . returns null if there are n't any . note : java does n't appear able to extract international characters from the subjectalts . it can only extract international characters from the cn field . or maybe the version of openssl i 'm using to test is n't ... | String [ ] function ( final X509Certificate arg0 ) { return getSubjectAlts ( arg0 , null ) ; } |
11,382 | specifies the content-type header . the default implementation sets the value of the #contenttype contenttype attribute . concode_field_sep Header contentEncoding concode_elem_sep boolean chunked concode_elem_sep Header contentType concode_field_sep Header getContentEncoding concode_elem_sep boolean isChunked concode_e... | void function ( final Header arg0 ) { this . contentType = arg0 ; } |
11,383 | sets the message 's opcode concode_field_sep int[] counts concode_elem_sep int flags concode_elem_sep int LENGTH concode_elem_sep int id concode_elem_sep Random random concode_field_sep void init concode_elem_sep void setFlag concode_elem_sep boolean validFlag concode_elem_sep void unsetFlag concode_elem_sep int getID ... | void function ( int arg0 ) { if ( arg0 < 0 || arg0 > 0xF ) throw new IllegalArgumentException ( "srini_string" + arg0 + "srini_string" ) ; flags &= 0x87FF ; flags |= ( arg0 << 11 ) ; } |
11,384 | define el valor de la propiedad uri . concode_field_sep byte[] digestValue concode_elem_sep DigestMethodType digestMethod concode_elem_sep TransformsType transforms concode_elem_sep String id concode_elem_sep String type concode_elem_sep String uri concode_field_sep TransformsType getTransforms concode_elem_sep void se... | void function ( String arg0 ) { this . uri = arg0 ; } |
11,385 | returns a composite selector given a number of top level fields as strings , a number of resource fields and a container name . this method also takes an extraresourcefields parameter to specify some extra resource fields as strings . the string selector returned by this method can be used for field selection in api ca... | String function ( String [ ] arg0 , String arg1 , List < ? extends FieldSelector > arg2 , FieldSelector [ ] arg3 , String ... arg4 ) { Set < String > loc0 = Sets . newHashSetWithExpectedSize ( arg0 . length + 1 ) ; loc0 . addAll ( Lists . asList ( "srini_string" , arg0 ) ) ; return Joiner . on ( ',' ) . join ( loc0 ) +... |
11,386 | any failures associated with the call . concode_field_sep java.util.List<LayerFailure> failures concode_elem_sep java.util.List<Layer> layers concode_field_sep void setLayers concode_elem_sep int hashCode concode_elem_sep void setFailures concode_elem_sep boolean equals concode_elem_sep BatchCheckLayerAvailabilityResul... | BatchCheckLayerAvailabilityResult function ( java . util . Collection < LayerFailure > arg0 ) { setFailures ( arg0 ) ; return this ; } |
11,387 | sets the id value for this reportdefinitionsegmentevent . concode_field_sep java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String id concode_elem_sep com.omniture.www.ReportDefinitionSegmentEvent[] condition... | void function ( java . lang . String arg0 ) { this . id = arg0 ; } |
11,388 | this will set the modification date of the document . concode_field_sep COSDictionary info concode_field_sep String getSubject concode_elem_sep void setSubject concode_elem_sep Object getPropertyStringValue concode_elem_sep String getAuthor concode_elem_sep void setTrapped concode_elem_sep String getCustomMetadataValue... | void function ( Calendar arg0 ) { info . setDate ( COSName . MOD_DATE , arg0 ) ; } |
11,389 | returns a hash code for this object . concode_field_sep Class periodClass concode_elem_sep Paint dividerPaint concode_elem_sep RectangleInsets padding concode_elem_sep Stroke DEFAULT_DIVIDER_STROKE concode_elem_sep Font labelFont concode_elem_sep DateFormat dateFormat concode_elem_sep Paint DEFAULT_LABEL_PAINT concode_... | int function ( ) { int loc0 = 41 ; loc0 = loc0 + 37 * this . periodClass . hashCode ( ) ; loc0 = loc0 + 37 * this . dateFormat . hashCode ( ) ; return loc0 ; } |
11,390 | set user 's nickname concode_field_sep String TAG concode_elem_sep EaseUserProfileProvider userProvider concode_field_sep void setAppUserNameWithNo concode_elem_sep User getCurrentAppUserInfo concode_elem_sep void setAppUserPathAvatar concode_elem_sep void setAppUserNick concode_elem_sep void setCuentAppUserAvatar conc... | void function ( String arg0 , TextView arg1 ) { if ( arg1 != null ) { EaseUser loc0 = getUserInfo ( arg0 ) ; if ( loc0 != null && loc0 . getNick ( ) != null ) { arg1 . setText ( loc0 . getNick ( ) ) ; } else { arg1 . setText ( arg0 ) ; } } } |
11,391 | the number of reservations available for the price . concode_field_sep Double price concode_elem_sep Integer count concode_field_sep PricingDetail withPrice concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep PricingDetail clone concode_elem_sep String toString concode_elem_sep void setPrice ... | PricingDetail function ( Integer arg0 ) { setCount ( arg0 ) ; return this ; } |
11,392 | gets an array of the lines without line breakes which compund the string concode_field_sep PlaceHolder placeHolder concode_field_sep int countOf concode_elem_sep String trimEndPathSeparators concode_elem_sep boolean isNullOrEmpty concode_elem_sep String trimQuotes concode_elem_sep String replaceWithIndent concode_elem_... | String [ ] function ( String arg0 ) { if ( arg0 == null ) { return new String [ 0 ] ; } return arg0 . split ( "srini_string" ) ; } |
11,393 | verify if a worker does the actual job concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder | void function ( ) { final Task loc0 = mock ( Task . class ) ; final Worker loc1 = new Worker ( loc0 ) ; verifyZeroInteractions ( loc0 ) ; loc1 . run ( ) ; verify ( loc0 ) . getTimeMs ( ) ; verifyNoMoreInteractions ( loc0 ) ; } |
11,394 | to be closed at teardown . concode_field_sep List<Blob> m_blobs concode_elem_sep List<EventListener> m_listeners concode_elem_sep List<ResultSet> m_resultSets concode_elem_sep List<ConnectionRegistration> m_connectionRegistrations concode_elem_sep Connection m_connection concode_elem_sep boolean m_rollback concode_elem... | void function ( Connection arg0 ) { registerConnection ( arg0 , isRollbackConnectionBeforeClose ( ) ) ; } |
11,395 | returns the group that evoked the controlevent concode_field_sep int myAction concode_elem_sep boolean isTab concode_elem_sep int TAB concode_elem_sep int UNDEFINDED concode_elem_sep int GROUP concode_elem_sep ControllerInterface<?> _myController concode_elem_sep boolean isGroup concode_elem_sep int CONTROLLER concode_... | ControlGroup < ? > function ( ) { return ( ControlGroup < ? > ) _myController ; } |
11,396 | unbinds this vertexbufferobject . concode_field_sep IntBuffer tmpHandle concode_elem_sep boolean isStatic concode_elem_sep int vaoHandle concode_elem_sep int usage concode_elem_sep boolean isBound concode_elem_sep VertexAttributes attributes concode_elem_sep int bufferHandle concode_elem_sep boolean vaoDirty concode_el... | void function ( final ShaderProgram arg0 ) { unbind ( arg0 , null ) ; } |
11,397 | return true if debug build . false otherwise . concode_field_sep PlaceHolder placeHolder concode_field_sep PackageInfo getPackageInfo concode_elem_sep String getVersionName concode_elem_sep int getVersionCode | boolean function ( ) { return BuildConfig . DEBUG ; } |
11,398 | get the displayname value . concode_field_sep String mail concode_elem_sep String displayName concode_elem_sep Boolean mailEnabled concode_elem_sep List<String> servicePrincipalNames concode_elem_sep String signInName concode_elem_sep String userType concode_elem_sep Boolean securityEnabled concode_elem_sep String obje... | String function ( ) { return this . displayName ; } |
11,399 | determines the index of the next header . concode_field_sep String headerName concode_elem_sep Header[] allHeaders concode_elem_sep int currentIndex concode_field_sep Object next concode_elem_sep Header nextHeader concode_elem_sep boolean hasNext concode_elem_sep void remove concode_elem_sep boolean filterHeader | int function ( int arg0 ) { if ( arg0 < - 1 ) return - 1 ; final int loc0 = this . allHeaders . length - 1 ; boolean loc1 = false ; while ( ! loc1 && ( arg0 < loc0 ) ) { arg0 ++ ; loc1 = filterHeader ( arg0 ) ; } return loc1 ? arg0 : - 1 ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.