idx
int64
0
100k
question
stringlengths
68
7.19k
target
stringlengths
20
663
33,600
this should be called when you stop using the port . this will prevent port locking on platforms like linux . concode_field_sep BufferedReader input concode_elem_sep int TIME_OUT concode_elem_sep String PORT_NAMES[] concode_elem_sep int DATA_RATE concode_elem_sep SerialPort serialPort concode_field_sep void serialEvent...
void function ( ) { if ( serialPort != null ) { serialPort . removeEventListener ( ) ; serialPort . close ( ) ; } }
33,601
sets the value of the options property . concode_field_sep WaitOptions options concode_elem_sep ManagedObjectReference _this concode_elem_sep String version concode_field_sep void setThis concode_elem_sep String getVersion concode_elem_sep ManagedObjectReference getThis concode_elem_sep void setVersion concode_elem_sep...
void function ( WaitOptions arg0 ) { this . options = arg0 ; }
33,602
get the exception stack trace . concode_field_sep SlingHttpServletRequest request concode_elem_sep int code concode_elem_sep boolean isAnonymous concode_elem_sep String stackTrace concode_elem_sep String message concode_elem_sep SlingHttpServletResponse response concode_field_sep void post concode_elem_sep void printSt...
String function ( ) { return stackTrace ; }
33,603
the sender 's email address . concode_field_sep Integer proxyPort concode_elem_sep String secretKey concode_elem_sep String returnPath concode_elem_sep String accessKey concode_elem_sep String subject concode_elem_sep String amazonSESEndpoint concode_elem_sep String from concode_elem_sep List<String> to concode_elem_se...
void function ( String arg0 ) { this . from = arg0 ; }
33,604
checks to see whether or not this instance is immutable . this is the same as calling ! ismutable . concode_field_sep boolean mutable concode_field_sep void throwIfImmutable concode_elem_sep void setImmutable concode_elem_sep boolean isMutable concode_elem_sep void throwIfMutable
boolean function ( ) { return ! mutable ; }
33,605
returns a list of all editor page section factories concode_field_sep List<ServerEditorPartFactory> editorPageFactories concode_elem_sep List editorActionFactories concode_elem_sep List<ServerEditorPageSectionFactory> editorPageSectionFactories concode_field_sep void handleEditorPageFactoriesDelta concode_elem_sep List...
List function ( ) { if ( editorPageSectionFactories == null ) loadEditorPageSectionFactories ( ) ; return editorPageSectionFactories ; }
33,606
performs a dynamic query on the database and returns an ordered range of the matching rows . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end...
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 , com . liferay . portal . kernel . util . OrderByComparator < T > arg3 ) { return _meetupsRegistrationLocalService . arg0 ( arg0 , arg1 , arg2 , arg3 ) ; }
33,607
gets the value of the onlinedescription property . concode_field_sep String onlineDescription concode_elem_sep ConnectionType connection concode_elem_sep UrlType url concode_field_sep PhysicalOnlineType withConnection concode_elem_sep UrlType getUrl concode_elem_sep ConnectionType getConnection concode_elem_sep Physica...
String function ( ) { return onlineDescription ; }
33,608
determines if the keystore contains the specified alias . concode_field_sep Provider provider concode_elem_sep KeyStoreSpi keyStoreSpi concode_elem_sep String type concode_field_sep Key getKey concode_elem_sep Enumeration aliases concode_elem_sep String getCertificateAlias concode_elem_sep java.security.cert.Certificat...
boolean function ( String arg0 ) { return keyStoreSpi . engineContainsAlias ( arg0 ) ; }
33,609
sets the value of the frauddetectiondetail property . concode_field_sep String authorizationId concode_elem_sep CreditCardSettlementScheduleType settlementScheduleType concode_elem_sep CreditFraudDetectionDetail fraudDetectionDetail concode_elem_sep CreditCardAuthorizationType authorizationType concode_elem_sep String ...
void function ( CreditFraudDetectionDetail arg0 ) { this . fraudDetectionDetail = arg0 ; }
33,610
get the explanation for the node concode_field_sep DiscoveryNode node concode_elem_sep Map<ShardId,List<NodeExplanation>> explanations concode_elem_sep String description concode_elem_sep AllocationExplanation EMPTY concode_field_sep AllocationExplanation add concode_elem_sep DiscoveryNode node concode_elem_sep void wr...
String function ( ) { return description ; }
33,611
the value gives a rough estimate of the largest cube-map texture that the gl can handle . the value must be at least 1024 . concode_field_sep int mMaxTextureSize concode_elem_sep int mMaxTextureImageUnits concode_elem_sep int mMaxCombinedTextureImageUnits concode_elem_sep int mMaxAliasedPointSize concode_elem_sep int m...
int function ( ) { return mMaxCubeMapTextureSize ; }
33,612
remove all elements concode_field_sep int mCount concode_elem_sep Object[] mNodes concode_elem_sep Comparator mCmp concode_field_sep int parent concode_elem_sep int compare concode_elem_sep boolean erase concode_elem_sep Object extract concode_elem_sep int size concode_elem_sep int left concode_elem_sep List getSorted ...
void function ( ) { for ( int loc0 = 0 ; loc0 < mCount ; loc0 ++ ) mNodes [ loc0 ] = null ; mCount = 0 ; }
33,613
prints a message at warn priority . concode_field_sep int ERROR concode_elem_sep int VERBOSE concode_elem_sep int WARN concode_elem_sep int NONE concode_elem_sep int ASSERT concode_elem_sep int DEBUG concode_elem_sep LogNode mLogNode concode_elem_sep int INFO concode_field_sep void println concode_elem_sep void println...
void function ( String arg0 , Throwable arg1 ) { w ( arg0 , null , arg1 ) ; }
33,614
iterates all registered dialects , informing them of an import added to the packagebuilder concode_field_sep Map<String,Dialect> map concode_field_sep Dialect getDialect concode_elem_sep Iterator iterator concode_elem_sep void compileAll concode_elem_sep void addDialect concode_elem_sep void addStaticImport concode_ele...
void function ( ImportDescr arg0 ) { for ( Dialect loc0 : this . map . values ( ) ) { loc0 . addImport ( arg0 ) ; } }
33,615
create an instance of metadata.template concode_field_sep PlaceHolder placeHolder concode_field_sep ParametersMetaData createParametersMetaData concode_elem_sep ParameterMetaData createParameterMetaData concode_elem_sep MetaData createMetaData concode_elem_sep Item createItem concode_elem_sep InputData createInputData ...
MetaData . Template function ( ) { return new MetaData . Template ( ) ; }
33,616
sets the value of the newid property . concode_field_sep String oldCode concode_elem_sep Long newId concode_elem_sep long serialVersionUID concode_elem_sep Long oldId concode_elem_sep String clazz concode_elem_sep String newCode concode_field_sep long getOldId concode_elem_sep String getClazz concode_elem_sep boolean i...
void function ( long arg0 ) { this . newId = arg0 ; }
33,617
creates and returns an instance of systemuihider that isappropriate for this device . the object will be either a systemuihiderbase or systemuihiderhoneycomb depending onthe device . concode_field_sep OnVisibilityChangeListener mOnVisibilityChangeListener concode_elem_sep int FLAG_LAYOUT_IN_SCREEN_OLDER_DEVICES concode...
SystemUiHider function ( Activity arg0 , View arg1 , int arg2 ) { if ( Build . VERSION . SDK_INT >= Build . VERSION_CODES . HONEYCOMB ) { return new SystemUiHiderHoneycomb ( arg0 , arg1 , arg2 ) ; } else { return new SystemUiHiderBase ( arg0 , arg1 , arg2 ) ; } }
33,618
returns an unmodifiable collection of the fieldinfo s for this class , without any guarantee of order . if you need sorted order , instead use #getnames with #getfieldinfo string . concode_field_sep Map<Class<?>,ClassInfo> CACHE_IGNORE_CASE concode_elem_sep List<String> names concode_elem_sep Map<Class<?>,ClassInfo> CA...
Collection < FieldInfo > function ( ) { return Collections . unmodifiableCollection ( nameToFieldInfoMap . values ( ) ) ; }
33,619
deregisters all sigar mbeans that were created and registered using this instance . concode_field_sep String MBEAN_ATTR_TYPE concode_elem_sep String MBEAN_DOMAIN concode_elem_sep MBeanServer mbeanServer concode_elem_sep SigarProxy sigar concode_elem_sep Sigar sigarImpl concode_elem_sep ArrayList managedBeans concode_el...
void function ( ) { for ( int loc0 = managedBeans . size ( ) - 1 ; loc0 >= 0 ; loc0 -- ) { ObjectName loc1 = ( ObjectName ) managedBeans . remove ( loc0 ) ; if ( mbeanServer . isRegistered ( loc1 ) ) { try { mbeanServer . unregisterMBean ( loc1 ) ; } catch ( Exception loc2 ) { } } } }
33,620
gets the current instance of persistentfacesstate concode_field_sep boolean dialogRendered concode_elem_sep DateFormat selectedFormat concode_elem_sep ArrayList checkedTimeZoneList concode_elem_sep DateFormat serverFormat concode_elem_sep int renderInterval concode_elem_sep ArrayList allTimeZoneList concode_elem_sep Ha...
PersistentFacesState function ( ) { return state ; }
33,621
returns the version before the version #current concode_field_sep List<Version> SORTED_VERSIONS concode_field_sep Version randomVersion concode_elem_sep List<Version> allVersions concode_elem_sep boolean isSnapshot concode_elem_sep Version getFirstVersion concode_elem_sep Version randomVersionBetween
Version function ( ) { Version loc0 = getPreviousVersion ( Version . CURRENT ) ; assert loc0 . before ( Version . CURRENT ) ; return loc0 ; }
33,622
iterates over the children and children 's children to check if a figure is a direct child or indirect child of the given parent . concode_field_sep String TREE_NODE_POSITION concode_elem_sep String TREE_NODE_PARENT_URI concode_elem_sep String TREE_LAYOUT_ANNOTATION concode_field_sep int getTreeNodePosition concode_ele...
boolean function ( IFigure arg0 , IFigure arg1 ) { boolean loc0 = false ; for ( Object loc1 : arg0 . getChildren ( ) ) { if ( loc1 == arg1 ) { return true ; } if ( loc1 instanceof IFigure ) { loc0 = isChildFigure ( ( IFigure ) loc1 , arg1 ) ; if ( loc0 ) { break ; } } } return loc0 ; }
33,623
opens an authorized session for the given token . if the token requires the user to login for private operations , the method loggs in the user . concode_field_sep Logger log concode_field_sep Token selectToken concode_elem_sep boolean isMechanismSupported
Session function ( Token arg0 , boolean arg1 ) { return openAuthorizedSession ( arg0 , arg1 , null ) ; }
33,624
remove the content-length headers . call this when dropping the body on a request or response , such as when a redirect changes the method from post to get . concode_field_sep boolean onlyIfCached concode_elem_sep RawHeaders headers concode_elem_sep String transferEncoding concode_elem_sep String acceptEncoding concode...
void function ( ) { if ( contentLength != - 1 ) { headers . removeAll ( "srini_string" ) ; contentLength = - 1 ; } }
33,625
sets the value of the cacheduration property . concode_field_sep ExtensionsType extensions concode_elem_sep Element signature concode_elem_sep Duration cacheDuration concode_elem_sep String name concode_elem_sep XMLGregorianCalendar validUntil concode_elem_sep String id concode_elem_sep List<Object> entityDescriptor co...
void function ( Duration arg0 ) { this . cacheDuration = arg0 ; }
33,626
insert the idl type into the given any . concode_field_sep PlaceHolder placeHolder concode_field_sep IDLType extract concode_elem_sep IDLType read concode_elem_sep IDLType narrow concode_elem_sep String id concode_elem_sep TypeCode type concode_elem_sep void write
void function ( Any arg0 , IDLType arg1 ) { OutputStream loc0 = arg0 . create_output_stream ( ) ; arg0 . type ( type ( ) ) ; write ( loc0 , arg1 ) ; arg0 . read_value ( loc0 . create_input_stream ( ) , type ( ) ) ; }
33,627
return an evaluation result representing the result of evaluating an expression that is a compile-time constant that evaluates to the given value . concode_field_sep Object value concode_elem_sep AnalysisError[] errors concode_field_sep Object getValue concode_elem_sep EvaluationResult forErrors concode_elem_sep boolea...
EvaluationResult function ( Object arg0 ) { return new EvaluationResult ( arg0 , null ) ; }
33,628
removes all listeners . concode_field_sep BroadcastDispatch<T> broadcast concode_elem_sep ProxyDispatchAdapter<T> source concode_elem_sep Class<T> type concode_field_sep void add concode_elem_sep void add concode_elem_sep void add concode_elem_sep void dispatch concode_elem_sep Class<T> getType concode_elem_sep void ad...
void function ( ) { broadcast . removeAll ( ) ; }
33,629
returns a repository for the given file , or null if no repository was found . concode_field_sep Repository repositories[] concode_elem_sep Logger LOGGER concode_field_sep List<Class<? extends Repository>> getRepositoryClasses
Repository function ( RepositoryInfo arg0 ) { return getRepository ( new File ( arg0 . getDirectoryName ( ) ) ) ; }
33,630
returns the number of elements added to the array . concode_field_sep int size concode_elem_sep int[] array concode_field_sep void add concode_elem_sep void set concode_elem_sep int[] trim concode_elem_sep int get
int function ( ) { return size ; }
33,631
return the name of the form that defines this input set concode_field_sep String formName concode_elem_sep DCInput[][] inputPages concode_field_sep int getNumberPages concode_elem_sep boolean isDefinedPubBefore concode_elem_sep boolean isFieldPresent concode_elem_sep boolean doField concode_elem_sep DCInput[] getPageRo...
String function ( ) { return formName ; }
33,632
get custom deserializer concode_field_sep java.lang.Long roleId concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String name concode_elem_sep java.lang.String roleName concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.la...
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,633
filter a name to create one which is acceptable for use as a filesystem name . the filter removes all characters except underscore , a-z , a-z , and 0-9 . if the result is an empty string , it assigns the name '' __ default '' . concode_field_sep boolean setWritable concode_elem_sep boolean requireAuthentication concod...
String function ( String arg0 ) { if ( arg0 == null ) arg0 = "srini_string" ; else arg0 = arg0 . replace ( "srini_string" , "srini_string" ) . replaceAll ( "srini_string" , "srini_string" ) ; if ( arg0 . equals ( "srini_string" ) ) arg0 = "srini_string" ; return arg0 ; }
33,634
called after the index shard has been started . concode_field_sep PlaceHolder placeHolder concode_field_sep void afterIndexCreated concode_elem_sep void beforeIndexShardClosed concode_elem_sep void beforeIndexDeleted concode_elem_sep void beforeIndexClosed concode_elem_sep void shardRoutingChanged concode_elem_sep void...
void function ( IndexShard arg0 ) { }
33,635
gets the time zone offset fromm gmt . if the offset is negative true is returned , false otherwise . note if the original date value can not be parsed , this method returns the unparsed string . concode_field_sep int OFFSET_HH concode_elem_sep int OFFSET_MM concode_elem_sep String month concode_elem_sep int OFFSET_SS c...
boolean function ( ) { return ! "srini_string" . equals ( timeZoneOffset ) ; }
33,636
return the current total counts of all tracked objects , then advance the window . whenever this method is called , we consider the counts of the current sliding window to be available to and successfully processed `` upstream '' i.e. by the caller . knowing this we will start counting any subsequent objects within the...
Map < T , Long > function ( ) { Map < T , Long > loc0 = objCounter . getCounts ( ) ; objCounter . wipeZeros ( ) ; objCounter . wipeSlot ( tailSlot ) ; advanceHead ( ) ; return loc0 ; }
33,637
a safe way to get an instance of the camera object . concode_field_sep PlaceHolder placeHolder concode_field_sep int getDefaultCameraId concode_elem_sep boolean isFlashSupported
Camera function ( ) { return getCameraInstance ( getDefaultCameraId ( ) ) ; }
33,638
gets the value of this literal . concode_field_sep Object value concode_field_sep placeholderType placeHolder
Object function ( ) { return value ; }
33,639
set the number of seconds after which this payload should expire . default is one 1 day . concode_field_sep int expiry concode_elem_sep boolean payloadSizeEstimatedWhenAdding concode_elem_sep Logger logger concode_elem_sep JSONObject payload concode_elem_sep int preSendConfiguration concode_elem_sep String DEFAULT_CHAR...
void function ( int arg0 ) { this . expiry = arg0 ; }
33,640
creates a new musical position with the given measure and beat and the other values set to unknown . concode_field_sep int voice concode_elem_sep int measure concode_elem_sep Fraction beat concode_elem_sep MP mpe0 concode_elem_sep int staff concode_elem_sep int unknown concode_elem_sep MP mp0 concode_elem_sep MP mpb0 c...
MP function ( int arg0 , Fraction arg1 ) { return new MP ( unknown , arg0 , unknown , arg1 , unknown ) ; }
33,641
create a new geohashgrid aggregation with the given name . concode_field_sep PlaceHolder placeHolder concode_field_sep GeoBoundsAggregationBuilder geoBounds concode_elem_sep DateRangeAggregationBuilder dateRange concode_elem_sep SignificantTextAggregationBuilder significantText concode_elem_sep AdjacencyMatrixAggregati...
GeoGridAggregationBuilder function ( String arg0 ) { return new GeoGridAggregationBuilder ( arg0 ) ; }
33,642
returns the system default extensions registry object . this is either the one instantiated based on #property_extensions_registry_class , or the one set by #setsystemextensionsregistry extensionsregistry . concode_field_sep String PROPERTY_EXTENSIONS_REGISTRY_CLASS concode_elem_sep ThreadLocal threadRegistry concode_e...
ExtensionsRegistry function ( ) { return systemRegistry ; }
33,643
retrieve the config factory for a certain device type . concode_field_sep Logger logger concode_elem_sep CULManager instance concode_elem_sep Map<String,Class<? extends CULHandlerInternal<?>>> deviceTypeClasses concode_elem_sep Map<String,CULConfigFactory> deviceTypeConfigFactories concode_elem_sep Map<String,CULHandle...
CULConfigFactory function ( String arg0 ) { return deviceTypeConfigFactories . get ( arg0 ) ; }
33,644
defines the number of target variable categories , but allows this parser to pick encodings for them as they appear . concode_field_sep List<Integer> predictors concode_elem_sep Dictionary targetDictionary concode_elem_sep String targetName concode_elem_sep String CANNOT_CONSTRUCT_CONVERTER concode_elem_sep Map<String,...
CsvRecordFactory function ( int arg0 ) { maxTargetValue = arg0 ; return this ; }
33,645
gets the value of the technicalprotection property . concode_field_sep OperationalProtectionType operationalProtection concode_elem_sep List<ExtensionType> extension concode_elem_sep IdentificationType identification concode_elem_sep TechnicalProtectionBaseType technicalProtection concode_elem_sep AuthnMethodBaseType a...
TechnicalProtectionBaseType function ( ) { return technicalProtection ; }
33,646
gets whether this object is paintable or not . concode_field_sep PropertyChangeSupport pSupport concode_elem_sep Object eventSource concode_elem_sep Object value concode_field_sep void setSource concode_elem_sep void firePropertyChange concode_elem_sep boolean supportsCustomEditor concode_elem_sep void paintValue conco...
boolean function ( ) { return false ; }
33,647
get the end index . end index is exclusive . concode_field_sep long startIndex concode_elem_sep Range range concode_elem_sep long indicesCount concode_elem_sep long length concode_elem_sep long next concode_elem_sep Log LOG concode_elem_sep Iterator<Range> rangeIterator concode_elem_sep TreeSet<Range> ranges concode_fi...
long function ( ) { return startIndex + length ; }
33,648
bind any required parameter values into the sql command #getselectsql . concode_field_sep PostInsertIdentityPersister persister concode_field_sep Serializable getResult concode_elem_sep Serializable performInsert concode_elem_sep String getSelectSQL
void function ( SharedSessionContractImplementor arg0 , PreparedStatement arg1 , Object arg2 ) { }
33,649
removes the name of this instance . in pdstore every instance can be given a name . if the instance does not have a name , nothing happens . concode_field_sep GUID roleTextId concode_elem_sep PDStore store concode_elem_sep GUID id concode_elem_sep GUID typeId concode_field_sep void setName concode_elem_sep Collection<S...
void function ( ) { store . removeName ( id ) ; }
33,650
een bepaalde kaart moet worden opgezocht in de gesorteerde array op de binary search manier zoals besproken in hubbard p. 31 . concode_field_sep Card[] cardArray concode_field_sep void cardSwap concode_elem_sep int sequentialSearch concode_elem_sep int hashCode concode_elem_sep void insertAt concode_elem_sep boolean eq...
int function ( Card arg0 ) { int loc0 = 0 ; try { while ( ! cardArray [ loc0 ] . equals ( arg0 ) ) { loc0 ++ ; } } catch ( ArrayIndexOutOfBoundsException loc1 ) { return - 1 ; } return binarySearch ( arg0 , cardArray ) ; }
33,651
this binding returns objects of type integer . concode_field_sep PlaceHolder placeHolder concode_field_sep String encode concode_elem_sep QName getTarget concode_elem_sep int getExecutionMode concode_elem_sep Object parse
Class function ( ) { return Integer . class ; }
33,652
gets the primary key of the object . concode_field_sep int NEXT_ID concode_elem_sep Object NEXT_ID_LOCK concode_elem_sep int id concode_field_sep placeholderType placeHolder
int function ( ) { return id ; }
33,653
convert the passed int value to an bit set of size 32 . concode_field_sep BitSetHelper s_aInstance concode_field_sep int getExtractedIntValue concode_elem_sep long getExtractedLongValue
BitSet function ( final int arg0 ) { final BitSet loc0 = new BitSet ( CGlobal . BITS_PER_INT ) ; for ( int loc1 = 0 ; loc1 < CGlobal . BITS_PER_INT ; ++ loc1 ) loc0 . set ( loc1 , ( ( arg0 >> loc1 ) & 1 ) == 1 ) ; return loc0 ; }
33,654
gets the value of the date property . concode_field_sep XMLGregorianCalendar date concode_elem_sep List<Header.File> file concode_elem_sep String filename concode_elem_sep String ifcProject concode_elem_sep String ifcSpatialStructureElement concode_field_sep void setIfcProject concode_elem_sep void setIfcSpatialStructu...
XMLGregorianCalendar function ( ) { return date ; }
33,655
performs a dynamic query on the database and returns a range of the matching rows . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end to com.l...
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 ) { return getService ( ) . arg0 ( arg0 , arg1 , arg2 ) ; }
33,656
copies the remaining elements as defined by limit - position in the passed bytebuffer into a newly-allocated direct bytebuffer . the returned buffer will have its byte order set to the host platform 's native byte order . the position of the newly-allocated buffer will be zero , and the position of the passed buffer is...
ByteBuffer function ( ByteBuffer arg0 ) { ByteBuffer loc0 = newByteBuffer ( arg0 . remaining ( ) ) ; arg0 . mark ( ) ; loc0 . put ( arg0 ) ; arg0 . reset ( ) ; loc0 . rewind ( ) ; return loc0 ; }
33,657
sets the company id of this location . concode_field_sep Location _location concode_field_sep long getLocationId concode_elem_sep void setCountry concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang....
void function ( long arg0 ) { _location . setCompanyId ( arg0 ) ; }
33,658
return the filter concode_field_sep Node fCurrentNode concode_elem_sep NodeFilter fNodeFilter concode_elem_sep boolean fForward concode_elem_sep int fWhatToShow concode_elem_sep DocumentImpl fDocument concode_elem_sep Node fRoot concode_elem_sep boolean fDetach concode_elem_sep boolean fEntityReferenceExpansion concode...
NodeFilter function ( ) { return fNodeFilter ; }
33,659
allows the thread context to be completely cleared . invokes threadlocal #remove . concode_field_sep int activeThreads concode_elem_sep int numberOfThreadsStarted concode_elem_sep int numberOfThreadsFinished concode_elem_sep int startedThreads concode_elem_sep long testStart concode_elem_sep ThreadLocal<JMeterContext> ...
void function ( ) { threadContext . remove ( ) ; }
33,660
writes a . jobpath file for the new crawljob , whose directory is outside the main engine jobs directory . concode_field_sep Logger LOGGER concode_elem_sep String REPORTS_DIR_NAME concode_elem_sep HashMap<String,CrawlJob> jobConfigs concode_elem_sep String LOGS_DIR_NAME concode_elem_sep long serialVersionUID concode_el...
void function ( CrawlJob arg0 ) { String loc0 = arg0 . getShortName ( ) + "srini_string" ; File loc1 = new File ( jobsDir , loc0 ) ; FileUtils . writeStringToFile ( loc1 , arg0 . getJobDir ( ) . getAbsolutePath ( ) + "srini_string" ) ; LOGGER . log ( Level . INFO , "srini_string" + loc0 ) ; }
33,661
called after the index has been created . concode_field_sep PlaceHolder placeHolder concode_field_sep void beforeIndexShardClosed concode_elem_sep void beforeIndexDeleted concode_elem_sep void beforeIndexClosed concode_elem_sep void shardRoutingChanged concode_elem_sep void beforeIndexShardCreated concode_elem_sep void...
void function ( IndexService arg0 ) { }
33,662
the smtp enhanced status code , as defined by rfc 3463 . concode_field_sep String smtpReplyCode concode_elem_sep String sender concode_elem_sep String message concode_elem_sep String topicArn concode_elem_sep String statusCode concode_field_sep void setStatusCode concode_elem_sep String getMessage concode_elem_sep void...
String function ( ) { return this . statusCode ; }
33,663
returns the coefficient vector for the given basis function index . the basisfunction index may be greater than the number of coefficient vectors because it may refer to an state-action feature 's basis function and there is a copy of each basis function for each action . the coefficient vector returned is at the index...
short [ ] function ( int arg0 ) { return this . coefficientVectors . get ( arg0 % this . coefficientVectors . size ( ) ) ; }
33,664
initializes new userhitcounter if already not done . concode_field_sep long numberOfUserAccesses concode_elem_sep UserHitCounter userHitCounter concode_field_sep long getNumberOfUserAccesses concode_elem_sep void incrementNumberOfUserAccesses concode_elem_sep void initialize
UserHitCounter function ( ) { if ( userHitCounter == null ) { initialize ( ) ; } return userHitCounter ; }
33,665
print info for debug concode_field_sep boolean willJudge concode_elem_sep CardStack cardStack concode_elem_sep int playersNum concode_elem_sep int loyalNum concode_elem_sep boolean willDeal concode_elem_sep ArrayList<Player> playerList concode_elem_sep GameState gameState concode_elem_sep boolean willLead concode_elem_...
void function ( ) { d ( "srini_string" ) ; for ( Player loc0 : playerList ) { d ( loc0 . name ( ) + "srini_string" + loc0 . roleName ( ) + "srini_string" + loc0 . groupName ( ) + "srini_string" + loc0 . currentCardsNum ( ) + "srini_string" + "srini_string" + loc0 . currentBlood ( ) + "srini_string" + loc0 . maxBlood ( ...
33,666
unregister a hook for a specific event . concode_field_sep String PRE_EXEC concode_elem_sep String POST_EXEC_DEV concode_elem_sep String POST_EXEC concode_elem_sep Map<String,Map<String,Map<String,String>>> registry concode_elem_sep String interpreterId concode_elem_sep String PRE_EXEC_DEV concode_elem_sep String GLOBA...
void function ( String arg0 , String arg1 , String arg2 ) { synchronized ( registry ) { if ( arg0 == null ) { arg0 = GLOBAL_KEY ; } addRepl ( arg0 , arg1 ) ; registry . get ( arg0 ) . get ( arg1 ) . remove ( arg2 ) ; } }
33,667
get grade level concode_field_sep String VO_ARRAY_LABEL concode_elem_sep String VO_LABEL concode_elem_sep String grade concode_elem_sep String testForm concode_elem_sep String testID concode_elem_sep String testDescription concode_elem_sep String userName concode_elem_sep String testName concode_field_sep String getTes...
String function ( ) { return this . grade ; }
33,668
gets the text . concode_field_sep int iconId concode_elem_sep int id concode_elem_sep String text concode_elem_sep String mark concode_field_sep int getIconId concode_elem_sep String getMark concode_elem_sep void setMark concode_elem_sep void setIconId concode_elem_sep void setId concode_elem_sep int getId concode_elem...
String function ( ) { return text ; }
33,669
deletes a folder and all contents concode_field_sep Random r concode_field_sep boolean testPaths concode_elem_sep void deleteFolder concode_elem_sep File getTempFile concode_elem_sep boolean isTempPath concode_elem_sep String getNewProjectPath concode_elem_sep String getClipboardPath concode_elem_sep boolean moveFolder
void function ( String arg0 ) { if ( JF . isWindows ( ) ) { deleteFolder ( new File ( arg0 ) ) ; } else { Runtime . getRuntime ( ) . exec ( new String [ ] { "srini_string" , "srini_string" , arg0 } ) ; } }
33,670
check whether string s is empty . concode_field_sep Pattern pattern concode_elem_sep Random rand concode_elem_sep Pattern NumberPattern concode_elem_sep Random rand4Drop concode_field_sep String formatString concode_elem_sep int randInt concode_elem_sep boolean isNotZero concode_elem_sep float randFloatImpl concode_ele...
boolean function ( String arg0 ) { return ( ( arg0 == null ) || ( arg0 . trim ( ) . length ( ) == 0 ) ) ; }
33,671
returns maximum sampling frequency supported by the sensor . concode_field_sep double SENSOR_FREQUENCY_NORMAL concode_elem_sep double mCurrentPollingFrequency concode_elem_sep long mNativePlatformSensorAndroid concode_elem_sep double MICROSECONDS_IN_SECOND concode_elem_sep double SECONDS_IN_NANOSECOND concode_elem_sep ...
double function ( ) { if ( mMinDelayUsec == 0 ) return getDefaultConfiguration ( ) ; return 1 / ( mMinDelayUsec * SECONDS_IN_MICROSECOND ) ; }
33,672
called whenever the osgi framework stops our bundle concode_field_sep BundleContext context concode_elem_sep Logger logger concode_field_sep void start concode_elem_sep BundleContext getContext
void function ( BundleContext arg0 ) { context = null ; logger . debug ( "srini_string" ) ; }
33,673
sets the proposalnumber attribute . concode_field_sep String proposalPurposeCode concode_elem_sep Long proposalNumber concode_elem_sep String proposalStatusCode concode_elem_sep boolean active concode_elem_sep KualiDecimal proposalTotalProjectAmount concode_elem_sep String oldProposalNumber concode_elem_sep Date propos...
void function ( Long arg0 ) { this . proposalNumber = arg0 ; }
33,674
augments an existing accountable with the provided description . the resource description is constructed in this format : description tostring this is a point-in-time type safe view : consumers will not be able to cast or manipulate the resource in any way . concode_field_sep PlaceHolder placeHolder concode_field_sep S...
Accountable function ( String arg0 , Accountable arg1 ) { return namedAccountable ( arg0 + "srini_string" + arg1 + "srini_string" , arg1 . getChildResources ( ) , arg1 . ramBytesUsed ( ) ) ; }
33,675
generates drl from a data provider for the spreadsheet data and templates . concode_field_sep PlaceHolder placeHolder concode_field_sep void newRow concode_elem_sep void newCell concode_elem_sep void processData concode_elem_sep void finishData concode_elem_sep void closeStream
String function ( final DataProvider arg0 , final String arg1 ) { final InputStream loc0 = this . getClass ( ) . getResourceAsStream ( arg1 ) ; return compile ( arg0 , loc0 ) ; }
33,676
ensures two rectangles are overlaps when the right side of one rectangle overlaps the left side of the other rectangle . concode_field_sep double EPSILON concode_elem_sep Rectangle rectangle concode_field_sep void overlapsWhenLeftSideOverlapsMiddleOfOther concode_elem_sep void constructorShouldAllowNegativeValuesForY c...
void function ( ) { assertTrue ( rectangle . overlaps ( new Rectangle ( 2 , 0 , 2 , 2 ) ) ) ; }
33,677
determines whether or not the sting ` searchin ' contains the string ` searchfor ' , disregarding case and leading whitespace from mysql connector-j concode_field_sep int PAD_LIMIT concode_elem_sep String EMPTY concode_field_sep String substringBetween concode_elem_sep String leftPad concode_elem_sep String leftPad con...
boolean function ( String arg0 , String arg1 ) { return startsWithIgnoreCaseAndWs ( arg0 , arg1 , 0 ) ; }
33,678
sets the value of this tuple to the scalar multiplication of itself and then adds tuple t1 this = sthis + t1 . concode_field_sep long serialVersionUID concode_elem_sep int w concode_elem_sep int x concode_elem_sep int y concode_elem_sep int z concode_field_sep void add concode_elem_sep void add concode_elem_sep void se...
void function ( int arg0 , Tuple4i arg1 ) { this . x = arg0 * this . x + arg1 . x ; this . y = arg0 * this . y + arg1 . y ; this . z = arg0 * this . z + arg1 . z ; this . w = arg0 * this . w + arg1 . w ; }
33,679
set password to use . if both password and key pair are set key pair is used . concode_field_sep String _user concode_elem_sep long _softTimeout concode_elem_sep String _password concode_elem_sep KeyPair _keyPair concode_elem_sep SSHClient _client concode_elem_sep long _hardTimeout concode_elem_sep int DEFAULT_SSH_PORT...
void function ( String arg0 ) { _password = arg0 ; }
33,680
sets the spring bean id for this bean . concode_field_sep ListTypeService _service concode_field_sep java.lang.String getBeanIdentifier concode_elem_sep com.liferay.portal.model.ListType getListType concode_elem_sep void setService concode_elem_sep java.util.List<com.liferay.portal.model.ListType> getListTypes concode_...
void function ( java . lang . String arg0 ) { getService ( ) . setBeanIdentifier ( arg0 ) ; }
33,681
use this method to `` attach '' a surrogate computation function to a data item . when surrogates are needed , this computation function will be used . it should be an instance of class surrogategeneratingfunction . more than one sgf can be used for a class , so call this as many times as you want , but with different ...
void function ( SurrogateGeneratingFunction arg0 ) { if ( arg0 == null ) { log . severe ( "srini_string" ) ; return ; } sgfs . add ( arg0 . getClass ( ) . getName ( ) ) ; }
33,682
open site row i , column j if it is not already concode_field_sep boolean[][] mat_open concode_field_sep boolean[][] random concode_elem_sep boolean[][] getOpen concode_elem_sep boolean isOpen concode_elem_sep double eval concode_elem_sep void main concode_elem_sep boolean isFull concode_elem_sep boolean percolates con...
void function ( int arg0 , int arg1 ) { if ( ! mat_open [ arg0 ] [ arg1 ] ) { mat_open [ arg0 ] [ arg1 ] = true ; } }
33,683
set the metadataetag to use for edm enabled client concode_field_sep String ODATA_EDM_CLIENT_IMPL_CLASS concode_elem_sep String ODATA_EMD_CLIENT_IMPL_SYS_PROPERTY concode_elem_sep String serviceRoot concode_elem_sep String metadataETag concode_elem_sep String ODATA_CLIENT_IMPL_CLASS concode_elem_sep String ODATA_CLIENT...
ClientBuilder function ( final String arg0 ) { this . metadataETag = arg0 ; return this ; }
33,684
returns true if the property has a setter . concode_field_sep boolean DUMP concode_elem_sep Map<String,Class<?>> types concode_elem_sep Class<?> beanClass concode_elem_sep Map<String,Class<?>> collections concode_elem_sep BeanModel superClass concode_elem_sep Map<String,Method> setters concode_elem_sep Map<String,Metho...
boolean function ( String arg0 ) { boolean loc0 = setters . containsKey ( arg0 ) ; if ( ! loc0 && superClass != null ) { loc0 = superClass . canWrite ( arg0 ) ; } return loc0 ; }
33,685
converts two octets into the number that they represent . concode_field_sep ByteArrayInputStream in concode_elem_sep int length concode_field_sep IKeyPairCodec getKeyPairCodec concode_elem_sep BigInteger readMPI concode_elem_sep boolean hasMoreElements concode_elem_sep PublicKey readPublicKey concode_elem_sep PrivateKe...
int function ( byte [ ] arg0 ) { int loc0 = ( arg0 [ 0 ] & 0xFF ) << 8 | ( arg0 [ 1 ] & 0xFF ) ; if ( loc0 > Registry . SASL_TWO_BYTE_MAX_LIMIT ) throw new KeyAgreementException ( "srini_string" ) ; return loc0 ; }
33,686
adds the max_resolution parameter with the specified value concode_field_sep String MIN_RESOLUTION concode_elem_sep String DISTANCE concode_elem_sep String MASK concode_elem_sep String SDO_NUM_RES concode_elem_sep String QUERYTYPE concode_elem_sep String SDO_BATCH_SIZE concode_elem_sep String MAX_RESOLUTION concode_ele...
void function ( Double arg0 ) { if ( arg0 != null ) { params . put ( MAX_RESOLUTION , arg0 ) ; } }
33,687
push a state number onto the stack . concode_field_sep int real_next concode_elem_sep Stack vstack concode_elem_sep Stack real_stack concode_field_sep void pop concode_elem_sep void get_from_real concode_elem_sep int top concode_elem_sep boolean empty
void function ( int arg0 ) { vstack . push ( new Integer ( arg0 ) ) ; }
33,688
send all cookies in one big header , as recommended by rfc 6265 . concode_field_sep boolean onlyIfCached concode_elem_sep RawHeaders headers concode_elem_sep String transferEncoding concode_elem_sep String acceptEncoding concode_elem_sep String proxyAuthorization concode_elem_sep int maxStaleSeconds concode_elem_sep lo...
String function ( List < String > arg0 ) { if ( arg0 . size ( ) == 1 ) return arg0 . get ( 0 ) ; StringBuilder loc0 = new StringBuilder ( ) ; for ( int loc1 = 0 ; loc1 < arg0 . size ( ) ; loc1 ++ ) { if ( loc1 > 0 ) loc0 . append ( "srini_string" ) ; loc0 . append ( arg0 . get ( loc1 ) ) ; } return loc0 . toString ( ) ...
33,689
get the most specific possible atomic type that all items in this simpletype belong to concode_field_sep AnySimpleType theInstance concode_field_sep boolean isNamespaceSensitive concode_elem_sep boolean isSimpleType concode_elem_sep ValidationFailure validateContent concode_elem_sep String getSystemId concode_elem_sep ...
AtomicType function ( ) { return BuiltInAtomicType . ANY_ATOMIC ; }
33,690
writes a geometry as kml to a string , using a specified z value , precision , extrude flag , and altitude mode code . concode_field_sep String ALTITUDE_MODE_ABSOLUTE concode_elem_sep String COORDINATE_SEPARATOR concode_elem_sep String altitudeMode concode_elem_sep double zVal concode_elem_sep DecimalFormat numberForma...
String function ( Geometry arg0 , double arg1 , int arg2 , boolean arg3 , String arg4 ) { KMLWriter loc0 = new KMLWriter ( ) ; loc0 . setZ ( arg1 ) ; loc0 . setPrecision ( arg2 ) ; loc0 . setExtrude ( arg3 ) ; loc0 . setAltitudeMode ( arg4 ) ; return loc0 . write ( arg0 ) ; }
33,691
returns true if this config is valid . concode_field_sep String CONFIG_KEY_BINDING_CHANGED_INTERVAL concode_elem_sep String CONFIG_KEY_RWESMARTHOME_PASSWORD concode_elem_sep String CONFIG_KEY_ALIVE_INTERVAL concode_elem_sep Integer aliveInterval concode_elem_sep Integer bindingChangedInterval concode_elem_sep int DEFAU...
boolean function ( ) { return valid ; }
33,692
create an instance of expressionruleuserlist concode_field_sep QName _ResponseHeader_QNAME concode_elem_sep QName _RequestHeader_QNAME concode_elem_sep QName _ApiExceptionFault_QNAME concode_field_sep SimilarUserList createSimilarUserList concode_elem_sep Rule createRule concode_elem_sep LogicalUserListOperand createLo...
ExpressionRuleUserList function ( ) { return new ExpressionRuleUserList ( ) ; }
33,693
check that the passed optional is present . concode_field_sep PlaceHolder placeHolder concode_field_sep org.hamcrest.Matcher<OptionalDouble> optionalDoubleIs concode_elem_sep Matcher<T> featureMatcher concode_elem_sep org.hamcrest.Matcher<OptionalLong> optionalLongIsPresent concode_elem_sep org.hamcrest.Matcher<Optiona...
org . hamcrest . Matcher < Optional < T >> function ( ) { return new OptionalPresentMatcher < > ( is ( true ) ) ; }
33,694
this method resets the outgoing events . concode_field_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep void reactMain_region_A concode_elem_sep void init concode_elem_sep void exit concode_elem_sep void reactMain_region_B concode_elem_sep void exitAction concode_elem_sep boolean isStateAct...
void function ( ) { }
33,695
sets the name . concode_field_sep String password concode_elem_sep String jarPath concode_elem_sep String name concode_elem_sep String driverClassName concode_elem_sep String driverTemplate concode_elem_sep String user concode_elem_sep String url concode_field_sep String getDriverClassName concode_elem_sep void setPass...
void function ( String arg0 ) { this . name = arg0 ; }
33,696
an array of volume ids . concode_field_sep com.amazonaws.internal.SdkInternalList<Volume> volumes concode_field_sep DescribeVolumesResult withVolumes concode_elem_sep DescribeVolumesResult withVolumes concode_elem_sep int hashCode concode_elem_sep void setVolumes concode_elem_sep boolean equals concode_elem_sep Describ...
java . util . List < Volume > function ( ) { if ( volumes == null ) { volumes = new com . amazonaws . internal . SdkInternalList < Volume > ( ) ; } return volumes ; }
33,697
returns a proxy object which can be used to call listener methods on all of the registered event listeners . all calls made to this proxy will be forwarded to all registered listeners . concode_field_sep L proxy concode_elem_sep List<L> listeners concode_elem_sep long serialVersionUID concode_elem_sep L[] prototypeArra...
L function ( ) { return proxy ; }
33,698
this method is invoked by the jaxb implementation on each instance when unmarshalling completes . concode_field_sep Object parent concode_elem_sep BigInteger w concode_elem_sep String type concode_elem_sep String TYPE_AUTO concode_elem_sep String TYPE_DXA concode_field_sep void setW concode_elem_sep BigInteger getW con...
void function ( Unmarshaller arg0 , Object arg1 ) { setParent ( arg1 ) ; }
33,699
connect using ssl and attempt to validate the server 's certificate against the proper pre shared certificate . the certificate is specified as a string eg . the '' ----- begin certificate ----- ... etc '' . concode_field_sep String badServerCertPath concode_elem_sep String goodServerCertPath concode_elem_sep String IS...
void function ( ) { Properties loc0 = new Properties ( ) ; loc0 . setProperty ( "srini_string" , "srini_string" ) ; loc0 . setProperty ( "srini_string" , "srini_string" ) ; loc0 . setProperty ( "srini_string" , getGoodServerCert ( ) ) ; testConnect ( loc0 , true ) ; }