idx
int64
0
25k
question
stringlengths
72
5.69k
target
stringlengths
21
481
19,100
checks whether sync is currently enabled from chrome for the currently signed in account . it checks both the master sync for the device , and chrome sync setting for the given account . if no user is currently signed in it returns false . concode_field_sep SyncContentResolverDelegate mSyncContentResolverDelegate conco...
boolean function ( Context arg0 ) { ensureInitialized ( arg0 ) ; return sInstance . mMasterSyncEnabled && sInstance . mChromeSyncEnabled ; }
19,101
sets the value of the attachments property . concode_field_sep Boolean funcsec concode_elem_sep TypeAttachments attachments concode_elem_sep Boolean bulkload concode_elem_sep String origin concode_elem_sep String locale concode_elem_sep String version concode_elem_sep String logtitle concode_field_sep String getVersion...
void function ( TypeAttachments arg0 ) { this . attachments = arg0 ; }
19,102
returns the value used to represent lack of data usually -9999 concode_field_sep String NCOLS concode_elem_sep Map<String,Object> propertyMap concode_elem_sep String ULXMAP concode_elem_sep String LAYOUT concode_elem_sep String TOTALROWBYTES concode_elem_sep String NODATA concode_elem_sep String XDIM concode_elem_sep S...
int function ( ) { return ( Integer ) this . propertyMap . get ( NODATA ) ; }
19,103
a runtimeexception will be thrown if the goal set of the givengoal is not published see goalset #ispublished . #secure_modify_links_from is checked in the activity context and #secure_modify_links_to is checked in the goal context . if lockedis true , #secure_lock_links is also checked in in the activitycontext . conco...
Link function ( String arg0 , String arg1 , String arg2 , String arg3 , boolean arg4 , boolean arg5 ) { return linkManager . persistLink ( arg0 , arg1 , arg2 , arg3 , arg4 , arg5 ) ; }
19,104
returns true if field full_class_name is set has been assigned a value and false otherwise concode_field_sep List<JavaObjectArg> args_list concode_elem_sep String _fieldName concode_elem_sep String full_class_name concode_elem_sep short _thriftId concode_elem_sep Map<_Fields,org.apache.thrift7.meta_data.FieldMetaData> ...
boolean function ( ) { return this . full_class_name != null ; }
19,105
opens a reader for the given resource using a charsetdecoder . unlike java 's defaults this reader will throw an exception if your it detects the read charset does n't match the expected charset . decoding readers are useful to load configuration files , stopword lists or synonym files to detect character set problems ...
Reader function ( Class < ? > arg0 , String arg1 , Charset arg2 ) { InputStream loc0 = null ; boolean loc1 = false ; try { loc0 = arg0 . getResourceAsStream ( arg1 ) ; final Reader loc2 = getDecodingReader ( loc0 , arg2 ) ; loc1 = true ; return loc2 ; } finally { if ( ! loc1 ) { IOUtils . close ( loc0 ) ; } } }
19,106
get month 1-12 based on provided date concode_field_sep Long localizedEpoch concode_field_sep int epochToClarionDate concode_elem_sep int date concode_elem_sep int year concode_elem_sep int today concode_elem_sep int clock concode_elem_sep int day concode_elem_sep String age concode_elem_sep long clarionDateToEpoch con...
int function ( int arg0 ) { Calendar loc0 = Calendar . getInstance ( ) ; loc0 . setTimeInMillis ( clarionDateToEpoch ( arg0 ) ) ; return loc0 . get ( Calendar . MONTH ) - Calendar . JANUARY + 1 ; }
19,107
set the read-only/modifiable setting from this object in an abstractlazyinitializer . this method should only be called during deserialization , beforequery associating the abstractlazyinitializer with a session . concode_field_sep String entityName concode_elem_sep Boolean readOnly concode_elem_sep Serializable id con...
void function ( AbstractLazyInitializer arg0 ) { arg0 . setReadOnlyBeforeAttachedToSession ( readOnly ) ; }
19,108
returns the osgi service identifier . concode_field_sep CalendarNotificationTemplateService _calendarNotificationTemplateService concode_field_sep void setWrappedService concode_elem_sep CalendarNotificationTemplateService getWrappedService concode_elem_sep com.liferay.calendar.model.CalendarNotificationTemplate addCal...
java . lang . String function ( ) { return _calendarNotificationTemplateService . getOSGiServiceIdentifier ( ) ; }
19,109
writes an info log message containing the parameters . concode_field_sep MiniDFSCluster cluster concode_elem_sep int testCounter concode_elem_sep Log LOG concode_elem_sep Configuration conf concode_field_sep void testFinalize concode_elem_sep void main concode_elem_sep void checkResult concode_elem_sep void tearDown
void function ( String arg0 , int arg1 ) { LOG . info ( "srini_string" ) ; LOG . info ( "srini_string" + ( testCounter ++ ) + "srini_string" + arg0 + "srini_string" + "srini_string" + arg1 ) ; }
19,110
returns the password of the as/400 user . concode_field_sep SearchType searchType concode_elem_sep Logger LOG concode_elem_sep AS400ConnectionPool connectionPool concode_elem_sep String searchKey concode_elem_sep Jt400Type type concode_elem_sep String userID concode_elem_sep boolean keyed concode_elem_sep String object...
String function ( ) { return password ; }
19,111
package protected method for test purposes concode_field_sep String DEFAULT_REFRESH_INTERVAL concode_elem_sep String PARAM_RATES_FILE_LOCATION concode_elem_sep String PARAM_REFRESH_INTERVAL concode_elem_sep Map<String,Double> rates concode_elem_sep int refreshIntervalSeconds concode_elem_sep Logger log concode_elem_sep...
void function ( long arg0 ) { this . timestamp = arg0 ; }
19,112
match all classes that all of the given classfilters match . concode_field_sep ClassFilter[] filters concode_field_sep int hashCode concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep boolean equals concode_elem_sep ClassFilter union concode_elem_sep ClassFilter union concode_elem_sep boolean...
ClassFilter function ( ClassFilter [ ] arg0 ) { Assert . notEmpty ( arg0 , "srini_string" ) ; return new IntersectionClassFilter ( arg0 ) ; }
19,113
delete the attribute value . concode_field_sep String IDENT concode_elem_sep SerialNumber serial concode_elem_sep String NUMBER concode_elem_sep String NAME concode_field_sep void encode concode_elem_sep void set concode_elem_sep String getName concode_elem_sep Object get concode_elem_sep Enumeration<String> getElement...
void function ( String arg0 ) { if ( arg0 . equalsIgnoreCase ( NUMBER ) ) { serial = null ; } else { throw new IOException ( "srini_string" + "srini_string" ) ; } }
19,114
verbose 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 s...
void function ( String arg0 , String arg1 , Throwable arg2 ) { if ( LOG . VERBOSE >= LOGLEVEL ) Log . v ( arg0 , arg1 , arg2 ) ; }
19,115
get name concode_field_sep String name concode_elem_sep Long id concode_field_sep void setName concode_elem_sep String toIndentedString concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep Tag name concode_elem_sep void setId concode_elem_sep Long getId concode_elem_sep String toString concode...
String function ( ) { return name ; }
19,116
returns the additional schema type declaration of this model item . a model item has an additional schema type declaration if it is an element and has a xsi : type attribute . concode_field_sep RefreshView refreshView concode_elem_sep Node node concode_elem_sep ModelItem parent concode_elem_sep String filename concode_...
String function ( ) { return null ; }
19,117
hit on field . uderzenie na pole . concode_field_sep MissState missState concode_elem_sep FieldState state concode_elem_sep UnusedState unusedState concode_field_sep FIELD_STATE getStateForOpponent concode_elem_sep FIELD_STATE getStateForOpponent concode_elem_sep FIELD_STATE getStateForOpponent concode_elem_sep FIELD_S...
HIT_RESULT function ( MessageModel arg0 ) { FieldState loc0 = state ; state = state . opponentHit ( arg0 ) ; if ( loc0 . getState ( ) == FIELD_STATE . UNUSED ) { return HIT_RESULT . MISS ; } else if ( loc0 . getState ( ) == FIELD_STATE . SHIP ) { return HIT_RESULT . HIT ; } else { return HIT_RESULT . WRONG ; } }
19,118
returns the modifiable list of member groups . concode_field_sep String name concode_elem_sep String description concode_elem_sep List<Group> memberGroups concode_elem_sep boolean inheritingRoles concode_elem_sep List<User> memberUsers concode_field_sep void setName concode_elem_sep void setMemberGroups concode_elem_se...
List < Group > function ( ) { return memberGroups ; }
19,119
gets the value of the leg property . concode_field_sep String ioiQty concode_elem_sep List<LegStipulationsBlockT> stip concode_elem_sep InstrumentLegBlockT leg concode_field_sep void setIOIQty concode_elem_sep String getIOIQty concode_elem_sep List<LegStipulationsBlockT> getStip concode_elem_sep void setLeg
InstrumentLegBlockT function ( ) { return leg ; }
19,120
goes through each trie recursively and uses trimtosize on its children arraylist . concode_field_sep Trie parent concode_elem_sep File file concode_elem_sep int frequency concode_elem_sep ArrayList<Trie> children concode_elem_sep char element concode_field_sep Trie getParent concode_elem_sep int getFrequency concode_el...
Trie function ( Trie arg0 ) { if ( arg0 . hasChildren ( ) ) { arg0 . getChildren ( ) . trimToSize ( ) ; for ( int loc0 = 0 ; loc0 < arg0 . getChildren ( ) . size ( ) ; loc0 ++ ) { trimChildren ( arg0 . getChildren ( ) . get ( loc0 ) ) ; } } return arg0 ; }
19,121
metodo que permite ver la dificultad correspondiente al nivel escogido por la barra del usuario concode_field_sep TreeMap<String,ArrayList<Ruta>> rutasSistema concode_elem_sep String modoSeleccionado concode_elem_sep String[] encabezadosDificultad concode_elem_sep Context ctx concode_elem_sep ArrayList<Parque> parques ...
String function ( int arg0 ) { convertirArreglo ( ) ; return niveles [ arg0 ] ; }
19,122
gets the wrapped xml element . concode_field_sep Document document concode_elem_sep String namespace concode_elem_sep VCardVersion version concode_elem_sep Element element concode_field_sep List<String> all concode_elem_sep List<String> all concode_elem_sep List<Element> children concode_elem_sep Document document conc...
Element function ( ) { return element ; }
19,123
getter for global scope concode_field_sep IGlobalScope globalScope concode_elem_sep Logger log concode_field_sep IScope resolveScope concode_elem_sep IScope resolveScope concode_elem_sep void setGlobalScope
IGlobalScope function ( ) { return globalScope ; }
19,124
ensures that the given object reference is not null . upon violation , a nullpointerexception with no message is thrown . concode_field_sep PlaceHolder placeHolder concode_field_sep void checkState concode_elem_sep void checkState concode_elem_sep void checkState concode_elem_sep String format concode_elem_sep void che...
T function ( T arg0 ) { if ( arg0 == null ) { throw new NullPointerException ( ) ; } return arg0 ; }
19,125
adds a set of mods to the database . if there are any mods with matching modlistings already in the database , they will be replaced concode_field_sep ArrayList<ModListing> addedPlugins concode_elem_sep String dateDelim concode_elem_sep ArrayList<ModListing> activePlugins concode_elem_sep Map<ModListing,Mod> modLookup ...
void function ( Set < Mod > arg0 ) { for ( Mod loc0 : arg0 ) { add ( loc0 ) ; } }
19,126
get the status concode_field_sep PrivateRequest epr concode_elem_sep boolean protein concode_elem_sep int length concode_elem_sep float weight concode_field_sep String getStatusMsg concode_elem_sep float getWeight concode_elem_sep int getLength concode_elem_sep boolean isProtein
String function ( ) { return ( String ) epr . getVal ( "srini_string" ) ; }
19,127
creates allocationpercentages.length many complete buckets with their percentages assigned to them.the first bucket index 0 is the control group . complete means all values are set to some defaults . concode_field_sep int internalId concode_field_sep Bucket createCompleteBucket concode_elem_sep Bucket createCompleteBuc...
List < Bucket > function ( Experiment arg0 , double [ ] arg1 ) { ArrayList < Bucket > loc0 = new ArrayList < > ( arg1 . length ) ; for ( int loc1 = 0 ; loc1 < arg1 . length ; ++ loc1 ) { loc0 . add ( loc1 , createCompleteBucket ( arg0 ) . setAllocationPercent ( arg1 [ loc1 ] ) ) ; } loc0 . get ( 0 ) . setControl ( true...
19,128
unsupported operation , throws an unsupportedoperationexception since this list is read-only . concode_field_sep String READ_ONLY_ERROR_MESSAGE concode_elem_sep XLogger LOGGER concode_elem_sep Map<ServiceReference,T> serviceMap concode_field_sep boolean add concode_elem_sep void add concode_elem_sep int compare concode...
boolean function ( Collection < ? > arg0 ) { throw new UnsupportedOperationException ( READ_ONLY_ERROR_MESSAGE ) ; }
19,129
returns the inetsocketaddress of this route . concode_field_sep Proxy proxy concode_elem_sep Address address concode_elem_sep boolean modernTls concode_elem_sep InetSocketAddress inetSocketAddress concode_field_sep Route flipTlsMode concode_elem_sep Proxy getProxy concode_elem_sep int hashCode concode_elem_sep boolean ...
InetSocketAddress function ( ) { return inetSocketAddress ; }
19,130
a convenience shorthand for sessiondata #set class , object , sessionserializer . concode_field_sep PlaceHolder placeHolder concode_field_sep JavaSessionSerializer getJavaSerializer concode_elem_sep boolean isDirty concode_elem_sep Promise<Optional<T>> get concode_elem_sep Promise<Optional<T>> get concode_elem_sep Prom...
Operation function ( Class < T > arg0 , T arg1 , SessionSerializer arg2 ) { return getData ( ) . operation ( d -> d . set ( arg0 , arg1 , arg2 ) ) ; }
19,131
hello_world - > helloworld concode_field_sep Set<Class> classSet concode_elem_sep TypeHandlerRegistry registry concode_field_sep String getValue concode_elem_sep ColumnType getColumnType concode_elem_sep String getTableName concode_elem_sep String convertEntityLabelToDBLabel concode_elem_sep List<ColumnObject> getColum...
String function ( String arg0 ) { Pattern loc0 = Pattern . compile ( "srini_string" ) ; Matcher loc1 = loc0 . matcher ( arg0 ) ; while ( loc1 . find ( ) ) { String loc2 = loc1 . group ( ) ; if ( loc2 . length ( ) >= 2 ) { arg0 = arg0 . replaceFirst ( loc2 , loc2 . substring ( 1 , 2 ) . toUpperCase ( ) ) ; } } return ar...
19,132
writes a datapoint to the output stream . calls to this function must be done with non-decreasing timestamps . concode_field_sep double lastTimestamp concode_elem_sep ObjectInputStream inputStream concode_elem_sep DataPoint nextPoint concode_elem_sep ObjectOutputStream outputStream concode_elem_sep String varname conco...
void function ( DataPoint arg0 ) { if ( arg0 . timestamp < lastTimestamp ) { throw new IllegalArgumentException ( "srini_string" ) ; } outputStream . writeObject ( arg0 ) ; lastTimestamp = arg0 . timestamp ; }
19,133
gets privacy statement url . concode_field_sep Logger LOGGER concode_elem_sep int DEFAULT_IMAGE_SIZE concode_elem_sep long serialVersionUID concode_elem_sep long width concode_elem_sep long serialVersionUID concode_elem_sep String url concode_elem_sep RegisteredService registeredService concode_elem_sep long height con...
String function ( ) { final Collection < String > loc0 = getPrivacyStatementURLs ( ) ; return StringUtils . collectionToDelimitedString ( loc0 , "srini_string" ) ; }
19,134
returns the second component of the pair . concode_field_sep long serialVersionUID concode_elem_sep A m_first concode_elem_sep B m_second concode_field_sep A getFirst concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep CmsPair<A,B> create concode_elem_sep Map<String,String> pairsToMap concode...
B function ( ) { return m_second ; }
19,135
the configurations whose files are to be transformed into dependent-module elements with a deploy path of #getlibdeploypath . for examples see docs for eclipsewtp concode_field_sep List<WbProperty> properties concode_elem_sep String libDeployPath concode_elem_sep String contextPath concode_elem_sep Project project conc...
Set < Configuration > function ( ) { return libConfigurations ; }
19,136
sets the currencyratelist value for this getcurrencyrateresult . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep com.netsuite.webservices.platform.core_2014_2.CurrencyRate[] currencyRateList concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_e...
void function ( com . netsuite . webservices . platform . core_2014_2 . CurrencyRate [ ] arg0 ) { this . currencyRateList = arg0 ; }
19,137
returns the number of rows matching the dynamic query . concode_field_sep JIRAProjectLocalService _jiraProjectLocalService concode_field_sep com.liferay.socialcoding.model.JIRAProject addJIRAProject concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.socialcoding.model.JIRAProject fe...
long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return _jiraProjectLocalService . dynamicQueryCount ( arg0 ) ; }
19,138
unsubscribenumsubscribers . concode_field_sep String password concode_elem_sep String loginUrl concode_elem_sep Logger LOG concode_elem_sep PubSubMessageCodec<Object> codec concode_elem_sep AsyncHttpClient client concode_elem_sep WebSocket connection concode_elem_sep ObjectMapper mapper concode_elem_sep int ioThreadMul...
void function ( String arg0 ) { connection . sendTextMessage ( constructUnsubscribeNumSubscribersMessage ( arg0 , codec ) ) ; }
19,139
lookup the server group that stores the given key . concode_field_sep int mappingId concode_elem_sep ShardingType shardingType concode_elem_sep Set<ShardTable> shardTables concode_elem_sep Set<ShardIndex> shardIndices concode_elem_sep String globalGroupName concode_field_sep ShardIndex getShardIndexForKey concode_elem_...
String function ( String arg0 ) { return getShardIndexForKey ( arg0 ) . getGroupName ( ) ; }
19,140
sets the value of the href property . concode_field_sep ResAuthEnum auth concode_elem_sep String link concode_elem_sep String description concode_elem_sep String label concode_elem_sep QName type concode_elem_sep List<Description> descriptions concode_elem_sep String version concode_elem_sep String uuid concode_elem_se...
void function ( final String arg0 ) { this . href = arg0 ; }
19,141
sets all of the values in a particular channel using the values of the provided float array . the array should be at least as long as the current buffer size of this buffer and this will only copy as many samples as fit into its current buffer size . concode_field_sep float[][] channels concode_elem_sep int bufferSize ...
void function ( int arg0 , float [ ] arg1 ) { System . arraycopy ( arg1 , 0 , channels [ arg0 ] , 0 , bufferSize ) ; }
19,142
gets the name of this time zone to be displayed in the ui . 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 String getLocation concode_elem_sep boolean isRelevant...
String function ( ) { String loc0 = null ; TimeZone loc1 = TimeZone . getTimeZone ( id ) ; synchronized ( TimeZone . class ) { loc0 = TimeZoneBean . displayNameTokenizer ( loc1 . getDisplayName ( ) ) ; } return loc0 ; }
19,143
check if the hive is locked . if the hive is locked no changes can be made . concode_field_sep Logger log concode_elem_sep boolean locked concode_elem_sep ManyToManyMap<Permission,Principal> principals concode_field_sep Boolean cacheLookUp concode_elem_sep void cacheResult concode_elem_sep boolean containsPrincipal con...
boolean function ( ) { return locked ; }
19,144
gets the polygon object that represents the time zone on the image map . concode_field_sep boolean currentlyShowing concode_elem_sep Polygon mapPolygon concode_elem_sep DateFormat dateFormat concode_elem_sep String id concode_elem_sep String abbreviation concode_elem_sep String mapCommandButtonId concode_field_sep bool...
Polygon function ( ) { return mapPolygon ; }
19,145
sets the value of the themecolor property . concode_field_sep STShd val concode_elem_sep Object parent concode_elem_sep String color concode_elem_sep STThemeColor themeColor concode_elem_sep String themeFillTint concode_elem_sep String themeShade concode_elem_sep String themeFillShade concode_elem_sep String fill conco...
void function ( STThemeColor arg0 ) { this . themeColor = arg0 ; }
19,146
sets the value of the mdtype property . concode_field_sep String role concode_elem_sep String mdtypeversion concode_elem_sep String arcrole concode_elem_sep String created concode_elem_sep MDTYPEDefinition mdtype concode_elem_sep String show concode_elem_sep CHECKSUMTYPEDefinition checksumtype concode_elem_sep String a...
void function ( MDTYPEDefinition arg0 ) { this . mdtype = arg0 ; }
19,147
method declaration concode_field_sep String scriptHelp[] concode_elem_sep String insertHelp[] concode_elem_sep String createTableHelp[] concode_elem_sep String dropIndexHelp[] concode_elem_sep String testHelp[] concode_elem_sep String deleteHelp[] concode_elem_sep String selectHelp[] concode_elem_sep Random rRandom con...
void function ( String arg0 , String arg1 ) { try { FileWriter loc0 = new FileWriter ( arg0 ) ; loc0 . loc0 ( arg1 . toCharArray ( ) ) ; loc0 . close ( ) ; } catch ( IOException loc0 ) { loc0 . printStackTrace ( ) ; } }
19,148
called when the drag and drop operation is complete . after this event , getdropsuccess of the event is valid , and getdropaction holds the action requested by the drop site . furthermore , the dragsourcecontext is invalidated . concode_field_sep PlaceHolder placeHolder concode_field_sep void dragMouseMoved concode_ele...
void function ( DragSourceDropEvent arg0 ) { }
19,149
sets the mensagem value for this ossturbonetverificamodulacaovelocidadeout . concode_field_sep com.gvt.www.ws.eai.oss.ossturbonet.OSSTurbonetOut mensagem concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep boolean velocidadeSuportada concode_elem_sep org.apache.axis.d...
void function ( com . gvt . www . ws . eai . oss . ossturbonet . OSSTurbonetOut arg0 ) { this . mensagem = arg0 ; }
19,150
gets the value of the institution 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 institution property . for example , to add a new item...
List < ResponsibleParty > function ( ) { if ( institution == null ) { institution = new ArrayList < ResponsibleParty > ( ) ; } return this . institution ; }
19,151
returns a string representation of the object . this implementation constructs that representation based on the id fields . concode_field_sep String bmid concode_elem_sep String userid concode_field_sep void setBmid concode_elem_sep String getBmid concode_elem_sep int hashCode concode_elem_sep boolean equals concode_el...
String function ( ) { return Objects . toStringHelper ( this ) . add ( "srini_string" , bmid ) . add ( "srini_string" , userid ) . toString ( ) ; }
19,152
adds a notifications for a given notificationtype . concode_field_sep Map<NotificationType,List<String>> mTypeToMessageMap concode_field_sep List<String> getNotificationsForType concode_elem_sep boolean removeNotification concode_elem_sep String getFormattedSummary concode_elem_sep String getStringForResourceId concode...
boolean function ( NotificationType arg0 , String arg1 ) { List < String > loc0 = mTypeToMessageMap . get ( arg0 ) ; if ( loc0 == null ) { loc0 = new ArrayList < String > ( ) ; mTypeToMessageMap . put ( arg0 , loc0 ) ; } return loc0 . add ( arg1 ) ; }
19,153
performs an optional default action . for the case of an action provider placed in a menu item not shown as an action this method is invoked if previous callbacks for processing menu selection has handled the event . a menu item selection is processed in the following order : receiving a call to android.view.menuitem.o...
boolean function ( ) { return false ; }
19,154
returns the hopdongid of this chi tiet phan phoi . concode_field_sep ChiTietPhanPhoi _chiTietPhanPhoi concode_field_sep long getGiatrihd concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.util.Date getNgaypp concode_elem_sep int getPhanphoi_id concode_elem_sep boolean isEscapedModel concode_elem_sep...
int function ( ) { return _chiTietPhanPhoi . getHopdongid ( ) ; }
19,155
getid method returns the id of the node which created this token concode_field_sep int total_sum concode_elem_sep int id concode_elem_sep int total_token_for_id concode_elem_sep String map concode_elem_sep String originalMap concode_elem_sep int idsNo concode_field_sep void set_total_sum concode_elem_sep int get_idsNo ...
int function ( ) { return id ; }
19,156
returns set of selected datasources of a certain type in applications window or empty set if no datasource of this type is selected . concode_field_sep PlaceHolder placeHolder concode_field_sep DataSource getSelectedDataSource concode_elem_sep X getSelectedDataSource
Set < X > function ( Class < X > arg0 ) { Set < DataSource > loc0 = getSelectedDataSources ( ) ; Set < X > loc1 = Utils . getFilteredSet ( loc0 , arg0 ) ; return loc0 . size ( ) == loc1 . size ( ) ? loc1 : Collections . EMPTY_SET ; }
19,157
encodes a series of bytes into a hexidecimal string potentially with leading zeroes with no separators between each source byte concode_field_sep char[] hex concode_field_sep byte[] fromHex concode_elem_sep byte[] fromHex concode_elem_sep byte[] generateBytes concode_elem_sep byte[] generateBytes concode_elem_sep Strin...
String function ( final byte ... arg0 ) { if ( arg0 == null || arg0 . length == 0 ) return "srini_string" ; final char [ ] loc0 = new char [ arg0 . length * 2 ] ; for ( int loc1 = 0 , loc2 = 0 ; loc1 < arg0 . length ; loc1 ++ ) { final byte loc3 = arg0 [ loc1 ] ; loc0 [ loc2 ++ ] = hex [ ( loc3 >> 4 ) & 0x0F ] ; loc0 [...
19,158
number of times a category was activated by inputs concode_field_sep String template concode_elem_sep Comparator<Category> ACTIVATION_COMPARATOR concode_elem_sep Comparator<Category> CATEGORY_NUMBER_COMPARATOR concode_elem_sep Comparator<Category> PATTERN_COMPARATOR concode_elem_sep String pattern concode_elem_sep AIML...
int function ( ) { return activationCnt ; }
19,159
get the object to serialize when generating serialized file for future tests , and against which to validate deserialized object . concode_field_sep String[] VERSIONS concode_elem_sep Logger LOG concode_elem_sep TimeZone EST_TIME_ZONE concode_field_sep void testQuartz621 concode_elem_sep void testQtz96 concode_elem_sep...
Object function ( ) { CronExpression loc0 = new CronExpression ( "srini_string" ) ; loc0 . setTimeZone ( EST_TIME_ZONE ) ; return loc0 ; }
19,160
helper method to send event when a new cache entry is inserted . concode_field_sep CacheConfiguration configuration concode_elem_sep Logger LOGGER concode_elem_sep EventListenerList cacheEntryListeners concode_field_sep void sendEntryModifiedEvent concode_elem_sep void removeCacheEntryListener concode_elem_sep void sen...
void function ( CacheEntryEvent < T > arg0 ) { for ( org . xwiki . cache . arg0 . CacheEntryListener < T > loc0 : this . cacheEntryListeners . getListeners ( org . xwiki . cache . arg0 . CacheEntryListener . class ) ) { loc0 . cacheEntryAdded ( arg0 ) ; } }
19,161
sets the value of the rsptransactionid property . concode_field_sep String partnerTransactionId concode_elem_sep String dealerCode concode_elem_sep String rspServiceVersion concode_elem_sep XMLGregorianCalendar partnerTimestamp concode_elem_sep String authenticatedId concode_elem_sep long serialVersionUID concode_elem_...
void function ( String arg0 ) { this . rspTransactionId = arg0 ; }
19,162
asynchronous version of abstractdao #deleteintx object . concode_field_sep int sessionFlags concode_elem_sep AsyncOperationExecutor executor concode_elem_sep AbstractDaoSession daoSession concode_field_sep AsyncOperation enqueueEntityOperation concode_elem_sep int getWaitForMergeMillis concode_elem_sep AsyncOperation i...
AsyncOperation function ( Class < E > arg0 , int arg1 , E ... arg2 ) { return enqueEntityOperation ( OperationType . DeleteInTxArray , arg0 , arg2 , arg1 ) ; }
19,163
returns the value of the url content-type header field . it calls the url 's urlconnection.getcontenttype method after retrieving a urlconnection object . note : this method attempts to call the openconnection method on the url . if this method fails , or if a content type is not returned from the urlconnection , getco...
String function ( ) { String loc0 = null ; try { if ( url_conn == null ) url_conn = url . openConnection ( ) ; } catch ( IOException loc1 ) { } if ( url_conn != null ) loc0 = url_conn . getContentType ( ) ; if ( loc0 == null ) loc0 = "srini_string" ; return loc0 ; }
19,164
called when a message is sent to plugin . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String serviceName concode_field_sep boolean onReceivedClientCertRequest concode_elem_sep boolean onOverrideUrlLoading concode_ele...
Object function ( String arg0 , Object arg1 ) { return null ; }
19,165
create an instance of extendsignatureresponse concode_field_sep QName _GetDataToSignResponse_QNAME concode_elem_sep QName _ExtendSignatureResponse_QNAME concode_elem_sep QName _GetDataToSign_QNAME concode_elem_sep QName _SignDocumentResponse_QNAME concode_elem_sep QName _SignDocument_QNAME concode_elem_sep QName _Exten...
ExtendSignatureResponse function ( ) { return new ExtendSignatureResponse ( ) ; }
19,166
setter method for casetype concode_field_sep String closedOutsideSla concode_elem_sep String closedWithinSla concode_elem_sep String openWithinSla concode_elem_sep long serialVersionUID concode_elem_sep String totalCount concode_elem_sep String categoryName concode_elem_sep String caseType concode_elem_sep String subCa...
void function ( String arg0 ) { this . caseType = arg0 ; }
19,167
method with generic return type concode_field_sep PlaceHolder placeHolder concode_field_sep Iterator<String> iterateStrings concode_elem_sep void genericThrow concode_elem_sep void processThem concode_elem_sep GenericClass<T> create concode_elem_sep void checkMe
Iterator < K > function ( ) { return null ; }
19,168
the date and time when the saml provider was created . concode_field_sep String sAMLMetadataDocument concode_elem_sep java.util.Date validUntil concode_elem_sep java.util.Date createDate concode_field_sep String getSAMLMetadataDocument concode_elem_sep GetSAMLProviderResult withValidUntil concode_elem_sep void setValid...
java . util . Date function ( ) { return this . createDate ; }
19,169
retorna o texto do menu ajuda . concode_field_sep Locale PT_BR concode_elem_sep Locale EN_US concode_elem_sep ResourceBundle rb concode_elem_sep String CAMINHO_ARQUIVOBASE_I18N concode_field_sep String obterSucessoCadastroUsuario concode_elem_sep String obterTituloTelaMeusFilmes concode_elem_sep String obterRotuloUsuar...
String function ( ) { return rb . getString ( "srini_string" ) ; }
19,170
sets the primary key of this attachment . concode_field_sep Attachment _attachment concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel con...
void function ( long arg0 ) { _attachment . setPrimaryKey ( arg0 ) ; }
19,171
create an instance of tasksearchrow concode_field_sep QName _CalendarEvent_QNAME concode_elem_sep QName _ResourceAllocationSearch_QNAME concode_elem_sep QName _PhoneCallSearch_QNAME concode_elem_sep QName _ProjectTask_QNAME concode_elem_sep QName _TaskSearch_QNAME concode_elem_sep QName _ResourceAllocation_QNAME concod...
TaskSearchRow function ( ) { return new TaskSearchRow ( ) ; }
19,172
add a latlonboundingbox element concode_field_sep boolean startOfElement concode_elem_sep Appendable builder concode_elem_sep String name concode_elem_sep Map<Integer,char[]> ESCAPE_ENTITIES concode_elem_sep boolean indented concode_elem_sep boolean containsIndented concode_elem_sep Deque<NodeInfo> nodeStack concode_fi...
XMLBuilder function ( T arg0 , T arg1 , T arg2 , T arg3 ) { return indentElement ( "srini_string" ) . bboxAttributes ( arg0 , arg1 , arg2 , arg3 ) . endElement ( ) ; }
19,173
accessor for the combo box , used when copying sheets concode_field_sep WorkbookMethods workbook concode_elem_sep ExternalSheet externalSheet concode_elem_sep boolean copied concode_elem_sep ArrayList validitySettings concode_elem_sep DataValidityListRecord validityList concode_elem_sep int DEFAULT_OBJECT_ID concode_el...
int function ( ) { return comboBoxObjectId ; }
19,174
determine the beanfactorylocator to obtain the beanfactoryreference from . the default implementation exposes spring 's default contextsingletonbeanfactorylocator . concode_field_sep Map<Object,BeanFactoryReference> beanFactoryReferences concode_field_sep void doReleaseBean concode_elem_sep void configureBeanPostProces...
BeanFactoryLocator function ( Object arg0 ) { return ContextSingletonBeanFactoryLocator . getInstance ( ) ; }
19,175
tells if we are to do a forward to the loginformurl using the requestdispatcher , instead of a 302 redirect . concode_field_sep String loginFormUrl concode_elem_sep boolean forceHttps concode_elem_sep boolean useForward concode_elem_sep Log logger concode_elem_sep RedirectStrategy redirectStrategy concode_elem_sep Port...
void function ( boolean arg0 ) { this . useForward = arg0 ; }
19,176
check whether this pathcellcomponentmessagereceiver can receive a message . this will be based on making sure the required internal components are set and that the source cell session id of the message is not the same as the id of the cell session to which this message listener belongs . concode_field_sep ClientNodePat...
boolean function ( BigInteger arg0 ) { return path != null && cell != null && ! cell . getCellCache ( ) . getSession ( ) . getID ( ) . equals ( arg0 ) ; }
19,177
override this method to perform functionality when the panel itself is displayed . concode_field_sep Component targetPanel concode_elem_sep FinishIdentifier FINISH concode_elem_sep Wizard wizard concode_elem_sep String ID concode_elem_sep String DEFAULT_PANEL_IDENTIFIER concode_elem_sep Object panelIdentifier concode_f...
void function ( ) { }
19,178
gets the timezone location used to identify this time zone . 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 boolean isRelevantComponentId concode_elem_sep Strin...
String function ( ) { return id ; }
19,179
gets the value of the objmodels property . concode_field_sep boolean valid concode_elem_sep List<DatastreamProblem> datastream concode_elem_sep List<String> problem concode_elem_sep Validation.ObjModels objModels concode_elem_sep Validation.DatastreamProblems datastreamProblems concode_elem_sep Validation.ObjProblems o...
Validation . ObjModels function ( ) { return objModels ; }
19,180
the channel a particular subscription is bound to concode_field_sep Map<Integer,Long> localMessageToClusterMessage concode_elem_sep QOSLevel QOSLevel concode_elem_sep String subscriberChannelID concode_elem_sep boolean isCleanSession concode_elem_sep String topicName concode_elem_sep Map<Long,MQTTSubscriptionInformatio...
UUID function ( ) { return subscriptionChannel ; }
19,181
sets the value of the coverageendvolume property . concode_field_sep String coverageStartDate concode_elem_sep String coverageEndDateString concode_elem_sep String coverageEndDateFormat concode_elem_sep String coverageEndIssue concode_elem_sep String coverageStartDateString concode_elem_sep String coverageEndVolume con...
void function ( String arg0 ) { this . coverageEndVolume = arg0 ; }
19,182
set the start date as a string expression . must be paired with #setendstr string . concode_field_sep String endStr concode_elem_sep String typeStr concode_elem_sep String startStr concode_elem_sep Date endDate concode_elem_sep Date startDate concode_field_sep void setTypeStr concode_elem_sep void setStartDate concode_...
void function ( String arg0 ) { this . startStr = arg0 ; }
19,183
returns a new charsequence that is a subsequence of thissequence starting with the char value at the specified index.this provides the charsequence equivalent to string #substring int . the length in char of the returned sequence is length - start , so if start == end then an empty sequence is returned . concode_field_...
CharSequence function ( CharSequence arg0 , int arg1 ) { return arg0 == null ? null : arg0 . subSequence ( arg1 , arg0 . length ( ) ) ; }
19,184
gets the value of the param 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 param property . for example , to add a new item , do as fol...
List < Param > function ( ) { if ( param == null ) { param = new ArrayList < Param > ( ) ; } return this . param ; }
19,185
builds ignite cache key object from returned cassandra table row . concode_field_sep KeyValuePersistenceSettings persistenceSettings concode_elem_sep String delStatement concode_elem_sep String loadStatementWithKeyFields concode_elem_sep String writeStatement concode_elem_sep String loadStatement concode_field_sep List...
Object function ( Row arg0 ) { return buildObject ( arg0 , persistenceSettings . getKeyPersistenceSettings ( ) ) ; }
19,186
creates a new spriteanimated from the given parameters on the spritesheet . the width and height are defaulted to 1 , and begins at the upper-left corner of 0 , 0 and extends through the entire spritesheet . the animation goes first from left to right , then goes down a row , if either are applicable . concode_field_se...
SpriteAnimated function ( int arg0 ) { return this . getAnimated ( arg0 , this . sWidth , this . sHeight ) ; }
19,187
convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep List<List<Long>> arrayArrayOfInteger concode_elem_sep List<String> arrayOfString concode_elem_sep List<List<ReadOnlyFirst>> arrayArrayOfModel concode_field_sep void setArrayArrayOfInteger concode_elem_sep vo...
String function ( java . lang . Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; }
19,188
called whenever the osgi framework starts our bundle concode_field_sep BundleContext context concode_elem_sep Logger logger concode_field_sep void stop concode_elem_sep BundleContext getContext
void function ( BundleContext arg0 ) { context = arg0 ; logger . debug ( "srini_string" ) ; }
19,189
set the type slot of this object . concode_field_sep String ownership concode_elem_sep String name concode_elem_sep List ontology concode_elem_sep List interactionProtocols concode_elem_sep List language concode_elem_sep String type concode_elem_sep List properties concode_field_sep void setName concode_elem_sep Iterat...
void function ( String arg0 ) { type = arg0 ; }
19,190
for caches that do not override #sizeof , this returns the maximum number of entries in the cache . for all other caches , this returns the maximum sum of the sizes of the entries in this cache . concode_field_sep int evictionCount concode_elem_sep int putCount concode_elem_sep int hitCount concode_elem_sep int size co...
int function ( ) { return maxSize ; }
19,191
serialize an instance , restore it , and check for equality . concode_field_sep PlaceHolder placeHolder concode_field_sep void testDrawWithNullDataset concode_elem_sep void testEquals
void function ( ) { PiePlot3D loc0 = new PiePlot3D ( null ) ; PiePlot3D loc1 = ( PiePlot3D ) TestUtilities . serialised ( loc0 ) ; assertEquals ( loc0 , loc1 ) ; }
19,192
append content in the current tag element . concode_field_sep BufferedElement parent concode_elem_sep Collection<BufferedAttribute> dynamicAttributes concode_elem_sep Map<String,String> data concode_elem_sep BufferedEndTagElement endTagElement concode_elem_sep String startTagElementName concode_elem_sep String endTagEl...
void function ( String arg0 ) { getCurrentTagElement ( ) . append ( arg0 ) ; }
19,193
documentation pending concode_field_sep List month concode_elem_sep String[] yearArray concode_elem_sep String[] minArray concode_elem_sep String[] monthArray concode_elem_sep List hour concode_elem_sep List min concode_elem_sep LabelValue[] wmonthArray concode_elem_sep String[] dayArray concode_elem_sep List wmonth co...
Collection function ( ) { return ( Collection ) day ; }
19,194
returns a string representation for this object . all of the field values are included in the string for debugging purposes . concode_field_sep long serialVersionUID concode_elem_sep String normalString concode_field_sep void setNormalString concode_elem_sep String getNormalString
String function ( ) { StringBuffer loc0 = new StringBuffer ( super . toString ( ) ) ; loc0 . append ( "srini_string" ) . append ( normalString ) . append ( "srini_string" ) ; return loc0 . toString ( ) ; }
19,195
returns an ordered range of all the j i r a projects . 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 queryutil #all_pos will return the...
List < JIRAProject > function ( int arg0 , int arg1 , OrderByComparator < JIRAProject > arg2 ) { return getPersistence ( ) . findAll ( arg0 , arg1 , arg2 ) ; }
19,196
creates an instance of httpmessageparser to be used for parsinghttp requests 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 implementatio...
HttpMessageParser function ( final SessionInputBuffer arg0 , final HttpRequestFactory arg1 , final HttpParams arg2 ) { return new HttpRequestParser ( arg0 , null , arg1 , arg2 ) ; }
19,197
add a class to the maps if it is not already present . concode_field_sep Map<Class<?>,Byte> classToIdMap concode_elem_sep byte newClasses concode_elem_sep Map<Byte,Class<?>> idToClassMap concode_elem_sep AtomicReference<Configuration> conf concode_field_sep void readFields concode_elem_sep Class<?> getClass concode_ele...
void function ( Class < ? > arg0 ) { if ( classToIdMap . containsKey ( arg0 ) ) { return ; } if ( newClasses + 1 > Byte . MAX_VALUE ) { throw new IndexOutOfBoundsException ( "srini_string" + "srini_string" ) ; } byte loc0 = ++ newClasses ; addToMap ( arg0 , loc0 ) ; }
19,198
append to a byte buffer . concode_field_sep int orderInt concode_elem_sep Field hashCodeField concode_elem_sep String string concode_elem_sep byte[] bytes concode_elem_sep int hashCode concode_elem_sep HttpString EMPTY concode_elem_sep long serialVersionUID concode_elem_sep int hashCodeBase concode_field_sep byte byteA...
void function ( ByteBuffer arg0 ) { arg0 . put ( bytes ) ; }
19,199
contains information about the ssh public key . concode_field_sep SSHPublicKey sSHPublicKey concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep UploadSSHPublicKeyResult clone concode_elem_sep SSHPublicKey getSSHPublicKey concode_elem_sep UploadSSHPublicKeyResult withSSHPublicKey concode_elem...
void function ( SSHPublicKey arg0 ) { this . sSHPublicKey = arg0 ; }