code
stringlengths
20
663
nl
stringlengths
68
7.19k
void function ( ControlParameter arg0 ) { this . radius = arg0 ; }
set the value of the radius . concode_field_sep ControlParameter alpha concode_elem_sep ControlParameter radius concode_field_sep Double apply concode_elem_sep void setAlpha concode_elem_sep double getRadius concode_elem_sep double getAlpha
List function ( ) { List loc0 = new ArrayList ( ) ; while ( hasNext ) { String [ ] loc1 = readNext ( ) ; if ( loc1 != null ) loc0 . add ( loc1 ) ; } return loc0 ; }
this method used to reads the entire file into a list with each element being a string of tokens . concode_field_sep BufferedReader br concode_elem_sep char quotechar concode_elem_sep boolean linesSkiped concode_elem_sep char DEFAULT_SEPARATOR concode_elem_sep char DEFAULT_QUOTE_CHARACTER concode_elem_sep int skipLines...
Range function ( Number arg0 ) { return new Range ( arg0 , null ) ; }
a numeric range that checks only the lower bound concode_field_sep Number min concode_elem_sep Map<String,ConfigKey> configKeys concode_elem_sep Object NO_DEFAULT_VALUE concode_elem_sep Number max concode_elem_sep Class<?> clazz concode_elem_sep List<String> validStrings concode_field_sep Object parseType concode_elem_...
ShellClient function ( String arg0 , int arg1 ) { return newClient ( arg0 , arg1 , AbstractServer . DEFAULT_NAME ) ; }
creates a client and `` starts '' it , i.e. grabs the console prompt . it will try to find a remote server to connect to . uses default rmi name . concode_field_sep PlaceHolder placeHolder concode_field_sep ShellServer newServer
void function ( ) { setLevel ( Level . OFF ) ; }
set logging level for all handlers to off allow no log messages concode_field_sep java.util.logging.Logger loggerDelegate concode_field_sep void setLevelWarn concode_elem_sep void debug concode_elem_sep void debug concode_elem_sep void setLevelTrace concode_elem_sep void setLevelDebug concode_elem_sep Logger getLogger ...
byte [ ] function ( String arg0 ) { return MD5 . digest ( arg0 ) ; }
calculates the md5 of a string . concode_field_sep String opaque concode_elem_sep String method concode_elem_sep String body concode_elem_sep String nonce concode_elem_sep String uri concode_elem_sep String qop concode_elem_sep String passwd concode_elem_sep String nc concode_elem_sep String response concode_elem_sep S...
void function ( Statement arg0 ) { this . filterStatement = arg0 ; }
sets the value of the filterstatement property . concode_field_sep ReconciliationOrderReportAction reconciliationOrderReportAction concode_elem_sep Statement filterStatement concode_field_sep Statement getFilterStatement concode_elem_sep void setReconciliationOrderReportAction concode_elem_sep ReconciliationOrderReport...
void function ( Object arg0 , Throwable arg1 ) { logInternal ( ERROR , arg0 , arg1 ) ; }
logs the given message and throwable at the ` error ' level . concode_field_sep int TRACE concode_elem_sep int DEBUG concode_elem_sep int ERROR concode_elem_sep int INFO concode_elem_sep int FATAL concode_elem_sep int WARN concode_elem_sep StringBuffer bufferedLog concode_elem_sep boolean logLocationInfo concode_field_...
boolean function ( ) { return this . syncFuture != null ; }
return true when this truck is carrying a syncfuture , false otherwise . concode_field_sep FSWALEntry entry concode_elem_sep SyncFuture syncFuture concode_elem_sep EventFactory<RingBufferTruck> EVENT_FACTORY concode_elem_sep Span span concode_field_sep boolean hasFSWALEntryPayload concode_elem_sep void loadPayload conc...
void function ( ) { System . out . println ( toString ( ) ) ; }
dumps a pronunciation concode_field_sep Pronunciation UNKNOWN concode_elem_sep float probability concode_elem_sep Unit[] units concode_elem_sep String tag concode_elem_sep Word word concode_field_sep float getProbability concode_elem_sep Word getWord concode_elem_sep String toDetailedString concode_elem_sep Unit[] getU...
boolean function ( Object arg0 ) { if ( arg0 == this ) { return true ; } if ( arg0 instanceof Row ) { return ( ( Row ) arg0 ) . position == position ; } return false ; }
lifetime scope of this method is limited depends on the operations performed . rows deleted completely can equal rows produced later . this can return invalid results if used with deleted rows . concode_field_sep RowAction rowAction concode_elem_sep Object[] rowData concode_elem_sep int position concode_elem_sep TableB...
void function ( String arg0 ) { this . userName = arg0 ; }
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
long function ( ) { return pid ; }
returns the current process id concode_field_sep Path path concode_elem_sep long pid concode_elem_sep boolean deleteOnExit concode_field_sep boolean isDeleteOnExit concode_elem_sep Path getPath concode_elem_sep PidFile create concode_elem_sep PidFile create concode_elem_sep void addShutdownHook
void function ( IPerformanceEvaluatorListener arg0 ) { this . listener = arg0 ; }
warning : now , only the last registered listener is active at the same time . concode_field_sep int TIME_TO_LAST concode_elem_sep int GOOD_PERFORMANCE_INDICE concode_elem_sep IPerformanceEvaluatorListener listener concode_elem_sep int INIT_TIME concode_field_sep void main concode_elem_sep void evaluate
BigArrays function ( ) { return bigArrays ; }
returns a bigarrays instance for this engine concode_field_sep String INDEX_TRANSLOG_FS_TYPE concode_elem_sep String INDEX_TRANSLOG_SYNC_INTERVAL concode_elem_sep TimeValue syncInterval concode_elem_sep Settings indexSettings concode_elem_sep ShardId shardId concode_elem_sep String INDEX_TRANSLOG_BUFFER_SIZE concode_el...
boolean function ( Object arg0 ) { if ( ! ( arg0 instanceof Size2DSyntax ) ) return false ; Size2DSyntax loc0 = ( Size2DSyntax ) arg0 ; return ( x == loc0 . getXMicrometers ( ) && y == loc0 . getYMicrometers ( ) ) ; }
tests if the given object is equal to this object . concode_field_sep int INCH concode_elem_sep int x concode_elem_sep int y concode_elem_sep int MM concode_field_sep float[] getSize concode_elem_sep float getX concode_elem_sep int getYMicrometers concode_elem_sep float getY concode_elem_sep int hashCode concode_elem_s...
void function ( String arg0 ) { this . version = arg0 ; }
sets the version of the content type . concode_field_sep int HASHCODE_MULTIPLIER concode_elem_sep int HASHCODE_OFFSET concode_elem_sep String name concode_elem_sep URI namespace concode_elem_sep String version concode_field_sep void setName concode_elem_sep String getVersion concode_elem_sep String getName concode_elem...
float function ( float arg0 ) { return random . nextFloat ( ) * arg0 ; }
returns a random number between 0 inclusive and the specified value exclusive . concode_field_sep float radDeg concode_elem_sep double BIG_ENOUGH_ROUND concode_elem_sep int SIN_BITS concode_elem_sep float PI concode_elem_sep Random random concode_elem_sep double BIG_ENOUGH_CEIL concode_elem_sep int BIG_ENOUGH_INT conco...
ReloadableResourceBundleMessageSource function ( ) { ReloadableResourceBundleMessageSource loc0 = new ReloadableResourceBundleMessageSource ( ) ; loc0 . setBasename ( getMessageSourceBaseName ( ) ) ; return loc0 ; }
configure messagesource . this bean must have the name `` messagesource '' ! concode_field_sep Logger logger concode_field_sep String getMessageSourceBaseName concode_elem_sep SpringstrapConfiguration serverConfiguration concode_elem_sep String getPropertyFileName concode_elem_sep PropertyPlaceholderConfigurer property...
void function ( Visitor < PlanNode > arg0 ) { for ( SinkPlanNode loc0 : this . dataSinks ) { loc0 . accept ( arg0 ) ; } }
applies the given visitor top down to all nodes , starting at the sinks . concode_field_sep String jobName concode_elem_sep Collection<SourcePlanNode> dataSources concode_elem_sep Collection<PlanNode> allNodes concode_elem_sep Plan originalProgram concode_elem_sep Collection<SinkPlanNode> dataSinks concode_field_sep Co...
void function ( String arg0 ) { if ( NATIVE_ENCODING . equals ( arg0 ) ) { arg0 = null ; } this . encoding = arg0 ; }
sets the encoding to assume for file names and comments . set to native-encoding if you want your platform 's native encoding , defaults to utf8 . concode_field_sep String encoding concode_elem_sep boolean overwrite concode_elem_sep String NATIVE_ENCODING concode_field_sep void setOverwrite concode_elem_sep void expand...
Function < Map . Entry < K , V > , K > function ( ) { return EntryToKeyFunction . getInstance ( ) ; }
provides a function that returns the key of the entry when invoked . concode_field_sep EntryToValueFunction<?,?> FUNCTION concode_elem_sep EntryToKeyFunction<?,?> FUNCTION concode_elem_sep Map<Class<? extends Object>,ExternalizerId> objects concode_elem_sep AlwaysTruePredicate INSTANCE concode_elem_sep Class<? extends ...
java . lang . String function ( ) { return _ticket . getClassName ( ) ; }
returns the fully qualified class name of this ticket . concode_field_sep Ticket _ticket concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concod...
boolean function ( jdbcConnection arg0 ) { return arg0 . isInternal ; }
retrieves whether the given connection object is internal . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean IsNetwork concode_elem_sep SessionInterface GetSessionInterface concode_elem_sep String GetJdbcUrl concode_elem_sep String GetDatabaseCollationName concode_elem_sep HsqlProperties GetConnectio...
float function ( float arg0 , float arg1 , float arg2 ) { float loc0 = arg0 - this . x ; float loc1 = arg1 - this . y ; float loc2 = arg2 - this . z ; loc0 *= loc0 ; loc1 *= loc1 ; loc2 *= loc2 ; return loc0 + loc1 + loc2 ; }
returns the squared distance between this point and the given point concode_field_sep Vector3 tmp concode_elem_sep Vector3 Zero concode_elem_sep Vector3 X concode_elem_sep float x concode_elem_sep float y concode_elem_sep Vector3 Y concode_elem_sep float z concode_elem_sep long serialVersionUID concode_elem_sep Vector3...
List < AiCamera > function ( ) { return m_cameras ; }
returns the list of cameras . cameras are fully optional , the returned list may be empty concode_field_sep List<AiCamera> m_cameras concode_elem_sep List<AiMesh> m_meshes concode_elem_sep List<AiAnimation> m_animations concode_elem_sep List<AiMaterial> m_materials concode_elem_sep List<AiLight> m_lights concode_elem_s...
void function ( ManagedObjectReference arg0 ) { this . _this = arg0 ; }
sets the value of the this property . concode_field_sep List<DvsVmVnicResourcePoolConfigSpec> configSpec concode_elem_sep ManagedObjectReference _this concode_field_sep ManagedObjectReference getThis concode_elem_sep List<DvsVmVnicResourcePoolConfigSpec> getConfigSpec
void function ( ServerSocket arg0 ) { if ( arg0 != null ) { try { arg0 . close ( ) ; } catch ( RuntimeException loc0 ) { throw loc0 ; } catch ( Exception loc0 ) { } } }
closes serversocket , ignoring any checked exceptions . does nothing if serversocket is null . concode_field_sep Charset US_ASCII concode_elem_sep byte[] EMPTY_BYTE_ARRAY concode_elem_sep AtomicReference<byte[]> skipBuffer concode_elem_sep char[] DIGITS concode_elem_sep Charset UTF_8 concode_elem_sep String[] EMPTY_STR...
User function ( HsqlName arg0 , String arg1 , boolean arg2 ) { User loc0 = granteeManager . addUser ( arg0 ) ; loc0 . setPassword ( arg1 , arg2 ) ; boolean loc1 = userList . add ( arg0 . arg0 , loc0 ) ; if ( ! loc1 ) { throw Error . error ( ErrorCode . X_28503 , arg0 . statementName ) ; } return loc0 ; }
creates a new user object under management of this object . a set of constraints regarding user creation is imposed : if the specified name is null , then an assertion_failed exception is thrown stating that the name is null . if this object 's collection already contains an element whose name attribute equals the name...
String function ( ) { return this . phaseName ; }
gets the phase name . concode_field_sep boolean isEnabled concode_elem_sep Map<String,FilterEntry> filterNameFilterEntryMap concode_elem_sep List<FilterEntry> filterEntryList concode_elem_sep String phaseName concode_field_sep void setEnabled concode_elem_sep Iterator<FilterEntry> iterator concode_elem_sep boolean isEn...
void function ( ) { ENUM_CACHE . clear ( ) ; }
clears cache . concode_field_sep ConcurrentMap<Class<?>,Object[]> ENUM_CACHE concode_field_sep T get
String function ( ) { return this . value ; }
this gets the value concode_field_sep String value concode_field_sep void setValue
void function ( String arg0 ) { Assert . notNull ( arg0 , "srini_string" ) ; this . contentType = arg0 ; }
specify the content type to use for sending http invoker requests . default is `` application/x-java-serialized - object '' . concode_field_sep boolean acceptGzipEncoding concode_elem_sep String HTTP_HEADER_CONTENT_TYPE concode_elem_sep String contentType concode_elem_sep Log logger concode_elem_sep String HTTP_METHOD_...
void function ( ) { GuiceConfig loc0 = new GuiceConfig ( ) ; loc0 . set ( "srini_string" , "srini_string" ) ; JAXBResourceFactory loc1 = new JAXBResourceFactory ( loc0 , SERIALISER_FACTORY ) ; loc1 . get ( MyType . class , "srini_string" ) ; }
this will almost certainly be translated into a file resource concode_field_sep JAXBSerialiserFactory SERIALISER_FACTORY concode_field_sep void testVariableReferencingLiteralDocument concode_elem_sep void testChangingLiteralProperty concode_elem_sep void testLiteralPropertyCaching concode_elem_sep void testLiteralPrope...
JsonContent < T > function ( T arg0 ) { verify ( ) ; Assert . notNull ( arg0 , "srini_string" ) ; String loc0 = writeObject ( arg0 , this . type ) ; return new JsonContent < > ( this . resourceLoadClass , this . type , loc0 ) ; }
return jsoncontent from writing the specific value . concode_field_sep Class<?> resourceLoadClass concode_elem_sep Class<?> testerClass concode_elem_sep ResolvableType type concode_field_sep ObjectContent<T> read concode_elem_sep ObjectContent<T> read concode_elem_sep ObjectContent<T> read concode_elem_sep ObjectConten...
void function ( ) { for ( int loc0 = 0 ; loc0 < rows ; loc0 ++ ) { for ( int loc1 = 0 ; loc1 < columns ; loc1 ++ ) { System . out . printf ( "srini_string" , array [ loc0 ] [ loc1 ] ) ; } } }
` shows ' the matrix . concode_field_sep double[][] MATRIX_2_ARRAY concode_elem_sep double[][] MATRIX_1_ARRAY concode_elem_sep double[][] array concode_elem_sep int columns concode_elem_sep int rows concode_field_sep Matrix multiplyWith concode_elem_sep void main
Location function ( Element arg0 , String arg1 ) { Attr loc0 = arg0 . getAttributeNodeNS ( URI , SRC_ATTR ) ; if ( loc0 == null ) { return Location . UNKNOWN ; } return new LocationImpl ( arg1 == null ? arg0 . getNodeName ( ) : arg1 , loc0 . getValue ( ) , getLine ( arg0 ) , getColumn ( arg0 ) ) ; }
returns the location of an element dom flavor . concode_field_sep String PREFIX concode_elem_sep String URI concode_elem_sep String Q_LINE_ATTR concode_elem_sep ContentHandler nextHandler concode_elem_sep String SRC_ATTR concode_elem_sep String Q_COL_ATTR concode_elem_sep String COL_ATTR concode_elem_sep Locator locato...
java . util . List < Task > function ( ) { if ( tasks == null ) { tasks = new com . amazonaws . internal . SdkInternalList < Task > ( ) ; } return tasks ; }
a full description of the tasks that were started . each task that was successfully placed on your container instances are described here . concode_field_sep com.amazonaws.internal.SdkInternalList<Failure> failures concode_elem_sep com.amazonaws.internal.SdkInternalList<Task> tasks concode_field_sep void setTasks conco...
EntityResponse function ( final OEntity arg0 ) { return new EntityResponse ( ) { @ Override public OEntity getEntity ( ) { return arg0 ; } } ; }
creates a new entityresponse instance . concode_field_sep PlaceHolder placeHolder concode_field_sep EntitiesResponse entities concode_elem_sep ComplexObjectResponse complexObject concode_elem_sep CountResponse count concode_elem_sep PropertyResponse property concode_elem_sep SimpleResponse simple concode_elem_sep Simpl...
SMPPServerSession function ( ) { Connection loc0 = serverConn . accept ( ) ; loc0 . setSoTimeout ( initiationTimer ) ; return new SMPPServerSession ( loc0 , sessionStateListener , messageReceiverListener , responseDeliveryListener , pduProcessorDegree ) ; }
accept session request from client . the session state is still open . to communicate with esme properly binding request should be accepted . smppserversession session = listener.accept ; bindrequest bindreq = session.waitforbind 5000 ; if checkpassword bindreq bindreq.accept `` sys '' ; else bindreq.reject smppconstan...
RecordRef function ( ) { return entity ; }
gets the value of the entity property . concode_field_sep RecordRef tax1Acct concode_elem_sep XMLGregorianCalendar endDate concode_elem_sep String memo concode_elem_sep Double tax1Amt concode_elem_sep Boolean eliminate concode_elem_sep String residual concode_elem_sep RecordRef taxCode concode_elem_sep RecordRef schedu...
long function ( ) { long loc0 = cloudlet . getCloudletTotalLength ( ) * Consts . MILLION - cloudletFinishedSoFar ; if ( loc0 < 0 ) { return 0 ; } return ( long ) Math . floor ( loc0 / Consts . MILLION ) ; }
gets the remaining cloudlet length . concode_field_sep int peId concode_elem_sep int index concode_elem_sep double startExecTime concode_elem_sep int NOT_FOUND concode_elem_sep double totalCompletionTime concode_elem_sep int duration concode_elem_sep int[] peArrayId concode_elem_sep int machineId concode_elem_sep doubl...
void function ( int arg0 ) { if ( ! completed [ arg0 ] ) return ; completed [ arg0 ] = false ; completedCount -- ; }
notify that a block has no longer succeeded . e.g. we downloaded it but now the data is no longer available due to disk corruption . concode_field_sep int[] retries concode_elem_sep Random random concode_elem_sep int maxRetries concode_elem_sep boolean logMINOR concode_elem_sep int VERSION concode_elem_sep int blocks c...
void function ( int arg0 ) { try { m_CommPort . enableReceiveTimeout ( arg0 ) ; } catch ( UnsupportedCommOperationException loc0 ) { System . out . println ( loc0 . getMessage ( ) ) ; } }
describe setreceivetimeout method here . concode_field_sep boolean m_Echo concode_elem_sep CommPort m_CommPort concode_field_sep ModbusResponse readResponse concode_elem_sep ModbusRequest readRequest concode_elem_sep void readEcho concode_elem_sep void prepareStreams concode_elem_sep void setReceiveThreshold concode_el...
FunctionFactory function ( ) { return ffProxy . getGeneralFactory ( ) ; }
returns the general functionfactory used by the associated policy . concode_field_sep int XACML_VERSION_2_0 concode_elem_sep String[] xacmlIdentifiers concode_elem_sep FunctionFactoryProxy ffProxy concode_elem_sep String XACML_1_0_IDENTIFIER concode_elem_sep int xpathVersion concode_elem_sep AttributeFactoryProxy afPro...
TrafficPolicy function ( ) { return this . trafficPolicy ; }
a complex type that contains settings for the specified traffic policy . concode_field_sep TrafficPolicy trafficPolicy concode_field_sep UpdateTrafficPolicyCommentResult withTrafficPolicy concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep UpdateTrafficPolicyCommentResult clone concode_elem_s...
String function ( int arg0 ) { return humanHelper ( arg0 , CLASS_FLAGS , CONV_CLASS ) ; }
returns a human-oriented string representing the given access flags , as defined on classes not fields or methods . concode_field_sep int ACC_NATIVE concode_elem_sep int ACC_SUPER concode_elem_sep int ACC_STRICT concode_elem_sep int ACC_ANNOTATION concode_elem_sep int CONV_CLASS concode_elem_sep int ACC_ABSTRACT concod...
PageFormat function ( ) { return new PageFormat ( ) ; }
returns an instance of the default page which will have the default paper and orientation . concode_field_sep PrintService printer concode_field_sep void setJobName concode_elem_sep void cancel concode_elem_sep boolean isCancelled concode_elem_sep PrinterJob getPrinterJob concode_elem_sep String getJobName concode_elem...
ResolvableType function ( ) { return ( this . field != null ? ResolvableType . forField ( this . field , this . nestingLevel , this . containingClass ) : ResolvableType . forMethodParameter ( this . methodParameter ) ) ; }
build a resolvabletype object for the wrapped parameter/field . concode_field_sep int nestingLevel concode_elem_sep String fieldName concode_elem_sep Field field concode_elem_sep Class<?>[] parameterTypes concode_elem_sep boolean eager concode_elem_sep Class<?> containingClass concode_elem_sep MethodParameter methodPar...
int function ( ) { return concurrency ; }
gets the concurrency level concode_field_sep boolean filterCache concode_elem_sep int DEFAULT_MULTIPLIER concode_elem_sep int DEFAULT_CONCURRENCY concode_elem_sep SearchType DEFAULT_SEARCH_TYPE concode_elem_sep boolean numSlowestFinalized concode_elem_sep boolean fieldDataCache concode_elem_sep ClearCachesSettings clea...
String function ( ) { return parseField . getPreferredName ( ) ; }
return the english-formatted name of the gappolicy concode_field_sep ParseField parseField concode_elem_sep byte id concode_field_sep void writeTo concode_elem_sep GapPolicy readFrom concode_elem_sep Double resolveBucketValue concode_elem_sep Double resolveBucketValue concode_elem_sep GapPolicy parse
java . util . List < com . liferay . portal . kernel . model . Release > function ( int arg0 , int arg1 ) { return getService ( ) . getReleases ( arg0 , arg1 ) ; }
returns a range of all the releases . 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.queryutil #all_po...
String function ( ) { return answertype ; }
gets the value of the answertype property . concode_field_sep Boolean istrigger concode_elem_sep String dbvalue concode_elem_sep String questioncd concode_elem_sep String answertype concode_elem_sep String tooltip concode_elem_sep AMLCDDOBOnlineQuestionAnswersSetType answers concode_elem_sep String helplink concode_ele...
String function ( ) { return getFirst ( DESTINATION ) ; }
get the destination header . applies to the send , subscribe , and message frames . concode_field_sep String CONTENT_LENGTH concode_elem_sep String ACK concode_elem_sep Map<String,List<String>> headers concode_elem_sep String LOGIN concode_elem_sep String SERVER concode_elem_sep String SESSION concode_elem_sep String P...
String function ( ) { return name ; }
returns the repository name , with leading '' @literal @ '' or '' '' for the default repository . concode_field_sep PathFragment pkgName concode_elem_sep String name concode_elem_sep PackageIdentifier packageId concode_elem_sep RepositoryName repository concode_elem_sep String DEFAULT_REPOSITORY concode_field_sep void ...
boolean function ( String arg0 , String arg1 ) { return ( new VersionString ( arg0 ) ) . contains ( arg1 ) ; }
check if the versionstring ` vs ' contains the versionid ` vi ' concode_field_sep ArrayList _versionIds concode_field_sep boolean containsGreaterThan concode_elem_sep boolean containsGreaterThan concode_elem_sep String toString
void function ( ) { if ( hasErrors ( ) ) { throw new MultipleCompilationErrorsException ( this ) ; } }
causes the current phase to fail by throwing a compilationfailedexception . concode_field_sep CompilerConfiguration configuration concode_elem_sep LinkedList warnings concode_elem_sep LinkedList errors concode_field_sep void addError concode_elem_sep void addError concode_elem_sep void addError concode_elem_sep void ad...
State function ( State arg0 ) { return apply ( arg0 , 0.0 ) ; }
add a unary node to the existing node on top of the stack concode_field_sep boolean isRoot concode_elem_sep String label concode_elem_sep long serialVersionUID concode_field_sep Tree addUnaryNode concode_elem_sep boolean isLegal concode_elem_sep int hashCode concode_elem_sep Tree createNode concode_elem_sep boolean equ...
void function ( PTLocaleType arg0 ) { this . ptLocale = arg0 ; }
sets the value of the ptlocale property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep String type concode_elem_sep String title concode_elem_sep String uui...
Result function ( XMLStreamWriter arg0 ) { return new StAXResult ( arg0 ) ; }
create a jaxp 1.4 staxresult for the given xmlstreamwriter . concode_field_sep PlaceHolder placeHolder concode_field_sep XMLReader createXMLReader concode_elem_sep XMLReader createXMLReader concode_elem_sep boolean isStaxSource concode_elem_sep boolean isStaxResult concode_elem_sep ContentHandler createContentHandler c...
void function ( java . lang . String arg0 ) { this . workflowRequestActionType = arg0 ; }
sets the workflowrequestactiontype value for this workflowrequestaction . concode_field_sep java.lang.String workflowRequestActionType concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_field_sep java.lang.String ...
float function ( Date arg0 , float arg1 ) { double loc0 = calculateJulianDay ( arg0 ) ; double loc1 = loc0 - 2451545.0f ; double loc2 = 280.461f + 360.98564737f * loc1 ; double loc3 = normalizeAngle ( loc2 + arg1 ) ; return ( float ) loc3 ; }
calculate local mean sidereal time in degrees . note that longitude is negative for western longitude values . concode_field_sep PlaceHolder placeHolder concode_field_sep double normalizeHours concode_elem_sep Date calculateGregorianDate concode_elem_sep double calculateJulianDay concode_elem_sep double normalizeAngle ...
boolean function ( int arg0 , float arg1 ) { if ( arg0 < size ) { values [ arg0 ] = arg1 ; sorted = false ; return true ; } else { return false ; } }
put a value to a index concode_field_sep boolean sorted concode_elem_sep int size concode_elem_sep float[] values concode_field_sep void setSize concode_elem_sep double getMinimum concode_elem_sep double getVariance concode_elem_sep double getMean concode_elem_sep String toString concode_elem_sep void sort concode_elem...
boolean function ( ) { return ( index > 1 ) ; }
tests if there are more points to read . concode_field_sep QuadCurve2D quad concode_elem_sep int index concode_elem_sep AffineTransform affine concode_field_sep void next concode_elem_sep int getWindingRule concode_elem_sep int currentSegment concode_elem_sep int currentSegment
void function ( Context arg0 , ArrayList < File > arg1 ) { mFileQueue = arg1 ; mCount = mFileQueue . size ( ) ; createFolderStructure ( arg0 , mFileQueue . get ( 0 ) ) ; }
job queue concode_field_sep FrameLayout mSnapshotLayout concode_elem_sep int mCount concode_elem_sep int WAIT_TIME concode_elem_sep Handler mHandler concode_elem_sep File mFile concode_elem_sep AlertDialog mAlert concode_elem_sep ArrayList<File> mFileQueue concode_elem_sep String mName concode_elem_sep Context mContext...
CalcResult function ( ) { Map < List < Object > , CalcResult > loc0 = inMemoryGroupBy . visit ( ) ; GroupByResult loc1 = new GroupByResult ( loc0 , aggregate , groupByAttributes ) ; if ( optimizationResult == CalcResult . NULL_RESULT ) { return loc1 ; } return optimizationResult . merge ( loc1 ) ; }
this method computes and returns the group by visitor result . if the computation was optimized the optimization result is returned otherwise the result is computed in memory . if for some reason an optimization result exists and there are visited features , an in memory computation is performed and is merged with the ...
void function ( String arg0 ) { addInfoMessage ( null , arg0 ) ; }
add information message . concode_field_sep Properties buildProperties concode_field_sep String getRequestParameter concode_elem_sep UIComponent findComponent concode_elem_sep ServletContext getServletContext concode_elem_sep Object getManagedBean concode_elem_sep String getActionAttribute concode_elem_sep String getBu...
void function ( OutputStream arg0 , int arg1 ) { byte [ ] loc0 = new byte [ 1 ] ; loc0 [ 0 ] = ( byte ) ( arg1 & 0xff ) ; arg0 . write ( loc0 ) ; }
implements outputstream.write int in terms of outputstream.write byte , int , int . outputstream assumes that you implement outputstream.write int and provides default implementations of the others , but often the opposite is more efficient . concode_field_sep Charset US_ASCII concode_elem_sep byte[] EMPTY_BYTE_ARRAY c...
void function ( String arg0 ) { this . oauthClientId = arg0 ; }
oauth2 clientid concode_field_sep Map<String,Class<?>> models concode_elem_sep String oauthClientId concode_elem_sep String oauthTokenUrl concode_elem_sep String resource concode_elem_sep String oauthClientSecret concode_elem_sep Boolean suppressAutoSysField concode_elem_sep String userName concode_elem_sep ObjectMappe...
void function ( Dataset arg0 ) { _release ( location ( arg0 ) ) ; }
create a tdb-backed dataset directly over the storage in memory not transactional testing only concode_field_sep PlaceHolder placeHolder concode_field_sep Graph assembleGraph concode_elem_sep Dataset assembleDataset concode_elem_sep Dataset createDataset concode_elem_sep Dataset createDataset concode_elem_sep Dataset c...
SiteType . Usage function ( ) { return new SiteType . Usage ( ) ; }
create an instance of sitetype.usage concode_field_sep PlaceHolder placeHolder concode_field_sep SiteType createSiteType concode_elem_sep DomainDirectiveType createDomainDirectiveType concode_elem_sep GroupListType createGroupListType concode_elem_sep PaginationType createPaginationType concode_elem_sep ScheduleListTyp...
void function ( ) { }
this is not really useful in the current usage but may be if this class is used in a different way . concode_field_sep FileDescriptor outDescriptor concode_elem_sep int sessionId concode_elem_sep boolean needsSync concode_elem_sep int SCRIPT_BINARY_172 concode_elem_sep boolean busyWriting concode_elem_sep String[] LIST...
void function ( float arg0 ) { this . alignment = arg0 > 1.0f ? 1.0f : arg0 < 0.0f ? 0.0f : arg0 ; }
set the component alignment along the border edge . concode_field_sep boolean adjustInsets concode_elem_sep float LEADING concode_elem_sep JComponent parent concode_elem_sep JComponent component concode_elem_sep Edge edge concode_elem_sep int addY concode_elem_sep float CENTER concode_elem_sep int gap concode_elem_sep ...
Object function ( String arg0 ) { return getValueBinding ( getJsfEl ( arg0 ) ) . getValue ( FacesContext . getCurrentInstance ( ) ) ; }
get servlet context . concode_field_sep PlaceHolder placeHolder concode_field_sep String getRequestParameter concode_elem_sep Application getApplication concode_elem_sep ValueBinding getValueBinding concode_elem_sep Object getElValue concode_elem_sep void addInfoMessage concode_elem_sep void addInfoMessage concode_elem...
PageInfo function ( Long arg0 , Long arg1 , Long arg2 , Integer arg3 ) { return PageInfo . create ( arg0 , arg2 , arg3 == null ? 2 : arg3 , arg1 ) ; }
build a page html content according to number of records , records per page , base url and display distance . example : get total and set it into buildpageinfo method : pageinfo pageinfo = buildpageinfo articledao.count , record_per_page , getcontextpath '' '' + '' / problem '' , null ; concode_field_sep PlaceHolder pl...
void function ( ) { }
tears down the test fixture . called after every test case method . concode_field_sep ClimbingClub hikerClub2 concode_elem_sep ClimbingClub hikerClub concode_field_sep void testAddClimbTimesAsEntered concode_elem_sep void testDistinctPeakNamesAsEntered concode_elem_sep void testAddClimbSorted concode_elem_sep void test...
String function ( ) { return getClass ( ) . getName ( ) + "srini_string" + color + ( italic ? "srini_string" : "srini_string" ) + ( bold ? "srini_string" : "srini_string" ) + "srini_string" ; }
returns a string representation of this object . concode_field_sep Color color concode_elem_sep Font lastFont concode_elem_sep Font lastStyledFont concode_elem_sep boolean bold concode_elem_sep FontMetrics fontMetrics concode_elem_sep boolean italic concode_field_sep boolean isItalic concode_elem_sep FontMetrics getFon...
void function ( String arg0 ) { this . lastName = arg0 ; }
setter for lastname concode_field_sep String lastName concode_elem_sep AddressType address concode_elem_sep String pageStyle concode_elem_sep String serviceDefReq1 concode_elem_sep String serviceName2 concode_elem_sep String initFlowType concode_elem_sep String serviceName1 concode_elem_sep String serviceDefReq2 concod...
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 long timeStamp concode_elem_sep java.lang.String digestValue concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep org.talend.mdm.webservice.WSDigestKey wsDigestKey concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc ...
void function ( ) { latestConfirmedSeq = - 1 ; bitmap = 0 ; }
when a new epoch begins , sequence numbers begin again at 0 concode_field_sep long VALID_SEQ_MASK concode_elem_sep long bitmap concode_elem_sep long latestConfirmedSeq concode_elem_sep long WINDOW_SIZE concode_field_sep boolean shouldDiscard concode_elem_sep void reportAuthenticated
String function ( ) { return VERSION ; }
returns the current version as string concode_field_sep int REVISION concode_elem_sep int MAJOR concode_elem_sep int MINOR concode_elem_sep String VERSION_FILE concode_elem_sep String VERSION concode_field_sep void parseVersion concode_elem_sep boolean isNewer concode_elem_sep boolean equals concode_elem_sep void main ...
Connection function ( String arg0 , String arg1 ) { Properties loc0 = new Properties ( ) ; if ( arg0 != null ) { loc0 . put ( "srini_string" , arg0 ) ; } if ( arg1 != null ) { loc0 . put ( "srini_string" , arg1 ) ; } return jdbcDriver . getConnection ( database , loc0 ) ; }
getconnection method comment . concode_field_sep int loginTimeout concode_elem_sep PrintWriter logWriter concode_elem_sep String user concode_elem_sep String database concode_elem_sep String password concode_field_sep void setPassword concode_elem_sep String getDatabase concode_elem_sep void setLoginTimeout concode_ele...
com . gvt . www . ws . eai . oss . ossturbonet . OSSTurbonetOut function ( ) { return mensagem ; }
gets the mensagem value for this ossturbonetmodemout . concode_field_sep boolean modemSincronizado concode_elem_sep java.lang.String statusPorta concode_elem_sep com.gvt.www.ws.eai.oss.ossturbonet.OSSTurbonetOut mensagem concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem...
java . lang . String function ( ) { return _socialActivitySet . getUserUuid ( ) ; }
returns the user uuid of this social activity set . concode_field_sep SocialActivitySet _socialActivitySet concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGro...
void function ( final CoordinationContextType arg0 , final MAP arg1 ) { }
send a compensate request . concode_field_sep SyncParticipantClient CLIENT concode_field_sep void sendParticipantCompleteClose concode_elem_sep void sendCannotComplete concode_elem_sep void sendFail concode_elem_sep void sendExit concode_elem_sep void sendCoordinatorCompleteClose concode_elem_sep void sendParticipantCa...
int function ( LuaState arg0 ) { int loc0 ; for ( loc0 = 0 ; loc0 < states . size ( ) ; loc0 ++ ) { LuaState loc1 = ( LuaState ) states . get ( loc0 ) ; if ( loc1 != null ) { if ( loc1 . getCPtrPeer ( ) == arg0 . getCPtrPeer ( ) ) return loc0 ; } } loc0 = getNextStateIndex ( ) ; states . set ( loc0 , arg0 ) ; return lo...
receives a existing luastate and checks if it exists in the states list . if it does n't exist adds it to the list . concode_field_sep List states concode_field_sep void removeLuaState concode_elem_sep LuaState newLuaState concode_elem_sep LuaState getExistingState concode_elem_sep int getNextStateIndex
int function ( ) { return N ; }
return the number of item in list concode_field_sep Node head concode_elem_sep Node next concode_elem_sep Item item concode_elem_sep Node current concode_elem_sep int N concode_field_sep void add concode_elem_sep void add concode_elem_sep Item next concode_elem_sep Iterator<Item> iterator concode_elem_sep Item get conc...
ErrorGroup function ( GroupName arg0 ) { GetGroupRequest loc0 = GetGroupRequest . newBuilder ( ) . setGroupNameWithGroupName ( arg0 ) . build ( ) ; return getGroup ( loc0 ) ; }
get the specified group . sample code : try errorgroupserviceclient errorgroupserviceclient = errorgroupserviceclient.create groupname groupname = groupname.create '' project '' , '' group '' ; errorgroup response = errorgroupserviceclient.getgroup groupname ; concode_field_sep ErrorGroupServiceSettings settings concod...
CharSequence function ( CharSequence arg0 ) { int loc0 = arg0 . length ( ) ; int loc1 = 0 ; while ( loc1 < loc0 && isWhiteSpace ( arg0 . charAt ( loc1 ) ) ) loc1 ++ ; int loc2 = loc0 - 1 ; while ( loc2 > loc1 && isWhiteSpace ( arg0 . charAt ( loc2 ) ) ) loc2 -- ; if ( loc1 == 0 && loc2 == loc0 - 1 ) return arg0 ; else ...
equivalent of string #trim . concode_field_sep PlaceHolder placeHolder concode_field_sep String replace concode_elem_sep CharSequence replace concode_elem_sep boolean isWhiteSpaceExceptSpace concode_elem_sep String collapse concode_elem_sep CharSequence collapse concode_elem_sep boolean isWhiteSpace concode_elem_sep bo...
int function ( ) { return createdFromWidth ; }
width from #getcreatedfromx within #getcreatedfrombitmap of this bitmap ` scontent , or -1 . concode_field_sep byte[] createdFromBytes concode_elem_sep Bitmap createdFromBitmap concode_elem_sep int[] createdFromColors concode_elem_sep int density concode_elem_sep Matrix createdFromMatrix concode_elem_sep Bitmap realBit...
BigDecimal function ( byte [ ] arg0 ) { int loc0 = ( arg0 [ 0 ] & 0xFF ) ; byte [ ] loc1 = new byte [ arg0 . length - 1 ] ; System . arraycopy ( arg0 , 1 , loc1 , 0 , loc1 . length ) ; BigInteger loc2 = new BigInteger ( loc1 ) ; return new BigDecimal ( loc2 , loc0 ) ; }
this method will convert a byte value back to big decimal value concode_field_sep LogService LOGGER concode_elem_sep ThreadLocal<DateFormat> timeStampformatter concode_elem_sep ThreadLocal<DateFormat> dateformatter concode_elem_sep Map<String,String> dataTypeDisplayNames concode_field_sep Object normalizeIntAndLongValu...
SSLServerSocketFactory function ( ) { try { return certificateVerification . getSSLContext ( ) . getServerSocketFactory ( ) ; } catch ( GeneralSecurityException loc0 ) { throw new IOException ( loc0 . getMessage ( ) ) ; } }
creates a ssl server socket factory . concode_field_sep String SIP_DSCP_PROPERTY concode_elem_sep Logger logger concode_elem_sep CertificateService certificateVerification concode_field_sep SSLSocket createSSLSocket concode_elem_sep SSLSocket createSSLSocket concode_elem_sep Socket createSocket concode_elem_sep Socket ...
CoordinatesBuilder function ( ) { Coordinate loc0 = points . get ( 0 ) ; Coordinate loc1 = points . get ( points . size ( ) - 1 ) ; if ( loc0 . x != loc1 . x || loc0 . y != loc1 . y ) { points . add ( loc0 ) ; } return this ; }
makes a closed ring out of the current coordinates by adding the starting point as the end point . will have no effect of starting and end point are already the same coordinate . concode_field_sep List<Coordinate> points concode_field_sep CoordinatesBuilder coordinate concode_elem_sep CoordinatesBuilder coordinate conc...
boolean function ( @ Nullable final String arg0 ) { if ( StringHelper . hasNoText ( arg0 ) ) return false ; final String loc0 = getUnifiedURL ( arg0 ) ; return PATTERN . matcher ( loc0 ) . matches ( ) ; }
checks if a value is a valid url . concode_field_sep URLValidator s_aInstance concode_elem_sep Pattern PATTERN concode_field_sep String getUnifiedURL
Graph function ( ) { return graph ; }
returns the nearest neighbor graph . concode_field_sep double t concode_elem_sep double[][] coordinates concode_elem_sep int[] index concode_elem_sep Graph graph concode_field_sep int[] getIndex concode_elem_sep double getHeatKernelWidth concode_elem_sep double[][] getCoordinates
RestOperationResponseMsgDefinition function ( String arg0 ) { setCode ( arg0 ) ; return this ; }
the response code such as a http status code . can use general , or other words to indicate general error responses that do not map to a specific http status code . concode_field_sep List<RestOperationResponseHeaderDefinition> headers concode_elem_sep String code concode_elem_sep VerbDefinition verb concode_elem_sep St...
byte [ ] function ( ) { return this . memory ; }
gets the byte array that backs the memory segment and this random access view . since different regions of the backing array are used by different segments , the logical positions in this view do not correspond to the indexes in the backing array and need to be translated via the #translateoffset int method . concode_f...
void function ( Annotation arg0 ) { GeneralDataset < String , String > loc0 = createDataset ( arg0 ) ; trainMulticlass ( loc0 ) ; }
train on a list of extractionsentence containing labeled relationmention objects concode_field_sep int featureCountThreshold concode_elem_sep RelationFeatureFactory featureFactory concode_elem_sep double sigma concode_elem_sep Logger logger concode_elem_sep boolean createUnrelatedRelations concode_elem_sep long serialV...
double function ( ) { return this . x ; }
returns the x-coordinate . concode_field_sep double x concode_elem_sep double y concode_field_sep double getY concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep int compareTo
long function ( ) { addTokens ( ) ; return current ; }
get the current number of available tokens . concode_field_sep long current concode_elem_sep long nanosPerTick concode_elem_sep boolean logMINOR concode_elem_sep long max concode_elem_sep long timeLastTick concode_field_sep void changeNanosPerTick concode_elem_sep void addTokens concode_elem_sep long offset concode_ele...