id
int32
0
100k
nl
stringlengths
68
7.19k
code
stringlengths
20
663
600
the id of the decisiontaskcompleted event corresponding to the decision task that resulted in the completeworkflowexecution decision to complete this execution . this information can be useful for diagnosing problems by tracing back the chain of events leading up to this event . concode_field_sep String result concode_...
void function ( Long arg0 ) { this . decisionTaskCompletedEventId = arg0 ; }
601
invokes activity.overridependingtransition if possible . eclair v5 and above . concode_field_sep int VIEW_STATUS_BAR_HIDDEN concode_elem_sep String TAG concode_elem_sep int VIEW_STATUS_BAR_VISIBLE concode_field_sep float getX concode_elem_sep float getY concode_elem_sep void setByReflection concode_elem_sep void setBut...
void function ( Activity arg0 , int arg1 , int arg2 ) { invokeByReflection ( arg0 , new Class < ? > [ ] { int . class , int . class } , new Object [ ] { arg1 , arg2 } , "srini_string" ) ; }
602
check if the stack is allowed to be placed in this slot , used for armor slots as well as furnace fuel . concode_field_sep int slotNumber concode_elem_sep int yDisplayPosition concode_elem_sep int xDisplayPosition concode_elem_sep IInventory inventory concode_elem_sep int slotIndex concode_field_sep ItemStack decrStack...
boolean function ( ItemStack arg0 ) { return true ; }
603
sets the value of the severity property . concode_field_sep CodeType severity concode_elem_sep List<TextType> stack concode_elem_sep CodeType code concode_elem_sep IntermediateMessageHopType intermediateMessageHop concode_elem_sep Object applicationFaultData concode_elem_sep long serialVersionUID concode_elem_sep List<...
void function ( CodeType arg0 ) { this . severity = arg0 ; }
604
the name of the vpc security group . concode_field_sep String vpcSecurityGroupId concode_elem_sep String status concode_field_sep VpcSecurityGroupMembership withStatus concode_elem_sep String getVpcSecurityGroupId concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep VpcSecurityGroupMembership ...
void function ( String arg0 ) { this . vpcSecurityGroupId = arg0 ; }
605
get credentials for the job . concode_field_sep String OUTPUT_FORMAT_CLASS_ATTR concode_elem_sep Credentials credentials concode_elem_sep org.apache.hadoop.mapred.JobConf conf concode_elem_sep String COMBINE_CLASS_ATTR concode_elem_sep String JOB_ACL_VIEW_JOB concode_elem_sep String MAP_CLASS_ATTR concode_elem_sep Stri...
Credentials function ( ) { return credentials ; }
606
updates this joinedrow by updating its left base row . returns itself . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isNullAt concode_elem_sep byte getByte concode_elem_sep org.apache.spark.sql.catalyst.expressions.Row apply concode_elem_sep Object apply concode_elem_sep short getShort concode_el...
org . apache . spark . sql . catalyst . expressions . Row function ( org . apache . spark . sql . catalyst . expressions . Row arg0 ) { throw new RuntimeException ( ) ; }
607
sets the number of slowest requests to report concode_field_sep BenchmarkCompetitor competitor concode_field_sep BenchmarkCompetitorBuilder setName concode_elem_sep BenchmarkCompetitorBuilder setTypes concode_elem_sep BenchmarkCompetitorBuilder setIndices concode_elem_sep BenchmarkCompetitorBuilder setAllowCacheClearin...
BenchmarkCompetitorBuilder function ( int arg0 ) { competitor . settings ( ) . arg0 ( arg0 , true ) ; return this ; }
608
returns an int . concode_field_sep Type type concode_elem_sep ArrayList<IstringDummy> ilist concode_elem_sep Object object concode_field_sep Object getObject concode_elem_sep UpdateMap getUpdateMap concode_elem_sep ImageDummy getImageDummy concode_elem_sep double getDouble concode_elem_sep BigDecimal getBigDecimal conc...
int function ( ) { return ( Integer ) object ; }
609
creates but does not start a new stopwatch , using the specified time source . concode_field_sep Ticker ticker concode_elem_sep long elapsedNanos concode_elem_sep boolean isRunning concode_elem_sep long startTick concode_field_sep long elapsed concode_elem_sep String abbreviate concode_elem_sep long elapsedNanos concod...
Stopwatch function ( Ticker arg0 ) { return new Stopwatch ( arg0 ) ; }
610
returns the consistent-with-equals hashcode for this compoundorprimitive concode_field_sep Class<? super T> refClass concode_elem_sep Set<PrimitiveCollection<T>> primCollection concode_field_sep Collection<R> getCollection concode_elem_sep String getLSTformat concode_elem_sep boolean equals concode_elem_sep Class<? sup...
int function ( ) { return primCollection . hashCode ( ) ; }
611
measurement conversion from millimeters to points . concode_field_sep String MM_UNIT concode_elem_sep String CM_UNIT concode_elem_sep String REL_SIZE_UNIT concode_elem_sep String PERCENT_UNIT concode_elem_sep String INCH_UNIT concode_elem_sep String TAB_STR concode_elem_sep String NON_BREAKING_SPACE_STR concode_elem_se...
float function ( float arg0 ) { return inchesToPoints ( millimetersToInches ( arg0 ) ) ; }
612
returns the total for the specified phase and step . concode_field_sep Map<Phase,PhaseTracking> phases concode_field_sep long getSize concode_elem_sep Iterable<Phase> getPhases concode_elem_sep float getBoundedPercent concode_elem_sep StepTracking getStepTracking concode_elem_sep Iterable<Step> getSteps concode_elem_se...
long function ( Phase arg0 , Step arg1 ) { StepTracking loc0 = getStepTracking ( arg0 , arg1 ) ; return loc0 != null && loc0 . total != Long . MIN_VALUE ? loc0 . total : 0 ; }
613
remove the content-length headers . call this when dropping the body on a request or response , such as when a redirect changes the method from post to get . concode_field_sep boolean onlyIfCached concode_elem_sep RawHeaders headers concode_elem_sep String transferEncoding concode_elem_sep String acceptEncoding concode...
void function ( ) { if ( contentLength != - 1 ) { headers . removeAll ( "srini_string" ) ; contentLength = - 1 ; } }
614
return the available dimensions for the metric concode_field_sep String metricName concode_elem_sep String namespace concode_elem_sep Set<Dimension> dimensions concode_field_sep String getNamespace concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String getMetricName concode_elem_sep Strin...
Set < Dimension > function ( ) { return dimensions ; }
615
gets the timezone location used to identify this time zone . concode_field_sep boolean currentlyShowing concode_elem_sep Polygon mapPolygon concode_elem_sep DateFormat dateFormat concode_elem_sep String id concode_elem_sep String abbreviation concode_elem_sep String mapCommandButtonId concode_field_sep boolean getCurre...
String function ( ) { return id ; }
616
gets the value of the estimateddeliverydate property . concode_field_sep OrderDeliveryType orderDelivery concode_elem_sep Boolean giftIndicator concode_elem_sep String orderStatus concode_elem_sep OrderHisotryType orderHistory concode_elem_sep long serialVersionUID concode_elem_sep XMLGregorianCalendar estimatedDeliver...
XMLGregorianCalendar function ( ) { return estimatedDeliveryDate ; }
617
set the jdbctemplate to be used by this bean factory . contains settings for datasource , sqlexceptiontranslator , nativejdbcextractor , etc. . concode_field_sep PropertiesBeanDefinitionReader propReader concode_elem_sep JdbcTemplate jdbcTemplate concode_field_sep void loadBeanDefinitions concode_elem_sep void setDataS...
void function ( JdbcTemplate arg0 ) { Assert . notNull ( arg0 , "srini_string" ) ; this . jdbcTemplate = arg0 ; }
618
get the version number . concode_field_sep int wordSize concode_elem_sep byte[] iv concode_elem_sep int version concode_elem_sep int rounds concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep byte[] getIV concode_elem_sep int getRounds concode_elem_sep int getWordSize
int function ( ) { return version ; }
619
resets the stream , only if it 's a bytearrayinputstream . concode_field_sep Logger LOG concode_field_sep Document convertToDocument concode_elem_sep byte[] convertToByteArray concode_elem_sep InputStream convertToInputStream concode_elem_sep T convertTo concode_elem_sep String convertToString concode_elem_sep InputStr...
void function ( InputStream arg0 ) { if ( arg0 != null && arg0 instanceof ByteArrayInputStream ) { try { arg0 . reset ( ) ; } catch ( IOException loc0 ) { LOG . error ( "srini_string" , loc0 ) ; } } }
620
sends an oauthrequest and returns the response body . concode_field_sep String TOKEN_SECRET concode_elem_sep String BUSINESS_PATH concode_elem_sep String DEFAULT_LOCATION concode_elem_sep String TOKEN concode_elem_sep String CONSUMER_SECRET concode_elem_sep Token accessToken concode_elem_sep String DEFAULT_TERM concode...
String function ( OAuthRequest arg0 ) { System . out . println ( "srini_string" + arg0 . getCompleteUrl ( ) + "srini_string" ) ; this . service . signRequest ( this . accessToken , arg0 ) ; Response loc0 = arg0 . send ( ) ; return loc0 . getBody ( ) ; }
621
sets the value of the totalsrowlabel property . concode_field_sep Long queryTableFieldId concode_elem_sep Object parent concode_elem_sep String dataCellStyle concode_elem_sep CTXmlColumnPr xmlColumnPr concode_elem_sep CTExtensionList extLst concode_elem_sep String headerRowCellStyle concode_elem_sep Long totalsRowDxfId...
void function ( String arg0 ) { this . totalsRowLabel = arg0 ; }
622
set the value of the action property . concode_field_sep String branchContractedIcon concode_elem_sep boolean expanded concode_elem_sep String tooltip concode_elem_sep String branchExpandedIcon concode_elem_sep String icon concode_elem_sep String action concode_elem_sep DefaultMutableTreeNode wrapper concode_elem_sep i...
void function ( String arg0 ) { this . action = arg0 ; }
623
delete 's the message at the given index in the message list caller should be sure to check the index is valid . concode_field_sep long empID concode_elem_sep LogInScreen loginPanel concode_elem_sep ManagerMessageSender sender concode_elem_sep int MCportNumber concode_elem_sep String name concode_elem_sep String MCdoma...
void function ( int arg0 ) { listOfMessages . remove ( arg0 ) ; updateScreen ( ) ; }
624
returns the proxy of this route.warning : this may be different than the proxy returned by #getaddress ! that is the proxy that the user asked to be connected to ; this returns the proxy that they were actually connected to . the two may disagree when a proxy selector selects a different proxy for a connection . concod...
Proxy function ( ) { return proxy ; }
625
sets the value of the min property . concode_field_sep String sec concode_elem_sep String wday concode_elem_sep String min concode_elem_sep String hour concode_elem_sep String year concode_elem_sep String mday concode_elem_sep String mon concode_field_sep Schedule withHour concode_elem_sep Schedule withMon concode_elem...
void function ( String arg0 ) { this . min = arg0 ; }
626
a single preview frame will be returned to the handler supplied . the data will arrive as byte in the message.obj field , with width and height encoded as message.arg1 and message.arg2 , respectively . concode_field_sep AutoFocusCallback autoFocusCallback concode_elem_sep int MIN_FRAME_HEIGHT concode_elem_sep int MAX_F...
void function ( Handler arg0 , int arg1 ) { if ( camera != null && previewing ) { previewCallback . setHandler ( arg0 , arg1 ) ; if ( useOneShotPreviewCallback ) { camera . setOneShotPreviewCallback ( previewCallback ) ; } else { camera . setPreviewCallback ( previewCallback ) ; } } }
627
hook for blocking the launching of intents by the cordova application . this will be called when the webview will not navigate to a page , but could launch an intent to handle the url . return false to block this : if any plugin returns false , cordova will block the navigation . if all plugins return null , the defaul...
Boolean function ( String arg0 ) { return null ; }
628
gets the offset before the transition . this is the offset in use before the instant of the transition . concode_field_sep ZoneOffset offsetAfter concode_elem_sep ZoneOffset offsetBefore concode_elem_sep LocalDateTime transition concode_field_sep boolean isGap concode_elem_sep int getDurationSeconds concode_elem_sep Lo...
ZoneOffset function ( ) { return offsetBefore ; }
629
get a probability estimate for a value concode_field_sep DiscreteEstimator[] m_Estimators concode_field_sep String toString concode_elem_sep void main concode_elem_sep Estimator getEstimator concode_elem_sep void addValue concode_elem_sep String getRevision
double function ( double arg0 , double arg1 ) { return getEstimator ( arg1 ) . getProbability ( arg0 ) ; }
630
remove msg from the head of the queue . concode_field_sep int TIMEOUT_OCCURRED concode_elem_sep Runnable producerRunnable concode_elem_sep int mConsumerCounter concode_elem_sep int TIMEOUT_SECONDS concode_elem_sep BlockingQueue<E> mQueue concode_elem_sep int FAILURE_OCCURRED concode_elem_sep Runnable consumerRunnable c...
E function ( ) { mConsumerCounter ++ ; E loc0 = mQueue . poll ( TIMEOUT_SECONDS , TimeUnit . SECONDS ) ; if ( loc0 == null ) throw new TimeoutException ( ) ; return loc0 ; }
631
log incoming payload information at trace level to aid diagnostics . concode_field_sep long sequence concode_elem_sep ByteBuffer data concode_elem_sep String SEQ_HEADER concode_elem_sep char[] HEX_CHARS concode_elem_sep Log logger concode_elem_sep int BUFFER_SIZE concode_field_sep void writeTo concode_elem_sep void log...
void function ( ) { log ( "srini_string" ) ; }
632
returns a list of file in the snapshot concode_field_sep List<FileInfo> indexFiles concode_elem_sep Map<String,FileInfo> physicalFiles concode_elem_sep String snapshot concode_field_sep boolean containPhysicalIndexFile concode_elem_sep String snapshot concode_elem_sep FileInfo findPhysicalIndexFile
List < FileInfo > function ( ) { return indexFiles ; }
633
delegates to the configured testcontextmanager to testcontextmanager #aftertestmethod object , method , throwable post-process the test method after the actual test has executed . concode_field_sep Log logger concode_elem_sep ApplicationContext applicationContext concode_elem_sep Throwable testException concode_elem_se...
void function ( Method arg0 ) { try { this . testContextManager . afterTestMethod ( this , arg0 , this . testException ) ; } finally { this . testException = null ; } }
634
this method was generated by mybatis generator . this method returns the value of the database column sys_dic . sort_no concode_field_sep String code concode_elem_sep Boolean editable concode_elem_sep String remark concode_elem_sep Date updateTime concode_elem_sep long serialVersionUID concode_elem_sep Integer sortNo c...
Integer function ( ) { return sortNo ; }
635
helper method to calculate the span of the sub-interval . simply returns the cieling of limit - start / segments and accounts for invalid start and limit combinations . concode_field_sep PlaceHolder placeHolder concode_field_sep int rank concode_elem_sep int[] countSegments
long function ( int arg0 , int arg1 , int arg2 ) { long loc0 = arg2 - arg1 ; if ( loc0 < 0 ) { return 0 ; } int loc1 = ( loc0 % arg0 ) == 0 ? 0 : 1 ; return ( loc0 / arg0 ) + loc1 ; }
636
initializes the default filesystem instance as a java.io.filefile system , creating one iff needed , and returns the instance . this method is idempotent as long as the initialization is of the same type native/javaio/union . concode_field_sep FileSystem defaultFileSystem concode_field_sep FileSystem initDefaultAsNativ...
FileSystem function ( ) { if ( ! ( defaultFileSystem instanceof JavaIoFileSystem ) ) { defaultFileSystem = new JavaIoFileSystem ( ) ; } return defaultFileSystem ; }
637
should specify the method parameter types and retrieve the values that must be passed to the method being called . following the 1.4 specification , it does not , and must be overridden to get functionality . concode_field_sep PlaceHolder placeHolder concode_field_sep void result concode_elem_sep void set_exception con...
void function ( NVList arg0 ) { throw new NO_IMPLEMENT ( ) ; }
638
returns zone id concode_field_sep DSCAlarmDeviceType dscAlarmDeviceType concode_elem_sep int partitionId concode_elem_sep int zoneId concode_elem_sep DSCAlarmItemType dscAlarmItemType concode_field_sep DSCAlarmItemType getDSCAlarmItemType concode_elem_sep DSCAlarmDeviceType getDeviceType concode_elem_sep int getPartiti...
int function ( ) { return zoneId ; }
639
returns the provider for this keymanagerfactory instance . concode_field_sep Engine ENGINE concode_elem_sep String DEFAULT_PROPERTY concode_elem_sep String PROPERTY_NAME concode_elem_sep Provider provider concode_elem_sep KeyManagerFactorySpi spiImpl concode_elem_sep String SERVICE concode_elem_sep String algorithm con...
Provider function ( ) { return provider ; }
640
throws an illegalargumentexception if condition is false . concode_field_sep PlaceHolder placeHolder concode_field_sep void validArraySlice concode_elem_sep void validArraySlice concode_elem_sep T notNull concode_elem_sep T notNull concode_elem_sep int notNegative concode_elem_sep int notNegative concode_elem_sep int v...
void function ( final boolean arg0 ) { that ( arg0 , "srini_string" ) ; }
641
return a string representation of this treenode . concode_field_sep String name concode_elem_sep HashMap attributes concode_elem_sep TreeNode parent concode_elem_sep String body concode_elem_sep ArrayList children concode_field_sep TreeNode findChild concode_elem_sep String findAttribute concode_elem_sep String getName...
String function ( ) { StringBuffer loc0 = new StringBuffer ( ) ; toString ( loc0 , 0 , this ) ; return ( loc0 . toString ( ) ) ; }
642
info log message . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d concode_elem_sep void setL...
void function ( String arg0 , String arg1 ) { if ( LOG . INFO >= LOGLEVEL ) Log . i ( arg0 , arg1 ) ; }
643
tries to find appropriate help for argument . it can be argument help for positional argument or option help for option argument . concode_field_sep PlaceHolder placeHolder concode_field_sep Option findOptionForOptionArgument concode_elem_sep Argument findRealArgument concode_elem_sep ValidationResult getValidationResu...
Help function ( @ NotNull final CommandLineArgument arg0 ) { final Option loc0 = arg0 . findOptionForOptionArgument ( ) ; if ( loc0 != null ) { return loc0 . getHelp ( ) ; } final Argument loc1 = arg0 . findRealArgument ( ) ; return ( loc1 != null ? loc1 . getHelp ( ) : null ) ; }
644
inits the ipaddress concode_field_sep String address concode_elem_sep InetAddress inet_address concode_field_sep InetAddress getInetAddress concode_elem_sep IpAddress getLocalHostAddress concode_elem_sep boolean equals concode_elem_sep Object clone concode_elem_sep IpAddress getByName concode_elem_sep String toString
void function ( String arg0 , InetAddress arg1 ) { this . address = arg0 ; this . inet_address = arg1 ; }
645
gets the value of the val property . concode_field_sep STDirection val concode_field_sep void setVal
STDirection function ( ) { if ( val == null ) { return STDirection . NORM ; } else { return val ; } }
646
creates a aggregationstrategybeanadapter for using a pojo as the aggregation strategy . concode_field_sep PlaceHolder placeHolder concode_field_sep AggregationStrategy beanAllowNull concode_elem_sep AggregationStrategy beanAllowNull concode_elem_sep AggregationStrategy groupedExchange concode_elem_sep FlexibleAggregati...
AggregationStrategy function ( Class < ? > arg0 ) { return new AggregationStrategyBeanAdapter ( arg0 ) ; }
647
returns true if the call is to static initializer . concode_field_sep MethodOrMethodContext tgt concode_elem_sep Edge nextByTgt concode_elem_sep Edge prevByUnit concode_elem_sep Edge prevBySrc concode_elem_sep Edge nextBySrc concode_elem_sep MethodOrMethodContext src concode_elem_sep Kind kind concode_elem_sep Edge nex...
boolean function ( ) { return kind . isClinit ( ) ; }
648
create an instance of users.user concode_field_sep PlaceHolder placeHolder concode_field_sep Users createUsers concode_elem_sep Users.User.Service createUsersUserService
Users . User function ( ) { return new Users . User ( ) ; }
649
getter method to get the module url concode_field_sep String capabilityType concode_elem_sep String moduleURL concode_elem_sep String urlDescription concode_elem_sep String capabilityName concode_elem_sep String moduleType concode_field_sep void setCapabilityName concode_elem_sep String getCapabilityName concode_elem_s...
String function ( ) { return moduleURL ; }
650
helper for success callbacks that just returns the status.ok 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 g...
void function ( JSONArray arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . OK , arg0 ) ) ; }
651
pick a champion concode_field_sep GameMode mode concode_elem_sep Gson gson concode_elem_sep LcdsServiceProxy lcds concode_elem_sep String SERVICE concode_elem_sep RtmpClient client concode_elem_sep String uuid concode_field_sep void createGroup concode_elem_sep void retrievePlayerInfo concode_elem_sep void specifyRole ...
void function ( long arg0 ) { JsonObject loc0 = new JsonObject ( ) ; loc0 . addProperty ( "srini_string" , arg0 ) ; lcds . call ( uuid , mode , "srini_string" , loc0 ) ; }
652
initializes the gopigo and fires an event once the init is done . concode_field_sep Gopigo instance concode_elem_sep boolean isInit concode_elem_sep Debug debug concode_elem_sep Motion motion concode_elem_sep CopyOnWriteArrayList<GopigoListener> listeners concode_elem_sep Encoders encoders concode_elem_sep UltraSonicSe...
void function ( ) { debug . log ( Debug . FINE , "srini_string" + isInit ) ; board . init ( ) ; if ( ! isHalt ) { isInit = true ; initVoltageCheck ( ) ; StatusEvent loc0 = new StatusEvent ( this , Statuses . INIT ) ; fireEvent ( loc0 ) ; } }
653
create an instance of getstateinforesponse concode_field_sep PlaceHolder placeHolder concode_field_sep StateInfo createStateInfo concode_elem_sep GetAllStateInfo createGetAllStateInfo concode_elem_sep GetAllStateInfoResponse createGetAllStateInfoResponse concode_elem_sep GetStateInfo createGetStateInfo concode_elem_sep...
GetStateInfoResponse function ( ) { return new GetStateInfoResponse ( ) ; }
654
create a patch route for the given path pattern . concode_field_sep Method actionMethod concode_elem_sep String method concode_elem_sep Pattern paramExtractor concode_elem_sep List<Route> routes concode_elem_sep String name concode_elem_sep PathBindable<?> pathBindable concode_elem_sep Object action concode_elem_sep St...
PathPatternMatcher function ( String arg0 ) { return new PathPatternMatcher ( "srini_string" , arg0 ) ; }
655
the type of relationship with the related resource . concode_field_sep String relationshipName concode_elem_sep String resourceId concode_elem_sep String resourceName concode_elem_sep String resourceType concode_field_sep Relationship withResourceType concode_elem_sep Relationship withResourceType concode_elem_sep Stri...
void function ( String arg0 ) { this . relationshipName = arg0 ; }
656
asks the user to enter a value concode_field_sep String userHome concode_elem_sep String applicationUserRoot concode_elem_sep UiMessageSender messageSender concode_elem_sep SetupUiFactory setupUiFactory concode_elem_sep String title concode_elem_sep SetupUi setupUi concode_elem_sep String applicationName concode_field_...
String function ( String arg0 , String arg1 ) { return messageSender . runAndWait ( message -> setupUi . showTextBoxStep ( message , arg0 , arg1 ) ) ; }
657
wait until the method is called . concode_field_sep Object returnValue concode_elem_sep Log LOG concode_elem_sep Log log concode_elem_sep Logger logger concode_elem_sep int maxSleepTime concode_elem_sep Throwable thrown concode_elem_sep WriterAppender appender concode_elem_sep Random r concode_elem_sep CountDownLatch r...
void function ( ) { fireLatch . await ( ) ; }
658
gets the value of the device property . concode_field_sep ManagedObjectReference _this concode_elem_sep String device concode_field_sep void setThis concode_elem_sep ManagedObjectReference getThis concode_elem_sep void setDevice
String function ( ) { return device ; }
659
generates a number to be used as the id of a new bill . concode_field_sep String NEXT_BILL_NUM_FROM_SEQ concode_field_sep placeholderType placeHolder
String function ( ) { try { Query loc0 = HibernateUtil . getCurrentSession ( ) . createSQLQuery ( NEXT_BILL_NUM_FROM_SEQ ) ; return loc0 . uniqueResult ( ) . toString ( ) ; } catch ( Exception loc0 ) { throw new ApplicationRuntimeException ( "srini_string" , loc0 ) ; } }
660
main method concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
void function ( String [ ] arg0 ) { FruitShop loc0 = new FruitShop ( ) ; new Customer ( "srini_string" , loc0 ) . start ( ) ; new Customer ( "srini_string" , loc0 ) . start ( ) ; new Customer ( "srini_string" , loc0 ) . start ( ) ; new Customer ( "srini_string" , loc0 ) . start ( ) ; new Customer ( "srini_string" , loc...
661
creates the version object based on the dimension of the original bit matrix from the datamatrix code . see iso 16022:2006 table 7 - ecc 200 symbol attributes concode_field_sep BitMatrix mappingBitMatrix concode_elem_sep Version version concode_elem_sep BitMatrix readMappingMatrix concode_field_sep BitMatrix extractDat...
Version function ( BitMatrix arg0 ) { if ( version != null ) { return version ; } int loc0 = arg0 . getHeight ( ) ; int loc1 = loc0 ; return Version . getVersionForDimensions ( loc0 , loc1 ) ; }
662
performs a dynamic query on the database and returns an ordered range of the matching rows . 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...
java . util . List function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 , com . liferay . portal . kernel . util . OrderByComparator arg3 ) { return getService ( ) . arg0 ( arg0 , arg1 , arg2 , arg3 ) ; }
663
check whether a given input string is valid according to this simpletype concode_field_sep AnySimpleType theInstance concode_field_sep boolean isNamespaceSensitive concode_elem_sep boolean isSimpleType concode_elem_sep String getSystemId concode_elem_sep String getName concode_elem_sep AtomicType getCommonAtomicType co...
ValidationFailure function ( CharSequence arg0 , NamespaceResolver arg1 , NameChecker arg2 ) { return null ; }
664
gets the stop word handler used . concode_field_sep InterfaceTermHandler stopWordHandler concode_elem_sep String delimiters concode_elem_sep long serialVersionUID concode_field_sep Set<String> tokenizeToSet concode_elem_sep String getShortDescriptionString concode_elem_sep void setStopWordHandler concode_elem_sep Array...
InterfaceTermHandler function ( ) { return stopWordHandler ; }
665
add all the objects to the collection . concode_field_sep M map concode_field_sep MapBuilder<TreeMap<K,V>,K,V> treeMap concode_elem_sep MapBuilder<TreeMap<K,V>,K,V> treeMap concode_elem_sep M get concode_elem_sep MapBuilder<M,K,V> create concode_elem_sep MapBuilder<HashMap<K,V>,K,V> hashMap concode_elem_sep MapBuilder<...
MapBuilder < M , K , V > function ( M arg0 ) { map . putAll ( arg0 ) ; return this ; }
666
returns the timepiece service . concode_field_sep Timepiece timepiece concode_elem_sep FileSystem fileSystem concode_elem_sep Logger logger concode_field_sep void setFileSystem concode_elem_sep void setTimepiece concode_elem_sep void setLogger concode_elem_sep Logger getLogger concode_elem_sep FileSystem getFileSystem
Timepiece function ( ) { return timepiece ; }
667
read a specified number of bits and return them combined as an integer value . the bits are written to the integer starting at the highest bit << anumberofbits , going down to the lowest bit << 0 concode_field_sep InputStream iIs concode_elem_sep int iBuffer concode_elem_sep int iNextBit concode_field_sep int readBit c...
int function ( final int arg0 , boolean arg1 ) { int loc0 = 0 ; for ( int loc1 = arg0 - 1 ; loc1 >= 0 ; loc1 -- ) { loc0 |= ( readBit ( arg1 ) << loc1 ) ; } return loc0 ; }
668
releases all database resources . this method is guaranteed not to throw transactions and should always be called in a finally block whenever this class is used . concode_field_sep Logger LOG concode_elem_sep DataSourceManager dataSourceManager concode_elem_sep JdbcTemplate jdbcTemplate concode_elem_sep DataSource data...
void function ( ) { if ( transaction != null ) { try { txnManager . rollback ( transaction ) ; } finally { transaction = null ; } } dataSourceManager . release ( ) ; }
669
set the timeout for tokens generated by the handler , by default it uses the default from the session handler . concode_field_sep io.vertx.ext.web.handler.CSRFHandler delegate concode_field_sep CSRFHandler setCookieName concode_elem_sep CSRFHandler create concode_elem_sep CSRFHandler setNagHttps concode_elem_sep void h...
CSRFHandler function ( long arg0 ) { delegate . setTimeout ( arg0 ) ; return this ; }
670
resets all of the values to their defaults . concode_field_sep int offset concode_elem_sep char[] ch concode_elem_sep int length concode_field_sep void setValues concode_elem_sep void setValues concode_elem_sep boolean equals concode_elem_sep boolean equals concode_elem_sep String toString
void function ( ) { this . ch = null ; this . offset = 0 ; this . length = - 1 ; }
671
get custom serializer concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Integer startIndex concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Integer totalResultSetSize concode_elem_sep com.google.api.ads.dfp.axis.v2...
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 ) ; }
672
adds a default values to the question if the question is part of a form to fill out . otherwise , adds an answered values to the question . concode_field_sep String TYPE_TEXT_MULTI concode_elem_sep boolean required concode_elem_sep String TYPE_TEXT_PRIVATE concode_elem_sep List<String> values concode_elem_sep String TY...
void function ( List < String > arg0 ) { synchronized ( values ) { values . addAll ( arg0 ) ; } }
673
returns whether the flag acc_static is on in the givenflags . 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 concode_elem_sep int CONV_FIELD concode_elem_sep int ACC_FIN...
boolean function ( int arg0 ) { return ( arg0 & ACC_STATIC ) != 0 ; }
674
read a number of bytes . concode_field_sep InputStream in concode_elem_sep EOFException EOF concode_field_sep long readVarLong concode_elem_sep byte read concode_elem_sep long readLong concode_elem_sep String readString concode_elem_sep String readString concode_elem_sep int readInt concode_elem_sep int readVarInt
void function ( byte [ ] arg0 , int arg1 , int arg2 ) { int loc0 = IOUtils . readFully ( in , arg0 , arg1 , arg2 ) ; if ( loc0 < arg2 ) { throw EOF ; } }
675
get node passing xpath concode_field_sep Log log concode_elem_sep AutomationContext context concode_elem_sep String tenantDomain concode_field_sep String getAdminPassword concode_elem_sep String getRandomTenantDomain concode_elem_sep String getPropertyValue concode_elem_sep String getBEServerURL concode_elem_sep NodeLi...
Node function ( String arg0 ) { return context . getConfigurationNode ( arg0 ) ; }
676
returns a file object for the primary . pde of this sketch . concode_field_sep List<String> EXTENSIONS concode_elem_sep List<String> OTHER_ALLOWED_EXTENSIONS concode_elem_sep List<String> SKETCH_EXTENSIONS concode_elem_sep File folder concode_elem_sep File codeFolder concode_elem_sep Comparator<SketchCode> CODE_DOCS_CO...
File function ( ) { return primaryFile ; }
677
always returns the value set by #setusertype string . default is null concode_field_sep Log M_log concode_elem_sep String userType concode_field_sep String getUserType concode_elem_sep void setUserType
String function ( LDAPEntry arg0 , LdapAttributeMapper arg1 ) { if ( M_log . isDebugEnabled ( ) ) { M_log . debug ( "srini_string" + userType + "srini_string" + arg0 . getDN ( ) + "srini_string" ) ; } return userType ; }
678
initialize this plugin . this method only called when the plugin is instantiated . concode_field_sep String TRACKBACK_MODERATION_ENABLED concode_elem_sep String BLOJSOM_TRACKBACK_MODERATION_PLUGIN_APPROVED concode_elem_sep Log _logger concode_field_sep BlogEntry[] process concode_elem_sep void cleanup concode_elem_sep ...
void function ( ServletConfig arg0 , BlojsomConfiguration arg1 ) { _logger . debug ( "srini_string" ) ; }
679
override with true returned if your action has to display its text along with the icon when placed in the toolbar concode_field_sep Presentation myTemplatePresentation concode_elem_sep boolean myIsDefaultIcon concode_elem_sep boolean myEnabledInModalContext concode_elem_sep ShortcutSet myShortcutSet concode_elem_sep bo...
boolean function ( ) { return false ; }
680
performs a dynamic query on the database and returns an ordered range of the matching rows . 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...
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 , com . liferay . portal . kernel . util . OrderByComparator < T > arg3 ) { return getService ( ) . arg0 ( arg0 , arg1 , arg2 , arg3 ) ; }
681
sets the value of the uid property . concode_field_sep String trainId concode_elem_sep String trainCat concode_elem_sep XMLGregorianCalendar ssd concode_elem_sep String toc concode_elem_sep String rid concode_elem_sep Boolean isActive concode_elem_sep String uid concode_elem_sep Boolean deleted concode_elem_sep Boolean...
void function ( String arg0 ) { this . uid = arg0 ; }
682
gets the value of the uuidref property . concode_field_sep LILineageType liLineage concode_elem_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 function ( ) { return uuidref ; }
683
if true , the value of this property is the same as the parent 's computed value of this property . concode_field_sep StyleConverter<?,V> converter concode_elem_sep String property concode_elem_sep List<CssMetaData<? extends Styleable,?>> subProperties concode_elem_sep V initialValue concode_elem_sep boolean inherits c...
boolean function ( ) { return inherits ; }
684
dictcheckname . concode_field_sep Map<String,Integer> checkStatusMap concode_elem_sep String dictCheckName concode_elem_sep Area applyMajorArea concode_elem_sep String updateTime concode_elem_sep long serialVersionUID concode_elem_sep int bit concode_elem_sep Map<String,Integer> checkVerifyMap concode_elem_sep List<Gzf...
String function ( ) { return dictCheckName ; }
685
loads the model from a file . the method load loads the complete model state with the specified name or default model-dependent name from the specified xml or yaml file . the previous model state is cleared by `` cvstatmodel.clear '' . concode_field_sep long nativeObj concode_field_sep void load_0 concode_elem_sep void...
void function ( String arg0 , String arg1 ) { load_0 ( nativeObj , arg0 , arg1 ) ; return ; }
686
attempts to make a database connection to the given url . the driver returns `` null '' if it realizes it is the wrong kind of driver to connect to the given url . this will be common , as when the jdbc driver manager is asked to connect to a given url it passes the url to each loaded driver in turn . the driver raises...
Connection function ( String arg0 , Properties arg1 ) { return getConnection ( arg0 , arg1 ) ; }
687
gets the totalnumentries value for this page . concode_field_sep java.lang.String pageType concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Integer totalNumEntries concode_field_sep org.apache...
java . lang . Integer function ( ) { return totalNumEntries ; }
688
the length of the the underlying object 's data . concode_field_sep Reference reference concode_elem_sep char[] hexChar concode_elem_sep StringBuilder stringData concode_field_sep String getHexString concode_elem_sep StringBuilder stringToHex concode_elem_sep String getDecryptedLiteralString concode_elem_sep String enc...
int function ( ) { return stringData . length ( ) ; }
689
maximum file size for mmap . concode_field_sep int st_ro_evict concode_elem_sep int st_alloc_buckets concode_elem_sep int st_cache_miss concode_elem_sep int st_page_dirty concode_elem_sep int st_page_trickle concode_elem_sep int st_pages concode_elem_sep int st_hash_max_nowait concode_elem_sep int st_io_wait concode_el...
int function ( ) { return st_mmapsize ; }
690
get the capacity of the underlying broadcast buffer . concode_field_sep int maxMsgLength concode_elem_sep AtomicBuffer buffer concode_elem_sep int latestCounterIndex concode_elem_sep int tailCounterIndex concode_elem_sep int capacity concode_elem_sep int tailIntentCountIndex concode_field_sep void insertPaddingRecord c...
int function ( ) { return capacity ; }
691
same as getconfigurationanalyzer but for nesc components . concode_field_sep ConfigurationAstAnalyzer configurationAnalyzer concode_elem_sep InterfaceAstAnalyzer interfaceAnalyzer concode_elem_sep AstType createdType concode_elem_sep ASTUtil astUtil concode_elem_sep ModuleAstAnalyzer moduleAnalyzer concode_field_sep bo...
ComponentAstAnalyzer function ( ) { if ( createdType == AstType . MODULE ) { return moduleAnalyzer ; } else if ( createdType == AstType . CONFIGURATION ) { return configurationAnalyzer ; } else { throw new IllegalStateException ( "srini_string" ) ; } }
692
lista todos os sinais na base de dados concode_field_sep Result result concode_elem_sep SignDao signDao concode_field_sep void searchResult concode_elem_sep void search concode_elem_sep void searchResultForm concode_elem_sep void searchForm
void function ( ) { List < Sign > loc0 = this . signDao . listAll ( ) ; List < String > loc1 = new ArrayList < String > ( ) ; for ( Sign loc2 : loc0 ) { loc1 . add ( loc2 . getName ( ) ) ; } this . result . use ( Results . logic ( ) ) . redirectTo ( SearchController . class ) . searchResultForm ( loc1 ) ; }
693
paints all the character elements in this textsprite to the graphics context concode_field_sep ArrayList<GlyphText> glyphTexts concode_elem_sep String fontName concode_elem_sep AffineTransform graphicStateTransform concode_elem_sep Rectangle2D.Float bounds concode_elem_sep boolean OPTIMIZED_DRAWING_ENABLED concode_elem...
void function ( Graphics arg0 ) { Graphics2D loc0 = ( Graphics2D ) arg0 ; for ( GlyphText loc1 : glyphTexts ) { font . drawEstring ( loc0 , loc1 . getCid ( ) , loc1 . getX ( ) , loc1 . getY ( ) , FontFile . LAYOUT_NONE , rmode , strokeColor ) ; } }
694
read class definition a zip jar file entry . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
byte [ ] function ( ZipInputStream arg0 ) { final ByteArrayOutputStream loc0 = new ByteArrayOutputStream ( ) ; final InputStream loc1 = new BufferedInputStream ( arg0 ) ; int loc2 ; while ( ( loc2 = loc1 . read ( ) ) != - 1 ) { loc0 . write ( loc2 ) ; } return loc0 . toByteArray ( ) ; }
695
sort an array using different comparators . concode_field_sep PlaceHolder placeHolder concode_field_sep String getRevision
void function ( Object [ ] arg0 , Comparator [ ] arg1 ) { multiDimensionalSort ( arg0 , 0 , arg0 . length , arg1 ) ; }
696
creates a new id for stubbing a method . concode_field_sep IdGenerator idGenerator concode_elem_sep DiagnosticType NULL_COMMON_MODULE_ERROR concode_elem_sep String UNSTUB_METHOD_NAME concode_elem_sep AnalyzePrototypeProperties analyzer concode_elem_sep int currentId concode_elem_sep JSModuleGraph moduleGraph concode_el...
int function ( ) { return currentId ++ ; }
697
get max capacity of player pure essence network . concode_field_sep PlaceHolder placeHolder concode_field_sep int DrainPureEssenceFromPlayer concode_elem_sep boolean isServer concode_elem_sep void initPureEssenceStorage concode_elem_sep int chargePureEssence concode_elem_sep int setTier concode_elem_sep int getMaxCapac...
int function ( String arg0 ) { if ( ! isServer ( ) ) return - 1 ; initPureEssenceStorage ( arg0 ) ; World loc0 = MinecraftServer . getServer ( ) . worldServers [ 0 ] ; PureEssenceNetwork loc1 = ( PureEssenceNetwork ) loc0 . loadItemData ( PureEssenceNetwork . class , arg0 ) ; return loc1 . currentPureEssence ; }
698
returns true if java.awt.desktop is supported on host platform . concode_field_sep boolean browseAvailable concode_elem_sep boolean openAvailableInitialized concode_elem_sep boolean desktopSupportedInitialized concode_elem_sep boolean browseAvailableInitialized concode_elem_sep boolean openAvailable concode_elem_sep bo...
boolean function ( ) { if ( ! desktopSupportedInitialized ) { desktopSupported = Desktop . isDesktopSupported ( ) ; desktopSupportedInitialized = true ; } return desktopSupported ; }
699
get player move type string . concode_field_sep int type concode_elem_sep int FLAG_JUMP concode_elem_sep int flags concode_elem_sep int WALK_STOPPED concode_elem_sep int MOVE_GIB concode_elem_sep int WALK_NORMAL concode_elem_sep int POSTURE_JUMP concode_elem_sep int POSTURE_CROUCH concode_elem_sep int FLAG_TIME_TELEPOR...
String function ( ) { String loc0 = null ; loc0 = new String ( ) ; if ( type == 0 ) loc0 += "srini_string" ; if ( type == 1 ) loc0 += "srini_string" ; if ( type == 2 ) loc0 += "srini_string" ; if ( type == 3 ) loc0 += "srini_string" ; if ( type == 4 ) loc0 += "srini_string" ; return loc0 ; }