idx
int64
0
25k
question
stringlengths
72
5.69k
target
stringlengths
21
481
20,600
gets the largest series in terms of number of data points . concode_field_sep int MARGIN concode_elem_sep Map<String,String> texts concode_elem_sep int mouseXPosition concode_elem_sep int OFFSET concode_elem_sep String TIME_KEY concode_elem_sep Map<String,Shell> hovers concode_elem_sep TimelineChart chart concode_field...
ISeries function ( ) { ISeries loc0 = null ; for ( ISeries loc1 : chart . getSeriesSet ( ) . getSeries ( ) ) { int loc2 = loc1 . getXSeries ( ) . loc2 ; if ( loc0 == null || loc0 . getXSeries ( ) . loc2 < loc2 ) { loc0 = loc1 ; } } return loc0 ; }
20,601
used by the whitebox gui to tell if this plugin is still running . 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 amIActive concode_field_sep String ...
boolean function ( ) { return amIActive ; }
20,602
check if the attribute is somewhere in this triple pattern concode_field_sep String predicate concode_elem_sep String subject concode_elem_sep long serialVersionUID concode_elem_sep List<IExpression> expressions concode_elem_sep String representation concode_elem_sep String object concode_field_sep String getSubject co...
Boolean function ( String arg0 ) { if ( subject . equals ( arg0 ) ) { return true ; } if ( predicate . equals ( arg0 ) ) { return true ; } if ( object . equals ( arg0 ) ) { return true ; } return false ; }
20,603
get the typequalifierannotation on a method return value . concode_field_sep boolean USE_DATABASE concode_elem_sep boolean DEBUG concode_elem_sep Map<MethodDescriptor,Map<TypeQualifierValue<?>,TypeQualifierAnnotation>> returnValueMap concode_elem_sep DualKeyHashMap<MethodDescriptor,Integer,Map<TypeQualifierValue<?>,Typ...
TypeQualifierAnnotation function ( MethodDescriptor arg0 , TypeQualifierValue < ? > arg1 ) { Map < TypeQualifierValue < ? > , TypeQualifierAnnotation > loc0 = returnValueMap . get ( arg0 ) ; if ( loc0 == null ) { return null ; } return loc0 . get ( arg1 ) ; }
20,604
invoked in dev mode when a server error occurs . concode_field_sep Provider<Router> routes concode_elem_sep Environment environment concode_elem_sep Option<String> playEditor concode_elem_sep OptionalSourceMapper sourceMapper concode_field_sep F.Promise<Result> onNotFound concode_elem_sep F.Promise<Result> onForbidden ...
F . Promise < Result > function ( RequestHeader arg0 , UsefulException arg1 ) { return F . Promise . < Result > pure ( Results . internalServerError ( views . html . defaultpages . devError . render ( playEditor , arg1 ) ) ) ; }
20,605
sets the event consumer factory list to be used for creating event consumer . concode_field_sep Integer totalDestinationGroups concode_elem_sep List<? extends EventConsumerFactoryBean<? extends AbstractEventConsumer>> eventConsumerFactoryList concode_elem_sep Logger LOGGER concode_field_sep int getMaxGroupNo concode_el...
void function ( List < ? extends EventConsumerFactoryBean < ? extends AbstractEventConsumer >> arg0 ) { this . eventConsumerFactoryList = arg0 ; }
20,606
prints a pdf document without opening a dialog box . concode_field_sep String acroread concode_field_sep boolean isLinux concode_elem_sep void launchBrowser concode_elem_sep boolean isWindows9X concode_elem_sep Process openDocument concode_elem_sep Process openDocument concode_elem_sep Process openDocument concode_elem...
Process function ( String arg0 , boolean arg1 ) { return action ( arg0 , "srini_string" , arg1 ) ; }
20,607
set a tag object associated with this actionmode . like the tag available to views , this allows applications to associate arbitrary data with an actionmode for later reference . concode_field_sep Object mTag concode_field_sep boolean onCreateActionMode concode_elem_sep void setCustomView concode_elem_sep CharSequence ...
void function ( Object arg0 ) { mTag = arg0 ; }
20,608
return a routing for the given table on the given node id . concode_field_sep int numShards concode_elem_sep Map<String,Map<String,List<Integer>>> locations concode_field_sep boolean visitLocations concode_elem_sep boolean hasLocations concode_elem_sep void readFrom concode_elem_sep boolean visitShard concode_elem_sep ...
Routing function ( TableIdent arg0 , String arg1 ) { Map < String , Map < String , List < Integer >>> loc0 = new TreeMap < > ( ) ; Map < String , List < Integer >> loc1 = new TreeMap < > ( ) ; loc1 . put ( arg0 . fqn ( ) , null ) ; loc0 . put ( arg1 , loc1 ) ; return new Routing ( loc0 ) ; }
20,609
attempts to get the underlying value as a byte . if the underlying byte array can not be converted , then an exception is thrown . for example , if the underlying byte array is n't a length of 1 , then it can not be converted to a byte . concode_field_sep short tag concode_elem_sep String tagName concode_elem_sep byte[...
byte function ( ) { try { return ByteArrayUtil . toByte ( this . value ) ; } catch ( IllegalArgumentException loc0 ) { throw new TlvConvertException ( "srini_string" , loc0 . getMessage ( ) ) ; } }
20,610
sets the value of the objectid property . concode_field_sep Date lastUpdateDate concode_elem_sep String name concode_elem_sep String lastUpdateUser concode_elem_sep String createUser concode_elem_sep String type concode_elem_sep Integer objectId concode_elem_sep Date createDate concode_field_sep String getCreateUser co...
void function ( Integer arg0 ) { this . objectId = arg0 ; }
20,611
returns the resource which is affected by this refactoring . default implementation returns the resource of the first context object . concode_field_sep RefactoringHelper helper concode_elem_sep List<T> contextObjects concode_field_sep TransactionalEditingDomain getEditingDomain concode_elem_sep boolean internalDoUndo ...
Resource function ( ) { T loc0 = getContextObject ( ) ; if ( loc0 instanceof EObject ) { return ( ( EObject ) loc0 ) . eResource ( ) ; } return null ; }
20,612
methods that should get flagged concode_field_sep String pizza concode_field_sep void noFlagForEquals concode_elem_sep void noFlagForEqualsIgnoreCase concode_elem_sep boolean equals concode_elem_sep boolean equals concode_elem_sep boolean equals concode_elem_sep boolean equals concode_elem_sep void flagForBoth concode_...
void function ( ) { String loc0 = "srini_string" ; loc0 . equalsIgnoreCase ( "srini_string" ) ; loc0 . equalsIgnoreCase ( loc0 = "srini_string" ) ; loc0 . equalsIgnoreCase ( ( ( loc0 = "srini_string" ) ) ) ; loc0 . equalsIgnoreCase ( "srini_string" + "srini_string" + "srini_string" ) ; loc0 . equalsIgnoreCase ( ( "srin...
20,613
an identifier for the message in this batch . this is used to communicate the result . note that the ids of a batch request need to be unique within the request . concode_field_sep Integer delaySeconds concode_elem_sep String messageBody concode_elem_sep com.amazonaws.internal.SdkInternalMap<String,MessageAttributeValu...
SendMessageBatchRequestEntry function ( String arg0 ) { setId ( arg0 ) ; return this ; }
20,614
the default value for an unsigned integer field . optional . constraints : range : 0 - concode_field_sep Integer defaultValue concode_field_sep void setDefaultValue concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep UIntOptions withDefaultValue
Integer function ( ) { return defaultValue ; }
20,615
confirm that cloning works . concode_field_sep PlaceHolder placeHolder concode_field_sep void testPublicCloneable concode_elem_sep void testSerialization concode_elem_sep void testHashcode concode_elem_sep void testEquals
void function ( ) { WindItemRenderer loc0 = new WindItemRenderer ( ) ; WindItemRenderer loc1 = ( WindItemRenderer ) loc0 . clone ( ) ; assertTrue ( loc0 != loc1 ) ; assertTrue ( loc0 . getClass ( ) == loc1 . getClass ( ) ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; }
20,616
gets the value of the role property . concode_field_sep String role concode_elem_sep MIObjectiveType miObjective 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 role ; }
20,617
splunk index to write to concode_field_sep String earliestTime concode_elem_sep boolean useSunHttpsHandler concode_elem_sep String source concode_elem_sep int port concode_elem_sep String savedSearch concode_elem_sep String password concode_elem_sep String search concode_elem_sep Boolean streaming concode_elem_sep SSLS...
void function ( String arg0 ) { this . index = arg0 ; }
20,618
starts a new game concode_field_sep Profiler profiler concode_elem_sep Settings settings concode_elem_sep KeyboardListener keyboardListener concode_elem_sep GUI prevGui concode_elem_sep Renderer renderer concode_elem_sep int height concode_elem_sep LLC instance concode_elem_sep Timing timing concode_elem_sep String VER...
void function ( ) { this . gameLoader = new GameLoader ( ) ; this . logic = new Logic ( gameLoader . createNewGame ( "srini_string" ) , this . input ) ; if ( this . width != 0 ) this . guiRenderer . openGUI ( new GUIIngame ( this . logic , gameLoader ) ) ; this . isGamePaused = false ; }
20,619
revokes permission at the scope from the role to perform the action on resources of the type . for example , this method could be used to revoke a group scope permission to edit blog posts . depending on the scope , the value of primkey will have different meanings . for more information , see com.liferay.portal.model....
void function ( long arg0 , long arg1 , java . lang . String arg2 , int arg3 , java . lang . String arg4 , long arg5 , java . lang . String arg6 ) { getService ( ) . removeResourcePermission ( arg0 , arg1 , arg2 , arg3 , arg4 , arg5 , arg6 ) ; }
20,620
bulk api batch id concode_field_sep NotifyForOperationsEnum notifyForOperations concode_elem_sep String APEX_METHOD concode_elem_sep String sObjectQuery concode_elem_sep Boolean notifyForOperationCreate concode_elem_sep String SOBJECT_CLASS concode_elem_sep String sObjectClass concode_elem_sep String JOB_ID concode_ele...
void function ( String arg0 ) { this . batchId = arg0 ; }
20,621
sets the data buffer for this datagram packet . concode_field_sep InetAddress address concode_elem_sep byte[] data concode_elem_sep int offset concode_elem_sep int length concode_elem_sep int userSuppliedLength concode_elem_sep int port concode_field_sep void setLength concode_elem_sep int getPort concode_elem_sep void...
void function ( byte [ ] arg0 , int arg1 , int arg2 ) { if ( ( arg1 | arg2 ) < 0 || arg1 > arg0 . length || arg2 > arg0 . length - arg1 ) { throw new IllegalArgumentException ( ) ; } this . data = arg0 ; this . offset = arg1 ; this . length = arg2 ; this . userSuppliedLength = arg2 ; }
20,622
releases the text file buffer associated with the compilation unit . concode_field_sep PlaceHolder placeHolder concode_field_sep ITextFileBuffer getTextFileBuffer concode_elem_sep ITextFileBuffer acquire
void function ( final IJavaScriptUnit arg0 ) { Assert . isNotNull ( arg0 ) ; final IResource loc0 = arg0 . getResource ( ) ; if ( loc0 != null && loc0 . getType ( ) == IResource . FILE ) FileBuffers . getTextFileBufferManager ( ) . disconnect ( loc0 . getFullPath ( ) , LocationKind . IFILE , new NullProgressMonitor ( )...
20,623
reset the lockout counter for the user concode_field_sep boolean locked concode_elem_sep int failedAuthentications concode_field_sep void registerFailedAuthencation concode_elem_sep void resetFailedAuthentications concode_elem_sep boolean isLocked concode_elem_sep void setFailedAuthentications concode_elem_sep int getF...
void function ( ) { resetFailedAuthentications ( ) ; }
20,624
tests whether an intersection is proper . the intersection between two line segments is considered proper if they intersect in a single point in the interior of both segments e.g. the intersection is a single point and is not equal to any of the endpoints . the intersection between a point and a line segment is conside...
boolean function ( ) { return hasIntersection ( ) && isProper ; }
20,625
test loading a regular , non-admin user , ensuring that the returned userdetails object has role_user but not role_admin . concode_field_sep ClientDetailsEntity pairwiseClient1 concode_elem_sep ClientDetailsEntity pairwiseClient2 concode_elem_sep ClientDetailsEntity pairwiseClient3 concode_elem_sep String sectorIdentif...
void function ( ) { Mockito . when ( userInfoRepository . getByUsername ( regularUsername ) ) . thenReturn ( userInfoRegular ) ; UserInfo loc0 = service . getByUsername ( regularUsername ) ; assertEquals ( loc0 . getSub ( ) , regularSub ) ; }
20,626
inserts edge into graph between v_i and v_j and assures the correct connectivity between vertices and edges . concode_field_sep GraphFactory<G,V,E> factory concode_field_sep boolean insertVertex concode_elem_sep boolean removeEdge concode_elem_sep G copyGraph concode_elem_sep G createGraph concode_elem_sep boolean remo...
boolean function ( G arg0 , V arg1 , V arg2 , E arg3 ) { if ( arg1 != arg2 ) { if ( ! arg1 . getNeighbours ( ) . contains ( arg2 ) ) { arg3 . setVertices ( new Tuple < SparseVertex , SparseVertex > ( arg1 , arg2 ) ) ; arg1 . addEdge ( arg3 ) ; arg2 . addEdge ( arg3 ) ; return arg0 . insertEdge ( arg3 ) ; } else return ...
20,627
required . the name of the marker . returns a reference to this object so that method calls can be chained together . constraints : length : 1 - 256 concode_field_sep String details concode_elem_sep String markerName concode_field_sep RecordMarkerDecisionAttributes withDetails concode_elem_sep String getMarkerName conc...
RecordMarkerDecisionAttributes function ( String arg0 ) { this . markerName = arg0 ; return this ; }
20,628
it returns the number of children that a trie has concode_field_sep BitSet appearingIn concode_elem_sep List<TrieNode> nodes concode_elem_sep int intId concode_elem_sep int sumSequencesIDs concode_elem_sep int support concode_elem_sep int id concode_field_sep void setNodes concode_elem_sep void setSumIdSequences concod...
int function ( ) { if ( nodes == null ) { return 0 ; } return nodes . size ( ) ; }
20,629
push a new integer into the top of the stack concode_field_sep int DEFAULT_CAPACITY concode_elem_sep int size concode_elem_sep int[] elements concode_field_sep int pop concode_elem_sep int getSize concode_elem_sep int peek concode_elem_sep boolean empty
void function ( int arg0 ) { if ( size >= elements . length ) { int [ ] loc0 = new int [ elements . length * 2 ] ; System . arraycopy ( elements , 0 , loc0 , 0 , elements . length ) ; elements = loc0 ; } elements [ size ++ ] = arg0 ; }
20,630
configure 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<S...
CreateSpaceRequest function ( List < String > arg0 ) { this . domainIds . addAll ( arg0 ) ; return this ; }
20,631
gets the value . concode_field_sep String name concode_elem_sep String value concode_field_sep void setName concode_elem_sep String getName concode_elem_sep void initName concode_elem_sep int hashCode concode_elem_sep void setValue concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep void i...
String function ( ) { return value ; }
20,632
call split and average concode_field_sep Polygon polygon concode_field_sep Vector computeNewPosition concode_elem_sep void average concode_elem_sep void split
void function ( ) { split ( ) ; average ( ) ; }
20,633
assigns thread of partner , to be notified if we have an ioexception . concode_field_sep Connection connection concode_elem_sep IOException disconnectedException concode_elem_sep Thread partnerThread concode_field_sep Connection getConnection concode_elem_sep void disconnect concode_elem_sep void disconnect concode_ele...
void function ( Thread arg0 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } this . partnerThread = arg0 ; }
20,634
return current date value in format : yyyy-mm-dd concode_field_sep PlaceHolder placeHolder concode_field_sep String LongToDateString concode_elem_sep Date getMonthLastDay concode_elem_sep Date timeStringToDate concode_elem_sep String[] SplitDate concode_elem_sep String dateToLongString concode_elem_sep Date stringToDat...
String function ( ) { return dateToStringWithPattern ( new Date ( ) , "srini_string" ) ; }
20,635
sets the port number on which the recovery manager will listen . concode_field_sep boolean propagateTerminator concode_elem_sep String contextPropMode concode_elem_sep boolean transactionManager concode_elem_sep int commitedTransactionRetryLimit concode_elem_sep boolean supportSubtransactions concode_elem_sep int recov...
void function ( int arg0 ) { this . recoveryManagerPort = arg0 ; }
20,636
return value for system property name parsed as int or defaultvalue if the property does not exist or a security manager denies access to it concode_field_sep Logger logger concode_field_sep boolean booleanProperty concode_elem_sep boolean booleanProperty concode_elem_sep void setProperty concode_elem_sep void setSyste...
int function ( String arg0 , int arg1 ) { String loc0 = property ( arg0 ) ; if ( loc0 != null ) { try { return Integer . parseInt ( loc0 ) ; } catch ( NumberFormatException loc1 ) { logger . log ( Level . FINE , "srini_string" , loc1 ) ; } } return arg1 ; }
20,637
gets the html needed to insert a valid css link tag . concode_field_sep String tempStyle concode_elem_sep String ROYALE_BRANCH_EXPANDED_ICON concode_elem_sep String imageDirectory concode_elem_sep ArrayList styleList concode_elem_sep String XP concode_elem_sep String currentStyle concode_elem_sep String XP_BRANCH_CONTR...
String function ( ) { }
20,638
enables or disables heuristic caching . concode_field_sep int DEFAULT_ASYNCHRONOUS_WORKERS_MAX concode_elem_sep float heuristicCoefficient concode_elem_sep long heuristicDefaultLifetime concode_elem_sep float DEFAULT_HEURISTIC_COEFFICIENT concode_elem_sep int asynchronousWorkersMax concode_elem_sep long DEFAULT_HEURIST...
void function ( boolean arg0 ) { this . heuristicCachingEnabled = arg0 ; }
20,639
record detail for given exception . concode_field_sep Map<String,Object> details concode_elem_sep Status status concode_field_sep Builder withDetail concode_elem_sep Health build concode_elem_sep int hashCode concode_elem_sep Builder outOfService concode_elem_sep Builder outOfService concode_elem_sep boolean equals con...
Builder function ( Exception arg0 ) { Assert . notNull ( arg0 , "srini_string" ) ; return withDetail ( "srini_string" , arg0 . getClass ( ) . getName ( ) + "srini_string" + arg0 . getMessage ( ) ) ; }
20,640
requests a `` dangerous '' permission for the application at runtime . this is a helper method alternative to cordovainterface.requestpermission that does not require the project to be built with cordova-android 5.0.0 + concode_field_sep String LOG_TAG concode_field_sep boolean hasPermission concode_elem_sep void deliv...
void function ( CordovaPlugin arg0 , int arg1 , String arg2 ) { PermissionHelper . requestPermissions ( arg0 , arg1 , new String [ ] { arg2 } ) ; }
20,641
check if all array elements are false concode_field_sep PlaceHolder placeHolder concode_field_sep float quad concode_elem_sep float magnitudeToDb concode_elem_sep float normalize concode_elem_sep float[] convertColor concode_elem_sep boolean allElementsAreZero concode_elem_sep boolean allElementsAreNull concode_elem_se...
boolean function ( @ NonNull boolean [ ] arg0 ) { for ( boolean loc0 : arg0 ) { if ( loc0 ) return false ; } return true ; }
20,642
gets the value of the protocol property . concode_field_sep String path concode_elem_sep TCloudProtocol protocol concode_elem_sep BigInteger port concode_elem_sep String registerProcedure concode_elem_sep String domain concode_field_sep String getDomain concode_elem_sep void setRegisterProcedure concode_elem_sep BigInt...
TCloudProtocol function ( ) { return protocol ; }
20,643
returns the attribute name . concode_field_sep long serialVersionUID concode_elem_sep String attr concode_field_sep Object getAttribute concode_elem_sep ValueExp apply concode_elem_sep String toString concode_elem_sep void setMBeanServer
String function ( ) { return attr ; }
20,644
gets type literal for the given type instance . concode_field_sep Class<? super T> rawType concode_elem_sep int hashCode concode_elem_sep Type type concode_field_sep Class<? super T> getRawType concode_elem_sep Type resolveType concode_elem_sep TypeLiteral<?> resolve concode_elem_sep TypeLiteral<?> getFieldType concode...
TypeLiteral < ? > function ( Type arg0 ) { return new TypeLiteral < Object > ( arg0 ) ; }
20,645
gets the value of the guid property . concode_field_sep XMLGregorianCalendar date concode_elem_sep String verbalStatus concode_elem_sep String author concode_elem_sep Comment.Topic topic concode_elem_sep String guid concode_elem_sep String comment concode_elem_sep CommentStatus status concode_field_sep void setGuid con...
String function ( ) { return guid ; }
20,646
parse the syntax and let the rule call the visitor . concode_field_sep String currentToken concode_elem_sep char firstChar concode_elem_sep Rule lastRepeat concode_elem_sep String currentTopic concode_elem_sep String syntax concode_elem_sep int index concode_elem_sep String[] tokens concode_elem_sep ArrayList<RuleHead>...
void function ( BnfVisitor arg0 , String arg1 ) { this . syntax = arg1 ; tokens = tokenize ( ) ; index = 0 ; Rule loc0 = parseRule ( ) ; loc0 . setLinks ( ruleMap ) ; loc0 . accept ( arg0 ) ; }
20,647
tests the vanity driver with properties in the url . concode_field_sep boolean ENABLED concode_elem_sep String SPLUNK_PASSWORD concode_elem_sep String SPLUNK_USER concode_elem_sep String[] SQL_STRINGS concode_elem_sep String[] ERROR_SQL_STRINGS concode_elem_sep String SPLUNK_URL concode_field_sep Function<ResultSet,Voi...
void function ( ) { loadDriverClass ( ) ; if ( ! enabled ( ) ) { return ; } Connection loc0 = DriverManager . getConnection ( "srini_string" + "srini_string" + SPLUNK_URL + "srini_string" + "srini_string" + SPLUNK_USER + "srini_string" + "srini_string" + SPLUNK_PASSWORD + "srini_string" ) ; loc0 . close ( ) ; }
20,648
gets the value of the mechanism property . concode_field_sep String mechanism concode_field_sep void setMechanism
String function ( ) { return mechanism ; }
20,649
returns a string representation of the tick . concode_field_sep TextAnchor rotationAnchor concode_elem_sep double angle concode_elem_sep String text concode_elem_sep TextAnchor textAnchor concode_elem_sep long serialVersionUID concode_field_sep double getAngle concode_elem_sep String getText concode_elem_sep TextAnchor...
String function ( ) { return this . text ; }
20,650
this method was generated by mybatis generator . this method sets the value of the database column sys_dic . update_by 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 co...
void function ( Integer arg0 ) { this . updateBy = arg0 ; }
20,651
sets the output of this transcoder output with the specified document . concode_field_sep OutputStream ostream concode_elem_sep Document document concode_elem_sep Writer writer concode_elem_sep XMLFilter xmlFilter concode_elem_sep String uri concode_field_sep void setWriter concode_elem_sep void setOutputStream concode...
void function ( Document arg0 ) { this . document = arg0 ; }
20,652
builds a corsconfig with settings specified by previous method calls . concode_field_sep boolean noPreflightHeaders concode_elem_sep boolean enabled concode_elem_sep Optional<Pattern> pattern concode_elem_sep boolean allowNullOrigin concode_elem_sep Set<String> requestHeaders concode_elem_sep Set<HttpMethod> requestMet...
CorsConfig function ( ) { if ( preflightHeaders . isEmpty ( ) && ! noPreflightHeaders ) { preflightHeaders . put ( "srini_string" , DateValueGenerator . INSTANCE ) ; preflightHeaders . put ( "srini_string" , new ConstantValueGenerator ( "srini_string" ) ) ; } return new CorsConfig ( this ) ; }
20,653
returns the collection with a given name . this is a mockito mock object , so verifications can be performed on it . concode_field_sep Map<String,DBCollection> collections concode_elem_sep Map<String,DBCollection> collections concode_elem_sep DBCollection defaultCollection concode_elem_sep MongoClient client concode_fi...
DBCollection function ( String arg0 ) { DBCollection loc0 = collections . get ( arg0 ) ; return loc0 != null ? loc0 : defaultCollection ; }
20,654
get the maximum observed value . concode_field_sep long[] upperBounds concode_elem_sep long minValue concode_elem_sep long[] counts concode_elem_sep long maxValue concode_field_sep void validateBounds concode_elem_sep long getFourNinesUpperBound concode_elem_sep long getUpperBoundAt concode_elem_sep long getCountAt con...
long function ( ) { return maxValue ; }
20,655
returns the server error occurred . concode_field_sep UserChallengesDTO[] userChallengesDTOs concode_elem_sep String error concode_elem_sep String key concode_field_sep String getKey concode_elem_sep UserChallengesDTO[] getUserChallengesDTOs concode_elem_sep void setUserChallengesDTOs concode_elem_sep void setError con...
String function ( ) { return error ; }
20,656
this provides the method for the externalid criterion , using which , the campaign enrollments are filtered based on external id . concode_field_sep List<Criterion> criteria concode_field_sep List<Criterion> getCriteria concode_elem_sep List<Criterion> getSecondaryCriteria concode_elem_sep CampaignEnrollmentsQuery havi...
CampaignEnrollmentsQuery function ( String arg0 ) { criteria . add ( new ExternalIdCriterion ( arg0 ) ) ; return this ; }
20,657
return a null reference for the specified servlet name . concode_field_sep PrintWriter myLogWriter concode_elem_sep ConcurrentHashMap<String,String> myParameters concode_elem_sep ClassLoader loader concode_elem_sep Hashtable<String,Object> myAttributes concode_elem_sep URL myResourceBaseURL concode_field_sep Enumeratio...
Servlet function ( String arg0 ) { return ( null ) ; }
20,658
the action has been activated . the argument of the method represents the ` real ' action sitting in the workbench ui . concode_field_sep IWorkbenchWindow window concode_field_sep void init concode_elem_sep void selectionChanged concode_elem_sep void dispose
void function ( IAction arg0 ) { WizardMainZathura loc0 = new WizardMainZathura ( ) ; WizardDialog loc1 = new WizardDialog ( window . getShell ( ) , loc0 ) ; loc1 . create ( ) ; loc1 . open ( ) ; }
20,659
scans for factory plug-ins on the application class path . this method is needed because the application class path can theoretically change , or additional plug-ins may become available . rather than re-scanning the classpath on every invocation of the api , the class path is scanned automatically only on the first in...
void function ( ) { FACTORIES = null ; }
20,660
dummy test case to make intellij recognize this as a test class . concode_field_sep AvailabilityZoneService.State testAvailabilityZone concode_elem_sep AvailabilityZoneService service concode_elem_sep DcpRestClient dcpRestClient concode_elem_sep BasicServiceHost host concode_field_sep void testStartState concode_elem_s...
void function ( ) { }
20,661
copies key references from other key set concode_field_sep Pointer KS_END concode_elem_sep int KDB_O_DEL concode_elem_sep int KDB_O_INACTIVE concode_elem_sep int KDB_O_NORECURSIVE concode_elem_sep Pointer ks concode_elem_sep int KDB_O_SYNC concode_elem_sep int KDB_O_SORT concode_elem_sep int KDB_O_NONE concode_elem_sep...
int function ( KeySet arg0 ) { return Elektra . INSTANCE . ksCopy ( get ( ) , arg0 . get ( ) ) ; }
20,662
this class is immutable . concode_field_sep PlaceHolder placeHolder concode_field_sep void testSerialization concode_elem_sep void testEquals
void function ( ) { YWithXInterval loc0 = new YWithXInterval ( 1.0 , 0.5 , 1.5 ) ; assertFalse ( loc0 instanceof Cloneable ) ; }
20,663
patch prompt method . concode_field_sep String RETURNED_MESSAGE concode_field_sep boolean confirm concode_elem_sep void alert
String function ( String arg0 , String arg1 ) { return RETURNED_MESSAGE ; }
20,664
rebind the given object to the current jndi context , using the given name . overwrites any existing binding . concode_field_sep Properties environment concode_elem_sep Log logger concode_field_sep void releaseContext concode_elem_sep Object lookup concode_elem_sep T lookup concode_elem_sep void bind concode_elem_sep v...
void function ( final String arg0 , final Object arg1 ) { if ( logger . isDebugEnabled ( ) ) { logger . debug ( "srini_string" + arg0 + "srini_string" ) ; } execute ( new JndiCallback < Object > ( ) { @ Override public Object doInContext ( Context arg2 ) throws NamingException { arg2 . rebind ( arg0 , arg1 ) ; return n...
20,665
sets the current camera no support for multiple cameras yet . concode_field_sep int imageWidth concode_elem_sep AccelerationStructure intAccel concode_elem_sep Display display concode_elem_sep InstanceList infiniteInstanceList concode_elem_sep Instance bakingInstance concode_elem_sep int threads concode_elem_sep LightS...
void function ( Camera arg0 ) { this . camera = arg0 ; }
20,666
redundant ` final ' modifier concode_field_sep InnerImplementation inner concode_elem_sep String s3 concode_elem_sep String s4 concode_elem_sep float PI_FINAL concode_elem_sep String s2 concode_elem_sep float PI_OK concode_elem_sep String s1 concode_elem_sep boolean sModifierOrderVar concode_elem_sep float PI_PUBLIC co...
void function ( ) { }
20,667
permanently delete a test report instance . concode_field_sep LensMLJerseyClient client concode_field_sep List<String> getModels concode_elem_sep MLModel getModel concode_elem_sep Map<String,String> getAlgoParamDescription concode_elem_sep MLAlgo getAlgoForName concode_elem_sep String getModelPath concode_elem_sep MLTe...
void function ( String arg0 , String arg1 ) { client . deleteTestReport ( arg0 , arg1 ) ; }
20,668
doc qiongli comment method `` teardown '' . concode_field_sep PlaceHolder placeHolder concode_field_sep void testGetDefaultHadoopParameters concode_elem_sep void setUp
void function ( ) { }
20,669
get managed bean based on the bean name . concode_field_sep PlaceHolder placeHolder concode_field_sep String getRequestParameter concode_elem_sep Application getApplication concode_elem_sep Object getElValue concode_elem_sep ServletContext getServletContext concode_elem_sep String getJsfEl concode_elem_sep void resetMa...
Object function ( String arg0 ) { return getValueBinding ( getJsfEl ( arg0 ) ) . getValue ( FacesContext . getCurrentInstance ( ) ) ; }
20,670
getting number . concode_field_sep int number concode_elem_sep Logger log concode_elem_sep String passivatedBy concode_elem_sep String actIfIsNode concode_elem_sep int postActivateCalled concode_elem_sep int prePassivateCalled concode_field_sep void ejbCreate concode_elem_sep void setPassivationNode concode_elem_sep vo...
int function ( ) { return number ; }
20,671
returns an error string corresponding to the given error value . concode_field_sep int RETURN_SUCCESS concode_elem_sep int INDEX_PORT concode_elem_sep int INDEX_COMMAND concode_elem_sep int BUFFER_LENGTH concode_elem_sep int COMMAND_CONNECT concode_elem_sep int RETURN_CANNOT_CONNECT_TO_IDENTD concode_elem_sep int REPLY...
String function ( int arg0 ) { switch ( arg0 ) { case RETURN_FAILURE : return "srini_string" ; case RETURN_CANNOT_CONNECT_TO_IDENTD : return "srini_string" ; case RETURN_DIFFERENT_USER_IDS : return "srini_string" ; default : return "srini_string" ; } }
20,672
utility method that attempts to take a value represented by a given key and validate it as a member of the specified type . concode_field_sep boolean dirty concode_elem_sep Map<String,Object> map concode_field_sep void putInt concode_elem_sep Set<Entry<String,Object>> entrySet concode_elem_sep boolean containsKey conco...
Object function ( String arg0 , Class < ? > arg1 ) { Object loc0 = map . get ( arg0 ) ; if ( ! arg1 . isInstance ( loc0 ) ) { throw new ClassCastException ( "srini_string" + arg0 + "srini_string" + arg1 + "srini_string" + ( loc0 == null ? null : "srini_string" + loc0 . getClass ( ) + "srini_string" + loc0 ) + "srini_st...
20,673
the detected duration of the input file , in milliseconds . returns a reference to this object so that method calls can be chained together . concode_field_sep String frameRate concode_elem_sep Long fileSize concode_elem_sep Integer width concode_elem_sep Long durationMillis concode_elem_sep Integer height concode_fiel...
DetectedProperties function ( Long arg0 ) { this . durationMillis = arg0 ; return this ; }
20,674
clear out the map of all entries . concode_field_sep float loadFactor concode_elem_sep int size concode_elem_sep long[] keys concode_elem_sep Object[] values concode_elem_sep int resizeThreshold concode_field_sep void compact concode_elem_sep V apply concode_elem_sep void forEach concode_elem_sep void forEach concode_e...
void function ( ) { size = 0 ; Arrays . fill ( values , null ) ; }
20,675
returns the message that indicates the cause of this inferenceissue . concode_field_sep int severity concode_elem_sep Collection<InferenceIssue> inferenceIssues concode_elem_sep String message concode_elem_sep Type type concode_elem_sep Collection<? extends TypeConstraint> constraints concode_elem_sep InferredType infe...
String function ( ) { return message ; }
20,676
sets the indicators in robotsmeta to appropriate values , based on any meta tags found under the given node . concode_field_sep PlaceHolder placeHolder concode_field_sep void getMetaTagsHelper
void function ( HTMLMetaTags arg0 , Node arg1 , URL arg2 ) { arg0 . reset ( ) ; getMetaTagsHelper ( arg0 , arg1 , arg2 ) ; }
20,677
set the enablement state of the widget . concode_field_sep ComboViewer fileSystems concode_elem_sep Label fileSystemTitle concode_field_sep void createContents concode_elem_sep FileSystemConfiguration getSelectedConfiguration
void function ( boolean arg0 ) { fileSystemTitle . setEnabled ( arg0 ) ; fileSystems . getControl ( ) . setEnabled ( arg0 ) ; }
20,678
gets the value of the value property . concode_field_sep String timeStamp concode_elem_sep String seqNum concode_elem_sep String reasonCode concode_elem_sep String dataRef concode_elem_sep String value concode_elem_sep String dataSet concode_elem_sep String configRef concode_elem_sep String entryID concode_field_sep St...
String function ( ) { return value ; }
20,679
always returns null . concode_field_sep History NO_HISTORY concode_field_sep Statistics[] getStats concode_elem_sep Statistics[] getStats concode_elem_sep DateTime getEndTime concode_elem_sep DateTime getEndTime concode_elem_sep Window getWindow concode_elem_sep Window getWindow concode_elem_sep long getTotalDuration c...
DateTime function ( ) { return null ; }
20,680
given a collection , get an iterator of all its children , loading them from the database if necessary . concode_field_sep CascadingAction SAVE_UPDATE concode_elem_sep CascadingAction REPLICATE concode_elem_sep CascadingAction DELETE concode_elem_sep CascadingAction PERSIST concode_elem_sep CoreMessageLogger LOG concod...
Iterator function ( EventSource arg0 , CollectionType arg1 , Object arg2 ) { return arg1 . getElementsIterator ( arg2 , arg0 ) ; }
20,681
returns an iterator for all the subplans in the plan concode_field_sep IndexInfo ii concode_elem_sep Plan p1 concode_elem_sep Plan p2 concode_elem_sep String joinfield concode_elem_sep Schema sch concode_field_sep Schema schema concode_elem_sep long blocksAccessed concode_elem_sep long distinctValues concode_elem_sep l...
Iterator < Plan > function ( ) { throw new UnsupportedOperationException ( ) ; }
20,682
getting all envelopes in mailbox concode_field_sep EnvelopeCollection.EnvelopeComparator comparator concode_elem_sep EnvelopeCollection envelopes concode_field_sep EnvelopeCollection getEnvelopes concode_elem_sep void schedule concode_elem_sep boolean isEqualEnvelope concode_elem_sep boolean equals concode_elem_sep voi...
Envelope [ ] function ( ) { return envelopes . allEnvelopes ( ) ; }
20,683
get managed bean based on the bean name . concode_field_sep Properties buildProperties concode_field_sep String getRequestParameter concode_elem_sep UIComponent findComponent concode_elem_sep ServletContext getServletContext concode_elem_sep String getActionAttribute concode_elem_sep String getBuildAttribute concode_el...
Object function ( String arg0 ) { FacesContext loc0 = FacesContext . getCurrentInstance ( ) ; ELContext loc1 = loc0 . getELContext ( ) ; ExpressionFactory loc2 = loc0 . getApplication ( ) . getExpressionFactory ( ) ; ValueExpression loc3 = loc2 . createValueExpression ( loc1 , getJsfEl ( arg0 ) , Object . class ) ; ret...
20,684
get the stack trace of a throwable as string . concode_field_sep ICommonsList<String> STACKTRACE_OMIT_UNITTEST concode_elem_sep char STACKELEMENT_LINESEP concode_elem_sep StackTraceHelper s_aInstance concode_elem_sep ICommonsList<String> STACKTRACE_OMIT_APPSRV concode_field_sep void _appendSingleStackTraceToString conc...
String function ( @ Nullable final Throwable arg0 ) { return getStackAsString ( arg0 , true ) ; }
20,685
gets the local address to which the socket is bound . concode_field_sep DatagramSocket socket concode_field_sep void receive concode_elem_sep int getLocalPort concode_elem_sep int getSoTimeout concode_elem_sep void setSoTimeout concode_elem_sep String toString concode_elem_sep void close concode_elem_sep void send
IpAddress function ( ) { return new IpAddress ( socket . getInetAddress ( ) ) ; }
20,686
set the framing rectangle of this shape to the given coordinate and size . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean intersects concode_elem_sep Rectangle2D getFrame concode_elem_sep double getMaxX concode_elem_sep boolean isEmpty concode_elem_sep double getMaxY concode_elem_sep double getWidt...
void function ( Point2D arg0 , Dimension2D arg1 ) { setFrame ( arg0 . getX ( ) , arg0 . getY ( ) , arg1 . getWidth ( ) , arg1 . getHeight ( ) ) ; }
20,687
gets the new cell format index concode_field_sep Logger logger concode_elem_sep int[] newIndices concode_field_sep void setMapping
int function ( int arg0 ) { return newIndices [ arg0 ] ; }
20,688
groupisavailable concode_field_sep WmiManager m_manager concode_elem_sep WmiAgentConfig m_agentConfig concode_elem_sep String m_address concode_elem_sep IWmiClient m_wmiClient concode_elem_sep HashMap<String,WmiGroupState> m_groupStates concode_field_sep WmiManager getManager concode_elem_sep void setGroupIsAvailable c...
boolean function ( final String arg0 ) { final WmiGroupState loc0 = m_groupStates . get ( arg0 ) ; if ( loc0 == null ) { return false ; } return loc0 . isAvailable ( ) ; }
20,689
returns the value of the specified attribute , or null if there is no attribute with that name . if the attribute is not defined directly in this set , the parent hierarchy if there is one will be used . concode_field_sep AttributeSet EMPTY concode_elem_sep long serialVersionUID concode_elem_sep Hashtable tab concode_f...
Object function ( Object arg0 ) { Object loc0 = tab . get ( arg0 ) ; if ( loc0 != null ) return loc0 ; AttributeSet loc1 = getResolveParent ( ) ; if ( loc1 != null ) return loc1 . getAttribute ( arg0 ) ; return null ; }
20,690
returns the round trip time for this ping in nanoseconds , or -1 if the response was cancelled , or -2 if the timeout elapsed before the round trip completed . concode_field_sep long sent concode_elem_sep CountDownLatch latch concode_elem_sep long received concode_field_sep void cancel concode_elem_sep void receive con...
long function ( long arg0 , TimeUnit arg1 ) { if ( latch . await ( arg0 , arg1 ) ) { return received - sent ; } else { return - 2 ; } }
20,691
the runid of a workflow execution . this id is generated by the service and can be used to uniquely identify the workflow execution within a domain . returns a reference to this object so that method calls can be chained together . constraints : length : 1 - 64 concode_field_sep String runId concode_field_sep int hashC...
Run function ( String arg0 ) { this . runId = arg0 ; return this ; }
20,692
sets unknown offset concode_field_sep int header_len concode_elem_sep byte[] dir_uuid concode_elem_sep byte[] signature concode_elem_sep int currentPlace concode_elem_sep long serialVersionUID concode_elem_sep long lang_id concode_elem_sep long dir_offset concode_elem_sep int dataRemained concode_elem_sep long dir_len ...
void function ( long arg0 ) { this . unknown_offset = arg0 ; }
20,693
this function returns true if the object passed matches the principal represented in this implementation concode_field_sep String user concode_field_sep String getName concode_elem_sep int hashCode concode_elem_sep String toString
boolean function ( Object arg0 ) { if ( arg0 instanceof PrincipalImpl ) { PrincipalImpl loc0 = ( PrincipalImpl ) arg0 ; return user . equals ( loc0 . toString ( ) ) ; } else return false ; }
20,694
set the constraints value . concode_field_sep TaskConstraints constraints concode_field_sep TaskConstraints constraints
TaskUpdateParameter function ( TaskConstraints arg0 ) { this . constraints = arg0 ; return this ; }
20,695
converts the given value from the bar of the chart to pixels . concode_field_sep int H_OFFSET concode_elem_sep int pixelsPerSecond concode_elem_sep int BAR_HEIGHT concode_elem_sep int ROW_LABEL_FONT_SIZE concode_elem_sep int ROW_HEIGHT concode_elem_sep long maxStop concode_elem_sep int DEFAULT_PIXEL_PER_SECOND concode_...
int function ( long arg0 ) { return ( int ) ( arg0 / ( 1000000000L / pixelsPerSecond ) ) ; }
20,696
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 _ddmTemplateVersionLocalService . arg0 ( arg0 , arg1 , arg2 ) ; }
20,697
obtains a lock , sleeps for #processingtime milliseconds and then unlocks the lock concode_field_sep EJBReadWriteLock ejbReadWriteLock concode_elem_sep Lock lock concode_elem_sep CountDownLatch latch concode_elem_sep long processingTime concode_field_sep void testSameThreadCanGetWriteThenReadLock concode_elem_sep void ...
void function ( ) { this . lock . lock ( ) ; try { Thread . sleep ( this . processingTime ) ; } catch ( InterruptedException loc0 ) { } finally { this . lock . unlock ( ) ; this . latch . countDown ( ) ; } }
20,698
gets the value of the this property . concode_field_sep List<String> extensionKeys concode_elem_sep ManagedObjectReference _this concode_field_sep void setThis concode_elem_sep List<String> getExtensionKeys
ManagedObjectReference function ( ) { return _this ; }
20,699
get a list of values for the name . concode_field_sep XElement element concode_elem_sep Hashtable lists concode_field_sep void add concode_elem_sep void add concode_elem_sep void set concode_elem_sep void set concode_elem_sep void set concode_elem_sep void set concode_elem_sep void set concode_elem_sep String getConten...
Vector function ( String arg0 ) { Vector loc0 = new Vector ( ) ; XElement [ ] loc1 = element . getElements ( arg0 ) ; for ( int loc2 = 0 ; loc2 < loc1 . length ; loc2 ++ ) { loc0 . addElement ( loc1 [ loc2 ] ) ; } return loc0 ; }