idx
int64
0
100k
question
stringlengths
68
7.19k
target
stringlengths
20
663
37,600
returns the unit quad . the unit quad has its top-left point at 0 , 0 and bottom-right point at 1 , 1 . concode_field_sep PointF mBottomRight concode_elem_sep PointF mTopRight concode_elem_sep PointF mBottomLeft concode_elem_sep PointF mTopLeft concode_field_sep PointF bottomLeft concode_elem_sep Quad fromRect concode_...
Quad function ( ) { return new Quad ( 0f , 0f , 1f , 0f , 0f , 1f , 1f , 1f ) ; }
37,601
constructs a in-memory h2 database configuration to add to a fakeapplication . concode_field_sep Class<? extends WebDriver> FIREFOX concode_elem_sep String GET concode_elem_sep String HEAD concode_elem_sep String PUT concode_elem_sep String POST concode_elem_sep String DELETE concode_elem_sep Class<? extends WebDriver>...
Map < String , String > function ( ) { return inMemoryDatabase ( "srini_string" ) ; }
37,602
this method tells the object to use appropriate information to extract ending values for the animation . for example , a animatorset object will pass this call to its child objects to tell them to set up the values . a objectanimator object will use the information it has about its target object and propertyvaluesholde...
void function ( ) { }
37,603
the minimum size in code points of a payload field in the indexed documents concode_field_sep CountDownLatch startLatch concode_elem_sep CopyOnWriteArrayList<Throwable> failures concode_elem_sep int minFieldSize concode_elem_sep int maxFieldSize concode_elem_sep ESLogger logger concode_elem_sep CountDownLatch stopLatch...
void function ( int arg0 ) { minFieldSize = arg0 ; }
37,604
encode the name in der form to the stream . concode_field_sep X500Principal dnPrincipal concode_elem_sep X500Name dnName concode_elem_sep String IDENT concode_elem_sep String DN_PRINCIPAL concode_elem_sep String NAME concode_elem_sep String DN_NAME concode_field_sep void set concode_elem_sep String getName concode_elem...
void function ( OutputStream arg0 ) { DerOutputStream loc0 = new DerOutputStream ( ) ; dnName . encode ( loc0 ) ; arg0 . write ( loc0 . toByteArray ( ) ) ; }
37,605
creates a random string whose length is the number of characters specified . characters will be chosen from the set of characters specified . concode_field_sep Random RANDOM concode_field_sep String randomAlphabetic concode_elem_sep String randomAlphanumeric concode_elem_sep String randomAscii concode_elem_sep String r...
String function ( int arg0 , String arg1 ) { if ( arg1 == null ) { return random ( arg0 , 0 , 0 , false , false , null , RANDOM ) ; } return random ( arg0 , arg1 . toCharArray ( ) ) ; }
37,606
load the image from the given path . concode_field_sep int DEFAULT_TOLERANCE concode_elem_sep int MAX_TOLERANCE concode_elem_sep int MIN_TOLERANCE concode_field_sep Dimension getDimensions concode_elem_sep boolean compare concode_elem_sep boolean compare concode_elem_sep boolean savePNG concode_elem_sep BufferedImage c...
BufferedImage function ( String arg0 ) { return getImageFromFile ( new File ( arg0 ) ) ; }
37,607
create an inputstream from a local file . concode_field_sep PlaceHolder placeHolder concode_field_sep InputStream connectToUrl concode_elem_sep Object unmarshal concode_elem_sep Object unmarshal concode_elem_sep Object unmarshal concode_elem_sep Object unmarshal concode_elem_sep Object unmarshal concode_elem_sep void m...
InputStream function ( String arg0 ) { InputStream loc0 = null ; File loc1 = new File ( arg0 ) ; if ( loc1 . exists ( ) ) { loc0 = new FileInputStream ( loc1 ) ; } else { ClassLoader loc2 = this . getClass ( ) . getClassLoader ( ) ; URL loc3 = loc2 . getResource ( arg0 ) ; if ( loc3 != null ) { loc0 = loc3 . openStream...
37,608
gets the value of the mimetype property . concode_field_sep com.wavemaker.tools.webapp.schema.String extension concode_elem_sep MimeTypeType mimeType concode_elem_sep java.lang.String id concode_field_sep com.wavemaker.tools.webapp.schema.String getExtension concode_elem_sep void setExtension concode_elem_sep void setM...
MimeTypeType function ( ) { return mimeType ; }
37,609
configure the id concode_field_sep String id concode_field_sep ValidationResult isValid concode_elem_sep String getId
GetProcessRequest function ( String arg0 ) { this . id = arg0 ; return this ; }
37,610
get connection from factory concode_field_sep Reference reference concode_elem_sep MultipleManagedConnectionFactory2 mcf concode_elem_sep ConnectionManager connectionManager concode_elem_sep long serialVersionUID concode_elem_sep Logger log concode_field_sep void setReference concode_elem_sep Reference getReference
MultipleConnection2 function ( ) { log . finest ( "srini_string" ) ; return ( MultipleConnection2 ) connectionManager . allocateConnection ( mcf , null ) ; }
37,611
gets total number of completed executions of query . this value is actual only for local node . concode_field_sep LongAdder8 sumTime concode_elem_sep LongAdder8 completed concode_elem_sep GridAtomicLong minTime concode_elem_sep double avgTime concode_elem_sep LongAdder8 fails concode_elem_sep long serialVersionUID conc...
int function ( ) { return completed . intValue ( ) ; }
37,612
like #skipwhitespace , but this returns a string containing all comment text . by convention , comments before a declaration document that declaration . concode_field_sep char[] data concode_elem_sep int pos concode_elem_sep int line concode_elem_sep int lineStart concode_elem_sep Location location concode_field_sep St...
String function ( ) { String loc0 = null ; while ( true ) { skipWhitespace ( false ) ; if ( pos == data . length || data [ pos ] != '/' ) { return loc0 != null ? loc0 : "srini_string" ; } String loc1 = readComment ( ) ; loc0 = ( loc0 == null ) ? loc1 : ( loc0 + "srini_string" + loc1 ) ; } }
37,613
checks the validity of the transaction , by checking if the values of the response correspond to the values of the request . use an override to provide some checks , this method will only return . concode_field_sep Mutex m_TransactionLock concode_elem_sep UDPTerminal m_Terminal concode_elem_sep int m_RetryCounter conco...
void function ( ) { }
37,614
converts the given awt value into a strict value . concode_field_sep double CORRECTION_FACTOR concode_elem_sep long MAX_AUTO concode_field_sep double toFontMetricsValue concode_elem_sep long fromFontMetricsValue concode_elem_sep StrictBounds createBounds concode_elem_sep double toExternalValue concode_elem_sep Rectangl...
long function ( final double arg0 ) { final long loc0 = StrictMath . round ( arg0 * 10000f ) ; return StrictMath . round ( loc0 * CORRECTION_FACTOR / 10000.0 ) ; }
37,615
convenience method to do the same as #setmessageheaders map converting any non-stringkeys/values into strings . concode_field_sep String nextServiceId concode_elem_sep Map<String,String> messageHeaders concode_elem_sep long serialVersionUID concode_elem_sep String payload concode_elem_sep String payloadEncoding concode...
DefaultSerializableMessage function ( Properties arg0 ) { if ( arg0 == null ) { setMessageHeaders ( null ) ; } else { Map < String , String > loc0 = new HashMap < > ( arg0 . size ( ) ) ; for ( Map . Entry loc1 : arg0 . entrySet ( ) ) { loc0 . put ( loc1 . getKey ( ) . toString ( ) , loc1 . getValue ( ) . toString ( ) )...
37,616
prints a value concode_field_sep Map<String,Column> columnMap concode_elem_sep int width concode_elem_sep String headerText concode_elem_sep List<String[]> rows concode_elem_sep String headerFlags concode_elem_sep String header concode_elem_sep String rowFlags concode_elem_sep List<Column> columns concode_elem_sep Stri...
void function ( TableWriter arg0 , String arg1 ) { String loc0 = "srini_string" + rowFlags + width + "srini_string" ; String loc1 = String . format ( loc0 , arg1 ) ; arg0 . print ( loc1 ) ; }
37,617
returns a string representation of this object ; useful for testing and debugging . concode_field_sep String branchName concode_elem_sep String commitId concode_field_sep BranchInfo withCommitId concode_elem_sep void setBranchName concode_elem_sep String getBranchName concode_elem_sep int hashCode concode_elem_sep Bran...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getBranchName ( ) != null ) loc0 . append ( "srini_string" + getBranchName ( ) + "srini_string" ) ; if ( getCommitId ( ) != null ) loc0 . append ( "srini_string" + getCommitId ( ) ) ; loc0 . append ( "srini_string...
37,618
get the alternate addresses for this invocation . concode_field_sep Logger LOG concode_elem_sep long delayBetweenRetries concode_elem_sep List<String> alternateAddresses concode_field_sep String selectAlternateAddress concode_elem_sep void setDelayBetweenRetries concode_elem_sep List<Endpoint> getEndpoints concode_elem...
List < String > function ( Exchange arg0 ) { return alternateAddresses != null ? new ArrayList < String > ( alternateAddresses ) : null ; }
37,619
return the value of the specified node attribute if it exists , or null otherwise . 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 getName con...
String function ( String arg0 ) { if ( attributes == null ) return ( null ) ; else return ( ( String ) attributes . get ( arg0 ) ) ; }
37,620
logical name for the routebox eg like a queue name concode_field_sep long connectionTimeout concode_elem_sep int queueSize concode_elem_sep long pollInterval concode_elem_sep Map<String,String> dispatchMap concode_elem_sep URI uri concode_elem_sep String innerProtocol concode_elem_sep RouteboxDispatchStrategy dispatchS...
void function ( String arg0 ) { this . routeboxName = arg0 ; }
37,621
returns whether the number of rows is fixed or not concode_field_sep String[] m_sCols concode_elem_sep int m_iRows concode_elem_sep boolean m_bIsNumberOfRowsFixed concode_field_sep int getRowsCount concode_elem_sep void setIsNumberOfRowsFixed concode_elem_sep void setRows concode_elem_sep String[] getCols concode_elem_...
boolean function ( ) { return m_bIsNumberOfRowsFixed ; }
37,622
sets the value of the usertimezone property . concode_field_sep boolean accessibilityMode concode_elem_sep String userLocale concode_elem_sep String organizationName concode_elem_sep String roleId concode_elem_sep String userFullName concode_elem_sep String currencySymbol concode_elem_sep String userName concode_elem_s...
void function ( String arg0 ) { this . userTimeZone = arg0 ; }
37,623
for constructed field , return a parser for its content . concode_field_sep int length concode_elem_sep int tag concode_elem_sep int type concode_elem_sep byte[] value concode_field_sep byte[] getValue concode_elem_sep int getType concode_elem_sep int getLength concode_elem_sep BigInteger getInteger concode_elem_sep bo...
DerParser function ( ) { if ( ! isConstructed ( ) ) throw new IOException ( "srini_string" ) ; return new DerParser ( value ) ; }
37,624
the size , in bytes , of the virtual tape . concode_field_sep String vTLDevice concode_elem_sep String tapeStatus concode_elem_sep String tapeARN concode_elem_sep Double progress concode_elem_sep String tapeBarcode concode_elem_sep Long tapeSizeInBytes concode_field_sep Tape withTapeARN concode_elem_sep String getTapeB...
void function ( Long arg0 ) { this . tapeSizeInBytes = arg0 ; }
37,625
helper for success callbacks that just returns the status.ok by default concode_field_sep String callbackId concode_elem_sep CordovaWebView webView concode_elem_sep int changingThreads concode_elem_sep String LOG_TAG concode_elem_sep boolean finished concode_field_sep boolean isChangingThreads concode_elem_sep String g...
void function ( int arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . OK , arg0 ) ) ; }
37,626
undoes the single row delete or insert represented by this object . concode_field_sep Table tTable concode_elem_sep boolean isDelete concode_elem_sep Row row concode_elem_sep long SCN concode_field_sep void commit
void function ( Session arg0 , boolean arg1 ) { try { if ( isDelete ) { tTable . insertNoCheckRollback ( arg0 , row , arg1 ) ; } else { tTable . deleteNoCheckRollback ( arg0 , row , arg1 ) ; } } catch ( Exception loc0 ) { } }
37,627
this will return element map containing the current row of all the parent resultset objects . concode_field_sep Map<String,PlanExecutor> executorMap concode_elem_sep Map<String,PlanExecutor> resultsMap concode_elem_sep XMLContext parentContext concode_elem_sep VariableContext variableContext concode_field_sep List<?> g...
Map function ( ) { HashMap loc0 = new HashMap ( ) ; variableContext . getFlattenedContextMap ( loc0 ) ; return loc0 ; }
37,628
get the parent instance entity . concode_field_sep ViewInstanceEntity viewInstance concode_elem_sep String viewName concode_elem_sep String viewInstanceName concode_elem_sep String name concode_elem_sep String value concode_field_sep void setName concode_elem_sep String getValue concode_elem_sep void setViewInstanceEnt...
ViewInstanceEntity function ( ) { return viewInstance ; }
37,629
checks if two itemstack items are equal . does not check sizes or nbt ! concode_field_sep PlaceHolder placeHolder concode_field_sep int rawDamage concode_elem_sep int canStack concode_elem_sep ItemStack copyStack concode_elem_sep List<WrappedStack> collateStacks concode_elem_sep boolean areCraftingEquivalent concode_el...
boolean function ( ItemStack arg0 , ItemStack arg1 ) { if ( arg0 == null || arg1 == null ) { return arg0 == arg1 ; } if ( arg0 . getItem ( ) != arg1 . getItem ( ) ) { return false ; } if ( arg0 . getHasSubtypes ( ) && arg0 . getItemDamage ( ) != arg1 . getItemDamage ( ) ) { return false ; } return true ; }
37,630
obtains a property of an instance if it exists concode_field_sep int MAX_DELEGATE_LEVELS concode_elem_sep Object[] NO_ARGS concode_elem_sep Log LOG concode_field_sep Object invokeMethodIfExists concode_elem_sep Object invokeMethodIfExists concode_elem_sep ExpandoMetaClass getExpandoMetaClass concode_elem_sep MetaClassR...
Object function ( Object arg0 , String arg1 ) { return getPropertyIfExists ( arg0 , arg1 , Object . class ) ; }
37,631
get the stderr stream from the job , can be null if ... a the job has not yet completed , or b the job has not stderr . if it 's a relative path , it 's relative to the workingdir for the job . concode_field_sep String extJobId concode_elem_sep File stderrFile concode_elem_sep File workingDir concode_elem_sep File logF...
File function ( ) { return stderrFile ; }
37,632
returns the name of this clip type . concode_field_sep ClipType _clipType concode_field_sep void setName concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel concode_elem_sep com.liferay.portlet.expando.model.Exp...
java . lang . String function ( ) { return _clipType . getName ( ) ; }
37,633
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 ; } }
37,634
the name of the domainname resource . concode_field_sep java.util.Date certificateUploadDate concode_elem_sep String distributionDomainName concode_elem_sep String domainName concode_elem_sep String certificateName concode_field_sep String getCertificateName concode_elem_sep void setCertificateName concode_elem_sep voi...
String function ( ) { return this . domainName ; }
37,635
gets the value of the description property . concode_field_sep String description concode_elem_sep Boolean goldPromotion concode_elem_sep long serialVersionUID concode_field_sep Boolean isGoldPromotion concode_elem_sep void setDescription concode_elem_sep void setGoldPromotion
String function ( ) { return description ; }
37,636
convert the evidentialbase into a set concode_field_sep long[] evidentialBase concode_elem_sep long creationTime concode_elem_sep long currentSerial concode_elem_sep int baseLength concode_field_sep void init concode_elem_sep int hashCode concode_elem_sep long get concode_elem_sep boolean equals concode_elem_sep Object...
TreeSet < Long > function ( ) { TreeSet < Long > loc0 = new TreeSet < Long > ( ) ; for ( int loc1 = 0 ; loc1 < baseLength ; loc1 ++ ) { loc0 . add ( evidentialBase [ loc1 ] ) ; } return loc0 ; }
37,637
gets the optional value of the given css property as a string . if the css property is not set , an empty optional is returned . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isInvisible concode_elem_sep Optional<String> getName concode_elem_sep boolean isPresent concode_elem_sep boolean isVisible...
Optional < String > function ( String arg0 ) { return Optional . ofNullable ( webElement ( ) . getCssValue ( arg0 ) ) . filter ( StringUtils :: isNotBlank ) ; }
37,638
closes the camera driver if still in use . concode_field_sep String TAG concode_elem_sep int requestedFramingRectHeight concode_elem_sep AutoFocusManager autoFocusManager concode_elem_sep boolean reverseImage concode_elem_sep int MIN_FRAME_WIDTH concode_elem_sep int MAX_FRAME_HEIGHT concode_elem_sep CameraConfiguration...
void function ( ) { if ( camera != null ) { camera . release ( ) ; camera = null ; framingRect = null ; framingRectInPreview = null ; } }
37,639
reads the next length bytes into bitarray , and resets the position of bitarray to zero . concode_field_sep byte[] data concode_elem_sep int limit concode_elem_sep int position concode_field_sep int readLittleEndianInt concode_elem_sep int readLittleEndianInt24 concode_elem_sep int readSynchSafeInt concode_elem_sep int...
void function ( ParsableBitArray arg0 , int arg1 ) { readBytes ( arg0 . data , 0 , arg1 ) ; arg0 . setPosition ( 0 ) ; }
37,640
adss an available options to the question that the user has in order to answer the question . concode_field_sep String TYPE_TEXT_MULTI concode_elem_sep boolean required concode_elem_sep String TYPE_TEXT_PRIVATE concode_elem_sep List<String> values concode_elem_sep String TYPE_LIST_MULTI concode_elem_sep List<Option> op...
void function ( Option arg0 ) { synchronized ( options ) { options . add ( arg0 ) ; } }
37,641
write the script markup and then gradually write the script code by calling the ` write ' write methods on the scriptwriter instance . concode_field_sep UIComponent component concode_elem_sep ResponseWriter writer concode_field_sep void writeScriptEnd concode_elem_sep void startScript concode_elem_sep void endScript co...
ScriptWriter function ( FacesContext arg0 , final UIComponent arg1 ) { return new ScriptWriter ( arg0 . getResponseWriter ( ) , arg1 ) ; }
37,642
sets the value of the ejbrefname property . concode_field_sep EjbRefType ejbRefType concode_elem_sep Description description concode_elem_sep String id concode_elem_sep EjbRefName ejbRefName concode_elem_sep Remote remote concode_elem_sep Home home concode_field_sep Home getHome concode_elem_sep EjbRefType getEjbRefTyp...
void function ( EjbRefName arg0 ) { this . ejbRefName = arg0 ; }
37,643
sets the status attribute value . concode_field_sep String dataFileName concode_elem_sep List<Message> errorMessages concode_elem_sep String doneFileName concode_elem_sep String reconFileName concode_elem_sep EnterpriseFeederStatus status concode_field_sep String getDoneFileName concode_elem_sep String getDataFileName ...
void function ( EnterpriseFeederStatus arg0 ) { this . status = arg0 ; }
37,644
sets the prefix of the name of threads to be created through this threadfactory to the specified prefix . concode_field_sep Log LOG concode_elem_sep boolean daemon concode_elem_sep String prefix concode_elem_sep int counter concode_elem_sep Object lock concode_field_sep void setDaemon concode_elem_sep String getPrefix ...
void function ( final String arg0 ) { this . prefix = arg0 ; }
37,645
sets the entity header . concode_field_sep Header header concode_elem_sep Entity parent concode_elem_sep Body body concode_field_sep void writeTo concode_elem_sep Entity getParent concode_elem_sep String getMimeType concode_elem_sep Body getBody concode_elem_sep boolean isMimeType concode_elem_sep void dispose concode_...
void function ( Header arg0 ) { this . header = arg0 ; }
37,646
gettotalfirst concode_field_sep int totalFirst concode_elem_sep int totalSecond concode_elem_sep int uniqueFirst concode_elem_sep int uniqueSecond concode_field_sep int getUniqueSecond concode_elem_sep void setUniqueSecond concode_elem_sep int getTotalSecond concode_elem_sep int getUniqueFirst concode_elem_sep void set...
int function ( ) { return totalFirst ; }
37,647
warning log message . 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 concode_elem_sep void s...
void function ( String arg0 , String arg1 ) { if ( LOG . WARN >= LOGLEVEL ) Log . w ( arg0 , arg1 ) ; }
37,648
use this method to close the underlying solrcore . concode_field_sep SolrCore core concode_elem_sep SolrRequestParsers parser concode_field_sep String request concode_elem_sep String request concode_elem_sep String request
void function ( ) { core . close ( ) ; }
37,649
returns the callback host address . concode_field_sep String UTF_ENCODING concode_elem_sep int DEFAULT_PORT_RF concode_elem_sep int cuxdPort concode_elem_sep String gatewayType concode_elem_sep String ISO_ENCODING concode_elem_sep int reconnectInterval concode_elem_sep String GATEWAY_TYPE_AUTO concode_elem_sep int hmIp...
String function ( ) { return callbackHost ; }
37,650
deletes an object on the device . this call may block , since deleting a directory containing many files may take a long time on some devices . concode_field_sep UsbDevice mDevice concode_elem_sep int mNativeContext concode_elem_sep String TAG concode_field_sep MtpStorageInfo native_get_storage_info concode_elem_sep in...
boolean function ( int arg0 ) { return native_delete_object ( arg0 ) ; }
37,651
performs a dynamic query on the database and returns the matching rows . concode_field_sep PhoneLocalService _service concode_field_sep com.liferay.portal.kernel.model.Phone getPhone concode_elem_sep com.liferay.portal.kernel.model.Phone getPhoneByUuidAndCompanyId concode_elem_sep java.lang.String getOSGiServiceIdentif...
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return getService ( ) . arg0 ( arg0 ) ; }
37,652
method to remove this user from the conversation and reset their status flag 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...
void function ( ActionEvent arg0 ) { leaving = true ; inConversation = false ; buttonImage = MINIMIZE_IMAGE ; minimized = true ; chatState . removeUserChild ( this ) ; }
37,653
applies a matrix #multiplymm float , int , float , int , float , int on this matrix . concode_field_sep boolean bufferUpdateNeeded concode_elem_sep Vector3 position concode_elem_sep int M_32 concode_elem_sep int M_20 concode_elem_sep int M_30 concode_elem_sep int M_00 concode_elem_sep int M_10 concode_elem_sep int M_02...
Matrix4x4 function ( Matrix4x4 arg0 , Matrix4x4 arg1 ) { Matrix . multiplyMM ( getFloat16 ( ) , 0 , arg0 . getFloat16 ( ) , 0 , arg1 . getFloat16 ( ) , 0 ) ; invalidate ( ) ; return this ; }
37,654
this implementation always throws a notsupportedexception . concode_field_sep String DEFAULT_CONTEXT_CONFIG_LOCATION concode_elem_sep Log logger concode_elem_sep ConfigurableApplicationContext applicationContext concode_elem_sep String CONFIG_LOCATION_DELIMITERS concode_elem_sep String contextConfigLocation concode_fie...
void function ( MessageEndpointFactory arg0 , ActivationSpec arg1 ) { throw new NotSupportedException ( "srini_string" ) ; }
37,655
gets an computenodeoperations for performing compute node related operations on the associated account . concode_field_sep FileOperations fileOperations concode_elem_sep BatchServiceClient protocolLayer concode_elem_sep PoolOperations poolOperations concode_elem_sep ComputeNodeOperations computeNodeOperations concode_e...
ComputeNodeOperations function ( ) { return computeNodeOperations ; }
37,656
gets the maximum time in seconds that this data source can wait while attempting to connect to a database . a value of zero means that the timeout is the default system timeout if there is one ; otherwise , it means that there is no timeout . when a datasource object is created , the login timeout is initially zero . c...
int function ( ) { return 0 ; }
37,657
error 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 co...
void function ( String arg0 , String arg1 , Object ... arg2 ) { if ( LOG . ERROR >= LOGLEVEL ) Log . e ( arg0 , String . format ( arg1 , arg2 ) ) ; }
37,658
returns a string containing the text of the children of this node . concode_field_sep Node parent concode_elem_sep List children concode_elem_sep Stack replacementNodeStack concode_elem_sep Map attributeNamespaces concode_elem_sep String name concode_elem_sep Map attributes concode_elem_sep String namespaceURI concode_...
String function ( ) { final StringBuilder loc0 = new StringBuilder ( ) ; for ( Object loc1 : this . children ) { if ( loc1 instanceof Node ) { loc0 . append ( ( ( Node ) loc1 ) . text ( ) ) ; } else { loc0 . append ( loc1 ) ; } } return loc0 . toString ( ) ; }
37,659
gets the value of the expirefuturepriceplansind property . concode_field_sep JAXBElement<String> sequenceNumber concode_elem_sep JAXBElement<String> dealerCode concode_elem_sep JAXBElement<BigInteger> monthsToExtend concode_elem_sep JAXBElement<Boolean> isRemoveAllConflictServices concode_elem_sep long serialVersionUID...
Boolean function ( ) { return expireFuturePricePlansInd ; }
37,660
move the robot forward by this amount . currently does not collision checking . concode_field_sep float[] m_readingAngles concode_elem_sep LineMap m_map concode_elem_sep RangeReadingsFilter m_rangeFilter concode_elem_sep RangeReadings m_readings concode_elem_sep boolean m_needReadings concode_elem_sep float m_sensorMin...
void function ( float arg0 ) { m_pose . moveUpdate ( arg0 ) ; m_needReadings = true ; }
37,661
returns all the registered buildvariablecontributor s. concode_field_sep PlaceHolder placeHolder concode_field_sep void buildVariablesFor
ExtensionList < BuildVariableContributor > function ( ) { return ExtensionList . lookup ( BuildVariableContributor . class ) ; }
37,662
verifies that the given array ends with the given sequence of values , without any other values between them . similar to #assertcontainssequence assertioninfo , short , short , but it also verifies that the last element in the sequence is also the last element of the given array . concode_field_sep Arrays arrays conco...
void function ( AssertionInfo arg0 , short [ ] arg1 , short [ ] arg2 ) { arrays . assertEndsWith ( arg0 , failures , arg1 , arg2 ) ; }
37,663
convenience method that can decode a pdf417 code represented as a 2d array of booleans . `` true '' is taken to mean a black module . concode_field_sep int MAX_EC_CODEWORDS concode_elem_sep ErrorCorrection errorCorrection concode_elem_sep int MAX_ERRORS concode_field_sep void correctErrors concode_elem_sep void verifyC...
DecoderResult function ( boolean [ ] [ ] arg0 ) { int loc0 = arg0 . length ; BitMatrix loc1 = new BitMatrix ( loc0 ) ; for ( int loc2 = 0 ; loc2 < loc0 ; loc2 ++ ) { for ( int loc3 = 0 ; loc3 < loc0 ; loc3 ++ ) { if ( arg0 [ loc3 ] [ loc2 ] ) { loc1 . set ( loc3 , loc2 ) ; } } } return decode ( loc1 ) ; }
37,664
gets base configuration prepared in iconfiguration.init . concode_field_sep ConfigurationFactory instance concode_elem_sep IConfiguration configuration concode_field_sep IConfiguration prepareConfiguration concode_elem_sep ConfigurationFactory getInstace concode_elem_sep void setConfiguration concode_elem_sep void upda...
IConfiguration function ( ) { if ( configuration != null && configuration . checkIfReloadConfig ( ) ) { configuration . init ( ) ; AccessControlUtil . getInstance ( configuration ) . loadACLConfig ( ) ; } return configuration ; }
37,665
finds the start of the first statement boundary that is on or before offset . if one is not found , -1 is returned . concode_field_sep String name concode_elem_sep BitSet statements concode_elem_sep String source concode_field_sep int getNextStatement concode_elem_sep String getName concode_elem_sep String getSource co...
int function ( int arg0 ) { return statements . previousSetBit ( arg0 ) ; }
37,666
sets the value of the id property . concode_field_sep String id concode_elem_sep String value concode_field_sep void setvalue concode_elem_sep String getvalue concode_elem_sep String getId
void function ( String arg0 ) { this . id = arg0 ; }
37,667
moves the cursor down by the specified number of java 2d units . concode_field_sep double cursor concode_elem_sep List ticks concode_elem_sep double max concode_field_sep void setMax concode_elem_sep double getCursor concode_elem_sep List getTicks concode_elem_sep void cursorRight concode_elem_sep double getMax concode...
void function ( double arg0 ) { this . cursor = this . cursor + arg0 ; }
37,668
gets the value of the platnostdo property . concode_field_sep TDatum platnostDo concode_elem_sep TDatum platnostOd concode_field_sep TDatum getPlatnostOd concode_elem_sep void setPlatnostOd concode_elem_sep void setPlatnostDo
TDatum function ( ) { return platnostDo ; }
37,669
responsecreator with a specific http status . concode_field_sep PlaceHolder placeHolder concode_field_sep DefaultResponseCreator withSuccess concode_elem_sep DefaultResponseCreator withSuccess concode_elem_sep DefaultResponseCreator withSuccess concode_elem_sep DefaultResponseCreator withSuccess concode_elem_sep Defaul...
DefaultResponseCreator function ( HttpStatus arg0 ) { return new DefaultResponseCreator ( arg0 ) ; }
37,670
gets uuid from file which is created by org.openhab.core.internal.coreactivator concode_field_sep String VERSION_FILE_NAME concode_elem_sep MyOHClient myOHClient concode_elem_sep int mLocalPort concode_elem_sep String myohVersion concode_elem_sep String SECRET_FILE_NAME concode_elem_sep EventPublisher mEventPublisher c...
String function ( ) { File loc0 = new File ( STATIC_CONTENT_DIR + File . separator + UUID_FILE_NAME ) ; String loc1 = "srini_string" ; if ( loc0 . exists ( ) ) { loc1 = readFirstLine ( loc0 ) ; logger . debug ( "srini_string" , loc0 . getAbsolutePath ( ) , loc1 ) ; } return loc1 ; }
37,671
set the value of addressline1 concode_field_sep String zip concode_elem_sep String city concode_elem_sep String phone concode_elem_sep Random random concode_elem_sep int customerID concode_elem_sep String name concode_elem_sep String addressLine1 concode_elem_sep int creditLimit concode_elem_sep String addressLine2 con...
void function ( String arg0 ) { if ( ( arg0 == null ) || ( arg0 . trim ( ) . length ( ) == 0 ) ) { throw new IllegalArgumentException ( "srini_string" ) ; } else if ( arg0 . length ( ) > 30 ) { arg0 = arg0 . substring ( 0 , 30 ) ; } this . addressLine1 = arg0 ; }
37,672
gets the filename of the file handled by this wrapper concode_field_sep AtomicReference<ByteArrayArray> baaRef concode_elem_sep int entries concode_elem_sep File file concode_elem_sep int segmentSize concode_elem_sep ByteArrayArray openInProgress concode_elem_sep int timeout concode_field_sep InputStream getBlockInputS...
String function ( ) { return file . getPath ( ) ; }
37,673
returns a string representation of this object ; useful for testing and debugging . concode_field_sep String originAccessIdentity concode_field_sep void setOriginAccessIdentity concode_elem_sep S3OriginConfig withOriginAccessIdentity concode_elem_sep String getOriginAccessIdentity concode_elem_sep int hashCode concode_...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getOriginAccessIdentity ( ) != null ) loc0 . append ( "srini_string" + getOriginAccessIdentity ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; }
37,674
clone an action . concode_field_sep long serialVersionUID concode_field_sep int nnCodingSize concode_elem_sep boolean isNullAction concode_elem_sep double[] nnCoding concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep IAction getAction concode_elem_sep IAction getAction concode_elem_sep void ...
IAction function ( ) { System . err . println ( "srini_string" ) ; System . exit ( 0 ) ; return null ; }
37,675
sets the address for this student . concode_field_sep int studentId concode_elem_sep String firstName concode_elem_sep String lastName concode_elem_sep String address concode_elem_sep boolean uiToggle concode_elem_sep Set<Course> courses concode_field_sep void setLastName concode_elem_sep void setCourses concode_elem_s...
void function ( String arg0 ) { this . address = arg0 ; }
37,676
return the url of the wsdl document that describes the service . concode_field_sep WebServiceFeature[] serviceFeatures concode_elem_sep Executor executor concode_elem_sep String namespaceUri concode_elem_sep String serviceName concode_elem_sep URL wsdlDocumentUrl concode_elem_sep HandlerResolver handlerResolver concode...
URL function ( ) { return this . wsdlDocumentUrl ; }
37,677
method to trim the user message after it exceeds a maximum length the length cap is 150 characters 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 ...
String function ( String arg0 ) { if ( arg0 . length ( ) > 150 ) { arg0 = ( arg0 . substring ( 0 , 150 ) + "srini_string" ) ; } return arg0 ; }
37,678
see row_format element of create_table ddl for hive . concode_field_sep boolean ifNotExists concode_elem_sep HCatTable hcatTable concode_field_sep Builder tblProps concode_elem_sep String getLocation concode_elem_sep int getNumBuckets concode_elem_sep List<HCatFieldSchema> getPartitionCols concode_elem_sep List<Order> ...
Builder function ( char arg0 ) { return serdeParam ( serdeConstants . MAPKEY_DELIM , Character . toString ( arg0 ) ) ; }
37,679
get the sum of all the probabilities in the distribution except for state j. concode_field_sep HashMap<Integer,Double> map concode_field_sep boolean add concode_elem_sep boolean containsOneOf concode_elem_sep void set concode_elem_sep Set<Integer> getSupport concode_elem_sep void clear concode_elem_sep boolean isEmpty ...
double function ( int arg0 ) { double loc0 = 0.0 ; Iterator < Entry < Integer , Double >> loc1 = iterator ( ) ; while ( loc1 . hasNext ( ) ) { Map . Entry < Integer , Double > loc2 = loc1 . next ( ) ; if ( loc2 . getKey ( ) != arg0 ) loc0 += loc2 . getValue ( ) ; } return loc0 ; }
37,680
returns the label field value . concode_field_sep String field concode_elem_sep String name concode_elem_sep String format concode_elem_sep String label concode_elem_sep JSONObject rawData concode_field_sep String getName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String getField con...
String function ( ) { return label ; }
37,681
set the value of confidence . concode_field_sep int MAGIC_HASH_INIT_VALUE concode_elem_sep Confidence confidence concode_elem_sep String name concode_elem_sep int MAGIC_HASH_MULTIPLIER concode_elem_sep long serialVersionUID concode_elem_sep String source concode_elem_sep boolean used concode_elem_sep String value conco...
void function ( Confidence arg0 ) { this . confidence = arg0 ; }
37,682
return whether or not the session id and user name should be included in the log message . concode_field_sep Logger log4jLogger concode_elem_sep boolean includeClientInfo concode_field_sep String getNestedDiagnosticContextMessage concode_elem_sep void postHandle concode_elem_sep void afterCompletion concode_elem_sep vo...
boolean function ( ) { return this . includeClientInfo ; }
37,683
gets the enum for a native value concode_field_sep API gst concode_elem_sep int SERIALIZED concode_elem_sep int DOWNSTREAM concode_elem_sep int BOTH concode_elem_sep int value concode_elem_sep int SHIFT concode_elem_sep int UPSTREAM concode_field_sep String getName concode_elem_sep String gst_event_type_get_name concod...
EventType function ( int arg0 ) { return EnumMapper . getInstance ( ) . valueOf ( arg0 , EventType . class ) ; }
37,684
retrieve all properties defined for a particular module concode_field_sep String threadPoolSize concode_elem_sep Properties notificationMgtConfigProperties concode_elem_sep Log log concode_elem_sep Map<String,ModuleConfiguration> moduleConfiguration concode_field_sep ModuleConfiguration getModuleConfigurations concode_...
Properties function ( String arg0 ) { return NotificationManagementUtils . getPropertiesWithPrefix ( arg0 , notificationMgtConfigProperties ) ; }
37,685
returns temperature data . concode_field_sep Temperature temperature concode_elem_sep Clouds clouds concode_elem_sep Precipitation precipitation concode_elem_sep ProviderName provider concode_elem_sep String VIRTUAL_TEMP_MINMAX concode_elem_sep Condition condition concode_elem_sep Wind wind concode_elem_sep String[] VI...
Temperature function ( ) { return temperature ; }
37,686
get the stored data . concode_field_sep byte[] data concode_elem_sep int flags concode_elem_sep int MAX_SIZE concode_field_sep String toString concode_elem_sep int getFlags
byte [ ] function ( ) { return data ; }
37,687
clears the currently saved pagination cursor from the collection . concode_field_sep String next concode_elem_sep String cursor concode_elem_sep Map<String,Object> qs concode_elem_sep int iterator concode_elem_sep ArrayList<String> previous concode_elem_sep UGClient client concode_elem_sep String type concode_elem_sep ...
void function ( ) { this . previous . clear ( ) ; this . next = null ; this . cursor = null ; }
37,688
sets the value of the sendrequestxmlresult property . concode_field_sep String sendRequestXMLResult concode_field_sep String getSendRequestXMLResult
void function ( String arg0 ) { this . sendRequestXMLResult = arg0 ; }
37,689
returns the company id of this shopping item price . concode_field_sep ShoppingItemPrice _shoppingItemPrice concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean...
long function ( ) { return _shoppingItemPrice . getCompanyId ( ) ; }
37,690
testing weaponfactory to produce a spear asserting that the weapon is an instance of spear concode_field_sep WeaponFactory factory concode_field_sep void init concode_elem_sep void testAxeWeapon concode_elem_sep void verifyWeapon concode_elem_sep void testWeapon
void function ( ) { Weapon loc0 = factory . create ( WeaponType . SPEAR ) ; verifyWeapon ( loc0 , Spear . class ) ; }
37,691
removes property change listener . concode_field_sep PropertyChangeSupport pcs concode_elem_sep String ERR_OPERATION_NOT_SUPPORTED concode_elem_sep IProperty property concode_elem_sep String ERR_PROPERTY_NOT_SPECIFIED concode_elem_sep String ERR_OPERATION_NOT_SPECIFIED concode_elem_sep IComparisonOperation operation co...
void function ( PropertyChangeListener arg0 ) { pcs . removePropertyChangeListener ( arg0 ) ; }
37,692
sets the control value for this ctbodyrq . concode_field_sep java.lang.String tipoDocumento concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String control concode_elem_sep java.lang.String numeroDocumento concode_elem_sep org.apache.axis.description.Type...
void function ( java . lang . String arg0 ) { this . control = arg0 ; }
37,693
returns the portal preferences where ownerid = &#63; and ownertype = &#63; or throws a nosuchpreferencesexception if it could not be found . concode_field_sep PortalPreferencesPersistence _persistence concode_field_sep int countAll concode_elem_sep void cacheResult concode_elem_sep void cacheResult concode_elem_sep Por...
PortalPreferences function ( long arg0 , int arg1 ) { return getPersistence ( ) . findByO_O ( arg0 , arg1 ) ; }
37,694
get the partial listing of file status concode_field_sep HdfsFileStatus[] partialListing concode_elem_sep int remainingEntries concode_field_sep boolean hasMore concode_elem_sep byte[] getLastName concode_elem_sep int getRemainingEntries
HdfsFileStatus [ ] function ( ) { return partialListing ; }
37,695
note : trigger a resultchanged event ! concode_field_sep DBIDs sample concode_field_sep String getShortName concode_elem_sep DBIDs getSample concode_elem_sep String getLongName
void function ( DBIDs arg0 ) { this . sample = arg0 ; }
37,696
sets the value of the zoomin property . concode_field_sep Integer dollyForward concode_elem_sep Integer rollAnticlockwise concode_elem_sep Integer zoomIn concode_elem_sep Integer rollClockwise concode_elem_sep Integer zoomOut concode_elem_sep long serialVersionUID concode_elem_sep Integer dollyBackward concode_elem_sep...
void function ( Integer arg0 ) { this . zoomIn = arg0 ; }
37,697
retrieves the clob value designated by this clob object as an ascii stream . concode_field_sep ClobDataID clob concode_elem_sep boolean isClosed concode_elem_sep SessionInterface session concode_field_sep Writer setCharacterStream concode_elem_sep int setString concode_elem_sep int setString concode_elem_sep OutputStre...
InputStream function ( ) { throw Util . notSupported ( ) ; }
37,698
wrapper method to allow the default list and passed filter to be used with the wraplist method this will return the filtered list of cities wrapped in selectitems concode_field_sep String BEAN_NAME concode_elem_sep List<String> cities concode_elem_sep String RESOURCE_PATH concode_elem_sep String CITIES_FILENAME concode...
List < SelectItem > function ( String arg0 ) { return wrapList ( arg0 , getCities ( ) ) ; }
37,699
sets time , at which built job should be fired . concode_field_sep int quartzDayOfWeek concode_elem_sep int hour concode_elem_sep int minute concode_field_sep String build
WeeklyCronJobExpressionBuilder function ( Time arg0 ) { this . hour = arg0 . getHour ( ) ; this . minute = arg0 . getMinute ( ) ; return this ; }