idx
int64
0
25k
question
stringlengths
71
7.19k
target
stringlengths
20
663
11,500
returns the revision string . concode_field_sep PlaceHolder placeHolder concode_field_sep double addErrs
String function ( ) { return RevisionUtils . extract ( "srini_string" ) ; }
11,501
peek at the queue and return a message without dequeueing it . concode_field_sep String _name concode_elem_sep int _queueSlot concode_elem_sep boolean _isTransactional concode_elem_sep int _accessFlag concode_elem_sep String _formatName concode_elem_sep String _label concode_field_sep ionic.Msmq.Message receive concode...
ionic . Msmq . Message function ( ) { return _internal_receive ( 0 , 0 ) ; }
11,502
sets the series color . concode_field_sep ArrayList<XYZDataPoint> data concode_elem_sep String seriesLabel concode_elem_sep Color seriesColor concode_field_sep Color getSeriesColor concode_elem_sep void setData concode_elem_sep String getSeriesLabel concode_elem_sep String toString concode_elem_sep ArrayList<XYZDataPoi...
void function ( Color arg0 ) { this . seriesColor = arg0 ; }
11,503
stop timer concode_field_sep boolean running concode_elem_sep double total concode_elem_sep double last_time concode_field_sep void resume concode_elem_sep double seconds concode_elem_sep double read concode_elem_sep void start concode_elem_sep void reset
double function ( ) { if ( running ) { total += seconds ( ) - last_time ; running = false ; } return total ; }
11,504
called when a message is sent to plugin . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String id concode_field_sep boolean onOverrideUrlLoading concode_elem_sep void onDestroy concode_elem_sep Uri remapUri concode_ele...
Object function ( String arg0 , Object arg1 ) { return null ; }
11,505
invoked when this thread local variable is removed by #remove . concode_field_sep int index concode_elem_sep int variablesToRemoveIndex concode_field_sep void removeFromVariablesToRemove concode_elem_sep void removeAll concode_elem_sep void set concode_elem_sep void set concode_elem_sep int size concode_elem_sep void a...
void function ( @ SuppressWarnings ( "srini_string" ) V arg0 ) { }
11,506
it writes thrift object to file concode_field_sep ThriftWriter thriftWriter concode_field_sep void openThriftWriter concode_elem_sep void close
void function ( TBase arg0 ) { thriftWriter . write ( arg0 ) ; }
11,507
gets the value of the id property . concode_field_sep DateTime lastModifiedDateTime concode_elem_sep String name concode_elem_sep Long id concode_elem_sep String currencyCode concode_elem_sep List<Long> appliedTeamIds concode_elem_sep RateCardStatus status concode_field_sep void setName concode_elem_sep String getCurre...
Long function ( ) { return id ; }
11,508
getter for property msgtype . concode_field_sep MsgType msgType concode_elem_sep InetSocketAddress address concode_elem_sep ASCIIString cellId concode_elem_sep long sendTimestamp concode_elem_sep ASCIIString leaseHolder concode_elem_sep int VIEW_ID_INVALIDATED concode_elem_sep ProposalNumber proposalNo concode_elem_sep...
MsgType function ( ) { return this . msgType ; }
11,509
gets the key of the parameter . concode_field_sep BoundValue _valueBinding concode_elem_sep String _value concode_elem_sep String _key concode_field_sep String getValue concode_elem_sep String getValue concode_elem_sep void setValueBinding concode_elem_sep String _getString concode_elem_sep void setValue concode_elem_s...
String function ( ) { return _key ; }
11,510
puts a key/value pair into the array , optimizing for the case where the key is greater than all existing keys in the array . concode_field_sep Object DELETED concode_elem_sep long[] mKeys concode_elem_sep boolean mGarbage concode_elem_sep int mSize concode_elem_sep Object[] mValues concode_field_sep long keyAt concode...
void function ( long arg0 , E arg1 ) { if ( mSize != 0 && arg0 <= mKeys [ mSize - 1 ] ) { put ( arg0 , arg1 ) ; return ; } if ( mGarbage && mSize >= mKeys . length ) { gc ( ) ; } mKeys = GrowingArrayUtils . append ( mKeys , mSize , arg0 ) ; mValues = GrowingArrayUtils . append ( mValues , mSize , arg1 ) ; mSize ++ ; }
11,511
visits an enumeration value of the annotation . concode_field_sep AnnotationVisitor av concode_elem_sep int api concode_field_sep AnnotationVisitor visitArray concode_elem_sep void visitEnd concode_elem_sep void visit concode_elem_sep AnnotationVisitor visitAnnotation
void function ( String arg0 , String arg1 , String arg2 ) { if ( av != null ) { av . visitEnum ( arg0 , arg1 , arg2 ) ; } }
11,512
sets the value of the label property . concode_field_sep Layout layout concode_elem_sep String mapping concode_elem_sep List<Address> address concode_elem_sep String styling concode_elem_sep String flavour concode_elem_sep String format concode_elem_sep Label label concode_elem_sep String align concode_elem_sep String ...
void function ( Label arg0 ) { this . label = arg0 ; }
11,513
gets the includestats value for this jobselector . concode_field_sep java.lang.Boolean includeHistory concode_elem_sep java.lang.Boolean includeStats concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep jav...
java . lang . Boolean function ( ) { return includeStats ; }
11,514
restarts the broker concode_field_sep ActiveMQConnectionFactory connectionFactory concode_elem_sep String connectionUri concode_elem_sep String TESTQUEUE concode_elem_sep ActiveMQQueue queue concode_elem_sep String BROKER_ADDRESS concode_elem_sep Logger LOG concode_elem_sep BrokerService brokerService concode_field_sep...
boolean function ( ) { brokerService . stop ( ) ; brokerService . waitUntilStopped ( ) ; return startBroker ( false ) ; }
11,515
is empty text node concode_field_sep Logger log concode_elem_sep Document doc concode_field_sep String getValue concode_elem_sep String loadSFXFile concode_elem_sep String getAttribute concode_elem_sep String processFields concode_elem_sep Node getElement concode_elem_sep Document parseFile concode_elem_sep String doNo...
boolean function ( Node arg0 ) { boolean loc0 = false ; if ( arg0 . getNodeType ( ) == Node . TEXT_NODE ) { String loc1 = arg0 . getNodeValue ( ) . trim ( ) ; if ( loc1 . length ( ) == 0 ) { loc0 = true ; } } return loc0 ; }
11,516
sets target object for method execution . concode_field_sep Class<?>[] types concode_elem_sep String mtdName concode_elem_sep long serialVersionUID concode_elem_sep Class<?> cls concode_elem_sep Object[] params concode_elem_sep Object target concode_field_sep Object getTarget concode_elem_sep String getMethodName conco...
void function ( Object arg0 ) { this . target = arg0 ; }
11,517
fired when a request returns successfully , override to handle in your own code concode_field_sep Handler handler concode_elem_sep int FINISH_MESSAGE concode_elem_sep int SUCCESS_MESSAGE concode_elem_sep int FAILURE_MESSAGE concode_elem_sep int START_MESSAGE concode_field_sep void sendResponseMessage concode_elem_sep v...
void function ( String arg0 ) { }
11,518
setter for setdataerror concode_field_sep List<ErrorType> setDataError concode_elem_sep List<AddressType> shippingAddresses concode_elem_sep String token concode_field_sep List<AddressType> getShippingAddresses concode_elem_sep boolean isWhitespaceNode concode_elem_sep void setToken concode_elem_sep String getToken con...
void function ( List < ErrorType > arg0 ) { this . setDataError = arg0 ; }
11,519
internally , this causes the refresh thread to exit . should always be called before exiting the application . concode_field_sep boolean keepRunning concode_elem_sep boolean keepAlive concode_elem_sep int ONE_SECOND_MS concode_elem_sep String TAG concode_elem_sep long sleepTime concode_elem_sep List<Plot> plots concode...
void function ( ) { keepRunning = false ; keepAlive = false ; notify ( ) ; }
11,520
post / account/change _ password : changes the current user 's password concode_field_sep Logger log concode_elem_sep UserRepository userRepository concode_elem_sep MailService mailService concode_elem_sep UserService userService concode_field_sep ResponseEntity<String> finishPasswordReset concode_elem_sep ResponseEnti...
ResponseEntity < ? > function ( @ RequestBody String arg0 ) { if ( ! checkPasswordLength ( arg0 ) ) { return new ResponseEntity < > ( "srini_string" , HttpStatus . BAD_REQUEST ) ; } userService . changePassword ( arg0 ) ; return new ResponseEntity < > ( HttpStatus . OK ) ; }
11,521
sets the constant . concode_field_sep double constant concode_elem_sep double staticPower concode_elem_sep double maxPower concode_field_sep double getMaxPower concode_elem_sep double getPower concode_elem_sep void setMaxPower concode_elem_sep double getConstant concode_elem_sep double getStaticPower concode_elem_sep v...
void function ( double arg0 ) { this . constant = arg0 ; }
11,522
returns a string representation of this object ; useful for testing and debugging . concode_field_sep String message concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep UpdateAssessmentResult clone concode_elem_sep String getMessage concode_elem_sep void setMessage concode_elem_sep UpdateAss...
String function ( ) { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( "srini_string" ) ; if ( getMessage ( ) != null ) loc0 . append ( "srini_string" + getMessage ( ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; }
11,523
method setlifecyclephases concode_field_sep List<String> optionalMojos concode_elem_sep Map<String,LifecyclePhase> lifecyclePhases concode_elem_sep String id concode_field_sep Map<String,String> getPhases concode_elem_sep void setPhases concode_elem_sep void setId concode_elem_sep String getId concode_elem_sep Map<Stri...
void function ( Map < String , LifecyclePhase > arg0 ) { this . lifecyclePhases = arg0 ; }
11,524
returns a method by name . concode_field_sep Set<Class<? extends RpcReceiver>> sFacadeClassList concode_elem_sep int sSdkLevel concode_elem_sep SortedMap<String,MethodDescriptor> sRpcs concode_field_sep Collection<Class<? extends RpcReceiver>> getFacadeClasses concode_elem_sep int getSdkLevel concode_elem_sep List<Meth...
MethodDescriptor function ( String arg0 ) { return sRpcs . get ( arg0 ) ; }
11,525
sets the text . concode_field_sep int iconId concode_elem_sep int id concode_elem_sep String text concode_elem_sep String mark concode_field_sep int getIconId concode_elem_sep String getMark concode_elem_sep void setMark concode_elem_sep void setIconId concode_elem_sep String getText concode_elem_sep void setId concode...
void function ( String arg0 ) { this . text = arg0 ; }
11,526
removes all objects . they will no longer be released . concode_field_sep List<Statement> objects concode_elem_sep Logger LOG concode_field_sep T add concode_elem_sep void release
void function ( ) { objects . clear ( ) ; }
11,527
whether we can proceed with loading the url . in case the url is not to be loaded , the web restriction provider can return an optional error page to show instead . concode_field_sep Uri mQueryUri concode_elem_sep Uri mRequestUri concode_elem_sep WebRestrictionsClient sMock concode_elem_sep ContentObserver mContentObse...
WebRestrictionsClientResult function ( final String arg0 ) { String loc0 = String . format ( "srini_string" , arg0 ) ; return new WebRestrictionsClientResult ( mContentResolver . query ( mQueryUri , null , loc0 , null , null ) ) ; }
11,528
initialize the lazy property value . e.g. hibernates.initlazyproperty user.getgroups ; concode_field_sep PlaceHolder placeHolder concode_field_sep String getDialect concode_elem_sep String getJdbcUrlFromDataSource
void function ( Object arg0 ) { Hibernate . initialize ( arg0 ) ; }
11,529
initializes the target with id and properties . subclasses can overwrite . concode_field_sep boolean usingDefaultFilter concode_elem_sep short level concode_elem_sep int INVALID_FILTER_STAR concode_elem_sep int loggerCount concode_elem_sep int INVALID_FILTER_CHARS concode_elem_sep String id concode_elem_sep List filter...
void function ( String arg0 , ConfigMap arg1 ) { }
11,530
this method is called by the application server during crash recovery . concode_field_sep String workManagerName concode_elem_sep String name concode_elem_sep Logger log concode_elem_sep String bootstrapContextName concode_field_sep void setName concode_elem_sep String getWorkManagerName concode_elem_sep String getBoot...
XAResource [ ] function ( ActivationSpec [ ] arg0 ) { log . finest ( "srini_string" ) ; return null ; }
11,531
get the requestid value . concode_field_sep String dataServiceId concode_elem_sep String clientRequestId concode_elem_sep String requestId concode_elem_sep String eTag concode_elem_sep DateTimeRfc1123 lastModified concode_field_sep ComputeNodeDisableSchedulingHeaders withDataServiceId concode_elem_sep ComputeNodeDisabl...
String function ( ) { return this . requestId ; }
11,532
this method resets the incoming events time events included . concode_field_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep void init concode_elem_sep void enterSequence_main_region_B_default concode_elem_sep void exitAction concode_elem_sep void runCycle concode_elem_sep void exitSequence...
void function ( ) { }
11,533
read a document from the specified string . the secure reading feature has affect when using this method . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isReadSecure concode_elem_sep JAXBElement<JAXBTYPE> doUnmarshal
JAXBTYPE function ( @ Nonnull final String arg0 ) { ValueEnforcer . notNull ( arg0 , "srini_string" ) ; return read ( InputSourceFactory . create ( arg0 ) ) ; }
11,534
get exportable fields concode_field_sep List<UiExportableField> exportableFields concode_elem_sep String name concode_elem_sep long serialVersionUID concode_field_sep void setName concode_elem_sep String getName concode_elem_sep void setExportableFields
List < UiExportableField > function ( ) { return exportableFields ; }
11,535
make an instance managed and persistent then return it 's id . delegates to entitymanager #persist object then #getid object , class . helpful when setting up test data in a test : long entityid = this.testentitymanager.persist new myentity `` spring '' , long.class ; concode_field_sep EntityManagerFactory entityManage...
T function ( Object arg0 , Class < T > arg1 ) { persist ( arg0 ) ; return getId ( arg0 , arg1 ) ; }
11,536
re - initializes this edge . concode_field_sep PolyEdge scanlineNext concode_elem_sep int xIntersection concode_elem_sep int y0 concode_elem_sep PolyEdge poolNext concode_elem_sep int x0 concode_elem_sep int y1 concode_elem_sep int x1 concode_elem_sep boolean isClip concode_elem_sep int slope concode_field_sep void int...
void function ( int arg0 , int arg1 , int arg2 , int arg3 , int arg4 , boolean arg5 ) { isClip = arg5 ; if ( arg2 < arg4 ) { this . x0 = arg1 ; this . y0 = arg2 ; this . x1 = arg3 ; this . y1 = arg4 ; } else { this . x0 = arg3 ; this . y0 = arg4 ; this . x1 = arg1 ; this . y1 = arg2 ; } slope = Fixed . div ( arg0 , thi...
11,537
gets server time . concode_field_sep DateFormat selectedFormat concode_elem_sep int[] pacificXCoords concode_elem_sep int[] nfldXCoords concode_elem_sep int[] easternYCoords concode_elem_sep int[] alaskaYCoords concode_elem_sep int[] pacificYCoords concode_elem_sep ArrayList allTimeZoneList concode_elem_sep int[] mount...
String function ( ) { return formatCurrentTime ( serverFormat ) ; }
11,538
returns a new byte array containing the bytes corresponding to the given characters , encoded in utf-16be . all characters are representable in utf-16be . concode_field_sep Charset US_ASCII concode_elem_sep Charset UTF_8 concode_elem_sep Charset ISO_8859_1 concode_field_sep placeholderType placeHolder
byte [ ] function ( char [ ] arg0 , int arg1 , int arg2 ) { byte [ ] loc0 = new byte [ arg2 * 2 ] ; int loc1 = arg1 + arg2 ; int loc2 = 0 ; for ( int loc3 = arg1 ; loc3 < loc1 ; ++ loc3 ) { char loc4 = arg0 [ loc3 ] ; loc0 [ loc2 ++ ] = ( byte ) ( loc4 >> 8 ) ; loc0 [ loc2 ++ ] = ( byte ) loc4 ; } return loc0 ; }
11,539
a new method that interrupts the worker thread . call this method to force the worker to stop what it 's doing . concode_field_sep Thread thread concode_elem_sep Integer threadPriority concode_elem_sep Object value concode_elem_sep ThreadVar threadVar concode_field_sep void setThreadPriority concode_elem_sep Object get...
void function ( ) { Thread loc0 = threadVar . get ( ) ; if ( loc0 != null ) { loc0 . interrupt ( ) ; } threadVar . clear ( ) ; }
11,540
set the document locator . concode_field_sep List newNamespaces concode_elem_sep Stack namespaceStack concode_elem_sep String identifier concode_elem_sep StringBuffer characterContent concode_elem_sep PrintWriter printWriter concode_elem_sep String prefix concode_elem_sep boolean endStartTag concode_elem_sep String toA...
void function ( final Locator arg0 ) { }
11,541
removes an optional parameter by tag . will only remove the first matching tag . concode_field_sep Integer sequenceNumber concode_elem_sep Object referenceObject concode_elem_sep boolean isRequest concode_elem_sep int commandStatus concode_elem_sep String name concode_elem_sep Integer commandLength concode_elem_sep int...
Tlv function ( short arg0 ) { int loc0 = this . findOptionalParameter ( arg0 ) ; if ( loc0 < 0 ) { return null ; } else { return this . optionalParameters . remove ( loc0 ) ; } }
11,542
default behavior is do nothing . override this if you want to get a callback when the upload is complete . check the response to termine success of failure . concode_field_sep String formId concode_elem_sep ArrayList<Entry> mEntries concode_field_sep String getFormId concode_elem_sep void addEntry concode_elem_sep void...
void function ( String arg0 ) { }
11,543
sets the value of the ref property . concode_field_sep List<Serializable> figureTrajectoryOrParameterTrajectoryOrMediaTime concode_elem_sep Object ref concode_elem_sep boolean spatialRef concode_elem_sep SpatioTemporalLocatorType.CoordRef coordRef concode_elem_sep long serialVersionUID concode_field_sep SpatioTemporalL...
void function ( Object arg0 ) { this . ref = arg0 ; }
11,544
add a rectangle to the current path . concode_field_sep boolean inTextMode concode_elem_sep OutputStream outputstream concode_elem_sep NumberFormat formatDecimal concode_field_sep void showText concode_elem_sep void writeOperand concode_elem_sep void beginText concode_elem_sep void endText concode_elem_sep void write c...
void function ( PDRectangle arg0 ) { addRect ( arg0 . getLowerLeftX ( ) , arg0 . getLowerLeftY ( ) , arg0 . getWidth ( ) , arg0 . getHeight ( ) ) ; }
11,545
a list of available solution stacks . concode_field_sep com.amazonaws.internal.SdkInternalList<String> solutionStacks concode_elem_sep com.amazonaws.internal.SdkInternalList<SolutionStackDescription> solutionStackDetails concode_field_sep java.util.List<String> getSolutionStacks concode_elem_sep java.util.List<Solution...
void function ( java . util . Collection < String > arg0 ) { if ( arg0 == null ) { this . solutionStacks = null ; return ; } this . solutionStacks = new com . amazonaws . internal . SdkInternalList < String > ( arg0 ) ; }
11,546
construct an objects plane for reading labels matrices . concode_field_sep int ALWAYS_MONOCHROME concode_elem_sep int GREEN_CHANNEL concode_elem_sep int OBJECT_PLANES concode_elem_sep ImageSeries imageSeries concode_elem_sep int channel concode_elem_sep int index concode_elem_sep int ALPHA_CHANNEL concode_elem_sep int ...
ImagePlane function ( ImageFile arg0 ) { return new ImagePlane ( arg0 , OBJECT_PLANES ) ; }
11,547
sets the whereitem value for this wsgetitems . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep int maxItems concode_elem_sep int spellTreshold concode_elem_sep java.lang.Boolean totalCountOnFirstResult concode_elem_sep java.lang.String conceptName concode_elem_sep org.talend.mdm.webserv...
void function ( org . talend . mdm . webservice . WSWhereItem arg0 ) { this . whereItem = arg0 ; }
11,548
get custom deserializer concode_field_sep SIPV2190b.AstFichaSDT ficha concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_field_sep org.apache.axis.description.TypeDesc getTypeDesc concode_elem_sep org.apache.axis....
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 ) ; }
11,549
returns a new tensor which has the values of the original tensor scaled by scaling . the original object is unaffected . concode_field_sep SimpleMatrix[] slices concode_elem_sep int numRows concode_elem_sep int numSlices concode_elem_sep Iterator<SimpleTensor> tensors concode_elem_sep Iterator<SimpleMatrix> currentIter...
SimpleTensor function ( double arg0 ) { SimpleTensor loc0 = new SimpleTensor ( numRows , numCols , numSlices ) ; for ( int loc1 = 0 ; loc1 < numSlices ; ++ loc1 ) { loc0 . slices [ loc1 ] = slices [ loc1 ] . scale ( arg0 ) ; } return loc0 ; }
11,550
ascertains whether mapcommandbuttonid is a part of componentid . componentid might be a fully qualified id , with a prefix corresponding to container component s . concode_field_sep Polygon mapPolygon concode_elem_sep String id concode_elem_sep String mapCommandButtonId concode_field_sep String getId concode_elem_sep P...
boolean function ( String arg0 ) { return arg0 . endsWith ( mapCommandButtonId ) ; }
11,551
this method is called when the entire data set has changed , most likely through a call to cursor #requery on a cursor . concode_field_sep PlaceHolder placeHolder concode_field_sep void onInvalidated
void function ( ) { }
11,552
the position in the shard from which to start reading data records sequentially . a shard iterator specifies this position using the sequence number of a data record in a shard . concode_field_sep String shardIterator concode_field_sep void setShardIterator concode_elem_sep String getShardIterator concode_elem_sep int ...
GetShardIteratorResult function ( String arg0 ) { setShardIterator ( arg0 ) ; return this ; }
11,553
returns the group id of this wall entry . concode_field_sep WallEntry _wallEntry concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem...
long function ( ) { return _wallEntry . getGroupId ( ) ; }
11,554
sets the value of the tloc property . concode_field_sep String obLoc concode_elem_sep BigInteger seqNum concode_elem_sep String d2ID concode_elem_sep String obSub concode_elem_sep List<HopGrpBlockT> hop concode_elem_sep String d2Sub concode_elem_sep String d2Loc concode_elem_sep XMLGregorianCalendar origSnt concode_ele...
void function ( String arg0 ) { this . tLoc = arg0 ; }
11,555
get host of ssh . concode_field_sep Process process concode_elem_sep int prt concode_elem_sep File dir concode_field_sep int port concode_elem_sep int reserve concode_elem_sep String login concode_elem_sep void close concode_elem_sep String key concode_elem_sep Shell connect concode_elem_sep File home
String function ( ) { return new VerboseProcess ( new ProcessBuilder ( ) . command ( "srini_string" ) ) . stdout ( ) . trim ( ) ; }
11,556
checks if the field is a valid code string . a word character : a-za-z_0-9 concode_field_sep Log logger concode_field_sep boolean validatePositiveInteger concode_elem_sep String extractValue concode_elem_sep boolean validateText concode_elem_sep boolean validateNoHtml concode_elem_sep boolean validatePrice concode_elem...
boolean function ( Object arg0 , ValidatorAction arg1 , Field arg2 , Errors arg3 ) { String loc0 = ValidationUtil . extractValue ( arg0 , arg2 ) ; String loc1 = "srini_string" ; if ( loc0 != null && ( ! Pattern . matches ( loc1 , loc0 ) ) ) { FieldChecks . rejectValue ( arg3 , arg2 , arg1 ) ; return false ; } return tr...
11,557
gets the value of the lang property . concode_field_sep String valign concode_elem_sep String language concode_elem_sep String align concode_elem_sep String title concode_elem_sep String dir concode_elem_sep String charoff concode_elem_sep List<String> clazzs concode_elem_sep String width concode_elem_sep String style ...
String function ( ) { return lang ; }
11,558
returns an array containing the wire format representation of the message . 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 conco...
byte [ ] function ( ) { DNSOutput loc0 = new DNSOutput ( ) ; toWire ( loc0 ) ; size = loc0 . current ( ) ; return loc0 . toByteArray ( ) ; }
11,559
this function scales the row concode_field_sep byte[] row concode_elem_sep int currentLocation concode_field_sep void set concode_elem_sep void set concode_elem_sep void addBar concode_elem_sep byte[] getRow
byte [ ] function ( int arg0 ) { byte [ ] loc0 = new byte [ row . length * arg0 ] ; for ( int loc1 = 0 ; loc1 < loc0 . length ; loc1 ++ ) { loc0 [ loc1 ] = row [ loc1 / arg0 ] ; } return loc0 ; }
11,560
call this after constructing to initialize the plugin . final because we want to be able to change args without breaking plugins . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String serviceName concode_field_sep bool...
void function ( String arg0 , CordovaInterface arg1 , CordovaWebView arg2 , CordovaPreferences arg3 ) { assert this . cordova == null ; this . serviceName = arg0 ; this . cordova = arg1 ; this . webView = arg2 ; this . preferences = arg3 ; initialize ( arg1 , arg2 ) ; pluginInitialize ( ) ; }
11,561
returns an image scaled to the size appropriate for the card picture panel concode_field_sep HashMap<String,BufferedImage> backgrounds concode_elem_sep HashMap<String,BufferedImage> images concode_field_sep void drawCosts concode_elem_sep MemoryImageSource rotate concode_elem_sep BufferedImage rotate concode_elem_sep B...
BufferedImage function ( BufferedImage arg0 , int arg1 , int arg2 ) { ResampleOp loc0 = new ResampleOp ( arg1 , arg2 ) ; BufferedImage loc1 = loc0 . filter ( arg0 , null ) ; return loc1 ; }
11,562
return true if the node is the local framework node . compares the logical node names of the nodes after eliding any embedded ` user @ ' parts . concode_field_sep IPropertyLookup lookup concode_elem_sep INodeDesc nodedesc concode_field_sep IPropertyLookup getLookup concode_elem_sep String getFrameworkNodeHostname conco...
boolean function ( INodeDesc arg0 ) { final String loc0 = getFrameworkNodeName ( ) ; return loc0 . equals ( arg0 . getNodename ( ) ) ; }
11,563
returns the number of partitions associated with this classifier concode_field_sep ArrayList<ArrayList<FeatureVector>> FVs concode_elem_sep ArrayList<FeatureVector> trainingInstances concode_elem_sep int trainingSetSize concode_elem_sep DatasetPartitioner partioner concode_elem_sep int numPartitions concode_elem_sep in...
int function ( ) { return numPartitions ; }
11,564
sets this cloudlet 's execution parameters . these parameters are set by the cloudresource before departure or sending back to the original cloudlet 's owner . concode_field_sep int peId concode_elem_sep int index concode_elem_sep double startExecTime concode_elem_sep int NOT_FOUND concode_elem_sep double totalCompleti...
void function ( double arg0 , double arg1 ) { cloudlet . setExecParam ( arg0 , arg1 ) ; }
11,565
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 ; }
11,566
returns the current game concode_field_sep Listening listening concode_elem_sep Game game concode_elem_sep StorageAdapter storageAdapter concode_elem_sep Logger logger concode_elem_sep ConfigurationLoader<CommentedConfigurationNode> configManager concode_elem_sep List<FlagHandler> flagHandlers concode_elem_sep List<Pla...
Game function ( ) { return game ; }
11,567
sets the value of the sibtransid property . concode_field_sep String destId concode_elem_sep String modelId concode_elem_sep CTOfficeArtExtensionList extLst concode_elem_sep String srcId concode_elem_sep String parTransId concode_elem_sep String sibTransId concode_elem_sep STCxnType type concode_elem_sep long srcOrd co...
void function ( String arg0 ) { this . sibTransId = arg0 ; }
11,568
executes the request . this method is called from the webview thread . to do a non-trivial amount of work , use : cordova.getthreadpool . execute runnable ; to run on the ui thread , use : cordova.getactivity . runonuithread runnable ; concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface c...
boolean function ( String arg0 , String arg1 , CallbackContext arg2 ) { JSONArray loc0 = new JSONArray ( arg1 ) ; return execute ( arg0 , loc0 , arg2 ) ; }
11,569
gets the value of the refresh property . concode_field_sep Layout layout concode_elem_sep String scrolling concode_elem_sep String flavour concode_elem_sep String src concode_elem_sep String background concode_elem_sep String width concode_elem_sep BigDecimal refresh concode_elem_sep String frameborder concode_elem_sep...
BigDecimal function ( ) { return refresh ; }
11,570
expects that row 0 has been created out of the documention of poi : to calculate column width : sheet.autosizecolumn uses java2d classes that throw exception if graphical environment is not available . in case if graphical environment is not available , you must tell java that you are running in headless mode and set t...
void function ( Sheet arg0 ) { for ( int loc0 = 0 ; loc0 < arg0 . getRow ( 0 ) . getLastCellNum ( ) ; loc0 ++ ) { arg0 . autoSizeColumn ( loc0 ) ; } }
11,571
getuser method declaration this method is used to return an instance of a particular user object , given the user name and password . note : an access_is_denied exception will be thrown if an attempt is made to get the public user . concode_field_sep int INSERT concode_elem_sep int DELETE concode_elem_sep User uPublic ...
User function ( String arg0 , String arg1 ) { Trace . check ( ! arg0 . equals ( "srini_string" ) , Trace . ACCESS_IS_DENIED ) ; if ( arg0 == null ) { arg0 = "srini_string" ; } if ( arg1 == null ) { arg1 = "srini_string" ; } User loc0 = get ( arg0 ) ; loc0 . checkPassword ( arg1 ) ; return loc0 ; }
11,572
sets the value of the button1label property . concode_field_sep String button3Value concode_elem_sep String mapping concode_elem_sep List<Address> address concode_elem_sep String flavour concode_elem_sep String button4Value concode_elem_sep Label label concode_elem_sep String button4Label concode_elem_sep String button...
void function ( String arg0 ) { this . button1Label = arg0 ; }
11,573
sets the group query from the specified groupquerystring . the groupquerystring is parsed into a query . concode_field_sep DocSet docSet concode_elem_sep Query query concode_elem_sep boolean needScores concode_elem_sep Sort sort concode_elem_sep FilterCollector filterCollector concode_elem_sep String queryString concod...
Builder function ( String arg0 , SolrQueryRequest arg1 ) { QParser loc0 = QParser . getParser ( arg0 , null , arg1 ) ; this . queryString = arg0 ; return setQuery ( loc0 . getQuery ( ) ) ; }
11,574
writes a new record . concode_field_sep boolean headerWritten concode_elem_sep TableColumnCollection columns concode_elem_sep CSVWriter writer concode_elem_sep long lineNumber concode_field_sep void writeComment concode_elem_sep void composeLine concode_elem_sep void writeHeaderIfApplies concode_elem_sep void writeAllR...
void function ( final R arg0 ) { Utils . nonNull ( arg0 , "srini_string" ) ; writeHeaderIfApplies ( ) ; final DataLine loc0 = new DataLine ( lineNumber + 1 , columns , IllegalArgumentException :: new ) ; composeLine ( arg0 , loc0 ) ; writer . writeNext ( loc0 . unpack ( ) , false ) ; lineNumber ++ ; }
11,575
specify the locking rule to be used during a publish . concode_field_sep Server server concode_elem_sep ServerWorkingCopy serverWC concode_field_sep IServer getServer concode_elem_sep IModule[] getChildModules concode_elem_sep void importConfiguration concode_elem_sep IServerWorkingCopy getServerWorkingCopy concode_ele...
boolean function ( ) { return false ; }
11,576
sets the dataset group for the dataset . concode_field_sep EventListenerList listenerList concode_elem_sep long serialVersionUID concode_elem_sep DatasetGroup group concode_field_sep void removeChangeListener concode_elem_sep void fireDatasetChanged concode_elem_sep void validateObject concode_elem_sep void writeObject...
void function ( DatasetGroup arg0 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } this . group = arg0 ; }
11,577
returns the interpolated holographic highlight alpha for the effect we want when scrolling pages . concode_field_sep Paint mHolographicPaint concode_elem_sep BlurMaskFilter mThickInnerBlurMaskFilter concode_elem_sep int mMaxOuterBlurRadius concode_elem_sep BlurMaskFilter mMediumOuterBlurMaskFilter concode_elem_sep Holo...
float function ( float arg0 ) { float loc0 = 0.6f ; return ( float ) Math . pow ( loc0 * ( 1.0f - arg0 ) , 1.5f ) ; }
11,578
returns the day position . concode_field_sep int NO_WEEKDAY concode_elem_sep int _day concode_elem_sep int _position concode_field_sep void setDayOfWeek concode_elem_sep int getDayOfWeek concode_elem_sep boolean isValidDayOfWeek concode_elem_sep int hashCode concode_elem_sep boolean isValidDayPosition concode_elem_sep ...
int function ( ) { return _position ; }
11,579
returns the system value type . concode_field_sep VObjectEventSupport objectEventSupport_ concode_elem_sep String VALUE_PROPERTY concode_elem_sep VObject[] children_ concode_elem_sep SystemValue systemValue_ concode_elem_sep String copyright concode_elem_sep WorkingEventSupport workingEventSupport_ concode_elem_sep VOb...
int function ( ) { return systemValue_ . getType ( ) ; }
11,580
apply css changes to the rendered componenent concode_field_sep String CSS_UPDATE_FIELD concode_elem_sep String cssString concode_elem_sep Logger log concode_elem_sep String DISPLAY_ON concode_elem_sep String DISPLAY_OFF concode_elem_sep String lastCssString concode_field_sep boolean equals concode_elem_sep String getL...
void function ( FacesContext arg0 , UIComponent arg1 ) { apply ( arg0 , arg1 , null , null , null ) ; }
11,581
sets the value of the adviceset property . concode_field_sep ActAsType actAs concode_elem_sep RenewingType renewing concode_elem_sep String requestType concode_elem_sep RenewTargetType renewTarget concode_elem_sep BinaryExchangeType binaryExchange concode_elem_sep Boolean delegatable concode_elem_sep LifetimeType lifet...
void function ( AdviceSetType arg0 ) { this . adviceSet = arg0 ; }
11,582
copies all bytes from the input stream to the output stream . does not close or flush either stream . taken from google guava bytestreams.java concode_field_sep String TMP_DIR concode_elem_sep String TEMP_DEVICE_INFO_FILENAME concode_elem_sep String TEMP_LOG_FILENAME concode_elem_sep String TEMP_ZIP_FILENAME concode_el...
long function ( InputStream arg0 , OutputStream arg1 ) { byte [ ] loc0 = new byte [ BUFFER ] ; long loc1 = 0 ; while ( true ) { int loc2 = arg0 . read ( loc0 ) ; if ( loc2 == - 1 ) { break ; } arg1 . write ( loc0 , 0 , loc2 ) ; loc1 += loc2 ; } return loc1 ; }
11,583
gets the flashdisplaytype value for this displaytype . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep com.google.api.ads.adwords.axis.v201406.o.ImageDisplayType imageDisplayType concode_elem_sep com.google.api.ads.adwords.axis.v201406.o.FlashDisplayType flashDisplayType concode_elem_se...
com . google . api . ads . adwords . axis . v201406 . o . FlashDisplayType function ( ) { return flashDisplayType ; }
11,584
make sure a time is local . if the time zone is not the local zone , the time is adjusted and the time zone set to be local . concode_field_sep TimeZone UTC concode_field_sep XMPDateTime getCurrentDateTime concode_elem_sep XMPDateTime setLocalTimeZone concode_elem_sep XMPDateTime createFromISO8601 concode_elem_sep XMPD...
XMPDateTime function ( XMPDateTime arg0 ) { long loc0 = arg0 . getCalendar ( ) . getTimeInMillis ( ) ; GregorianCalendar loc1 = new GregorianCalendar ( ) ; loc1 . setTimeInMillis ( loc0 ) ; return new XMPDateTimeImpl ( loc1 ) ; }
11,585
called when this bundle is stopped so the framework can perform the bundle-specific activities necessary to stop the bundle . in general , this method should undo the work that the bundleactivator.start methodstarted : unregisters persistentmoduletyperesourcebundleprovider , persistenttemplateresourcebundleprovider as ...
void function ( BundleContext arg0 ) { queue . stop ( ) ; tProvider . close ( ) ; mProvider . close ( ) ; rImporter . close ( ) ; tProvider = null ; mProvider = null ; rImporter = null ; }
11,586
sets the value of the desciption property . concode_field_sep XMLGregorianCalendar date concode_elem_sep short weatherID concode_elem_sep String desciption concode_elem_sep Temp temperatures concode_elem_sep POP probabilityOfPrecipiation concode_field_sep short getWeatherID concode_elem_sep void setWeatherID concode_el...
void function ( String arg0 ) { this . desciption = arg0 ; }
11,587
sets whether the simulation should model a single queue for all the checkouts . concode_field_sep boolean singleQ concode_elem_sep ArrayList<Integer> shoppingTimes concode_elem_sep int checkouts concode_elem_sep Simulation simulation concode_elem_sep int days concode_elem_sep Simulation singleQueue concode_elem_sep int...
void function ( final boolean arg0 ) { singleQ = arg0 ; }
11,588
returns true if the given code point is unsafe to start the collation algorithm with . concode_field_sep int UNSAFE_CODE_POINT_FLAG concode_elem_sep int SINGLE_CODE_POINT_FLAG concode_elem_sep int LOGICAL_ORDER_EXCEPTION_FLAG concode_elem_sep int CODE_POINT_MASK concode_elem_sep int IGNORABLE_CODE_POINT_FLAG concode_el...
boolean function ( int arg0 ) { return ( arg0 & UNSAFE_CODE_POINT_FLAG ) != 0 ; }
11,589
calls casexxx for each class of the model until one returns a non null result ; it yields that result . concode_field_sep TransentPackage modelPackage concode_field_sep T defaultCase concode_elem_sep T caseBody concode_elem_sep T caseHead
T function ( EObject arg0 ) { return doSwitch ( arg0 . eClass ( ) , arg0 ) ; }
11,590
returns the provider of this exemptionmechanism instance . concode_field_sep Provider provider concode_elem_sep boolean generated concode_elem_sep ExemptionMechanismSpi spiImpl concode_elem_sep String mechanism concode_elem_sep Engine ENGINE concode_elem_sep boolean isInit concode_elem_sep Key initKey concode_field_sep...
Provider function ( ) { return provider ; }
11,591
test operatorutil #getcontractclass class concode_field_sep PlaceHolder placeHolder concode_field_sep void getContractClassShouldReturnSinkForOutputFormat concode_elem_sep void getContractClassShouldReturnSourceForInputFormat concode_elem_sep void getContractClassShouldReturnNullForStub concode_elem_sep void getContrac...
void function ( ) { final Class < ? > loc0 = OperatorUtil . getContractClass ( Mapper . class ) ; assertEquals ( CollectorMapOperatorBase . class , loc0 ) ; }
11,592
stop the task . concode_field_sep File file concode_elem_sep ResourceBundle messageBundle concode_elem_sep int lengthOfTask concode_elem_sep String dialogMessage concode_elem_sep Document document concode_elem_sep Logger logger concode_elem_sep boolean done concode_elem_sep int current concode_elem_sep boolean canceled...
void function ( ) { canceled = true ; dialogMessage = null ; }
11,593
set the property value by parsing a given string . may raise java.lang.illegalargumentexception if either the string is badly formatted or if this kind of property ca n't be expressed as text . concode_field_sep String MINUTE_PERIOD_TYPE_STR concode_elem_sep String YEAR_PERIOD_TYPE_STR concode_elem_sep String SECOND_PE...
void function ( final String arg0 ) { setValue ( arg0 ) ; }
11,594
determines whether the given lagged factor is temporally prior to this lagged factor . concode_field_sep long serialVersionUID concode_elem_sep int lag concode_elem_sep String factor concode_field_sep LaggedFactor serializableInstance concode_elem_sep void setFactor concode_elem_sep int getLag concode_elem_sep int hash...
int function ( Object arg0 ) { if ( arg0 instanceof LaggedFactor ) { LaggedFactor loc0 = ( LaggedFactor ) arg0 ; int loc1 = this . factor . compareTo ( loc0 . getFactor ( ) ) ; if ( loc1 != 0 ) { return loc1 ; } else { return this . lag - loc0 . getLag ( ) ; } } else { return 0 ; } }
11,595
return version option . concode_field_sep boolean help concode_elem_sep boolean debug concode_elem_sep boolean xsdValidation concode_elem_sep boolean force concode_elem_sep String mdb concode_elem_sep List<String> arguments concode_elem_sep boolean version concode_elem_sep boolean noPayMana concode_field_sep boolean is...
boolean function ( ) { return this . version ; }
11,596
gets the number of literal words . concode_field_sep int RunningLength concode_elem_sep boolean RunningBit concode_elem_sep int literalWordOffset concode_elem_sep int NumberOfLiteralWords concode_field_sep boolean getRunningBit concode_elem_sep void discardFirstWords concode_elem_sep int size concode_elem_sep BufferedR...
int function ( ) { return this . NumberOfLiteralWords ; }
11,597
returns the current log file output stream . concode_field_sep long mNextCompleteLogNumber concode_elem_sep DataOutputStream mOutputStream concode_elem_sep String mJournalDirectory concode_elem_sep long mMaxLogSize concode_elem_sep UnderFileSystem mUfs concode_elem_sep OutputStream mRawOutputStream concode_elem_sep Str...
OutputStream function ( ) { String loc0 = mJournal . getCurrentLogFilePath ( ) ; OutputStream loc1 = mUfs . create ( loc0 ) ; LOG . info ( "srini_string" , loc0 ) ; return loc1 ; }
11,598
returns a map of the servletcontext when in a servlet environment or a generic application level map otherwise . concode_field_sep String LOCALE concode_elem_sep String PARAMETERS concode_elem_sep String SESSION concode_elem_sep String ACTION_INVOCATION concode_elem_sep String VALUE_STACK concode_elem_sep ThreadLocal<A...
Map < String , Object > function ( ) { return ( Map < String , Object > ) get ( APPLICATION ) ; }
11,599
create a new generator that uses the specified number of bits for the counter portion of the keys . concode_field_sep short counterBits concode_elem_sep int counter concode_elem_sep long maximumCounterValue concode_elem_sep short DEFAULT_BITS_IN_COUNTER concode_elem_sep long lastMillis concode_field_sep long getCounter...
TimeBasedKeys function ( int arg0 ) { CheckArg . isPositive ( arg0 , "srini_string" ) ; int loc0 = Long . numberOfLeadingZeros ( System . currentTimeMillis ( ) ) ; CheckArg . isLessThan ( arg0 , loc0 , "srini_string" ) ; return new TimeBasedKeys ( ( short ) arg0 ) ; }