idx
int64
0
100k
question
stringlengths
68
7.19k
target
stringlengths
20
663
7,200
add a class to the maps if it is not already present . concode_field_sep Map<Class<?>,Byte> classToIdMap concode_elem_sep byte newClasses concode_elem_sep Map<Byte,Class<?>> idToClassMap concode_elem_sep AtomicReference<Configuration> conf concode_field_sep void readFields concode_elem_sep Class<?> getClass concode_ele...
void function ( Class < ? > arg0 ) { if ( classToIdMap . containsKey ( arg0 ) ) { return ; } if ( newClasses + 1 > Byte . MAX_VALUE ) { throw new IndexOutOfBoundsException ( "srini_string" + "srini_string" ) ; } byte loc0 = ++ newClasses ; addToMap ( arg0 , loc0 ) ; }
7,201
remove a listener for the propertychange event . concode_field_sep PropertyChangeSupport propertyChangeSupport concode_elem_sep String value concode_field_sep String getJavaInitializationString concode_elem_sep Object getValue concode_elem_sep Component getCustomEditor concode_elem_sep boolean supportsCustomEditor conc...
void function ( final PropertyChangeListener arg0 ) { propertyChangeSupport . removePropertyChangeListener ( arg0 ) ; }
7,202
this method resets the incoming events time events included . concode_field_sep boolean event1 concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep void reactMain_region_A concode_elem_sep void init concode_elem_sep SCInterface getSCInte...
void function ( ) { sCInterface . clearEvents ( ) ; }
7,203
getter for the exit description defaults to blank concode_field_sep ExitStatus EXECUTING concode_elem_sep ExitStatus UNKNOWN concode_elem_sep ExitStatus STOPPED concode_elem_sep ExitStatus COMPLETED concode_elem_sep String exitCode concode_elem_sep ExitStatus NOOP concode_elem_sep String exitDescription concode_elem_se...
String function ( ) { return exitDescription ; }
7,204
sets the item field id of this shopping item field . concode_field_sep ShoppingItemField _shoppingItemField concode_field_sep void setName concode_elem_sep boolean isFinderCacheEnabled concode_elem_sep long getItemFieldId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes ...
void function ( long arg0 ) { _shoppingItemField . setItemFieldId ( arg0 ) ; }
7,205
asserts that the actual object is not greater than the limit object . throws an assertionfailederror if it is greater . concode_field_sep PlaceHolder placeHolder concode_field_sep void failNotGreater concode_elem_sep void failLesser concode_elem_sep void failEquals concode_elem_sep void assertNotLesser concode_elem_sep...
void function ( String arg0 , T arg1 , T arg2 ) { assertNotNull ( arg0 , arg1 ) ; assertNotNull ( arg0 , arg2 ) ; if ( arg1 . compareTo ( arg2 ) < 0 ) { failNotGreater ( arg0 , arg1 , arg2 ) ; } }
7,206
this implementation returns null concode_field_sep PlaceHolder placeHolder concode_field_sep void configureDefaultServletHandling concode_elem_sep void configureViewResolvers concode_elem_sep void configureContentNegotiation concode_elem_sep void addFormatters concode_elem_sep void extendMessageConverters concode_elem_...
Validator function ( ) { return null ; }
7,207
returns the status of the operation . if there were any errors , the result is a status object containing individual status objects for each error . if there were no errors , the result is a status object with error code ok . concode_field_sep List resourcesToExport concode_elem_sep String EXPORT_TITLE concode_elem_sep...
IStatus function ( ) { IStatus [ ] loc0 = new IStatus [ errorTable . size ( ) ] ; errorTable . toArray ( loc0 ) ; return new MultiStatus ( PlatformUI . PLUGIN_ID , IStatus . OK , loc0 , getString ( ZIPPING_PROBLEM ) , null ) ; }
7,208
reads new input data into the buffer . call only with pos == end or end == -1 , depending on the desired outcome if the function throws . concode_field_sep Charset charset concode_elem_sep byte[] buf concode_elem_sep InputStream in concode_elem_sep int pos concode_elem_sep byte LF concode_elem_sep byte CR concode_elem_...
void function ( ) { int loc0 = in . read ( buf , 0 , buf . length ) ; if ( loc0 == - 1 ) { throw new EOFException ( ) ; } pos = 0 ; end = loc0 ; }
7,209
gets the nexusid value for this subsidiarynexus . concode_field_sep java.lang.String country concode_elem_sep com.netsuite.webservices.platform.core_2014_2.RecordRef nexusId concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeC...
com . netsuite . webservices . platform . core_2014_2 . RecordRef function ( ) { return nexusId ; }
7,210
to determine if this lane is the one where the passed in commit 's sha is attached to . concode_field_sep String fSha concode_elem_sep int fIndex concode_elem_sep int fgIndex concode_field_sep void resetColors concode_elem_sep void setSha concode_elem_sep int index
boolean function ( String arg0 ) { return fSha . equals ( arg0 ) ; }
7,211
this method sends the response message to the original sender node and instructs underlying implementation to stop receiving new messages and unregister the message listener . note that subclasses can call any of respond , stop or skip methods anynumber of times . only the last executed method will determine whether or...
void function ( @ Nullable Object arg0 ) { keepGoing = false ; send ( nodeId , arg0 ) ; }
7,212
reports a non-recoverable error to a registered #m_aerrorlistener concode_field_sep ErrorListener m_aErrorListener concode_elem_sep boolean m_bConfigurationFlag concode_field_sep void warning concode_elem_sep void warning concode_elem_sep void warning concode_elem_sep void warning concode_elem_sep void warning concode_...
void function ( final String arg0 , final String arg1 , final String arg2 , final int arg3 , final int arg4 , final Throwable arg5 ) { fatalError ( newException ( arg0 , new SourceLocatorImpl ( arg1 , arg2 , arg3 , arg4 ) , arg5 ) ) ; }
7,213
returns the osgi service identifier . concode_field_sep SyncDLObjectLocalService _syncDLObjectLocalService concode_field_sep int getSyncDLObjectsCount concode_elem_sep long getLatestModifiedTime concode_elem_sep void setWrappedService concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionab...
java . lang . String function ( ) { return _syncDLObjectLocalService . getOSGiServiceIdentifier ( ) ; }
7,214
returns a middleman for all files to build for the given configured target . if multiple calls are made , then it returns the same artifact for configurations with the same internal directory . the resulting middleman only aggregates the inputs and must be expanded before an action using it can be sent to a distributed...
NestedSet < Artifact > function ( RuleContext arg0 , String arg1 , NestedSet < Artifact > arg2 ) { return NestedSetBuilder . wrap ( Order . STABLE_ORDER , getMiddlemanInternal ( arg0 . getAnalysisEnvironment ( ) , arg0 , arg0 . getActionOwner ( ) , arg1 , arg2 ) ) ; }
7,215
creates a new testsetup the default plugin descriptor which is #default_plugin_descriptor concode_field_sep PluginManager<TestPlugin> pluginManager concode_elem_sep Map<String,MycilaTesting> instances concode_elem_sep Logger LOGGER concode_elem_sep MycilaTesting customTestHandler concode_elem_sep String DEFAULT_PLUGIN_...
MycilaTesting function ( ) { return newSetup ( DEFAULT_PLUGIN_DESCRIPTOR ) ; }
7,216
called when a column is inserted on the specified sheet . tells the formula parser to update all of its cell references beyond this column concode_field_sep ExternalSheet workbook concode_elem_sep WorkbookSettings settings concode_elem_sep byte[] tokenData concode_elem_sep WorkbookMethods nameTable concode_elem_sep Par...
void function ( int arg0 , int arg1 , boolean arg2 ) { root . columnInserted ( arg0 , arg1 , arg2 ) ; }
7,217
return database concode_field_sep int loginTimeout concode_elem_sep String sStartURL concode_elem_sep PrintWriter logWriter concode_elem_sep String user concode_elem_sep String database concode_elem_sep String password concode_field_sep Connection getConnection concode_elem_sep Connection getConnection concode_elem_sep...
String function ( ) { return database ; }
7,218
deletes the j i r a change group with the primary key from the database . also notifies the appropriate model listeners . concode_field_sep JIRAChangeGroupLocalService _jiraChangeGroupLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedJIRAChangeGroupLocalService con...
com . liferay . socialcoding . model . JIRAChangeGroup function ( long arg0 ) { return _jiraChangeGroupLocalService . deleteJIRAChangeGroup ( arg0 ) ; }
7,219
verify data completeness for a set of dataset s. concode_field_sep String COMPACTION_COMPLETENESS_VERIFICATION_PREFIX concode_elem_sep int DEFAULT_COMPACTION_COMPLETENESS_VERIFICATION_THREAD_POOL_SIZE concode_elem_sep Logger LOG concode_elem_sep Iterable<Dataset> datasets concode_elem_sep ListeningExecutorService exeSv...
ListenableFuture < Results > function ( Iterable < Dataset > arg0 ) { return this . exeSvc . submit ( getRunner ( arg0 ) ) ; }
7,220
parses a string in the format rgb r , g , b where each of the color components is either an integer , or a floating number with a % after indicating a percentage value of 255 . values are constrained to fit with 0-255 . the resulting color is returned . concode_field_sep String OPEN concode_elem_sep String[] DEFAULT_FO...
Color function ( String arg0 ) { int [ ] loc0 = new int [ 1 ] ; loc0 [ 0 ] = 4 ; int loc1 = getColorComponent ( arg0 , loc0 ) ; int loc2 = getColorComponent ( arg0 , loc0 ) ; int loc3 = getColorComponent ( arg0 , loc0 ) ; return new Color ( loc1 , loc2 , loc3 ) ; }
7,221
execute this permission block . calling this method will prompt the user if needed . concode_field_sep Runnable onPermissionsDenied concode_elem_sep PermissionsHelper helper concode_elem_sep String[] permissions concode_elem_sep Runnable onPermissionsGranted concode_elem_sep boolean doNotPrompt concode_elem_sep Context...
void function ( ) { run ( null ) ; }
7,222
legger til bildene spesifisert av basename til image-cachen . concode_field_sep HashMap imageMap concode_elem_sep ImageMap currentMap concode_elem_sep Font normalFont concode_elem_sep String dir concode_elem_sep Font font concode_field_sep void setImageDir concode_elem_sep String pad concode_elem_sep Image[] loadImages...
void function ( String arg0 [ ] ) { for ( int loc0 = 0 ; loc0 < arg0 . length ; loc0 ++ ) { addImage ( arg0 [ loc0 ] ) ; } }
7,223
default implementation , overridden on entitygroupimpl . concode_field_sep java.lang.Class defaultEntityType concode_elem_sep Set groupKeys concode_elem_sep Logger log concode_elem_sep EntityIdentifier underlyingEntityIdentifier concode_elem_sep boolean groupKeysInitialized concode_field_sep java.util.Set primGetAllCon...
boolean function ( ) { return false ; }
7,224
gets the value of the enabledforsameadvertiserexception property . concode_field_sep String notes concode_elem_sep DeliveryRateType deliveryRateType concode_elem_sep String lineItemName concode_elem_sep CreativeRotationType creativeRotationType concode_elem_sep Boolean isDefault concode_elem_sep LineItemType lineItemTy...
Boolean function ( ) { return enabledForSameAdvertiserException ; }
7,225
add information message to a specific client . concode_field_sep PlaceHolder placeHolder concode_field_sep String getRequestParameter concode_elem_sep Application getApplication concode_elem_sep Object getElValue concode_elem_sep ServletContext getServletContext concode_elem_sep Object getManagedBean concode_elem_sep S...
void function ( String arg0 , String arg1 ) { FacesContext . getCurrentInstance ( ) . addMessage ( arg0 , new FacesMessage ( FacesMessage . SEVERITY_INFO , arg1 , arg1 ) ) ; }
7,226
create a new cardinality aggregation with the given name . concode_field_sep PlaceHolder placeHolder concode_field_sep GeoBoundsBuilder geoBounds concode_elem_sep DateRangeBuilder dateRange concode_elem_sep DateHistogramBuilder dateHistogram concode_elem_sep RangeBuilder range concode_elem_sep SumBuilder sum concode_el...
CardinalityBuilder function ( String arg0 ) { return new CardinalityBuilder ( arg0 ) ; }
7,227
gets an applicationoperations for performing application related operations on the associated account . concode_field_sep FileOperations fileOperations concode_elem_sep BatchServiceClient protocolLayer concode_elem_sep PoolOperations poolOperations concode_elem_sep ComputeNodeOperations computeNodeOperations concode_el...
ApplicationOperations function ( ) { return applicationOperations ; }
7,228
alias name . constraints : length : 1 - 128 pattern : ?! ^ 0-9 + $ a-za-z0-9 - _ + concode_field_sep String aliasArn concode_elem_sep String functionVersion concode_elem_sep String name concode_elem_sep String description concode_field_sep void setName concode_elem_sep GetAliasResult withFunctionVersion concode_elem_se...
String function ( ) { return name ; }
7,229
setter injection concode_field_sep FilterFactory ff concode_elem_sep Logger LOGGER concode_elem_sep Filter curFilter concode_elem_sep Map attributes concode_elem_sep String curState concode_elem_sep short filterType concode_elem_sep int NUM_LIKE_ATTS concode_field_sep void expression concode_elem_sep void setDistance c...
void function ( FilterFactory arg0 ) { ff = arg0 ; }
7,230
indicates whether or not the current thread is within scope of executing an rpc request . concode_field_sep boolean inRequest concode_elem_sep BlockingService service concode_elem_sep User user concode_elem_sep InetAddress remoteAddress concode_elem_sep ThreadLocal<RequestContext> instance concode_field_sep String getR...
boolean function ( ) { RequestContext loc0 = instance . get ( ) ; if ( loc0 != null ) { return loc0 . isInRequest ( ) ; } return false ; }
7,231
returns the value of a negotiated property . 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_el...
Object function ( String arg0 ) { return saslServer . getNegotiatedProperty ( arg0 ) ; }
7,232
find out duplicate name . concode_field_sep PlaceHolder placeHolder concode_field_sep void validateSkewedColNames concode_elem_sep void validateSkewedColNameValueNumberMatch concode_elem_sep void validateSkewedInformation
void function ( List < String > arg0 ) { Set < String > loc0 = new HashSet < String > ( ) ; for ( String loc1 : arg0 ) { if ( loc0 . contains ( loc1 ) ) { throw new SemanticException ( ErrorMsg . SKEWED_TABLE_DUPLICATE_COLUMN_NAMES . getMsg ( loc1 ) ) ; } else { loc0 . add ( loc1 ) ; } } }
7,233
creates a bitstring representation out of a bit string . initial zeros are be preserved . concode_field_sep String bits concode_elem_sep int bitCount concode_field_sep BitString createFromBytes concode_elem_sep String toHexString concode_elem_sep String toBitString concode_elem_sep String toString concode_elem_sep int ...
BitString function ( String arg0 ) { int loc0 = arg0 . length ( ) ; if ( loc0 > 0 ) { Util . discard ( new BigInteger ( arg0 , 2 ) ) ; } return new BitString ( arg0 , loc0 ) ; }
7,234
register a keybinding , running the given action when the given keystroke is pressed when the given component is in the focused window . this is typically used to bind an additional keystroke to a menu item , in addition to the primary accelerator key . when the action is disabled , the keybinding is unregistered , and...
void function ( final JComponent arg0 , final Action arg1 , KeyStroke arg2 ) { bind ( arg0 , arg1 , arg2 , JComponent . WHEN_IN_FOCUSED_WINDOW ) ; }
7,235
gets the value of the nilreason 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 nilreason property . for example , to add a new item , d...
List < String > function ( ) { if ( nilReason == null ) { nilReason = new ArrayList < String > ( ) ; } return this . nilReason ; }
7,236
sets the parent category id 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 get...
void function ( long arg0 ) { _shoppingCategory . setParentCategoryId ( arg0 ) ; }
7,237
getter method for the subsubcategoryname concode_field_sep int subSubCatId concode_elem_sep List subSubCategoryDetails concode_elem_sep ArrayList displayDetails concode_elem_sep int subCatId concode_elem_sep String description concode_elem_sep long serialVersionUID concode_elem_sep String subCategoryId concode_elem_sep...
String function ( ) { return subSubCategoryName ; }
7,238
whether the request has been handled fully within the handler . concode_field_sep boolean requestHandled concode_elem_sep Object view concode_elem_sep boolean redirectModelScenario concode_elem_sep ModelMap defaultModel concode_elem_sep SessionStatus sessionStatus concode_elem_sep ModelMap redirectModel concode_elem_se...
boolean function ( ) { return this . requestHandled ; }
7,239
returns the d d m storage id of this document library file entry metadata . concode_field_sep DLFileEntryMetadata _dlFileEntryMetadata concode_field_sep com.liferay.portlet.dynamicdatamapping.model.DDMStructure getDDMStructure concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setFileEntryId concode...
long function ( ) { return _dlFileEntryMetadata . getDDMStorageId ( ) ; }
7,240
unregisters a scheme . concode_field_sep ConcurrentHashMap<String,Scheme> registeredSchemes concode_field_sep Scheme getScheme concode_elem_sep Scheme getScheme concode_elem_sep Scheme get concode_elem_sep void setItems concode_elem_sep List<String> getSchemeNames concode_elem_sep Scheme register
Scheme function ( String arg0 ) { if ( arg0 == null ) throw new IllegalArgumentException ( "srini_string" ) ; Scheme loc0 = registeredSchemes . remove ( arg0 ) ; return loc0 ; }
7,241
auto generated axis2 call back method for enumaccounts method override this method for handling normal response from enumaccounts operation concode_field_sep Object clientData concode_field_sep void receiveErrorenumScenarios concode_elem_sep void receiveResultopenEntity concode_elem_sep void receiveResultsetEntityDataC...
void function ( com . hyperion . hsf . hsfwebservices . EnumAccountsResponse arg0 ) { }
7,242
this method resets the incoming events time events included . concode_field_sep long condition concode_elem_sep boolean e concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep boolean boolVar concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep void init concode_elem_sep SC...
void function ( ) { sCInterface . clearEvents ( ) ; }
7,243
sets the site_title value for this report_suite_video_tracking . concode_field_sep com.omniture.www.Video_tracking video_tracking concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String rsid concode_elem_sep boolean __hashCodeCalc c...
void function ( java . lang . String arg0 ) { this . site_title = arg0 ; }
7,244
if true , causes any redirection urls to be calculated minus the protocol and context path defaults to false . concode_field_sep boolean contextRelative concode_elem_sep Log logger concode_field_sep String calculateRedirectUrl concode_elem_sep void sendRedirect
void function ( boolean arg0 ) { this . contextRelative = arg0 ; }
7,245
gets the value of the attributename property . concode_field_sep String attributeName concode_elem_sep Long oid concode_elem_sep String type concode_elem_sep Boolean value concode_elem_sep Long tid concode_field_sep Long getTid concode_elem_sep void setAttributeName concode_elem_sep Boolean isValue concode_elem_sep Str...
String function ( ) { return attributeName ; }
7,246
test with quoted negative number concode_field_sep StringWriter output concode_elem_sep Mockery context concode_elem_sep SetCommand command concode_field_sep void testExecuteWithNegativeNumber concode_elem_sep void setValueAndVerify concode_elem_sep void setUp concode_elem_sep void testExecuteWithAnEmptyString concode_...
void function ( ) { setValueAndVerify ( "srini_string" - 2 , "srini_string" , - 2 ) ; }
7,247
getbasedir concode_field_sep String m_inputFileName concode_elem_sep String m_baseDir concode_elem_sep Resource m_xsltResource concode_elem_sep String LOG4J_CATEGORY concode_elem_sep String m_outputFileName concode_field_sep void setOutputFileName concode_elem_sep void setBaseDir concode_elem_sep void setXsltResource c...
String function ( ) { return m_baseDir ; }
7,248
convert an octet string to an integer according to ieee 1363 , section 5.5.3 . concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] toByteArray concode_elem_sep byte[] toByteArray concode_elem_sep int[] toIntArray concode_elem_sep long OS2LIP concode_elem_sep byte[] I2OSP concode_elem_sep byte[] I2OSP con...
int function ( byte [ ] arg0 , int arg1 , int arg2 ) { if ( ( arg0 . length == 0 ) || arg0 . length < arg1 + arg2 - 1 ) { return 0 ; } int loc0 = 0 ; for ( int loc1 = 0 ; loc1 < arg2 ; loc1 ++ ) { loc0 |= ( arg0 [ arg1 + loc1 ] & 0xff ) << ( 8 * ( arg2 - loc1 - 1 ) ) ; } return loc0 ; }
7,249
reconstitutes the relative asset path from a protocol buffer and filesystem . concode_field_sep Path assetRoot concode_elem_sep Path relativeAssetPath concode_field_sep String toPathString concode_elem_sep int hashCode concode_elem_sep Factory of concode_elem_sep RelativeAssetPath of concode_elem_sep boolean equals con...
RelativeAssetPath function ( SerializeFormat . DataKey arg0 , FileSystem arg1 ) { return of ( arg1 . getPath ( arg0 . getKeyValue ( ) ) ) ; }
7,250
internal method for heapsort that is used in deletemax and buildheap . concode_field_sep int CUTOFF concode_elem_sep int theSeed concode_elem_sep int NUM_ITEMS concode_field_sep void quickSelect concode_elem_sep void quickSelect concode_elem_sep int leftChild concode_elem_sep void insertionSort concode_elem_sep void in...
void function ( AnyType [ ] arg0 , int arg1 , int arg2 ) { int loc0 ; AnyType loc1 ; for ( loc1 = arg0 [ arg1 ] ; leftChild ( arg1 ) < arg2 ; arg1 = loc0 ) { loc0 = leftChild ( arg1 ) ; if ( loc0 != arg2 - 1 && arg0 [ loc0 ] . compareTo ( arg0 [ loc0 + 1 ] ) < 0 ) loc0 ++ ; if ( loc1 . compareTo ( arg0 [ loc0 ] ) < 0 )...
7,251
creates the ssl schemeregistry concode_field_sep Integer SSL_PORT concode_field_sep HttpClient getHttpClient concode_elem_sep HttpClient configuredClient concode_elem_sep SSLContext createContext concode_elem_sep HttpClient createHttpClient
SchemeRegistry function ( SSLContext arg0 ) { SchemeRegistry loc0 = new SchemeRegistry ( ) ; loc0 . register ( new Scheme ( "srini_string" , SSL_PORT , new SSLSocketFactory ( arg0 ) ) ) ; return loc0 ; }
7,252
get the status of the request concode_field_sep String statusmsg concode_elem_sep Vector codons concode_elem_sep String dbText concode_elem_sep Vector matrices concode_elem_sep String status concode_field_sep Vector getMatrices concode_elem_sep String getStatusMsg concode_elem_sep String getDBText concode_elem_sep Vect...
String function ( ) { return status ; }
7,253
handle case where a disco node can not be found in the routing table . usually means that it 's not a data node . concode_field_sep String INDEX_FIELD concode_elem_sep String node concode_elem_sep String SHARD_FIELD concode_elem_sep String NODE_FIELD concode_elem_sep String index concode_elem_sep int shard concode_elem...
RerouteExplanation function ( RoutingAllocation arg0 , boolean arg1 , DiscoveryNode arg2 ) { if ( ! arg2 . isDataNode ( ) ) { return explainOrThrowRejectedCommand ( arg1 , arg0 , "srini_string" + node + "srini_string" ) ; } else { return explainOrThrowRejectedCommand ( arg1 , arg0 , "srini_string" + node + "srini_strin...
7,254
add at the end concode_field_sep List<IStreamOpener> m_Openers concode_elem_sep Class THIS_CLASS concode_elem_sep DelegatingFileStreamOpener[] EMPTY_ARRAY concode_field_sep void addOpener concode_elem_sep IStreamOpener[] getOpeners concode_elem_sep void removeOpener concode_elem_sep InputStream open
void function ( IStreamOpener arg0 ) { m_Openers . add ( arg0 ) ; }
7,255
sets the value of the definitionlist property . concode_field_sep PositionAttributeDefinitionList definitionList concode_field_sep PositionAttributeDefinitionList getDefinitionList
void function ( PositionAttributeDefinitionList arg0 ) { this . definitionList = arg0 ; }
7,256
event handler for the south border . concode_field_sep boolean renderNorth concode_elem_sep boolean renderEast concode_elem_sep boolean renderSouth concode_elem_sep boolean renderWest concode_elem_sep boolean renderCenter concode_field_sep boolean isRenderNorth concode_elem_sep boolean isRenderCenter concode_elem_sep v...
void function ( ValueChangeEvent arg0 ) { setRenderSouth ( ( ( Boolean ) arg0 . getNewValue ( ) ) . booleanValue ( ) ) ; }
7,257
transfer the contents of the nextpc register into the pc register , and then write the nextpc register . concode_field_sep int rs concode_elem_sep int rt concode_elem_sep Memory memory concode_elem_sep int regBadVAddr concode_elem_sep long dst concode_elem_sep int regLo concode_elem_sep int imm concode_elem_sep int fla...
void function ( int arg0 ) { registers [ regPC ] = registers [ regNextPC ] ; registers [ regNextPC ] = arg0 ; }
7,258
sets the jira change group id of this j i r a change group . concode_field_sep JIRAChangeGroup _jiraChangeGroup concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_s...
void function ( long arg0 ) { _jiraChangeGroup . setJiraChangeGroupId ( arg0 ) ; }
7,259
checks the stopped boolean . concode_field_sep boolean stopped concode_field_sep void stop
boolean function ( ) { return stopped ; }
7,260
test of insertreview method , of class reviewdb . concode_field_sep PlaceHolder placeHolder concode_field_sep void testUpdateReview concode_elem_sep void setUpClass concode_elem_sep void testGetReviewsFromBookID concode_elem_sep void testGetUsersReview concode_elem_sep void testDeleteReview concode_elem_sep void testCh...
void function ( ) { System . out . println ( "srini_string" ) ; Review loc0 = null ; int loc1 = 0 ; int loc2 = ReviewDB . insertReview ( loc0 ) ; assertEquals ( loc1 , loc2 ) ; loc0 = new Review ( 2 , "srini_string" , "srini_string" ) ; loc2 = ReviewDB . insertReview ( loc0 ) ; assertNotEquals ( loc1 , loc2 ) ; }
7,261
get parameter value from request scope . concode_field_sep Properties buildProperties concode_field_sep UIComponent findComponent concode_elem_sep ServletContext getServletContext concode_elem_sep Object getManagedBean concode_elem_sep String getActionAttribute concode_elem_sep String getBuildAttribute concode_elem_sep...
String function ( String arg0 ) { return FacesContext . getCurrentInstance ( ) . getExternalContext ( ) . getRequestParameterMap ( ) . get ( arg0 ) ; }
7,262
set the targetedition value . concode_field_sep TargetDatabaseEditions targetEdition concode_elem_sep String name concode_elem_sep String targetServiceLevelObjective concode_field_sep TargetDatabaseEditions targetEdition concode_elem_sep RecommendedDatabaseProperties withTargetServiceLevelObjective concode_elem_sep Str...
RecommendedDatabaseProperties function ( TargetDatabaseEditions arg0 ) { this . targetEdition = arg0 ; return this ; }
7,263
sets the primary key of this user thread . concode_field_sep UserThread _userThread concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean getRead concode_elem_se...
void function ( long arg0 ) { _userThread . setPrimaryKey ( arg0 ) ; }
7,264
clear screen then place cursor in upper left corner . concode_field_sep int SavedY concode_elem_sep int SavedX concode_elem_sep int col concode_elem_sep int row concode_elem_sep int MAXCOL concode_elem_sep int PromptLine concode_field_sep void setUnderline concode_elem_sep void beep concode_elem_sep void eraseDown conc...
void function ( ) { eraseAll ( ) ; home ( ) ; }
7,265
create a bitmapregiondecoder from the specified byte array . currently only the jpeg and png formats are supported . concode_field_sep Object mNativeLock concode_elem_sep long mNativeBitmapRegionDecoder concode_elem_sep boolean mRecycled concode_field_sep boolean isRecycled concode_elem_sep int getHeight concode_elem_s...
BitmapRegionDecoder function ( byte [ ] arg0 , int arg1 , int arg2 , boolean arg3 ) { if ( ( arg1 | arg2 ) < 0 || arg0 . arg2 < arg1 + arg2 ) { throw new ArrayIndexOutOfBoundsException ( ) ; } return nativeNewInstance ( arg0 , arg1 , arg2 , arg3 ) ; }
7,266
set the name of the embedded database . defaults to embeddeddatabasefactory #default_database_name ifnot called . will be overridden if the generateuniquename flag has beenset to true . concode_field_sep EmbeddedDatabaseFactory databaseFactory concode_elem_sep ResourceDatabasePopulator databasePopulator concode_elem_se...
EmbeddedDatabaseBuilder function ( String arg0 ) { this . databaseFactory . setDatabaseName ( arg0 ) ; return this ; }
7,267
adds the kaleo notification recipient to the database . also notifies the appropriate model listeners . concode_field_sep ServiceTracker<KaleoNotificationRecipientLocalService,KaleoNotificationRecipientLocalService> _serviceTracker concode_field_sep com.liferay.portal.workflow.kaleo.model.KaleoNotificationRecipient get...
com . liferay . portal . workflow . kaleo . model . KaleoNotificationRecipient function ( com . liferay . portal . workflow . kaleo . model . KaleoNotificationRecipient arg0 ) { return getService ( ) . addKaleoNotificationRecipient ( arg0 ) ; }
7,268
the object name such as rrule , exrule , vevent . @see #setname concode_field_sep Pattern CONTENT_LINE_RE concode_elem_sep Pattern ICAL_SPECIALS concode_elem_sep String name concode_elem_sep Map<String,String> extParams concode_elem_sep Pattern PARAM_RE concode_field_sep void setName concode_elem_sep void parse concode...
String function ( ) { return name ; }
7,269
generates a random base64 salt prefixed with settings for the hash . concode_field_sep Logger logger concode_elem_sep PasswordHasher INSTANCE concode_elem_sep SecureRandom secureRandom concode_elem_sep char[] BASE64_CHAR_MAPPING concode_elem_sep MessageDigest messageDigest concode_elem_sep int HASH_ITERATIONS concode_e...
String function ( ) { String loc0 = "srini_string" ; String loc1 = Character . toString ( BASE64_CHAR_MAPPING [ HASH_ITERATIONS ] ) ; String loc2 = generateRandomSalt ( 8 ) ; return loc0 + loc1 + loc2 ; }
7,270
overrides the java.lang.object.hashcode method . the following steps came from effective java programming language guide by joshua bloch , chapter 3 concode_field_sep long serialVersionUID concode_elem_sep List<Group> m_groups concode_elem_sep Group[] EMPTY_GROUP_ARRAY concode_field_sep void setGroupCollection concode_...
int function ( ) { int loc0 = 17 ; if ( m_groups != null ) { loc0 = 37 * loc0 + m_groups . hashCode ( ) ; } return loc0 ; }
7,271
returns the boolean value of the field param , or the value for param , or null if neither is set . concode_field_sep PlaceHolder placeHolder concode_field_sep Float getFieldFloat concode_elem_sep float getFieldFloat concode_elem_sep Double getDouble concode_elem_sep double getDouble concode_elem_sep Float getFloat con...
Boolean function ( String arg0 , String arg1 ) { String loc0 = getFieldParam ( arg0 , arg1 ) ; return loc0 == null ? null : StrUtils . parseBool ( loc0 ) ; }
7,272
return the display value true , actual value false , or both all for reference fields default : false concode_field_sep Map<String,Class<?>> models concode_elem_sep String oauthClientId concode_elem_sep String oauthTokenUrl concode_elem_sep String resource concode_elem_sep String oauthClientSecret concode_elem_sep Bool...
void function ( String arg0 ) { this . displayValue = arg0 ; }
7,273
gets the value of the platform property . concode_field_sep TrainOrderData set concode_elem_sep String crs concode_elem_sep Object clear concode_elem_sep String tiploc concode_elem_sep String platform concode_field_sep void setCrs concode_elem_sep void setSet concode_elem_sep boolean isSetCrs concode_elem_sep TrainOrde...
String function ( ) { return platform ; }
7,274
a list of queue urls , up to 1000 entries . returns a reference to this object so that method calls can be chained together . concode_field_sep java.util.List<String> queueUrls concode_field_sep java.util.List<String> getQueueUrls concode_elem_sep void setQueueUrls concode_elem_sep int hashCode concode_elem_sep boolean...
ListQueuesResult function ( java . util . Collection < String > arg0 ) { if ( arg0 == null ) { this . queueUrls = null ; } else { java . util . List < String > loc0 = new java . util . ArrayList < String > ( arg0 . size ( ) ) ; loc0 . addAll ( arg0 ) ; this . queueUrls = loc0 ; } return this ; }
7,275
updates the input modification time based on the given file or directory recursively . concode_field_sep Configuration configuration concode_elem_sep long inputModificationTime concode_elem_sep long outputModificationTime concode_field_sep void updateModificationTime concode_elem_sep void updateModificationTime concode...
void function ( File arg0 ) { if ( arg0 != null && arg0 . getName ( ) . length ( ) > 0 ) { updateModificationTime ( arg0 , true ) ; } }
7,276
retrieves the designated parameter 's number of digits to right of the decimal point . concode_field_sep int[] types concode_elem_sep int[] modes concode_elem_sep int parameterCount concode_elem_sep int[] nullability concode_elem_sep Result.ResultMetaData rmd concode_elem_sep boolean[] isIdentity concode_elem_sep Strin...
int function ( int arg0 ) { checkRange ( arg0 ) ; return 0 ; }
7,277
returns the description of the actual value in this assertion . concode_field_sep String errorMessage concode_elem_sep Description description concode_field_sep void fail concode_elem_sep AssertionError fail concode_elem_sep void replaceDefaultErrorMessagesWith concode_elem_sep String formattedErrorMessage concode_elem...
Description function ( ) { return description ; }
7,278
determines if the given exception indicates ` item not found ' . recursively checks getcause if outer exception is n't an instance of the correct class . concode_field_sep String GLOBAL_DOMAIN concode_elem_sep String ACCOUNT_DISABLED_REASON_CODE concode_elem_sep int STATUS_CODE_RANGE_NOT_SATISFIABLE concode_elem_sep St...
boolean function ( IOException arg0 ) { return recursiveCheckForCode ( arg0 , HttpStatusCodes . STATUS_CODE_NOT_FOUND ) ; }
7,279
gets the value of the usage property . concode_field_sep String displayLabel concode_elem_sep String note concode_elem_sep String access concode_elem_sep String usage concode_elem_sep String dateLastAccessed concode_elem_sep String value concode_field_sep String getValue concode_elem_sep void setAccess concode_elem_sep...
String function ( ) { return usage ; }
7,280
returns a transparent specification of this parameter object . paramspec identifies the specification class in which the parameters should be returned . it could , for example , be dsaparameterspec.class , to indicate that the parameters should be returned in an instance of the dsaparameterspec class . concode_field_se...
T function ( Class < T > arg0 ) { if ( this . initialized == false ) { throw new InvalidParameterSpecException ( "srini_string" ) ; } return paramSpi . engineGetParameterSpec ( arg0 ) ; }
7,281
get gist with valid id concode_field_sep GitHubResponse response concode_elem_sep GistService gistService concode_elem_sep GitHubClient gitHubClient concode_field_sep void starGistEmptyId concode_elem_sep void forkGistNullId concode_elem_sep void pageUserGists concode_elem_sep void pageStarredGists concode_elem_sep voi...
void function ( ) { gistService . getGist ( "srini_string" ) ; GitHubRequest loc0 = new GitHubRequest ( ) ; loc0 . setUri ( "srini_string" ) ; verify ( gitHubClient ) . get ( loc0 ) ; }
7,282
sort this line without creating a copy . concode_field_sep PlaceHolder placeHolder concode_field_sep ICommonsList<T> createInstance concode_elem_sep ICommonsList<ELEMENTTYPE> getAll concode_elem_sep ELEMENTTYPE removeAndReturnElementAtIndex concode_elem_sep ICommonsList<ELEMENTTYPE> reverse concode_elem_sep ELEMENTTYPE...
ICommonsList < ELEMENTTYPE > function ( @ Nonnull final Comparator < ? super ELEMENTTYPE > arg0 ) { sort ( arg0 ) ; return this ; }
7,283
returns true if the given state is currently active otherwise false . concode_field_sep boolean event1 concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep void init concode_elem_sep SCInterface getSCInterface concode_elem_sep void exitA...
boolean function ( State arg0 ) { switch ( arg0 ) { case main_region_A : return stateVector [ 0 ] == State . main_region_A ; case main_region_B : return stateVector [ 0 ] == State . main_region_B ; case main_region__final_ : return stateVector [ 0 ] == State . main_region__final_ ; default : return false ; } }
7,284
identifies whether the metacard is a registry identity node concode_field_sep PlaceHolder placeHolder concode_field_sep boolean getBooleanAttribute concode_elem_sep boolean isRegistryMetacard concode_elem_sep boolean isRegistryMetacard concode_elem_sep List<String> getListOfStringAttribute concode_elem_sep boolean isLo...
boolean function ( Metacard arg0 ) { return getBooleanAttribute ( arg0 , RegistryObjectMetacardType . REGISTRY_IDENTITY_NODE ) ; }
7,285
a request to perform a deleteitem operation . concode_field_sep PutRequest putRequest concode_elem_sep DeleteRequest deleteRequest concode_field_sep WriteRequest withPutRequest concode_elem_sep DeleteRequest getDeleteRequest concode_elem_sep int hashCode concode_elem_sep WriteRequest withDeleteRequest concode_elem_sep ...
void function ( DeleteRequest arg0 ) { this . deleteRequest = arg0 ; }
7,286
writes a bytes array as a typed bytes sequence . concode_field_sep ThreadLocal<TypedBytesOutput> TB_OUT concode_elem_sep DataOutput out concode_field_sep void writeInt concode_elem_sep void writeVectorHeader concode_elem_sep void writeByte concode_elem_sep void writeListHeader concode_elem_sep void writeFloat concode_e...
void function ( byte [ ] arg0 ) { writeBytes ( arg0 , Type . BYTES . code ) ; }
7,287
checks whether the value of this polynomial is strictly greater zero . concode_field_sep int size concode_elem_sep int numVariables concode_elem_sep BigInteger[] coefficients concode_elem_sep int[] exponents concode_elem_sep HashMap<Point,BigRational> pointsSeen concode_field_sep void addTerm concode_elem_sep int hashC...
boolean function ( Point arg0 , boolean arg1 ) { BigRational loc0 = evaluate ( arg0 , false ) ; int loc1 = loc0 . signum ( ) ; return arg1 ? ( loc1 > 0 ) : ( loc1 >= 0 ) ; }
7,288
gets the value of the opensinststatus property . concode_field_sep Integer isapRetunCode concode_elem_sep JAXBElement<String> opensInstIpv4 concode_elem_sep JAXBElement<String> opensInstStatus concode_elem_sep JAXBElement<String> opensInstId concode_elem_sep JAXBElement<String> isapLongMessage concode_elem_sep JAXBElem...
JAXBElement < String > function ( ) { return opensInstStatus ; }
7,289
removes all renderables from the group . concode_field_sep String name concode_elem_sep RenderManager renderManager concode_elem_sep boolean stopRequested concode_elem_sep Log log concode_elem_sep Set group concode_field_sep void setName concode_elem_sep void add concode_elem_sep boolean contains concode_elem_sep Strin...
void function ( ) { synchronized ( group ) { group . clear ( ) ; } }
7,290
disconnect from database server . concode_field_sep Connection conn concode_elem_sep Profile profile concode_field_sep Connection getConnection concode_elem_sep void checkConnection concode_elem_sep Profile getProfile concode_elem_sep PreparedStatement prepareStatement concode_elem_sep PreparedStatement prepareStatemen...
void function ( ) { if ( conn != null ) { conn . close ( ) ; } conn = null ; }
7,291
specify whether notices should be printed . concode_field_sep boolean noWarn concode_elem_sep int warningCount concode_elem_sep boolean quiet concode_elem_sep int errorCount concode_elem_sep PrintStream out concode_field_sep void printNotice concode_elem_sep void printWarning concode_elem_sep int getWarningCount concod...
void function ( boolean arg0 ) { this . quiet = arg0 ; }
7,292
save the stored data to file/muffin concode_field_sep String fileName concode_elem_sep HashMap numericData concode_elem_sep Muffin muffin concode_elem_sep HashMap stringData concode_field_sep double getNumber concode_elem_sep double getNumber concode_elem_sep void setString concode_elem_sep boolean isWebstartAvailable ...
void function ( ) { muffin . saveFile ( numericData , fileName + "srini_string" ) ; muffin . saveFile ( stringData , fileName + "srini_string" ) ; }
7,293
gets the initialization vector . concode_field_sep SymmetricCipher embeddedCipher concode_elem_sep byte[] iv concode_elem_sep int blockSize concode_field_sep void init concode_elem_sep void restore concode_elem_sep int getBlockSize concode_elem_sep void encrypt concode_elem_sep void save concode_elem_sep void reset con...
byte [ ] function ( ) { return iv ; }
7,294
todo concode_field_sep int st_election_sec concode_elem_sep int st_election_gen concode_elem_sep int st_env_priority concode_elem_sep int st_startup_complete concode_elem_sep int st_nsites concode_elem_sep int st_election_nvotes concode_elem_sep long st_msgs_sent concode_elem_sep int REP_NONE concode_elem_sep int st_st...
long function ( ) { return st_log_records ; }
7,295
returns a range of all the ke hoach ve sinh xa news . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end to com.liferay.portal.kernel.dao.orm.q...
java . util . List < vn . dtt . sol . ns . vesinhmoitruong . dao . model . keHoachVeSinhXaNew > function ( int arg0 , int arg1 ) { return _keHoachVeSinhXaNewLocalService . getkeHoachVeSinhXaNews ( arg0 , arg1 ) ; }
7,296
returns change in document length for the event causing soft wrap recalculation . concode_field_sep int startOffset concode_elem_sep int myOldEndLogicalLine concode_elem_sep int myStartOffset concode_elem_sep VisualPosition myStartVisualPosition concode_elem_sep Logger LOG concode_elem_sep int myActualEndOffset concode...
int function ( ) { return myLengthDiff ; }
7,297
check to see if the specified point is inside the volume defined by this box . concode_field_sep Vector3 maximum concode_elem_sep Vector3 minimum concode_field_sep void include concode_elem_sep void include concode_elem_sep void include concode_elem_sep Vector3 getCenter concode_elem_sep boolean intersects concode_elem...
boolean function ( float arg0 , float arg1 , float arg2 ) { return ( ( arg0 >= minimum . arg0 ) && ( arg0 <= maximum . arg0 ) && ( arg1 >= minimum . arg1 ) && ( arg1 <= maximum . arg1 ) && ( arg2 >= minimum . arg2 ) && ( arg2 <= maximum . arg2 ) ) ; }
7,298
nothing to reset at this level . concode_field_sep double alphaDecayPower concode_elem_sep IRewardStore memory concode_elem_sep double count concode_elem_sep double tau concode_elem_sep double decayAlpha concode_elem_sep double alpha concode_elem_sep double epsilon concode_elem_sep boolean epsilonGreedy concode_elem_se...
void function ( ) { }
7,299
returns the wap theme id of this layout set . concode_field_sep LayoutSet _layoutSet concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEscapedModel concode_elem_sep int getPageCount concode_elem_sep boolean isCachedModel concode_elem_sep boolean isLayoutSetPro...
java . lang . String function ( ) { return _layoutSet . getWapThemeId ( ) ; }