idx
int64
0
25k
question
stringlengths
71
7.19k
target
stringlengths
20
663
21,600
returns true if the given string only consists of white spaces according to java . if the string is empty , true is returned . concode_field_sep PlaceHolder placeHolder concode_field_sep String getIndentString concode_elem_sep String getIndentString concode_elem_sep String concatenate concode_elem_sep boolean isLowerCa...
boolean function ( String arg0 ) { int loc0 = arg0 . length ( ) ; for ( int loc1 = 0 ; loc1 < loc0 ; loc1 ++ ) { if ( ! Character . isWhitespace ( arg0 . charAt ( loc1 ) ) ) return false ; } return true ; }
21,601
sets the color of the top chrome , bottom chrome , and background . concode_field_sep VideoSurfaceLayer videoSurfaceLayer concode_elem_sep PlaybackControlLayer playbackControlLayer concode_elem_sep Activity activity concode_elem_sep SubtitleLayer subtitleLayer concode_elem_sep LayerManager layerManager concode_field_se...
void function ( int arg0 ) { playbackControlLayer . setChromeColor ( arg0 ) ; }
21,602
iterate through the json and populate a list of the leaf nodes of the structure . concode_field_sep File CFG_FILE concode_elem_sep NetworkConfigListener configListener concode_elem_sep String configKey concode_elem_sep String subject concode_elem_sep ObjectNode root concode_elem_sep Logger log concode_elem_sep String s...
void function ( ) { root . fieldNames ( ) . forEachRemaining ( sk -> saveJson ( sk , ( ObjectNode ) root . path ( sk ) ) ) ; }
21,603
stores key/value pairs in this attributes . concode_field_sep Name MANIFEST_VERSION concode_elem_sep Name NAME concode_elem_sep Name SIGNATURE_VERSION concode_elem_sep Name SPECIFICATION_VENDOR concode_elem_sep Name CLASS_PATH concode_elem_sep Name EXTENSION_LIST concode_elem_sep Name IMPLEMENTATION_URL concode_elem_se...
Object function ( Object arg0 , Object arg1 ) { return map . put ( ( Name ) arg0 , ( String ) arg1 ) ; }
21,604
below method will be used to write data to file concode_field_sep int sortBufferSize concode_elem_sep int entryCount concode_elem_sep Object[][] recordHolderArray concode_elem_sep SortIntermediateFileMerger intermediateFileMerger concode_elem_sep ThreadStatusObserver threadStatusObserver concode_elem_sep Object[][] rec...
void function ( Object [ ] [ ] arg0 , int arg1 , File arg2 ) { if ( parameters . isSortFileCompressionEnabled ( ) || parameters . isPrefetch ( ) ) { writeSortTempFile ( arg0 , arg1 , arg2 ) ; return ; } writeData ( arg0 , arg1 , arg2 ) ; }
21,605
specifies the model 's light direction . concode_field_sep OGLStackHandler lightingStackHandler concode_elem_sep long frameID concode_elem_sep Material lightMaterial concode_elem_sep Vec4 lightDirection concode_field_sep void beginLighting concode_elem_sep void apply concode_elem_sep void endLighting concode_elem_sep v...
void function ( Vec4 arg0 ) { if ( arg0 == null ) { String loc0 = Logging . getMessage ( "srini_string" ) ; Logging . logger ( ) . severe ( loc0 ) ; throw new IllegalStateException ( loc0 ) ; } this . lightDirection = arg0 ; }
21,606
returns the port of the origin server ; typically 80 or 443 . unlike may getport accessors , this method never returns -1 . concode_field_sep Proxy proxy concode_elem_sep List<String> transports concode_elem_sep int uriPort concode_elem_sep SSLSocketFactory sslSocketFactory concode_elem_sep HostnameVerifier hostnameVer...
int function ( ) { return uriPort ; }
21,607
provides a constant integer for a given class , derived from the name of the class . the rationale for not using just class #hashcode is that classes may beassigned different hash codes for each execution and we want hashes to be possibly consistent to facilitate debugging . concode_field_sep int CLASS_NAME_HASH concod...
int function ( ) { return CLASS_NAME_HASH ; }
21,608
is called by the main application to give a reference back to itself . concode_field_sep Label lastNameLabel concode_elem_sep TableColumn<Person,String> firstNameColumn concode_elem_sep Label cityLabel concode_elem_sep Label streetLabel concode_elem_sep TableView<Person> personTable concode_elem_sep TableColumn<Person,...
void function ( MainApp arg0 ) { this . mainApp = arg0 ; personTable . setItems ( arg0 . getPersonData ( ) ) ; }
21,609
returns the batchingsettings object that is associated with this factory . package-private for internal use . concode_field_sep Map<PartitionKey,ThresholdBatcher<Batch<RequestT,ResponseT>>> batchers concode_elem_sep FlowController flowController concode_elem_sep ScheduledExecutorService executor concode_elem_sep Batchi...
BatchingSettings function ( ) { return batchingSettings ; }
21,610
return the default autowire setting for the document that 's currently parsed . concode_field_sep String autowireCandidates concode_elem_sep String initMethod concode_elem_sep String lazyInit concode_elem_sep String dependencyCheck concode_elem_sep String autowire concode_elem_sep String merge concode_elem_sep String d...
String function ( ) { return this . autowire ; }
21,611
checks if we just finished a table element . concode_field_sep int crow concode_elem_sep Stack<Boolean> cellind concode_elem_sep boolean isFirst concode_elem_sep LinkedList<Integer> widthList concode_elem_sep LinkedList<TableInfo> tables concode_elem_sep Hashtable<Integer,List<SpanInfo>> spans concode_elem_sep IStyle s...
boolean function ( ) { return this . isAfterTable ; }
21,612
disassociates the locale from the record . concode_field_sep DDLRecordService _ddlRecordService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void revertRecord concode_elem_sep void setWrappedService concode_elem_sep com.liferay.dynamic.data.lists.model.DDLRecord getRecord concode_elem_se...
com . liferay . dynamic . data . lists . model . DDLRecord function ( long arg0 , java . util . Locale arg1 , com . liferay . portal . kernel . service . ServiceContext arg2 ) { return _ddlRecordService . deleteRecordLocale ( arg0 , arg1 , arg2 ) ; }
21,613
visits a signature corresponding to an array type . concode_field_sep char EXTENDS concode_elem_sep char SUPER concode_elem_sep int api concode_elem_sep char INSTANCEOF concode_field_sep void visitEnd concode_elem_sep SignatureVisitor visitInterfaceBound concode_elem_sep void visitTypeArgument concode_elem_sep Signatur...
SignatureVisitor function ( ) { return this ; }
21,614
returns the jtable concode_field_sep JTable jtable concode_field_sep int calcHeaderWidth concode_elem_sep int calcHeaderWidth concode_elem_sep int calcColumnWidth concode_elem_sep int calcColumnWidth concode_elem_sep void setOptimalHeaderWidth concode_elem_sep void setOptimalHeaderWidth concode_elem_sep void setOptimal...
JTable function ( ) { return jtable ; }
21,615
map registers after register allocation . concode_field_sep RegisterSpec result concode_elem_sep SsaBasicBlock block concode_field_sep boolean canThrow concode_elem_sep boolean isMoveException concode_elem_sep SsaBasicBlock getBlock concode_elem_sep Insn toRopInsn concode_elem_sep void mapSourceRegisters concode_elem_s...
void function ( RegisterMapper arg0 ) { RegisterSpec loc0 = result ; result = arg0 . map ( result ) ; block . getParent ( ) . updateOneDefinition ( this , loc0 ) ; mapSourceRegisters ( arg0 ) ; }
21,616
the function that checks whether there exists an entry foo in the set so that foo < = addr . concode_field_sep HostSet includes concode_elem_sep Multimap<InetAddress,Integer> addrs concode_elem_sep Log LOG concode_elem_sep HostSet excludes concode_field_sep void add concode_elem_sep InetSocketAddress parseEntry concode...
boolean function ( InetSocketAddress arg0 ) { Collection < Integer > loc0 = addrs . get ( arg0 . getAddress ( ) ) ; return arg0 . getPort ( ) == 0 ? ! loc0 . isEmpty ( ) : loc0 . contains ( arg0 . getPort ( ) ) ; }
21,617
this function fills a rectangle with a vertical gradient . this implementation does not use the gradient mechanism based on background patterns since they do not work stable on all systems . concode_field_sep PlaceHolder placeHolder concode_field_sep void fillVerticalGradientRoundedRectangle concode_elem_sep Color mixC...
void function ( Graphics arg0 , Rectangle arg1 , Color arg2 , Color arg3 ) { arg0 . pushState ( ) ; arg0 . setForegroundColor ( arg3 ) ; arg0 . setBackgroundColor ( arg2 ) ; arg0 . fillGradient ( arg1 . x , arg1 . y , arg1 . width , arg1 . height , true ) ; arg0 . popState ( ) ; }
21,618
gets server time . concode_field_sep boolean dialogRendered concode_elem_sep DateFormat selectedFormat concode_elem_sep ArrayList checkedTimeZoneList concode_elem_sep DateFormat serverFormat concode_elem_sep int renderInterval concode_elem_sep ArrayList allTimeZoneList concode_elem_sep Hashtable checkboxStates concode_...
String function ( ) { return formatCurrentTime ( serverFormat ) ; }
21,619
bump analytics for the passed stat and current blog details into properties . concode_field_sep String POST_ID_KEY concode_elem_sep String BLOG_ID_KEY concode_elem_sep String FEED_ITEM_ID_KEY concode_elem_sep String IS_JETPACK_KEY concode_elem_sep String FEED_ID_KEY concode_field_sep void trackWithBlogDetails concode_e...
void function ( AnalyticsTracker . Stat arg0 , Map < String , Object > arg1 ) { trackWithBlogDetails ( arg0 , WordPress . getCurrentBlog ( ) , arg1 ) ; }
21,620
set a value for a specific option . throws syntaxexception if the same option is set multiple times concode_field_sep Map<IRoleManager.Option,Object> options concode_field_sep Optional<Boolean> getLogin concode_elem_sep Optional<String> getPassword concode_elem_sep Optional<Boolean> getSuperuser concode_elem_sep boolea...
void function ( IRoleManager . Option arg0 , Object arg1 ) { if ( options . containsKey ( arg0 ) ) throw new SyntaxException ( String . format ( "srini_string" , arg0 . name ( ) ) ) ; options . put ( arg0 , arg1 ) ; }
21,621
returns a location object which unlike the location constructors allows you to input reverse coordinates and will convert these into the right location on the positive strand . concode_field_sep Location EMPTY concode_field_sep Point getStart concode_elem_sep boolean isCircular concode_elem_sep Location getMax concode_...
Location function ( int arg0 , int arg1 , Strand arg2 , int arg3 ) { int loc0 = Math . loc0 ( arg0 , arg1 ) ; boolean loc1 = ( loc0 != arg0 ) ; if ( loc1 ) { return new SimpleLocation ( new SimplePoint ( arg0 ) . reverse ( arg3 ) , new SimplePoint ( arg1 ) . reverse ( arg3 ) , arg2 ) ; } return new SimpleLocation ( arg...
21,622
reads the next object from the filename . concode_field_sep String fileName concode_elem_sep TBaseCreator creator concode_elem_sep TProtocol binaryIn concode_elem_sep int bufferSize concode_elem_sep DataInputStream dataInputStream concode_field_sep TBase create concode_elem_sep boolean hasNext concode_elem_sep void set...
TBase function ( TBaseCreator arg0 ) { TBase loc0 = arg0 . create ( ) ; try { loc0 . read ( binaryIn ) ; } catch ( TException loc1 ) { throw new IOException ( loc1 ) ; } return loc0 ; }
21,623
sort an array of ints using selection sort concode_field_sep PlaceHolder placeHolder concode_field_sep void swap concode_elem_sep ArrayList<Airport> readFile concode_elem_sep void mysterySort concode_elem_sep void main concode_elem_sep String findAirportCodeBS concode_elem_sep String findAirportCode
void function ( int [ ] arg0 ) { int loc0 ; for ( int loc1 = 0 ; loc1 < arg0 . length - 1 ; loc1 ++ ) { loc0 = loc1 ; for ( int loc2 = loc1 ; loc2 < arg0 . length ; loc2 ++ ) { if ( arg0 [ loc2 ] < arg0 [ loc0 ] ) { loc0 = loc2 ; } } swap ( arg0 , loc0 , loc1 ) ; } }
21,624
returns the loaded class for a suite name . concode_field_sep boolean fgFilterStack concode_elem_sep String SUITE_METHODNAME concode_elem_sep int fgMaxMessageLength concode_elem_sep boolean fLoading concode_elem_sep Properties fPreferences concode_field_sep void addError concode_elem_sep boolean showStackRaw concode_el...
Class < ? > function ( String arg0 ) { return Class . forName ( arg0 ) ; }
21,625
sets the path-parameters of this method . concode_field_sep String headers concode_elem_sep Collection<RestParameter> restParams concode_elem_sep Collection<PathParameter> pathParams concode_elem_sep String requestMethod concode_elem_sep Collection<BodyParameter> bodyParams concode_elem_sep Collection<RequestParameter>...
void function ( final Collection < PathParameter > arg0 ) { this . pathParams = arg0 ; }
21,626
returns a range of all the shopping item prices . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end to com.liferay.portal.kernel.dao.orm.query...
java . util . List < com . liferay . shopping . model . ShoppingItemPrice > function ( int arg0 , int arg1 ) { return getService ( ) . getShoppingItemPrices ( arg0 , arg1 ) ; }
21,627
sets the clickcommand value for this clickcommandinfo . concode_field_sep com.google.api.ads.dfa.axis.v1_20.AdBase ad concode_elem_sep java.lang.String clickCommand concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc conco...
void function ( java . lang . String arg0 ) { this . clickCommand = arg0 ; }
21,628
transforms an array of bytes into a string of hex values . concode_field_sep PlaceHolder placeHolder concode_field_sep MessageDigest update concode_elem_sep MessageDigest update concode_elem_sep MessageDigest update concode_elem_sep byte[] getDigest concode_elem_sep byte[] doFinal
String function ( byte [ ] arg0 ) { String loc0 = new String ( ) ; for ( int loc1 = 0 ; loc1 < arg0 . length ; loc1 ++ ) { loc0 += Integer . toHexString ( ( arg0 [ loc1 ] >>> 4 ) & 0x0F ) ; loc0 += Integer . toHexString ( arg0 [ loc1 ] & 0x0F ) ; } return loc0 ; }
21,629
if edge point x , y in array x0 , y0 , x1 , y1 , ... is outside of the image bound rectangle , clamps it to the edge of the rectangle . concode_field_sep PlaceHolder placeHolder concode_field_sep void fixAspectRatioContained concode_elem_sep int getBitmapSize concode_elem_sep boolean pointInRotatedRect concode_elem_sep...
void function ( RectF arg0 , float [ ] arg1 ) { if ( arg1 . length < 2 ) return ; for ( int loc0 = 0 ; loc0 < arg1 . length ; loc0 += 2 ) { arg1 [ loc0 ] = GeometryMath . clamp ( arg1 [ loc0 ] , arg0 . left , arg0 . right ) ; arg1 [ loc0 + 1 ] = GeometryMath . clamp ( arg1 [ loc0 + 1 ] , arg0 . top , arg0 . bottom ) ; ...
21,630
specifies whether values of this field can be returned in search results and used for ranking . default : false . returns a reference to this object so that method calls can be chained together . concode_field_sep String textProcessor concode_elem_sep String defaultValue concode_elem_sep Boolean facetEnabled concode_el...
TextOptions function ( Boolean arg0 ) { this . resultEnabled = arg0 ; return this ; }
21,631
gets an array of files in the / proc directory with only numeric digit filenames , corresponding to processes concode_field_sep Pattern DIGITS concode_field_sep float getSystemUptimeFromProc
File [ ] function ( ) { File loc0 = new File ( "srini_string" ) ; File [ ] loc1 = loc0 . listFiles ( ( FileFilter ) file -> DIGITS . matcher ( file . getName ( ) ) . matches ( ) ) ; return loc1 != null ? loc1 : new File [ 0 ] ; }
21,632
set the requested properties for this server socket . concode_field_sep String ARG_KEYSTOREFILE concode_elem_sep String ARG_KEYSTORETYPE concode_elem_sep String ARG_KEYPASS concode_elem_sep String PROTOCOL_PACKAGES concode_elem_sep String ARG_BACKLOG concode_elem_sep String SUNX509 concode_elem_sep String ARG_IFADDRESS...
void function ( ServerSocket arg0 , boolean arg1 ) { SSLServerSocket loc0 = ( SSLServerSocket ) arg0 ; String loc1 [ ] = loc0 . getSupportedCipherSuites ( ) ; loc0 . setEnabledCipherSuites ( loc1 ) ; loc0 . setNeedClientAuth ( arg1 ) ; }
21,633
create an instance of mavenrepositoryinfo concode_field_sep PlaceHolder placeHolder concode_field_sep Repositories.Data createRepositoriesData concode_elem_sep SearchResults createSearchResults concode_elem_sep ArtifactType createArtifactType concode_elem_sep RepositoryMetaData createRepositoryMetaData concode_elem_sep...
RepositoryType function ( ) { return new RepositoryType ( ) ; }
21,634
the next option created will have a value that will be an instance of type . concode_field_sep int numberOfArgs concode_elem_sep String argName concode_elem_sep OptionBuilder INSTANCE concode_elem_sep String description concode_elem_sep Class<?> type concode_elem_sep boolean optionalArg concode_elem_sep String longopt ...
OptionBuilder function ( Class < ? > arg0 ) { OptionBuilder . type = arg0 ; return INSTANCE ; }
21,635
returns newly created pceplabeldbvertlv object . concode_field_sep short LENGTH concode_elem_sep long rawValue concode_elem_sep short TYPE concode_elem_sep Logger log concode_field_sep PcepVersion getVersion concode_elem_sep long getLong concode_elem_sep PcepLabelDbVerTlv read concode_elem_sep short getType concode_ele...
PcepLabelDbVerTlv function ( final long arg0 ) { return new PcepLabelDbVerTlv ( arg0 ) ; }
21,636
allows additional processing of sub tile drops concode_field_sep String TAG_TYPE concode_elem_sep int ticksExisted concode_elem_sep String TAG_TICKS_EXISTED concode_elem_sep TileEntity supertile concode_field_sep int getPowerLevel concode_elem_sep boolean onBlockActivated concode_elem_sep String getUnlocalizedName conc...
ArrayList < ItemStack > function ( ArrayList < ItemStack > arg0 ) { return arg0 ; }
21,637
sets the value of the incorrecttrainid property . concode_field_sep String correctTrainID concode_elem_sep String incorrectTrainID concode_elem_sep FullTDBerthID berth concode_field_sep void setCorrectTrainID concode_elem_sep void setBerth concode_elem_sep boolean isSetBerth concode_elem_sep String getIncorrectTrainID ...
void function ( String arg0 ) { this . incorrectTrainID = arg0 ; }
21,638
open a read-only connection . concode_field_sep PlaceHolder placeHolder concode_field_sep void onCreate concode_elem_sep void onUpgrade concode_elem_sep void onOpen concode_elem_sep H2Database getWritableDatabase concode_elem_sep void close
H2Database function ( ) { return null ; }
21,639
sets the state machine reference of the event . concode_field_sep boolean periodic concode_elem_sep int index concode_elem_sep ITimedStatemachine statemachine concode_field_sep boolean isPeriodic concode_elem_sep ITimedStatemachine getStatemachine concode_elem_sep int getIndex
void function ( ITimedStatemachine arg0 ) { this . statemachine = arg0 ; }
21,640
returns true if multi-factor authentication mfa delete is enabled for this bucket versioning configuration , false if it is n't enabled , and null if no information is available about the status of mfadelete . when mfa delete is enabled , object versions can only be permanently deleted when the bucket owner passes in ,...
Boolean function ( ) { return isMfaDeleteEnabled ; }
21,641
gets the value of the del1 property . concode_field_sep String r2 concode_elem_sep Object parent concode_elem_sep Boolean dtr concode_elem_sep Boolean del1 concode_elem_sep Boolean del2 concode_elem_sep Boolean dt2D concode_elem_sep String ref concode_elem_sep STCellFormulaType t concode_elem_sep Long si concode_elem_s...
boolean function ( ) { if ( del1 == null ) { return false ; } else { return del1 ; } }
21,642
checks whether the color mode for a polygon is true / random concode_field_sep MarkerOptions mMarkerOptions concode_elem_sep float mMarkerColor concode_elem_sep int HSV_VALUES concode_elem_sep HashSet<String> mStylesSet concode_elem_sep String mStyleId concode_elem_sep HashMap<String,String> mBalloonOptions concode_ele...
boolean function ( ) { return mPolyRandomColorMode ; }
21,643
creates a new threadfactory which prefixes each thread with the given name . concode_field_sep PlaceHolder placeHolder concode_field_sep PooledByteBufAllocator createPooledByteBufAllocator concode_elem_sep TransportFrameDecoder createFrameDecoder concode_elem_sep EventLoopGroup createEventLoop concode_elem_sep String g...
ThreadFactory function ( String arg0 ) { return new ThreadFactoryBuilder ( ) . setDaemon ( true ) . setNameFormat ( arg0 + "srini_string" ) . build ( ) ; }
21,644
type of ec2 instances used in the fleet . ec2 instance types define the cpu , memory , storage , and networking capacity of the fleetaposs hosts . amazon gamelift supports the ec2 instance types listed below . see amazon ec2 instance types for detailed descriptions of each . concode_field_sep String eC2InstanceType con...
String function ( ) { return this . eC2InstanceType ; }
21,645
introduce valores a la celdilla concode_field_sep String clave concode_elem_sep int valor concode_field_sep String getClave concode_elem_sep int getValor
void function ( String arg0 , int arg1 ) { this . clave = arg0 ; this . valor = arg1 ; }
21,646
metodo para devolver la jugada de un paquete tipo jugada . concode_field_sep Move jugada concode_elem_sep int tipo concode_elem_sep int JUGADA concode_elem_sep int CHAT concode_elem_sep Color color concode_elem_sep int HOLA concode_elem_sep int ADIOS concode_elem_sep String mensaje concode_elem_sep String nombre concod...
Move function ( ) { return jugada ; }
21,647
gets the totalrecords value for this searchresult . concode_field_sep java.lang.Integer totalRecords concode_elem_sep java.lang.String searchId concode_elem_sep java.lang.Integer pageIndex concode_elem_sep com.netsuite.webservices.platform.core_2014_2.Record[] recordList concode_elem_sep java.lang.Object __equalsCalc c...
java . lang . Integer function ( ) { return totalRecords ; }
21,648
can display main page . concode_field_sep DropwizardAppRule<ShopConfiguration> APP_RULE concode_elem_sep int OK_MAX concode_elem_sep int OK_MIN concode_elem_sep String uri concode_field_sep void displayedBuyPage concode_elem_sep void setUp
void function ( ) { final HttpResponse loc0 = Request . Get ( this . uri ) . execute ( ) . returnResponse ( ) ; final int loc1 = loc0 . getStatusLine ( ) . getStatusCode ( ) ; Assert . assertTrue ( "srini_string" , Range . closed ( WorkflowTest . OK_MIN , WorkflowTest . OK_MAX ) . contains ( loc1 ) ) ; }
21,649
performs a volatile write of this sequence . the intent is a store/store barrier between this write and any previous write and a store/load barrier between this write and any subsequent volatile read . concode_field_sep long VALUE_OFFSET concode_elem_sep long[] paddedValue concode_elem_sep Unsafe UNSAFE concode_elem_se...
void function ( final long arg0 ) { UNSAFE . putLongVolatile ( paddedValue , VALUE_OFFSET , arg0 ) ; }
21,650
create an instance of deletereservarequest concode_field_sep PlaceHolder placeHolder concode_field_sep ListAllReservaResponse createListAllReservaResponse concode_elem_sep ListAllReservaRequest createListAllReservaRequest concode_elem_sep Reserva createReserva concode_elem_sep SaveReservaRequest createSaveReservaReques...
DeleteReservaRequest function ( ) { return new DeleteReservaRequest ( ) ; }
21,651
the endpoint of your elasticsearch domain . concode_field_sep String endpoint concode_elem_sep String roleArn concode_elem_sep String index concode_elem_sep String id concode_elem_sep String type concode_field_sep ElasticsearchAction withIndex concode_elem_sep String getIndex concode_elem_sep void setRoleArn concode_el...
void function ( String arg0 ) { this . endpoint = arg0 ; }
21,652
get a thread-local typed bytes writable output for the supplied dataoutput . concode_field_sep ThreadLocal tbOut concode_elem_sep TypedBytesOutput out concode_field_sep void writeInt concode_elem_sep void writeText concode_elem_sep void writeByte concode_elem_sep void writeTypedBytes concode_elem_sep void writeFloat co...
TypedBytesWritableOutput function ( DataOutput arg0 ) { return get ( TypedBytesOutput . get ( arg0 ) ) ; }
21,653
sets the value of the vmmac property . concode_field_sep List<SecurityGroupRule> ingressRules concode_elem_sep long sequenceNumber concode_elem_sep String vmName concode_elem_sep long vmId concode_elem_sep String signature concode_elem_sep String vmIp concode_elem_sep String vmMac concode_elem_sep List<SecurityGroupRul...
void function ( String arg0 ) { this . vmMac = arg0 ; }
21,654
closes the reader by closing the underlying inputstream andmarking this reader as closed . concode_field_sep Charset charset concode_elem_sep byte[] buf concode_elem_sep InputStream in concode_elem_sep int pos concode_elem_sep byte LF concode_elem_sep byte CR concode_elem_sep int end concode_field_sep String readLine c...
void function ( ) { synchronized ( in ) { if ( buf != null ) { buf = null ; in . close ( ) ; } } }
21,655
create an instance of beans concode_field_sep QName _ResourceReference_QNAME concode_elem_sep QName _Resource_QNAME concode_field_sep Example createExample concode_elem_sep Content createContent concode_elem_sep JAXBElement<ResourceType> createResource concode_elem_sep Navigation createNavigation concode_elem_sep Node ...
Beans function ( ) { return new Beans ( ) ; }
21,656
a regular state may be a dead end . concode_field_sep SGraphFactory factory concode_elem_sep BasicDiagnostic diagnostics concode_elem_sep SGraphJavaValidator validator concode_elem_sep StextFactory sTextFactory concode_elem_sep State state concode_elem_sep Region region concode_elem_sep Statechart statechart concode_fi...
void function ( ) { prepareStateTest ( ) ; validator . validate ( state , diagnostics , new HashMap < Object , Object > ( ) ) ; assertNoIssue ( diagnostics , ISSUE_STATE_WITHOUT_OUTGOING_TRANSITION ) ; }
21,657
returns true if the specified string matches any iana-defined top-level domain . leading dots are ignored if present . the search is case-sensitive . concode_field_sep List GENERIC_TLD_LIST concode_elem_sep List COUNTRY_CODE_TLD_LIST concode_elem_sep String[] COUNTRY_CODE_TLDS concode_elem_sep DomainValidator DOMAIN_VA...
boolean function ( String arg0 ) { return isValidInfrastructureTld ( arg0 ) || isValidGenericTld ( arg0 ) || isValidCountryCodeTld ( arg0 ) ; }
21,658
test of getmaxlength method , of class stringformat . concode_field_sep String STRING_L concode_elem_sep String STRING_R concode_elem_sep int LENGTH concode_elem_sep String STRING concode_elem_sep String STRING_SHORT concode_elem_sep String STRING_C concode_field_sep void testRight concode_elem_sep void testLeft concod...
void function ( ) { TableStringFormat loc0 = new TableStringFormat ( ) ; assertEquals ( STRING , loc0 . format ( STRING ) ) ; }
21,659
binds an object to this session , using the name specified . if an object of the same name is already bound to the session , the object is replaced . after this method executes , and if the new object implements sessionbindinglistener , sakai calls sessionbindinglistener.valuebound . if an object was already bound to t...
Object function ( String arg0 , Object arg1 ) { return m_attributes . put ( arg0 , arg1 ) ; }
21,660
returns the name of the read handler . concode_field_sep Class baseClass concode_elem_sep String readHandler concode_elem_sep String writeHandler concode_field_sep Class getBaseClass concode_elem_sep String getWriteHandler
String function ( ) { return this . readHandler ; }
21,661
set the response length concode_field_sep long responseLength concode_elem_sep Map<String,List<Object>> headers concode_elem_sep Object response concode_elem_sep HttpStatus status concode_field_sep void addCookie concode_elem_sep void addHeader concode_elem_sep List<Object> getHeaders concode_elem_sep Map<String,List<O...
void function ( long arg0 ) { this . responseLength = arg0 ; }
21,662
returns true if data description is defined for having a temporary file . is a temporary file if name is starting with @@ . concode_field_sep String name concode_elem_sep boolean replaceProperties concode_elem_sep int offset concode_elem_sep StringBuilder textBuffer concode_elem_sep long serialVersionUID concode_elem_s...
boolean function ( ) { if ( name != null ) { return name . startsWith ( "srini_string" ) && ! isInline ( ) ; } else { return false ; } }
21,663
returns the adapter item count . concode_field_sep RecyclerView.LayoutManager layoutManager concode_elem_sep RecyclerView recyclerView concode_field_sep int findLastCompletelyVisibleItemPosition concode_elem_sep RecyclerViewPositionHelper createHelper concode_elem_sep int findFirstVisibleItemPosition concode_elem_sep i...
int function ( ) { return layoutManager == null ? 0 : layoutManager . getItemCount ( ) ; }
21,664
gets the value of the directdebitinfo property . concode_field_sep String returnCode concode_elem_sep MandateInfo mandateInfo concode_elem_sep Creditor creditor concode_elem_sep DirectDebitInfo directDebitInfo concode_elem_sep String returnDesc concode_field_sep void setReturnDesc concode_elem_sep Creditor getCreditor ...
DirectDebitInfo function ( ) { return directDebitInfo ; }
21,665
initialize the output with a new underlying stream . concode_field_sep SerializerFactory _serializerFactory concode_field_sep SerializerFactory findSerializerFactory concode_elem_sep void writeHeader concode_elem_sep boolean removeRef concode_elem_sep void writeClassFieldLength concode_elem_sep void writeByteBufferStar...
void function ( OutputStream arg0 ) { }
21,666
checks if a string is whitespace , empty '' '' or null . stringutils.isblank null = true stringutils.isblank '' '' = true stringutils.isblank '' '' = true stringutils.isblank `` bob '' = false stringutils.isblank '' bob '' = false concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isEmpty concode_elem_...
boolean function ( String arg0 ) { int loc0 ; if ( arg0 == null || ( loc0 = arg0 . length ( ) ) == 0 ) { return true ; } for ( int loc1 = 0 ; loc1 < loc0 ; loc1 ++ ) { if ( ! Character . isSpace ( arg0 . charAt ( loc1 ) ) ) { return false ; } } return true ; }
21,667
start the timer for segment . it resets the timer for this segment if any previous measurement had been made . this is intended to be used as a callback from target . concode_field_sep Vector entries concode_elem_sep Applet applet concode_elem_sep Stopwatch timer[] concode_elem_sep int decimals concode_elem_sep double ...
void function ( int arg0 ) { prepTimer ( arg0 ) ; timer [ arg0 ] . start ( ) ; }
21,668
check whether a particular artifact type can be accepted for deployment . if the type does n't exist in the acceptance list , we assume that it does n't require any special features to be installed in the system . therefore , that type is accepted . if the type exists in the acceptance list , the acceptance value is re...
boolean function ( String arg0 ) { if ( acceptanceList == null ) { acceptanceList = AppDeployerUtils . buildAcceptanceList ( BPMNAppDeployerDSComponent . getRequiredFeatures ( ) ) ; } Boolean loc0 = acceptanceList . get ( arg0 ) ; return ( loc0 == null || loc0 ) ; }
21,669
if there is no auditdata present , a new auditdata will be created with the default create values . the update values will be set to the current date and the name of the authentication in the security context . concode_field_sep Date modificationDate concode_elem_sep String creationUser concode_elem_sep String AUDIT_CR...
void function ( final Auditable arg0 ) { AuditData loc0 = arg0 . getAuditData ( ) ; if ( loc0 == null ) { loc0 = getDefaultCreateAuditData ( ) ; arg0 . setAuditData ( loc0 ) ; } setDefaultUpdateAuditData ( loc0 ) ; }
21,670
builds a large product image file path that can be used by the image servlet concode_field_sep PlaceHolder placeHolder concode_field_sep String buildStaticImageFilePath concode_elem_sep String buildStoreLogoFilePath concode_elem_sep String buildProductImageFilePath concode_elem_sep String buildProductImageFilePath conc...
String function ( MerchantStore arg0 , String arg1 , String arg2 ) { return new StringBuilder ( ) . append ( Constants . STATIC_URI ) . append ( "srini_string" ) . append ( arg0 . getCode ( ) ) . append ( "srini_string" ) . append ( FileContentType . PRODUCTLG . name ( ) ) . append ( "srini_string" ) . append ( arg1 ) ...
21,671
adds the logger passed as parameter to the list of loggers that we need to search for in case of appender failure . concode_field_sep Appender backup concode_elem_sep Vector loggers concode_elem_sep Appender primary concode_field_sep void activateOptions concode_elem_sep void setBackupAppender concode_elem_sep void set...
void function ( Logger arg0 ) { LogLog . debug ( "srini_string" + arg0 . getName ( ) + "srini_string" ) ; if ( loggers == null ) { loggers = new Vector ( ) ; } loggers . addElement ( arg0 ) ; }
21,672
turn radio on/off concode_field_sep String REQUEST_GET_MODE concode_elem_sep FrontierSiliconRadioConnection conn concode_elem_sep String REQUEST_SET_MUTE concode_elem_sep String REQUEST_GET_VOLUME concode_elem_sep String REQUEST_GET_PLAY_INFO_TEXT concode_elem_sep String REQUEST_GET_MUTE concode_elem_sep String REQUEST...
void function ( boolean arg0 ) { final String loc0 = "srini_string" + ( arg0 ? "srini_string" : "srini_string" ) ; conn . doRequest ( REQUEST_SET_POWER , loc0 ) ; }
21,673
return whether the aspect is defined as `` perthis '' or `` pertarget '' . concode_field_sep AjType<?> ajType concode_elem_sep String aspectName concode_elem_sep Pointcut perClausePointcut concode_elem_sep Class<?> aspectClass concode_field_sep AjType<?> getAjType concode_elem_sep boolean isPerTypeWithin concode_elem_s...
boolean function ( ) { PerClauseKind loc0 = getAjType ( ) . getPerClause ( ) . getKind ( ) ; return ( loc0 == PerClauseKind . PERTARGET || loc0 == PerClauseKind . PERTHIS ) ; }
21,674
returns the collection or in mathematical terms , set of strings for filename , each line as an element of the returned collection . the order of elements in the list might not be same as that of lines in the file . this method is the same as #readuniquelines string except that all elementsof the collection are in lowe...
Collection < String > function ( String arg0 ) { HashSet < String > loc0 = new HashSet < String > ( ) ; BufferedReader loc1 = new BufferedReader ( new FileReader ( arg0 ) ) ; String loc2 ; while ( ( loc2 = loc1 . readLine ( ) ) != null ) { loc0 . add ( loc2 ) ; } loc1 . close ( ) ; return loc0 ; }
21,675
sets the actual members injector . concode_field_sep MembersInjector<T> delegate concode_elem_sep Object source concode_elem_sep TypeLiteral<T> type concode_field_sep T acceptVisitor concode_elem_sep void applyTo concode_elem_sep TypeLiteral<T> getType concode_elem_sep Object getSource concode_elem_sep MembersInjector<...
void function ( MembersInjector < T > arg0 ) { if ( this . delegate != null ) { throw new IllegalStateException ( "srini_string" ) ; } this . delegate = Objects . requireNonNull ( arg0 , "srini_string" ) ; }
21,676
gets the value of the specialservicetypes property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is not a set method for the specialservicetypes property . for example , t...
List < ConsolidationSpecialServiceType > function ( ) { if ( specialServiceTypes == null ) { specialServiceTypes = new ArrayList < ConsolidationSpecialServiceType > ( ) ; } return this . specialServiceTypes ; }
21,677
if true , indicates that the value of ` access-control-request-headers ' request header will be copied into the ` access-control-allow-headers ' response header . if false , use #allowedheaders . concode_field_sep Logger LOGGER concode_elem_sep Set<String> exposedHeaders concode_elem_sep boolean allowAllRequestedHeader...
boolean function ( ) { return allowAllRequestedHeaders ; }
21,678
removes this device totally and deletes it . note that the object will still be there in java while in runtime . concode_field_sep int deviceType concode_elem_sep String protocol concode_elem_sep String data concode_elem_sep String name concode_elem_sep String model concode_elem_sep int supportedMethods concode_elem_se...
boolean function ( ) { return JNA . CLibrary . INSTANCE . tdRemoveDevice ( getId ( ) ) ; }
21,679
load a json string into an instantiated object . all the public fields of the object will be set by the values in the json string associated with the field name . because of the naming convention in java , the first letter of the field name will be capitalized for another look-up in the json , if the original field nam...
T function ( Class < T > arg0 , String arg1 ) { JSONObject loc0 = new JSONObject ( arg1 ) ; try { return toObject ( arg0 , loc0 ) ; } catch ( Exception loc1 ) { throw new JSONException ( loc1 ) ; } }
21,680
non-operation . concode_field_sep byte TX_REQUIRED concode_elem_sep byte TX_SUPPORTS concode_elem_sep byte TX_MANDATORY concode_elem_sep byte TX_UNKNOWN concode_elem_sep byte TX_NOT_SUPPORTED concode_elem_sep byte TX_NEVER concode_elem_sep byte TX_REQUIRES_NEW concode_field_sep void importXml concode_elem_sep Element g...
void function ( Element arg0 ) { }
21,681
status of this amp notification . concode_field_sep CopyOnWriteArrayList<Rule> rules concode_elem_sep Condition condition concode_elem_sep String ATTRIBUTE_NAME concode_elem_sep boolean perHop concode_elem_sep String ELEMENT concode_elem_sep Action action concode_elem_sep String from concode_elem_sep String to concode_...
Status function ( ) { return status ; }
21,682
visits the end of the class . this method , which is the last one to be called , is used to inform the visitor that all the fields and methods of the class have been visited . concode_field_sep ClassVisitor cv concode_field_sep FieldVisitor visitField concode_elem_sep AnnotationVisitor visitTypeAnnotation concode_elem_...
void function ( ) { if ( cv != null ) { cv . visitEnd ( ) ; } }
21,683
getrecreatecount concode_field_sep OpenType[] ITEM_TYPES concode_elem_sep long updateCount concode_elem_sep long fetchCount concode_elem_sep String TABULAR_TYPE_NAME concode_elem_sep String COMPOSITE_TYPE_NAME concode_elem_sep CompositeType COMPOSITE_TYPE concode_elem_sep long loadCount concode_elem_sep String[] ITEM_N...
long function ( ) { return recreateCount ; }
21,684
gets the password property . concode_field_sep String password concode_elem_sep String comments concode_elem_sep float numberValue concode_elem_sep String name concode_field_sep void setName concode_elem_sep void setPassword concode_elem_sep String getName concode_elem_sep String getComments concode_elem_sep String res...
String function ( ) { return password ; }
21,685
deletes all activities for task with the given id . concode_field_sep TaskActivityService activityService concode_elem_sep TriggerHandler taskTriggerHandler concode_field_sep void retryTask concode_elem_sep long getTaskActivityCount concode_elem_sep TaskActivityRecords getTaskActivities concode_elem_sep List<TaskActivi...
void function ( @ PathVariable Long arg0 ) { activityService . deleteActivitiesForTask ( arg0 ) ; }
21,686
gets 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 void setUserName
String function ( ) { return userName ; }
21,687
generate a unique key as a byte array . concode_field_sep Pattern DURATION_PATTERN concode_elem_sep SimpleDateFormat outFmtSecond concode_elem_sep long MS_IN_HOUR concode_elem_sep SimpleDateFormat parseFmt[] concode_elem_sep long MS_IN_MINUTE concode_elem_sep VMID vmid concode_elem_sep Random random concode_elem_sep lo...
byte [ ] function ( ) { byte [ ] loc0 = new byte [ 16 ] ; random . nextBytes ( loc0 ) ; String loc1 = new StringBuffer ( ) . append ( vmid ) . append ( new java . util . Date ( ) ) . append ( Arrays . toString ( loc0 ) ) . append ( counter ++ ) . toString ( ) ; return getMD5Bytes ( loc1 . getBytes ( ) ) ; }
21,688
check if the current os is windows . concode_field_sep String os concode_field_sep T onSolaris concode_elem_sep T onWindows concode_elem_sep void setOS concode_elem_sep boolean isSolaris concode_elem_sep T onUnix concode_elem_sep boolean isMac concode_elem_sep boolean isUnix concode_elem_sep T execute concode_elem_sep ...
boolean function ( ) { return os . contains ( "srini_string" ) ; }
21,689
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 ) ; }
21,690
sets the value of the offerondevice property . concode_field_sep String relationType concode_elem_sep String serviceType concode_elem_sep String durationIndicator concode_elem_sep String description concode_elem_sep long serialVersionUID concode_elem_sep String shortDescription concode_elem_sep Boolean doNotDeleteOnDev...
void function ( Boolean arg0 ) { this . offerOnDevice = arg0 ; }
21,691
realiza a operacao de conversao xml - > object . concode_field_sep String UTF_8 concode_field_sep Marshaller createMarshaller concode_elem_sep void parseToXML concode_elem_sep void parseToXML concode_elem_sep String parseToXML concode_elem_sep String parseToXML concode_elem_sep String parseToXML concode_elem_sep String...
T function ( Class < T > arg0 , Schema arg1 , InputStream arg2 ) { Unmarshaller loc0 = createUnmarshaller ( arg0 , arg1 ) ; return ( T ) loc0 . unmarshal ( arg2 ) ; }
21,692
adds a bi-directional link of type currencyname to the currencynames set . concode_field_sep Map<Serializable,Integer> SAVED_HASHES concode_elem_sep Set<PlanText> planTexts concode_elem_sep Set<LanguageName> languageNames concode_elem_sep Integer hashCode concode_elem_sep Set<CountryName> countryNames concode_elem_sep ...
void function ( CurrencyName arg0 ) { arg0 . setLanguage ( this ) ; this . currencyNames . add ( arg0 ) ; }
21,693
sets the value of the fldfiltersellist property . concode_field_sep Boolean fldFilterChecked concode_elem_sep RecordRef fldFilter concode_elem_sep Boolean fldFilterNotNull concode_elem_sep String fldFilterVal concode_elem_sep CustomizationFilterCompareType fldFilterCompareType concode_elem_sep FldFilterSelList fldFilte...
void function ( FldFilterSelList arg0 ) { this . fldFilterSelList = arg0 ; }
21,694
gets the value of the description property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is not a set method for the description property . for example , to add a new item...
List < DescriptionType > function ( ) { if ( description == null ) { description = new ArrayList < DescriptionType > ( ) ; } return this . description ; }
21,695
gets the value of the provider property . concode_field_sep LinkType provider concode_elem_sep LinkType patient concode_elem_sep RadiologyTypeRepresentation radiology concode_elem_sep String diagnosis concode_elem_sep LinkType id concode_elem_sep DrugTreatmentTypeRepresentation drugTreatment concode_elem_sep SurgeryTyp...
LinkType function ( ) { return provider ; }
21,696
the directory this module should use while running . during installation use dbcontext #getlocaldirectory . concode_field_sep ModuleFactory factory concode_elem_sep File localDir concode_field_sep int getVersion concode_elem_sep void setupMenu concode_elem_sep String getName concode_elem_sep Map<Boolean,List<ModulePref...
File function ( ) { return this . localDir ; }
21,697
gets the value of the templateref property . concode_field_sep Tlds tlds concode_elem_sep ResourceType templateRef concode_elem_sep Documents documents concode_elem_sep Tutorials tutorials concode_field_sep void setTemplateRef concode_elem_sep Tutorials getTutorials concode_elem_sep void setTutorials concode_elem_sep D...
ResourceType function ( ) { return templateRef ; }
21,698
getid concode_field_sep Integer m_id concode_field_sep placeholderType placeHolder
Integer function ( ) { return m_id ; }
21,699
converts kilograms to slugs . concode_field_sep double FOOT_POUND_TO_NEWTON_METER concode_elem_sep double NEWTON_METER_TO_FOOT_POUND concode_elem_sep double SLUG_TO_KILOGRAM concode_elem_sep double NEWTON_TO_POUND concode_elem_sep double KILOGRAM_TO_SLUG concode_elem_sep double METER_TO_FOOT concode_elem_sep double KIL...
double function ( double arg0 ) { return arg0 * KILOGRAM_TO_SLUG ; }