idx
int64
0
25k
question
stringlengths
71
7.19k
target
stringlengths
20
663
19,000
restart a download . caller should call , false first , at which point we setstarted , and , true when it has actually started a race condition means we do n't setstarted at that point since it 's possible the success/failure callback might happen first . concode_field_sep MultiValueTable<FreenetURI,RequestStatus> down...
void function ( String arg0 , FreenetURI arg1 ) { DownloadRequestStatus loc0 = ( DownloadRequestStatus ) requestsByIdentifier . get ( arg0 ) ; if ( loc0 == null ) return ; loc0 . restart ( false ) ; if ( arg1 != null ) { downloadsByURI . remove ( loc0 . getURI ( ) ) ; loc0 . arg1 ( arg1 ) ; downloadsByURI . put ( arg1 ...
19,001
options method concode_field_sep Proxy proxy concode_elem_sep int maxTotal concode_elem_sep boolean verify concode_elem_sep boolean allowPostRedirects concode_elem_sep int maxPerRoute concode_elem_sep boolean gzip concode_elem_sep boolean allowRedirects concode_elem_sep CloseableHttpClient client concode_elem_sep long ...
RequestBuilder function ( String arg0 ) { return Requests . options ( arg0 ) . connectionPool ( this ) ; }
19,002
gets all the listeners that are of a particular type . concode_field_sep EventListenerList listenerList concode_elem_sep ChangeEvent changeEvent concode_field_sep ChangeListener[] getChangeListeners concode_elem_sep void removeChangeListener concode_elem_sep void fireStateChanged concode_elem_sep void addChangeListener
T [ ] function ( Class < T > arg0 ) { return listenerList . getListeners ( arg0 ) ; }
19,003
close handle concode_field_sep Logger log concode_elem_sep MultipleManagedConnectionFactory1 mcf concode_elem_sep List<ConnectionEventListener> listeners concode_elem_sep Object connection concode_elem_sep PrintWriter logwriter concode_field_sep void associateConnection concode_elem_sep Object getConnection concode_ele...
void function ( MultipleConnection1 arg0 ) { ConnectionEvent loc0 = new ConnectionEvent ( this , ConnectionEvent . CONNECTION_CLOSED ) ; loc0 . setConnectionHandle ( arg0 ) ; for ( ConnectionEventListener loc1 : listeners ) { loc1 . connectionClosed ( loc0 ) ; } }
19,004
sets the create date of this entry . concode_field_sep Entry _entry concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCach...
void function ( Date arg0 ) { _entry . setCreateDate ( arg0 ) ; }
19,005
deactivates this udpslaveterminal . concode_field_sep int m_LocalPort concode_elem_sep int m_Timeout concode_elem_sep InetAddress m_LocalAddress concode_elem_sep int m_RemotePort concode_elem_sep InetAddress m_RemoteAddress concode_elem_sep DatagramSocket m_Socket concode_elem_sep boolean m_Active concode_elem_sep Modb...
void function ( ) { try { if ( Modbus . debug ) System . out . println ( "srini_string" ) ; m_Socket . close ( ) ; m_ModbusTransport = null ; m_Active = false ; } catch ( Exception loc0 ) { loc0 . printStackTrace ( ) ; } }
19,006
returns highliting concode_field_sep Dimension dimension concode_elem_sep IModel<Criterion<U>> filterModel concode_elem_sep KeyList<U> columns concode_elem_sep Closeable<U> closable concode_elem_sep KeyList<?> display concode_elem_sep KeyList<U> finders concode_elem_sep int rowCount concode_elem_sep boolean ENABLE_TOOL...
void function ( @ Nullable Criterion < U > arg0 ) { this . highliting . setObject ( arg0 ) ; }
19,007
returns the total sum of coords per point . concode_field_sep double m_MaxP concode_elem_sep double m_PointCount concode_elem_sep double m_CoordCount concode_elem_sep double m_SumP concode_elem_sep double m_SumC concode_elem_sep double m_SumSqC concode_elem_sep long serialVersionUID concode_elem_sep double m_SumSqP con...
double function ( ) { return m_SumC ; }
19,008
dealswithplugindatabasesystem interface implementation . concode_field_sep PluginDatabaseSystem pluginDatabaseSystem concode_field_sep Database createDatabase
void function ( PluginDatabaseSystem arg0 ) { this . pluginDatabaseSystem = arg0 ; }
19,009
encodes for html text content . concode_field_sep Log log concode_elem_sep String defaultDateCache concode_field_sep String formatDate concode_elem_sep String formatDate concode_elem_sep String encodeForUriComponent concode_elem_sep String encodeForCssUrl concode_elem_sep String encodeForXmlComment concode_elem_sep Loc...
String function ( String arg0 ) { return Encode . forHtmlContent ( arg0 ) ; }
19,010
serialize the given remoteinvocation to the given outputstream . the default implementation gives decorateoutputstream a chanceto decorate the stream first for example , for custom encryption or compression . creates an objectoutputstream for the final stream and calls dowriteremoteinvocation to actually write the obje...
void function ( RemoteInvocation arg0 , OutputStream arg1 ) { ObjectOutputStream loc0 = new ObjectOutputStream ( decorateOutputStream ( arg1 ) ) ; try { doWriteRemoteInvocation ( arg0 , loc0 ) ; } finally { loc0 . close ( ) ; } }
19,011
converts the passed file to a uri . this method trims the trailing slash if one is appended because the underlying file is in fact a directory that exists . concode_field_sep Log LOG concode_field_sep List<URI> stringCollectionAsURIs concode_elem_sep URI stringAsURI
URI function ( File arg0 ) { URI loc0 = arg0 . getCanonicalFile ( ) . toURI ( ) ; if ( loc0 . getPath ( ) . endsWith ( "srini_string" ) ) { String loc1 = loc0 . toString ( ) ; try { loc0 = new URI ( loc1 . substring ( 0 , loc1 . length ( ) - 1 ) ) ; } catch ( URISyntaxException loc2 ) { throw new IOException ( loc2 ) ;...
19,012
isreadermtomaware concode_field_sep javax.xml.namespace.QName MY_QNAME concode_elem_sep com.amazon.ec2.DescribeConversionTasksType localDescribeConversionTasks concode_field_sep java.lang.String generatePrefix concode_elem_sep void serialize concode_elem_sep void serialize concode_elem_sep void writeQName concode_elem_...
boolean function ( javax . xml . stream . XMLStreamReader arg0 ) { boolean loc0 = false ; try { loc0 = java . lang . Boolean . TRUE . equals ( arg0 . getProperty ( org . apache . axiom . om . OMConstants . IS_DATA_HANDLERS_AWARE ) ) ; } catch ( java . lang . IllegalArgumentException loc1 ) { loc0 = false ; } return loc...
19,013
tests that clearing a trigger recursively clears all of that triggers subtriggers , but no others . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCopy concode_elem_sep void testSetGet
void function ( ) { FinishedTriggersProperties . verifyClearRecursively ( FinishedTriggersBitSet . emptyWithCapacity ( 1 ) ) ; }
19,014
action method wrapper to be called from the page concode_field_sep LogBean singleton concode_elem_sep MessageLog messageLog concode_elem_sep ChatState state concode_elem_sep Log log concode_elem_sep String autoLoad concode_elem_sep ArrayList controlLog concode_elem_sep Timer nightlyReset concode_elem_sep String LOG_PAT...
String function ( ) { return resetAuction ( false ) ; }
19,015
helper for success callbacks that just returns the status.ok by default concode_field_sep String callbackId concode_elem_sep CordovaWebView webView concode_elem_sep int changingThreads concode_elem_sep String LOG_TAG concode_elem_sep boolean finished concode_field_sep boolean isChangingThreads concode_elem_sep String g...
void function ( String arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . OK , arg0 ) ) ; }
19,016
returns the callers for this method in a given thread . across all its invocations . concode_field_sep Map<Integer,MethodStats> mPerThreadCumulativeStats concode_elem_sep Table<Integer,Long,MethodStats> mPerThreadStatsByCallee concode_elem_sep long mInclusiveGlobalTime concode_elem_sep long mInvocationCount concode_ele...
Set < Long > function ( ThreadInfo arg0 ) { Map < Long , MethodStats > loc0 = mPerThreadStatsByCaller . row ( arg0 . getId ( ) ) ; return loc0 . keySet ( ) ; }
19,017
returns the string representation of this buttonlayout 's values . concode_field_sep int vgap concode_elem_sep ALIGNMENT align concode_elem_sep int hgap concode_field_sep Dimension preferredLayoutSize concode_elem_sep void removeLayoutComponent concode_elem_sep Dimension minimumLayoutSize concode_elem_sep void moveComp...
String function ( ) { String loc0 = "srini_string" ; if ( align == ALIGNMENT . LEFT ) { loc0 = "srini_string" ; } else if ( align == ALIGNMENT . RIGHT ) { loc0 = "srini_string" ; } else if ( align == ALIGNMENT . CENTER ) { loc0 = "srini_string" ; } return getClass ( ) . getName ( ) + "srini_string" + hgap + "srini_stri...
19,018
sets the documentation of this parameter . concode_field_sep String javadoc concode_elem_sep String name concode_elem_sep Logger LOG concode_elem_sep String type concode_field_sep void setName concode_elem_sep String getName concode_elem_sep void initJavadoc concode_elem_sep String getJavadoc concode_elem_sep String ge...
void function ( final String arg0 ) { assert arg0 != null : "srini_string" ; this . javadoc = trimToNull ( arg0 ) ; }
19,019
sets the interval . this interval is used to determine if the command should be executed . concode_field_sep Logger LOGGER concode_elem_sep String sourceId concode_elem_sep int ONE_SECOND concode_elem_sep AvailabilityCommand availabilityCommand concode_elem_sep AtomicLong lastAvailableTimestamp concode_elem_sep int NO_...
void function ( long arg0 ) { this . interval = arg0 ; }
19,020
gets the index for the given edge of this triangle concode_field_sep QuadEdge[] edge concode_elem_sep List triangles concode_elem_sep Object data concode_field_sep void setData concode_elem_sep Polygon getGeometry concode_elem_sep int nextIndex concode_elem_sep QuadEdgeTriangle getAdjacentTriangleAcrossEdge concode_ele...
int function ( QuadEdge arg0 ) { for ( int loc0 = 0 ; loc0 < 3 ; loc0 ++ ) { if ( edge [ loc0 ] == arg0 ) return loc0 ; } return - 1 ; }
19,021
get the multi-character key uniquely identifying the repository 's storage source in which this node appears . concode_field_sep String sourceKey concode_elem_sep int SOURCE_START_INDEX concode_elem_sep String identifier concode_elem_sep int WORKSPACE_END_INDEX concode_elem_sep int IDENTIFIER_START_INDEX concode_elem_s...
String function ( ) { if ( sourceKey == null ) { sourceKey = key . substring ( SOURCE_START_INDEX , SOURCE_END_INDEX ) ; } return sourceKey ; }
19,022
return the period for this request concode_field_sep int period concode_elem_sep Unit unit concode_elem_sep String metricName concode_elem_sep int period concode_elem_sep String namespace concode_elem_sep Set<Statistics> statistics concode_elem_sep Date startTime concode_elem_sep Date endTime concode_elem_sep Set<Dimen...
int function ( ) { return period ; }
19,023
converts primitive long type to byte array and stores it in specifiedbyte array . the highest byte in the value is the first byte in result array . concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] longToBytes concode_elem_sep int longToBytes concode_elem_sep long bytesToLong concode_elem_sep UUID byte...
byte [ ] function ( long arg0 , byte [ ] arg1 , int arg2 , int arg3 ) { assert arg1 != null ; assert arg3 <= 8 ; assert arg1 . length >= arg2 + arg3 ; for ( int loc0 = arg3 - 1 ; loc0 >= 0 ; loc0 -- ) { arg1 [ arg2 + loc0 ] = ( byte ) ( arg0 & 0xFF ) ; arg0 >>>= 8 ; } return arg1 ; }
19,024
gets the at the specified index . concode_field_sep List<AbstractFolderIdWrapper> ids concode_field_sep void add concode_elem_sep void add concode_elem_sep Iterator<AbstractFolderIdWrapper> iterator concode_elem_sep void addRangeFolder concode_elem_sep void writeToXml concode_elem_sep void addRangeFolderId concode_elem...
AbstractFolderIdWrapper function ( int arg0 ) { return this . ids . get ( arg0 ) ; }
19,025
creates and returns a org.mifosplatform.batch.command.internal.collectchargescommandstrategy request with given requestid and reference . concode_field_sep String BATCH_API_URL_EXT concode_elem_sep String BATCH_API_URL concode_field_sep void verifyClientCreatedOnServer concode_elem_sep BatchRequest updateClientRequest ...
BatchRequest function ( final Long arg0 , final Long arg1 ) { final BatchRequest loc0 = new BatchRequest ( ) ; loc0 . setRequestId ( arg0 ) ; loc0 . setRelativeUrl ( "srini_string" ) ; loc0 . setReference ( arg1 ) ; loc0 . setMethod ( "srini_string" ) ; loc0 . setBody ( "srini_string" ) ; return loc0 ; }
19,026
sets the value of the text property . concode_field_sep BigInteger start concode_elem_sep BigInteger end concode_elem_sep String id concode_elem_sep String text concode_elem_sep String content concode_field_sep void setContent concode_elem_sep BigInteger getStart concode_elem_sep void setStart concode_elem_sep String g...
void function ( String arg0 ) { this . text = arg0 ; }
19,027
start . concode_field_sep int bufpos concode_elem_sep boolean prevCharIsLF concode_elem_sep int bufsize concode_elem_sep int available concode_elem_sep int tabSize concode_elem_sep java.io.Reader inputStream concode_elem_sep int line concode_elem_sep boolean staticFlag concode_elem_sep int bufcolumn[] concode_elem_sep ...
char function ( ) { tokenBegin = - 1 ; char loc0 = readChar ( ) ; tokenBegin = bufpos ; return loc0 ; }
19,028
returns a data handler that contains the content . used to deliver content through web services . concode_field_sep long snapshotID concode_elem_sep String parentPath concode_elem_sep boolean isCollection concode_elem_sep String description concode_elem_sep int dbBasedContentID concode_elem_sep boolean directory concod...
DataHandler function ( ) { return contentFile ; }
19,029
get a sasl wrapped outputstream . can be called only after saslconnect has been called . concode_field_sep char[] userPassword concode_elem_sep SaslClient saslClient concode_elem_sep String userName concode_elem_sep Map<String,String> saslProps concode_elem_sep Log LOG concode_elem_sep boolean fallbackAllowed concode_f...
OutputStream function ( OutputStream arg0 ) { if ( ! saslClient . isComplete ( ) ) { throw new IOException ( "srini_string" ) ; } return new SaslOutputStream ( arg0 , saslClient ) ; }
19,030
sets the key value for this mapitem . concode_field_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object value concode_elem_sep java.lang.Object key concode_field_sep java.lang.Object getKey concode_ele...
void function ( java . lang . Object arg0 ) { this . key = arg0 ; }
19,031
retrieves the canonical file for the given file , in a jdk 1.1 complaint way . concode_field_sep boolean fsNormalizesPosixSeparator concode_elem_sep FileDescriptor outDescriptor concode_elem_sep FileUtil fileUtil concode_elem_sep Random random concode_elem_sep boolean fsIsIgnoreCase concode_field_sep void renameElement...
File function ( File arg0 ) { return new File ( arg0 . getCanonicalPath ( ) ) ; }
19,032
this method resets the incoming events time events included . concode_field_sep boolean event1 concode_elem_sep long myVar concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep boolean return_ID concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_elem_sep boolean event2 concode_fiel...
void function ( ) { sCInterface . clearEvents ( ) ; }
19,033
closes this datagram socket . 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 send concode_elem_sep IpAddress getLocalAddress
void function ( ) { socket . close ( ) ; }
19,034
returns contents . concode_field_sep Menu quickFixMenu concode_elem_sep FieldDecoration errorDecoration concode_elem_sep boolean hasContentAssist concode_elem_sep Control control concode_elem_sep ControlDecoration controlDecoration concode_elem_sep IControlContentAdapter contentAdapter concode_elem_sep FieldDecoration ...
String function ( ) { return contentAdapter . getControlContents ( control ) ; }
19,035
gets the slidingmenu associated with this activity . concode_field_sep boolean mEnableSlide concode_elem_sep Activity mActivity concode_elem_sep View mViewBehind concode_elem_sep boolean mOnPostCreateCalled concode_elem_sep boolean mBroadcasting concode_elem_sep View mViewAbove concode_elem_sep SlidingMenu mSlidingMenu...
SlidingMenu function ( ) { return mSlidingMenu ; }
19,036
a list of permissions for creating volumes from the snapshot . note : this method appends the values to the existing list if any . use #setcreatevolumepermissions java.util.collection or #withcreatevolumepermissions java.util.collection if you wantto override the existing values . returns a reference to this object so ...
DescribeSnapshotAttributeResult function ( CreateVolumePermission ... arg0 ) { if ( getCreateVolumePermissions ( ) == null ) setCreateVolumePermissions ( new java . util . ArrayList < CreateVolumePermission > ( arg0 . length ) ) ; for ( CreateVolumePermission loc0 : arg0 ) { getCreateVolumePermissions ( ) . add ( loc0 ...
19,037
create an instance of employeedeductionlist concode_field_sep QName _Employee_QNAME concode_elem_sep QName _PayrollItem_QNAME concode_elem_sep QName _EmployeeSearch_QNAME concode_elem_sep QName _PayrollItemSearch_QNAME concode_field_sep EmployeeHrEducationList createEmployeeHrEducationList concode_elem_sep PayrollItemS...
EmployeeDeductionList function ( ) { return new EmployeeDeductionList ( ) ; }
19,038
get the profile value indicated by the specified key from the system properties . concode_field_sep SystemProfileValueSource INSTANCE concode_field_sep SystemProfileValueSource getInstance
String function ( String arg0 ) { Assert . hasText ( arg0 , "srini_string" ) ; return System . getProperty ( arg0 ) ; }
19,039
connect this server reference to the server , allowing the local implementation , associated with this object , to receive remote calls . concode_field_sep Map refcache concode_elem_sep DGCImpl dgc concode_elem_sep Map actIds concode_elem_sep Map objects concode_field_sep void exportActivatableObject concode_elem_sep v...
void function ( UnicastServerRef arg0 ) { startDGC ( ) ; objects . put ( arg0 . objid , arg0 ) ; refcache . put ( arg0 . myself , arg0 ) ; arg0 . manager . startServer ( ) ; }
19,040
deerializes elements from a string obtained from the system clipboard and pastes them into the specified target element . concode_field_sep String IGNORE_RECYCLE_HINT_ID concode_elem_sep String PASTE_SELECTION_FROM_STRING concode_elem_sep String PASTE_TO_TARGET_PARENT concode_elem_sep String MERGE_HINT_STRONG concode_e...
Collection function ( String arg0 , EObject arg1 , final Map arg2 , IProgressMonitor arg3 ) { return pasteElementsFromStringDelagate ( arg0 , new PasteTarget ( arg1 ) , arg2 , arg3 ) ; }
19,041
modify the text of la to fit the limit size . concode_field_sep double maxHeight concode_elem_sep IGObjectFactory goFactory concode_elem_sep double wrapping concode_elem_sep boolean bSuccessed concode_elem_sep double maxWidth concode_field_sep double getWrapping concode_elem_sep void setMaxHeight concode_elem_sep doubl...
LabelLimiter function ( IChartComputation arg0 , IDisplayServer arg1 , Label arg2 , EnumSet < Option > arg3 ) { return limitLabelSize ( arg0 , arg1 , arg2 , this , arg3 ) ; }
19,042
sets the default video encoder . concode_field_sep int AUDIO_NONE concode_elem_sep int AUDIO_AAC concode_elem_sep boolean mFlash concode_elem_sep Session.Callback mCallback concode_elem_sep String TAG concode_elem_sep SessionBuilder sInstance concode_elem_sep int AUDIO_AMRNB concode_elem_sep int mAudioEncoder concode_e...
SessionBuilder function ( int arg0 ) { mVideoEncoder = arg0 ; return this ; }
19,043
vibrate with a given pattern . pass in an array of ints that are the durations for which to turn on or off the vibrator in milliseconds . the first value indicates the number of milliseconds to wait before turning the vibrator on . the next value indicates the number of milliseconds for which to keep the vibrator on be...
void function ( Context arg0 , long [ ] arg1 , int arg2 ) { Vibrator loc0 = ( Vibrator ) arg0 . getSystemService ( Context . VIBRATOR_SERVICE ) ; loc0 . vibrate ( arg1 , arg2 ) ; }
19,044
factory method that creates instance of this class that represents a virtually unlimited number of iterations . concode_field_sep int maxIter concode_field_sep int getMaxIter
MaxIter function ( ) { return new MaxIter ( Integer . MAX_VALUE ) ; }
19,045
the compression level . concode_field_sep boolean zlibHeader concode_elem_sep int compressionLevel concode_field_sep void setWithZlibHeader concode_elem_sep void setCompressionLevel concode_elem_sep boolean withZlibHeader
int function ( ) { return compressionLevel ; }
19,046
setup test . concode_field_sep PlaceHolder placeHolder concode_field_sep void testRelationMemberMerger
void function ( ) { JOSMFixture . createUnitTestFixture ( ) . init ( ) ; }
19,047
this class is immutable . concode_field_sep PlaceHolder placeHolder concode_field_sep void testSerialization concode_elem_sep void testEquals
void function ( ) { XYInterval loc0 = new XYInterval ( 1.0 , 2.0 , 3.0 , 2.5 , 3.5 ) ; assertFalse ( loc0 instanceof Cloneable ) ; }
19,048
assume that the specified log is not set to trace or debug . concode_field_sep Set<TestGroup> GROUPS concode_field_sep void canLoadNativeDirFonts concode_elem_sep void atLeast concode_elem_sep void execute concode_elem_sep void group concode_elem_sep void group
void function ( Log arg0 ) { assumeFalse ( arg0 . isTraceEnabled ( ) ) ; assumeFalse ( arg0 . isDebugEnabled ( ) ) ; }
19,049
returns the number of opened file descriptors associated with the current process , or -1 if not supported . concode_field_sep OperatingSystemMXBean osMxBean concode_elem_sep ProcessProbe INSTANCE concode_elem_sep Method getProcessCpuLoad concode_elem_sep Method getProcessCpuTime concode_elem_sep Method getCommittedVir...
long function ( ) { if ( getOpenFileDescriptorCountField == null ) { return - 1 ; } try { return ( Long ) getOpenFileDescriptorCountField . invoke ( osMxBean ) ; } catch ( Throwable loc0 ) { return - 1 ; } }
19,050
returns the response for the http redirect that triggered this response , or null if this response was n't triggered by an automatic redirect . the body of the returned response should not be read because it has already been consumed by the redirecting client . concode_field_sep Request request concode_elem_sep RawHead...
Response function ( ) { return redirectedBy ; }
19,051
sets the maximum size to which the log file can grow before being automatically checkpointed . concode_field_sep Log log concode_elem_sep SimpleLog appLog concode_elem_sep boolean logStatements concode_elem_sep LockFile lf concode_elem_sep boolean syncFile concode_field_sep void checkpoint concode_elem_sep int getLogSi...
void function ( int arg0 ) { if ( log != null ) { log . setLogSize ( arg0 ) ; } }
19,052
set the recipient key identifier for the key to be used to verify the new message . concode_field_sep List extraCerts concode_elem_sep PKIHeaderBuilder hdrBuilder concode_elem_sep List generalInfos concode_elem_sep PKIBody body concode_field_sep ProtectedPKIMessageBuilder setMessageTime concode_elem_sep ProtectedPKIMes...
ProtectedPKIMessageBuilder function ( byte [ ] arg0 ) { hdrBuilder . setRecipKID ( arg0 ) ; return this ; }
19,053
gets the value of the orgnlpmtendtoendid property . concode_field_sep String pmtEndToEndId concode_elem_sep String firstPmtEndToEndId concode_elem_sep XMLGregorianCalendar exportDt concode_elem_sep String orgnlPmtEndToEndId concode_elem_sep String representationAttNo concode_elem_sep BigDecimal pmntAmt concode_elem_sep...
String function ( ) { return orgnlPmtEndToEndId ; }
19,054
gets the numeroprotocolo value for this ossturbonetlastlogtestevelocidadein . concode_field_sep java.lang.String designador concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String numeroProtocolo concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeC...
java . lang . String function ( ) { return numeroProtocolo ; }
19,055
set the vertical gap . an exception is not thrown if vgap < 0 . concode_field_sep long serialVersionUID concode_elem_sep int vgap concode_elem_sep int rows concode_elem_sep int cols concode_elem_sep int hgap concode_field_sep Dimension preferredLayoutSize concode_elem_sep void setColumns concode_elem_sep void removeLay...
void function ( int arg0 ) { this . vgap = arg0 ; }
19,056
this method was generated by mybatis generator . this method returns the value of the database column boss_accounting_cycle_record . ori_accounting_time concode_field_sep String modifyUser concode_elem_sep Integer oriAccountingTime concode_elem_sep Integer curAccountingTime concode_elem_sep Date modifyTime concode_elem...
Integer function ( ) { return oriAccountingTime ; }
19,057
override super method concode_field_sep PlaceHolder placeHolder concode_field_sep Object prepareReturn concode_elem_sep byte[] serializeParams concode_elem_sep Object[] prepareParams
byte [ ] function ( Object arg0 ) { return ProtobufUtil . seriOne ( arg0 ) ; }
19,058
set the value for the key in this context . concode_field_sep Map<Key<?>,Object> ht concode_elem_sep Map<Key<?>,Factory<?>> ft concode_elem_sep Map<Class<?>,Key<?>> kt concode_field_sep T get concode_elem_sep T get concode_elem_sep void clear concode_elem_sep void checkState concode_elem_sep T uncheckedCast concode_ele...
void function ( Key < T > arg0 , T arg1 ) { if ( arg1 instanceof Factory < ? > ) throw new AssertionError ( "srini_string" ) ; checkState ( ht ) ; Object loc0 = ht . put ( arg0 , arg1 ) ; if ( loc0 != null && ! ( loc0 instanceof Factory < ? > ) && loc0 != arg1 && arg1 != null ) throw new AssertionError ( "srini_string"...
19,059
returns the priority . concode_field_sep Configuration configuration concode_elem_sep String scope concode_elem_sep Integer priority concode_field_sep Configuration getConfiguration concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String getScope
Integer function ( ) { return priority ; }
19,060
unjars a given jar file into a given directory . concode_field_sep boolean mVerbose concode_elem_sep int mByteCount concode_elem_sep int BUFFER_SIZE concode_elem_sep char SEP concode_elem_sep String mDestJarName concode_elem_sep byte[] mBuffer concode_field_sep void unjar concode_elem_sep void main concode_elem_sep voi...
void function ( File arg0 , File arg1 ) { BufferedOutputStream loc0 = null ; FileInputStream loc1 = new FileInputStream ( arg0 ) ; unjar ( loc1 , arg1 ) ; }
19,061
store a new javaclass into this repository . concode_field_sep HashMap loadedClasses concode_elem_sep java.lang.ClassLoader loader concode_field_sep void removeClass concode_elem_sep JavaClass loadClass concode_elem_sep JavaClass loadClass concode_elem_sep void clear concode_elem_sep JavaClass findClass
void function ( JavaClass arg0 ) { loadedClasses . put ( arg0 . getClassName ( ) , arg0 ) ; arg0 . setRepository ( this ) ; }
19,062
gets the for object with raw restemplate . concode_field_sep RestTemplate halRestTemplateForGet concode_elem_sep RestTemplate halRestTemplateForPost concode_elem_sep String SORT concode_elem_sep RestTemplate rawRestTemplate concode_field_sep ObjectMapper getObjectMapperWithHalModule concode_elem_sep T getForObject conc...
T function ( URI arg0 , Class < T > arg1 ) { try { RestTemplate loc0 = rawRestTemplate ( ) ; return loc0 . getForObject ( arg0 , arg1 ) ; } catch ( RestClientException loc0 ) { throw loc0 ; } }
19,063
cmp_le concode_field_sep Ruby.RecursiveFunctionEx DEFAULT_INVCMP concode_field_sep RubyModule createComparable concode_elem_sep IRubyObject op_equal19 concode_elem_sep IRubyObject invcmp concode_elem_sep IRubyObject invcmp concode_elem_sep IRubyObject callCmpMethod concode_elem_sep ComparableSites sites concode_elem_se...
RubyBoolean function ( ThreadContext arg0 , IRubyObject arg1 , IRubyObject arg2 ) { IRubyObject loc0 = sites ( arg0 ) . op_cmp . call ( arg0 , arg1 , arg1 , arg2 ) ; if ( loc0 . isNil ( ) ) cmperr ( arg1 , arg2 ) ; return RubyBoolean . newBoolean ( arg0 . runtime , cmpint ( arg0 , loc0 , arg1 , arg2 ) <= 0 ) ; }
19,064
adds a rule replacing all substrings matching the regular expression with the replacement string . concode_field_sep List<Transform> transforms concode_field_sep String clean
void function ( String arg0 , String arg1 ) { add ( arg0 , arg1 , 1 ) ; }
19,065
gets the startindex value for this reconciliationreportrowpage . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Integer startIndex concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Integer totalResultSetSize conc...
java . lang . Integer function ( ) { return startIndex ; }
19,066
creates the oleautomation instance with idispatch parameter using reflection . concode_field_sep PlaceHolder placeHolder concode_field_sep Image makeShot concode_elem_sep void setFieldObjectValue concode_elem_sep void setFieldObjectValue concode_elem_sep int newGlobalRefInt concode_elem_sep Object objFromGlobalRefInt c...
OleAutomation function ( IDispatch arg0 ) { try { Constructor < OleAutomation > loc0 = OleAutomation . class . getDeclaredConstructor ( new Class [ ] { IDispatch . class } ) ; loc0 . setAccessible ( true ) ; return loc0 . newInstance ( new Object [ ] { arg0 } ) ; } catch ( Throwable loc0 ) { throw new RuntimeException ...
19,067
determine a cache key for the given method and target class . must not produce same key for overloaded methods . must produce same key for different instances of the same method . concode_field_sep Collection<CacheOperation> NULL_CACHING_ATTRIBUTE concode_elem_sep Log logger concode_elem_sep Map<Object,Collection<Cache...
Object function ( Method arg0 , Class < ? > arg1 ) { return new AnnotatedElementKey ( arg0 , arg1 ) ; }
19,068
adds the app to the database . also notifies the appropriate model listeners . concode_field_sep AppLocalService _appLocalService concode_field_sep com.liferay.marketplace.model.App fetchAppByUuidAndCompanyId concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService concode_elem...
com . liferay . marketplace . model . App function ( com . liferay . marketplace . model . App arg0 ) { return _appLocalService . addApp ( arg0 ) ; }
19,069
returns the warning messages that this passverifier accumulated during its do_verify ing work . concode_field_sep VerificationResult verificationResult concode_elem_sep List messages concode_field_sep VerificationResult do_verify concode_elem_sep VerificationResult verify concode_elem_sep void addMessage
String [ ] function ( ) { verify ( ) ; return ( String [ ] ) messages . toArray ( new String [ messages . size ( ) ] ) ; }
19,070
return the concurrency for the listener , if any . concode_field_sep String destination concode_elem_sep String selector concode_elem_sep String id concode_elem_sep String subscription concode_elem_sep String concurrency concode_field_sep String getDestination concode_elem_sep void setConcurrency concode_elem_sep Strin...
String function ( ) { return this . concurrency ; }
19,071
the virtual device name ephemeraln . instance store volumes are numbered starting from 0 . an instance type with two available instance store volumes can specify mappings for ephemeral0 and ephemeral1.the number of available instance store volumes depends on the instance type . after you connect to the instance , you m...
void function ( String arg0 ) { this . virtualName = arg0 ; }
19,072
gets the value of the cryptographic property . concode_field_sep MultiValuesConstraint acceptablePolicies concode_elem_sep LevelConstraint referenceDataExistence concode_elem_sep CertificateConstraints signingCertificate concode_elem_sep LevelConstraint signatureIntact concode_elem_sep LevelConstraint structuralValidat...
CryptographicConstraint function ( ) { return cryptographic ; }
19,073
sets the value of the datetimezone property . concode_field_sep String companyName concode_elem_sep Boolean testAccount concode_elem_sep String name concode_elem_sep Long customerId concode_elem_sep String dateTimeZone concode_elem_sep String login concode_elem_sep String currencyCode concode_elem_sep Boolean canManage...
void function ( String arg0 ) { this . dateTimeZone = arg0 ; }
19,074
this is called , when the end location of the connection has been moved by the user . the user has this probably done , to adjust the layout . the connector may use this as a hint to improve the results for the next call to findstart . concode_field_sep Figure owner concode_elem_sep long serialVersionUID concode_elem_s...
void function ( Point2D . Double arg0 ) { }
19,075
returns the last item . concode_field_sep boolean ordered concode_elem_sep ArrayIterator<T> iterator concode_elem_sep int size concode_elem_sep Array<T> array concode_elem_sep int index concode_elem_sep T[] items concode_field_sep T next concode_elem_sep void insert concode_elem_sep void remove concode_elem_sep T pop c...
T function ( ) { return items [ size - 1 ] ; }
19,076
this sets the passas concode_field_sep String passAs concode_elem_sep String keyname concode_elem_sep String type concode_field_sep String getType concode_elem_sep int hashCode concode_elem_sep void setKeyname concode_elem_sep boolean equals concode_elem_sep String getKeyname concode_elem_sep String toString concode_el...
void function ( String arg0 ) { this . passAs = arg0 ; }
19,077
gets the value of the uri property . concode_field_sep byte[] digestValue concode_elem_sep DigestMethodType digestMethod concode_elem_sep TransformsType transforms concode_elem_sep String id concode_elem_sep String type concode_elem_sep String uri concode_field_sep TransformsType getTransforms concode_elem_sep void set...
String function ( ) { return uri ; }
19,078
should an id be generated instead of read from the passed in element ? disabled by default ; subclasses can override this to enable id generation . note that this flag is about always generating an id ; the parser wo n't even check for an `` id '' attribute in this case . concode_field_sep String NAME_ATTRIBUTE concode...
boolean function ( ) { return false ; }
19,079
get the raw property value , if any . concode_field_sep boolean converted concode_elem_sep List<PropertyValue> propertyValueList concode_elem_sep Set<String> processedProperties concode_field_sep MutablePropertyValues add concode_elem_sep void removePropertyValue concode_elem_sep void removePropertyValue concode_elem_s...
Object function ( String arg0 ) { PropertyValue loc0 = getPropertyValue ( arg0 ) ; return ( loc0 != null ? loc0 . getValue ( ) : null ) ; }
19,080
find the first occurrence of the given byte b in a utf-8 encoded string concode_field_sep PlaceHolder placeHolder concode_field_sep int findNthByte concode_elem_sep int findNthByte concode_elem_sep int findBytes
int function ( byte [ ] arg0 , int arg1 , int arg2 , byte arg3 ) { for ( int loc0 = arg1 ; loc0 < arg2 ; loc0 ++ ) { if ( arg0 [ loc0 ] == arg3 ) { return loc0 ; } } return - 1 ; }
19,081
return hashset of keys concode_field_sep long serialVersionUID concode_elem_sep ArrayList<K> m_keys concode_elem_sep ArrayList<V> m_values concode_field_sep ArrayList<V> getValues concode_elem_sep Set<Map.Entry<K,V>> entrySet concode_elem_sep boolean containsKey concode_elem_sep Collection<V> values concode_elem_sep bo...
Set < K > function ( ) { HashSet < K > loc0 = new HashSet < K > ( m_keys ) ; return loc0 ; }
19,082
kill the cluster after the test is done . concode_field_sep String expectedStderr concode_elem_sep MiniMRCluster mr concode_elem_sep String map concode_elem_sep String script concode_elem_sep JobConf conf concode_elem_sep String expectedOutput concode_elem_sep String input concode_elem_sep String expectedStatus concode...
void function ( ) { if ( fs != null ) { clean ( fs ) ; } if ( mr != null ) { mr . shutdown ( ) ; } }
19,083
create a file of the given size filled with random data . concode_field_sep HdfsConfiguration conf concode_elem_sep MiniDFSCluster cluster concode_field_sep void enableShortCircuitShmTracing concode_elem_sep void readAndCheckEOS concode_elem_sep void enableHdfsCachingTracing concode_elem_sep HdfsConfiguration getConf c...
byte [ ] function ( Path arg0 , int arg1 ) { FileSystem loc0 = cluster . getFileSystem ( ) ; DataOutputStream loc1 = loc0 . create ( arg0 ) ; byte loc2 [ ] = new byte [ 1024 * arg1 ] ; new Random ( ) . nextBytes ( loc2 ) ; loc1 . write ( loc2 ) ; loc1 . close ( ) ; return loc2 ; }
19,084
converts a string to a integer . concode_field_sep PlaceHolder placeHolder concode_field_sep String toAttributeValue
Object function ( final String arg0 ) { return new Integer ( arg0 ) ; }
19,085
this method is used to check if the specified bundle contains resource files providing automationresources . concode_field_sep RuleResourceBundleImporter rImporter concode_elem_sep BundleTracker<Bundle> bTracker concode_elem_sep List<AutomationResourceBundlesEventQueue> providerEventsQueue concode_elem_sep List<BundleE...
boolean function ( Bundle arg0 ) { return arg0 . findEntries ( AbstractResourceBundleProvider . PATH , null , false ) != null ; }
19,086
matches the given node 's name and local name against the given desired names . concode_field_sep PlaceHolder placeHolder concode_field_sep String getTextValue concode_elem_sep boolean nodeNameEquals concode_elem_sep String getChildElementValueByTagName concode_elem_sep ContentHandler createContentHandler concode_elem_...
boolean function ( Node arg0 , Collection < ? > arg1 ) { return ( arg1 . contains ( arg0 . getNodeName ( ) ) || arg1 . contains ( arg0 . getLocalName ( ) ) ) ; }
19,087
sets the swagger parameter name . concode_field_sep String arrayType concode_elem_sep List<String> allowableValues concode_elem_sep String access concode_elem_sep String defaultValue concode_elem_sep String dataType concode_elem_sep VerbDefinition verb concode_elem_sep String name concode_elem_sep String description co...
void function ( String arg0 ) { this . name = arg0 ; }
19,088
returns the location to install the distribution into . concode_field_sep File distDir concode_elem_sep String GRADLE_USER_HOME_STRING concode_elem_sep File gradleUserHome concode_elem_sep String PROJECT_STRING concode_elem_sep File distZip concode_field_sep LocalDistribution getDistribution concode_elem_sep String roo...
File function ( ) { return distDir ; }
19,089
updates the velocity of this particle upon collision with a horizontal wall by reflecting the velocity in the y-direction . assumes that the particle is colliding with a horizontal wall at this instant . concode_field_sep double vx concode_elem_sep double vy concode_elem_sep Color color concode_elem_sep double INFINITY...
void function ( ) { vy = - vy ; count ++ ; }
19,090
gets the month value for this monthlysearchvolume . concode_field_sep java.lang.Integer month concode_elem_sep java.lang.Integer year concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.Long count concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDes...
java . lang . Integer function ( ) { return month ; }
19,091
create a gcmdriver object , which is owned by gcmdriverandroid on the c++ side . concode_field_sep long mNativeGCMDriverAndroid concode_elem_sep String TAG concode_elem_sep GCMDriver sInstance concode_elem_sep GoogleCloudMessagingSubscriber mSubscriber concode_elem_sep Context mContext concode_field_sep void nativeOnUn...
GCMDriver function ( long arg0 , Context arg1 ) { if ( sInstance != null ) { throw new IllegalStateException ( "srini_string" ) ; } sInstance = new GCMDriver ( arg0 , arg1 ) ; return sInstance ; }
19,092
sets the group id of this social activity achievement . concode_field_sep SocialActivityAchievement _socialActivityAchievement concode_field_sep void setName concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getName concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCach...
void function ( long arg0 ) { _socialActivityAchievement . setGroupId ( arg0 ) ; }
19,093
return the total time for all tasks . concode_field_sep boolean running concode_elem_sep int taskCount concode_elem_sep String currentTaskName concode_elem_sep TaskInfo lastTaskInfo concode_elem_sep long totalTimeNS concode_elem_sep long startTimeNS concode_elem_sep List<TaskInfo> taskList concode_elem_sep String taskN...
TimeValue function ( ) { return new TimeValue ( totalTimeNS , TimeUnit . NANOSECONDS ) ; }
19,094
sets the value of the resultlist property . concode_field_sep JAXBElement<ListSession> listSession concode_elem_sep List<ObjectFields> objectFields concode_elem_sep FieldSearchResult.ResultList resultList concode_field_sep List<ObjectFields> getObjectFields concode_elem_sep JAXBElement<ListSession> getListSession conco...
void function ( FieldSearchResult . ResultList arg0 ) { this . resultList = arg0 ; }
19,095
sets the layout set id of this virtual host . concode_field_sep VirtualHost _virtualHost concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedMod...
void function ( long arg0 ) { _virtualHost . setLayoutSetId ( arg0 ) ; }
19,096
sets the applicationname value for this soaprequestheader . concode_field_sep java.lang.String networkCode concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String applicationName concode_field...
void function ( java . lang . String arg0 ) { this . applicationName = arg0 ; }
19,097
set using the best available ball concode_field_sep boolean strictBallType concode_elem_sep boolean useBestPokeball concode_elem_sep Pokeball pokeBall concode_elem_sep Inventories inventories concode_elem_sep double normalizedHitPosition concode_elem_sep double spinModifier concode_elem_sep double probability concode_e...
CatchOptions function ( boolean arg0 ) { this . useBestPokeball = arg0 ; return this ; }
19,098
returns the uri from the specified request . concode_field_sep String uri_ concode_elem_sep Properties parameters_ concode_elem_sep String url_ concode_elem_sep String reference_ concode_elem_sep String copyright concode_field_sep HTMLHyperlink getHTMLHyperlink concode_elem_sep String getURL concode_elem_sep ServletHyp...
String function ( HttpServletRequest arg0 ) { if ( arg0 == null ) throw new NullPointerException ( "srini_string" ) ; String loc0 = arg0 . getRequestURI ( ) ; String loc1 = arg0 . getPathInfo ( ) ; if ( loc1 != null ) loc0 = loc0 . substring ( 0 , loc0 . lastIndexOf ( loc1 ) ) ; return loc0 ; }
19,099
gets the value of the geotargeting property . concode_field_sep GeoTargeting geoTargeting concode_elem_sep TechnologyTargeting technologyTargeting concode_elem_sep InventoryTargeting inventoryTargeting concode_elem_sep VideoPositionTargeting videoPositionTargeting concode_elem_sep CustomCriteriaSet customTargeting conc...
GeoTargeting function ( ) { return geoTargeting ; }