idx
int64
0
25k
question
stringlengths
72
5.69k
target
stringlengths
21
481
11,600
setter for itemqtydelta concode_field_sep String itemNumber concode_elem_sep String itemQty concode_elem_sep String itemQtyDelta concode_elem_sep String preferredPrefix concode_elem_sep String itemCost concode_elem_sep String nameSpace concode_elem_sep String itemAlert concode_field_sep void setItemQty concode_elem_sep...
void function ( String arg0 ) { this . itemQtyDelta = arg0 ; }
11,601
this method allocates an event given the current state of the xmlstreamreader . if this xmleventallocator does not have a one-to-one mapping between reader state and events this method will return null . concode_field_sep XMLEventFactory factory concode_field_sep void addNamespaces concode_elem_sep void addNamespaces c...
XMLEvent function ( XMLStreamReader arg0 ) { if ( arg0 == null ) throw new XMLStreamException ( CommonResourceBundle . getInstance ( ) . getString ( "srini_string" ) ) ; return getXMLEvent ( arg0 ) ; }
11,602
tests to ensure httpurlconnection #geterrorstream is called when 400 is returned . concode_field_sep OutputStream mOutputStreamMock concode_elem_sep HttpURLConnection mHttpConMock concode_elem_sep ExpectedException mThrown concode_field_sep void testCloseSuccess concode_elem_sep void before concode_elem_sep void testFl...
void function ( ) { when ( mHttpConMock . getResponseCode ( ) ) . thenReturn ( 400 ) ; SwiftOutputStream loc0 = new SwiftOutputStream ( mHttpConMock ) ; loc0 . close ( ) ; verify ( mHttpConMock ) . getErrorStream ( ) ; verify ( mHttpConMock ) . disconnect ( ) ; }
11,603
are we on the last row of the result set ? concode_field_sep ResultSetImpl owner concode_elem_sep ServerPreparedStatement prepStmt concode_elem_sep Field[] metadata concode_elem_sep boolean wasEmpty concode_elem_sep boolean lastRowFetched concode_elem_sep List<ResultSetRow> fetchedRows concode_elem_sep int BEFORE_START...
boolean function ( ) { return this . lastRowFetched && this . currentPositionInFetchedRows == ( this . fetchedRows . size ( ) - 1 ) ; }
11,604
the current execution status details of the cluster step . concode_field_sep String actionOnFailure concode_elem_sep String name concode_elem_sep String id concode_elem_sep HadoopStepConfig config concode_elem_sep StepStatus status concode_field_sep void setName concode_elem_sep StepSummary withStatus concode_elem_sep ...
void function ( StepStatus arg0 ) { this . status = arg0 ; }
11,605
gets #preferencepanel . concode_field_sep IPreferencePanel preferencePanel concode_field_sep placeholderType placeHolder
IPreferencePanel function ( ) { return preferencePanel ; }
11,606
converts the location value to a location symbol , for example , exterior = > ` e ' . concode_field_sep int INTERIOR concode_elem_sep int BOUNDARY concode_elem_sep int NONE concode_elem_sep int EXTERIOR concode_field_sep placeholderType placeHolder
char function ( int arg0 ) { switch ( arg0 ) { case EXTERIOR : return 'e' ; case BOUNDARY : return 'b' ; case INTERIOR : return 'i' ; case NONE : return '-' ; } throw new IllegalArgumentException ( "srini_string" + arg0 ) ; }
11,607
sets the method to reachable using the class clazz . concode_field_sep Hashtable<MainBlock,Boolean> reachableMainBlocks concode_elem_sep HashSet<String> reachableMethods concode_elem_sep Hashtable<ASTNode<?>,Boolean> reachableFuncts concode_elem_sep HashSet<String> processedMethods concode_elem_sep HashSet<String> reac...
boolean function ( ClassDecl arg0 , MethodSig arg1 ) { if ( reachableMethods . add ( getMethodId ( arg0 , arg1 ) ) ) { changed = true ; return true ; } return false ; }
11,608
get the parent node concode_field_sep TreeNode<ValueType> parent concode_elem_sep Set<TreeNode<ValueType>> children concode_elem_sep ValueType value concode_elem_sep Map<String,Object> properties concode_field_sep Collection<TreeNode<ValueType>> getChildren concode_elem_sep ValueType getValue concode_elem_sep int hashC...
TreeNode < ValueType > function ( ) { return parent ; }
11,609
starts a new transaction , and associate it with the calling thread . concode_field_sep List<Synchronization> l concode_elem_sep long serialVersionUID concode_elem_sep DummyTransactionManager tm concode_field_sep void rollback concode_elem_sep void setRollbackOnly concode_elem_sep void setTransactionTimeout concode_ele...
void function ( ) { tm . begin ( ) ; }
11,610
sets the rest-parameters of this method . concode_field_sep String headers concode_elem_sep Collection<RestParameter> restParams concode_elem_sep Collection<PathParameter> pathParams concode_elem_sep String requestMethod concode_elem_sep Collection<BodyParameter> bodyParams concode_elem_sep Collection<RequestParameter>...
void function ( final Collection < RestParameter > arg0 ) { this . restParams = arg0 ; }
11,611
set the context for javacpathfilemanager . concode_field_sep String classLoaderClass concode_elem_sep Charset charset concode_elem_sep Log log concode_elem_sep String defaultEncodingName concode_elem_sep ByteBuffer cached concode_elem_sep Map<JavaFileObject,SoftReference<CharBuffer>> contentCache concode_elem_sep Optio...
void function ( Context arg0 ) { log = Log . instance ( arg0 ) ; options = Options . instance ( arg0 ) ; classLoaderClass = options . get ( "srini_string" ) ; }
11,612
returns a class object that identifies the declared type for the field . concode_field_sep java.lang.reflect.Field field concode_field_sep Class getElementType concode_elem_sep boolean isAccessible concode_elem_sep boolean isStatic concode_elem_sep String getName concode_elem_sep void set concode_elem_sep void setAcces...
Class function ( ) { return field . getType ( ) ; }
11,613
reinitialise . concode_field_sep int bufpos concode_elem_sep boolean prevCharIsLF concode_elem_sep int bufsize concode_elem_sep int available concode_elem_sep java.io.Reader inputStream concode_elem_sep char[] nextCharBuf concode_elem_sep int line concode_elem_sep boolean staticFlag concode_elem_sep int bufcolumn[] con...
void function ( java . io . InputStream arg0 ) { ReInit ( arg0 , 1 , 1 , 4096 ) ; }
11,614
when a call has been trasferred concode_field_sep String PARAM_RESOURCE concode_elem_sep PrintStream stdout concode_elem_sep SipProvider sip_provider concode_elem_sep Log log concode_elem_sep UserAgentProfile user_profile concode_field_sep void onUaCallAccepted concode_elem_sep void onUaCallClosed concode_elem_sep void...
void function ( UserAgent arg0 ) { }
11,615
getchangelisteners concode_field_sep long serialVersionUID concode_elem_sep EventListenerList listenerList concode_elem_sep int index concode_elem_sep ChangeEvent changeEvent concode_field_sep T[] getListeners concode_elem_sep void removeChangeListener concode_elem_sep void fireStateChanged concode_elem_sep void clearS...
ChangeListener [ ] function ( ) { return ( ChangeListener [ ] ) getListeners ( ChangeListener . class ) ; }
11,616
make a new pass factory that only creates one-time passes . concode_field_sep String name concode_elem_sep boolean isOneTimePass concode_elem_sep boolean isCreated concode_field_sep String getName concode_elem_sep CompilerPass createInternal concode_elem_sep boolean isOneTimePass concode_elem_sep CompilerPass create
PassFactory function ( ) { if ( isOneTimePass ( ) ) { return this ; } final PassFactory loc0 = this ; return new PassFactory ( name , true ) { @ Override protected CompilerPass createInternal ( AbstractCompiler arg0 ) { return loc0 . createInternal ( arg0 ) ; } } ; }
11,617
get value of wcpath . concode_field_sep String password concode_elem_sep Date lastCheckDate concode_elem_sep String svnUrl concode_elem_sep Date firstDateCommitted concode_elem_sep SVNWCClient wcClient concode_elem_sep String wcPath concode_elem_sep Long rev concode_elem_sep String username concode_elem_sep Logger LOG ...
String function ( ) { return wcPath ; }
11,618
does not test for multiple qualifiers . this is tested in validationprocessor . concode_field_sep String SET_PREFIX concode_field_sep void qualifierToString concode_elem_sep String get concode_elem_sep String get concode_elem_sep String get concode_elem_sep String rawMembersKey concode_elem_sep String getSetKey
AnnotationMirror function ( List < ? extends AnnotationMirror > arg0 ) { AnnotationMirror loc0 = null ; for ( AnnotationMirror loc1 : arg0 ) { if ( loc1 . getAnnotationType ( ) . asElement ( ) . getAnnotation ( Qualifier . class ) == null ) { continue ; } loc0 = loc1 ; } return loc0 ; }
11,619
the current configuration information for the identity . concode_field_sep CloudFrontOriginAccessIdentityConfig cloudFrontOriginAccessIdentityConfig concode_elem_sep String id concode_elem_sep String s3CanonicalUserId concode_field_sep CloudFrontOriginAccessIdentityConfig getCloudFrontOriginAccessIdentityConfig concode...
void function ( CloudFrontOriginAccessIdentityConfig arg0 ) { this . cloudFrontOriginAccessIdentityConfig = arg0 ; }
11,620
returns whether this map is empty . concode_field_sep int RO_NETWORK_TYPE concode_elem_sep int RO_AVAILABLE_FWD_BW concode_elem_sep String DEFAULT concode_elem_sep String BULK_UPLOAD concode_elem_sep int RO_AVAILABLE_REV_BW concode_elem_sep int RW_MAX_ALLOWED_LATENCY concode_elem_sep HashMap<Integer,String> mCapabiliti...
boolean function ( ) { return mCapabilities . isEmpty ( ) ; }
11,621
return the source folder of this snapshot . concode_field_sep File folder concode_elem_sep Set<String> DOT_FOLDERS concode_elem_sep Set<FileSnapshot> files concode_elem_sep Date time concode_field_sep Set<FileSnapshot> filter concode_elem_sep ChangedFiles getChangedFiles concode_elem_sep int hashCode concode_elem_sep b...
File function ( ) { return this . folder ; }
11,622
update cursor position concode_field_sep int oldRY concode_elem_sep int oldRX concode_elem_sep int rX concode_elem_sep int rY concode_elem_sep int x concode_elem_sep int width concode_elem_sep int y concode_elem_sep int oldHeight concode_elem_sep int hotX concode_elem_sep int hotY concode_elem_sep int oldWidth concode_...
void function ( int arg0 , int arg1 ) { oldRX = rX ; oldRY = rY ; oldWidth = width ; oldHeight = height ; x = arg0 ; y = arg1 ; rX = x - hotX ; rY = y - hotY ; }
11,623
creates a copy . concode_field_sep Problem problem concode_elem_sep MovementModel movementModel concode_elem_sep Solution bestPosition concode_elem_sep Particle[] neighbors concode_elem_sep Solution position concode_elem_sep double[] velocity concode_field_sep double getValue concode_elem_sep void move concode_elem_sep...
Particle function ( ) { Particle loc0 = new Particle ( problem , movementModel ) ; loc0 . movementModel = movementModel ; loc0 . position = position . duplicate ( ) ; loc0 . bestPosition = bestPosition . duplicate ( ) ; loc0 . velocity = velocity . clone ( ) ; loc0 . neighbors = neighbors . clone ( ) ; return loc0 ; }
11,624
indicates whether the given object is not null and is an array . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isNullOrEmpty concode_elem_sep T[] array concode_elem_sep int[] array concode_elem_sep long[] array concode_elem_sep T[] array concode_elem_sep boolean isArrayTypePrimitive concode_elem_s...
boolean function ( Object arg0 ) { return arg0 != null && arg0 . getClass ( ) . isArray ( ) ; }
11,625
sets the value of the tlds property . concode_field_sep Tlds tlds concode_elem_sep ResourceType templateRef concode_elem_sep Documents documents concode_elem_sep Tutorials tutorials concode_field_sep void setTemplateRef concode_elem_sep Tutorials getTutorials concode_elem_sep void setTutorials concode_elem_sep Resource...
void function ( Tlds arg0 ) { this . tlds = arg0 ; }
11,626
option to provide a custom webservicetemplate . this allows for full control over client-side web services handling ; like adding a custom interceptor or specifying a fault resolver , message sender or message factory . concode_field_sep WebServiceMessageFactory messageFactory concode_elem_sep URI outputAction concode_...
void function ( WebServiceTemplate arg0 ) { this . webServiceTemplate = arg0 ; }
11,627
print a line to output with an optional indent . concode_field_sep String newLine concode_elem_sep String tab concode_elem_sep String DEFAULT_TAB concode_elem_sep String semiColon concode_elem_sep String space concode_field_sep void printColumnItem concode_elem_sep void printColumnProperties concode_elem_sep boolean is...
void function ( BufferedWriter arg0 , boolean arg1 , String arg2 ) { if ( arg1 ) arg0 . write ( tab ) ; arg0 . write ( arg2 ) ; }
11,628
setprintlines concode_field_sep InputStream m_inputStream concode_elem_sep int m_height concode_elem_sep int m_width concode_elem_sep String[] m_printLines concode_field_sep int getHeight concode_elem_sep void setInputStream concode_elem_sep int getWidth concode_elem_sep void setHeight concode_elem_sep InputStream getI...
void function ( String [ ] arg0 ) { m_printLines = arg0 ; }
11,629
write the string of r-bit characters to standard output . concode_field_sep int buffer concode_elem_sep int n concode_elem_sep BufferedOutputStream out concode_field_sep void writeByte concode_elem_sep void flush concode_elem_sep void clearBuffer concode_elem_sep void main concode_elem_sep void close concode_elem_sep v...
void function ( String arg0 , int arg1 ) { for ( int loc0 = 0 ; loc0 < arg0 . length ( ) ; loc0 ++ ) write ( arg0 . charAt ( loc0 ) , arg1 ) ; }
11,630
initialize merlin crypto object . concode_field_sep String X509_PKI_PATH concode_elem_sep org.slf4j.Logger LOGGER concode_elem_sep String signaturePropertiesPath concode_elem_sep Merlin merlin concode_elem_sep String BASE64_ENCODING concode_elem_sep Validator validator concode_field_sep boolean canHandleToken concode_e...
void function ( ) { try { merlin = new Merlin ( PropertiesLoader . loadProperties ( signaturePropertiesPath ) , X509PathTokenValidator . class . getClassLoader ( ) , null ) ; } catch ( WSSecurityException | IOException loc0 ) { LOGGER . error ( "srini_string" , loc0 ) ; } }
11,631
this method is used to output log4j internal warning statements . there is no way to disable warning statements . output goes to system.err . concode_field_sep String WARN_PREFIX concode_elem_sep String CONFIG_DEBUG_KEY concode_elem_sep boolean quietMode concode_elem_sep String PREFIX concode_elem_sep String DEBUG_KEY ...
void function ( String arg0 ) { if ( quietMode ) return ; System . err . println ( WARN_PREFIX + arg0 ) ; }
11,632
creates a statechart with an initial region and an initial state concode_field_sep int INITIAL_TEXT_COMPARTMENT_X concode_elem_sep String INITIAL_REGION_NAME concode_elem_sep int INITIAL_REGION_WIDTH concode_elem_sep int SPACING concode_elem_sep int INITIAL_REGION_HEIGHT concode_elem_sep int INITIAL_TEXT_COMPARTMENT_WI...
void function ( Resource arg0 ) { createStatechartModel ( arg0 , DiagramActivator . DIAGRAM_PREFERENCES_HINT ) ; }
11,633
browse node ancestors and return the first table element . concode_field_sep String COL_NODENAME concode_elem_sep TableUtils instance concode_elem_sep String TABLE_NODENAME concode_elem_sep String ROW_NODENAME concode_elem_sep String BODY_NODENAME concode_elem_sep String TBODY_NODENAME concode_elem_sep String COL_HNODE...
TableElement function ( Node arg0 ) { return ( TableElement ) DOMUtils . getInstance ( ) . getFirstAncestor ( arg0 , TABLE_NODENAME ) ; }
11,634
wrap a java.lang.string . concode_field_sep char[] chars concode_elem_sep int hash concode_field_sep String toStringMethod concode_elem_sep int hashCode concode_elem_sep int length concode_elem_sep java.lang.String asString
String function ( java . lang . String arg0 ) { return new String ( arg0 . toCharArray ( ) ) ; }
11,635
override this method to include additional jars to the build process launcher classpath . this may be needed if the plugin provides custom implementation of java compiler which must be loaded by the same classloader as tools.jar concode_field_sep ExtensionPointName<BuildProcessParametersProvider> EP_NAME concode_field_...
List < String > function ( ) { return Collections . emptyList ( ) ; }
11,636
get the ip address of the user concode_field_sep String depositID concode_elem_sep int ACCEPTED concode_elem_sep Logger log concode_elem_sep String onBehalfOf concode_elem_sep String packaging concode_elem_sep boolean verbose concode_elem_sep boolean noOp concode_elem_sep String password concode_elem_sep File file conc...
String function ( ) { return IPAddress ; }
11,637
gets the roletypeid value for this sdkrole . concode_field_sep java.lang.String descr concode_elem_sep java.lang.Integer roleTypeId concode_elem_sep java.lang.String code concode_elem_sep java.lang.String organization concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String name concode_elem_sep...
java . lang . Integer function ( ) { return roleTypeId ; }
11,638
returns the content of this attributes , or null if no content was included concode_field_sep Set<Attribute> attributes concode_elem_sep String id concode_elem_sep URI category concode_elem_sep Node content concode_field_sep String encode concode_elem_sep void encode concode_elem_sep Set<Attribute> getAttributes concod...
Node function ( ) { return content ; }
11,639
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 ( ) ; }
11,640
gets the ancestors of the current node , with the deepest node first . only exposed for testing purposes . concode_field_sep FunctionlessLocalScope iterator concode_elem_sep String varName concode_elem_sep Node lookAhead concode_elem_sep boolean valueHasSideEffects concode_elem_sep Stack<Node> ancestors concode_field_s...
List < Node > function ( ) { List < Node > loc0 = new ArrayList < > ( ancestors ) ; Collections . reverse ( loc0 ) ; return loc0 ; }
11,641
get the language . concode_field_sep Datum datum concode_elem_sep boolean hasChanged concode_elem_sep String level concode_elem_sep String projectNumber concode_elem_sep String language concode_elem_sep String userName concode_elem_sep String projectName concode_field_sep String getProjectName concode_elem_sep boolean ...
String function ( ) { return language ; }
11,642
increases the counter by ` 1 ` . concode_field_sep AtomicLongFieldUpdater<CacheStatisticsImpl> EXPIRIES concode_elem_sep AtomicLongFieldUpdater<CacheStatisticsImpl> PUT_TIME_TAKEN_NANOS concode_elem_sep long creationTime concode_elem_sep AtomicLongFieldUpdater<CacheStatisticsImpl> LAST_UPDATE_TIME concode_elem_sep long...
void function ( ) { HITS . incrementAndGet ( this ) ; setLastAccessTime ( System . currentTimeMillis ( ) ) ; }
11,643
the union of two spans . that is , the minimal span that contains both . concode_field_sep long serialVersionUID concode_elem_sep int start concode_elem_sep int end concode_field_sep Span fromPairOneIndexed concode_elem_sep void expandToInclude concode_elem_sep int distance concode_elem_sep int start concode_elem_sep S...
Span function ( Span arg0 , Span arg1 ) { return Span . fromValues ( Math . min ( arg0 . start , arg1 . start ) , Math . max ( arg0 . end , arg1 . end ) ) ; }
11,644
extracts the blue component , in range 0 , 255 , from the given packed color . concode_field_sep PlaceHolder placeHolder concode_field_sep int red concode_elem_sep float encode concode_elem_sep int argb concode_elem_sep int green concode_elem_sep int withAlpha concode_elem_sep int alpha concode_elem_sep float decodeUpp...
int function ( int arg0 ) { return arg0 & 0xFF ; }
11,645
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 ; }
11,646
get custom deserializer concode_field_sep java.lang.Double quantityAvailable concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Double quantityOnOrder concode_elem_sep java.lang.Double quantityOnHand concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCod...
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 ) ; }
11,647
this method resets the outgoing events . concode_field_sep SCInterfaceImpl sCInterface concode_elem_sep int nextStateIndex concode_elem_sep boolean e1 concode_elem_sep State[] stateVector concode_field_sep SCInterface getSCInterface concode_elem_sep void runCycle concode_elem_sep void enterSequence_main_region_StateB_d...
void function ( ) { }
11,648
detects whether this value represents a json object . if this is the case , this value is an instance of jsonobject . concode_field_sep JsonValue FALSE concode_elem_sep JsonValue NULL concode_elem_sep JsonValue TRUE concode_field_sep JsonValue readFrom concode_elem_sep JsonValue readFrom concode_elem_sep JsonArray asAr...
boolean function ( ) { return false ; }
11,649
create a metricregistry and ensure that this is the one that is returned by #getmetricregistry concode_field_sep Map<Long,PartitionId> partitions concode_elem_sep List<MockDataNodeId> dataNodes concode_elem_sep int numMountPointsPerNode concode_elem_sep boolean partitionsUnavailable concode_elem_sep int numStoresPerMou...
void function ( ) { metricRegistry = new MetricRegistry ( ) ; createNewRegistry = false ; }
11,650
returns true if the asset should always be attempted to be re-downloaded even if there is a loaded asset with the desired checksum . this is used in cases such as http if-modified-since where the only way to tell whether we have the latest version is to actually open up the url and find out . note that if it turns out ...
boolean function ( ) { return isAlwaysDownload ; }
11,651
sets the emitted percentiles . defaults to 50.0 , 90.0 , 95.0 , 99.0 , 99.9 . see defaultcommandlatencycollectoroptions #default_target_percentiles . concode_field_sep boolean DEFAULT_RESET_LATENCIES_AFTER_EVENT concode_elem_sep double[] DEFAULT_TARGET_PERCENTILES concode_elem_sep boolean resetLatenciesAfterEvent conco...
Builder function ( double [ ] arg0 ) { checkArgument ( arg0 != null , "srini_string" ) ; this . targetPercentiles = arg0 ; return this ; }
11,652
sets display . concode_field_sep Object display concode_elem_sep String label concode_elem_sep String value concode_field_sep String getValue concode_elem_sep String getLabel concode_elem_sep void setValue concode_elem_sep void setLabel concode_elem_sep Object getDisplay
void function ( Object arg0 ) { this . display = arg0 ; }
11,653
gets the component id of the commandbutton , in the map ui , corresponding to this time zone . concode_field_sep Polygon mapPolygon concode_elem_sep String id concode_elem_sep String mapCommandButtonId concode_field_sep boolean isRelevantComponentId concode_elem_sep String getId concode_elem_sep Polygon getMapPolygon
String function ( ) { return mapCommandButtonId ; }
11,654
normalize the latitude to lie between + / -90 concode_field_sep double lon concode_elem_sep double lat concode_field_sep void set concode_elem_sep void set concode_elem_sep void set concode_elem_sep double getLongitude concode_elem_sep boolean betweenLon concode_elem_sep double getLatitude concode_elem_sep double lonNo...
double function ( double arg0 ) { if ( arg0 < - 90. ) { return - 90. ; } else if ( arg0 > 90. ) { return 90. ; } else { return arg0 ; } }
11,655
is the tree empty ? concode_field_sep Node<MyType> root concode_field_sep void insertLeft concode_elem_sep Node<MyType> find concode_elem_sep Node<MyType> root concode_elem_sep Node<MyType> findParent concode_elem_sep void clear concode_elem_sep void insert concode_elem_sep void insert concode_elem_sep Node<MyType> del...
boolean function ( ) { return root == null ; }
11,656
generate the html footer for the report style . concode_field_sep NameReferenceGraph graph concode_field_sep void generateType concode_elem_sep int compare concode_elem_sep void generateDeclarationReport concode_elem_sep String getSourceFile concode_elem_sep void generateEdgeReport concode_elem_sep void generateSourceR...
void function ( StringBuilder arg0 ) { arg0 . append ( "srini_string" ) ; }
11,657
this method cuts the current company , department or employee . concode_field_sep Company company concode_elem_sep Basic currentValue concode_field_sep void setName concode_elem_sep Company getCompany concode_elem_sep void setAddress concode_elem_sep Basic getCurrentValue concode_elem_sep String getTotal concode_elem_s...
void function ( ) { if ( currentValue != null ) { if ( currentValue . isCompany ( ) ) { Cut . cut ( ( Company ) currentValue ) ; } else if ( currentValue . isDepartment ( ) ) { Cut . cut ( ( Department ) currentValue ) ; } else if ( currentValue . isEmployee ( ) ) { Cut . cut ( ( Employee ) currentValue ) ; } } }
11,658
lifetime scope of this method is limited depends on the operations performed . rows deleted completely can equal rows produced later . this can return invalid results if used with deleted rows . concode_field_sep RowAction rowAction concode_elem_sep Object[] rowData concode_elem_sep int position concode_elem_sep TableB...
boolean function ( Object arg0 ) { if ( arg0 == this ) { return true ; } if ( arg0 instanceof Row ) { return ( ( Row ) arg0 ) . position == position ; } return false ; }
11,659
loads symmetric secret key with the specified cipher into a secretkeyspec object from a stream . note : this method does n'tclose the supplied stream and will read the entire contents of the stream supplied . concode_field_sep PlaceHolder placeHolder concode_field_sep void writeKey concode_elem_sep void writeKeyToPath ...
SecretKeySpec function ( final byte [ ] arg0 , final SupportedCipherDetails arg1 ) { Validate . notNull ( arg0 , "srini_string" ) ; Validate . notNull ( arg1 , "srini_string" ) ; return new SecretKeySpec ( arg0 , arg1 . getKeyGenerationAlgorithm ( ) ) ; }
11,660
gets the connection timeout in seconds . concode_field_sep String securityGroupName concode_elem_sep String iamRole concode_elem_sep int connectionTimeoutSeconds concode_elem_sep String secretKey concode_elem_sep String accessKey concode_elem_sep String region concode_elem_sep String tagValue concode_elem_sep int CONNE...
int function ( ) { return connectionTimeoutSeconds ; }
11,661
sets the password to use in connecting to remote ssh server . requires keypairprovider to be set to null . concode_field_sep String password concode_elem_sep String host concode_elem_sep int port concode_elem_sep String certResource concode_elem_sep int DEFAULT_SSH_PORT concode_elem_sep String keyType concode_elem_sep ...
void function ( String arg0 ) { this . password = arg0 ; }
11,662
gets the locals array for this instance . concode_field_sep ExecutionStack stack concode_elem_sep IntList subroutines concode_elem_sep LocalsArray locals concode_field_sep void makeInitialized concode_elem_sep Frame subFrameForLabel concode_elem_sep Frame mergeWith concode_elem_sep void initializeWithParameters concode...
LocalsArray function ( ) { return locals ; }
11,663
sets the value of the value property . concode_field_sep String authority concode_elem_sep String value concode_field_sep String getValue concode_elem_sep void setAuthority concode_elem_sep String getAuthority
void function ( String arg0 ) { this . value = arg0 ; }
11,664
if true , instance monitoring is enabled . concode_field_sep Boolean enabled concode_field_sep int hashCode concode_elem_sep Boolean getEnabled concode_elem_sep Boolean isEnabled concode_elem_sep boolean equals concode_elem_sep InstanceMonitoring withEnabled concode_elem_sep InstanceMonitoring clone concode_elem_sep St...
void function ( Boolean arg0 ) { this . enabled = arg0 ; }
11,665
returns a tags object given the tags to apply to the instance . each tag within thelist must comply with rfc1035 . concode_field_sep Function<com.google.api.services.compute.model.Tags,Tags> FROM_PB_FUNCTION concode_elem_sep long serialVersionUID concode_elem_sep List<String> values concode_elem_sep String fingerprint ...
Tags function ( String ... arg0 ) { return newBuilder ( arg0 ) . build ( ) ; }
11,666
returns the sql statement which inserts an event into the sakai_event table . concode_field_sep PlaceHolder placeHolder concode_field_sep String getEventsCountSql concode_elem_sep String getEventSql concode_elem_sep String getMaxEventIdSql
String function ( ) { return "srini_string" + "srini_string" + "srini_string" + "srini_string" + "srini_string" + "srini_string" + "srini_string" + "srini_string" ; }
11,667
gets the value of the lastmodifieddatetime property . concode_field_sep Long totalEstimatedConcurrentUsers concode_elem_sep List<String> adTags concode_elem_sep DateTime lastModifiedDateTime concode_elem_sep DateTime startDateTime concode_elem_sep List<String> contentUrls concode_elem_sep String liveStreamEventCode con...
DateTime function ( ) { return lastModifiedDateTime ; }
11,668
getter method concode_field_sep String pendingWith concode_elem_sep String subCategory concode_elem_sep String dateAndTime concode_elem_sep String ticketNo concode_elem_sep String subSubCategory concode_elem_sep String pendingWithUser concode_elem_sep String customerId concode_elem_sep String loggedBy concode_elem_sep ...
String function ( ) { return expectedResolveDate ; }
11,669
get the name . concode_field_sep String name concode_elem_sep String link concode_elem_sep String description concode_field_sep void setLink concode_elem_sep void setName concode_elem_sep String getLink concode_elem_sep String toString concode_elem_sep void setDescription concode_elem_sep String getDescription
String function ( ) { return this . name ; }
11,670
access to the batch 's map of statements keyed by sql statement string . concode_field_sep JdbcCoordinator jdbcCoordinator concode_elem_sep SqlExceptionHelper sqlExceptionHelper concode_elem_sep SqlStatementLogger sqlStatementLogger concode_elem_sep CoreMessageLogger LOG concode_elem_sep LinkedHashMap<String,PreparedSt...
LinkedHashMap < String , PreparedStatement > function ( ) { return statements ; }
11,671
remove item from queue , if present . concode_field_sep Set<T> members concode_elem_sep Queue<T> queue concode_field_sep boolean contains concode_elem_sep boolean addIfNotPresent concode_elem_sep boolean isEmpty concode_elem_sep void clear concode_elem_sep T poll
boolean function ( T arg0 ) { this . queue . remove ( arg0 ) ; return this . members . remove ( arg0 ) ; }
11,672
returns the transparency code for this gradientpaint instance . this is derived from the two color objects used in creating thisobject : if both colors are opaque , this method returns transparency #opaque , otherwise it returns transparency #translucent . concode_field_sep float y1 concode_elem_sep float x1 concode_el...
int function ( ) { if ( c1 . getAlpha ( ) == 255 && c2 . getAlpha ( ) == 255 ) return Transparency . OPAQUE ; else return Transparency . TRANSLUCENT ; }
11,673
removes all the releases from the database . concode_field_sep ReleasePersistence _persistence concode_field_sep int countAll concode_elem_sep void cacheResult concode_elem_sep void cacheResult concode_elem_sep Release fetchByServletContextName concode_elem_sep Release fetchByServletContextName concode_elem_sep int cou...
void function ( ) { getPersistence ( ) . removeAll ( ) ; }
11,674
if true the datastore supports using the provided feature id in the data insertion workflow as opposed to generating a new id . in that case it will look into the user data map feature #getuserdata for a hints #use_provided_fid key associated to a boolean #true value , if the key/value pair is there an attempt to use t...
boolean function ( ) { return false ; }
11,675
returns the next available hypothesis utterance . concode_field_sep ReferenceFile referenceFile concode_elem_sep Iterator<HypothesisWord> iterator concode_elem_sep BufferedReader reader concode_elem_sep List<HypothesisWord> words concode_elem_sep boolean isSilenceGap concode_elem_sep float startTime concode_elem_sep fl...
HypothesisUtterance function ( ) { String loc0 = reader . readLine ( ) ; if ( loc0 != null ) { utteranceCount ++ ; HypothesisUtterance loc1 = new HypothesisUtterance ( loc0 ) ; if ( loc1 . getWordCount ( ) <= 0 ) { return nextUtterance ( ) ; } else { return loc1 ; } } else { return null ; } }
11,676
sets the value of the description property . concode_field_sep MethodParams methodParams concode_elem_sep Description description concode_elem_sep String ejbName concode_elem_sep String methodName concode_elem_sep String methodIntf concode_elem_sep String id concode_field_sep void setMethodIntf concode_elem_sep String ...
void function ( final Description arg0 ) { this . description = arg0 ; }
11,677
setter method for end date concode_field_sep String ticklerText concode_elem_sep String endDate concode_elem_sep String ticklerId concode_elem_sep String description concode_elem_sep String circleId concode_elem_sep String ticklerName concode_elem_sep String startDate concode_elem_sep String status concode_field_sep St...
void function ( String arg0 ) { this . endDate = arg0 ; }
11,678
set session cookies attribute httponly . concode_field_sep Duration expires concode_elem_sep String path concode_elem_sep String idName concode_elem_sep String domain concode_elem_sep boolean secure concode_elem_sep boolean httpOnly concode_field_sep SessionCookieConfig expires concode_elem_sep void setDomain concode_e...
void function ( boolean arg0 ) { this . httpOnly = arg0 ; }
11,679
package protected check should fail concode_field_sep int field concode_elem_sep int dummy concode_elem_sep int ASDF concode_elem_sep String first concode_elem_sep String second concode_field_sep void method5 concode_elem_sep void method6 concode_elem_sep void method8 concode_elem_sep void method1 concode_elem_sep void...
void function ( ) { }
11,680
get the process cpu user time . supported platforms : all . concode_field_sep XContentBuilderString SYS concode_elem_sep XContentBuilderString PERCENT concode_elem_sep XContentBuilderString TOTAL_VIRTUAL concode_elem_sep long openFileDescriptors concode_elem_sep XContentBuilderString TOTAL_VIRTUAL_IN_BYTES concode_elem...
TimeValue function ( ) { return user ( ) ; }
11,681
creates a marker for a label . concode_field_sep int MAX_DISK_CACHE_BYTES concode_elem_sep String TILE_PATH concode_elem_sep String[] mapTileAssets concode_elem_sep String TAG concode_field_sep DiskLruCache openDiskCache concode_elem_sep boolean hasTile concode_elem_sep boolean hasInfoSessionList concode_elem_sep Marke...
MarkerOptions function ( IconGenerator arg0 , String arg1 , LatLng arg2 , String arg3 ) { final BitmapDescriptor loc0 = BitmapDescriptorFactory . fromBitmap ( arg0 . makeIcon ( arg3 ) ) ; return new MarkerOptions ( ) . arg2 ( arg2 ) . title ( arg1 ) . loc0 ( loc0 ) . anchor ( 0.5f , 0.5f ) . visible ( false ) ; }
11,682
retrieve the raster image data stored in this iioimage or null if this image stores data using the renderedimage representation . concode_field_sep RenderedImage image concode_elem_sep IIOMetadata metadata concode_elem_sep Raster raster concode_elem_sep List thumbnails concode_field_sep List getThumbnails concode_elem_...
Raster function ( ) { return raster ; }
11,683
gives the byte representation of a bomb . a white bomb , if the fuse has a length of 2 ^ n , a black bomb otherwise . concode_field_sep byte WHITE_BOMB concode_elem_sep byte BYTE_FOR_EMPTY concode_elem_sep byte BLACK_BOMB concode_field_sep byte byteForBlast
byte function ( Bomb arg0 ) { if ( Integer . bitCount ( arg0 . fuseLength ( ) ) == 1 ) { return WHITE_BOMB ; } else { return BLACK_BOMB ; } }
11,684
creates a aggregationstrategybeanadapter for using a pojo as the aggregation strategy . concode_field_sep PlaceHolder placeHolder concode_field_sep AggregationStrategy beanAllowNull concode_elem_sep AggregationStrategy beanAllowNull concode_elem_sep AggregationStrategy groupedExchange concode_elem_sep FlexibleAggregati...
AggregationStrategy function ( Object arg0 , String arg1 ) { return new AggregationStrategyBeanAdapter ( arg0 , arg1 ) ; }
11,685
this hook method will be invoked when the dfs finishes the visit of an element . since there is no return parameter this method will not effect the algorithms behaviour . concode_field_sep int linkCount concode_elem_sep Map myVisitedElements concode_elem_sep Iterator myElements concode_elem_sep boolean done concode_fie...
void function ( Object arg0 , int arg1 , int arg2 ) { }
11,686
returns a properties map representing the object 's osgi bean properties . concode_field_sep PlaceHolder placeHolder concode_field_sep Set<Class<?>> interfaces concode_elem_sep Object _convert concode_elem_sep Type _getType concode_elem_sep Class<?> _getTypeClass concode_elem_sep Map<String,Object> toMap concode_elem_s...
Map < String , Object > function ( Object arg0 ) { Class < ? extends Object > loc0 = arg0 . getClass ( ) ; OSGiBeanProperties loc1 = loc0 . getAnnotation ( OSGiBeanProperties . class ) ; if ( loc1 == null ) { return null ; } return toMap ( loc1 ) ; }
11,687
this method is called to verify that the options supplied by the caller are valid . this is not required of doclets . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean start concode_elem_sep int optionLength
boolean function ( String [ ] [ ] arg0 , DocErrorReporter arg1 ) { return ( true ) ; }
11,688
get the current chunk , or , if there is no current chunk , allocate a new one from the jvm . concode_field_sep AtomicInteger allocCount concode_elem_sep int chunkSize concode_elem_sep long[] data concode_elem_sep int size concode_elem_sep int offset concode_elem_sep int maxAlloc concode_elem_sep int OOM concode_elem_s...
Chunk function ( ) { while ( true ) { Chunk loc0 = curChunk . get ( ) ; if ( loc0 != null ) { return loc0 ; } loc0 = new Chunk ( chunkSize ) ; if ( curChunk . compareAndSet ( null , loc0 ) ) { loc0 . init ( ) ; return loc0 ; } } }
11,689
sets the elevation fo the request concode_field_sep Request request concode_elem_sep String BACKGROUND_COLOR_DEFAULT concode_elem_sep String exceptionFormat concode_elem_sep Crs crs concode_elem_sep BoundingBox bbox concode_elem_sep String backgroundColor concode_elem_sep GetMapFormat format concode_elem_sep List<Dimen...
GetMapRequestBuilder function ( @ Nullable String arg0 ) { this . elevation = arg0 ; return this ; }
11,690
sets the csv file name . concode_field_sep String lastUpdated concode_elem_sep String seasonalAdj concode_elem_sep String csvFileName concode_elem_sep String units concode_elem_sep String title concode_elem_sep String frequency concode_field_sep String getLastUpdated concode_elem_sep String toTsvHeader concode_elem_sep...
SeriesIdItem function ( String arg0 ) { this . csvFileName = arg0 ; return this ; }
11,691
sets the field delimiter . by default , the delimiter is a comma . concode_field_sep boolean alwaysQuote concode_elem_sep char delimiter concode_elem_sep Character escape concode_elem_sep String[] comments concode_elem_sep char quote concode_elem_sep boolean whitespaceAllowed concode_elem_sep String recordTerminator co...
void function ( char arg0 ) { this . delimiter = arg0 ; }
11,692
sets streaming mode on . in this case , the data will be streamed to the server in chunks as it is read from disk rather than buffered in memory . many servers are not compatible with this feature . concode_field_sep JsonClientCaller caller concode_elem_sep int asyncJobCheckTimeScalePercent concode_elem_sep long asyncJ...
void function ( boolean arg0 ) { caller . setStreamingModeOn ( arg0 ) ; }
11,693
updates the content of the text area . this method will be called by an observable element . if the observable is a mailsaver object , the text area will contain the content of the last received email ; if the observable is a clearallbutton object , the text area will be cleared . concode_field_sep JScrollPane lastMail...
void function ( Observable arg0 , Object arg1 ) { if ( arg0 instanceof MailSaver ) { EmailModel loc0 = ( EmailModel ) arg1 ; lastMailArea . setText ( loc0 . getEmailStr ( ) ) ; } else if ( arg0 instanceof ClearAllButton ) { lastMailArea . setText ( "srini_string" ) ; } }
11,694
gets delivery location . concode_field_sep Integer bibId concode_elem_sep String collectionGroupDesignation concode_elem_sep String summaryHoldings concode_elem_sep String requestingInstitution concode_elem_sep String deliveryLocation concode_elem_sep String requestType concode_elem_sep String author concode_elem_sep S...
String function ( ) { return deliveryLocation ; }
11,695
returns the create date of this password tracker . concode_field_sep PasswordTracker _passwordTracker concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void se...
Date function ( ) { return _passwordTracker . getCreateDate ( ) ; }
11,696
get the value in form of a boolean expression . returns true , false , or null . in this database , everything can be a condition . concode_field_sep boolean addedToFilter concode_field_sep String getSchemaName concode_elem_sep String getColumnName concode_elem_sep Expression getNonAliasExpression concode_elem_sep Stri...
Boolean function ( Session arg0 ) { return getValue ( arg0 ) . getBoolean ( ) ; }
11,697
setter for x concode_field_sep int x concode_elem_sep int y concode_field_sep int getX concode_elem_sep void setY concode_elem_sep int getY concode_elem_sep Object twoFunctionsOfX concode_elem_sep boolean overloadedStatic concode_elem_sep boolean overloadedStatic
void function ( int arg0 ) { this . x = arg0 ; }
11,698
removes a service listener from the given bundle context . this method simply takes care of any exceptions that might be thrown in case the context is invalid . concode_field_sep Log log concode_field_sep void dispatchServiceRegistrationEvents concode_elem_sep void addSingleServiceListener concode_elem_sep void addSing...
boolean function ( BundleContext arg0 , ServiceListener arg1 ) { if ( arg0 == null || arg1 == null ) return false ; try { arg0 . removeServiceListener ( arg1 ) ; return true ; } catch ( IllegalStateException loc0 ) { } return false ; }
11,699
sets value of the nioreactorpnames #content_buffer_size parameter . concode_field_sep PlaceHolder placeHolder concode_field_sep void setSelectInterval concode_elem_sep void setGracePeriod concode_elem_sep int getContentBufferSize concode_elem_sep void setInterestOpsQueueing concode_elem_sep boolean getInterestOpsQueuei...
void function ( final HttpParams arg0 , int arg1 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } arg0 . setIntParameter ( CONTENT_BUFFER_SIZE , arg1 ) ; }