idx int64 0 25k | question stringlengths 68 5.61k | target stringlengths 21 500 |
|---|---|---|
3,800 | used to identify which toolboxes this plugin tool should be listed in . concode_field_sep String[] args concode_elem_sep Set<ThreadListener> listeners concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep int previousProgress concode_... | String [ ] function ( ) { String [ ] loc0 = { "srini_string" } ; return loc0 ; } |
3,801 | returns the text for the badge . note that if #isglyph is true , the text is a glyph id , otherwisethe text is displayed verbatim in the badge . concode_field_sep String code concode_elem_sep boolean isGlyph concode_elem_sep String text concode_elem_sep String message concode_elem_sep String EMPTY concode_elem_sep Stat... | String function ( ) { return text ; } |
3,802 | converts localelist object to the comma separated bcp 47 compliant string format . concode_field_sep Map<String,String> LANGUAGE_MAP_FOR_ANDROID concode_elem_sep Map<String,String> LANGUAGE_MAP_FOR_CHROMIUM concode_field_sep String getDefaultLocaleListString concode_elem_sep String getUpdatedLanguageForChromium concode... | String function ( LocaleList arg0 ) { ArrayList < String > loc0 = new ArrayList < > ( ) ; for ( int loc1 = 0 ; loc1 < arg0 . size ( ) ; loc1 ++ ) { Locale loc2 = getUpdatedLocaleForChromium ( arg0 . get ( loc1 ) ) ; loc0 . add ( toLanguageTag ( loc2 ) ) ; } return TextUtils . join ( "srini_string" , loc0 ) ; } |
3,803 | fillrequirements . concode_field_sep Cost_Payment payment concode_elem_sep SpellAbility ability concode_elem_sep boolean skipStack concode_elem_sep PlayerZone fromZone concode_elem_sep boolean isFree concode_elem_sep boolean bCasting concode_elem_sep Target_Selection select concode_field_sep void startPaying concode_el... | void function ( ) { fillRequirements ( false ) ; } |
3,804 | the type of aws resource . concode_field_sep ComplianceSummary complianceSummary concode_elem_sep String resourceType concode_field_sep int hashCode concode_elem_sep ComplianceSummaryByResourceType withResourceType concode_elem_sep ComplianceSummaryByResourceType withComplianceSummary concode_elem_sep boolean equals co... | String function ( ) { return this . resourceType ; } |
3,805 | updates the page size . concode_field_sep int availablePage_ concode_elem_sep List<E> currentListPage_ concode_elem_sep int currentPage_ concode_elem_sep PageList EMPTY_LIST concode_elem_sep int pageSize_ concode_elem_sep int available_ concode_field_sep int getAvailablePage concode_elem_sep int getPageSize concode_ele... | void function ( int arg0 ) { pageSize_ = arg0 ; setAvailablePage ( available_ ) ; } |
3,806 | gets the value of the operation property . concode_field_sep LogoutResponseParamsType params concode_elem_sep String operation concode_field_sep void setOperation concode_elem_sep LogoutResponseParamsType getParams concode_elem_sep void setParams | String function ( ) { return operation ; } |
3,807 | returns the hostname verifier , or null if this is not an https address . concode_field_sep ProxySelector proxySelector concode_elem_sep Proxy proxy concode_elem_sep SSLSocketFactory sslSocketFactory concode_elem_sep SocketFactory socketFactory concode_elem_sep Authenticator proxyAuthenticator concode_elem_sep Dns dns ... | HostnameVerifier function ( ) { return hostnameVerifier ; } |
3,808 | gets the value of the numberofcartons property . concode_field_sep String orderType concode_elem_sep String orderNumber concode_elem_sep String orderedQuantity concode_elem_sep String controlQualifier concode_elem_sep String storageLocation concode_elem_sep long serialVersionUID concode_elem_sep XMLGregorianCalendar sh... | String function ( ) { return numberOfCartons ; } |
3,809 | add an attribute to this node , replacing any existing attribute with the same name . 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 findAttri... | void function ( String arg0 , String arg1 ) { if ( attributes == null ) attributes = new HashMap ( ) ; attributes . put ( arg0 , arg1 ) ; } |
3,810 | override this method to do any cleanup needed after generation concode_field_sep String SCT_GENERATOR_CONSOLE concode_elem_sep IGeneratorBridge bridge concode_elem_sep MessageConsoleStream error concode_elem_sep Injector injector concode_elem_sep MessageConsoleStream info concode_field_sep void refreshTargetProject con... | void function ( GeneratorEntry arg0 ) { } |
3,811 | checks if an ip - > mac mapping is the in the cache . concode_field_sep Map<Integer,ArpEntry> entries concode_field_sep boolean load concode_elem_sep void insert concode_elem_sep String toString | ArpEntry function ( int arg0 ) { return this . entries . get ( arg0 ) ; } |
3,812 | flushes the underlying stream . concode_field_sep CSVFormat format concode_elem_sep boolean newRecord concode_elem_sep Appendable out concode_field_sep Appendable getOut concode_elem_sep void print concode_elem_sep void println concode_elem_sep void printRecords concode_elem_sep void printRecords concode_elem_sep void ... | void function ( ) { if ( out instanceof Flushable ) { ( ( Flushable ) out ) . flush ( ) ; } } |
3,813 | method to remove any tags the user may have put in the passed string an example of a troublesome tag would be a closing div tag as a nickname concode_field_sep String color concode_elem_sep String DEFAULT_NICK concode_elem_sep String buttonImage concode_elem_sep Log log concode_elem_sep boolean minimized concode_elem_s... | String function ( String arg0 ) { arg0 = arg0 . replaceAll ( "srini_string" , "srini_string" ) ; arg0 = arg0 . replaceAll ( "srini_string" , "srini_string" ) ; arg0 = arg0 . replaceAll ( "srini_string" , "srini_string" ) ; return ( arg0 ) ; } |
3,814 | decides if this field is valid for the document type concode_field_sep boolean language concode_elem_sep String dcQualifier concode_elem_sep boolean required concode_elem_sep String visibility concode_elem_sep String valueListName concode_elem_sep String LanguageName concode_elem_sep String dcElement concode_elem_sep S... | boolean function ( String arg0 ) { if ( typeBind . size ( ) == 0 ) return true ; return typeBind . contains ( arg0 ) ; } |
3,815 | return the localitygroup containing the supplied cpu id . search all localitygroups starting at the root group . concode_field_sep int LGRP_VIEW_CALLER concode_elem_sep int view concode_elem_sep long cookie concode_elem_sep LocalityGroup root concode_elem_sep int maxLatency concode_elem_sep int LGRP_VIEW_OS concode_ele... | LocalityGroup function ( int arg0 ) { LocalityGroup loc0 = getGroup ( root , arg0 ) ; return ( getGroup ( root , arg0 ) ) ; } |
3,816 | sets the value of the msisdn property . concode_field_sep String userMemoText concode_elem_sep Boolean adjustContractDateIndicator concode_elem_sep long serialVersionUID concode_elem_sep List<RestoreSubscriberInfo.RestoreMSISDN> restoreMSISDN concode_elem_sep String restoreReasonCode concode_elem_sep String msisdn conc... | void function ( String arg0 ) { this . msisdn = arg0 ; } |
3,817 | records the last plot change event received . concode_field_sep PlotChangeEvent lastEvent concode_field_sep void testScaleListener concode_elem_sep void testCloning concode_elem_sep void testBackgroundListener concode_elem_sep void testFrameListener concode_elem_sep void testCapListener concode_elem_sep void testSerial... | void function ( PlotChangeEvent arg0 ) { this . lastEvent = arg0 ; } |
3,818 | sets new minimum & maximum values for the output/target range concode_field_sep DoubleRange in concode_elem_sep InterpolateStrategy mapFunction concode_elem_sep double interval concode_elem_sep double mapRange concode_elem_sep DoubleRange out concode_field_sep double getClippedValueFor concode_elem_sep DoubleRange getO... | void function ( double arg0 , double arg1 ) { out = new DoubleRange ( arg0 , arg1 ) ; mapRange = arg1 - arg0 ; } |
3,819 | gets the value of the ipsec property . concode_field_sep ExtensionOnlyType mobileNetworkNoEncryption concode_elem_sep ExtensionOnlyType ipSec concode_elem_sep ExtensionOnlyType adsl concode_elem_sep List<ExtensionType> extension concode_elem_sep ExtensionOnlyType wtls concode_elem_sep ExtensionOnlyType isdn concode_ele... | ExtensionOnlyType function ( ) { return ipSec ; } |
3,820 | get the base64 encoded basic auth header . concode_field_sep CharonManager charonManager concode_elem_sep String PASSWORD concode_elem_sep String USER_NAME concode_field_sep AuthenticationInfo getAuthenticationToken concode_elem_sep BasicAuthInfo decodeBasicAuthHeader concode_elem_sep boolean isAuthenticated concode_el... | String function ( String arg0 , String arg1 ) { String loc0 = arg0 + "srini_string" + arg1 ; byte [ ] loc1 = loc0 . getBytes ( ) ; String loc2 = Base64 . encode ( loc1 ) ; loc2 = "srini_string" + loc2 ; return loc2 ; } |
3,821 | save ui state to the settings concode_field_sep PasswordSafeImpl myPasswordSafe concode_elem_sep JRadioButton myRememberPasswordsUntilClosingRadioButton concode_elem_sep JBLabel myMasterPasswordStateLabel concode_elem_sep JRadioButton mySaveOnDiskRadioButton concode_elem_sep JRadioButton myDoNotRememberPasswordsRadioBu... | void function ( PasswordSafeSettings arg0 ) { arg0 . setProviderType ( getProviderType ( ) ) ; } |
3,822 | returns an ilistproperty < iobservable > forobserving the models of a validationstatusprovider . concode_field_sep PlaceHolder placeHolder concode_field_sep IListProperty bindings concode_elem_sep IValueProperty model concode_elem_sep IListProperty validationStatusProviders concode_elem_sep IValueProperty convertedValu... | IListProperty function ( ) { return new ValidationStatusProviderModelsProperty ( ) ; } |
3,823 | state of the key generation of the application concode_field_sep String keyState concode_elem_sep String consumerSecret concode_elem_sep TokenDTO token concode_elem_sep String consumerKey concode_elem_sep List<String> supportedGrantTypes concode_elem_sep String value concode_elem_sep KeyTypeEnum keyType concode_field_s... | String function ( ) { return keyState ; } |
3,824 | returns the paint . concode_field_sep RectangleInsets insets concode_elem_sep Paint paint concode_elem_sep long serialVersionUID concode_elem_sep Stroke stroke concode_field_sep Stroke getStroke concode_elem_sep void writeObject concode_elem_sep boolean equals concode_elem_sep RectangleInsets getInsets concode_elem_sep... | Paint function ( ) { return this . paint ; } |
3,825 | sets the password concode_field_sep String password concode_elem_sep FabricServiceFacade fabricServiceFacade concode_elem_sep FabricMBean fabricMBeanFacade concode_elem_sep J4pClient j4p concode_elem_sep String userName concode_elem_sep String url concode_field_sep void disconnect concode_elem_sep String getUrl concode... | void function ( String arg0 ) { this . password = arg0 ; } |
3,826 | returns true if this object is equal to the specified object , and false otherwise . concode_field_sep GradientPaintTransformType VERTICAL concode_elem_sep GradientPaintTransformType CENTER_VERTICAL concode_elem_sep String name concode_elem_sep GradientPaintTransformType HORIZONTAL concode_elem_sep GradientPaintTransfo... | boolean function ( final Object arg0 ) { if ( this == arg0 ) { return true ; } if ( ! ( arg0 instanceof GradientPaintTransformType ) ) { return false ; } final GradientPaintTransformType loc0 = ( GradientPaintTransformType ) arg0 ; if ( ! this . name . equals ( loc0 . name ) ) { return false ; } return true ; } |
3,827 | helper to check if activity is active . concode_field_sep String UUID_PATTERN concode_field_sep boolean isListEmpty concode_elem_sep String generateUUIDWithoutDashes concode_elem_sep boolean isTelephonyEnabled concode_elem_sep boolean isConnectedToInternet concode_elem_sep String getUUIDFromMediaFilePath concode_elem_s... | boolean function ( Activity arg0 ) { if ( arg0 != null && ! arg0 . isFinishing ( ) ) { return true ; } return false ; } |
3,828 | configures idea project information . for examples see docs for ideaproject . concode_field_sep IdeaWorkspace workspace concode_elem_sep IdeaModule module concode_elem_sep IdeaProject project concode_elem_sep String targetVersion concode_field_sep IdeaModule getModule concode_elem_sep void workspace concode_elem_sep vo... | void function ( Closure arg0 ) { ConfigureUtil . configure ( arg0 , getProject ( ) ) ; } |
3,829 | returns true if #connect has been attempted on this connection . concode_field_sep int httpMinorVersion concode_elem_sep byte[] HTTP_11 concode_elem_sep Route route concode_elem_sep long idleStartTimeNs concode_elem_sep InputStream in concode_elem_sep SpdyConnection spdyConnection concode_elem_sep Socket socket concode... | boolean function ( ) { return connected ; } |
3,830 | make sure we 've registered our hadoop shim concode_field_sep PlaceHolder placeHolder concode_field_sep void pigShimRegistered concode_elem_sep void hbaseShimRegistered concode_elem_sep void snappyShimRegistered concode_elem_sep void sqoopShimRegistered | void function ( ) { ServiceLoader < org . pentaho . hadoop . shim . spi . HadoopShim > loc0 = ServiceLoader . load ( org . pentaho . hadoop . shim . spi . HadoopShim . class ) ; org . pentaho . hadoop . shim . spi . HadoopShim loc1 = loc0 . iterator ( ) . next ( ) ; assertTrue ( HadoopShim . class . isAssignableFrom ( ... |
3,831 | adds a listener to be notified when a vobject is changed , created , or deleted . concode_field_sep DateFormat dateFormat_ concode_elem_sep String fileText_ concode_elem_sep String generalText_ concode_elem_sep ChangeEventSupport changeEventSupport_ concode_elem_sep String bytesText_ concode_elem_sep String modifiedTex... | void function ( VObjectListener arg0 ) { objectEventSupport_ . addVObjectListener ( arg0 ) ; } |
3,832 | removes the non-default replicas from the passed regions collection concode_field_sep boolean DEFAULT_REGION_REPLICA_WAIT_FOR_PRIMARY_FLUSH concode_elem_sep String REGION_REPLICA_WAIT_FOR_PRIMARY_FLUSH_CONF_KEY concode_elem_sep int DEFAULT_REPLICA_ID concode_field_sep int compareRegionInfosWithoutReplicaId concode_elem... | void function ( Collection < HRegionInfo > arg0 ) { Iterator < HRegionInfo > loc0 = arg0 . loc0 ( ) ; while ( loc0 . hasNext ( ) ) { HRegionInfo loc1 = loc0 . next ( ) ; if ( ! RegionReplicaUtil . isDefaultReplica ( loc1 ) ) { loc0 . remove ( ) ; } } } |
3,833 | addition operation concode_field_sep PlaceHolder placeHolder concode_field_sep double div concode_elem_sep double sub concode_elem_sep double mul | double function ( double arg0 , double arg1 ) { return arg0 + arg1 ; } |
3,834 | sets the long name of the component . concode_field_sep String shortName concode_elem_sep List<String> types concode_elem_sep String longName concode_field_sep AddressComponent addType concode_elem_sep AddressComponent removeType concode_elem_sep AddressComponent clearTypes concode_elem_sep AddressComponent addTypes co... | AddressComponent function ( String arg0 ) { this . longName = arg0 ; return this ; } |
3,835 | method to test mirrortemple concode_field_sep PlaceHolder placeHolder concode_field_sep void testCollage concode_elem_sep void testEdgeDetection concode_elem_sep void testZeroGreen concode_elem_sep void testMirrorVertical concode_elem_sep void main | void function ( ) { Picture loc0 = new Picture ( "srini_string" ) ; loc0 . explore ( ) ; loc0 . mirrorTemple ( ) ; loc0 . explore ( ) ; } |
3,836 | serialize an instance , restore it , and check for equality . concode_field_sep PlaceHolder placeHolder concode_field_sep void testEquals2 concode_elem_sep void testCloning concode_elem_sep void testPublicCloneable concode_elem_sep void testHashCode concode_elem_sep void testEquals | void function ( ) { IntervalCategoryToolTipGenerator loc0 = new IntervalCategoryToolTipGenerator ( "srini_string" , DateFormat . getInstance ( ) ) ; IntervalCategoryToolTipGenerator loc1 = ( IntervalCategoryToolTipGenerator ) TestUtilities . serialised ( loc0 ) ; assertEquals ( loc0 , loc1 ) ; } |
3,837 | get cookie s for a given url so that it can be set to `` cookie : '' in http request header . concode_field_sep PlaceHolder placeHolder concode_field_sep void nativeSetCookie concode_elem_sep void removeSessionCookie concode_elem_sep boolean allowFileSchemeCookies concode_elem_sep void flushCookieStore concode_elem_sep... | String function ( final String arg0 ) { String loc0 = nativeGetCookie ( arg0 . toString ( ) ) ; return loc0 == null || loc0 . trim ( ) . isEmpty ( ) ? null : loc0 ; } |
3,838 | returns the certificate type . concode_field_sep byte[] data concode_elem_sep String type concode_elem_sep long serialVersionUID concode_field_sep Object readResolve concode_elem_sep int hashCode concode_elem_sep byte[] getEncoded concode_elem_sep boolean equals concode_elem_sep void verify concode_elem_sep void verify... | String function ( ) { return type ; } |
3,839 | returns the sql statement which updates the file path and xml fields in the content_resource table for a given resource id . concode_field_sep PlaceHolder placeHolder concode_field_sep String getResourceIdAndFilePath concode_elem_sep String getBodySql concode_elem_sep String getAddFilesizeColumnSql concode_elem_sep Str... | String function ( ) { return "srini_string" ; } |
3,840 | get the unique instance of the factory finder concode_field_sep String JarAttributeName concode_elem_sep String ComboxFactoryNodeName concode_elem_sep ConcurrentHashMap<String,ComboxFactory> comboxFactoryList concode_elem_sep URLClassLoader urlClassLoader concode_elem_sep String PackageNodeName concode_elem_sep ComboxF... | ComboxFactoryFinder function ( ) { if ( currentInstance == null ) currentInstance = new ComboxFactoryFinder ( ) ; return currentInstance ; } |
3,841 | gets the value of the arg1 property . concode_field_sep int arg1 concode_elem_sep int arg0 concode_field_sep void setArg0 concode_elem_sep void setArg1 concode_elem_sep int getArg0 | int function ( ) { return arg1 ; } |
3,842 | sets the value of the validatetarget property . concode_field_sep ActAsType actAs concode_elem_sep RenewingType renewing concode_elem_sep String requestType concode_elem_sep RenewTargetType renewTarget concode_elem_sep BinaryExchangeType binaryExchange concode_elem_sep Boolean delegatable concode_elem_sep LifetimeType ... | void function ( ValidateTargetType arg0 ) { this . validateTarget = arg0 ; } |
3,843 | cleans up all file resources held by this spilled sequence . concode_field_sep File currentSpillFile concode_elem_sep String spillFilePrefix concode_elem_sep ByteBuffer readBuffer concode_elem_sep ByteBuffer[] sources concode_elem_sep int fileCounter concode_elem_sep int HEADER_LENGTH concode_elem_sep int pageSize conc... | void function ( ) { fileChannel . close ( ) ; if ( ! file . delete ( ) ) { throw new IOException ( "srini_string" ) ; } } |
3,844 | get the lower right hand corner row number concode_field_sep int _rowTo concode_elem_sep int _rowFrom concode_elem_sep short _colFrom concode_elem_sep short _colTo concode_field_sep int getRowFrom concode_elem_sep int getRowTo concode_elem_sep CellRangeAddress[] convertRegionsToCellRanges concode_elem_sep Region conver... | void function ( int arg0 ) { this . _rowTo = arg0 ; } |
3,845 | replace the row , row.xx with datasetrow , datasetrow.xx concode_field_sep String STRING_DATASET_ROW concode_elem_sep int EXPR_CACHE_SIZE concode_elem_sep Map compiledExprCacheInDataSetRowMode concode_elem_sep String STRING_ROW concode_elem_sep Map compiledExprCacheInRowMode concode_elem_sep long serialVersionUID conco... | String function ( String arg0 ) { if ( isColumnExpression ( arg0 , true ) ) { return arg0 . replaceFirst ( "srini_string" , "srini_string" ) ; } else return arg0 ; } |
3,846 | clamps the minimum value of this tuple to the min parameter . concode_field_sep int x concode_elem_sep int y concode_elem_sep int z concode_elem_sep long serialVersionUID concode_field_sep void add concode_elem_sep void add concode_elem_sep void sub concode_elem_sep void sub concode_elem_sep void scaleAdd concode_elem_... | void function ( int arg0 ) { if ( x < arg0 ) x = arg0 ; if ( y < arg0 ) y = arg0 ; if ( z < arg0 ) z = arg0 ; } |
3,847 | recognizes an xml root element of an interpolation extension . concode_field_sep String NEAREST_NEIGHBOR_URI concode_elem_sep List<String> supportedInterpolationTypes concode_field_sep List<String> getSupportedInterpolation concode_elem_sep void parseGetCoverageKVPRequest concode_elem_sep void parseGetCoverageRequest c... | boolean function ( String arg0 ) { return arg0 . equalsIgnoreCase ( LABEL_INTERPOLATION ) ; } |
3,848 | returns the name of the property . concode_field_sep Method propertyGetter concode_elem_sep Method getter concode_elem_sep String name concode_elem_sep boolean reflected concode_elem_sep Method setter concode_elem_sep Class<?> type concode_elem_sep Class<?> clazz concode_field_sep void reflect concode_elem_sep void set... | String function ( ) { return name ; } |
3,849 | the maximum number of manual snapshots allowed . concode_field_sep Boolean manualSnapshotsLimitReached concode_elem_sep Integer manualSnapshotsCurrentCount concode_elem_sep Integer manualSnapshotsLimit concode_field_sep void setManualSnapshotsCurrentCount concode_elem_sep void setManualSnapshotsLimitReached concode_ele... | Integer function ( ) { return this . manualSnapshotsLimit ; } |
3,850 | sets the value of the endtime property . concode_field_sep long duration concode_elem_sep String uiPassParam concode_elem_sep String cronString concode_elem_sep XMLGregorianCalendar startTime concode_elem_sep XMLGregorianCalendar endTime concode_field_sep void setDuration concode_elem_sep XMLGregorianCalendar getEndTim... | void function ( XMLGregorianCalendar arg0 ) { this . endTime = arg0 ; } |
3,851 | used to communicate a progress update between a plugin tool and the main whitebox user interface . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep int previousProgress concode_elem_sep boolean amI... | void function ( String arg0 , int arg1 ) { if ( myHost != null && ( ( arg1 != previousProgress ) || ( ! arg0 . equals ( previousProgressLabel ) ) ) ) { myHost . updateProgress ( arg0 , arg1 ) ; } previousProgress = arg1 ; previousProgressLabel = arg0 ; } |
3,852 | set the context configuration class name . concode_field_sep Host host concode_elem_sep org.apache.juli.logging.Log log concode_elem_sep String configClass concode_elem_sep String homeBase concode_elem_sep String directoryName concode_elem_sep StringManager sm concode_elem_sep String contextClass concode_elem_sep Strin... | void function ( String arg0 ) { this . configClass = arg0 ; } |
3,853 | convenience method : gets the given setting as a boolean value , or use the given default value , if the is setting not available or readable . concode_field_sep Settings instance concode_elem_sep Hashtable<String,Properties> files concode_elem_sep BasicErrorProcessing err concode_elem_sep String directory concode_fiel... | boolean function ( String arg0 , String arg1 , boolean arg2 ) { String loc0 = getSetting ( arg0 , arg1 ) ; if ( loc0 != null ) { Boolean loc1 = Parser . parseBooleanNull ( loc0 ) ; if ( loc1 != null ) { return loc1 ; } } return arg2 ; } |
3,854 | adds an integer value to the hash . concode_field_sep int hash concode_elem_sep int coefficient concode_field_sep boolean identical concode_elem_sep boolean identical concode_elem_sep boolean identical concode_elem_sep void addToHash concode_elem_sep int getHashCode concode_elem_sep boolean equalsIdentity concode_elem_... | void function ( int arg0 ) { addToHash ( arg0 ) ; } |
3,855 | pops a binary expression from the binary expression stack . concode_field_sep Set<MethodNode> methodsToBeVisited concode_elem_sep Set<Long> reportedErrors concode_elem_sep LinkedList<BinaryExpression> enclosingBinaryExpressions concode_elem_sep LinkedList<EnclosingClosure> enclosingClosures concode_elem_sep DelegationM... | BinaryExpression function ( ) { return enclosingBinaryExpressions . removeFirst ( ) ; } |
3,856 | tests whether this response indicates an error . errors are the response codes 4xx - client error and 5xx - server error . concode_field_sep Headers headers concode_elem_sep int code concode_elem_sep int majorVersion concode_elem_sep int minorVersion concode_elem_sep String message concode_elem_sep InputStream body con... | boolean function ( ) { return ( getCodeClass ( ) == 4 || getCodeClass ( ) == 5 ) ; } |
3,857 | returns the osgi service identifier . concode_field_sep FooService _fooService concode_field_sep void setWrappedService concode_elem_sep FooService getWrappedService | java . lang . String function ( ) { return _fooService . getOSGiServiceIdentifier ( ) ; } |
3,858 | helper method - loads a testmodel from the given filename . concode_field_sep String VALIDATION_TESTMODEL_DIR concode_elem_sep IModelSequencer sequencer concode_field_sep ExecutionFlow loadExecutionFlowFromResource concode_elem_sep Statechart loadStatechartFromResource concode_elem_sep String getModelDirectory | Statechart function ( String arg0 ) { return AbstractTestModelsUtil . loadStatechart ( URI . createPlatformPluginURI ( arg0 , true ) ) ; } |
3,859 | cancel the scheduled task . concode_field_sep Timer timer concode_elem_sep TimerTask task concode_field_sep void schedule | void function ( ) { if ( task != null ) { task . cancel ( ) ; task = null ; } if ( timer != null ) { timer . cancel ( ) ; timer = null ; } } |
3,860 | returns the primary key of this user group role . concode_field_sep UserGroupRole _userGroupRole concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGrou... | com . liferay . portal . kernel . service . persistence . UserGroupRolePK function ( ) { return _userGroupRole . getPrimaryKey ( ) ; } |
3,861 | this version assumes that the intent contains the pending intent as a parameter . this is used for responding to alarms . the pending intent must be in an extra with the key impl.downloaderservice #extra_pending_intent . concode_field_sep int MSG_ONDOWNLOADPROGRESS concode_elem_sep String PARAM_MESSENGER concode_elem_s... | int function ( Context arg0 , Intent arg1 , Class < ? > arg2 ) { return DownloaderService . startDownloadServiceIfRequired ( arg0 , arg1 , arg2 ) ; } |
3,862 | returns whether apps contains component . concode_field_sep ArrayList<ApplicationInfo> added concode_elem_sep ArrayList<ApplicationInfo> modified concode_elem_sep int DEFAULT_APPLICATIONS_NUMBER concode_elem_sep ArrayList<ApplicationInfo> data concode_elem_sep ArrayList<ApplicationInfo> removed concode_elem_sep IconCac... | boolean function ( ArrayList < ApplicationInfo > arg0 , ComponentName arg1 ) { final int loc0 = arg0 . size ( ) ; for ( int loc1 = 0 ; loc1 < loc0 ; loc1 ++ ) { final ApplicationInfo loc2 = arg0 . get ( loc1 ) ; if ( loc2 . componentName . equals ( arg1 ) ) { return true ; } } return false ; } |
3,863 | gest parameter value from the the session scope . concode_field_sep Properties buildProperties concode_field_sep String getRequestParameter concode_elem_sep UIComponent findComponent concode_elem_sep ServletContext getServletContext concode_elem_sep Object getManagedBean concode_elem_sep String getActionAttribute conco... | String function ( String arg0 ) { FacesContext loc0 = FacesContext . getCurrentInstance ( ) ; HttpServletRequest loc1 = ( HttpServletRequest ) loc0 . getExternalContext ( ) . getRequest ( ) ; HttpSession loc2 = loc1 . getSession ( ) ; return loc1 . getParameter ( arg0 ) ; } |
3,864 | gets the value of the file property . concode_field_sep File file concode_elem_sep String label concode_field_sep String getLabel concode_elem_sep void setFile concode_elem_sep void setLabel | File function ( ) { return file ; } |
3,865 | compute a magnitude of an x , y , z value . concode_field_sep double MINIMUM_RESOLUTION concode_elem_sep double MINIMUM_RESOLUTION_SQUARED concode_elem_sep double x concode_elem_sep double y concode_elem_sep double z concode_elem_sep double MINIMUM_RESOLUTION_CUBED concode_field_sep Vector rotateZY concode_elem_sep Vec... | double function ( final double arg0 , final double arg1 , final double arg2 ) { return Math . sqrt ( arg0 * arg0 + arg1 * arg1 + arg2 * arg2 ) ; } |
3,866 | fires a draggestureevent to the draggesturelistener associated with this object , if there is one . concode_field_sep DragGestureListener dragGestureListener concode_elem_sep int sourceActions concode_elem_sep ArrayList<InputEvent> events concode_elem_sep Component component concode_elem_sep long serialVersionUID conco... | void function ( int arg0 , Point arg1 ) { if ( dragGestureListener != null ) dragGestureListener . dragGestureRecognized ( new DragGestureEvent ( this , arg0 , arg1 , events ) ) ; resetRecognizer ( ) ; } |
3,867 | a handler that simply calls context #next registry with the given registry . concode_field_sep PlaceHolder placeHolder concode_field_sep Handler next concode_elem_sep Handler redirect concode_elem_sep Handler fileSystem concode_elem_sep Handler chain concode_elem_sep Handler chain concode_elem_sep Handler chain concode... | Handler function ( Registry arg0 ) { return new RegistryNextHandler ( arg0 ) ; } |
3,868 | info log message with printf formatting . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d con... | void function ( String arg0 , String arg1 , Object ... arg2 ) { if ( LOG . INFO >= LOGLEVEL ) Log . i ( arg0 , String . format ( arg1 , arg2 ) ) ; } |
3,869 | implements org.apache.batik.i18n.localizable #formatmessage string , object . concode_field_sep LocalizableSupport localizableSupport concode_elem_sep String RESOURCES concode_field_sep Locale getLocale concode_elem_sep void setLocale | String function ( String arg0 , Object [ ] arg1 ) { return localizableSupport . formatMessage ( arg0 , arg1 ) ; } |
3,870 | converts the attribute to a string . concode_field_sep PlaceHolder placeHolder concode_field_sep Object toPropertyValue | String function ( final Object arg0 ) { if ( arg0 == null ) { throw new NullPointerException ( ) ; } if ( arg0 instanceof Number ) { return arg0 . toString ( ) ; } throw new BeanException ( "srini_string" + arg0 . getClass ( ) + "srini_string" ) ; } |
3,871 | callback invoked before all grid components are stopped . concode_field_sep IgniteLogger log concode_elem_sep HadoopContext ctx concode_field_sep void stop concode_elem_sep void start concode_elem_sep void onKernalStart | void function ( boolean arg0 ) { } |
3,872 | accessor for the to property . concode_field_sep List<QName> mustUnderstand concode_elem_sep EndpointReferenceType replyTo concode_elem_sep EndpointReferenceType faultTo concode_elem_sep AttributedURIType messageID concode_elem_sep AttributedURIType action concode_elem_sep EndpointReferenceType from concode_elem_sep St... | AttributedURIType function ( ) { if ( toURIType == null ) { return null != to ? to . getAddress ( ) : null ; } return toURIType ; } |
3,873 | returns the portlet item with the primary key . concode_field_sep PortletItemLocalService _portletItemLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.model.PortletItem addPortletItem concode_elem_sep com.liferay.portal.kernel.model.PortletItem addPortl... | com . liferay . portal . kernel . model . PortletItem function ( long arg0 ) { return _portletItemLocalService . getPortletItem ( arg0 ) ; } |
3,874 | below method will be used to close the thrift object concode_field_sep ThriftWriter thriftWriter concode_field_sep void writeThrift concode_elem_sep void openThriftWriter | void function ( ) { thriftWriter . close ( ) ; } |
3,875 | add sort by property . ascending if desc == false , descending if desc == true . concode_field_sep List<Field> fields concode_elem_sep List<Filter> filters concode_elem_sep boolean disjunction concode_elem_sep int resultMode concode_elem_sep List<Sort> sorts concode_elem_sep int page concode_elem_sep int maxResults con... | Search function ( String arg0 , boolean arg1 , boolean arg2 ) { SearchUtil . addSort ( this , arg0 , arg1 , arg2 ) ; return this ; } |
3,876 | should be called onsurfacechanged by the glsurfaceview that is using this as the drawing engine concode_field_sep boolean swigCMemOwn concode_elem_sep long swigCPtr concode_field_sep void drawMatToGL concode_elem_sep void finalize concode_elem_sep void step concode_elem_sep long getCPtr concode_elem_sep void delete | void function ( int arg0 , int arg1 ) { opencvJNI . glcamera_init ( swigCPtr , this , arg0 , arg1 ) ; } |
3,877 | returns the class of the object , which this object can serialize . concode_field_sep PlaceHolder placeHolder concode_field_sep void writeObject concode_elem_sep Object readObject | Class function ( ) { return Dimension2D . class ; } |
3,878 | gets the value of the exceptionmessage property . concode_field_sep String exceptionCode concode_elem_sep String exceptionMessage concode_field_sep void setExceptionMessage concode_elem_sep String getExceptionCode concode_elem_sep void setExceptionCode | String function ( ) { return exceptionMessage ; } |
3,879 | simple driver class , can be used eg . from builds . returns non-zero on jar-hell concode_field_sep PlaceHolder placeHolder concode_field_sep URL[] parseClassPath concode_elem_sep URL[] parseClassPath concode_elem_sep void checkManifest concode_elem_sep void checkJarHell concode_elem_sep void checkJarHell concode_elem_... | void function ( String arg0 [ ] ) { System . out . println ( "srini_string" ) ; checkJarHell ( ) ; System . out . println ( "srini_string" ) ; } |
3,880 | getter for the required value . concode_field_sep List<String> value concode_elem_sep Logger LOG concode_elem_sep String name concode_elem_sep String type concode_elem_sep Map<String,String> complexValue concode_elem_sep boolean required concode_elem_sep String friendlyName concode_elem_sep long serialVersionUID concod... | boolean function ( ) { return required ; } |
3,881 | sets the value of the addressline4 property . concode_field_sep String city concode_elem_sep String postalCode concode_elem_sep String county concode_elem_sep String geoCode concode_elem_sep long serialVersionUID concode_elem_sep String type concode_elem_sep String province concode_elem_sep String countryCode concode_e... | void function ( String arg0 ) { this . addressLine4 = arg0 ; } |
3,882 | cancels this request concode_field_sep int MAX_REDIRECT_COUNT concode_elem_sep int mBodyLength concode_elem_sep Request mRequest concode_elem_sep InputStream mBodyProvider concode_elem_sep WebAddress mUri concode_elem_sep String mUrl concode_elem_sep RequestQueue mRequestQueue concode_elem_sep int mRedirectCount concod... | void function ( ) { if ( mRequest != null ) { mRequest . cancel ( ) ; } } |
3,883 | returns the first matching converter for the given protocolvalue and the command . this method is to be used for getting a converter for the direction from a command the given command to be exact to a state . concode_field_sep Logger logger concode_elem_sep MatchingConverters converters concode_field_sep StateConverter... | CommandConverter < ? , ? > function ( String arg0 , COMMAND arg1 ) { Class < ? > loc0 = converters . getCommandConverter ( arg0 , arg1 . getClass ( ) ) ; if ( loc0 == null && arg1 instanceof State ) { loc0 = StateCommandConverter . class ; } return ( CommandConverter < ? , ? > ) instantiate ( loc0 ) ; } |
3,884 | returns the binary logarithm of the number of characters in this alphabet . concode_field_sep int[] inverse concode_elem_sep Alphabet DECIMAL concode_elem_sep Alphabet HEXADECIMAL concode_elem_sep Alphabet LOWERCASE concode_elem_sep char[] alphabet concode_elem_sep Alphabet BASE64 concode_elem_sep Alphabet EXTENDED_ASC... | int function ( ) { int loc0 = 0 ; for ( int loc1 = R - 1 ; loc1 >= 1 ; loc1 /= 2 ) loc0 ++ ; return loc0 ; } |
3,885 | returns the date of the calculated distance . concode_field_sep Calendar date concode_elem_sep double kilometer concode_elem_sep double KM_TO_MILES concode_field_sep void setKilometer concode_elem_sep double getMiles concode_elem_sep void setDate concode_elem_sep String toString concode_elem_sep double getKilometer | Calendar function ( ) { return date ; } |
3,886 | removes all text and filelinks . this is so you can use this on new text concode_field_sep OutputParser parser concode_elem_sep List<FileLink> fileLinks concode_elem_sep int lastNewline concode_elem_sep StringBuilder totalTextToParse concode_field_sep List<FileLink> getFileLinks concode_elem_sep FileLink getFileLink co... | void function ( ) { boolean loc0 = parser . isVerifyFileExists ( ) ; FileLinkDefinitionLord loc1 = parser . getFileLinkDefinitionLord ( ) ; parser = new OutputParser ( loc1 , loc0 ) ; lastNewline = 0 ; totalTextToParse . setLength ( 0 ) ; fileLinks . clear ( ) ; } |
3,887 | method to switch the minimized / maximized state of the chat concode_field_sep String color concode_elem_sep String DEFAULT_NICK concode_elem_sep String buttonImage concode_elem_sep Log log concode_elem_sep boolean minimized concode_elem_sep String autoLoad concode_elem_sep String MAXIMIZE_IMAGE concode_elem_sep Messag... | String function ( ) { minimized = ! minimized ; if ( minimized ) { buttonImage = MINIMIZE_IMAGE ; } else { buttonImage = MAXIMIZE_IMAGE ; position = bottom ( ) ; } return ( "srini_string" ) ; } |
3,888 | returns bridgeselector bound to this instance that can be used toselect the videobridge on the xmppdomain handled by this instance . concode_field_sep ProtocolProviderHandler protocolProviderHandler concode_elem_sep String[] JIRECON_RECORDER_FEATURES concode_elem_sep Logger logger concode_elem_sep String[] PUBSUB_FEATU... | BridgeSelector function ( ) { return bridgeSelector ; } |
3,889 | sets the value of the isaspectratio property . concode_field_sep Boolean isAspectRatio concode_elem_sep Integer width concode_elem_sep Integer height concode_field_sep Integer getHeight concode_elem_sep Boolean isIsAspectRatio concode_elem_sep Integer getWidth concode_elem_sep void setWidth concode_elem_sep void setHei... | void function ( Boolean arg0 ) { this . isAspectRatio = arg0 ; } |
3,890 | sets the parent pdf object 's reference . concode_field_sep Reference reference concode_elem_sep Logger logger concode_elem_sep StringBuilder stringData concode_field_sep String getHexString concode_elem_sep StringBuilder hexToString concode_elem_sep StringBuilder normalizeHex concode_elem_sep String getDecryptedLitera... | void function ( Reference arg0 ) { this . reference = arg0 ; } |
3,891 | return the type of this graphic element . the type is immutably set when the element is created . concode_field_sep PaintedString _errorObject concode_elem_sep String _type concode_elem_sep Map _attributes concode_elem_sep String _label concode_field_sep void exportMoML concode_elem_sep void setAttribute concode_elem_s... | String function ( ) { return _type ; } |
3,892 | takes a list of operators and creates a cascade of unions of this inputs , if needed . if not needed there was only one operator in the list , then that operator is returned . concode_field_sep int parallelism concode_elem_sep OperatorInformation<OUT> operatorInfo concode_elem_sep CompilerHints compilerHints concode_el... | Operator < T > function ( Operator < T > ... arg0 ) { return createUnionCascade ( null , arg0 ) ; } |
3,893 | sets the account id 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 ... | void function ( long arg0 ) { _account . setAccountId ( arg0 ) ; } |
3,894 | returns the entry with the primary key . concode_field_sep ServiceTracker<EntryLocalService,EntryLocalService> _serviceTracker concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_elem_sep int searchCount ... | com . liferay . contacts . model . Entry function ( long arg0 ) { return getService ( ) . getEntry ( arg0 ) ; } |
3,895 | sets the value of the length property . concode_field_sep DiscriminatorType discriminatorType concode_elem_sep Integer length concode_elem_sep String name concode_elem_sep String columnDefinition concode_field_sep void setName concode_elem_sep DiscriminatorType getDiscriminatorType concode_elem_sep String getName conco... | void function ( final Integer arg0 ) { this . length = arg0 ; } |
3,896 | comma delimited list concode_field_sep boolean allowCredentials concode_elem_sep String exposedHeaders concode_elem_sep Set<String> allowedOrigins concode_elem_sep int corsMaxAge concode_elem_sep String allowedHeaders concode_elem_sep String allowedMethods concode_field_sep String getExposedHeaders concode_elem_sep int... | void function ( String arg0 ) { this . exposedHeaders = arg0 ; } |
3,897 | return type metadata object concode_field_sep java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String teclaPulsada concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String usuario concode_field_sep void setTeclaPulsada concode_elem_... | org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; } |
3,898 | the sonar properties for the current gradle project that are to be passed to the sonar runner . concode_field_sep Map<String,Object> properties concode_field_sep void property concode_elem_sep void properties | Map < String , Object > function ( ) { return properties ; } |
3,899 | this method is not thread safe and must be externally protected from concurrent executions . concode_field_sep ReentrantLock lock concode_elem_sep RubyBridge rubyBridge concode_elem_sep PlatformDatabaseMigrationExecutorService executorService concode_elem_sep Throwable failureError concode_elem_sep AtomicBoolean runnin... | void function ( ) { if ( this . running . get ( ) ) { return ; } running . set ( true ) ; executorService . execute ( new Runnable ( ) { @ Override public void run ( ) { doDatabaseMigration ( ) ; } } ) ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.