idx int64 0 100k | question stringlengths 68 7.19k | target stringlengths 20 663 |
|---|---|---|
35,900 | adds the provided key and value to this map . concode_field_sep Map<K,V> internalMap concode_field_sep int size concode_elem_sep Set<Entry<K,V>> entrySet concode_elem_sep boolean containsKey concode_elem_sep Collection<V> values concode_elem_sep void putAll concode_elem_sep V get concode_elem_sep void clear concode_ele... | V function ( K arg0 , V arg1 ) { synchronized ( this ) { Map < K , V > loc0 = new HashMap < K , V > ( internalMap ) ; V loc1 = loc0 . put ( arg0 , arg1 ) ; internalMap = loc0 ; return loc1 ; } } |
35,901 | this method disables debug logging for caas . concode_field_sep LinkedHashMap<String,CordysSystem> systemCache concode_elem_sep String defaultSystem concode_field_sep Template template concode_elem_sep String getVersion concode_elem_sep void enableQuiet concode_elem_sep void enableDebug concode_elem_sep CordysSystem lo... | void function ( ) { Environment . debug = false ; } |
35,902 | specify what happens with a long click . concode_field_sep int textColor concode_elem_sep float highlightAlpha concode_elem_sep String prependedText concode_elem_sep Pattern pattern concode_elem_sep OnLongClickListener longClickListener concode_elem_sep Typeface typeface concode_elem_sep boolean bold concode_elem_sep f... | Link function ( OnLongClickListener arg0 ) { this . longClickListener = arg0 ; return this ; } |
35,903 | public function returns void concode_field_sep PlaceHolder placeHolder concode_field_sep void testBadDate concode_elem_sep void testGoodBinary concode_elem_sep void testBadLong concode_elem_sep void testBadDecimal concode_elem_sep void testUnknownType concode_elem_sep void testGoodDateTime concode_elem_sep void testBad... | void function ( ) { Integer loc0 = 6 ; SimplePrimitive . createPrimitive ( PrimitiveType . STRING . getId ( ) , loc0 ) ; } |
35,904 | getqa getter method for strqa concode_field_sep int nStatus concode_elem_sep int nTimesheetId concode_elem_sep String strLeader concode_elem_sep String strProject concode_elem_sep int nProduct concode_elem_sep int nProcess concode_elem_sep String strQA concode_elem_sep String strAccount concode_elem_sep String strDescr... | String function ( ) { return this . strQA ; } |
35,905 | to get the xml after finish of processing . concode_field_sep FolderExporter folderExporter concode_elem_sep Logger LOGGER concode_elem_sep BatchInstanceService batchInstanceService concode_field_sep void copyBatchFiles concode_elem_sep void preProcess | void function ( final BatchInstanceID arg0 , String arg1 ) { Assert . notNull ( arg0 ) ; final String loc0 = arg0 . getID ( ) ; BackUpFileService . backUpBatch ( loc0 , arg1 , batchInstanceService . getSystemFolderForBatchInstanceId ( loc0 ) ) ; } |
35,906 | splits the category into its component parts , separated by the '' . '' character . concode_field_sep LogImpl impl concode_elem_sep String CATEGORY concode_field_sep boolean isLoggable concode_elem_sep boolean isLoggingSupported concode_elem_sep void setDefaultLevel concode_elem_sep Iterator levelIterator concode_elem_... | String [ ] function ( String arg0 ) { return impl . splitCategory ( arg0 ) ; } |
35,907 | method declaration concode_field_sep boolean needsInsert concode_elem_sep ObjectModificationDefaultImpl UPDATE concode_elem_sep ObjectModificationDefaultImpl INSERT concode_elem_sep boolean needsUpdate concode_field_sep boolean needsInsert concode_elem_sep boolean needsUpdate concode_elem_sep void setNeedsInsert concod... | void function ( ) { needsUpdate = true ; } |
35,908 | the name of the account limit . currently , the only account limit is stacklimit . concode_field_sep String name concode_elem_sep Integer value concode_field_sep void setName concode_elem_sep Integer getValue concode_elem_sep String getName concode_elem_sep AccountLimit withValue concode_elem_sep int hashCode concode_e... | AccountLimit function ( String arg0 ) { setName ( arg0 ) ; return this ; } |
35,909 | get the id of the node that manages the shard which allocation should be canceled 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 CancelAllocationCommand readFrom concode_elem_sep void toXCo... | String function ( ) { return this . node ; } |
35,910 | gets the value of the level property . concode_field_sep JAXBElement<SlimDateTime> date concode_elem_sep Integer level concode_field_sep void setDate concode_elem_sep JAXBElement<SlimDateTime> getDate concode_elem_sep void setLevel | Integer function ( ) { return level ; } |
35,911 | target size for the instance group . concode_field_sep Integer instanceCount concode_elem_sep com.amazonaws.internal.SdkInternalList<String> eC2InstanceIdsToTerminate concode_elem_sep String instanceGroupId concode_field_sep java.util.List<String> getEC2InstanceIdsToTerminate concode_elem_sep void setEC2InstanceIdsToTe... | Integer function ( ) { return this . instanceCount ; } |
35,912 | returns the trash entries with the matching group id . concode_field_sep Log _log concode_field_sep void deleteEntry concode_elem_sep void deleteEntry concode_elem_sep void deleteEntries concode_elem_sep void deleteEntries concode_elem_sep com.liferay.portlet.trash.model.TrashEntrySoap restoreEntry concode_elem_sep com... | com . liferay . portlet . trash . model . TrashEntryList function ( long arg0 ) { try { com . liferay . portlet . trash . model . TrashEntryList loc0 = TrashEntryServiceUtil . getEntries ( arg0 ) ; return loc0 ; } catch ( Exception loc0 ) { _log . error ( loc0 , loc0 ) ; throw new RemoteException ( loc0 . getMessage ( ... |
35,913 | sets the value of the enterpriseserviceoperationname property . concode_field_sep CodeType enterpriseServiceOperationName concode_elem_sep IdentifierType instanceID concode_elem_sep CodeType businessScopeTypeCode concode_elem_sep CustomBusinessScopeType custom concode_elem_sep long serialVersionUID concode_elem_sep Ide... | void function ( CodeType arg0 ) { this . enterpriseServiceOperationName = arg0 ; } |
35,914 | convenience method to get this element as a primitive byte value . concode_field_sep PlaceHolder placeHolder concode_field_sep float getAsFloat concode_elem_sep BigInteger getAsBigInteger concode_elem_sep JsonObject getAsJsonObject concode_elem_sep JsonNull getAsJsonNull concode_elem_sep BigDecimal getAsBigDecimal conc... | byte function ( ) { throw new UnsupportedOperationException ( getClass ( ) . getSimpleName ( ) ) ; } |
35,915 | adds a converter that accepts any charsequence notation . concode_field_sep TypeInfo<T> resultingType concode_elem_sep Collection<NotationConverter<Object,? extends T>> notationParsers concode_elem_sep String typeDisplayName concode_elem_sep boolean implicitConverters concode_elem_sep boolean allowNullInput concode_ele... | NotationParserBuilder < T > function ( NotationConverter < String , ? extends T > arg0 ) { this . notationParsers . add ( new CharSequenceNotationConverter < Object , T > ( arg0 ) ) ; return this ; } |
35,916 | return the surrogate of the member concode_field_sep String memberValue concode_elem_sep DataType dataType concode_elem_sep int key concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep int compareTo | int function ( ) { return key ; } |
35,917 | ensures that the password bytes of this key are set to zero when there are no more references to it . concode_field_sep long serialVersionUID concode_elem_sep byte[] key concode_field_sep byte[] getEncoded concode_elem_sep int hashCode concode_elem_sep String getAlgorithm concode_elem_sep boolean equals concode_elem_se... | void function ( ) { try { if ( this . key != null ) { java . util . Arrays . fill ( this . key , ( byte ) 0x00 ) ; this . key = null ; } } finally { super . finalize ( ) ; } } |
35,918 | the packaging type or null if it should not be customized . concode_field_sep String bootVersion concode_elem_sep String javaVersion concode_elem_sep String groupId concode_elem_sep String format concode_elem_sep String description concode_elem_sep String packaging concode_elem_sep String language concode_elem_sep List... | String function ( ) { return this . packaging ; } |
35,919 | dependency injection for the request cache . concode_field_sep String errorPage concode_elem_sep boolean useForward concode_elem_sep RequestCache requestCache concode_elem_sep AuthenticationTrustResolver authenticationTrustResolver concode_elem_sep String ajaxErrorPage concode_elem_sep PortResolver portResolver concode... | void function ( RequestCache arg0 ) { requestCache = arg0 ; } |
35,920 | reads the map following a type.map code . concode_field_sep DataInput in concode_elem_sep ThreadLocal tbIn concode_field_sep byte[] readRawDouble concode_elem_sep ArrayList readVector concode_elem_sep int readMapHeader concode_elem_sep List readList concode_elem_sep double readDouble concode_elem_sep TypedBytesInput ge... | TreeMap function ( ) { int loc0 = readMapHeader ( ) ; TreeMap loc1 = new TreeMap ( ) ; for ( int loc2 = 0 ; loc2 < loc0 ; loc2 ++ ) { Object loc3 = read ( ) ; Object loc4 = read ( ) ; loc1 . put ( loc3 , loc4 ) ; } return loc1 ; } |
35,921 | return the values for the correlation set concode_field_sep String _keyValues[] concode_elem_sep int _csetId concode_elem_sep long serialVersionUID concode_field_sep List<String> toCanonicalList concode_elem_sep void escapeTilde concode_elem_sep String toCanonicalString concode_elem_sep int hashCode concode_elem_sep bo... | String [ ] function ( ) { return _keyValues ; } |
35,922 | gets the executable work file . concode_field_sep File rootDir concode_elem_sep Logger logger concode_field_sep boolean containsWork concode_elem_sep File getExecutableWorkDir concode_elem_sep void setRootDir concode_elem_sep File getRootDir concode_elem_sep File getExecutableWorkProjectDir | File function ( CommonjWork arg0 ) { File loc0 = new File ( getExecutableWorkDir ( arg0 ) , arg0 . getWorkName ( ) ) ; return loc0 ; } |
35,923 | returns the tooltip for the annotation shown when hovering the mouse in the gutter bar . concode_field_sep ProblemHighlightType myHighlightType concode_elem_sep String myTooltip concode_elem_sep IntentionAction quickFix concode_elem_sep String myMessage concode_elem_sep List<QuickFixInfo> myQuickFixes concode_elem_sep ... | String function ( ) { return myTooltip ; } |
35,924 | all methods will be wrapped in a hystrixcommand set up according to the provided map of hystrixcommand.setter . concode_field_sep Map<Method,Callable<?>> fallbacks concode_elem_sep Map<Method,HystrixCommand.Setter> commandSetters concode_elem_sep Logger LOG concode_elem_sep T target concode_field_sep Object invoke conc... | T function ( Class < T > arg0 , T arg1 , Map < Method , HystrixCommand . Setter > arg2 , Map < Method , Callable < ? >> arg3 ) { LOG . info ( "srini_string" ) ; return ( T ) Proxy . newProxyInstance ( arg1 . getClass ( ) . getClassLoader ( ) , new Class < ? > [ ] { arg0 } , new HystrixCommandInvocationHandler < > ( arg... |
35,925 | checks the invariants of the object . concode_field_sep IAST<E> result concode_elem_sep int line concode_elem_sep int column concode_elem_sep int position concode_elem_sep boolean lastCR concode_field_sep int getPosition concode_elem_sep boolean getLastCR concode_elem_sep IAST<E> getResult concode_elem_sep int getLine ... | boolean function ( ) { assert position >= 0 ; assert line >= 0 ; return true ; } |
35,926 | the availability options configured for the domain . concode_field_sep Boolean options concode_elem_sep OptionStatus status concode_field_sep AvailabilityOptionsStatus withStatus concode_elem_sep AvailabilityOptionsStatus withOptions concode_elem_sep Boolean isOptions concode_elem_sep int hashCode concode_elem_sep bool... | Boolean function ( ) { return options ; } |
35,927 | set the text of what is displayed on the right side concode_field_sep String mLeftComment concode_elem_sep String mRightComment concode_field_sep void setLeft concode_elem_sep void clear concode_elem_sep void draw | void function ( String arg0 ) { mRightComment = arg0 ; } |
35,928 | creates a new terminalsize object representing a size based on this object 's size but with a delta applied . this is the same as calling withrelativecolumns delta.getcolumns . withrelativerows delta.getrows concode_field_sep int columns concode_elem_sep TerminalSize ONE concode_elem_sep int rows concode_elem_sep Termi... | TerminalSize function ( TerminalSize arg0 ) { return withRelative ( arg0 . getColumns ( ) , arg0 . getRows ( ) ) ; } |
35,929 | sets the description value for this wstransformerpluginv2details . concode_field_sep java.lang.String parametersSchema concode_elem_sep org.talend.mdm.webservice.WSTransformerPluginV2VariableDescriptor[] outputVariableDescriptors concode_elem_sep java.lang.String documentation concode_elem_sep java.lang.Object __equals... | void function ( java . lang . String arg0 ) { this . description = arg0 ; } |
35,930 | sets value of the coreconnectionpnames #so_reuseaddr parameter . concode_field_sep PlaceHolder placeHolder concode_field_sep int getLinger concode_elem_sep void setTcpNoDelay concode_elem_sep void setConnectionTimeout concode_elem_sep void setSoTimeout concode_elem_sep boolean getSoReuseaddr concode_elem_sep boolean ge... | void function ( final HttpParams arg0 , boolean arg1 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } arg0 . setBooleanParameter ( CoreConnectionPNames . SO_REUSEADDR , arg1 ) ; } |
35,931 | standard process action method . concode_field_sep String currsection concode_elem_sep Logger log concode_field_sep boolean startCreateItem concode_elem_sep void processValueChange | void function ( ActionEvent arg0 ) { log . debug ( "srini_string" ) ; ItemAuthorBean loc0 = ( ItemAuthorBean ) ContextUtil . lookupBean ( "srini_string" ) ; if ( ! startCreateItem ( loc0 ) ) { throw new RuntimeException ( "srini_string" ) ; } } |
35,932 | dummy method doing nothing concode_field_sep PlaceHolder placeHolder concode_field_sep void doNothing60 concode_elem_sep void doNothing61 concode_elem_sep void doNothing62 concode_elem_sep void doNothing63 concode_elem_sep void doNothing53 concode_elem_sep void doNothing31 concode_elem_sep void doNothing54 concode_elem... | void function ( ) { } |
35,933 | get categories . concode_field_sep UiEnvironment environment concode_elem_sep long serialVersionUID concode_elem_sep List<UiCategory> categories concode_field_sep UiEnvironment getEnvironment | List < UiCategory > function ( ) { return categories ; } |
35,934 | setter method to set the capability id concode_field_sep String capabilityType concode_elem_sep int capabilityID concode_elem_sep String capabilityDescription concode_elem_sep String capabilityName concode_field_sep String getCapabilityDescription concode_elem_sep void setCapabilityName concode_elem_sep void setCapabil... | void function ( int arg0 ) { this . capabilityID = arg0 ; } |
35,935 | template method for customizing the expression evaluation context . the default implementation is empty . concode_field_sep ParserContext beanExpressionParserContext concode_elem_sep String expressionSuffix concode_elem_sep String DEFAULT_EXPRESSION_PREFIX concode_elem_sep Map<BeanExpressionContext,StandardEvaluationCo... | void function ( StandardEvaluationContext arg0 ) { } |
35,936 | multiplies two fixed-point numbers . concode_field_sep int ONE concode_field_sep float floatValue16 concode_elem_sep int div16 concode_elem_sep int intValue concode_elem_sep int valueOf concode_elem_sep int valueOf concode_elem_sep int vectorLength concode_elem_sep float floatValue concode_elem_sep int ceil concode_ele... | int function ( int arg0 , int arg1 ) { return ( int ) ( ( ( ( long ) arg0 ) * arg1 ) >> 6 ) ; } |
35,937 | sets the value of the selector property . concode_field_sep Selector selector concode_field_sep Selector getSelector | void function ( Selector arg0 ) { this . selector = arg0 ; } |
35,938 | determines if this actionprovider has a submenu associated with it . associated submenus will be shown when an action view is not . this provider instance will receive a call to #onpreparesubmenu submenu after the call to #onperformdefaultaction and before a submenu isdisplayed to the user . concode_field_sep SubUiVisi... | boolean function ( ) { return false ; } |
35,939 | the url to the amazon s3-based disk image being imported . the url can either be a https url https : / / . . or an amazon s3 url s3 : / / . . concode_field_sep String snapshotId concode_elem_sep String format concode_elem_sep String description concode_elem_sep String deviceName concode_elem_sep String url concode_elem... | ImageDiskContainer function ( String arg0 ) { setUrl ( arg0 ) ; return this ; } |
35,940 | creates a property . concode_field_sep boolean valueNeedsLookup concode_elem_sep String name concode_elem_sep Logger LOGGER concode_elem_sep String value concode_field_sep String getValue concode_elem_sep String getName concode_elem_sep String toString concode_elem_sep boolean isValueNeedsLookup | Property function ( @ PluginAttribute ( "srini_string" ) final String arg0 , @ PluginValue ( "srini_string" ) final String arg1 ) { if ( arg0 == null ) { LOGGER . error ( "srini_string" ) ; } return new Property ( arg0 , arg1 ) ; } |
35,941 | copies all of the bytes from in to out . neither stream is closed . returns the total number of bytes transferred . concode_field_sep Charset US_ASCII concode_elem_sep byte[] EMPTY_BYTE_ARRAY concode_elem_sep AtomicReference<byte[]> skipBuffer concode_elem_sep char[] DIGITS concode_elem_sep Charset UTF_8 concode_elem_s... | int function ( InputStream arg0 , OutputStream arg1 ) { int loc0 = 0 ; byte [ ] loc1 = new byte [ 8192 ] ; int loc2 ; while ( ( loc2 = arg0 . read ( loc1 ) ) != - 1 ) { loc0 += loc2 ; arg1 . write ( loc1 , 0 , loc2 ) ; } return loc0 ; } |
35,942 | sets the id . concode_field_sep float amount concode_elem_sep Set as concode_elem_sep Long id concode_elem_sep A reverse concode_field_sep void setAs concode_elem_sep Set getAs concode_elem_sep A getReverse concode_elem_sep Long getId concode_elem_sep void setAmount concode_elem_sep void setReverse concode_elem_sep flo... | void function ( Long arg0 ) { this . id = arg0 ; } |
35,943 | returns a random field name . can be a leaf field name or the path to refer to a field name using the dot notation . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean canAddField concode_elem_sep Map<String,Object> randomSource concode_elem_sep String randomString concode_elem_sep String randomExistin... | String function ( Random arg0 ) { int loc0 = RandomNumbers . randomIntBetween ( arg0 , 1 , 5 ) ; String loc1 = "srini_string" ; for ( int loc2 = 0 ; loc2 < loc0 ; loc2 ++ ) { if ( loc2 > 0 ) { loc1 += "srini_string" ; } loc1 += randomString ( arg0 ) ; } return loc1 ; } |
35,944 | empty setter for cxf compliance , this field is automatically computed . concode_field_sep String physicalVolumeId concode_elem_sep Integer lunMapping concode_elem_sep HashMap<String,Boolean> pathsDictionary concode_elem_sep StorageType lunType concode_elem_sep Guid storageDomainId concode_elem_sep String productId con... | void function ( boolean arg0 ) { } |
35,945 | getter method for the subcategoryid concode_field_sep Integer customerType concode_elem_sep Integer callSource concode_elem_sep Date endDate concode_elem_sep Integer caseStatus concode_elem_sep long serialVersionUID concode_elem_sep Integer subCategoryId concode_elem_sep String circleID concode_elem_sep String circle c... | Integer function ( ) { return subCategoryId ; } |
35,946 | returns the width of the mtp object 's thumbnail in pixels will be zero for objects with no thumbnail concode_field_sep int mParent concode_elem_sep int mAssociationType concode_elem_sep int mImagePixWidth concode_elem_sep int mAssociationDesc concode_elem_sep int mFormat concode_elem_sep int mStorageId concode_elem_se... | int function ( ) { return mThumbPixWidth ; } |
35,947 | gets number of slow requests to track concode_field_sep boolean filterCache concode_elem_sep int DEFAULT_MULTIPLIER concode_elem_sep int DEFAULT_CONCURRENCY concode_elem_sep SearchType DEFAULT_SEARCH_TYPE concode_elem_sep boolean numSlowestFinalized concode_elem_sep boolean fieldDataCache concode_elem_sep ClearCachesSe... | int function ( ) { return numSlowest ; } |
35,948 | get usable fields concode_field_sep Map<String,UiFilterUsableField> usableFields concode_elem_sep long serialVersionUID concode_field_sep placeholderType placeHolder | Map < String , UiFilterUsableField > function ( ) { return usableFields ; } |
35,949 | gets the access token of the private test user for the application with the requested permissions . concode_field_sep Map<String,JSONObject> appTestAccounts concode_elem_sep String testApplicationId concode_elem_sep String LOG_TAG concode_elem_sep String testApplicationSecret concode_field_sep String getTestApplication... | AccessToken function ( List < String > arg0 ) { return getAccessTokenForUser ( arg0 , Mode . PRIVATE , null ) ; } |
35,950 | gets the dynamic time through the formatcurrenttime method in the timezonebean . concode_field_sep Polygon mapPolygon concode_elem_sep DateFormat dateFormat concode_elem_sep String id concode_elem_sep String mapCommandButtonId concode_field_sep String getUseDaylightTime concode_elem_sep String getLocation concode_elem_... | String function ( ) { return TimeZoneBean . formatCurrentTime ( dateFormat ) ; } |
35,951 | check whether servlet which uses runas with correct role needed for secured ejb invocation can correctly invoked that ejb method in httpservlet.init method . concode_field_sep String DEPLOYMENT concode_elem_sep String incorrectRoleResult concode_elem_sep File CORRECT_ROLE_AND_UNDEPLOY concode_elem_sep String correctRol... | void function ( ) { assertTrue ( "srini_string" , correctRoleResult . contains ( INIT_METHOD_PASS + HelloBean . HELLO ) ) ; } |
35,952 | gets the value of the status property . concode_field_sep SystemFeedGenerationData systemFeedGenerationData concode_elem_sep FeedOrigin origin concode_elem_sep String name concode_elem_sep List<FeedAttribute> attributes concode_elem_sep Long id concode_elem_sep FeedStatus status concode_field_sep void setName concode_e... | FeedStatus function ( ) { return status ; } |
35,953 | implements inputstream.read int in terms of inputstream.read byte , int , int . inputstream assumes that you implement inputstream.read int and provides default implementations of the others , but often the opposite is more efficient . concode_field_sep Charset US_ASCII concode_elem_sep byte[] EMPTY_BYTE_ARRAY concode_... | int function ( InputStream arg0 ) { byte [ ] loc0 = new byte [ 1 ] ; int loc1 = arg0 . read ( loc0 , 0 , 1 ) ; return ( loc1 != - 1 ) ? loc0 [ 0 ] & 0xff : - 1 ; } |
35,954 | forces the worker to pause its work can be resumed concode_field_sep String CVS_REVISION concode_elem_sep MasterInfo m_master concode_elem_sep String m_displayName concode_elem_sep MasterListener m_masterListener concode_field_sep Object resume concode_elem_sep Object sendCommand concode_elem_sep Object stop concode_el... | Object function ( ) { return null ; } |
35,955 | set the s parameter concode_field_sep BigInteger r concode_elem_sep BigInteger s concode_elem_sep BigInteger k concode_elem_sep byte[] m concode_field_sep void setR concode_elem_sep BigInteger getK concode_elem_sep byte[] getM concode_elem_sep BigInteger getR concode_elem_sep BigInteger getS | void function ( BigInteger arg0 ) { this . s = arg0 ; } |
35,956 | the marker for the next set of results , or null if there are no additional results . concode_field_sep String nextMarker concode_elem_sep java.util.List<Policy> policies concode_field_sep String getNextMarker concode_elem_sep java.util.List<Policy> getPolicies concode_elem_sep int hashCode concode_elem_sep boolean equ... | void function ( String arg0 ) { this . nextMarker = arg0 ; } |
35,957 | sets the primary key of this social request . concode_field_sep SocialRequest _socialRequest concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_e... | void function ( long arg0 ) { _socialRequest . setPrimaryKey ( arg0 ) ; } |
35,958 | closes the session . concode_field_sep Database dDatabase concode_elem_sep HsqlArrayList 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 c... | void function ( ) { disconnect ( ) ; } |
35,959 | binds a texture to the renderengine given a filename from the jar . concode_field_sep TileEntityRenderer tileEntityRenderer concode_field_sep void setTileEntityRenderer concode_elem_sep void renderTileEntityAt concode_elem_sep void cacheSpecialRenderInfo concode_elem_sep FontRenderer getFontRenderer | void function ( String arg0 ) { RenderEngine loc0 = tileEntityRenderer . renderEngine ; if ( loc0 != null ) { loc0 . bindTexture ( loc0 . getTexture ( arg0 ) ) ; } } |
35,960 | bind broker to endpoint , can call this multiple times . we use a single socket for both clients and workers . 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,S... | void function ( String arg0 ) { socket . bind ( arg0 ) ; log . format ( "srini_string" , arg0 ) ; } |
35,961 | disk partition concode_field_sep String ERROR_VIEWS concode_elem_sep DiskMonitorReportManager diskMonitorReportManager concode_elem_sep String VIEWS concode_field_sep MultipleGeneralReportDataBO totalDisk concode_elem_sep MultipleGeneralReportDataBO deltaDiskByName concode_elem_sep MultipleGeneralReportDataBO deltaDisk... | List < DiskMonitorDomain [ ] > function ( @ PathVariable ( "srini_string" ) String arg0 , HttpServletRequest arg1 , HttpServletResponse arg2 ) { List < DiskMonitorDomain [ ] > loc0 = diskMonitorReportManager . listDiskMonitor ( arg0 ) ; return loc0 ; } |
35,962 | gets customer . concode_field_sep String itemBarcode concode_elem_sep String customer concode_elem_sep String status concode_field_sep void setCustomer concode_elem_sep String getItemBarcode concode_elem_sep String getStatus concode_elem_sep void setItemBarcode concode_elem_sep void setStatus | String function ( ) { return customer ; } |
35,963 | gets the value . concode_field_sep Long id concode_elem_sep Long userId concode_elem_sep String value concode_elem_sep Integer version concode_elem_sep String key concode_field_sep Integer getVersion concode_elem_sep String getKey concode_elem_sep void setVersion concode_elem_sep void setValue concode_elem_sep void set... | String function ( ) { return value ; } |
35,964 | execute delete query concode_field_sep SqlSession session concode_elem_sep String queryName concode_field_sep int update concode_elem_sep void insert concode_elem_sep void close | int function ( Object arg0 ) { return session . delete ( queryName , arg0 ) ; } |
35,965 | gets the value of the ms property . concode_field_sep CTMdxMemeberProp p concode_elem_sep Object parent concode_elem_sep CTMdxTuple t concode_elem_sep CTMdxSet ms concode_elem_sep STMdxFunctionType f concode_elem_sep CTMdxKPI k concode_elem_sep long n concode_field_sep STMdxFunctionType getF concode_elem_sep Object get... | CTMdxSet function ( ) { return ms ; } |
35,966 | some more javadoc . concode_field_sep int sTest1 concode_elem_sep int badStatic concode_elem_sep int sTest2 concode_elem_sep int sTest3 concode_elem_sep int badConstant concode_elem_sep int someMember concode_elem_sep int sNumCreated concode_elem_sep int blah concode_elem_sep int badMember concode_elem_sep int mNumCrea... | void function ( ) { for ( Object loc0 : new java . util . ArrayList ( ) ) { } } |
35,967 | sets the safe range of characters for the escaper . characters in this range that have no explicit replacement are considered ` safe ' and remain unescaped in the output . if safemax < safemin then the safe rangeis empty . concode_field_sep Escaper NULL_ESCAPER concode_elem_sep Map<Character,String> replacementMap conc... | Builder function ( char arg0 , char arg1 ) { this . safeMin = arg0 ; this . safeMax = arg1 ; return this ; } |
35,968 | returns the revision string . concode_field_sep int totalCount concode_elem_sep int distinctCount concode_elem_sep int[] nominalCounts concode_elem_sep weka.experiment.Stats numericStats concode_elem_sep int realCount concode_elem_sep int missingCount concode_elem_sep long serialVersionUID concode_elem_sep int intCount... | String function ( ) { return RevisionUtils . extract ( "srini_string" ) ; } |
35,969 | public setter concode_field_sep String medicationName concode_elem_sep String rxNormId concode_elem_sep String dosageFormName concode_elem_sep String proprietaryNameSuffix concode_elem_sep String drugColor concode_elem_sep String purpose concode_elem_sep String deaSchedule concode_elem_sep List<String> pharmClasses con... | void function ( String arg0 ) { this . rxNormId = arg0 ; } |
35,970 | compare the order . concode_field_sep AtomicInteger readCount concode_elem_sep long time concode_elem_sep CacheType type concode_elem_sep VALUE value concode_elem_sep KEY key concode_elem_sep int order concode_field_sep int compareReadCount concode_elem_sep int compareToLRU concode_elem_sep String toString concode_elem... | int function ( CacheEntry arg0 ) { if ( order > arg0 . order ) { return 1 ; } else if ( order < arg0 . order ) { return - 1 ; } else if ( order == arg0 . order ) { return 0 ; } die ( ) ; return 0 ; } |
35,971 | this is setter method for searchdetails concode_field_sep int subSubCatId concode_elem_sep List escalationTemplateDetails concode_elem_sep String subSubCategoryName concode_elem_sep long serialVersionUID concode_elem_sep int escRuleId concode_elem_sep String userLoginName concode_elem_sep List escalationTypeDetails con... | void function ( List arg0 ) { this . searchDetails = arg0 ; } |
35,972 | gets the value of the templateref property . concode_field_sep SourceCode sourceCode concode_elem_sep ResourceType templateRef concode_elem_sep Documentation documentation concode_elem_sep String id concode_elem_sep String title concode_elem_sep Example example concode_field_sep void setTemplateRef concode_elem_sep Str... | ResourceType function ( ) { return templateRef ; } |
35,973 | sets the value of the id property . concode_field_sep Double amount concode_elem_sep RecordRef location concode_elem_sep Long id concode_elem_sep RecordRef payrollItem concode_elem_sep RecordRef department concode_elem_sep RecordRef clazz concode_elem_sep CustomFieldList customFieldList concode_field_sep RecordRef getC... | void function ( Long arg0 ) { this . id = arg0 ; } |
35,974 | prints a technology 's code concode_field_sep int MAX concode_elem_sep Map<String,Technology> mCodes concode_elem_sep List<Technology> mTechs concode_field_sep void regenerate concode_elem_sep String getNewCode concode_elem_sep void generateCodes concode_elem_sep Technology getTech | void function ( Technology arg0 ) { System . out . println ( arg0 . getName ( ) + "srini_string" + arg0 . getQuality ( ) + "srini_string" + arg0 . getCode ( ) ) ; } |
35,975 | returns the osgi service identifier . concode_field_sep ServiceTracker<BookmarksEntryService,BookmarksEntryService> _serviceTracker concode_field_sep void restoreEntryFromTrash concode_elem_sep int getGroupEntriesCount concode_elem_sep int getGroupEntriesCount concode_elem_sep int getGroupEntriesCount concode_elem_sep ... | java . lang . String function ( ) { return getService ( ) . getOSGiServiceIdentifier ( ) ; } |
35,976 | check whether this log is active for level error . concode_field_sep Logger logger concode_field_sep boolean isLoggable concode_elem_sep void debug concode_elem_sep void debug concode_elem_sep void log concode_elem_sep String getCallerClassName concode_elem_sep boolean isWarningLoggable concode_elem_sep Logger getLogge... | boolean function ( ) { return isLoggable ( LogLevel . LEVEL_ERROR ) ; } |
35,977 | returns a set from an array of objects . note the iterator returned by this set preserves the order of the array . concode_field_sep Logger logger concode_field_sep String[] setToStrings concode_elem_sep Object[] setToObjects | Set function ( Object [ ] arg0 ) { logger . debug ( "srini_string" , arg0 ) ; if ( arg0 == null ) { return null ; } Set loc0 = new ListOrderedSet ( ) ; for ( int loc1 = 0 ; loc1 < arg0 . length ; loc1 ++ ) { loc0 . add ( arg0 [ loc1 ] ) ; } return loc0 ; } |
35,978 | gets the value of the label2 property . concode_field_sep DivType div concode_elem_sep String id concode_elem_sep String type concode_elem_sep String label2 concode_field_sep DivType getDiv concode_elem_sep String getTYPE concode_elem_sep void setID concode_elem_sep String getID concode_elem_sep void setTYPE concode_el... | String function ( ) { return label2 ; } |
35,979 | simulate shaking the device . concode_field_sep PlaceHolder placeHolder concode_field_sep void hideKeyboard concode_elem_sep void hideKeyboard | void function ( ) { CommandExecutionHelper . execute ( this , shakeCommand ( ) ) ; } |
35,980 | sets the value of the frozen property . concode_field_sep Boolean frozen concode_elem_sep long serialVersionUID concode_elem_sep String value concode_elem_sep String key concode_field_sep void unsetFrozen concode_elem_sep String getValue concode_elem_sep String getKey concode_elem_sep boolean isSetValue concode_elem_se... | void function ( boolean arg0 ) { this . frozen = arg0 ; } |
35,981 | enum types may not have finalizers . concode_field_sep long serialVersionUID concode_elem_sep String name concode_elem_sep BasicLruCache<Class<? extends Enum>,Object[]> sharedConstantsCache concode_elem_sep int ordinal concode_field_sep Class<E> getDeclaringClass concode_elem_sep int hashCode concode_elem_sep T valueOf... | void function ( ) { } |
35,982 | gets the results value for this simplemutateresult . concode_field_sep java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.google.api.ads.adwords.axis.v201502.cm.Operand[] results concode_elem_sep com.google.api.ads.ad... | com . google . api . ads . adwords . axis . v201502 . cm . Operand [ ] function ( ) { return results ; } |
35,983 | determines if this character is a half width katakana . concode_field_sep String romaji[] concode_elem_sep String VERSION concode_field_sep boolean isHalfWidthHiragana concode_elem_sep boolean isFullWidthHiragana concode_elem_sep char toKatakana concode_elem_sep boolean isLegalUnit concode_elem_sep String lookupRomaji ... | boolean function ( char arg0 ) { return ( ( '?' <= arg0 ) && ( arg0 <= '?' ) ) ; } |
35,984 | this method returns the internal heap array as object . concode_field_sep int size concode_elem_sep int maxSize concode_elem_sep T[] heap concode_field_sep T add concode_elem_sep void downHeap concode_elem_sep void clear concode_elem_sep boolean remove concode_elem_sep T pop concode_elem_sep Iterator<T> iterator concod... | Object [ ] function ( ) { return ( Object [ ] ) heap ; } |
35,985 | callback for when an unrecognized option is parsed . concode_field_sep String DRIVER_JAVA_OPTIONS concode_elem_sep String DRIVER_LIBRARY_PATH concode_elem_sep String DRIVER_CORES concode_elem_sep String NUM_EXECUTORS concode_elem_sep String[][] opts concode_elem_sep String EXECUTOR_CORES concode_elem_sep String PY_FILE... | boolean function ( String arg0 ) { throw new UnsupportedOperationException ( ) ; } |
35,986 | end a paragraph by emitting a tag , unless no paragraph is active . concode_field_sep boolean inPara concode_elem_sep StringBuilder s concode_field_sep void appendLabelDef concode_elem_sep void startUnderline concode_elem_sep void appendTag concode_elem_sep void appendUntag concode_elem_sep void appendFigure concode_el... | void function ( ) { if ( inPara ) { appendUntag ( "srini_string" ) ; inPara = false ; } } |
35,987 | sets the role id of this user group role . concode_field_sep UserGroupRole _userGroupRole concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId con... | void function ( long arg0 ) { _userGroupRole . setRoleId ( arg0 ) ; } |
35,988 | return the activity support extension point that this registry is interested in . concode_field_sep ImageRegistry registry concode_elem_sep String tag concode_field_sep void removeExtension concode_elem_sep void addExtension concode_elem_sep void dispose concode_elem_sep ImageDescriptor getImageDescriptor | IExtensionPoint function ( ) { return Platform . getExtensionRegistry ( ) . getExtensionPoint ( PlatformUI . PLUGIN_ID , IWorkbenchRegistryConstants . PL_ACTIVITYSUPPORT ) ; } |
35,989 | assign a pattern to both detect honored values , and optionally to map from a single principal name or public credential string to a single hypersql role or schema string . do not use this method if you are using this jaasauthbean only to permit or reject access with roles and schema being determined by pre-existing lo... | void function ( Pattern arg0 ) { this . roleSchemaValuePattern = arg0 ; } |
35,990 | return true if black side is controlled by a human . concode_field_sep int PLAYER_WHITE concode_elem_sep int TWO_COMPUTERS concode_elem_sep int PLAYER_BLACK concode_elem_sep int TWO_PLAYERS concode_elem_sep int ANALYSIS concode_elem_sep int modeNr concode_elem_sep int EDIT_GAME concode_field_sep boolean playerWhite con... | boolean function ( ) { switch ( modeNr ) { case PLAYER_BLACK : case TWO_PLAYERS : case ANALYSIS : case EDIT_GAME : return true ; default : return false ; } } |
35,991 | setter for the field baseuriparameters . concode_field_sep String parentUri concode_elem_sep Map<String,UriParameter> uriParameters concode_elem_sep String displayName concode_elem_sep String description concode_elem_sep List<TemplateUse> typeModel concode_elem_sep String type concode_elem_sep Map<String,List<UriParame... | void function ( Map < String , List < UriParameter >> arg0 ) { this . baseUriParameters = arg0 ; } |
35,992 | adds the language of a script element to the scripts property . concode_field_sep String _lang concode_elem_sep Property _propUnderConstruction concode_elem_sep List _abbrs concode_elem_sep List _defs concode_elem_sep Utf8BlockMarker utf8BM concode_elem_sep List _links concode_elem_sep String _title concode_elem_sep Li... | void function ( String arg0 ) { if ( _scripts == null ) { _scripts = new LinkedList ( ) ; } _scripts . add ( arg0 ) ; } |
35,993 | concatenate the given string to the receiver . this operation updates the receiver . concode_field_sep int offset concode_elem_sep int count concode_elem_sep char value[] concode_field_sep char[] toCharArray concode_elem_sep void getChars concode_elem_sep void getChars concode_elem_sep int length concode_elem_sep Strin... | String function ( String arg0 ) { int loc0 = arg0 . length ( ) ; if ( loc0 == 0 ) { return this ; } char loc1 [ ] = new char [ count + loc0 ] ; getChars ( 0 , count , loc1 , 0 ) ; arg0 . getChars ( 0 , loc0 , loc1 , count ) ; return new String ( loc1 , 0 , count + loc0 ) ; } |
35,994 | searches the license nodes for the specified license node passed as parameter and removes it . concode_field_sep HashSet<License> licenses concode_elem_sep Category category concode_elem_sep String nodeIdentifier concode_elem_sep HashSet<LicenseNode> licenseNodes concode_field_sep HashSet<License> getLicenses concode_e... | void function ( String arg0 ) { licenseNodes . remove ( findLicenseNode ( arg0 ) ) ; } |
35,995 | gets the zoom level specifed by the destination . concode_field_sep float left concode_elem_sep Reference ref concode_elem_sep Library library concode_elem_sep Logger logger concode_elem_sep float top concode_elem_sep boolean inited concode_elem_sep Object object concode_elem_sep float zoom concode_field_sep void init ... | float function ( ) { if ( ! inited ) init ( ) ; return zoom ; } |
35,996 | returns a string representing the object . concode_field_sep DatasetRenderingOrder REVERSE concode_elem_sep String name concode_elem_sep DatasetRenderingOrder FORWARD concode_elem_sep long serialVersionUID concode_field_sep Object readResolve concode_elem_sep int hashCode concode_elem_sep boolean equals | String function ( ) { return this . name ; } |
35,997 | calculate the minimum and maximum values out of a list of doubles . concode_field_sep NumberFormat FORMAT concode_elem_sep double NULL_VALUE concode_field_sep List<Double> getLabels concode_elem_sep float[] getFloats concode_elem_sep double[] getDoubles concode_elem_sep int[] getInts concode_elem_sep double[] computeLa... | double [ ] function ( List < Double > arg0 ) { if ( arg0 . size ( ) == 0 ) { return new double [ 2 ] ; } double loc0 = arg0 . get ( 0 ) ; double loc1 = loc0 ; int loc2 = arg0 . size ( ) ; for ( int loc3 = 1 ; loc3 < loc2 ; loc3 ++ ) { double loc4 = arg0 . get ( loc3 ) ; loc0 = Math . loc0 ( loc0 , loc4 ) ; loc1 = Math ... |
35,998 | inserts a byte value into the mapping of this bundle , replacing any existing value for the given key . concode_field_sep Bundle bundle concode_field_sep Bundler putIntegerArrayList concode_elem_sep Bundler putStringArrayList concode_elem_sep Bundler putBundle concode_elem_sep Bundler putDoubleArray concode_elem_sep Bu... | Bundler function ( String arg0 , byte arg1 ) { bundle . putByte ( arg0 , arg1 ) ; return this ; } |
35,999 | default implementation of iresourcerulefactory #modifyrule . this default implementation returns the resource being modified , or the parent resource if modifying a project description file . note that this must encompass any rule required by the validatesave hook . subclasses may override this method . the rule provid... | ISchedulingRule function ( IResource arg0 ) { IPath loc0 = arg0 . getFullPath ( ) ; if ( loc0 . segmentCount ( ) == 2 && loc0 . segment ( 1 ) . equals ( IProjectDescription . DESCRIPTION_FILE_NAME ) ) return parent ( arg0 ) ; return arg0 ; } |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.