idx
int64
0
100k
question
stringlengths
68
7.19k
target
stringlengths
20
663
33,500
returns true if there 's another route to attempt . every address has at least one route . concode_field_sep int nextSocketAddressIndex concode_elem_sep List<Route> postponedRoutes concode_elem_sep int TLS_MODE_MODERN concode_elem_sep Address address concode_elem_sep Iterator<Proxy> proxySelectorProxies concode_elem_se...
boolean function ( ) { return hasNextTlsMode ( ) || hasNextInetSocketAddress ( ) || hasNextProxy ( ) || hasNextPostponed ( ) ; }
33,501
return the size in terms of items of an itemset at a given position overloaded . concode_field_sep Sequence sequence concode_elem_sep int firstItemset concode_elem_sep int firstItem concode_field_sep boolean isFirstItemset concode_elem_sep int indexOfBis concode_elem_sep Integer getItemAtInItemsetAt concode_elem_sep Li...
int function ( int arg0 ) { int loc0 = sequence . getItemsets ( ) . get ( arg0 + firstItemset ) . loc0 ( ) ; if ( isFirstItemset ( arg0 ) ) { loc0 -= firstItem ; } return loc0 ; }
33,502
validates the signature on a simple notification service message . no amazon-specific dependencies , just plain java crypto and jackson for parsing concode_field_sep String MESSAGE_ID concode_elem_sep String SIGNATURE_VERSION concode_elem_sep String SIGNATURE concode_elem_sep String TYPE concode_elem_sep String SUBSCRI...
boolean function ( String arg0 , PublicKey arg1 ) { Map < String , String > loc0 = parseJSON ( arg0 ) ; return verifySignature ( loc0 , arg1 ) ; }
33,503
return the flesch readability score of this document concode_field_sep String text concode_field_sep int getNumSyllables concode_elem_sep int countSyllables concode_elem_sep String getText concode_elem_sep List<String> getTokens concode_elem_sep int getNumWords concode_elem_sep int getNumSentences concode_elem_sep bool...
double function ( ) { double loc0 = ( double ) getNumWords ( ) ; return 206.835 - ( 1.015 * ( ( loc0 ) / getNumSentences ( ) ) ) - ( 84.6 * ( ( ( double ) getNumSyllables ( ) ) / loc0 ) ) ; }
33,504
returns true if the call is due to an explicit invoke statement . concode_field_sep MethodOrMethodContext tgt concode_elem_sep Edge nextByTgt concode_elem_sep Edge prevByUnit concode_elem_sep Edge prevBySrc concode_elem_sep Edge nextBySrc concode_elem_sep MethodOrMethodContext src concode_elem_sep Kind kind concode_ele...
boolean function ( ) { return kind . isExplicit ( ) ; }
33,505
get value as eight bytes in big endian byte order . concode_field_sep int BYTE_1_SHIFT concode_elem_sep long BYTE_6_MASK concode_elem_sep int BYTE_1_MASK concode_elem_sep int BYTE_3_SHIFT concode_elem_sep int LEFTMOST_BIT_SHIFT concode_elem_sep long BYTE_7_MASK concode_elem_sep BigInteger value concode_elem_sep int BYT...
byte [ ] function ( ) { return ZipEightByteInteger . getBytes ( value ) ; }
33,506
unit test of methods removenodescommand #equals and removenodescommand #hashcode . concode_field_sep PlaceHolder placeHolder concode_field_sep void setUpBeforeClass
void function ( ) { EqualsVerifier . forClass ( RemoveNodesCommand . class ) . usingGetClass ( ) . withPrefabValues ( Way . class , new Way ( 1 ) , new Way ( 2 ) ) . withPrefabValues ( OsmDataLayer . class , new OsmDataLayer ( new DataSet ( ) , "srini_string" , null ) , new OsmDataLayer ( new DataSet ( ) , "srini_strin...
33,507
the amazon resource name arn of the change set . concode_field_sep String id concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep CreateChangeSetResult clone concode_elem_sep String getId concode_elem_sep String toString concode_elem_sep CreateChangeSetResult withId
void function ( String arg0 ) { this . id = arg0 ; }
33,508
silent cleanup . concode_field_sep BufferedReader reader concode_elem_sep String segment concode_elem_sep String DASH_COMMENT concode_elem_sep String SLASH_COMMENT concode_elem_sep String SEMI concode_field_sep Object next concode_elem_sep void setValue concode_elem_sep boolean hasNext concode_elem_sep int nextInt conc...
void function ( ) { if ( this . reader != null ) { try { this . reader . close ( ) ; } catch ( Exception loc0 ) { } } this . reader = null ; }
33,509
the monitoring information . concode_field_sep String instanceId concode_elem_sep Monitoring monitoring concode_field_sep String getInstanceId concode_elem_sep InstanceMonitoring withInstanceId concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep InstanceMonitoring clone concode_elem_sep void ...
void function ( Monitoring arg0 ) { this . monitoring = arg0 ; }
33,510
merge one coremap into another -- that is , overwrite and add any keys in the base coremap with those in the one to be merged . this method is functional -- neither of the argument coremaps are changed . concode_field_sep PlaceHolder placeHolder concode_field_sep void dumpCoreMapToStringBuilder concode_elem_sep Map<CM,...
CoreMap function ( CoreMap arg0 , CoreMap arg1 ) { CoreMap loc0 = new ArrayCoreMap ( arg0 . size ( ) ) ; for ( Class loc1 : arg0 . keySet ( ) ) { loc0 . set ( loc1 , arg0 . get ( loc1 ) ) ; } for ( Class loc1 : arg1 . keySet ( ) ) { loc0 . set ( loc1 , arg1 . get ( loc1 ) ) ; } return loc0 ; }
33,511
return address reference for specified object concode_field_sep PlaceHolder placeHolder concode_field_sep Object getPrototype concode_elem_sep Object resolveAddress concode_elem_sep int tie concode_elem_sep int tied concode_elem_sep int instance concode_elem_sep void untie concode_elem_sep int getAddressPrototype conco...
int function ( Object arg0 ) { return CMemoryImpl . getInstance ( ) . address ( arg0 ) ; }
33,512
returns the nickname associated with the roster item . concode_field_sep String CHANGE_USERNAME concode_elem_sep String INSERT_ROSTER_ITEM concode_elem_sep String SET_GROUPS concode_elem_sep long registrationID concode_elem_sep String nickname concode_elem_sep List<String> groups concode_elem_sep String REMOVE_ROSTER_I...
String function ( ) { return nickname ; }
33,513
creates an empty synchronousqueue instance . concode_field_sep PlaceHolder placeHolder concode_field_sep ConcurrentLinkedQueue<E> newConcurrentLinkedQueue concode_elem_sep ConcurrentLinkedQueue<E> newConcurrentLinkedQueue concode_elem_sep PriorityBlockingQueue<E> newPriorityBlockingQueue concode_elem_sep PriorityBlocki...
SynchronousQueue < E > function ( ) { return new SynchronousQueue < E > ( ) ; }
33,514
get custom deserializer concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.google.api.ads.dfp.axis.v201502.InventoryTargeting inventoryRule concode_elem_sep com.google.api.ads.dfp.axis.v201502.Custom...
org . apache . axis . encoding . Deserializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanDeserializer ( arg1 , arg2 , typeDesc ) ; }
33,515
used to communicate a return object from a plugin tool to the main whitebox user-interface . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep int previousProgress concode_elem_sep boolean amIActive...
void function ( Object arg0 ) { if ( myHost != null ) { myHost . returnData ( arg0 ) ; } }
33,516
get the internal invoker . concode_field_sep Set<Class<?>> interfaceSet concode_elem_sep IConverter converter concode_elem_sep ConcurrentMap<Method,MethodExecuteItem> executeMap concode_elem_sep RemoteInvoker invoker concode_elem_sep AtomicInteger idGen concode_field_sep Object prepareReturn concode_elem_sep String get...
RemoteInvoker function ( ) { return invoker ; }
33,517
namespace id of the file system . assigned to the file system at formatting and never changes after that . shared by all file system components . concode_field_sep int namespaceID concode_elem_sep NodeType storageType concode_elem_sep long cTime concode_elem_sep String clusterID concode_elem_sep int layoutVersion conco...
int function ( ) { return namespaceID ; }
33,518
set the value of cvssconfidentialityimpact . concode_field_sep String notes concode_elem_sep Set<VulnerableSoftware> vulnerableSoftware concode_elem_sep String description concode_elem_sep String matchedCPE concode_elem_sep String cwe concode_elem_sep float cvssScore concode_elem_sep String cvssAccessVector concode_ele...
void function ( String arg0 ) { this . cvssConfidentialityImpact = arg0 ; }
33,519
try string and consume it if it matches concode_field_sep String myText concode_elem_sep int myPosition concode_field_sep boolean isEol concode_elem_sep void nextLine concode_elem_sep String spaceToken concode_elem_sep String line concode_elem_sep String line concode_elem_sep String getAllText concode_elem_sep String t...
boolean function ( final char arg0 ) { if ( startsWith ( arg0 ) ) { skipChars ( 1 ) ; return true ; } return false ; }
33,520
parse expression passed in against value stack . concode_field_sep String messageKey concode_elem_sep Logger log concode_elem_sep ValueStack stack concode_elem_sep String[] messageParameters concode_elem_sep String defaultMessage concode_elem_sep String type concode_elem_sep ValidatorContext validatorContext concode_el...
Object function ( String arg0 , Class arg1 ) { if ( arg0 == null ) { return null ; } return TextParseUtil . translateVariables ( '$' , arg0 , stack , arg1 ) ; }
33,521
sets the request line like `` get / http/1 .1 '' . concode_field_sep int responseCode concode_elem_sep String statusLine concode_elem_sep int httpMinorVersion concode_elem_sep String requestLine concode_elem_sep List<String> namesAndValues concode_elem_sep String responseMessage concode_elem_sep Comparator<String> FIEL...
void function ( String arg0 ) { arg0 = arg0 . trim ( ) ; this . requestLine = arg0 ; }
33,522
get custom serializer concode_field_sep java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.gvt.www.ws.eai.oss.ossturbonet.OSSTurbonetIn ossTurbonetIn concode_field_sep org.apache.axis.description.TypeDesc getTypeDesc ...
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 ) ; }
33,523
returns the next record in the master file . this will process any directives before the next record . concode_field_sep Tokenizer st concode_elem_sep long currentTTL concode_elem_sep int currentType concode_elem_sep int currentDClass concode_elem_sep Name origin concode_elem_sep Generator generator concode_elem_sep Ma...
Record function ( ) { Record loc0 = null ; try { loc0 = _nextRecord ( ) ; } finally { if ( loc0 == null ) { st . close ( ) ; } } return loc0 ; }
33,524
the default cache configuration to be used to create caches . concode_field_sep EventOrdering eventOrdering concode_elem_sep CacheConfiguration<?,?> configuration concode_elem_sep String configUri concode_elem_sep Class<?> keyType concode_elem_sep CacheManager cacheManager concode_elem_sep String PREFIX_POOL concode_el...
void function ( CacheConfiguration < K , V > arg0 ) { this . configuration = arg0 ; }
33,525
turns a camel case string into an underscored one , e.g. `` helloworld '' becomes `` hello_world '' . concode_field_sep PlaceHolder placeHolder concode_field_sep String[] splitByCharacterType concode_elem_sep String[] splitByCharacterTypeCamelCase
String function ( String arg0 ) { String [ ] loc0 = splitByCharacterTypeCamelCase ( arg0 ) ; return TextUtils . join ( "srini_string" , loc0 ) . toLowerCase ( ) ; }
33,526
extracts the specified shared library from the classpath to a temporary directory . concode_field_sep int BUFFER_SIZE concode_elem_sep File extractPath concode_field_sep boolean canExecute concode_elem_sep String crc concode_elem_sep boolean canWrite concode_elem_sep File getExtractedFile concode_elem_sep File extractF...
void function ( String arg0 ) { if ( Library . JNI_LIBRARY_NAME . equals ( arg0 ) ) { load ( ) ; return ; } try { extractFile ( Platform . get ( ) . mapLibraryName ( arg0 ) , extractPath ) ; } catch ( Exception loc0 ) { throw new RuntimeException ( "srini_string" + arg0 + "srini_string" , loc0 ) ; } }
33,527
the uri of the vault that was created . returns a reference to this object so that method calls can be chained together . concode_field_sep String location concode_field_sep String getLocation concode_elem_sep void setLocation concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep CreateVaultRes...
CreateVaultResult function ( String arg0 ) { this . location = arg0 ; return this ; }
33,528
set the detail text describing the category . note : no html markup allowed , may be null concode_field_sep boolean hidden concode_elem_sep String detailText concode_elem_sep String shortDescription concode_elem_sep String abbrev concode_elem_sep String category concode_field_sep void setAbbrev concode_elem_sep void se...
void function ( String arg0 ) { this . detailText = arg0 ; }
33,529
sets the value of the salesrole property . concode_field_sep Double contribution concode_elem_sep Boolean isPrimary concode_elem_sep RecordRef salesRole concode_elem_sep RecordRef employee concode_field_sep Double getContribution concode_elem_sep void setEmployee concode_elem_sep Boolean isIsPrimary concode_elem_sep Re...
void function ( RecordRef arg0 ) { this . salesRole = arg0 ; }
33,530
generates a create link concode_field_sep String localSpace concode_elem_sep String anchorURLFormat concode_elem_sep boolean withBreadcrumbs concode_elem_sep String standardURLFormat concode_elem_sep boolean useCache concode_elem_sep String urlFormat concode_elem_sep boolean cachable concode_elem_sep String breadcrumbS...
void function ( StringBuffer arg0 , String arg1 , String arg2 ) { cachable = false ; arg0 . append ( XmlEscaper . xmlEscape ( arg2 ) ) ; }
33,531
gets the recordcount attribute . concode_field_sep String period concode_elem_sep String balanceType concode_elem_sep KualiDecimal noDCAmount concode_elem_sep int debitCount concode_elem_sep int noDCCount concode_elem_sep int recordCount concode_elem_sep int creditCount concode_elem_sep String originCode concode_elem_s...
int function ( ) { return recordCount ; }
33,532
propagates throwable exactly as-is , if and only if it is an instance of declaredtype . example usage : try somemethodthatcouldthrowanything ; catch iknowwhattodowiththisexception e handle e ; catch throwable t throwables.propagateifinstanceof t , ioexception.class ; throwables.propagateifinstanceof t , sqlexception.cl...
void function ( @ Nullable Throwable arg0 , Class < X > arg1 ) { if ( arg0 != null && arg1 . isInstance ( arg0 ) ) { throw arg1 . cast ( arg0 ) ; } }
33,533
can we calculate the end of a page with one item ? concode_field_sep PlaceHolder placeHolder concode_field_sep void testGetSpeciesByTrait02 concode_elem_sep void testGetSpeciesByTrait01 concode_elem_sep void testGetTopDocEndIndex01 concode_elem_sep void testGetTopDocStartIndex04 concode_elem_sep void testGetTopDocEndIn...
void function ( ) { LuceneSearchService loc0 = new LuceneSearchService ( ) ; PageRequest loc1 = new PageRequest ( 11 , 10 ) ; int loc2 = loc0 . getTopDocEndIndex ( loc1 , 101 ) ; assertEquals ( 100 , loc2 ) ; }
33,534
metodo de acceso para la propiedad num concode_field_sep int num concode_elem_sep Orientacion ori concode_field_sep void gira90der concode_elem_sep void gira90izq concode_elem_sep int hashCode concode_elem_sep void setNum concode_elem_sep void setOri concode_elem_sep boolean equals concode_elem_sep Orientacion getOri c...
int function ( ) { return num ; }
33,535
for the given sql using the given connection . the new statement is registered to be closed at teardown . concode_field_sep List<ResultSet> m_resultSets concode_elem_sep List<Connection> m_connections concode_elem_sep List<Statement> m_statements concode_field_sep Statement createStatement concode_elem_sep Connection n...
PreparedStatement function ( final String arg0 , final Connection arg1 ) { final PreparedStatement loc0 = arg1 . prepareStatement ( arg0 ) ; registerStatement ( loc0 ) ; return loc0 ; }
33,536
returns the default action . concode_field_sep PropertyChangeSupport propertyChangeSupport_ concode_elem_sep VObjectEventSupport objectEventSupport_ concode_elem_sep String POOL_SIZE_PROPERTY concode_elem_sep String RESERVED_SIZE_PROPERTY concode_elem_sep WorkingEventSupport workingEventSupport_ concode_elem_sep ErrorE...
VAction function ( ) { return null ; }
33,537
checks if the param argument indicates a valid parameter position . concode_field_sep int[] types concode_elem_sep int[] modes concode_elem_sep int parameterCount concode_elem_sep int[] nullability concode_elem_sep boolean[] isIdentity concode_elem_sep String[] classNames concode_elem_sep DITypeInfo ti concode_field_se...
void function ( int arg0 ) { if ( arg0 < 1 || arg0 > parameterCount ) { String loc0 = arg0 + "srini_string" ; throw jdbcDriver . sqlException ( Trace . INVALID_JDBC_ARGUMENT , loc0 ) ; } }
33,538
gets the value of the billproductiondate property . concode_field_sep XMLGregorianCalendar billCycleStartDate concode_elem_sep BigInteger billSequenceNumber concode_elem_sep XMLGregorianCalendar billProductionDate concode_elem_sep BigDecimal balanceDue concode_elem_sep Boolean delinquent concode_elem_sep XMLGregorianCa...
XMLGregorianCalendar function ( ) { return billProductionDate ; }
33,539
allows a secure web page from host b to declare that its content for example a button , links , text , etc. must not be displayed in a frame or of another page e.g. from host a . in principle this is done by a policy declared in the http header and enforced by conforming browser implementations concode_field_sep Long m...
String function ( ) { return frameOptions ; }
33,540
getter of attribut services . concode_field_sep StreamConnection streamConnection concode_elem_sep ArrayList<String> devicesNames concode_elem_sep ArrayList<String> urls concode_elem_sep ArrayList<RemoteDevice> devices concode_elem_sep DiscoveryAgent discoveryAgent concode_elem_sep Object lock concode_elem_sep InputStr...
ArrayList < String > function ( ) { return this . urls ; }
33,541
create an instance of trialorderresponsetype concode_field_sep QName _EsiGetCustomerOrderDetailsResponse_QNAME concode_elem_sep QName _EsiGetCustomerOrderDetailsRequest_QNAME concode_field_sep JAXBElement<ESIGetCustomerOrderDetailsRequestType> createEsiGetCustomerOrderDetailsRequest concode_elem_sep ESIGetCustomerOrder...
TrialOrderResponseType function ( ) { return new TrialOrderResponseType ( ) ; }
33,542
attributes getter . concode_field_sep List children concode_elem_sep Attributes attributes concode_elem_sep Tag tag concode_field_sep List getChildren concode_elem_sep void setTag concode_elem_sep void setAttributes concode_elem_sep Tag getTag concode_elem_sep void addChild concode_elem_sep void replaceTagWireWithChild...
Attributes function ( ) { return attributes ; }
33,543
returns the spring bean id for this bean . concode_field_sep TermLocalService _termLocalService concode_field_sep TermLocalService getWrappedTermLocalService concode_elem_sep void setWrappedService concode_elem_sep de.uhh.l2g.plugins.model.Term addTerm concode_elem_sep de.uhh.l2g.plugins.model.Term getTerm concode_elem...
java . lang . String function ( ) { return _termLocalService . getBeanIdentifier ( ) ; }
33,544
returns all the browser trackers . concode_field_sep BrowserTrackerPersistence _persistence concode_field_sep int countAll concode_elem_sep void cacheResult concode_elem_sep void cacheResult concode_elem_sep List<BrowserTracker> findWithDynamicQuery concode_elem_sep List<BrowserTracker> findWithDynamicQuery concode_ele...
List < BrowserTracker > function ( ) { return getPersistence ( ) . findAll ( ) ; }
33,545
setimage button . concode_field_sep Button button concode_field_sep void setVisible concode_elem_sep void setEnabled concode_elem_sep void addSelectionListener concode_elem_sep Control getControl concode_elem_sep void setToolTipText concode_elem_sep String getText concode_elem_sep boolean getEnabled concode_elem_sep vo...
void function ( Image arg0 ) { button . setImage ( arg0 ) ; }
33,546
parses an integer . concode_field_sep boolean strictParsing concode_elem_sep Log logger concode_field_sep float parseFloat concode_elem_sep float parseFloat concode_elem_sep float parseFloat concode_elem_sep String parseString concode_elem_sep boolean parseBoolean concode_elem_sep Boolean parseBoolean
int function ( final String arg0 , final int arg1 ) { if ( arg0 == null ) { return arg1 ; } try { return Integer . parseInt ( arg0 ) ; } catch ( NumberFormatException loc0 ) { return arg1 ; } }
33,547
sets the number of pixels of horizontal margin that will be placed along the right edge of the layout . concode_field_sep GridLayout gridLayout concode_field_sep GridLayoutUtil marginRight concode_elem_sep GridLayoutUtil onGridLayout concode_elem_sep GridLayoutUtil applyGridLayout concode_elem_sep GridLayoutUtil horizo...
GridLayoutUtil function ( int arg0 ) { gridLayout . arg0 = arg0 ; return this ; }
33,548
quick test to see if all parts of the instance are equal : features and labels . see the comment above iscorrect for more information . concode_field_sep Instance actual concode_elem_sep Instance expected concode_elem_sep double epsilon concode_field_sep void setEpsilon concode_elem_sep int compare concode_elem_sep int...
boolean function ( ) { for ( int loc0 = 0 ; loc0 < size ( ) ; loc0 ++ ) { if ( ! isCorrect ( loc0 ) ) { return false ; } } for ( int loc0 = 0 ; loc0 < expected . getLabel ( ) . size ( ) ; loc0 ++ ) { if ( ! isLabelCorrect ( loc0 ) ) { return false ; } } return true ; }
33,549
sets the value of the datetimegrouping property . concode_field_sep Object parent concode_elem_sep Integer month concode_elem_sep Integer hour concode_elem_sep int year concode_elem_sep STDateTimeGrouping dateTimeGrouping concode_elem_sep Integer day concode_elem_sep Integer minute concode_elem_sep Integer second conco...
void function ( STDateTimeGrouping arg0 ) { this . dateTimeGrouping = arg0 ; }
33,550
deletes the kaleo notification from the database . also notifies the appropriate model listeners . concode_field_sep KaleoNotificationLocalService _kaleoNotificationLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService concode_elem_sep com.liferay.portal.kernel...
com . liferay . portal . workflow . kaleo . model . KaleoNotification function ( com . liferay . portal . workflow . kaleo . model . KaleoNotification arg0 ) { return _kaleoNotificationLocalService . deleteKaleoNotification ( arg0 ) ; }
33,551
get property 's value . concode_field_sep PlaceHolder placeHolder concode_field_sep int randomInt concode_elem_sep int randomInt concode_elem_sep T enumProperty concode_elem_sep T enumProperty concode_elem_sep int intProperty concode_elem_sep int intProperty concode_elem_sep boolean booleanProperty concode_elem_sep boo...
String function ( String arg0 ) { return System . getProperty ( arg0 ) ; }
33,552
gets whether or not this time zone uses daylight time . concode_field_sep DateFormat dateFormat concode_elem_sep String id concode_elem_sep String mapCommandButtonId concode_elem_sep String checkboxId concode_field_sep String getLocation concode_elem_sep boolean isRelevantComponentId concode_elem_sep String getDisplayN...
String function ( ) { TimeZone loc0 = TimeZone . getTimeZone ( id ) ; if ( loc0 . useDaylightTime ( ) ) { return "srini_string" ; } return "srini_string" ; }
33,553
set sortcolumnname type . concode_field_sep String sortColumnName concode_elem_sep String oldSort concode_elem_sep boolean oldAscending concode_elem_sep boolean ascending concode_field_sep String getSortColumnName concode_elem_sep boolean isDefaultAscending concode_elem_sep void sort concode_elem_sep boolean isAscendin...
void function ( boolean arg0 ) { oldAscending = this . ascending ; this . ascending = arg0 ; }
33,554
compares the checksum located at buf offset with the current checksum . concode_field_sep int HEADER_LEN concode_elem_sep int CHECKSUM_NULL_SIZE concode_elem_sep int inSum concode_elem_sep int size concode_elem_sep int SIZE_OF_INTEGER concode_elem_sep int CHECKSUM_CRC32_SIZE concode_elem_sep int type concode_elem_sep i...
boolean function ( byte arg0 [ ] , int arg1 ) { if ( size > 0 && type == CHECKSUM_CRC32 ) { int loc0 = ( ( arg0 [ arg1 + 0 ] & 0xff ) << 24 ) | ( ( arg0 [ arg1 + 1 ] & 0xff ) << 16 ) | ( ( arg0 [ arg1 + 2 ] & 0xff ) << 8 ) | ( ( arg0 [ arg1 + 3 ] & 0xff ) ) ; return loc0 == ( int ) summer . getValue ( ) ; } return size...
33,555
deserializes a certificate from a serialized certificaterep object . concode_field_sep byte[] data concode_elem_sep long serialVersionUID concode_elem_sep ObjectStreamField[] serialPersistentFields concode_elem_sep long serialVersionUID concode_elem_sep String type concode_field_sep String getType concode_elem_sep int ...
Object function ( ) { try { CertificateFactory loc0 = CertificateFactory . getInstance ( type ) ; return loc0 . generateCertificate ( new ByteArrayInputStream ( data ) ) ; } catch ( Throwable loc0 ) { throw new NotSerializableException ( "srini_string" + loc0 ) ; } }
33,556
print the stack trace if the trace flag is enabled . concode_field_sep boolean allowOthers concode_elem_sep int PG_TYPE_VARCHAR concode_elem_sep int PG_TYPE_TIMESTAMP_NO_TMZONE concode_elem_sep ServerSocket serverSocket concode_elem_sep int PG_TYPE_TEXT concode_elem_sep int DEFAULT_PORT concode_elem_sep String baseDir ...
void function ( Exception arg0 ) { if ( trace ) { arg0 . printStackTrace ( ) ; } }
33,557
this will set an action to be performed when the page containing the annotation becomes visible in the viewer application 's user interface . concode_field_sep COSDictionary actions concode_field_sep void setX concode_elem_sep PDAction getFo concode_elem_sep void setPO concode_elem_sep void setU concode_elem_sep PDActi...
void function ( PDAction arg0 ) { actions . setItem ( "srini_string" , arg0 ) ; }
33,558
gets the constant node value . concode_field_sep Object mValue concode_field_sep void setValue concode_elem_sep QueryNode deepClone concode_elem_sep QueryNodeKind getKind concode_elem_sep T accept
Object function ( ) { return this . mValue ; }
33,559
method endprefixmapping . concode_field_sep Map<String,String> mapping concode_elem_sep XMLStreamWriter writer concode_elem_sep boolean inCDATA concode_field_sep String getPrefix concode_elem_sep void startElement concode_elem_sep void startEntity concode_elem_sep void endCDATA concode_elem_sep void endDocument concode...
void function ( String arg0 ) { }
33,560
this method resets the outgoing events . concode_field_sep boolean e concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep boolean f concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep void reactSyncFork_main_region__sync0 concode_elem_sep void init concode_elem_sep SCInte...
void function ( ) { }
33,561
this helper method is responsible for just parsing the content of the http response and storing the access keys and token it finds there . concode_field_sep String IAM_ROLE_ENDPOINT concode_elem_sep EC2RequestSigner rs concode_elem_sep String endpoint concode_elem_sep AwsConfig awsConfig concode_elem_sep Map<String,Str...
void function ( String arg0 ) { JsonObject loc0 = JsonObject . readFrom ( arg0 ) ; awsConfig . setAccessKey ( loc0 . getString ( "srini_string" , null ) ) ; awsConfig . setSecretKey ( loc0 . getString ( "srini_string" , null ) ) ; attributes . put ( "srini_string" , loc0 . getString ( "srini_string" , null ) ) ; }
33,562
fetches a file that is either remote http or local file given it 's url . concode_field_sep String TEMP_FILE_PATH_PREFIX concode_elem_sep String HTTP_URL_PROTOCOL concode_field_sep File copyFileLocally concode_elem_sep String getRemoteGMLCoverage
InputStreamReader function ( URL arg0 ) { if ( arg0 . getProtocol ( ) . equals ( HTTP_URL_PROTOCOL ) ) { HttpURLConnection loc0 ; loc0 = ( HttpURLConnection ) arg0 . openConnection ( ) ; loc0 . setRequestMethod ( "srini_string" ) ; return new InputStreamReader ( loc0 . getInputStream ( ) ) ; } return new FileReader ( a...
33,563
adding a new object should succeed . 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 concode_el...
void function ( ) { instance . addObject ( OBJ_KEY , toStream ( OBJ_CONTENT ) ) ; }
33,564
getter method for the segmentnamelist concode_field_sep String campaignContents concode_elem_sep List<CampaignVO> circleNameList concode_elem_sep boolean editCapability concode_elem_sep int campaignId concode_elem_sep String circleName concode_elem_sep String description concode_elem_sep String campaignName concode_ele...
List < CampaignVO > function ( ) { return segmentNameList ; }
33,565
determine if sd card exists . concode_field_sep String LOG_TAG concode_field_sep File constructFilePaths concode_elem_sep long getFreeExternalStorageSpace concode_elem_sep boolean testFileExists concode_elem_sep long getFreeSpaceInBytes
boolean function ( ) { String loc0 = Environment . getExternalStorageState ( ) ; boolean loc1 ; if ( loc0 . equals ( Environment . MEDIA_MOUNTED ) ) { loc1 = true ; } else { loc1 = false ; } return loc1 ; }
33,566
sets the directory to generate maven poms into . concode_field_sep Object pomDir concode_elem_sep MavenFactory mavenFactory concode_elem_sep ProjectInternal project concode_elem_sep Conf2ScopeMappingContainer conf2ScopeMappings concode_field_sep Conf2ScopeMappingContainer getConf2ScopeMappings concode_elem_sep void set...
void function ( Object arg0 ) { this . pomDir = arg0 ; }
33,567
retrieves buckets whose ttl interval has expired before the specified time , that is , the bucket 's interval start time should be less than or equal to specified time - ttl interval . the returned set is backed by the internal set . concode_field_sep ConcurrentSkipListSet<TtlBucket> mBucketList concode_field_sep void ...
Set < TtlBucket > function ( long arg0 ) { return mBucketList . headSet ( new TtlBucket ( arg0 - TtlBucket . getTtlIntervalMs ( ) ) , true ) ; }
33,568
delete an ldap user using spring ldapcontextsource . concode_field_sep long serialVersionUID concode_elem_sep LdapTemplate ldapTemplate concode_elem_sep String dnAuth concode_elem_sep String idAttribute concode_elem_sep String dnSubPath concode_elem_sep LdapContextSource contextSource concode_elem_sep List<String> attr...
void function ( final LdapUser arg0 ) { DistinguishedName loc0 = buildLdapUserDn ( arg0 . getId ( ) ) ; ldapTemplate . unbind ( loc0 ) ; }
33,569
set the list of domains allowed to access this endpoint concode_field_sep String contextPath concode_elem_sep Logger logger concode_elem_sep Server server concode_elem_sep String sslKeystorePassword concode_elem_sep boolean isSSLEnabled concode_elem_sep ServerRuntimeContext serverRuntimeContext concode_elem_sep List<St...
void function ( List < String > arg0 ) { this . accessControlAllowOrigin = arg0 ; }
33,570
get the id of this item . concode_field_sep int id concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString
int function ( ) { return id ; }
33,571
remove all mappings from metadata . concode_field_sep Map<String,String[]> metadata concode_field_sep void add concode_elem_sep void set concode_elem_sep String[] getValues concode_elem_sep String[] _getValues concode_elem_sep boolean isMultiValued concode_elem_sep void remove concode_elem_sep void readFields concode_e...
void function ( ) { metadata . clear ( ) ; }
33,572
the encryption key . concode_field_sep KMSEncryptionConfig kMSEncryptionConfig concode_elem_sep String noEncryptionConfig concode_field_sep KMSEncryptionConfig getKMSEncryptionConfig concode_elem_sep int hashCode concode_elem_sep String getNoEncryptionConfig concode_elem_sep boolean equals concode_elem_sep EncryptionCo...
void function ( KMSEncryptionConfig arg0 ) { this . kMSEncryptionConfig = arg0 ; }
33,573
unsupported operation , throws an unsupportedoperationexception since this list is read-only . concode_field_sep String READ_ONLY_ERROR_MESSAGE concode_elem_sep XLogger LOGGER concode_elem_sep Set<ServiceReference> serviceSet concode_field_sep List<ServiceReference> subList concode_elem_sep void unbindService concode_e...
void function ( int arg0 , ServiceReference arg1 ) { throw new UnsupportedOperationException ( READ_ONLY_ERROR_MESSAGE ) ; }
33,574
generate an unique session id . concode_field_sep Vector freeSID concode_elem_sep int SID concode_elem_sep Vector freeMAID concode_elem_sep Vector maxFreeIDs concode_elem_sep int AIID concode_elem_sep Category cat concode_elem_sep int MAID concode_elem_sep Vector freeAIID concode_elem_sep Vector freeASID concode_elem_s...
int function ( ) { return generateID ( freeSID , SID ) ; }
33,575
returns the number of bindings . concode_field_sep DowngradeActionMap parent concode_elem_sep HashMap actionMap concode_elem_sep ArrayList actionList concode_field_sep DowngradeActionMap getParent concode_elem_sep Object[] keys concode_elem_sep Action get concode_elem_sep void clear concode_elem_sep Object[] allKeys co...
int function ( ) { return this . actionMap . size ( ) ; }
33,576
return address reference for specified array object concode_field_sep PlaceHolder placeHolder concode_field_sep Object getPrototype concode_elem_sep Object resolveAddress concode_elem_sep int tie concode_elem_sep int tied concode_elem_sep int instance concode_elem_sep void untie concode_elem_sep int getAddressPrototype...
int function ( Object arg0 [ ] ) { throw new RuntimeException ( "srini_string" ) ; }
33,577
set filling color for bars concode_field_sep double xOffset concode_elem_sep ColorWrap fillColor concode_elem_sep double extraScaleFactor concode_elem_sep ColorWrap color concode_elem_sep double scaleFactor concode_elem_sep double size concode_elem_sep PlotSheet plotSheet concode_elem_sep boolean filling concode_elem_s...
void function ( ColorWrap arg0 ) { this . fillColor = arg0 ; }
33,578
deletes the legacydb from the database . also notifies the appropriate model listeners . concode_field_sep LegacydbLocalService _legacydbLocalService concode_field_sep java.util.List<test.sb.model.Legacydb> getLegacydbs concode_elem_sep test.sb.model.Legacydb addLegacydb concode_elem_sep void setWrappedService concode_...
test . sb . model . Legacydb function ( test . sb . model . Legacydb arg0 ) { return _legacydbLocalService . deleteLegacydb ( arg0 ) ; }
33,579
sac : implements conditionfactory #createbeginhyphenattributecondition string , string , boolean , string . concode_field_sep String classLocalName concode_elem_sep String idNamespaceURI concode_elem_sep String classNamespaceURI concode_elem_sep String idLocalName concode_field_sep LangCondition createLangCondition con...
AttributeCondition function ( String arg0 , String arg1 , boolean arg2 , String arg3 ) { return new CSSBeginHyphenAttributeCondition ( arg0 , arg1 , arg2 , arg3 ) ; }
33,580
gets the red value of this color . concode_field_sep Color GREEN concode_elem_sep int green concode_elem_sep Color LIGHT_GRAY concode_elem_sep Color RED concode_elem_sep Color BLACK concode_elem_sep int red concode_elem_sep Color WHITE concode_elem_sep int blue concode_elem_sep Color GRAY concode_elem_sep Color ORANGE ...
int function ( ) { return red ; }
33,581
deletes the s v n repository with the primary key from the database . also notifies the appropriate model listeners . concode_field_sep SVNRepositoryLocalService _svnRepositoryLocalService concode_field_sep com.liferay.socialcoding.model.SVNRepository updateSVNRepository concode_elem_sep void updateSVNRepository concod...
com . liferay . socialcoding . model . SVNRepository function ( long arg0 ) { return _svnRepositoryLocalService . deleteSVNRepository ( arg0 ) ; }
33,582
the default behavior of this method is to call removeattribute string name on the wrapped request object . concode_field_sep ServletRequest request concode_field_sep void setRequest concode_elem_sep int getLocalPort concode_elem_sep String getRemoteAddr concode_elem_sep ServletRequest getRequest concode_elem_sep String...
void function ( String arg0 ) { this . request . removeAttribute ( arg0 ) ; }
33,583
negative index on empty array . concode_field_sep PlaceHolder placeHolder concode_field_sep void emptyRemoveZero concode_elem_sep void deleteOneTest concode_elem_sep void deepRightTest concode_elem_sep void collapseMiddleTest concode_elem_sep void assertContains concode_elem_sep void singletonRemoveNegative concode_ele...
void function ( ) { Array . empty ( ) . remove ( - 1 ) ; }
33,584
tests for equality of array elements concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
void function ( Object [ ] arg0 , Object [ ] arg1 ) { Assert . assertEquals ( "srini_string" , arg0 . length , arg1 . length ) ; for ( int loc0 = 0 ; loc0 < arg0 . length ; loc0 ++ ) { Assert . assertEquals ( "srini_string" + loc0 , arg0 [ loc0 ] , arg1 [ loc0 ] ) ; } }
33,585
hascdpinterfaces concode_field_sep Integer m_lldpChassisIdSubtype concode_elem_sep boolean m_isBridgeNode concode_elem_sep Map<Integer,Set<String>> m_portMacs concode_elem_sep String m_sysoid concode_elem_sep Map<Integer,Integer> m_bridgePortIfindex concode_elem_sep InetAddress m_snmpprimaryaddr concode_elem_sep List<L...
boolean function ( ) { return m_hascdpinterfaces ; }
33,586
sac : implements org.w3c.css.sac.documenthandler #endpage string , string . concode_field_sep DocumentHandler INSTANCE concode_field_sep void startPage concode_elem_sep void endFontFace concode_elem_sep void ignorableAtRule concode_elem_sep void importStyle concode_elem_sep void startDocument concode_elem_sep void endD...
void function ( String arg0 , String arg1 ) { }
33,587
returns an immutable copy of list . concode_field_sep Charset US_ASCII concode_elem_sep byte[] EMPTY_BYTE_ARRAY concode_elem_sep AtomicReference<byte[]> skipBuffer concode_elem_sep char[] DIGITS concode_elem_sep Charset UTF_8 concode_elem_sep String[] EMPTY_STRING_ARRAY concode_elem_sep Charset ISO_8859_1 concode_field...
List < T > function ( List < T > arg0 ) { return Collections . unmodifiableList ( new ArrayList < T > ( arg0 ) ) ; }
33,588
return the name of this task . concode_field_sep boolean running concode_elem_sep int taskCount concode_elem_sep long startTimeMillis concode_elem_sep String currentTaskName concode_elem_sep TaskInfo lastTaskInfo concode_elem_sep long totalTimeMillis concode_elem_sep List<TaskInfo> taskList concode_elem_sep String task...
String function ( ) { return this . taskName ; }
33,589
tests if the caverphones of two strings are identical . concode_field_sep Caverphone2 encoder concode_field_sep Object encode concode_elem_sep String encode concode_elem_sep String caverphone
boolean function ( String arg0 , String arg1 ) { return this . caverphone ( arg0 ) . equals ( this . caverphone ( arg1 ) ) ; }
33,590
returns the group id of this social request . concode_field_sep SocialRequest _socialRequest 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_e...
long function ( ) { return _socialRequest . getGroupId ( ) ; }
33,591
calculate length of tag , including type when explicit , but without length of prefix or type , when implicit . concode_field_sep String name concode_elem_sep int tagType concode_elem_sep int tagNumber concode_elem_sep boolean constructed concode_elem_sep boolean optional concode_elem_sep int tagClass concode_elem_sep ...
long function ( ) { if ( ! isMustBeWritten ( ) ) return 0 ; long loc0 = calculateLengthOfValuePayload ( ) ; if ( explicit ) { loc0 += calculateLengthOfTagTypeOrTagNumber ( tagType ) + calculateLengthOfLength ( loc0 ) ; } return loc0 ; }
33,592
sets the value of the idc property . concode_field_sep String fdc concode_elem_sep String apc concode_elem_sep String idc concode_elem_sep Locn locn concode_field_sep void setApc concode_elem_sep void setFdc concode_elem_sep Locn getLocn concode_elem_sep String getApc concode_elem_sep String getFdc concode_elem_sep Str...
void function ( String arg0 ) { this . idc = arg0 ; }
33,593
gets the broadcast data set registered under the given name . broadcast data sets are available on all parallel instances of a function . concode_field_sep IterationRuntimeContext runtimeContext concode_elem_sep long numberOfVertices concode_field_sep T getPreviousIterationAggregate concode_elem_sep void postSuperstep ...
Collection < T > function ( String arg0 ) { return this . runtimeContext . < T > getBroadcastVariable ( arg0 ) ; }
33,594
this is setter method for esclevelid concode_field_sep int subSubCatId concode_elem_sep List escalationTemplateDetails concode_elem_sep String subSubCategoryName concode_elem_sep long serialVersionUID concode_elem_sep int escRuleId concode_elem_sep String userLoginName concode_elem_sep List escalationTypeDetails concod...
void function ( int arg0 ) { this . escLevelId = arg0 ; }
33,595
print message when tests are complete . concode_field_sep PlaceHolder placeHolder concode_field_sep void setUpClass concode_elem_sep void testConstructor1 concode_elem_sep void testIncompatibleMove1 concode_elem_sep void testIncompatibleMove2 concode_elem_sep void testConstructor2 concode_elem_sep void testIDBasedSubse...
void function ( ) { System . out . println ( "srini_string" ) ; }
33,596
gets the value of the resourcereference property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is not a set method for the resourcereference property . for example , to ad...
List < ReferenceType > function ( ) { if ( resourceReference == null ) { resourceReference = new ArrayList < ReferenceType > ( ) ; } return this . resourceReference ; }
33,597
whether load-based auto scaling is enabled for the layer . concode_field_sep String layerId concode_elem_sep AutoScalingThresholds upScaling concode_elem_sep Boolean enable concode_elem_sep AutoScalingThresholds downScaling concode_field_sep void setUpScaling concode_elem_sep AutoScalingThresholds getUpScaling concode_...
LoadBasedAutoScalingConfiguration function ( Boolean arg0 ) { setEnable ( arg0 ) ; return this ; }
33,598
getter for the field sideboard . concode_field_sep Map<String,String> metadata concode_elem_sep String NAME concode_elem_sep List<String> sideboard concode_elem_sep String DIFFICULTY concode_elem_sep String COMMENT concode_elem_sep List<String> main concode_elem_sep String DECK_TYPE concode_elem_sep String DESCRIPTION ...
String function ( int arg0 ) { return sideboard . get ( arg0 ) ; }
33,599
gets the value of the threshold property . concode_field_sep String name concode_elem_sep String description concode_elem_sep String threshold concode_elem_sep String label concode_elem_sep String id concode_elem_sep String type concode_field_sep void setName concode_elem_sep String getName concode_elem_sep String getL...
String function ( ) { return threshold ; }