idx
int64
0
100k
question
stringlengths
68
7.19k
target
stringlengths
20
663
1,800
returns true if the fstype in the os/2 table permits subsetting . concode_field_sep int OBLIQUE concode_elem_sep Set<Integer> subsetCodePoints concode_elem_sep boolean embedSubset concode_elem_sep String BASE25 concode_elem_sep PDFontDescriptor fontDescriptor concode_elem_sep PDDocument document concode_elem_sep TrueTy...
boolean function ( TrueTypeFont arg0 ) { if ( arg0 . getOS2Windows ( ) != null ) { int loc0 = arg0 . getOS2Windows ( ) . getFsType ( ) ; if ( ( loc0 & OS2WindowsMetricsTable . FSTYPE_NO_SUBSETTING ) == OS2WindowsMetricsTable . FSTYPE_NO_SUBSETTING ) { return false ; } } return true ; }
1,801
create a jdbc client which shares its data source with any other jdbc clients created with the same data source name concode_field_sep io.vertx.ext.jdbc.JDBCClient delegate concode_field_sep JDBCClient getConnection concode_elem_sep JDBCClient newInstance concode_elem_sep Object getDelegate concode_elem_sep JDBCClient ...
JDBCClient function ( Vertx arg0 , JsonObject arg1 , String arg2 ) { JDBCClient loc0 = JDBCClient . newInstance ( io . arg0 . ext . jdbc . JDBCClient . createShared ( ( io . arg0 . core . Vertx ) arg0 . getDelegate ( ) , arg1 , arg2 ) ) ; return loc0 ; }
1,802
marks the present position in the stream . subsequent calls to reset will attempt to reposition the stream to this point . not all character-input streams support the mark operation . concode_field_sep char skipBuffer[] concode_elem_sep int maxSkipBufferSize concode_elem_sep Object lock concode_field_sep int read conco...
void function ( int arg0 ) { throw new IOException ( "srini_string" ) ; }
1,803
get the column as a date . concode_field_sep Map<String,Integer> columns concode_elem_sep DateFormat sdf concode_elem_sep String[] data concode_elem_sep List<String> columnNames concode_elem_sep BufferedReader reader concode_elem_sep CSVFormat format concode_elem_sep ParseCSVLine parseLine concode_field_sep boolean nex...
Date function ( final String arg0 ) { try { final String loc0 = get ( arg0 ) ; return this . sdf . parse ( loc0 ) ; } catch ( final ParseException loc0 ) { throw new EncogError ( loc0 ) ; } }
1,804
returns an iterator of all of the registered saslserverfactory s where the order is based on the order of the provider registration and/or class path order . class path providers are listed before global providers ; in the event of a name conflict , the class path provider is preferred . concode_field_sep PlaceHolder p...
Iterator < SaslServerFactory > function ( ClassLoader arg0 , boolean arg1 ) { return getFactories ( SaslServerFactory . class , arg0 , arg1 ) ; }
1,805
gets the first header with the given name . header name comparison is case insensitive . concode_field_sep List headers concode_field_sep void removeHeader concode_elem_sep Header getCondensedHeader concode_elem_sep void setHeaders concode_elem_sep void addHeader concode_elem_sep Iterator getIterator concode_elem_sep H...
Header function ( String arg0 ) { for ( Iterator loc0 = headers . iterator ( ) ; loc0 . hasNext ( ) ; ) { Header loc1 = ( Header ) loc0 . next ( ) ; if ( loc1 . getName ( ) . equalsIgnoreCase ( arg0 ) ) { return loc1 ; } } return null ; }
1,806
get a copy of the path list concode_field_sep List<String> pathElements concode_elem_sep String CLASS_PATH_SEPARATOR concode_field_sep void insertRemoteClasspathEnvVar concode_elem_sep String appendDirectoryTerminator concode_elem_sep Collection<String> localJVMClasspath concode_elem_sep void appendAll concode_elem_sep...
List < String > function ( ) { return Collections . unmodifiableList ( pathElements ) ; }
1,807
execute the given jndi context callback implementation . concode_field_sep Properties environment concode_elem_sep Logger log concode_field_sep Object lookup concode_elem_sep Object lookup concode_elem_sep void bind concode_elem_sep void rebind concode_elem_sep void unbind concode_elem_sep Context createInitialContext ...
Object function ( JndiCallback arg0 ) { Context loc0 = createInitialContext ( ) ; try { return arg0 . doInContext ( loc0 ) ; } finally { try { loc0 . close ( ) ; } catch ( NamingException loc1 ) { log . debug ( "srini_string" , loc1 ) ; } } }
1,808
helper for error callbacks that just returns the status.error 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 ...
void function ( String arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . ERROR , arg0 ) ) ; }
1,809
adds the given shading to the resources of the current page and returns the name for the new resources . returns the existing resource name if the given item already exists . concode_field_sep COSDictionary resources concode_field_sep PDShading getShading concode_elem_sep PDPropertyList getProperties concode_elem_sep P...
COSName function ( PDShading arg0 ) { return add ( COSName . SHADING , "srini_string" , arg0 ) ; }
1,810
lol concode_field_sep List<Projection> elements concode_field_sep ProjectionList add concode_elem_sep ProjectionList add concode_elem_sep Projection getProjection concode_elem_sep String[] getAliases concode_elem_sep int getLength concode_elem_sep boolean isGrouped concode_elem_sep String[] getColumnAliases concode_ele...
ProjectionList function ( ) { return new ProjectionList ( ) ; }
1,811
returns true if the given state is currently active otherwise false . concode_field_sep long condition concode_elem_sep boolean e concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep boolean boolVar concode_elem_sep int nextStateIndex concode_elem_sep State[] stateVector concode_field_sep void init concode_ele...
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 ; default : return false ; } }
1,812
overriding the ejbpassivate method of sessionbean on child class concode_field_sep boolean beenActivated concode_elem_sep boolean beenPassivated concode_elem_sep Logger log concode_elem_sep String identificator concode_field_sep void ejbActivate concode_elem_sep void ejbRemove
void function ( ) { log . info ( this . toString ( ) + "srini_string" + this . identificator + "srini_string" ) ; this . beenPassivated = true ; }
1,813
returns true if o is also a void condition concode_field_sep VoidCondition instance concode_elem_sep Logger log concode_field_sep int hashCode concode_elem_sep RuleGrounding getGroundings concode_elem_sep Collection<Template> getInputVariables concode_elem_sep String toString concode_elem_sep boolean isSatisfiedBy conc...
boolean function ( Object arg0 ) { return ( arg0 instanceof VoidCondition ) ; }
1,814
assert that the actual array has the same size as the other array . concode_field_sep Arrays arrays concode_elem_sep Failures failures concode_elem_sep CharArrays INSTANCE concode_field_sep void assertEndsWith concode_elem_sep void assertStartsWith concode_elem_sep CharArrays instance concode_elem_sep void assertNullOr...
void function ( AssertionInfo arg0 , char [ ] arg1 , Object [ ] arg2 ) { arrays . assertHasSameSizeAs ( arg0 , arg1 , arg2 ) ; }
1,815
persisting existing entity , should throws entityexistsexception concode_field_sep UserTransaction tx concode_elem_sep EntityManager em concode_field_sep String failInFirstCall concode_elem_sep Employee createEmployee concode_elem_sep int[] getEmployeeIDsNoEM concode_elem_sep String failAfterCalls concode_elem_sep Stri...
void function ( ) { Employee loc0 = em . find ( Employee . class , 1212 ) ; if ( loc0 == null ) { loc0 = createEmployee ( "srini_string" , "srini_string" , 1212 ) ; em . persist ( loc0 ) ; em . flush ( ) ; } em . persist ( createEmployee ( loc0 . getName ( ) , loc0 . getAddress ( ) , loc0 . getId ( ) ) ) ; }
1,816
true if running on linux . concode_field_sep int nativeBits concode_elem_sep DefaultPlatform inst concode_elem_sep File processingRoot concode_elem_sep Map<String,Integer> platformIndices concode_elem_sep Map<Integer,String> platformNames concode_field_sep boolean deleteFile concode_elem_sep void init concode_elem_sep ...
boolean function ( ) { return System . getProperty ( "srini_string" ) . indexOf ( "srini_string" ) != - 1 ; }
1,817
return selection arguments for current internal state . concode_field_sep StringBuilder mSelection concode_elem_sep ArrayList<String> mSelectionArgs concode_field_sep String getSelection concode_elem_sep Cursor query concode_elem_sep Cursor query concode_elem_sep SelectionBuilder reset concode_elem_sep int update conco...
String [ ] function ( ) { return mSelectionArgs . toArray ( new String [ mSelectionArgs . size ( ) ] ) ; }
1,818
which connection dropped or was restarted ? concode_field_sep MessageFilter _or concode_elem_sep boolean logMINOR concode_elem_sep boolean _setTimeout concode_elem_sep AsyncMessageFilterCallback _callback concode_elem_sep MessageType _type concode_elem_sep String VERSION concode_elem_sep boolean _matched concode_elem_s...
PeerContext function ( ) { return _droppedConnection ; }
1,819
gets the permission value of the specified permission constant . concode_field_sep int permissionFlags concode_elem_sep int DATA_EXTRACTION_BIT_5 concode_elem_sep int ASSEMBLE_DOCUMENT_BIT_11 concode_elem_sep int CONTENT_EXTRACTION concode_elem_sep boolean isInit concode_elem_sep int MODIFY_FORMS_BIT_9 concode_elem_sep...
boolean function ( final int arg0 ) { if ( ! isInit ) { init ( ) ; } return ! ( arg0 < 0 || arg0 > permissions . length ) && permissions [ arg0 ] ; }
1,820
create an instance of jaxbelement concode_field_sep QName _ResourceReference_QNAME concode_elem_sep QName _Resource_QNAME concode_field_sep Example createExample concode_elem_sep Content createContent concode_elem_sep JAXBElement<ResourceType> createResource concode_elem_sep Navigation createNavigation concode_elem_sep...
JAXBElement < ReferenceType > function ( ReferenceType arg0 ) { return new JAXBElement < ReferenceType > ( _ResourceReference_QNAME , ReferenceType . class , null , arg0 ) ; }
1,821
make the mapping key - > val . blocking , caching . concode_field_sep PlaceHolder placeHolder concode_field_sep Value get concode_elem_sep Value get concode_elem_sep Value get concode_elem_sep void prefetch concode_elem_sep void prefetch concode_elem_sep T getGet concode_elem_sep T getGet concode_elem_sep void write_ba...
Value function ( Key arg0 , Value arg1 ) { Futures loc0 = new Futures ( ) ; Value loc1 = put ( arg0 , arg1 , loc0 ) ; loc0 . blockForPending ( ) ; return loc1 ; }
1,822
sets the emission angles . concode_field_sep double myEmissionRate concode_elem_sep Vec2 mySourcePosition concode_elem_sep Vec2 myInitialVelocity concode_elem_sep double myLowerAngleLimit concode_elem_sep int myFertility concode_elem_sep Particle myParticleType concode_elem_sep double myUpperAngleLimit concode_elem_sep...
void function ( double arg0 , double arg1 ) { myLowerAngleLimit = arg0 ; myUpperAngleLimit = arg1 ; }
1,823
set the focused status of the view . concode_field_sep Logger LOG concode_elem_sep ChimpManager manager concode_elem_sep String VIEW_ID concode_elem_sep String viewType concode_elem_sep List<String> ids concode_elem_sep String ACCESSIBILITY_IDS concode_field_sep String getViewClass concode_elem_sep ChimpRect getLocatio...
void function ( boolean arg0 ) { queryView ( "srini_string" + arg0 ) ; }
1,824
sets the leadkey value for this paramsgetlead . concode_field_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep com.marketo.www.mktows.LeadKey leadKey concode_field_sep com.marketo.www.mktows.LeadKey getLeadKey conco...
void function ( com . marketo . www . mktows . LeadKey arg0 ) { this . leadKey = arg0 ; }
1,825
adds a name/value pair to the formatted output in name = value format . concode_field_sep ValueHolder next concode_elem_sep ValueHolder holderTail concode_elem_sep String name concode_elem_sep String className concode_elem_sep boolean omitNullValues concode_elem_sep ValueHolder holderHead concode_elem_sep Object value ...
ToStringHelper function ( String arg0 , boolean arg1 ) { return addHolder ( arg0 , String . valueOf ( arg1 ) ) ; }
1,826
returns the attrlist . concode_field_sep boolean update concode_elem_sep String fileName concode_elem_sep ArrayList typesToShow concode_elem_sep HashMap projList concode_elem_sep String NEWLINE concode_elem_sep ArrayList keyList concode_elem_sep long valuesSetTime concode_elem_sep ArrayList attrList concode_elem_sep bo...
ArrayList function ( ) { return attrList ; }
1,827
adds wlen characters to the word being stemmed contained in a portion of a char array . this is like repeated calls of add char ch , but faster . concode_field_sep int i_end concode_elem_sep char[] b concode_elem_sep int INC concode_elem_sep int i concode_elem_sep int j concode_elem_sep int k concode_field_sep void ste...
void function ( char [ ] arg0 , int arg1 ) { if ( i + arg1 >= b . length ) { char [ ] loc0 = new char [ i + arg1 + INC ] ; for ( int loc1 = 0 ; loc1 < i ; loc1 ++ ) loc0 [ loc1 ] = b [ loc1 ] ; b = loc0 ; } for ( int loc0 = 0 ; loc0 < arg1 ; loc0 ++ ) b [ i ++ ] = arg0 [ loc0 ] ; }
1,828
two objects that are equal are required to return the same hashcode . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testSerialization concode_elem_sep void testEquals
void function ( ) { XYCoordinate loc0 = new XYCoordinate ( 1.0 , 2.0 ) ; XYCoordinate loc1 = new XYCoordinate ( 1.0 , 2.0 ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; int loc2 = loc0 . hashCode ( ) ; int loc3 = loc1 . hashCode ( ) ; assertEquals ( loc2 , loc3 ) ; }
1,829
look for & kill expired workers . workers are oldest to most recent , so we stop at the first alive worker . concode_field_sep ZFrame address concode_elem_sep int HEARTBEAT_LIVENESS concode_elem_sep Deque<Worker> waiting concode_elem_sep ZContext ctx concode_elem_sep Deque<ZMsg> requests concode_elem_sep Map<String,Ser...
void function ( ) { Iterator < Worker > loc0 = waiting . loc0 ( ) ; while ( loc0 . hasNext ( ) ) { Worker loc1 = loc0 . next ( ) ; if ( loc1 . expiry < System . currentTimeMillis ( ) ) { loc0 . remove ( ) ; log . format ( "srini_string" , loc1 . identity ) ; deleteWorker ( loc1 , false ) ; } } }
1,830
create an instance of getproposalstatus concode_field_sep QName _String_QNAME concode_field_sep JAXBElement<String> createString concode_elem_sep GetProposalDetailsResponse createGetProposalDetailsResponse concode_elem_sep GetProposalStatusResponse createGetProposalStatusResponse concode_elem_sep GetProposalDetails cre...
GetProposalStatus function ( ) { return new GetProposalStatus ( ) ; }
1,831
called when a column is inserted on the specified sheet . tells the formula parser to update all of its cell references beyond this column concode_field_sep Parser parser concode_elem_sep Logger logger concode_field_sep void columnInserted concode_elem_sep boolean handleImportedCellReferences concode_elem_sep void rowI...
void function ( int arg0 , int arg1 , boolean arg2 ) { parser . columnRemoved ( arg0 , arg1 , arg2 ) ; }
1,832
this will handle parsing . concode_field_sep AbstractAction doAllAction concode_elem_sep LLParseTable targetParseTable concode_elem_sep AbstractAction parseAction concode_elem_sep int PARSE_TABLE concode_elem_sep AbstractAction nextAction concode_elem_sep int FOLLOW_SETS concode_elem_sep GrammarEnvironment environment ...
void function ( ) { LLParsePane loc0 = new LLParsePane ( environment , grammar , targetParseTable ) ; environment . add ( loc0 , "srini_string" ) ; environment . setActive ( loc0 ) ; }
1,833
stops scrolling concode_field_sep boolean isScrollingPerformed concode_elem_sep Handler animationHandler concode_elem_sep int SCROLLING_DURATION concode_elem_sep int MIN_DELTA_FOR_SCROLLING concode_elem_sep int MESSAGE_SCROLL concode_elem_sep float lastTouchedPosition concode_elem_sep int lastScrollPosition concode_ele...
void function ( ) { scroller . forceFinished ( true ) ; }
1,834
retrieves the designated parameter 's mode . 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 String[] classNames concode_field_sep int getPa...
int function ( int arg0 ) { checkRange ( arg0 ) ; return modes [ -- arg0 ] ; }
1,835
converts the specified keys for a specified algorithm to privatekey and publickey respectively . these are then placed in a keypair . can not handle dsa keys . concode_field_sep PlaceHolder placeHolder concode_field_sep KeyPair genKeyPair concode_elem_sep SecretKey genSecretKey concode_elem_sep SecretKey getSecretKey c...
KeyPair function ( KeyPairType arg0 , ByteBuffer arg1 , ByteBuffer arg2 ) { return getKeyPair ( arg0 , Fields . copyToArray ( arg1 ) , Fields . copyToArray ( arg2 ) ) ; }
1,836
returns the ddm template link with the primary key . concode_field_sep DDMTemplateLinkLocalService _ddmTemplateLinkLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynam...
com . liferay . dynamic . data . mapping . model . DDMTemplateLink function ( long arg0 ) { return _ddmTemplateLinkLocalService . getDDMTemplateLink ( arg0 ) ; }
1,837
returns all the legacy producers . concode_field_sep LegacyProducerPersistence _persistence concode_field_sep int countAll concode_elem_sep void cacheResult concode_elem_sep void cacheResult concode_elem_sep List<LegacyProducer> findWithDynamicQuery concode_elem_sep List<LegacyProducer> findWithDynamicQuery concode_ele...
java . util . List < de . uhh . l2g . plugins . migration . model . LegacyProducer > function ( ) { return getPersistence ( ) . findAll ( ) ; }
1,838
gets customer code . concode_field_sep Integer itemId concode_elem_sep String collectionGroupDesignation concode_elem_sep String callNumber concode_elem_sep String useRestriction concode_elem_sep String customerCode concode_elem_sep String availability concode_elem_sep String chronologyAndEnum concode_elem_sep String b...
String function ( ) { return customerCode ; }
1,839
takes attributes from itemattributes element and adds them to item . concode_field_sep int TIME_BETWEEN_CALLS_MS concode_elem_sep Logger LOG concode_elem_sep MessageFormat ITEM_SEARCH_FORMAT concode_elem_sep MessageFormat ITEM_URL_FORMAT concode_elem_sep String subscriptionId concode_elem_sep int ITEMS_PER_PAGE concode...
void function ( AmazonItem arg0 , Element arg1 ) { if ( arg1 != null ) { List loc0 = arg1 . getChildren ( ) ; for ( Object loc1 : loc0 ) { Element loc2 = ( Element ) loc1 ; arg0 . addAttribute ( loc2 . getName ( ) , loc2 . getTextTrim ( ) ) ; } } }
1,840
a patch operation whose value indicates the operation to perform . its value must be one of `` add '' , `` remove '' , `` replace '' , `` move '' , `` copy '' , or `` test '' ; other values are errors . concode_field_sep String op concode_elem_sep String path concode_elem_sep String from concode_elem_sep String value c...
PatchOperation function ( Op arg0 ) { setOp ( arg0 ) ; return this ; }
1,841
overrides assertj default error message by the given one . the new error message is built using string #format string , object if you provide args parameter if youdo n't , the error message is taken as it is . example : assertthat player.isrookie . overridingerrormessage `` expecting player < % s > to be a rookie but w...
S function ( String arg0 , Object ... arg1 ) { info . overridingErrorMessage ( formatIfArgs ( arg0 , arg1 ) ) ; return myself ; }
1,842
get the index of the first character following the run with respect to all attributes containing the current character . concode_field_sep AttributedCharacterIterator aci concode_elem_sep int end concode_elem_sep int begin concode_field_sep char next concode_elem_sep Map getAttributes concode_elem_sep int getIndex conc...
int function ( ) { return Math . min ( aci . getRunLimit ( ) , end ) ; }
1,843
gets the origin ` o ' field concode_field_sep SessionNameField s concode_elem_sep ConnectionField c concode_elem_sep TimeField t concode_elem_sep Vector<AttributeField> av concode_elem_sep SdpField v concode_elem_sep Vector<MediaDescriptor> media concode_elem_sep OriginField o concode_field_sep void init concode_elem_s...
OriginField function ( ) { return o ; }
1,844
get the event type concode_field_sep JobUnsuccessfulCompletion datum concode_field_sep int getFinishedReduces concode_elem_sep Object getDatum concode_elem_sep JobID getJobId concode_elem_sep long getFinishTime concode_elem_sep void setDatum concode_elem_sep int getFinishedMaps concode_elem_sep String getStatus
EventType function ( ) { if ( "srini_string" . equals ( getStatus ( ) ) ) { return EventType . JOB_FAILED ; } else if ( "srini_string" . equals ( getStatus ( ) ) ) { return EventType . JOB_ERROR ; } else return EventType . JOB_KILLED ; }
1,845
return true if the direction is of a secondary ordinal direction north-northwest , north-northeast , south-southwest , etc. . concode_field_sep Division division concode_elem_sep double S8 concode_elem_sep Vector3d offset concode_elem_sep Direction[] ORDINAL_SET concode_elem_sep double C8 concode_elem_sep Direction[] S...
boolean function ( ) { return this . division == Division . SECONDARY_ORDINAL ; }
1,846
returns the number of rows matching the dynamic query . concode_field_sep ServiceTracker<KaleoNotificationRecipientLocalService,KaleoNotificationRecipientLocalService> _serviceTracker concode_field_sep com.liferay.portal.workflow.kaleo.model.KaleoNotificationRecipient getKaleoNotificationRecipient concode_elem_sep java...
long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 ) { return getService ( ) . dynamicQueryCount ( arg0 ) ; }
1,847
this implementation is empty . concode_field_sep PlaceHolder placeHolder concode_field_sep Type getPayloadType concode_elem_sep void handleFrame concode_elem_sep void handleTransportError concode_elem_sep void afterConnected
void function ( StompSession arg0 , StompCommand arg1 , StompHeaders arg2 , byte [ ] arg3 , Throwable arg4 ) { }
1,848
sets the value of the conflictingsoc property . concode_field_sep Long conflictingPassSeqNumber concode_elem_sep String relationType concode_elem_sep String conflictingPass concode_elem_sep String conflictDescription concode_elem_sep String subscriberNumber concode_elem_sep long serialVersionUID concode_elem_sep Long c...
void function ( String arg0 ) { this . conflictingSoc = arg0 ; }
1,849
create a gantt chart . concode_field_sep boolean flag concode_elem_sep JFreeChart chart concode_field_sep IntervalCategoryDataset createDataset concode_elem_sep Date date concode_elem_sep void chartChanged concode_elem_sep void testSetSeriesURLGenerator concode_elem_sep void testReplaceDataset concode_elem_sep void set...
JFreeChart function ( ) { return ChartFactory . createGanttChart ( "srini_string" , "srini_string" , "srini_string" , null , true , true , true ) ; }
1,850
initialize some attributes of this object . concode_field_sep boolean temporary concode_elem_sep Database database concode_elem_sep Trace trace concode_elem_sep long modificationId concode_elem_sep String objectName concode_elem_sep String comment concode_elem_sep int id concode_field_sep void checkRename concode_elem_...
void function ( Database arg0 , int arg1 , String arg2 , int arg3 ) { this . database = arg0 ; this . trace = arg0 . getTrace ( arg3 ) ; this . id = arg1 ; this . objectName = arg2 ; this . modificationId = arg0 . getModificationMetaId ( ) ; }
1,851
the css condition attribute concode_field_sep int CHILD_AXIS concode_elem_sep int HOVER_PSEUDOCLASS concode_elem_sep int selectorID concode_elem_sep Selector siblingSelector concode_elem_sep String _name concode_elem_sep int _axis concode_elem_sep int FOCUS_PSEUDOCLASS concode_elem_sep int _pc concode_elem_sep int ACTI...
void function ( String arg0 , String arg1 ) { _specificityC ++ ; addCondition ( Condition . createAttributeExistsCondition ( arg0 , arg1 ) ) ; }
1,852
cancel any active authentication requests . if no authentication is active , this call has no effect . concode_field_sep int DEFAULT_RESTART_COUNT concode_field_sep void authenticate concode_elem_sep void authenticate concode_elem_sep boolean hasFingerprintRegistered concode_elem_sep void registerModule concode_elem_se...
void function ( ) { ReprintInternal . INSTANCE . cancelAuthentication ( ) ; }
1,853
specify whether or not to show closed projects in the tree viewer . default is to show closed projects . concode_field_sep boolean showClosedProjects concode_field_sep Object[] getChildren concode_elem_sep Object getParent concode_elem_sep boolean hasChildren concode_elem_sep Object[] getElements concode_elem_sep void ...
void function ( boolean arg0 ) { showClosedProjects = arg0 ; }
1,854
create an eventhistoryfetcher using the supplied eventtypebinding . concode_field_sep EventTypeBinding eventTypeBinding concode_elem_sep Comparator<Event> causalOrderComparator concode_field_sep List<Event> getHistory concode_elem_sep List<Event> getHistory concode_elem_sep List<Event> getHistory concode_elem_sep List<...
EventHistoryFetcher function ( EventTypeBinding arg0 ) { return new EventHistoryFetcher ( arg0 , Comparator . comparing ( Event :: getEventTimestamp ) ) ; }
1,855
info log message . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d concode_elem_sep void setL...
void function ( String arg0 , String arg1 , Throwable arg2 ) { if ( LOG . INFO >= LOGLEVEL ) Log . i ( arg0 , arg1 , arg2 ) ; }
1,856
returns the resource key for tool tip . concode_field_sep String displayName concode_elem_sep String toolTip concode_elem_sep IMethodInfo methodInfo concode_field_sep void setName concode_elem_sep boolean isStatic concode_elem_sep String getName concode_elem_sep void setToolTip concode_elem_sep void setDisplayNameKey c...
String function ( ) { return methodInfo . getToolTipKey ( ) ; }
1,857
extracts part of an array into a newly allocated object array . does not perform safety checks on parameters . concode_field_sep PlaceHolder placeHolder concode_field_sep Object[] box concode_elem_sep Object[] box concode_elem_sep Object[] box concode_elem_sep Object[] box concode_elem_sep Object[] box concode_elem_sep...
double [ ] function ( double [ ] arg0 , int arg1 , int arg2 ) { assert assertExtractRangeArgs ( arg0 , arg1 , arg2 ) ; int loc0 = arg2 - arg1 ; double [ ] loc1 = new double [ loc0 ] ; System . arraycopy ( arg0 , arg1 , loc1 , 0 , loc0 ) ; return loc1 ; }
1,858
return a collection of metrics almost the same as the input except with all os metrics removed . concode_field_sep String OS_METRIC_NAME concode_elem_sep long timeoutNano concode_elem_sep MachineMetricFactory machineMetricFactory concode_elem_sep BlockingQueue<MetricDatum> queue concode_field_sep List<PutMetricDataRequ...
Collection < MetricDatum > function ( Collection < MetricDatum > arg0 ) { Collection < MetricDatum > loc0 = new ArrayList < MetricDatum > ( arg0 . size ( ) ) ; for ( MetricDatum loc1 : arg0 ) { if ( ! OS_METRIC_NAME . equals ( loc1 . getMetricName ( ) ) ) loc0 . add ( loc1 ) ; } return loc0 ; }
1,859
updates the api information concode_field_sep String apiVersion concode_elem_sep List<SecurityScheme> securitySchemes concode_elem_sep List<ApiListingReference> apis concode_elem_sep ApiInfo info concode_field_sep ResourceListingBuilder apiVersion concode_elem_sep ResourceListingBuilder apis concode_elem_sep ResourceLi...
ResourceListingBuilder function ( ApiInfo arg0 ) { this . info = defaultIfAbsent ( arg0 , this . info ) ; return this ; }
1,860
method to determine whether the resource at the given path is cached . concode_field_sep Map<String,String> eTags concode_elem_sep Map<String,Resource> resources concode_field_sep String getETag concode_elem_sep boolean cacheResource concode_elem_sep int getSizeOfCache concode_elem_sep Resource getCachedResource
boolean function ( String arg0 ) { return ! resources . isEmpty ( ) && resources . containsKey ( arg0 ) ; }
1,861
return md5 from inputstream as string concode_field_sep int S31 concode_elem_sep int S13 concode_elem_sep byte padding[] concode_elem_sep int S21 concode_elem_sep int S32 concode_elem_sep int S34 concode_elem_sep int S41 concode_elem_sep int S11 concode_elem_sep InputStream in concode_elem_sep int S12 concode_elem_sep ...
String function ( InputStream arg0 ) { return new MD5Legacy ( arg0 ) . getDigest ( ) ; }
1,862
to be closed at teardown . concode_field_sep List<Blob> m_blobs concode_elem_sep List<ResultSet> m_resultSets concode_elem_sep List<ConnectionFactoryEventListener> m_listeners concode_elem_sep List<ConnectionRegistration> m_connectionRegistrations concode_elem_sep Connection m_connection concode_elem_sep boolean m_roll...
void function ( Statement arg0 ) { m_statements . add ( arg0 ) ; }
1,863
returns the label . concode_field_sep String alias concode_elem_sep Text text concode_elem_sep Label label concode_field_sep ArrayList getControls concode_elem_sep Text getText concode_elem_sep void setLabelText concode_elem_sep void setLabel concode_elem_sep String getId concode_elem_sep void setAlias concode_elem_sep...
Label function ( ) { return label ; }
1,864
the reserved instance modification information . concode_field_sep String nextToken concode_elem_sep com.amazonaws.internal.ListWithAutoConstructFlag<ReservedInstancesModification> reservedInstancesModifications concode_field_sep DescribeReservedInstancesModificationsResult withReservedInstancesModifications concode_el...
java . util . List < ReservedInstancesModification > function ( ) { if ( reservedInstancesModifications == null ) { reservedInstancesModifications = new com . amazonaws . internal . ListWithAutoConstructFlag < ReservedInstancesModification > ( ) ; reservedInstancesModifications . setAutoConstruct ( true ) ; } return re...
1,865
download data into a geodatabase concode_field_sep String DEFAULT_FEATURE_SERVICE_URL concode_elem_sep String DEFAULT_GDB_PATH concode_elem_sep String DEFAULT_BASEMAP_SERVICE_URL concode_elem_sep String TAG concode_elem_sep int[] FEATURE_SERVICE_LAYER_IDS concode_elem_sep GeodatabaseSyncTask gdbTask concode_elem_sep St...
void function ( final OfflineEditorActivity arg0 ) { Log . i ( TAG , "srini_string" ) ; showProgress ( arg0 , true ) ; final MapView loc0 = arg0 . getMapView ( ) ; downloadGeodatabase ( arg0 , loc0 ) ; }
1,866
formats a given time using the dateformat.medium . in the ` en ' locale , this should result in a time formatted like this : 4:59:23 pm . the seconds are necessary when displaying time in the conversation scroller . concode_field_sep Comparator<Conversation> conversationComparator concode_field_sep List<Map<String,Long...
String function ( Date arg0 ) { DateFormat loc0 = DateFormat . getTimeInstance ( DateFormat . MEDIUM , JiveGlobals . getLocale ( ) ) ; loc0 . setTimeZone ( JiveGlobals . getTimeZone ( ) ) ; return loc0 . format ( arg0 ) ; }
1,867
rmsd threshold concode_field_sep double rmsdThrJoin concode_elem_sep int maxGapSize concode_elem_sep double DEFAULT_GAP_OPEN concode_elem_sep double DISTANCE_INCREMENT concode_elem_sep double distanceIncrement concode_elem_sep int sideChainScoringType concode_elem_sep double oRmsdThr concode_elem_sep int maxNrIteration...
Double function ( ) { return rmsdThr ; }
1,868
returns the osgi service identifier . concode_field_sep ServiceTracker<KaleoConditionLocalService,KaleoConditionLocalService> _serviceTracker concode_field_sep com.liferay.portal.workflow.kaleo.model.KaleoCondition fetchKaleoCondition concode_elem_sep com.liferay.portal.workflow.kaleo.model.KaleoCondition updateKaleoCo...
java . lang . String function ( ) { return getService ( ) . getOSGiServiceIdentifier ( ) ; }
1,869
gets the size of this queue . concode_field_sep Integer activeIndex concode_elem_sep ConcurrentLinkedList<Task>[] taskList concode_field_sep void changePool concode_elem_sep boolean isEmpty concode_elem_sep void clear concode_elem_sep String toString concode_elem_sep Task poll concode_elem_sep void remove concode_elem_...
int function ( ) { return taskList [ activeIndex ] . size ( ) ; }
1,870
returns a list of all generated keys . concode_field_sep SQLStatement<?> jdbiStatement concode_elem_sep StatementContext context concode_elem_sep ResultSetMapper<Type> mapper concode_elem_sep ContainerFactoryRegistry containerFactoryRegistry concode_elem_sep ResultSet results concode_elem_sep Statement stmt concode_fie...
List < Type > function ( ) { return list ( Integer . MAX_VALUE ) ; }
1,871
set the diffbean for this diffhelperbean concode_field_sep ServletRequest request concode_elem_sep RWikiObjectService rwikiObjectService concode_elem_sep DiffBean diffBean concode_elem_sep RWikiObject rwikiObject concode_field_sep void init concode_elem_sep DiffBean getDiffBean concode_elem_sep void setRwikiObject conc...
void function ( DiffBean arg0 ) { this . diffBean = arg0 ; }
1,872
debug log message . concode_field_sep int WARN concode_elem_sep int VERBOSE concode_elem_sep int ERROR concode_elem_sep int LOGLEVEL concode_elem_sep int DEBUG concode_elem_sep int INFO concode_field_sep boolean isLoggable concode_elem_sep void setLogLevel concode_elem_sep void setLogLevel concode_elem_sep void e conco...
void function ( String arg0 , String arg1 ) { if ( LOG . DEBUG >= LOGLEVEL ) Log . d ( arg0 , arg1 ) ; }
1,873
sets the user uuid of this o auth token . concode_field_sep OAuthToken _oAuthToken concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java.lang.String getGadgetKey concode_elem_sep boolean isEscapedModel co...
void function ( java . lang . String arg0 ) { _oAuthToken . setUserUuid ( arg0 ) ; }
1,874
gets the timestamp in a string format . if the entity already contains a string in string format it will return the original unparsed string instead of formatting a date object . concode_field_sep CommonEntityData entityData concode_field_sep int getVersion concode_elem_sep void setVersion concode_elem_sep OsmUser getU...
String function ( TimestampFormat arg0 ) { return entityData . getFormattedTimestamp ( arg0 ) ; }
1,875
returns a new token object , by default . however , if you want , you can create and return subclass objects based on the value of ofkind . simply add the cases to the switch for all those special cases . for example , if you have a subclass of token called idtoken that you want to create if ofkind is id , simply add s...
Token function ( int arg0 , String arg1 ) { switch ( arg0 ) { default : return new Token ( arg0 , arg1 ) ; } }
1,876
re-enables lighting and disables blending . concode_field_sep EntityItem entityItem concode_elem_sep Vector3[] vectors concode_elem_sep RenderItem uniformRenderItem concode_field_sep void renderFluidGauge concode_elem_sep boolean shouldBob concode_elem_sep void renderFluidQuad concode_elem_sep void renderFluidQuad conc...
void function ( ) { GL11 . glEnable ( GL11 . GL_LIGHTING ) ; GL11 . glDisable ( GL11 . GL_BLEND ) ; }
1,877
override of object.tostring to return a string for the md5 digest without finalizing the digest computation . calling hexdigest instead will finalize the digest computation . concode_field_sep MessageDigest md concode_field_sep String hexDigestAndReset concode_elem_sep String md5Digest concode_elem_sep Fingerprint addB...
String function ( ) { try { return hexDigest ( ( ( MessageDigest ) md . clone ( ) ) . digest ( ) ) ; } catch ( CloneNotSupportedException loc0 ) { return md . toString ( ) ; } }
1,878
get client to be monitored concode_field_sep int m_AD_Role_ID concode_elem_sep CLogger log concode_elem_sep int m_AD_User_ID concode_elem_sep int m_AD_Client_ID concode_field_sep String docValidate concode_elem_sep String orderDiscount concode_elem_sep String toString concode_elem_sep void initialize concode_elem_sep S...
int function ( ) { return m_AD_Client_ID ; }
1,879
gets the value of the return property . concode_field_sep Long _return concode_field_sep void setReturn
Long function ( ) { return _return ; }
1,880
synchronize state of user entity with database concode_field_sep EntityManager em concode_elem_sep UserBean userBean concode_field_sep User refreshUser concode_elem_sep boolean isEmailExist concode_elem_sep void register concode_elem_sep boolean isUserExist
User function ( User arg0 ) { try { em . merge ( arg0 ) ; em . flush ( ) ; } catch ( Exception loc0 ) { throw new PhotoAlbumException ( loc0 . getMessage ( ) ) ; } userBean . refreshUser ( ) ; return userBean . getUser ( ) ; }
1,881
returns job attributes for the job associated with the provided jobid concode_field_sep String host concode_elem_sep String user concode_elem_sep IppOperation ippOperation concode_elem_sep int DEFAULT_PORT concode_elem_sep String DEFAULT_HOST concode_elem_sep String DEFAULT_USER concode_elem_sep int port concode_field_...
PrintJobAttributes function ( int arg0 ) { return getJobAttributes ( host , user , arg0 ) ; }
1,882
convenience method that can decode a qr code represented as a 2d array of booleans . `` true '' is taken to mean a black module . concode_field_sep ReedSolomonDecoder rsDecoder concode_field_sep void correctErrors
DecoderResult function ( boolean [ ] [ ] arg0 , Map < DecodeHintType , ? > arg1 ) { int loc0 = arg0 . length ; BitMatrix loc1 = new BitMatrix ( loc0 ) ; for ( int loc2 = 0 ; loc2 < loc0 ; loc2 ++ ) { for ( int loc3 = 0 ; loc3 < loc0 ; loc3 ++ ) { if ( arg0 [ loc2 ] [ loc3 ] ) { loc1 . set ( loc3 , loc2 ) ; } } } return...
1,883
returns all compilation units managed by this instance . concode_field_sep Map fMap concode_elem_sep boolean fKeepExecutedTextEdits concode_field_sep boolean containsChangesIn concode_elem_sep TextEditBasedChange get concode_elem_sep void clear concode_elem_sep TextEditBasedChange remove concode_elem_sep TextEditBasedC...
IJavaScriptUnit [ ] function ( ) { return ( IJavaScriptUnit [ ] ) fMap . keySet ( ) . toArray ( new IJavaScriptUnit [ fMap . keySet ( ) . size ( ) ] ) ; }
1,884
check that this class implements publiccloneable . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testSerialization concode_elem_sep void testHashcode concode_elem_sep void testEquals
void function ( ) { DefaultCategoryItemRenderer loc0 = new DefaultCategoryItemRenderer ( ) ; assertTrue ( loc0 instanceof PublicCloneable ) ; }
1,885
tests that a javax.ejb.sessioncontext is injected into a stateful bean , via the @resource annotation concode_field_sep InitialContext ctx concode_field_sep T lookup concode_elem_sep void testSetSessionContextOnSLSB concode_elem_sep void testWasCancelledCalled concode_elem_sep void testSessionContextInjectionOnSLSB con...
void function ( ) { final SFSBImplementingSessionBean loc0 = lookup ( SFSBImplementingSessionBean . class ) ; Assert . assertTrue ( "srini_string" , loc0 . wasSessionContextInjected ( ) ) ; }
1,886
serialize xml document into a workspace file . note : clients should synchronize access to this method . concode_field_sep String EOL_XML concode_elem_sep String DEFAULT_IDENT concode_field_sep String determineAttributeValue concode_elem_sep Document loadXml concode_elem_sep Document loadXml concode_elem_sep Document l...
void function ( Document arg0 , IFile arg1 ) { XmlUtil . prettyFormat ( arg0 ) ; InputStream loc0 = new ByteArrayInputStream ( toByteArray ( arg0 ) ) ; if ( arg1 . exists ( ) ) { arg1 . setContents ( loc0 , IResource . FORCE , null ) ; } else { arg1 . create ( loc0 , IResource . FORCE , null ) ; } }
1,887
returning modelnode address for drm to be able to set cache attributes client drm call . concode_field_sep Logger log concode_elem_sep String MAX_SIZE_ATTRIBUTE concode_field_sep void unsetPassivationAttributes concode_elem_sep void unsetMaxSizeAttribute concode_elem_sep void setMaxSize
ModelNode function ( ) { ModelNode loc0 = new ModelNode ( ) ; loc0 . add ( SUBSYSTEM , "srini_string" ) ; loc0 . add ( "srini_string" , "srini_string" ) ; loc0 . protect ( ) ; return loc0 ; }
1,888
doc ggu comment method `` getpassworddisplay '' . will be to dispaly always . concode_field_sep String ENCRYPT_KEY concode_elem_sep SecretKey passwordKey concode_elem_sep String CHARSET concode_elem_sep SecretKey key concode_elem_sep String rawKey concode_elem_sep SecureRandom secureRandom concode_field_sep SecretKey g...
String function ( String arg0 ) { if ( arg0 == null || arg0 . length ( ) == 0 ) { return "srini_string" ; } else { return arg0 . replaceAll ( "srini_string" , "srini_string" ) ; } }
1,889
set a specific start time for the trigger . note that a dynamically computed #setstartdelay specificationoverrides a static timestamp set here . concode_field_sep JobDetail jobDetail concode_elem_sep int misfireInstruction concode_elem_sep TimeZone timeZone concode_elem_sep String description concode_elem_sep int prior...
void function ( Date arg0 ) { this . startTime = arg0 ; }
1,890
confirm that cloning works . concode_field_sep PlaceHolder placeHolder concode_field_sep void testPublicCloneable concode_elem_sep void testSerialization concode_elem_sep void testHashCode concode_elem_sep void testEquals
void function ( ) { BoxAndWhiskerXYToolTipGenerator loc0 = new BoxAndWhiskerXYToolTipGenerator ( ) ; BoxAndWhiskerXYToolTipGenerator loc1 = ( BoxAndWhiskerXYToolTipGenerator ) loc0 . clone ( ) ; assertTrue ( loc0 != loc1 ) ; assertTrue ( loc0 . getClass ( ) == loc1 . getClass ( ) ) ; assertTrue ( loc0 . equals ( loc1 )...
1,891
get a specific user . concode_field_sep EntityManager em concode_field_sep List<User> findUsersByLogin concode_elem_sep void setEntityManager concode_elem_sep void updateUser concode_elem_sep long getNumberOfUsers concode_elem_sep void saveUser
User function ( final String arg0 ) { return this . em . find ( User . class , arg0 ) ; }
1,892
some text . concode_field_sep InnerClassWithAnnotations anon concode_elem_sep String fFirstName concode_elem_sep String tThirdName concode_elem_sep String sSecondName concode_field_sep String method5 concode_elem_sep String method5 concode_elem_sep String method5 concode_elem_sep String method6 concode_elem_sep String ...
String function ( ) { return "srini_string" ; }
1,893
call the method , if one exists , that is annotated with &#064; predestroy or with < pre-destroy > in web.xml concode_field_sep HashMap<String,List<LifeCycleCallback>> preDestroyCallbacksMap concode_elem_sep String LIFECYCLE_CALLBACK_COLLECTION concode_elem_sep HashMap<String,List<LifeCycleCallback>> postConstructCallb...
void function ( Object arg0 ) { if ( arg0 == null ) return ; Class < ? extends Object > loc0 = arg0 . getClass ( ) ; List < LifeCycleCallback > loc1 = preDestroyCallbacksMap . get ( loc0 . getName ( ) ) ; if ( loc1 == null ) return ; for ( int loc2 = 0 ; loc2 < loc1 . size ( ) ; loc2 ++ ) ( ( LifeCycleCallback ) loc1 ....
1,894
this is much faster than striphtml but should only be used when we know the html is valid since the regex will be unpredictable with invalid html concode_field_sep PlaceHolder placeHolder concode_field_sep String stripHtml concode_elem_sep String fastUnescapeHtml concode_elem_sep String colorResToHtmlColor concode_elem...
String function ( String arg0 ) { if ( TextUtils . isEmpty ( arg0 ) ) { return arg0 ; } if ( arg0 . lastIndexOf ( "srini_string" ) > 0 ) { arg0 = arg0 . replaceAll ( "srini_string" , "srini_string" ) ; } if ( arg0 . contains ( "srini_string" ) ) { arg0 = arg0 . replaceAll ( "srini_string" , "srini_string" ) ; } return ...
1,895
by default cookies are not included in cors requests , but this method will enable cookies to be added to cors requests . calling this method will set the cors ` access-control-allow-credentials ' response header to true . please note , that cookie support needs to be enabled on the client side as well . the client nee...
Netty4CorsConfigBuilder function ( ) { allowCredentials = true ; return this ; }
1,896
adds comma separated values as tags . concode_field_sep boolean preserveHistory concode_elem_sep Logger LOG concode_elem_sep Graph graph concode_field_sep void addGroups concode_elem_sep void addProcessFeedEdge concode_elem_sep Graph getGraph concode_elem_sep void addUserRelation concode_elem_sep void addUserRelation c...
void function ( String arg0 , Vertex arg1 , RelationshipType arg2 , RelationshipLabel arg3 ) { if ( StringUtils . isEmpty ( arg0 ) ) { return ; } String [ ] loc0 = arg0 . split ( "srini_string" ) ; for ( String loc1 : loc0 ) { Vertex loc2 = addVertex ( loc1 , arg2 ) ; addEdge ( arg1 , loc2 , arg3 . getName ( ) ) ; } }
1,897
get name concode_field_sep Integer name concode_elem_sep String property concode_elem_sep Integer _123Number concode_elem_sep Integer snakeCase concode_field_sep void setName concode_elem_sep String toIndentedString concode_elem_sep String getProperty concode_elem_sep Integer getSnakeCase concode_elem_sep int hashCode ...
Integer function ( ) { return name ; }
1,898
specify the interval between execution times of this trigger . concode_field_sep JobDetail jobDetail concode_elem_sep int misfireInstruction concode_elem_sep Constants constants concode_elem_sep int repeatCount concode_elem_sep String description concode_elem_sep int priority concode_elem_sep JobDataMap jobDataMap conc...
void function ( long arg0 ) { this . repeatInterval = arg0 ; }
1,899
will be called by a device , if an call of an other scene deactivated this scene . concode_field_sep boolean active concode_elem_sep String INTERNAL_SCENE_ID concode_elem_sep List<Device> devices concode_elem_sep Short SCENE_ID concode_elem_sep String SceneName concode_elem_sep Integer ZONE_ID concode_elem_sep SceneSta...
void function ( ) { if ( active ) { this . active = false ; deviceHasChanged = false ; informListener ( ) ; } }