idx
int64
0
25k
question
stringlengths
68
5.61k
target
stringlengths
21
500
4,600
sets the value of the rateplancode property . concode_field_sep String rateplanCode concode_elem_sep List<ServiceDetails> serviceDetails concode_elem_sep long serialVersionUID concode_elem_sep ProductType productType concode_field_sep void setProductType concode_elem_sep String getRateplanCode concode_elem_sep List<Ser...
void function ( String arg0 ) { this . rateplanCode = arg0 ; }
4,601
obtains a scheme by name . concode_field_sep ConcurrentHashMap<String,Scheme> registeredSchemes concode_field_sep Scheme get concode_elem_sep void setItems concode_elem_sep Scheme unregister concode_elem_sep List<String> getSchemeNames concode_elem_sep Scheme register
Scheme function ( String arg0 ) { Scheme loc0 = get ( arg0 ) ; if ( loc0 == null ) { throw new IllegalStateException ( "srini_string" + arg0 + "srini_string" ) ; } return loc0 ; }
4,602
computes angle difference a - b , accounting for wrap-around , in radians concode_field_sep PlaceHolder placeHolder concode_field_sep double LimitVal concode_elem_sep double LimitVal concode_elem_sep double angleDiff concode_elem_sep double RadianToDegree concode_elem_sep double makeBetween180s concode_elem_sep double ...
double function ( double arg0 , double arg1 ) { double loc0 = arg0 - arg1 ; if ( loc0 < - 180 ) { loc0 += 360 ; } else if ( loc0 > 180 ) { loc0 -= 360 ; } return loc0 ; }
4,603
returns the domain ids concode_field_sep String organizationId concode_elem_sep String spaceQuotaDefinitionId concode_elem_sep List<String> auditorIds concode_elem_sep List<String> domainIds concode_elem_sep String name concode_elem_sep List<String> managerIds concode_elem_sep Boolean allowSsh concode_elem_sep List<Str...
List < String > function ( ) { return this . domainIds ; }
4,604
get the organizationdetails value . concode_field_sep String provider concode_elem_sep IssuerCredentials credentials concode_elem_sep IssuerAttributes attributes concode_elem_sep OrganizationDetails organizationDetails concode_field_sep CertificateIssuerUpdateParameters withAttributes concode_elem_sep CertificateIssuer...
OrganizationDetails function ( ) { return this . organizationDetails ; }
4,605
gets the frame size of the compiled frame , not including the size of the architecture #getreturnaddresssize return address slot . concode_field_sep int initialSpillSize concode_elem_sep boolean accessesCallerFrame concode_elem_sep int frameSize concode_elem_sep RegisterConfig registerConfig concode_elem_sep int spillS...
int function ( ) { assert frameSize != - 1 : "srini_string" ; return frameSize ; }
4,606
disposes the server and interrupts every operating stream . concode_field_sep IOException exception concode_elem_sep Socket socket concode_elem_sep Thread thread concode_elem_sep ServerSocket serverSocket concode_field_sep int getPort concode_elem_sep void run concode_elem_sep Socket openDataTransferConnection
void function ( ) { if ( serverSocket != null ) { try { serverSocket . close ( ) ; } catch ( IOException loc2 ) { ; } } }
4,607
whether the target node type is a test target . concode_field_sep ImmutableSet<BuildRuleType> XCODE_TARGET_BUILD_RULE_TYPES concode_elem_sep ImmutableSet<BuildRuleType> XCODE_TARGET_BUILD_RULE_TEST_TYPES concode_elem_sep ImmutableSet<AppleBundleExtension> XCODE_TARGET_TEST_BUNDLE_EXTENSIONS concode_elem_sep Logger LOG ...
boolean function ( TargetNode < ? > arg0 ) { return XCODE_TARGET_BUILD_RULE_TEST_TYPES . contains ( arg0 . getType ( ) ) ; }
4,608
returns the css text representation of the value . concode_field_sep DecimalFormat decimalFormat concode_elem_sep boolean hasChanged concode_elem_sep AnimationTarget target concode_field_sep boolean canPace concode_elem_sep String toStringRep concode_elem_sep boolean hasChanged concode_elem_sep AnimatableValue interpol...
String function ( ) { return null ; }
4,609
returns a range of all the o auth consumers . 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...
java . util . List < com . liferay . opensocial . model . OAuthConsumer > function ( int arg0 , int arg1 ) { return getService ( ) . getOAuthConsumers ( arg0 , arg1 ) ; }
4,610
set the resource adapter concode_field_sep Reference reference concode_elem_sep String name concode_elem_sep long serialVersionUID concode_elem_sep ResourceAdapter ra concode_field_sep void setName concode_elem_sep String getName concode_elem_sep void setReference concode_elem_sep int hashCode concode_elem_sep boolean ...
void function ( ResourceAdapter arg0 ) { this . ra = arg0 ; }
4,611
mac address of player concode_field_sep String macAddress concode_elem_sep String name concode_elem_sep String model concode_elem_sep String uuid concode_elem_sep String ipAddr concode_field_sep void setName concode_elem_sep String getModel concode_elem_sep String getName concode_elem_sep String getIpAddr concode_elem_...
String function ( ) { return macAddress ; }
4,612
create an anonymous endpoint reference . concode_field_sep String ANONYMOUS_ADDRESS concode_elem_sep org.apache.cxf.ws.addressing.ObjectFactory WSA_OBJECT_FACTORY concode_field_sep EndpointReferenceType createEndpointReferenceWithMetadata concode_elem_sep void setAddress concode_elem_sep String getAddress concode_elem_...
EndpointReferenceType function ( ) { EndpointReferenceType loc0 = WSA_OBJECT_FACTORY . createEndpointReferenceType ( ) ; setAddress ( loc0 , ANONYMOUS_ADDRESS ) ; return loc0 ; }
4,613
build a status for this task or null if this task does n't have status . since most tasks do n't have status this defaults to returning null . while this can never perform io it might be a costly operation , requiring collating lists of results , etc. . so only use it if you need the value . concode_field_sep TaskId pa...
Status function ( ) { return null ; }
4,614
logs informational messages . concode_field_sep PlaceHolder placeHolder concode_field_sep void logSevereWarning
void function ( String arg0 , String arg1 ) { Logger . getLogger ( arg0 ) . info ( arg1 ) ; }
4,615
sets the value of the scheduletype property . concode_field_sep ScheduleSource scheduleSource concode_elem_sep String trainServiceCode concode_elem_sep XMLGregorianCalendar scheduleEndTimestamp concode_elem_sep XMLGregorianCalendar trainPlanOriginTimestamp concode_elem_sep String trainFileAddress concode_elem_sep XMLGr...
void function ( ScheduleType arg0 ) { this . scheduleType = arg0 ; }
4,616
performs a dynamic query on the database and returns a 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 to com.l...
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 ) { return getService ( ) . arg0 ( arg0 , arg1 , arg2 ) ; }
4,617
adds a boolean property to a map . concode_field_sep StringBuilder params concode_field_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSONBuilder item concode...
JSONBuilder function ( String arg0 , boolean arg1 ) { appendCommaAndKey ( arg0 ) ; params . append ( arg1 ) ; return this ; }
4,618
this method compares two texts by string in them . concode_field_sep String value concode_field_sep List<Char> parseToChars concode_elem_sep String getValue concode_elem_sep List<Mark> parseToMarks concode_elem_sep List<Text> parseCode concode_elem_sep int hashCode concode_elem_sep void setValue concode_elem_sep String...
boolean function ( Object arg0 ) { if ( this == arg0 ) { return true ; } if ( arg0 == null || getClass ( ) != arg0 . getClass ( ) ) { return false ; } Text loc0 = ( Text ) arg0 ; return loc0 . getValue ( ) . equals ( this . getValue ( ) ) ; }
4,619
creates an injector for the given set of modules , in a given development stage . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
Injector function ( Stage arg0 , Iterable < ? extends Module > arg1 ) { return new InjectorBuilder ( ) . arg0 ( arg0 ) . addModules ( arg1 ) . build ( ) ; }
4,620
helper method to create the evaluation ordered list . concode_field_sep RootNode root concode_elem_sep MathOperatorNode currentNode concode_elem_sep String id concode_field_sep IMathTreeElement getFirst concode_elem_sep boolean isSimple concode_elem_sep String toString concode_elem_sep String getId concode_elem_sep boo...
void function ( final MathOperatorNode arg0 , final Deque < IMathTreeElement > arg1 ) { final List < IMathTreeElement > loc0 = arg0 . getChildren ( ) ; for ( int loc1 = loc0 . size ( ) ; loc1 > 0 ; loc1 -- ) { final IMathTreeElement loc2 = loc0 . get ( loc1 - 1 ) ; arg1 . push ( loc2 ) ; if ( loc2 instanceof MathOperat...
4,621
gets the value of the meta property . concode_field_sep String ver concode_elem_sep Bios bios concode_elem_sep Meta meta concode_elem_sep Pv pv concode_elem_sep Demo demo concode_elem_sep XMLGregorianCalendar ts concode_field_sep void setVer concode_elem_sep void setBios concode_elem_sep void setTs concode_elem_sep Str...
Meta function ( ) { return meta ; }
4,622
sets the group id of this kaleo task . concode_field_sep KaleoTask _kaleoTask concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_elem_sep boolean isEscapedModel concode_elem...
void function ( long arg0 ) { _kaleoTask . setGroupId ( arg0 ) ; }
4,623
add a single eventsofoneentity instance into the existing list concode_field_sep String entityType concode_elem_sep String entityId concode_elem_sep List<TimelineEvent> events concode_elem_sep List<EventsOfOneEntity> allEvents concode_field_sep List<TimelineEvent> getEvents concode_elem_sep void addEvents concode_elem_...
void function ( EventsOfOneEntity arg0 ) { allEvents . add ( arg0 ) ; }
4,624
decode the base 64 encoded string data writing it to the given output stream , whitespace characters will be ignored . concode_field_sep byte[] encodingTable concode_elem_sep Base64Encoder encoder concode_elem_sep byte padding concode_elem_sep byte[] decodingTable concode_field_sep byte[] encode concode_elem_sep int en...
int function ( String arg0 , OutputStream arg1 ) { return encoder . decode ( arg0 , arg1 ) ; }
4,625
returns true to indicate an exception should be thrown to simulate failure during addition of a node to directory tree . concode_field_sep Log LOG concode_elem_sep String TEST_ROOT_DIR concode_elem_sep String removeChild concode_elem_sep String addChild concode_elem_sep Configuration CONF concode_elem_sep MiniDFSCluste...
boolean function ( String arg0 ) { boolean loc0 = addChild . endsWith ( arg0 ) ; if ( loc0 ) { addChild = "srini_string" ; } return loc0 ; }
4,626
check whether the build has been canceled . concode_field_sep int NewWarningCount concode_elem_sep float progressPerCompilationUnit concode_elem_sep int NewErrorCount concode_elem_sep IProgressMonitor monitor concode_elem_sep float percentComplete concode_elem_sep boolean cancelling concode_elem_sep int totalWork conco...
void function ( ) { if ( monitor != null && monitor . isCanceled ( ) ) throw new OperationCanceledException ( ) ; }
4,627
sets the unit . concode_field_sep boolean readable concode_elem_sep boolean virtual concode_elem_sep Object defaultValue concode_elem_sep Number maxValue concode_elem_sep HmChannel channel concode_elem_sep String description concode_elem_sep boolean readOnly concode_elem_sep HmValueType type concode_elem_sep Object pre...
void function ( String arg0 ) { this . unit = arg0 ; }
4,628
gets the java type of this mapping . the java type is used to differentiate this mapping from other mappings . concode_field_sep String sqlType concode_elem_sep int jdbcType concode_elem_sep Logger log concode_elem_sep String javaType concode_field_sep int getJdbcType concode_elem_sep int getJdbcTypeFromName concode_el...
String function ( ) { return javaType ; }
4,629
sets id for this instance concode_field_sep Counter<F> features concode_elem_sep long serialVersionUID concode_elem_sep L label concode_elem_sep String id concode_field_sep Counter<F> asFeaturesCounter concode_elem_sep Collection<F> asFeatures concode_elem_sep int hashCode concode_elem_sep double getFeatureCount concod...
void function ( String arg0 ) { this . id = arg0 ; }
4,630
if the topic is in the list of topics to upload at a specific time . for example at a minute mark . concode_field_sep Logger LOG concode_elem_sep String mTopicFilter concode_elem_sep SecorConfig mConfig concode_elem_sep ZookeeperConnector mZookeeperConnector concode_elem_sep FileRegistry mFileRegistry concode_elem_sep ...
boolean function ( TopicPartition arg0 ) { final String loc0 = arg0 . getTopic ( ) ; if ( mTopicFilter == null || mTopicFilter . isEmpty ( ) ) { return false ; } if ( loc0 . matches ( mTopicFilter ) ) { if ( DateTime . now ( ) . minuteOfHour ( ) . get ( ) == mConfig . getUploadMinuteMark ( ) ) { return true ; } } retur...
4,631
set search argument for predicate push down . concode_field_sep boolean[] include concode_elem_sep Boolean useZeroCopy concode_elem_sep String[] columnNames concode_elem_sep long offset concode_elem_sep long length concode_elem_sep SearchArgument sarg concode_elem_sep Boolean skipCorruptRecords concode_field_sep Compre...
Options function ( SearchArgument arg0 , String [ ] arg1 ) { this . sarg = arg0 ; this . columnNames = arg1 ; return this ; }
4,632
l is a m by m matrix b is a m by n matrix concode_field_sep PlaceHolder placeHolder concode_field_sep void invertLower concode_elem_sep void invertLower concode_elem_sep void solveTranL concode_elem_sep void solveU concode_elem_sep void solveU concode_elem_sep void solveU
void function ( double arg0 [ ] , double [ ] arg1 , int arg2 , int arg3 ) { for ( int loc0 = 0 ; loc0 < arg3 ; loc0 ++ ) { for ( int loc1 = 0 ; loc1 < arg2 ; loc1 ++ ) { double loc2 = arg1 [ loc1 * arg3 + loc0 ] ; for ( int loc3 = 0 ; loc3 < loc1 ; loc3 ++ ) { loc2 -= arg0 [ loc1 * arg2 + loc3 ] * arg1 [ loc3 * arg3 + ...
4,633
returns the color space in which this color value is defined . concode_field_sep PDColorSpace colorSpace concode_elem_sep float[] components concode_elem_sep COSName patternName concode_field_sep COSName getPatternName concode_elem_sep COSArray toCOSArray concode_elem_sep float[] getComponents concode_elem_sep String t...
PDColorSpace function ( ) { return colorSpace ; }
4,634
gets the timezone id used to identify this time zone in the javacode . concode_field_sep Polygon mapPolygon concode_elem_sep String id concode_elem_sep String mapCommandButtonId concode_field_sep boolean isRelevantComponentId concode_elem_sep Polygon getMapPolygon concode_elem_sep String getMapCommandButtonId
String function ( ) { return id ; }
4,635
output stream accessor . concode_field_sep java.lang.Object server concode_elem_sep boolean stopped concode_elem_sep boolean clientT concode_elem_sep com.ericsson.otp.erlang.OtpErlangRef send_ref concode_elem_sep java.lang.String cookie concode_elem_sep com.ericsson.otp.erlang.OtpOutputStream os concode_elem_sep com.er...
com . ericsson . otp . erlang . OtpOutputStream function ( ) { return os ; }
4,636
sorts an exceptionwriter array so that no derived exception strategy appears after a base exception strategy . concode_field_sep Class clz concode_elem_sep String reposId concode_elem_sep CDRStreamReader[] paramReaders concode_elem_sep java.lang.reflect.Method writeMethod concode_elem_sep CDRStreamWriter retvalWriter c...
void function ( ExceptionWriter [ ] arg0 ) { int loc0 = arg0 . length ; for ( int loc1 = 0 ; loc1 < loc0 - 1 ; loc1 ++ ) { for ( int loc2 = loc1 + 1 ; loc2 < loc0 ; loc2 ++ ) { if ( arg0 [ loc1 ] . clz . isAssignableFrom ( arg0 [ loc2 ] . clz ) ) { ExceptionWriter loc3 = arg0 [ loc1 ] ; arg0 [ loc1 ] = arg0 [ loc2 ] ; ...
4,637
check if multireader works concode_field_sep String tempFile concode_elem_sep BuildFileRule buildRule concode_elem_sep String tempFile2 concode_field_sep void testheaderfooter concode_elem_sep void testfixlastlineeol concode_elem_sep void testFilter concode_elem_sep void testfilterinline concode_elem_sep void testfixla...
void function ( ) { buildRule . executeTarget ( "srini_string" ) ; assertTrue ( buildRule . getLog ( ) . indexOf ( "srini_string" ) > - 1 ) ; assertTrue ( buildRule . getLog ( ) . indexOf ( "srini_string" ) == - 1 ) ; }
4,638
returns true if this result contains no elements , which is the case for service calls that would have returned a paginatedresult but fail . concode_field_sep Collection<T> pageResults concode_elem_sep int totalPages concode_elem_sep int page concode_field_sep Iterator<T> iterator concode_elem_sep int getPage concode_e...
boolean function ( ) { return pageResults == null || pageResults . isEmpty ( ) ; }
4,639
sets the target description . concode_field_sep boolean nounPhrase concode_elem_sep String[] TARGET_TYPES concode_elem_sep String[] targetTypes concode_elem_sep TRECQuestion[] questions concode_elem_sep String id concode_elem_sep String targetDesc concode_elem_sep String condensedTarget concode_field_sep String getTarg...
void function ( String arg0 ) { this . targetDesc = arg0 ; }
4,640
returns the string for value . concode_field_sep ThreadLocal<DateFormat> STANDARD_DATE_FORMAT concode_elem_sep String[] BROWSER_COMPATIBLE_DATE_FORMAT_STRINGS concode_elem_sep DateFormat[] BROWSER_COMPATIBLE_DATE_FORMATS concode_field_sep Date parse concode_elem_sep DateFormat initialValue
String function ( Date arg0 ) { return STANDARD_DATE_FORMAT . get ( ) . format ( arg0 ) ; }
4,641
pushes a prowl notification and takes the default priority into account concode_field_sep Logger logger concode_elem_sep int priority concode_elem_sep String apiKey concode_elem_sep String url concode_field_sep placeholderType placeHolder
boolean function ( @ ParamDoc ( name = "srini_string" , text = "srini_string" ) String arg0 , @ ParamDoc ( name = "srini_string" , text = "srini_string" ) String arg1 , @ ParamDoc ( name = "srini_string" , text = "srini_string" ) String arg2 ) { return pushNotification ( arg0 , arg1 , arg2 , Prowl . priority ) ; }
4,642
copies information between specified streams and then closes both of the streams . concode_field_sep int DEFAULT_BUFFER_SIZE concode_field_sep void copy concode_elem_sep void copy concode_elem_sep byte[] getBytes
void function ( InputStream arg0 , OutputStream arg1 ) { copy ( arg0 , arg1 ) ; arg0 . close ( ) ; arg1 . close ( ) ; }
4,643
returns all the morefs of the specified type that are present under the container concode_field_sep ServiceContent serviceContent concode_elem_sep VimPortType vimPort concode_field_sep ManagedObjectReference findManagedObjectReferenceByTypeAndId concode_elem_sep String populate concode_elem_sep ManagedObjectReference f...
Map < String , ManagedObjectReference > function ( ManagedObjectReference arg0 , String arg1 , RetrieveOptions arg2 ) { RetrieveResult loc0 = containerViewByType ( arg0 , arg1 , arg2 ) ; return toMap ( loc0 ) ; }
4,644
parse an input stream . concode_field_sep XmlPullParser parser concode_field_sep void expectNextTag concode_elem_sep String checkNotBlank concode_elem_sep int checkGetInt concode_elem_sep String checkGetAttribute concode_elem_sep void skipTag concode_elem_sep String getString concode_elem_sep void execute concode_elem_...
void function ( InputStream arg0 ) { XmlPullParserFactory loc0 = XmlPullParserFactory . newInstance ( ) ; loc0 . setNamespaceAware ( true ) ; parser = loc0 . newPullParser ( ) ; parser . setInput ( arg0 , null ) ; execute ( ) ; }
4,645
round a number d to the specified amount of decimal places res concode_field_sep PlaceHolder placeHolder concode_field_sep double radial concode_elem_sep double r2d concode_elem_sep double d2r concode_elem_sep double clampAngle
double function ( double arg0 , int arg1 ) { BigDecimal loc0 = new BigDecimal ( arg0 ) . setScale ( arg1 , BigDecimal . ROUND_HALF_UP ) ; return loc0 . doubleValue ( ) ; }
4,646
reinitialise . concode_field_sep int bufpos concode_elem_sep boolean prevCharIsLF concode_elem_sep int bufsize concode_elem_sep int available concode_elem_sep int tabSize concode_elem_sep java.io.Reader inputStream concode_elem_sep int line concode_elem_sep boolean staticFlag concode_elem_sep int bufcolumn[] concode_el...
void function ( java . io . InputStream arg0 , int arg1 , int arg2 ) { ReInit ( arg0 , arg1 , arg2 , 4096 ) ; }
4,647
sets the value of the status property . concode_field_sep Long size concode_elem_sep String name concode_elem_sep String description concode_elem_sep Long id concode_elem_sep AudienceSegmentDataProvider dataProvider concode_elem_sep AudienceSegmentAudienceSegmentType type concode_elem_sep AudienceSegmentStatus status c...
void function ( AudienceSegmentStatus arg0 ) { this . status = arg0 ; }
4,648
this method was generated by mybatis generator . this method returns the value of the database column identifying_code . remark3 concode_field_sep Long identifySeq concode_elem_sep Date identifytime concode_elem_sep String isidentified concode_elem_sep String identifycode concode_elem_sep String isvalid concode_elem_se...
String function ( ) { return remark3 ; }
4,649
returns the source name concode_field_sep String METACAFE_CONFIG_LABEL concode_elem_sep Logger logger concode_elem_sep String METACAFE_PATTERN concode_elem_sep String SOURCE_NAME concode_field_sep String getReplacement concode_elem_sep String getPattern
String function ( ) { return SOURCE_NAME ; }
4,650
returns all available apis . concode_field_sep PlaceHolder placeHolder concode_field_sep Iterable<ApiMetadata> fromServiceLoader concode_elem_sep Iterable<ApiMetadata> viewableAs concode_elem_sep Iterable<ApiMetadata> viewableAs concode_elem_sep String apply concode_elem_sep Function<ApiMetadata,String> idFunction conc...
Iterable < ApiMetadata > function ( ) { return ImmutableSet . < ApiMetadata > builder ( ) . addAll ( fromServiceLoader ( ) ) . addAll ( ApiRegistry . fromRegistry ( ) ) . build ( ) ; }
4,651
create an in-memory h2 database . concode_field_sep PlaceHolder placeHolder concode_field_sep Database createFrom concode_elem_sep Database createFrom concode_elem_sep Database createFrom concode_elem_sep Database createFrom concode_elem_sep Database inMemoryWith concode_elem_sep Database inMemoryWith concode_elem_sep ...
Database function ( String arg0 ) { return inMemory ( arg0 , ImmutableMap . < String , Object > of ( ) ) ; }
4,652
returns predecessor with longest span trace by default . concode_field_sep int count_ concode_elem_sep long _evolTrace concode_elem_sep Double _memberStability concode_elem_sep Set<Community<T>> _predList concode_elem_sep Set<Community<T>> _succList concode_elem_sep Set<T> _members concode_elem_sep List<T> _core concod...
Community < T > function ( ) { return _mainPred ; }
4,653
adds an itembean . concode_field_sep ArrayList itemBeans concode_elem_sep String sequence concode_elem_sep long serialVersionUID concode_elem_sep String partName concode_field_sep void setSequence concode_elem_sep void setPartName concode_elem_sep ArrayList getItemBeans concode_elem_sep void setItemBeans concode_elem_s...
void function ( HistogramQuestionScoresBean arg0 ) { if ( itemBeans == null ) itemBeans = new ArrayList ( ) ; itemBeans . add ( arg0 ) ; }
4,654
determines whether this date is before the date d. concode_field_sep int month concode_elem_sep int year concode_elem_sep int day concode_field_sep int daysInMonth concode_elem_sep int dayInYear concode_elem_sep boolean isLeapYear concode_elem_sep boolean isValidDate concode_elem_sep int difference concode_elem_sep Str...
boolean function ( Date arg0 ) { if ( this . year < arg0 . year ) return true ; if ( this . year == arg0 . year && this . month < arg0 . month ) return true ; if ( this . year == arg0 . year && this . month == arg0 . month && this . day < arg0 . day ) return true ; return false ; }
4,655
sets header value . concode_field_sep String headerName concode_elem_sep String headerValue concode_elem_sep Integer reportDataId concode_elem_sep String recordNum concode_field_sep String getHeaderName concode_elem_sep void setReportDataId concode_elem_sep String getRecordNum concode_elem_sep void setRecordNum concode...
void function ( String arg0 ) { this . headerValue = arg0 ; }
4,656
return a guid for a given uuid . concode_field_sep Pattern GUID_FORMAT concode_elem_sep String value concode_field_sep Guid randomGuid concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep Guid fromString
Guid function ( UUID arg0 ) { return new Guid ( arg0 . toString ( ) ) ; }
4,657
returns long value for configuration parameter with given name or given default value if the parameter is not defined . concode_field_sep Dictionary<String,?> configuration concode_field_sep int getInt concode_elem_sep String getString concode_elem_sep String getString
long function ( String arg0 , long arg1 ) { String loc0 = ( String ) configuration . get ( arg0 ) ; try { if ( StringUtils . isNotBlank ( loc0 ) ) { return Long . parseLong ( loc0 ) ; } else { return arg1 ; } } catch ( Exception loc1 ) { throw new ConfigurationException ( arg0 , "srini_string" ) ; } }
4,658
use this method to disable wrapping the global hdf with an unmodifiabledata object which prevents modification . this flag is here in case there are corner cases or performance reasons that someone may want to disable this protection . should not be set to true unless incompatibilities or performance issues found . not...
JSilverOptions function ( boolean arg0 ) { this . allowGlobalDataModification = arg0 ; return this ; }
4,659
checks if the effect definition of a transition contains at least one action . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean hasEntryAction concode_elem_sep boolean containsOnlyEventsOfType concode_elem_sep boolean oneIncomingTransitionEntersCompositeWithEntryActions concode_elem_sep boolean hasEx...
boolean function ( Transition arg0 ) { Effect loc0 = arg0 . getEffect ( ) ; if ( loc0 instanceof ReactionEffect ) { ReactionEffect loc1 = ( ReactionEffect ) loc0 ; EList < Expression > loc2 = loc1 . getActions ( ) ; return ! loc2 . isEmpty ( ) ; } return false ; }
4,660
gets the value of the filtermode property . concode_field_sep Object parent concode_elem_sep Boolean syncHorizontal concode_elem_sep CTOutlinePr outlinePr concode_elem_sep Boolean published concode_elem_sep CTColor tabColor concode_elem_sep Boolean transitionEntry concode_elem_sep Boolean filterMode concode_elem_sep Bo...
boolean function ( ) { if ( filterMode == null ) { return false ; } else { return filterMode ; } }
4,661
if the returnvalues parameter is provided as all_old in the request , amazon dynamodb returns an array of attribute name-value pairs essentially , the deleted item . otherwise , the response contains an empty set . returns a reference to this object so that method calls can be chained together . concode_field_sep java....
DeleteItemResult function ( java . util . Map < String , AttributeValue > arg0 ) { setAttributes ( arg0 ) ; return this ; }
4,662
gets the value of the timeformat property . concode_field_sep JAXBElement<String> timezoneStandardName concode_elem_sep JAXBElement<String> decimalSeparator concode_elem_sep JAXBElement<String> timeFormat concode_elem_sep JAXBElement<String> thousandsSeparator concode_field_sep void setTimezoneStandardName concode_elem...
JAXBElement < String > function ( ) { return timeFormat ; }
4,663
the indexset is the set of indices that will be rendered when the scatterplot is drawn . this is used in the case of adding conditional variables , where we only want to view the y/x variables plotted against each other when some other set of variables fall within particular ranges . when there are no conditional varia...
Vector function ( ) { return indexSet ; }
4,664
create using the default password and a specified docid concode_field_sep byte[] _keyDigest concode_elem_sep ThreadLocal<String> _userPasswordTLS concode_elem_sep int PASSWORD_HASH_NUMBER_OF_BYTES_USED concode_elem_sep int KEY_DIGEST_LENGTH concode_field_sep void check16Bytes concode_elem_sep byte[] createKeyDigest con...
Biff8EncryptionKey function ( byte [ ] arg0 ) { return new Biff8EncryptionKey ( createKeyDigest ( "srini_string" , arg0 ) ) ; }
4,665
creates an empty priorityqueue instance . concode_field_sep PlaceHolder placeHolder concode_field_sep SynchronousQueue<E> newSynchronousQueue concode_elem_sep ConcurrentLinkedQueue<E> newConcurrentLinkedQueue concode_elem_sep ConcurrentLinkedQueue<E> newConcurrentLinkedQueue concode_elem_sep PriorityBlockingQueue<E> ne...
PriorityQueue < E > function ( ) { return new PriorityQueue < E > ( ) ; }
4,666
compile the class named by oneclass . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean compileClasses concode_elem_sep void enable concode_elem_sep void disable concode_elem_sep Object command
boolean function ( Class arg0 ) { return false ; }
4,667
a rectangle , expressed in default user space units , defining the extent of the page 's meaningful content including potential white space as intended by the page 's creator the default is the cropbox . concode_field_sep PDResources pageResources concode_elem_sep PDRectangle mediaBox concode_elem_sep COSDictionary pag...
PDRectangle function ( ) { PDRectangle loc0 ; COSArray loc1 = ( COSArray ) page . getDictionaryObject ( COSName . ART_BOX ) ; if ( loc1 != null ) { loc0 = clipToMediaBox ( new PDRectangle ( loc1 ) ) ; } else { loc0 = getCropBox ( ) ; } return loc0 ; }
4,668
get last id . concode_field_sep int lastExistingIdx concode_elem_sep IgfsPath path concode_elem_sep String[] parts concode_elem_sep IgniteUuid[] ids concode_elem_sep IgniteUuid[] surrogateIds concode_field_sep IgfsPathIds parent concode_elem_sep IgniteUuid surrogateId concode_elem_sep IgniteUuid lastParentId concode_el...
IgniteUuid function ( ) { return ids [ ids . length - 1 ] ; }
4,669
in the callback , applications may override the uploaded files ' statuses , if the files fail the application 's custom validation , by using this method . they can even set a custom status , with its own message format for the faces message . concode_field_sep String fileName concode_elem_sep long totalSize concode_el...
void function ( FileEntryStatus arg0 , boolean arg1 ) { if ( arg0 != null ) { status = arg0 ; } if ( arg1 ) { FacesContext loc0 = FacesContext . getCurrentInstance ( ) ; loc0 . validationFailed ( ) ; loc0 . renderResponse ( ) ; } }
4,670
creates a new allocation id representing a cancelled relocation . note that this is expected to be called on the allocation id of the source shard concode_field_sep String ID_KEY concode_elem_sep ObjectParser<AllocationId.Builder,ParseFieldMatcherSupplier> ALLOCATION_ID_PARSER concode_elem_sep String id concode_elem_se...
AllocationId function ( AllocationId arg0 ) { assert arg0 . getRelocationId ( ) != null ; return new AllocationId ( arg0 . getId ( ) , null ) ; }
4,671
parameter keys to exclude from the cache key . concode_field_sep Map<String,Expression> parameterExpressions concode_elem_sep Properties outputProperties concode_elem_sep LinkedHashMap<String,Object> parameters concode_elem_sep IPortalSpELService portalSpELService concode_elem_sep Logger logger concode_elem_sep Set<Str...
void function ( Set < String > arg0 ) { this . cacheKeyExcludedParameters = arg0 ; }
4,672
gets the remote ipaddress concode_field_sep TcpConnection tcp_conn concode_elem_sep ConnectionIdentifier connection_id concode_elem_sep long last_time concode_elem_sep TransportListener listener concode_elem_sep String PROTO_TCP concode_elem_sep String text concode_field_sep void halt concode_elem_sep long getLastTimeM...
IpAddress function ( ) { if ( tcp_conn != null ) return tcp_conn . getRemoteAddress ( ) ; else return null ; }
4,673
test whether a method deletes objects concode_field_sep Map<String,CollectionMetadata> collectionMetaData concode_elem_sep Map<String,ClassMetadata> metaData concode_elem_sep BeanFactory beanFactory concode_elem_sep Log log concode_elem_sep SessionFactory sessionFactory concode_elem_sep Set<String> crudMethods concode_...
boolean function ( Method arg0 ) { return methodIsDelete ( arg0 . getName ( ) ) ; }
4,674
retrieve the initial known set of grammars . this method is called by a validator before the validation starts . the application can provide an initial set of grammars available to the current validation attempt . concode_field_sep XMLGrammarPool pool concode_elem_sep Logger logger concode_field_sep void unlockPool con...
Grammar [ ] function ( String arg0 ) { if ( logger . isDebugEnabled ( ) ) { logger . debug ( "srini_string" + arg0 + "srini_string" ) ; } final Grammar [ ] loc0 = pool . retrieveInitialGrammarSet ( arg0 ) ; if ( logger . isDebugEnabled ( ) ) { logger . debug ( "srini_string" + loc0 . length + "srini_string" ) ; } retur...
4,675
gets a list of search terms that make up a given search . concode_field_sep HashMap<Integer,WeakReference<PageText>> searchResultCache concode_elem_sep ArrayList<SearchTerm> searchTerms concode_field_sep void addPageSearchHit concode_elem_sep Set<Integer> getPageSearchHits concode_elem_sep void removeSearchTerm concode...
ArrayList < SearchTerm > function ( ) { return searchTerms ; }
4,676
adds wlen characters to the word being stemmed contained in a portion of a char array . this is like repeated calls of add char ch , but faster . concode_field_sep int i_end concode_elem_sep char[] b concode_elem_sep int INC concode_elem_sep int i concode_elem_sep int j concode_elem_sep int k concode_field_sep void ste...
void function ( char [ ] arg0 , int arg1 ) { if ( i + arg1 >= b . length ) { char [ ] loc0 = new char [ i + arg1 + INC ] ; for ( int loc1 = 0 ; loc1 < i ; loc1 ++ ) loc0 [ loc1 ] = b [ loc1 ] ; b = loc0 ; } for ( int loc0 = 0 ; loc0 < arg1 ; loc0 ++ ) b [ i ++ ] = arg0 [ loc0 ] ; }
4,677
check if this map contains a key . concode_field_sep Map<L,Set<R>> lToRMappings concode_elem_sep Map<R,Set<L>> rToLMappings concode_field_sep void add concode_elem_sep Iterator<R> rightIterator concode_elem_sep boolean isEmpty concode_elem_sep void clear concode_elem_sep Set<L> removeAllMappingsForRight concode_elem_se...
boolean function ( L arg0 ) { return lToRMappings . containsKey ( arg0 ) ; }
4,678
get size of part . not calculated until part has been written concode_field_sep int partLength concode_elem_sep String contentDisposition concode_elem_sep String contentType concode_elem_sep String contentTransferEncoding concode_field_sep void setTransferEncoding concode_elem_sep void setDisposition concode_elem_sep v...
int function ( ) { return partLength ; }
4,679
used to retrieve the plugin tool 's name . this is a short , unique name containing no spaces . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep int previousProgress concode_elem_sep boolean amIAct...
String function ( ) { return "srini_string" ; }
4,680
assigns the data array as the sync state for the given account . concode_field_sep String ACCOUNT_TYPE concode_elem_sep String CONTENT_DIRECTORY concode_elem_sep String ACCOUNT_NAME concode_elem_sep String[] DATA_PROJECTION concode_elem_sep String SELECT_BY_ACCOUNT concode_elem_sep String DATA concode_field_sep Pair<Ur...
void function ( ContentProviderClient arg0 , Uri arg1 , Account arg2 , byte [ ] arg3 ) { ContentValues loc0 = new ContentValues ( ) ; loc0 . put ( Columns . DATA , arg3 ) ; loc0 . put ( Columns . ACCOUNT_NAME , arg2 . name ) ; loc0 . put ( Columns . ACCOUNT_TYPE , arg2 . type ) ; arg0 . insert ( arg1 , loc0 ) ; }
4,681
sets the com.parse.http.parsehttprequest.method of this builder . concode_field_sep Map<String,String> headers concode_elem_sep Method method concode_elem_sep ParseHttpBody body concode_elem_sep String url concode_field_sep Builder addHeaders concode_elem_sep Builder setHeaders concode_elem_sep Builder addHeader concod...
Builder function ( ParseHttpRequest . Method arg0 ) { this . method = arg0 ; return this ; }
4,682
returns the dictionary . concode_field_sep COSDictionary dataDictionary concode_field_sep String getType concode_elem_sep void setSubtype concode_elem_sep String getSubtype concode_elem_sep COSBase getCOSObject
COSDictionary function ( ) { return this . dataDictionary ; }
4,683
sets the response cache to be used to read and write cached responses . if unset , the responsecache #getdefault system-wide default response cache will be used . concode_field_sep boolean followProtocolRedirects concode_elem_sep HostnameVerifier hostnameVerifier concode_elem_sep ConnectionPool connectionPool concode_e...
OkHttpClient function ( ResponseCache arg0 ) { this . responseCache = arg0 ; return this ; }
4,684
instructs the webview to cancel the authentication request . concode_field_sep HttpAuthHandler handler concode_field_sep void proceed
void function ( ) { this . handler . cancel ( ) ; }
4,685
gets the value of the contentbundleaction property . concode_field_sep Statement filterStatement concode_elem_sep ContentBundleAction contentBundleAction concode_field_sep Statement getFilterStatement concode_elem_sep void setContentBundleAction concode_elem_sep void setFilterStatement
ContentBundleAction function ( ) { return contentBundleAction ; }
4,686
verbose mode warning methods , their contract is that consumer must explicitly check for runtime.isverbose before calling them concode_field_sep Set<ID> oncelers concode_elem_sep Ruby runtime concode_field_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep vo...
void function ( String arg0 ) { if ( ! isVerbose ( ) ) return ; if ( ! runtime . warningsEnabled ( ) ) return ; warning ( ID . MISCELLANEOUS , arg0 ) ; }
4,687
returns the line number of an element dom flavor concode_field_sep String URI concode_elem_sep String PREFIX 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 locat...
int function ( Element arg0 ) { Attr loc0 = arg0 . getAttributeNodeNS ( URI , LINE_ATTR ) ; return loc0 != null ? Integer . parseInt ( loc0 . getValue ( ) ) : - 1 ; }
4,688
get the store value if this is unchanged . otherwise null is returned . concode_field_sep DATATYPE m_aObj concode_elem_sep EChange m_eChange concode_field_sep ChangeWithValue<DATATYPE> createUnchanged concode_elem_sep boolean isUnchanged concode_elem_sep DATATYPE getIfUnchanged concode_elem_sep boolean isSet concode_el...
DATATYPE function ( ) { return getIfUnchanged ( null ) ; }
4,689
gets the value of the newkey property . concode_field_sep InfoboxAssocArrayPairType updateValue concode_elem_sep String newKey concode_elem_sep InfoboxUpdateParamsAssocArrayType.UpdateKey updateKey concode_elem_sep InfoboxUpdateParamsAssocArrayType.DeletePair deletePair concode_elem_sep String key concode_field_sep voi...
String function ( ) { return newKey ; }
4,690
sets the system id for this source . concode_field_sep String FEATURE concode_elem_sep XMLReader xmlReader concode_elem_sep InputSource inputSource concode_field_sep String getSystemId concode_elem_sep InputSource sourceToInputSource concode_elem_sep void setInputSource concode_elem_sep void setXMLReader concode_elem_s...
void function ( String arg0 ) { if ( inputSource != null ) { inputSource . setSystemId ( arg0 ) ; } }
4,691
when we know a page has a hit but are n't sure if pagetext is still in a highlighted state we can use this method to check . if the weekreference for the pageindex exists we can compare it aginst the paramate pagetext . if the objects are equal there is no need to search again . if reference is null or not equal then w...
boolean function ( int arg0 , PageText arg1 ) { WeakReference < PageText > loc0 = searchResultCache . get ( arg0 ) ; if ( loc0 == null ) { return false ; } PageText loc1 = loc0 . get ( ) ; return loc1 == null || ! loc1 . equals ( arg1 ) ; }
4,692
get custom deserializer concode_field_sep java.util.Calendar date_updated concode_elem_sep com.intellij.tasks.mantis.model.AccountData user_id concode_elem_sep java.util.Calendar date_created concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String name concode_elem_sep java.lang.String descript...
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 ) ; }
4,693
creates a function that returns value for any input . concode_field_sep long serialVersionUID concode_elem_sep Predicate<T> predicate concode_elem_sep V defaultValue concode_elem_sep Function<A,? extends B> f concode_elem_sep Function<B,C> g concode_elem_sep Supplier<T> supplier concode_elem_sep Map<K,? extends V> map ...
Function < Object , E > function ( @ Nullable E arg0 ) { return new ConstantFunction < E > ( arg0 ) ; }
4,694
sets the tree node . concode_field_sep DynamicNodeUserObject selectedNodeObject concode_elem_sep String ROOT_NODE_TEXT concode_elem_sep DefaultTreeModel model concode_elem_sep int labelCount concode_field_sep DefaultTreeModel getModel concode_elem_sep boolean isDeleteDisabled concode_elem_sep DynamicNodeUserObject getS...
void function ( DynamicNodeUserObject arg0 ) { this . selectedNodeObject = arg0 ; }
4,695
called whenever the osgi framework starts our bundle concode_field_sep BundleContext context concode_elem_sep Logger logger concode_field_sep void stop concode_elem_sep BundleContext getContext
void function ( BundleContext arg0 ) { context = arg0 ; logger . debug ( "srini_string" ) ; }
4,696
whether to initialize filedescriptor lazily or not . if true , file descriptors are created only when data is going to be transferred . this can reduce the number of open files . concode_field_sep String SPARK_NETWORK_IO_NUMCONNECTIONSPERPEER_KEY concode_elem_sep String SPARK_NETWORK_IO_LAZYFD_KEY concode_elem_sep Stri...
boolean function ( ) { return conf . getBoolean ( SPARK_NETWORK_IO_LAZYFD_KEY , true ) ; }
4,697
create the raw socket . concode_field_sep String host concode_elem_sep int socketTimeoutBackup concode_elem_sep long loginTimeoutCheckTimestamp concode_elem_sep Socket rawSocket concode_elem_sep int loginTimeoutCountdown concode_elem_sep String TCP_RCV_BUF_DEFAULT_VALUE concode_elem_sep String TCP_NO_DELAY_PROPERTY_NAM...
Socket function ( Properties arg0 ) { return new Socket ( ) ; }
4,698
here we merge two list and we sort the list for every new item added into . shall return 1 , 2 , 3 , 4 , 5 , 10 , 11 , 12 , 13 , 14 , 15 concode_field_sep PlaceHolder placeHolder concode_field_sep void testMerge concode_elem_sep void testMergeDelayError concode_elem_sep Observable<Person> obPerson concode_elem_sep Obse...
void function ( ) { Observable . merge ( Observable . from ( Arrays . asList ( 2 , 1 , 13 , 11 , 5 ) ) , Observable . from ( Arrays . asList ( 10 , 4 , 12 , 3 , 14 , 15 ) ) ) . collect ( ArrayList < Integer > :: new , ArrayList :: add ) . doOnNext ( Collections :: sort ) . subscribe ( System . out :: println ) ; }
4,699
sets the value of the soc property . concode_field_sep String soc concode_elem_sep String description concode_elem_sep Boolean throttleIndicator concode_elem_sep long serialVersionUID concode_field_sep Boolean isThrottleIndicator concode_elem_sep String getSoc concode_elem_sep void setThrottleIndicator concode_elem_sep...
void function ( String arg0 ) { this . soc = arg0 ; }