idx
int64
0
25k
question
stringlengths
72
5.69k
target
stringlengths
21
481
22,900
test that , even if the other node is not active , we are able to bootstrap standby from it . concode_field_sep MiniDFSCluster cluster concode_elem_sep NameNode nn0 concode_elem_sep int STARTING_PORT concode_elem_sep int maxNNCount concode_elem_sep Log LOG concode_field_sep void setupCluster concode_elem_sep void testD...
void function ( ) { cluster . transitionToStandby ( 0 ) ; assertSuccessfulBootstrapFromIndex ( 1 ) ; }
22,901
is the phone column rendered ? concode_field_sep boolean renderFirstName concode_elem_sep boolean multipleSelection concode_elem_sep boolean renderLastName concode_elem_sep boolean renderPhone concode_elem_sep Person[] personsList concode_elem_sep List selectedRows concode_elem_sep String scrollableHeight concode_elem_...
boolean function ( ) { return renderPhone ; }
22,902
returns the check out date of this checkout . concode_field_sep Checkout _checkout concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel concode_el...
Date function ( ) { return _checkout . getCheckOutDate ( ) ; }
22,903
called by the system when the user grants permissions concode_field_sep Activity activity concode_elem_sep CordovaPlugin permissionResultCallback concode_elem_sep int resultCode concode_elem_sep int activityResultRequestCode concode_elem_sep Intent intent concode_elem_sep Bundle savedPluginState concode_elem_sep String...
void function ( int arg0 , String [ ] arg1 , int [ ] arg2 ) { if ( permissionResultCallback != null ) { permissionResultCallback . onRequestPermissionResult ( arg0 , arg1 , arg2 ) ; permissionResultCallback = null ; } }
22,904
gets a variable 's absolute path name . the dot character ' . ' is used to separate groups . concode_field_sep Map<String,Variable> map concode_field_sep Variable get concode_elem_sep void clear concode_elem_sep boolean isEmpty concode_elem_sep VariableMap create concode_elem_sep VariableMap create concode_elem_sep voi...
String function ( Variable arg0 ) { return arg0 . getName ( ) ; }
22,905
sets the name of this portlet item . concode_field_sep PortletItem _portletItem concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_elem_...
void function ( java . lang . String arg0 ) { _portletItem . setName ( arg0 ) ; }
22,906
. additionally , it starts processing event annotations . concode_field_sep Logger LOGGER concode_elem_sep EventListenerRegistryService eventListenerRegistry concode_field_sep void processAnnotations concode_elem_sep void processAnnotations concode_elem_sep void registerHandlers concode_elem_sep void postProcessBeforeD...
Object function ( Object arg0 , String arg1 ) { processAnnotations ( arg0 , arg1 ) ; return arg0 ; }
22,907
gets the reviewid instance from the reviewidname . returns null if the reviewidname does not exist . concode_field_sep JupiterLogger log concode_elem_sep boolean isDefaultLoaded concode_elem_sep String DEFAULT_ID concode_elem_sep Map<String,ReviewId> reviewIdMap concode_elem_sep Property property concode_elem_sep Prope...
ReviewId function ( String arg0 ) { return this . reviewIdMap . get ( arg0 ) ; }
22,908
returns true if the change set was ran previously . concode_field_sep CheckSum currentCheckSum concode_elem_sep RanChangeSet ranChangeSet concode_elem_sep String comments concode_elem_sep Set<ChangeSetFilterResult> filterResults concode_elem_sep Date dateLastExecuted concode_elem_sep String description concode_elem_sep...
boolean function ( ) { return previouslyRan ; }
22,909
genrates the schema using mappings from the `` hibernate_mappings.hbm.xml '' file . concode_field_sep Log m_log concode_field_sep void main
void function ( ) { Configuration loc0 = new Configuration ( ) . addResource ( "srini_string" ) ; SchemaExport loc1 = new SchemaExport ( loc0 ) ; loc1 . create ( true , true ) ; }
22,910
this method resets the incoming events time events included . concode_field_sep long number concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep boolean reset concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep void init concode_elem_sep SCInterface getSCInterface concode...
void function ( ) { sCInterface . clearEvents ( ) ; }
22,911
returns a copy of the current board concode_field_sep char NONE concode_elem_sep char RED concode_elem_sep int columns concode_elem_sep int rows concode_elem_sep char[][] board concode_elem_sep char YELLOW concode_field_sep char checkAlignment concode_elem_sep void play concode_elem_sep int putPiece concode_elem_sep vo...
char [ ] [ ] function ( ) { return board ; }
22,912
register a `` copy '' translation in which a node will be translated into whatever the translation turns out to be for another node after previously registered translations have already been performed . deferred translations are performed in the order they are registered , and follow the same rules regarding overlap as...
void function ( ASTNode arg0 , ASTNode arg1 ) { if ( ! enabled ) { return ; } if ( arg0 . getOrigin ( ) != null ) { return ; } CopyTranslation loc0 = new CopyTranslation ( ) ; loc0 . arg0 = arg0 ; loc0 . arg1 = arg1 ; copyTranslations . add ( loc0 ) ; }
22,913
sets the user name . concode_field_sep String description concode_elem_sep String dataSourceName concode_elem_sep String password concode_elem_sep String serverName concode_elem_sep int loginTimeout concode_elem_sep String user concode_elem_sep String networkProtocol concode_elem_sep PrintWriter logWriter concode_elem_...
void function ( String arg0 ) { this . user = arg0 ; connectionProps . setProperty ( "srini_string" , arg0 ) ; }
22,914
size of processed files concode_field_sep int numberOfFiles concode_elem_sep long totalSize concode_elem_sep int processedFiles concode_elem_sep boolean aborted concode_elem_sep String failure concode_elem_sep long startTime concode_elem_sep long indexVersion concode_elem_sep long time concode_elem_sep long processedSi...
long function ( ) { return processedSize ; }
22,915
set the interface 's device name concode_field_sep String name concode_elem_sep Network net concode_field_sep String getName concode_elem_sep Network getNetwork
void function ( String arg0 ) { this . name = arg0 ; }
22,916
whether or not the project archive should be extracted in the output location . if the #getoutput output ends with '' / '' , the project is extractedautomatically . concode_field_sep String bootVersion concode_elem_sep String javaVersion concode_elem_sep String groupId concode_elem_sep String format concode_elem_sep St...
boolean function ( ) { return this . extract ; }
22,917
return a string representation of this object . concode_field_sep boolean debug concode_elem_sep FilterConfig filterConfig concode_field_sep void init concode_elem_sep void sendProcessingError concode_elem_sep void doAfterProcessing concode_elem_sep String getStackTrace concode_elem_sep void doFilter concode_elem_sep v...
String function ( ) { if ( filterConfig == null ) { return ( "srini_string" ) ; } StringBuffer loc0 = new StringBuffer ( "srini_string" ) ; loc0 . append ( filterConfig ) ; loc0 . append ( "srini_string" ) ; return ( loc0 . toString ( ) ) ; }
22,918
seteditable to text and label object . concode_field_sep Button button concode_elem_sep Text text concode_elem_sep Label label concode_elem_sep Composite compositeButton concode_elem_sep int DEFAULT_FIELD_STYLE concode_field_sep void displayDialog concode_elem_sep void setVisible concode_elem_sep void setToolTipText co...
void function ( final boolean arg0 ) { text . setEditable ( arg0 ) ; label . setEnabled ( arg0 ) ; button . setEnabled ( arg0 ) ; }
22,919
a set of datasets . concode_field_sep String nextToken concode_elem_sep Integer count concode_elem_sep com.amazonaws.internal.SdkInternalList<Dataset> datasets concode_field_sep ListDatasetsResult withCount concode_elem_sep void setNextToken concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep...
ListDatasetsResult function ( java . util . Collection < Dataset > arg0 ) { setDatasets ( arg0 ) ; return this ; }
22,920
this implementation is empty . concode_field_sep PlaceHolder placeHolder concode_field_sep Type getPayloadType concode_elem_sep void handleException concode_elem_sep void handleFrame concode_elem_sep void handleTransportError
void function ( StompSession arg0 , StompHeaders arg1 ) { }
22,921
returns an iproject for the configured target project . the iproject is returned even if the project does not exist yet . concode_field_sep PlaceHolder placeHolder concode_field_sep void refreshTargetProject concode_elem_sep boolean createEmptyProject concode_elem_sep File getTargetFolder concode_elem_sep FeatureConfig...
IProject function ( GeneratorEntry arg0 ) { FeatureConfiguration loc0 = getOutletFeatureConfiguration ( arg0 ) ; String loc1 = loc0 . getParameterValue ( OUTLET_FEATURE_TARGET_PROJECT ) . getStringValue ( ) ; IProject loc2 = ResourcesPlugin . getWorkspace ( ) . getRoot ( ) . getProject ( loc1 ) ; return loc2 ; }
22,922
returns the base reference . concode_field_sep Map<String,String> prefixes concode_elem_sep List<String> keywords concode_elem_sep Reference base concode_field_sep Reference resolve concode_elem_sep boolean isQName concode_elem_sep List<String> getKeywords concode_elem_sep Map<String,String> getPrefixes concode_elem_se...
Reference function ( ) { if ( base == null ) { base = new Reference ( ) ; } return base ; }
22,923
resets the search pattern ; concode_field_sep int iFirstWildCard concode_elem_sep boolean optimised concode_elem_sep int[] wildCardType concode_elem_sep Character escapeChar concode_elem_sep boolean isIgnoreCase concode_elem_sep int PERCENT_CHAR concode_elem_sep boolean isNull concode_elem_sep int iLen concode_elem_sep...
void function ( String arg0 ) { normalize ( arg0 , true ) ; }
22,924
creates an aggregatecall . concode_field_sep ImmutableList<Integer> argList concode_elem_sep String name concode_elem_sep int filterArg concode_elem_sep boolean distinct concode_elem_sep RelDataType type concode_elem_sep SqlAggFunction aggFunction concode_field_sep String getName concode_elem_sep boolean isDistinct con...
AggregateCall function ( SqlAggFunction arg0 , boolean arg1 , List < Integer > arg2 , int arg3 , RelDataType arg4 , String arg5 ) { return new AggregateCall ( arg0 , arg1 , arg2 , arg3 , arg4 , arg5 ) ; }
22,925
returns a string that makes it easy to see the value of a namesurferentry . concode_field_sep int[] popularity concode_elem_sep String Name concode_field_sep String getName concode_elem_sep int getRank
String function ( ) { String loc0 = "srini_string" ; for ( int loc1 = 0 ; loc1 < NDECADES ; loc1 ++ ) { loc0 += "srini_string" + popularity [ loc1 ] ; } return Name + "srini_string" + loc0 . trim ( ) + "srini_string" ; }
22,926
returns the jre library jar location . concode_field_sep IPath fSystemLibrary concode_elem_sep URL fJavadocLocation concode_elem_sep IPath fSystemLibrarySource concode_elem_sep IPath fPackageRootPath concode_field_sep boolean equalsOrNull concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep bo...
IPath function ( ) { return fSystemLibrary ; }
22,927
getter method for resolutioncodename concode_field_sep String subCategoryId concode_elem_sep String resolutionCodeName concode_elem_sep String sourceName concode_elem_sep String subCategoryName concode_elem_sep String isMandatory concode_elem_sep String circleName concode_elem_sep String subSubCategoryName concode_elem...
String function ( ) { return resolutionCodeName ; }
22,928
use #getfilecontentasstring string , string instead . concode_field_sep Log LOG concode_elem_sep int DEFAULT_BUFFER_SIZE concode_field_sep byte[] serialize concode_elem_sep String getResourceAsString concode_elem_sep String getStreamContentAsString concode_elem_sep byte[] getFileContentAsBytes concode_elem_sep String g...
String function ( String arg0 , String arg1 ) { return getFileContentAsString ( arg0 , arg1 ) ; }
22,929
sets the value of the advertiserid property . concode_field_sep Long reconciliationReportId concode_elem_sep Long manualVolume concode_elem_sep String comments concode_elem_sep Long reconciledVolume concode_elem_sep Long lineItemId concode_elem_sep Long orderId concode_elem_sep Long creativeId concode_elem_sep Long adv...
void function ( Long arg0 ) { this . advertiserId = arg0 ; }
22,930
tell if the table contains the given string . concode_field_sep int m_blocksize concode_elem_sep int INVALID_KEY concode_elem_sep int m_mapSize concode_elem_sep int m_values[] concode_elem_sep int m_firstFree concode_elem_sep String m_map[] concode_field_sep boolean contains concode_elem_sep String[] keys concode_elem_...
int function ( String arg0 ) { for ( int loc0 = 0 ; loc0 < m_firstFree ; loc0 ++ ) { if ( m_map [ loc0 ] . equals ( arg0 ) ) return m_values [ loc0 ] ; } return INVALID_KEY ; }
22,931
get the system identifier for this input source . the getencoding method will return the character encoding of the object pointed to , or null if unknown . if the system id is a url , it will be fully resolved . concode_field_sep String systemId concode_elem_sep Reader characterStream concode_elem_sep InputStream byteS...
String function ( ) { return systemId ; }
22,932
add a runnable to the queue . concode_field_sep Runnable runnable concode_elem_sep IdleState idleState concode_elem_sep long scheduledTime concode_elem_sep boolean isExecutingRunnable concode_elem_sep Thread associatedThread concode_elem_sep long currentTime concode_elem_sep List<ScheduledRunnable> runnables concode_fi...
void function ( Runnable arg0 ) { postDelayed ( arg0 , 0 , TimeUnit . MILLISECONDS ) ; }
22,933
decode the byte array . concode_field_sep Base64Helper s_aInstance concode_field_sep String safeDecodeAsString concode_elem_sep String safeDecodeAsString concode_elem_sep String safeEncode
byte [ ] function ( @ Nonnull final byte [ ] arg0 ) { try { return Base64 . decode ( arg0 ) ; } catch ( final Throwable loc0 ) { return null ; } }
22,934
some basic checks for the constructor . concode_field_sep double EPSILON concode_field_sep void testCloning concode_elem_sep void testAdd concode_elem_sep void testSerialization concode_elem_sep void testGetRangeBounds concode_elem_sep void testEquals
void function ( ) { DefaultBoxAndWhiskerXYDataset loc0 = new DefaultBoxAndWhiskerXYDataset ( "srini_string" ) ; assertEquals ( 1 , loc0 . getSeriesCount ( ) ) ; assertEquals ( 0 , loc0 . getItemCount ( 0 ) ) ; assertTrue ( Double . isNaN ( loc0 . getRangeLowerBound ( false ) ) ) ; assertTrue ( Double . isNaN ( loc0 . g...
22,935
returns the extension in user readable form . concode_field_sep int hashMagic concode_elem_sep boolean critical concode_elem_sep ObjectIdentifier extensionId concode_elem_sep byte[] extensionValue concode_field_sep void encode concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep ObjectIdentifi...
String function ( ) { String loc0 = "srini_string" + extensionId . toString ( ) ; if ( critical ) { loc0 += "srini_string" ; } else { loc0 += "srini_string" ; } return ( loc0 ) ; }
22,936
performs basic image rotation about the center . notes : rotation is about the center of the image . for very small rotations , just return a clone . rotation brings either white or black pixels in from outside the image . above 20 degrees , if rotation by shear is requested , we rotate by sampling . colormaps are remo...
Pix function ( Pix arg0 , float arg1 , boolean arg2 , boolean arg3 ) { if ( arg0 == null ) throw new IllegalArgumentException ( "srini_string" ) ; int loc0 = nativeRotate ( arg0 . mNativePix , arg1 , arg2 , arg3 ) ; if ( loc0 == 0 ) return null ; return new Pix ( loc0 ) ; }
22,937
store a single key : value pair . provided for parallelism with the getproperty method . enforces use of strings for property keys and values . if a key already exists in storage , the value corresponding to that key will be replaced and returned . concode_field_sep String[] initProps concode_elem_sep int INITIAL_SIZE ...
String function ( String arg0 , String arg1 ) { int loc0 ; String loc1 = null ; if ( keys == null ) { convertInitPropsToVectors ( ) ; } loc0 = keys . indexOf ( arg0 ) ; if ( loc0 == - 1 ) { keys . addElement ( arg0 ) ; vals . addElement ( arg1 ) ; } else { loc1 = ( String ) vals . elementAt ( loc0 ) ; vals . setElement...
22,938
get component type . concode_field_sep PlaceHolder placeHolder concode_field_sep Iterable<ConfigVisitorNode> getChildren concode_elem_sep BeanInfo getTempBeanInfo concode_elem_sep BeanInfo getTempBeanInfo concode_elem_sep BeanInfo getTempBeanInfo concode_elem_sep Class<?> getType concode_elem_sep Class<?> getType conco...
Type function ( ParameterizedType arg0 , int arg1 ) { Type [ ] loc0 = arg0 . getActualTypeArguments ( ) ; if ( arg1 + 1 > loc0 . length ) return null ; return loc0 [ arg1 ] ; }
22,939
atomically adds the given value to the element at index i. concode_field_sep Unsafe unsafe concode_elem_sep int base concode_elem_sep long[] array concode_elem_sep int scale concode_elem_sep long serialVersionUID concode_field_sep long rawIndex concode_elem_sep long getAndIncrement concode_elem_sep void set concode_ele...
long function ( int arg0 , long arg1 ) { while ( true ) { long loc0 = get ( arg0 ) ; long loc1 = loc0 + arg1 ; if ( compareAndSet ( arg0 , loc0 , loc1 ) ) return loc1 ; } }
22,940
an optional pagination token provided by a previous events request . if this parameter is specified , the response includes only records beyond the marker , up to the value specified by maxrecords . concode_field_sep String marker concode_elem_sep com.amazonaws.internal.ListWithAutoConstructFlag<Event> events concode_f...
void function ( String arg0 ) { this . marker = arg0 ; }
22,941
set the resharper severity of this rule based on the sonar priority concode_field_sep ReSharperSeverity severity concode_elem_sep String wikiLink concode_elem_sep String description concode_elem_sep String id concode_elem_sep String category concode_elem_sep boolean enabled concode_field_sep String getKey concode_elem_...
void function ( RulePriority arg0 ) { ReSharperSeverity loc0 = ReSharperUtils . translateSonarPriorityIntoResharperSeverity ( arg0 ) ; setSeverity ( loc0 ) ; }
22,942
whether custom dimensions are to used for the size of the image concode_field_sep File outputFile concode_elem_sep double m_xScale concode_elem_sep JComponent component concode_elem_sep boolean m_ScalingEnabled concode_elem_sep int m_CustomHeight concode_elem_sep int m_CustomWidth concode_elem_sep boolean DEBUG concode...
boolean function ( ) { return m_UseCustomDimensions ; }
22,943
this implementation compares description strings . concode_field_sep PlaceHolder placeHolder concode_field_sep File getFile concode_elem_sep URL getURL concode_elem_sep boolean isOpen concode_elem_sep File getFileForLastModifiedCheck concode_elem_sep String getFilename concode_elem_sep int hashCode concode_elem_sep boo...
boolean function ( Object arg0 ) { return ( arg0 == this || ( arg0 instanceof Resource && ( ( Resource ) arg0 ) . getDescription ( ) . equals ( getDescription ( ) ) ) ) ; }
22,944
sets the value of the linksection property . concode_field_sep String linkLabel concode_elem_sep RecordRef linkSection concode_elem_sep RecordRef linkCenter concode_field_sep void setLinkLabel concode_elem_sep RecordRef getLinkCenter concode_elem_sep void setLinkCenter concode_elem_sep RecordRef getLinkSection concode_...
void function ( RecordRef arg0 ) { this . linkSection = arg0 ; }
22,945
data storage information for the identity pool . concode_field_sep java.util.Date lastModifiedDate concode_elem_sep Long dataStorage concode_elem_sep Long syncSessionsCount concode_elem_sep String identityPoolId concode_field_sep void setIdentityPoolId concode_elem_sep IdentityPoolUsage withSyncSessionsCount concode_el...
void function ( Long arg0 ) { this . dataStorage = arg0 ; }
22,946
no exception in creating csvparser with emtpy stream concode_field_sep PlaceHolder placeHolder concode_field_sep void testParseCustomSeparatorAndQuote concode_elem_sep void testEmptyRow concode_elem_sep void testParseMultipleRow concode_elem_sep void testParseCustomSeparator concode_elem_sep void testWriter concode_ele...
void function ( ) { String loc0 = "srini_string" ; CSVParser loc1 = new CSVParser ( ) ; String [ ] loc2 = loc1 . parseLine ( loc0 ) ; Assert . assertEquals ( "srini_string" , 1 , loc2 . length ) ; Assert . assertEquals ( "srini_string" , new String [ ] { "srini_string" } , loc2 ) ; }
22,947
sets simple boolean condition for use in #isfilevisible virtualfile , boolean and #isfileselectable virtualfile . concode_field_sep boolean myTreeRootVisible concode_elem_sep String myTitle concode_elem_sep boolean myChooseMultiple concode_elem_sep Map<String,Object> myUserData concode_elem_sep boolean myChooseFiles co...
FileChooserDescriptor function ( @ Nullable Condition < VirtualFile > arg0 ) { myFileFilter = arg0 ; return this ; }
22,948
returns the name of the protocol . concode_field_sep String protocol concode_elem_sep int major concode_elem_sep int minor concode_elem_sep long serialVersionUID concode_field_sep int getMinor concode_elem_sep boolean lessEquals concode_elem_sep int hashCode concode_elem_sep boolean isComparable concode_elem_sep boolea...
String function ( ) { return protocol ; }
22,949
the count of the facet . concode_field_sep XContentBuilderString COUNT concode_elem_sep String STREAM_TYPE concode_elem_sep Stream STREAM concode_elem_sep String name concode_elem_sep long count concode_elem_sep XContentBuilderString _TYPE concode_field_sep void registerStreams concode_elem_sep void writeTo concode_ele...
long function ( ) { return count ; }
22,950
returns this key manager 's server key alias that was provided in the constructor . concode_field_sep X509KeyManager delegate concode_elem_sep String serverKeyAlias concode_field_sep String[] getClientAliases concode_elem_sep X509Certificate[] getCertificateChain concode_elem_sep String chooseClientAlias concode_elem_s...
String function ( String arg0 , Principal [ ] arg1 , Socket arg2 ) { return this . serverKeyAlias ; }
22,951
the name of the availability zone . returns a reference to this object so that method calls can be chained together . concode_field_sep String name concode_field_sep void setName concode_elem_sep String getName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep AvailabilityZone clone concode...
AvailabilityZone function ( String arg0 ) { this . name = arg0 ; return this ; }
22,952
returns the number of rows that match the dynamic query . concode_field_sep DATAGROUPLocalService _datagroupLocalService concode_field_sep vn.dtt.cmon.dm.dao.model.DATAGROUP addDATAGROUP concode_elem_sep vn.dtt.cmon.dm.dao.model.DATAGROUP createDATAGROUP concode_elem_sep int countAll concode_elem_sep void setWrappedSer...
long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return _datagroupLocalService . dynamicQueryCount ( arg0 ) ; }
22,953
determines if the command object being submitted is a valid type concode_field_sep Log log concode_field_sep void validate
boolean function ( Class arg0 ) { return arg0 . equals ( FieldType . class ) ; }
22,954
set the class at this level concode_field_sep int skillPointsGained concode_elem_sep int classLevel concode_elem_sep List<PCLevelInfoStat> statsPreModified concode_elem_sep String classKeyName concode_elem_sep int skillPointsRemaining concode_elem_sep List<PCLevelInfoStat> statsPostModified concode_field_sep int getCla...
void function ( final String arg0 ) { classKeyName = arg0 ; }
22,955
the default value to use if the source attribute is not specified in a document . optional . constraints : length : 0 - 1024 concode_field_sep java.util.Map<String,String> cases concode_elem_sep String defaultValue concode_elem_sep String sourceName concode_field_sep SourceDataMap withSourceName concode_elem_sep String...
void function ( String arg0 ) { this . defaultValue = arg0 ; }
22,956
recursively deletes all files in the given directory . concode_field_sep PlaceHolder placeHolder concode_field_sep void copyFile concode_elem_sep void sleep concode_elem_sep String getStringFromInputStream concode_elem_sep String getStringFromInputStream concode_elem_sep boolean isUrlContentNotEmpty
boolean function ( File arg0 ) { if ( ! arg0 . exists ( ) ) return true ; boolean loc0 = true ; if ( arg0 . isDirectory ( ) ) { File [ ] loc1 = arg0 . listFiles ( ) ; for ( File loc2 : loc1 ) loc0 &= deleteAllFiles ( loc2 ) ; loc0 = arg0 . delete ( ) ; } else loc0 = arg0 . delete ( ) ; return loc0 ; }
22,957
returns the endpoint 's address field . the address is a bitfield containing both the endpoint number as well as the data direction of the endpoint . the endpoint number and direction can also be accessed via #getendpointnumber and #getdirection . concode_field_sep int mAddress concode_elem_sep int mAttributes concode_...
int function ( ) { return mAddress ; }
22,958
clears any cached information . concode_field_sep HorizontalAlignment horizontalAlignment concode_elem_sep double horizontalGap concode_elem_sep long serialVersionUID concode_elem_sep double verticalGap concode_elem_sep VerticalAlignment verticalAlignment concode_field_sep void add concode_elem_sep Size2D arrangeFF con...
void function ( ) { }
22,959
setter method for the set the priority concode_field_sep String pollerid concode_elem_sep Properties pollerPropertiesConfiguration concode_field_sep Date nextExecutionTime
void function ( String arg0 ) { this . pollerid = arg0 ; }
22,960
waits for sync to become active . concode_field_sep long TIMEOUT_MS concode_elem_sep String TAG concode_elem_sep int INTERVAL_MS concode_field_sep JSONArray getAllNodesAsJsonArray concode_elem_sep boolean isSyncActive concode_elem_sep boolean isSyncRequested concode_elem_sep long getCurrentSyncTime concode_elem_sep JSO...
void function ( ) { CriteriaHelper . pollUiThread ( new Criteria ( "srini_string" ) { @ Override public boolean isSatisfied ( ) { return ProfileSyncService . get ( ) . isSyncActive ( ) ; } } , TIMEOUT_MS , INTERVAL_MS ) ; }
22,961
email forgot password info to the given email address . potential error conditions : no eperson with that email returns null can not create registration data in database throws sqlexception error sending email throws messagingexception error reading email template throws ioexception authorization error throws authorize...
void function ( Context arg0 , String arg1 ) { sendInfo ( arg0 , arg1 , false , true ) ; }
22,962
returns the path depth number if the element is in the current path or -1 if it is n't . concode_field_sep int linkCount concode_elem_sep Map myVisitedElements concode_elem_sep Iterator myElements concode_elem_sep boolean done concode_field_sep boolean isVisited concode_elem_sep void beginVisit concode_elem_sep Iterato...
int function ( Object arg0 ) { if ( myVisitedElements . containsKey ( arg0 ) ) { return ( ( Integer ) myVisitedElements . get ( arg0 ) ) . intValue ( ) ; } return - 1 ; }
22,963
return the current value of the gauge . concode_field_sep double average concode_elem_sep double max concode_elem_sep long count concode_elem_sep String AVG concode_elem_sep String VAL concode_elem_sep double min concode_elem_sep String MIN concode_elem_sep double alpha concode_elem_sep String name concode_elem_sep Str...
double function ( ) { return this . value ; }
22,964
turns jenkins #getsecretkey into an aes key . concode_field_sep String PROVIDER concode_elem_sep String MAGIC concode_elem_sep CryptoConfidentialKey KEY concode_elem_sep String SECRET concode_elem_sep long serialVersionUID concode_elem_sep String value concode_field_sep String getEncryptedValue concode_elem_sep Cipher ...
SecretKey function ( ) { String loc0 = SECRET ; if ( loc0 == null ) return Jenkins . getInstance ( ) . getSecretKeyAsAES128 ( ) ; return Util . toAes128Key ( loc0 ) ; }
22,965
returns the mvcc version of this website . concode_field_sep Website _website concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep ...
long function ( ) { return _website . getMvccVersion ( ) ; }
22,966
add an action that is called when the contents changes . concode_field_sep Button button concode_elem_sep Color errorColor concode_elem_sep Button labelButton concode_elem_sep LinkedList<ISimpleAction> actions concode_elem_sep String tooltip concode_elem_sep Label label concode_elem_sep Text text concode_elem_sep Strin...
void function ( ISimpleAction arg0 ) { actions . add ( arg0 ) ; }
22,967
get the list of transactions in this database . concode_field_sep List<Transaction> transactions concode_elem_sep int tidsCount concode_elem_sep int maxItem concode_field_sep int size concode_elem_sep void loadFile concode_elem_sep void addTransaction
List < Transaction > function ( ) { return transactions ; }
22,968
return a string representation of these parameters . concode_field_sep int LDAP_PORT concode_elem_sep int port concode_elem_sep String serverName concode_field_sep int getPort concode_elem_sep Object clone concode_elem_sep String getServerName
String function ( ) { return "srini_string" + serverName + "srini_string" + port + "srini_string" ; }
22,969
toggle the slidingmenu . if it is open , it will be closed , and vice versa . concode_field_sep boolean mEnableSlide concode_elem_sep Activity mActivity concode_elem_sep View mViewBehind concode_elem_sep boolean mOnPostCreateCalled concode_elem_sep boolean mBroadcasting concode_elem_sep View mViewAbove concode_elem_sep...
void function ( ) { mSlidingMenu . toggle ( ) ; }
22,970
returns an identifier for the configuration being used . this will be used as the value for the address of a deployment resource . concode_field_sep LogContextConfiguration logContextConfiguration concode_elem_sep String configuration concode_field_sep LogContextConfiguration getValue concode_elem_sep ServiceName forDe...
String function ( ) { return configuration ; }
22,971
check to see if the azgroup is still active , or has already been closed . concode_field_sep String m_id concode_elem_sep boolean m_active concode_elem_sep String m_description concode_elem_sep Logger M_log concode_elem_sep long serialVersionUID concode_elem_sep Set m_locks concode_elem_sep boolean m_providerOnly conco...
boolean function ( ) { return m_active ; }
22,972
sets the shape border or outline width in pixels . concode_field_sep double opacity concode_elem_sep boolean drawOutline concode_elem_sep double outlineWidth concode_elem_sep Material material concode_elem_sep double outlineOpacity concode_elem_sep boolean drawInterior concode_elem_sep Material outlineMaterial concode_...
void function ( double arg0 ) { if ( arg0 < 0.0 ) { String loc0 = Logging . getMessage ( "srini_string" , "srini_string" + arg0 ) ; Logging . logger ( ) . severe ( loc0 ) ; throw new IllegalArgumentException ( loc0 ) ; } this . outlineWidth = arg0 ; }
22,973
simple valid date converter concode_field_sep String artist concode_elem_sep Date releaseDate concode_elem_sep String track_id concode_elem_sep long serialVersionUID concode_elem_sep String title concode_field_sep String getTrack_id concode_elem_sep String getTitle concode_elem_sep void setArtist concode_elem_sep Strin...
Date function ( String arg0 ) { SimpleDateFormat loc0 = new SimpleDateFormat ( "srini_string" ) ; Date loc1 = null ; try { loc1 = loc0 . parse ( arg0 ) ; } catch ( ParseException loc2 ) { System . err . println ( "srini_string" ) ; loc2 . printStackTrace ( ) ; } return loc1 ; }
22,974
create a readable and parseable audit log string for a successful event . concode_field_sep String KEY_VAL_SEPARATOR concode_elem_sep String UNAUTHORIZED_USER concode_elem_sep Log LOG concode_elem_sep char PAIR_SEPARATOR concode_elem_sep String SUCCESS concode_elem_sep String FAILURE concode_field_sep void add concode_...
void function ( String arg0 , String arg1 , String arg2 ) { if ( LOG . isInfoEnabled ( ) ) { LOG . info ( createSuccessLog ( arg0 , arg1 , arg2 ) ) ; } }
22,975
tells if transmission has started concode_field_sep int NOT_SUPPORTED_BLE concode_elem_sep int SUPPORTED concode_elem_sep AdvertiseCallback mAdvertiseCallback concode_elem_sep BeaconParser mBeaconParser concode_elem_sep int NOT_SUPPORTED_CANNOT_GET_ADVERTISER concode_elem_sep AdvertiseCallback mAdvertisingClientCallbac...
boolean function ( ) { return mStarted ; }
22,976
get the namespace uri corresponding to a given prefix . concode_field_sep DummyNamespaceResolver theInstance concode_field_sep DummyNamespaceResolver getInstance concode_elem_sep Iterator iteratePrefixes
String function ( String arg0 , boolean arg1 ) { if ( "srini_string" . equals ( arg0 ) ) { return "srini_string" ; } else if ( "srini_string" . equals ( arg0 ) ) { return NamespaceConstant . XML ; } else { return "srini_string" ; } }
22,977
returns id of this trip . concode_field_sep List<List<StreetSegment>> trace concode_elem_sep LocalDate endingDate concode_elem_sep String tripId concode_elem_sep List<Stop> stops concode_elem_sep LocalDate startingDate concode_elem_sep List<LocalTime> stopTimes concode_elem_sep List<GTFSServiceException> exceptions con...
String function ( ) { return tripId ; }
22,978
sets the value of the popis property . concode_field_sep TJineUdaje jineUdaje concode_elem_sep TUzavreni uzavreni concode_elem_sep TPopis popis concode_elem_sep TIdentifikace identifikace concode_elem_sep TPristupnost pristupnost concode_elem_sep TTrideniDilu trideni concode_elem_sep TPuvodSeskupeni puvod concode_elem_...
void function ( TPopis arg0 ) { this . popis = arg0 ; }
22,979
gets the value of the type property . concode_field_sep StringOrRefType directionString concode_elem_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep String remoteSchema concode_elem_sep String type concode_elem_sep String title concode_elem_s...
String function ( ) { if ( type == null ) { return "srini_string" ; } else { return type ; } }
22,980
this method returns the string that this object was created from . concode_field_sep String originalText concode_elem_sep Collator collator concode_elem_sep byte[] key concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep byte[] toByteArray concode_elem_sep int compareTo
String function ( ) { return originalText ; }
22,981
do n't rename this method to caninteractwith due to conflicts with container concode_field_sep ILockableContainer lowerChest concode_elem_sep String name concode_elem_sep ILockableContainer upperChest concode_field_sep ItemStack decrStackSize concode_elem_sep void openInventory concode_elem_sep void setField concode_el...
boolean function ( EntityPlayer arg0 ) { return this . upperChest . isUseableByPlayer ( arg0 ) && this . lowerChest . isUseableByPlayer ( arg0 ) ; }
22,982
withdraw the intent and set the key to null . concode_field_sep IpPrefix gaddr concode_elem_sep boolean dirty concode_elem_sep boolean isGroup concode_elem_sep IpPrefix saddr concode_elem_sep Key intentKey concode_elem_sep McastConnectPoint ingressPoint concode_elem_sep int puntCount concode_elem_sep Set<McastConnectPo...
void function ( ) { if ( intentKey == null ) { return ; } McastIntentManager loc0 = McastIntentManager . getInstance ( ) ; loc0 . withdrawIntent ( this ) ; this . intentKey = null ; }
22,983
get the overridded system properties . concode_field_sep String[] NO_ARGS concode_elem_sep MarshalledObject data concode_elem_sep long serialVersionUID concode_elem_sep long serialVersionUID concode_elem_sep String[] options concode_elem_sep String className concode_elem_sep String location concode_elem_sep ActivationG...
Properties function ( ) { return props ; }
22,984
determines if the given string contains only the characters in this bit set . concode_field_sep String characters concode_elem_sep BitSet bitSet concode_field_sep String characters concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep boolean containsAny concode_elem_sep boolean containsAny con...
boolean function ( String arg0 ) { return containsOnly ( arg0 , 0 ) ; }
22,985
retrieves the queryobjectgenerator for the given jdbc driver . if the jdbc driver does not provide its own queryobjectgenerator , null is returned . concode_field_sep Properties connProperties concode_elem_sep int loginTimeout concode_elem_sep PrintWriter logWriter concode_elem_sep ConnectionDefaults connectionDefaults...
PooledConnection function ( JDBCConnection arg0 ) { LifeTimeConnectionWrapper loc0 = new LifeTimeConnectionWrapper ( arg0 , this . connectionDefaults ) ; JDBCPooledConnection loc1 = new JDBCPooledConnection ( loc0 ) ; loc0 . setPooledConnection ( loc1 ) ; return loc1 ; }
22,986
sets the value of the throttledataspeed property . concode_field_sep boolean upsellLimitReached concode_elem_sep String upsellLimit concode_elem_sep String normalDataSpeed concode_elem_sep String maxOverageCharge concode_elem_sep boolean throttleLimitReached concode_elem_sep String throttleDataSpeed concode_elem_sep lo...
void function ( String arg0 ) { this . throttleDataSpeed = arg0 ; }
22,987
sets isinitializing . concode_field_sep boolean isDeinitializing concode_elem_sep byte PROXIMITY_SEARCH concode_elem_sep boolean isInitializing concode_elem_sep ChannelStates channelState concode_elem_sep short deviceNumber concode_elem_sep byte FREQUENCY concode_elem_sep byte TRANSMISSION_TYPE concode_field_sep short ...
void function ( boolean arg0 ) { this . isInitializing = arg0 ; }
22,988
currency as iso 4217 code , e.g. eur . concode_field_sep List<Image> images concode_elem_sep boolean collectible concode_elem_sep ActionPeriod actionPeriod concode_elem_sep int maxParallelAccess concode_elem_sep PricingData pricingData concode_elem_sep String description concode_elem_sep String id concode_elem_sep Subs...
String function ( ) { return pricingData . getCurrency ( ) ; }
22,989
returns the maximum y extent . concode_field_sep Vector2 min concode_elem_sep Vector2 max concode_field_sep boolean isDegenerate concode_elem_sep boolean isDegenerate concode_elem_sep double getMaxX concode_elem_sep AABB getExpanded concode_elem_sep double getWidth concode_elem_sep void union concode_elem_sep void tran...
double function ( ) { return this . max . y ; }
22,990
type of the action requested . type : string valid values : register_domain | delete_domain | transfer_in_domain | update_domain_contact | update_nameserver | change_privacy_protection | domain_lock concode_field_sep String operationId concode_elem_sep String type concode_elem_sep java.util.Date submittedDate concode_e...
void function ( OperationType arg0 ) { this . type = arg0 . toString ( ) ; }
22,991
get native error message from file driver for file related errors applies when errorcode is 90 concode_field_sep PlaceHolder placeHolder concode_field_sep int errorCode concode_elem_sep String errorFile concode_elem_sep String error concode_elem_sep String fileErrorCode
String function ( ) { return "srini_string" ; }
22,992
helper method for implementing messagelite #hashcode for bytes field . concode_field_sep byte[] EMPTY_BYTE_ARRAY concode_elem_sep ByteBuffer EMPTY_BYTE_BUFFER concode_elem_sep int DEFAULT_BUFFER_SIZE concode_field_sep int hashEnum concode_elem_sep int hashCodeByteBuffer concode_elem_sep int hashCodeByteBuffer concode_e...
int function ( List < byte [ ] > arg0 ) { int loc0 = 1 ; for ( byte [ ] loc1 : arg0 ) { loc0 = 31 * loc0 + hashCode ( loc1 ) ; } return loc0 ; }
22,993
edit comment with null comment concode_field_sep GitHubResponse response concode_elem_sep RepositoryId repo concode_elem_sep PullRequestService pullRequestService concode_elem_sep GitHubClient gitHubClient concode_field_sep void getPullRequestNullRepository concode_elem_sep void before concode_elem_sep void createPullR...
void function ( ) { pullRequestService . editComment ( repo , null ) ; }
22,994
increment sent bytes by count concode_field_sep MutableCounterLong receivedBytes concode_elem_sep MutableRate rpcProcessingTime concode_elem_sep MutableCounterLong rpcAuthenticationFailures concode_elem_sep Server server concode_elem_sep MetricsRegistry registry concode_elem_sep MutableQuantiles[] rpcQueueTimeMillisQua...
void function ( int arg0 ) { sentBytes . incr ( arg0 ) ; }
22,995
resets milliseconds . concode_field_sep int id concode_elem_sep boolean notifyOnUpdates concode_elem_sep String password concode_elem_sep Date lastSyncTime concode_elem_sep Date registrationDate concode_elem_sep String fullName concode_elem_sep boolean isActivated concode_elem_sep String locale concode_elem_sep String ...
Date function ( Date arg0 ) { if ( arg0 != null ) { Calendar loc0 = new GregorianCalendar ( ) ; loc0 . setTime ( arg0 ) ; loc0 . set ( Calendar . MILLISECOND , 0 ) ; arg0 = loc0 . getTime ( ) ; } return arg0 ; }
22,996
add a control change listener . the listener will be called on the edt . concode_field_sep App2D app concode_elem_sep boolean releaseWithAll concode_elem_sep LinkedList<ControlChangeListener> listeners concode_elem_sep LinkedList<ControlArb> controlArbs concode_elem_sep boolean appControl concode_elem_sep Logger logger...
void function ( ControlChangeListener arg0 ) { listeners . add ( arg0 ) ; }
22,997
setter method concode_field_sep String ticklerName concode_elem_sep List<TicklerVO> circleNameList concode_elem_sep boolean editCapability concode_elem_sep String circleName concode_elem_sep int ticklerId concode_elem_sep String description concode_elem_sep String ticklerContents concode_elem_sep boolean viewCapability...
void function ( String arg0 ) { this . circleName = arg0 ; }
22,998
true if runtime hadoop version is 2.x , false otherwise . concode_field_sep Constructor<?> MAP_CONTEXT_CONSTRUCTOR concode_elem_sep Field WRITER_FIELD concode_elem_sep boolean useV21 concode_elem_sep Method PROGRESS_METHOD concode_elem_sep Method GET_COUNTER_METHOD concode_elem_sep Constructor<?> JOB_CONTEXT_CONSTRUCTO...
boolean function ( ) { return useV21 ; }
22,999
retrieves the matched string or the given matched group . concode_field_sep String input concode_elem_sep List<String> groups concode_elem_sep int index concode_field_sep int getGroupCount concode_elem_sep int getIndex concode_elem_sep String getInput
String function ( int arg0 ) { return groups . get ( arg0 ) ; }