idx int64 0 25k | question stringlengths 71 7.19k | target stringlengths 20 663 |
|---|---|---|
1,600 | builds a new operationdescription concode_field_sep String summary concode_elem_sep ImmutableSet<String> aliases concode_elem_sep ImmutableSet<String> aliases concode_elem_sep String name concode_elem_sep Icon icon concode_elem_sep String summary concode_elem_sep Category category concode_field_sep String summary conco... | OperationDescription function ( ) { return new OperationDescription ( name , summary , category , icon , aliases ) ; } |
1,601 | get the necessary bit shifts needed to align mask with 0 . concode_field_sep int ThreeBitMask concode_field_sep int getInt concode_elem_sep int getInt concode_elem_sep byte[] flipDXT concode_elem_sep int flipUInt24 concode_elem_sep int getUInt24 concode_elem_sep boolean isSet concode_elem_sep void getBytesFromUInt24 | int function ( int arg0 ) { if ( arg0 == 0 ) { return 0 ; } int loc0 = 0 ; while ( ( arg0 & 0x1 ) == 0 ) { arg0 = arg0 >> 1 ; loc0 ++ ; if ( loc0 > 32 ) { throw new Error ( Integer . toHexString ( arg0 ) ) ; } } return loc0 ; } |
1,602 | called after plugin construction and fields have been initialized . prefer to use plugininitialize instead since there is no value in having parameters on the initialize function . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_... | void function ( CordovaInterface arg0 , CordovaWebView arg1 ) { } |
1,603 | resolve scope from host and path concode_field_sep IServiceInvoker serviceInvoker concode_elem_sep Logger logger concode_elem_sep IScopeResolver scopeResolver concode_elem_sep IClientRegistry clientRegistry concode_elem_sep ApplicationContext applicationContext concode_elem_sep String contextPath concode_elem_sep IPers... | IScope function ( String arg0 , String arg1 ) { return scopeResolver . resolveScope ( arg1 ) ; } |
1,604 | this method sets the contents of a file in string . concode_field_sep String content concode_elem_sep String fileName concode_elem_sep FilePrivacy privacyLevel concode_elem_sep String CHARSET_NAME concode_elem_sep int HASH_PRIME_NUMBER_ADD concode_elem_sep FileLifeSpan lifeSpan concode_elem_sep int HASH_PRIME_NUMBER_PR... | void function ( String arg0 ) { this . content = arg0 ; } |
1,605 | get a fresh request token from the service provider . concode_field_sep String DELETE concode_elem_sep Map<String,Object> httpParameters concode_elem_sep String PUT concode_elem_sep String POST concode_elem_sep String ACCEPT_ENCODING concode_elem_sep String PARAMETER_STYLE concode_elem_sep HttpClient http concode_elem_... | void function ( OAuthAccessor arg0 ) { getRequestToken ( arg0 , null ) ; } |
1,606 | retrieves the number of characters in the clob value designated by this clob object . concode_field_sep ClobDataID clob concode_elem_sep boolean isClosed concode_elem_sep SessionInterface session concode_field_sep Writer setCharacterStream concode_elem_sep int setString concode_elem_sep int setString concode_elem_sep O... | long function ( ) { try { return clob . length ( session ) ; } catch ( HsqlException loc0 ) { throw Util . sqlException ( loc0 ) ; } } |
1,607 | returns the result of interpreting the object as an instance of ` event ' . this implementation returns null ; returning a non-null result will terminate the switch . concode_field_sep StatemachinePackage modelPackage concode_field_sep T caseNode concode_elem_sep T caseFinalState concode_elem_sep T doSwitch concode_ele... | T function ( Event arg0 ) { return null ; } |
1,608 | alias to intproperty string name , int defaultvalue concode_field_sep Logger logger concode_field_sep int intProperty concode_elem_sep boolean booleanProperty concode_elem_sep boolean booleanProperty concode_elem_sep double sysPropertyDouble concode_elem_sep double doubleProperty concode_elem_sep void setProperty conco... | int function ( String arg0 , int arg1 ) { return intProperty ( arg0 , arg1 ) ; } |
1,609 | return the provider of this instance 's implementation . concode_field_sep CertPathBuilderSpi cpbSpi concode_elem_sep Provider provider concode_elem_sep String CERT_PATH_BUILDER concode_elem_sep String algorithm concode_field_sep CertPathBuilderResult build concode_elem_sep String getAlgorithm concode_elem_sep CertPath... | Provider function ( ) { return provider ; } |
1,610 | returns the unique id of this multipart upload . concode_field_sep Owner owner concode_elem_sep String storageClass concode_elem_sep Date initiated concode_elem_sep String uploadId concode_elem_sep Owner initiator concode_elem_sep String key concode_field_sep void setInitiated concode_elem_sep String getKey concode_ele... | String function ( ) { return uploadId ; } |
1,611 | sets the user name . concode_field_sep String password concode_elem_sep String userName concode_field_sep void setPassword concode_elem_sep String getPassword concode_elem_sep String getUserName | void function ( String arg0 ) { this . userName = arg0 ; } |
1,612 | gets the lower bound value of a encodings.variable . as not all objects belonging to a subclass of variable have a lower bound , a call to this method is considered a fatal error by default , and the program is terminated . those classes requiring this method must redefine it . concode_field_sep PlaceHolder placeHolder... | double function ( ) { Class loc0 = java . lang . String . class ; String loc1 = loc0 . getName ( ) ; throw new AlgorithmException ( "srini_string" + loc1 + "srini_string" ) ; } |
1,613 | sets the error message . if set to null then the error message from the throwable object will be used . concode_field_sep String errorMessage concode_elem_sep ErrorSeverity severity concode_elem_sep Throwable error concode_field_sep Throwable getError concode_elem_sep void setSeverity concode_elem_sep ErrorSeverity get... | void function ( String arg0 ) { this . errorMessage = arg0 ; } |
1,614 | returns the industry of this account . concode_field_sep Account _account concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_elem_sep boolean isEscapedModel concode_elem_sep... | java . lang . String function ( ) { return _account . getIndustry ( ) ; } |
1,615 | add the given error message to the list of errors concode_field_sep byte[] _thumbnail concode_elem_sep boolean _exifDataPresent concode_elem_sep byte _altitudeRef concode_elem_sep int _orientationCode concode_elem_sep String _digitizedTimestamp concode_elem_sep ArrayList<String> _errors concode_elem_sep double[] _latit... | void function ( String arg0 ) { if ( _errors == null ) _errors = new ArrayList < String > ( ) ; _errors . add ( arg0 ) ; } |
1,616 | returns the smallest key in this symbol table greater than or equal to key . concode_field_sep TreeMap<Key,Value> st concode_field_sep boolean contains concode_elem_sep Iterator<Key> iterator concode_elem_sep Key min concode_elem_sep int size concode_elem_sep Key max concode_elem_sep Iterable<Key> keys concode_elem_sep... | Key function ( Key arg0 ) { if ( arg0 == null ) throw new NullPointerException ( "srini_string" ) ; Key loc0 = st . ceilingKey ( arg0 ) ; if ( loc0 == null ) throw new NoSuchElementException ( "srini_string" + arg0 ) ; return loc0 ; } |
1,617 | call this from your startactivityforresult overload . this is required to catch the case where plugins use activity.startactivityforresult + cordovainterface.setactivityresultcallback rather than cordovainterface.startactivityforresult . concode_field_sep String TAG concode_elem_sep PluginManager pluginManager concode_... | void function ( int arg0 ) { activityResultRequestCode = arg0 ; } |
1,618 | sets the password to use for connecting to the database concode_field_sep int loginTimeout 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_el... | void function ( String arg0 ) { this . password = arg0 ; } |
1,619 | create an instance of repositoryobjectkey concode_field_sep PlaceHolder placeHolder concode_field_sep MetadataItem createMetadataItem concode_elem_sep MetadataItemKey createMetadataItemKey concode_elem_sep DataChunk createDataChunk concode_elem_sep MetadataItemList createMetadataItemList concode_elem_sep MetadataItemKe... | RepositoryObjectKey function ( ) { return new RepositoryObjectKey ( ) ; } |
1,620 | add a profile to the current user . an empty profile is created when a user is created , so this method fills the existing fields concode_field_sep UserService userService concode_field_sep ResponseEntity<?> resetProfile concode_elem_sep ResponseEntity<?> changeProfile | ResponseEntity < ? > function ( @ Validated @ RequestBody ProfileDTO arg0 , Authentication arg1 ) { return this . addProfile ( ( ( User ) arg1 . getPrincipal ( ) ) . getId ( ) , arg0 ) ; } |
1,621 | sets the value of the timestamp property . concode_field_sep int securityLevel concode_elem_sep short timeStamp concode_elem_sep String code concode_elem_sep String name concode_elem_sep String shortName concode_field_sep void setName concode_elem_sep String getName concode_elem_sep short getTimeStamp concode_elem_sep ... | void function ( short arg0 ) { this . timeStamp = arg0 ; } |
1,622 | print the 2-dimensional array . useful for testing . concode_field_sep int thearray[][] concode_elem_sep int dimension concode_field_sep void arrayInit concode_elem_sep void writeObject concode_elem_sep void main concode_elem_sep void readObject | String function ( ) { StringBuffer loc0 = new StringBuffer ( ) ; for ( int loc1 = 0 ; loc1 < dimension ; loc1 ++ ) { for ( int loc2 = 0 ; loc2 < dimension ; loc2 ++ ) { loc0 . append ( Integer . toString ( thearray [ loc1 ] [ loc2 ] ) + "srini_string" ) ; } loc0 . append ( "srini_string" ) ; } return ( loc0 . toString ... |
1,623 | returns the multiplex definition for the given class , or null , if no such definition exists . concode_field_sep HashMap objectMappings concode_elem_sep HashMap multiplexMappings concode_elem_sep HashMap manualMappings concode_field_sep void addMultiplexMapping concode_elem_sep void clear concode_elem_sep void addManu... | MultiplexMappingDefinition function ( final Class arg0 ) { final MultiplexMappingDefinition loc0 = ( MultiplexMappingDefinition ) this . multiplexMappings . get ( arg0 ) ; return loc0 ; } |
1,624 | return datasource type mdx concode_field_sep Connection nativeConnection concode_elem_sep IPentahoResultSet resultSet concode_elem_sep ILogger logger concode_elem_sep boolean useExtendedColumnNames concode_elem_sep String MDX_CONNECTION_MAPPER_KEY concode_elem_sep Role role concode_elem_sep String lastQuery concode_ele... | String function ( ) { return IPentahoConnection . MDX_DATASOURCE ; } |
1,625 | gets the maximum corner of the box . that is the corner of largest coordinates on each axis . note that the returned reference is not cloned for efficiency purposes so care must be taken not to change the coordinates of the point . concode_field_sep Point3 maximum concode_elem_sep Point3 minimum concode_field_sep void ... | Point3 function ( ) { return maximum ; } |
1,626 | sets the kerberos conf . concode_field_sep String SYS_PROP_KERBEROS_KDC concode_elem_sep String JCIFS_PROP_CLIENT_DOMAIN concode_elem_sep String SYS_PROP_USE_SUBJECT_CRED_ONLY concode_elem_sep String SYS_PROP_LOGIN_CONF concode_elem_sep String JCIFS_PROP_SERVICE_PASSWORD concode_elem_sep String DEFAULT_LOGIN_CONFIG con... | void function ( final String arg0 ) { logger . debug ( "srini_string" , arg0 ) ; System . setProperty ( SYS_PROP_KERBEROS_CONF , arg0 ) ; } |
1,627 | used to print messages to system.out concode_field_sep String MESSAGE_TAG concode_elem_sep int SQL_STATE_DIGITS concode_elem_sep int ERROR_CODE_BASE concode_elem_sep int bundleHandle concode_elem_sep String errPropsName concode_elem_sep boolean TRACE concode_elem_sep boolean TRACESYSTEMOUT concode_elem_sep int SQL_CODE... | void function ( String arg0 ) { if ( TRACESYSTEMOUT ) { System . out . println ( arg0 ) ; } } |
1,628 | returns the objectlist . concode_field_sep String m_sUpkName concode_elem_sep ArrayList<String> nameListStrings concode_elem_sep List<NameEntry> nameList concode_elem_sep int nameListPos concode_elem_sep ArrayList<String> objectListStrings concode_elem_sep List<ImportEntry> importList concode_elem_sep int objectListPos... | List < ObjectEntry > function ( ) { return this . objectList ; } |
1,629 | setid sets the device id of this device concode_field_sep int m_addr concode_elem_sep int m_Id concode_elem_sep int m_maxLatency concode_elem_sep int m_minLatency concode_elem_sep boolean m_request concode_elem_sep int m_data concode_elem_sep InterruptController m_IC concode_field_sep boolean isAvailable concode_elem_s... | void function ( int arg0 ) { m_Id = arg0 ; } |
1,630 | sets the item that this source position references . concode_field_sep int startLineno concode_elem_sep int endLineno concode_elem_sep int startCharno concode_elem_sep int endCharno concode_elem_sep T item concode_field_sep int getPositionOnStartLine concode_elem_sep int getEndLine concode_elem_sep int getPositionOnEnd... | void function ( T arg0 ) { this . item = arg0 ; } |
1,631 | convert the name into user readable string . concode_field_sep IPAddressName hostIP concode_elem_sep String host concode_elem_sep URI uri concode_elem_sep DNSName hostDNS concode_field_sep URIName nameConstraint concode_elem_sep void encode concode_elem_sep int subtreeDepth concode_elem_sep String getName concode_elem_... | String function ( ) { return "srini_string" + uri . toString ( ) ; } |
1,632 | returns the metrics of the glyph at the specified index into this glyphvector . concode_field_sep GVTGlyphVector[] gvs concode_elem_sep int[] nGlyphs concode_elem_sep int[] off concode_elem_sep int nGlyph concode_field_sep Point2D getGlyphPosition concode_elem_sep Rectangle2D getLogicalBounds concode_elem_sep int getCh... | GVTGlyphMetrics function ( int arg0 ) { int loc0 = getGVIdx ( arg0 ) ; return gvs [ loc0 ] . getGlyphMetrics ( arg0 - off [ loc0 ] ) ; } |
1,633 | logs events and specify the logging level . concode_field_sep Marker EVENT_MARKER concode_elem_sep ExtendedLogger LOGGER concode_elem_sep String NAME concode_elem_sep String FQCN concode_field_sep placeholderType placeHolder | void function ( final StructuredDataMessage arg0 , final Level arg1 ) { LOGGER . logIfEnabled ( FQCN , arg1 , EVENT_MARKER , arg0 , null ) ; } |
1,634 | set the tcp timeout on the underlying control socket . if a timeout is set , then any operation which takes longer than the timeout value will be killed with a java.io.interruptedexception . concode_field_sep String cvsId concode_elem_sep Socket sock concode_field_sep int getLocalPort concode_elem_sep OutputStream getO... | void function ( int arg0 ) { sock . setSoTimeout ( arg0 ) ; } |
1,635 | adds a row to the cache . concode_field_sep DataFileCache dataFileCache concode_elem_sep StopWatch makeRowTimer concode_elem_sep long bytesCapacity concode_elem_sep CachedObject[] rowTable concode_elem_sep StopWatch sortTimer concode_elem_sep long cacheBytesLength concode_elem_sep StopWatch saveAllTimer concode_elem_se... | void function ( int arg0 , CachedObject arg1 ) { int loc0 = arg1 . getStorageSize ( ) ; if ( cacheMap . size ( ) == capacity || loc0 + cacheBytesLength > bytesCapacity ) { cleanUp ( ) ; } cacheMap . put ( arg0 , arg1 ) ; cacheBytesLength += loc0 ; } |
1,636 | key manager includes all cryptography material for the saml instance . concode_field_sep String sslHostnameVerification concode_elem_sep String protocolName concode_elem_sep int protocolPort concode_elem_sep KeyManager keyManager concode_elem_sep Set<String> trustedKeys concode_field_sep void setSslHostnameVerification... | void function ( KeyManager arg0 ) { this . keyManager = arg0 ; } |
1,637 | get number of allowed threads for multi-threaded operations . concode_field_sep AccelerationStructure intAccel concode_elem_sep InstanceList infiniteInstanceList concode_elem_sep Instance bakingInstance concode_elem_sep int threads concode_elem_sep LightServer lightServer concode_elem_sep String acceltype concode_elem_... | int function ( ) { return threads <= 0 ? Runtime . getRuntime ( ) . availableProcessors ( ) : threads ; } |
1,638 | called whenever the osgi framework stops our bundle concode_field_sep Logger logger concode_elem_sep BundleContext context concode_field_sep void start concode_elem_sep BundleContext getContext | void function ( BundleContext arg0 ) { context = null ; logger . debug ( "srini_string" ) ; } |
1,639 | convenience method for defining methods on a submodule . concode_field_sep PlaceHolder placeHolder concode_field_sep RubyHash toJsonRawObject concode_elem_sep IRubyObject json_create concode_elem_sep void populate concode_elem_sep IRubyObject to_json concode_elem_sep IRubyObject to_json concode_elem_sep IRubyObject to_... | void function ( RubyModule arg0 , String arg1 , Class arg2 ) { RubyModule loc0 = arg0 . defineModuleUnder ( arg1 ) ; loc0 . defineAnnotatedMethods ( arg2 ) ; } |
1,640 | creates an opengraphaction suitable for posting via , e.g. , a native share dialog . concode_field_sep PlaceHolder placeHolder concode_field_sep JSONObject getLikes concode_elem_sep String getId concode_elem_sep GraphObjectList<GraphObject> getTags concode_elem_sep void setTags concode_elem_sep void setPlace concode_el... | OpenGraphAction function ( String arg0 ) { return createForPost ( OpenGraphAction . class , arg0 ) ; } |
1,641 | used to communicate a progress update between a plugin tool and the main whitebox user interface . concode_field_sep String[] args concode_elem_sep double LnOf2 concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep int previousProgres... | void function ( int arg0 ) { if ( myHost != null && arg0 != previousProgress ) { myHost . updateProgress ( arg0 ) ; } previousProgress = arg0 ; } |
1,642 | registers given listener within the current model concode_field_sep List<SoftWrapImpl> myWrapsView concode_elem_sep List<SoftWrapChangeListener> myListeners concode_elem_sep List<SoftWrapImpl> myWraps concode_field_sep SoftWrap storeOrReplace concode_elem_sep void removeAll concode_elem_sep List<SoftWrapImpl> getSoftWr... | boolean function ( @ NotNull SoftWrapChangeListener arg0 ) { return myListeners . add ( arg0 ) ; } |
1,643 | sets the value of this tuple to the vector sum of tuples t1 and t2 . concode_field_sep float x concode_elem_sep float y concode_elem_sep float z concode_elem_sep long serialVersionUID concode_field_sep void sub concode_elem_sep void sub concode_elem_sep void scaleAdd concode_elem_sep void scaleAdd concode_elem_sep void... | void function ( Tuple3f arg0 , Tuple3f arg1 ) { x = arg0 . x + arg1 . x ; y = arg0 . y + arg1 . y ; z = arg0 . z + arg1 . z ; } |
1,644 | test of sample method , of class oauthsampler . concode_field_sep PlaceHolder placeHolder concode_field_sep void testSetConsumerSecret concode_elem_sep void testGetConsumerKey concode_elem_sep void setUpClass concode_elem_sep void testSetRequestHeaders concode_elem_sep void testGetResource concode_elem_sep void testGet... | void function ( ) { System . out . println ( "srini_string" ) ; OAuthSampler loc0 = new OAuthSampler ( ) ; SampleResult loc1 = null ; SampleResult loc2 = loc0 . sample ( ) ; } |
1,645 | deletes the password tracker with the primary key from the database . also notifies the appropriate model listeners . concode_field_sep PasswordTrackerLocalService _passwordTrackerLocalService concode_field_sep void trackPassword concode_elem_sep void setWrappedService concode_elem_sep boolean isValidPassword concode_e... | com . liferay . portal . model . PasswordTracker function ( long arg0 ) { return _passwordTrackerLocalService . deletePasswordTracker ( arg0 ) ; } |
1,646 | set the columns value . concode_field_sep List<String> streamNames concode_elem_sep List<String> columns concode_elem_sep String name concode_elem_sep List<String> partitionKeyList concode_elem_sep Boolean isUnique concode_elem_sep Integer indexId concode_elem_sep USqlDistributionInfo distributionInfo concode_elem_sep ... | USqlIndex function ( List < String > arg0 ) { this . columns = arg0 ; return this ; } |
1,647 | set the conversion scale from box2d units to pixels concode_field_sep float boundary concode_elem_sep float ceiling concode_elem_sep float spawnX concode_elem_sep float scale concode_elem_sep int NUMBER_OF_GAPS concode_elem_sep String distType concode_elem_sep Object distribution concode_elem_sep float speed concode_el... | GameObjectMaker function ( float arg0 ) { this . scale = arg0 ; return this ; } |
1,648 | sets the value of the version property . concode_field_sep String latestVersion concode_elem_sep String earliestVersion concode_elem_sep long serialVersionUID concode_elem_sep String value concode_elem_sep String version concode_field_sep String getVersion concode_elem_sep String getValue concode_elem_sep void setLates... | void function ( String arg0 ) { this . version = arg0 ; } |
1,649 | returns the name of the server . concode_field_sep String address concode_elem_sep String name concode_elem_sep String version concode_field_sep String getVersion concode_elem_sep void setAddress concode_elem_sep void setVersion concode_elem_sep String getAddress concode_elem_sep String toString concode_elem_sep boolea... | String function ( ) { return name ; } |
1,650 | sets the string encoder to use for parsing or building a string . the string encoder will not be used for fragments marked as raw . a fragment can be marked as raw by prefixing its name with a percent sign . concode_field_sep Pattern _escapeRegexPattern concode_elem_sep StringEncoder _stringEncoder concode_elem_sep Pat... | void function ( StringEncoder arg0 ) { _stringEncoder = arg0 ; } |
1,651 | fired after tasks have attempted to be processed , in a finally block to guarantee execution regardless of any error when processing a task . concode_field_sep Map<UUID,ScheduledTask> taskMap concode_elem_sep long sequenceNumber concode_elem_sep String taskNameFmt concode_field_sep Set<Task> getScheduledTasks concode_e... | void function ( ) { } |
1,652 | this method sets the customer id concode_field_sep Integer product concode_elem_sep Integer software1 concode_elem_sep Integer software2 concode_elem_sep Integer os concode_elem_sep Integer software3 concode_elem_sep String timeKey concode_elem_sep Integer deviceId concode_elem_sep String day concode_elem_sep Integer c... | void function ( Integer arg0 ) { this . customer = arg0 ; } |
1,653 | gets the height of the bounding box . concode_field_sep double y1 concode_elem_sep double x1 concode_elem_sep double y2 concode_elem_sep double x2 concode_elem_sep Color color concode_field_sep int getX concode_elem_sep int getY concode_elem_sep void grow concode_elem_sep void setColor concode_elem_sep String toString ... | int function ( ) { return ( int ) Math . round ( Math . abs ( y2 - y1 ) ) ; } |
1,654 | returns true if this stack is empty . concode_field_sep Node<Item> next concode_elem_sep Item item concode_elem_sep Node<Item> current concode_elem_sep Node<Item> first concode_elem_sep int N concode_field_sep Item pop concode_elem_sep Item next concode_elem_sep Iterator<Item> iterator concode_elem_sep int size concode... | boolean function ( ) { return first == null ; } |
1,655 | returns a list of the full names of a simple match regex like pattern against full name and index name . concode_field_sep CopyOnWriteHashMap<String,Set<String>> fullNameToTypes concode_elem_sep CopyOnWriteHashMap<String,MappedFieldType> fullNameToFieldType concode_field_sep FieldTypeLookup copyAndAddAll concode_elem_s... | Collection < String > function ( String arg0 ) { Set < String > loc0 = new HashSet < > ( ) ; for ( MappedFieldType loc1 : this ) { if ( Regex . simpleMatch ( arg0 , loc1 . name ( ) ) ) { loc0 . add ( loc1 . name ( ) ) ; } } return loc0 ; } |
1,656 | returns the mx of this company . concode_field_sep Company _company concode_field_sep java.lang.String getWebId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean hasCompanyMx concode_elem_sep java.l... | java . lang . String function ( ) { return _company . getMx ( ) ; } |
1,657 | sets the path to the result log file . null means that logging to file is disabled . concode_field_sep String logFileName concode_elem_sep int memoryMaxRecords concode_elem_sep long logFileMaxRecords concode_field_sep void setLogFileMaxRecords concode_elem_sep int hashCode concode_elem_sep String getLogFileName concode... | void function ( String arg0 ) { this . logFileName = arg0 ; } |
1,658 | url decode the string concode_field_sep String destinationQueryString concode_elem_sep String destination concode_field_sep RedirectBindingUtilDestHolder setDestinationQueryString concode_elem_sep byte[] urlBase64Decode concode_elem_sep InputStream urlBase64DeflateDecode concode_elem_sep String getDestinationURL concod... | String function ( String arg0 ) { return URLDecoder . decode ( arg0 , "srini_string" ) ; } |
1,659 | returns the resource object with the given key in the resource bundle . if there is n't any value under the given key , the key is returned . concode_field_sep PlaceHolder placeHolder concode_field_sep String format | String function ( String arg0 ) { return arg0 ; } |
1,660 | produce a java io mode string from the flags in this object . concode_field_sep int APPEND concode_elem_sep int EXCL concode_elem_sep int CREAT concode_elem_sep int WRONLY concode_elem_sep int flags concode_elem_sep int RDONLY concode_elem_sep int RDWR concode_elem_sep int TRUNC concode_elem_sep int TEXT concode_elem_s... | String function ( ) { if ( isWritable ( ) || isCreate ( ) || isTruncate ( ) ) { return "srini_string" ; } else { return "srini_string" ; } } |
1,661 | notify that the crawler started . concode_field_sep PlaceHolder placeHolder concode_field_sep void stopped concode_elem_sep void paused concode_elem_sep void timedOut concode_elem_sep void cleared | void function ( CrawlEvent arg0 ) { } |
1,662 | returns the cached value of n +1 . this is our value g , chosen always to be n +1 for simplicity . concode_field_sep BigInteger n concode_elem_sep BigInteger ns concode_elem_sep BigInteger nSPlusOne concode_elem_sep int MAX_KEY_SIZE concode_elem_sep BigInteger nPlusOne concode_elem_sep Random rnd concode_elem_sep long ... | BigInteger function ( ) { return nPlusOne ; } |
1,663 | return true if the candidate is probably the correct answer . since the list of expected entities may be incomplete , we can only estimate whether the given candidate is a correct one . concode_field_sep Map<List<String>,Integer> cachedCountCorrectEntities concode_elem_sep Options opts concode_elem_sep int logRewardVer... | boolean function ( Candidate arg0 ) { return isLikelyCorrect ( arg0 . predictedEntities ) ; } |
1,664 | this constructor has four problems : it takes seven string objects as constructor arguments . the second or third argument must always be null . we can use this constructor for creating finnish or swedish addresses as well . the order of constructor arguments makes sense only if the developer is from finland . concode_... | void function ( ) { MailingAddress loc0 = new MailingAddress ( RECEIVER , STREET_ADDRESS , null , POST_CODE , CITY , STATE , COUNTRY_UNITED_STATES ) ; } |
1,665 | remove columns of this record . concode_field_sep Map<String,Object> columns concode_elem_sep long serialVersionUID concode_field_sep Record setColumns concode_elem_sep Record setColumns concode_elem_sep Record setColumns concode_elem_sep String[] getColumnNames concode_elem_sep java.sql.Time getTime concode_elem_sep v... | Record function ( String ... arg0 ) { if ( arg0 != null ) for ( String loc0 : arg0 ) this . getColumns ( ) . remove ( loc0 ) ; return this ; } |
1,666 | if there is no explicit callback , but we still need to call the facebook component , because it 's going to update some state , e.g. , login , like . then we should register a static callback that can still handle the response . concode_field_sep Map<Integer,Callback> staticCallbacks concode_elem_sep int offset concod... | void function ( int arg0 , Callback arg1 ) { Validate . notNull ( arg1 , "srini_string" ) ; if ( staticCallbacks . containsKey ( arg0 ) ) { return ; } staticCallbacks . put ( arg0 , arg1 ) ; } |
1,667 | invoked when the executor re-registers with a restarted slave . concode_field_sep SingularityExecutorMesosFrameworkMessageHandler messageHandler concode_elem_sep ExecutorUtils executorUtils concode_elem_sep SingularityExecutorMonitor monitor concode_elem_sep SingularityExecutorTaskBuilder taskBuilder concode_elem_sep L... | void function ( ExecutorDriver arg0 , Protos . SlaveInfo arg1 ) { LOG . info ( "srini_string" , arg1 ) ; } |
1,668 | creates a classloader that can be used to load resources from theworkspace . concode_field_sep boolean resolveSimpleProjectReferences concode_field_sep File getFileSystemFile concode_elem_sep void addJavaClasspathEntries concode_elem_sep void addClasspathEntries concode_elem_sep URL[] convertClassPath concode_elem_sep ... | ClassLoader function ( IProject arg0 , ClassLoader arg1 ) { final List < URL > loc0 = Lists . newArrayList ( ) ; addClasspathEntries ( arg0 , loc0 ) ; return URLClassLoader . newInstance ( loc0 . toArray ( new URL [ loc0 . size ( ) ] ) , arg1 ) ; } |
1,669 | manually specify the packages of the dependencies . concode_field_sep File outputFile concode_elem_sep Set<String> packages concode_elem_sep String CLASS_EXTENSION concode_elem_sep Set<Class<?>> classSet concode_field_sep void createJarFile concode_elem_sep JarFileCreator addPackage concode_elem_sep void addDependencie... | JarFileCreator function ( String [ ] arg0 ) { for ( String loc0 : arg0 ) { addPackage ( loc0 ) ; } return this ; } |
1,670 | sets value of the nioreactorpnames #select_interval parameter . concode_field_sep PlaceHolder placeHolder concode_field_sep void setContentBufferSize concode_elem_sep void setGracePeriod concode_elem_sep int getContentBufferSize concode_elem_sep void setInterestOpsQueueing concode_elem_sep boolean getInterestOpsQueuein... | void function ( final HttpParams arg0 , long arg1 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } arg0 . setLongParameter ( SELECT_INTERVAL , arg1 ) ; } |
1,671 | implement concode_field_sep PlaceHolder placeHolder concode_field_sep ImageProfileModel transformTo | ImageProfileEntity function ( @ NonNull ImageProfileModel arg0 ) { throw new Error ( "srini_string" ) ; } |
1,672 | applies bindings to the schema component for this and its siblings . concode_field_sep List<Element> bindings concode_elem_sep DOMForest forest concode_elem_sep SCD scd concode_elem_sep Element src concode_elem_sep Target firstChild concode_elem_sep Target topLevel concode_elem_sep ForkContentHandler loader concode_ele... | void function ( Collection < ? extends XSComponent > arg0 ) { for ( Target loc0 = this ; loc0 != null ; loc0 = loc0 . nextSibling ) loc0 . apply ( arg0 ) ; } |
1,673 | the user-requested percentiles to measure concode_field_sep double millisPerHit concode_elem_sep long totalQueries concode_elem_sep long totalTime concode_elem_sep List<CompetitionNodeResult> nodeResults concode_elem_sep XContentBuilderString NODES concode_elem_sep XContentBuilderString STD_DEV concode_elem_sep double ... | double [ ] function ( ) { return percentiles ; } |
1,674 | check to see if the current task should be aborted . concode_field_sep int verbosity concode_elem_sep UserInterface ui concode_elem_sep boolean canceled concode_field_sep void printDetailed concode_elem_sep void printWarning concode_elem_sep void taskStart concode_elem_sep void taskUpdate concode_elem_sep void set conc... | boolean function ( ) { if ( canceled ) printInfo ( Module . GUI , "srini_string" ) ; return canceled ; } |
1,675 | sets the value of the params property . concode_field_sep LogoutParamsType params concode_elem_sep String operation concode_field_sep String getOperation concode_elem_sep void setOperation concode_elem_sep LogoutParamsType getParams | void function ( LogoutParamsType arg0 ) { this . params = arg0 ; } |
1,676 | does this node have any children ? concode_field_sep Node parent concode_elem_sep int level concode_elem_sep SortedSet<Node> children concode_elem_sep SortedSet<Node> EMPTY_SET concode_elem_sep String name concode_field_sep void checkChildren concode_elem_sep int getLevel concode_elem_sep Set<Node> getChildren concode_... | boolean function ( ) { return children != null && ! children . isEmpty ( ) ; } |
1,677 | get the parameter mode repository id . concode_field_sep PlaceHolder placeHolder concode_field_sep ParameterMode extract concode_elem_sep ParameterMode read concode_elem_sep void insert concode_elem_sep TypeCode type concode_elem_sep void write | String function ( ) { return "srini_string" ; } |
1,678 | sets the griddata span . the span controls how many cells are filled by the control . concode_field_sep GridData data concode_elem_sep Control control concode_field_sep void apply concode_elem_sep GdBuilder indent concode_elem_sep GdBuilder indent concode_elem_sep GdBuilder vSpan concode_elem_sep GdBuilder align concod... | GdBuilder function ( int arg0 , int arg1 ) { data . horizontalSpan = arg0 ; data . verticalSpan = arg1 ; return this ; } |
1,679 | retrieves the mapper class to use for this split . concode_field_sep Class<? extends InputFormat> inputFormatClass concode_elem_sep Class<? extends InputSplit> inputSplitClass concode_elem_sep Configuration conf concode_elem_sep InputSplit inputSplit concode_elem_sep Class<? extends Mapper> mapperClass concode_field_se... | Class < ? extends Mapper > function ( ) { return mapperClass ; } |
1,680 | clear the set of authfunctionbeans concode_field_sep AuthBeanMultiplexer singleton concode_elem_sep Map<String,List<AuthFunctionBean>> beans concode_elem_sep FrameworkLogger logger concode_field_sep String getUniqueNameFor concode_elem_sep java.sql.Array authenticate concode_elem_sep void setAuthFunctionBean concode_el... | void function ( ) { AuthBeanMultiplexer . beans . clear ( ) ; } |
1,681 | creates a new org.artifactory.storage.db.util.resultsetwrapper with the associated connection andstatement . concode_field_sep ResultSet rs concode_elem_sep Connection con concode_elem_sep Statement stmt concode_elem_sep DataSource ds concode_field_sep Object invoke | ResultSet function ( Connection arg0 , Statement arg1 , ResultSet arg2 , DataSource arg3 ) { ResultSetWrapper loc0 = new ResultSetWrapper ( arg0 , arg1 , arg2 , arg3 ) ; return ( ResultSet ) Proxy . newProxyInstance ( arg2 . getClass ( ) . getClassLoader ( ) , new Class < ? > [ ] { ResultSet . class } , loc0 ) ; } |
1,682 | create an instance of updatesystemparametersrequest concode_field_sep QName _ContentProviderMasterResponse_QNAME concode_elem_sep QName _ContentProviderMasterRequest_QNAME concode_field_sep GetRequestVerb createGetRequestVerb concode_elem_sep UpdateSystemParametersRequestVerb createUpdateSystemParametersRequestVerb con... | UpdateSystemParametersRequest function ( ) { return new UpdateSystemParametersRequest ( ) ; } |
1,683 | convert and send message concode_field_sep ActiveMQSender single concode_elem_sep String password concode_elem_sep MessageProducer producer concode_elem_sep String queueName concode_elem_sep String rabbitID concode_elem_sep Session session concode_elem_sep Connection connection concode_elem_sep String userName concode_... | void function ( ObjectMessage arg0 ) { try { producer . send ( arg0 ) ; } catch ( JMSException loc0 ) { loc0 . printStackTrace ( ) ; Print . out ( "srini_string" ) ; } } |
1,684 | returns the number of rows that match the dynamic query . concode_field_sep VirtualHostLocalService _virtualHostLocalService concode_field_sep java.util.List<com.liferay.portal.model.VirtualHost> getVirtualHosts concode_elem_sep void setWrappedService concode_elem_sep void setWrappedVirtualHostLocalService concode_elem... | long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return _virtualHostLocalService . dynamicQueryCount ( arg0 ) ; } |
1,685 | takes the screen coordinates and puts the corresponding world coordinates in argworld . concode_field_sep int e_centerOfMassBit concode_elem_sep IViewportTransform viewportTransform concode_elem_sep int e_dynamicTreeBit concode_elem_sep int e_wireframeDrawingBit concode_elem_sep int e_aabbBit concode_elem_sep int e_pai... | void function ( float arg0 , float arg1 , Vec2 arg2 ) { arg2 . set ( arg0 , arg1 ) ; viewportTransform . getScreenToWorld ( arg2 , arg2 ) ; } |
1,686 | executes the request . this method is called from the webview thread . to do a non-trivial amount of work , use : cordova.getthreadpool . execute runnable ; to run on the ui thread , use : cordova.getactivity . runonuithread runnable ; concode_field_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView c... | boolean function ( String arg0 , CordovaArgs arg1 , CallbackContext arg2 ) { return false ; } |
1,687 | get an instance of the default sql data handler . concode_field_sep String DRIVER_MYSQL concode_elem_sep String PROTOCOL_JDBC concode_elem_sep String SUBPROTOCOL_MYSQL concode_elem_sep String SUBPROTOCOL_JDBC_ODBC concode_elem_sep String DRIVER_JDBC_OBDC concode_field_sep DatabaseDataSource getDatabaseConnection concod... | SQLDataHandler function ( ) { return new DefaultSQLDataHandler ( ) ; } |
1,688 | filter the information provided in the setcolormodel method of the imageconsumer interface . note : this method is intended to be called by the imageproducer of the image whose pixels are being filtered . developers using this class to filter pixels from an image should avoid calling this method directly since that ope... | void function ( ColorModel arg0 ) { consumer . setColorModel ( arg0 ) ; } |
1,689 | checks if the current value is false . concode_field_sep long serialVersionUID concode_elem_sep boolean value concode_field_sep void setTrue concode_elem_sep Boolean getValue concode_elem_sep boolean isTrue concode_elem_sep Boolean toBoolean concode_elem_sep int hashCode concode_elem_sep void setValue concode_elem_sep ... | boolean function ( ) { return value == false ; } |
1,690 | the result message body . concode_field_sep String SUCCESS_STRING concode_elem_sep String FAILURE_STRING concode_elem_sep String code concode_elem_sep String data concode_elem_sep MDSResult NOSERVICE concode_elem_sep String procedure_guid concode_elem_sep String encounter concode_elem_sep String status concode_field_se... | String function ( ) { return data ; } |
1,691 | place the top k cards in pile on top of my cards , so that pile 's former top card if any is now mine as well . if there are fewer than k cards in pile , move all of them . removes the cards from pile . concode_field_sep ArrayList<Card> _cards concode_field_sep void add concode_elem_sep Card top concode_elem_sep int si... | void function ( Pile arg0 , int arg1 ) { List < Card > loc0 = arg0 . _cards . subList ( Math . max ( 0 , arg0 . size ( ) - arg1 ) , arg0 . size ( ) ) ; _cards . addAll ( loc0 ) ; loc0 . clear ( ) ; } |
1,692 | gets the trigger associated with this . concode_field_sep Cursor cursor concode_elem_sep int sourceActions concode_elem_sep Image image concode_elem_sep int OVER concode_elem_sep int ENTER concode_elem_sep Point offset concode_elem_sep Transferable transferable concode_elem_sep long serialVersionUID concode_elem_sep Dr... | DragGestureEvent function ( ) { return trigger ; } |
1,693 | gets hash code calculator . concode_field_sep Factory<DataSource> dataSrcFactory concode_elem_sep JdbcType[] types concode_elem_sep Object appCtx concode_elem_sep JdbcDialect dialect concode_elem_sep int DFLT_WRITE_ATTEMPTS concode_elem_sep int batchSizw concode_elem_sep long serialVersionUID concode_elem_sep int maxPo... | JdbcTypeHasher function ( ) { return hasher ; } |
1,694 | get the first fixture in this contact . concode_field_sep World world concode_elem_sep WorldManifold worldManifold concode_elem_sep float[] tmp concode_elem_sep long addr concode_field_sep Fixture getFixtureB concode_elem_sep boolean jniIsTouching concode_elem_sep void setEnabled concode_elem_sep long jniGetFixtureA co... | Fixture function ( ) { return world . fixtures . get ( jniGetFixtureA ( addr ) ) ; } |
1,695 | gets the value of the freelefreeseconds property . concode_field_sep BigDecimal periodFee concode_elem_sep Boolean isBundle concode_elem_sep BigInteger data concode_elem_sep BigInteger freeLeFreeSeconds concode_elem_sep Long groupId concode_elem_sep BigInteger data2 concode_elem_sep BigInteger smsMms concode_elem_sep B... | BigInteger function ( ) { return freeLeFreeSeconds ; } |
1,696 | unable to load woodstox class 0 concode_field_sep Localizer localizer concode_elem_sep LocalizableMessageFactory messageFactory concode_field_sep String FASTINFOSET_DECODING_NOT_ACCEPTED concode_elem_sep Localizable localizableINVALID_PROPERTY_VALUE_INTEGER concode_elem_sep String XMLREADER_IO_EXCEPTION concode_elem_se... | String function ( Object arg0 ) { return localizer . localize ( localizableWOODSTOX_CANT_LOAD ( arg0 ) ) ; } |
1,697 | the completion date and time of the job flow . concode_field_sep java.util.Date startDateTime concode_elem_sep String lastStateChangeReason concode_elem_sep String state concode_elem_sep java.util.Date readyDateTime concode_elem_sep java.util.Date endDateTime concode_elem_sep java.util.Date creationDateTime concode_fie... | java . util . Date function ( ) { return this . endDateTime ; } |
1,698 | this is an immutable class so it does n't need to be cloneable . concode_field_sep PlaceHolder placeHolder concode_field_sep void testSerialization concode_elem_sep void testHashCode concode_elem_sep void testEquals | void function ( ) { NumberTickUnit loc0 = new NumberTickUnit ( 1.23 , new DecimalFormat ( "srini_string" ) ) ; assertFalse ( loc0 instanceof Cloneable ) ; } |
1,699 | compares this object to another counted object , according to the natural order of the counts associated with each object . concode_field_sep Integer count concode_elem_sep E element concode_field_sep E getElement concode_elem_sep Comparator<Counted<E>> getDescendingComparator concode_elem_sep int getCount | int function ( Counted < E > arg0 ) { return count . compareTo ( arg0 . count ) ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.