idx int64 0 25k | question stringlengths 68 5.61k | target stringlengths 21 500 |
|---|---|---|
23,500 | helper function for extract type from message concode_field_sep OneWaySequenceNumbersChain sequenceNumbersChain concode_field_sep byte[] encryptData concode_elem_sep long getNextOWS concode_elem_sep byte[] decryptData concode_elem_sep byte[] createMAC concode_elem_sep long getInitialSequenceNumber concode_elem_sep bool... | byte function ( INSENSMessage arg0 ) { INSENSMessagePayload loc0 = new INSENSMessagePayload ( arg0 . getPayload ( ) ) ; return loc0 . type ; } |
23,501 | return the value associated with the column : shifts concode_field_sep java.util.List<com.floreantpos.model.MenuItemModifierGroup> menuItemModiferGroups concode_elem_sep java.util.Date modifiedTime concode_elem_sep java.lang.Double discountRate concode_elem_sep com.floreantpos.model.MenuGroup parent concode_elem_sep ja... | java . util . List < com . floreantpos . model . MenuItemShift > function ( ) { return shifts ; } |
23,502 | list of properties from all local notifications . concode_field_sep Context context concode_field_sep Notification cancel concode_elem_sep void cancelAll concode_elem_sep List<Integer> getIdsByType concode_elem_sep List<Notification> getAll concode_elem_sep List<Notification> getByType concode_elem_sep NotificationMana... | List < JSONObject > function ( ) { return getOptionsById ( getIds ( ) ) ; } |
23,503 | returns a static instance of the fontmanager class . concode_field_sep Logger logger concode_elem_sep String NFONT_OPEN_TYPE concode_elem_sep int FONT_TYPE_3 concode_elem_sep boolean awtFontLoading concode_elem_sep int FONT_OPEN_TYPE concode_elem_sep boolean foundNFont concode_elem_sep int FONT_TYPE_1 concode_elem_sep ... | FontFactory function ( ) { if ( fontFactory == null ) { fontFactory = new FontFactory ( ) ; } return fontFactory ; } |
23,504 | gets the unicode additional properties . c version getunicodeproperties . concode_field_sep int m_additionalColumnsCount_ concode_elem_sep int m_additionalVectors_[] concode_elem_sep int UNSIGNED_VALUE_MASK_AFTER_SHIFT_ concode_elem_sep CharTrie m_trie_ concode_elem_sep int DATA_BUFFER_SIZE_ concode_elem_sep int LAST_N... | int function ( int arg0 , int arg1 ) { if ( arg1 == - 1 ) { return getProperty ( arg0 ) ; } if ( arg1 < 0 || arg1 >= m_additionalColumnsCount_ ) { return 0 ; } return m_additionalVectors_ [ m_additionalTrie_ . getCodePointValue ( arg0 ) + arg1 ] ; } |
23,505 | returns the labels corresponding to this attribute . concode_field_sep Attribute next concode_elem_sep String type concode_elem_sep byte[] value concode_field_sep int getSize concode_elem_sep Attribute read concode_elem_sep boolean isUnknown concode_elem_sep ByteVector write concode_elem_sep int getCount concode_elem_s... | Label [ ] function ( ) { return null ; } |
23,506 | gets the name of this time zone to be displayed in the ui . concode_field_sep TimeZoneBean parent concode_elem_sep boolean useDaylightTime concode_elem_sep String id concode_elem_sep String dislayName concode_elem_sep boolean inDaylightTime concode_field_sep String getUseDaylightTime concode_elem_sep String getTime con... | String function ( ) { return dislayName ; } |
23,507 | enable tracing . concode_field_sep int[] jj_expentry concode_elem_sep OBOParserHandler handler concode_elem_sep JavaCharStream jj_input_stream concode_elem_sep Token jj_nt concode_elem_sep int jj_ntk concode_elem_sep int[] jj_la1_0 concode_elem_sep int[] jj_la1 concode_elem_sep int jj_gen concode_elem_sep java.util.Lis... | void function ( ) { } |
23,508 | save the ejb session context . concode_field_sep SessionContext ctx concode_field_sep void ejbCreate concode_elem_sep void dropGeometryTable concode_elem_sep void createGeometryTable concode_elem_sep void createGeometryTable concode_elem_sep void ejbPostCreate concode_elem_sep Collection findByPolygon concode_elem_sep ... | void function ( SessionContext arg0 ) { this . ctx = arg0 ; } |
23,509 | return the role associated with this application configuration . concode_field_sep int mDataType concode_elem_sep int mChannelType concode_elem_sep int mRole concode_elem_sep Parcelable.Creator<BluetoothHealthAppConfiguration> CREATOR concode_elem_sep String mName concode_field_sep String getName concode_elem_sep int h... | int function ( ) { return mRole ; } |
23,510 | return the total pipeline annotation time in milliseconds . concode_field_sep boolean TIME concode_elem_sep List<MutableLong> accumulatedTime concode_elem_sep List<Annotator> annotators concode_field_sep void addAnnotator concode_elem_sep String timingInformation concode_elem_sep Set<Class<? extends CoreAnnotation>> re... | long function ( ) { long loc0 = 0 ; for ( MutableLong loc1 : accumulatedTime ) { loc0 += loc1 . longValue ( ) ; } return loc0 ; } |
23,511 | removes a property change listener . concode_field_sep PropertyChangeSupport propertyChangeSupport_ concode_elem_sep boolean exceptionOccured_ concode_elem_sep String copyright concode_elem_sep long length_ concode_elem_sep WorkingEventSupport workingEventSupport_ concode_elem_sep ErrorEventSupport errorEventSupport_ c... | void function ( PropertyChangeListener arg0 ) { propertyChangeSupport_ . removePropertyChangeListener ( arg0 ) ; } |
23,512 | convert `` normal '' color to dichromat color based on set color type concode_field_sep String[] COLORBLIND_TYPE concode_elem_sep double[][] RGBtoXYZMatrix concode_elem_sep double[][] confusionPoints concode_elem_sep int DEUTERANOPIA concode_elem_sep int NORMAL concode_elem_sep int s_colorType concode_elem_sep int PROT... | ColorUIResource function ( ColorUIResource arg0 ) { if ( s_colorType == NORMAL ) return arg0 ; return new ColorUIResource ( getDichromatColorUIResource ( arg0 , s_colorType ) ) ; } |
23,513 | clears all data in key group . concode_field_sep Vector<Vector<DGuiItem>> mvItemVectors concode_elem_sep DGuiClient miClient concode_elem_sep int Type concode_elem_sep Vector<DGuiFieldKey> mvFieldKeys concode_elem_sep Vector<DFieldKeyConfig> mvFieldKeyConfigs concode_elem_sep DGuiParams Params concode_elem_sep boolean ... | void function ( ) { for ( DGuiFieldKey loc0 : mvFieldKeys ) { ( ( JComboBox ) loc0 . getComponent ( ) ) . removeItemListener ( this ) ; } mvFieldKeys . clear ( ) ; mvFieldKeyConfigs . clear ( ) ; mvItemVectors . clear ( ) ; } |
23,514 | constructs a new string by decoding the specified array of bytes using the utf-8 charset . concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] getBytesUtf8 concode_elem_sep byte[] getBytes concode_elem_sep String newString | String function ( final byte [ ] arg0 ) { return newString ( arg0 , StandardCharsets . UTF_8 ) ; } |
23,515 | detects objects of different sizes in the input image . the detected objects are returned as a list of rectangles . the function is parallelized with the tbb library . note : python a face detection example using cascade classifiers can be found at opencv_source_code/samples/python2/facedetect.py concode_field_sep long... | void function ( Mat arg0 , MatOfRect arg1 ) { Mat loc0 = arg1 ; detectMultiScale_1 ( nativeObj , arg0 . nativeObj , loc0 . nativeObj ) ; return ; } |
23,516 | deprecated . please use appeventslogger instead . concode_field_sep String EVENT_NAME_LOG_CONVERSION_PIXEL concode_elem_sep String EVENT_PARAMETER_PIXEL_ID concode_elem_sep AppEventsLogger appEventsLogger concode_elem_sep String EVENT_PARAMETER_PIXEL_VALUE concode_field_sep InsightsLogger newLogger concode_elem_sep Ins... | void function ( BigDecimal arg0 , Currency arg1 ) { logPurchase ( arg0 , arg1 , null ) ; } |
23,517 | reads from standard input characters which represent a float . leading spaces are skipped . concode_field_sep int LineBufferLength concode_elem_sep PushbackReader stdin concode_field_sep char readlnChar concode_elem_sep int readlnInt concode_elem_sep long readlnLong concode_elem_sep double readlnDouble concode_elem_sep... | float function ( ) { return ( float ) readNumber ( ) ; } |
23,518 | adds an mapillaryimage to the object , and then repaints mapview . concode_field_sep Set<MapillaryAbstractImage> multiSelectedImages concode_elem_sep Set<MapillaryAbstractImage> images concode_elem_sep MapillaryAbstractImage highlightedImage concode_elem_sep MapillaryAbstractImage selectedImage concode_elem_sep List<Bo... | void function ( MapillaryAbstractImage arg0 ) { add ( arg0 , true ) ; } |
23,519 | the scheme and authority of the flow catalog uri are used to generate flowspec uris from flow configs . concode_field_sep Optional<List<Spec>> childSpecs concode_elem_sep String description concode_elem_sep String version concode_elem_sep Optional<Properties> configAsProperties concode_elem_sep Optional<URI> uri concod... | FlowSpec . Builder function ( URI arg0 ) { this . flowCatalogURI = Optional . of ( arg0 ) ; return this ; } |
23,520 | method invoked when a thread would terminate due to the given uncaught exception . all we do here is simply log the exception using the system logger . any exception thrown by this method will be ignored by the java virtual machine and thus wo n't screw our application . concode_field_sep ConfigurationService configura... | void function ( Thread arg0 , Throwable arg1 ) { logger . error ( "srini_string" + arg0 + "srini_string" + arg1 . getMessage ( ) , arg1 ) ; } |
23,521 | sets the value of the uniquename property . concode_field_sep String parent concode_elem_sep String uniqueName concode_elem_sep String goal concode_elem_sep String trend concode_elem_sep String measureGroup concode_elem_sep String caption concode_elem_sep String weight concode_elem_sep String time concode_elem_sep Obje... | void function ( String arg0 ) { this . uniqueName = arg0 ; } |
23,522 | gets the value of the authenticatortransportprotocol property . concode_field_sep PrincipalAuthenticationMechanismType principalAuthenticationMechanism concode_elem_sep List<ExtensionType> extension concode_elem_sep AuthenticatorTransportProtocolType authenticatorTransportProtocol concode_elem_sep AuthenticatorBaseType... | AuthenticatorTransportProtocolType function ( ) { return authenticatorTransportProtocol ; } |
23,523 | returns product name of the underlying eis instance connected through the managedconnection . concode_field_sep Logger log concode_field_sep int getMaxConnections concode_elem_sep String getEISProductVersion concode_elem_sep String getUserName | String function ( ) { log . trace ( "srini_string" ) ; return null ; } |
23,524 | get a record from the head of the queue , waiting up to the configured timeout time for a record to become available . concode_field_sep BlockingQueue<T> blockingQueue concode_elem_sep TimeUnit timeoutTimeUnit concode_elem_sep Gauge<Double> fillRatioGauge concode_elem_sep boolean ifCollectStats concode_elem_sep Optiona... | T function ( ) { T loc0 = this . blockingQueue . poll ( this . timeout , this . timeoutTimeUnit ) ; if ( this . queueStats . isPresent ( ) ) { this . queueStats . get ( ) . getsRateMeter . mark ( ) ; } return loc0 ; } |
23,525 | gets the value of the link property . concode_field_sep String _default concode_elem_sep Link link concode_elem_sep Map<QName,String> otherAttributes concode_elem_sep QName type concode_elem_sep List<Object> any concode_elem_sep Boolean required concode_elem_sep String path concode_elem_sep Boolean repeating concode_el... | Link function ( ) { return link ; } |
23,526 | confirm that cloning works . concode_field_sep PlaceHolder placeHolder concode_field_sep void testPublicCloneable concode_elem_sep void testSerialization concode_elem_sep boolean checkIndependence concode_elem_sep void testHashcode concode_elem_sep void testEquals | void function ( ) { LineRenderer3D loc0 = new LineRenderer3D ( ) ; LineRenderer3D loc1 = ( LineRenderer3D ) loc0 . clone ( ) ; assertTrue ( loc0 != loc1 ) ; assertTrue ( loc0 . getClass ( ) == loc1 . getClass ( ) ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; assertTrue ( checkIndependence ( loc0 , loc1 ) ) ; } |
23,527 | override sequencegenerator using info definded in entitymappings/persistence-metadata-unit concode_field_sep Map<String,JaxbSequenceGenerator> sequenceGeneratorMap concode_elem_sep Set<String> defaultNamedQueryNames concode_elem_sep List<AnnotationInstance> indexedAnnotationInstanceList concode_elem_sep Map<String,Jaxb... | JaxbSequenceGenerator function ( JaxbSequenceGenerator arg0 , EntityMappingsMocker . Default arg1 ) { if ( StringHelper . isEmpty ( arg0 . getSchema ( ) ) && arg1 != null ) { arg0 . setSchema ( arg1 . getSchema ( ) ) ; } if ( StringHelper . isEmpty ( arg0 . getCatalog ( ) ) && arg1 != null ) { arg0 . setCatalog ( arg1 ... |
23,528 | checks whether the given artifact is at the updating state in the given instance concode_field_sep Set<String> backedUpFiles concode_elem_sep Set<String> restoredFiles concode_elem_sep Log log concode_elem_sep String mainSeqLstUpdatedFile concode_elem_sep Map<String,ClassLoader> classMediatorClassLoaders concode_elem_s... | boolean function ( String arg0 ) { return updatingArtifacts . containsKey ( getNormalizedAbsolutePath ( arg0 ) ) ; } |
23,529 | starts media application concode_field_sep Process media_process concode_elem_sep double tone_amp concode_elem_sep int sample_rate concode_elem_sep boolean useDTMF concode_elem_sep int frame_rate concode_elem_sep int tone_freq concode_elem_sep int dir concode_elem_sep SRTP srtp concode_elem_sep DatagramSocket socket co... | boolean function ( ) { printLog ( "srini_string" , LogLevel . HIGH ) ; if ( sender != null ) { printLog ( "srini_string" , LogLevel . LOW ) ; sender . start ( ) ; } if ( receiver != null ) { printLog ( "srini_string" , LogLevel . LOW ) ; receiver . start ( ) ; } return true ; } |
23,530 | applies the mapping for each value in the map . concode_field_sep PlaceHolder placeHolder concode_field_sep MapStream<K,V> unordered concode_elem_sep MapStream<K,V> ofMaps concode_elem_sep MapStream<K1,V1> mapEntries concode_elem_sep Stream<R> mapEntries concode_elem_sep MapStream<K,V> sequential concode_elem_sep MapSt... | MapStream < K , V1 > function ( Function < ? super V , ? extends V1 > arg0 ) { return new DefaultMapStream < > ( map ( e -> new SimpleImmutableEntry < > ( e . getKey ( ) , arg0 . apply ( e . getValue ( ) ) ) ) ) ; } |
23,531 | builds query params from the provided grid settings . concode_field_sep int DEFAULT_PAGE concode_elem_sep int DEFAULT_PAGE_SIZE concode_field_sep Order orderIdAsc concode_elem_sep List<Order> buildOrderList concode_elem_sep List<Order> orderListForLookup concode_elem_sep List<Order> orderListFromGridSettings | QueryParams function ( GridSettings arg0 ) { return buildQueryParams ( arg0 , buildOrderList ( arg0 , null ) ) ; } |
23,532 | test method for ie.gmit.dip.morsetree #getkeybyvalue char . concode_field_sep MorseTree morseTree concode_field_sep void testCharacter concode_elem_sep void testGetA concode_elem_sep void testGetKeyOf4 concode_elem_sep void setUpBeforeClass concode_elem_sep void setUp concode_elem_sep void tearDownAfterClass concode_el... | void function ( ) { String loc0 = morseTree . getKeyByValue ( new Character ( 'G' ) ) ; String loc1 = "srini_string" ; assertEquals ( loc1 , loc0 ) ; } |
23,533 | reads in a an integer n and a sequence of pairs of integers between 0 and n-1 from standard input , where each integer in the pair represents some site ; if the sites are in different components , merge the two components and print the pair to standard output . concode_field_sep int count concode_elem_sep byte[] rank c... | void function ( String [ ] arg0 ) { int loc0 = StdIn . readInt ( ) ; UF loc1 = new UF ( loc0 ) ; while ( ! StdIn . isEmpty ( ) ) { int loc2 = StdIn . readInt ( ) ; int loc3 = StdIn . readInt ( ) ; if ( loc1 . connected ( loc2 , loc3 ) ) continue ; loc1 . union ( loc2 , loc3 ) ; StdOut . println ( loc2 + "srini_string" ... |
23,534 | set the url of the object . by clicking on published open graph , this url will be opened . concode_field_sep Privacy mPrivacy concode_elem_sep String mNoun concode_elem_sep Bundle mBundle concode_elem_sep Bundle bundle concode_elem_sep String URL concode_elem_sep String UPDATED_TIME concode_elem_sep String description... | Builder function ( String arg0 ) { this . url = arg0 ; return this ; } |
23,535 | get the id of the node concode_field_sep String node concode_elem_sep String NAME concode_elem_sep ShardId shardId concode_elem_sep boolean allowPrimary concode_field_sep void writeTo concode_elem_sep AllocateAllocationCommand readFrom concode_elem_sep void toXContent concode_elem_sep String name concode_elem_sep Alloc... | String function ( ) { return this . node ; } |
23,536 | sets the parent pdf object 's reference . concode_field_sep Reference reference concode_elem_sep char[] hexChar concode_elem_sep StringBuilder stringData concode_field_sep String getHexString concode_elem_sep StringBuilder stringToHex concode_elem_sep String getDecryptedLiteralString concode_elem_sep String encryption ... | void function ( Reference arg0 ) { this . reference = arg0 ; } |
23,537 | sets port endpoint will be bound to . concode_field_sep ServerSocket srvSock concode_elem_sep boolean mgmt concode_elem_sep IgniteLogger log concode_elem_sep int port concode_elem_sep String host concode_elem_sep int DFLT_IPC_PORT concode_field_sep void setHost concode_elem_sep void setupConfiguration concode_elem_sep ... | void function ( int arg0 ) { this . port = arg0 ; } |
23,538 | stops this bundle . concode_field_sep ConfigurationService configurationService concode_elem_sep FileAccessService fileAccessService concode_elem_sep String DISABLED_PROP concode_elem_sep BundleContext bundleContext concode_elem_sep ServiceRegistration configForm concode_field_sep FileAccessService getFileAccessService... | void function ( BundleContext arg0 ) { if ( configForm != null ) { configForm . unregister ( ) ; } } |
23,539 | this method adds a new child xmlnode with the given element name and value . concode_field_sep String nameSpace concode_elem_sep String name concode_elem_sep HashMap<String,String> attributes concode_elem_sep XmlNode parentNode concode_elem_sep String value concode_elem_sep List<XmlNode> children concode_field_sep XmlN... | XmlNode function ( final String arg0 , final String arg1 ) { final XmlNode loc0 = new XmlNode ( arg0 , arg1 ) ; children . add ( loc0 ) ; return loc0 ; } |
23,540 | sets if the system uses a custom meta class creation handle concode_field_sep boolean origByteRes concode_elem_sep boolean valid concode_elem_sep boolean origShortRes concode_elem_sep ConstantMetaClassVersioning constantMetaClassVersioning concode_elem_sep boolean origDouble concode_elem_sep boolean origDoubleRes conco... | void function ( boolean arg0 ) { withoutCustomHandle = arg0 ; changeFlags ( arg0 ) ; } |
23,541 | detects keypoints in an image first variant or image set second variant . concode_field_sep int GRID_STAR concode_elem_sep int PYRAMIDDETECTOR concode_elem_sep long nativeObj concode_elem_sep int STAR concode_elem_sep int PYRAMID_ORB concode_elem_sep int SIMPLEBLOB concode_elem_sep int GRID_SIMPLEBLOB concode_elem_sep ... | void function ( List < Mat > arg0 , List < MatOfKeyPoint > arg1 ) { Mat loc0 = Converters . vector_Mat_to_Mat ( arg0 ) ; Mat loc1 = new Mat ( ) ; detect_3 ( nativeObj , loc0 . nativeObj , loc1 . nativeObj ) ; Converters . Mat_to_vector_vector_KeyPoint ( loc1 , arg1 ) ; return ; } |
23,542 | returns the executor that will be used to run this service.subclasses may override this method to use a custom executor , which may configure its worker thread with a specific name , thread group or priority . the returned executor 's executor #execute runnable execute method is called when this service is started , an... | Executor function ( ) { return new Executor ( ) { @ Override public void execute ( Runnable arg0 ) { new Thread ( arg0 , getServiceName ( ) ) . start ( ) ; } } ; } |
23,543 | gets the name of the iteration . concode_field_sep int parallelism concode_elem_sep Map<String,Aggregator<?>> aggregators concode_elem_sep boolean optNumVertices concode_elem_sep String name concode_elem_sep boolean unmanagedSolutionSet concode_field_sep void setName concode_elem_sep void setSolutionSetUnmanagedMemory ... | String function ( String arg0 ) { if ( name != null ) { return name ; } else { return arg0 ; } } |
23,544 | set the value of description . concode_field_sep String notes concode_elem_sep Set<VulnerableSoftware> vulnerableSoftware concode_elem_sep String description concode_elem_sep String matchedCPE concode_elem_sep String cwe concode_elem_sep float cvssScore concode_elem_sep String cvssAccessVector concode_elem_sep String c... | void function ( String arg0 ) { this . description = arg0 ; } |
23,545 | create a new tophits aggregation with the given name . concode_field_sep PlaceHolder placeHolder concode_field_sep GeoBoundsAggregationBuilder geoBounds concode_elem_sep DateRangeAggregationBuilder dateRange concode_elem_sep DateHistogramAggregationBuilder dateHistogram concode_elem_sep RangeAggregationBuilder range co... | TopHitsAggregationBuilder function ( String arg0 ) { return new TopHitsAggregationBuilder ( arg0 ) ; } |
23,546 | removes the a device from the region tracking data structure . concode_field_sep int DEFAULT_FAR_HYSTERESIS_HIGH concode_elem_sep Integer mMidHysteresisHigh concode_elem_sep Integer mFarHysteresisHigh concode_elem_sep Integer mNearestPathLoss concode_elem_sep double mSmoothFactor concode_elem_sep int DEFAULT_MID_HYSTER... | boolean function ( String arg0 ) { mStabilizedDeviceRegion . remove ( arg0 ) ; if ( arg0 . equals ( mNearestAddress ) ) { mNearestAddress = null ; mNearestPathLoss = 0 ; return true ; } return false ; } |
23,547 | returns whether data peeked from the current position in input is consistent with theinput being a fragmented mp4 file . concode_field_sep int[] COMPATIBLE_BRANDS concode_elem_sep int SEARCH_LENGTH concode_field_sep boolean sniffInternal concode_elem_sep boolean sniffUnfragmented concode_elem_sep boolean isCompatibleBr... | boolean function ( ExtractorInput arg0 ) { return sniffInternal ( arg0 , true ) ; } |
23,548 | returns the date/time that the even was logged . concode_field_sep String principal concode_elem_sep Map<String,Object> data concode_elem_sep String type concode_elem_sep Date timestamp concode_field_sep String getPrincipal concode_elem_sep String getType concode_elem_sep String toString concode_elem_sep Map<String,Obj... | Date function ( ) { return this . timestamp ; } |
23,549 | retrieves the subscription id associated with this drmrights object . concode_field_sep String mSubscriptionId concode_elem_sep byte[] mData concode_elem_sep String mMimeType concode_elem_sep String mAccountId concode_field_sep String getMimeType concode_elem_sep String getAccountId concode_elem_sep boolean isValid con... | String function ( ) { return mSubscriptionId ; } |
23,550 | insert the taggedprofile into the given any . this method uses the taggedprofileholder . concode_field_sep PlaceHolder placeHolder concode_field_sep TaggedProfile extract concode_elem_sep TaggedProfile read concode_elem_sep String id concode_elem_sep TypeCode type concode_elem_sep void write | void function ( Any arg0 , TaggedProfile arg1 ) { arg0 . insert_Streamable ( new TaggedProfileHolder ( arg1 ) ) ; } |
23,551 | create a buffer that contains the entire test file data . concode_field_sep ThreadLocal<Random> RANDOM concode_elem_sep Random SEED concode_elem_sep long seed concode_elem_sep int BLOCK_SIZE concode_elem_sep int NUM_BLOCKS concode_elem_sep int FILE_SIZE concode_elem_sep Log LOG concode_elem_sep Long RANDOM_NUMBER_GENER... | byte [ ] function ( int arg0 ) { if ( seed == - 1 ) seed = nextLong ( ) ; return randomBytes ( seed , arg0 ) ; } |
23,552 | the messages returned form the smartling translation api . concode_field_sep String code concode_elem_sep T data concode_elem_sep List<String> messages concode_field_sep String toString concode_elem_sep String getCode concode_elem_sep T getData | List < String > function ( ) { return messages ; } |
23,553 | return a calculated label for the per-row button . concode_field_sep UIInput accountId concode_elem_sep UISelectBoolean checked concode_elem_sep UISelectBoolean created concode_elem_sep UIData data concode_field_sep String next concode_elem_sep String update concode_elem_sep String delete concode_elem_sep Iterator<Cust... | String function ( ) { return ( "srini_string" + accountId . getValue ( ) ) ; } |
23,554 | get join table name concode_field_sep String m_condition concode_elem_sep String m_mainTable concode_elem_sep boolean m_left concode_elem_sep String m_mainAlias concode_elem_sep String m_joinAlias concode_elem_sep String m_joinTable concode_elem_sep String m_joinClause concode_field_sep String getCondition concode_elem... | String function ( ) { return m_joinTable ; } |
23,555 | the date on which these credentials expire . returns a reference to this object so that method calls can be chained together . concode_field_sep String accessKeyId concode_elem_sep String secretAccessKey concode_elem_sep String sessionToken concode_elem_sep java.util.Date expiration concode_field_sep Credentials withSe... | Credentials function ( java . util . Date arg0 ) { this . expiration = arg0 ; return this ; } |
23,556 | returns the model instance of an event method for the given method name . concode_field_sep long serialVersionUID concode_elem_sep String interfaceName concode_elem_sep Map methods concode_field_sep String getInterfaceName concode_elem_sep void setInterfaceName concode_elem_sep void toSAX concode_elem_sep Iterator getM... | EventMethodModel function ( String arg0 ) { return ( EventMethodModel ) this . methods . get ( arg0 ) ; } |
23,557 | return 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 g... | String function ( ) { return ( this . body ) ; } |
23,558 | returns a copy of the vector concode_field_sep double sqNorm concode_elem_sep boolean calcNorm concode_elem_sep double[] val concode_elem_sep double norm concode_elem_sep boolean calcSqNorm concode_field_sep void setW concode_elem_sep Coords3D add concode_elem_sep Coords3D crossProduct concode_elem_sep Coords3D sub con... | Coords3D function ( ) { return new Coords3D ( val [ 0 ] , val [ 1 ] , val [ 2 ] , val [ 3 ] ) ; } |
23,559 | empty 3d array concode_field_sep PlaceHolder placeHolder concode_field_sep void setValue concode_elem_sep void setValue | void function ( ClarionObject arg0 [ ] [ ] [ ] ) { throw new RuntimeException ( "srini_string" ) ; } |
23,560 | 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 ) ) ; } |
23,561 | method called when we should search the map for an address this happens when the preset location list is modified concode_field_sep String standardAddress concode_elem_sep List points concode_elem_sep boolean showMarkers concode_elem_sep String geoCoderAddress concode_elem_sep boolean locateAddress concode_elem_sep Str... | void function ( ValueChangeEvent arg0 ) { locateAddress = true ; } |
23,562 | below method will be used to fill the row values to data array concode_field_sep boolean isExplictSorted concode_elem_sep byte[] data concode_elem_sep int[] invertedIndex concode_elem_sep int[] invertedIndexReverse concode_field_sep void putArray concode_elem_sep int getSurrogate concode_elem_sep boolean isExplicitSort... | void function ( int arg0 , byte [ ] arg1 , int arg2 ) { throw new UnsupportedOperationException ( "srini_string" ) ; } |
23,563 | loads a set of region metadata from an arbitrary inputstream containing an xml file . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder | RegionMetadata function ( final InputStream arg0 ) { return RegionMetadataParser . parse ( arg0 ) ; } |
23,564 | this method will be used to instruct the can collection box to remove the drinks can shape or drink brand name from being displayed . concode_field_sep TransactionController txCtrl concode_elem_sep int selection concode_field_sep void updateDrinkSelection concode_elem_sep boolean dispenseDrink concode_elem_sep void all... | void function ( ) { selection = - 1 ; txCtrl . getCustomerPanel ( ) . resetCan ( ) ; } |
23,565 | gets the value of the actuate property . concode_field_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 concode_elem_sep String type concode_elem_sep String title concode_elem_sep JAXBElement... | String function ( ) { return actuate ; } |
23,566 | returns the javax.swing.jframe concode_field_sep SessionContainer sc concode_elem_sep String VERSION concode_elem_sep File file concode_elem_sep JFrame frame concode_field_sep void setLastWidth concode_elem_sep void setLastWidth concode_elem_sep void doHelpAbout concode_elem_sep void doRestart concode_elem_sep void mai... | JFrame function ( ) { return this . frame ; } |
23,567 | returns the company id of this virtual host . concode_field_sep VirtualHost _virtualHost concode_field_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep void setHostname concode_elem_sep boolean isCachedModel concode_elem_sep com.liferay.portlet.expando.model.ExpandoBridge get... | long function ( ) { return _virtualHost . getCompanyId ( ) ; } |
23,568 | setter method for repeatcall 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_ele... | void function ( String arg0 ) { this . repeatCall = arg0 ; } |
23,569 | reports the open status of the port . concode_field_sep ModbusSerialTransport m_Transport concode_elem_sep CommPortIdentifier m_PortIdentifyer concode_elem_sep SerialPort m_SerialPort concode_elem_sep InputStream m_SerialIn concode_elem_sep Logger logger concode_elem_sep SerialParameters m_Parameters concode_elem_sep b... | boolean function ( ) { return m_Open ; } |
23,570 | some open web servers do not abide by the fact that parameter keys should be case insensitive . this method will allow a specification to determine the way that the parameter keys should be encoded in requests made by the server . concode_field_sep String EXCEPTION_XML concode_elem_sep Map<String,Object> hints concode_... | String function ( String arg0 ) { return arg0 ; } |
23,571 | the pid file location can be null if no pid file is configured concode_field_sep Path logsFile concode_elem_sep Settings settings concode_elem_sep Path sharedDataFile concode_elem_sep Setting<String> PATH_SHARED_DATA_SETTING concode_elem_sep Path[] dataWithClusterFiles concode_elem_sep Path modulesFile concode_elem_sep... | Path function ( ) { return pidFile ; } |
23,572 | test if this extendedtype object is equal to the given extendedtype . concode_field_sep String localName concode_elem_sep int nodetype concode_elem_sep String namespace concode_elem_sep int hash concode_field_sep void redefine concode_elem_sep void redefine concode_elem_sep String getLocalName concode_elem_sep String g... | boolean function ( ExtendedType arg0 ) { try { return arg0 . nodetype == this . nodetype && arg0 . localName . equals ( this . localName ) && arg0 . namespace . equals ( this . namespace ) ; } catch ( NullPointerException loc0 ) { return false ; } } |
23,573 | informs the token marker that lines have been inserted into the document . this inserts a gap in the lineinfo array . concode_field_sep Token lastToken concode_elem_sep Token firstToken concode_elem_sep boolean nextLineRequested concode_elem_sep int lastLine concode_elem_sep LineInfo[] lineInfo concode_elem_sep Object ... | void function ( int arg0 , int arg1 ) { if ( arg1 <= 0 ) return ; length += arg1 ; ensureCapacity ( length ) ; int loc0 = arg0 + arg1 ; System . arraycopy ( lineInfo , arg0 , lineInfo , loc0 , lineInfo . length - loc0 ) ; for ( int loc1 = arg0 + arg1 - 1 ; loc1 >= arg0 ; loc1 -- ) { lineInfo [ loc1 ] = new LineInfo ( )... |
23,574 | sets the class . concode_field_sep long serialVersionUID concode_elem_sep Double copyright concode_elem_sep ResultPublication resultPublication concode_elem_sep Date endDate concode_elem_sep Project project concode_elem_sep Long id concode_elem_sep Class theClass concode_elem_sep Date startDate concode_elem_sep Double ... | void function ( Class arg0 ) { this . theClass = arg0 ; } |
23,575 | converts an array of bytes to an equivalent string of hexadecimal digits . concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] serialize concode_elem_sep String serializeToString concode_elem_sep byte[] hexToByteArray concode_elem_sep int compareTo concode_elem_sep Object deserialize | String function ( byte [ ] arg0 ) { return StringConverter . byteToHex ( arg0 ) ; } |
23,576 | backup a number of characters . concode_field_sep int bufpos concode_elem_sep boolean prevCharIsLF concode_elem_sep int bufsize concode_elem_sep int available concode_elem_sep int tabSize concode_elem_sep java.io.Reader inputStream concode_elem_sep int line concode_elem_sep boolean staticFlag concode_elem_sep int bufco... | void function ( int arg0 ) { inBuf += arg0 ; if ( ( bufpos -= arg0 ) < 0 ) bufpos += bufsize ; } |
23,577 | set the ifunmodifiedsince value . concode_field_sep DateTimeRfc1123 ocpDate concode_elem_sep String clientRequestId concode_elem_sep DateTimeRfc1123 ifUnmodifiedSince concode_elem_sep Boolean returnClientRequestId concode_elem_sep DateTimeRfc1123 ifModifiedSince concode_elem_sep Integer timeout concode_elem_sep String ... | TaskUpdateOptions function ( DateTime arg0 ) { if ( arg0 == null ) { this . ifUnmodifiedSince = null ; } else { this . ifUnmodifiedSince = new DateTimeRfc1123 ( arg0 ) ; } return this ; } |
23,578 | returns true if the field is in the schema . concode_field_sep Scan s concode_elem_sep String joinfield concode_elem_sep Index idx concode_elem_sep TableScan ts concode_field_sep boolean next concode_elem_sep int getInt concode_elem_sep Constant getVal concode_elem_sep void resetIndex concode_elem_sep void beforeFirst ... | boolean function ( String arg0 ) { return ts . hasField ( arg0 ) || s . hasField ( arg0 ) ; } |
23,579 | sets the value of the lineid property . concode_field_sep BigDecimal rateplanPrice concode_elem_sep XMLGregorianCalendar serviceBeginDate concode_elem_sep List<Service> selectedService concode_elem_sep FreeIndicatorEnum myFavesIndicator concode_elem_sep NpaNxx npaInfo concode_elem_sep BigInteger lineId concode_elem_sep... | void function ( BigInteger arg0 ) { this . lineId = arg0 ; } |
23,580 | gets the version . concode_field_sep String description concode_elem_sep String id concode_elem_sep String title concode_elem_sep String version concode_elem_sep String appsString concode_elem_sep List<Application> applications concode_field_sep String getTitle concode_elem_sep void setVersion concode_elem_sep List<App... | String function ( ) { return version ; } |
23,581 | adds the new settings name if it does not nexist , or overwrites the old one . concode_field_sep String fileName concode_elem_sep ConnectionSetting emptySetting concode_elem_sep String connTypes[][] concode_elem_sep File recentSettings concode_elem_sep String tmpdir concode_elem_sep String sJDBCTypes[][] concode_field_... | void function ( HashMappedList arg0 , ConnectionSetting arg1 ) { arg0 . put ( arg1 . getName ( ) , arg1 ) ; ConnectionDialogCommon . storeRecentConnectionSettings ( arg0 ) ; } |
23,582 | retrieve the value of a property concode_field_sep String[] propertyNames concode_elem_sep String[] THING_PROPERTIES concode_elem_sep String targetType concode_elem_sep ArrayList<String> targetTypes concode_elem_sep String EVENT concode_elem_sep String ENTERTAINMENT concode_elem_sep String ORGANIZATION concode_elem_sep... | String function ( String arg0 ) { return this . properties . getProperty ( arg0 ) ; } |
23,583 | retrieve a variable value . concode_field_sep FunctionContext functionContext concode_elem_sep Navigator navigator concode_elem_sep NamespaceContext namespaceContext concode_elem_sep long serialVersionUID concode_elem_sep VariableContext variableContext concode_field_sep VariableContext getVariableContext concode_elem_... | Object function ( String arg0 , String arg1 , String arg2 ) { VariableContext loc0 = getVariableContext ( ) ; if ( loc0 != null ) { return loc0 . getVariableValue ( arg0 , arg1 , arg2 ) ; } else { throw new UnresolvableException ( "srini_string" ) ; } } |
23,584 | returns the gradient is enabled value . concode_field_sep NumberFormat mChartValuesFormat concode_elem_sep boolean mGradientEnabled concode_elem_sep BasicStroke mStroke concode_elem_sep boolean mHighlighted concode_elem_sep int mGradientStopColor concode_elem_sep boolean mDisplayBoundingPoints concode_elem_sep boolean ... | boolean function ( ) { return mGradientEnabled ; } |
23,585 | add all key value pairs from the supplied properties object concode_field_sep PlaceHolder placeHolder concode_field_sep void removeFromDisabledList concode_elem_sep void removeFromDisabledList concode_elem_sep Set<String> getPluginNamesOfType concode_elem_sep void removePlugin concode_elem_sep void removePlugins concod... | void function ( Properties arg0 , boolean arg1 ) { weka . core . PluginManager . addFromProperties ( arg0 , arg1 ) ; } |
23,586 | appends '' < / tag > '' to the stringbuilder . this is a typical closing html/didl/xml tag . concode_field_sep PlaceHolder placeHolder concode_field_sep String abbreviate concode_elem_sep void addAttribute concode_elem_sep void openTag concode_elem_sep String encodeXML concode_elem_sep void addXMLTagAndAttribute concod... | void function ( StringBuilder arg0 , String arg1 ) { arg0 . append ( "srini_string" ) ; arg0 . append ( arg1 ) ; arg0 . append ( "srini_string" ) ; } |
23,587 | get get request . concode_field_sep String post concode_elem_sep Map<String,String> response concode_elem_sep String header concode_elem_sep String source concode_elem_sep String url concode_field_sep String getPost concode_elem_sep Map<String,String> getResponse concode_elem_sep String getSource concode_elem_sep Strin... | String function ( ) { return url ; } |
23,588 | sets the value of the contribution property . concode_field_sep Double contribution concode_elem_sep RecordRef partner concode_elem_sep RecordRef partnerRole concode_elem_sep Boolean isPrimary concode_field_sep Double getContribution concode_elem_sep Boolean isIsPrimary concode_elem_sep RecordRef getPartnerRole concode... | void function ( Double arg0 ) { this . contribution = arg0 ; } |
23,589 | deletes all records from an rrset concode_field_sep List rrs concode_elem_sep short nsigs concode_elem_sep short position concode_elem_sep long serialVersionUID concode_field_sep Name getName concode_elem_sep void addRR concode_elem_sep void deleteRR concode_elem_sep Iterator iterator concode_elem_sep Iterator rrs conc... | void function ( ) { rrs . clear ( ) ; position = 0 ; nsigs = 0 ; } |
23,590 | gets the month value of the date . note if the original date value can not be parsed , this method returns the unparsed string . concode_field_sep int OFFSET_HH concode_elem_sep int OFFSET_MM concode_elem_sep String month concode_elem_sep int OFFSET_SS concode_elem_sep String second concode_elem_sep int OFFSET_YYYY con... | String function ( ) { return month ; } |
23,591 | sets the value of the role property . concode_field_sep String role concode_elem_sep JAXBElement<? extends AbstractDSAggregateType> abstractDSAggregate 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 concod... | void function ( String arg0 ) { this . role = arg0 ; } |
23,592 | checks if a string is empty '' '' or null . concode_field_sep Random RANDOM concode_field_sep String random concode_elem_sep void notNull concode_elem_sep String randomAlphabetic concode_elem_sep boolean isNotEmpty | boolean function ( String arg0 ) { return ( arg0 == null ) || ( arg0 . length ( ) == 0 ) ; } |
23,593 | returns generatorversion . concode_field_sep String worldType concode_elem_sep WorldType worldTypes[] concode_elem_sep WorldType FLAT concode_elem_sep WorldType DEFAULT_1_1 concode_elem_sep WorldType DEFAULT concode_elem_sep int generatorVersion concode_elem_sep boolean field_48638_h concode_elem_sep boolean canBeCreat... | int function ( ) { return generatorVersion ; } |
23,594 | clean up concode_field_sep MiniDFSCluster cluster concode_elem_sep int blockSize concode_elem_sep long seed concode_elem_sep int fileSize concode_elem_sep Configuration config concode_field_sep void setUp concode_elem_sep void testNameNode concode_elem_sep void testDataNode concode_elem_sep boolean checkPrintAllValues ... | void function ( ) { if ( cluster . isClusterUp ( ) ) cluster . shutdown ( ) ; File loc0 = new File ( cluster . getDataDirectory ( ) ) ; if ( loc0 . exists ( ) && ! FileUtil . fullyDelete ( loc0 ) ) { throw new IOException ( "srini_string" + loc0 + "srini_string" ) ; } } |
23,595 | gets the fraction of records discarded since creation or the last call to resetstatistics . concode_field_sep double targetProportion concode_elem_sep long recordsSeen concode_elem_sep long recordsAccepted concode_field_sep void resetStatistics concode_elem_sep long getAcceptedCount concode_elem_sep void recordAccepted... | double function ( ) { return getDiscardedCount ( ) / ( double ) getSeenCount ( ) ; } |
23,596 | start the activation concode_field_sep MessageEndpointFactory endpointFactory concode_elem_sep ValidActivationSpec spec concode_elem_sep ValidResourceAdapter ra concode_field_sep ValidActivationSpec getActivationSpec concode_elem_sep MessageEndpointFactory getMessageEndpointFactory concode_elem_sep void stop | void function ( ) { } |
23,597 | writes buffered imate to this object . if images caching is enabled , the images is written to disk , otherwise it is kept in memory . concode_field_sep long length concode_elem_sep boolean isScaled concode_elem_sep boolean isCached concode_elem_sep boolean isCachingEnabled concode_elem_sep File tempFile concode_elem_s... | void function ( BufferedImage arg0 ) { setImage ( arg0 , isCached ) ; } |
23,598 | is it stocked concode_field_sep int m_AD_Org_ID concode_elem_sep int m_AD_Client_ID concode_elem_sep BigDecimal m_qty concode_elem_sep String m_productType concode_elem_sep int m_C_UOM_ID concode_elem_sep String m_trxName concode_elem_sep String m_ProductCategory concode_elem_sep int m_C_RevenueRecognition_ID concode_e... | boolean function ( ) { return m_isStocked ; } |
23,599 | sets the last publish date of this w s r p consumer portlet . concode_field_sep WSRPConsumerPortlet _wsrpConsumerPortlet concode_field_sep void setName concode_elem_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void se... | void function ( Date arg0 ) { _wsrpConsumerPortlet . setLastPublishDate ( arg0 ) ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.