idx
int64
0
25k
question
stringlengths
71
7.19k
target
stringlengths
20
663
2,100
sets the cookie handler to be used to read outgoing cookies and write incoming cookies . if unset , the cookiehandler #getdefault system-wide default cookie handler will be used . concode_field_sep boolean followProtocolRedirects concode_elem_sep HostnameVerifier hostnameVerifier concode_elem_sep ConnectionPool connect...
OkHttpClient function ( CookieHandler arg0 ) { this . cookieHandler = arg0 ; return this ; }
2,101
reads in a list of strings as ` item ' element children of parentelement . concode_field_sep String FILTERED_OUT_PROJECTS concode_elem_sep String FILTER_OUT_TASKS_WITH_NO_DESCRIPTION concode_elem_sep List<String> filteredOutTaskNames concode_elem_sep String BASIC_PROJECT_AND_TASK_FILTER concode_elem_sep List<String> fi...
void function ( SettingsNode arg0 , List < String > arg1 ) { Iterator < SettingsNode > loc0 = arg0 . getChildNodes ( ITEM ) . loc0 ( ) ; while ( loc0 . hasNext ( ) ) { SettingsNode loc1 = loc0 . next ( ) ; String loc2 = loc1 . getValue ( ) ; if ( loc2 != null ) { arg1 . add ( loc2 ) ; } } }
2,102
setting a sharedlibraryfinder enables you to load libraries according to a nondefault natives jar layout or library names . concode_field_sep Set<String> loadedLibraries concode_elem_sep SharedLibraryFinder libraryFinder concode_elem_sep ZipFile nativesZip concode_elem_sep String nativesJar concode_field_sep boolean lo...
void function ( SharedLibraryFinder arg0 ) { this . libraryFinder = arg0 ; if ( nativesJar != null ) { try { nativesZip = new ZipFile ( nativesJar ) ; } catch ( IOException loc0 ) { nativesZip = null ; } } }
2,103
sets the value of the code property . concode_field_sep View view concode_elem_sep String code concode_elem_sep Boolean visible concode_elem_sep Boolean documentation concode_elem_sep Langs langs concode_elem_sep long serialVersionUID concode_elem_sep Long id concode_elem_sep Integer position concode_elem_sep String la...
void function ( String arg0 ) { this . code = arg0 ; }
2,104
simply removes an eobject from its container . concode_field_sep Map nameFeatureMap concode_elem_sep Object NULL_TOKEN concode_field_sep boolean shouldOverrideCopyOperation concode_elem_sep void setName concode_elem_sep boolean canContain concode_elem_sep XMLResource getResource concode_elem_sep String getName concode_...
void function ( EObject arg0 ) { EcoreUtil . remove ( arg0 ) ; if ( arg0 . eResource ( ) != null ) { arg0 . eResource ( ) . getContents ( ) . remove ( arg0 ) ; } }
2,105
getter for the autoconnectretry property . concode_field_sep boolean autoConnectRetry concode_elem_sep MongoOptions defaults concode_elem_sep int maxWaitTime concode_elem_sep Logger logger concode_elem_sep int connectionsPerHost concode_elem_sep int socketTimeOut concode_elem_sep int connectionTimeout concode_elem_sep ...
boolean function ( ) { return ( autoConnectRetry ) || defaults . autoConnectRetry ; }
2,106
reinitialise . concode_field_sep int bufpos concode_elem_sep boolean prevCharIsLF concode_elem_sep int bufsize concode_elem_sep int available concode_elem_sep java.io.Reader inputStream concode_elem_sep int line concode_elem_sep boolean staticFlag concode_elem_sep int bufcolumn[] concode_elem_sep int tabSize concode_el...
void function ( java . io . InputStream arg0 , int arg1 , int arg2 ) { ReInit ( arg0 , arg1 , arg2 , 4096 ) ; }
2,107
this method is specified by the formatter interface , but it is not used here . concode_field_sep PlaceHolder placeHolder concode_field_sep void init concode_elem_sep void setFormatType concode_elem_sep String format concode_elem_sep void setLocale
void function ( String arg0 ) { }
2,108
returns the problems which have been collected for the specified reference graph node . concode_field_sep PlaceHolder placeHolder concode_field_sep void addProblemElement concode_elem_sep void ignoreElement concode_elem_sep RefEntity getElement
CommonProblemDescriptor [ ] function ( @ NotNull RefEntity arg0 ) { return CommonProblemDescriptor . EMPTY_ARRAY ; }
2,109
utility method that serializes the meta data of the given message using given serializer and expectedrepresentation . this method will verify if the eventmessage is serializationaware . concode_field_sep Serializer serializer concode_field_sep SerializedType typeForClass concode_elem_sep SerializedObject<T> serialize c...
SerializedObject < T > function ( Message < ? > arg0 , Serializer arg1 , Class < T > arg2 ) { if ( arg0 instanceof SerializationAware ) { return ( ( SerializationAware ) arg0 ) . serializeMetaData ( arg1 , arg2 ) ; } return arg1 . serialize ( arg0 . getMetaData ( ) , arg2 ) ; }
2,110
get the environment from the given registry if possible , otherwise return a new standardenvironment . concode_field_sep BeanDefinitionRegistry registry concode_elem_sep ConditionEvaluator conditionEvaluator concode_elem_sep ScopeMetadataResolver scopeMetadataResolver concode_elem_sep BeanNameGenerator beanNameGenerato...
Environment function ( BeanDefinitionRegistry arg0 ) { Assert . notNull ( arg0 , "srini_string" ) ; if ( arg0 instanceof EnvironmentCapable ) { return ( ( EnvironmentCapable ) arg0 ) . getEnvironment ( ) ; } return new StandardEnvironment ( ) ; }
2,111
returns the connection 's tls version or null if the connection does n't use ssl . concode_field_sep String path concode_elem_sep Headers headers concode_elem_sep List<Integer> chunkSizes concode_elem_sep int sequenceNumber concode_elem_sep String method concode_elem_sep TlsVersion tlsVersion concode_elem_sep long body...
TlsVersion function ( ) { return tlsVersion ; }
2,112
get enumnumber concode_field_sep EnumIntegerEnum enumInteger concode_elem_sep EnumStringEnum enumString concode_elem_sep Double value concode_elem_sep EnumNumberEnum enumNumber concode_field_sep String toIndentedString concode_elem_sep void setEnumInteger concode_elem_sep EnumTest enumInteger concode_elem_sep EnumInteg...
EnumNumberEnum function ( ) { return enumNumber ; }
2,113
determines if the specified dn is known to this authority provider . concode_field_sep Map<String,Set<Authority>> users concode_field_sep void onConfigured concode_elem_sep void ungroupUser concode_elem_sep void preDestruction concode_elem_sep void addUser concode_elem_sep void revokeGroup concode_elem_sep void ungroup...
boolean function ( String arg0 ) { try { checkDn ( arg0 ) ; return true ; } catch ( UnknownIdentityException loc0 ) { return false ; } }
2,114
the type of credentials . concode_field_sep String configFile concode_elem_sep String configCred concode_elem_sep String configType concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep GetConfigResult clone concode_elem_sep String toString concode_elem_sep void setConfigType concode_elem_sep ...
String function ( ) { return this . configType ; }
2,115
sets the value of the actuate property . concode_field_sep String role concode_elem_sep MIObjectiveType miObjective concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep String type concode_elem_...
void function ( String arg0 ) { this . actuate = arg0 ; }
2,116
gets the contact information of the suggested resolved name . this property is only available when resolvename is called with returncontactdetails = true . concode_field_sep NameResolutionCollection owner concode_elem_sep Contact contact concode_elem_sep EmailAddress mailbox concode_field_sep void loadFromXml concode_e...
Contact function ( ) { return this . contact ; }
2,117
obtains the proxy selector to use . concode_field_sep ProxySelector proxySelector concode_elem_sep SchemeRegistry schemeRegistry concode_field_sep void setProxySelector concode_elem_sep HttpRoute determineRoute concode_elem_sep String getHost concode_elem_sep HttpHost determineProxy concode_elem_sep Proxy chooseProxy
ProxySelector function ( ) { return this . proxySelector ; }
2,118
loads a comma-separated list of integers from properties . the list can not include any whitespace . concode_field_sep PlaceHolder placeHolder concode_field_sep double[] getDoubleArray concode_elem_sep int getInt concode_elem_sep int getInt concode_elem_sep void printProperties concode_elem_sep void printProperties con...
int [ ] function ( Properties arg0 , String arg1 ) { Integer [ ] loc0 = MetaClass . cast ( arg0 . getProperty ( arg1 ) , Integer [ ] . class ) ; return ArrayUtils . toPrimitive ( loc0 ) ; }
2,119
adds the given pattern to the resources of the current page and returns the name for the new resources . returns the existing resource name if the given item already exists . concode_field_sep COSDictionary resources concode_field_sep PDShading getShading concode_elem_sep PDPropertyList getProperties concode_elem_sep P...
COSName function ( PDAbstractPattern arg0 ) { return add ( COSName . PATTERN , "srini_string" , arg0 ) ; }
2,120
sets the log writer for this datasource object to the given java.io.printwriter object . the log writer is a character output stream to which all logging and tracing messages for this data source will be printed . this includes messages printed by the methods of this object , messages printed by methods of other object...
void function ( PrintWriter arg0 ) { this . logWriter = arg0 ; }
2,121
generates a xml attribute . concode_field_sep String methodName concode_elem_sep TYPE type concode_elem_sep SimpleDateFormat xmlRpcDateFormat concode_elem_sep List<Object> parms concode_elem_sep StringBuilder sb concode_field_sep void addArg concode_elem_sep void generateValue concode_elem_sep byte[] createMessage conc...
void function ( String arg0 , String arg1 ) { sb . append ( "srini_string" ) . append ( arg0 ) . append ( "srini_string" = "srini_string" ) ; }
2,122
return the time this task took . concode_field_sep boolean running concode_elem_sep int taskCount concode_elem_sep String currentTaskName concode_elem_sep TaskInfo lastTaskInfo concode_elem_sep long totalTimeNS concode_elem_sep long startTimeNS concode_elem_sep List<TaskInfo> taskList concode_elem_sep String taskName c...
TimeValue function ( ) { return timeValue ; }
2,123
returns a new array of the given length with the same type as a reference array . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isInstance concode_elem_sep List<T> subList concode_elem_sep T[] clone
T [ ] function ( T [ ] arg0 , int arg1 ) { Class < ? > loc0 = arg0 . getClass ( ) . getComponentType ( ) ; @ SuppressWarnings ( "srini_string" ) T [ ] loc1 = ( T [ ] ) Array . newInstance ( loc0 , arg1 ) ; return loc1 ; }
2,124
enables the orientationeventlistener so it will monitor the sensor and call #onorientationchanged when the device orientation changes . concode_field_sep boolean DEBUG concode_elem_sep OrientationListener mOldListener concode_elem_sep boolean localLOGV concode_elem_sep int mOrientation concode_elem_sep int mRate concod...
void function ( ) { if ( mSensor == null ) { Log . w ( TAG , "srini_string" ) ; return ; } if ( mEnabled == false ) { if ( localLOGV ) Log . d ( TAG , "srini_string" ) ; mSensorManager . registerListener ( mSensorEventListener , mSensor , mRate ) ; mEnabled = true ; } }
2,125
sets the authorizationprovider for the xml-rpc handler concode_field_sep int AUTHORIZATION_EXCEPTION concode_elem_sep String UNKNOWN_EXCEPTION_MSG concode_elem_sep HttpServletRequest _httpServletRequest concode_elem_sep int UNSUPPORTED_EXCEPTION concode_elem_sep Blog _blog concode_elem_sep AuthorizationProvider _author...
void function ( AuthorizationProvider arg0 ) { _authorizationProvider = arg0 ; }
2,126
sets the current percent value . concode_field_sep OutputProgress progressBar concode_elem_sep int percent concode_elem_sep PersistentFacesState state concode_elem_sep OutputProgressRenderBean outputBean concode_elem_sep RenderManager renderManager concode_elem_sep boolean disableStartButton concode_elem_sep Persistent...
void function ( int arg0 ) { this . percent = arg0 ; }
2,127
get itemsetname property concode_field_sep Integer originalCreatedBy concode_elem_sep String ITEM_SET_MEDIA_COLUMN_PKEY_NAME concode_elem_sep String ITEM_SET_TYPE_TD concode_elem_sep String activationStatus concode_elem_sep String ITEM_SET_TYPE_AT concode_elem_sep String mediaPath concode_elem_sep String itemSetType co...
String function ( ) { return this . itemSetName ; }
2,128
given the numofbytes sent/received since last time throttle was called , make the current thread sleep if i/o rate is too fast compared to the given bandwidth . concode_field_sep long bytesAlreadyUsed concode_elem_sep long period concode_elem_sep long periodExtension concode_elem_sep long bytesPerPeriod concode_elem_se...
void function ( long arg0 ) { throttle ( arg0 , null ) ; }
2,129
useful implementation of tostring . concode_field_sep Object[] paramValues concode_elem_sep byte BINARY concode_elem_sep byte OUT concode_elem_sep Object NULL_OBJECT concode_elem_sep int[] paramTypes concode_elem_sep byte[] flags concode_elem_sep TypeTransferModeRegistry transferModeRegistry concode_elem_sep int pos co...
String function ( ) { StringBuilder loc0 = new StringBuilder ( "srini_string" ) ; if ( paramValues . length > 0 ) { loc0 . append ( toString ( 1 , true ) ) ; for ( int loc1 = 2 ; loc1 <= paramValues . length ; loc1 ++ ) { loc0 . append ( "srini_string" ) . append ( toString ( loc1 , true ) ) ; } } loc0 . append ( "srin...
2,130
gets the value of the appid 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 appid property . for example , to add a new item , do as fol...
List < ListOfIDXRefDataType . IdXRef . AppInstance . AppID > function ( ) { if ( appID == null ) { appID = new ArrayList < ListOfIDXRefDataType . IdXRef . AppInstance . AppID > ( ) ; } return this . appID ; }
2,131
returns the element at the given position . concode_field_sep int m_CapacityIncrement concode_elem_sep long serialVersionUID concode_elem_sep int m_Size concode_elem_sep int m_SpecialElement concode_elem_sep int m_Counter concode_elem_sep FastVector m_Vector concode_elem_sep Object[] m_Objects concode_elem_sep int m_Ca...
Object function ( int arg0 ) { return m_Objects [ arg0 ] ; }
2,132
gets the value of the physicalverification property . concode_field_sep List<ExtensionType> extension concode_elem_sep NymType nym concode_elem_sep ExtensionOnlyType writtenConsent concode_elem_sep PhysicalVerification physicalVerification concode_elem_sep GoverningAgreementsType governingAgreements concode_field_sep v...
PhysicalVerification function ( ) { return physicalVerification ; }
2,133
sets the remote addr of this user tracker . concode_field_sep UserTracker _userTracker concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep java.lang.String getRemoteAd...
void function ( java . lang . String arg0 ) { _userTracker . setRemoteAddr ( arg0 ) ; }
2,134
returns the name of the codec . concode_field_sep int BUFFER_SIZE concode_field_sep byte[] encode concode_elem_sep byte[] decode
String function ( ) { return "srini_string" ; }
2,135
sets the position to getendindex -1 getendindex if the text is empty and returns the character at that position . specified by : java.text.characteriterator . concode_field_sep int END_RUN concode_elem_sep ArrayList mapList concode_elem_sep int START_RUN concode_elem_sep int MID_RUN concode_elem_sep Set allAttributes c...
char function ( ) { return iter . last ( ) ; }
2,136
removes the specified component from the layout . concode_field_sep java.util.Hashtable constraints concode_elem_sep long serialVersionUID concode_field_sep Dimension preferredLayoutSize concode_elem_sep void invalidateLayout concode_elem_sep float getLayoutAlignmentX concode_elem_sep Dimension minimumLayoutSize concod...
void function ( Component arg0 ) { constraints . remove ( arg0 ) ; }
2,137
gets the method this item is for . concode_field_sep UniformListItem<AnnotationSetRefItem> annotationsItem concode_elem_sep CstMethodRef method concode_elem_sep AnnotationsList annotationsList concode_field_sep void writeTo concode_elem_sep AnnotationsList getAnnotationsList concode_elem_sep int hashCode concode_elem_s...
CstMethodRef function ( ) { return method ; }
2,138
return type metadata object concode_field_sep org.talend.mdm.webservice.WSTypedContent wsTypedContent concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String variable concode_elem_sep boolean __hashCodeCalc concode_field_sep void se...
org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; }
2,139
post / rest/account - > update the current user information . concode_field_sep Logger log concode_elem_sep ApplicationContext applicationContext concode_elem_sep ServletContext servletContext concode_elem_sep SpringTemplateEngine templateEngine concode_elem_sep UserRepository userRepository concode_elem_sep Persistent...
void function ( @ RequestBody UserDTO arg0 ) { userService . updateUserInformation ( arg0 . getFirstName ( ) , arg0 . getLastName ( ) , arg0 . getEmail ( ) ) ; }
2,140
returns whether this trait is animatable . concode_field_sep short PERCENTAGE_FONT_SIZE concode_elem_sep short percentageInterpretation concode_elem_sep boolean isAnimatable concode_elem_sep short PERCENTAGE_VIEWPORT_WIDTH concode_elem_sep short PERCENTAGE_VIEWPORT_HEIGHT concode_elem_sep int type concode_elem_sep shor...
boolean function ( ) { return isAnimatable ; }
2,141
return the singleton of this class . concode_field_sep String loggerFactoryClassStr concode_elem_sep StaticLoggerBinder SINGLETON concode_elem_sep String REQUESTED_API_VERSION concode_elem_sep ILoggerFactory loggerFactory concode_field_sep ILoggerFactory getLoggerFactory concode_elem_sep String getLoggerFactoryClassStr
StaticLoggerBinder function ( ) { return SINGLETON ; }
2,142
returns the number of points comprising this geoshape . a point and circle have only one point center of cricle , a box has two points the south-west and north-east corners and a polygon has a variable number of points > = 3 . concode_field_sep float latitude concode_elem_sep float[][] coordinates concode_elem_sep Spat...
int function ( ) { switch ( getType ( ) ) { case POINT : return 1 ; case CIRCLE : return 1 ; case BOX : return 2 ; case POLYGON : return coordinates [ 0 ] . length ; default : throw new IllegalStateException ( "srini_string" + getType ( ) ) ; } }
2,143
gets the value of the value property . concode_field_sep Map<QName,String> otherAttributes concode_elem_sep int value concode_field_sep void setValue concode_elem_sep Map<QName,String> getOtherAttributes
int function ( ) { return value ; }
2,144
optional . data attached to the event that can be used by the decider in subsequent decision tasks . returns a reference to this object so that method calls can be chained together . constraints : length : 0 - 32768 concode_field_sep String signalName concode_elem_sep String input concode_elem_sep String control concod...
SignalExternalWorkflowExecutionDecisionAttributes function ( String arg0 ) { this . control = arg0 ; return this ; }
2,145
get the password for reading data from the keystore returned by clusterconfig #getkeystorepath concode_field_sep String keyStorePassword concode_elem_sep String listenAddress concode_elem_sep Node thisNode concode_elem_sep HashMap<Short,List<Node>> localDomains concode_elem_sep AuthScheme authScheme concode_elem_sep St...
String function ( ) { return keyStorePassword ; }
2,146
performs a dynamic query on the database and returns a range of the matching rows . 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.l...
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 ) { return _favoriteSiteLocalService . arg0 ( arg0 , arg1 , arg2 ) ; }
2,147
closes the file concode_field_sep String separator concode_elem_sep boolean quoteAll concode_elem_sep boolean quoteNever concode_elem_sep Writer out concode_field_sep void neverQuote concode_elem_sep String column concode_elem_sep void main concode_elem_sep void write concode_elem_sep void write concode_elem_sep void s...
void function ( ) { try { out . close ( ) ; } catch ( Exception loc0 ) { } }
2,148
gets the id of the stream that this tuple was emitted to . concode_field_sep com.twitter.heron.api.tuple.Tuple delegate concode_field_sep Byte getByte concode_elem_sep List<Object> select concode_elem_sep Double getDouble concode_elem_sep Integer getInteger concode_elem_sep Boolean getBooleanByField concode_elem_sep co...
String function ( ) { return delegate . getSourceStreamId ( ) ; }
2,149
get the stream renderer for this ctype . concode_field_sep HtmlRenderer _default concode_elem_sep Map<String,MarkupRenderer<InputStream>> _renderers concode_field_sep HtmlRenderer getDefaultRenderer concode_elem_sep boolean hasRenderer concode_elem_sep void addRenderer
MarkupRenderer < InputStream > function ( final String arg0 ) { return ( arg0 == null ) ? null : _renderers . get ( arg0 ) ; }
2,150
sets the value of the profile property . concode_field_sep List<String> policyName concode_elem_sep ManagedObjectReference profile concode_elem_sep ManagedObjectReference _this concode_field_sep void setThis concode_elem_sep ManagedObjectReference getThis concode_elem_sep ManagedObjectReference getProfile concode_elem_...
void function ( ManagedObjectReference arg0 ) { this . profile = arg0 ; }
2,151
returns a map/list which contains the first line of each line group as key and the rest of the lines as a string value . concode_field_sep int nextStartLineNumber concode_elem_sep String[] sectionContinuations concode_elem_sep String[] ignoredStarts concode_elem_sep LineNumberReader reader concode_elem_sep String[] def...
HashMappedList function ( ) { HashMappedList loc0 = new HashMappedList ( ) ; while ( true ) { HsqlArrayList loc1 = getSection ( ) ; if ( loc1 . size ( ) < 1 ) { break ; } String loc2 = ( String ) loc1 . get ( 0 ) ; String loc3 = LineGroupReader . convertToString ( loc1 , 1 ) ; loc0 . put ( loc2 , loc3 ) ; } return loc0...
2,152
creates an instance of httpmessageparser to be used for parsinghttp responses received over this connection . this method can be overridden in a super class in order to provide a different implementation of the httpmessageparser interface orto pass a different implementation of lineparser to thethe default implementati...
HttpMessageParser function ( final SessionInputBuffer arg0 , final HttpResponseFactory arg1 , final HttpParams arg2 ) { return new HttpResponseParser ( arg0 , null , arg1 , arg2 ) ; }
2,153
error log message . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d concode_elem_sep void set...
void function ( String arg0 , String arg1 , Throwable arg2 ) { if ( LOG . ERROR >= LOGLEVEL ) Log . arg2 ( arg0 , arg1 , arg2 ) ; }
2,154
removes several last tasks in the queue , leaving only remaining amount of them , counted from the head of the queue . concode_field_sep boolean myStarted concode_elem_sep ThreadToUse myThreadToUse concode_elem_sep Runnable myContinuationContext concode_elem_sep Logger LOG concode_elem_sep boolean isProcessing concode_...
void function ( int arg0 ) { synchronized ( myQueue ) { while ( myQueue . size ( ) > arg0 ) { myQueue . pollLast ( ) ; } } }
2,155
helper for success callbacks that just returns the status.ok by default concode_field_sep String callbackId concode_elem_sep CordovaWebView webView concode_elem_sep int changingThreads concode_elem_sep String LOG_TAG concode_elem_sep boolean finished concode_field_sep boolean isChangingThreads concode_elem_sep String g...
void function ( byte [ ] arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . OK , arg0 ) ) ; }
2,156
get client concode_field_sep String client concode_field_sep String toIndentedString concode_elem_sep void setClient concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Client client concode_elem_sep String toString
String function ( ) { return client ; }
2,157
the tags attached to the vault . each tag is composed of a key and a value . concode_field_sep java.util.Map<String,String> tags concode_field_sep ListTagsForVaultResult withTags concode_elem_sep ListTagsForVaultResult addTagsEntry concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep ListTagsF...
java . util . Map < String , String > function ( ) { if ( tags == null ) { tags = new java . util . HashMap < String , String > ( ) ; } return tags ; }
2,158
sets the enddate value for this pricingperiod . concode_field_sep java.lang.String comments concode_elem_sep java.util.Calendar endDate concode_elem_sep double rateOrCost concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc...
void function ( java . util . Calendar arg0 ) { this . endDate = arg0 ; }
2,159
compare binary encoded data . if equal , return zero . if greater-than , return 1 , if less than return -1 . order is consistent with that of org.apache.avro.generic.genericdata #compare object , object , schema . concode_field_sep ThreadLocal<Decoders> DECODERS concode_elem_sep BinaryDecoder decoder concode_elem_sep B...
int function ( byte [ ] arg0 , int arg1 , byte [ ] arg2 , int arg3 , Schema arg4 ) { return compare ( arg0 , arg1 , arg0 . length - arg1 , arg2 , arg3 , arg2 . length - arg3 , arg4 ) ; }
2,160
the time that the resource was deleted . concode_field_sep String resourceId concode_elem_sep java.util.Date resourceDeletionTime concode_elem_sep String resourceName concode_elem_sep String resourceType concode_field_sep void setResourceDeletionTime concode_elem_sep ResourceIdentifier withResourceType concode_elem_sep...
java . util . Date function ( ) { return this . resourceDeletionTime ; }
2,161
gets the variables . concode_field_sep String fileName concode_elem_sep String[] sourcedFiles concode_elem_sep String[] functions concode_elem_sep String[] variables concode_field_sep String getFunctionOwner concode_elem_sep void setVariables concode_elem_sep void setSourcedFiles concode_elem_sep String[] getSourcedFil...
String [ ] function ( ) { return this . variables ; }
2,162
not used . concode_field_sep long serialVersionUID concode_field_sep Dimension preferredLayoutSize concode_elem_sep Dimension minimumLayoutSize concode_elem_sep void layoutContainer concode_elem_sep void addLayoutComponent concode_elem_sep void addLayoutComponent
void function ( final String arg0 , final Component arg1 ) { }
2,163
prints the welcome screen . concode_field_sep PlaceHolder placeHolder concode_field_sep void printFile concode_elem_sep void printHelpScreen concode_elem_sep void printLogOffScreen
void function ( ) { printFile ( "srini_string" ) ; }
2,164
remove the first property expresson from the current expression . concode_field_sep String SEPERATOR concode_field_sep String add concode_elem_sep String last concode_elem_sep boolean hasNested concode_elem_sep String removeLast concode_elem_sep String first
String function ( String arg0 ) { return StringUtils . substringAfter ( arg0 , SEPERATOR ) ; }
2,165
does nothing . concode_field_sep PlaceHolder placeHolder concode_field_sep void acceptConstructorReference concode_elem_sep void acceptMethodReference concode_elem_sep void acceptTypeReference concode_elem_sep void acceptTypeReference concode_elem_sep void acceptUnknownReference concode_elem_sep void acceptUnknownRefer...
void function ( char [ ] arg0 , int arg1 ) { }
2,166
returns the default framebuffer contents as a byte array with a length equal to screen width height 4 . the byte will always contain rgba8888 data . because of differences in screen and image origins the framebuffer contents should be flipped along the y axis if you intend save them to disk as a bitmap . flipping is no...
byte [ ] function ( boolean arg0 ) { final int loc0 = Gdx . graphics . getBackBufferWidth ( ) ; final int loc1 = Gdx . graphics . getBackBufferHeight ( ) ; return getFrameBufferPixels ( 0 , 0 , loc0 , loc1 , arg0 ) ; }
2,167
accessor for the obj record concode_field_sep int drawingNumber concode_elem_sep Logger logger concode_elem_sep File file concode_elem_sep byte[] data concode_elem_sep ObjRecord objRecord concode_elem_sep boolean initialized concode_elem_sep DrawingData drawingData concode_elem_sep MsoDrawingRecord msoDrawingRecord con...
ObjRecord function ( ) { return objRecord ; }
2,168
returns the name of the camera . there must be a node in the scenegraph with the same name . this node specifies the position of the camera in the scene hierarchy and can be animated . concode_field_sep float m_clipNear concode_elem_sep String m_name concode_elem_sep float m_aspect concode_elem_sep Object m_position co...
String function ( ) { return m_name ; }
2,169
sets the tense only for verbs concode_field_sep boolean singular concode_elem_sep boolean quote concode_elem_sep boolean rank concode_elem_sep int person concode_elem_sep boolean genitive concode_elem_sep boolean passive concode_elem_sep boolean negated concode_elem_sep String tense concode_elem_sep String particle con...
void function ( String arg0 ) { tense = arg0 ; }
2,170
sets the address , most likely ip , of the #getresponsible subject . concode_field_sep String _responsibleAddress concode_elem_sep long serialVersionUID concode_elem_sep String _credentialsType concode_elem_sep AuditSubject _responsible concode_elem_sep String _responsibleAgent concode_field_sep String getCredentialsTy...
void function ( final String arg0 ) { _responsibleAddress = arg0 ; }
2,171
gets the value of the proratedfeature 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 proratedfeature property . for example , to add a ...
List < FeatureType > function ( ) { if ( proratedFeature == null ) { proratedFeature = new ArrayList < FeatureType > ( ) ; } return this . proratedFeature ; }
2,172
sets the value of ' _ parameterlist ' by copying the given vector . all elements will be checked for type safety . concode_field_sep List<Parameter> m_parameters concode_elem_sep long serialVersionUID concode_elem_sep Parameter[] EMPTY_PARAMETER_ARRAY concode_elem_sep String m_clazz concode_field_sep String getClazz co...
void function ( final List < Parameter > arg0 ) { m_parameters . clear ( ) ; m_parameters . addAll ( arg0 ) ; }
2,173
tests the indexedset #contains indexdefinition , object method . concode_field_sep int mInt concode_elem_sep IndexDefinition<Pair> mNonUniqueIntIndex concode_elem_sep IndexedSet<Pair> mSet concode_elem_sep long mLong concode_elem_sep IndexDefinition<Pair> mUniqueLongIndex concode_field_sep void uniqueRemoveByField conc...
void function ( ) { for ( long loc0 = 0 ; loc0 < 9 ; loc0 ++ ) { Assert . assertTrue ( mSet . contains ( mUniqueLongIndex , loc0 ) ) ; } Assert . assertFalse ( mSet . contains ( mUniqueLongIndex , 9L ) ) ; }
2,174
returns a new source that buffers reads from source . the returned source will perform bulk reads into its in-memory buffer . use this wherever you read a source to get an ergonomic and efficient access to data . concode_field_sep Logger logger concode_field_sep Sink appendingSink concode_elem_sep boolean isAndroidGets...
BufferedSource function ( Source arg0 ) { if ( arg0 == null ) throw new IllegalArgumentException ( "srini_string" ) ; return new RealBufferedSource ( arg0 ) ; }
2,175
calculates a scissor rectangle using 0,0 , gdx.graphics.getwidth , gdx.graphics.getheight as the viewport . concode_field_sep Vector3 tmp concode_elem_sep Rectangle viewport concode_elem_sep Array<Rectangle> scissors concode_field_sep Rectangle popScissors concode_elem_sep Rectangle getViewport concode_elem_sep void fi...
void function ( Camera arg0 , Matrix4 arg1 , Rectangle arg2 , Rectangle arg3 ) { calculateScissors ( arg0 , 0 , 0 , Gdx . graphics . getWidth ( ) , Gdx . graphics . getHeight ( ) , arg1 , arg2 , arg3 ) ; }
2,176
convience method to add a numeric value to an index . concode_field_sep boolean indexNumeric concode_elem_sep Object value concode_field_sep ValueContext indexNumeric concode_elem_sep Object getValue concode_elem_sep Object getCorrectValue concode_elem_sep String toString
ValueContext function ( Number arg0 ) { return new ValueContext ( arg0 ) . indexNumeric ( ) ; }
2,177
returns true if the register contains an integer 0 or a known-null object reference concode_field_sep SsaMethod ssaMeth concode_field_sep void process concode_elem_sep void run concode_elem_sep boolean tryReplacingWithConstant concode_elem_sep void replacePlainInsn
boolean function ( RegisterSpec arg0 ) { TypeBearer loc0 = arg0 . getTypeBearer ( ) ; if ( loc0 instanceof CstLiteralBits ) { CstLiteralBits loc1 = ( CstLiteralBits ) loc0 ; return ( loc1 . getLongBits ( ) == 0 ) ; } return false ; }
2,178
create the deployment concode_field_sep String JAR_NAME concode_elem_sep String MODULE_NAME concode_elem_sep String JAVA_GLOBAL_NAMESPACE_PREFIX concode_elem_sep String JAVA_MODULE_NAMESPACE_PREFIX concode_elem_sep String APP_NAME concode_elem_sep String JAVA_APP_NAMESPACE_PREFIX concode_elem_sep String EAR_NAME concod...
EnterpriseArchive function ( ) { EnterpriseArchive loc0 = ShrinkWrap . create ( EnterpriseArchive . class , EAR_NAME ) ; JavaArchive loc1 = ShrinkWrap . create ( JavaArchive . class , JAR_NAME ) ; loc1 . addPackage ( SampleSLSB . class . getPackage ( ) ) ; loc0 . add ( loc1 , "srini_string" , ZipExporter . class ) ; re...
2,179
if active mode , accepts the ftp server 's connection - in pasv , we are already connected . then gets the output stream of the connection concode_field_sep String cvsId concode_elem_sep StreamSocket sock concode_field_sep void setTimeout concode_elem_sep void setReceiveBufferSize concode_elem_sep int getLocalPort conc...
OutputStream function ( ) { return sock . getOutputStream ( ) ; }
2,180
set the value at the position x , y concode_field_sep int yOffset concode_elem_sep int xOffset concode_elem_sep Grid<T> grid concode_elem_sep int width concode_elem_sep int x concode_elem_sep int y concode_elem_sep int height concode_field_sep T next concode_elem_sep int getXMax concode_elem_sep boolean containsPositio...
void function ( int arg0 , int arg1 , T arg2 ) { this . grid . get ( arg1 + this . yOffset ) . set ( arg0 + this . xOffset , arg2 ) ; }
2,181
adds a new value for the specified key concode_field_sep HashMap<K,Integer> keys concode_elem_sep HashMap<Integer,ArrayList<V>> values concode_field_sep boolean containsKey concode_elem_sep ArrayList<V> get concode_elem_sep Set<K> getKeySet
void function ( K arg0 , V arg1 ) { ArrayList < V > loc0 = new ArrayList < V > ( ) ; if ( this . containsKey ( arg0 ) ) { int loc1 = keys . get ( arg0 ) ; loc0 = values . get ( loc1 ) ; loc0 . add ( arg1 ) ; values . put ( loc1 , loc0 ) ; } else { loc0 . add ( arg1 ) ; int loc1 = keys . size ( ) ; loc1 ++ ; values . pu...
2,182
getter for the application type bean for the specific type concode_field_sep Log log concode_elem_sep ApplicationTypeManager applicationTypeManager concode_elem_sep Map<String,ApplicationTypeBean> applicationTypeBeanMap concode_field_sep void addAppType concode_elem_sep void initAppTypeFromConfig concode_elem_sep void ...
ApplicationTypeBean function ( String arg0 ) { return getApplicationTypeBeanMap ( ) . get ( arg0 ) ; }
2,183
return the second argument if the first one evaluates to null or empty string . concode_field_sep PlaceHolder placeHolder concode_field_sep T ifNot
T function ( T arg0 , T arg1 ) { if ( arg0 == null || arg0 . toString ( ) == null || arg0 . toString ( ) . isEmpty ( ) ) { return arg1 ; } return arg0 ; }
2,184
retrieves the rmi protocol version string in use for this connector . concode_field_sep OpendsRmiServerSocketFactory rmiSsf concode_elem_sep String registryClientAddress concode_elem_sep RmiAuthenticator rmiAuthenticator concode_elem_sep DebugTracer TRACER concode_elem_sep JmxConnectionHandler jmxConnectionHandler conc...
String function ( ) { return rmiVersion ; }
2,185
gets the singleton driver . throws if #setsingleton has not been called . concode_field_sep DroidDriver driver concode_field_sep boolean hasUiAutomation concode_elem_sep void setSingleton concode_elem_sep void checkUiAutomation concode_elem_sep DroidDriver newDriver
DroidDriver function ( ) { if ( driver == null ) { throw new DroidDriverException ( "srini_string" ) ; } return driver ; }
2,186
inserts the specified message into the queue , and returns true if it was successful concode_field_sep long lastTransmission concode_elem_sep QueueSession session concode_elem_sep AtomicInteger messageCount concode_elem_sep MessageDeliveryHandler deliveryHandler concode_elem_sep QueueActivationCallback activationCallba...
boolean function ( final Message arg0 ) { if ( ! queueRunning ) { throw new QueueUnavailableException ( "srini_string" ) ; } return deliveryHandler . deliver ( this , arg0 ) ; }
2,187
converts the jsonobject into a property file object . concode_field_sep PlaceHolder placeHolder concode_field_sep JSONObject toJSONObject
Properties function ( JSONObject arg0 ) { Properties loc0 = new Properties ( ) ; if ( arg0 != null ) { Iterator < String > loc1 = arg0 . loc1 ( ) ; while ( loc1 . hasNext ( ) ) { String loc2 = loc1 . next ( ) ; loc0 . put ( loc2 , arg0 . getString ( loc2 ) ) ; } } return loc0 ; }
2,188
sets the list of additional benefit info creation date : 07/11/2003 9:36:37 am concode_field_sep String provisionIncExc concode_elem_sep String provSpecialtyIncExc concode_elem_sep RtbBenefit[] benefitList concode_elem_sep RtbCheckBoxes[] provisionList concode_elem_sep String procIncExc concode_elem_sep String gmsrIncE...
void function ( RtbBenefit [ ] arg0 ) { benefitList = arg0 ; }
2,189
returns the index for a given key , or -1 . concode_field_sep List data concode_elem_sep long serialVersionUID concode_field_sep Comparable getKey concode_elem_sep Object getObject concode_elem_sep Object getObject concode_elem_sep void removeValue concode_elem_sep void removeValue concode_elem_sep int hashCode concode...
int function ( Comparable arg0 ) { ParamChecks . nullNotPermitted ( arg0 , "srini_string" ) ; int loc0 = 0 ; Iterator loc1 = this . data . loc1 ( ) ; while ( loc1 . hasNext ( ) ) { KeyedObject loc2 = ( KeyedObject ) loc1 . next ( ) ; if ( loc2 . getKey ( ) . equals ( arg0 ) ) { return loc0 ; } loc0 ++ ; } return - 1 ; ...
2,190
returns true if the keyword map is set to be case insensitive , false otherwise . concode_field_sep int mapLength concode_elem_sep Keyword next concode_elem_sep boolean ignoreCase concode_elem_sep byte id concode_elem_sep char[] keyword concode_elem_sep Keyword[] map concode_field_sep void add concode_elem_sep int getS...
boolean function ( ) { return ignoreCase ; }
2,191
opens the specified file path using the os 's preferred application binding concode_field_sep Logger logger concode_elem_sep String errMsg concode_elem_sep String FILE_PREFIX concode_elem_sep String os concode_field_sep void openURL concode_elem_sep boolean isMac concode_elem_sep boolean isWindows concode_elem_sep bool...
void function ( String arg0 ) { openURL ( FILE_PREFIX + arg0 ) ; }
2,192
sets the value of the allautoresolveindicator property . concode_field_sep JAXBElement<String> sequenceNumber concode_elem_sep JAXBElement<String> dealerCode concode_elem_sep JAXBElement<BigInteger> monthsToExtend concode_elem_sep JAXBElement<Boolean> isRemoveAllConflictServices concode_elem_sep long serialVersionUID c...
void function ( JAXBElement < Boolean > arg0 ) { this . allAutoResolveIndicator = ( ( JAXBElement < Boolean > ) arg0 ) ; }
2,193
builds and returns the tasksstatistics for the durations of each user-definedfunction . the return value is not cached and will be recomputed on another call . concode_field_sep long builtinTotalNanos concode_elem_sep long userCompiledTotalNanos concode_elem_sep Map<String,LongArrayList> userFunctionDurations concode_e...
Map < String , TasksStatistics > function ( ) { return buildTasksStatistics ( userFunctionDurations ) ; }
2,194
checks if a node at a specific position exists . concode_field_sep Map<Point,RailwayNode> __nodeMap concode_field_sep void add concode_elem_sep void drawAllNodes concode_elem_sep RailwayNode createNode concode_elem_sep RailwayNode createNode concode_elem_sep RailwayNode createNode concode_elem_sep void removeNodesWitho...
boolean function ( Point arg0 ) { return __nodeMap . containsKey ( arg0 ) ; }
2,195
return the key at the head of this rr . concode_field_sep RecordReader<K,U> rr concode_elem_sep ResetableIterator<U> vjoin concode_elem_sep WritableComparator cmp concode_elem_sep U vhead concode_elem_sep Configuration conf concode_elem_sep int id concode_elem_sep boolean empty concode_elem_sep K khead concode_field_se...
K function ( ) { return khead ; }
2,196
gets the value of the retrievefrombilling property . concode_field_sep BigInteger billSequenceNumber concode_elem_sep Integer usageCycle concode_elem_sep Boolean includeExpiredPassUsage concode_elem_sep Long groupId concode_elem_sep TimePeriod usagePeriod concode_elem_sep long serialVersionUID concode_elem_sep boolean ...
Boolean function ( ) { return retrieveFromBilling ; }
2,197
gets the value of the catalog property . this getter 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 catalog property . for example , to add a new item , do as f...
List < Catalog > function ( ) { if ( catalog == null ) { catalog = new ArrayList < Catalog > ( ) ; } return this . catalog ; }
2,198
sets the preamble . concode_field_sep List bodyParts concode_elem_sep String subType concode_elem_sep String epilogue concode_elem_sep String preamble concode_elem_sep Entity parent concode_field_sep Entity getParent concode_elem_sep String getPreamble concode_elem_sep String getBoundary concode_elem_sep void setSubTyp...
void function ( String arg0 ) { this . preamble = arg0 ; }
2,199
the standard jca 1.5 version of createendpoint . this implementation delegates to #createendpointinternal , initializing the endpoint 's xaresource before the endpoint gets invoked . concode_field_sep TransactionDelegate transactionDelegate concode_elem_sep Log logger concode_elem_sep XAResource xaResource concode_elem...
MessageEndpoint function ( XAResource arg0 ) { AbstractMessageEndpoint loc0 = createEndpointInternal ( ) ; loc0 . initXAResource ( arg0 ) ; return loc0 ; }