idx
int64
0
25k
question
stringlengths
68
5.14k
target
stringlengths
20
503
6,400
deletes the password policy rel from the database . also notifies the appropriate model listeners . concode_field_sep PasswordPolicyRelLocalService _passwordPolicyRelLocalService concode_field_sep com.liferay.portal.kernel.model.PasswordPolicyRel updatePasswordPolicyRel concode_elem_sep java.lang.String getOSGiServiceI...
com . liferay . portal . kernel . model . PasswordPolicyRel function ( com . liferay . portal . kernel . model . PasswordPolicyRel arg0 ) { return _passwordPolicyRelLocalService . deletePasswordPolicyRel ( arg0 ) ; }
6,401
sets the sound clip name of the dispatched payload . concode_field_sep int badge concode_elem_sep String alert concode_elem_sep String sound concode_elem_sep String deviceToken concode_field_sep String getAlert concode_elem_sep void setDeviceToken concode_elem_sep int getBadge concode_elem_sep String getDeviceToken con...
void function ( String arg0 ) { this . sound = arg0 ; }
6,402
extracts a fully qualified class name from a zip file entry concode_field_sep String URL_PREFIX_FILE concode_elem_sep String URL_PREFIX_JARFILE concode_elem_sep String URL_DELIM_JARFILE concode_elem_sep Log __oLog concode_field_sep Set findInDirectory concode_elem_sep Set findInJar concode_elem_sep Set find concode_ele...
String function ( ZipEntry arg0 ) { String loc0 = arg0 . getName ( ) ; if ( loc0 . endsWith ( "srini_string" ) ) { loc0 = loc0 . substring ( 0 , loc0 . length ( ) - "srini_string" . length ( ) ) ; } return loc0 . replace ( '/' , '.' ) ; }
6,403
close action implimentation concode_field_sep short step concode_elem_sep long serialVersionUID concode_elem_sep short lstep concode_field_sep String next concode_elem_sep void init concode_elem_sep void backImpl concode_elem_sep Object findBean concode_elem_sep Z findBean concode_elem_sep void nextImpl concode_elem_se...
void function ( ) { }
6,404
returns the documents ' average length . concode_field_sep double averageDocumentLength concode_elem_sep long numberOfCompUniqueTerms concode_elem_sep int numberOfCompDocuments concode_elem_sep long numberOfCompPointers concode_elem_sep double averageCompDocumentLength concode_elem_sep long numberOfCompTokens concode_e...
double function ( ) { return averageCompDocumentLength ; }
6,405
verify a certification for the passed in key against the passed in master key . concode_field_sep TrustPacket trustPck concode_elem_sep int POSITIVE_CERTIFICATION concode_elem_sep int DIRECT_KEY concode_elem_sep int PRIMARYKEY_BINDING concode_elem_sep int signatureType concode_elem_sep int CERTIFICATION_REVOCATION conc...
boolean function ( PGPPublicKey arg0 , PGPPublicKey arg1 ) { if ( verifier == null ) { throw new PGPException ( "srini_string" ) ; } updateWithPublicKey ( arg0 ) ; updateWithPublicKey ( arg1 ) ; addTrailer ( ) ; return verifier . verify ( this . getSignature ( ) ) ; }
6,406
set the id of the current invariant . used to identify this invariant and match it to the server-side invariant of the same type . concode_field_sep boolean active concode_elem_sep long serialVersionUID concode_elem_sep int invID concode_elem_sep String eSecond concode_elem_sep String transitionType concode_elem_sep St...
void function ( Integer arg0 ) { invID = arg0 ; }
6,407
sets the value of the amount property . concode_field_sep Double amount concode_elem_sep String currency concode_field_sep String getCurrency concode_elem_sep void setCurrency concode_elem_sep Double getAmount
void function ( Double arg0 ) { this . amount = arg0 ; }
6,408
by default , the following paste options are supported : pasteoption #normal : always others : never 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 XMLResourc...
boolean function ( EObject arg0 , EStructuralFeature arg1 , PasteOption arg2 ) { if ( arg2 . equals ( PasteOption . NORMAL ) ) { return true ; } else { return false ; } }
6,409
allows the specified origin to use the geolocation api . concode_field_sep PlaceHolder placeHolder concode_field_sep void getOrigins concode_elem_sep void clear concode_elem_sep void getAllowed concode_elem_sep void invoke concode_elem_sep GeolocationPermissions getInstance concode_elem_sep void clearAll
void function ( String arg0 ) { }
6,410
the pending or in-progress change of the service version . concode_field_sep String clusterType concode_elem_sep String clusterIdentifier concode_elem_sep Integer numberOfNodes concode_elem_sep String nodeType concode_elem_sep Integer automatedSnapshotRetentionPeriod concode_elem_sep String clusterVersion concode_elem_...
void function ( String arg0 ) { this . clusterVersion = arg0 ; }
6,411
gets the area of the country/region . concode_field_sep double area concode_elem_sep String name concode_field_sep String getName concode_elem_sep String toString concode_elem_sep int compareTo
double function ( ) { return area ; }
6,412
assert a cookie 's version with a hamcrest matcher concode_field_sep PlaceHolder placeHolder concode_field_sep ResultMatcher path concode_elem_sep ResultMatcher path concode_elem_sep ResultMatcher maxAge concode_elem_sep ResultMatcher maxAge concode_elem_sep ResultMatcher doesNotExist concode_elem_sep ResultMatcher dom...
ResultMatcher function ( final String arg0 , final Matcher < ? super Integer > arg1 ) { return new ResultMatcher ( ) { @ Override public void match ( MvcResult arg2 ) throws Exception { Cookie loc0 = arg2 . getResponse ( ) . getCookie ( arg0 ) ; assertThat ( "srini_string" , loc0 . getVersion ( ) , arg1 ) ; } } ; }
6,413
sets the value of the prstgeom property . concode_field_sep CTCustomGeometry2D custGeom concode_elem_sep CTPatternFillProperties pattFill concode_elem_sep CTLineProperties ln concode_elem_sep CTScene3D scene3D concode_elem_sep CTOfficeArtExtensionList extLst concode_elem_sep CTEffectList effectLst concode_elem_sep CTEf...
void function ( CTPresetGeometry2D arg0 ) { this . prstGeom = arg0 ; }
6,414
test of sin method , of class trigonometricfunctions . concode_field_sep PlaceHolder placeHolder concode_field_sep void testToRadians concode_elem_sep void testCos concode_elem_sep void testNilakantahPI
void function ( ) { TrigonometricFunction loc0 = new TrigonometricFunction ( ) ; assertEquals ( Math . sin ( 0.3 ) , loc0 . sin ( 0.3 , 1.0E-7 ) , 1.0E-6 ) ; }
6,415
this method frees the blob object and releases the resources that it holds . the object is invalid once the free method is called . after free has been called , any attempt to invoke a method other than free will result in a sqlexception being thrown . if free is called multiple times , the subsequent calls to free are...
void function ( ) { blob . free ( ) ; }
6,416
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...
int function ( int arg0 ) { arg0 = rRandom . nextInt ( ) % arg0 ; return arg0 < 0 ? - arg0 : arg0 ; }
6,417
gets the value of the defaultname property . concode_field_sep String pluginClassName concode_elem_sep long oid concode_elem_sep String defaultName concode_field_sep void setPluginClassName concode_elem_sep void setDefaultName concode_elem_sep void setOid concode_elem_sep long getOid concode_elem_sep String getPluginCl...
String function ( ) { return defaultName ; }
6,418
throws unsupportedoperationexception . concode_field_sep String PROPERTY_PREFIX concode_elem_sep String REPEAT_PROPERTY concode_elem_sep String DEFAULT_SEED concode_elem_sep String SEED_PROPERTY concode_elem_sep String DEFAULT_REPEATS concode_elem_sep String DEFAULT_CRITERION concode_elem_sep String CRITERIA_PROPERTY c...
Assignments function ( Matrix arg0 , Properties arg1 ) { throw new UnsupportedOperationException ( "srini_string" ) ; }
6,419
returns the value for the given property name . concode_field_sep Version instance concode_elem_sep Properties props concode_field_sep Map getProperties concode_elem_sep String toString concode_elem_sep Properties loadProperties
String function ( final String arg0 ) { return props . getProperty ( arg0 ) ; }
6,420
createupevent concode_field_sep MockContainer<?,? extends MockElement> m_parent concode_field_sep Event createDeleteEvent concode_elem_sep Object getKey concode_elem_sep MockContainer<?,? extends MockElement> getParent concode_elem_sep PollStatus getPollStatus concode_elem_sep void bringUp concode_elem_sep int getPollC...
Event function ( Date arg0 ) { Event loc0 = createUpEvent ( ) ; MockEventUtil . setEventTime ( loc0 , arg0 ) ; return loc0 ; }
6,421
return a suitable display value for the field , i.e. the stringified value if not null , and an empty string in case of a null value . this value will be an html-escaped string if the original value was non-null : the tostring result of the original valuewill get html-escaped . concode_field_sep PropertyEditor editor c...
String function ( ) { if ( this . value instanceof String ) { return ( String ) this . value ; } if ( this . value != null ) { return ( this . htmlEscape ? HtmlUtils . htmlEscape ( this . value . toString ( ) ) : this . value . toString ( ) ) ; } return "srini_string" ; }
6,422
compute a normalized unit vector based on the current vector . concode_field_sep double MINIMUM_RESOLUTION concode_elem_sep double MINIMUM_RESOLUTION_SQUARED concode_elem_sep double x concode_elem_sep double y concode_elem_sep double z concode_elem_sep double MINIMUM_RESOLUTION_CUBED concode_field_sep Vector rotateZY c...
Vector function ( ) { double loc0 = magnitude ( ) ; if ( loc0 < MINIMUM_RESOLUTION ) return null ; double loc1 = 1.0 / loc0 ; return new Vector ( x * loc1 , y * loc1 , z * loc1 ) ; }
6,423
get properties of this iterator , as a bit-significant integer . concode_field_sep XPathContext keyContext concode_elem_sep List<List<Item>> groups concode_elem_sep StringCollator collator concode_elem_sep Expression keyExpression concode_elem_sep int position concode_elem_sep List<AtomicValue> groupKeys concode_elem_s...
int function ( ) { return LAST_POSITION_FINDER | LOOKAHEAD ; }
6,424
this method was generated by mybatis generator . this method sets the value of the database column appuser.locktime concode_field_sep Date createtime concode_elem_sep Date locktime concode_elem_sep String level concode_elem_sep Integer usertype concode_elem_sep String phonenum concode_elem_sep String password concode_e...
void function ( Date arg0 ) { this . locktime = arg0 ; }
6,425
sets the value of the uzavreni property . concode_field_sep TJineUdaje jineUdaje concode_elem_sep TUzavreni uzavreni concode_elem_sep TPopis popis concode_elem_sep TIdentifikace identifikace concode_elem_sep TPristupnost pristupnost concode_elem_sep TTrideniDilu trideni concode_elem_sep TPuvodSeskupeni puvod concode_el...
void function ( TUzavreni arg0 ) { this . uzavreni = arg0 ; }
6,426
updates the shopping order item in the database or adds it if it does not yet exist . also notifies the appropriate model listeners . concode_field_sep ServiceTracker<ShoppingOrderItemLocalService,ShoppingOrderItemLocalService> _serviceTracker concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep...
com . liferay . shopping . model . ShoppingOrderItem function ( com . liferay . shopping . model . ShoppingOrderItem arg0 ) { return getService ( ) . updateShoppingOrderItem ( arg0 ) ; }
6,427
tests if a year is a leap year . concode_field_sep int date concode_elem_sep int GREGORIAN_START_YEAR concode_elem_sep int[] DAYS_PER_MONTH concode_elem_sep int month concode_elem_sep int year concode_elem_sep int JULIAN_END_DAY concode_elem_sep int GREGORIAN_START_DAY concode_elem_sep int GREGORIAN_START_MONTH concode...
boolean function ( int arg0 ) { if ( arg0 % 4 != 0 ) return false ; if ( arg0 < GREGORIAN_START_YEAR ) return true ; return ( arg0 % 100 != 0 ) || ( arg0 % 400 == 0 ) ; }
6,428
returns true if no session exists beyond the sys session . concode_field_sep int sessionIdCount concode_elem_sep IntKeyHashMap sessionMap concode_elem_sep Session sysSession concode_field_sep void removeSession concode_elem_sep boolean isUserActive concode_elem_sep void removeSchemaReference concode_elem_sep Session ne...
boolean function ( ) { return sessionMap . isEmpty ( ) ; }
6,429
get the class_name_text value . concode_field_sep String DATA_CONTENT_TYPE_TAGGED_VAL concode_elem_sep String REP_DBINFO_DBTYPE concode_elem_sep String TECH_NAME_TAGGED_VAL concode_elem_sep String REP_DBINFO_HOST concode_elem_sep String OUTPUT_TYPE_TAG concode_elem_sep String REP_DBINFO_DRIVER concode_elem_sep String R...
String function ( ModelElement arg0 ) { return getValueString ( TaggedValueHelper . CLASS_NAME_TEXT , arg0 ) ; }
6,430
returns a type modelling a list whose elements are of type elementtype . concode_field_sep PlaceHolder placeHolder concode_field_sep ParameterizedType providerOf concode_elem_sep ParameterizedType newParameterizedType concode_elem_sep WildcardType supertypeOf concode_elem_sep WildcardType subtypeOf concode_elem_sep Gen...
ParameterizedType function ( Type arg0 ) { return newParameterizedType ( List . class , arg0 ) ; }
6,431
sets the description attribute of the data source . concode_field_sep String description concode_elem_sep String dataSourceName concode_elem_sep String password concode_elem_sep String serverName concode_elem_sep int loginTimeout concode_elem_sep String user concode_elem_sep String networkProtocol concode_elem_sep Prin...
void function ( String arg0 ) { this . description = arg0 ; }
6,432
checks if this pdfobject is of the type pdfname . concode_field_sep int INDIRECT concode_elem_sep int STRING concode_elem_sep int DICTIONARY concode_elem_sep int NULL concode_elem_sep int NUMBER concode_elem_sep int type concode_elem_sep int NAME concode_elem_sep String NOTHING concode_elem_sep int BOOLEAN concode_elem...
boolean function ( ) { return ( type == NAME ) ; }
6,433
sets the certificatecheckcode . concode_field_sep String xmlDsigSubjectName concode_elem_sep int xmlDSIGManifestCheckCode concode_elem_sep X509Certificate x509certificate concode_elem_sep String publicAuthorityCode concode_elem_sep boolean xmlDSIGManigest concode_elem_sep int certificateCheckCode concode_elem_sep int s...
void function ( int arg0 ) { this . certificateCheckCode = arg0 ; }
6,434
sets the value of the loadonstartup property . concode_field_sep java.lang.String loadOnStartup concode_elem_sep RunAsType runAs concode_elem_sep FullyQualifiedClassType servletClass concode_elem_sep List<SecurityRoleRefType> securityRoleRef concode_elem_sep List<ParamValueType> initParam concode_elem_sep List<DisplayN...
void function ( java . lang . String arg0 ) { this . loadOnStartup = arg0 ; }
6,435
obtains the iteration count for performance testing . concode_field_sep PlaceHolder placeHolder concode_field_sep void singleRequest concode_elem_sep void assertHeadersSet concode_elem_sep void assertResponse concode_elem_sep void performance concode_elem_sep void waitForTableToBeAvailable concode_elem_sep int getParal...
int function ( ) { return 10000 ; }
6,436
for testing only . replaces the instance with a new instance that loads a specified class . concode_field_sep String GET_IMAP_ID_USER concode_elem_sep String FIND_PROVIDER_NOTE concode_elem_sep VendorPolicyLoader sInstance concode_elem_sep String FIND_PROVIDER_OUT_URI concode_elem_sep String FIND_PROVIDER concode_elem_...
void function ( Context arg0 , String arg1 , Class < ? > arg2 ) { String loc0 = arg2 . getName ( ) ; Log . d ( Logging . LOG_TAG , String . format ( "srini_string" , arg1 , loc0 ) ) ; sInstance = new VendorPolicyLoader ( arg0 , arg1 , loc0 , true ) ; }
6,437
returns a string array of textureid 's in the texturemanager concode_field_sep HashMap<String,Integer> _idToTextureName concode_elem_sep HashMap<String,Boolean> _idToHasMipMap concode_elem_sep int _counter concode_elem_sep int _atlasId concode_field_sep String arrayToString concode_elem_sep String addTextureId concode_...
String [ ] function ( ) { Set < String > loc0 = _idToTextureName . keySet ( ) ; String [ ] loc1 = new String [ loc0 . size ( ) ] ; loc0 . toArray ( loc1 ) ; return loc1 ; }
6,438
updates the table model data . concode_field_sep int columns concode_elem_sep int intValue concode_elem_sep int NUMBER_OF_ITEMS concode_elem_sep DataModel rowDataModel concode_elem_sep SelectItem[] columnsItems concode_elem_sep Object column concode_elem_sep Object row concode_elem_sep DataModel columnDataModel concode...
void function ( ValueChangeEvent arg0 ) { if ( arg0 != null && arg0 . getNewValue ( ) != null && arg0 . getNewValue ( ) instanceof Integer ) { columns = ( ( Integer ) arg0 . getNewValue ( ) ) . intValue ( ) ; } intValue = 0 ; cellMap . clear ( ) ; generateDataModels ( ) ; }
6,439
read the value array from the cdr stream . concode_field_sep NameValuePair[] value concode_field_sep org.omg.CORBA.TypeCode _type concode_elem_sep void _write
void function ( InputStream arg0 ) { value = NameValuePairSeqHelper . read ( arg0 ) ; }
6,440
sets the option list . concode_field_sep boolean readable concode_elem_sep boolean virtual concode_elem_sep Object defaultValue concode_elem_sep Number maxValue concode_elem_sep HmChannel channel concode_elem_sep String description concode_elem_sep boolean readOnly concode_elem_sep HmValueType type concode_elem_sep Obj...
void function ( String [ ] arg0 ) { this . options = arg0 ; }
6,441
checks if the value of the param argument is a valid parameter position . concode_field_sep int[] types concode_elem_sep int[] modes concode_elem_sep int parameterCount concode_elem_sep int[] nullability concode_elem_sep Result.ResultMetaData rmd concode_elem_sep boolean[] isIdentity concode_elem_sep String[] className...
void function ( int arg0 ) { if ( arg0 < 1 || arg0 > parameterCount ) { String loc0 = arg0 + "srini_string" ; throw Util . sqlException ( Trace . INVALID_JDBC_ARGUMENT , loc0 ) ; } }
6,442
this function return build number . incremented for each new api build . generally not shown on the installer and download site . concode_field_sep int mMinor concode_elem_sep int mMajor concode_elem_sep int mBuild concode_elem_sep int mMaintenance concode_field_sep int getMinor concode_elem_sep int getMajor concode_el...
int function ( ) { return mBuild ; }
6,443
encodes the specified bytes using the base64 encoding for url usage . concode_field_sep byte[] BASE64_FOR_URL_ALPHABET_ARRAY concode_elem_sep byte[] BASE64_ALPHABET_ARRAY concode_elem_sep byte PAD concode_field_sep byte[] encode concode_elem_sep String encode concode_elem_sep byte[] encode
byte [ ] function ( byte [ ] arg0 ) { return encode ( arg0 , BASE64_FOR_URL_ALPHABET_ARRAY , false ) ; }
6,444
returns the metainfromation of a plugin concode_field_sep Map<Class<? extends Plugin>,PluginClassMetaInformation> pluginClassMetaInformation concode_elem_sep Map<Plugin,PluginMetaInformation> pluginMetaInformation concode_field_sep void registerPluginClass concode_elem_sep void registerPlugin concode_elem_sep Collectio...
PluginMetaInformation function ( Plugin arg0 ) { return this . pluginMetaInformation . get ( arg0 ) ; }
6,445
similar to #created uriinfo , string but used when more than 1 entity is created during the request . the provided list of ids is converted to uris by merely appending the ids using the uribuilder #segment string method and put in the response as its entity . concode_field_sep PlaceHolder placeHolder concode_field_sep ...
Response . ResponseBuilder function ( UriInfo arg0 , Spliterator < String > arg1 ) { return Response . status ( CREATED ) . entity ( StreamSupport . stream ( arg1 , false ) . map ( ( id ) -> arg0 . getRequestUriBuilder ( ) . segment ( id ) . build ( ) ) ) ; }
6,446
sets the offset . concode_field_sep Integer offset concode_elem_sep String earliest concode_elem_sep String latest concode_field_sep String getEarliest concode_elem_sep String getLatest concode_elem_sep void setEarliest concode_elem_sep Integer getOffset concode_elem_sep void setLatest
void function ( Integer arg0 ) { this . offset = arg0 ; }
6,447
internal conversion . this is needed to support the current springboot actuator auditeventrepository interface concode_field_sep PlaceHolder placeHolder concode_field_sep Map<String,String> convertDataToStrings concode_elem_sep List<AuditEvent> convertToAuditEvent concode_elem_sep AuditEvent convertToAuditEvent
Map < String , Object > function ( Map < String , String > arg0 ) { Map < String , Object > loc0 = new HashMap < > ( ) ; if ( arg0 != null ) { for ( String loc1 : arg0 . keySet ( ) ) { loc0 . put ( loc1 , arg0 . get ( loc1 ) ) ; } } return loc0 ; }
6,448
sets the difficulty . concode_field_sep String summary concode_elem_sep String difficulty concode_elem_sep Date plannedDate concode_elem_sep int progress concode_elem_sep Integer id concode_elem_sep Integer type concode_elem_sep String title concode_elem_sep String priority concode_elem_sep String status concode_elem_s...
void function ( String arg0 ) { this . difficulty = arg0 ; }
6,449
returns the number of total followers . concode_field_sep HttpResponse res concode_elem_sep ObjectFactory factory concode_elem_sep AccountTotals target concode_field_sep int getUpdates concode_elem_sep int getAccessLevel concode_elem_sep AccountTotals getTarget concode_elem_sep int getFavorites concode_elem_sep int has...
int function ( ) { return getTarget ( ) . getFollowers ( ) ; }
6,450
returns a hash code value for the object . concode_field_sep long serialVersionUID concode_elem_sep Integer raProperty concode_elem_sep Map<ValidActivationSpec,ValidActivation> activations concode_field_sep Integer getRaProperty concode_elem_sep void endpointActivation concode_elem_sep void stop concode_elem_sep void e...
int function ( ) { return 31 + 7 * raProperty ; }
6,451
it returns the number of children that a trie has concode_field_sep BitSet appearingIn concode_elem_sep List<TrieNode> nodes concode_elem_sep int intId concode_elem_sep int sumSequencesIDs concode_elem_sep int support concode_elem_sep IDList idList concode_elem_sep int id concode_field_sep void setNodes concode_elem_se...
int function ( ) { if ( nodes == null ) { return 0 ; } return nodes . size ( ) ; }
6,452
get a specific item given by index . concode_field_sep XWalkViewInternal mXWalkView concode_elem_sep NavigationHistory mHistory concode_field_sep void navigate concode_elem_sep XWalkNavigationItemInternal getCurrentItem concode_elem_sep int size concode_elem_sep boolean canGoBack concode_elem_sep int getCurrentIndex co...
XWalkNavigationItemInternal function ( int arg0 ) { if ( arg0 < 0 || arg0 >= size ( ) ) return null ; return new XWalkNavigationItemInternal ( mHistory . getEntryAtIndex ( arg0 ) ) ; }
6,453
gets the target folder path as a file that includes the project location concode_field_sep PlaceHolder placeHolder concode_field_sep IProject getTargetProject concode_elem_sep void refreshTargetProject concode_elem_sep boolean createEmptyProject concode_elem_sep FeatureConfiguration getOutletFeatureConfiguration concod...
File function ( GeneratorEntry arg0 ) { String loc0 = getOutletFeatureConfiguration ( arg0 ) . getParameterValue ( ICoreFeatureConstants . OUTLET_FEATURE_TARGET_FOLDER ) . getStringValue ( ) ; return new File ( getTargetProject ( arg0 ) . getLocation ( ) . toFile ( ) . getPath ( ) + File . separator + loc0 ) ; }
6,454
generic equality comparison . concode_field_sep production _the_production concode_elem_sep int _core_hash_cache concode_elem_sep symbol _symbol_after_dot concode_elem_sep int _dot_pos concode_field_sep lr_item_core shift_core concode_elem_sep symbol symbol_after_dot concode_elem_sep int obj_hash concode_elem_sep Strin...
boolean function ( Object arg0 ) { if ( ! ( arg0 instanceof lr_item_core ) ) return false ; else return equals ( ( lr_item_core ) arg0 ) ; }
6,455
associates a stream with a single client connection , which is guaranteed to be the only reader of the stream . the getchunk method will be called serially on this connection and once the connection is closed , the stream will never be used again , enabling cleanup . this must be called before the first getchunk on the...
void function ( Channel arg0 , long arg1 ) { }
6,456
returns the current lexical state . concode_field_sep int ZZ_NO_MATCH concode_elem_sep String[] ZZ_ERROR_MSG concode_elem_sep CharSequence zzBuffer concode_elem_sep String ZZ_TRANS_PACKED_0 concode_elem_sep int ZZ_UNKNOWN_ERROR concode_elem_sep int ZZ_PUSHBACK_2BIG concode_elem_sep int ZZ_LEXSTATE[] concode_elem_sep ja...
int function ( ) { return zzLexicalState ; }
6,457
returns version of android api . concode_field_sep int ANDROID_API_VERSION concode_elem_sep int ANDROID_API_VERSION_IS_NOT_ANDROID concode_elem_sep boolean IS_ANDROID concode_field_sep ClassLoader getSystemClassLoader concode_elem_sep boolean isAndroid concode_elem_sep int resolveAndroidApiVersion
int function ( ) { return ANDROID_API_VERSION ; }
6,458
gets the element at given position concode_field_sep Node next concode_elem_sep Node last concode_elem_sep Object data concode_elem_sep int elementCount concode_elem_sep Node first concode_field_sep void add concode_elem_sep boolean add concode_elem_sep Object set concode_elem_sep int size concode_elem_sep Enumeration ...
Object function ( int arg0 ) { return getInternal ( arg0 ) . data ; }
6,459
tells whether the given cascaded property value was inherited from it 's parent or set locally . concode_field_sep short BOX_RELATIVE_MASK concode_elem_sep short NON_CSS_ORIGIN concode_elem_sep short BLOCK_HEIGHT_RELATIVE_MASK concode_elem_sep short USER_ORIGIN concode_elem_sep short INLINE_AUTHOR_ORIGIN concode_elem_s...
boolean function ( int arg0 ) { return ( masks [ arg0 ] & INHERITED_MASK ) != 0 ; }
6,460
javadoc for method1 . concode_field_sep List _f1 concode_elem_sep Integer PSFF2 concode_elem_sep int PSFF1 concode_field_sep Integer method1
void function ( @ Deprecated Integer arg0 , Integer arg1 , @ Deprecated Integer arg2 ) { }
6,461
removes a record from a section of the message , and adjusts the header . concode_field_sep int tsigstart concode_elem_sep int MAXLENGTH concode_elem_sep Record[] emptyRecordArray concode_elem_sep TSIG tsigkey concode_elem_sep int sig0start concode_elem_sep List[] sections concode_elem_sep int TSIG_INTERMEDIATE concode...
boolean function ( Record arg0 , int arg1 ) { if ( sections [ arg1 ] != null && sections [ arg1 ] . remove ( arg0 ) ) { header . decCount ( arg1 ) ; return true ; } else return false ; }
6,462
the group that the metric belongs to . concode_field_sep String DEFAULT_METRIC_NAME concode_elem_sep boolean DEFAULT_WIRE_FORMAT_31X concode_elem_sep String DEFAULT_UNITS concode_elem_sep int DEFAULT_TMAX concode_elem_sep String prefix concode_elem_sep String host concode_elem_sep String spoofHostname concode_elem_sep ...
void function ( String arg0 ) { this . groupName = arg0 ; }
6,463
ensures the navigator method returns the navigator passed in to the constructor . concode_field_sep IControllerFactory mockControllerFactory concode_elem_sep Communicator mockCommunicator concode_elem_sep IGameLobbyController gameLobbyController concode_elem_sep ICommand testCommand concode_elem_sep INavigator mockNavi...
void function ( ) { assertEquals ( mockNavigator , gameLobbyController . navigator ( ) ) ; }
6,464
this method sets the default authenticator object an instance of a subclass of authenticator to use when prompting the user for information . note that this method checks to see if the caller is allowed to set this value the `` setdefaultauthenticator '' permission and throws a securityexception if it is not . concode_...
void function ( Authenticator arg0 ) { SecurityManager loc0 = System . getSecurityManager ( ) ; if ( loc0 != null ) loc0 . checkPermission ( new NetPermission ( "srini_string" ) ) ; defaultAuthenticator = arg0 ; }
6,465
method of com.sun.star.uno.xadapter . it is called to obtain a hard reference to the object which is kept weak by this instance . concode_field_sep WeakReference<Object> m_weakRef concode_elem_sep List<XReference> m_xreferenceList concode_field_sep void removeReference concode_elem_sep void addReference concode_elem_se...
Object function ( ) { return m_weakRef . get ( ) ; }
6,466
called for every file that was changed in the watched directory concode_field_sep PlaceHolder placeHolder concode_field_sep void onFileCreated concode_elem_sep void onFileInit concode_elem_sep void onDirectoryCreated concode_elem_sep void onFileDeleted concode_elem_sep void onDirectoryInit concode_elem_sep void onDirec...
void function ( Path arg0 ) { }
6,467
this method was generated by mybatis generator . this method sets the value of the database column portal_access_key_record . org_guid concode_field_sep String accessKeyId concode_elem_sep String accessKeySecret concode_elem_sep String orgGuid concode_elem_sep Date activeTime concode_elem_sep Date createdTime concode_e...
void function ( String arg0 ) { this . orgGuid = arg0 == null ? null : arg0 . trim ( ) ; }
6,468
create a new instance of the given class via objenesis . concode_field_sep Boolean worthTrying concode_elem_sep ConcurrentReferenceHashMap<Class<?>,ObjectInstantiator<?>> cache concode_elem_sep String IGNORE_OBJENESIS_PROPERTY_NAME concode_elem_sep InstantiatorStrategy strategy concode_field_sep boolean isWorthTrying c...
T function ( Class < T > arg0 , boolean arg1 ) { if ( ! arg1 ) { return newInstantiatorOf ( arg0 ) . newInstance ( ) ; } return getInstantiatorOf ( arg0 ) . newInstance ( ) ; }
6,469
get a command id for each command . concode_field_sep int cmdID concode_elem_sep String TAG concode_field_sep boolean isNeedPathSDK concode_elem_sep void checkUIThread concode_elem_sep void Log concode_elem_sep void Log
int function ( ) { cmdID = cmdID + 1 ; RootUtils . Log ( "srini_string" + cmdID ) ; return cmdID ; }
6,470
returns stabilized region for that device concode_field_sep int DEFAULT_FAR_HYSTERESIS_HIGH concode_elem_sep Integer mMidHysteresisHigh concode_elem_sep Integer mFarHysteresisHigh concode_elem_sep Integer mNearestPathLoss concode_elem_sep double mSmoothFactor concode_elem_sep int DEFAULT_MID_HYSTERESIS_LOW concode_elem...
int function ( String arg0 ) { if ( mStabilizedDeviceRegion . containsKey ( arg0 ) ) { return mStabilizedDeviceRegion . get ( arg0 ) . getRegion ( ) ; } return RangingUtils . Region . FAR ; }
6,471
creates a new configuration by the provided evaluation listeners to the current listeners concode_field_sep JsonProvider jsonProvider concode_elem_sep Collection<EvaluationListener> evaluationListener concode_elem_sep Collection<EvaluationListener> evaluationListeners concode_elem_sep EnumSet<Option> options concode_el...
Configuration function ( EvaluationListener ... arg0 ) { return Configuration . builder ( ) . jsonProvider ( jsonProvider ) . mappingProvider ( mappingProvider ) . options ( options ) . arg0 ( arg0 ) . build ( ) ; }
6,472
returns the content models to which this element type belongs . concode_field_sep int theFlags concode_elem_sep int theModel concode_elem_sep String theName concode_elem_sep int theMemberOf concode_elem_sep AttributesImpl theAtts concode_elem_sep ElementType theParent concode_elem_sep Schema theSchema concode_elem_sep ...
int function ( ) { return theMemberOf ; }
6,473
invalid certificate has been received . concode_field_sep boolean registerNewAccount concode_elem_sep ConnectionThread connectionThread concode_elem_sep boolean disconnectionRequested concode_elem_sep ConnectionSettings connectionSettings concode_elem_sep ConnectionState state concode_elem_sep boolean isConnectionReque...
void function ( ) { }
6,474
division test concode_field_sep int mVar1 concode_elem_sep int i1 concode_elem_sep int i concode_elem_sep int i2 concode_elem_sep int i3 concode_elem_sep int i4 concode_elem_sep int i5 concode_elem_sep int mVar4 concode_elem_sep int i6 concode_elem_sep int mVar3 concode_elem_sep int mVar2 concode_field_sep void parenth...
void function ( ) { int loc0 = 4 % 2 ; int loc1 = 4 % 2 ; int loc2 = 4 % 2 ; int loc3 = 4 % 2 ; int loc4 = 4 / 2 ; int loc5 = 4 / 2 ; int loc6 = 4 / 2 ; int loc7 = 4 / 2 ; }
6,475
begins an anonymous object . concode_field_sep StringBuilder params concode_field_sep JSONBuilder entry concode_elem_sep JSONBuilder entry concode_elem_sep JSONBuilder entry concode_elem_sep JSONBuilder entry concode_elem_sep JSONBuilder entry concode_elem_sep JSONBuilder entry concode_elem_sep JSONBuilder entry concod...
JSONBuilder function ( ) { params . append ( "srini_string" ) ; return this ; }
6,476
returns the class object representing the class or interface that declares the field . concode_field_sep com.badlogic.gwtref.client.Field field concode_field_sep Class getElementType concode_elem_sep boolean isAccessible concode_elem_sep boolean isStatic concode_elem_sep String getName concode_elem_sep void set concode...
Class function ( ) { return field . getEnclosingType ( ) . getClassOfType ( ) ; }
6,477
returns the object as a tab delimited string concode_field_sep String changeTime concode_elem_sep String newValue concode_elem_sep String districtCode concode_elem_sep String school concode_elem_sep String district concode_elem_sep String changeBy concode_elem_sep String changeType concode_elem_sep String changeField c...
String function ( ) { return ( this . district + "srini_string" + this . districtCode + "srini_string" + this . school + "srini_string" + this . schoolCode + "srini_string" + this . siteType + "srini_string" + this . changeBy + "srini_string" + this . changeDate + "srini_string" + this . changeTime + "srini_string" + t...
6,478
clears cache used to store which pages have selected state . concode_field_sep ArrayList<WeakReference<AbstractPageViewComponent>> selectedPageText concode_elem_sep float oldUserZoom concode_elem_sep float userZoom concode_elem_sep int MAX_PAGE_SIZE_READ_AHEAD concode_elem_sep UndoCaretaker undoCaretaker concode_elem_s...
void function ( ) { if ( selectedPageText != null ) { selectedPageText . clear ( ) ; } selectAll = false ; }
6,479
returns the revision string . concode_field_sep long serialVersionUID concode_field_sep String globalInfo concode_elem_sep String toString concode_elem_sep void main concode_elem_sep String stem
String function ( ) { return RevisionUtils . extract ( "srini_string" ) ; }
6,480
returns the current number of subtasks the respective task is split into . concode_field_sep Environment environment concode_field_sep void cancel concode_elem_sep ClassLoader getUserCodeClassLoader concode_elem_sep Configuration getTaskConfiguration concode_elem_sep Configuration getJobConfiguration concode_elem_sep E...
int function ( ) { return this . environment . getTaskInfo ( ) . getNumberOfParallelSubtasks ( ) ; }
6,481
sets the designadorturbonet value for this homegateway . concode_field_sep java.lang.String designadorTurbonet concode_elem_sep br.com.gvt.www.tv.configuracaoTV.StatusProvisioning statusProvisioning concode_elem_sep java.lang.String macAddress concode_elem_sep java.lang.String serial concode_elem_sep java.lang.String d...
void function ( java . lang . String arg0 ) { this . designadorTurbonet = arg0 ; }
6,482
sets index version concode_field_sep int numberOfFiles concode_elem_sep long totalSize concode_elem_sep int processedFiles concode_elem_sep boolean aborted concode_elem_sep String failure concode_elem_sep long startTime concode_elem_sep long indexVersion concode_elem_sep long time concode_elem_sep long processedSize co...
void function ( long arg0 ) { this . indexVersion = arg0 ; }
6,483
creates a research entity . concode_field_sep int GUID_LENGTH concode_elem_sep int USERNAME_LENGTH concode_elem_sep int PASSWORD_LENGTH concode_field_sep Patient createPatient concode_elem_sep PatientAccount createPatientAccount concode_elem_sep PatientDemographics createPatientDemographics concode_elem_sep Consumer cr...
ResearchEntity function ( ) { ResearchEntity loc0 = new ResearchEntity ( ) ; loc0 . setName ( "srini_string" ) ; loc0 . setEmail ( "srini_string" ) ; loc0 . setTelephone ( "srini_string" ) ; loc0 . setUrl ( "srini_string" ) ; loc0 . setDescription ( "srini_string" ) ; loc0 . setToken ( createToken ( ) ) ; return loc0 ;...
6,484
sets the provider observation time . concode_field_sep Calendar lastUpdate concode_elem_sep String icon concode_elem_sep String commonId concode_elem_sep String text concode_elem_sep Calendar observationTime concode_elem_sep String id concode_field_sep void setIcon concode_elem_sep String getText concode_elem_sep void ...
void function ( Calendar arg0 ) { this . observationTime = arg0 ; }
6,485
attributes getter . concode_field_sep List children concode_elem_sep Attributes attributes concode_elem_sep Tag tag concode_field_sep List getChildren concode_elem_sep void setTag concode_elem_sep void setAttributes concode_elem_sep Tag getTag concode_elem_sep void addChild concode_elem_sep void replaceTagWireWithChild...
Attributes function ( ) { return attributes ; }
6,486
get a fixed-length random string , its a mixture of lowercase letters concode_field_sep String NUMBERS_AND_LETTERS concode_elem_sep String LETTERS concode_elem_sep String CAPITAL_LETTERS concode_elem_sep String LOWER_CASE_LETTERS concode_elem_sep String NUMBERS concode_field_sep String getRandomLetters concode_elem_sep...
String function ( int arg0 ) { return getRandom ( LOWER_CASE_LETTERS , arg0 ) ; }
6,487
gets the rectangular position of a bitmap if it were placed inside a view with scale type set to imageview # scaletype #center_inside . concode_field_sep PlaceHolder placeHolder concode_field_sep Rect getBitmapRectCenterInsideHelper
Rect function ( int arg0 , int arg1 , int arg2 , int arg3 ) { return getBitmapRectCenterInsideHelper ( arg0 , arg1 , arg2 , arg3 ) ; }
6,488
saves parameters for startactivityforresult . concode_field_sep Activity activity concode_elem_sep CordovaPlugin permissionResultCallback concode_elem_sep int resultCode concode_elem_sep int activityResultRequestCode concode_elem_sep Intent intent concode_elem_sep Bundle savedPluginState concode_elem_sep String TAG con...
void function ( Bundle arg0 ) { if ( activityResultCallback != null ) { String loc0 = activityResultCallback . getServiceName ( ) ; arg0 . putString ( "srini_string" , loc0 ) ; } if ( pluginManager != null ) { arg0 . putBundle ( "srini_string" , pluginManager . onSaveInstanceState ( ) ) ; } }
6,489
sets whether the photo represented by this object was generated by the user or by the application . concode_field_sep Bitmap bitmap concode_elem_sep Uri imageUrl concode_elem_sep Creator<SharePhoto> CREATOR concode_elem_sep boolean userGenerated concode_field_sep Builder setImageUrl concode_elem_sep boolean getUserGene...
Builder function ( final boolean arg0 ) { this . userGenerated = arg0 ; return this ; }
6,490
prints a message at assert priority . concode_field_sep int ERROR concode_elem_sep int VERBOSE concode_elem_sep int WARN concode_elem_sep int NONE concode_elem_sep int ASSERT concode_elem_sep int DEBUG concode_elem_sep LogNode mLogNode concode_elem_sep int INFO concode_field_sep void println concode_elem_sep void print...
void function ( String arg0 , String arg1 ) { wtf ( arg0 , arg1 , null ) ; }
6,491
write the given object to the response . if any exception occurs a dispatch is made back to the app server where spring mvc will pass the exception through its exception handling mechanism . concode_field_sep Runnable delegate concode_elem_sep Handler handler concode_elem_sep Object data concode_elem_sep Throwable fail...
void function ( Object arg0 ) { send ( arg0 , null ) ; }
6,492
gets the topmost y-position of this rectangle . concode_field_sep boolean filled concode_elem_sep double x concode_elem_sep double width concode_elem_sep double y concode_elem_sep Color color concode_elem_sep double height concode_field_sep int getX concode_elem_sep int getHeight concode_elem_sep void grow concode_elem...
int function ( ) { return ( int ) Math . round ( y ) ; }
6,493
called when the kit is being installed into the a jeditorpane . concode_field_sep PlaceHolder placeHolder concode_field_sep ViewFactory getViewFactory concode_elem_sep void read concode_elem_sep void read concode_elem_sep Document createDefaultDocument concode_elem_sep Caret createCaret concode_elem_sep Object clone co...
void function ( JEditorPane arg0 ) { }
6,494
returns a hash code value of this rowid object . concode_field_sep byte[] id concode_elem_sep int hash concode_field_sep boolean equals concode_elem_sep String toString concode_elem_sep Object id concode_elem_sep byte[] getBytes
int function ( ) { if ( hash == 0 ) { hash = Arrays . hashCode ( id ) ; } return hash ; }
6,495
returns a best-guess ccsid given a java locale object . note that the ccsid returned will be the preferred system ccsid , i.e. usually ebcdic . so , the locale representing english java.util.locale #english locale.english will return the single-byte ebcdic ccsid of 37 . concode_field_sep Hashtable languages_ concode_el...
int function ( Locale arg0 ) { if ( arg0 == null ) return - 1 ; String loc0 = arg0 . toString ( ) ; return localeToCCSID ( loc0 ) ; }
6,496
deserializes the specified byte array to an object instance . concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] serialize concode_elem_sep int readInt concode_elem_sep int readLine
Serializable function ( byte [ ] arg0 ) { HsqlByteArrayInputStream loc0 = new HsqlByteArrayInputStream ( arg0 ) ; ObjectInputStream loc1 = new ObjectInputStream ( loc0 ) ; return ( Serializable ) loc1 . readObject ( ) ; }
6,497
pushes the specified amount of characters back into the input stream . they will be read again by then next call of the scanning method concode_field_sep int ZZ_NO_MATCH concode_elem_sep String ZZ_ATTRIBUTE_PACKED_0 concode_elem_sep CharSequence zzBuffer concode_elem_sep String ZZ_ROWMAP_PACKED_0 concode_elem_sep Strin...
void function ( int arg0 ) { if ( arg0 > yylength ( ) ) zzScanError ( ZZ_PUSHBACK_2BIG ) ; zzMarkedPos -= arg0 ; }
6,498
sets up file for reading concode_field_sep Logger log concode_elem_sep JsonParser jsonParser concode_elem_sep FileSystem fs concode_field_sep String getPathNoFile concode_elem_sep File processUnsplitFile concode_elem_sep List<File> split concode_elem_sep void setFileProperties concode_elem_sep List<File> addFinalSplitC...
BufferedReader function ( final String arg0 ) { Path loc0 = new Path ( arg0 ) ; BufferedReader loc1 = new BufferedReader ( new InputStreamReader ( fs . open ( loc0 ) ) ) ; return loc1 ; }
6,499
connect timeout in milliseconds . default 120 secs . concode_field_sep ConfigProvider conf concode_field_sep int ioRetryWaitTimeMs concode_elem_sep String ioMode concode_elem_sep int serverThreads concode_elem_sep int receiveBuf concode_elem_sep int sendBuf concode_elem_sep int numConnectionsPerPeer concode_elem_sep in...
int function ( ) { int loc0 = conf . getInt ( "srini_string" , 120 ) ; return conf . getInt ( "srini_string" , loc0 ) * 1000 ; }