idx
int64
0
25k
question
stringlengths
72
5.69k
target
stringlengths
21
481
24,700
is the given node red as opposed to black ? to prevent having an extra word in the data array , we just the low bit on the left child index . concode_field_sep int root concode_elem_sep DynamicIntArray data concode_elem_sep int ELEMENT_SIZE concode_elem_sep int RIGHT_OFFSET concode_elem_sep int size concode_elem_sep in...
boolean function ( int arg0 ) { return arg0 != NULL && ( data . get ( arg0 * ELEMENT_SIZE + LEFT_OFFSET ) & 1 ) == 1 ; }
24,701
return the number of seconds after which this payload should expire . 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_CHARACTER_ENCODING conco...
int function ( ) { return expiry ; }
24,702
refills the input buffer . concode_field_sep int ZZ_NO_MATCH concode_elem_sep String ZZ_ATTRIBUTE_PACKED_0 concode_elem_sep CharSequence zzBuffer concode_elem_sep String ZZ_ROWMAP_PACKED_0 concode_elem_sep String ZZ_TRANS_PACKED_0 concode_elem_sep int ZZ_UNKNOWN_ERROR concode_elem_sep int ZZ_PUSHBACK_2BIG concode_elem_...
boolean function ( ) { return true ; }
24,703
history metadata participant concode_field_sep String emailDescription concode_elem_sep Actor actor concode_elem_sep ExtraData extraData concode_elem_sep String activityDescriptionKey concode_elem_sep String emailDescriptionKey concode_elem_sep String descriptionKey concode_elem_sep String description concode_elem_sep ...
void function ( Actor arg0 ) { this . cause = arg0 ; }
24,704
sets the type of script file , currently 0 for text default 1 for binary and 3 for compressed concode_field_sep Log lLog concode_elem_sep LockFile lf concode_field_sep void checkpoint concode_elem_sep void releaseLock concode_elem_sep void openLog concode_elem_sep boolean closeLog concode_elem_sep boolean hasLog concod...
void function ( int arg0 ) { if ( lLog != null ) { lLog . setScriptType ( arg0 ) ; } }
24,705
return the column number on a playing board that corresponds to row r and column c of a board turned so that row 0 is in direction side as specified by the definitions of north , east , etc. . so , if side is north , then tiltcol simply returns c since in that case , the board is not turned . if side is west , then row...
int function ( Side arg0 , int arg1 , int arg2 ) { switch ( arg0 ) { case NORTH : return arg2 ; case EAST : return SIZE - 1 - arg1 ; case SOUTH : return SIZE - 1 - arg2 ; case WEST : return arg1 ; default : throw new IllegalArgumentException ( "srini_string" ) ; } }
24,706
get the header for this particular stats block concode_field_sep String statName concode_elem_sep int floor concode_elem_sep String explanation concode_elem_sep String sectionHeader concode_elem_sep String resultName concode_elem_sep List<Stat> stats concode_field_sep void add concode_elem_sep void add concode_elem_sep...
String function ( ) { return this . sectionHeader ; }
24,707
returns the description of this shopping category . concode_field_sep ShoppingCategory _shoppingCategory concode_field_sep void setName concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep ShoppingCategory getWrappedShoppingCategory concode_elem_sep void setGroupId concode_elem_sep java.lang.String getName...
java . lang . String function ( ) { return _shoppingCategory . getDescription ( ) ; }
24,708
set sticky status of button concode_field_sep Drawable iconDrawable concode_elem_sep Bitmap thumb concode_elem_sep int icon concode_elem_sep int actionId concode_elem_sep boolean sticky concode_elem_sep String title concode_elem_sep boolean selected concode_field_sep int getActionId concode_elem_sep boolean haveIcon co...
void function ( boolean arg0 ) { this . sticky = arg0 ; }
24,709
get the inputformat class for the job . concode_field_sep JobID jobId concode_elem_sep Credentials credentials concode_elem_sep UserGroupInformation ugi concode_elem_sep org.apache.hadoop.mapred.JobConf conf concode_field_sep String[] toTimestampStrs concode_elem_sep JobID getJobID concode_elem_sep Path[] getLocalCache...
Class < ? extends InputFormat < ? , ? >> function ( ) { return ( Class < ? extends InputFormat < ? , ? >> ) conf . getClass ( INPUT_FORMAT_CLASS_ATTR , TextInputFormat . class ) ; }
24,710
binds the frame buffer and sets the viewport accordingly , so everything gets drawn to it . concode_field_sep int stencilbufferHandle concode_elem_sep int depthStencilPackedBufferHandle concode_elem_sep boolean hasStencil concode_elem_sep boolean hasDepth concode_elem_sep Pixmap.Format format concode_elem_sep int frame...
void function ( ) { bind ( ) ; setFrameBufferViewport ( ) ; }
24,711
return type metadata object concode_field_sep com.google.api.ads.dfp.axis.v201405.Stats stats concode_elem_sep com.google.api.ads.dfp.axis.v201405.Long_StatsMapEntry[] creativeSetStats concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.google.api.ads.dfp.axis.v20...
org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; }
24,712
tear down after testing . concode_field_sep String webUrl concode_elem_sep WebClient webClient concode_field_sep void testDirectoryFlowWithTemplate concode_elem_sep void setUpClass concode_elem_sep void doTest concode_elem_sep void testJarFlowWithTemplate concode_elem_sep void setUp concode_elem_sep void tearDownClass
void function ( ) { webClient . closeAllWindows ( ) ; }
24,713
get custom serializer concode_field_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.math.BigInteger target_id concode_elem_sep java.math.BigInteger id concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep com.intellij.tasks.mantis.model.ObjectRef...
org . apache . axis . encoding . Serializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanSerializer ( arg1 , arg2 , typeDesc ) ; }
24,714
enabled statistics collection for this cache concode_field_sep long maxEntries concode_elem_sep long timeToLiveSeconds concode_elem_sep long timeToIdleSeconds concode_elem_sep boolean stats concode_elem_sep boolean eternal concode_field_sep Properties getAll concode_elem_sep long getTimeToIdleSeconds concode_elem_sep S...
void function ( boolean arg0 ) { this . stats = arg0 ; }
24,715
creates a new hibernate sessionfactory using a programmaticconfiguration . concode_field_sep String USER_CACHE_NAME concode_elem_sep List<String> ENTITY_NAMES concode_elem_sep String UPDATE_TIMESTAMPS_CACHE_NAME concode_elem_sep String POST_CACHE_NAME concode_elem_sep String HIBERNATE_CFG concode_elem_sep String JDBC_U...
SessionFactory function ( URL arg0 ) { ServiceRegistryBuilder loc0 = new ServiceRegistryBuilder ( ) ; loc0 . applySetting ( "srini_string" , JDBC_URL ) ; loc0 . applySetting ( "srini_string" , true ) ; return new Configuration ( ) . configure ( arg0 ) . buildSessionFactory ( loc0 . buildServiceRegistry ( ) ) ; }
24,716
gets whether the driver was loaded from a deployment unit . concode_field_sep ModuleIdentifier moduleName concode_elem_sep String driverClassName concode_elem_sep String xaDataSourceClassName concode_elem_sep String driverName concode_elem_sep String dataSourceClassName concode_elem_sep String deploymentUnitName concod...
boolean function ( ) { return deploymentUnitName != null ; }
24,717
gets string representation of nameaddress concode_field_sep String name concode_elem_sep SipURL url concode_field_sep boolean hasDisplayName concode_elem_sep void removeDisplayName concode_elem_sep void setAddress concode_elem_sep String getDisplayName concode_elem_sep boolean equals concode_elem_sep boolean equals con...
String function ( ) { String loc0 ; if ( hasDisplayName ( ) ) loc0 = "srini_string" = "srini_string" + url + "srini_string" ; else loc0 = "srini_string" + url + "srini_string" ; return loc0 ; }
24,718
a full description of the tasks that were run . each task that was successfully placed on your cluster are described here . concode_field_sep com.amazonaws.internal.SdkInternalList<Failure> failures concode_elem_sep com.amazonaws.internal.SdkInternalList<Task> tasks concode_field_sep java.util.List<Task> getTasks conco...
void function ( java . util . Collection < Task > arg0 ) { if ( arg0 == null ) { this . tasks = null ; return ; } this . tasks = new com . amazonaws . internal . SdkInternalList < Task > ( arg0 ) ; }
24,719
returns the position of this vdoc org . concode_field_sep vdocOrg _vdocOrg concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep java.lang.String getName concode_elem_sep boolean isEscapedModel concode_elem_sep java.lang.String getOrgId concode_elem_sep boolean isCachedMode...
int function ( ) { return _vdocOrg . getPosition ( ) ; }
24,720
the method is called when the html opening tag like < table > is found or if the parser concludes that the one should be present in the current position . the method is called immediately before calling the handlestarttag . concode_field_sep DTD dtd concode_elem_sep boolean strict concode_elem_sep gnu.javax.swing.text....
void function ( TagElement arg0 ) { }
24,721
reset this counter all counter below it in the hierarchy concode_field_sep CounterNode curNode concode_elem_sep Logger log concode_elem_sep String hierarchy concode_elem_sep ArrayDeque<CounterNode> stack concode_elem_sep String QUOTED_SEP concode_elem_sep List<String> hierarchyElements concode_elem_sep DebugCounterImpl...
void function ( ) { for ( DebugCounterImpl loc0 : this ) { loc0 . reset ( ) ; } }
24,722
this exceptionhandler rethrows java.util.concurrent.executionexception s and logs com.hazelcast.core.memberleftexception s to the log . concode_field_sep ILogger LOGGER concode_elem_sep ExceptionHandler IGNORE_ALL_EXCEPTIONS concode_elem_sep ExceptionHandler RETHROW_EVERYTHING concode_elem_sep ExceptionHandler RETHROW_...
ExceptionHandler function ( final String arg0 , final Level arg1 ) { if ( LOGGER . isLoggable ( arg1 ) ) { return new ExceptionHandler ( ) { @ Override public void handleException ( Throwable arg2 ) { LOGGER . log ( arg1 , arg0 , arg2 ) ; } } ; } return IGNORE_ALL_EXCEPTIONS ; }
24,723
the maximum duration for this decision task . the task is considered timed out if it does not completed within this duration . the duration is specified in seconds ; an integer greater than or equal to 0 . the value `` none '' can be used to specify unlimited duration . constraints : length : 0 - 8 concode_field_sep St...
void function ( String arg0 ) { this . startToCloseTimeout = arg0 ; }
24,724
return the description given to the calendar instance by its creator if any . concode_field_sep String description concode_elem_sep TimeZone timeZone concode_elem_sep long serialVersionUID concode_elem_sep Calendar baseCalendar concode_field_sep java.util.Calendar getStartOfDayJavaCalendar concode_elem_sep java.util.Ca...
String function ( ) { return description ; }
24,725
gets an address . concode_field_sep ArrayList addresses concode_field_sep MailboxList flatten concode_elem_sep void print concode_elem_sep int size concode_elem_sep void main concode_elem_sep AddressList parse
Address function ( int arg0 ) { if ( 0 > arg0 || size ( ) <= arg0 ) throw new IndexOutOfBoundsException ( ) ; return ( Address ) addresses . get ( arg0 ) ; }
24,726
gets the value of the finished property . concode_field_sep Result result concode_elem_sep List<Mapper> mapper concode_elem_sep XMLGregorianCalendar finished concode_elem_sep long serialVersionUID concode_elem_sep Type type concode_elem_sep List<Sync> sync concode_elem_sep XMLGregorianCalendar begin concode_elem_sep Ex...
XMLGregorianCalendar function ( ) { return finished ; }
24,727
gets the value of the catlst property . concode_field_sep CTOfficeArtExtensionList extLst concode_elem_sep String minVer concode_elem_sep CTCategories catLst concode_elem_sep List<CTName> title concode_elem_sep String defStyle concode_elem_sep Integer resId concode_elem_sep String uniqueId concode_elem_sep List<CTDescr...
CTCategories function ( ) { return catLst ; }
24,728
return the hour . concode_field_sep int[] dataValues concode_elem_sep int HOUR concode_elem_sep int MONTH concode_elem_sep int ACCESS concode_elem_sep int YEAR concode_elem_sep int MINUTE concode_elem_sep int DAY concode_elem_sep Calendar when concode_elem_sep int NUMBER_OF_FIELDS concode_field_sep int getYear concode_...
int function ( ) { return dataValues [ HOUR ] ; }
24,729
unpack a float from the stream . if the next item in the buffer is not of the right type then an ioexception is thrown . concode_field_sep ByteArrayInputStream _inputStream concode_elem_sep boolean _valid concode_elem_sep byte[] _byteArray concode_elem_sep DataInputStream _input concode_field_sep char unpackChar concod...
float function ( ) { if ( ! _valid ) throw new IOException ( tsLogger . i18NLogger . get_state_InputBuffer_8 ( ) ) ; _valid = false ; float loc0 = _input . readFloat ( ) ; _valid = true ; return loc0 ; }
24,730
warning log message . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d concode_elem_sep void s...
void function ( String arg0 , String arg1 ) { if ( LOG . WARN >= LOGLEVEL ) Log . w ( arg0 , arg1 ) ; }
24,731
open video file or a capturing device for video capturing the methods first call `` videocapture.release '' to close the already opened file or camera . concode_field_sep long nativeObj concode_field_sep boolean n_isOpened concode_elem_sep boolean n_read concode_elem_sep boolean isOpened concode_elem_sep boolean read c...
boolean function ( int arg0 ) { boolean loc0 = n_open ( nativeObj , arg0 ) ; return loc0 ; }
24,732
closes the underlying framer . no-op if the framer has already been closed . concode_field_sep Phase outboundPhase concode_elem_sep Phase inboundPhase concode_elem_sep int onReadyThreshold concode_elem_sep DecompressorRegistry decompressorRegistry concode_elem_sep MessageFramer framer concode_elem_sep int numSentBytesQ...
void function ( ) { if ( ! framer . isClosed ( ) ) { framer . close ( ) ; } }
24,733
direct access to id bytes for subclassing . concode_field_sep byte[] id concode_elem_sep int hash concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep byte[] getBytes
Object function ( ) { return id ; }
24,734
substract operation concode_field_sep PlaceHolder placeHolder concode_field_sep double add concode_elem_sep double div concode_elem_sep double mul
double function ( double arg0 , double arg1 ) { return arg0 - arg1 ; }
24,735
the id of the new amazon machine image ami . concode_field_sep String imageId concode_field_sep void setImageId concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep RegisterImageResult withImageId concode_elem_sep String toString
String function ( ) { return imageId ; }
24,736
clear the tableview and the selected accounts in the guicontroller mock concode_field_sep GuiControllerMock guiController concode_elem_sep TableView<Object> contentTable concode_elem_sep Field tableView concode_elem_sep ContentTableController table concode_field_sep void testInsertOneAccount concode_elem_sep void setUp...
void function ( ) { guiController . clear ( ) ; contentTable . getItems ( ) . clear ( ) ; }
24,737
determines if the given expression is independent of any variable . an independent expression guarantee not to throw any exception . concode_field_sep int POW concode_elem_sep int ADD concode_elem_sep int MUL concode_elem_sep int FUNC concode_field_sep boolean isVar concode_elem_sep boolean isNum concode_elem_sep int g...
boolean function ( Expression arg0 ) { return ( arg0 instanceof ConstantNode ) || ( arg0 instanceof NumberNode ) ; }
24,738
the id of the ebs snapshot . concode_field_sep String snapshotId concode_elem_sep com.amazonaws.internal.ListWithAutoConstructFlag<ProductCode> productCodes concode_elem_sep com.amazonaws.internal.ListWithAutoConstructFlag<CreateVolumePermission> createVolumePermissions concode_field_sep DescribeSnapshotAttributeResult...
void function ( String arg0 ) { this . snapshotId = arg0 ; }
24,739
add this timedoptag to the underlying trace if there is one . optionally log it 's contents if no trace is active . if an active trace was found and org.apache.usergrid.persistence.cassandra.util.tracetag #getopcount exceeded #getflushatopcount , then the trace is dumped to the reporter and org.apache.usergrid.persiste...
void function ( TimedOpTag arg0 ) { if ( isActive ( ) ) { TraceTag loc0 = acquire ( ) ; if ( loc0 . getOpCount ( ) >= flushAtOpCount ) { traceTagReporter . report ( loc0 ) ; loc0 . removeOps ( ) ; } loc0 . add ( arg0 ) ; } else { if ( reportUnattached ) { traceTagReporter . reportUnattached ( arg0 ) ; } } }
24,740
sets the given mimetype and displayname of the document this metadata refers to , and the given keyalias , which will be used to encrypt or decrypt it . concode_field_sep String mimeType concode_elem_sep Logger LOG concode_elem_sep String keyAlias concode_elem_sep KeyManager keyManager concode_elem_sep Crypto crypto co...
void function ( String arg0 , String arg1 , String arg2 ) { this . mimeType = arg0 ; this . displayName = arg1 ; this . keyAlias = arg2 ; }
24,741
the normal way to write file data as opposed to header data or padding using this class . concode_field_sep int DEFAULT_BLOCKS_PER_RECORD concode_elem_sep int DEFAULT_COMPRESSION concode_elem_sep byte[] ZERO_BLOCK concode_elem_sep OutputStream writeStream concode_elem_sep boolean debug concode_elem_sep int NO_COMPRESSI...
void function ( int arg0 ) { write ( writeBuffer , arg0 ) ; }
24,742
this should only be called inside state ; other methods should call org.opentripplanner.routing.core.state.getbacktrip concode_field_sep long serialVersionUID concode_elem_sep UniqueIdGenerator<Edge> idGenerator concode_elem_sep Class<? extends Vertex>[] classes concode_elem_sep ValidVertexTypes VALID_VERTEX_TYPES conc...
Trip function ( ) { return null ; }
24,743
reset the index as empty . concode_field_sep int[] hashTable concode_elem_sep boolean fixedSize concode_elem_sep int newNodePointer concode_elem_sep int elementCount concode_elem_sep int[] linkTable concode_elem_sep int reclaimedNodePointer concode_field_sep void resetTables concode_elem_sep int getLookup concode_elem_...
void function ( ) { int loc0 = linkTable . length ; int [ ] loc1 = linkTable ; while ( -- loc0 >= 0 ) { loc1 [ loc0 ] = 0 ; } resetTables ( ) ; }
24,744
return system time in seconds concode_field_sep boolean running concode_elem_sep long total concode_elem_sep long last_time concode_field_sep void resume concode_elem_sep double read concode_elem_sep double stop concode_elem_sep void start
void function ( ) { running = false ; last_time = 0 ; total = 0 ; }
24,745
returns the host name . concode_field_sep String hostname concode_elem_sep String lcHostname concode_elem_sep int port concode_elem_sep long serialVersionUID concode_elem_sep String schemeName concode_elem_sep String DEFAULT_SCHEME_NAME concode_field_sep int getPort concode_elem_sep String toHostString concode_elem_sep...
String function ( ) { return this . hostname ; }
24,746
returns a string representation of this object ; useful for testing and debugging . concode_field_sep String sqlInjectionMatchSetId concode_elem_sep String name concode_field_sep void setName concode_elem_sep String getSqlInjectionMatchSetId concode_elem_sep String getName concode_elem_sep int hashCode concode_elem_sep...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getSqlInjectionMatchSetId ( ) != null ) loc0 . append ( "srini_string" + getSqlInjectionMatchSetId ( ) + "srini_string" ) ; if ( getName ( ) != null ) loc0 . append ( "srini_string" + getName ( ) ) ; loc0 . append...
24,747
compares 2 components by name . useful for example to display components in alphabetic order . concode_field_sep library.LogicalPart logical_part concode_elem_sep int no concode_elem_sep boolean on_front concode_elem_sep String name concode_elem_sep boolean position_fixed concode_elem_sep Point location concode_elem_se...
int function ( Object arg0 ) { if ( arg0 instanceof Component ) { return this . name . compareToIgnoreCase ( ( ( Component ) arg0 ) . name ) ; } return 1 ; }
24,748
create an index condition with the compare type in_query and with the given parameters . concode_field_sep int START concode_elem_sep int END concode_elem_sep List<Expression> expressionList concode_elem_sep int SPATIAL_INTERSECTS concode_elem_sep int compareType concode_elem_sep Expression expression concode_elem_sep ...
IndexCondition function ( ExpressionColumn arg0 , Query arg1 ) { IndexCondition loc0 = new IndexCondition ( Comparison . IN_QUERY , arg0 , null ) ; loc0 . expressionQuery = arg1 ; return loc0 ; }
24,749
sets the value of the postroll property . concode_field_sep Boolean unlimitedEndDateTime concode_elem_sep StartDateTimeType startDateTimeType concode_elem_sep BaseAdRuleSlot preroll concode_elem_sep Integer maxImpressionsPerLineItemPerStream concode_elem_sep Integer priority concode_elem_sep DateTime endDateTime concod...
void function ( BaseAdRuleSlot arg0 ) { this . postroll = arg0 ; }
24,750
sets the value of the summary property . concode_field_sep String summary concode_elem_sep AlertKey alert concode_elem_sep String detail concode_elem_sep TypeComAlertPriority priority concode_field_sep AlertKey getAlert concode_elem_sep String getSummary concode_elem_sep void setDetail concode_elem_sep String getDetail...
void function ( String arg0 ) { this . summary = arg0 ; }
24,751
helper for success callbacks that just returns the status.ok by default concode_field_sep String callbackId concode_elem_sep CordovaWebView webView concode_elem_sep int changingThreads concode_elem_sep String LOG_TAG concode_elem_sep boolean finished concode_field_sep boolean isChangingThreads concode_elem_sep String g...
void function ( int arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . OK , arg0 ) ) ; }
24,752
gets the value of the max property . concode_field_sep String unit concode_elem_sep BigDecimal min concode_elem_sep BigDecimal max concode_elem_sep BigInteger decimals concode_elem_sep String label concode_elem_sep String position concode_elem_sep String value concode_field_sep void setMax concode_elem_sep String getLa...
BigDecimal function ( ) { return max ; }
24,753
returns the standard spannable factory . concode_field_sep Spannable.Factory sInstance concode_field_sep void removeSpan concode_elem_sep void setSpan concode_elem_sep Spannable newSpannable
Spannable . Factory function ( ) { return sInstance ; }
24,754
returns the raw non-generic type for this type . concode_field_sep Class<? super T> rawType concode_elem_sep int hashCode concode_elem_sep Type type concode_field_sep Type resolveType concode_elem_sep TypeLiteral<?> resolve concode_elem_sep TypeLiteral<?> getFieldType concode_elem_sep List<TypeLiteral<?>> getParameterT...
Class < ? super T > function ( ) { return rawType ; }
24,755
this implementation does nothing . concode_field_sep ArrayContentProvider instance concode_field_sep Object[] getElements concode_elem_sep void dispose concode_elem_sep ArrayContentProvider getInstance
void function ( Viewer arg0 , Object arg1 , Object arg2 ) { }
24,756
called whenever the osgi framework stops our bundle concode_field_sep Logger logger concode_elem_sep BundleContext context concode_field_sep void start concode_elem_sep BundleContext getContext
void function ( BundleContext arg0 ) { context = null ; logger . debug ( "srini_string" ) ; }
24,757
tests whether or not this oid equals another . concode_field_sep byte[] der concode_elem_sep long serialVersionUID concode_elem_sep int[] components concode_elem_sep String strRep concode_elem_sep boolean relative concode_field_sep OID getParent concode_elem_sep OID getChild concode_elem_sep int[] getIDs concode_elem_s...
boolean function ( Object arg0 ) { if ( ! ( arg0 instanceof OID ) ) return false ; return java . util . Arrays . equals ( components , ( ( OID ) arg0 ) . components ) ; }
24,758
return the init param for org.icefaces.compressdom concode_field_sep boolean ariaEnabledFlag concode_elem_sep String ICEFACES_ENV_CONFIG concode_elem_sep boolean autoRenderFlag concode_elem_sep String ICEFACES_AUTOID concode_elem_sep String ICEFACES_AUTO concode_elem_sep boolean autoIdFlag concode_elem_sep boolean comp...
boolean function ( ) { return compressDOMFlag ; }
24,759
if the position offset of a fragment is less than negative one or greater than one , returning true will set the fragment alpha to 0f . otherwise fragment alpha is always defaulted to 1f . concode_field_sep PlaceHolder placeHolder concode_field_sep void onPostTransform concode_elem_sep void transformPage concode_elem_s...
boolean function ( ) { return true ; }
24,760
all edges in this graph concode_field_sep int E concode_elem_sep List<Edge>[] adj concode_elem_sep int V concode_field_sep int E concode_elem_sep int V concode_elem_sep Iterable<Edge> adj concode_elem_sep void addEdge
Iterable < Edge > function ( ) { List < Edge > loc0 = new ArrayList < Edge > ( ) ; for ( int loc1 = 0 ; loc1 < V ; loc1 ++ ) { for ( Edge loc2 : adj ( loc1 ) ) { if ( loc2 . other ( loc1 ) > loc1 ) loc0 . add ( loc2 ) ; } } return loc0 ; }
24,761
get the internal set of objectives corresponding to a given criteria . concode_field_sep GlowServer server concode_elem_sep HashMap<String,Set<GlowScore>> scoreMap concode_elem_sep EnumMap<DisplaySlot,GlowObjective> displaySlots concode_elem_sep HashMap<String,GlowObjective> objectives concode_elem_sep HashMap<OfflineP...
Set < GlowObjective > function ( String arg0 ) { Set < GlowObjective > loc0 = criteriaMap . get ( arg0 ) ; if ( loc0 == null ) { loc0 = new HashSet < > ( ) ; criteriaMap . put ( arg0 , loc0 ) ; } return loc0 ; }
24,762
removes this instance as a listener for the specified text component . concode_field_sep JTextObserver singleton concode_field_sep void focusGained concode_elem_sep void addTextComponent concode_elem_sep void focusLost concode_elem_sep JTextObserver getInstance
void function ( final JTextComponent arg0 ) { if ( singleton == null ) { singleton = new JTextObserver ( ) ; } arg0 . removeFocusListener ( singleton ) ; }
24,763
this method properly formats a given xml string . concode_field_sep Logger logger concode_field_sep String convertXMLToProperties concode_elem_sep String convertXMLToJSON concode_elem_sep String convertJSONToYAML concode_elem_sep String convertXMLtoString concode_elem_sep String convertJSONToXML concode_elem_sep String...
String function ( String arg0 ) { Source loc0 = new StreamSource ( new StringReader ( arg0 ) ) ; return convertXMLSourceToString ( loc0 ) ; }
24,764
return the number of items that have been entered into the dataset . concode_field_sep int count concode_elem_sep double squareSum concode_elem_sep double sum concode_field_sep double getStandardDeviation concode_elem_sep double getMin concode_elem_sep double getMax concode_elem_sep double getMean concode_elem_sep void...
int function ( ) { return count ; }
24,765
gets all the headers with the given name that were on the origin response . concode_field_sep Map<String,String> variantMap concode_elem_sep StatusLine statusLine concode_elem_sep HeaderGroup responseHeaders concode_elem_sep Resource resource concode_elem_sep Date requestDate concode_elem_sep long serialVersionUID conc...
Header [ ] function ( String arg0 ) { return responseHeaders . getHeaders ( arg0 ) ; }
24,766
factory method for exceptions concode_field_sep E _exception concode_elem_sep boolean _useValue concode_elem_sep V _value concode_field_sep ValueOrException<V,E> makeValue concode_elem_sep V getValue
ValueOrException < V , E > function ( E arg0 ) { return new ValueOrException < V , E > ( null , arg0 , false ) ; }
24,767
returns the value in quotes . concode_field_sep String val concode_elem_sep long serialVersionUID concode_field_sep String getValue concode_elem_sep ValueExp apply concode_elem_sep void setMBeanServer
String function ( ) { return "srini_string" + val + "srini_string" ; }
24,768
expose game state as string useful for debugging purposes . concode_field_sep IPlayer original concode_elem_sep IGameState state concode_elem_sep int ply concode_elem_sep int numStates concode_field_sep IGameMove bestMove concode_elem_sep MoveEvaluation minimax
String function ( ) { return state . toString ( ) ; }
24,769
returns a clone of this object . concode_field_sep long serialVersionUID concode_elem_sep Object obj concode_elem_sep Comparable x concode_field_sep Object getObject concode_elem_sep int hashCode concode_elem_sep Comparable getComparable concode_elem_sep boolean equals concode_elem_sep int compareTo concode_elem_sep vo...
Object function ( ) { return super . clone ( ) ; }
24,770
get custom serializer concode_field_sep com.intellij.tasks.mantis.model.AccountData owner concode_elem_sep java.math.BigInteger project_id concode_elem_sep java.lang.String filter_string concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.Boolean is_public concode_elem_sep java.lang.String name co...
org . apache . axis . encoding . Serializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanSerializer ( arg1 , arg2 , typeDesc ) ; }
24,771
removes any constant columns from the given dataset . concode_field_sep Node node concode_elem_sep int column concode_field_sep List<Node> getNodes concode_elem_sep int getColumn
DataSet function ( DataSet arg0 ) { return DataUtils . removeConstantColumns ( arg0 ) ; }
24,772
gets an instance of the schedulable factory concode_field_sep TaskFactory factory concode_elem_sep Log log concode_field_sep Task createInstance
TaskFactory function ( ) { return factory ; }
24,773
used to respond to server sasl tokens . concode_field_sep String secretKeyId concode_elem_sep SecretKeyHolder secretKeyHolder concode_elem_sep Logger logger concode_elem_sep SaslServer saslServer concode_elem_sep String QOP_AUTH_CONF concode_elem_sep String QOP_AUTH concode_elem_sep String DEFAULT_REALM concode_elem_se...
byte [ ] function ( byte [ ] arg0 ) { try { return saslServer != null ? saslServer . evaluateResponse ( arg0 ) : new byte [ 0 ] ; } catch ( SaslException loc2 ) { throw Throwables . propagate ( loc2 ) ; } }
24,774
returns the longest prefix from a given set of ` prefixes ' that are contained in ` path ' . i.e the closest ancestor directory containing path . returns null if none found . concode_field_sep Logger LOG concode_elem_sep boolean LOG_FINER concode_elem_sep Path workspace concode_elem_sep String[] prefixes concode_elem_s...
PackageIdentifier function ( PackageIdentifier arg0 , ImmutableSet < PackageIdentifier > arg1 ) { for ( int loc0 = arg0 . getPackageFragment ( ) . segmentCount ( ) ; loc0 >= 0 ; loc0 -- ) { PackageIdentifier loc1 = createInRepo ( arg0 , arg0 . getPackageFragment ( ) . subFragment ( 0 , loc0 ) ) ; if ( arg1 . contains (...
24,775
return the url to the object . concode_field_sep IURLProvider2 urlProvider concode_field_sep String toString
URL function ( ) { return urlProvider . getLaunchableURL ( ) ; }
24,776
removes the cell comment , if present concode_field_sep boolean dropDown concode_elem_sep ValidationCondition NOT_EQUAL concode_elem_sep Logger logger concode_elem_sep DataValiditySettingsRecord validationSettings concode_elem_sep ValidationCondition NOT_BETWEEN concode_elem_sep boolean dataValidation concode_elem_sep ...
void function ( ) { comment = null ; if ( commentDrawing != null ) { writableCell . removeComment ( commentDrawing ) ; commentDrawing = null ; } }
24,777
adds ifd data . if ifd data of the same type already exists , it will be replaced by the new data . concode_field_sep byte[] USER_COMMENT_JIS concode_elem_sep byte[] USER_COMMENT_ASCII concode_elem_sep byte[] mThumbnail concode_elem_sep ByteOrder mByteOrder concode_elem_sep ArrayList<byte[]> mStripBytes concode_elem_se...
void function ( IfdData arg0 ) { mIfdDatas [ arg0 . getId ( ) ] = arg0 ; }
24,778
returns a random item from the given list , or null is the list is empty concode_field_sep char[] ALPHANUMERIC_CHARS concode_field_sep float nextFloat concode_elem_sep float nextFloat concode_elem_sep Vector3f nextVector3f concode_elem_sep Vector3f nextVector3f concode_elem_sep Vector3f nextVector3f concode_elem_sep Ve...
T function ( List < T > arg0 ) { if ( arg0 . isEmpty ( ) ) { return null ; } return arg0 . get ( nextInt ( arg0 . size ( ) ) ) ; }
24,779
dom : implements svgangle #setvalueinspecifiedunits float . concode_field_sep short unitType concode_elem_sep String[] UNITS concode_elem_sep double[][] K concode_elem_sep float value concode_field_sep float getValue concode_elem_sep float getValueInSpecifiedUnits concode_elem_sep void revalidate concode_elem_sep void ...
void function ( float arg0 ) { revalidate ( ) ; this . value = arg0 ; reset ( ) ; }
24,780
gets the colldetailfkinpk . concode_field_sep Integer masterId concode_elem_sep Vector collDetailFKinPK concode_elem_sep Vector collDetailFKnoPK concode_elem_sep String masterText concode_field_sep String getMasterText concode_elem_sep void setMasterId concode_elem_sep Vector getCollDetailFKnoPK concode_elem_sep Intege...
Vector function ( ) { return collDetailFKinPK ; }
24,781
initializes the rrd directories . concode_field_sep Logger logger concode_elem_sep NodeDao m_nodeDao concode_elem_sep VmwareDatacollectionConfigDao m_vmwareDatacollectionConfigDao concode_field_sep void initDatabaseConnectionFactory concode_elem_sep void release concode_elem_sep void release concode_elem_sep void initi...
void function ( ) { final File loc0 = new File ( m_vmwareDatacollectionConfigDao . getRrdPath ( ) ) ; if ( ! loc0 . isDirectory ( ) && ! loc0 . mkdirs ( ) ) { throw new RuntimeException ( "srini_string" + m_vmwareDatacollectionConfigDao . getRrdPath ( ) ) ; } }
24,782
add a range scanner which takes a single reading and is located at the centre of the robot facing forward . concode_field_sep Line[] m_footprint concode_elem_sep float m_trackWidth concode_elem_sep ArrayList<RangeScannerDescription> m_rangeScanners concode_elem_sep ArrayList<Line[]> m_touchSensors concode_elem_sep floa...
RangeScannerDescription function ( ) { return addRangeScanner ( new Pose ( 0f , 0f , 0f ) , new float [ ] { 0f } , 2.40f , 0.03f , 0.03f , 10f ) ; }
24,783
get the classloader . concode_field_sep PlaceHolder placeHolder concode_field_sep String getSystemProperty concode_elem_sep Subject createSubject concode_elem_sep Set<PasswordCredential> getPasswordCredentials concode_elem_sep StackTraceElement[] getStackTrace concode_elem_sep ClassLoader getThreadContextClassLoader co...
ClassLoader function ( final Class < ? > arg0 ) { if ( System . getSecurityManager ( ) == null ) return arg0 . getClassLoader ( ) ; return AccessController . doPrivileged ( new PrivilegedAction < ClassLoader > ( ) { public ClassLoader run ( ) { return arg0 . getClassLoader ( ) ; } } ) ; }
24,784
returns a string indicating the shape of the maparea , suitable for use in an html image map . concode_field_sep String POLYGON_SHAPE concode_elem_sep String RECTANGLE_SHAPE concode_elem_sep char _SEPARATOR concode_elem_sep String _shape concode_elem_sep String _coords concode_field_sep void _init concode_elem_sep Stri...
String function ( ) { return _shape ; }
24,785
adds an indexrequest to the list of actions to execute . follows the same behavior of indexrequest for example , if no id is provided , one will be generated , or usage of the create flag . concode_field_sep BulkRequestHandler bulkRequestHandler concode_elem_sep int concurrentRequests concode_elem_sep AtomicLong execut...
BulkProcessor function ( IndexRequest arg0 ) { return add ( ( ActionRequest < ? > ) arg0 ) ; }
24,786
this method writes the collection meta-data to the specified location in the repository . concode_field_sep String START_TIME_PROP concode_elem_sep String ZK_STATE_DIR concode_elem_sep String INDEX_VERSION_PROP concode_elem_sep ZkStateReader zkStateReader concode_elem_sep Logger log concode_elem_sep String CONFIG_STATE...
void function ( URI arg0 , String arg1 , String arg2 , DocCollection arg3 ) { URI loc0 = repository . resolve ( arg0 , arg1 , ZK_STATE_DIR , COLLECTION_PROPS_FILE ) ; try ( OutputStream loc1 = repository . createOutput ( loc0 ) ) { loc1 . write ( Utils . toJSON ( Collections . singletonMap ( arg2 , arg3 ) ) ) ; } }
24,787
removes a uri from the collection . concode_field_sep List<URI> all concode_elem_sep Set<URI> unique concode_field_sep void add concode_elem_sep boolean contains concode_elem_sep List<URI> getAll
boolean function ( final URI arg0 ) { boolean loc0 = this . unique . remove ( arg0 ) ; if ( loc0 ) { Iterator < URI > loc1 = this . all . iterator ( ) ; while ( loc1 . hasNext ( ) ) { URI loc2 = loc1 . next ( ) ; if ( loc2 . equals ( arg0 ) ) { loc1 . remove ( ) ; } } } return loc0 ; }
24,788
determine if the specified instance is equal to thespecified candidate . concode_field_sep Collection<? extends T> excludes concode_elem_sep boolean matchIfEmpty concode_elem_sep Collection<? extends T> includes concode_field_sep String toString
boolean function ( T arg0 , T arg1 ) { return arg0 . equals ( arg1 ) ; }
24,789
setter method for the customer segment classification concode_field_sep String percentCancelled concode_elem_sep String percentUR concode_elem_sep String percentClosed concode_elem_sep String subSubType concode_elem_sep String type concode_elem_sep String totalSR concode_elem_sep String retailerSegment concode_elem_sep...
void function ( String arg0 ) { this . customerSegment = arg0 ; }
24,790
returns the next object , or null if we are at eof . concode_field_sep ObjectOutputStream output concode_elem_sep ObjectInputStream input concode_elem_sep Reader reader concode_elem_sep Writer writer concode_field_sep void flush concode_elem_sep Reader reader concode_elem_sep OutputStream getOutputStream concode_elem_s...
Serializable function ( ) { try { return ( Serializable ) checkNotNull ( input . readObject ( ) ) ; } catch ( EOFException loc0 ) { return null ; } catch ( ClassNotFoundException loc0 ) { throw new AssertionError ( loc0 ) ; } }
24,791
gets the value of the subscriberusage 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 subscriberusage property . for example , to add a ...
List < StackableSubscriberUsage > function ( ) { if ( subscriberUsage == null ) { subscriberUsage = new ArrayList < StackableSubscriberUsage > ( ) ; } return this . subscriberUsage ; }
24,792
returns true if the specified element implements markupattributes and has one or more attributes to write . concode_field_sep OutputStreamCounter os concode_elem_sep byte NEWLINE concode_elem_sep Document document concode_elem_sep Rectangle pageSize concode_elem_sep byte EQUALS concode_elem_sep boolean closeStream conc...
boolean function ( Element arg0 ) { return ( arg0 instanceof MarkupAttributes && ! ( ( ( MarkupAttributes ) arg0 ) . getMarkupAttributeNames ( ) . isEmpty ( ) ) ) ; }
24,793
sets the value of the from property . concode_field_sep STEditAs editAs concode_elem_sep CTGroupShape grpSp concode_elem_sep CTGraphicalObjectFrame graphicFrame concode_elem_sep CTMarker from concode_elem_sep CTMarker to concode_elem_sep CTPicture pic concode_elem_sep CTAnchorClientData clientData concode_elem_sep CTSh...
void function ( CTMarker arg0 ) { this . from = arg0 ; }
24,794
gets the value of the description property . concode_field_sep String m_sName concode_elem_sep String m_sDescription concode_elem_sep List<MockJAXBIssue> m_aIssue concode_elem_sep long m_nID concode_field_sep void setName concode_elem_sep String getName concode_elem_sep MockJAXBIssue getOnlyIssue concode_elem_sep List<...
String function ( ) { return m_sDescription ; }
24,795
sets the action type for this request concode_field_sep ActionType actionType concode_elem_sep String data concode_elem_sep ArrayList<String> suggestions concode_elem_sep String to concode_elem_sep Filters filters concode_elem_sep String message concode_elem_sep String title concode_elem_sep String objectId concode_fie...
Builder function ( ActionType arg0 ) { this . actionType = arg0 ; return this ; }
24,796
return an inputstream allowing access to the resource at the specified context-relative path . concode_field_sep PrintWriter myLogWriter concode_elem_sep Hashtable myAttributes concode_elem_sep URL myResourceBaseURL concode_field_sep Enumeration getServletNames concode_elem_sep String getServerInfo concode_elem_sep URL...
InputStream function ( String arg0 ) { try { return ( getResource ( arg0 ) . openStream ( ) ) ; } catch ( Throwable loc0 ) { return ( null ) ; } }
24,797
return the sql dialect for the given statement in the procedure concode_field_sep URL xmlSchemaURL concode_elem_sep Map<String,Map<String,String>> dialectsMap concode_elem_sep String xmlContext concode_elem_sep Logger LOG concode_elem_sep DatabaseType dbType concode_elem_sep DatabaseType DEFAULT_DB_TYPE concode_elem_se...
String function ( String arg0 , String arg1 ) { Map < String , String > loc0 = this . dialectsMap . get ( arg0 ) ; if ( loc0 != null ) { return ( loc0 . get ( arg1 ) ) ; } return ( null ) ; }
24,798
delete from browse listener concode_field_sep int ST_UPDATE concode_elem_sep boolean iseditable concode_elem_sep int ST_NORECORD concode_elem_sep BrowsableData m_bd concode_elem_sep EventListenerList listeners concode_elem_sep int INX_EOF concode_elem_sep int m_iIndex concode_elem_sep DirtyManager m_Dirty concode_elem_...
void function ( BrowseListener arg0 ) { listeners . remove ( BrowseListener . class , arg0 ) ; }
24,799
validates that the confirmation matches the new password . concode_field_sep String m_newPwd concode_elem_sep CmsObject m_cms concode_elem_sep String m_confirmation concode_elem_sep String m_userName concode_elem_sep String m_currentPwd concode_field_sep String getNewPwd concode_elem_sep String getCurrentPwd concode_el...
void function ( ) { if ( ! getNewPwd ( ) . equals ( getConfirmation ( ) ) ) { throw new CmsIllegalArgumentException ( Messages . get ( ) . container ( Messages . ERR_NEWPWD_MISMATCH_0 ) ) ; } }