idx
int64
0
25k
question
stringlengths
72
5.69k
target
stringlengths
21
481
20,500
define el valor de la propiedad encoding . concode_field_sep String id concode_elem_sep String mimeType concode_elem_sep String encoding concode_elem_sep List<Object> content concode_field_sep String getEncoding concode_elem_sep String getMimeType concode_elem_sep List<Object> getContent concode_elem_sep void setMimeTy...
void function ( String arg0 ) { this . encoding = arg0 ; }
20,501
asks the camera hardware to begin drawing preview frames to the screen . concode_field_sep AutoFocusCallback autoFocusCallback concode_elem_sep int MAX_FRAME_HEIGHT concode_elem_sep String TAG concode_elem_sep CameraManager cameraManager concode_elem_sep CameraConfigurationManager configManager concode_elem_sep Preview...
void function ( ) { if ( camera != null && ! previewing ) { camera . startPreview ( ) ; previewing = true ; } }
20,502
whether this storage backend supports global key scans via keycolumnvaluestore #getkeys slicequery , storetransaction concode_field_sep Boolean supportsConsistentKeyOperations concode_elem_sep Boolean supportsMultiQuery concode_elem_sep Boolean supportsTransactions concode_elem_sep Boolean isDistributed concode_elem_se...
boolean function ( ) { assert verify ( ) ; return supportsUnorderedScan ; }
20,503
get name concode_field_sep Logger log concode_elem_sep String name concode_elem_sep long serialVersionUID concode_elem_sep PrintWriter logwriter concode_elem_sep ResourceAdapter ra concode_field_sep void setName concode_elem_sep ManagedConnection createManagedConnection concode_elem_sep void setResourceAdapter concode_...
String function ( ) { return name ; }
20,504
clear/remove policy flags for specific uid . the given policy bits will be set for the uid . policy flags may be either #policy_reject_metered_background or #policy_allow_background_battery_save . concode_field_sep int RULE_ALLOW_ALL concode_elem_sep int RULE_REJECT_METERED concode_elem_sep int POLICY_NONE concode_elem...
void function ( int arg0 , int arg1 ) { try { mService . removeUidPolicy ( arg0 , arg1 ) ; } catch ( RemoteException loc0 ) { } }
20,505
send a metric to opentsdb concode_field_sep String baseUrl concode_elem_sep Logger LOGGER concode_elem_sep Integer connectionTimeout concode_elem_sep int READ_TIMEOUT_DEFAULT_MS concode_elem_sep WebTarget apiResource concode_elem_sep int DEFAULT_BATCH_SIZE_LIMIT concode_elem_sep int CONN_TIMEOUT_DEFAULT_MS concode_elem...
void function ( OpenTsdbMetric arg0 ) { LOGGER . info ( "srini_string" ) ; send ( Collections . singleton ( arg0 ) ) ; LOGGER . info ( "srini_string" ) ; }
20,506
test that a stateless bean which has been annotated with a org.jboss.ejb3.annotation.pool annotationand also has a jboss-ejb3.xml with a bean instance pool reference , is processed correctly and the deployment descriptor value overrides the annotation value . to make sure that the annotation value is overriden by the d...
void function ( ) { final PoolAnnotatedAndSetInDDBean loc0 = InitialContext . doLookup ( "srini_string" + PoolAnnotatedAndSetInDDBean . class . getSimpleName ( ) ) ; this . testSimulatenousInvocationOnEJBsWithSingleInstanceInPool ( loc0 ) ; }
20,507
associate the given timezone with the current thread , preserving any locale that may have been set already . will implicitly create a localecontext for the given locale , not exposing it as inheritable for child threads . concode_field_sep ThreadLocal<LocaleContext> inheritableLocaleContextHolder concode_elem_sep Thre...
void function ( TimeZone arg0 ) { setTimeZone ( arg0 , false ) ; }
20,508
sets the values of all preferences for the transcoding algorithms with the specified hints . concode_field_sep TranscodingHints hints concode_elem_sep ErrorHandler handler concode_elem_sep ErrorHandler defaultErrorHandler concode_field_sep TranscodingHints getTranscodingHints concode_elem_sep ErrorHandler getErrorHandl...
void function ( TranscodingHints arg0 ) { this . hints = arg0 ; }
20,509
sets the client id & secret to create the oauth2 credential with . if you do not have a client id or secret , please create one in the api console : https://code.google.com/apis/console#access concode_field_sep HttpTransport httpTransport concode_elem_sep OAuth2Helper oAuth2Helper concode_elem_sep String clientId conco...
ForApiBuilder function ( String arg0 , String arg1 ) { this . clientId = arg0 ; this . clientSecret = arg1 ; return this ; }
20,510
gets the item cell check listener . concode_field_sep int[] tableResource concode_elem_sep int[] cellTypes concode_elem_sep int[] rowTextColor concode_elem_sep String[] titles concode_elem_sep int[] rowTextSize concode_elem_sep AbTable mAbTable concode_elem_sep int mScreenWidth concode_elem_sep int[] cellWidth concode_...
AbOnItemClickListener function ( ) { return itemCellCheckListener ; }
20,511
the name of the policy . concode_field_sep String policyDocument concode_elem_sep String policyName concode_elem_sep String userName concode_field_sep void setPolicyName concode_elem_sep void setPolicyDocument concode_elem_sep void setUserName concode_elem_sep String getPolicyDocument concode_elem_sep GetUserPolicyResu...
GetUserPolicyResult function ( String arg0 ) { setPolicyName ( arg0 ) ; return this ; }
20,512
sets the value of the cycleduration property . concode_field_sep XMLGregorianCalendar recoveryExpirationDate concode_elem_sep long serialVersionUID concode_elem_sep ExpirationType nextBillCycleExpiration concode_elem_sep String accountNumber concode_elem_sep StashBucketSummaryType.Type type concode_elem_sep BucketType ...
void function ( Duration arg0 ) { this . cycleDuration = arg0 ; }
20,513
returns an enumeration of all the terms and terminfos in the set . concode_field_sep SegmentTermEnum origEnum concode_elem_sep long[] indexPointers concode_elem_sep FieldInfos fieldInfos concode_elem_sep long size concode_elem_sep SegmentTermEnum indexEnum concode_elem_sep String segment concode_elem_sep ThreadLocal en...
SegmentTermEnum function ( ) { return ( SegmentTermEnum ) origEnum . clone ( ) ; }
20,514
builds an order list from the provided grid settings and lookup map . can be used if we want to provide the paging information manually . concode_field_sep int DEFAULT_PAGE concode_elem_sep int DEFAULT_PAGE_SIZE concode_field_sep Order orderIdAsc concode_elem_sep QueryParams buildQueryParams concode_elem_sep QueryParam...
List < Order > function ( GridSettings arg0 , Map < String , Object > arg1 ) { if ( arg0 . getSortColumn ( ) != null && ! arg0 . getSortColumn ( ) . isEmpty ( ) ) { return orderListFromGridSettings ( arg0 ) ; } else if ( arg1 != null ) { return orderListForLookup ( arg1 ) ; } else { return Collections . singletonList (...
20,515
starts the wiki doclet concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
boolean function ( RootDoc arg0 ) { return ApiDoclet . start ( arg0 , "srini_string" ) ; }
20,516
returns a hash key that we will use to store party votes . concode_field_sep HashMap<Integer,Integer> partyVotes concode_elem_sep int idLaw concode_elem_sep String subject concode_elem_sep String link concode_elem_sep Logger log concode_elem_sep HashSet<SingleVote> votes concode_elem_sep long time concode_elem_sep Stri...
int function ( int arg0 , SingleVote . Type arg1 ) { int loc0 = - 1 ; if ( arg1 == SingleVote . Type . DA ) { loc0 = 1 ; } else if ( arg1 == SingleVote . Type . NU ) { loc0 = 2 ; } else if ( arg1 == SingleVote . Type . AB ) { loc0 = 3 ; } else if ( arg1 == SingleVote . Type . MI ) { loc0 = 4 ; } return arg0 * 10 + loc0...
20,517
check the connection concode_field_sep Connection conn concode_elem_sep Profile profile concode_field_sep void disconnect concode_elem_sep Connection getConnection concode_elem_sep Profile getProfile concode_elem_sep PreparedStatement prepareStatement concode_elem_sep PreparedStatement prepareStatement concode_elem_sep...
void function ( ) { if ( conn == null ) { throw new SQLException ( "srini_string" ) ; } }
20,518
sets the value of the unitlistprice property . concode_field_sep List<String> calculation concode_elem_sep Amount amount concode_elem_sep Float discountPercent concode_elem_sep TimePeriod effectivePeriod concode_elem_sep Boolean prePaidIndicator concode_elem_sep Amount discountAmount concode_elem_sep List<String> descr...
void function ( Amount arg0 ) { this . unitListPrice = arg0 ; }
20,519
the meta information of the server certificate , such as its name , path , id , and arn . concode_field_sep String certificateChain concode_elem_sep ServerCertificateMetadata serverCertificateMetadata concode_elem_sep String certificateBody concode_field_sep String getCertificateChain concode_elem_sep int hashCode conc...
ServerCertificate function ( ServerCertificateMetadata arg0 ) { setServerCertificateMetadata ( arg0 ) ; return this ; }
20,520
close any resources opened by the manager . concode_field_sep MnistImageFile images concode_elem_sep int[] labelsArr concode_elem_sep byte[][] imagesArr concode_elem_sep int HEADER_SIZE concode_elem_sep MnistLabelFile labels concode_field_sep MnistLabelFile getLabels concode_elem_sep byte[] readImageUnsafe concode_elem...
void function ( ) { if ( images != null ) { try { images . close ( ) ; } catch ( IOException loc0 ) { } images = null ; } if ( labels != null ) { try { labels . close ( ) ; } catch ( IOException loc0 ) { } labels = null ; } }
20,521
create an instance of cimfloat concode_field_sep QName __0020DefaultValue_QNAME concode_elem_sep QName _CimDateTimeCIMDateTime_QNAME concode_field_sep CimBase64Binary createCimBase64Binary concode_elem_sep CimString createCimString concode_elem_sep JAXBElement<Object> create_0020DefaultValue concode_elem_sep QualifierU...
CimFloat function ( ) { return new CimFloat ( ) ; }
20,522
deletes the user tracker path with the primary key from the database . also notifies the appropriate model listeners . concode_field_sep UserTrackerPathLocalService _service concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionabl...
com . liferay . portal . model . UserTrackerPath function ( long arg0 ) { return getService ( ) . deleteUserTrackerPath ( arg0 ) ; }
20,523
trigger before handling a callback concode_field_sep PlaceHolder placeHolder concode_field_sep void doPostHandleCallback concode_elem_sep int getOrderId concode_elem_sep void doPreExecuteWorkflow concode_elem_sep void doPostExecuteWorkflow concode_elem_sep boolean isEnable
void function ( String arg0 , String arg1 , Map < String , Object > arg2 ) { }
20,524
close the single hibernate session instance . concode_field_sep String configFile concode_elem_sep Configuration configuration concode_elem_sep ThreadLocal<Session> threadLocal concode_elem_sep String CONFIG_FILE_LOCATION concode_elem_sep org.hibernate.SessionFactory sessionFactory concode_field_sep Configuration getCo...
void function ( ) { Session loc0 = ( Session ) threadLocal . get ( ) ; threadLocal . set ( null ) ; if ( loc0 != null ) { loc0 . close ( ) ; } }
20,525
sets the company id of this microblogs entry . concode_field_sep MicroblogsEntry _microblogsEntry concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedM...
void function ( long arg0 ) { _microblogsEntry . setCompanyId ( arg0 ) ; }
20,526
converts an array of bytes into an array of characters representing the hexadecimal values of each byte in order . the returned array will be double the length of the passed array , as it takes two characters to represent any given byte . concode_field_sep char[] DIGITS_LOWER concode_elem_sep char[] DIGITS_UPPER concod...
char [ ] function ( byte [ ] arg0 , char [ ] arg1 ) { int loc0 = arg0 . length ; char [ ] loc1 = new char [ loc0 << 1 ] ; for ( int loc2 = 0 , loc3 = 0 ; loc2 < loc0 ; loc2 ++ ) { loc1 [ loc3 ++ ] = arg1 [ ( 0xF0 & arg0 [ loc2 ] ) >>> 4 ] ; loc1 [ loc3 ++ ] = arg1 [ 0x0F & arg0 [ loc2 ] ] ; } return loc1 ; }
20,527
logs the failure and report the failure to the admin to be done concode_field_sep String STRIPE_UNEXPECTED concode_elem_sep ConfigurationManager configurationManager concode_elem_sep Map<Class<? extends StripeException>,StripeExceptionHandler> handlers concode_elem_sep TicketRepository ticketRepository concode_field_se...
String function ( StripeException arg0 ) { log . error ( "srini_string" , arg0 ) ; return "srini_string" ; }
20,528
sets the value of the email property . concode_field_sep String merchantCustomerId concode_elem_sep String email concode_field_sep String getMerchantCustomerId concode_elem_sep void setMerchantCustomerId concode_elem_sep String getEmail
void function ( String arg0 ) { this . email = arg0 ; }
20,529
adds a configuration entry for the given namespace and tag-name to the tag-descriptions . concode_field_sep HashMap<TagDefinitionKey,TagDefinitionValue> tagData concode_elem_sep boolean legacyOverride concode_elem_sep String defaultNamespace concode_elem_sep String namespace concode_elem_sep String className concode_el...
void function ( final String arg0 , final Class < ? extends T > arg1 ) { if ( arg0 == null ) { throw new NullPointerException ( ) ; } final TagDefinitionKey loc0 = new TagDefinitionKey ( defaultNamespace , arg0 ) ; setValueIfNotDefinedAsLegacy ( loc0 , arg1 ) ; }
20,530
invoked when an mutationevent of type ` domnodeinserted ' is fired . concode_field_sep RootGraphicsNode node concode_elem_sep BridgeContext ctx concode_elem_sep Document document concode_field_sep float getFontSize concode_elem_sep void handleOtherAnimationChanged concode_elem_sep Rectangle2D getBBox concode_elem_sep v...
void function ( MutationEvent arg0 ) { if ( arg0 . getTarget ( ) instanceof Element ) { Element loc0 = ( Element ) arg0 . getTarget ( ) ; GVTBuilder loc1 = ctx . getGVTBuilder ( ) ; GraphicsNode loc2 = loc1 . build ( ctx , loc0 ) ; if ( loc2 == null ) { return ; } node . add ( loc2 ) ; } }
20,531
this will get an action to be performed when the annotation loses the input focus . the name bl stands for `` blurred '' . concode_field_sep COSDictionary actions concode_field_sep void setX concode_elem_sep PDAction getFo concode_elem_sep void setPO concode_elem_sep void setU concode_elem_sep PDAction getPV concode_el...
PDAction function ( ) { COSDictionary loc0 = ( COSDictionary ) actions . getDictionaryObject ( "srini_string" ) ; PDAction loc1 = null ; if ( loc0 != null ) { loc1 = PDActionFactory . createAction ( loc0 ) ; } return loc1 ; }
20,532
packs the four color components which should be in the range 0-255 into a 32-bit integer and then converts it to a float . note that no range checking is performed for higher performance . concode_field_sep float a concode_elem_sep float b concode_elem_sep Color ORANGE concode_elem_sep Color CYAN concode_elem_sep float...
float function ( int arg0 , int arg1 , int arg2 , int arg3 ) { int loc0 = ( arg3 << 24 ) | ( arg2 << 16 ) | ( arg1 << 8 ) | arg0 ; float loc1 = NumberUtils . intToFloatColor ( loc0 ) ; return loc1 ; }
20,533
returns a composed consumer that performs , in sequence , thisoperation followed by the after operation . if performing eitheroperation throws an exception , it is relayed to the caller of the composed operation . if performing this operation throws an exception , the after operation will not be performed . concode_fie...
IOConsumer < T > function ( IOConsumer < ? super T > arg0 ) { Objects . requireNonNull ( arg0 ) ; return ( T loc0 ) -> { accept ( loc0 ) ; arg0 . accept ( loc0 ) ; } ; }
20,534
returns the mac address . concode_field_sep MacAddress macAddress concode_elem_sep ConnectPoint connectPoint concode_elem_sep Set<InterfaceIpAddress> ipAddresses concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep ConnectPoint connectPoint concode_elem_sep Set<InterfaceIpAddress> ipAddresses...
MacAddress function ( ) { return macAddress ; }
20,535
namespace-aware equals comparison . returns true if either node #getlocalname or node #getnodename equals desiredname , otherwise returns false . concode_field_sep PlaceHolder placeHolder concode_field_sep String getTextValue concode_elem_sep boolean nodeNameMatch concode_elem_sep boolean nodeNameMatch concode_elem_sep...
boolean function ( Node arg0 , String arg1 ) { Assert . notNull ( arg0 , "srini_string" ) ; Assert . notNull ( arg1 , "srini_string" ) ; return nodeNameMatch ( arg0 , arg1 ) ; }
20,536
salesforce connected application consumer secret concode_field_sep String password concode_elem_sep String clientId concode_elem_sep boolean lazyLogin concode_elem_sep String loginUrl concode_elem_sep String DEFAULT_LOGIN_URL concode_elem_sep String clientSecret concode_elem_sep String userName concode_field_sep void s...
void function ( String arg0 ) { this . clientSecret = arg0 ; }
20,537
getaddress concode_field_sep Member address concode_elem_sep long serialVersionUID concode_elem_sep String uniqueId concode_elem_sep long timestamp concode_field_sep void setAddress concode_elem_sep long getTimestamp concode_elem_sep void setUniqueId concode_elem_sep void setTimestamp concode_elem_sep String getUniqueI...
Member function ( ) { return address ; }
20,538
returns a boolean indicating whether to accept a will request coming from the other end . concode_field_sep boolean acceptLocal concode_elem_sep boolean doFlag concode_elem_sep boolean initialLocal concode_elem_sep boolean initialRemote concode_elem_sep boolean willFlag concode_elem_sep int optionCode concode_elem_sep ...
boolean function ( ) { return ( acceptRemote ) ; }
20,539
test method for org.dspace.statistics.util.locationutils #getcontinentcode java.lang.string . concode_field_sep String UNKNOWN_CONTINENT concode_elem_sep String UNKNOWN_COUNTRY concode_field_sep void testGetContinentNameString concode_elem_sep void testGetCountryNameStringLocale concode_elem_sep void testGetCountryName...
void function ( ) { assertEquals ( LocationUtils . getContinentCode ( "srini_string" ) , "srini_string" ) ; assertTrue ( LocationUtils . getContinentCode ( null ) . length ( ) > 2 ) ; assertTrue ( LocationUtils . getContinentCode ( "srini_string" ) . length ( ) > 2 ) ; }
20,540
get the component name . concode_field_sep BasicComponent component concode_elem_sep Class<?> componentClass concode_elem_sep Map<Method,InterceptorFactory> componentInterceptors concode_elem_sep InterceptorFactory preDestroy concode_elem_sep String componentName concode_elem_sep ServiceName serviceName concode_elem_se...
String function ( ) { return componentName ; }
20,541
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 ) ) ; }
20,542
register the callback for the message id . concode_field_sep Map callbackMap concode_field_sep void executeUnknownIds concode_elem_sep void executeUnknownIds concode_elem_sep String toString concode_elem_sep void removeCallback concode_elem_sep void handleCallbacks concode_elem_sep Callback[] getCallbacks concode_elem_...
void function ( final String arg0 , final Callback arg1 ) { synchronized ( callbackMap ) { callbackMap . put ( arg0 , arg1 ) ; } }
20,543
returns a clone of this paintmap . concode_field_sep long serialVersionUID concode_elem_sep Map store concode_field_sep boolean containsKey concode_elem_sep void writeObject concode_elem_sep boolean equals concode_elem_sep void clear concode_elem_sep Paint getPaint concode_elem_sep void put concode_elem_sep void readOb...
Object function ( ) { PaintMap loc0 = ( PaintMap ) super . loc0 ( ) ; loc0 . store = new HashMap ( ) ; loc0 . store . putAll ( this . store ) ; return loc0 ; }
20,544
returns the instantiated bean using the specified command . concode_field_sep CommandMap currentCommandMap concode_elem_sep String objectMimeType concode_elem_sep String shortType concode_elem_sep DataContentHandler dch concode_elem_sep String mimeType concode_elem_sep DataContentHandler dataContentHandler concode_elem...
Object function ( CommandInfo arg0 ) { try { return arg0 . getCommandObject ( this , getClass ( ) . getClassLoader ( ) ) ; } catch ( IOException loc0 ) { loc0 . printStackTrace ( System . err ) ; return null ; } catch ( ClassNotFoundException loc0 ) { loc0 . printStackTrace ( System . err ) ; return null ; } }
20,545
notification message saying that sasl authentication was successful . the next step would be to bind the resource . concode_field_sep boolean authenticationSuccessful concode_elem_sep List<SASLMechanism> REGISTERED_MECHANISMS concode_elem_sep Set<String> BLACKLISTED_MECHANISMS concode_elem_sep Logger LOGGER concode_ele...
void function ( Success arg0 ) { if ( arg0 . getData ( ) != null ) { challengeReceived ( arg0 . getData ( ) , true ) ; } currentMechanism . checkIfSuccessfulOrThrow ( ) ; authenticationSuccessful = true ; synchronized ( this ) { notify ( ) ; } }
20,546
returns the default scripting language , that should be used if scripts do n't specify the script language explicitly . concode_field_sep ParseField CACHE_KEY concode_elem_sep DeprecationLogger DEPRECATION_LOGGER concode_elem_sep ParseField CACHE concode_elem_sep XContentParser parser concode_elem_sep IndicesQueriesReg...
String function ( ) { return defaultScriptLanguage ; }
20,547
returns the instance . concode_field_sep Class interceptorClassToBeUsed concode_elem_sep InterceptorFactory instance concode_field_sep void setInterceptorClassToBeUsed concode_elem_sep Class[] computeInterfaceArrayFor concode_elem_sep Class getInterceptorClassToBeUsed concode_elem_sep void configure concode_elem_sep Ob...
InterceptorFactory function ( ) { if ( instance == null ) { instance = new InterceptorFactory ( ) ; OjbConfigurator . getInstance ( ) . configure ( instance ) ; } return instance ; }
20,548
unescape and decode a given string regarded as an escaped string with the utf-8 protocol charset . concode_field_sep BitSet pchar concode_elem_sep BitSet abs_path concode_elem_sep BitSet escaped concode_elem_sep BitSet percent concode_elem_sep BitSet segment concode_elem_sep BitSet alpha concode_elem_sep BitSet alphanu...
String function ( String arg0 ) { byte [ ] loc0 = getAsciiBytes ( arg0 ) ; byte [ ] loc1 ; try { loc1 = URLCodec . decodeUrl ( loc0 ) ; } catch ( DecoderException loc2 ) { throw new IllegalStateException ( loc2 . getMessage ( ) ) ; } return getString ( loc1 , "srini_string" ) ; }
20,549
returns the number of mesh animation channels . each channel affects a single mesh and defines vertex-based animation . this method will return the same value as getmeshchannels . size concode_field_sep double m_ticksPerSecond concode_elem_sep String m_name concode_elem_sep double m_duration concode_elem_sep List<AiNod...
int function ( ) { throw new UnsupportedOperationException ( "srini_string" ) ; }
20,550
associates a routing value to the alias concode_field_sep String filter concode_elem_sep String searchRouting concode_elem_sep String name concode_elem_sep String indexRouting concode_field_sep String filter concode_elem_sep Alias filter concode_elem_sep Alias filter concode_elem_sep Alias filter concode_elem_sep Alias...
Alias function ( String arg0 ) { this . indexRouting = arg0 ; this . searchRouting = arg0 ; return this ; }
20,551
setter method for faultcode concode_field_sep Integer faultCode concode_elem_sep String ticketMasterStatus concode_elem_sep String ticketNumber concode_elem_sep Date SLADuration concode_elem_sep Integer ticketStatus concode_elem_sep String comments concode_elem_sep long serialVersionUID concode_elem_sep Integer ticketS...
void function ( Integer arg0 ) { this . faultCode = arg0 ; }
20,552
if the vote should be skipped not counted for hudson.model.result #not_built builds . concode_field_sep boolean onNotBuilt concode_elem_sep long serialVersionUID concode_elem_sep boolean onFailed concode_elem_sep boolean onSuccessful concode_elem_sep boolean onUnstable concode_field_sep void setOnFailed concode_elem_se...
boolean function ( ) { return onNotBuilt ; }
20,553
returns the prefix mapped to this namespace concode_field_sep String prefix concode_elem_sep String uri concode_field_sep QName get concode_elem_sep String getUri
String function ( ) { return prefix ; }
20,554
gets the recipient list of the message . concode_field_sep String titleId concode_elem_sep String inReplyTo concode_elem_sep Date timeSent concode_elem_sep String appUrl concode_elem_sep String body concode_elem_sep String title concode_elem_sep Type type concode_elem_sep String senderId concode_elem_sep List<Url> urls...
List < String > function ( ) { return this . recipients ; }
20,555
the highest gl es major version number supported by this device . concode_field_sep int mMaxTextureSize concode_elem_sep int mMaxTextureImageUnits concode_elem_sep boolean sGLChecked concode_elem_sep int mMaxCombinedTextureImageUnits concode_elem_sep int mMaxAliasedPointSize concode_elem_sep int mMaxFragmentUniformVect...
int function ( ) { if ( ! sGLChecked ) checkGLVersion ( ) ; return mGLESMajorVersion ; }
20,556
determine whether the element is set or not . concode_field_sep String image concode_elem_sep String IMAGE_ALERT concode_elem_sep boolean set concode_elem_sep String IMAGE_BLANK concode_elem_sep String value concode_elem_sep String IMAGE_PROGRESS concode_field_sep String getValue concode_elem_sep void setValue concode_...
boolean function ( ) { return this . set ; }
20,557
gets the timezone location used to identify this time zone . concode_field_sep DateFormat dateFormat concode_elem_sep String id concode_elem_sep String mapCommandButtonId concode_elem_sep String checkboxId concode_field_sep String getUseDaylightTime concode_elem_sep boolean isRelevantComponentId concode_elem_sep String...
String function ( ) { return id ; }
20,558
reinitializes the insets parameter with this border 's current insets . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isLeftToRight concode_elem_sep int getBaseline concode_elem_sep void paintBorder concode_elem_sep Component.BaselineResizeBehavior getBaselineResizeBehavior concode_elem_sep boolea...
Insets function ( Component arg0 , Insets arg1 ) { arg1 . left = arg1 . top = arg1 . right = arg1 . bottom = 0 ; return arg1 ; }
20,559
instantiate an instance of the given class , and set a lazy proxy for each of the webelement and list < webelement > fields that have been declared , assuming that the field name is also the html element 's `` id '' or `` name '' . this means that for the class : public class page private webelement submit ; there will...
T function ( WebDriver arg0 , Class < T > arg1 ) { T loc0 = instantiatePage ( arg0 , arg1 ) ; initElements ( arg0 , loc0 ) ; return loc0 ; }
20,560
sets the primary key of this website . concode_field_sep Website _website 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 concode_elem_sep bool...
void function ( long arg0 ) { _website . setPrimaryKey ( arg0 ) ; }
20,561
provides the vpcid of the db subnet group . concode_field_sep String vpcId concode_elem_sep com.amazonaws.internal.ListWithAutoConstructFlag<Subnet> subnets concode_elem_sep String subnetGroupStatus concode_elem_sep String dBSubnetGroupName concode_elem_sep String dBSubnetGroupDescription concode_field_sep void setDBSu...
void function ( String arg0 ) { this . vpcId = arg0 ; }
20,562
generate a specialized name based on the caller 's name . this is typically used in situations where two namespaces are being merged together so that each namespace is prepended with the current scope 's name . concode_field_sep ObjectManager objectManager concode_elem_sep char DIVIDER concode_elem_sep Log logger conco...
String function ( String arg0 ) { return combine ( componentName , arg0 ) ; }
20,563
returns the values associated with the path . those are `` low '' level values , and it can handle path expression where an array/list is navigated within . concode_field_sep int docId concode_elem_sep LeafReader reader concode_elem_sep BytesReference sourceAsBytes concode_elem_sep Map<String,Object> source concode_ele...
List < Object > function ( String arg0 ) { return XContentMapValues . extractRawValues ( arg0 , loadSourceIfNeeded ( ) ) ; }
20,564
gets the value of the bug property . concode_field_sep Bug bug concode_elem_sep Source source concode_elem_sep Authors authors concode_field_sep void setBug concode_elem_sep void setSource concode_elem_sep void setAuthors concode_elem_sep Authors getAuthors concode_elem_sep Source getSource
Bug function ( ) { return bug ; }
20,565
client ref encoder . used by a server stub to encode the enclosed client message reference . concode_field_sep java.lang.Object server concode_elem_sep boolean stopped concode_elem_sep boolean clientT concode_elem_sep com.ericsson.otp.erlang.OtpErlangRef send_ref concode_elem_sep java.lang.String cookie concode_elem_se...
void function ( ) { os . write_ref ( send_ref . node ( ) , send_ref . id ( ) , send_ref . creation ( ) ) ; }
20,566
returns a hash code composed as a sum of hash codes of member elements , including elements with default values . concode_field_sep Class<? extends Annotation> klazz concode_elem_sep AnnotationMember[] elements concode_elem_sep Map<Class<? extends Annotation>,AnnotationMember[]> cache concode_field_sep AnnotationMember...
int function ( ) { int loc0 = 0 ; for ( AnnotationMember loc1 : elements ) { loc0 += loc1 . hashCode ( ) ; } return loc0 ; }
20,567
gets the name value for this label . concode_field_sep com.google.api.ads.dfp.axis.v201411.LabelType[] types concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String name concode_elem_sep java.lang.String description concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Long id conc...
java . lang . String function ( ) { return name ; }
20,568
use this to record the source line string for this token list after possible modification textual substitution during assembly preprocessing . the modified source will be displayed in the text segment display . concode_field_sep String processedLine concode_elem_sep ArrayList tokenList concode_field_sep void add concod...
void function ( String arg0 ) { processedLine = arg0 ; }
20,569
gets the value of the routingnumber property . concode_field_sep String number concode_elem_sep String routingNumber concode_elem_sep String name concode_elem_sep long serialVersionUID concode_elem_sep String type concode_field_sep String getNumber concode_elem_sep void setName concode_elem_sep String getName concode_e...
String function ( ) { return routingNumber ; }
20,570
returns the hash code of the object , handling | null | . concode_field_sep int SERIALIZED_HANDLE_SIZE concode_elem_sep int UNION_SIZE concode_elem_sep int SERIALIZED_INTERFACE_SIZE concode_elem_sep int UNSPECIFIED_ARRAY_LENGTH concode_elem_sep int ARRAY_NULLABLE concode_elem_sep int ALIGNMENT concode_elem_sep DataHead...
int function ( Object arg0 ) { if ( arg0 == null ) { return 0 ; } return arg0 . hashCode ( ) ; }
20,571
returns the @linkplain #getpriority priority of the highest-priorityhash algorithm support flag in the given set of flags . if the set is empty , #max_priority is returned . concode_field_sep int MAX_PRIORITY concode_elem_sep int priority concode_elem_sep int MIN_PRIORITY concode_field_sep int compare concode_elem_sep ...
int function ( EnumSet < HashSupport > arg0 ) { if ( arg0 . isEmpty ( ) ) return MAX_PRIORITY ; return arg0 . iterator ( ) . next ( ) . getPriority ( ) ; }
20,572
add error message to a specific client . concode_field_sep PlaceHolder placeHolder concode_field_sep String getRequestParameter concode_elem_sep Application getApplication concode_elem_sep Object getElValue concode_elem_sep ServletContext getServletContext concode_elem_sep Object getManagedBean concode_elem_sep String ...
void function ( String arg0 , String arg1 ) { FacesContext . getCurrentInstance ( ) . addMessage ( arg0 , new FacesMessage ( FacesMessage . SEVERITY_ERROR , arg1 , arg1 ) ) ; }
20,573
gets the value of the lastname property . concode_field_sep String firstName concode_elem_sep String lastName concode_field_sep void setLastName concode_elem_sep void setFirstName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String getFirstName
String function ( ) { return lastName ; }
20,574
gets the live value concode_field_sep Set<T> unmodifyLive concode_elem_sep Set<T> unmodifySnapshot concode_elem_sep ArrayList<T> dirtyList concode_elem_sep ConcurrentLinkedQueue<T> dirty concode_elem_sep Set<T> live concode_elem_sep Set<T> snapshot concode_field_sep boolean add concode_elem_sep List<T> getDirtyList con...
Set < T > function ( ) { return unmodifyLive ; }
20,575
information about one or more customer gateways . concode_field_sep com.amazonaws.internal.SdkInternalList<CustomerGateway> customerGateways concode_field_sep int hashCode concode_elem_sep void setCustomerGateways concode_elem_sep boolean equals concode_elem_sep DescribeCustomerGatewaysResult clone concode_elem_sep Str...
DescribeCustomerGatewaysResult function ( java . util . Collection < CustomerGateway > arg0 ) { setCustomerGateways ( arg0 ) ; return this ; }
20,576
parses a period from the given text , returning a new period . concode_field_sep PeriodPrinter iPrinter concode_elem_sep PeriodParser iParser concode_elem_sep Locale iLocale concode_elem_sep PeriodType iParseType concode_field_sep PeriodFormatter withLocale concode_elem_sep void checkParser concode_elem_sep MutablePeri...
Period function ( String arg0 ) { checkParser ( ) ; return parseMutablePeriod ( arg0 ) . toPeriod ( ) ; }
20,577
create an instance of var concode_field_sep PlaceHolder placeHolder concode_field_sep I createI concode_elem_sep Small createSmall concode_elem_sep B createB concode_elem_sep Block createBlock concode_elem_sep Colgroup createColgroup concode_elem_sep A createA concode_elem_sep Tbody createTbody concode_elem_sep Img cre...
Var function ( ) { return new Var ( ) ; }
20,578
returns information for all users on this device . concode_field_sep String DISALLOW_INSTALL_UNKNOWN_SOURCES concode_elem_sep String DISALLOW_REMOVE_USER concode_elem_sep String DISALLOW_INSTALL_APPS concode_elem_sep String TAG concode_elem_sep VUserManager sInstance concode_elem_sep String DISALLOW_CONFIG_BLUETOOTH co...
List < VUserInfo > function ( boolean arg0 ) { try { return mService . getUsers ( arg0 ) ; } catch ( RemoteException loc0 ) { Log . w ( TAG , "srini_string" , loc0 ) ; return null ; } }
20,579
determine if a file or directory exists . concode_field_sep String LOG_TAG concode_field_sep long getFreeDiskSpace concode_elem_sep boolean testSaveLocationExists concode_elem_sep File constructFilePaths concode_elem_sep long freeSpaceCalculation concode_elem_sep String getTempDirectoryPath
boolean function ( String arg0 ) { boolean loc0 ; if ( ( testSaveLocationExists ( ) ) && ( ! arg0 . equals ( "srini_string" ) ) ) { File loc1 = Environment . getExternalStorageDirectory ( ) ; File loc2 = constructFilePaths ( loc1 . toString ( ) , arg0 ) ; loc0 = loc2 . exists ( ) ; } else { loc0 = false ; } return loc0...
20,580
gets the value of the used property . concode_field_sep Duration duration concode_elem_sep BigInteger maxAllowed concode_elem_sep RenewalDetail.LimitedRenewals limitedRenewals concode_elem_sep XMLGregorianCalendar lastRenewalExpirationDate concode_elem_sep Boolean unlimited concode_elem_sep XMLGregorianCalendar nextRen...
BigInteger function ( ) { return used ; }
20,581
returns the key corresponding to this entry . concode_field_sep long serialVersionUID concode_elem_sep V value concode_elem_sep K key concode_field_sep V getValue concode_elem_sep int hashCode concode_elem_sep V setValue concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep boolean eq
K function ( ) { return key ; }
20,582
get the current @linkplain iterationstrategy . concode_field_sep IterationStrategy<PSO> iterationStrategy concode_elem_sep EnvironmentChangeResponseStrategy<PSO> responseStrategy concode_elem_sep EnvironmentChangeDetectionStrategy<PSO> detectionStrategy concode_elem_sep long serialVersionUID concode_field_sep void setI...
IterationStrategy < PSO > function ( ) { return iterationStrategy ; }
20,583
the wire-level request that initiated this http response . this is usually not the same request instance provided to the http client : it may be transformed by the http client . for example , the client may have added its own content-encoding header to enableresponse compression . it may be the request generated in res...
Request function ( ) { return request ; }
20,584
returns the style for diagram inlining concode_field_sep String INLINE_STYLE concode_elem_sep String DOMAIN_ID concode_field_sep List<Diagram> getSubDiagramHierachy concode_elem_sep BooleanValueStyle createInlineStyle concode_elem_sep void openEditor concode_elem_sep IEditorPart openEditor concode_elem_sep Transactiona...
BooleanValueStyle function ( View arg0 ) { BooleanValueStyle loc0 = GMFNotationUtil . getBooleanValueStyle ( arg0 , INLINE_STYLE ) ; return loc0 ; }
20,585
gets a string representation of the command line arguments . concode_field_sep StreamConsumer systemOut concode_elem_sep List<String> cmdLineArgs concode_elem_sep String mainClass concode_elem_sep File workingDirectory concode_elem_sep StreamConsumer systemErr concode_elem_sep Set<String> classPathEntries concode_elem_...
String function ( ) { return String . valueOf ( createCommandLine ( ) ) ; }
20,586
set a known good rostcpaddress for the channel . concode_field_sep Map<Long,String> rosTcpAddressChannelMap concode_elem_sep Queue<Long> fetchedMessages concode_elem_sep Integer seqNr concode_elem_sep long safetyPollIntervalMs concode_elem_sep Map<String,TransactionContext> transactionMap concode_elem_sep long lastFetc...
void function ( Channel arg0 , String arg1 ) { if ( arg1 == null ) { rosTcpAddressChannelMap . remove ( arg0 . getId ( ) ) ; } else { rosTcpAddressChannelMap . put ( arg0 . getId ( ) , arg1 ) ; } }
20,587
determines if the given coordinates lie within the bounds of this range . concode_field_sep int _firstCol concode_elem_sep int _lastRow concode_elem_sep int _firstRow concode_elem_sep int _lastCol concode_field_sep boolean isFullRowRange concode_elem_sep int getNumberOfCells concode_elem_sep void setLastColumn concode_...
boolean function ( int arg0 , int arg1 ) { return _firstRow <= arg0 && arg0 <= _lastRow && _firstCol <= arg1 && arg1 <= _lastCol ; }
20,588
make an asynchronous call in a separate thread . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
void function ( final Runnable arg0 ) { Thread loc0 = new Thread ( arg0 ) ; loc0 . start ( ) ; }
20,589
create the group with the contents of group concode_field_sep PlaceHolder placeHolder concode_field_sep Response retrieveGroup concode_elem_sep Response createGroup concode_elem_sep Response deleteGroupAsXML concode_elem_sep Response retrieveGroupAsJSON concode_elem_sep Response retrieveGroupAsXML concode_elem_sep Resp...
Response function ( @ Context UriInfo arg0 , Group arg1 ) { return createGroup ( arg0 , arg1 ) ; }
20,590
gets the value of the price property . concode_field_sep String symbol concode_elem_sep XMLGregorianCalendar effective concode_elem_sep Money price concode_field_sep XMLGregorianCalendar getEffective concode_elem_sep void setEffective concode_elem_sep void setPrice concode_elem_sep String getSymbol concode_elem_sep voi...
Money function ( ) { return price ; }
20,591
set the cumulative total number of statements that can be made in all loops . concode_field_sep String PICKY concode_elem_sep String MAX_LOOP_COUNTER concode_elem_sep boolean picky concode_elem_sep int maxLoopCounter concode_field_sep void setPicky concode_elem_sep int getMaxLoopCounter concode_elem_sep boolean isPicky
void function ( int arg0 ) { this . maxLoopCounter = arg0 ; }
20,592
sets the role id of this user group group role . concode_field_sep UserGroupGroupRole _userGroupGroupRole concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep voi...
void function ( long arg0 ) { _userGroupGroupRole . setRoleId ( arg0 ) ; }
20,593
records a failure connecting to failedroute . concode_field_sep Set<Route> failedRoutes concode_field_sep void connected concode_elem_sep int failedRoutesCount concode_elem_sep boolean shouldPostpone
void function ( Route arg0 , IOException arg1 ) { failedRoutes . add ( arg0 ) ; if ( ! ( arg1 instanceof SSLHandshakeException ) ) { failedRoutes . add ( arg0 . flipTlsMode ( ) ) ; } }
20,594
gets the currently selected content panel . concode_field_sep PageContentBean selectedPanel concode_field_sep void setSelectedPanel
PageContentBean function ( ) { return selectedPanel ; }
20,595
dispatches any pending onactivityresult callbacks . concode_field_sep String TAG concode_elem_sep PluginManager pluginManager concode_elem_sep Activity activity concode_elem_sep CordovaPlugin activityResultCallback concode_elem_sep String initCallbackService concode_elem_sep ActivityResultHolder savedResult concode_ele...
void function ( PluginManager arg0 ) { this . pluginManager = arg0 ; if ( savedResult != null ) { onActivityResult ( savedResult . requestCode , savedResult . resultCode , savedResult . intent ) ; } }
20,596
returns a string representation of this variable . specifically , the name of the variable is returned . concode_field_sep long serialVersionUID concode_elem_sep int LAST_ID concode_elem_sep String name concode_elem_sep int uniqueId concode_field_sep void setName concode_elem_sep String getName concode_elem_sep boolean...
String function ( ) { return name ; }
20,597
attachid to use when retrieving attachments concode_field_sep Long contentId concode_elem_sep String language concode_elem_sep Long workItemId concode_elem_sep Class[] extraJaxbClasses concode_elem_sep Integer timeout concode_elem_sep String password concode_elem_sep Integer maxNumber concode_elem_sep String processId ...
void function ( Long arg0 ) { this . attachmentId = arg0 ; }
20,598
removes the non-default replicas from the passed regions collection concode_field_sep boolean DEFAULT_REGION_REPLICA_WAIT_FOR_PRIMARY_FLUSH concode_elem_sep String REGION_REPLICA_WAIT_FOR_PRIMARY_FLUSH_CONF_KEY concode_elem_sep int DEFAULT_REPLICA_ID concode_field_sep int compareRegionInfosWithoutReplicaId concode_elem...
void function ( Collection < HRegionInfo > arg0 ) { Iterator < HRegionInfo > loc0 = arg0 . loc0 ( ) ; while ( loc0 . hasNext ( ) ) { HRegionInfo loc1 = loc0 . next ( ) ; if ( ! RegionReplicaUtil . isDefaultReplica ( loc1 ) ) { loc0 . remove ( ) ; } } }
20,599
used to identify which toolboxes this plugin tool should be listed in . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep int previousProgress concode_elem_sep boolean amIActive concode_field_sep St...
String [ ] function ( ) { String [ ] loc0 = { "srini_string" } ; return loc0 ; }