code
stringlengths
20
663
nl
stringlengths
68
7.19k
void function ( int arg0 , boolean arg1 ) { if ( ! arg1 ) arg0 = arg0 + currentIndent ; int loc0 = arg0 - column ; for ( int loc1 = 0 ; loc1 < loc0 ; loc1 ++ ) { write ( ' ' ) ; column ++ ; } }
pad to a given number of columns maybe including the indent . concode_field_sep int unitIndent concode_elem_sep boolean flatMode concode_elem_sep boolean startingNewLine concode_elem_sep char padChar concode_elem_sep boolean lineNumbers concode_elem_sep IndentedWriter stdout concode_elem_sep IndentedWriter stderr conco...
int function ( ) { int loc0 ; loc0 = this . baseClass . hashCode ( ) ; loc0 = 29 * loc0 + this . typeAttribute . hashCode ( ) ; return loc0 ; }
returns a hash code for this object . concode_field_sep TypeInfo[] childClasses concode_elem_sep Comments comments concode_elem_sep String typeAttribute concode_elem_sep Class baseClass concode_elem_sep String source concode_field_sep void setSource concode_elem_sep String getSource concode_elem_sep boolean equals conc...
void function ( StringBuffer arg0 ) { appendQuoted ( chars , arg0 ) ; }
gets the current chars , quoted concode_field_sep StringBuffer newChars concode_elem_sep StringBuffer newExtension concode_elem_sep String extension concode_elem_sep int strength concode_elem_sep int RESET concode_elem_sep int UNSET concode_elem_sep String pattern concode_elem_sep int i concode_elem_sep String chars co...
boolean function ( final Name arg0 ) { return arg0 . isEmpty ( ) || ( arg0 . size ( ) == 1 && "srini_string" . equals ( arg0 . get ( 0 ) ) ) ; }
determine if a name is empty , or if ot contains only one component which is the empty string . concode_field_sep PlaceHolder placeHolder concode_field_sep Context createSubcontext concode_elem_sep void rebind concode_elem_sep void rebind concode_elem_sep void unbind concode_elem_sep void unbind concode_elem_sep NameNo...
int function ( ) { return byteValuedDiscreteFeatures . length ; }
the number of byte features in this feature vector . concode_field_sep float[] continuousFeatures concode_elem_sep byte[] byteValuedDiscreteFeatures concode_elem_sep short[] shortValuedDiscreteFeatures concode_elem_sep int unitIndex concode_field_sep int getFeatureAsInt concode_elem_sep int getNumberOfContinuousFeature...
void function ( int arg0 ) { m_frequency += arg0 ; }
increase the frequency of this item . concode_field_sep Attribute m_attribute concode_elem_sep long serialVersionUID concode_elem_sep int m_frequency concode_field_sep String getItemValueAsString concode_elem_sep Attribute getAttribute concode_elem_sep String getComparisonAsString concode_elem_sep int getFrequency conc...
void function ( LabelPage arg0 ) { this . rval = arg0 ; }
sets the value of the rval property . concode_field_sep LabelPage rval concode_field_sep LabelPage getRval
void function ( boolean arg0 ) { this . validateSignatureAgainstProfile = arg0 ; }
whether to validate the signature of the assertion if it exists against the relevant profile . default is true . concode_field_sep boolean validateSignatureAgainstProfile concode_elem_sep Logger LOG concode_elem_sep SAMLRealmCodec samlRealmCodec concode_elem_sep Validator validator concode_elem_sep SAMLRoleParser samlR...
String [ ] function ( ) { String [ ] loc0 = getServiceNames ( SERVICE ) ; Arrays . sort ( loc0 , new StandardUtilities . StringCompare < String > ( ) ) ; return loc0 ; }
returns an array containing the names of all registered fold handlers . concode_field_sep Map<Descriptor,Descriptor> serviceMap concode_elem_sep String code concode_elem_sep Object instance concode_elem_sep PluginJAR plugin concode_elem_sep boolean instanceIsNull concode_elem_sep String name concode_elem_sep String cla...
void function ( String arg0 , String arg1 ) { if ( INFO ) { print ( "srini_string" + arg0 + "srini_string" + arg1 ) ; } }
info concode_field_sep boolean INFO concode_elem_sep boolean WARN concode_elem_sep boolean DEBUG concode_elem_sep boolean ERROR concode_field_sep void print concode_elem_sep void d concode_elem_sep void e concode_elem_sep void w
boolean function ( Object arg0 ) { return ( arg0 instanceof APDU_byte ) ; }
compatibility check for the ov-chip protocol layer . see the compatibility check explanations and also ds.ov2.util.apdu _ serializable #is_compatible_with apdu_serializable . is_compatible_with . this object is compatibel to any other apdu_byte . concode_field_sep byte value concode_field_sep short size concode_elem_se...
String function ( ) { return preferredLanguage ; }
gets the value of the preferredlanguage property . concode_field_sep String preferredLanguage concode_elem_sep XMLGregorianCalendar lastUpdate concode_elem_sep List<Object> any concode_field_sep void setPreferredLanguage concode_elem_sep XMLGregorianCalendar getLastUpdate concode_elem_sep void setLastUpdate concode_ele...
void function ( ) { if ( items != null ) { items . clear ( ) ; } if ( emptyItems != null ) { emptyItems . clear ( ) ; } }
clears all views concode_field_sep WheelView wheel concode_elem_sep List<View> emptyItems concode_elem_sep List<View> items concode_field_sep int recycleItems concode_elem_sep View getCachedView concode_elem_sep View getItem concode_elem_sep void recycleView concode_elem_sep List<View> addView concode_elem_sep View get...
com . liferay . portal . model . ClusterGroup function ( com . liferay . portal . model . ClusterGroup arg0 ) { return _clusterGroupLocalService . addClusterGroup ( arg0 ) ; }
adds the cluster group to the database . also notifies the appropriate model listeners . concode_field_sep ClusterGroupLocalService _clusterGroupLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableD...
void function ( java . lang . Long arg0 ) { this . id = arg0 ; }
sets the id value for this reconciliationreport . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String notes concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Long id concode_elem_sep com.google.api.ads.dfp.axis...
void function ( ) { while ( queue . size ( ) > 1 ) { head = queue . poll ( ) ; } }
get the waiting changes pushed for reading . concode_field_sep List<E> head concode_elem_sep ListFactory factory concode_elem_sep List<E> tail concode_elem_sep Queue<List<E>> queue concode_field_sep void add concode_elem_sep boolean add concode_elem_sep List<E> buildEmptyList concode_elem_sep List<E> subList concode_el...
Object function ( ) { try { return super . clone ( ) ; } catch ( CloneNotSupportedException loc0 ) { throw new InternalError ( loc0 . toString ( ) ) ; } }
returns a copy of this object . changes to the copy will not affect the original and vice versa . note : this method currently performs a shallow copy of the object simply calls object.clone . this may be changed in a future revision to perform a deep copy if new parameters are added that should not be shared . concode...
BufferedImageOp function ( ) { return filter ; }
get the filter being applied by this effect concode_field_sep BufferedImageOp filter concode_field_sep void draw concode_elem_sep void setFilter
Predicate [ ] function ( ) { return iPredicates ; }
gets the predicates , do not modify the array . concode_field_sep Predicate[] iPredicates concode_elem_sep long serialVersionUID concode_field_sep Predicate getInstance concode_elem_sep Predicate getInstance concode_elem_sep boolean evaluate
String function ( ) { return String . format ( "srini_string" , dbPrefix , dbSeq ++ ) ; }
returns a database id which is guaranteed to be unique within the context of this environment . concode_field_sep Logger logger concode_elem_sep InstanceId instanceId concode_elem_sep SpannerOptions options concode_elem_sep List<Database> dbs concode_elem_sep Spanner client concode_elem_sep int dbPrefix concode_elem_se...
void function ( CalcLangParser . ProgContext arg0 ) { }
the default implementation does nothing . concode_field_sep PlaceHolder placeHolder concode_field_sep void enterIfStmt concode_elem_sep void enterWhileStmt concode_elem_sep void exitBlockStmt concode_elem_sep void enterProg concode_elem_sep void enterIntExpr concode_elem_sep void enterPrintStmt concode_elem_sep void ex...
void function ( Object arg0 ) { drop ( arg0 ) ; }
receiving of message concode_field_sep Scheduler scheduler concode_elem_sep String path concode_elem_sep Mailbox mailbox concode_elem_sep SimpleDispatcher dispatcher concode_elem_sep ArrayList<Receiver> receivers concode_elem_sep ActorContext context concode_elem_sep HashMap<Integer,ArrayList<StashedMessage>> stashed c...
char [ ] function ( ) { return data ; }
get the entity data . concode_field_sep gnuStringIntMapper mapper concode_elem_sep char[] data concode_elem_sep String name concode_elem_sep int type concode_elem_sep String sdata concode_field_sep int name2type concode_elem_sep String getName concode_elem_sep boolean isGeneral concode_elem_sep boolean isParameter conc...
float function ( ) { return mLeft ; }
the left bound of the underlying node . concode_field_sep NodeRegion EMPTY concode_elem_sep float mLeft concode_elem_sep float mBottom concode_elem_sep boolean mIsVirtual concode_elem_sep float mTop concode_elem_sep float mRight concode_elem_sep NodeRegion[] EMPTY_ARRAY concode_elem_sep int mTag concode_field_sep boole...
void function ( String arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . ERROR , arg0 ) ) ; }
helper for error callbacks that just returns the status.error by default concode_field_sep String callbackId concode_elem_sep CordovaWebView webView concode_elem_sep int changingThreads concode_elem_sep String LOG_TAG concode_elem_sep boolean finished concode_field_sep boolean isChangingThreads concode_elem_sep String ...
List < WebDAVProps > function ( int arg0 , int arg1 , OrderByComparator < WebDAVProps > arg2 , boolean arg3 ) { return getPersistence ( ) . findAll ( arg0 , arg1 , arg2 , arg3 ) ; }
returns an ordered range of all the web d a v propses . 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 th...
void function ( String arg0 ) { this . rmaNumber = arg0 ; }
sets the value of the rmanumber property . concode_field_sep PriceInfo priceInfo concode_elem_sep Integer quantity concode_elem_sep String notes concode_elem_sep List<Charge> charge concode_elem_sep String serialNumber concode_elem_sep Action action concode_elem_sep long serialVersionUID concode_elem_sep String reasonC...
String function ( ) { return destinationCity ; }
gets the value of the destinationcity property . concode_field_sep String destinationCity concode_elem_sep String departureCity concode_elem_sep float price concode_elem_sep int availableSeats concode_elem_sep int flightID concode_elem_sep XMLGregorianCalendar departureDate concode_elem_sep String airline concode_elem_...
GenericConversionService function ( ) { return new DefaultConversionService ( ) ; }
create the conversionservice instance returned by this factory bean . creates a simple genericconversionservice instance by default.subclasses may override to customize the conversionservice instance that gets created . concode_field_sep Set<?> converters concode_elem_sep GenericConversionService conversionService conc...
void function ( String arg0 ) { this . userId = arg0 ; }
userid to use with task operations concode_field_sep Long contentId concode_elem_sep String language concode_elem_sep Long workItemId concode_elem_sep Class[] extraJaxbClasses concode_elem_sep Integer timeout concode_elem_sep String password concode_elem_sep Integer maxNumber concode_elem_sep String processId concode_e...
String function ( ) { return name ; }
gets the value of the name property . concode_field_sep String notes concode_elem_sep DateTime lastModifiedDateTime concode_elem_sep List<FrequencyCap> frequencyCaps concode_elem_sep Long productTemplateId concode_elem_sep Integer priority concode_elem_sep RateType rateType concode_elem_sep ProductTemplateTargeting tar...
boolean function ( String arg0 ) { return "srini_string" . equals ( getValue ( arg0 ) ) ; }
retrieve an boolean-values configuration field concode_field_sep String installationConfig concode_elem_sep Properties queries concode_elem_sep Properties installation concode_elem_sep List additionalDefaultsList concode_elem_sep String defaultConfig concode_elem_sep Properties transientValues concode_elem_sep Variable...
JSBundleLoader function ( final AssetManager arg0 , final String arg1 ) { return new JSBundleLoader ( ) { @ Override public void loadScript ( ReactBridge arg2 ) { arg2 . loadScriptFromAssets ( arg0 , arg1 ) ; } } ; }
this loader is recommended one for release version of your app . in that case local js executor should be used . js bundle will be read from assets directory in native code to save on passing large strings from java to native memory . concode_field_sep PlaceHolder placeHolder concode_field_sep void loadScript concode_e...
String [ ] function ( String arg0 , int arg1 ) { return split ( arg0 , arg1 , null ) ; }
splits a string into substrings . this method is totally equal to split str , delim , null . concode_field_sep char colorReverseIndicator concode_elem_sep char colorEndIndicator concode_elem_sep char colorIndicator concode_elem_sep char underlinedIndicator concode_elem_sep char boldIndicator concode_elem_sep char actio...
Certificate function ( String arg0 ) { setCertificateArn ( arg0 ) ; return this ; }
the arn of the certificate . concode_field_sep String certificateArn concode_elem_sep String certificateId concode_elem_sep java.util.Date creationDate concode_elem_sep String status concode_field_sep Certificate withStatus concode_elem_sep Certificate withStatus concode_elem_sep Certificate withCreationDate concode_el...
boolean function ( int arg0 ) { return ( arg0 & MODEL ) != 0 ; }
determine whether to include model annotations concode_field_sep int MODEL concode_elem_sep int MODEL_AND_USER concode_elem_sep int IGNORE concode_elem_sep int USER concode_elem_sep int NONE concode_field_sep int noModel concode_elem_sep boolean includeUser concode_elem_sep int noUserOrModel concode_elem_sep boolean in...
long function ( ) { long loc0 = ( isRead ? ( isParsed ? getContentSize ( ) : content . limit ( ) ) : memMapSize ) ; loc0 += ( 8 + ( loc0 >= ( ( 1L << 32 ) - 8 ) ? 8 : 0 ) + ( UserBox . TYPE . equals ( getType ( ) ) ? 16 : 0 ) ) ; loc0 += ( deadBytes == null ? 0 : deadBytes . limit ( ) ) ; return loc0 ; }
gets the full size of the box including header and content . concode_field_sep Container parent concode_elem_sep boolean isParsed concode_elem_sep long offset concode_elem_sep long contentStartPosition concode_elem_sep ByteBuffer deadBytes concode_elem_sep boolean isRead concode_elem_sep long memMapSize concode_elem_se...
void function ( ContractInfo arg0 ) { this . previousContractInfo = arg0 ; }
sets the value of the previouscontractinfo property . concode_field_sep ContractInfo newContractInfo concode_elem_sep List<DiscountInfo> discountInfo concode_elem_sep TransactionInfo transactionInfo concode_elem_sep ContractInfo previousContractInfo concode_field_sep void setTransactionInfo concode_elem_sep Transaction...
int function ( int arg0 ) { return ( arg0 << 1 ) + 1 ; }
get left child 's index concode_field_sep Logger LOG concode_field_sep void maxHeapify concode_elem_sep void main concode_elem_sep int getRightChildIndex concode_elem_sep void buildMaxHeap
int function ( ) { return this . maxIndexShards ; }
the maximum number of shards primary + replicas an index has concode_field_sep int minIndexShards concode_elem_sep String AVG concode_elem_sep String MAX concode_elem_sep SegmentsStats segments concode_elem_sep int primaries concode_elem_sep int maxIndexShards concode_elem_sep int total concode_elem_sep String REPLICAT...
void function ( ) { }
calling compiler.enable will cause the compiler to resume operation if it was previously disabled ; provided that a compiler even exists . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean compileClasses concode_elem_sep void disable concode_elem_sep Object command concode_elem_sep boolean compileClas...
DescriptionBuilder function ( final Map < String , String > arg0 ) { this . fwkmapping . putAll ( arg0 ) ; return this ; }
add all entries to the frameworkmapping concode_field_sep HashMap<String,String> mapping concode_elem_sep HashMap<String,String> fwkmapping concode_elem_sep String name concode_elem_sep String description concode_elem_sep String title concode_elem_sep ArrayList<Property> properties concode_field_sep DescriptionBuilder ...
double function ( double arg0 , Unit arg1 ) { return arg0 * EARTH_RADIUS_M * arg1 . getMultFactorFromStd ( ) ; }
convert the given angle in radians into a distance concode_field_sep double EARTH_RADIUS_M concode_field_sep double convertDistanceToRadians concode_elem_sep double convertDistanceToRadians
Configuration function ( ) { return parameters ; }
returns the option parameters that are passed to the operation invocation . concode_field_sep String jobName concode_elem_sep Subject subject concode_elem_sep Date nextFireTime concode_elem_sep String description concode_elem_sep String operationName concode_elem_sep long serialVersionUID concode_elem_sep int id concod...
byte [ ] function ( byte [ ] arg0 ) { ByteArrayOutputStream loc0 = new ByteArrayOutputStream ( ) ; try { encoder . decode ( arg0 , 0 , arg0 . length , loc0 ) ; } catch ( Exception loc1 ) { throw new DecoderException ( "srini_string" + loc1 . getMessage ( ) , loc1 ) ; } return loc0 . toByteArray ( ) ; }
decode the url safe base 64 encoded input data - white space will be ignored . concode_field_sep Encoder encoder concode_field_sep byte[] encode concode_elem_sep int encode
com . liferay . ams . model . Asset function ( long arg0 ) { return getService ( ) . createAsset ( arg0 ) ; }
creates a new asset with the primary key . does not add the asset to the database . concode_field_sep AssetLocalService _service concode_field_sep com.liferay.ams.model.Asset addAsset concode_elem_sep com.liferay.ams.model.Asset fetchAsset concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com....
void function ( String arg0 , String arg1 ) { if ( ! shuffleSecretMap . contains ( arg0 ) ) { shuffleSecretMap . put ( arg0 , arg1 ) ; logger . info ( "srini_string" , arg0 ) ; } else { logger . debug ( "srini_string" , arg0 ) ; } }
register an application with its secret . executors need to first authenticate themselves with the same secret before fetching shuffle files written by other executors in this application . concode_field_sep ConcurrentHashMap<String,String> shuffleSecretMap concode_elem_sep Logger logger concode_elem_sep String SPARK_S...
void function ( ) { for ( int loc0 = 0 ; loc0 < grid . length ; loc0 ++ ) { for ( int loc1 = 0 ; loc1 < grid [ loc0 ] . length ; loc1 ++ ) { grid [ loc0 ] [ loc1 ] = FREE ; } } }
resets the grid concode_field_sep double mutationVersionSwap concode_elem_sep double initialAccount concode_elem_sep int totalSavedCells concode_elem_sep int xBoundary concode_elem_sep double budget concode_elem_sep int yBoundary concode_elem_sep Random rand concode_elem_sep boolean highwayProtected concode_elem_sep do...
boolean function ( ImageRegistrationMode arg0 ) { return NativeMethods . isImageRegistrationModeSupported ( getHandle ( ) , arg0 . toNative ( ) ) ; }
checks to see if this device can support registration of color video and depth video . image registration is used to properly superimpose two images from cameras located at different points in space . please see the openni 2.0 programmer 's guide for more information about registration . concode_field_sep PlaybackContr...
boolean function ( Context arg0 , String arg1 , float arg2 ) { SharedPreferences loc0 = arg0 . getSharedPreferences ( PREFERENCE_NAME , Context . MODE_PRIVATE ) ; SharedPreferences . Editor loc1 = loc0 . edit ( ) ; loc1 . putFloat ( arg1 , arg2 ) ; return loc1 . commit ( ) ; }
put float preferences concode_field_sep String PREFERENCE_NAME concode_field_sep long getLong concode_elem_sep long getLong concode_elem_sep int getInt concode_elem_sep int getInt concode_elem_sep boolean putInt concode_elem_sep boolean putString concode_elem_sep boolean getBoolean concode_elem_sep boolean getBoolean c...
Collection < Class < ? extends Plugin >> function ( ) { return Collections . emptyList ( ) ; }
returns plugins that should be loaded in the transport client concode_field_sep NodeConfigurationSource EMPTY concode_field_sep Collection<Class<? extends Plugin>> nodePlugins concode_elem_sep Settings transportClientSettings concode_elem_sep Settings transportClientSettings concode_elem_sep Settings nodeSettings conco...
void function ( int arg0 ) { update ( ( long ) arg0 ) ; }
adds a recorded value . concode_field_sep LongAdder count concode_elem_sep Reservoir reservoir concode_field_sep long getCount concode_elem_sep Snapshot getSnapshot
Event function ( ) { return event ; }
gets the value of the event property . concode_field_sep Identifier identifier concode_elem_sep Subject subject concode_elem_sep String ipAddress concode_elem_sep XMLGregorianCalendar dateLogged concode_elem_sep String userAgent concode_elem_sep Event event concode_elem_sep NodeReference nodeIdentifier concode_elem_sep...
void function ( ) { prepareStateTest ( ) ; validator . validate ( state , diagnostics , new HashMap < Object , Object > ( ) ) ; assertNoIssue ( diagnostics , ISSUE_STATE_WITHOUT_OUTGOING_TRANSITION ) ; }
a regular state may be a dead end . concode_field_sep SGraphFactory factory concode_elem_sep BasicDiagnostic diagnostics concode_elem_sep SGraphJavaValidator validator concode_elem_sep StextFactory sTextFactory concode_elem_sep State state concode_elem_sep Region region concode_elem_sep Statechart statechart concode_fi...
double function ( String arg0 , DistanceUnit arg1 , DistanceUnit arg2 ) { Distance loc0 = Distance . parseDistance ( arg0 , arg1 ) ; return convert ( loc0 . value , loc0 . unit , arg2 ) ; }
parses a given distance and converts it to the specified unit . concode_field_sep DistanceUnit unit concode_elem_sep String[] names concode_elem_sep double value concode_elem_sep DistanceUnit DEFAULT concode_elem_sep double meters concode_field_sep double getEarthCircumference concode_elem_sep double toMeters concode_e...
String function ( int [ ] arg0 ) { StringBuffer loc0 = new StringBuffer ( ) ; for ( int loc1 : arg0 ) { loc0 . append ( String . format ( "srini_string" , loc1 ) ) ; } return loc0 . toString ( ) ; }
is used to debug byte values . concode_field_sep byte[] END concode_elem_sep byte[] START concode_elem_sep byte[] ACK concode_elem_sep Logger logger concode_elem_sep String port concode_elem_sep boolean isSuspended concode_elem_sep InputStream inputStream concode_elem_sep SerialPort serialPort concode_elem_sep OutputSt...
void function ( TrustManager ... arg0 ) { this . trustMgrs = arg0 ; }
sets pre-configured trust managers . this is an optional parameter , however one of the #settruststorefilepath string , #settrustmanagers trustmanager concode_field_sep char[] trustStorePwd concode_elem_sep String keyStoreType concode_elem_sep char[] keyStorePwd concode_elem_sep String trustStoreType concode_elem_sep S...
boolean function ( String arg0 ) { return arg0 != null && arg0 . regionMatches ( true , 0 , DatabaseManager . S_URL_PREFIX , 0 , DatabaseManager . S_URL_PREFIX . length ( ) ) ; }
returns true if the driver thinks that it can open a connection to the given url . typically drivers will return true if they understand the subprotocol specified in the url and false if they do n't . concode_field_sep PlaceHolder placeHolder concode_field_sep Connection getConnection concode_elem_sep int getMajorVersi...
int function ( ) { return iId ; }
method declaration concode_field_sep Database dDatabase concode_elem_sep HsqlArrayList tTransaction concode_elem_sep int iNestedOldTransIndex concode_elem_sep int iId concode_elem_sep jdbcConnection intConnection concode_elem_sep boolean script concode_elem_sep boolean bAutoCommit concode_elem_sep boolean bReadOnly con...
void function ( java . lang . String arg0 ) { this . filter_string = arg0 ; }
sets the filter_string value for this filterdata . concode_field_sep com.intellij.tasks.mantis.model.AccountData owner concode_elem_sep java.math.BigInteger project_id concode_elem_sep java.lang.String filter_string concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.Boolean is_public concode_elem...
void function ( String [ ] arg0 ) { Scanner loc0 = new Scanner ( System . in ) ; System . out . println ( "srini_string" ) ; String loc1 = loc0 . next ( ) ; int loc2 = Integer . parseInt ( loc1 ) ; Quiz loc3 = new Quiz ( loc2 ) ; loc3 . run ( ) ; }
main prompts the user for a number of questions and runs a new quiz concode_field_sep int mode concode_elem_sep ArrayList<Question> questions concode_elem_sep ArrayList<Boolean> scores concode_field_sep Question getQuestion concode_elem_sep void insertScore concode_elem_sep String getReadout concode_elem_sep int getNum...
void function ( ) { User loc0 = new User ( ) ; userDao . addUser ( loc0 ) ; EasyMock . expectLastCall ( ) . times ( 1 ) ; replay ( userDao ) ; userServiceImpl . addUser ( loc0 ) ; verify ( userDao ) ; }
test add user = new user concode_field_sep UserServiceImpl userServiceImpl concode_elem_sep UserDao userDao concode_field_sep void testGetUser concode_elem_sep void testGetInvalidIdUser concode_elem_sep void testUpdateNonExistentUser concode_elem_sep void testGetUsersList concode_elem_sep void testUpdateUser concode_el...
void function ( ColumnProperty . Type < P > arg0 , P arg1 ) { properties . setColumnProperty ( arg0 , arg1 ) ; }
set a columnproperty . concode_field_sep ColumnPropertyManager properties concode_elem_sep CellEditor<ColType> cellEditor concode_elem_sep CellRenderer DEFAULT_CELL_RENDERER concode_elem_sep CellRenderer<RowType,ColType> cellRenderer concode_field_sep void setMinimumColumnWidth concode_elem_sep int getPreferredColumnWi...
void function ( ) { lock . lock ( ) ; I2C . i2cClose ( fd ) ; if ( this == bus0 ) { bus0 = null ; } else if ( this == bus1 ) { bus1 = null ; } lock . unlock ( ) ; }
closes this i2c bus concode_field_sep Lock lock concode_elem_sep String filename concode_elem_sep I2CBus bus0 concode_elem_sep I2CBus bus1 concode_elem_sep int fd concode_field_sep I2CBus getBus concode_elem_sep int getFileDescriptor concode_elem_sep String getFileName concode_elem_sep I2CDevice getDevice
boolean function ( ) { if ( fullCalcOnLoad == null ) { return false ; } else { return fullCalcOnLoad ; } }
gets the value of the fullcalconload property . concode_field_sep Object parent concode_elem_sep Boolean fullCalcOnLoad concode_field_sep void setFullCalcOnLoad concode_elem_sep Object getParent concode_elem_sep void afterUnmarshal concode_elem_sep void setParent
String function ( ) { return transform ; }
gets the value of the transform property . concode_field_sep String mode concode_elem_sep String transform concode_elem_sep String variant concode_elem_sep String value concode_field_sep String getValue concode_elem_sep void setTransform concode_elem_sep String getVariant concode_elem_sep void setValue concode_elem_sep...
String function ( ) { return m_defaultValue ; }
get the default value concode_field_sep String m_method concode_elem_sep Callout m_callout concode_elem_sep int m_maxLength concode_elem_sep int m_seqNo concode_elem_sep String m_decimalPoint concode_elem_sep String m_columnName concode_elem_sep String m_dataFormat concode_elem_sep int m_startNo concode_elem_sep boolea...
String function ( String arg0 ) { return StringUtils . replaceEach ( arg0 , mBadSpecialChars , mGoodSpecialChars ) ; }
method to replace special characters like umlaute in a query string concode_field_sep String[] mGoodSpecialChars concode_elem_sep String[] mBadSpecialChars concode_field_sep JSONObject readJsonObjectFromUrl concode_elem_sep JSONArray readJsonArrayFromUrl
void function ( boolean arg0 ) { this . sharing = arg0 ; }
sets the value of the sharing property . concode_field_sep boolean sharing concode_field_sep boolean isSharing
int function ( Calendar arg0 ) { return arg0 . get ( Calendar . DAY_OF_WEEK ) ; }
returns the weekday for the given date . concode_field_sep int DATE_TUESDAY concode_elem_sep int DATE_APRIL concode_elem_sep int DATE_FEBRUARY concode_elem_sep int DATE_SUNDAY concode_elem_sep int DATE_FRIDAY concode_elem_sep int DATE_SATURDAY concode_elem_sep int DATE_WEDNESDAY concode_elem_sep int DATE_HOUR concode_e...
void function ( ) { text = Character . toString ( currentChar ( ) ) ; value = null ; nextChar ( ) ; }
default method to extract only one-character tokens from the source . subclasses can override this method to construct language-specific tokens . after extracting the token , the current source line position will be one beyond the last token character . concode_field_sep int lineNum concode_elem_sep String text concode...
String function ( ) { return status ; }
getter method to get the status of a case concode_field_sep String subSubCategoryName concode_elem_sep String total concode_elem_sep String callSource concode_elem_sep String avgTime concode_elem_sep String circle concode_elem_sep String categoryName concode_elem_sep String subCategoryName concode_elem_sep String caseT...
byte [ ] function ( InputStream arg0 ) { byte [ ] loc0 = null ; try { loc0 = new byte [ arg0 . available ( ) ] ; arg0 . read ( loc0 ) ; } catch ( IOException loc1 ) { loc1 . printStackTrace ( ) ; } return loc0 ; }
get bytes from fingerprint inputstream concode_field_sep int sampleSizePerFrame concode_elem_sep int numRobustPointsPerFrame concode_elem_sep int numFilterBanks concode_elem_sep int overlapFactor concode_elem_sep FingerprintProperties fingerprintProperties concode_field_sep byte[] extractFingerprint concode_elem_sep vo...
void function ( SymTabStack arg0 ) { ps . println ( "srini_string" ) ; SymTabEntry loc0 = arg0 . getProgramId ( ) ; printRoutine ( loc0 ) ; }
print the intermediate code as a parse tree . concode_field_sep int INDENT_WIDTH concode_elem_sep PrintStream ps concode_elem_sep String indentation concode_elem_sep String indent concode_elem_sep StringBuilder line concode_elem_sep int length concode_elem_sep int LINE_WIDTH concode_field_sep void printAttributes conco...
void function ( final PropertyChangeListener arg0 ) { propertyChangeSupport . removePropertyChangeListener ( arg0 ) ; }
remove a listener for the propertychange event . concode_field_sep BorderStyleValueConverter valueConverter concode_elem_sep PropertyChangeSupport propertyChangeSupport concode_elem_sep BorderStyle value concode_field_sep String getJavaInitializationString concode_elem_sep Object getValue concode_elem_sep Component get...
int function ( int arg0 ) { return iArgType [ arg0 ] ; }
method declaration concode_field_sep int iReturnType concode_elem_sep Expression eArg[] concode_elem_sep boolean bConnection concode_elem_sep int iArgType[] concode_elem_sep boolean bArgNullable[] concode_elem_sep Channel cChannel concode_elem_sep int iArgCount concode_elem_sep Object oArg[] concode_elem_sep String sFu...
void function ( Cell arg0 ) { for ( int loc0 = 0 , loc1 = cellProcessors . size ( ) ; loc0 < loc1 ; loc0 ++ ) { CellProcessor loc2 = ( CellProcessor ) cellProcessors . get ( loc0 ) ; loc2 . processCell ( arg0 , namedCells ) ; } }
applies all registered cellprocessors to a cell concode_field_sep Map listRanges concode_elem_sep Map namedCells concode_elem_sep List cellProcessors concode_elem_sep Log log concode_elem_sep List formulas concode_elem_sep Row row concode_field_sep Block getTransformationBlock concode_elem_sep void setTransformationBlo...
TransactionCoordinator function ( ) { return transactionCoordinator ; }
provide subclasses with access to the transaction coordinator . concode_field_sep TransactionCoordinator transactionCoordinator concode_elem_sep boolean valid concode_elem_sep CoreMessageLogger LOG concode_elem_sep LocalStatus localStatus concode_elem_sep int timeout concode_field_sep void resetJoinStatus concode_elem_...
void function ( ) { testCloudWithAPIBase ( "srini_string" , TEST_CONTIG , TEST_READGROUPSET , TEST_EXPECTED ) ; }
countreads running on dataflow with api input . concode_field_sep long NA12877_S1_EXPECTED concode_elem_sep String NA12877_S1_READGROUPSET concode_elem_sep String TEST_BAM_FNAME concode_elem_sep String NA12877_S1_CONTIG concode_elem_sep long NA12877_S1_EXPECTED_WITH_UNMAPPED concode_elem_sep IntegrationTestHelper helpe...
void function ( boolean arg0 ) { if ( this . connected ) { throw new IllegalStateException ( "srini_string" ) ; } this . connected = true ; this . secure = arg0 ; }
tracks connecting to the target . concode_field_sep boolean connected concode_elem_sep HttpHost targetHost concode_elem_sep TunnelType tunnelled concode_elem_sep InetAddress localAddress concode_elem_sep HttpHost[] proxyChain concode_elem_sep boolean secure concode_elem_sep LayerType layered concode_field_sep void conn...
void function ( String [ ] arg0 ) { double loc0 = Double . parseDouble ( arg0 [ 4 ] ) ; double loc1 = Double . parseDouble ( arg0 [ 5 ] ) ; run ( arg0 [ 0 ] , arg0 [ 1 ] , arg0 [ 2 ] , arg0 [ 3 ] , loc0 , loc1 ) ; }
creates a timetable network change events file concode_field_sep Logger log concode_field_sep void run concode_elem_sep void WriteNetworkChangeEvents
void function ( BundleContext arg0 ) { context = null ; logger . debug ( "srini_string" ) ; }
called whenever the osgi framework stops our bundle concode_field_sep BundleContext context concode_elem_sep Logger logger concode_field_sep void start concode_elem_sep BundleContext getContext
void function ( final String arg0 ) { this . token = arg0 ; }
sets the token . concode_field_sep long serialVersionUID concode_elem_sep AuthRequest authRequest concode_elem_sep String token concode_field_sep AuthRequest getAuthRequest concode_elem_sep int hashCode concode_elem_sep String getToken concode_elem_sep boolean equals concode_elem_sep void setAuthRequest
javax . xml . stream . XMLStreamReader function ( javax . xml . namespace . QName arg0 ) { return localDescribeVpnGateways . getPullParser ( MY_QNAME ) ; }
databinding method to get an xml representation of this object concode_field_sep com.amazon.ec2.DescribeVpnGatewaysType localDescribeVpnGateways concode_elem_sep javax.xml.namespace.QName MY_QNAME concode_field_sep java.lang.String generatePrefix concode_elem_sep void serialize concode_elem_sep void serialize concode_e...
int function ( int arg0 , long arg1 ) { if ( arg1 < 0 ) throw new IllegalArgumentException ( "srini_string" ) ; return cm . waitForCondition ( cn , arg1 , arg0 ) ; }
this method blocks until certain conditions hold true on the underlying ssh-2 channel . this method returns as soon as one of the following happens : at least of the specified conditions see channelcondition holds true timeout > 0 and a timeout occured timeout will be set in result conditions the underlying channel was...
String function ( ) { return this . expression ; }
return the cron pattern that this sequence generator has been built for . concode_field_sep BitSet daysOfMonth concode_elem_sep String expression concode_elem_sep BitSet minutes concode_elem_sep BitSet hours concode_elem_sep TimeZone timeZone concode_elem_sep BitSet daysOfWeek concode_elem_sep BitSet seconds concode_el...
java . util . List < com . liferay . socialcoding . model . JIRAChangeGroup > function ( int arg0 , int arg1 ) { return _jiraChangeGroupLocalService . getJIRAChangeGroups ( arg0 , arg1 ) ; }
returns a range of all the j i r a change groups . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end to com.liferay.portal.kernel.dao.orm.quer...
String function ( ) { return nextPageUri ; }
the uri of the next page of objects . ` cursorquery ` is already embedded within this uri . concode_field_sep String cursorQuery concode_elem_sep String nextPageUri concode_field_sep String toIndentedString concode_elem_sep void setNextPageUri concode_elem_sep SempPaging nextPageUri concode_elem_sep void setCursorQuery...
void function ( ) { }
stop the activation concode_field_sep MessageEndpointFactory endpointFactory concode_elem_sep PureInflowActivationSpec spec concode_elem_sep PureInflowResourceAdapter ra concode_field_sep PureInflowActivationSpec getActivationSpec concode_elem_sep MessageEndpointFactory getMessageEndpointFactory concode_elem_sep void s...
ExtensionRegistryLite function ( ) { return new ExtensionRegistryLite ( this ) ; }
returns an unmodifiable view of the registry . concode_field_sep boolean eagerlyParseMessageSets concode_elem_sep int number concode_elem_sep Map<ObjectIntPair,GeneratedMessageLite.GeneratedExtension<?,?>> extensionsByNumber concode_elem_sep ExtensionRegistryLite EMPTY concode_elem_sep Object object concode_field_sep v...
void function ( boolean arg0 ) { m_FullyContainChildBalls = arg0 ; }
sets whether if a parent ball should completely enclose its two child balls . concode_field_sep double m_MaxRelLeafRadius concode_elem_sep int m_MaxInstancesInLeaf concode_elem_sep Instances m_Instances concode_elem_sep int m_NumNodes concode_elem_sep int m_MaxDepth concode_elem_sep DistanceFunction m_DistanceFunction ...
T function ( T arg0 ) { this . entityManager ( ) . persist ( arg0 ) ; return arg0 ; }
adds a new entity to the persistence store concode_field_sep EntityManagerFactory emFactory concode_elem_sep Class<T> entityClass concode_elem_sep int currentPageNumber concode_elem_sep int pageSize concode_elem_sep EntityManager _entityManager concode_elem_sep JpaRepository<T,ID> repository concode_elem_sep Iterator<T...
ExternalResourceName function ( ) { return new ExternalResourceName ( encodedRoot , path . startsWith ( "srini_string" ) ? "srini_string" : "srini_string" ) ; }
returns the root name for this name . concode_field_sep String path concode_elem_sep String encodedRoot concode_field_sep String encode concode_elem_sep ExternalResourceName resolve concode_elem_sep String getDisplayName concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String getPath conco...
void function ( TVysledekOvereni arg0 ) { this . platnostCertifikatu = arg0 ; }
sets the value of the platnostcertifikatu property . concode_field_sep TVysledekOvereni platnostBezpecnostnihoPrvkuCRL concode_elem_sep TOsobaInterni overovatel concode_elem_sep TVysledekOvereni platnostBezpecnostnihoPrvkuCertifikatu concode_elem_sep TLogicky stavRevokace concode_elem_sep TVysledekOvereni platnostCerti...
org . apache . axis . encoding . Deserializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanDeserializer ( arg1 , arg2 , typeDesc ) ; }
get custom deserializer concode_field_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String estimateRequestType concode_field_sep org.apache.axis.description.TypeDesc getTypeDesc concode_elem_sep java.la...
void function ( Passenger arg0 , int arg1 ) { arg0 . waitForElevator ( arg1 ) ; residents . remove ( arg0 ) ; if ( arg1 > floorNumber ) waitingUp . add ( arg0 ) ; if ( arg1 < floorNumber ) waitingDown . add ( arg0 ) ; }
called when a passenger on the floor wants to wait for the elevator . calling this adds the passenger to a list of passengers waiting to go up or down depending on the destination floor of the passenger relative to the floor number . when a passenger is waiting for the elevator on a floor , they are no longer considere...
void function ( ActionEvent arg0 ) { LOGGER . finer ( "srini_string" ) ; uploadModel . setSelectedMediaInput ( MediaMessage . MEDIA_TYPE_PHOTO ) ; uploadModel . setUploadFeedbackMessage ( "srini_string" ) ; }
actionlistener called from the ` photo ' button in home.xhtml concode_field_sep String RENDER_GROUP concode_elem_sep UploadModel uploadModel concode_elem_sep PortableRenderer portableRenderer concode_elem_sep String BEAN_NAME concode_elem_sep MediaHelper mediaHelper concode_elem_sep String MEDIA_FILE_KEY concode_elem_s...
void function ( boolean arg0 ) { if ( mOnPostCreateCalled ) throw new IllegalStateException ( "srini_string" ) ; mEnableSlide = arg0 ; }
controls whether the actionbar slides along with the above view when the menu is opened , or if it stays in place . concode_field_sep boolean mEnableSlide concode_elem_sep Activity mActivity concode_elem_sep View mViewBehind concode_elem_sep boolean mOnPostCreateCalled concode_elem_sep boolean mBroadcasting concode_ele...
org . apache . axis . encoding . Serializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanSerializer ( arg1 , arg2 , typeDesc ) ; }
get custom serializer concode_field_sep java.lang.String designadorTV concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_field_sep org.apache.axis.description.TypeDesc getTypeDesc concode_elem_sep void setDesignad...
HyperGraph function ( HyperGraph arg0 , int arg1 , String arg2 ) { return extractor . oracle_extract_hg ( arg0 , arg0 . sentLen , arg1 , arg2 ) ; }
extract a hypergraph that represents the translation from the original shared forest hypergraph that is closest to the reference translation . concode_field_sep OracleExtractionHG extractor concode_field_sep placeholderType placeHolder