idx
int64
0
25k
question
stringlengths
71
7.19k
target
stringlengths
20
663
20,600
sets the group id of this user group role . concode_field_sep UserGroupRole _userGroupRole concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedM...
void function ( long arg0 ) { _userGroupRole . setGroupId ( arg0 ) ; }
20,601
loads the named class into the soot scene , marks it as an application class , and generates bodies for all of its concrete methods . concode_field_sep Map method_map concode_elem_sep Map class_map concode_elem_sep boolean DEBUG concode_elem_sep Map sourcefile_map concode_elem_sep JavaTranslator jt concode_elem_sep Map...
void function ( String arg0 ) { SootClass loc0 = Scene . v ( ) . loadClassAndSupport ( arg0 ) ; loc0 . setApplicationClass ( ) ; Iterator loc1 = loc0 . getMethods ( ) . iterator ( ) ; while ( loc1 . hasNext ( ) ) { SootMethod loc2 = ( SootMethod ) loc1 . next ( ) ; if ( loc2 . isConcrete ( ) ) { loc2 . retrieveActiveBo...
20,602
preference mongodb default limit concode_field_sep Logger logger concode_field_sep int getMongoDefaultMaxCount concode_elem_sep String getDefaultHomePage concode_elem_sep int getPageCount concode_elem_sep String getSessionTimeout concode_elem_sep String getSQLFormatIn concode_elem_sep String getSQLFormatNewLineBeforeCo...
String function ( ) { UserInfoDataDAO loc0 = SessionManager . getUserInfo ( PreferenceDefine . MONGO_DEFAULT_LIMIT ) ; return loc0 . getValue0 ( ) ; }
20,603
check if an alert has been raised and throw an if it has . concode_field_sep boolean alerted concode_elem_sep RingBufferProducer sequenceProducer concode_elem_sep Sequence cursorSequence concode_elem_sep WaitStrategy waitStrategy concode_field_sep long getCursor concode_elem_sep long getAsLong concode_elem_sep void ale...
void function ( ) { if ( alerted ) { throw RingBuffer . AlertException . INSTANCE ; } }
20,604
create string attribute concode_field_sep PlaceHolder placeHolder concode_field_sep AttributeType createBooleanAttributeType concode_elem_sep String getXMLDate concode_elem_sep AttributeType createEmailAttributeType concode_elem_sep AttributeType createDateTimeAttributeType concode_elem_sep AttributeType createDateTime...
AttributeType function ( String arg0 , String arg1 , String arg2 ) { return getBareAttributeType ( arg0 , arg1 , arg2 , XMLSchemaConstants . DATATYPE_STRING ) ; }
20,605
adds a new subscription to the list of active subscriptions . concode_field_sep boolean isReliableProvReceived concode_elem_sep int INITIALIZED concode_elem_sep String dialogID concode_elem_sep ProxyAuthorizationHeader proxyAuthorizationHeader concode_elem_sep AuthorizationHeader authorizationHeader concode_elem_sep Di...
void function ( Subscription arg0 ) { dialog . subscriptionList . addSubscription ( arg0 ) ; }
20,606
create a description of a single test named name in the class clazz . generally , this will be a leaf description . concode_field_sep Annotation[] fAnnotations concode_elem_sep Description EMPTY concode_elem_sep Collection<Description> fChildren concode_elem_sep Serializable fUniqueId concode_elem_sep Pattern METHOD_AN...
Description function ( String arg0 , String arg1 , Serializable arg2 ) { return new Description ( null , formatDisplayName ( arg1 , arg0 ) , arg2 ) ; }
20,607
retrieves a string representation of this object . concode_field_sep boolean isCaseSensitive concode_elem_sep boolean isSigned concode_elem_sep int precision concode_elem_sep String columnClassName concode_elem_sep int scale concode_elem_sep boolean isDefinitelyWritable concode_elem_sep String schemaName concode_elem_s...
String function ( ) { try { return toStringImpl ( ) ; } catch ( Exception loc0 ) { return super . toString ( ) + "srini_string" + loc0 + "srini_string" ; } }
20,608
returns the set of com.google.devtools.build.lib.analysis.transitiveinfoprovider instances that must be present on a configured target so that this aspect can be applied to it . we can not refer to that class here due to our dependency structure , so this returns a set of unconstrained class objects . if a configured t...
ImmutableSet < Class < ? >> function ( ) { return requiredProviders ; }
20,609
if the application requires and if the coordination protocol supports it , then this method can be used to execute a coordination protocol on the currently enlisted participants at any time prior to the termination of the coordination scope . this implementation only supports coordination at the end of the activity . c...
Outcome function ( CompletionStatus arg0 ) { return null ; }
20,610
returns true if report type is ` batchexportfailure ' . concode_field_sep ProducerTemplate producerTemplate concode_field_sep String generateReport concode_elem_sep boolean isOperationType concode_elem_sep boolean isTransmitted
boolean function ( String arg0 ) { return arg0 . equalsIgnoreCase ( RecapConstants . BATCH_EXPORT_FAILURE ) ? true : false ; }
20,611
sets a new wrapper provider . this method is part of the wrapped api see aiwrapperprovider for details on wrappers . concode_field_sep int NATIVE_FLOAT_SIZE concode_elem_sep AiWrapperProvider<?,?,?,?,?> BUILTIN concode_elem_sep AiWrapperProvider<?,?,?,?,?> s_wrapperProvider concode_elem_sep int NATIVE_AIVEKTORKEY_SIZE ...
void function ( AiWrapperProvider < ? , ? , ? , ? , ? > arg0 ) { s_wrapperProvider = arg0 ; }
20,612
sets the value of the value property . concode_field_sep String id concode_elem_sep String value concode_field_sep String getvalue concode_elem_sep void setId concode_elem_sep String getId
void function ( String arg0 ) { this . value = arg0 ; }
20,613
information about compatible devices . concode_field_sep java.util.List<DevicePoolCompatibilityResult> compatibleDevices concode_elem_sep java.util.List<DevicePoolCompatibilityResult> incompatibleDevices concode_field_sep GetDevicePoolCompatibilityResult withCompatibleDevices concode_elem_sep GetDevicePoolCompatibility...
void function ( java . util . Collection < DevicePoolCompatibilityResult > arg0 ) { if ( arg0 == null ) { this . compatibleDevices = null ; return ; } this . compatibleDevices = new java . util . ArrayList < DevicePoolCompatibilityResult > ( arg0 ) ; }
20,614
utility method for finding params concode_field_sep Logger LOGGER concode_elem_sep Format[] formats concode_field_sep Format acquireFormat concode_elem_sep Format aquireFactoryByType concode_elem_sep List listDataFormats concode_elem_sep Map defaultParams concode_elem_sep Map defaultParams concode_elem_sep GeneralEnvel...
ParameterValue function ( Format arg0 , String arg1 ) { return find ( arg0 . getReadParameters ( ) , arg1 ) ; }
20,615
computes the next timeout , does n't exceed max_timeout_seconds concode_field_sep long timeout concode_elem_sep ScheduledExecutorService SCHEDULER concode_elem_sep long MAX_TIMEOUT_SECONDS concode_elem_sep long PING_TIMEOUT_SECONDS concode_elem_sep ConcurrentHashMap<String,UrlChecker> checkers concode_elem_sep Logger L...
void function ( ) { timeout = Math . min ( timeout * INITIAL_TIMEOUT_SECONDS , MAX_TIMEOUT_SECONDS ) ; }
20,616
passes this packet on to the nethandler for processing . concode_field_sep int motionZ concode_elem_sep int motionY concode_elem_sep int motionX concode_elem_sep int entityID concode_field_sep void writePacketData concode_elem_sep int getEntityID concode_elem_sep int getMotionZ concode_elem_sep int getMotionX concode_e...
void function ( INetHandlerPlayClient arg0 ) { arg0 . handleEntityVelocity ( this ) ; }
20,617
returns the name of the key agreement algorithm . concode_field_sep Engine engine concode_elem_sep Provider provider concode_elem_sep SecureRandom rndm concode_elem_sep KeyAgreementSpi spiImpl concode_elem_sep String algorithm concode_field_sep void init concode_elem_sep void init concode_elem_sep void init concode_ele...
String function ( ) { return algorithm ; }
20,618
sets the value of the tmobilesku property . concode_field_sep BigDecimal maximumDiscountAmount concode_elem_sep BigDecimal configuredDownPayment concode_elem_sep BigDecimal maximumFinanceAmount concode_elem_sep BigDecimal suggestedRetailPrice concode_elem_sep List<ModifierInfo> toopModifier concode_elem_sep List<CRPFin...
void function ( String arg0 ) { this . tmobileSku = arg0 ; }
20,619
gets the metadata to attach to the content to shared . see developer docs for more info . concode_field_sep String mMetaData concode_elem_sep Uri mExternalUri concode_elem_sep String mMimeType concode_elem_sep Uri mUri concode_field_sep ShareToMessengerParamsBuilder setMetaData concode_elem_sep Uri getExternalUri conco...
String function ( ) { return mMetaData ; }
20,620
access to all elements of the set . concode_field_sep Integer hashcode_cache concode_elem_sep Hashtable _all concode_field_sep lalr_item add concode_elem_sep void add concode_elem_sep void not_null concode_elem_sep boolean is_superset_of concode_elem_sep void remove concode_elem_sep void remove concode_elem_sep boolean...
Enumeration function ( ) { return _all . elements ( ) ; }
20,621
this executorservice is used to execute closures received from the server . concode_field_sep String authorization concode_elem_sep URL jenkins concode_elem_sep String httpsProxyTunnel concode_elem_sep ExecutorService exec concode_field_sep CLIConnectionFactory authorization concode_elem_sep CLIConnectionFactory basicA...
CLIConnectionFactory function ( ExecutorService arg0 ) { this . exec = arg0 ; return this ; }
20,622
immediately closes the socket connection if it 's currently held . use this to interrupt an in-flight request from any thread . it 's the caller 's responsibility to close the request body and response body streams ; otherwise resources may be leaked . this method is safe to be called concurrently , but provides limite...
void function ( ) { canceled = true ; StreamAllocation loc0 = this . streamAllocation ; if ( loc0 != null ) loc0 . cancel ( ) ; }
20,623
gets the value of the workbookpasswordcharacterset property . concode_field_sep String workbookPasswordCharacterSet concode_elem_sep byte[] workbookHashValue concode_elem_sep Object parent concode_elem_sep byte[] workbookSaltValue concode_elem_sep Boolean lockStructure concode_elem_sep Boolean lockWindows concode_elem_...
String function ( ) { return workbookPasswordCharacterSet ; }
20,624
called when a previous version of a definition was loaded from the persistent store . concode_field_sep IdGenerator idGenerator concode_elem_sep String[] DIAGRAM_SUFFIXES concode_elem_sep CommandLogger LOG concode_field_sep List<DefinitionEntity> parseDefinitionResources concode_elem_sep CommandContext getCommandContex...
void function ( DeploymentEntity arg0 , DefinitionEntity arg1 , DefinitionEntity arg2 ) { }
20,625
test method for validationindices.cindex #calculateindex input.dataset . concode_field_sep Dataset trivialTestset concode_field_sep void setup
void function ( ) { DunnIndex loc0 = new DunnIndex ( ) ; float loc1 = loc0 . calculateIndex ( trivialTestset ) ; System . out . println ( trivialTestset ) ; assertEquals ( 1.118034 , loc1 ) ; }
20,626
add all vertices contained in this search tree to the given set . concode_field_sep VertexType m_vertex concode_elem_sep ArrayList<SearchTree<VertexType>> m_childList concode_field_sep Iterator<SearchTree<VertexType>> childIterator concode_elem_sep VertexType getVertex concode_elem_sep void addChild
void function ( Set < VertexType > arg0 ) { arg0 . add ( this . m_vertex ) ; Iterator < SearchTree < VertexType >> loc0 = childIterator ( ) ; while ( loc0 . hasNext ( ) ) { SearchTree < VertexType > loc1 = loc0 . next ( ) ; loc1 . addVerticesToSet ( arg0 ) ; } }
20,627
make sure the row id fits into the row id column in the table . concode_field_sep Map<String,String> columnNameMapping concode_elem_sep List<String> supportedStats concode_field_sep boolean isValidStatistic concode_elem_sep String getAlterIdColumn concode_elem_sep String getIdColumnName concode_elem_sep String getSelec...
void function ( String arg0 ) { if ( arg0 . length ( ) > JDBCStatsSetupConstants . ID_COLUMN_VARCHAR_SIZE ) { throw new RuntimeException ( "srini_string" + arg0 ) ; } }
20,628
a workspacerequest object that contains the information about the workspace that could not be created . concode_field_sep WorkspaceRequest workspaceRequest concode_elem_sep String errorMessage concode_elem_sep String errorCode concode_field_sep void setErrorMessage concode_elem_sep WorkspaceRequest getWorkspaceRequest ...
FailedCreateWorkspaceRequest function ( WorkspaceRequest arg0 ) { setWorkspaceRequest ( arg0 ) ; return this ; }
20,629
sets the value of the ip property . concode_field_sep JAXBElement<String> opesusername concode_elem_sep JAXBElement<String> instanceId concode_elem_sep JAXBElement<String> opstenantname concode_elem_sep JAXBElement<String> tokenId concode_elem_sep JAXBElement<String> ip concode_elem_sep JAXBElement<String> tenantId con...
void function ( JAXBElement < String > arg0 ) { this . ip = arg0 ; }
20,630
returns the device rssi . concode_field_sep String address concode_elem_sep Integer peer concode_elem_sep Integer device concode_field_sep String getAddress concode_elem_sep String toString concode_elem_sep Integer convert concode_elem_sep Integer getPeer
Integer function ( ) { return device ; }
20,631
constructs the message-id header . the form is '' &lt;postid.topicid.forumid.randomnumber@jforum&gt; '' . concode_field_sep int topicId concode_elem_sep Random random concode_field_sep int getTopicId concode_elem_sep MessageId parse concode_elem_sep String buildInReplyTo
String function ( int arg0 , int arg1 , int arg2 ) { return new StringBuffer ( ) . append ( '<' ) . append ( arg0 ) . append ( '.' ) . append ( arg1 ) . append ( '.' ) . append ( arg2 ) . append ( '.' ) . append ( System . currentTimeMillis ( ) ) . append ( random . nextInt ( 999999999 ) ) . append ( "srini_string" ) ....
20,632
called whenever the osgi framework stops our bundle concode_field_sep Logger logger concode_field_sep void start
void function ( BundleContext arg0 ) { logger . debug ( "srini_string" ) ; }
20,633
start the web context synchronously . this would happen when the osgi webapp gets explicitly started . concode_field_sep InjectedValue<ExecutorService> serverExecutor concode_elem_sep DeploymentManager deploymentManager concode_elem_sep ServiceController<UndertowDeploymentService> controller concode_elem_sep InjectedVa...
boolean function ( ) { try { UndertowDeploymentService loc0 = controller . getValue ( ) ; loc0 . startContext ( ) ; } catch ( Exception loc0 ) { throw UndertowLogger . ROOT_LOGGER . cannotActivateContext ( loc0 , controller . getName ( ) ) ; } return true ; }
20,634
gets institution entity . concode_field_sep Integer holdingsId concode_elem_sep String lastUpdatedBy concode_elem_sep Date lastUpdatedDate concode_elem_sep Date createdDate concode_elem_sep boolean isDeleted concode_elem_sep String createdBy concode_elem_sep List<BibliographicEntity> bibliographicEntities concode_elem_...
InstitutionEntity function ( ) { return institutionEntity ; }
20,635
set the next element . concode_field_sep ChannelMessage msg concode_elem_sep LinkObject next concode_elem_sep InterceptorPayload payload concode_elem_sep Member[] destination concode_elem_sep byte[] key concode_field_sep LinkObject next concode_elem_sep byte[] getKey concode_elem_sep InterceptorPayload getPayload conco...
void function ( LinkObject arg0 ) { this . next = arg0 ; }
20,636
message escaped for html concode_field_sep ChangeLogSet parent concode_elem_sep AbstractBuild<?,?> build concode_elem_sep RepositoryBrowser<?> browser concode_elem_sep Run<?,?> run concode_elem_sep Logger LOGGER concode_field_sep ChangeLogSet getParent concode_elem_sep String getMsg concode_elem_sep User getAuthor conc...
String function ( ) { return Util . escape ( getMsg ( ) ) ; }
20,637
sets the given value as the sole header value for the given key . if the mapping does not already exist , then it is created concode_field_sep HashMap<String,List<String>> map concode_field_sep void add concode_elem_sep Set<Map.Entry<String,List<String>>> entrySet concode_elem_sep boolean containsKey concode_elem_sep C...
void function ( String arg0 , String arg1 ) { LinkedList < String > loc0 = new LinkedList < String > ( ) ; loc0 . add ( arg1 ) ; put ( arg0 , loc0 ) ; }
20,638
return whether children entity references are included in the iterator . 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 con...
boolean function ( ) { return fEntityReferenceExpansion ; }
20,639
returns all modules entries for the specific grade . concode_field_sep DataLayerYschool dataLayerYschool concode_field_sep List<Module> getAllModules concode_elem_sep Module addModule
List < Module > function ( int arg0 ) { Grade loc0 = dataLayerYschool . getGrade ( arg0 ) ; Criteria loc1 = dataLayerYschool . createCriteria ( Module . class ) ; loc1 . add ( Restrictions . eq ( "srini_string" , loc0 ) ) ; return loc1 . list ( ) ; }
20,640
sets the input . this should only be called , if needsinput returns true . concode_field_sep boolean dict_needed concode_elem_sep RawData zstream concode_elem_sep boolean is_finished concode_field_sep void init concode_elem_sep boolean needsDictionary concode_elem_sep int getAdler concode_elem_sep boolean needsInput co...
void function ( byte [ ] arg0 ) { setInput ( arg0 , 0 , arg0 . length ) ; }
20,641
get a named logger concode_field_sep Usage current concode_elem_sep LoggerProvider loggerProvider concode_field_sep void useJDK concode_elem_sep void useLog4j concode_elem_sep void useNone concode_elem_sep void use concode_elem_sep void useSystemProperty
Logger function ( String arg0 ) { return loggerProvider . get ( arg0 ) ; }
20,642
returns the duration in milliseconds . concode_field_sep int MPEG_V2_5 concode_elem_sep int MPEG_V1 concode_elem_sep int MPEG_V2 concode_elem_sep int length concode_elem_sep int LAYER_1 concode_elem_sep int LAYER_2 concode_elem_sep int LAYER_3 concode_elem_sep String version concode_elem_sep int sampleRate concode_elem...
float function ( ) { return duration ; }
20,643
method returns string with total weight and total count of passengers in the stock . concode_field_sep List<Carriage> passengerCarriages concode_field_sep List<Carriage> getPassengerCarriages concode_elem_sep void setPassengerCarriages concode_elem_sep int hashCode concode_elem_sep ArrayList<PassengerCarriage> findByPa...
void function ( ) { System . out . println ( "srini_string" + getTotalCountOfPassengers ( ) + "srini_string" + getTotalWeightOfBaggage ( ) + "srini_string" ) ; }
20,644
get the mocked stdout printstream concode_field_sep PrintStream stdOutOrig concode_elem_sep PrintStream stdOutMock concode_field_sep void setUp concode_elem_sep void tearDown
PrintStream function ( ) { return this . stdOutMock ; }
20,645
gets the value of the id property . concode_field_sep XMLGregorianCalendar createdAt concode_elem_sep String name concode_elem_sep String id concode_elem_sep StateType state concode_elem_sep BigInteger priority concode_elem_sep String type concode_elem_sep XMLGregorianCalendar nextRunAt concode_elem_sep XMLGregorianCal...
String function ( ) { return id ; }
20,646
notification before a compile that a unit is about to be compiled . concode_field_sep int NewWarningCount concode_elem_sep float progressPerCompilationUnit concode_elem_sep int NewErrorCount concode_elem_sep IProgressMonitor monitor concode_elem_sep float percentComplete concode_elem_sep boolean cancelling concode_elem...
void function ( SourceFile arg0 ) { String loc0 = Messages . bind ( Messages . build_compiling , arg0 . resource . getFullPath ( ) . removeLastSegments ( 1 ) . makeRelative ( ) . toString ( ) ) ; subTask ( loc0 ) ; }
20,647
sets the log writer for this datasource object to the given java.io.printwriter object . the log writer is a character output stream to which all logging and tracing messages for this data source will be printed . this includes messages printed by the methods of this object , messages printed by methods of other object...
void function ( PrintWriter arg0 ) { this . logWriter = arg0 ; }
20,648
sets the value of the description property . concode_field_sep String description concode_elem_sep String methodName concode_field_sep String getMethodName concode_elem_sep void setMethodName concode_elem_sep String getDescription
void function ( final String arg0 ) { this . description = arg0 ; }
20,649
creates a range from this charset with qvalue = 1 . concode_field_sep PlaceHolder placeHolder concode_field_sep Charset nioCharset concode_elem_sep HttpCharsetRange withQValue concode_elem_sep Iterable<String> getAliases concode_elem_sep String value
HttpCharsetRange function ( ) { return withQValue ( 1f ) ; }
20,650
return the javamail mimemessage that this mimemailmessage is based on . concode_field_sep MimeMessageHelper helper concode_field_sep void setBcc concode_elem_sep void setBcc concode_elem_sep void setSubject concode_elem_sep MimeMessageHelper getMimeMessageHelper concode_elem_sep void setFrom concode_elem_sep void setCc...
MimeMessage function ( ) { return this . helper . getMimeMessage ( ) ; }
20,651
returns true if the operating system is ios concode_field_sep String os concode_elem_sep boolean doEGLCompositing concode_elem_sep boolean WINDOWS concode_elem_sep boolean useEGL concode_elem_sep boolean ANDROID concode_elem_sep boolean WINDOWS_7_OR_LATER concode_elem_sep boolean MAC concode_elem_sep boolean LINUX conc...
boolean function ( ) { return IOS ; }
20,652
returns a string representation of this object . concode_field_sep HttpServletRequest request concode_field_sep String getCharacterEncoding concode_elem_sep String getContentType concode_elem_sep int getContentLength concode_elem_sep InputStream getInputStream
String function ( ) { return "srini_string" + this . getContentLength ( ) + "srini_string" + this . getContentType ( ) ; }
20,653
set the given , single header value under the given name . concode_field_sep String CONTENT_LENGTH concode_elem_sep String ACK concode_elem_sep Map<String,List<String>> headers concode_elem_sep String LOGIN concode_elem_sep String SERVER concode_elem_sep String SESSION concode_elem_sep String PASSCODE concode_elem_sep ...
void function ( String arg0 , String arg1 ) { List < String > loc0 = new LinkedList < > ( ) ; loc0 . add ( arg1 ) ; headers . put ( arg0 , loc0 ) ; }
20,654
appends the string specified in the constructor to the string passed as argument . concode_field_sep String toAppend concode_elem_sep String[] strings concode_field_sep String with concode_elem_sep String quote concode_elem_sep Object quote concode_elem_sep boolean isEmpty concode_elem_sep String concat concode_elem_se...
String function ( String arg0 ) { if ( ! arg0 . endsWith ( toAppend ) ) return concat ( arg0 , toAppend ) ; return arg0 ; }
20,655
the policy arn . concode_field_sep String policyArn concode_elem_sep String policyName concode_field_sep void setPolicyName concode_elem_sep void setPolicyArn concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Policy clone concode_elem_sep String getPolicyName concode_elem_sep String toStrin...
Policy function ( String arg0 ) { setPolicyArn ( arg0 ) ; return this ; }
20,656
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 _recentLayoutBranchLocalService . arg0 ( arg0 , arg1 , arg2 ) ; }
20,657
return the low address as a dotted ip address . will be zero for cidr/31 and cidr/32 if the inclusive flag is false . concode_field_sep int netmask concode_elem_sep int network concode_elem_sep Pattern addressPattern concode_elem_sep String SLASH_FORMAT concode_elem_sep int NBITS concode_elem_sep int address concode_el...
String function ( ) { return format ( toArray ( low ( ) ) ) ; }
20,658
closes the specified stream . concode_field_sep int IO_BUFFER_SIZE concode_elem_sep String TAG concode_field_sep Bitmap loadBitmap concode_elem_sep void copy
void function ( Closeable arg0 ) { if ( arg0 != null ) { try { arg0 . close ( ) ; } catch ( IOException loc0 ) { android . util . Log . loc0 ( TAG , "srini_string" , loc0 ) ; } } }
20,659
destroy the jobs concurrency service . concode_field_sep Map<String,String> urls concode_field_sep void init concode_elem_sep Class<? extends Service> getInterface concode_elem_sep List<String> getJobIdsForThisServer concode_elem_sep boolean isHighlyAvailableMode concode_elem_sep boolean isJobIdForThisServer concode_el...
void function ( ) { }
20,660
echos exception stack trace . concode_field_sep String IGNITE_PROG_NAME concode_elem_sep String OPTION_LOG_CFG concode_elem_sep String OPTION_MIN_TTL concode_elem_sep String OPTION_CFG concode_elem_sep long DFLT_RUN_TIMEOUT concode_elem_sep long DFLT_MAX_TIMEOUT concode_elem_sep String COPYRIGHT concode_elem_sep String...
void function ( IgniteCheckedException arg0 ) { assert arg0 != null ; System . err . println ( arg0 ) ; }
20,661
get background repeat property . concode_field_sep IModelAdapterHelper helper concode_elem_sep DesignElementHandle elementHandle concode_field_sep int getBackgroundImageHeight concode_elem_sep int getForegroundColor concode_elem_sep ReportDesignHandle getReportDesignHandle concode_elem_sep int getBackgroundColor concod...
int function ( DesignElementHandle arg0 ) { return getRepeat ( arg0 . getStringProperty ( StyleHandle . BACKGROUND_REPEAT_PROP ) ) ; }
20,662
set the sniffer slot of this action . concode_field_sep List sniffedAgents concode_elem_sep AID sniffer concode_elem_sep String password concode_field_sep Iterator getAllSniffedAgents concode_elem_sep void setPassword concode_elem_sep String getPassword concode_elem_sep AID getSniffer concode_elem_sep boolean removeSni...
void function ( AID arg0 ) { sniffer = arg0 ; }
20,663
gets the newuser property . concode_field_sep String COUNTRY_CHINA concode_elem_sep SelectItem[] CITIES_RUSSIA concode_elem_sep String selectedComponent concode_elem_sep String[] selectedCities concode_elem_sep String selectedDrink concode_elem_sep SelectItem[] COMPONENT_ITEMS concode_elem_sep String COUNTRY_UK concode...
boolean function ( ) { return newUser ; }
20,664
setter for the field queryparameters . concode_field_sep Map<String,QueryParameter> queryParameters concode_elem_sep Map<String,Response> responses concode_elem_sep Map<String,Header> headers concode_field_sep void setHeaders concode_elem_sep Map<String,Header> getHeaders concode_elem_sep Map<String,QueryParameter> get...
void function ( Map < String , QueryParameter > arg0 ) { this . queryParameters = arg0 ; }
20,665
return the websockethandler . concode_field_sep boolean running concode_elem_sep Log logger concode_elem_sep WebSocketHandler wsHandler concode_elem_sep HandshakeHandler handshakeHandler concode_elem_sep List<HandshakeInterceptor> interceptors concode_field_sep void stop concode_elem_sep List<HandshakeInterceptor> getH...
WebSocketHandler function ( ) { return this . wsHandler ; }
20,666
resets the formatmanagerlibrary , to be used when a test needs a clean formatmanagerlibrary . concode_field_sep CaseInsensitiveMap<FormatManager<?>> managerNameMap concode_elem_sep Map<Class<?>,FormatManager<?>> managerClassMap concode_field_sep void addFormatManager concode_elem_sep FormatManager<?> getFormatManager c...
void function ( ) { managerNameMap . clear ( ) ; managerClassMap . clear ( ) ; addFormatManager ( new NumberManager ( ) ) ; addFormatManager ( new StringManager ( ) ) ; addFormatManager ( new BooleanManager ( ) ) ; addFormatManager ( new OrderedPairManager ( ) ) ; }
20,667
increment by 1 a given counter by name , if not exists then create it and set its value to 1 concode_field_sep ConcurrentHashMap<String,AtomicLong> counterMap concode_field_sep Map<String,Long> getCounters concode_elem_sep void resetCounter concode_elem_sep AtomicLong getOrCreateCounter
void function ( String arg0 ) { incrementCounter ( arg0 , 1L ) ; }
20,668
writes a checkpoint record to the log . this log record contains the checkpoint operator , and nothing else . concode_field_sep PlaceHolder placeHolder concode_field_sep int op concode_elem_sep void undo concode_elem_sep String toString concode_elem_sep int txNumber
int function ( ) { Object [ ] loc0 = new Object [ ] { CHECKPOINT } ; return logMgr . append ( loc0 ) ; }
20,669
last time decision updated . concode_field_sep String throttleState concode_elem_sep String lastUpdatedTime concode_elem_sep String throttleKey concode_field_sep String getThrottleKey concode_elem_sep void setLastUpdatedTime concode_elem_sep void setThrottleKey concode_elem_sep String getThrottleState concode_elem_sep ...
String function ( ) { return lastUpdatedTime ; }
20,670
a method which will , for a given root folder and nodefactory , return the corresponding rootnode of snippets . concode_field_sep String jsRootPath concode_elem_sep String javaRootPath concode_field_sep Asset getAsset concode_elem_sep VFSFile getJsRootFile concode_elem_sep RootNode getJavaSnippets concode_elem_sep VFSF...
RootNode function ( VFSFile arg0 , NodeFactory arg1 ) { AssetBrowser loc0 = new AssetBrowser ( arg0 , arg1 ) ; return ( RootNode ) loc0 . readAssets ( new RootNode ( ) , null ) ; }
20,671
even though we are passing in the sequence we really only care about the length of the sequence and the offset index in the fasta file . concode_field_sep CompoundSet<NucleotideCompound> compoundSet concode_elem_sep File fastaFile concode_field_sep placeholderType placeHolder
AbstractSequence < NucleotideCompound > function ( String arg0 , long arg1 ) { SequenceFileProxyLoader < NucleotideCompound > loc0 = new SequenceFileProxyLoader < NucleotideCompound > ( fastaFile , new FastaSequenceParser ( ) , arg1 , arg0 . length ( ) , compoundSet ) ; return new DNASequence ( loc0 , compoundSet ) ; }
20,672
utility method that resets the auction item list . this used for demo purposes as the auction items may need to be reset if the bids become too large or have expired . concode_field_sep ArrayList<AuctionItem> auctionItems concode_field_sep void initializeData concode_elem_sep boolean bidOnAuctionItem concode_elem_sep L...
void function ( ) { initializeData ( ) ; }
20,673
create an instance of adspeclistattribute concode_field_sep QName _RequestHeader_QNAME concode_elem_sep QName _ApiExceptionFault_QNAME concode_elem_sep QName _ResponseHeader_QNAME concode_field_sep DisplayAdSpecAdSizeSpec createDisplayAdSpecAdSizeSpec concode_elem_sep IdeaTextFilterSearchParameter createIdeaTextFilterS...
AdSpecListAttribute function ( ) { return new AdSpecListAttribute ( ) ; }
20,674
retuns storage space consumed concode_field_sep String QUOTA_SUMMARY_FORMAT concode_elem_sep String SPACE_QUOTA_SUMMARY_FORMAT concode_elem_sep String STORAGE_TYPE_SUMMARY_FORMAT concode_elem_sep long directoryCount concode_elem_sep String[] QUOTA_HEADER_FIELDS concode_elem_sep String QUOTA_NONE concode_elem_sep long l...
long function ( ) { return spaceConsumed ; }
20,675
get the user id concode_field_sep String passwd concode_elem_sep String orgUnit concode_elem_sep String userId concode_elem_sep String org concode_elem_sep String errStr concode_field_sep void setOrg concode_elem_sep void setErrorString concode_elem_sep void setPassword concode_elem_sep String getPassword concode_elem_...
String function ( ) { return userId ; }
20,676
provides an empty implementation . concode_field_sep PlaceHolder placeHolder concode_field_sep void beforeTestSuiteStarted concode_elem_sep void afterTestMethod concode_elem_sep void beforeTestMethod
void function ( Class < ? > arg0 , Method [ ] arg1 , TestSuiteResult arg2 ) { }
20,677
get the html id of the element t concode_field_sep boolean fired concode_elem_sep boolean submit concode_elem_sep boolean queued concode_elem_sep float fps concode_elem_sep boolean sync concode_elem_sep int sequenceId concode_elem_sep float duration concode_elem_sep String sequence concode_elem_sep float delay concode_...
String function ( ) { return id ; }
20,678
counts the number of dots '' . '' in a string . concode_field_sep String[] BAD_COUNTRY_2LDS concode_field_sep String[] getDNSSubjectAlts concode_elem_sep void verify concode_elem_sep boolean verify concode_elem_sep void verify concode_elem_sep void verify concode_elem_sep String[] getSubjectAlts concode_elem_sep String...
int function ( final String arg0 ) { int loc0 = 0 ; for ( int loc1 = 0 ; loc1 < arg0 . length ( ) ; loc1 ++ ) { if ( arg0 . charAt ( loc1 ) == '.' ) { loc0 ++ ; } } return loc0 ; }
20,679
this is like #remove regioninstance , set except that it will remove the interestin all attributes associated with the given region . if the region is null , this is taken to be a non-ddm request , and as such , all interests regardless of region association will be removed essentially calling #empty . concode_field_se...
void function ( RegionInstance arg0 ) { remove ( arg0 , new HashSet < Integer > ( associations . keySet ( ) ) ) ; }
20,680
set name of current directory for open operation . the contents of this directory will be displayed when open dialog is launched . concode_field_sep int MIN_BLINK_RATE concode_elem_sep int MAX_TAB_SIZE concode_elem_sep String currentSaveDirectory concode_elem_sep int MIN_TAB_SIZE concode_elem_sep EditTabbedPane editTab...
void function ( String arg0 ) { File loc0 = new File ( arg0 ) ; if ( ! loc0 . exists ( ) || ! loc0 . isDirectory ( ) ) { this . currentOpenDirectory = defaultOpenDirectory ; } else { this . currentOpenDirectory = arg0 ; } }
20,681
gets the value of the role property . concode_field_sep String role concode_elem_sep String xmlLang concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep String type concode_elem_sep String title concode_elem_sep String script concode_elem_sep List<JAXBElement<?>>...
String function ( ) { return role ; }
20,682
get the direction sink , src of the template . concode_field_sep String templateName concode_elem_sep PadPresence presence concode_elem_sep PadDirection direction concode_elem_sep Caps caps concode_field_sep PadPresence getPresence concode_elem_sep String getName concode_elem_sep Caps getCaps
PadDirection function ( ) { return direction ; }
20,683
gets the value of the softedge property . concode_field_sep CTFillOverlayEffect fillOverlay concode_elem_sep CTReflectionEffect reflection concode_elem_sep CTBlurEffect blur concode_elem_sep CTInnerShadowEffect innerShdw concode_elem_sep CTPresetShadowEffect prstShdw concode_elem_sep CTSoftEdgesEffect softEdge concode_...
CTSoftEdgesEffect function ( ) { return softEdge ; }
20,684
this is the override of super method . concode_field_sep InvocationHandler handler concode_elem_sep long nextWorkTime concode_elem_sep int errorBlockTime concode_elem_sep String serviceUrl concode_elem_sep Logger LOG concode_field_sep String getServiceUrl concode_elem_sep boolean isReady concode_elem_sep void notReady ...
Object function ( Object arg0 , Method arg1 , Object [ ] arg2 ) { return handler . invoke ( arg0 , arg1 , arg2 ) ; }
20,685
moves the buffer contents from the source offset to the target offset , the areas should not overlap . concode_field_sep byte[] bytes concode_elem_sep int length concode_field_sep void setByte concode_elem_sep void read concode_elem_sep int getByte concode_elem_sep int getShort concode_elem_sep void setShort concode_el...
void function ( final int arg0 , final int arg1 , final int arg2 ) { System . arraycopy ( bytes , arg0 , bytes , arg2 , arg1 ) ; }
20,686
returns true if type represents an in-process connection to a file backed database . concode_field_sep String S_URL_INTERNAL concode_elem_sep String S_DOT concode_elem_sep String S_FILE concode_elem_sep String url_database concode_elem_sep String S_MEM concode_elem_sep String S_ALIAS concode_elem_sep String S_RES conco...
boolean function ( String arg0 ) { if ( arg0 == S_FILE || arg0 == S_RES ) { return true ; } return false ; }
20,687
determine whether the actual routingtable has been changed concode_field_sep boolean retryFailed concode_elem_sep boolean debugDecision concode_elem_sep RoutingNodes routingNodes concode_elem_sep MetaData metaData concode_elem_sep long currentNanoTime concode_elem_sep DiscoveryNodes nodes concode_elem_sep Map<ShardId,S...
boolean function ( ) { return this . changed ; }
20,688
the default behavior of this method is to return getremoteaddr on the wrapped request object . concode_field_sep ServletRequest request concode_field_sep void setRequest concode_elem_sep int getLocalPort concode_elem_sep ServletContext getServletContext concode_elem_sep ServletRequest getRequest concode_elem_sep String...
String function ( ) { return this . request . getRemoteAddr ( ) ; }
20,689
gets the value of the sc 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 sc property . for example , to add a new item , do as follows :...
List < ServiceContainer > function ( ) { if ( sc == null ) { sc = new ArrayList < ServiceContainer > ( ) ; } return this . sc ; }
20,690
rearranges the array in ascending order , using the natural order . concode_field_sep PlaceHolder placeHolder concode_field_sep void exch concode_elem_sep void show concode_elem_sep void main concode_elem_sep boolean less concode_elem_sep boolean less concode_elem_sep boolean isSorted concode_elem_sep boolean isSorted ...
void function ( Comparable [ ] arg0 ) { int loc0 = arg0 . length ; for ( int loc1 = 0 ; loc1 < loc0 ; loc1 ++ ) { int loc2 = loc1 ; for ( int loc3 = loc1 + 1 ; loc3 < loc0 ; loc3 ++ ) { if ( less ( arg0 [ loc3 ] , arg0 [ loc2 ] ) ) loc2 = loc3 ; } exch ( arg0 , loc1 , loc2 ) ; assert isSorted ( arg0 , 0 , loc1 ) ; } as...
20,691
returns true if no font styles are enabled . concode_field_sep Color color concode_elem_sep Font lastFont concode_elem_sep Font lastStyledFont concode_elem_sep boolean bold concode_elem_sep FontMetrics fontMetrics concode_elem_sep boolean italic concode_field_sep boolean isItalic concode_elem_sep FontMetrics getFontMet...
boolean function ( ) { return ! ( bold || italic ) ; }
20,692
gets the value of the arcrole property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep JAXBElement<? extends EngineeringCRSType> engineeringCRS concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_...
String function ( ) { return arcrole ; }
20,693
gets the value of the description property . concode_field_sep String displayName concode_elem_sep String pageTitle concode_elem_sep String description concode_elem_sep String storeDetailedDescription concode_elem_sep String language concode_elem_sep Language locale concode_field_sep String getLanguage concode_elem_sep...
String function ( ) { return description ; }
20,694
to implement org.w3c.dom.svg.svgpathelement #gettotallength . concode_field_sep PlaceHolder placeHolder concode_field_sep SVGPoint getPointAtLength concode_elem_sep int getPathSegAtLength
float function ( SVGOMPathElement arg0 ) { SVGPathContext loc0 = ( SVGPathContext ) arg0 . getSVGContext ( ) ; return loc0 . getTotalLength ( ) ; }
20,695
constructs a new string by decoding the specified array of bytes using the utf-16be charset . concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] getBytesUtf16 concode_elem_sep byte[] getBytesUtf16Le concode_elem_sep String newStringUsAscii concode_elem_sep String newStringUtf8 concode_elem_sep byte[] ge...
String function ( byte [ ] arg0 ) { return StringUtils . newString ( arg0 , CharEncoding . UTF_16BE ) ; }
20,696
execute the query . concode_field_sep String sqlStatement concode_elem_sep Session session concode_elem_sep int headPos concode_elem_sep int currentRowNumber concode_elem_sep int rowScanCount concode_elem_sep long modificationMetaId concode_elem_sep ObjectArray<Parameter> parameters concode_elem_sep boolean prepareAlwa...
ResultInterface function ( int arg0 ) { throw Message . getSQLException ( ErrorCode . METHOD_ONLY_ALLOWED_FOR_QUERY ) ; }
20,697
get the low 8 bytes as a long . concode_field_sep long lo8 concode_elem_sep long hi8 concode_elem_sep Unsigned16 TEN concode_field_sep void add concode_elem_sep Unsigned16 fromDecimal concode_elem_sep void set concode_elem_sep void set concode_elem_sep byte getByte concode_elem_sep long getHigh8 concode_elem_sep void r...
long function ( ) { return lo8 ; }
20,698
caches groups , no need to do that for this provider concode_field_sep Log LOG concode_elem_sep List<GroupMappingServiceProvider> providersList concode_elem_sep String MAPPING_PROVIDERS_CONFIG_KEY concode_elem_sep String MAPPING_PROVIDER_CONFIG_PREFIX concode_elem_sep Configuration conf concode_elem_sep boolean combine...
void function ( ) { }
20,699
sets target report file type for a drill-through action . the format type for action are defined in designchoiceconstants . concode_field_sep String bookmark concode_elem_sep String reportName concode_elem_sep Map searchCriteria concode_elem_sep String targetFileType concode_elem_sep String format concode_elem_sep Map ...
void function ( String arg0 ) { this . targetFileType = arg0 ; }