idx
int64
0
25k
question
stringlengths
71
7.19k
target
stringlengths
20
663
7,400
returns a reference to the processimage of this modbuscoupler . concode_field_sep ProcessImageFactory m_PIFactory concode_elem_sep ModbusCoupler c_Self concode_elem_sep int m_UnitID concode_elem_sep ProcessImage m_ProcessImage concode_elem_sep boolean m_Master concode_field_sep boolean isSlave concode_elem_sep void set...
ProcessImage function ( ) { return m_ProcessImage ; }
7,401
returns a new instance of this bridge . concode_field_sep PlaceHolder placeHolder concode_field_sep String getNamespaceURI
Bridge function ( ) { return this ; }
7,402
object rebuild should not throw an exception . concode_field_sep String DS_CONTENT2 concode_elem_sep AkubraLowlevelStorage instance concode_elem_sep String OBJ_CONTENT2 concode_elem_sep String OBJ_KEY concode_elem_sep String OBJ_CONTENT concode_elem_sep AkubraLowlevelStorage safeInstance concode_elem_sep String DS_KEY ...
void function ( ) { instance . rebuildObject ( ) ; }
7,403
sets 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_elem...
void function ( java . lang . String arg0 ) { _baoCaoDLI . setNguoiLap ( arg0 ) ; }
7,404
writes a data-record to the file . note that data must have same number of elements as the header had . concode_field_sep int nbrCols concode_elem_sep int nbrRows concode_elem_sep String newline concode_elem_sep OutputStreamWriter writer concode_field_sep void writeHeader concode_elem_sep String toCsvValue concode_elem...
void function ( String [ ] arg0 ) { doWriteData ( arg0 ) ; }
7,405
add information message to a specific client . concode_field_sep PlaceHolder placeHolder concode_field_sep String getRequestParameter concode_elem_sep Application getApplication concode_elem_sep ValueBinding getValueBinding concode_elem_sep Object getElValue concode_elem_sep Object getManagedBean concode_elem_sep void ...
void function ( String arg0 , String arg1 ) { FacesContext . getCurrentInstance ( ) . addMessage ( arg0 , new FacesMessage ( FacesMessage . SEVERITY_INFO , arg1 , arg1 ) ) ; }
7,406
creates an arraydeque containing the elements of the specified iterable , in the order they are returned by the iterable 's iterator . concode_field_sep PlaceHolder placeHolder concode_field_sep SynchronousQueue<E> newSynchronousQueue concode_elem_sep ConcurrentLinkedQueue<E> newConcurrentLinkedQueue concode_elem_sep C...
ArrayDeque < E > function ( Iterable < ? extends E > arg0 ) { if ( arg0 instanceof Collection ) { return new ArrayDeque < E > ( Collections2 . cast ( arg0 ) ) ; } ArrayDeque < E > loc0 = new ArrayDeque < E > ( ) ; Iterables . addAll ( loc0 , arg0 ) ; return loc0 ; }
7,407
returns the licencename text . concode_field_sep String licenceName concode_elem_sep String name concode_elem_sep String version concode_elem_sep String info concode_field_sep String getVersion concode_elem_sep void setName concode_elem_sep String getName concode_elem_sep String getInfo concode_elem_sep void setVersion...
String function ( ) { return this . licenceName ; }
7,408
sets all of the headers contained within this group overriding any existing headers . the headers are added in the order in which they appear in the array . concode_field_sep List headers concode_field_sep Header getCondensedHeader concode_elem_sep void addHeader concode_elem_sep void updateHeader concode_elem_sep Head...
void function ( Header [ ] arg0 ) { clear ( ) ; if ( arg0 == null ) { return ; } for ( int loc0 = 0 ; loc0 < arg0 . length ; loc0 ++ ) { this . headers . add ( arg0 [ loc0 ] ) ; } }
7,409
formats to float concode_field_sep Logger logger concode_field_sep String getNotNullString concode_elem_sep String formatToFloatWithZeroPadding concode_elem_sep String formatToFloatWithoutZeroPadding concode_elem_sep String removeNonAlphaCharacters concode_elem_sep String toSimpleString concode_elem_sep int convertStri...
String function ( int arg0 , int arg1 ) { return format ( true , arg0 , arg1 ) + "srini_string" ; }
7,410
returns the number of reduce phases applied to obtain this search response concode_field_sep SearchHits hits concode_elem_sep SearchProfileShardResults profileResults concode_elem_sep boolean timedOut concode_elem_sep Suggest suggest concode_elem_sep Aggregations aggregations concode_elem_sep Boolean terminatedEarly co...
int function ( ) { return numReducePhases ; }
7,411
gets the timezone location used to identify this time zone . 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 getCurre...
String function ( ) { return id ; }
7,412
gets client reference concode_field_sep String redirectUri concode_elem_sep String audience concode_elem_sep String responseType concode_elem_sep List<String> requestedScope concode_elem_sep UserSubject subject concode_elem_sep List<String> approvedScope concode_elem_sep String clientCodeChallenge concode_elem_sep Map<...
Client function ( ) { return client ; }
7,413
adds margins to left/right or top/bottom in horizontal orientation top padding or left padding in horizontal orientation with cliptopadding = true is not supported . if you need to offset the top or left in horizontal orientation and do not want scrolling children to be visible , use margins . concode_field_sep boolean...
void function ( View arg0 ) { MarginLayoutParams loc0 = ( MarginLayoutParams ) arg0 . getLayoutParams ( ) ; matchMarginsToPadding ( loc0 ) ; }
7,414
handles an securement exception . default implementation logs the given exception , and returns false . concode_field_sep Log logger concode_elem_sep EndpointExceptionResolver exceptionResolver concode_elem_sep boolean secureResponse concode_elem_sep QName WS_SECURITY_NAME concode_elem_sep boolean validateRequest conco...
boolean function ( WsSecuritySecurementException arg0 , MessageContext arg1 ) { if ( logger . isErrorEnabled ( ) ) { logger . error ( "srini_string" + arg0 . getMessage ( ) , arg0 ) ; } return false ; }
7,415
setter for state concode_field_sep String sharedKey concode_elem_sep Server server concode_elem_sep Date nextActionTime concode_elem_sep Date created concode_elem_sep String jabberId concode_elem_sep String name concode_elem_sep Date modified concode_elem_sep Date lastMessageTime concode_elem_sep Long id concode_elem_s...
void function ( PushClientState arg0 ) { this . state = arg0 ; }
7,416
creates a decision tree visualization for the current classification problem . concode_field_sep JPanel resultPanel concode_elem_sep JCheckBox[] checks concode_elem_sep JPanel algorithmViewPanel concode_elem_sep JTabbedPane tabbedPane concode_elem_sep JSplitPane resultSplitPanel concode_elem_sep JPanel treeViewPanel co...
void function ( JPanel arg0 ) { algorithmViewPanel . removeAll ( ) ; algorithmViewPanel . add ( arg0 ) ; algorithmViewPanel . revalidate ( ) ; }
7,417
use to create a resourcerequirement compatible with this resourcepool . concode_field_sep double[] softBound concode_elem_sep double[] hardBound concode_elem_sep double DEFAULT_DIMENSION_TOLERANCE concode_elem_sep ImmutableMap<String,Integer> dimensionIndex concode_elem_sep double[] defaultResourceUse concode_field_sep...
ResourceRequirement . Builder function ( ) { return new ResourceRequirement . Builder ( this ) ; }
7,418
returns the current permutation as a string concode_field_sep ICombinatoricsVector<T> _currentPermutation concode_elem_sep long _currentIndex concode_elem_sep int[] _bitVector concode_elem_sep int _k concode_elem_sep PermutationWithRepetitionGenerator<T> _generator concode_elem_sep int _n concode_field_sep ICombinatori...
String function ( ) { return "srini_string" + _currentIndex + "srini_string" + _currentPermutation + "srini_string" ; }
7,419
set a column of this matrix concode_field_sep PlaceHolder placeHolder concode_field_sep Matrix minus concode_elem_sep void set concode_elem_sep void set concode_elem_sep void minusEquals concode_elem_sep Vector getRow concode_elem_sep int m concode_elem_sep int n concode_elem_sep Matrix plus concode_elem_sep void times...
void function ( int arg0 , Vector arg1 ) { for ( int loc0 = 0 ; loc0 < arg1 . size ( ) ; loc0 ++ ) { set ( loc0 , arg0 , arg1 . get ( loc0 ) ) ; } }
7,420
reads the template file without variable substitution . concode_field_sep ListMultimap<String,RuleDocumentationAttribute> attributeDocEntries concode_elem_sep String javaSourceFilePath concode_elem_sep ConfiguredRuleClassProvider ruleClassProvider concode_elem_sep String LS concode_elem_sep Collection<RuleDocumentation...
String function ( String arg0 ) { return readTemplateContents ( arg0 , null ) ; }
7,421
consumes the current token . if it is not of the specified expected kind , throws queryexception . returns the value associated with the consumed token , if any . concode_field_sep Iterator<Lexer.Token> tokenIterator concode_elem_sep Map<String,QueryFunction> functions concode_elem_sep List<Lexer.Token> tokens concode_...
String function ( TokenKind arg0 ) { if ( token . arg0 != arg0 ) { throw syntaxError ( token ) ; } String loc0 = token . loc0 ; nextToken ( ) ; return loc0 ; }
7,422
release the group if it has more messages than the threshold and has not previously been released . it is possible that more messages than the threshold could be released , but only if multiple consumers receive messages from the same group concurrently . concode_field_sep int threshold concode_field_sep placeholderTyp...
boolean function ( MessageGroup arg0 ) { return arg0 . size ( ) >= threshold ; }
7,423
executes update and closes the given preparedstatement . concode_field_sep Logger logger concode_field_sep boolean hasIndex concode_elem_sep boolean hasTable concode_elem_sep int getColumnType concode_elem_sep int getColumnSize concode_elem_sep void executeAndClose concode_elem_sep boolean hasColumn
void function ( PreparedStatement arg0 ) { try { arg0 . executeUpdate ( ) ; } finally { try { arg0 . close ( ) ; } catch ( SQLException loc2 ) { if ( logger . isDebugEnabled ( ) ) { logger . debug ( loc2 . getMessage ( ) , loc2 ) ; } } } }
7,424
unused concode_field_sep GameScreen screen concode_elem_sep Player player concode_field_sep boolean touchDragged concode_elem_sep boolean touchDown concode_elem_sep boolean touchUp concode_elem_sep boolean scrolled concode_elem_sep boolean keyDown concode_elem_sep boolean mouseMoved concode_elem_sep boolean keyTyped
boolean function ( int arg0 ) { return false ; }
7,425
used to list all the sessions of a user . concode_field_sep Logger l4j concode_elem_sep boolean goOn concode_elem_sep TreeMap<HWIAuth,Set<HWISessionItem>> items concode_field_sep TreeMap<HWIAuth,Set<HWISessionItem>> getItems concode_elem_sep boolean isGoOn concode_elem_sep void setGoOn concode_elem_sep void setItems co...
Set < HWISessionItem > function ( HWIAuth arg0 ) { return items . get ( arg0 ) ; }
7,426
sets the value of the anyattributes property . concode_field_sep DataType data concode_elem_sep List<DescriptionType> description concode_elem_sep MimeType mimeType concode_elem_sep EncodingType encoding concode_elem_sep Map<QName,String> anyAttributes concode_elem_sep List<Element> any concode_field_sep EncodingType g...
void function ( Map < QName , String > arg0 ) { this . anyAttributes = arg0 ; }
7,427
get the errorid value . concode_field_sep SeverityTypes severity concode_elem_sep Integer endOffset concode_elem_sep String filePath concode_elem_sep String description concode_elem_sep String source concode_elem_sep String message concode_elem_sep String resolution concode_elem_sep String helpLink concode_elem_sep Int...
String function ( ) { return this . errorId ; }
7,428
this method be called as a setter , but not from the decode , since for things to happen in the right phases , you should call setsubmittedvalue - in the component or renderer 's decode - method , and allow the validate - method here to bubble the submittedvalue into value in the correct phase . concode_field_sep Objec...
void function ( UIComponent arg0 , Object arg1 ) { value = arg1 ; setLocalValueInValueBinding = true ; }
7,429
returns the string representation . concode_field_sep boolean isRel concode_elem_sep String name concode_elem_sep String fullName concode_elem_sep String className concode_elem_sep long serialVersionUID concode_field_sep void setName concode_elem_sep String getName concode_elem_sep void setRelative concode_elem_sep Str...
String function ( ) { return name + "srini_string" + className ; }
7,430
obtiene instancia del singleton concode_field_sep Version instance concode_elem_sep String version concode_elem_sep String CONFIG_FILENAME concode_field_sep void fileChanged concode_elem_sep String getVersion concode_elem_sep void reload concode_elem_sep org.jconfig.Configuration getConfigurationManager
Version function ( ) { return getInstance ( false ) ; }
7,431
dumpfromast . concode_field_sep Stack<Object> documentContext concode_elem_sep T documentObject concode_elem_sep TagResolver[] tagResolvers concode_elem_sep ResourceLoader resourceLoader concode_elem_sep Class<T> documentClass concode_elem_sep Stack<NodeBuilder<?>> builderContext concode_elem_sep MappingNode rootNode c...
String function ( Node arg0 ) { Writer loc0 = new StringWriter ( ) ; dumpFromAst ( arg0 , loc0 ) ; return loc0 . toString ( ) ; }
7,432
gets the value of the response property . concode_field_sep WsDocument response concode_field_sep void setResponse
WsDocument function ( ) { return response ; }
7,433
create an instance of cimstring concode_field_sep QName __0020DefaultValue_QNAME concode_elem_sep QName _CimDateTimeCIMDateTime_QNAME concode_field_sep CimBase64Binary createCimBase64Binary concode_elem_sep JAXBElement<Object> create_0020DefaultValue concode_elem_sep QualifierUInt32 createQualifierUInt32 concode_elem_s...
CimString function ( ) { return new CimString ( ) ; }
7,434
adds an object to a priorityqueue in log size time . it returns the smallest object if any that was dropped off the heap because it was full , or the sentinel value . this can be the given parameter in case it is smaller than the full heap 's minimum , and could n't be added , or another object that was previously the ...
long function ( long arg0 ) { if ( size < maxSize ) { add ( arg0 ) ; return sentinel ; } else if ( arg0 > heap [ 1 ] ) { long loc0 = heap [ 1 ] ; heap [ 1 ] = arg0 ; updateTop ( ) ; return loc0 ; } else { return arg0 ; } }
7,435
this sets the name concode_field_sep Collection<Comment> comments concode_elem_sep String name concode_field_sep String getName concode_elem_sep Collection<Comment> getComments concode_elem_sep void setComments
void function ( String arg0 ) { this . name = arg0 ; }
7,436
the end of the date range in utc for vault inventory retrieval that includes archives created before this date . a string representation of iso 8601 date format , for example , 2013-03-20t17:03:43z . concode_field_sep String endDate concode_elem_sep String marker concode_elem_sep String limit concode_elem_sep String st...
void function ( String arg0 ) { this . endDate = arg0 ; }
7,437
returns the number of counters . concode_field_sep CounterPersistence _persistence concode_field_sep void cacheResult concode_elem_sep void cacheResult concode_elem_sep List<Counter> findWithDynamicQuery concode_elem_sep List<Counter> findWithDynamicQuery concode_elem_sep List<Counter> findWithDynamicQuery concode_elem...
int function ( ) { return getPersistence ( ) . countAll ( ) ; }
7,438
converts meters to feet . concode_field_sep double FOOT_POUND_TO_NEWTON_METER concode_elem_sep double NEWTON_METER_TO_FOOT_POUND concode_elem_sep double SLUG_TO_KILOGRAM concode_elem_sep double NEWTON_TO_POUND concode_elem_sep double KILOGRAM_TO_SLUG concode_elem_sep double METER_TO_FOOT concode_elem_sep double KILOGRA...
double function ( double arg0 ) { return arg0 * METER_TO_FOOT ; }
7,439
sets the value of the adjustedofferprice property . concode_field_sep String reason concode_elem_sep String customerResponse concode_elem_sep List<String> agingReason concode_elem_sep XMLGregorianCalendar dateOfResponse concode_elem_sep String imageURL concode_elem_sep BigDecimal adjustedOfferPrice concode_elem_sep Tra...
void function ( BigDecimal arg0 ) { this . adjustedOfferPrice = arg0 ; }
7,440
gets the value of the numartifacts property . concode_field_sep String repoType concode_elem_sep String effectiveLocalStorageUrl concode_elem_sep String proxyUrl concode_elem_sep String id concode_elem_sep BigInteger numArtifacts concode_elem_sep BigInteger sizeOnDisk concode_field_sep BigInteger getSizeOnDisk concode_...
BigInteger function ( ) { return numArtifacts ; }
7,441
get the average of this cluster . concode_field_sep double average concode_elem_sep double lower concode_elem_sep double sum concode_elem_sep double higher concode_elem_sep Set<Integer> sequenceIDs concode_elem_sep List<ItemValued> items concode_field_sep void computeHigherAndLower concode_elem_sep double getHigher con...
double function ( ) { return average ; }
7,442
get the value of the line join . concode_field_sep double nonStrokingAlphaConstant concode_elem_sep boolean isClippingPathDirty concode_elem_sep boolean alphaSource concode_elem_sep double smoothness concode_elem_sep PDColor nonStrokingColor concode_elem_sep PDSoftMask softMask concode_elem_sep RenderingIntent renderin...
Paint . Join function ( ) { return lineJoin ; }
7,443
gets a formatter instance using the default pattern in the default timezone and locale . concode_field_sep ConcurrentMap<MultipartKey,F> cInstanceCache concode_elem_sep Object[] keys concode_elem_sep int hashCode concode_elem_sep int NONE concode_elem_sep ConcurrentMap<MultipartKey,String> cDateTimeInstanceCache concod...
F function ( ) { return getDateTimeInstance ( DateFormat . SHORT , DateFormat . SHORT , TimeZone . getDefault ( ) , Locale . getDefault ( ) ) ; }
7,444
retrieve unit record . concode_field_sep UnitManager self_ concode_elem_sep UnitMap unitManager concode_field_sep UnitInterface findUnit concode_elem_sep UnitMap getUnitMap concode_elem_sep UnitInterface createUnit
UnitManager function ( ) { if ( self_ == null ) self_ = new UnitManager ( ) ; return self_ ; }
7,445
returns a copy of the array of floats used by this gradient to calculate color distribution . the returned array always has 0 as its first value and 1 as its last value , with increasing values in between . concode_field_sep ColorSpaceType colorSpace concode_elem_sep boolean isSimpleLookup concode_elem_sep SoftReferenc...
float [ ] function ( ) { return Arrays . copyOf ( fractions , fractions . length ) ; }
7,446
gets all external artifacts . concode_field_sep PlaceHolder placeHolder concode_field_sep List<IdeProjectDependency> getIdeProjectDependencies concode_elem_sep List<IdeExtendedRepoFileDependency> getIdeRepoFileDependencies concode_elem_sep List<ResolvedComponentResult> findAllResolvedDependencyResults concode_elem_sep ...
Set < ResolvedArtifact > function ( Configuration arg0 ) { return arg0 . getResolvedConfiguration ( ) . getLenientConfiguration ( ) . getArtifacts ( Specs . SATISFIES_ALL ) ; }
7,447
gets the maxobjects attribute of the compositecacheattributes object concode_field_sep boolean useDisk concode_elem_sep DiskUsagePattern diskUsagePattern concode_elem_sep boolean useRemote concode_elem_sep int DEFAULT_MAX_OBJECTS concode_elem_sep int DEFAULT_CHUNK_SIZE concode_elem_sep long shrinkerIntervalSeconds conc...
int function ( ) { return this . maxObjs ; }
7,448
when providing an id , it is assumed that the token exists in the current openstack deployment concode_field_sep Date expires concode_elem_sep String id concode_field_sep Builder toBuilder concode_elem_sep Builder expires concode_elem_sep Token build concode_elem_sep int hashCode concode_elem_sep boolean equals concode...
String function ( ) { return id ; }
7,449
handles the exception concode_field_sep String TITLE_ERROR concode_elem_sep List ExpectedExceptionList concode_elem_sep String TITLE_PART_INIT_ERROR concode_elem_sep String UNKNOWN_PLUGIN concode_elem_sep String LABEL_ERROR_CODE concode_elem_sep String MSG_PART_INIT_ERROR concode_elem_sep String MSG_BIRT_EXCEPTION_OCUR...
void function ( Throwable arg0 ) { handle ( arg0 , false ) ; }
7,450
jdbc driver class for use in internal mode . concode_field_sep String PROP_DB_MODE concode_elem_sep String PROP_PROCESS_HYDRATION_THROTTLED_MAXIMUM_SIZE concode_elem_sep Log __log concode_elem_sep long serialVersionUID concode_elem_sep Properties _props concode_elem_sep String DEFAULT_DAOCF_CLASS concode_elem_sep Strin...
String function ( ) { return getProperty ( OdeConfigProperties . PROP_DB_INTERNAL_DRIVER , "srini_string" ) ; }
7,451
sets the whereclause . concode_field_sep LockOptions lockOptions concode_elem_sep int guesstimatedBufferSize concode_elem_sep String whereClause concode_elem_sep String fromClause concode_elem_sep Dialect dialect concode_elem_sep String selectClause concode_elem_sep String outerJoinsAfterWhere concode_elem_sep String o...
Select function ( String arg0 ) { this . whereClause = arg0 ; this . guesstimatedBufferSize += arg0 . length ( ) ; return this ; }
7,452
get custom serializer concode_field_sep com.netsuite.webservices.platform.core_2014_2.WsRole[] wsRoleList concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.netsuite.webservices.platform.core_2014_2.RecordRef userId concode_elem_sep org.apache.axis.description.Ty...
org . apache . axis . encoding . Serializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanSerializer ( arg1 , arg2 , typeDesc ) ; }
7,453
clients should not call this method directly . concode_field_sep DomainListener fListener concode_elem_sep boolean fIsAdd concode_elem_sep DNSSDService fEnumerator concode_elem_sep int fFlags concode_elem_sep int fIndex concode_elem_sep int fErrorCode concode_elem_sep String fDomain concode_field_sep void domainLost co...
void function ( DNSSDService arg0 , int arg1 ) { fEnumerator = arg0 ; fErrorCode = arg1 ; this . schedule ( ) ; }
7,454
clean up after testing concode_field_sep int width concode_elem_sep int height concode_elem_sep SceneExt scene concode_field_sep SceneBuilder getSceneBuilder concode_elem_sep Vector3D getCenter concode_elem_sep boolean isLoaded concode_elem_sep Collection<Actor> getVisibleRootActors concode_elem_sep void getVisibleRoot...
void function ( ) { if ( scene != null ) { scene . dispose ( ) ; } }
7,455
apply a modified classpath entry to the classpath . the classpath entry can also be from a classpath container . concode_field_sep IIncludePathEntry[] fNewEntries concode_elem_sep IJsGlobalScopeContainer fOriginal concode_elem_sep String JRE_PREF_PAGE_ID concode_field_sep String[] resolvedLibraryImport concode_elem_sep...
void function ( Shell arg0 , IIncludePathEntry arg1 , String [ ] arg2 , IJavaScriptProject arg3 , IPath arg4 , IProgressMonitor arg5 ) { if ( arg4 != null ) { updateContainerClasspath ( arg3 , arg4 , arg1 , arg2 , arg5 ) ; } else { updateProjectClasspath ( arg0 , arg3 , arg1 , arg2 , arg5 ) ; } }
7,456
returns the spring bean id for this bean . concode_field_sep GalleryService _service concode_field_sep void clearService concode_elem_sep java.lang.String getURL concode_elem_sep void setService concode_elem_sep java.lang.Object invokeMethod concode_elem_sep void setBeanIdentifier concode_elem_sep GalleryService getSer...
java . lang . String function ( ) { return getService ( ) . getBeanIdentifier ( ) ; }
7,457
generates an aes key of the specified length . concode_field_sep PlaceHolder placeHolder concode_field_sep AESEngine createCipher
SecretKey function ( final int arg0 ) { KeyGenerator loc0 ; try { loc0 = KeyGenerator . getInstance ( "srini_string" , new BouncyCastleProvider ( ) ) ; } catch ( NoSuchAlgorithmException loc1 ) { throw new RuntimeException ( loc1 . getMessage ( ) , loc1 ) ; } loc0 . init ( arg0 ) ; return loc0 . generateKey ( ) ; }
7,458
removes a host from the list of output stream concode_field_sep HashMap<Long,MessageControllerSender> chefOut concode_elem_sep HashMap<Long,MessageControllerSender> managerOut concode_elem_sep HashMap<Long,MessageControllerSender> waiterOut concode_elem_sep HashMap<Long,MessageControllerSender> hostOut concode_elem_sep...
void function ( long arg0 ) { hostOut . remove ( arg0 ) ; }
7,459
indicates whether a connection is active . concode_field_sep boolean connectionActive concode_elem_sep HashMap<String,ArrayList<String>> activeConnections concode_field_sep ArrayList<String> getActiveConnectionsPaths concode_elem_sep java.io.OutputStream disabledDerbyLog concode_elem_sep void setConnectionActive concod...
boolean function ( String arg0 ) { for ( ArrayList < String > loc0 : activeConnections . values ( ) ) { if ( loc0 . contains ( arg0 ) ) { return true ; } } return false ; }
7,460
evaluate the json path expression against the supplied content and assert that the resulting value is a map . concode_field_sep String expression concode_elem_sep JsonPath jsonPath concode_field_sep Object assertExistsAndReturn concode_elem_sep void assertValueIsString concode_elem_sep boolean pathIsIndefinite concode_...
void function ( String arg0 ) { Object loc0 = assertExistsAndReturn ( arg0 ) ; assertThat ( failureReason ( "srini_string" , loc0 ) , loc0 , instanceOf ( Map . class ) ) ; }
7,461
gets the protocol concode_field_sep int deviceType concode_elem_sep String protocol concode_elem_sep String data concode_elem_sep String name concode_elem_sep String model concode_elem_sep int supportedMethods concode_elem_sep int deviceId concode_elem_sep int status concode_elem_sep int TELLSTICK_SUCCESS concode_field...
String function ( ) { return protocol ; }
7,462
gets the value of the firmware property . concode_field_sep String maxInternalStorage concode_elem_sep String carrierName concode_elem_sep Boolean hardwareTestEligible concode_elem_sep DeviceHardwareTestStatusEnum hardwareTestStatus concode_elem_sep String model concode_elem_sep long serialVersionUID concode_elem_sep X...
String function ( ) { return firmware ; }
7,463
adds a loadbalancingdatapublisher to the data publisher map . concode_field_sep APIManagerConfigurationService amConfigService concode_elem_sep Map<String,DataPublisher> dataPublisherMap concode_elem_sep Log log concode_field_sep void unsetAPIManagerConfigurationService concode_elem_sep APIManagerConfigurationService g...
void function ( String arg0 , DataPublisher arg1 ) { if ( dataPublisherMap . containsKey ( arg0 ) ) { throw new DataPublisherAlreadyExistsException ( "srini_string" + arg0 ) ; } dataPublisherMap . put ( arg0 , arg1 ) ; }
7,464
rationalizes all the fonts , removing duplicate entries concode_field_sep ArrayList formatsList concode_elem_sep HashMap formats concode_elem_sep Fonts fonts concode_elem_sep int nextCustomIndexNumber concode_elem_sep int customFormatStartIndex concode_elem_sep Logger logger concode_elem_sep PaletteRecord palette conco...
IndexMapping function ( ) { return fonts . rationalize ( ) ; }
7,465
sets the factory implementation that this factory will use to produce threads . if the specified argument , f , is null , then this factory uses itself as the implementation . concode_field_sep ThreadFactory factory concode_field_sep Thread newThread concode_elem_sep ThreadFactory getImpl
ThreadFactory function ( ThreadFactory arg0 ) { ThreadFactory loc0 ; loc0 = factory ; factory = ( arg0 == null ) ? this : arg0 ; return loc0 ; }
7,466
access for non-form composites concode_field_sep String addText concode_elem_sep String LINK_CHANGE concode_elem_sep String HTML_LINK_END concode_elem_sep String HTML_LINK_VAL_BEGIN concode_elem_sep String changeText concode_elem_sep String HTML_LINK_CHANGE_BEGIN concode_elem_sep ScrolledForm toReflow concode_elem_sep ...
void function ( Composite arg0 , int arg1 ) { text = new FormText ( arg0 , arg1 ) ; text . addHyperlinkListener ( myListener ) ; updateText ( ) ; }
7,467
returns a request whose tests can be run in a certain order , defined by comparator for example , here is code to run a test suite in alphabetical order : private static comparator forward return new comparator public int compare description o1 , description o2 return o1.getdisplayname . compareto o2.getdisplayname ; ;...
Request function ( Comparator < Description > arg0 ) { return new SortingRequest ( this , arg0 ) ; }
7,468
closes the stream ignoring ioexception . must only be called in cleaning up from exception handlers . concode_field_sep int BLOCKSIZE concode_field_sep void skipFully concode_elem_sep void cleanup concode_elem_sep void readFully concode_elem_sep void closeSocket concode_elem_sep void copyBytes concode_elem_sep void cop...
void function ( final java . io . Closeable arg0 ) { cleanup ( null , arg0 ) ; }
7,469
adds an object to a priorityqueue in log size time . it returns the object if any that was dropped off the heap because it was full . this can be the given parameter in case it is smaller than the full heap 's minimum , and could n't be added , or another object that was previously the smallest value in the heap and no...
T function ( T arg0 ) { if ( size < maxSize ) { add ( arg0 ) ; return null ; } else if ( size > 0 && ! lessThan ( arg0 , heap [ 1 ] ) ) { T loc0 = heap [ 1 ] ; heap [ 1 ] = arg0 ; updateTop ( ) ; return loc0 ; } else { return arg0 ; } }
7,470
returns file of cached image or null if image was not cached in disk cache concode_field_sep PlaceHolder placeHolder concode_field_sep boolean removeFromCache concode_elem_sep String encodeURL
File function ( String arg0 , DiskCache arg1 ) { File loc0 = arg1 . get ( arg0 ) ; return loc0 != null && loc0 . exists ( ) ? loc0 : null ; }
7,471
builds the path for an open arc based on a polylineoptions . concode_field_sep int DEFAULT_ARC_POINTS concode_field_sep PolygonOptions buildClosedArc concode_elem_sep MVCArray buildArcPoints concode_elem_sep MVCArray buildArcPoints
PolylineOptions function ( LatLong arg0 , LatLong arg1 , LatLong arg2 ) { MVCArray loc0 = buildArcPoints ( arg0 , arg1 , arg2 ) ; return new PolylineOptions ( ) . path ( loc0 ) ; }
7,472
internal conversion . this is needed to support the current springboot actuator auditeventrepository interface concode_field_sep PlaceHolder placeHolder concode_field_sep Map<String,String> convertDataToStrings concode_elem_sep List<AuditEvent> convertToAuditEvent concode_elem_sep AuditEvent convertToAuditEvent
Map < String , Object > function ( Map < String , String > arg0 ) { Map < String , Object > loc0 = new HashMap < > ( ) ; if ( arg0 != null ) { for ( Map . Entry < String , String > loc1 : arg0 . entrySet ( ) ) { loc0 . put ( loc1 . getKey ( ) , loc1 . getValue ( ) ) ; } } return loc0 ; }
7,473
create the database tables . concode_field_sep String CREATE_BOOKMARKS concode_elem_sep String CREATE_USERS concode_elem_sep String CREATE_SEQUENCE concode_elem_sep String CREATE_CARDBOXES concode_elem_sep String datafile concode_elem_sep String CREATE_CARDS concode_field_sep void importData concode_elem_sep void initD...
void function ( Connection arg0 ) { try { command ( CREATE_CARDBOXES , arg0 ) ; command ( CREATE_CARDS , arg0 ) ; command ( CREATE_USERS , arg0 ) ; command ( CREATE_BOOKMARKS , arg0 ) ; command ( CREATE_SEQUENCE , arg0 ) ; } catch ( SQLException loc0 ) { loc0 . printStackTrace ( ) ; } }
7,474
returns a copy of the raw http payload . concode_field_sep SocketPolicy socketPolicy concode_elem_sep long bodyDelayAmount concode_elem_sep Headers.Builder headers concode_elem_sep List<PushPromise> promises concode_elem_sep String CHUNKED_BODY_HEADER concode_elem_sep TimeUnit bodyDelayUnit concode_elem_sep Buffer body...
Buffer function ( ) { return body != null ? body . clone ( ) : null ; }
7,475
returns the index settings that are configured within the javax.persistence.entitymanagerfactory configuration . can be used to configure exteranally a org.compass.gps.device.jpa.embedded.jpacompassgps instance . concode_field_sep PlaceHolder placeHolder concode_field_sep JpaCompassGps getCompassGps concode_elem_sep Jp...
Properties function ( EntityManagerFactory arg0 ) { EntityManagerFactory loc0 = NativeJpaHelper . extractNativeJpa ( arg0 ) ; return HibernateHelper . getIndexSettings ( ( ( HibernateEntityManagerFactory ) loc0 ) . getSessionFactory ( ) ) ; }
7,476
gets the value of the measurehistoryu property . concode_field_sep Long personId concode_elem_sep String measureType concode_elem_sep MeasureHistory measureHistoryU concode_field_sep Long getPersonId concode_elem_sep void setMeasureType concode_elem_sep void setMeasureHistoryU concode_elem_sep String getMeasureType con...
MeasureHistory function ( ) { return measureHistoryU ; }
7,477
return an enumeration of context attribute names . concode_field_sep PrintWriter myLogWriter concode_elem_sep Hashtable<String,Object> myAttributes concode_elem_sep URL myResourceBaseURL concode_field_sep Enumeration<String> getServletNames concode_elem_sep ServletRegistration getServletRegistration concode_elem_sep Fi...
Enumeration < String > function ( ) { return ( myAttributes . keys ( ) ) ; }
7,478
sets the members . concode_field_sep List<String> members concode_elem_sep String name concode_elem_sep String description concode_elem_sep List<String> admins concode_field_sep void setName concode_elem_sep void setAdmins concode_elem_sep String getName concode_elem_sep void setDescription concode_elem_sep List<String...
void function ( List < String > arg0 ) { this . members = arg0 ; }
7,479
resume clock , if it was halted during a player 's move time . concode_field_sep boolean m_byoyomiExceeded concode_elem_sep boolean m_isRunning concode_elem_sep Listener m_listener concode_elem_sep Timer m_timer concode_elem_sep boolean m_isInByoyomi concode_elem_sep long m_startTime concode_elem_sep BlackWhiteSet<Time...
void function ( ) { if ( m_isRunning ) return ; assert m_toMove != null ; m_startTime = currentTimeMillis ( ) ; m_isRunning = true ; startTimer ( ) ; }
7,480
produces a fairly unreliable hashcode eg . 1.0 and 1.0.0 are identical but 1.2 and 2.1 are also identical by adding the version bits together concode_field_sep Version MIN_VALUE concode_elem_sep long serialVersionUID concode_elem_sep Version MAX_VALUE concode_elem_sep int[] version concode_field_sep void setContent con...
int function ( ) { int loc0 = 0 ; for ( int loc1 : version ) loc0 += loc1 ; return loc0 ; }
7,481
gets the contact value for this phonecallcontact . concode_field_sep java.lang.String phone concode_elem_sep com.netsuite.webservices.platform.core_2014_2.RecordRef contact concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.netsuite.webservices.platform.core_2014...
com . netsuite . webservices . platform . core_2014_2 . RecordRef function ( ) { return contact ; }
7,482
get whether or not this series fills using an alternate color when rendering in a negative quadrant . concode_field_sep Integer xAxis concode_elem_sep List<Object> data concode_elem_sep String color concode_elem_sep Boolean shadow concode_elem_sep String fillAxis concode_elem_sep Boolean show concode_elem_sep String fi...
Boolean function ( ) { return useNegativeColors ; }
7,483
check if two objects are equal . concode_field_sep int HASH_OFFSET concode_elem_sep int HASH_SEED concode_field_sep int hashCode concode_elem_sep int hashCode concode_elem_sep int hashCode
boolean function ( final Object arg0 , final Object arg1 ) { return arg0 == null ? arg1 == null : arg0 . equals ( arg1 ) ; }
7,484
get public.get _ customer_balance as a field . concode_field_sep PlaceHolder placeHolder concode_field_sep Integer inventoryHeldByCustomer concode_elem_sep Field<Integer> inventoryHeldByCustomer concode_elem_sep Field<Integer> inventoryHeldByCustomer concode_elem_sep Object lastUpdated concode_elem_sep Field<Object> la...
Field < BigDecimal > function ( Integer arg0 , Timestamp arg1 ) { GetCustomerBalance loc0 = new GetCustomerBalance ( ) ; loc0 . setPCustomerId ( arg0 ) ; loc0 . setPEffectiveDate ( arg1 ) ; return loc0 . asField ( ) ; }
7,485
returns the channel number . concode_field_sep String address concode_elem_sep Integer channel concode_elem_sep String name concode_elem_sep HmParamsetType paramsetType concode_field_sep void setName concode_elem_sep HmParamsetType getParamsetType concode_elem_sep String getName concode_elem_sep int hashCode concode_el...
Integer function ( ) { return channel ; }
7,486
clears all internal data structures , removing any references to compiled statements . concode_field_sep Database database concode_elem_sep IntValueHashMap sqlMap concode_elem_sep IntKeyHashMap sessionMap concode_elem_sep IntKeyHashMap sqlLookup concode_elem_sep IntKeyHashMap csidMap concode_elem_sep int next_cs_id con...
void function ( ) { sqlMap . clear ( ) ; sqlLookup . clear ( ) ; csidMap . clear ( ) ; sessionMap . clear ( ) ; useMap . clear ( ) ; next_cs_id = 0 ; }
7,487
returns the item label anchor . concode_field_sep long serialVersionUID concode_elem_sep TextAnchor rotationAnchor concode_elem_sep double angle concode_elem_sep ItemLabelAnchor itemLabelAnchor concode_elem_sep TextAnchor textAnchor concode_field_sep double getAngle concode_elem_sep TextAnchor getTextAnchor concode_ele...
ItemLabelAnchor function ( ) { return this . itemLabelAnchor ; }
7,488
adds multiple pings if newer than previous pings from the same node concode_field_sep DiscoveryNode node concode_elem_sep boolean hasJoinedOnce concode_elem_sep ClusterName clusterName concode_elem_sep Map<DiscoveryNode,PingResponse> pings concode_elem_sep long id concode_elem_sep PingResponse[] EMPTY concode_elem_sep ...
void function ( PingResponse [ ] arg0 ) { for ( PingResponse loc0 : arg0 ) { addPing ( loc0 ) ; } }
7,489
wrap the supplied statement with a springfailontimeout statement.supports spring 's org.springframework.test.annotation.timed @timed annotation . concode_field_sep Log logger concode_field_sep Statement withBeforeTestMethodCallbacks concode_elem_sep Statement withTestInstancePreparation concode_elem_sep Statement apply...
Statement function ( Statement arg0 , FrameworkMethod arg1 , Object arg2 ) { return new SpringFailOnTimeout ( arg0 , arg1 . getMethod ( ) ) ; }
7,490
yields the calendar days as primitive . concode_field_sep CalendarDays ONE concode_elem_sep CalendarDays ZERO concode_elem_sep long days concode_field_sep boolean isNegative concode_elem_sep CalendarDays minus concode_elem_sep CalendarDays abs concode_elem_sep int hashCode concode_elem_sep CalendarDays of concode_elem_...
long function ( ) { return this . days ; }
7,491
logs the given message and throwable at the ` warn ' level . concode_field_sep Level ERROR concode_elem_sep Level WARN concode_elem_sep Logger jdkLogger concode_elem_sep Level TRACE concode_elem_sep Level DEBUG concode_elem_sep Level FATAL concode_elem_sep Level INFO concode_field_sep boolean isWarnEnabled concode_elem...
void function ( Object arg0 , Throwable arg1 ) { logInternal ( WARN , arg0 , arg1 ) ; }
7,492
get the name of source generating metrics concode_field_sep String DEFAULT_CONTEXT concode_elem_sep String context concode_elem_sep String source concode_elem_sep Iterable<MetricsInfo> metrics concode_elem_sep Iterable<ExceptionInfo> exceptions concode_elem_sep long timestamp concode_field_sep Iterable<ExceptionInfo> g...
String function ( ) { return source ; }
7,493
sets the status to warning . concode_field_sep String pluginID concode_elem_sep String fStatusMessage concode_elem_sep int fSeverity concode_field_sep boolean isWarning concode_elem_sep int getSeverity concode_elem_sep Throwable getException concode_elem_sep String getMessage concode_elem_sep boolean isMultiStatus conc...
void function ( String arg0 ) { Assert . isNotNull ( arg0 ) ; fStatusMessage = arg0 ; fSeverity = IStatus . WARNING ; }
7,494
initial heap size in mb concode_field_sep String minVersion concode_elem_sep String VERSION_PATTERN concode_elem_sep String jdkPreference concode_elem_sep String JDK_PREFERENCE_PREFER_JRE concode_elem_sep String JDK_PREFERENCE_JDK_ONLY concode_elem_sep String ARGS concode_elem_sep String[] JDK_PREFERENCE_NAMES concode_...
Integer function ( ) { return initialHeapSize ; }
7,495
returns a range of all the releases . 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 queryutil #all_pos will return the full result set ...
List < Release > function ( int arg0 , int arg1 ) { return getPersistence ( ) . findAll ( arg0 , arg1 ) ; }
7,496
creates a copy of this instance concode_field_sep List requestInterceptors concode_elem_sep List responseInterceptors concode_field_sep void process concode_elem_sep void process concode_elem_sep void removeResponseInterceptorByClass concode_elem_sep int getResponseInterceptorCount concode_elem_sep void clearResponseIn...
BasicHttpProcessor function ( ) { BasicHttpProcessor loc0 = new BasicHttpProcessor ( ) ; copyInterceptors ( loc0 ) ; return loc0 ; }
7,497
sets the value of the rpr property . concode_field_sep Object parent concode_elem_sep RPr rPr concode_elem_sep CTRPrChange del concode_elem_sep CTRPrChange ins concode_field_sep CTRPrChange getIns concode_elem_sep Object getParent concode_elem_sep RPr getRPr concode_elem_sep void afterUnmarshal concode_elem_sep void se...
void function ( RPr arg0 ) { this . rPr = arg0 ; }
7,498
add information message . concode_field_sep PlaceHolder placeHolder concode_field_sep String getRequestParameter concode_elem_sep Application getApplication concode_elem_sep Object getElValue concode_elem_sep ServletContext getServletContext concode_elem_sep Object getManagedBean concode_elem_sep String getJsfEl concod...
void function ( String arg0 ) { addInfoMessage ( null , arg0 ) ; }
7,499
implement the parcelable interface @hide concode_field_sep String pin concode_elem_sep Creator<WpsResult> CREATOR concode_elem_sep Status status concode_field_sep WpsResult[] newArray concode_elem_sep String toString concode_elem_sep WpsResult createFromParcel concode_elem_sep int describeContents
void function ( Parcel arg0 , int arg1 ) { arg0 . writeString ( status . name ( ) ) ; arg0 . writeString ( pin ) ; }