idx
int64
0
25k
question
stringlengths
72
5.69k
target
stringlengths
21
481
19,500
setter method for enddate concode_field_sep String campaignContents concode_elem_sep List<CampaignVO> circleNameList concode_elem_sep boolean editCapability concode_elem_sep int campaignId concode_elem_sep String circleName concode_elem_sep String description concode_elem_sep String campaignName concode_elem_sep boolea...
void function ( String arg0 ) { this . endDate = arg0 ; }
19,501
gets the options for spidering . concode_field_sep URI startUri concode_elem_sep Session session concode_elem_sep Context context concode_elem_sep AjaxSpiderParam options concode_elem_sep boolean inScopeOnly concode_elem_sep User user concode_field_sep Builder setStartUri concode_elem_sep AjaxSpiderTarget build concode...
AjaxSpiderParam function ( ) { return options ; }
19,502
sets the excludedoperatingsystemversions value for this operatingsystemversiontargeting . concode_field_sep com.google.api.ads.dfp.axis.v201411.Technology[] excludedOperatingSystemVersions concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.google.api.ads.dfp.axis...
void function ( com . google . api . ads . dfp . axis . v201411 . Technology [ ] arg0 ) { this . excludedOperatingSystemVersions = arg0 ; }
19,503
retrieves a resource stream from the classpath . concode_field_sep play.api.Application application concode_field_sep play.api.Application getWrappedApplication concode_elem_sep File path concode_elem_sep T plugin concode_elem_sep Configuration configuration concode_elem_sep URL resource concode_elem_sep boolean isTest...
InputStream function ( String arg0 ) { return Scala . orNull ( application . resourceAsStream ( arg0 ) ) ; }
19,504
add a bookmarkedconference to bookmarks . concode_field_sep List<BookmarkedURL> bookmarkedURLS concode_elem_sep List<BookmarkedConference> bookmarkedConferences concode_field_sep List<BookmarkedConference> getBookmarkedConferences concode_elem_sep void removeBookmarkedURL concode_elem_sep String toXML concode_elem_sep ...
void function ( BookmarkedConference arg0 ) { bookmarkedConferences . add ( arg0 ) ; }
19,505
print values , one item per line . concode_field_sep PlaceHolder placeHolder concode_field_sep LinkedList<Double> randomVector concode_elem_sep void main concode_elem_sep void sort
void function ( LinkedList < Double > arg0 ) { for ( double loc0 : arg0 ) { System . out . println ( loc0 ) ; } }
19,506
returns a string representation of this object . concode_field_sep FontRenderContext gRC concode_elem_sep long serialVersionUID concode_elem_sep Font font concode_field_sep Rectangle2D getStringBounds concode_elem_sep Rectangle2D getStringBounds concode_elem_sep Rectangle2D getStringBounds concode_elem_sep Rectangle2D ...
String function ( ) { return ( this . getClass ( ) + "srini_string" + font + "srini_string" + getAscent ( ) + "srini_string" + getDescent ( ) + "srini_string" + getHeight ( ) + "srini_string" ) ; }
19,507
check to see if the data associated with the key is required to be populated in the contact object . concode_field_sep String[] whereArgs concode_elem_sep CordovaInterface mApp concode_elem_sep String where concode_elem_sep String LOG_TAG concode_field_sep JSONArray search concode_elem_sep JSONObject getContactById con...
boolean function ( String arg0 , HashMap < String , Boolean > arg1 ) { Boolean loc0 = arg1 . get ( arg0 ) ; return ( loc0 == null ) ? false : loc0 . booleanValue ( ) ; }
19,508
method to find the other end end of the arc given a vertex reference concode_field_sep boolean active concode_elem_sep Vertex From concode_elem_sep Vertex To concode_elem_sep int tempWeight concode_elem_sep int Weight concode_elem_sep boolean seen concode_field_sep int compare concode_elem_sep String toString
Vertex function ( Vertex arg0 ) { if ( From == arg0 ) { return To ; } else { return From ; } }
19,509
helper method to render an id as a string , for debugging returns the string null if the id is null.otherwise , returns a string representation for debugging . never throws an exception . the returned string may indicate if the id is definitely invalid . concode_field_sep BigInteger nextId concode_elem_sep int ID_LENGT...
String function ( byte arg0 [ ] ) { if ( arg0 == null ) { return "srini_string" ; } else { StringBuilder loc0 = new StringBuilder ( ) ; loc0 . append ( new BigInteger ( 1 , arg0 ) . toString ( Character . MAX_RADIX ) ) ; if ( arg0 . length != ID_LENGTH ) { loc0 . append ( "srini_string" ) ; } return loc0 . toString ( )...
19,510
removes a unit of data to the current chart data model . concode_field_sep String LINE_CHART_NAME concode_elem_sep String CUSTOM_CHART_NAME concode_elem_sep String PIE2D_CHART_NAME concode_elem_sep Map chartDataModels concode_elem_sep String AREA_CHART_NAME concode_elem_sep String BAR_CLUSTERED_CHART_NAME concode_elem_...
void function ( ActionEvent arg0 ) { initCurrentChart ( ) ; if ( currentChartModel != null ) { currentChartModel . addData ( ) ; } }
19,511
the identifier of the directory that was created . concode_field_sep String directoryId concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep CreateMicrosoftADResult clone concode_elem_sep String getDirectoryId concode_elem_sep String toString concode_elem_sep void setDirectoryId
CreateMicrosoftADResult function ( String arg0 ) { setDirectoryId ( arg0 ) ; return this ; }
19,512
retrieves the designated parameter 's number of digits to right of the decimal point . concode_field_sep int[] types concode_elem_sep int[] modes concode_elem_sep int parameterCount concode_elem_sep int[] nullability concode_elem_sep Result.ResultMetaData rmd concode_elem_sep boolean[] isIdentity concode_elem_sep Strin...
int function ( int arg0 ) { checkRange ( arg0 ) ; return 0 ; }
19,513
gets the value of the z property . concode_field_sep long x concode_elem_sep long y concode_elem_sep long z concode_field_sep long getX concode_elem_sep void setY concode_elem_sep void setX concode_elem_sep long getY concode_elem_sep void setZ
long function ( ) { return z ; }
19,514
call this from oncreate so that any saved startactivityforresult parameters will be restored . concode_field_sep String TAG concode_elem_sep PluginManager pluginManager concode_elem_sep Activity activity concode_elem_sep CordovaPlugin activityResultCallback concode_elem_sep String initCallbackService concode_elem_sep A...
void function ( Bundle arg0 ) { initCallbackService = arg0 . getString ( "srini_string" ) ; }
19,515
returns a @linkplain suspendable that combines all the given @linkplain suspendable s into one . when that combined @linkplain suspendable is suspended , all participating @linkplain suspendable s are suspended , in the given order . when resumed , all participating @linkplain suspendable s are resumed , in reverse ord...
Suspendable function ( Suspendable ... arg0 ) { switch ( arg0 . length ) { case 0 : throw new IllegalArgumentException ( "srini_string" ) ; case 1 : return arg0 [ 0 ] ; case 2 : return new BiSuspendable ( arg0 [ 0 ] , arg0 [ 1 ] ) ; default : return new MultiSuspendable ( arg0 ) ; } }
19,516
dispose all of the cached cursors . concode_field_sep Map<Font,Font> m_fontToBoldFontMap concode_elem_sep Map<RGB,Color> m_colorMap concode_elem_sep int BOTTOM_LEFT concode_elem_sep int BOTTOM_RIGHT concode_elem_sep int TOP_RIGHT concode_elem_sep int TOP_LEFT concode_elem_sep Map<Integer,Cursor> m_idToCursorMap concode...
void function ( ) { for ( Cursor loc0 : m_idToCursorMap . values ( ) ) { loc0 . dispose ( ) ; } m_idToCursorMap . clear ( ) ; }
19,517
sets number of numbers behind decimal part concode_field_sep INDArray sourceArray concode_elem_sep INDArray bins concode_elem_sep int binCount concode_elem_sep double min concode_elem_sep double max concode_elem_sep int numberOfBins concode_elem_sep Logger log concode_elem_sep int rounds concode_elem_sep Map<BigDecimal...
Builder function ( int arg0 ) { this . rounds = arg0 ; return this ; }
19,518
calculate the score for the network . concode_field_sep MLDataSet training concode_field_sep boolean requireSingleThreaded concode_elem_sep boolean shouldMinimize
double function ( final MLMethod arg0 ) { return CalculateRegressionError . calculateError ( ( MLRegression ) arg0 , this . training ) ; }
19,519
execute query using the current internal state as where clause . concode_field_sep StringBuilder mSelection concode_elem_sep String mHaving concode_elem_sep String mGroupBy concode_elem_sep String mTable concode_elem_sep Map<String,String> mProjectionMap concode_elem_sep ArrayList<String> mSelectionArgs concode_elem_se...
Cursor function ( SQLiteDatabase arg0 , boolean arg1 , String [ ] arg2 , String arg3 , String arg4 ) { assertTable ( ) ; if ( arg2 != null ) mapColumns ( arg2 ) ; LOGV ( TAG , "srini_string" + Arrays . toString ( arg2 ) + "srini_string" + arg1 + "srini_string" + this ) ; return arg0 . query ( arg1 , mTable , arg2 , get...
19,520
joins the elements of the provided list into a single string containing the provided elements . concode_field_sep String UNICODE concode_elem_sep String PLAIN_ASCII concode_field_sep String toAscii concode_elem_sep String toAscii concode_elem_sep String[] split concode_elem_sep String toHex concode_elem_sep String expa...
String function ( List < String > arg0 ) { return org . apache . commons . lang . StringUtils . join ( arg0 , null ) ; }
19,521
return the first error codes for the field or object , if any . concode_field_sep PropertyEditor editor concode_elem_sep String expression concode_elem_sep BindingResult bindingResult concode_elem_sep String[] errorCodes concode_elem_sep Object actualValue concode_elem_sep String path concode_elem_sep String[] errorMes...
String function ( ) { return ( this . errorCodes . length > 0 ? this . errorCodes [ 0 ] : "srini_string" ) ; }
19,522
creates an instance of defaulthttprequestfactory to be usedfor creating httprequest objects received by over thisconnection . this method can be overridden in a super class in order to provide a different implementation of the httprequestfactory interface . concode_field_sep EntitySerializer entityserializer concode_el...
HttpRequestFactory function ( ) { return new DefaultHttpRequestFactory ( ) ; }
19,523
returns the artist extracted from the mp3 file 's tags concode_field_sep FilenameFilter dirFilter concode_elem_sep Map<String,Collection<String>> artists concode_elem_sep FilenameFilter mp3Filter concode_elem_sep String directory concode_field_sep void appendFiles concode_elem_sep Map<String,Collection<String>> scan co...
String function ( final MP3File arg0 ) { if ( arg0 . hasID3v2Tag ( ) ) { return arg0 . getID3v2Tag ( ) . getFirstArtist ( ) ; } else if ( arg0 . hasID3v1Tag ( ) ) return arg0 . getID3v1Tag ( ) . getFirstArtist ( ) ; else return "srini_string" ; }
19,524
finds the index of the given `` minutes '' in the `` values '' list . concode_field_sep String TAG concode_field_sep void updateAddReminderButton concode_elem_sep void addMinutesToList concode_elem_sep int findMethodInReminderList concode_elem_sep ArrayList<ReminderEntry> reminderItemsToReminders concode_elem_sep boole...
int function ( ArrayList < Integer > arg0 , int arg1 ) { int loc0 = arg0 . indexOf ( arg1 ) ; if ( loc0 == - 1 ) { Log . e ( TAG , "srini_string" + arg1 + "srini_string" ) ; return 0 ; } return loc0 ; }
19,525
registers a new eventfactory object . concode_field_sep String MUTATION_NAME_EVENT_TYPE concode_elem_sep String MOUSE_EVENT_TYPE concode_elem_sep String EVENT_TYPE concode_elem_sep String TEXT_EVENT_TYPE concode_elem_sep String KEYBOARD_EVENT_TYPE concode_elem_sep String EVENT_DOM2_TYPE concode_elem_sep String UI_EVENT...
void function ( String arg0 , EventFactory arg1 ) { eventFactories . put ( arg0 . toLowerCase ( ) , arg1 ) ; }
19,526
creates a new connection handle for the underlying physical connection represented by the managedconnection instance . concode_field_sep Logger log concode_elem_sep MultipleManagedConnectionFactory2 mcf concode_elem_sep List<ConnectionEventListener> listeners concode_elem_sep Object connection concode_elem_sep PrintWri...
Object function ( Subject arg0 , ConnectionRequestInfo arg1 ) { log . finest ( "srini_string" ) ; connection = new MultipleConnection2Impl ( this , mcf ) ; return connection ; }
19,527
returns the manhattan distance from this int3d to the specified point . concode_field_sep int x concode_elem_sep int y concode_elem_sep int z concode_field_sep void setY concode_elem_sep String toCoordinates concode_elem_sep void setX concode_elem_sep double distance concode_elem_sep double distance concode_elem_sep do...
long function ( final MutableInt3D arg0 ) { return Math . abs ( ( long ) this . x - arg0 . x ) + Math . abs ( ( long ) this . y - arg0 . y ) + Math . abs ( ( long ) this . z - arg0 . z ) ; }
19,528
covert from pb version of tablestate concode_field_sep State state concode_elem_sep TableName tableName concode_field_sep boolean isInStates concode_elem_sep State getState concode_elem_sep int hashCode concode_elem_sep TableName getTableName concode_elem_sep boolean equals concode_elem_sep TableState parseFrom concode...
TableState function ( TableName arg0 , HBaseProtos . TableState arg1 ) { TableState . State loc0 = State . convert ( arg1 . getState ( ) ) ; return new TableState ( arg0 , loc0 ) ; }
19,529
adds an end point url of a service as a trusted concode_field_sep ConfigurationContext configContext concode_elem_sep String serviceEndPoint concode_elem_sep STSAdminServiceStub stub concode_elem_sep Log log concode_field_sep void removeTrustedService concode_elem_sep TrustedServiceData[] getTrustedServices concode_ele...
void function ( String arg0 , String arg1 ) { try { if ( arg0 != null && arg0 . trim ( ) . length ( ) > 0 && arg1 != null && arg1 . trim ( ) . length ( ) > 0 ) { stub . addTrustedService ( arg0 , arg1 ) ; } } catch ( Exception loc0 ) { throw loc0 ; } }
19,530
helper method that allows easy conversion of object 's data into an appropriate contentvalues concode_field_sep long storyId concode_elem_sep long loginId concode_elem_sep Parcelable.Creator<TagsData> CREATOR concode_elem_sep long KEY_ID concode_elem_sep String tag concode_field_sep TagsData clone concode_elem_sep Tags...
ContentValues function ( ) { return TagsCreator . getCVfromTags ( this ) ; }
19,531
configure supported locales to check against the requested locales determined via httpservletrequest #getlocales . if this is not configured then httpservletrequest #getlocale is used instead . concode_field_sep Locale defaultLocale concode_elem_sep List<Locale> supportedLocales concode_field_sep List<Locale> getSuppor...
void function ( List < Locale > arg0 ) { this . supportedLocales . clear ( ) ; if ( arg0 != null ) { this . supportedLocales . addAll ( arg0 ) ; } }
19,532
this method allows to set the sequence of the reports related to a document to validate . it 's only used with asic-e container . concode_field_sep SimpleReport simpleReport concode_elem_sep DetailedReport detailedReport concode_elem_sep DiagnosticData diagnosticData concode_elem_sep Reports nextReports concode_field_s...
void function ( final Reports arg0 ) { this . nextReports = arg0 ; }
19,533
get a default ssl wrapped tserversocket bound to the specified port and interface concode_field_sep boolean clientAuth concode_elem_sep String trustManagerType concode_elem_sep boolean isTrustStoreSet concode_elem_sep String keyStoreType concode_elem_sep String trustStoreType concode_elem_sep String trustPass concode_e...
TServerSocket function ( int arg0 , int arg1 , boolean arg2 , InetAddress arg3 ) { SSLServerSocketFactory loc0 = ( SSLServerSocketFactory ) SSLServerSocketFactory . getDefault ( ) ; return createServer ( loc0 , arg0 , arg1 , arg2 , arg3 , null ) ; }
19,534
this routine returns last index of separator in input param `` path '' , and return it . concode_field_sep int INITIAL_MAX_PATH concode_elem_sep String separator concode_elem_sep String pathSeparator concode_elem_sep char separatorChar concode_elem_sep char pathSeparatorChar concode_elem_sep boolean isWindows concode_f...
int function ( String arg0 ) { return Math . max ( arg0 . lastIndexOf ( "srini_string" ) , arg0 . lastIndexOf ( "srini_string" ) ) ; }
19,535
skip len number of bytes in input streamin concode_field_sep PlaceHolder placeHolder concode_field_sep int writeCompressedString concode_elem_sep String[] readCompressedStringArray concode_elem_sep int decodeVIntSize concode_elem_sep void writeStringArray concode_elem_sep int readVInt concode_elem_sep String readCompre...
void function ( DataInput arg0 , int arg1 ) { int loc0 = 0 ; int loc1 = 0 ; while ( ( loc0 < arg1 ) && ( ( loc1 = arg0 . skipBytes ( arg1 - loc0 ) ) > 0 ) ) { loc0 += loc1 ; } if ( loc0 < arg1 ) { throw new IOException ( "srini_string" + arg1 + "srini_string" + "srini_string" ) ; } }
19,536
assert that the actual array has the same size as the other iterable . concode_field_sep LongArrays INSTANCE concode_elem_sep Arrays arrays concode_elem_sep Failures failures concode_field_sep void assertEndsWith concode_elem_sep void assertStartsWith concode_elem_sep LongArrays instance concode_elem_sep void assertNul...
void function ( AssertionInfo arg0 , long [ ] arg1 , Iterable < ? > arg2 ) { arrays . assertHasSameSizeAs ( arg0 , arg1 , arg2 ) ; }
19,537
returns true if the given state is currently active otherwise false . concode_field_sep boolean c concode_elem_sep boolean e concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep boolean f concode_elem_sep boolean g concode_elem_sep boolean h concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVec...
boolean function ( State arg0 ) { switch ( arg0 ) { case main_region_A : return stateVector [ 0 ] == State . main_region_A ; case main_region_B : return stateVector [ 0 ] == State . main_region_B ; case main_region_C : return stateVector [ 0 ] == State . main_region_C ; default : return false ; } }
19,538
get the latitude of the vertex concode_field_sep long serialVersionUID concode_elem_sep ValidEdgeTypes VALID_EDGE_TYPES concode_elem_sep Class<? extends Edge>[] classes concode_elem_sep String name concode_elem_sep double x concode_elem_sep Edge[] incoming concode_elem_sep Logger LOG concode_elem_sep int index concode_...
double function ( ) { return y ; }
19,539
returns the node with the lowest fcosts . concode_field_sep int higth concode_elem_sep List<T> openList concode_elem_sep T[][] nodes concode_elem_sep int width concode_elem_sep List<T> closedList concode_elem_sep NodeFactory nodeFactory concode_elem_sep boolean CANMOVEDIAGONALY concode_elem_sep boolean done concode_fie...
T function ( ) { T loc0 = openList . get ( 0 ) ; for ( int loc1 = 0 ; loc1 < openList . size ( ) ; loc1 ++ ) { if ( openList . get ( loc1 ) . getfCosts ( ) < loc0 . getfCosts ( ) ) { loc0 = openList . get ( loc1 ) ; } } return loc0 ; }
19,540
gets deaccession own inst . concode_field_sep Integer itemId concode_elem_sep String cgd concode_elem_sep String deaccessionOwnInst concode_elem_sep String deaccessionNotes concode_elem_sep String deaccessionDate concode_elem_sep String itemBarcode concode_elem_sep String title concode_elem_sep String deaccessionCreate...
String function ( ) { return deaccessionOwnInst ; }
19,541
used to disable all filters . concode_field_sep String METADATA_FILTER concode_elem_sep String CONTENT_FILTER concode_elem_sep String JPEG_FILTER concode_elem_sep String IMAGE_FILTER concode_elem_sep boolean disableAllFilters concode_elem_sep String TIFF_FILTER concode_elem_sep String FONT_FILTER concode_elem_sep List<...
void function ( boolean arg0 ) { this . disableAllFilters = arg0 ; }
19,542
documentation pending concode_field_sep String course_id concode_elem_sep String templateOrderBy concode_elem_sep Collection templateNames concode_elem_sep Collection templateIds concode_elem_sep String agent_id concode_elem_sep Collection templateList concode_elem_sep long serialVersionUID concode_elem_sep BeanSort bs...
void function ( List arg0 ) { this . sortTemplateList = arg0 ; }
19,543
http redirect ? concode_field_sep String DEFAULTCS concode_elem_sep String SERVER concode_elem_sep String PARAMETERS concode_elem_sep String FILEANDPARAMS concode_elem_sep String FILE concode_field_sep String formatParameter concode_elem_sep String formatParameter concode_elem_sep String getServer concode_elem_sep Stri...
boolean function ( int arg0 ) { return ( ( arg0 / 100 ) == 3 ) ; }
19,544
utility method for converting literal strings to hexadecimal . concode_field_sep Reference reference concode_elem_sep char[] hexChar concode_elem_sep StringBuilder stringData concode_field_sep String getHexString concode_elem_sep String getDecryptedLiteralString concode_elem_sep String encryption concode_elem_sep Strin...
StringBuilder function ( StringBuilder arg0 ) { StringBuilder loc0 = new StringBuilder ( arg0 . length ( ) * 2 ) ; int loc1 ; for ( int loc2 = 0 , loc3 = arg0 . length ( ) ; loc2 < loc3 ; loc2 ++ ) { loc1 = arg0 . charAt ( loc2 ) ; loc0 . append ( hexChar [ ( loc1 & 0xf0 ) >>> 4 ] ) ; loc0 . append ( hexChar [ loc1 & 0...
19,545
how long it took to process the request , in milliseconds . concode_field_sep String rid concode_elem_sep Long timems concode_field_sep SuggestStatus withRid concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep SuggestStatus clone concode_elem_sep void setRid concode_elem_sep String toString c...
SuggestStatus function ( Long arg0 ) { setTimems ( arg0 ) ; return this ; }
19,546
determine the data repository id from the repository id and folder id . the folder id may be zero , implying that it is the root folder for the given repository . concode_field_sep String NAME_LABEL concode_elem_sep int RESTRICTION_TYPE_WORKFLOW concode_elem_sep String NAME_GENERAL_RESTRICTIONS concode_elem_sep long DE...
long function ( long arg0 , long arg1 ) { if ( arg1 != DEFAULT_PARENT_FOLDER_ID ) { return arg1 ; } else { return arg0 ; } }
19,547
returns corresponding value of taskstate that has the same name as id of this state.it 's intended to be used for custom states created using #frompredefined . concode_field_sep String myId concode_elem_sep String myPresentableName concode_elem_sep boolean myPredefined concode_field_sep boolean isPredefined concode_ele...
TaskState function ( ) { if ( isPredefined ( ) ) { try { return TaskState . valueOf ( getId ( ) ) ; } catch ( IllegalArgumentException loc0 ) { } } return null ; }
19,548
iterator method to know if another token follows , or if we 've reached the end of the stream . concode_field_sep char PLUS concode_elem_sep char ZERO concode_elem_sep char LOWER_E concode_elem_sep LineColumnReader reader concode_elem_sep char SPACE concode_elem_sep JsonToken currentToken concode_elem_sep char DOT conc...
boolean function ( ) { currentToken = nextToken ( ) ; return currentToken != null ; }
19,549
gets the value of the scope property . concode_field_sep OfflineType offline concode_elem_sep AccessType access concode_elem_sep List<String> system concode_elem_sep InlineType inline concode_elem_sep au.org.ecoinformatics.eml.jaxb.eml.ViewType.References references concode_elem_sep ScopeType scope concode_elem_sep Phy...
ScopeType function ( ) { if ( scope == null ) { return ScopeType . DOCUMENT ; } else { return scope ; } }
19,550
returns a newly created documentbuilder . concode_field_sep SAXParserFactory nsParserFactory concode_elem_sep DocumentBuilderFactory builderFactory concode_elem_sep SAXParserFactory parserFactory concode_elem_sep FileUtils FILE_UTILS concode_field_sep BuildException convertToBuildException concode_elem_sep SAXParserFac...
DocumentBuilder function ( ) { try { return getDocumentBuilderFactory ( ) . newDocumentBuilder ( ) ; } catch ( ParserConfigurationException loc0 ) { throw new BuildException ( loc0 ) ; } }
19,551
prints out the given message and object . concode_field_sep PrintStream out concode_elem_sep SimpleDateFormat timeFormatter concode_elem_sep Date date concode_elem_sep String prefix concode_field_sep boolean isTracingEnabled concode_elem_sep String getTimestamp concode_elem_sep Tracer create concode_elem_sep void trace...
void function ( String arg0 , Object ... arg1 ) { trace ( String . format ( arg0 , arg1 ) ) ; }
19,552
gets the name of a certain ap . concode_field_sep Vector<String> vector concode_field_sep void print_hoa concode_elem_sep int powersetSize concode_elem_sep boolean hasAP concode_elem_sep List<String> asList concode_elem_sep Iterator<String> iterator concode_elem_sep Iterator<APElement> elementIterator concode_elem_sep ...
String function ( int arg0 ) { return vector . elementAt ( arg0 ) ; }
19,553
uninitializes the driver and cleans up any resources allocated by this object . concode_field_sep DriverThread mDriverThread concode_elem_sep String mTablesDir concode_elem_sep String LOG_TAG concode_elem_sep Resources mResources concode_elem_sep DeviceFinder.DeviceInfo mDeviceInfo concode_elem_sep int mNativeData conc...
void function ( ) { stopNative ( ) ; }
19,554
sets the first selected date . concode_field_sep Date date1 concode_elem_sep Date date2 concode_field_sep Date getDate1 concode_elem_sep Date getDate2 concode_elem_sep void setDate2
void function ( Date arg0 ) { date1 = arg0 ; }
19,555
get password concode_field_sep byte[] _byte concode_elem_sep String password concode_elem_sep BigDecimal number concode_elem_sep Float _float concode_elem_sep Integer integer concode_elem_sep Double _double concode_elem_sep String string concode_elem_sep OffsetDateTime dateTime concode_elem_sep byte[] binary concode_el...
String function ( ) { return password ; }
19,556
returns the frequency of the provided key in the ring buffer . concode_field_sep long BASE_RAM_BYTES_USED concode_elem_sep int[] keys concode_elem_sep int[] freqs concode_elem_sep long BASE_RAM_BYTES_USED concode_elem_sep int maxSize concode_elem_sep int[] buffer concode_elem_sep int position concode_elem_sep IntBag fr...
int function ( int arg0 ) { return frequencies . frequency ( arg0 ) ; }
19,557
the repository from which you can download the function . returns a reference to this object so that method calls can be chained together . concode_field_sep String repositoryType concode_elem_sep String location concode_field_sep String getLocation concode_elem_sep FunctionCodeLocation withLocation concode_elem_sep vo...
FunctionCodeLocation function ( String arg0 ) { this . repositoryType = arg0 ; return this ; }
19,558
gets selected time zone time . this is the time zone selected by one of six commandbuttons from the map in the ui . concode_field_sep DateFormat selectedFormat concode_elem_sep ArrayList checkedTimeZoneList concode_elem_sep DateFormat serverFormat concode_elem_sep int renderInterval concode_elem_sep ArrayList allTimeZo...
String function ( ) { return formatCurrentTime ( selectedFormat ) ; }
19,559
gets the progress bar binding . concode_field_sep OutputProgress progressBar concode_elem_sep int percent concode_elem_sep PersistentFacesState state concode_elem_sep OutputProgressRenderBean outputBean concode_elem_sep RenderManager renderManager concode_elem_sep boolean disableStartButton concode_elem_sep PersistentF...
OutputProgress function ( ) { return progressBar ; }
19,560
this method was generated by mybatis generator . this method sets the value of the database column acc_user . signature concode_field_sep String weiboUrl concode_elem_sep Long createUserId concode_elem_sep String signature concode_elem_sep Long updateUserId concode_elem_sep String nickName concode_elem_sep String mobil...
void function ( String arg0 ) { this . signature = arg0 ; }
19,561
is the current state of the object the same as that provided as the last parameter ? concode_field_sep HornetqJournalStore store concode_field_sep boolean remove_committed concode_elem_sep boolean write_committed concode_elem_sep String ensureTypenamePrefix concode_elem_sep InputObjectState read_uncommitted concode_ele...
boolean function ( Uid arg0 , String arg1 , int arg2 ) { return false ; }
19,562
create a new xpath expression for evaluation using the default xpathfactory . concode_field_sep XPathFactory s_aXPathFactory concode_elem_sep XPathHelper s_aInstance concode_field_sep XPath createNewXPath concode_elem_sep XPath createNewXPath concode_elem_sep XPath createNewXPath concode_elem_sep XPath createNewXPath c...
XPathExpression function ( @ Nullable final XPathVariableResolver arg0 , @ Nonnull @ Nonempty final String arg1 ) { return createNewXPathExpresion ( createNewXPath ( arg0 ) , arg1 ) ; }
19,563
convert a foreign jms message to a native activemq message - inbound or visa-versa outbound . concode_field_sep PlaceHolder placeHolder concode_field_sep void setConnection
Message function ( Message arg0 ) { return arg0 ; }
19,564
tests if the specified object is a key in this hashtable . concode_field_sep Entry table[] concode_elem_sep Entry next concode_elem_sep float loadFactor concode_elem_sep int count concode_elem_sep int threshold concode_elem_sep Object value concode_elem_sep int hash concode_elem_sep int key concode_field_sep boolean co...
boolean function ( int arg0 ) { Entry loc0 [ ] = table ; int loc1 = arg0 ; int loc2 = ( loc1 & 0x7FFFFFFF ) % loc0 . length ; for ( Entry loc3 = loc0 [ loc2 ] ; loc3 != null ; loc3 = loc3 . next ) { if ( loc3 . loc1 == loc1 ) { return true ; } } return false ; }
19,565
deletes the talend process with the primary key from the database . also notifies the appropriate model listeners . concode_field_sep TalendProcessLocalService _service concode_field_sep com.genpact.model.TalendProcess createTalendProcess concode_elem_sep com.genpact.model.TalendProcess updateTalendProcess concode_elem...
com . genpact . model . TalendProcess function ( long arg0 ) { return getService ( ) . deleteTalendProcess ( arg0 ) ; }
19,566
clear all call results . concode_field_sep Boolean web concode_elem_sep String ATTRIBUTE concode_field_sep boolean isWeb concode_elem_sep void setContextAttribute concode_elem_sep Object getContextAttribute concode_elem_sep Object around concode_elem_sep CallResultMap getMap
void function ( ) { CallResultMap loc0 = getMap ( false ) ; if ( loc0 != null ) { loc0 . clear ( ) ; } }
19,567
called when the webview does a top-level navigation or refreshes . plugins should stop any long-running processes and clean up internal state . does nothing by default . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep St...
void function ( ) { }
19,568
alternate factory method that will handle wrapper value , which may be null . due to possibility of null , returning type is not guaranteed to be numericnode , but just valuenode . concode_field_sep JsonNodeFactory instance concode_elem_sep JsonNodeFactory decimalsNormalized concode_elem_sep boolean _cfgBigDecimalExact...
ValueNode function ( Byte arg0 ) { return ( arg0 == null ) ? nullNode ( ) : IntNode . valueOf ( arg0 . intValue ( ) ) ; }
19,569
returns the result of interpreting the object as an instance of ` tuple type definition ' . this implementation returns null ; returning a non-null result will terminate the switch . concode_field_sep TuplesPackage modelPackage concode_field_sep T caseTupleElement concode_elem_sep T doSwitch concode_elem_sep T doSwitch...
T function ( TupleTypeDefinition arg0 ) { return null ; }
19,570
returns the tuiotime seconds component . concode_field_sep long start_seconds concode_elem_sep long seconds concode_elem_sep long frame_id concode_elem_sep long micro_seconds concode_elem_sep long start_micro_seconds concode_field_sep TuioTime add concode_elem_sep TuioTime add concode_elem_sep TuioTime getSystemTime co...
long function ( ) { return seconds ; }
19,571
get the repeatable flag for this row concode_field_sep boolean language concode_elem_sep String dcQualifier concode_elem_sep boolean required concode_elem_sep String visibility concode_elem_sep String valueListName concode_elem_sep String LanguageName concode_elem_sep String dcElement concode_elem_sep String dcSchema c...
boolean function ( ) { return repeatable ; }
19,572
setter method for segmentnamelist concode_field_sep String alertContents concode_elem_sep List<AlertVO> circleNameList concode_elem_sep boolean editCapability concode_elem_sep String retailer concode_elem_sep String circleName concode_elem_sep String description concode_elem_sep boolean viewCapability concode_elem_sep ...
void function ( List < AlertVO > arg0 ) { this . segmentNameList = arg0 ; }
19,573
gets the value of the creationdate property . concode_field_sep ManagedCustomer manager concode_elem_sep ManagedCustomer client concode_elem_sep String creationDate concode_elem_sep String expirationDate concode_field_sep ManagedCustomer getManager concode_elem_sep void setClient concode_elem_sep void setCreationDate c...
String function ( ) { return creationDate ; }
19,574
sets the value of the currencycode 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 currencyCode concode_elem_sep List<AccountLabel> accountLabels concode_elem_s...
void function ( String arg0 ) { this . currencyCode = arg0 ; }
19,575
return a description of this info object . concode_field_sep Class<?> klass concode_field_sep Control getControl concode_elem_sep Control[] getControls concode_elem_sep boolean isOpen concode_elem_sep Info getLineInfo concode_elem_sep void removeLineListener concode_elem_sep boolean matches concode_elem_sep void addLin...
String function ( ) { return klass . toString ( ) ; }
19,576
decode an image using the hints provided . does not honor existing state . concode_field_sep Vector readers concode_elem_sep Hashtable hints concode_field_sep Result decodeInternal concode_elem_sep void reset concode_elem_sep Result decodeWithState concode_elem_sep void setHints
Result function ( BinaryBitmap arg0 , Hashtable arg1 ) { setHints ( arg1 ) ; return decodeInternal ( arg0 ) ; }
19,577
returns a predicate that evaluates to true iff any one of its components evaluates to true . the components are evaluated in order , and evaluation will be `` short-circuited '' as soon as the answer is determined . concode_field_sep Predicate<? super T> predicate concode_elem_sep Iterable<? extends Predicate<? super T...
Predicate < T > function ( Predicate < ? super T > ... arg0 ) { return or ( Arrays . asList ( arg0 ) ) ; }
19,578
unbind this namingentry entirely concode_field_sep Logger __log concode_elem_sep String _jndiName concode_elem_sep Object _scope concode_elem_sep String _objectNameString concode_elem_sep String _namingEntryNameString concode_elem_sep String __contextName concode_field_sep void unbindENC concode_elem_sep void bindToENC...
void function ( ) { try { InitialContext loc0 = new InitialContext ( ) ; loc0 . unbind ( _objectNameString ) ; loc0 . unbind ( _namingEntryNameString ) ; this . _namingEntryNameString = null ; this . _objectNameString = null ; } catch ( NamingException loc0 ) { __log . warn ( loc0 ) ; } }
19,579
triggers a change event to be sent to the listener on the listener list . concode_field_sep String name concode_elem_sep List<LayoutChangeListener> layoutChangeListeners concode_field_sep void onResize concode_elem_sep String toJson concode_elem_sep String getName concode_elem_sep void apply concode_elem_sep void remov...
void function ( ) { for ( LayoutChangeListener loc0 : layoutChangeListeners ) { loc0 . onLayoutChange ( this ) ; } }
19,580
by default , there is no post processing to be done . concode_field_sep Map nameFeatureMap concode_elem_sep Object NULL_TOKEN concode_field_sep boolean shouldOverrideCopyOperation concode_elem_sep void setName concode_elem_sep boolean canContain concode_elem_sep XMLResource getResource concode_elem_sep String getName c...
void function ( Set arg0 ) { }
19,581
link to the next subset of resources qualified . empty if no more resources are to be returned . concode_field_sep String previous concode_elem_sep List<SubscriptionDTO> list concode_elem_sep String next concode_elem_sep Integer count concode_field_sep SubscriptionListDTO next concode_elem_sep String getPrevious concod...
String function ( ) { return next ; }
19,582
get day 1-31 based on provided date concode_field_sep Long localizedEpoch concode_field_sep int epochToClarionDate concode_elem_sep int date concode_elem_sep int month concode_elem_sep int year concode_elem_sep int today concode_elem_sep int clock concode_elem_sep String age concode_elem_sep long clarionDateToEpoch con...
int function ( int arg0 ) { Calendar loc0 = Calendar . getInstance ( ) ; loc0 . setTimeInMillis ( clarionDateToEpoch ( arg0 ) ) ; return loc0 . get ( Calendar . DAY_OF_MONTH ) ; }
19,583
sets the value of the findgroups property . concode_field_sep String belongsToUser concode_elem_sep boolean exactMatch concode_elem_sep String searchStr concode_elem_sep String belongsToGroup concode_elem_sep String domain concode_elem_sep boolean findUsers concode_elem_sep boolean findGroups concode_elem_sep ManagedOb...
void function ( boolean arg0 ) { this . findGroups = arg0 ; }
19,584
convenience method - reads a short string from a datainput stream . concode_field_sep DataInputStream in concode_elem_sep long INT_MASK concode_field_sep int readOctet concode_elem_sep long unsignedExtend concode_elem_sep Date readTimestamp concode_elem_sep Date readTimestamp concode_elem_sep int readLong concode_elem_...
String function ( DataInputStream arg0 ) { byte [ ] loc0 = new byte [ arg0 . readUnsignedByte ( ) ] ; arg0 . readFully ( loc0 ) ; return new String ( loc0 , "srini_string" ) ; }
19,585
the default implementation does nothing . concode_field_sep PlaceHolder placeHolder concode_field_sep void exitRegex_operator concode_elem_sep void enterBoolean_operator concode_elem_sep void enterLogical_operator concode_elem_sep void exitBoolean_operator concode_elem_sep void enterValue concode_elem_sep void enterTag...
void function ( ParserRuleContext arg0 ) { }
19,586
obtains the reason phrase for a status code . concode_field_sep EnglishSipReasonPhraseCatalog INSTANCE concode_elem_sep Map<Integer,String> REASON_PHRASES concode_field_sep void setReason
String function ( int arg0 , Locale arg1 ) { if ( ( arg0 < 100 ) || ( arg0 >= 700 ) ) { throw new IllegalArgumentException ( "srini_string" + arg0 + "srini_string" ) ; } return REASON_PHRASES . get ( Integer . valueOf ( arg0 ) ) ; }
19,587
returns the next binary message received on this connection . this method will block till a binar message is received . any text messages that may arrive will be ignored . a null is returned when the connection is closed . an ioexception is thrown if the connection has not been established before invoking this method ....
ByteBuffer function ( ) { WebSocketMessageType loc0 = null ; while ( ( loc0 = _messageReader . next ( ) ) != WebSocketMessageType . EOS ) { if ( loc0 == WebSocketMessageType . BINARY ) { return _messageReader . getBinary ( ) ; } } return null ; }
19,588
validates parameters to ensure they are appropriate for the evaluation of the #value double , double and #gradient double , double methods . concode_field_sep double hi concode_elem_sep double lo concode_field_sep double[] gradient concode_elem_sep UnivariateFunction derivative concode_elem_sep double value concode_ele...
void function ( double [ ] arg0 ) { if ( arg0 == null ) { throw new NullArgumentException ( ) ; } if ( arg0 . length != 2 ) { throw new DimensionMismatchException ( arg0 . length , 2 ) ; } }
19,589
sets the ticket id of this ticket . concode_field_sep Ticket _ticket concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel concode_elem_sep java.util.Date getExpirationDate concode_elem_sep com.liferay.portle...
void function ( long arg0 ) { _ticket . setTicketId ( arg0 ) ; }
19,590
called when a the builder or one of its nested children has changed and any parent should be notified of its invalidation . concode_field_sep GeneratedMessage.BuilderParent parent concode_elem_sep boolean isClean concode_elem_sep BType builder concode_elem_sep MType message concode_field_sep BType getBuilder concode_el...
void function ( ) { if ( builder != null ) { message = null ; } if ( isClean && parent != null ) { parent . markDirty ( ) ; isClean = false ; } }
19,591
returns the social enterprise of the app . concode_field_sep boolean hasAllowedOrigins concode_elem_sep String authorizeURL concode_elem_sep List<Strategy> socialStrategies concode_elem_sep List<Strategy> enterpriseStrategies concode_elem_sep List<Strategy> strategies concode_elem_sep String callbackURL concode_elem_se...
List < Strategy > function ( ) { return new ArrayList < > ( enterpriseStrategies ) ; }
19,592
before a component does all the phases , and goes through the several steps of updating its value , we sometimes need to save away the original value , so we can refer to it unmolested concode_field_sep Object savedValue concode_elem_sep Object submittedValue concode_elem_sep Log log concode_elem_sep String name concod...
void function ( FacesContext arg0 , UIComponent arg1 ) { savedValue = getValue ( arg0 , arg1 ) ; haveSavedValue = true ; }
19,593
upon an idle call a transport performs background tasks if needed . a default empty implementation is provided . concode_field_sep Set<Observer> observers concode_field_sep String getName concode_elem_sep void dispatchEvent concode_elem_sep void removeObserver concode_elem_sep void registerObserver concode_elem_sep boo...
void function ( ) { }
19,594
the time that the disk upload starts . concode_field_sep java.util.Date uploadStart concode_elem_sep java.util.Date uploadEnd concode_elem_sep Double uploadSize concode_elem_sep String comment concode_field_sep ClientData withUploadStart concode_elem_sep void setUploadEnd concode_elem_sep void setUploadSize concode_ele...
java . util . Date function ( ) { return uploadStart ; }
19,595
convert the given object to string with each line indented by 4 spaces except the first line . concode_field_sep String previous concode_elem_sep List<SubscriptionDTO> list concode_elem_sep String next concode_elem_sep Integer count concode_field_sep SubscriptionListDTO next concode_elem_sep String getPrevious concode_...
String function ( java . lang . Object arg0 ) { if ( arg0 == null ) { return "srini_string" ; } return arg0 . toString ( ) . replace ( "srini_string" , "srini_string" ) ; }
19,596
selects the specified element in the view . concode_field_sep PlaceHolder placeHolder concode_field_sep PsiDirectory getOrChooseDirectory concode_elem_sep PsiDirectory[] getDirectories
void function ( PsiElement arg0 ) { }
19,597
saves parameters for startactivityforresult . concode_field_sep Activity activity concode_elem_sep CordovaPlugin permissionResultCallback concode_elem_sep int resultCode concode_elem_sep int activityResultRequestCode concode_elem_sep Intent intent concode_elem_sep Bundle savedPluginState concode_elem_sep String TAG con...
void function ( Bundle arg0 ) { if ( activityResultCallback != null ) { String loc0 = activityResultCallback . getServiceName ( ) ; arg0 . putString ( "srini_string" , loc0 ) ; } if ( pluginManager != null ) { arg0 . putBundle ( "srini_string" , pluginManager . onSaveInstanceState ( ) ) ; } }
19,598
resets #nexttlsmode to the first option . concode_field_sep int nextSocketAddressIndex concode_elem_sep List<Route> postponedRoutes concode_elem_sep int TLS_MODE_MODERN concode_elem_sep Address address concode_elem_sep Iterator<Proxy> proxySelectorProxies concode_elem_sep ConnectionPool pool concode_elem_sep Dns dns co...
void function ( ) { nextTlsMode = ( address . getSslSocketFactory ( ) != null ) ? TLS_MODE_MODERN : TLS_MODE_COMPATIBLE ; }
19,599
set a label for this patternelement . concode_field_sep PatternElement next concode_elem_sep String dominatedBy concode_elem_sep boolean allowTrailingEdges concode_elem_sep int index concode_elem_sep boolean DEBUG concode_elem_sep String label concode_field_sep Variable lookup concode_elem_sep int maxOccur concode_elem...
PatternElement function ( String arg0 ) { this . label = arg0 ; return this ; }