idx int64 0 25k | question stringlengths 68 5.14k | target stringlengths 20 503 |
|---|---|---|
9,500 | convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep List<ImageSizeVm> images concode_elem_sep String sku concode_field_sep ImageValidationVm images concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep void setSku concode_elem_sep Str... | String function ( java . lang . Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; } |
9,501 | returns the global search path configured for imagemagick . concode_field_sep ImageMagick _imageMagick concode_field_sep void setImageMagick concode_elem_sep Properties getResourceLimitsProperties concode_elem_sep ImageMagick getImageMagick concode_elem_sep String[] identify concode_elem_sep boolean isEnabled concode_e... | String function ( ) { return getImageMagick ( ) . getGlobalSearchPath ( ) ; } |
9,502 | test if the array is null or empty . concode_field_sep PlaceHolder placeHolder concode_field_sep Select generateSelect concode_elem_sep Select generateSelect concode_elem_sep int size concode_elem_sep boolean isWhereClause concode_elem_sep T applyConsistencyLevel concode_elem_sep Delete generateDelete concode_elem_sep ... | boolean function ( Object [ ] arg0 ) { return arg0 == null || arg0 . length == 0 ; } |
9,503 | returns a given cookie token from the cookie : header . concode_field_sep String tokens[] concode_elem_sep int numTokens concode_elem_sep int MAX_COOKIE_TOKENS concode_field_sep int getNumTokens concode_elem_sep int parseNameValue concode_elem_sep int parseValue concode_elem_sep int tokenize | String function ( int arg0 ) { return tokens [ arg0 ] ; } |
9,504 | gets the value of the creditbranch property . concode_field_sep String debitValueDate concode_elem_sep String product concode_elem_sep String creditAccount concode_elem_sep String debitAccount concode_elem_sep String debitCurrency concode_elem_sep String creditValueDate concode_elem_sep String debitBranch concode_elem_... | String function ( ) { return creditBranch ; } |
9,505 | the name of the on-premises instance . concode_field_sep String instanceName concode_elem_sep java.util.Date registerTime concode_elem_sep java.util.Date deregisterTime concode_elem_sep String iamUserArn concode_elem_sep String instanceArn concode_elem_sep com.amazonaws.internal.SdkInternalList<Tag> tags concode_field_... | String function ( ) { return this . instanceName ; } |
9,506 | fires a debug event concode_field_sep boolean suspended concode_elem_sep EventDispatcher eventDispatcher concode_elem_sep ILaunch launch concode_elem_sep IProgressMonitor monitor concode_elem_sep EngineThread thread concode_elem_sep boolean terminated concode_elem_sep IDebugTarget target concode_field_sep void disconne... | void function ( final DebugEvent arg0 ) { if ( DebugPlugin . getDefault ( ) != null ) { DebugPlugin . getDefault ( ) . fireDebugEventSet ( new DebugEvent [ ] { arg0 } ) ; } } |
9,507 | get id from name for a table with a master reference . concode_field_sep CLogger log concode_field_sep int copyFile concode_elem_sep TransformerHandler getLogDocument concode_elem_sep int get_IDWithColumn concode_elem_sep String getStringValue concode_elem_sep int getClientId concode_elem_sep int record_log concode_ele... | int function ( Properties arg0 , String arg1 , String arg2 , String arg3 , String arg4 , int arg5 ) { return IDFinder . get_IDWithMasterAndColumn ( arg1 , arg2 , arg3 , arg4 , arg5 , getTrxName ( arg0 ) ) ; } |
9,508 | gets the encryption key used by the security handler when encrypting data . concode_field_sep Logger logger concode_elem_sep EncryptionDictionary encryptDictionary concode_elem_sep SecurityHandler securityHandler concode_elem_sep boolean foundJCE concode_field_sep boolean isAuthorized concode_elem_sep EncryptionDiction... | byte [ ] function ( ) { return securityHandler . getEncryptionKey ( ) ; } |
9,509 | forwards the call to the underlying event buffer concode_field_sep DbusEventBufferAppendable eventBuffer concode_elem_sep String producerName concode_elem_sep MetricsCollector collector concode_field_sep long getMinScn concode_elem_sep long getPrevScn concode_elem_sep void setStartSCN concode_elem_sep void rollbackEven... | void function ( long arg0 ) { eventBuffer . start ( arg0 ) ; } |
9,510 | return list of values to set on a prepared statement , if necessary . concode_field_sep boolean prepared concode_elem_sep JDBCExecutionFactory executionFactory concode_elem_sep ExecutionContext context concode_elem_sep List preparedValues concode_elem_sep String sql concode_field_sep String getSql concode_elem_sep bool... | List function ( ) { return preparedValues ; } |
9,511 | finds the resource with the given path . concode_field_sep PrintStream logWriter concode_elem_sep int logLevel concode_elem_sep int INFO concode_elem_sep int WARN concode_elem_sep int DEBUG concode_elem_sep int ERROR concode_field_sep void warn concode_elem_sep void debug concode_elem_sep void error concode_elem_sep vo... | URL function ( String arg0 ) { return Q3M . class . getResource ( arg0 . replace ( '|' , '/' ) ) ; } |
9,512 | unseal this object , returning it . concode_field_sep String sealAlg concode_elem_sep String paramsAlg concode_elem_sep byte[] encodedParams concode_elem_sep long serialVersionUID concode_elem_sep byte[] encryptedContent concode_elem_sep Cipher sealCipher concode_field_sep Object getObject concode_elem_sep Object getOb... | Object function ( ) { ByteArrayInputStream loc0 = null ; try { loc0 = new ByteArrayInputStream ( sealCipher . doFinal ( encryptedContent ) ) ; } catch ( IllegalStateException loc1 ) { throw new IOException ( "srini_string" ) ; } ObjectInputStream loc2 = new ObjectInputStream ( loc0 ) ; return loc2 . readObject ( ) ; } |
9,513 | optional camelcontext id pattern to only allow rest apis from rest services within camelcontext 's which name matches the pattern . the pattern #name # refers to the camelcontext name , to match on the current camelcontext only . for any other value , the pattern uses the rules from org.apache.camel.util.endpointhelper... | void function ( String arg0 ) { this . apiContextIdPattern = arg0 ; } |
9,514 | gets the pdstore this object is stored in . concode_field_sep GUID typeId concode_elem_sep GUID roleHasAgeId concode_elem_sep PDStore store concode_elem_sep GUID id concode_field_sep void setName concode_elem_sep Long getHasAge concode_elem_sep String getLabel concode_elem_sep String getName concode_elem_sep PDWorkingC... | PDStore function ( ) { return store ; } |
9,515 | convert the given name to lower case . by default , conversions will happen within the us locale . concode_field_sep Class<T> mappedClass concode_elem_sep Map<String,PropertyDescriptor> mappedFields concode_elem_sep Set<String> mappedProperties concode_elem_sep Log logger concode_elem_sep boolean checkFullyPopulated co... | String function ( String arg0 ) { return arg0 . toLowerCase ( Locale . US ) ; } |
9,516 | gets the jca provider name for the secure random generator . concode_field_sep String provider concode_elem_sep String algorithm concode_field_sep SecureRandom createSecureRandom concode_elem_sep void setProvider concode_elem_sep String getAlgorithm concode_elem_sep void setAlgorithm | String function ( ) { return provider ; } |
9,517 | converts a single subjectmatter object to map object . all the variables of the subjectmatter object are included . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder | Map function ( SubjectMatter arg0 ) { return this . convert ( arg0 , false ) ; } |
9,518 | converts a user provided long id into a titan vertex id . the id must be positive and can be at most 61 bits long . this method is useful when providing ids during vertex creation via com.tinkerpop.blueprints.graph #addvertex object . concode_field_sep PlaceHolder placeHolder concode_field_sep long fromVertexId concode... | long function ( long arg0 ) { Preconditions . checkArgument ( arg0 > 0 , "srini_string" , arg0 ) ; Preconditions . checkArgument ( IDManager . IDType . Vertex . removePadding ( Long . MAX_VALUE ) >= arg0 , "srini_string" , arg0 ) ; return IDManager . IDType . Vertex . addPadding ( arg0 ) ; } |
9,519 | encodes the given uri host with the given encoding . concode_field_sep PlaceHolder placeHolder concode_field_sep String encode concode_elem_sep String encodeFragment concode_elem_sep String encodeUserInfo concode_elem_sep String encodeQueryParam concode_elem_sep String encodePort concode_elem_sep String encodeScheme co... | String function ( String arg0 , String arg1 ) { return HierarchicalUriComponents . encodeUriComponent ( arg0 , arg1 , HierarchicalUriComponents . Type . HOST_IPV4 ) ; } |
9,520 | returns the name of the attribute which is used to specifiy the provisioning profile . concode_field_sep Artifact entitlements concode_elem_sep String INVALID_FAMILIES_ERROR concode_elem_sep Artifact launchStoryboard concode_elem_sep String artifactPrefix concode_elem_sep String launchImage concode_elem_sep String bund... | String function ( ) { return provisioningProfileAttributeName ; } |
9,521 | helper functions for comparisons and swaps . indices are `` off-by-one '' to support 1-based indexing . concode_field_sep PlaceHolder placeHolder concode_field_sep void sink concode_elem_sep void exch concode_elem_sep void show concode_elem_sep void main concode_elem_sep void sort concode_elem_sep boolean isSorted | boolean function ( Comparable [ ] arg0 , int arg1 , int arg2 ) { return arg0 [ arg1 - 1 ] . compareTo ( arg0 [ arg2 - 1 ] ) < 0 ; } |
9,522 | this method should be overridden only for unit testing . concode_field_sep ImmutableCollection<Path> inputsToCompareToOutputs concode_elem_sep SourcePathResolver resolver concode_elem_sep RuleKey.Builder.RuleKeyPair ruleKeyPair concode_elem_sep ImmutableSortedSet<BuildRule> declaredDeps concode_elem_sep RuleKeyBuilderF... | RuleKey function ( ) { return getRuleKeyPair ( ) . getTotalRuleKey ( ) ; } |
9,523 | determines whether or not i/o interest operations are to be queued and executed asynchronously by the i/o reactor thread or to be applied to the underlying selectionkey immediately . default : false concode_field_sep long selectInterval concode_elem_sep long shutdownGracePeriod concode_elem_sep boolean soReuseAddress c... | boolean function ( ) { return this . interestOpQueued ; } |
9,524 | gets the itemavailabilitylist value for this getitemavailabilityresult . concode_field_sep com.netsuite.webservices.platform.core_2014_2.ItemAvailability[] itemAvailabilityList concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc ty... | com . netsuite . webservices . platform . core_2014_2 . ItemAvailability [ ] function ( ) { return itemAvailabilityList ; } |
9,525 | get time of day in clarion format value = 10ths of seconds since midnight + 1 . i.e. midnight = 1 the 10th of a second before midnight = 8640000 0 = invalid/null concode_field_sep Long localizedEpoch concode_field_sep int epochToClarionDate concode_elem_sep int date concode_elem_sep int month concode_elem_sep int year ... | int function ( ) { Calendar loc0 = Calendar . getInstance ( ) ; return 1 + loc0 . get ( Calendar . HOUR_OF_DAY ) * 360000 + loc0 . get ( Calendar . MINUTE ) * 6000 + loc0 . get ( Calendar . SECOND ) * 100 + loc0 . get ( Calendar . MILLISECOND ) / 10 ; } |
9,526 | set if this fixture is a sensor . concode_field_sep org.jbox2d.dynamics.Fixture fixture concode_elem_sep Object userData concode_elem_sep Shape shape concode_elem_sep Filter filter concode_elem_sep Vec2 tmp concode_elem_sep Body body concode_field_sep float getRestitution concode_elem_sep Body getBody concode_elem_sep ... | void function ( boolean arg0 ) { fixture . setSensor ( arg0 ) ; } |
9,527 | gets whether the driver is jdbc compliant . 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 concode_elem_sep int m... | boolean function ( ) { return jdbcCompliant ; } |
9,528 | the token to use to retrieve the next page of results . this value is null when there are no more results to return . concode_field_sep String nextToken concode_elem_sep com.amazonaws.internal.ListWithAutoConstructFlag<ReservedInstancesModification> reservedInstancesModifications concode_field_sep DescribeReservedInsta... | void function ( String arg0 ) { this . nextToken = arg0 ; } |
9,529 | this method will always return null concode_field_sep SessionContext sessionContext concode_elem_sep Hashtable data concode_field_sep String getModule concode_elem_sep String[] getParameterValues concode_elem_sep String getScheme concode_elem_sep String getRemoteAddr concode_elem_sep String getRequestURI concode_elem_s... | String function ( ) { return null ; } |
9,530 | retrieves the name of the savepoint that this savepoint object represents . concode_field_sep String name concode_elem_sep jdbcConnection connection concode_field_sep String toString concode_elem_sep int getSavepointId | String function ( ) { return name ; } |
9,531 | caches the s a m todo lists in the entity cache if it is enabled . concode_field_sep SAMTodoListPersistence _persistence concode_field_sep int countAll concode_elem_sep List<SAMTodoList> findWithDynamicQuery concode_elem_sep List<SAMTodoList> findWithDynamicQuery concode_elem_sep List<SAMTodoList> findWithDynamicQuery ... | void function ( List < SAMTodoList > arg0 ) { getPersistence ( ) . cacheResult ( arg0 ) ; } |
9,532 | get right longitude , if any . concode_field_sep boolean noLongitudeBound concode_elem_sep boolean noBottomLatitudeBound concode_elem_sep Double leftLongitude concode_elem_sep Double minLatitude concode_elem_sep boolean noTopLatitudeBound concode_elem_sep Double maxLatitude concode_elem_sep Double rightLongitude concod... | Double function ( ) { return rightLongitude ; } |
9,533 | checks if a player is in a party . this function is designed for api usage . concode_field_sep PlaceHolder placeHolder concode_field_sep String getPartyLeader concode_elem_sep void setPartyLeader concode_elem_sep List<OfflinePlayer> getOnlineAndOfflineMembers concode_elem_sep boolean hasAlly concode_elem_sep List<Party... | boolean function ( Player arg0 ) { return UserManager . getPlayer ( arg0 ) . inParty ( ) ; } |
9,534 | you must call this or #mayberefresh , periodically , if you want that #acquire will return refreshed instances . threads : unlike #mayberefresh , if another thread is currently refreshing , this method blocks until that thread completes . it is useful if you want to guarantee that the next call to #acquire will return ... | void function ( ) { ensureOpen ( ) ; refreshLock . lock ( ) ; try { doMaybeRefresh ( ) ; } finally { refreshLock . unlock ( ) ; } } |
9,535 | disable cache completely . can not enable the cache again . concode_field_sep Boolean isEnable concode_elem_sep Log log concode_elem_sep String AUTHORIZATION_CACHE_MANAGER concode_elem_sep String AUTHORIZATION_CACHE_NAME concode_elem_sep AuthorizationCache authorizationCache concode_field_sep Boolean isUserAuthorized c... | void function ( ) { isEnable = false ; } |
9,536 | delete the identity provider concode_field_sep RealmAuth auth concode_elem_sep KeycloakSession session concode_elem_sep UriInfo uriInfo concode_elem_sep ServicesLogger logger concode_elem_sep RealmModel realm concode_elem_sep IdentityProviderModel identityProviderModel concode_elem_sep AdminEventBuilder adminEvent conc... | Response function ( ) { this . auth . requireManage ( ) ; this . realm . removeIdentityProviderByAlias ( this . identityProviderModel . getAlias ( ) ) ; adminEvent . operation ( OperationType . DELETE ) . resourcePath ( uriInfo ) . success ( ) ; return Response . noContent ( ) . build ( ) ; } |
9,537 | returns the id of the realm concode_field_sep String realmId concode_elem_sep String resourcePath concode_elem_sep OperationType operationType concode_elem_sep long time concode_elem_sep AuthDetails authDetails concode_elem_sep String error concode_elem_sep String representation concode_field_sep void setRealmId concod... | String function ( ) { return realmId ; } |
9,538 | used after deserialization . it converts ` layers ' property content , used until 2.3.x , to ` publishables ' property content . concode_field_sep WorkspaceInfo workspace concode_elem_sep List<PublishedInfo> publishables concode_elem_sep List<AuthorityURLInfo> authorityURLs concode_elem_sep StyleInfo rootLayerStyle con... | void function ( ) { if ( layers != null && publishables == null ) { publishables = new ArrayList < PublishedInfo > ( ) ; for ( LayerInfo loc0 : layers ) { publishables . add ( loc0 ) ; } layers = null ; } } |
9,539 | gets the value of the reltype property . concode_field_sep String toID concode_elem_sep String trajector concode_elem_sep String fromText concode_elem_sep String comment concode_elem_sep String relType concode_elem_sep String id concode_elem_sep String trigger concode_elem_sep String landmark concode_elem_sep String fr... | String function ( ) { return relType ; } |
9,540 | returns the artifact identifier for a proto classes package concode_field_sep PlaceHolder placeHolder concode_field_sep String getMetadataName concode_elem_sep String getReleaseAnnotation concode_elem_sep String getGrpcPackageName concode_elem_sep String getOutputFileName concode_elem_sep String getNotImplementedString... | String function ( ) { return getNotImplementedString ( "srini_string" ) ; } |
9,541 | returns the probability associated with the transition , or null if none exist . concode_field_sep Map<TransitionLabelType,Object> labels concode_field_sep Object getLabel concode_elem_sep TimeSeries<ITime> getTimeDeltaSeries concode_elem_sep void setLabel concode_elem_sep RelationsSet getRelations concode_elem_sep int... | Double function ( ) { Object loc0 = getLabel ( TransitionLabelType . PROBABILITY_LABEL ) ; if ( loc0 == null ) { return null ; } assert ( loc0 instanceof Double ) ; return ( Double ) loc0 ; } |
9,542 | the default implementation only creates a new default project . clients may override if they want to contribute generatorspecific project setup concode_field_sep String SCT_GENERATOR_CONSOLE concode_elem_sep IGeneratorBridge bridge concode_elem_sep MessageConsoleStream error concode_elem_sep Injector injector concode_e... | void function ( IProject arg0 , GeneratorEntry arg1 ) { GeneratorUtils . createEmptyProject ( arg0 ) ; } |
9,543 | get the class . concode_field_sep String pluginClass concode_elem_sep String service concode_elem_sep boolean onload concode_elem_sep CordovaPlugin plugin concode_field_sep CordovaPlugin createPlugin concode_elem_sep boolean isCordovaPlugin | Class function ( final String arg0 ) { Class loc0 = null ; if ( ( arg0 != null ) && ! ( "srini_string" . equals ( arg0 ) ) ) { loc0 = Class . forName ( arg0 ) ; } return loc0 ; } |
9,544 | converts an int to a byte array . concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] longToBytes concode_elem_sep long bytesToLong concode_elem_sep long bytesToLong concode_elem_sep byte[] doubleToBytes concode_elem_sep byte[] floatToBytes concode_elem_sep short bytesToShort concode_elem_sep short bytes... | byte [ ] function ( int arg0 ) { byte [ ] loc0 = new byte [ 4 ] ; loc0 [ 0 ] = ( byte ) ( arg0 >>> 24 ) ; loc0 [ 1 ] = ( byte ) ( arg0 >>> 16 ) ; loc0 [ 2 ] = ( byte ) ( arg0 >>> 8 ) ; loc0 [ 3 ] = ( byte ) ( arg0 ) ; return loc0 ; } |
9,545 | atmos ssl validation concode_field_sep String fullTokenId concode_elem_sep String secretKey concode_elem_sep String remotePath concode_elem_sep String query concode_elem_sep String name concode_elem_sep String localPath concode_elem_sep String newRemotePath concode_elem_sep boolean enableSslValidation concode_elem_sep ... | void function ( boolean arg0 ) { this . enableSslValidation = arg0 ; } |
9,546 | sets whether outbound string payloads are to be converted to byte . default is true . concode_field_sep MessageBuilderFactory messageBuilderFactory concode_elem_sep Log logger concode_elem_sep BeanFactory beanFactory concode_elem_sep String charset concode_elem_sep boolean messageBuilderFactorySet concode_elem_sep bool... | void function ( boolean arg0 ) { this . stringToBytes = arg0 ; } |
9,547 | set the value related to the column : min_quantity concode_field_sep String REF concode_elem_sep java.util.Date modifiedTime concode_elem_sep com.floreantpos.model.TicketItem parent concode_elem_sep java.lang.Integer maxQuantity concode_elem_sep String PROP_MAX_QUANTITY concode_elem_sep int hashCode concode_elem_sep St... | void function ( java . lang . Integer arg0 ) { this . minQuantity = arg0 ; } |
9,548 | changes the current position to the position . concode_field_sep String s concode_elem_sep int pos concode_field_sep char next concode_elem_sep char current concode_elem_sep int pos concode_elem_sep boolean hasNext concode_elem_sep String getInput concode_elem_sep char peek | void function ( int arg0 ) { if ( arg0 > this . s . length ( ) - 1 ) { throw new IndexOutOfBoundsException ( "srini_string" + arg0 + "srini_string" ) ; } this . pos = arg0 ; } |
9,549 | returns the implementation hints . the default implementation returns en empty map . concode_field_sep Logger LOGGER concode_field_sep boolean isAvailable concode_elem_sep EsriHdrFormat createFormat | Map function ( ) { return Collections . EMPTY_MAP ; } |
9,550 | tests the successful creation case . concode_field_sep Body b2 concode_elem_sep Body b1 concode_field_sep void setMaxMotorTorque concode_elem_sep void setInvalidUpperLimit concode_elem_sep void setInvalidLowerLimit concode_elem_sep void setInvalidLimits2 concode_elem_sep void setUpperLimit concode_elem_sep void setInva... | void function ( ) { new RevoluteJoint ( b1 , b2 , new Vector2 ( ) ) ; } |
9,551 | before a component does all the phases , and goes through the several steps of updating its value , we sometimes need to save away the original value , so we can refer to it unmolested concode_field_sep Object savedValue concode_elem_sep Object submittedValue concode_elem_sep Log log concode_elem_sep String name concod... | void function ( FacesContext arg0 , UIComponent arg1 ) { savedValue = getValue ( arg0 , arg1 ) ; haveSavedValue = true ; } |
9,552 | returns a description for the class . concode_field_sep ClassComparator comparator concode_elem_sep ArrayList factories concode_elem_sep Configuration config concode_field_sep String getDataSourceName concode_elem_sep Iterator getRegisteredClasses concode_elem_sep void addFactory concode_elem_sep Iterator getFactories ... | ObjectDescription function ( final Class arg0 ) { for ( int loc0 = 0 ; loc0 < factories . size ( ) ; loc0 ++ ) { final DataSourceFactory loc1 = ( DataSourceFactory ) factories . get ( loc0 ) ; final ObjectDescription loc2 = loc1 . getDescriptionForClass ( arg0 ) ; if ( loc2 != null ) { return loc2 . getInstance ( ) ; }... |
9,553 | sets the value of the description property . concode_field_sep EjbRefType ejbRefType concode_elem_sep Description description concode_elem_sep String id concode_elem_sep EjbRefName ejbRefName concode_elem_sep Remote remote concode_elem_sep Home home concode_field_sep void setEjbRefName concode_elem_sep Home getHome con... | void function ( Description arg0 ) { this . description = arg0 ; } |
9,554 | true if it is still possible to redo this operation concode_field_sep int MOVE concode_elem_sep int[] _nodeLocation concode_elem_sep DOMTreeTableAdapter _tableModel concode_elem_sep String _presName concode_elem_sep int _action concode_elem_sep int DELETE concode_elem_sep int INSERT concode_elem_sep MerlotDOMNode _node... | boolean function ( ) { return false ; } |
9,555 | creates fontdelegate objects for the fonts in the specified buffer . the following font formats are currently recognized : recognized font formats are : opentype . otf ; truetype . ttf ; truetype collections . ttc ; apple macos x data-fork font . dfont . some formats may contain more than a single font , for example . ... | FontDelegate [ ] function ( ByteBuffer arg0 ) { return OpenTypeFontFactory . createFonts ( arg0 ) ; } |
9,556 | returns whether the given objects are the same . concode_field_sep PlaceHolder placeHolder concode_field_sep int compare concode_elem_sep int hashCode | boolean function ( Object arg0 , Object arg1 ) { return arg0 == null ? arg1 == null : arg0 . equals ( arg1 ) ; } |
9,557 | two version are equal if their major and minor version numbers are equal . concode_field_sep int major concode_elem_sep int minor concode_elem_sep long serialVersionUID concode_field_sep int getMinor concode_elem_sep Version parseVersion concode_elem_sep int hashCode concode_elem_sep int getMajor concode_elem_sep boole... | boolean function ( Object arg0 ) { if ( arg0 == this ) { return true ; } if ( ! ( arg0 instanceof Version ) ) { return false ; } return compareTo ( ( Version ) arg0 ) == 0 ; } |
9,558 | checks if there are any warnings generated during the comparison concode_field_sep Logger logger concode_elem_sep List<RamlChecker> checkers concode_elem_sep Set<Issue> warnings concode_elem_sep RamlRoot implemented concode_elem_sep RamlRoot published concode_elem_sep Set<Issue> errors concode_field_sep boolean hasErro... | boolean function ( ) { if ( warnings . size ( ) > 0 ) { return true ; } else { return false ; } } |
9,559 | gets the ip address configured for the next hop upstream gateway . concode_field_sep List<IpPrefix> localPublicIpPrefixes concode_elem_sep int xosRestPort concode_elem_sep IpAddress xosIpAddress concode_elem_sep Map<String,ConnectPointConfiguration> hosts concode_elem_sep MacAddress publicFacingMac concode_elem_sep IpA... | IpAddress function ( ) { return nextHopIpAddress ; } |
9,560 | remove an edge between this node and another . concode_field_sep Vector3f pos concode_elem_sep boolean locked concode_elem_sep Vector edgesFailureScore concode_elem_sep Vector edges concode_field_sep void unlockNode concode_elem_sep void lockNode concode_elem_sep Vector3f getObjectPosition concode_elem_sep boolean isLo... | boolean function ( int arg0 ) { return ! locked && edgesFailureScore . remove ( arg0 ) != null && edges . remove ( arg0 ) != null ; } |
9,561 | import a schema file to the registry after saving all its includes and imports to the registry and updating the schema locations accordingly . concode_field_sep Registry registry concode_elem_sep List<Association> associationsBuffer concode_elem_sep ArrayList schemaPath concode_elem_sep int i concode_field_sep String g... | String function ( String arg0 , String arg1 , boolean arg2 , Resource arg3 ) { return saveSchemaFileToRegistry ( arg0 , new HashMap ( ) , arg1 , arg2 , arg3 ) ; } |
9,562 | retrieves the current limit of the buffer . concode_field_sep int limit concode_elem_sep int mark concode_elem_sep Pointer address concode_elem_sep int cap concode_elem_sep int pos concode_field_sep void checkIfReadOnly concode_elem_sep boolean hasRemaining concode_elem_sep Buffer clear concode_elem_sep void checkIndex... | int function ( ) { return limit ; } |
9,563 | resets all primitive member fields to zero . concode_field_sep int currentSegmentIndex concode_elem_sep PageHeader pageHeader concode_elem_sep int[] laces concode_elem_sep long granulePosition concode_elem_sep int type concode_elem_sep int revision concode_elem_sep long pageChecksum concode_elem_sep int headerSize conc... | void function ( ) { revision = 0 ; type = 0 ; granulePosition = 0 ; streamSerialNumber = 0 ; pageSequenceNumber = 0 ; pageChecksum = 0 ; pageSegmentCount = 0 ; headerSize = 0 ; bodySize = 0 ; } |
9,564 | compute the checksum of a tar entry header . concode_field_sep int BYTE_MASK concode_field_sep int getCheckSumOctalBytes concode_elem_sep StringBuffer parseName concode_elem_sep int getNameBytes concode_elem_sep long parseOctal concode_elem_sep int getOctalBytes concode_elem_sep int getLongOctalBytes | long function ( byte [ ] arg0 ) { long loc0 = 0 ; for ( int loc1 = 0 ; loc1 < arg0 . length ; ++ loc1 ) { loc0 += BYTE_MASK & arg0 [ loc1 ] ; } return loc0 ; } |
9,565 | sets the list of purchases . concode_field_sep StoreTable storeTable concode_elem_sep Random random concode_elem_sep Effect cartEffect concode_elem_sep ArrayList purchasedList concode_field_sep String getItemString concode_elem_sep ArrayList getPurchasedList concode_elem_sep void setCartEffect concode_elem_sep String g... | void function ( ArrayList arg0 ) { this . purchasedList = arg0 ; } |
9,566 | gets the value of the `` publisher '' that will be placed in the generated conformance statement . as this is a mandatory element , the value should not be null although this is not enforced . the value defaults to `` not provided '' but may be set to null , which will cause this element to be omitted . concode_field_s... | String function ( ) { return myPublisher ; } |
9,567 | setter method concode_field_sep String pendingWith concode_elem_sep String subCategory concode_elem_sep String dateAndTime concode_elem_sep String ticketNo concode_elem_sep String subSubCategory concode_elem_sep String pendingWithUser concode_elem_sep String customerId concode_elem_sep String loggedBy concode_elem_sep ... | void function ( String arg0 ) { this . subCategory = arg0 ; } |
9,568 | method that will return a detector instance that uses given minimal match level ; match that may be returned unless a stronger match is found with other format detectors . concode_field_sep MatchStrength _minimalMatch concode_elem_sep JsonFactory[] _detectors concode_elem_sep int _maxInputLookahead concode_elem_sep int... | DataFormatDetector function ( MatchStrength arg0 ) { if ( arg0 == _minimalMatch ) { return this ; } return new DataFormatDetector ( _detectors , _optimalMatch , arg0 , _maxInputLookahead ) ; } |
9,569 | get a recovery store proxy from the local mbeanserver concode_field_sep JMXConnectorServer jmxCServer concode_elem_sep ObjectName participantStoreON concode_elem_sep String PARTICIPANT_BEAN_NAME concode_elem_sep MBeanServerConnection mbsc concode_elem_sep ObjectName recoveryStoreON concode_elem_sep NotificationListener... | RecoveryStoreProxy function ( NotificationListener arg0 ) { return getProxy ( "srini_string" , arg0 ) . rsProxy ; } |
9,570 | add gist id to intent being built up concode_field_sep String EXTRA_IS_COLLABORATOR concode_elem_sep String EXTRA_COMMENT_BODY concode_elem_sep String EXTRA_PATH concode_elem_sep String EXTRA_REPOSITORY concode_elem_sep String EXTRA_REPOSITORIES concode_elem_sep String EXTRA_USERS concode_elem_sep String EXTRA_COMMENTS... | Builder function ( String arg0 ) { return add ( EXTRA_GIST_ID , arg0 ) ; } |
9,571 | does nothing . concode_field_sep PlaceHolder placeHolder concode_field_sep void upButtonSelected concode_elem_sep Object[] addButtonSelected concode_elem_sep void downButtonSelected concode_elem_sep Object[] removeButtonSelected concode_elem_sep Object editButtonSelected | void function ( final IStructuredSelection arg0 ) { } |
9,572 | returns a unique list of topics from the topic partition map concode_field_sep long serialVersionUID concode_elem_sep int partition concode_elem_sep String topic concode_elem_sep int cachedHash concode_field_sep int getPartition concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep boolean isCo... | List < String > function ( Map < KafkaTopicPartition , ? > arg0 ) { HashSet < String > loc0 = new HashSet < > ( ) ; for ( KafkaTopicPartition loc1 : arg0 . keySet ( ) ) { loc0 . add ( loc1 . getTopic ( ) ) ; } return new ArrayList < > ( loc0 ) ; } |
9,573 | make a copy of this sequential pattern concode_field_sep int itemCount concode_elem_sep Set<Integer> sequencesIds concode_elem_sep List<Itemset> itemsets concode_field_sep int getItemOccurencesTotalCount concode_elem_sep void setSequenceIDs concode_elem_sep int compareTo concode_elem_sep List<Itemset> getItemsets conco... | SequentialPattern function ( ) { SequentialPattern loc0 = new SequentialPattern ( ) ; for ( Itemset loc1 : itemsets ) { loc0 . addItemset ( loc1 . cloneItemSet ( ) ) ; } return loc0 ; } |
9,574 | increments the amount of times this count has failed to respond to a request . concode_field_sep long lastSeen concode_elem_sep int staleCount concode_elem_sep Node n concode_field_sep long lastSeen concode_elem_sep int staleCount concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Node getNo... | void function ( ) { staleCount ++ ; } |
9,575 | write a distanceunit to a streamoutput concode_field_sep DistanceUnit unit concode_elem_sep String[] names concode_elem_sep double value concode_elem_sep DistanceUnit DEFAULT concode_elem_sep double meters concode_field_sep double getEarthCircumference concode_elem_sep double toMeters concode_elem_sep double fromMeters... | void function ( StreamOutput arg0 , DistanceUnit arg1 ) { arg0 . writeByte ( ( byte ) arg1 . ordinal ( ) ) ; } |
9,576 | gets the value of the entryid property . concode_field_sep String timeStamp concode_elem_sep String seqNum concode_elem_sep String reasonCode concode_elem_sep String dataRef concode_elem_sep String value concode_elem_sep String dataSet concode_elem_sep String configRef concode_elem_sep String entryID concode_field_sep ... | String function ( ) { return entryID ; } |
9,577 | get the authorization principal matching the supplied iperson . concode_field_sep Log log concode_elem_sep IGroupListHelper groupListHelper concode_field_sep void updateGroupDetails concode_elem_sep void updateGroupMembers concode_elem_sep void createGroup concode_elem_sep void setGroupListHelper concode_elem_sep boole... | IAuthorizationPrincipal function ( final IPerson arg0 ) { final EntityIdentifier loc0 = arg0 . getEntityIdentifier ( ) ; return AuthorizationService . instance ( ) . newPrincipal ( loc0 . getKey ( ) , loc0 . getType ( ) ) ; } |
9,578 | gets a list of suggested user ids 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_field_s... | ArrayList < String > function ( ) { return this . suggestions ; } |
9,579 | addlayoutcomponent concode_field_sep SizeRequirements[] yChildren concode_elem_sep SizeRequirements xTotal concode_elem_sep SizeRequirements yTotal concode_elem_sep long serialVersionUID concode_elem_sep Container target concode_elem_sep SizeRequirements[] xChildren concode_field_sep Dimension preferredLayoutSize conco... | void function ( Component arg0 , Object arg1 ) { } |
9,580 | retrieves a byte sequence representing the md5 digest of the specified byte sequence . concode_field_sep MessageDigest md5 concode_field_sep String encodeString concode_elem_sep byte[] digestString | byte [ ] function ( byte [ ] arg0 ) { synchronized ( MD5 . class ) { if ( md5 == null ) { try { md5 = MessageDigest . getInstance ( "srini_string" ) ; } catch ( NoSuchAlgorithmException loc0 ) { throw new RuntimeException ( loc0 . toString ( ) ) ; } } return md5 . digest ( arg0 ) ; } } |
9,581 | remove requester id concode_field_sep IDPListType idpList concode_elem_sep BigInteger proxyCount concode_elem_sep List<URI> requesterID concode_field_sep void setIDPList concode_elem_sep List<URI> getRequesterID concode_elem_sep void addRequesterID concode_elem_sep IDPListType getIDPList concode_elem_sep BigInteger get... | void function ( URI arg0 ) { this . requesterID . remove ( arg0 ) ; } |
9,582 | gets the cached expiration date from a bundle . concode_field_sep String TOKEN_SOURCE_KEY concode_elem_sep long INVALID_BUNDLE_MILLISECONDS concode_elem_sep String TOKEN_KEY concode_elem_sep String PERMISSIONS_KEY concode_elem_sep String EXPIRATION_DATE_KEY concode_elem_sep String LAST_REFRESH_DATE_KEY concode_elem_sep... | long function ( Bundle arg0 ) { Validate . notNull ( arg0 , "srini_string" ) ; return arg0 . getLong ( EXPIRATION_DATE_KEY ) ; } |
9,583 | the unique id of the node . concode_field_sep String nodeName concode_elem_sep TransportAddress address concode_elem_sep ImmutableList<DiscoveryNode> EMPTY_LIST concode_elem_sep Version version concode_elem_sep ImmutableMap<String,String> attributes concode_elem_sep String nodeId concode_field_sep Version getVersion co... | String function ( ) { return nodeId ; } |
9,584 | called when the activity receives a new intent . concode_field_sep CordovaWebView app concode_elem_sep CordovaInterface ctx concode_elem_sep HashMap<String,List<String>> urlMap concode_elem_sep int SLOW_EXEC_WARNING_THRESHOLD concode_elem_sep HashMap<String,CordovaPlugin> pluginMap concode_elem_sep HashMap<String,Plugi... | void function ( Intent arg0 ) { for ( CordovaPlugin loc0 : this . pluginMap . values ( ) ) { loc0 . onNewIntent ( arg0 ) ; } } |
9,585 | get the start label of the catch block . concode_field_sep Label handler concode_elem_sep Label start concode_elem_sep Label end concode_elem_sep Type type concode_field_sep void setHandler concode_elem_sep Label start concode_elem_sep Label end concode_elem_sep String toString concode_elem_sep Type type | Label function ( ) { return handler ; } |
9,586 | decodes a byte array from base64 format . no blanks or line breaks are allowed within the base64 encoded input data . concode_field_sep byte[] decodingMap concode_elem_sep CharMap urlsafeMap concode_elem_sep CharMap regularMap concode_elem_sep String systemLineSeparator concode_elem_sep char[] encodingMap concode_field... | byte [ ] function ( char [ ] arg0 ) { return decode ( arg0 , 0 , arg0 . length , regularMap . decodingMap ) ; } |
9,587 | increments the weight of this key with a specified value . concode_field_sep byte[] bytes concode_elem_sep double weight concode_field_sep void readFields concode_elem_sep void set concode_elem_sep double getWeight concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep int compareTo concode_elem... | void function ( double arg0 ) { this . weight += arg0 ; } |
9,588 | selects a group of elements . concode_field_sep SelectorType SIMPLE concode_elem_sep SelectorType SELECT concode_elem_sep String type concode_field_sep Element[] filter concode_elem_sep DomQueryFunction compile concode_elem_sep DomQueryFunction compile concode_elem_sep String getType concode_elem_sep JavaScriptObject d... | Element [ ] function ( String arg0 ) { JavaScriptObject loc0 = doSelect ( arg0 ) ; return JavaScriptObjectHelper . toElementArray ( loc0 ) ; } |
9,589 | returns the illumination . concode_field_sep Calendar firstQuarter concode_elem_sep double illumination concode_elem_sep Calendar thirdQuarter concode_elem_sep MoonPhaseName name concode_elem_sep Calendar _new concode_elem_sep int age concode_elem_sep Calendar full concode_field_sep void setName concode_elem_sep int ge... | double function ( ) { return illumination ; } |
9,590 | gets the value of the name property . concode_field_sep String layoutClass concode_elem_sep String contentListWrapper concode_elem_sep String name concode_elem_sep Boolean systemTemplate concode_elem_sep String label concode_elem_sep List<Object> contentXmlOrFieldOrHelp concode_field_sep void setName concode_elem_sep S... | String function ( ) { return name ; } |
9,591 | find the first node containing value concode_field_sep Node<T> head concode_field_sep int size concode_elem_sep Node<T> removeFirst concode_elem_sep boolean isEmpty concode_elem_sep String toString concode_elem_sep Node<T> delete concode_elem_sep void addFirst | Node < T > function ( T arg0 ) { if ( head == null ) return null ; Node < T > loc0 = head ; while ( loc0 != null && ! loc0 . data . equals ( arg0 ) ) loc0 = loc0 . next ; return loc0 ; } |
9,592 | a list of successfully and unsuccessfully ingested events results . if the ingestion was successful , the entry will have the event id in it . if not , then the errorcode and errormessage can be used to identify the problem with the entry . note : this method appends the values to the existing list if any . use #setent... | PutEventsResult function ( PutEventsResultEntry ... arg0 ) { if ( this . entries == null ) { setEntries ( new java . util . ArrayList < PutEventsResultEntry > ( arg0 . length ) ) ; } for ( PutEventsResultEntry loc0 : arg0 ) { this . entries . add ( loc0 ) ; } return this ; } |
9,593 | invoked once immediately after construction concode_field_sep PlaceHolder placeHolder concode_field_sep String toLocal | void function ( Map arg0 ) { } |
9,594 | add a new child node to this node . concode_field_sep String name concode_elem_sep HashMap attributes concode_elem_sep TreeNode parent concode_elem_sep String body concode_elem_sep ArrayList children concode_field_sep TreeNode findChild concode_elem_sep String findAttribute concode_elem_sep String getName concode_elem_... | void function ( TreeNode arg0 ) { if ( children == null ) children = new ArrayList ( ) ; children . add ( arg0 ) ; } |
9,595 | if project `` test '' and item `` testjob 0.1 '' , will return `` test/testjob _ 0_1 '' . concode_field_sep PlaceHolder placeHolder concode_field_sep String getCurrentProjectName concode_elem_sep String getJobContextFileName concode_elem_sep String getJobPackagedClass concode_elem_sep String getJobPackagedClass concode... | String function ( Item arg0 ) { return getJobClassPackageFolder ( arg0 , false ) ; } |
9,596 | round using the roundingmode #half_up mode and fix representation concode_field_sep RoundHelper s_aInstance concode_field_sep boolean isExponential concode_elem_sep double getRoundedUpFix2 concode_elem_sep double getRounded concode_elem_sep String getFormattedExp concode_elem_sep String getFormattedExp2 concode_elem_se... | double function ( final double arg0 , @ Nonnegative final int arg1 ) { return getRounded ( arg0 , arg1 , RoundingMode . HALF_UP , EDecimalType . FIX ) ; } |
9,597 | get start position concode_field_sep String m_method concode_elem_sep Callout m_callout concode_elem_sep int m_maxLength concode_elem_sep int m_seqNo concode_elem_sep String m_decimalPoint concode_elem_sep String m_columnName concode_elem_sep String m_dataFormat concode_elem_sep int m_startNo concode_elem_sep boolean m... | int function ( ) { return m_startNo ; } |
9,598 | utility method for normailing strings , to lowercase and remove any spaces . concode_field_sep String STYLE_DEMI concode_elem_sep String STYLE_BOLD concode_elem_sep String STYLE_BLACK concode_elem_sep String AWT_STYLE_ITAL concode_elem_sep String AWT_STYLE_DEMI_ITAL concode_elem_sep String STYLE_BOLD_ITALIC concode_ele... | String function ( String arg0 ) { arg0 = guessFamily ( arg0 ) ; StringBuilder loc0 = new StringBuilder ( arg0 . toLowerCase ( ) ) ; for ( int loc1 = loc0 . length ( ) - 1 ; loc1 >= 0 ; loc1 -- ) { if ( loc0 . charAt ( loc1 ) == 32 ) { loc0 . deleteCharAt ( loc1 ) ; loc1 -- ; } } return loc0 . toString ( ) ; } |
9,599 | internal : execute a request and return its result the params argument is treated as : name1 , value1 , name2 , value2 , ... concode_field_sep int DEFAULT_SO_TIMEOUT concode_elem_sep int DEFAULT_CONNECTION_TIMEOUT concode_elem_sep RequestConfig defaultConfig concode_elem_sep CloseableHttpClient httpc concode_elem_sep S... | HttpResponse function ( String arg0 , HttpEntity arg1 , String ... arg2 ) { ensureOpen ( ) ; HttpPost loc0 = new HttpPost ( queryString ( arg0 , arg2 ) ) ; loc0 . setEntity ( arg1 ) ; HttpResponse loc1 = httpc . execute ( loc0 ) ; verifyStatus ( loc1 ) ; return loc1 ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.