idx
int64
0
25k
question
stringlengths
71
7.19k
target
stringlengths
20
663
7,900
get / update -- > update the email and the name for the user in the database having the passed id . concode_field_sep UserDao userDao concode_field_sep String getAllUsers concode_elem_sep String getByEmail concode_elem_sep String create concode_elem_sep String delete
String function ( long arg0 , String arg1 , String arg2 ) { try { User loc0 = userDao . findOne ( arg0 ) ; loc0 . setEmail ( arg1 ) ; loc0 . setName ( arg2 ) ; userDao . save ( loc0 ) ; } catch ( Exception loc0 ) { return "srini_string" + loc0 . toString ( ) ; } return "srini_string" ; }
7,901
gets the statusbar value for this richmediaexitwindowproperties . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep boolean resizable concode_elem_sep boolean scrollBars concode_elem_sep boolean __hashCodeCalc concode_elem_sep boolean menuBar concode_elem_sep boolean toolBar concode_elem_...
boolean function ( ) { return statusBar ; }
7,902
exceptional print util . concode_field_sep String[] FORCED_PULL_AGENTS concode_elem_sep Controller controller concode_elem_sep Subscriber subscriber concode_elem_sep String address concode_elem_sep long LEASE_TIME_MILLIS concode_elem_sep String userAgent concode_elem_sep long timeToLive concode_elem_sep String format c...
void function ( String arg0 ) { Log . debug ( "srini_string" + this + "srini_string" + arg0 ) ; }
7,903
creates a new message with a random message id suitable for sending as a query . concode_field_sep int tsigstart concode_elem_sep int MAXLENGTH concode_elem_sep Record[] emptyRecordArray concode_elem_sep TSIG tsigkey concode_elem_sep int sig0start concode_elem_sep List[] sections concode_elem_sep int TSIG_INTERMEDIATE ...
Message function ( Record arg0 ) { Message loc0 = new Message ( ) ; loc0 . header . setOpcode ( Opcode . QUERY ) ; loc0 . header . setFlag ( Flags . RD ) ; loc0 . addRecord ( arg0 , Section . QUESTION ) ; return loc0 ; }
7,904
gets or sets the name associated with this mobile phone . concode_field_sep String phoneNumber concode_elem_sep String name concode_field_sep void setName concode_elem_sep void setPhoneNumber concode_elem_sep String getPhoneNumber concode_elem_sep void validate
String function ( ) { return this . name ; }
7,905
firepropertychange concode_field_sep boolean enabled concode_elem_sep SwingPropertyChangeSupport changeSupport concode_elem_sep HashMap store concode_field_sep Object getValue concode_elem_sep void setEnabled concode_elem_sep void actionPerformed concode_elem_sep void writeObject concode_elem_sep boolean isEnabled conc...
void function ( String arg0 , Object arg1 , Object arg2 ) { changeSupport . firePropertyChange ( arg0 , arg1 , arg2 ) ; }
7,906
gets the value of the sourcedatacenter property . concode_field_sep String destinationName concode_elem_sep ManagedObjectReference destinationDatacenter concode_elem_sep Boolean force concode_elem_sep String sourceName concode_elem_sep ManagedObjectReference _this concode_elem_sep ManagedObjectReference sourceDatacente...
ManagedObjectReference function ( ) { return sourceDatacenter ; }
7,907
execute a save request . decides how the request is split depending upon characteristics of what is to be saved . processes the response s and updates the mapping context . concode_field_sep Long ref concode_elem_sep Neo4jSession session concode_elem_sep Long id concode_elem_sep Logger LOGGER concode_field_sep void reg...
void function ( CompileContext arg0 ) { executeSave ( arg0 , true ) ; }
7,908
the name of the cluster parameter group family for the cluster . concode_field_sep String clusterParameterGroupFamily concode_elem_sep String description concode_elem_sep String clusterVersion concode_field_sep void setClusterVersion concode_elem_sep ClusterVersion withClusterVersion concode_elem_sep int hashCode conco...
void function ( String arg0 ) { this . clusterParameterGroupFamily = arg0 ; }
7,909
sets the value of the flavour property . concode_field_sep Layout layout concode_elem_sep String mapping concode_elem_sep String styling concode_elem_sep String flavour concode_elem_sep Boolean bindClickToWidget concode_elem_sep Label label concode_elem_sep String align concode_elem_sep String params concode_elem_sep S...
void function ( String arg0 ) { this . flavour = arg0 ; }
7,910
constructs a stringgeneratorbuilder which will build strings composed from unicode basic latin alphabet concode_field_sep int LARGEST_DEFINED_BMP_CODEPOINT concode_elem_sep int maxCodePoint concode_elem_sep int BASIC_LATIN_FIRST_CODEPOINT concode_elem_sep int BASIC_LATIN_LAST_CODEPOINT concode_elem_sep int ASCII_LAST_C...
StringGeneratorBuilder function ( ) { return new StringGeneratorBuilder ( BASIC_LATIN_FIRST_CODEPOINT , BASIC_LATIN_LAST_CODEPOINT ) ; }
7,911
set the html id of the element t concode_field_sep boolean fired concode_elem_sep boolean submit concode_elem_sep boolean queued concode_elem_sep float fps concode_elem_sep boolean sync concode_elem_sep int sequenceId concode_elem_sep float duration concode_elem_sep String sequence concode_elem_sep float delay concode_...
void function ( String arg0 ) { this . id = arg0 ; }
7,912
translation-time validation of the attributes . request-time attributes are indicated as such in the tagdata parameter . because of the higher quality validation messages possible , this is the preferred way to do validation although isvalid still works . jsp 2.0 and higher containers call validate instead of isvalid ....
ValidationMessage [ ] function ( TagData arg0 ) { ValidationMessage [ ] loc0 = null ; if ( ! isValid ( arg0 ) ) { loc0 = new ValidationMessage [ ] { new ValidationMessage ( arg0 . getId ( ) , "srini_string" ) } ; } return loc0 ; }
7,913
returns this value as a referencevalue . concode_field_sep int TYPE_FLOAT concode_elem_sep int TYPE_LONG concode_elem_sep int TYPE_INSTRUCTION_OFFSET concode_elem_sep int TYPE_INTEGER concode_elem_sep int TYPE_REFERENCE concode_elem_sep int NEVER concode_elem_sep int ALWAYS concode_elem_sep int TYPE_TOP concode_elem_se...
ReferenceValue function ( ) { throw new IllegalArgumentException ( "srini_string" + this . getClass ( ) . getName ( ) + "srini_string" ) ; }
7,914
retrieves the internal state of this object , as a string . the retreived value is : super.tostring + '' running = '' + running + '' , starttime = '' + starttime + '' , total = '' + total + '' '' ; concode_field_sep boolean running concode_elem_sep long total concode_elem_sep long startTime concode_elem_sep long lastSt...
String function ( ) { return super . toString ( ) + "srini_string" + running + "srini_string" + startTime + "srini_string" + total + "srini_string" ; }
7,915
returns the value at the distribution 's 95th percentile . concode_field_sep com.codahale.metrics.Snapshot snapshot concode_field_sep double getValue concode_elem_sep double get99thPercentile concode_elem_sep long[] getValues concode_elem_sep int size concode_elem_sep long getMin concode_elem_sep double getMedian conco...
double function ( ) { return snapshot . get95thPercentile ( ) ; }
7,916
makes sure the username is a valid admin username and that the password alias is defined . this method does not make sure that the password associated with the username and the password associated with the password alias are the same . concode_field_sep DomainScopedPasswordAliasStore domainPasswordAliasStore concode_el...
void function ( String arg0 , String arg1 ) { try { validateUser ( arg0 ) ; validatePasswordAlias ( arg1 ) ; } catch ( Exception loc0 ) { throw new RuntimeException ( Strings . get ( "srini_string" ) , loc0 ) ; } }
7,917
this function fills a rectangle with a vertical gradient . this implementation does not use the gradient mechanism based on background patterns since they do not work stable on all systems . concode_field_sep PlaceHolder placeHolder concode_field_sep void fillVerticalGradientRoundedRectangle concode_elem_sep Color mixC...
void function ( Graphics arg0 , Rectangle arg1 , Color arg2 , Color arg3 ) { arg0 . pushState ( ) ; arg0 . setForegroundColor ( arg3 ) ; arg0 . setBackgroundColor ( arg2 ) ; arg0 . fillGradient ( arg1 . x , arg1 . y , arg1 . width , arg1 . height , true ) ; arg0 . popState ( ) ; }
7,918
closes the camera driver if still in use . concode_field_sep AutoFocusCallback autoFocusCallback concode_elem_sep String TAG concode_elem_sep int MAX_FRAME_WIDTH concode_elem_sep int MAX_FRAME_HEIGHT concode_elem_sep CameraManager cameraManager concode_elem_sep CameraConfigurationManager configManager concode_elem_sep ...
void function ( ) { if ( camera != null ) { FlashlightManager . disableFlashlight ( ) ; camera . release ( ) ; camera = null ; } }
7,919
this method applies filtering before delegating call to #writer . concode_field_sep NonXmlCharFilterer nonXmlCharFilterer concode_elem_sep XMLStreamWriter writer concode_field_sep void writeComment concode_elem_sep void writeEndDocument concode_elem_sep void writeNamespace concode_elem_sep String getPrefix concode_elem...
void function ( String arg0 ) { String loc0 = nonXmlCharFilterer . filter ( arg0 ) ; writer . writeCData ( loc0 ) ; }
7,920
reorder the item sequence numbers for this schedule concode_field_sep int _sequenceNum concode_elem_sep String _id concode_elem_sep String _name concode_elem_sep int _IdNumber concode_elem_sep String DISPOSE concode_elem_sep Logger log concode_elem_sep java.beans.PropertyChangeSupport pcs concode_elem_sep String _comme...
void function ( ) { List < ScheduleItem > loc0 = getItemsBySequenceList ( ) ; int loc1 ; for ( loc1 = 0 ; loc1 < loc0 . size ( ) ; loc1 ++ ) { loc0 . get ( loc1 ) . setSequenceId ( loc1 + 1 ) ; } _sequenceNum = loc1 ; }
7,921
returns ` true ' if the list contains the specified word . concode_field_sep String name concode_elem_sep boolean isUpdated concode_elem_sep Map<String,Integer> list concode_field_sep void add concode_elem_sep void setName concode_elem_sep int getSize concode_elem_sep String getName concode_elem_sep void setSize concod...
boolean function ( String arg0 ) { return list . containsKey ( arg0 ) ; }
7,922
helper method to validate the whole signedproperties object concode_field_sep String responderId concode_elem_sep Date producedAt concode_elem_sep byte[] ocspResponseData concode_elem_sep String id concode_elem_sep String certNr concode_field_sep byte[] getOcspResponseData concode_elem_sep void setOcspResponseData conc...
List < DigiDocException > function ( ) { return new ArrayList < DigiDocException > ( ) ; }
7,923
tests if namespace equals any of the valid namespaces . concode_field_sep String ND_ELSE concode_elem_sep String AT_OPERATION concode_elem_sep String ND_INVOKE concode_elem_sep String NAMESPACE_2004 concode_elem_sep String ND_CONDITION concode_elem_sep String ND_REPEAT_EVERY concode_elem_sep String XMLNS_XPATH_QUERY_LA...
boolean function ( String arg0 ) { return arg0 != null && ( ( arg0 . equals ( NAMESPACE_2004 ) ) || ( arg0 . equals ( NAMESPACE_2007 ) ) || ( arg0 . equals ( NAMESPACE_ABSTRACT_2007 ) ) ) ; }
7,924
whether the http session id should be copied to the handshake attributes under the key #http_session_id_attr_name . by default this is `` true '' . concode_field_sep Collection<String> attributeNames concode_elem_sep boolean copyHttpSessionId concode_elem_sep String HTTP_SESSION_ID_ATTR_NAME concode_elem_sep boolean co...
void function ( boolean arg0 ) { this . copyHttpSessionId = arg0 ; }
7,925
returns the outline paint . concode_field_sep double rotateX concode_elem_sep Paint outlinePaint concode_elem_sep int size concode_elem_sep AffineTransform transform concode_elem_sep Paint highlightPaint concode_elem_sep double rotateY concode_elem_sep Stroke outlineStroke concode_elem_sep Paint fillPaint concode_elem_...
Paint function ( ) { return this . outlinePaint ; }
7,926
return an assertionerror that a sub-class can raise for anunexpected request . concode_field_sep Set<RequestExpectation> expectations concode_elem_sep List<RequestExpectation> expectations concode_elem_sep List<ClientHttpRequest> requests concode_elem_sep Object lock concode_field_sep List<RequestExpectation> getExpect...
AssertionError function ( ClientHttpRequest arg0 ) { HttpMethod loc0 = arg0 . getMethod ( ) ; URI loc1 = arg0 . getURI ( ) ; String loc2 = "srini_string" + loc0 + "srini_string" + loc1 + "srini_string" ; return new AssertionError ( loc2 + getRequestDetails ( ) ) ; }
7,927
after del mode any actions concode_field_sep String retUrl concode_elem_sep String redirect_plus concode_elem_sep T edited concode_elem_sep String MODE_EDIT concode_elem_sep String REDIRECT_YES concode_elem_sep String REDIRECT_PLUS concode_elem_sep String mode concode_elem_sep T lastCreatedObject concode_elem_sep long ...
void function ( ) { }
7,928
get the configuration of the operation . concode_field_sep T configuration concode_elem_sep Long version concode_field_sep Long getVersion
T function ( ) { return configuration ; }
7,929
set the number of acceptable skip records surrounding the bad record per bad record in mapper . the number includes the bad record as well . to turn the feature of detection/skipping of bad records off , set the value to 0 . the framework tries to narrow down the skipped range by retrying until this threshold is met or...
void function ( Configuration arg0 , long arg1 ) { arg0 . setLong ( MAPPER_MAX_SKIP_RECORDS , arg1 ) ; }
7,930
returns a list of all documents for a symbol . concode_field_sep PlaceHolder placeHolder concode_field_sep Document getOne concode_elem_sep void update concode_elem_sep List<Document> scrapeRawData concode_elem_sep List<Document> getSome concode_elem_sep String getLastDate
List < Document > function ( String arg0 ) { FindIterable < Document > loc0 = Main . db . getCollection ( arg0 ) . find ( ) . sort ( new Document ( "srini_string" , - 1 ) ) ; ArrayList < Document > loc1 = new ArrayList < > ( ) ; for ( Document loc2 : loc0 ) { loc1 . add ( loc2 ) ; } return loc1 ; }
7,931
called after the index shard has been closed . concode_field_sep PlaceHolder placeHolder concode_field_sep void afterIndexCreated concode_elem_sep void beforeIndexShardClosed concode_elem_sep void beforeIndexDeleted concode_elem_sep void beforeIndexClosed concode_elem_sep void shardRoutingChanged concode_elem_sep void ...
void function ( ShardId arg0 , @ Nullable IndexShard arg1 , Settings arg2 ) { }
7,932
writes an explanatory message and a stack trace for a given throwable exception to the servlet log file , prepended by the servlet 's name . see servletcontext #log string , throwable . concode_field_sep long serialVersionUID concode_elem_sep ServletConfig config concode_field_sep ServletConfig getServletConfig concode...
void function ( String arg0 , Throwable arg1 ) { getServletContext ( ) . log ( getServletName ( ) + "srini_string" + arg0 , arg1 ) ; }
7,933
atmos ssl validation concode_field_sep String fullTokenId concode_elem_sep String secretKey concode_elem_sep String remotePath concode_elem_sep String query concode_elem_sep String name concode_elem_sep String localPath concode_elem_sep String newRemotePath concode_elem_sep boolean enableSslValidation concode_elem_sep ...
void function ( boolean arg0 ) { this . enableSslValidation = arg0 ; }
7,934
sets the project id of this j i r a issue . concode_field_sep JIRAIssue _jiraIssue concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setIssueNumber concode_elem_sep boolean isEscapedModel concode_elem...
void function ( long arg0 ) { _jiraIssue . setProjectId ( arg0 ) ; }
7,935
the `` org.apache.calcite.plan.reloptplanner '' tracer prints the query optimization process . levels : level #fine prints rules as they fire ; level #finer prints and validates the whole expression pooland rule queue as each rule fires ; level #finest prints finer details like rule importances . concode_field_sep Logg...
Logger function ( ) { return Logger . getLogger ( RelOptPlanner . class . getName ( ) ) ; }
7,936
called when an update started . concode_field_sep PlaceHolder placeHolder concode_field_sep void updateFailed concode_elem_sep void managerStarted concode_elem_sep void updateCompleted concode_elem_sep void managerStopped concode_elem_sep void managerResumed concode_elem_sep void managerSuspended
void function ( UpdateManagerEvent arg0 ) { }
7,937
returns the company id of this resource permission . concode_field_sep ResourcePermission _resourcePermission 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 boo...
long function ( ) { return _resourcePermission . getCompanyId ( ) ; }
7,938
build a full resource location for the given path , prepending the resource base path of this mockservletcontext . concode_field_sep int majorVersion concode_elem_sep Map<String,Object> attributes concode_elem_sep Log logger concode_elem_sep String contextPath concode_elem_sep String servletContextName concode_elem_sep...
String function ( String arg0 ) { if ( ! arg0 . startsWith ( "srini_string" ) ) { arg0 = "srini_string" + arg0 ; } return this . resourceBasePath + arg0 ; }
7,939
utility method to parse a date using iso-8601 concode_field_sep PlaceHolder placeHolder concode_field_sep String removeImgTag concode_elem_sep String firstNChars concode_elem_sep String doubleToString concode_elem_sep String monthName concode_elem_sep Number StringToNumber
Date function ( String arg0 ) { Date loc0 = null ; DateFormat loc1 = new SimpleDateFormat ( "srini_string" ) ; loc1 . setTimeZone ( TimeZone . getTimeZone ( "srini_string" ) ) ; try { loc0 = loc1 . parse ( arg0 ) ; } catch ( ParseException loc2 ) { Log . loc2 ( "srini_string" , loc2 . getMessage ( ) ) ; } return loc0 ;...
7,940
copy the contents of the given reader into a string . closes the reader when done . concode_field_sep int BUFFER_SIZE concode_field_sep int readFully concode_elem_sep int readFully concode_elem_sep int readFully concode_elem_sep int readFully concode_elem_sep List<String> readAllLines concode_elem_sep void readAllLines...
String function ( Reader arg0 ) { StringWriter loc0 = new StringWriter ( ) ; copy ( arg0 , loc0 ) ; return loc0 . toString ( ) ; }
7,941
interface abc : operation paramop param1 : integer , param2 : boolean : string operation stringop in event voidevent in event intevent : integer var intvar : integer var boolvar : boolean concode_field_sep ILinker linker concode_elem_sep StextResourceFactory factory concode_elem_sep IParser parser concode_field_sep Ste...
Scope function ( ) { return createInterfaceScope ( "srini_string" ) ; }
7,942
start new thread concode_field_sep String[] args concode_elem_sep List<Runnable> initThreadHooks concode_elem_sep boolean hard concode_elem_sep Logger log concode_elem_sep List<Runnable> shutdownHooks concode_field_sep void setHardAssert concode_elem_sep void initThread concode_elem_sep void init concode_elem_sep void ...
Thread function ( Runnable arg0 ) { arg0 = new MonitoredRunnable ( arg0 ) ; Thread loc0 = new Thread ( arg0 ) ; loc0 . start ( ) ; return loc0 ; }
7,943
returns the lexer token type for the right brace in the pair . concode_field_sep IElementType myLeftBrace concode_elem_sep IElementType myRightBrace concode_elem_sep boolean myStructural concode_field_sep IElementType getLeftBraceType concode_elem_sep boolean isStructural concode_elem_sep String toString
IElementType function ( ) { return myRightBrace ; }
7,944
returns a boolean value if the relativeurl ` matches ' one of the regex keys in the available commandstrategies . it take commandcontext object as parameter which contains a ` resource ' member as a regex key for available commandstrategies . concode_field_sep String method concode_elem_sep String resource concode_fiel...
boolean function ( CommandContext arg0 ) { if ( this . resource . matches ( arg0 . resource ) && this . method . equals ( arg0 . method ) ) { return true ; } return false ; }
7,945
rename the file with oldname to newname . if a file with oldname does not exist , nothing occurs . if a file with newname already exists , it is deleted it before the renaming operation proceeds . concode_field_sep boolean fsNormalizesPosixSeparator concode_elem_sep Method deleteOnExitMethod concode_elem_sep Random ran...
void function ( String arg0 , String arg1 ) { try { if ( exists ( arg0 ) ) { delete ( arg1 ) ; File loc0 = new File ( arg0 ) ; loc0 . renameTo ( new File ( arg1 ) ) ; } } catch ( Throwable loc0 ) { throw toIOException ( loc0 ) ; } }
7,946
the resolver providing the identifier and version of the aggregate a command targets . defaults to an annotationcommandtargetresolver . concode_field_sep CommandTargetResolver commandTargetResolver concode_elem_sep ParameterResolverFactory parameterResolverFactory concode_elem_sep AggregateAnnotationCommandHandler<T> h...
void function ( CommandTargetResolver arg0 ) { this . commandTargetResolver = arg0 ; }
7,947
executes an update regardless of updateinterval concode_field_sep int INTERVAL_DAILY concode_elem_sep int INTERVAL_MONTHLY concode_elem_sep File path concode_elem_sep int INTERVAL_ALWAYS concode_elem_sep int updateInterval concode_elem_sep int INTERVAL_HOURLY concode_elem_sep byte[] data concode_elem_sep String ident c...
String function ( ) { updateForce ( ) ; return new String ( data , StandardCharsets . UTF_8 ) ; }
7,948
getter for kstree concode_field_sep KickstartVirtualizationType virtualizationType concode_elem_sep KickstartData ksdata concode_elem_sep String kickstartMode concode_elem_sep Server oldServer concode_elem_sep String systemRhnHost concode_elem_sep String kickstartFromHost concode_elem_sep Date lastAction concode_elem_s...
KickstartableTree function ( ) { return this . kstree ; }
7,949
sets the spring bean id for this bean . concode_field_sep CalendarNotificationTemplateService _calendarNotificationTemplateService concode_field_sep java.lang.String getBeanIdentifier concode_elem_sep void setWrappedCalendarNotificationTemplateService concode_elem_sep void setWrappedService concode_elem_sep CalendarNot...
void function ( java . lang . String arg0 ) { _calendarNotificationTemplateService . setBeanIdentifier ( arg0 ) ; }
7,950
return a wordstosentencesannotator that splits on newlines only , which are then deleted . this constructor counts the lines by putting in empty token lists for empty lines . it tells the underlying splitter to return empty lists of tokens and then treats those empty lists as empty lines . we do n't actually include em...
WordsToSentencesAnnotator function ( boolean arg0 , String ... arg1 ) { WordToSentenceProcessor < CoreLabel > loc0 = new WordToSentenceProcessor < > ( ArrayUtils . asImmutableSet ( arg1 ) ) ; return new WordsToSentencesAnnotator ( arg0 , true , loc0 ) ; }
7,951
convenience method that can decode a pdf417 code represented as a 2d array of booleans . `` true '' is taken to mean a black module . concode_field_sep int MAX_EC_CODEWORDS concode_elem_sep ErrorCorrection errorCorrection concode_elem_sep int MAX_ERRORS concode_field_sep void correctErrors concode_elem_sep void verifyC...
DecoderResult function ( boolean [ ] [ ] arg0 ) { int loc0 = arg0 . length ; BitMatrix loc1 = new BitMatrix ( loc0 ) ; for ( int loc2 = 0 ; loc2 < loc0 ; loc2 ++ ) { for ( int loc3 = 0 ; loc3 < loc0 ; loc3 ++ ) { if ( arg0 [ loc3 ] [ loc2 ] ) { loc1 . set ( loc3 , loc2 ) ; } } } return decode ( loc1 ) ; }
7,952
get containertype the type of the containerbeing initialized or stopped . concode_field_sep Resource resource concode_elem_sep ContainerType containerType concode_elem_sep ContainerId containerId concode_elem_sep String user concode_field_sep ContainerId getContainerId concode_elem_sep Resource getResource concode_elem...
ContainerType function ( ) { return containerType ; }
7,953
sets the fillpaint . concode_field_sep boolean drawPath concode_elem_sep boolean fillPath concode_elem_sep double[] xValue concode_elem_sep Stroke drawStroke concode_elem_sep Paint drawPaint concode_elem_sep Paint fillPaint concode_elem_sep Composite composite concode_elem_sep double[] yValue concode_elem_sep boolean c...
void function ( Paint arg0 ) { this . fillPaint = arg0 ; }
7,954
insert only a key to the semijoin table name to column names map . concode_field_sep String leftAlias concode_elem_sep String[] leftAliases concode_elem_sep ArrayList<Boolean> nullsafes concode_elem_sep String[] rightAliases concode_elem_sep List<ASTNode> postJoinFilters concode_elem_sep QBJoinTree joinSrc concode_elem...
void function ( String arg0 ) { if ( ! rhsSemijoin . containsKey ( arg0 ) ) { rhsSemijoin . put ( arg0 , null ) ; } }
7,955
initialize a new offline odata store concode_field_sep String TAG concode_elem_sep ODataOfflineStore offlineStore concode_elem_sep String HTTP_HEADER_SMP_APPCID concode_field_sep void createAgency concode_elem_sep void refresh concode_elem_sep List<Agency> getAgencies concode_elem_sep ODataEntity createAgencyEntity con...
boolean function ( Context arg0 ) { return false ; }
7,956
returns true if this connection is idle . concode_field_sep int httpMinorVersion concode_elem_sep byte[] HTTP_11 concode_elem_sep Route route concode_elem_sep long idleStartTimeNs concode_elem_sep InputStream in concode_elem_sep SpdyConnection spdyConnection concode_elem_sep Socket socket concode_elem_sep byte[] SPDY3 ...
boolean function ( ) { return spdyConnection == null || spdyConnection . isIdle ( ) ; }
7,957
writes a serializable object description to the given object output stream . concode_field_sep PlaceHolder placeHolder concode_field_sep Class getObjectClass concode_elem_sep Object readObject
void function ( final Object arg0 , final ObjectOutputStream arg1 ) { final Point2D loc0 = ( Point2D ) arg0 ; arg1 . writeDouble ( loc0 . getX ( ) ) ; arg1 . writeDouble ( loc0 . getY ( ) ) ; }
7,958
gets the value of the strcompanyfilename property . concode_field_sep int qbXMLMinorVers concode_elem_sep String qbXMLCountry concode_elem_sep String ticket concode_elem_sep int qbXMLMajorVers concode_elem_sep String strCompanyFileName concode_elem_sep String strHCPResponse concode_field_sep String getQbXMLCountry conc...
String function ( ) { return strCompanyFileName ; }
7,959
called early on , just after all windows are closed . concode_field_sep String msg concode_elem_sep boolean restart concode_elem_sep UserExitConf DEFAULT concode_field_sep boolean shouldRestart concode_elem_sep void beforeShutdown concode_elem_sep String getMessage
void function ( ) { }
7,960
decode the hex encoded input data . it is assumed the input data is valid . concode_field_sep Encoder encoder concode_field_sep byte[] encode concode_elem_sep byte[] encode concode_elem_sep int encode concode_elem_sep int encode
byte [ ] function ( byte [ ] arg0 ) { ByteArrayOutputStream loc0 = new ByteArrayOutputStream ( ) ; try { encoder . decode ( arg0 , 0 , arg0 . length , loc0 ) ; } catch ( Exception loc1 ) { throw new DecoderException ( "srini_string" + loc1 . getMessage ( ) , loc1 ) ; } return loc0 . toByteArray ( ) ; }
7,961
this is cached as it is called several times inside the applistadapter . providing it here means the shared preferences file only needs to be read once , and we will keep our copy up to date by listening to changes in pref_rooted . concode_field_sep String PREF_ROOTED concode_elem_sep int DEFAULT_PROXY_PORT concode_ele...
boolean function ( ) { if ( ! isInitialized ( PREF_ROOTED ) ) { initialize ( PREF_ROOTED ) ; filterAppsRequiringRoot = preferences . getBoolean ( PREF_ROOTED , DEFAULT_ROOTED ) ; } return filterAppsRequiringRoot ; }
7,962
when the selection of the listbox changes this method is called . concode_field_sep Element errorPopup concode_elem_sep String currentPath concode_elem_sep Simulator sim concode_elem_sep Nifty nifty concode_field_sep void clickCloseButton concode_elem_sep void clickQuitButton concode_elem_sep String getTextFromTextfiel...
void function ( final String arg0 , final ListBoxSelectionChangedEvent < TextListBoxModel > arg1 ) { List < TextListBoxModel > loc0 = arg1 . getSelection ( ) ; for ( TextListBoxModel loc1 : loc0 ) { currentPath = loc1 . getPath ( ) ; updateListBox ( ) ; } }
7,963
removes a contact . concode_field_sep boolean changed concode_elem_sep String name concode_elem_sep Hashtable contact_list concode_elem_sep String filename concode_elem_sep Hashtable users concode_field_sep NameAddress getUserContactNameAddress concode_elem_sep String getName concode_elem_sep String getName concode_ele...
LocationService function ( String arg0 , String arg1 ) { if ( ! hasUser ( arg0 ) ) return this ; UserBindingInfo loc0 = getUserBindingInfo ( arg0 ) ; loc0 . removeContact ( arg1 ) ; changed = true ; return this ; }
7,964
sets the time of the last report entry . concode_field_sep CmsMessages m_messages concode_elem_sep List<Object> m_warnings concode_elem_sep String m_siteRoot concode_elem_sep long m_lastEntryTime concode_elem_sep long m_starttime concode_elem_sep Locale m_locale concode_elem_sep List<Object> m_errors concode_field_sep ...
void function ( long arg0 ) { m_lastEntryTime = arg0 ; }
7,965
returns a salted pbkdf2 hash of the password . concode_field_sep int HASH_BYTE_SIZE concode_elem_sep int PBKDF2_ITERATIONS concode_elem_sep int SALT_INDEX concode_elem_sep int ITERATION_INDEX concode_elem_sep int SALT_BYTE_SIZE concode_elem_sep int PBKDF2_INDEX concode_elem_sep String PBKDF2_ALGORITHM concode_field_sep...
String function ( char [ ] arg0 ) { SecureRandom loc0 = new SecureRandom ( ) ; byte [ ] loc1 = new byte [ SALT_BYTE_SIZE ] ; loc0 . nextBytes ( loc1 ) ; byte [ ] loc2 = pbkdf2 ( arg0 , loc1 , PBKDF2_ITERATIONS , HASH_BYTE_SIZE ) ; return PBKDF2_ITERATIONS + "srini_string" + toHex ( loc1 ) + "srini_string" + toHex ( loc...
7,966
removes an attribute associated with the service response concode_field_sep long serialVersionUID concode_elem_sep GenericAttributeManager attributeManager concode_field_sep void setStatusMsg concode_elem_sep String getStatusMsg concode_elem_sep void setAttribute concode_elem_sep void setMapAttribute concode_elem_sep S...
void function ( String arg0 ) { this . attributeManager . removeAttribute ( arg0 ) ; }
7,967
the status of the domains requested in the describeelasticsearchdomains request . concode_field_sep java.util.List<ElasticsearchDomainStatus> domainStatusList concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep java.util.List<ElasticsearchDomainStatus> getDomainStatusList concode_elem_sep De...
DescribeElasticsearchDomainsResult function ( java . util . Collection < ElasticsearchDomainStatus > arg0 ) { setDomainStatusList ( arg0 ) ; return this ; }
7,968
extracts the log2 registercount from the parameters byte of a serialized hlltype #full hll . concode_field_sep int REGISTER_WIDTH_BITS concode_elem_sep int REGISTER_WIDTH_MASK concode_elem_sep int LOG2_REGISTER_COUNT_BITS concode_elem_sep int EXPLICIT_CUTOFF_MASK concode_elem_sep int LOG2_REGISTER_COUNT_MASK concode_el...
int function ( final byte arg0 ) { return ( arg0 & LOG2_REGISTER_COUNT_MASK ) ; }
7,969
this method tells the object to use appropriate information to extract ending values for the animation . for example , a animatorset object will pass this call to its child objects to tell them to set up the values . a objectanimator object will use the information it has about its target object and propertyvaluesholde...
void function ( ) { }
7,970
get the default commandmap . in cases where a commandmap instance has been previously set to some value via setdefaultcommandmap return the commandmap . in cases where no commandmap has been set , the commandmap creates an instance of mailcapcommandmap and set that to the default , returning its value . concode_field_s...
CommandMap function ( ) { if ( defaultCommandMap != null ) return defaultCommandMap ; ClassLoader loc0 = SecuritySupport . getContextClassLoader ( ) ; CommandMap loc1 = map . get ( loc0 ) ; if ( loc1 == null ) { loc1 = new MailcapCommandMap ( ) ; map . put ( loc0 , loc1 ) ; } return loc1 ; }
7,971
getpackages concode_field_sep Collection<CollectdPackage> m_packages concode_elem_sep String m_localServer concode_elem_sep CollectdConfiguration m_config concode_elem_sep boolean m_verifyServer concode_field_sep void rebuildPackageIpListMap concode_elem_sep CollectdPackage getPackage concode_elem_sep boolean isService...
Collection < CollectdPackage > function ( ) { return m_packages ; }
7,972
set the must be unique defaultmetabroadcaster concode_field_sep BroadcasterFactory factory concode_elem_sep AtmosphereFramework framework concode_elem_sep DefaultMetaBroadcaster metaBroadcaster concode_elem_sep Logger logger concode_elem_sep AtmosphereResourceSessionFactory sessionFactory concode_elem_sep AtmosphereRes...
void function ( DefaultMetaBroadcaster arg0 ) { if ( metaBroadcaster != null ) { logger . warn ( "srini_string" , arg0 ) ; } metaBroadcaster = arg0 ; }
7,973
get create table statement concode_field_sep DatabasePlatform databasePlatform concode_field_sep String getAlterColumnStatement concode_elem_sep String getDropTableStatement concode_elem_sep String getRenameColumnStatement concode_elem_sep String getRenameColumnStatement concode_elem_sep String getAddPrimaryKeyConstrai...
String function ( String arg0 , List < DBAccessor . DBColumnInfo > arg1 , List < String > arg2 ) { Writer loc0 = new StringWriter ( ) ; writeCreateTableStatement ( loc0 , arg0 , arg1 , arg2 ) ; return loc0 . toString ( ) ; }
7,974
helper object that can be used to propagate client trace state . typically over different threads . concode_field_sep ClientResponseInterceptor clientResponseInterceptor concode_elem_sep LocalSpanThreadBinder localSpanThreadBinder concode_elem_sep AnnotationSubmitter serverSpanAnnotationSubmitter concode_elem_sep SpanI...
ClientSpanThreadBinder function ( ) { return clientSpanThreadBinder ; }
7,975
get a list where each contained item is also cloned . like a deep copy . concode_field_sep CloneHelper s_aInstance concode_elem_sep Logger s_aLogger concode_field_sep DATATYPE _getGenericClone concode_elem_sep DATATYPE getClonedValue concode_elem_sep DATATYPE getCloneIfNotNull concode_elem_sep JAXBElement<DATATYPE> get...
ICommonsList < DATATYPE > function ( @ Nullable final Iterable < DATATYPE > arg0 ) { final ICommonsList < DATATYPE > loc0 = new CommonsArrayList < > ( ) ; if ( arg0 != null ) for ( final DATATYPE loc1 : arg0 ) loc0 . add ( getClonedValue ( loc1 ) ) ; return loc0 ; }
7,976
returns a snapshot of the connections in this pool , ordered from newest to oldest . waits for the cleanup callable to run if it is currently scheduled . concode_field_sep ConnectionPool systemDefault concode_elem_sep LinkedList<Connection> connections concode_elem_sep long keepAliveDurationNs concode_elem_sep long DEF...
List < Connection > function ( ) { waitForCleanupCallableToRun ( ) ; synchronized ( this ) { return new ArrayList < Connection > ( connections ) ; } }
7,977
create an instance of jaxbelement concode_field_sep QName _InputRequest_QNAME concode_elem_sep QName _InputResponse_QNAME concode_field_sep PostRequest createPostRequest concode_elem_sep PostResponse createPostResponse concode_elem_sep InputRequest createInputRequest concode_elem_sep JAXBElement<InputRequest> createInp...
JAXBElement < InputResponse > function ( InputResponse arg0 ) { return new JAXBElement < InputResponse > ( _InputResponse_QNAME , InputResponse . class , null , arg0 ) ; }
7,978
gets the value of the id property . concode_field_sep IdentifierType senderMessageID concode_elem_sep String contactEmail concode_elem_sep List<NameType> contactName concode_elem_sep CustomSenderType custom concode_elem_sep String ipAddress concode_elem_sep List<TextType> description concode_elem_sep List<NameType> cal...
IdentifierType function ( ) { return id ; }
7,979
this method is invoked by the jaxb implementation on each instance when unmarshalling completes . concode_field_sep Object parent concode_elem_sep List<CTRElt> r concode_elem_sep CTXstringWhitespace t concode_elem_sep CTPhoneticPr phoneticPr concode_elem_sep List<CTPhoneticRun> rPh concode_field_sep Object getParent co...
void function ( Unmarshaller arg0 , Object arg1 ) { setParent ( arg1 ) ; }
7,980
adds a reference to the texture . concode_field_sep int mRefCount concode_elem_sep Texture mTexture concode_elem_sep String Name concode_field_sep void bind concode_elem_sep Texture get concode_elem_sep int unload concode_elem_sep void dispose
void function ( ) { mRefCount ++ ; }
7,981
this method initiates the process of aborting this thread concode_field_sep boolean isClosed concode_elem_sep STTListener sttListener concode_elem_sep AudioStream audioStream concode_elem_sep WsDuplexRecognitionSession recognitionSession concode_elem_sep boolean isAborting concode_field_sep void onClose concode_elem_se...
void function ( ) { this . isAborting = true ; }
7,982
loads a generic instance object into a cache . if the instance is already in the cache , the cached instance is returned . concode_field_sep PDWorkingCopy cache concode_elem_sep GUID typeId concode_elem_sep GUID id concode_field_sep void setName concode_elem_sep Set<Object> getInstances concode_elem_sep void addInstanc...
PDInstance function ( PDSimpleWorkingCopy arg0 , GUID arg1 , GUID arg2 ) { PDInstance loc0 = null ; SoftReference < PDInstance > loc1 = arg0 . ObjectForGUID . get ( arg2 ) ; if ( loc1 != null ) loc0 = loc1 . get ( ) ; if ( loc0 != null ) return loc0 ; loc0 = new PDGenericInstance ( arg0 , arg1 , arg2 ) ; arg0 . ObjectF...
7,983
process root node . concode_field_sep ItemProcessor<I,O> decoratedItemProcessor concode_elem_sep boolean replaceRelation concode_elem_sep RootNodeResolver<O> rootNodeResolver concode_field_sep void setReplaceRelation concode_elem_sep List<O> process concode_elem_sep RootNodeResolver<O> getRootNodeResolver concode_elem_...
O function ( O arg0 ) { return rootNodeResolver . process ( arg0 ) ; }
7,984
return the type of the value returned from the handler . concode_field_sep Object handler concode_elem_sep Optional<Object> returnValue concode_elem_sep ModelMap model concode_elem_sep Function<Throwable,Mono<HandlerResult>> exceptionHandler concode_elem_sep ResolvableType returnType concode_field_sep ModelMap getModel...
ResolvableType function ( ) { return this . returnType ; }
7,985
return type metadata object concode_field_sep it.test.kion.WsdtoOrderingToken[] orderingToken concode_elem_sep java.util.Calendar modifiedFrom concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Integer from concode_elem_sep java.lang.Integer to concode_elem...
org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; }
7,986
set the animoptionlist concode_field_sep double duration concode_elem_sep List<CSSInlineStyle> defaultImgStyleList concode_elem_sep List<AnimOption> animOptionList concode_elem_sep List<CSSInlineStyle> defaultImgOverStyleList concode_elem_sep int width concode_elem_sep int maxSelection concode_elem_sep long serialVersi...
void function ( List < AnimOption > arg0 ) { this . animOptionList = arg0 ; }
7,987
returns the injection point to which this dependency belongs , or null if this dependency is n't attached to a particular injection point . concode_field_sep boolean nullable concode_elem_sep int parameterIndex concode_elem_sep Key<T> key concode_elem_sep InjectionPoint injectionPoint concode_field_sep Key<T> getKey co...
InjectionPoint function ( ) { return injectionPoint ; }
7,988
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 } ) ; }
7,989
converts an x-coordinate given in logical screen coordinates to backbuffer coordinates . concode_field_sep PlaceHolder placeHolder concode_field_sep void glViewport concode_elem_sep int toLogicalY concode_elem_sep int toLogicalX concode_elem_sep int toBackBufferY concode_elem_sep void glScissor
int function ( int arg0 ) { return ( int ) ( arg0 * Gdx . graphics . getBackBufferWidth ( ) / ( float ) Gdx . graphics . getWidth ( ) ) ; }
7,990
sets the user uuid of this document library file rank . concode_field_sep DLFileRank _dlFileRank concode_field_sep void setFileRankId concode_elem_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttr...
void function ( java . lang . String arg0 ) { _dlFileRank . setUserUuid ( arg0 ) ; }
7,991
sets the value of the id property . concode_field_sep List<ResourceAdaptorTypeBinding> resourceAdaptorTypeBinding concode_elem_sep List<EnvEntry> envEntry concode_elem_sep Description description concode_elem_sep List<EjbRef> ejbRef concode_elem_sep SbbVendor sbbVendor concode_elem_sep List<ActivityContextAttributeAlia...
void function ( String arg0 ) { this . id = arg0 ; }
7,992
adds a double 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 , double arg1 ) { appendCommaAndKey ( arg0 ) ; params . append ( arg1 ) ; return this ; }
7,993
returns an option value or null if not found . concode_field_sep long serialVersionUID concode_elem_sep List<ReplOption> options concode_field_sep void setOption concode_elem_sep void addOption concode_elem_sep List<ReplOption> getOptions concode_elem_sep String removeOption
String function ( String arg0 ) { if ( options == null ) return null ; else { for ( ReplOption loc0 : options ) { if ( arg0 . equals ( loc0 . getOptionName ( ) ) ) return loc0 . getOptionValue ( ) ; } return null ; } }
7,994
map get requests to / . concode_field_sep ComputerDBServiceImpl computerDBService concode_elem_sep ComputerDTOMapperImpl computerDTOMapper concode_elem_sep Logger LOGGER concode_field_sep ModelAndView post concode_elem_sep RequestPage generatePage concode_elem_sep ModelAndView sendHomePage
ModelAndView function ( @ RequestParam Map < String , String > arg0 ) { LOGGER . info ( "srini_string" , Arrays . toString ( ( arg0 . entrySet ( ) . toArray ( ) ) ) ) ; return sendHomePage ( arg0 ) ; }
7,995
test for the localfileblockwriter #append bytebuffer method . concode_field_sep LocalFileBlockWriter mWriter concode_elem_sep ExpectedException mThrown concode_elem_sep TemporaryFolder mFolder concode_elem_sep long TEST_BLOCK_SIZE concode_elem_sep String mTestFilePath concode_field_sep void before concode_elem_sep void...
void function ( ) { ByteBuffer loc0 = BufferUtils . getIncreasingByteBuffer ( ( int ) TEST_BLOCK_SIZE ) ; Assert . assertEquals ( TEST_BLOCK_SIZE , mWriter . append ( loc0 ) ) ; Assert . assertEquals ( TEST_BLOCK_SIZE , mWriter . append ( loc0 ) ) ; mWriter . close ( ) ; Assert . assertEquals ( 2 * TEST_BLOCK_SIZE , ne...
7,996
sets the alpha value of the color . value must be within the range 0 , 255 . concode_field_sep Color GREEN concode_elem_sep int green concode_elem_sep String OUTOFRANGE concode_elem_sep Color RED concode_elem_sep Color BLACK concode_elem_sep int red concode_elem_sep Color WHITE concode_elem_sep int blue concode_elem_se...
void function ( int arg0 ) { if ( withinRange ( arg0 ) ) { this . alpha = arg0 ; } else { throw new IllegalArgumentException ( OUTOFRANGE + arg0 ) ; } }
7,997
gets the value of the any property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is not a set method for the any property . for example , to add a new item , do as follows...
List < Element > function ( ) { if ( any == null ) { any = new ArrayList < Element > ( ) ; } return this . any ; }
7,998
returns the string representation of this zipentry . concode_field_sep long compressedSize concode_elem_sep int compressionMethod concode_elem_sep long crc concode_elem_sep int STORED concode_elem_sep int nameLength concode_elem_sep int modDate concode_elem_sep byte[] extra concode_elem_sep String name concode_elem_sep...
String function ( ) { return name ; }
7,999
adds a string property to a map only if the value is non-null , otherwise the key/value pair will not be added at all . adds quotes and does json string escaping , as described at json.org . concode_field_sep StringBuilder params concode_field_sep JSONBuilder item concode_elem_sep JSONBuilder item concode_elem_sep JSON...
JSONBuilder function ( String arg0 , String arg1 ) { if ( arg1 == null ) { return this ; } return entry ( arg0 , arg1 , false ) ; }