idx int64 0 25k | question stringlengths 72 5.69k | target stringlengths 21 481 |
|---|---|---|
23,300 | factory method to create storagetier . concode_field_sep long mCapacityBytes concode_elem_sep Logger LOG concode_elem_sep List<StorageDir> mDirs concode_elem_sep String mTierAlias concode_elem_sep int mTierOrdinal concode_field_sep void initStorageTier concode_elem_sep List<StorageDir> getStorageDirs concode_elem_sep S... | StorageTier function ( String arg0 ) { StorageTier loc0 = new StorageTier ( arg0 ) ; loc0 . initStorageTier ( ) ; return loc0 ; } |
23,301 | returns the scheduled flow for the flow name concode_field_sep Map<Integer,Schedule> scheduleIDMap concode_elem_sep Map<Pair<Integer,String>,Schedule> scheduleIdentityPairMap concode_elem_sep Logger logger concode_elem_sep ScheduleLoader loader concode_elem_sep DateTimeFormatter _dateFormat concode_elem_sep String trig... | Schedule function ( int arg0 , String arg1 ) { updateLocal ( ) ; return scheduleIdentityPairMap . get ( new Pair < Integer , String > ( arg0 , arg1 ) ) ; } |
23,302 | teste si le lemming est sortis du cadre du jeu concode_field_sep String urlr concode_elem_sep Jeu jeu concode_elem_sep String urll concode_field_sep String getUrll concode_elem_sep void stateInit concode_elem_sep void testLave concode_elem_sep void testSortie concode_elem_sep void step concode_elem_sep String toString ... | void function ( Lemming arg0 ) { if ( arg0 . getPosX ( ) == - 1 || arg0 . getPosY ( ) == - 1 || arg0 . getPosX ( ) == 46 || arg0 . getPosY ( ) == 31 ) { arg0 . nePasAfficher ( ) ; } } |
23,303 | re calculate the stats . it is the callers responsibility to ensure thread-safety . assumes that it is called after initialization or at the end of it . concode_field_sep File mInternalPath concode_elem_sep StatFsHelper sStatsFsHelper concode_elem_sep StatFs mExternalStatFs concode_elem_sep long RESTAT_INTERVAL_MS conc... | void function ( ) { mInternalStatFs = updateStatsHelper ( mInternalStatFs , mInternalPath ) ; mExternalStatFs = updateStatsHelper ( mExternalStatFs , mExternalPath ) ; mLastRestatTime = SystemClock . elapsedRealtime ( ) ; } |
23,304 | handles errors . concode_field_sep Logger LOGGER concode_field_sep void fatalError concode_elem_sep void warning concode_elem_sep String getPrettyParseExceptionInfo | void function ( SAXParseException arg0 ) { throw new SAXException ( getPrettyParseExceptionInfo ( arg0 ) ) ; } |
23,305 | sets the spring bean id for this bean . concode_field_sep SystemEventLocalService _systemEventLocalService concode_field_sep com.liferay.portal.model.SystemEvent updateSystemEvent concode_elem_sep void setWrappedService concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery ... | void function ( java . lang . String arg0 ) { _systemEventLocalService . setBeanIdentifier ( arg0 ) ; } |
23,306 | returns the x-value as a double primitive . concode_field_sep long serialVersionUID concode_elem_sep Number x concode_elem_sep Number y concode_field_sep Number getX concode_elem_sep void setY concode_elem_sep void setY concode_elem_sep Number getY concode_elem_sep double getYValue concode_elem_sep int hashCode concode... | double function ( ) { return this . x . doubleValue ( ) ; } |
23,307 | read event data as a given java type . concode_field_sep MultivaluedMap<String,String> headers concode_elem_sep byte[] data concode_elem_sep MessageBodyWorkers messageBodyWorkers concode_elem_sep ByteArrayOutputStream dataStream concode_elem_sep GenericType<String> STRING_AS_GENERIC_TYPE concode_elem_sep String name co... | T function ( Class < T > arg0 ) { return readData ( new GenericType < T > ( arg0 ) , null ) ; } |
23,308 | we compute the url for sites : '' / _ plugin / '' + name + '' / '' concode_field_sep boolean jvm concode_elem_sep XContentBuilderString NAME concode_elem_sep XContentBuilderString JVM concode_elem_sep XContentBuilderString SITE concode_elem_sep String description concode_elem_sep XContentBuilderString VERSION concode_e... | String function ( ) { if ( site ) { return ( "srini_string" + name + "srini_string" ) ; } else { return null ; } } |
23,309 | parse a css rule . concode_field_sep Parser parser concode_field_sep LexicalUnit parsePropertyValue concode_elem_sep LexicalUnit parsePropertyValue concode_elem_sep void parseStyleSheet concode_elem_sep void parseStyleSheet concode_elem_sep String getParserVersion concode_elem_sep SelectorList parseSelectors concode_el... | void function ( String arg0 ) { parser . parseRule ( new InputSource ( new StringReader ( arg0 ) ) ) ; } |
23,310 | decodes a jbig2 image from an inputstream concode_field_sep JBIG2StreamDecoder streamDecoder concode_field_sep int getNumberOfPages concode_elem_sep void setGlobalData concode_elem_sep void cleanupPostDecode concode_elem_sep Segment findSegment concode_elem_sep boolean isRandomAccessOrganisationUsed concode_elem_sep JB... | void function ( InputStream arg0 ) { int loc0 = arg0 . available ( ) ; byte [ ] loc1 = new byte [ loc0 ] ; arg0 . read ( loc1 ) ; decodeJBIG2 ( loc1 ) ; } |
23,311 | sets the adgroupcriteriacount value for this experimentsummarystats . concode_field_sep java.lang.Integer adGroupsCount concode_elem_sep java.lang.Integer adGroupCriteriaCount concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep boolean __hashCod... | void function ( java . lang . Integer arg0 ) { this . adGroupCriteriaCount = arg0 ; } |
23,312 | returns the dimension of the interval in the original data space concode_field_sep double min concode_elem_sep double max concode_elem_sep int dimension concode_field_sep double getMin concode_elem_sep double getMax concode_elem_sep String toString concode_elem_sep int compareTo | int function ( ) { return dimension ; } |
23,313 | deletes the feed with the primary key from the database . also notifies the appropriate model listeners . concode_field_sep FeedLocalService _feedLocalService concode_field_sep com.liferay.twitter.model.Feed fetchFeed concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService con... | com . liferay . twitter . model . Feed function ( long arg0 ) { return _feedLocalService . deleteFeed ( arg0 ) ; } |
23,314 | gets the value of the value property . concode_field_sep String id concode_elem_sep String value concode_field_sep void setvalue concode_elem_sep void setId concode_elem_sep String getId | String function ( ) { return value ; } |
23,315 | sets the value of the totalresultsetsize property . concode_field_sep Integer startIndex concode_elem_sep Integer totalResultSetSize concode_elem_sep List<ActivityGroup> results concode_field_sep Integer getStartIndex concode_elem_sep void setStartIndex concode_elem_sep List<ActivityGroup> getResults concode_elem_sep I... | void function ( Integer arg0 ) { this . totalResultSetSize = arg0 ; } |
23,316 | override this if you wish to short-circuit a sync when you know -- e.g. , by inspecting the database or info/collections -- that no new data are available . concode_field_sep RepositorySessionStoreDelegate delegate concode_elem_sep SessionStatus status concode_elem_sep ExecutorService storeWorkQueue concode_elem_sep Ex... | boolean function ( ) { return true ; } |
23,317 | sets the font configuration to use on created swingterminalframes created by this factory concode_field_sep SwingTerminalFontConfiguration fontConfiguration concode_elem_sep Charset charset concode_elem_sep SwingTerminalFrame.AutoCloseTrigger autoCloseTrigger concode_elem_sep OutputStream DEFAULT_OUTPUT_STREAM concode_... | DefaultTerminalFactory function ( SwingTerminalFontConfiguration arg0 ) { this . fontConfiguration = arg0 ; return this ; } |
23,318 | this method returns a specialized object which implements the specialized apis of the specified feature and version , as specified in dom features . the specialized object may also be obtained by using binding-specific casting methods but is not necessarily expected to , as discussed in mixed dom implementations . this... | Object function ( String arg0 , String arg1 ) { return ( hasFeature ( arg0 , arg1 ) ) ? this : null ; } |
23,319 | processes the document header . usually subclasses will parse the document body and look for specific header metadata and export it into parsercontext #getcontents contents map . concode_field_sep PlaceHolder placeHolder concode_field_sep void processBody concode_elem_sep boolean validate | void function ( final ParserContext arg0 ) { } |
23,320 | the publisher of the recording . concode_field_sep PlaceHolder placeHolder concode_field_sep String date concode_elem_sep String fileName concode_elem_sep String copyright concode_elem_sep String author concode_elem_sep String album concode_elem_sep String composer concode_elem_sep int length concode_elem_sep String ti... | String function ( ) { return "srini_string" ; } |
23,321 | gets the value of the values 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 values property . for example , to add a new item , do as f... | List < Double > function ( ) { if ( values == null ) { values = new ArrayList < Double > ( ) ; } return this . values ; } |
23,322 | angular damping is use to reduce the angular velocity . the damping parameter can be larger than 1.0 f but the damping effect becomes sensitive to the time step when the damping parameter is large . concode_field_sep Object userData concode_elem_sep float gravityScale concode_elem_sep float linearDamping concode_elem_s... | float function ( ) { return angularDamping ; } |
23,323 | gets the value of the address1 property . concode_field_sep String zipCode concode_elem_sep String address2 concode_elem_sep String city concode_elem_sep String address1 concode_elem_sep long serialVersionUID concode_elem_sep StateEnum state concode_elem_sep String zipCodeExtension concode_field_sep void setAddress1 co... | String function ( ) { return address1 ; } |
23,324 | applies a flat select function to the detected pattern sequence . for each pattern sequence the provided patternflatselectfunction is called . the pattern flat select functioncan produce an arbitrary number of resulting elements . concode_field_sep long serialVersionUID concode_elem_sep PatternSelectFunction<T,R> patte... | DataStream < R > function ( final PatternFlatSelectFunction < T , R > arg0 ) { TypeInformation < R > loc0 = TypeExtractor . getUnaryOperatorReturnType ( arg0 , PatternFlatSelectFunction . class , 1 , 0 , inputType , null , false ) ; return flatSelect ( arg0 , loc0 ) ; } |
23,325 | returns a list of view elements of the given edit parts . concode_field_sep String TREE_NODE_POSITION concode_elem_sep String TREE_NODE_PARENT_URI concode_elem_sep String TREE_LAYOUT_ANNOTATION concode_field_sep int getTreeNodePosition concode_elem_sep ArrayList<IGraphicalEditPart> getOrderedTreeChildren concode_elem_s... | List < View > function ( List < IGraphicalEditPart > arg0 ) { final List < View > loc0 = new ArrayList < View > ( ) ; for ( final IGraphicalEditPart loc1 : arg0 ) { loc0 . add ( loc1 . getNotationView ( ) ) ; } return loc0 ; } |
23,326 | close concode_field_sep ConfigPropertyManagedConnectionFactory mcf concode_elem_sep ConfigPropertyManagedConnection mc concode_field_sep String getResourceAdapterProperty concode_elem_sep String getManagedConnectionFactoryProperty | void function ( ) { mc . closeHandle ( this ) ; } |
23,327 | copy input byte source to outfile . if outfile exists , it is attempted to be deleted . concode_field_sep long size concode_elem_sep Predicate<Throwable> IS_EXCEPTION concode_elem_sep Collection<File> files concode_field_sep void addSizedFiles concode_elem_sep long size concode_elem_sep boolean apply concode_elem_sep v... | FileCopyResult function ( final ByteSource arg0 , final File arg1 , final Predicate < Throwable > arg2 , final int arg3 ) { try { StreamUtils . retryCopy ( arg0 , Files . asByteSink ( arg1 ) , arg2 , arg3 ) ; return new FileCopyResult ( arg1 ) ; } catch ( Exception loc0 ) { throw Throwables . propagate ( loc0 ) ; } } |
23,328 | get sorted array of serial ports in the system matched pattern and sorted by comparator concode_field_sep String PORTNAMES_PATH concode_elem_sep Comparator<String> PORTNAMES_COMPARATOR concode_elem_sep SerialNativeInterface serialInterface concode_elem_sep Pattern PORTNAMES_REGEXP concode_field_sep String[] getWindowsP... | String [ ] function ( Pattern arg0 , Comparator < String > arg1 ) { return getPortNames ( PORTNAMES_PATH , arg0 , arg1 ) ; } |
23,329 | creates a mutable hashset containing the given elements . concode_field_sep PlaceHolder placeHolder concode_field_sep LinkedHashSet<T> newLinkedHashSet concode_elem_sep LinkedHashSet<T> newLinkedHashSet | HashSet < T > function ( Iterable < ? extends T > arg0 ) { if ( arg0 == null ) { return null ; } HashSet < T > loc0 = newHashSet ( ) ; for ( T loc1 : arg0 ) { loc0 . add ( loc1 ) ; } return loc0 ; } |
23,330 | returns the bundle context of this bundle concode_field_sep BundleContext context concode_elem_sep Logger logger concode_field_sep void stop concode_elem_sep void start | BundleContext function ( ) { return context ; } |
23,331 | get or create the logger concode_field_sep Map<String,LogLevel> logFnNameToLogLevel concode_elem_sep Settings settings concode_elem_sep long startTime concode_elem_sep Map<String,LogLevel> isEnabledFnNameToLogLevel concode_elem_sep ConcurrentMap<String,TestLogger> loggers concode_field_sep boolean contains concode_elem... | TestLogger function ( String arg0 ) { TestLogger loc0 = loggers . get ( arg0 ) ; if ( loc0 != null ) return loc0 ; TestLogger loc1 = createMock ( settings , arg0 ) ; TestLogger loc2 = loggers . putIfAbsent ( arg0 , loc1 ) ; if ( loc2 != null ) return loc2 ; return loc1 ; } |
23,332 | returns an attribute identifier containing the id from the database and therefore useable for database write and update operations concode_field_sep HibernateUtil instance concode_elem_sep Map<AttributeIdentifier,AttributeType> attrTypeIds concode_elem_sep SessionFactory sessionFactory concode_elem_sep Logger logger co... | AttributeDBIdentifier function ( AttributeIdentifier arg0 ) { if ( attrIds . containsKey ( arg0 ) ) { return attrIds . get ( arg0 ) ; } else { return addAttributeIdentifier ( arg0 ) ; } } |
23,333 | this method overwrites the parameters with the incremented parameters , if accepted . concode_field_sep double chi2 concode_elem_sep double step concode_elem_sep NumericGrid data concode_elem_sep double lambdaFactor concode_elem_sep NumericGrid values concode_elem_sep boolean NUMERICAL_DERIVATIVE concode_elem_sep int[]... | void function ( ) { for ( int loc0 = 0 ; loc0 < nParam ; loc0 ++ ) { this . parameters [ loc0 ] = this . parametersIncremented [ loc0 ] ; } } |
23,334 | method declaration concode_field_sep boolean bAutoCommit concode_elem_sep Database dDatabase concode_elem_sep boolean bReadOnly concode_elem_sep boolean bNestedTransaction concode_elem_sep Vector tTransaction concode_elem_sep int iNestedOldTransIndex concode_elem_sep boolean bClosed concode_elem_sep int iId concode_ele... | String function ( ) { return uUser . getName ( ) ; } |
23,335 | set the current log level . 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 function ( int arg0 ) { LOGLEVEL = arg0 ; Log . i ( "srini_string" , "srini_string" + arg0 ) ; } |
23,336 | create a new object from class object concode_field_sep PlaceHolder placeHolder concode_field_sep void printMethodInformation concode_elem_sep void printAllFunctions concode_elem_sep void testGenericInfo concode_elem_sep void printAnnotatationInfo concode_elem_sep void printAllDeclaredConstructorFunctions concode_elem_... | T function ( Class < T > arg0 ) { Constructor < T > loc0 = arg0 . getDeclaredConstructor ( int . class , String . class ) ; return loc0 . newInstance ( 34 , "srini_string" ) ; } |
23,337 | set the booleanvalue . concode_field_sep int headerParam concode_elem_sep String name concode_elem_sep Boolean booleanValue concode_elem_sep Integer integerValue concode_elem_sep Short shortValue concode_elem_sep long serialVersionUID concode_elem_sep Double doubleValue concode_elem_sep int id concode_elem_sep int quer... | void function ( Boolean arg0 ) { this . booleanValue = arg0 ; } |
23,338 | set the namespace quota count of files , directories , and sym links for a directory . concode_field_sep DistributedFileSystem dfs concode_field_sep void setSpaceQuota concode_elem_sep void removeCachePool concode_elem_sep void allowSnapshot concode_elem_sep void createEncryptionZone concode_elem_sep void removeCacheDi... | void function ( Path arg0 , long arg1 ) { dfs . setQuota ( arg0 , arg1 , HdfsConstants . QUOTA_DONT_SET ) ; } |
23,339 | return the parameter value . applies only to regular parameters , not to file upload parameters . if the parameter is not present in the underlying request , then null is returned . if the parameter is present , but has no associated value , then an empty string is returned . if the parameter is multivalued , the first... | String function ( String arg0 ) { String loc0 = null ; List < String > loc1 = regularParams . get ( arg0 ) ; if ( loc1 == null ) { } else if ( loc1 . isEmpty ( ) ) { loc0 = "srini_string" ; } else { loc0 = loc1 . get ( FIRST_VALUE ) ; } return loc0 ; } |
23,340 | sets the namespace uri . concode_field_sep FXGNode delegate concode_elem_sep FXGNode documentNode concode_elem_sep int endLine concode_elem_sep int endColumn concode_elem_sep int startColumn concode_elem_sep int startLine concode_elem_sep String name concode_elem_sep String uri concode_field_sep void setName concode_el... | void function ( String arg0 ) { this . uri = arg0 ; } |
23,341 | create a new async result which exposes the given exception as an executionexception from future #get . concode_field_sep ExecutionException executionException concode_elem_sep V value concode_field_sep boolean cancel concode_elem_sep boolean isCancelled concode_elem_sep ListenableFuture<V> forValue concode_elem_sep V ... | ListenableFuture < V > function ( Throwable arg0 ) { return new AsyncResult < V > ( null , ( arg0 instanceof ExecutionException ? ( ExecutionException ) arg0 : new ExecutionException ( arg0 ) ) ) ; } |
23,342 | encode integer as a series of 4 bytes into buf starting at position 0 within that buffer . concode_field_sep PlaceHolder placeHolder concode_field_sep int decodeBigEndian concode_elem_sep int decodeBigEndian concode_elem_sep byte setBit concode_elem_sep short setBit concode_elem_sep int setBit concode_elem_sep long set... | void function ( final int arg0 , final byte [ ] arg1 ) { encodeBigEndian ( arg0 , arg1 , 0 ) ; } |
23,343 | return the current version of this schedule element . the version changes whenever a structural change is made to this schedule element . concode_field_sep long _scheduleVersion concode_elem_sep int _iterationCount concode_elem_sep ScheduleElement _parent concode_field_sep Iterator actorIterator concode_elem_sep Iterat... | long function ( ) { return _scheduleVersion ; } |
23,344 | gets the value of the label property . concode_field_sep String id concode_elem_sep String label concode_elem_sep String intactId concode_field_sep void setIntactId concode_elem_sep void setId concode_elem_sep void setLabel concode_elem_sep String getId concode_elem_sep String getIntactId | String function ( ) { return label ; } |
23,345 | adds listener to all events . concode_field_sep List<ICommand> _commands concode_elem_sep Map<String,ICommand> _commandsByName concode_elem_sep Map<String,IEvent> _eventsByName concode_elem_sep List<IEvent> _events concode_elem_sep List<ICommandIntercepter> _intercepters concode_field_sep void buildCommandChain concode... | void function ( IEventListener arg0 ) { for ( IEvent loc0 : _events ) { loc0 . addListener ( arg0 ) ; } } |
23,346 | username s when consuming messages from the hiptchat server . multiple user names can be separated by comma . concode_field_sep String protocol concode_elem_sep String host concode_elem_sep String authToken concode_elem_sep String consumeUsers concode_elem_sep Integer port concode_field_sep void setHost concode_elem_se... | void function ( String arg0 ) { this . consumeUsers = arg0 ; } |
23,347 | reads a count corresponding to a serialized map , multiset , or multimap . it returns the size of a map serialized by #writemap map , objectoutputstream , the number of distinct elements in a multiset serialized by #writemultiset multiset , objectoutputstream , or the number of distinct keys in a multimap serialized by... | int function ( ObjectInputStream arg0 ) { return arg0 . readInt ( ) ; } |
23,348 | test of equals method , of class defaultordinalera . concode_field_sep Calendar cal concode_elem_sep OrdinalEra ordinalEra2 concode_elem_sep OrdinalEra ordinalEra1 concode_field_sep void testSetEnd concode_elem_sep void testGetBeginning concode_elem_sep void testGetGroup concode_elem_sep void testGetComposition concode... | void function ( ) { assertFalse ( ordinalEra1 . equals ( null ) ) ; assertEquals ( ordinalEra1 , ordinalEra1 ) ; assertFalse ( ordinalEra1 . equals ( ordinalEra2 ) ) ; } |
23,349 | returns a range of all the shopping item fields . 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 . ShoppingItemField > function ( int arg0 , int arg1 ) { return getService ( ) . getShoppingItemFields ( arg0 , arg1 ) ; } |
23,350 | convert a mat object opencv in the corresponding image for javafx concode_field_sep Point mouseB concode_elem_sep ObjectProperty<String> hsvValuesProp concode_elem_sep Point mouseA concode_elem_sep boolean drawRectangle concode_elem_sep VideoCapture capture concode_elem_sep Mat intrinsic concode_elem_sep Timer timer co... | Image function ( Mat arg0 ) { MatOfByte loc0 = new MatOfByte ( ) ; Imgcodecs . imencode ( "srini_string" , arg0 , loc0 ) ; return new Image ( new ByteArrayInputStream ( loc0 . toArray ( ) ) ) ; } |
23,351 | returns the most recent dialog message , or null if there is no current dialog message . concode_field_sep boolean wholeWord concode_elem_sep int totalHitCount concode_elem_sep SwingController controller concode_elem_sep SearchPanel searchPanel concode_elem_sep int lengthOfTask concode_elem_sep boolean caseSensitive co... | String function ( ) { return dialogMessage ; } |
23,352 | compare bytes from #getbytes to those provided . concode_field_sep PlaceHolder placeHolder concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep int getLength concode_elem_sep byte[] getBytes | int function ( byte [ ] arg0 , int arg1 , int arg2 ) { return WritableComparator . compareBytes ( getBytes ( ) , 0 , getLength ( ) , arg0 , arg1 , arg2 ) ; } |
23,353 | returns the number of legacy metadatas . concode_field_sep LegacyMetadataPersistence _persistence concode_field_sep void cacheResult concode_elem_sep void cacheResult concode_elem_sep List<LegacyMetadata> findWithDynamicQuery concode_elem_sep List<LegacyMetadata> findWithDynamicQuery concode_elem_sep List<LegacyMetadat... | int function ( ) { return getPersistence ( ) . countAll ( ) ; } |
23,354 | returns true if this node is the last in a particular level of the tree . concode_field_sep String onClick concode_elem_sep boolean dominant concode_elem_sep boolean last concode_elem_sep boolean invisible concode_elem_sep String activeImage concode_elem_sep List<String> dirs concode_elem_sep String permFailRedirect co... | boolean function ( ) { return last ; } |
23,355 | the default implementation does nothing . concode_field_sep PlaceHolder placeHolder concode_field_sep void exitValue concode_elem_sep void enterBoolean_operator concode_elem_sep void enterLogical_operator concode_elem_sep void exitBoolean_operator concode_elem_sep void exitArray_operator concode_elem_sep void enterValu... | void function ( TagQueryParser . TagexpContext arg0 ) { } |
23,356 | adds an unnamed value to the formatted output . it is strongly encouraged to use #add string , int insteadand give value a readable name . concode_field_sep ValueHolder next concode_elem_sep ValueHolder holderTail concode_elem_sep String name concode_elem_sep String className concode_elem_sep boolean omitNullValues con... | ToStringHelper function ( int arg0 ) { return addHolder ( String . valueOf ( arg0 ) ) ; } |
23,357 | returns the typecode , corresponding the corba type that is stored using this holder . concode_field_sep ArrayTypeCode typecode concode_elem_sep short[] value concode_field_sep void _read concode_elem_sep void _write | TypeCode function ( ) { return typecode ; } |
23,358 | does nothing . look elsewhere . concode_field_sep AttributeResolver attributeResolver concode_field_sep void init concode_elem_sep IPersonAttributes getPerson concode_elem_sep Map<String,Object> getUserAttributes concode_elem_sep Map<String,Object> getUserAttributes concode_elem_sep Set<String> getAvailableQueryAttribu... | Set < String > function ( ) { throw new UnsupportedOperationException ( ) ; } |
23,359 | returns a copy of this configuration concode_field_sep boolean mapHeaders concode_elem_sep boolean disableStreamCache concode_elem_sep boolean transferException concode_elem_sep boolean matchOnUriPrefix concode_elem_sep boolean urlDecodeHeaders concode_field_sep boolean isMatchOnUriPrefix concode_elem_sep boolean isMap... | SparkConfiguration function ( ) { try { SparkConfiguration loc0 = ( SparkConfiguration ) clone ( ) ; return loc0 ; } catch ( CloneNotSupportedException loc0 ) { throw new RuntimeCamelException ( loc0 ) ; } } |
23,360 | closes the session . concode_field_sep Database dDatabase concode_elem_sep Vector tTransaction concode_elem_sep int iNestedOldTransIndex concode_elem_sep int iId concode_elem_sep jdbcConnection intConnection concode_elem_sep boolean script concode_elem_sep boolean bAutoCommit concode_elem_sep boolean bReadOnly concode_... | void function ( ) { disconnect ( ) ; } |
23,361 | skips spaces in the given string . concode_field_sep char[] ESCAPE_CHARS concode_field_sep boolean isEscapeChar concode_elem_sep String getMetaFromFence concode_elem_sep String getXMLTag concode_elem_sep int rnd concode_elem_sep void _appendHexEntity concode_elem_sep int _escape concode_elem_sep void appendMailto conco... | int function ( final String arg0 , final int arg1 ) { } |
23,362 | sends a simple broadcast notification . broadcast notifications are pushed to all mobile devices of all users of the account concode_field_sep MyOpenHABService mMyOpenHABService concode_elem_sep Logger logger concode_field_sep void sendSms concode_elem_sep void sendNotification concode_elem_sep void sendNotification co... | void function ( String arg0 ) { sendBroadcastNotification ( arg0 , null , null ) ; } |
23,363 | writes image descriptor concode_field_sep Color transparent concode_elem_sep boolean[] usedEntry concode_elem_sep BufferedImage image concode_elem_sep byte[] indexedPixels concode_elem_sep boolean closeStream concode_elem_sep int sample concode_elem_sep boolean started concode_elem_sep boolean sizeSet concode_elem_sep ... | void function ( ) { out . write ( 0x2c ) ; writeShort ( 0 ) ; writeShort ( 0 ) ; writeShort ( width ) ; writeShort ( height ) ; if ( firstFrame ) { out . write ( 0 ) ; } else { out . write ( 0x80 | 0 | 0 | 0 | palSize ) ; } } |
23,364 | create an instance of esivalidateprepaidkititemsresponsetype.couponinfo concode_field_sep QName _EsiValidatePrepaidKitItemsRequest_QNAME concode_elem_sep QName _EsiValidatePrepaidKitItemsResponse_QNAME concode_field_sep JAXBElement<ESIValidatePrepaidKitItemsRequestType> createEsiValidatePrepaidKitItemsRequest concode_e... | ESIValidatePrepaidKitItemsResponseType . CouponInfo function ( ) { return new ESIValidatePrepaidKitItemsResponseType . CouponInfo ( ) ; } |
23,365 | find the relevant compression codec for the codec 's canonical class name or by codec alias . codec aliases are case insensitive . the code alias is the short class name without the package name . if the short class name ends with ` codec ' , then there are two aliases for the codec , the complete short class name and ... | CompressionCodec function ( String arg0 ) { if ( codecsByClassName == null ) { return null ; } CompressionCodec loc0 = getCodecByClassName ( arg0 ) ; if ( loc0 == null ) { loc0 = codecsByName . get ( StringUtils . toLowerCase ( arg0 ) ) ; } return loc0 ; } |
23,366 | helper method that transforms provided string into it 's byte representation using ascii encoding concode_field_sep byte[] WEBP_VP8L_BYTES concode_elem_sep int SIMPLE_WEBP_HEADER_LENGTH concode_elem_sep byte[] WEBP_VP8_BYTES concode_elem_sep int MAX_HEADER_LENGTH concode_elem_sep byte[] GIF_HEADER_89A concode_elem_sep ... | byte [ ] function ( String arg0 ) { Preconditions . checkNotNull ( arg0 ) ; try { return arg0 . getBytes ( "srini_string" ) ; } catch ( UnsupportedEncodingException loc0 ) { throw new RuntimeException ( "srini_string" , loc0 ) ; } } |
23,367 | get the base type without any parameters concode_field_sep String subtype concode_elem_sep LinkedHashMap<String,String> parameters concode_elem_sep String type concode_field_sep String getType concode_elem_sep MediaType setSubtype concode_elem_sep String getCharsetRobust concode_elem_sep String getSubtype concode_elem_... | String function ( ) { return type + '/' + subtype ; } |
23,368 | return a bluetoothobject of a type matching type . if parameters name , identifier and parent are not null , the returned object will have to match them . only objects which are already in the system will be returned . concode_field_sep long nativeInstance concode_elem_sep BluetoothManager inst concode_field_sep void i... | BluetoothObject function ( BluetoothType arg0 , String arg1 , String arg2 , BluetoothObject arg3 ) { return getObject ( arg0 . ordinal ( ) , arg1 , arg2 , arg3 ) ; } |
23,369 | returns the number of entries . concode_field_sep EntryLocalService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_elem_sep void deleteEntries concode_elem_sep com.liferay.chat.model.Entry u... | int function ( ) { return getService ( ) . getEntriesCount ( ) ; } |
23,370 | returns the user id of this email address . concode_field_sep EmailAddress _emailAddress concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concod... | long function ( ) { return _emailAddress . getUserId ( ) ; } |
23,371 | setter for hull plating . concode_field_sep float shieldStrength concode_elem_sep Random random concode_elem_sep UnitEnum unit concode_elem_sep float hullPlating concode_elem_sep float attackStrength concode_field_sep float getShieldStrength concode_elem_sep void setShieldStrength concode_elem_sep void renewShield conc... | void function ( float arg0 ) { this . hullPlating = arg0 ; } |
23,372 | gets the pension stage . concode_field_sep String pensionProcessActivityDepartment concode_elem_sep String changedBy concode_elem_sep Integer pensionApplicantProcessStepId concode_elem_sep String pensionActivityStatus concode_elem_sep String comment concode_elem_sep String pensionStage concode_elem_sep Integer pensionA... | String function ( ) { return pensionStage ; } |
23,373 | factory method instantiates a row based on table type . concode_field_sep Node nPrimaryNode concode_elem_sep Object oData[] concode_field_sep Row getUpdatedRow concode_elem_sep boolean isDeleted concode_elem_sep Node getNextNode concode_elem_sep Node getNode concode_elem_sep void delete concode_elem_sep Object[] getDat... | Row function ( Table arg0 , Object arg1 [ ] ) { if ( arg0 . isText ( ) ) { return new CachedDataRow ( arg0 , arg1 ) ; } else if ( arg0 . isCached ( ) ) { return new CachedRow ( arg0 , arg1 ) ; } else { return new Row ( arg0 , arg1 ) ; } } |
23,374 | locates the service creates if necessary . concode_field_sep ZFrame address concode_elem_sep int HEARTBEAT_LIVENESS concode_elem_sep Deque<Worker> waiting concode_elem_sep ZContext ctx concode_elem_sep Deque<ZMsg> requests concode_elem_sep Map<String,Service> services concode_elem_sep Formatter log concode_elem_sep int... | Service function ( ZFrame arg0 ) { assert ( arg0 != null ) ; String loc0 = arg0 . toString ( ) ; Service loc1 = services . get ( loc0 ) ; if ( loc1 == null ) { loc1 = new Service ( loc0 ) ; services . put ( loc0 , loc1 ) ; } return loc1 ; } |
23,375 | check if two strings are equal . if this is a case insensitive matcher , the check will return true if the only difference between the strings is difference in case . concode_field_sep int MATCHED concode_elem_sep String tagBegin concode_elem_sep int WAIT concode_elem_sep String tagEnd concode_elem_sep int NOT_MATCHED ... | boolean function ( String arg0 , String arg1 ) { return compareStrings ( arg0 , arg1 ) == 0 ; } |
23,376 | scales the vector by the given amount concode_field_sep float RADIANS_TO_DEGREES concode_elem_sep float DEGREES_TO_RADIANS concode_field_sep Vector3 vectorProduct concode_elem_sep Vector3 addVectors concode_elem_sep Matrix33 calculateRotationMatrix concode_elem_sep float mod2pi concode_elem_sep Matrix33 matrixMultiply ... | Vector3 function ( Vector3 arg0 , float arg1 ) { return new Vector3 ( arg1 * arg0 . x , arg1 * arg0 . y , arg1 * arg0 . z ) ; } |
23,377 | gets the value of the command property . concode_field_sep String authClass concode_elem_sep String iPv4Address concode_elem_sep String domainName concode_elem_sep Action action concode_elem_sep String id concode_elem_sep String userInteraction concode_elem_sep String url concode_elem_sep Command command concode_field_... | Command function ( ) { return command ; } |
23,378 | returns the source file in which the given property is defined , or null if it is not known . concode_field_sep PlaceHolder placeHolder concode_field_sep Visibility getEffectiveVisibilityForOverriddenProperty concode_elem_sep Visibility getEffectivePropertyVisibility concode_elem_sep Visibility getEffectiveNameVisibili... | StaticSourceFile function ( Node arg0 , @ Nullable ObjectType arg1 , String arg2 ) { if ( arg1 != null ) { Node loc0 = arg1 . getPropertyNode ( arg2 ) ; if ( loc0 != null ) { return loc0 . getStaticSourceFile ( ) ; } } return arg0 . getStaticSourceFile ( ) ; } |
23,379 | get edges result for the url . concode_field_sep Logger LOGGER concode_elem_sep String hostname concode_elem_sep String url concode_field_sep VerticesResult getVerticesResult concode_elem_sep VertexIdsResult getVertexIdsByDirection concode_elem_sep VertexIdsResult getVertexIdsResult concode_elem_sep EdgeResult getEdgeR... | EdgesResult function ( String arg0 ) { return getResultOfType ( arg0 , EdgesResult . class ) ; } |
23,380 | a json document that contains the metadata . concode_field_sep String signature concode_elem_sep String document concode_field_sep void setDocument concode_elem_sep String getDocument concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep void setSignature concode_elem_sep InstanceIdentity clone... | InstanceIdentity function ( String arg0 ) { setDocument ( arg0 ) ; return this ; } |
23,381 | implements pathhandler #linetohorizontalrel float . concode_field_sep ExtendedGeneralPath path concode_elem_sep float currentX concode_elem_sep float yCenter concode_elem_sep int windingRule concode_elem_sep float currentY concode_elem_sep float xCenter concode_field_sep Shape createShape concode_elem_sep void curvetoC... | void function ( float arg0 ) { path . lineTo ( xCenter = currentX += arg0 , yCenter = currentY ) ; } |
23,382 | sets the value of the returnval property . concode_field_sep ManagedObjectReference returnval concode_field_sep ManagedObjectReference getReturnval | void function ( ManagedObjectReference arg0 ) { this . returnval = arg0 ; } |
23,383 | shorthand for #attr attribute.text , value concode_field_sep PlaceHolder placeHolder concode_field_sep String not concode_elem_sep String resourceId concode_elem_sep String withDescendant concode_elem_sep String quoteXPathLiteral concode_elem_sep String containsAttr concode_elem_sep String is concode_elem_sep String ta... | String function ( String arg0 ) { return attr ( Attribute . TEXT , arg0 ) ; } |
23,384 | schedule the task on the given timeout . the task exiry will be called after the timeout duration . concode_field_sep Logger LOG concode_elem_sep long _timestamp concode_elem_sep Object _lock concode_elem_sep Task _head concode_elem_sep long _now concode_elem_sep boolean _expired concode_elem_sep long _delay concode_el... | void function ( Timeout arg0 ) { arg0 . schedule ( this ) ; } |
23,385 | create an instance of getsupportcity concode_field_sep QName _ArrayOfString_QNAME concode_elem_sep QName _DataSet_QNAME concode_field_sep DataSet createDataSet concode_elem_sep JAXBElement<DataSet> createDataSet concode_elem_sep GetWeatherbyCityNamePro createGetWeatherbyCityNamePro concode_elem_sep GetSupportDataSetRes... | GetSupportCity function ( ) { return new GetSupportCity ( ) ; } |
23,386 | this method will return the singleton instance of this holder . concode_field_sep OSGiServiceHolder instance concode_elem_sep DeploymentEngine carbonDeploymentEngine concode_field_sep DeploymentEngine getCarbonDeploymentEngine concode_elem_sep void setCarbonDeploymentEngine | OSGiServiceHolder function ( ) { return instance ; } |
23,387 | returns the bounds of the area covered by this shape painte even if not painted . concode_field_sep Shape shape concode_elem_sep Paint paint concode_field_sep Shape getPaintedArea concode_elem_sep void paint concode_elem_sep Rectangle2D getPaintedBounds2D concode_elem_sep Shape getShape concode_elem_sep Shape getSensit... | Rectangle2D function ( ) { if ( shape == null ) return null ; return shape . getBounds2D ( ) ; } |
23,388 | gets the value of the excludedefaultlisteners property . concode_field_sep PostPersist postPersist concode_elem_sep EntityListeners entityListeners concode_elem_sep AccessType access concode_elem_sep PostUpdate postUpdate concode_elem_sep IdClass idClass concode_elem_sep PrePersist prePersist concode_elem_sep String de... | boolean function ( ) { return excludeDefaultListeners != null ; } |
23,389 | call this after constructing to initialize the plugin . final because we want to be able to change args without breaking plugins . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String id concode_field_sep boolean onOve... | void function ( CordovaInterface arg0 , CordovaWebView arg1 , CordovaPreferences arg2 ) { assert this . cordova == null ; this . cordova = arg0 ; this . webView = arg1 ; this . preferences = arg2 ; initialize ( arg0 , arg1 ) ; pluginInitialize ( ) ; } |
23,390 | appends an url as string to the list of urls that should be crawled . concode_field_sep HttpClient httpClient concode_elem_sep CrawlFrontier frontier concode_elem_sep boolean isStopped concode_elem_sep WebDriver webDriver concode_elem_sep URL currentRequestUrl concode_elem_sep int currentCrawlDepth concode_elem_sep boo... | void function ( String arg0 ) { try { crawlUrl ( new URL ( arg0 ) ) ; } catch ( MalformedURLException loc0 ) { throw new IllegalArgumentException ( loc0 ) ; } } |
23,391 | send the closest intersection point to the line . sort all the intersection points in array and send the closest intersection point . concode_field_sep Point start concode_elem_sep Point end concode_elem_sep double slope concode_field_sep boolean isIntersecting concode_elem_sep double getSlope concode_elem_sep Point mi... | Point function ( Rectangle arg0 ) { List < Point > loc0 = arg0 . intersectionPoints ( this ) ; if ( loc0 . isEmpty ( ) ) { return null ; } Collections . sort ( loc0 , new PointByDistanceComparator ( this . start ( ) ) ) ; return ( Point ) loc0 . get ( 0 ) ; } |
23,392 | convert to double-precision concode_field_sep Vec3f Z_AXIS concode_elem_sep Vec3f NEG_X_AXIS concode_elem_sep float x concode_elem_sep float y concode_elem_sep float z concode_elem_sep Vec3f X_AXIS concode_elem_sep Vec3f NEG_Y_AXIS concode_elem_sep Vec3f Y_AXIS concode_elem_sep Vec3f NEG_Z_AXIS concode_field_sep void a... | Vec3d function ( ) { return new Vec3d ( x , y , z ) ; } |
23,393 | returns a studentdao instance . concode_field_sep HibernateYschoolDaoFactory instance concode_elem_sep ApplicationContext context concode_elem_sep String beanName concode_field_sep ClassroomStudentDao getClassroomStudentDao concode_elem_sep SectionDao getSectionDao concode_elem_sep ExamSyncDao getExamSyncDao concode_el... | StudentDao function ( ) { return ( StudentDao ) getBean ( "srini_string" ) ; } |
23,394 | sets the value of the this property . concode_field_sep String filterId concode_elem_sep ManagedObjectReference cluster concode_elem_sep ManagedObjectReference _this concode_field_sep ManagedObjectReference getThis concode_elem_sep void setCluster concode_elem_sep void setFilterId concode_elem_sep String getFilterId co... | void function ( ManagedObjectReference arg0 ) { this . _this = arg0 ; } |
23,395 | for the tags name and time extracts their text values . concode_field_sep String ns concode_elem_sep String DATEFORMAT concode_elem_sep Context context concode_field_sep String readSym concode_elem_sep Location readLocation concode_elem_sep String readName concode_elem_sep ArrayList<DiveLocationLog> readFeed concode_el... | String function ( XmlPullParser arg0 ) { String loc0 = "srini_string" ; if ( arg0 . next ( ) == XmlPullParser . TEXT ) { loc0 = arg0 . getText ( ) ; arg0 . nextTag ( ) ; } return loc0 ; } |
23,396 | returns the string representation of data description container uses haspmap to string method . concode_field_sep MessageFormat MESSAGE_FORMAT_SEARCH concode_elem_sep String LEVEL_SEPARATOR concode_elem_sep ImplementationsContainer CONTAINER concode_elem_sep Map<String,DataDescriptionImpl> mapDataDescription concode_el... | String function ( ) { return mapDataDescription . toString ( ) ; } |
23,397 | generates iframe markup with the specified source as the url to the iframe content . does not modify the source path concode_field_sep String IFRAME_SUFFIX concode_elem_sep String IFRAME_PREFIX concode_elem_sep String SOURCE_CODE_ULR concode_elem_sep String LIFERAY_SCRIPT concode_field_sep String generateSourceCodeIFra... | String function ( String arg0 ) { StringBuffer loc0 = new StringBuffer ( ) ; loc0 . append ( IFRAME_PREFIX ) ; loc0 . append ( arg0 ) ; loc0 . append ( IFRAME_SUFFIX ) ; return loc0 . toString ( ) ; } |
23,398 | method declaration concode_field_sep boolean mSilent concode_elem_sep char mPathSeparatorChar concode_elem_sep String mRoot concode_elem_sep String mDefaultFile concode_elem_sep String mServerName concode_elem_sep Database mDatabase concode_elem_sep Properties mProperties concode_field_sep void printHelp concode_elem_s... | void function ( String arg0 ) { System . out . println ( arg0 ) ; } |
23,399 | reloads the underlying rich text area . concode_field_sep Object innerHTMLListeners concode_elem_sep Request request concode_elem_sep AsyncCallback<?> callback concode_elem_sep HandlerRegistration loadRegistration concode_elem_sep RequestBuilder requestBuilder concode_elem_sep RichTextArea rta concode_elem_sep Reloader... | void function ( Map < String , String > arg0 , AsyncCallback < ? > arg1 ) { if ( request != null ) { request . cancel ( ) ; request = null ; this . callback = null ; } try { request = requestBuilder . sendRequest ( URLUtils . serializeQueryStringParameters ( arg0 ) , this ) ; this . callback = arg1 ; } catch ( RequestE... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.