idx
int64
0
25k
question
stringlengths
72
5.69k
target
stringlengths
21
481
18,500
streaming transports save responses on the client side and do n't free memory used by delivered messages . such transports need to recycle the connection once in a while . this property sets a minimum number of bytes that can be send over a single http streaming request before it will be closed . after that client will...
SockJsServiceRegistration function ( int arg0 ) { this . streamBytesLimit = arg0 ; return this ; }
18,501
kill the octave process without remorse . concode_field_sep OctaveEngineFactory factory concode_elem_sep OctaveExec octaveExec concode_elem_sep Writer writer concode_elem_sep OctaveIO octaveIO concode_elem_sep Random random concode_field_sep String getVersion concode_elem_sep void setWriter concode_elem_sep void eval c...
void function ( ) { octaveExec . destroy ( ) ; }
18,502
free up any resources used , immediately . concode_field_sep String urlLocation concode_elem_sep String errorMessage concode_elem_sep InputStream inputStream concode_elem_sep URL url concode_field_sep URLAccess doURLAccess concode_elem_sep void closeConnection
void function ( ) { urlLocation = null ; url = null ; errorMessage = null ; closeConnection ( ) ; }
18,503
gets the value of the sharedwithalltenants property . concode_field_sep boolean authorizationRequired concode_field_sep void setAuthorizationRequired
boolean function ( ) { return authorizationRequired ; }
18,504
get the new boot file name . for a standalone server this will be the location of the server configuration i.e. the standalone.xml variety . for a host controller this will be the location of the host configuration i.e. the host.xml variety . once called this method will clear the new boot file name . concode_field_sep...
String function ( ) { String loc0 = this . newBootFileName ; this . newBootFileName = null ; return loc0 ; }
18,505
a unique resource name for a time-based scaling configuration option . concode_field_sep String namespace concode_elem_sep String resourceName concode_elem_sep String optionName concode_field_sep void setOptionName concode_elem_sep OptionSpecification withNamespace concode_elem_sep void setResourceName concode_elem_sep...
OptionSpecification function ( String arg0 ) { setResourceName ( arg0 ) ; return this ; }
18,506
get / account : get the current user . concode_field_sep Logger log concode_elem_sep UserRepository userRepository concode_elem_sep MailService mailService concode_elem_sep UserService userService concode_field_sep ResponseEntity<String> finishPasswordReset concode_elem_sep ResponseEntity<?> registerAccount concode_ele...
ResponseEntity < UserDTO > function ( ) { return Optional . ofNullable ( userService . getUserWithAuthorities ( ) ) . map ( user -> new ResponseEntity < > ( new UserDTO ( user ) , HttpStatus . OK ) ) . orElse ( new ResponseEntity < > ( HttpStatus . INTERNAL_SERVER_ERROR ) ) ; }
18,507
removes the specified listener from the list of dtmf listeners . concode_field_sep OperationSetDTMFSipImpl opsetDTMFSip concode_field_sep void addDTMFListener
void function ( DTMFListener arg0 ) { this . opsetDTMFSip . getDtmfModeInfo ( ) . removeDTMFListener ( arg0 ) ; }
18,508
builds a rappconfig object out of its json representation concode_field_sep FsPackagingStorage packagingStorage concode_elem_sep Logger logger concode_elem_sep FsStorageBase storageBase concode_elem_sep WorkspaceStorage workspaceStorage concode_elem_sep ProjectStorage projectStorage concode_elem_sep ModelMarshaler mars...
RappConfig function ( Class < RappConfig > arg0 , String arg1 ) { Gson loc0 = new Gson ( ) ; RappConfig loc1 = loc0 . fromJson ( arg1 , RappConfig . class ) ; return loc1 ; }
18,509
sets the id of this kiem dem vien . concode_field_sep KiemDemVien _kiemDemVien concode_field_sep void setOrgCode1 concode_elem_sep java.lang.String getDienThoai concode_elem_sep void setOrgCode2 concode_elem_sep void setImei concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttribut...
void function ( long arg0 ) { _kiemDemVien . setId ( arg0 ) ; }
18,510
sets the value of the contentresources property . concode_field_sep ContentResources contentResources concode_elem_sep List<ContentDescriptor> contentDescriptor concode_field_sep ContentResources getContentResources concode_elem_sep List<ContentDescriptor> getContentDescriptor
void function ( ContentResources arg0 ) { this . contentResources = arg0 ; }
18,511
fail the process if there are any violations in the set . named to look like a junit assertion even though it is n't because it is similar enough . concode_field_sep Set<Class<?>> pureUnitTest concode_elem_sep Set<Class<?>> innerClasses concode_elem_sep Set<Class<?>> notRunnable concode_elem_sep Set<Class<?>> missingSu...
void function ( String message , Set < Class < ? >> set ) { if ( false == set . isEmpty ( ) ) { System . err . println ( message + "srini_string" ) ; for ( Class < ? > bad : set ) { System . err . println ( "srini_string" + bad . getName ( ) ) ; } System . exit ( 1 ) ; } }
18,512
maps byte arrays into a string ; useful for making sha hashes from messagedigest more friendly . concode_field_sep boolean authenticated concode_elem_sep String apiURL concode_elem_sep String sessionKey concode_elem_sep JSONObject previousResponse concode_elem_sep int connectionID concode_field_sep JSONObject call conc...
String function ( byte [ ] arg0 ) { StringBuilder loc0 = new StringBuilder ( ) ; for ( int loc1 = 0 ; loc1 < arg0 . length ; loc1 ++ ) { loc0 . append ( String . format ( "srini_string" , arg0 [ loc1 ] ) ) ; } return loc0 . toString ( ) ; }
18,513
method to get the amount of blue at this pixel . it will be from 0-255 with 0 being no blue and 255 being as much blue as you can have . concode_field_sep int x concode_elem_sep int y concode_elem_sep DigitalPicture picture concode_field_sep int getCol concode_elem_sep int correctValue concode_elem_sep Color getColor c...
int function ( ) { int loc0 = picture . getBasicPixel ( x , y ) ; int loc1 = loc0 & 0xff ; return loc1 ; }
18,514
sets the is_public value for this filterdata . concode_field_sep com.intellij.tasks.mantis.model.AccountData owner concode_elem_sep java.math.BigInteger project_id concode_elem_sep java.lang.String filter_string concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.Boolean is_public concode_elem_sep...
void function ( java . lang . Boolean arg0 ) { this . is_public = arg0 ; }
18,515
given an output root and an initial relative path , return the output file according to the handle_existing strategy in the most basic use case , given a root directory `` input '' , a file 's relative path `` dir1/dir2/filea.docx '' , and an output directory `` output '' , the output file would be `` output/dir1/dir2/...
File function ( File arg0 , String arg1 , HANDLE_EXISTING arg2 , String arg3 ) { return getOutputPath ( Paths . get ( arg0 . toURI ( ) ) , arg1 , arg2 , arg3 ) . toFile ( ) ; }
18,516
get current path concode_field_sep String path concode_elem_sep int FA_HIDDEN concode_elem_sep Pattern absolute concode_elem_sep int FA_DIRECTORY concode_elem_sep int FA_READONLY concode_field_sep void deleteFile concode_elem_sep void copyFile concode_elem_sep ClarionString getShortPath concode_elem_sep boolean isFile ...
ClarionString function ( ) { if ( path == null ) { path = FileServer . getInstance ( ) . getPath ( ) ; } return new ClarionString ( path ) ; }
18,517
gets the value of the role property . concode_field_sep JAXBElement<? extends AbstractTimePrimitiveType> abstractTimePrimitive concode_elem_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href co...
String function ( ) { return role ; }
18,518
create an instance of infotype concode_field_sep PlaceHolder placeHolder concode_field_sep DataStashBucketType createDataStashBucketType concode_elem_sep ExpirationInfoType createExpirationInfoType concode_elem_sep DataStashInfoType createDataStashInfoType concode_elem_sep ForfeitureInfoType createForfeitureInfoType co...
InfoType function ( ) { return new InfoType ( ) ; }
18,519
gets the tooltips . concode_field_sep String name concode_elem_sep String tooltip concode_elem_sep String label concode_elem_sep Class<? extends FormItem> type concode_elem_sep String value concode_elem_sep Map<String,String> tooltips concode_elem_sep String[] labels concode_field_sep void setName concode_elem_sep Stri...
Map < String , String > function ( ) { return tooltips ; }
18,520
performs a dynamic query on the database and returns a range of the matching rows . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end to com.l...
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 ) { return getService ( ) . arg0 ( arg0 , arg1 , arg2 ) ; }
18,521
gets the width of the first column of output . this is 0 unless raw bytes are being included in the output . concode_field_sep Args args concode_elem_sep boolean strictParse concode_elem_sep int hexCols concode_elem_sep int at concode_elem_sep int indent concode_elem_sep byte[] bytes concode_elem_sep String filePath co...
int function ( ) { if ( rawBytes ) { return 5 + ( hexCols * 2 ) + ( hexCols / 2 ) ; } return 0 ; }
18,522
returns the static or `` application scope '' propertyproxy registry . if custom sets of propertyproxies are required in different scopes then new instances of propertyproxyregistry should be manually created , however these will not be used for serialization . concode_field_sep PropertyProxyRegistry registry concode_e...
PropertyProxyRegistry function ( ) { return registry ; }
18,523
gets the value of the logmessage property . concode_field_sep String dsID concode_elem_sep String logMessage concode_elem_sep String startDT concode_elem_sep String endDT concode_elem_sep String pid concode_elem_sep boolean force concode_field_sep String getStartDT concode_elem_sep void setForce concode_elem_sep void s...
String function ( ) { return logMessage ; }
18,524
an xhrtransport can support both the `` xhr_streaming '' and `` xhr `` sockjs server transports . from a client perspective there is no implementation difference . typically an xhrtransport is used as `` xhr streaming '' first andthen , if that fails , as `` xhr '' . in some cases however it may be helpful to suppress ...
void function ( boolean arg0 ) { this . xhrStreamingDisabled = arg0 ; }
18,525
set the maximum amount of memory that can be allocated in the this accountant before failing an allocation . concode_field_sep Accountant parent concode_elem_sep AtomicLong allocationLimit concode_elem_sep AtomicLong peakAllocation concode_elem_sep long reservation concode_elem_sep boolean ok concode_elem_sep AtomicLon...
void function ( long arg0 ) { allocationLimit . set ( arg0 ) ; }
18,526
set the unique identifier of this class concode_field_sep String REF concode_elem_sep String PROP_KITCHEN_PRINTER_NAME concode_elem_sep String PROP_USE_NORMAL_PRINTER_FOR_TICKET concode_elem_sep String PROP_USE_NORMAL_PRINTER_FOR_KITCHEN concode_elem_sep String PROP_RECEIPT_PRINTER_NAME concode_elem_sep String PROP_PRI...
void function ( java . lang . Integer arg0 ) { this . id = arg0 ; this . hashCode = Integer . MIN_VALUE ; }
18,527
sets the password for the user name . concode_field_sep String description concode_elem_sep String dataSourceName concode_elem_sep String password concode_elem_sep String serverName concode_elem_sep int loginTimeout concode_elem_sep String user concode_elem_sep String networkProtocol concode_elem_sep PrintWriter logWri...
void function ( String arg0 ) { this . password = arg0 ; connectionProps . setProperty ( "srini_string" , arg0 ) ; }
18,528
creates a tab around the native web contents pointer . concode_field_sep PlaceHolder placeHolder concode_field_sep Tab createNewTab concode_elem_sep Tab createFrozenTab concode_elem_sep void launchNTP concode_elem_sep boolean createsTabsAsynchronously concode_elem_sep TabCreator getTabCreator concode_elem_sep Tab launc...
boolean function ( Tab arg0 , WebContents arg1 , int arg2 , TabLaunchType arg3 ) { return createTabWithWebContents ( arg0 , arg1 , arg2 , arg3 , arg1 . getUrl ( ) ) ; }
18,529
fails with an illegalstateexception when invoked . concode_field_sep ExceptionListener listener concode_field_sep T checkNotNull concode_elem_sep T checkNotNull concode_elem_sep void checkState concode_elem_sep void checkState concode_elem_sep void checkArgument concode_elem_sep void checkArgument
void function ( String arg0 ) { String loc0 = "srini_string" + arg0 ; IllegalStateException loc1 = new IllegalStateException ( arg0 ) ; LoggingUtil . logToRemote ( Level . SEVERE , loc0 , loc1 ) ; listener . loc0 ( null , loc0 , loc1 ) ; throw loc1 ; }
18,530
see whether an item can be coerced to scmtriggeritem . concode_field_sep hudson.model.SCMedItem delegate concode_field_sep int getQuietPeriod concode_elem_sep int getQuietPeriod concode_elem_sep QueueTaskFuture<?> scheduleBuild2 concode_elem_sep QueueTaskFuture<?> scheduleBuild2 concode_elem_sep Collection<? extends SC...
SCMTriggerItem function ( Item arg0 ) { if ( arg0 instanceof SCMTriggerItem ) { return ( SCMTriggerItem ) arg0 ; } else if ( arg0 instanceof hudson . model . SCMedItem ) { return new Bridge ( ( hudson . model . SCMedItem ) arg0 ) ; } else { return null ; } }
18,531
asynchronously writes the given body to mina session . will wait at most for 10 seconds until the body has been written . concode_field_sep Logger LOG concode_field_sep placeholderType placeHolder
void function ( IoSession arg0 , Object arg1 , Exchange arg2 ) { WriteFuture loc0 = arg0 . write ( arg1 ) ; LOG . trace ( "srini_string" , arg1 , arg0 ) ; loc0 . join ( 10000L ) ; if ( ! loc0 . isWritten ( ) ) { throw new CamelExchangeException ( "srini_string" + arg1 + "srini_string" + arg0 , arg2 ) ; } }
18,532
set debt concode_field_sep EntityManager em concode_elem_sep Boolean inventoryInitialize concode_field_sep void emptyBasket concode_elem_sep Integer getBasketAmount concode_elem_sep void setPrice concode_elem_sep Boolean ban concode_elem_sep void logoutCustomer concode_elem_sep Integer getMoney concode_elem_sep Boolean...
void function ( String arg0 , Integer arg1 ) { CustomerDTO loc0 = em . find ( Customer . class , arg0 ) ; loc0 . setDebt ( arg1 ) ; em . merge ( loc0 ) ; }
18,533
gets the value of the sourceid property . concode_field_sep String sourceId concode_elem_sep String password concode_elem_sep String service concode_elem_sep String correlId concode_elem_sep String msgId concode_elem_sep String branch concode_elem_sep String operation concode_elem_sep String ubsComp concode_elem_sep St...
String function ( ) { return sourceId ; }
18,534
loads the metrics configuration file . concode_field_sep Logger LOG concode_elem_sep Properties mProperties concode_field_sep Properties getProperties concode_elem_sep String toString concode_elem_sep Map<String,Properties> subProperties concode_elem_sep void removeInstancePrefix
void function ( String arg0 ) { try ( InputStream loc0 = new FileInputStream ( arg0 ) ) { mProperties . load ( loc0 ) ; } catch ( Exception loc1 ) { LOG . error ( "srini_string" , loc1 ) ; } }
18,535
decrease the count of itemsets stored in this structure by 1 . concode_field_sep String name concode_elem_sep List<List<Itemset>> levels concode_elem_sep int itemsetsCount concode_field_sep int getItemsetsCount concode_elem_sep void setName concode_elem_sep void printItemsets concode_elem_sep List<List<Itemset>> getLev...
void function ( ) { this . itemsetsCount -- ; }
18,536
unmarshals from an input stream the return value of the method . concode_field_sep Class<?> clz concode_elem_sep String reposId concode_elem_sep CDRStreamWriter[] paramWriters concode_elem_sep CDRStreamReader retvalReader concode_elem_sep List<Class<?>> exceptionList concode_elem_sep Class<?> retvalRemoteInterface conc...
Object function ( InputStream arg0 ) { return retvalReader . read ( arg0 ) ; }
18,537
returns the number of rows that match the dynamic query . concode_field_sep NAVIGATIONLocalService _service concode_field_sep vn.dtt.cmon.dm.dao.model.NAVIGATION updateNAVIGATION concode_elem_sep vn.dtt.cmon.dm.dao.model.NAVIGATION deleteNAVIGATION concode_elem_sep vn.dtt.cmon.dm.dao.model.NAVIGATION deleteNAVIGATION c...
long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return getService ( ) . dynamicQueryCount ( arg0 ) ; }
18,538
warning : ignored . concode_field_sep ILoggerFactory loggerFactory concode_field_sep void setThresholds concode_elem_sep Logger getLoggerForComponent concode_elem_sep Logger getLoggerForComponent concode_elem_sep int getActiveLoggerCount concode_elem_sep int getThreshold concode_elem_sep void setThreshold
void function ( String arg0 , String arg1 ) { }
18,539
calculates center point of the figure concode_field_sep IFigure figure concode_elem_sep Logger log concode_field_sep void logTreeInfo concode_elem_sep void logTreeInfo concode_elem_sep Rectangle getAbsoluteBounds concode_elem_sep String getText concode_elem_sep IFigure getFigure concode_elem_sep void logInfo concode_el...
Point function ( ) { Rectangle loc0 = getBounds ( ) ; return new Point ( loc0 . x + loc0 . width / 2 , loc0 . y + loc0 . height / 2 ) ; }
18,540
returns the boolean true if and only if the given string is equal , ignoring case , to the the string `` true '' , otherwise it will return the boolean false . concode_field_sep Boolean FALSE concode_elem_sep Boolean TRUE concode_elem_sep boolean value concode_elem_sep long serialVersionUID concode_elem_sep Class TYPE ...
Boolean function ( String arg0 ) { return "srini_string" . equalsIgnoreCase ( arg0 ) ? TRUE : FALSE ; }
18,541
add additional high priority values to an environment . name-value pairs can be specified with colon '' : '' or equals '' = '' separators . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
void function ( ConfigurableEnvironment arg0 , String ... arg1 ) { addEnvironment ( "srini_string" , arg0 , arg1 ) ; }
18,542
sets whether this listing is truncated , and additional requests need to be made to get more results . concode_field_sep boolean isTruncated concode_elem_sep String bucketName concode_elem_sep String nextKeyMarker concode_elem_sep List<String> commonPrefixes concode_elem_sep String delimiter concode_elem_sep String pre...
void function ( boolean arg0 ) { this . isTruncated = arg0 ; }
18,543
setter method for msisdn concode_field_sep String msisdn concode_elem_sep String subSubCategory concode_elem_sep String subCategory concode_elem_sep String loggedDateAndTime concode_elem_sep String expectedResolutionBy concode_elem_sep String classificationName concode_elem_sep String assignedDepartment concode_elem_se...
void function ( String arg0 ) { this . msisdn = arg0 ; }
18,544
a temporarycredential object that contains the data needed to log in to the instance by rdp clients , such as the microsoft remote desktop connection . concode_field_sep TemporaryCredential temporaryCredential concode_field_sep int hashCode concode_elem_sep void setTemporaryCredential concode_elem_sep boolean equals co...
GrantAccessResult function ( TemporaryCredential arg0 ) { setTemporaryCredential ( arg0 ) ; return this ; }
18,545
narrow the given object to the dynstruct . for the objects that are always local , this operation does not differ from the ordinary #narrow classcastexception will be thrown if narrowing somethingdifferent . concode_field_sep PlaceHolder placeHolder concode_field_sep DynStruct extract concode_elem_sep DynStruct read co...
DynStruct function ( org . omg . CORBA . Object arg0 ) { return narrow ( arg0 ) ; }
18,546
look up the object with the given name in the current jndi context . concode_field_sep Properties environment concode_elem_sep Log logger concode_field_sep void releaseContext concode_elem_sep void bind concode_elem_sep void rebind concode_elem_sep void unbind concode_elem_sep Context createInitialContext concode_elem_...
T function ( String arg0 , Class < T > arg1 ) { Object loc0 = lookup ( arg0 ) ; if ( arg1 != null && ! arg1 . isInstance ( loc0 ) ) { throw new TypeMismatchNamingException ( arg0 , arg1 , ( loc0 != null ? loc0 . getClass ( ) : null ) ) ; } return ( T ) loc0 ; }
18,547
not used . concode_field_sep long serialVersionUID concode_field_sep Dimension preferredLayoutSize concode_elem_sep Dimension minimumLayoutSize concode_elem_sep void layoutContainer concode_elem_sep void addLayoutComponent concode_elem_sep void addLayoutComponent
void function ( final Component arg0 ) { }
18,548
set the body text associated with this node if any . 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 getN...
void function ( String arg0 ) { this . body = arg0 ; }
18,549
returns a new object with cropped image data . implementations may keep a reference to the original data rather than a copy . only callable if iscropsupported is true . concode_field_sep BitMatrix matrix concode_elem_sep Binarizer binarizer concode_field_sep BinaryBitmap rotateCounterClockwise concode_elem_sep BinaryBi...
BinaryBitmap function ( int arg0 , int arg1 , int arg2 , int arg3 ) { LuminanceSource loc0 = binarizer . getLuminanceSource ( ) . crop ( arg0 , arg1 , arg2 , arg3 ) ; return new BinaryBitmap ( binarizer . createBinarizer ( loc0 ) ) ; }
18,550
subtracts this vector from another vector . concode_field_sep float x concode_elem_sep float y concode_field_sep Vec2 add concode_elem_sep Vec2 rotate concode_elem_sep float lengthSquared concode_elem_sep FloatBuffer getBuffer concode_elem_sep Vec2 lerp concode_elem_sep Vec2 negate concode_elem_sep Vec2 normalize conco...
Vec2 function ( Vec2 arg0 ) { return this . add ( arg0 . negate ( ) ) ; }
18,551
unwraps the given selection concode_field_sep Entry entry concode_field_sep EntryKind getEntryKind concode_elem_sep void selectionChanged concode_elem_sep void run
Entry function ( ISelection arg0 ) { IStructuredSelection loc0 = ( IStructuredSelection ) arg0 ; Object loc1 = loc0 . getFirstElement ( ) ; if ( loc1 == null ) return null ; return ( ( EntryEditPart ) loc1 ) . resolveSemanticElement ( ) ; }
18,552
sets whether this country is zip required . concode_field_sep Country _country concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getNameCurrentValue concode_elem_sep java.lang.String getNa...
void function ( boolean arg0 ) { _country . setZipRequired ( arg0 ) ; }
18,553
get the port of the http proxy concode_field_sep ProxyDao proxyDao concode_elem_sep Logger LOG concode_elem_sep Set<DSSNotifier> notifiers concode_field_sep String getHttpUser concode_elem_sep void setHttpsPort concode_elem_sep void setHttpPort concode_elem_sep void update concode_elem_sep void update concode_elem_sep ...
Long function ( ) { ProxyPreference loc0 = getProxyDao ( ) . get ( ProxyKey . HTTP_PORT ) ; return loc0 != null ? Long . valueOf ( loc0 . getValue ( ) ) : null ; }
18,554
sets the value of the content property . concode_field_sep String content concode_field_sep String getContent
void function ( String arg0 ) { this . content = arg0 ; }
18,555
shared private preferences for the application . concode_field_sep Class<?> defaultReceiver concode_elem_sep Class<?> receiver concode_elem_sep String PREF_KEY concode_elem_sep Context context concode_elem_sep Options options concode_elem_sep NotificationCompat.Builder builder concode_field_sep void cancel concode_elem...
SharedPreferences function ( ) { return context . getSharedPreferences ( PREF_KEY , Context . MODE_PRIVATE ) ; }
18,556
get window count concode_field_sep long serialVersionUID concode_elem_sep int AD_Workbench_ID concode_elem_sep String ColumnName concode_elem_sep String Help concode_elem_sep ArrayList<WBWindow> m_windows concode_elem_sep int AD_Column_ID concode_elem_sep String Name concode_elem_sep int WindowNo concode_elem_sep int A...
int function ( ) { return m_windows . size ( ) ; }
18,557
returns the layout direction . can be either viewcompat #layout_direction_ltr or viewcompat #layout_direction_rtl . concode_field_sep MarginLayoutParamsCompatImpl IMPL concode_field_sep boolean isMarginRelative concode_elem_sep boolean isMarginRelative concode_elem_sep boolean isMarginRelative concode_elem_sep boolean ...
int function ( ViewGroup . MarginLayoutParams arg0 ) { int loc0 = IMPL . getLayoutDirection ( arg0 ) ; if ( ( loc0 != ViewCompat . LAYOUT_DIRECTION_LTR ) && ( loc0 != ViewCompat . LAYOUT_DIRECTION_RTL ) ) { loc0 = ViewCompat . LAYOUT_DIRECTION_LTR ; } return loc0 ; }
18,558
gets the value of the name property . concode_field_sep String nameFormat concode_elem_sep List<Object> attributeValues concode_elem_sep String name concode_elem_sep Map<QName,String> otherAttributes concode_elem_sep String friendlyName concode_field_sep List<Object> getAttributeValues concode_elem_sep void setName con...
String function ( ) { return name ; }
18,559
convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep SempMeta meta concode_elem_sep MsgVpnRestDeliveryPointRestConsumerLinks links concode_elem_sep MsgVpnRestDeliveryPointRestConsumer data concode_field_sep MsgVpnRestDeliveryPointRestConsumerLinks getLinks con...
String function ( java . lang . Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; }
18,560
return the user 's time zone , if any . concode_field_sep Chronology chronology concode_elem_sep DateTimeZone timeZone concode_field_sep void setTimeZone concode_elem_sep void setChronology concode_elem_sep Chronology getChronology concode_elem_sep DateTimeFormatter getFormatter
DateTimeZone function ( ) { return this . timeZone ; }
18,561
set the value of the entry . concode_field_sep V value concode_elem_sep K key concode_field_sep K getKey concode_elem_sep V getValue concode_elem_sep K setKey
V function ( V arg0 ) { value = arg0 ; return value ; }
18,562
comparisson method for doubles . concode_field_sep double value concode_field_sep placeholderType placeHolder
boolean function ( double arg0 ) { return ( value == arg0 ) ; }
18,563
creates preformated instance of sectionseparator to be used in options dialog . concode_field_sep PlaceHolder placeHolder concode_field_sep ScrollableContainer createScrollableContainer
SectionSeparator function ( String arg0 ) { return new SectionSeparator ( arg0 ) ; }
18,564
getter method for smstext concode_field_sep String templetName concode_elem_sep String agentId concode_elem_sep String smsDate concode_elem_sep String templetType concode_elem_sep long serialVersionUID concode_elem_sep String custMoblileNo concode_elem_sep String circle concode_elem_sep String department concode_elem_s...
String function ( ) { return smsText ; }
18,565
configure the set of custom converter objects that should be added : implementing org.springframework.core.convert.converter.converter , org.springframework.core.convert.converter.converterfactory , or org.springframework.core.convert.converter.genericconverter . concode_field_sep Set<?> converters concode_elem_sep Gen...
void function ( Set < ? > arg0 ) { this . converters = arg0 ; }
18,566
show the state in the status line . concode_field_sep int state concode_elem_sep Player partner concode_elem_sep PlayingDesk desk concode_field_sep void disconnect concode_elem_sep int get_current_state concode_elem_sep void receive_move concode_elem_sep void leave concode_elem_sep void set_current_state concode_elem_s...
void function ( String arg0 ) { desk . frame . lbState . setText ( arg0 ) ; }
18,567
flush the current data block if it has any data in it . concode_field_sep int DEFAULT_RCDSIZE concode_elem_sep int currBlkIdx concode_elem_sep boolean debug concode_elem_sep InputStream inStream concode_elem_sep int DEFAULT_BLKSIZE concode_elem_sep int recsPerBlock concode_elem_sep int currRecIdx concode_elem_sep Outpu...
void function ( ) { if ( debug ) { System . err . println ( "srini_string" ) ; } if ( outStream == null ) { throw new IOException ( "srini_string" ) ; } if ( currRecIdx > 0 ) { writeBlock ( ) ; } }
18,568
sets the host name . concode_field_sep String hostName concode_elem_sep String password concode_elem_sep int minPoolSize concode_elem_sep String dbName concode_elem_sep String port concode_elem_sep int maxPoolSize concode_elem_sep String userName concode_field_sep void setPassword concode_elem_sep String getJDBCString ...
void function ( String arg0 ) { this . hostName = arg0 ; }
18,569
sets the id value for this issuenotedata . concode_field_sep java.math.BigInteger note_type concode_elem_sep java.util.Calendar date_submitted concode_elem_sep java.lang.String note_attr concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep com.intellij.tasks.mantis.model.ObjectRef view_state concode_elem_sep...
void function ( java . math . BigInteger arg0 ) { this . id = arg0 ; }
18,570
gets the slant of a beam , when the middle notes of the beam are sorted ascending . the slant is defined as the directed vertical distance of the first stem endpoint and the last stem endpoint in is . concode_field_sep float BEAMLINE_WIDTH concode_elem_sep int staffLinesCount concode_elem_sep StemDirection stemDirectio...
float function ( ) { return 0.5f ; }
18,571
the list of possible matches for the given selectinputtext value concode_field_sep List dictionary concode_elem_sep List matchesList concode_elem_sep City currentCity concode_elem_sep Log log concode_field_sep void setDictionary concode_elem_sep City getMatch concode_elem_sep City getCurrentCity concode_elem_sep List g...
List function ( ) { return matchesList ; }
18,572
check if the local name is empty concode_field_sep long blocksize concode_elem_sep String owner concode_elem_sep long length concode_elem_sep FsPermission permission concode_elem_sep byte storagePolicy concode_elem_sep FileEncryptionInfo feInfo concode_elem_sep short block_replication concode_elem_sep byte[] EMPTY_NAME...
boolean function ( ) { return path . length == 0 ; }
18,573
returns a hash code for this level which is based on its numeric value . concode_field_sep Level WARNING concode_elem_sep long serialVersionUID concode_elem_sep Level OFF concode_elem_sep Level FINER concode_elem_sep Level SEVERE concode_elem_sep Level FINE concode_elem_sep Level ALL concode_elem_sep String resourceBun...
int function ( ) { return value ; }
18,574
tests whether a type name is among the allowed type names . concode_field_sep Class<? extends Object> clazz concode_elem_sep Map<String,AllowedType> allowedTypes concode_field_sep Object convertValue concode_elem_sep Class<? extends Object> getTypeForName concode_elem_sep Object convert concode_elem_sep Object convert ...
void function ( String arg0 ) { if ( ! allowedTypes . containsKey ( arg0 ) ) { throw new IllegalArgumentException ( "srini_string" ) ; } }
18,575
returns true if the given state is currently active otherwise false . concode_field_sep long rightBitshift concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep long bitwiseXor concode_elem_sep long myBit1 concode_elem_sep long myBit2 concode_elem_sep long leftBitshift concode_elem_sep int nextStateIndex concod...
boolean function ( State arg0 ) { switch ( arg0 ) { case main_region_StateA : return stateVector [ 0 ] == State . main_region_StateA ; case main_region_StateB : return stateVector [ 0 ] == State . main_region_StateB ; default : return false ; } }
18,576
returns the line with the given number concode_field_sep List<String> lines concode_elem_sep Map<String,Integer> tags concode_elem_sep Pattern TAG_PATTERN concode_field_sep int getLineNumber concode_elem_sep void addLine concode_elem_sep Source getSourceFor concode_elem_sep List<String> getLines
String function ( int arg0 ) { return lines . get ( arg0 - 1 ) ; }
18,577
surround the passed url with the css `` url ... '' concode_field_sep boolean DEFAULT_QUOTE_URLS concode_elem_sep CSSURLHelper s_aInstance concode_field_sep boolean isCSSURLRequiringQuotes concode_elem_sep String getURLValue concode_elem_sep boolean isURLValue concode_elem_sep boolean isValidCSSURLChar concode_elem_sep ...
String function ( @ Nonnull final ISimpleURL arg0 , final boolean arg1 ) { ValueEnforcer . notNull ( arg0 , "srini_string" ) ; return getAsCSSURL ( arg0 . getAsString ( ) , arg1 ) ; }
18,578
returns the key corresponding to this entry . concode_field_sep long serialVersionUID concode_elem_sep V value concode_elem_sep K key concode_field_sep V getValue concode_elem_sep int hashCode concode_elem_sep V setValue concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep boolean eq
K function ( ) { return key ; }
18,579
get the token this client uses to communicate with the server . concode_field_sep JsonClientCaller caller concode_field_sep boolean isInsecureHttpConnectionAllowed concode_elem_sep URL getURL concode_elem_sep void _setFileForNextRpcResponse concode_elem_sep FilterContigsResults filterContigs concode_elem_sep void setIs...
AuthToken function ( ) { return caller . getToken ( ) ; }
18,580
finds and returns the skew angle using default parameters . concode_field_sep int SWEEP_REDUCTION concode_elem_sep float SWEEP_RANGE concode_elem_sep float SWEEP_DELTA concode_elem_sep int SEARCH_REDUCTION concode_elem_sep float SEARCH_MIN_DELTA concode_field_sep float nativeFindSkew
float function ( Pix arg0 ) { return findSkew ( arg0 , SWEEP_RANGE , SWEEP_DELTA , SWEEP_REDUCTION , SEARCH_REDUCTION , SEARCH_MIN_DELTA ) ; }
18,581
return a unique long result from the given collection . throws an exception if 0 or more than 1 result objects found , of if the unique result object is not convertable to a long . concode_field_sep PlaceHolder placeHolder concode_field_sep RuntimeException translateIfNecessary concode_elem_sep int intResult concode_el...
long function ( Collection < ? > arg0 ) { return objectResult ( arg0 , Number . class ) . longValue ( ) ; }
18,582
sets the value at position index . concode_field_sep long baseOffset concode_elem_sep MemoryBlock memory concode_elem_sep long WIDTH concode_elem_sep long length concode_elem_sep Object baseObj concode_field_sep long size concode_elem_sep long get concode_elem_sep MemoryBlock memoryBlock
void function ( int arg0 , long arg1 ) { assert arg0 >= 0 : "srini_string" + arg0 + "srini_string" ; assert arg0 < length : "srini_string" + arg0 + "srini_string" + length + "srini_string" ; Platform . putLong ( baseObj , baseOffset + arg0 * WIDTH , arg1 ) ; }
18,583
udt socket type . see typeudt concode_field_sep ChannelFactory<UdtChannel> BYTE_CONNECTOR concode_elem_sep ChannelFactory<UdtChannel> MESSAGE_CONNECTOR concode_elem_sep SelectorProvider MESSAGE_PROVIDER concode_elem_sep ChannelFactory<UdtServerChannel> BYTE_ACCEPTOR concode_elem_sep KindUDT kind concode_elem_sep Channe...
TypeUDT function ( ) { return type ; }
18,584
returns the method list as an array . concode_field_sep ArrayList<FieldRef> mFieldRefs concode_elem_sep String mClassName concode_elem_sep ArrayList<MethodRef> mMethodRefs concode_field_sep String getName concode_elem_sep void addField concode_elem_sep FieldRef[] getFieldArray concode_elem_sep void addMethod
MethodRef [ ] function ( ) { return mMethodRefs . toArray ( new MethodRef [ mMethodRefs . size ( ) ] ) ; }
18,585
customize the logo shown in the login screens concode_field_sep ParseLoginConfig config concode_elem_sep Context context concode_field_sep ParseLoginBuilder setParseSignupButtonText concode_elem_sep ParseLoginBuilder setParseSignupButtonText concode_elem_sep ParseLoginBuilder setTwitterLoginButtontext concode_elem_sep ...
ParseLoginBuilder function ( int arg0 ) { config . setAppLogo ( arg0 ) ; return this ; }
18,586
sets the tree component binding . concode_field_sep Tree treeComponent concode_elem_sep DefaultMutableTreeNode rootTreeNode concode_elem_sep boolean isInitiated concode_elem_sep DefaultTreeModel model concode_elem_sep DefaultMutableTreeNode mailAccountRootNode concode_elem_sep WebmailMediator mediator concode_elem_sep ...
void function ( Tree arg0 ) { this . treeComponent = arg0 ; if ( ! isInitiated ) { init ( ) ; } }
18,587
gets the value of the return property . concode_field_sep boolean _return concode_field_sep void setReturn
boolean function ( ) { return _return ; }
18,588
gets the short text description for this object . this can be useful for gui labels , menu items etc. . concode_field_sep int keyCode concode_elem_sep int modifiers concode_elem_sep String desc concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep int getModifiers concode_elem_sep int getKeyCo...
String function ( ) { return desc ; }
18,589
converts the reference to a displayable string . concode_field_sep Optional<INaviOperandTreeNode> node concode_elem_sep INaviView view concode_elem_sep IAddress address concode_elem_sep TypeInstance typeInstance concode_elem_sep int position concode_field_sep Optional<INaviOperandTreeNode> getTreeNode concode_elem_sep ...
String function ( ) { return address . toHexString ( ) + "srini_string" + position ; }
18,590
simulate a response for the given requestid concode_field_sep DiscoveryNode node concode_elem_sep TransportRequest request concode_elem_sep TransportServiceAdapter adapter concode_elem_sep BlockingQueue<CapturedRequest> capturedRequests concode_elem_sep long requestId concode_elem_sep String action concode_field_sep Li...
void function ( final long arg0 , final TransportResponse arg1 ) { adapter . onResponseReceived ( arg0 ) . handleResponse ( arg1 ) ; }
18,591
create and setup the remoting connection concode_field_sep String nodeName concode_elem_sep String MODULE_NAME concode_elem_sep Logger logger concode_elem_sep String APP_NAME concode_field_sep void testEmptyTxRollback concode_elem_sep void testMandatoryTxOnSLSB concode_elem_sep void beforeTest concode_elem_sep Archive<...
void function ( ) { nodeName = EJBManagementUtil . getNodeName ( ) ; logger . info ( "srini_string" + nodeName ) ; }
18,592
creates a new style for diagam inlining concode_field_sep String INLINE_STYLE concode_elem_sep String DOMAIN_ID concode_field_sep List<Diagram> getSubDiagramHierachy concode_elem_sep BooleanValueStyle getInlineStyle concode_elem_sep void openEditor concode_elem_sep IEditorPart openEditor concode_elem_sep TransactionalE...
BooleanValueStyle function ( ) { BooleanValueStyle loc0 = NotationFactory . eINSTANCE . createBooleanValueStyle ( ) ; loc0 . setName ( INLINE_STYLE ) ; loc0 . setBooleanValue ( true ) ; return loc0 ; }
18,593
returns the java mime type for the given the native type name . concode_field_sep FlavorMap defaultFlavorMap concode_field_sep DataFlavor decodeDataFlavor concode_elem_sep boolean isJavaMIMEType concode_elem_sep Map getNativesForFlavors concode_elem_sep String encodeJavaMIMEType concode_elem_sep FlavorMap getDefaultFla...
String function ( String arg0 ) { return null ; }
18,594
numbers around -1 concode_field_sep PlaceHolder placeHolder concode_field_sep void small concode_elem_sep boolean nearlyEqual concode_elem_sep boolean nearlyEqual concode_elem_sep void zero concode_elem_sep void big concode_elem_sep void smallNeg concode_elem_sep void bigNeg concode_elem_sep void infinities concode_ele...
void function ( ) { assertTrue ( nearlyEqual ( - 1.000001f , - 1.000002f ) ) ; assertTrue ( nearlyEqual ( - 1.000002f , - 1.000001f ) ) ; assertFalse ( nearlyEqual ( - 1.0001f , - 1.0002f ) ) ; assertFalse ( nearlyEqual ( - 1.0002f , - 1.0001f ) ) ; }
18,595
java object - > xml with encoding . concode_field_sep ConcurrentMap<Class,JAXBContext> jaxbContexts concode_elem_sep Collection<?> collection concode_field_sep Marshaller createMarshaller concode_elem_sep Unmarshaller createUnmarshaller concode_elem_sep JAXBContext getJaxbContext concode_elem_sep T fromXml
String function ( Object arg0 , Class arg1 , String arg2 ) { try { StringWriter loc0 = new StringWriter ( ) ; createMarshaller ( arg1 , arg2 ) . marshal ( arg0 , loc0 ) ; return loc0 . toString ( ) ; } catch ( JAXBException loc0 ) { throw Exceptions . unchecked ( loc0 ) ; } }
18,596
find maximum value in collection . concode_field_sep PlaceHolder placeHolder concode_field_sep Long findMaximumWithoutSplitSizeAndThreshold concode_elem_sep long findMaximumInEnumeration concode_elem_sep Long findMaximumWithoutSplitSize concode_elem_sep long findMaximumInIterator concode_elem_sep Long findMaximum conco...
Long function ( List < Long > arg0 ) { return findMaximum0 ( arg0 ) ; }
18,597
the os.name property concode_field_sep int MACCLASSIC concode_elem_sep int LINUX concode_elem_sep int type concode_elem_sep Logger log concode_elem_sep int WINDOWS concode_elem_sep int OS2 concode_elem_sep boolean isSet concode_elem_sep int UNIX concode_elem_sep String osName concode_elem_sep int MACOSX concode_field_s...
String function ( ) { setType ( ) ; return osName ; }
18,598
called right after a computer went offline . concode_field_sep PlaceHolder placeHolder concode_field_sep ExtensionList<ComputerListener> all concode_elem_sep void onConfigurationChange concode_elem_sep void onTemporarilyOffline concode_elem_sep void onTemporarilyOnline concode_elem_sep void onLaunchFailure concode_elem...
void function ( @ Nonnull Computer arg0 , @ CheckForNull OfflineCause arg1 ) { onOffline ( arg0 ) ; }
18,599
gets the target object 's uri concode_field_sep String style concode_elem_sep String inputMessageText concode_elem_sep String targetObjectURI concode_elem_sep String inputMessageName concode_elem_sep String targetMethodName concode_elem_sep String namespaceURI concode_elem_sep String outputMessageName concode_elem_sep ...
String function ( ) { return targetObjectURI ; }