idx
int64
0
25k
question
stringlengths
72
5.69k
target
stringlengths
21
481
11,900
returns a hash code value for the object . concode_field_sep Comparator<LogRecord> INSTANCE concode_elem_sep long serialVersionUID concode_field_sep int applyThenCompare concode_elem_sep int compare concode_elem_sep int compare concode_elem_sep int compare concode_elem_sep boolean isNormal concode_elem_sep Throwable ap...
int function ( ) { return 31 * getClass ( ) . hashCode ( ) ; }
11,901
set the offset of the first row to return . concode_field_sep ValueHashMap<Value[]> distinctRows concode_elem_sep int offset concode_elem_sep boolean randomAccess concode_elem_sep Session session concode_elem_sep int visibleColumnCount concode_elem_sep boolean containsLobs concode_elem_sep boolean distinct concode_elem...
void function ( int arg0 ) { this . offset = arg0 ; }
11,902
document types to return stats for . mainly affects flag #indexing whenenabled , returning specific indexing stats for those types . concode_field_sep CommonStatsFlags ALL concode_elem_sep String[] groups concode_elem_sep String[] fieldDataFields concode_elem_sep String[] completionDataFields concode_elem_sep EnumSet<F...
String [ ] function ( ) { return this . types ; }
11,903
sets the value of the trideni 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_ele...
void function ( TTrideniDilu arg0 ) { this . trideni = arg0 ; }
11,904
remove all firefox account related notifications from the notification manager . concode_field_sep String LOG_TAG concode_elem_sep boolean localeUpdated concode_elem_sep int notificationId concode_field_sep void update
void function ( Context arg0 ) { final NotificationManager loc0 = ( NotificationManager ) arg0 . getSystemService ( Context . NOTIFICATION_SERVICE ) ; loc0 . cancel ( notificationId ) ; }
11,905
method declaration concode_field_sep String ls concode_elem_sep Vector vList concode_elem_sep int MAX_LINELENGTH concode_elem_sep Vector vSwitches concode_elem_sep Vector vSwitchOn concode_elem_sep Vector vSwitchOff concode_field_sep boolean processFile concode_elem_sep void writeFileLines concode_elem_sep void process...
void function ( ) { System . out . println ( "srini_string" ) ; for ( int loc0 = 0 ; loc0 < vSwitches . size ( ) ; loc0 ++ ) { System . out . println ( ( String ) ( vSwitches . elementAt ( loc0 ) ) ) ; } }
11,906
determine whether the given method is an `` equals '' method . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isJdkDynamicProxy concode_elem_sep boolean canApply concode_elem_sep boolean canApply concode_elem_sep boolean canApply concode_elem_sep boolean canApply concode_elem_sep Object invokeJoinp...
boolean function ( Method arg0 ) { return ReflectionUtils . isEqualsMethod ( arg0 ) ; }
11,907
in the fileentrylistener , applications may override the uploaded files ' statuses , if the files fail the application 's custom validation , by using this method . they can even set a custom status , with its own message format for the faces message . concode_field_sep String fileName concode_elem_sep long totalSize c...
void function ( FileEntryStatus arg0 , boolean arg1 , boolean arg2 ) { updateStatus ( arg0 , arg1 ) ; if ( arg2 && file != null && file . exists ( ) ) { file . delete ( ) ; } }
11,908
parse a json stream and convert it into a list of acronymdata objects . concode_field_sep String TAG concode_field_sep List<AcronymExpansion> parseJsonStream concode_elem_sep AcronymExpansion parseAcronymExpansion concode_elem_sep List<AcronymExpansion> parseAcronymWebServiceResults concode_elem_sep List<AcronymExpansi...
List < AcronymExpansion > function ( JsonReader arg0 ) { arg0 . beginArray ( ) ; try { List < AcronymExpansion > loc0 = new ArrayList < AcronymExpansion > ( ) ; while ( arg0 . hasNext ( ) ) loc0 . add ( parseAcronymExpansion ( arg0 ) ) ; return loc0 ; } finally { arg0 . endArray ( ) ; } }
11,909
used to manually alter the contents of the written out data . this is used when cross-referencing cell records concode_field_sep int arrayGrowSize concode_elem_sep jxl.read.biff.CompoundFile readCompoundFile concode_elem_sep ExcelDataOutput data concode_elem_sep int pos concode_elem_sep OutputStream outputStream concod...
void function ( byte [ ] arg0 , int arg1 ) { data . setData ( arg0 , arg1 ) ; }
11,910
set a default to use when no profile is configured . concode_field_sep String SPRING_PROFILE_ACTIVE concode_elem_sep long serialVersionUID concode_elem_sep Logger log concode_elem_sep Properties BUILD_PROPERTIES concode_field_sep Properties readProperties concode_elem_sep String getDefaultActiveProfiles
void function ( SpringApplication arg0 ) { Map < String , Object > loc0 = new HashMap < > ( ) ; loc0 . put ( SPRING_PROFILE_ACTIVE , getDefaultActiveProfiles ( ) ) ; arg0 . setDefaultProperties ( loc0 ) ; }
11,911
return bigram string as two tokens separated by a newline concode_field_sep Map<String,DoubleValue> unigramMap concode_elem_sep double tokenCount concode_elem_sep String end_marker concode_elem_sep String start_marker concode_elem_sep Map<String,DoubleValue> bigramMap concode_elem_sep double lambda1 concode_elem_sep do...
String function ( String arg0 , String arg1 ) { return arg0 + "srini_string" + arg1 ; }
11,912
ensures that this object is in the running state . if this object is not running , then the call has the effect of setting the starttime attribute to the current value of system.currenttimemillis and setting the running attribute to true . concode_field_sep boolean running concode_elem_sep long total concode_elem_sep l...
void function ( ) { startTime = System . currentTimeMillis ( ) ; running = true ; }
11,913
resets the content of this object to when it 's first constructed . concode_field_sep byte[] counterSave concode_elem_sep byte[] icb concode_elem_sep byte[] counter concode_elem_sep SymmetricCipher aes concode_field_sep void restore concode_elem_sep void save concode_elem_sep int update concode_elem_sep int doFinal
void function ( ) { System . arraycopy ( icb , 0 , counter , 0 , icb . length ) ; counterSave = null ; }
11,914
set the position of the variant . concode_field_sep Double score concode_elem_sep String ref concode_elem_sep String effect concode_elem_sep String alt concode_elem_sep Map<String,String> annotations concode_elem_sep Integer position concode_elem_sep String gt concode_elem_sep String chrom concode_field_sep void setEff...
void function ( int arg0 ) { this . position = arg0 ; }
11,915
builds the apacheds server instance . concode_field_sep Logger LOG concode_elem_sep PartitionFactory partitionFactory concode_elem_sep String schemaZipStore concode_elem_sep DirectoryService directoryService concode_elem_sep DirectoryServiceFactory DEFAULT concode_elem_sep int PARTITION_CACHE_SIZE concode_elem_sep int ...
void function ( String arg0 ) { directoryService . setInstanceId ( arg0 ) ; buildWorkingDirectory ( arg0 ) ; initSchema ( ) ; initSystemPartition ( ) ; directoryService . startup ( ) ; }
11,916
the state of the task . concode_field_sep String instanceId concode_elem_sep String bundleId concode_elem_sep String progress concode_elem_sep java.util.Date startTime concode_elem_sep java.util.Date updateTime concode_elem_sep String state concode_elem_sep Storage storage concode_elem_sep BundleTaskError bundleTaskErr...
BundleTask function ( BundleTaskState arg0 ) { setState ( arg0 ) ; return this ; }
11,917
retrieves the uri from the request from either the include attribute or the request.getrequesturi method . concode_field_sep Pattern CHARSET_IN_CONTENT_TYPE_REGEXP concode_elem_sep String DEFAULT_ENCODING concode_elem_sep String CHARSET_ATTRIBUTE concode_field_sep GroovyObject getControllerFromRequest concode_elem_sep ...
String function ( HttpServletRequest arg0 ) { Object loc0 = arg0 . getAttribute ( "srini_string" ) ; return loc0 == null ? arg0 . getRequestURI ( ) : ( String ) loc0 ; }
11,918
gets the numerodocumento value for this ctbodyrq . concode_field_sep java.lang.String tipoDocumento concode_elem_sep java.lang.String estado concode_elem_sep java.lang.String fechaAlta concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String control concod...
java . lang . String function ( ) { return numeroDocumento ; }
11,919
check if row indexed i is less than row indexed j concode_field_sep int[][] data concode_elem_sep int count concode_elem_sep int targetSearchValue concode_elem_sep int sortedColumn concode_elem_sep int targetSearchColumn concode_field_sep void putPair concode_elem_sep void add concode_elem_sep void swap concode_elem_se...
boolean function ( int arg0 , int arg1 ) { return data [ targetSearchColumn ] [ arg0 ] < data [ targetSearchColumn ] [ arg1 ] ; }
11,920
returns the tree properties of forge concode_field_sep TreeProperties properties concode_field_sep String getProperty concode_elem_sep String getProperty concode_elem_sep String getLocalized concode_elem_sep String getLocalized concode_elem_sep File getFile concode_elem_sep File getFile
TreeProperties function ( ) { return properties ; }
11,921
called once at the beginning of the task . concode_field_sep PlaceHolder placeHolder concode_field_sep void cleanup concode_elem_sep void run concode_elem_sep void map
void function ( Context arg0 ) { }
11,922
start manager implementation . concode_field_sep AtomicBoolean starting concode_elem_sep IgniteLogger log concode_elem_sep IgfsContext igfsCtx concode_field_sep void onKernalStop concode_elem_sep void onKernalStart0 concode_elem_sep String startInfo concode_elem_sep String stopInfo concode_elem_sep String kernalStopInf...
void function ( ) { }
11,923
performs one undo step . concode_field_sep int currentVersionIndex concode_elem_sep int savePosition concode_elem_sep List<Delta<String>> deltas concode_elem_sep String currentVersion concode_field_sep void doSave concode_elem_sep boolean canUndo concode_elem_sep boolean isDirty concode_elem_sep List<String> split conc...
void function ( ) { CCSMPre . isTrue ( canUndo ( ) , "srini_string" ) ; currentVersion = join ( deltas . get ( currentVersionIndex -- ) . backwardPatch ( split ( currentVersion ) ) ) ; setModelFromString ( currentVersion ) ; fireStackChanged ( ) ; }
11,924
sets the value of the status property . concode_field_sep Template template concode_elem_sep Role role concode_elem_sep Test test concode_elem_sep Templates templates concode_elem_sep Surveys surveys concode_elem_sep Staff staff concode_elem_sep long serialVersionUID concode_elem_sep Type type concode_elem_sep TrafficL...
void function ( Status arg0 ) { this . status = arg0 ; }
11,925
get the packagename of the currently configured panic triggerapp , or null if none . concode_field_sep String PREF_TRIGGER_PACKAGE_NAME concode_field_sep Intent getConnectIntent concode_elem_sep boolean checkForDisconnectIntent concode_elem_sep List<ResolveInfo> resolveTriggerApps concode_elem_sep void setTriggerPackag...
String function ( Context arg0 ) { SharedPreferences loc0 = PreferenceManager . getDefaultSharedPreferences ( arg0 ) ; return loc0 . getString ( PREF_TRIGGER_PACKAGE_NAME , null ) ; }
11,926
gets the number of dots of the given fraction . at maximum two dots are returned , otherwise 0 is returned . concode_field_sep PlaceHolder placeHolder concode_field_sep Fraction getDuration concode_elem_sep Type getNoteheadSymbolType concode_elem_sep int getFlagsCount concode_elem_sep Type getRestType concode_elem_sep ...
int function ( Fraction arg0 ) { int loc0 = arg0 . getNumerator ( ) ; int loc1 = 256 ; while ( loc1 > 1 && arg0 . compareTo ( fr ( 1 , loc1 ) ) > 0 ) { loc1 /= 2 ; } if ( loc0 == 3 ) { return 1 ; } else if ( loc0 == 7 ) { return 2 ; } else { return 0 ; } }
11,927
remove a host component state entity from this host entity . concode_field_sep String hostAttributes concode_elem_sep String hostName concode_elem_sep Long lastRegistrationTime concode_elem_sep Collection<ClusterEntity> clusterEntities concode_elem_sep String rackInfo concode_elem_sep HostStateEntity hostStateEntity co...
void function ( HostComponentStateEntity arg0 ) { hostComponentStateEntities . remove ( arg0 ) ; }
11,928
sets the thread pool size read from configurations concode_field_sep String threadPoolSize concode_elem_sep Properties notificationMgtConfigProperties concode_elem_sep Log log concode_elem_sep Map<String,ModuleConfiguration> moduleConfiguration concode_field_sep ModuleConfiguration getModuleConfigurations concode_elem_...
void function ( ) { threadPoolSize = ( String ) notificationMgtConfigProperties . remove ( NotificationMgtConstants . Configs . THREAD_POOL_SIZE ) ; }
11,929
send a verbose log message . concode_field_sep int LEVEL_WARNING concode_elem_sep int sLevel concode_elem_sep int LEVEL_FATAL concode_elem_sep int LEVEL_INFO concode_elem_sep int LEVEL_VERBOSE concode_elem_sep int LEVEL_DEBUG concode_elem_sep int LEVEL_ERROR concode_field_sep void d concode_elem_sep void d concode_elem...
void function ( String arg0 , String arg1 , Throwable arg2 ) { if ( sLevel > LEVEL_VERBOSE ) { return ; } Log . v ( arg0 , arg1 , arg2 ) ; }
11,930
returns the fortune enchantment modifier of the current equipped item of player . concode_field_sep EnchantmentModifierLiving enchantmentModifierLiving concode_elem_sep EnchantmentModifierDamage enchantmentModifierDamage concode_elem_sep Random enchantmentRand concode_field_sep int getLootingModifier concode_elem_sep i...
int function ( InventoryPlayer arg0 ) { return getEnchantmentLevel ( Enchantment . fortune . effectId , arg0 . getCurrentItem ( ) ) ; }
11,931
this method is used to compare object passed with the object invoking the method concode_field_sep String MediaId concode_elem_sep Date cancelled_date concode_elem_sep Date reserved_date concode_elem_sep int cancellationId concode_elem_sep String PatronId concode_field_sep void setCancellationId concode_elem_sep void s...
boolean function ( Object arg0 ) { return super . equals ( arg0 ) ; }
11,932
an openid token , valid for 15 minutes . concode_field_sep String identityId concode_elem_sep String token concode_field_sep String getIdentityId concode_elem_sep GetOpenIdTokenResult withIdentityId concode_elem_sep void setToken concode_elem_sep int hashCode concode_elem_sep String getToken concode_elem_sep boolean eq...
GetOpenIdTokenResult function ( String arg0 ) { setToken ( arg0 ) ; return this ; }
11,933
deletes the ratings stats from the database . also notifies the appropriate model listeners . concode_field_sep RatingsStatsLocalService _ratingsStatsLocalService concode_field_sep com.liferay.portlet.ratings.model.RatingsStats getStats concode_elem_sep java.util.List<com.liferay.portlet.ratings.model.RatingsStats> get...
com . liferay . portlet . ratings . model . RatingsStats function ( com . liferay . portlet . ratings . model . RatingsStats arg0 ) { return _ratingsStatsLocalService . deleteRatingsStats ( arg0 ) ; }
11,934
sets the parent category id of this shopping category . concode_field_sep ShoppingCategory _shoppingCategory concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_elem_sep void...
void function ( long arg0 ) { _shoppingCategory . setParentCategoryId ( arg0 ) ; }
11,935
set request properties . concode_field_sep HttpsURLConnection conn concode_elem_sep int timeout concode_elem_sep Logger logger concode_field_sep void setTimeout concode_elem_sep String sendQuery concode_elem_sep void setCookies concode_elem_sep void setRequestProperty concode_elem_sep void openConnection concode_elem_s...
void function ( Map < String , String > arg0 ) { for ( Map . Entry < String , String > loc0 : arg0 . entrySet ( ) ) { conn . addRequestProperty ( loc0 . getKey ( ) , loc0 . getValue ( ) ) ; } }
11,936
notification manager for the application . concode_field_sep Class<?> defaultReceiver concode_elem_sep Class<?> receiver concode_elem_sep String PREF_KEY concode_elem_sep Context context concode_elem_sep Options options concode_elem_sep NotificationCompat.Builder builder concode_field_sep void cancel concode_elem_sep b...
NotificationManager function ( ) { return ( NotificationManager ) context . getSystemService ( Context . NOTIFICATION_SERVICE ) ; }
11,937
invokes the method android.bluetooth.bluetoothserversocket #close . concode_field_sep int BOND_BONDED concode_field_sep void connectToBluetoothSocket concode_elem_sep Object getBluetoothAdapter concode_elem_sep Object invokeMethodThrowsIOException concode_elem_sep String getBluetoothDeviceName concode_elem_sep Method g...
void function ( Object arg0 ) { invokeMethodThrowsIOException ( getMethod ( arg0 . getClass ( ) , "srini_string" ) , arg0 ) ; }
11,938
updates the checksum with the int bval . concode_field_sep int[] crc_table concode_elem_sep int crc concode_field_sep int[] make_crc_table concode_elem_sep long getValue concode_elem_sep void reset
void function ( int arg0 ) { int loc0 = ~ crc ; loc0 = crc_table [ ( loc0 ^ arg0 ) & 0xff ] ^ ( loc0 >>> 8 ) ; crc = ~ loc0 ; }
11,939
return whether or not this option is purely a boolean flag . concode_field_sep boolean pipeOut concode_elem_sep CommandMetadata parent concode_elem_sep boolean flagOnly concode_elem_sep boolean required concode_elem_sep String defaultValue concode_elem_sep int index concode_elem_sep boolean pipeIn concode_elem_sep Stri...
boolean function ( ) { return flagOnly ; }
11,940
implements the selectionmodificationspinner 's select all command by checking each enabled item in the listview . concode_field_sep ListView managedList concode_elem_sep Class<?> onlyCheckClass concode_elem_sep int titleTemplateResource concode_field_sep void setOnlyCheckClass concode_elem_sep boolean onCreateActionMod...
void function ( ) { for ( int loc0 = 0 ; loc0 < managedList . getAdapter ( ) . getCount ( ) ; loc0 ++ ) { if ( managedList . getAdapter ( ) . isEnabled ( loc0 ) && ( onlyCheckClass == null || onlyCheckClass . isInstance ( managedList . getItemAtPosition ( loc0 ) ) ) ) managedList . setItemChecked ( loc0 , true ) ; } }
11,941
sort the list of meta records by ` create order ' . concode_field_sep int id concode_elem_sep int objectType concode_elem_sep String sql concode_field_sep String getSQL concode_elem_sep void setRecord concode_elem_sep int getCreateOrder concode_elem_sep int getObjectType concode_elem_sep int getId concode_elem_sep Stri...
int function ( MetaRecord arg0 ) { int loc0 = getCreateOrder ( ) ; int loc1 = arg0 . getCreateOrder ( ) ; if ( loc0 != loc1 ) { return loc0 - loc1 ; } return getId ( ) - arg0 . getId ( ) ; }
11,942
returns the current mode : #input_mode : the buffer is in the input mode . #output_mode : the buffer is in the output mode . concode_field_sep int mode concode_elem_sep ByteBuffer buffer concode_elem_sep ByteBufferAllocator allocator concode_elem_sep int OUTPUT_MODE concode_elem_sep int INPUT_MODE concode_field_sep voi...
int function ( ) { return this . mode ; }
11,943
locks this instance . a further call to an add-method will throw an exception . concode_field_sep Map<QueryAttr,Map<Class<?>,CompOpEvaluator>> attrToCompOpEvaluatorMap concode_elem_sep Map<Class<?>,Map<Class<?>,CompOpEvaluator>> attrClassToCompOpEvaluatorMap concode_elem_sep Map<Class<?>,Map<Class<?>,CompOpEvaluator>> ...
T function ( ) { locked = true ; return ( T ) this ; }
11,944
returns the nickname to use when joining this conference room . this is an optional value and may return null . concode_field_sep String password concode_elem_sep String jid concode_elem_sep boolean autoJoin concode_elem_sep String name concode_elem_sep String nickname concode_elem_sep boolean isShared concode_field_se...
String function ( ) { return nickname ; }
11,945
adds a long property to a map . concode_field_sep StringBuilder params concode_field_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep String escapeString concode...
JSONBuilder function ( String arg0 , long arg1 ) { appendCommaAndKey ( arg0 ) ; params . append ( arg1 ) ; return this ; }
11,946
for rest we also consider a response to be a fault if the operation is not found or the response code is an error concode_field_sep Set<String> BINARY_CONTENT_MEDIA_TYPES concode_field_sep String getJAASPrincipal concode_elem_sep BindingOperationInfo getOperationFromContent concode_elem_sep Map<String,String> getHeader...
boolean function ( Message arg0 ) { Object loc0 = arg0 . getExchange ( ) . get ( "srini_string" ) ; if ( loc0 == null ) { return true ; } else { Integer loc1 = ( Integer ) arg0 . get ( Message . RESPONSE_CODE ) ; return ( loc1 != null ) && ( loc1 >= 400 ) ; } }
11,947
the serial number that uniquely identifies the mfa device . for virtual mfa devices , the serial number is the device arn . concode_field_sep java.util.Date enableDate concode_elem_sep String serialNumber concode_elem_sep String userName concode_field_sep MFADevice withSerialNumber concode_elem_sep void setSerialNumber...
String function ( ) { return this . serialNumber ; }
11,948
gets the value of the businessscopetypecode property . concode_field_sep CodeType enterpriseServiceOperationName concode_elem_sep IdentifierType instanceID concode_elem_sep CodeType businessScopeTypeCode concode_elem_sep CustomBusinessScopeType custom concode_elem_sep long serialVersionUID concode_elem_sep IdentifierTy...
CodeType function ( ) { return businessScopeTypeCode ; }
11,949
method to stop the progress bar concode_field_sep int PAUSE_AMOUNT_S concode_elem_sep PortableRenderer renderer concode_elem_sep int percent concode_elem_sep boolean isRunning concode_elem_sep SelectItem[] AVAILABLE_MODES concode_elem_sep String PUSH_GROUP concode_elem_sep Boolean isIndeterminate concode_elem_sep Threa...
String function ( ) { stop ( ) ; return "srini_string" ; }
11,950
is this body initially sleeping ? concode_field_sep Object userData concode_elem_sep float gravityScale concode_elem_sep float linearDamping concode_elem_sep float angularDamping concode_elem_sep boolean active concode_elem_sep boolean awake concode_elem_sep BodyType type concode_elem_sep float angularVelocity concode_...
void function ( boolean arg0 ) { this . awake = arg0 ; }
11,951
gets the value of the format property . concode_field_sep Layout layout concode_elem_sep String mapping concode_elem_sep List<Address> address concode_elem_sep String styling concode_elem_sep String flavour concode_elem_sep String format concode_elem_sep Label label concode_elem_sep String align concode_elem_sep String...
String function ( ) { return format ; }
11,952
sets the user name . concode_field_sep String password concode_elem_sep String userName concode_field_sep void setPassword concode_elem_sep String getPassword concode_elem_sep String getUserName
void function ( String arg0 ) { this . userName = arg0 ; }
11,953
set all authorities for this user from string values . it will create the necessary grantedauthority objects . concode_field_sep String password concode_elem_sep boolean enabled concode_elem_sep List<GrantedAuthority> authorities concode_field_sep void setEnabled concode_elem_sep void setPassword concode_elem_sep Strin...
void function ( List < String > arg0 ) { setAuthorities ( new ArrayList < GrantedAuthority > ( arg0 . size ( ) ) ) ; for ( String loc0 : arg0 ) { addAuthority ( new SimpleGrantedAuthority ( loc0 ) ) ; } }
11,954
gets a descriptive name for this map transformation descriptor , e.g. `` transverse mercator '' . concode_field_sep double _scaleY concode_elem_sep double _scaleX concode_field_sep MapTransformDescriptor getDescriptor concode_elem_sep double[] getParameterValues concode_elem_sep boolean hasTransformUI concode_elem_sep ...
String function ( ) { return "srini_string" ; }
11,955
gets the value of the contact 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 contact property . for example , to add a new item , do as...
List < PhoneCallContact > function ( ) { if ( contact == null ) { contact = new ArrayList < PhoneCallContact > ( ) ; } return this . contact ; }
11,956
gets the elapsed time as a string , expressed in seconds if the value is = 60 . concode_field_sep long currentTime concode_elem_sep int numberOfRetries concode_elem_sep String uploadId concode_elem_sep ArrayList<String> successfullyUploadedFiles concode_elem_sep long totalBytes concode_elem_sep long startTime concode_e...
String function ( ) { int loc0 = ( int ) ( getElapsedTime ( ) / 1000 ) ; if ( loc0 == 0 ) return "srini_string" ; int loc1 = loc0 / 60 ; loc0 -= ( 60 * loc1 ) ; if ( loc1 == 0 ) { return loc0 + "srini_string" ; } return loc1 + "srini_string" + loc0 + "srini_string" ; }
11,957
connect a local session manager to the unique remote session manager , creating it if needed . concode_field_sep int mItemId concode_elem_sep MediaItem mCurrentItem concode_elem_sep LocalSessionManager mLocalSessionManager concode_elem_sep boolean mPaused concode_elem_sep DummyPlayer mPlayer concode_elem_sep int mSessi...
RemoteSessionManager function ( LocalSessionManager arg0 , Context arg1 ) { if ( sInstance == null ) { sInstance = new RemoteSessionManager ( "srini_string" , arg1 ) ; } sInstance . mLocalSessionManager = arg0 ; return sInstance ; }
11,958
runs the given computation , making sure the invalidation and change events are blocked . when done , previous blocked state is restored . equivalent to try guard g = block r.run ; concode_field_sep PlaceHolder placeHolder concode_field_sep Guard guard concode_elem_sep Guard block
void function ( Runnable arg0 ) { try ( Guard loc0 = block ( ) ) { arg0 . run ( ) ; } }
11,959
returns the target class . concode_field_sep String attributeValue concode_elem_sep String targetClass concode_field_sep String getAttributeValue
String function ( ) { return this . targetClass ; }
11,960
returns the array of path commands accumulated . concode_field_sep float[] p concode_elem_sep LinkedList cs concode_elem_sep LinkedList ps concode_elem_sep short[] c concode_elem_sep int cindex concode_elem_sep int pcount concode_elem_sep int pindex concode_elem_sep int ccount concode_field_sep void curvetoCubicRel con...
short [ ] function ( ) { return c ; }
11,961
begin auto-generated from server_write.xml writes a value to all the connected clients . it sends bytes out from the server object . end auto-generated concode_field_sep PApplet parent concode_elem_sep ServerSocket server concode_elem_sep int lastAvailable concode_elem_sep Client[] clients concode_elem_sep int port con...
void function ( int arg0 ) { int loc0 = 0 ; while ( loc0 < clientCount ) { if ( clients [ loc0 ] . active ( ) ) { clients [ loc0 ] . write ( arg0 ) ; loc0 ++ ; } else { removeIndex ( loc0 ) ; } } }
11,962
interface method implementation . checks for mandatory dependencies concode_field_sep BootstrapProducerConfig bootstrapProducerConfig concode_elem_sep ClientConfig clientConfig concode_field_sep DefaultBootstrapProducer getObject concode_elem_sep BootstrapProducerConfig getBootstrapProducerConfig concode_elem_sep Class...
void function ( ) { Assert . notNull ( this . bootstrapProducerConfig , "srini_string" ) ; Assert . notNull ( this . clientConfig , "srini_string" ) ; }
11,963
flush underlying stream to writer . concode_field_sep String DEFAULT_LINE_END concode_elem_sep int INITIAL_STRING_SIZE concode_elem_sep char DEFAULT_SEPARATOR concode_elem_sep Writer rawWriter concode_elem_sep ResultSetHelper resultService concode_elem_sep PrintWriter pw concode_elem_sep char separator concode_elem_sep...
void function ( ) { pw . flush ( ) ; }
11,964
gets the value of the mapsid property . concode_field_sep List<JoinColumn> joinColumn concode_elem_sep RelationField relatedField concode_elem_sep AccessType access concode_elem_sep String targetEntity concode_elem_sep CascadeType cascade concode_elem_sep FetchType fetch concode_elem_sep String name concode_elem_sep bo...
String function ( ) { return mapsId ; }
11,965
sets the value of the stats property . concode_field_sep Long conversionTypeOwnerCustomerId concode_elem_sep Integer viewthroughLookbackWindow concode_elem_sep Integer productAdsChargeableConversionWindow concode_elem_sep String conversionTrackerType concode_elem_sep Long originalConversionTypeId concode_elem_sep Strin...
void function ( ConversionTrackerStats arg0 ) { this . stats = arg0 ; }
11,966
returns the translated property name . concode_field_sep String name concode_elem_sep String translatedName concode_field_sep String getName concode_elem_sep int hashCode concode_elem_sep TranslatableData parseProperty concode_elem_sep TranslatableData parseProperty concode_elem_sep boolean isTranslated concode_elem_se...
String function ( ) { if ( translatedName == null ) { translatedName = LanguageManagerMDB . getString ( name ) ; } return translatedName ; }
11,967
hide classes from the web application by adding them to the webappconfiguration #getserverclasses concode_field_sep List<String> _after concode_elem_sep List<String> _beforeThis concode_elem_sep boolean ENABLE_BY_DEFAULT concode_elem_sep ClasspathPattern _server concode_elem_sep ClasspathPattern _system concode_field_s...
void function ( String ... arg0 ) { _server . add ( arg0 ) ; }
11,968
sets the value of the code property . concode_field_sep String reason concode_elem_sep String code concode_field_sep String getReason concode_elem_sep void setReason concode_elem_sep String getCode
void function ( String arg0 ) { this . code = arg0 ; }
11,969
the arn of the assessment run during which the fidning is generated . concode_field_sep String rulesPackageArn concode_elem_sep Integer schemaVersion concode_elem_sep String assessmentRunArn concode_field_sep InspectorServiceAttributes withAssessmentRunArn concode_elem_sep Integer getSchemaVersion concode_elem_sep Insp...
String function ( ) { return this . assessmentRunArn ; }
11,970
the queue-draining loop drains the queues in the order specified by this class and consults this method before going on to drain the next queue . the method determines the skew of the queue the loop is about to drain : it is the difference between its watermark and the bottom watermark i.e. , that of the first queue in...
boolean function ( int arg0 , boolean arg1 ) { long loc0 = subtractClamped ( queueWms [ arg0 ] , queueWms [ drainOrderToQIdx [ 0 ] ] ) ; return ( arg1 && loc0 > priorityDrainingThreshold ) || ( ! forceAdvanceWm && loc0 > maxSkew ) ; }
11,971
sets the value of the totaldownpayment property . concode_field_sep double totalSalesTax concode_elem_sep double totalPrice concode_elem_sep double annualPercentageRate concode_elem_sep Double insurancePlanCharge concode_elem_sep String dynamicPlanName concode_elem_sep double totalFinancedAmount concode_elem_sep String...
void function ( double arg0 ) { this . totalDownPayment = arg0 ; }
11,972
returns the server 's prime modulus . concode_field_sep ByteBuffer buffer concode_field_sep void setG concode_elem_sep void setY concode_elem_sep BigInteger g concode_elem_sep int length concode_elem_sep BigInteger y concode_elem_sep String toString concode_elem_sep String toString concode_elem_sep ByteBuffer buffer co...
BigInteger function ( ) { int loc0 = buffer . getShort ( 0 ) & 0xFFFF ; byte [ ] loc1 = new byte [ loc0 ] ; buffer . position ( 2 ) ; buffer . get ( loc1 ) ; return new BigInteger ( 1 , loc1 ) ; }
11,973
get the innerclassaccess in given class with the given method name . concode_field_sep boolean DEBUG concode_elem_sep int accessCount concode_elem_sep InnerClassAccess access concode_elem_sep byte[] instructionList concode_elem_sep JavaClass javaClass concode_elem_sep String methodName concode_elem_sep Map<String,Map<S...
InnerClassAccess function ( String arg0 , String arg1 ) { Map < String , InnerClassAccess > loc0 = getAccessMapForClass ( arg0 ) ; return loc0 . get ( arg1 ) ; }
11,974
sets the number of the next page . concode_field_sep List<NumberedPage> pages concode_elem_sep Integer previousPage concode_elem_sep Integer firstPage concode_elem_sep Integer lastPage concode_elem_sep Integer nextPage concode_elem_sep Logger log concode_elem_sep Href href concode_elem_sep Integer currentPage concode_e...
void function ( Integer arg0 ) { this . nextPage = arg0 ; }
11,975
change the space id concode_field_sep String channel concode_elem_sep String icon concode_elem_sep String action concode_elem_sep ChatworkService chatworkService concode_elem_sep String user concode_elem_sep String space_id concode_elem_sep String webhookUrl concode_elem_sep String url concode_field_sep Chatwork sendTo...
Chatwork function ( String arg0 ) { this . space_id = arg0 ; return this ; }
11,976
sets the value for the type , using the runtime type of the value and the #getdefaultserializer default serializer . concode_field_sep PlaceHolder placeHolder concode_field_sep JavaSessionSerializer getJavaSerializer concode_elem_sep boolean isDirty concode_elem_sep Optional<T> get concode_elem_sep Optional<T> get conc...
void function ( T arg0 ) { set ( SessionKey . ofType ( arg0 ) , arg0 , getDefaultSerializer ( ) ) ; }
11,977
gets the bin id . concode_field_sep Boolean isDeletable concode_elem_sep String execReq concode_elem_sep String notes concode_elem_sep String owner concode_elem_sep Date lastChangeDate concode_elem_sep byte[] content concode_elem_sep Integer biobjId concode_elem_sep Integer binId concode_elem_sep Integer id concode_ele...
Integer function ( ) { return binId ; }
11,978
this method returns the codesource for this domain . concode_field_sep CodeSource code_source concode_elem_sep PermissionCollection perms concode_field_sep PermissionCollection getPermissions concode_elem_sep String toString concode_elem_sep boolean implies
CodeSource function ( ) { return code_source ; }
11,979
returns the index in list of the first occurrence identical to value , or -1 if list does not contain value . more formally , returns the lowest index i such that list.get i == value , or -1 if there is no such index . concode_field_sep PlaceHolder placeHolder concode_field_sep List<T> newArrayAsList concode_elem_sep T...
int function ( List arg0 , Object arg1 ) { int loc0 = 0 ; for ( Object loc1 : arg0 ) { if ( loc1 == arg1 ) { return loc0 ; } ++ loc0 ; } return - 1 ; }
11,980
remove formatting from a line of irc text . concode_field_sep String NORMAL concode_elem_sep String REVERSE concode_elem_sep String DARK_BLUE concode_elem_sep String CYAN concode_elem_sep String LIGHT_GRAY concode_elem_sep String OLIVE concode_elem_sep String BOLD concode_elem_sep String BROWN concode_elem_sep String P...
String function ( String arg0 ) { int loc0 = arg0 . loc0 ( ) ; StringBuffer loc1 = new StringBuffer ( ) ; for ( int loc2 = 0 ; loc2 < loc0 ; loc2 ++ ) { char loc3 = arg0 . charAt ( loc2 ) ; if ( loc3 == '' || loc3 == '' || loc3 == ' ' || loc3 == '' ) { } else { loc1 . append ( loc3 ) ; } } return loc1 . toString ( )...
11,981
the total size of all unique attribute names in the domain , in bytes . returns a reference to this object so that method calls can be chained together . concode_field_sep Integer attributeNameCount concode_elem_sep Integer attributeValueCount concode_elem_sep Long attributeValuesSizeBytes concode_elem_sep Long itemNam...
DomainMetadataResult function ( Long arg0 ) { this . attributeNamesSizeBytes = arg0 ; return this ; }
11,982
use this to store application specific fixture data . concode_field_sep Filter filter concode_elem_sep Object userData concode_elem_sep float restitution concode_elem_sep float density concode_elem_sep boolean isSensor concode_elem_sep Shape shape concode_elem_sep float friction concode_field_sep float getRestitution c...
Object function ( ) { return userData ; }
11,983
adds a string property as string literal optionally . adds quotes and does json string escaping , as described at json.org . concode_field_sep StringBuilder params concode_field_sep JSONBuilder item concode_elem_sep JSONBuilder beginArray concode_elem_sep JSONBuilder beginMap concode_elem_sep JSONBuilder beginMap conco...
JSONBuilder function ( String arg0 , String arg1 , boolean arg2 ) { appendCommaAndKey ( arg0 ) ; if ( arg2 ) { params . append ( arg1 ) ; } else { arg1 = escapeString ( arg1 ) ; params . append ( '"' ) . append ( arg1 ) . append ( '"' ) ; } return this ; }
11,984
cumulative density function of the exponential distribution concode_field_sep double lambda concode_elem_sep UnivariateFunction pdfFunction concode_field_sep double pdf concode_elem_sep double pdf concode_elem_sep double variance concode_elem_sep double variance concode_elem_sep UnivariateFunction getProbabilityDensity...
double function ( double arg0 , double arg1 ) { return 1.0 - Math . exp ( - arg1 * arg0 ) ; }
11,985
deletes the class name from the database . also notifies the appropriate model listeners . concode_field_sep ClassNameLocalService _classNameLocalService concode_field_sep long getClassNameId concode_elem_sep long getClassNameId concode_elem_sep com.liferay.portal.kernel.model.ClassName fetchByClassNameId concode_elem_...
com . liferay . portal . kernel . model . ClassName function ( com . liferay . portal . kernel . model . ClassName arg0 ) { return _classNameLocalService . deleteClassName ( arg0 ) ; }
11,986
checks whether a character is #unsafe_chars unsafe . concode_field_sep BasicHeaderValueFormatter DEFAULT concode_elem_sep String UNSAFE_CHARS concode_elem_sep String SEPARATORS concode_field_sep String formatNameValuePair concode_elem_sep CharArrayBuffer formatNameValuePair concode_elem_sep int estimateNameValuePairLen...
boolean function ( char arg0 ) { return UNSAFE_CHARS . indexOf ( arg0 ) >= 0 ; }
11,987
add a new connection string concode_field_sep HashMap<String,String> connStrings concode_elem_sep HashMap<String,Type> connTypes concode_elem_sep boolean info concode_elem_sep boolean trace concode_elem_sep HashMap<String,ArrayList<String>> preSql concode_elem_sep HashMap<String,ArrayList<String>> connInits concode_ele...
void function ( String arg0 , String arg1 ) { connections . put ( arg0 , new Stack < Connection > ( ) ) ; connStrings . put ( arg0 , arg1 ) ; connTypes . put ( arg0 , getType ( arg1 ) ) ; }
11,988
get this story id . concode_field_sep String MEDIA_TYPE_KEY concode_elem_sep int screenshot_count concode_elem_sep int TYPE_VIDEO_NOAUDIO concode_elem_sep String caption concode_elem_sep int TYPE_IMAGE concode_elem_sep int type concode_elem_sep String STORY_EXTRAS_KEY concode_elem_sep int time_left concode_elem_sep Str...
String function ( ) { return id ; }
11,989
delivers the nodes id concode_field_sep int worldX concode_elem_sep int worldY concode_elem_sep String nodeName concode_elem_sep int nodeID concode_field_sep String getNodeLabel concode_elem_sep int getCoordinateY concode_elem_sep int getCoordinateX
int function ( ) { return nodeID ; }
11,990
expert : set the maximum number of simultaneous merges allowed . concode_field_sep Setting<Integer> MAX_MERGE_COUNT_SETTING concode_elem_sep int maxThreadCount concode_elem_sep int maxMergeCount concode_elem_sep boolean autoThrottle concode_elem_sep Setting<Boolean> AUTO_THROTTLE_SETTING concode_elem_sep Setting<Intege...
void function ( int arg0 ) { this . maxMergeCount = arg0 ; }
11,991
returns an empty set of predictions , filled with nans concode_field_sep PlaceHolder placeHolder concode_field_sep double next concode_elem_sep double parseDoubleParam concode_elem_sep String getName concode_elem_sep MovAvgModel neighboringModel concode_elem_sep boolean hasValue concode_elem_sep boolean parseBoolParam ...
double [ ] function ( int arg0 ) { double [ ] loc0 = new double [ arg0 ] ; Arrays . fill ( loc0 , Double . NaN ) ; return loc0 ; }
11,992
sets the starthour value for this feeditemschedule . concode_field_sep java.lang.Integer endHour concode_elem_sep com.google.api.ads.adwords.axis.v201502.cm.DayOfWeek dayOfWeek concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Integer startHour concode_elem_sep java.lang.Object _...
void function ( java . lang . Integer arg0 ) { this . startHour = arg0 ; }
11,993
gets the value of the assignee property . concode_field_sep Comment assignment concode_elem_sep ProblemScope scope concode_elem_sep User responsible concode_elem_sep User assignee concode_elem_sep String id concode_elem_sep String state concode_elem_sep String href concode_elem_sep Resolution resolution concode_elem_se...
User function ( ) { return assignee ; }
11,994
to use in assert block . concode_field_sep AtomicInteger users concode_elem_sep boolean ignoreThreadInterruption concode_elem_sep ReentrantReadWriteLock lock concode_elem_sep boolean concurrent concode_elem_sep int scaledUpCount concode_elem_sep int timeout concode_field_sep void acquireSharedLock concode_elem_sep void...
boolean function ( ) { return lock . getWriteHoldCount ( ) > 0 ; }
11,995
indicates that current chart instance supports image map interaction concode_field_sep String plotPointShape concode_elem_sep boolean enableDynamicValues concode_elem_sep boolean areaMapEnabled concode_elem_sep int CUSTOM_CHART_TYPE concode_elem_sep String xAxisTitle concode_elem_sep boolean barChartOrientationHorizont...
boolean function ( ) { return areaMapEnabled ; }
11,996
sets the updatestudent student object . concode_field_sep String selectedCourse concode_elem_sep Course currentCourse concode_elem_sep List studentCourses concode_elem_sep List courseItems concode_elem_sep String selectedStudent concode_elem_sep Student newStudent concode_elem_sep List studentItems concode_elem_sep Stu...
void function ( Student arg0 ) { this . updateStudent = arg0 ; }
11,997
retrieves and removes ! the head of this queue , or null if this queue is empty . concode_field_sep int head concode_elem_sep int size concode_elem_sep int DEFAULT_CAPACITY concode_elem_sep boolean reverse concode_elem_sep int currentPos concode_elem_sep Object queue[] concode_field_sep int getIndex concode_elem_sep Ob...
Object function ( ) { try { return serve ( ) ; } catch ( NoSuchElementException loc0 ) { return null ; } }
11,998
set the value of this argument . concode_field_sep boolean m_isFromWithParam concode_elem_sep boolean m_isVisible concode_elem_sep XObject m_val concode_elem_sep QName m_qname concode_elem_sep String m_expression concode_field_sep String getExpression concode_elem_sep void setIsVisible concode_elem_sep void setQName co...
void function ( XObject arg0 ) { m_val = arg0 ; }
11,999
return the calculated checksum . erase it for next calls to add_bits . concode_field_sep short crc concode_elem_sep short polynomial concode_field_sep void add_bits
short function ( ) { short loc0 = crc ; crc = ( short ) 0xFFFF ; return loc0 ; }