idx
int64
0
25k
question
stringlengths
72
5.69k
target
stringlengths
21
481
16,900
checks that the data in the given file is what i 'd expect . concode_field_sep AzureBlobStorageTestAccount testAccount concode_elem_sep int byteValuePeriod concode_field_sep void testConsistencyAfterLargeFlushes concode_elem_sep void testConsistencyAfterManyFlushes concode_elem_sep void setUp concode_elem_sep void test...
void function ( Path arg0 , int arg1 ) { InputStream loc0 = testAccount . getFileSystem ( ) . open ( arg0 ) ; assertDataInStream ( loc0 , arg1 ) ; loc0 . close ( ) ; }
16,901
gets utf-8 bytes from the string . concode_field_sep String ENCODING concode_elem_sep Logger log concode_field_sep String string
byte [ ] function ( String arg0 ) { try { return arg0 . getBytes ( ENCODING ) ; } catch ( UnsupportedEncodingException loc0 ) { log . error ( "srini_string" , loc0 ) ; throw new RuntimeException ( loc0 ) ; } }
16,902
can be used to collect objects from the iteration . is a terminating operation . concode_field_sep Iterable<TYPE> iterable concode_field_sep FluentIterable<TYPE> filter concode_elem_sep Iterator<TYPE> iterator concode_elem_sep Optional<TYPE> last concode_elem_sep FluentIterable<TYPE> last concode_elem_sep FluentIterabl...
Optional < TYPE > function ( ) { Iterator < TYPE > loc0 = first ( 1 ) . iterator ( ) ; return loc0 . hasNext ( ) ? Optional . of ( loc0 . next ( ) ) : Optional . empty ( ) ; }
16,903
we expect illegalstateexception to pass thru map . concode_field_sep Observer<String> stringObserver concode_elem_sep Observer<String> stringObserver2 concode_elem_sep Func2<String,Integer,String> APPEND_INDEX concode_field_sep void before concode_elem_sep Map<String,String> getMap concode_elem_sep String call concode_...
void function ( ) { Observable . error ( new IllegalStateException ( ) ) . map ( new Func1 < Object , Object > ( ) { @ Override public Object call ( Object arg0 ) { return arg0 ; } } ) . toBlocking ( ) . single ( ) ; }
16,904
the marshaller used to serialize/deserialize the request . concode_field_sep Marshaller<ResponseT> responseMarshaller concode_elem_sep String name concode_elem_sep Marshaller<RequestT> requestMarshaller concode_elem_sep MethodType type concode_field_sep String getName concode_elem_sep MethodType getType concode_elem_se...
Marshaller < RequestT > function ( ) { return requestMarshaller ; }
16,905
get the maximum nubmer of the attendees , which is allowed in one time slot concode_field_sep boolean receiveEmailByOwner concode_elem_sep List<SignupTimeslot> signupTimeSlots concode_elem_sep String creatorUserId concode_elem_sep boolean createGroups concode_elem_sep Calendar cal concode_elem_sep net.fortuna.ical4j.mo...
int function ( ) { if ( signupTimeSlots == null || signupTimeSlots . isEmpty ( ) ) { return 0 ; } return signupTimeSlots . get ( 0 ) . getMaxNoOfAttendees ( ) ; }
16,906
gets the lineitemid value for this contendinglineitem . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Long lineItemId concode_elem_sep java.lang.Long contendingImpressions concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_field_se...
java . lang . Long function ( ) { return lineItemId ; }
16,907
create a default jpaapi with name `` default '' and the given unit name . automatically initialise the jpa entity manager factories . concode_field_sep ThreadLocal<EntityManager> currentEntityManager concode_elem_sep String CURRENT_ENTITY_MANAGER concode_field_sep void bindForCurrentContext concode_elem_sep void bindFo...
JPAApi function ( String arg0 ) { return new DefaultJPAApi ( DefaultJPAConfig . of ( "srini_string" , arg0 ) ) . start ( ) ; }
16,908
sets the type value for this location . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Integer canonicalParentId concode_elem_sep java.lang.String displayName concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Lon...
void function ( java . lang . String arg0 ) { this . type = arg0 ; }
16,909
returns the labels corresponding to this attribute . concode_field_sep Attribute next concode_elem_sep String type concode_elem_sep byte[] value concode_field_sep int getSize concode_elem_sep Attribute read concode_elem_sep boolean isUnknown concode_elem_sep ByteVector write concode_elem_sep int getCount concode_elem_s...
Label [ ] function ( ) { return null ; }
16,910
returns the osgi service identifier . concode_field_sep SyncDLObjectLocalService _service concode_field_sep int getSyncDLObjectsCount concode_elem_sep long getLatestModifiedTime concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_elem_sep java.util.List<com.lifera...
java . lang . String function ( ) { return getService ( ) . getOSGiServiceIdentifier ( ) ; }
16,911
remove a fileresource from the resourcestore based on the unique combination of user token and resource name . concode_field_sep Map<String,Map<String,FileResource>> wrappedMap concode_elem_sep ResourceAdapter<FileResource> resourceAdapter concode_elem_sep Map<String,FileResource> uuidMap concode_field_sep void add con...
void function ( String arg0 , String arg1 ) { FileResource loc0 = getSessionMap ( arg0 ) . remove ( arg1 ) ; if ( loc0 != null && loc0 . getUuid ( ) != null ) { uuidMap . remove ( loc0 . getUuid ( ) ) ; } }
16,912
runs the orbital body simulation for n objects creates the viewer and calls on individual methods for various configurations the total time elapsed = deltat iterations concode_field_sep double G concode_elem_sep double DELTAT concode_elem_sep double AU concode_elem_sep double SCALE concode_field_sep void obj_100_rand c...
void function ( String [ ] arg0 ) { int loc0 = 500 ; int loc1 = 10000000 ; GraphViewer loc2 = new GraphViewer ( 5000. * SCALE * AU , 5000. * SCALE * AU ) ; loc2 . dataSet [ 0 ] = new Point [ loc0 ] ; for ( int loc3 = 0 ; loc3 < loc0 ; loc3 ++ ) { loc2 . dataSet [ 0 ] [ loc3 ] = new Point ( 0 , 0 ) ; } obj_100_rand ( lo...
16,913
this is getter method for dateofsubmission concode_field_sep String profileName concode_elem_sep String serviceRequestId concode_elem_sep String customerId concode_elem_sep String dateOfSubmission concode_elem_sep long serialVersionUID concode_elem_sep String services concode_elem_sep String imsi concode_elem_sep Strin...
String function ( ) { return dateOfSubmission ; }
16,914
does nothing . callback function called when arriving a 4xx call failure concode_field_sep PlaceHolder placeHolder concode_field_sep void onCallModifying concode_elem_sep void onCallTransfer concode_elem_sep void onCallAccepted concode_elem_sep void onCallClosed concode_elem_sep void onCallTransferSuccess concode_elem_...
void function ( Call arg0 , String arg1 , Message arg2 ) { }
16,915
returns the typecode , corresponding the corba type that is stored using this holder . concode_field_sep char[] value concode_elem_sep ArrayTypeCode typecode concode_field_sep void _read concode_elem_sep void _write
TypeCode function ( ) { return typecode ; }
16,916
extract volume name and dir service address from dir_volume_url . concode_field_sep int readdirChunkSize concode_elem_sep String sslPemCertPath concode_elem_sep int maxWriteahead concode_elem_sep int periodicFileSizeUpdatesIntervalS concode_elem_sep String gridGridmapLocationDefaultGlobus concode_elem_sep int maxReadTr...
void function ( XtreemFSServiceType arg0 ) { }
16,917
notification before a compile that a unit is about to be compiled . concode_field_sep int NewWarningCount concode_elem_sep float progressPerCompilationUnit concode_elem_sep int NewErrorCount concode_elem_sep IProgressMonitor monitor concode_elem_sep float percentComplete concode_elem_sep IProject currentProject concode...
void function ( SourceFile arg0 ) { String loc0 = Messages . bind ( Messages . build_compiling , arg0 . resource . getFullPath ( ) . removeLastSegments ( 1 ) . makeRelative ( ) . toString ( ) ) ; subTask ( loc0 ) ; }
16,918
apply the sizes to chart panel , use setwidth/setheight before concode_field_sep boolean showLegend concode_elem_sep PlotOptions options concode_elem_sep SimplePlot plot concode_elem_sep int DEFAULT_WIDTH concode_elem_sep int DEFAULT_HEIGHT concode_elem_sep int width concode_elem_sep PlotModel model concode_elem_sep in...
void function ( ) { if ( plot != null ) { plot . setWidth ( getWidth ( ) ) ; plot . setHeight ( getHeight ( ) ) ; } }
16,919
called whenever the osgi framework starts our bundle concode_field_sep Logger logger concode_elem_sep BundleContext context concode_field_sep void stop concode_elem_sep BundleContext getContext
void function ( BundleContext arg0 ) { context = arg0 ; logger . debug ( "srini_string" ) ; }
16,920
return the wrapped runnable implementation . concode_field_sep Runnable delegate concode_field_sep void execute
Runnable function ( ) { return this . delegate ; }
16,921
gets the privacy for the group that will be created concode_field_sep String name concode_elem_sep String description concode_elem_sep AppGroupPrivacy privacy concode_field_sep Builder setName concode_elem_sep String getName concode_elem_sep Builder readFrom concode_elem_sep Builder readFrom concode_elem_sep AppGroupCr...
AppGroupPrivacy function ( ) { return this . privacy ; }
16,922
gets the certificate keystore password . concode_field_sep String certificateKeyAlias concode_elem_sep long serialVersionUID concode_elem_sep String certificateKeystoreType concode_elem_sep String certificateKeystorePassword concode_elem_sep List<Cert> keyStoreCerts concode_elem_sep String certificateKeystoreFile conco...
String function ( ) { return certificateKeystorePassword ; }
16,923
returns the startup progress in percent . the startup progress represents the number of started bundles in relation to the number of bundles that is required for the server to be fully started . this is capped at 100 % . concode_field_sep List<String> osgiStartedBundles concode_elem_sep Map<String,String> bundleErrorsB...
int function ( ) { return startupProgressPercentage ; }
16,924
create a new cefrequest object . concode_field_sep int UR_FLAG_REPORT_RAW_HEADERS concode_elem_sep int flag concode_elem_sep int UR_FLAG_NONE concode_elem_sep int UR_FLAG_ALLOW_CACHED_CREDENTIALS concode_elem_sep int UR_FLAG_NO_DOWNLOAD_DATA concode_elem_sep int UR_FLAG_NO_RETRY_ON_5XX concode_elem_sep int value concod...
CefRequest function ( ) { return CefRequest_N . createNative ( ) ; }
16,925
test method for com.hazelcast.config.groupconfig #groupconfig java.lang.string . concode_field_sep PlaceHolder placeHolder concode_field_sep void testGroupConfig concode_elem_sep void testGetName concode_elem_sep void testSetPassword concode_elem_sep void testGetPassword concode_elem_sep void testSetName concode_elem_s...
void function ( ) { GroupConfig loc0 = new GroupConfig ( "srini_string" ) ; assertTrue ( loc0 . getName ( ) . equals ( "srini_string" ) ) ; assertTrue ( loc0 . getPassword ( ) . equals ( GroupConfig . DEFAULT_GROUP_PASSWORD ) ) ; }
16,926
applies a coflatmap transformation on a connectedstreams andmaps the output to a common type . the transformation calls a coflatmapfunction #flatmap1 for each element of the first inputand coflatmapfunction #flatmap2 for each element of the secondinput . each coflatmapfunction call returns any number of elements includ...
SingleOutputStreamOperator < R > function ( CoFlatMapFunction < IN1 , IN2 , R > arg0 ) { TypeInformation < R > loc0 = TypeExtractor . getBinaryOperatorReturnType ( arg0 , CoFlatMapFunction . class , false , true , getType1 ( ) , getType2 ( ) , Utils . getCallLocationName ( ) , true ) ; return transform ( "srini_string"...
16,927
attempt to convert a typed value to a float using the supplied type converter . concode_field_sep PlaceHolder placeHolder concode_field_sep int toInt concode_elem_sep T convertTypedValue concode_elem_sep double toDouble concode_elem_sep boolean toBoolean concode_elem_sep long toLong concode_elem_sep byte toByte concode...
float function ( TypeConverter arg0 , TypedValue arg1 ) { return ( Float ) arg0 . convertValue ( arg1 . getValue ( ) , arg1 . getTypeDescriptor ( ) , TypeDescriptor . valueOf ( Float . class ) ) ; }
16,928
gets the inventoryitem array of car data . concode_field_sep int odometer concode_elem_sep int price concode_elem_sep String description concode_elem_sep String model concode_elem_sep InventoryItem[] carInventory concode_elem_sep int stock concode_field_sep int getOdometer concode_elem_sep String getModel concode_elem_...
InventoryItem [ ] function ( ) { return carInventory ; }
16,929
defines the text representation of a numeric value . concode_field_sep boolean numericok concode_elem_sep HashMap strings concode_elem_sep int max concode_elem_sep int CASE_UPPER concode_elem_sep String prefix concode_elem_sep HashMap values concode_elem_sep String description concode_elem_sep int CASE_SENSITIVE concod...
void function ( int arg0 , String arg1 ) { check ( arg0 ) ; Integer loc0 = toInteger ( arg0 ) ; arg1 = sanitize ( arg1 ) ; strings . put ( arg1 , loc0 ) ; values . put ( loc0 , arg1 ) ; }
16,930
returns whether the given integer includes the public modifier . note : this method only applies to ecmascript 4 which is not yet supported concode_field_sep int AccAbstract concode_elem_sep int AccPublic concode_elem_sep int AccProtected concode_elem_sep int AccSuper concode_elem_sep int AccPrivate concode_elem_sep in...
boolean function ( int arg0 ) { return ( arg0 & AccPublic ) != 0 ; }
16,931
return true if string value is null or empty . concode_field_sep PlaceHolder placeHolder concode_field_sep String[] split concode_elem_sep boolean isDelimiter concode_elem_sep String replace concode_elem_sep String capitalize concode_elem_sep String capitalize
boolean function ( String arg0 ) { return ( arg0 == null || arg0 . length ( ) < 1 ) ; }
16,932
returns the children as an arraylist concode_field_sep int TYPE_PROJECT concode_elem_sep int TYPE_ROOT concode_elem_sep int TYPE_MARKER concode_elem_sep AbstractPMDRecord[] EMPTY_RECORDS concode_elem_sep int TYPE_PACKAGE concode_elem_sep int TYPE_FILE concode_field_sep AbstractPMDRecord getParent concode_elem_sep IReso...
List < AbstractPMDRecord > function ( ) { return new ArrayList < AbstractPMDRecord > ( Arrays . asList ( getChildren ( ) ) ) ; }
16,933
the reason that the process was suspended . concode_field_sep String processName concode_elem_sep String suspensionReason concode_field_sep String getProcessName concode_elem_sep void setProcessName concode_elem_sep SuspendedProcess withSuspensionReason concode_elem_sep int hashCode concode_elem_sep boolean equals conc...
String function ( ) { return this . suspensionReason ; }
16,934
sets the username . concode_field_sep String password concode_elem_sep boolean passwordChangeStatus concode_elem_sep Date joiningDate concode_elem_sep Designation designation concode_elem_sep String managerID concode_elem_sep String companyEmailID concode_elem_sep String username concode_field_sep void setPassword conc...
void function ( String arg0 ) { this . username = arg0 ; }
16,935
a valid entry should have no issues concode_field_sep SGraphFactory factory concode_elem_sep BasicDiagnostic diagnostics concode_elem_sep SGraphValidator validator concode_elem_sep StextFactory sTextFactory concode_elem_sep State state concode_elem_sep Region region concode_elem_sep Statechart statechart concode_field_...
void function ( ) { prepareStateTest ( ) ; Entry loc0 = factory . createEntry ( ) ; region . getVertices ( ) . add ( loc0 ) ; createTransition ( loc0 , state ) ; assertEquals ( EntryKind . INITIAL , loc0 . getKind ( ) ) ; assertTrue ( validator . validate ( loc0 , diagnostics , new HashMap < Object , Object > ( ) ) ) ;...
16,936
create a new connection manager , which will try to connect using the protocol connection configuration . concode_field_sep ConnectTask next concode_elem_sep ConnectionOpenHandler openHandler concode_elem_sep ConnectTask DISCONNECTED concode_elem_sep ProtocolConnectionConfiguration configuration concode_elem_sep Connec...
ProtocolConnectionManager function ( final ProtocolConnectionConfiguration arg0 , final ConnectionOpenHandler arg1 , final ConnectTask arg2 ) { return create ( new EstablishingConnection ( arg0 , arg1 , arg2 ) ) ; }
16,937
decide if the node is text , and so must be handled specially concode_field_sep String filename concode_elem_sep String xpath concode_field_sep void doMain concode_elem_sep void main
boolean function ( Node arg0 ) { if ( arg0 == null ) return false ; short loc0 = arg0 . getNodeType ( ) ; return loc0 == Node . CDATA_SECTION_NODE || loc0 == Node . TEXT_NODE ; }
16,938
render model and view . sets the response status to ok . concode_field_sep PlaceHolder placeHolder concode_field_sep void renderException concode_elem_sep void renderException
void function ( final HttpServletResponse arg0 ) { try { final Map < String , Object > loc0 = new HashMap < > ( ) ; arg0 . setStatus ( HttpServletResponse . SC_OK ) ; render ( loc0 , arg0 ) ; } catch ( final Exception loc0 ) { throw new RuntimeException ( loc0 ) ; } }
16,939
gets the http request message of this transaction . concode_field_sep HttpRequest httpRequest concode_elem_sep HttpResponse httpResponse concode_field_sep HttpResponse getHttpResponse concode_elem_sep boolean hasHttpResponse concode_elem_sep void setHttpResponse concode_elem_sep String toString concode_elem_sep void se...
HttpRequest function ( ) { return httpRequest ; }
16,940
mouse moved concode_field_sep UnitWorks uw concode_elem_sep TurnManager tm concode_elem_sep MapWorks mw concode_elem_sep StageMap map concode_elem_sep PanelManager pm concode_field_sep void cancel concode_elem_sep void setSelectPlace concode_elem_sep boolean isNextPoint concode_elem_sep void gotoWalk concode_elem_sep v...
void function ( int arg0 , int arg1 ) { pm . setHelpLocation ( arg0 , arg1 ) ; mw . wakuPaint ( arg0 , arg1 , true ) ; }
16,941
send a json message to all the participants of a room concode_field_sep MediaPipeline presentationPipeline concode_elem_sep String callId concode_elem_sep WebUser screensharer concode_elem_sep Line line concode_elem_sep Logger log concode_elem_sep MediaPipeline compositePipeline concode_elem_sep HubPort hubPort concode...
void function ( JsonObject arg0 ) { broadcast ( arg0 , null ) ; }
16,942
sets the sax entity resolver to use in retrieving documents . concode_field_sep ShailNavigator INSTANCE concode_elem_sep EntityResolver entityResolver concode_elem_sep Model model concode_elem_sep Logger logger concode_elem_sep Object evaluator concode_field_sep int getElementById concode_elem_sep boolean isComment con...
void function ( EntityResolver arg0 ) { this . entityResolver = arg0 ; }
16,943
inserts a new key/value pair into the map . if such a pair already exists , it gets replaced with the given values . concode_field_sep Object[] EMPTY_ARRAY concode_elem_sep long serialVersionUID concode_elem_sep Iterator EMPTY_ITERATOR concode_elem_sep HashMap table concode_field_sep Object next concode_elem_sep boolea...
boolean function ( final Object arg0 , final Object arg1 ) { final List loc0 = ( List ) this . table . get ( arg0 ) ; if ( loc0 == null ) { final List loc1 = createList ( ) ; loc1 . add ( arg1 ) ; this . table . put ( arg0 , loc1 ) ; return true ; } else { loc0 . clear ( ) ; return loc0 . add ( arg1 ) ; } }
16,944
print the event to the console concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
void function ( final Object arg0 ) { System . out . printf ( "srini_string" , arg0 ) ; }
16,945
get the number of reserved reduce slots in the cluster . concode_field_sep int occupiedMapSlots concode_elem_sep int totalJobSubmissions concode_elem_sep int occupiedReduceSlots concode_elem_sep int numTrackers concode_elem_sep int totalMapSlots concode_elem_sep int reservedMapSlots concode_elem_sep int numBlacklistedT...
int function ( ) { return reservedReduceSlots ; }
16,946
obtains the clipboard copy/paste support utility , if any , for the specified eobject . if there is not clipboard support implementation provided for this eobject , then a default implementation is provided that implements semantics similar to the org.eclipse.emf.ecore.util.ecoreutil.copier class . concode_field_sep St...
IClipboardSupport function ( EObject arg0 ) { IClipboardSupport loc0 = DefaultClipboardSupport . getInstance ( ) ; IClipboardSupportFactory loc1 = ClipboardSupportManager . lookup ( arg0 ) ; if ( loc1 != null ) { loc0 = loc1 . newClipboardSupport ( arg0 . eClass ( ) . getEPackage ( ) ) ; } return loc0 ; }
16,947
program entry point concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
void function ( String [ ] arg0 ) { WizardTowerProxy loc0 = new WizardTowerProxy ( ) ; loc0 . enter ( new Wizard ( "srini_string" ) ) ; loc0 . enter ( new Wizard ( "srini_string" ) ) ; loc0 . enter ( new Wizard ( "srini_string" ) ) ; loc0 . enter ( new Wizard ( "srini_string" ) ) ; loc0 . enter ( new Wizard ( "srini_st...
16,948
gets the element value . concode_field_sep String image concode_elem_sep String IMAGE_ALERT concode_elem_sep boolean set concode_elem_sep String IMAGE_BLANK concode_elem_sep String value concode_elem_sep String IMAGE_PROGRESS concode_field_sep void setValue concode_elem_sep boolean getIsSet concode_elem_sep void reset ...
String function ( ) { return this . value ; }
16,949
test method for org.jboss.security.config.securityconfiguration #settruststoretype java.lang.string . concode_field_sep PlaceHolder placeHolder concode_field_sep void testGetCipherAlgorithm concode_elem_sep void testSetIterationCount concode_elem_sep void testGetKeyStoreURL concode_elem_sep void testGetSalt concode_ele...
void function ( ) { SecurityConfiguration . setTrustStoreType ( null ) ; }
16,950
returns the sources for the model description . concode_field_sep HashMap classesMap concode_elem_sep MappingModel mappingModel concode_elem_sep ArrayList sources concode_elem_sep ArrayList classes concode_elem_sep Comments modelComments concode_elem_sep HashMap includeComments concode_field_sep void addClassDescriptio...
String [ ] function ( ) { return ( String [ ] ) this . sources . toArray ( new String [ this . sources . size ( ) ] ) ; }
16,951
get a collection of all queues concode_field_sep FairScheduler scheduler concode_elem_sep FSParentQueue rootQueue concode_elem_sep Map<String,FSQueue> queues concode_elem_sep String ROOT_QUEUE concode_elem_sep Collection<FSLeafQueue> leafQueues concode_elem_sep Log LOG concode_field_sep FSParentQueue getRootQueue conco...
Collection < FSQueue > function ( ) { return queues . values ( ) ; }
16,952
accessor for the first name . concode_field_sep String firstName concode_elem_sep String lastName concode_elem_sep int age concode_field_sep int getAge concode_elem_sep void setLastName concode_elem_sep void setFirstName concode_elem_sep String toString concode_elem_sep String getLastName concode_elem_sep void setAge
String function ( ) { return firstName ; }
16,953
initiates our service binding , after complete , onbindservice should be called . concode_field_sep int FALSE concode_elem_sep Handler mLocalHandler concode_elem_sep boolean mIsPersistent concode_elem_sep Messenger mServiceMessenger concode_elem_sep String TAG concode_elem_sep Context mClientContext concode_elem_sep in...
void function ( ) { mClientContext . bindService ( mIntent , this , Context . BIND_AUTO_CREATE ) ; if ( DEBUG ) { Log . d ( TAG , "srini_string" ) ; } }
16,954
return the number of documents that were successfully updated/modified by the operation . concode_field_sep SchematicDb database concode_elem_sep String localSourceKey concode_elem_sep long modifiedCount concode_elem_sep RepositoryEnvironment repoEnv concode_elem_sep long unmodifiedCount concode_elem_sep long serialVer...
long function ( ) { return modifiedCount ; }
16,955
set up method . concode_field_sep int CINT2 concode_elem_sep int[] LONG_BIN concode_elem_sep int[] STR_BIN concode_elem_sep int[] BYTE_BIN concode_elem_sep int[] CINT2_BIN concode_elem_sep int CINT4 concode_elem_sep int CINT1 concode_elem_sep String STR_LONG concode_elem_sep String STR concode_elem_sep int[] CINT5_BIN ...
void function ( ) { file = new IOFile ( Prop . TMP , "srini_string" + IO . BASEXSUFFIX ) ; try ( final RandomAccessFile loc0 = new RandomAccessFile ( file . file ( ) , "srini_string" ) ) { initialContent ( loc0 ) ; } da = new DataAccess ( file ) ; }
16,956
returns a constant describing horizontal accuracy of this provider . if the provider returns finer grain or exact location , criteria #accuracy_fine is returned , otherwise if thelocation is only approximate then criteria #accuracy_coarse is returned . concode_field_sep int AVAILABLE concode_elem_sep int OUT_OF_SERVICE...
int function ( ) { return mProperties . mAccuracy ; }
16,957
creates a new audit send mails with the primary key . does not add the audit send mails to the database . concode_field_sep AuditSendMailsLocalService _service concode_field_sep com.tls.liferaylms.mail.model.AuditSendMails addAuditSendMails concode_elem_sep int getAuditSendMailsesCount concode_elem_sep com.liferay.port...
com . tls . liferaylms . mail . model . AuditSendMails function ( long arg0 ) { return getService ( ) . createAuditSendMails ( arg0 ) ; }
16,958
return the item most recently added to the stack . throw an exception if no such item exists because the stack is empty . concode_field_sep Node next concode_elem_sep Item item concode_elem_sep int N concode_elem_sep Node first concode_elem_sep Node current concode_field_sep Item pop concode_elem_sep Item next concode_...
Item function ( ) { if ( isEmpty ( ) ) throw new RuntimeException ( "srini_string" ) ; return first . item ; }
16,959
returns the error . concode_field_sep Exception error concode_elem_sep T result concode_field_sep void setError concode_elem_sep T getResult
Exception function ( ) { return error ; }
16,960
returns the total for the specified phase and step . concode_field_sep Map<Phase,PhaseTracking> phases concode_field_sep long getSize concode_elem_sep Iterable<Phase> getPhases concode_elem_sep float getBoundedPercent concode_elem_sep StepTracking getStepTracking concode_elem_sep Iterable<Step> getSteps concode_elem_se...
long function ( Phase arg0 , Step arg1 ) { StepTracking loc0 = getStepTracking ( arg0 , arg1 ) ; return loc0 != null && loc0 . total != Long . MIN_VALUE ? loc0 . total : 0 ; }
16,961
returns true if this c folder is inactive . concode_field_sep CFolder _cFolder concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setFeedbackDate concode_elem_sep void setGroupId concode_elem_sep boole...
boolean function ( ) { return _cFolder . isInactive ( ) ; }
16,962
gets the value of the macro property . concode_field_sep String macro concode_elem_sep Boolean fPublished concode_elem_sep CTShapeProperties spPr concode_elem_sep CTShapeStyle style concode_elem_sep CTTextBody txBody concode_elem_sep CTShapeNonVisual nvSpPr concode_elem_sep Boolean fLocksText concode_elem_sep String te...
String function ( ) { return macro ; }
16,963
called to handle cordovaresourceapi.openforread calls for a cdvplugin : / / pluginid / url . should never return null . added in cordova-android@4.0.0 concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String serviceName co...
CordovaResourceApi . OpenForReadResult function ( Uri arg0 ) { throw new FileNotFoundException ( "srini_string" + arg0 ) ; }
16,964
the amazon virtual private cloud identifier vpc id of the cache subnet group . returns a reference to this object so that method calls can be chained together . concode_field_sep String cacheSubnetGroupName concode_elem_sep String vpcId concode_elem_sep String cacheSubnetGroupDescription concode_elem_sep com.amazonaws....
CacheSubnetGroup function ( String arg0 ) { this . vpcId = arg0 ; return this ; }
16,965
enable global ordering all nodes listening to the same topic get their messages in the same order , or disable it nodes get the messages in the order that the messages are published . concode_field_sep boolean multiThreadingEnabled concode_elem_sep boolean statisticsEnabled concode_elem_sep List<ListenerConfig> listene...
TopicConfig function ( boolean arg0 ) { if ( this . multiThreadingEnabled && arg0 ) { throw new IllegalArgumentException ( "srini_string" ) ; } this . globalOrderingEnabled = arg0 ; return this ; }
16,966
gets the maximum time in seconds that this data source can wait while attempting to connect to a database . a value of zero means that the timeout is the default system timeout if there is one ; otherwise , it means that there is no timeout . when a datasource object is created , the login timeout is initially zero . c...
int function ( ) { return loginTimeout ; }
16,967
replace all elements in the stack with the elements of another given stack . it first removes all the elements currently in the stack , and then adds all the elements of the provided stack . concode_field_sep ArrayList<T> elements concode_elem_sep int length concode_elem_sep long serialVersionUID concode_field_sep T po...
void function ( Stack < T > arg0 ) { elements . clear ( ) ; elements . addAll ( arg0 . elements ) ; length = elements . size ( ) ; }
16,968
sets other . concode_field_sep String startPage concode_elem_sep String other concode_elem_sep String notes concode_elem_sep String customerCode concode_elem_sep String errorCode concode_elem_sep String requestorEmail concode_elem_sep String articleIssue concode_elem_sep String pages concode_elem_sep Integer requestId ...
void function ( String arg0 ) { this . other = arg0 ; }
16,969
gets the chained sort specification , or null if none . if multiple sort parameters are chained indicating a sub-sort , the second level sort is chained via this property . concode_field_sep String myParamName concode_elem_sep SortOrderEnum myOrder concode_elem_sep SortSpec myChain concode_field_sep void setChain conco...
SortSpec function ( ) { return myChain ; }
16,970
check whether tier level is within allowed values concode_field_sep Log log concode_field_sep void attachFileToDocument concode_elem_sep boolean isValidWSAPI concode_elem_sep void checkUserAccessAllowedForAPI
void function ( String arg0 ) { try { TierDTO . TierLevelEnum . valueOf ( arg0 ) ; } catch ( IllegalArgumentException loc0 ) { RestApiUtil . handleResourceNotFoundError ( "srini_string" + Arrays . toString ( TierDTO . TierLevelEnum . values ( ) ) , loc0 , log ) ; } }
16,971
reports if the caller class and method names are printed for logging concode_field_sep Level DEBUG concode_elem_sep Level ALERT concode_elem_sep boolean timeShown concode_elem_sep Level logLevel concode_elem_sep Level ERROR concode_elem_sep Set<String> reportedImplementationNeeded concode_elem_sep Level TRACE concode_e...
boolean function ( ) { return callerShown ; }
16,972
sets the value of the governingagreementref property . concode_field_sep String governingAgreementRef concode_field_sep String getGoverningAgreementRef
void function ( String arg0 ) { this . governingAgreementRef = arg0 ; }
16,973
returns the error message given the error code . this method is be used when throwing exception other than hsqlexception . concode_field_sep String MESSAGE_TAG concode_elem_sep int SQL_STATE_DIGITS concode_elem_sep int ERROR_CODE_BASE concode_elem_sep int bundleHandle concode_elem_sep String errPropsName concode_elem_s...
String function ( final int arg0 ) { return getMessage ( arg0 , 0 , null ) ; }
16,974
reset the sequence of accumulated fields . concode_field_sep List<DataType<?>> fields concode_field_sep StructBuilder add concode_elem_sep Struct toStruct
StructBuilder function ( ) { fields . clear ( ) ; return this ; }
16,975
setter for externalremembermeownerdetails concode_field_sep String preferredPrefix concode_elem_sep String externalRememberMeOptIn concode_elem_sep ExternalRememberMeOwnerDetailsType externalRememberMeOwnerDetails concode_elem_sep String nameSpace concode_field_sep String getExternalRememberMeOptIn concode_elem_sep Str...
void function ( ExternalRememberMeOwnerDetailsType arg0 ) { this . externalRememberMeOwnerDetails = arg0 ; }
16,976
generates a portion of the search filter which will likely uniquely identify an execution of that filter . by default concatenates a semi-unique token #generateuniquetoken and the local host name , separated by a dash '' - '' . concode_field_sep String searchAttributeName concode_elem_sep LDAPSearchConstraints searchCo...
Object function ( ) { return generateUniqueToken ( ) + "srini_string" + hostName ; }
16,977
resets the internal blocking latch concode_field_sep AtomicInteger blockCount concode_elem_sep CountDownLatch blockingLatch concode_elem_sep Handler handler concode_elem_sep String TAG concode_elem_sep int DEFAULT_TIMEOUT concode_elem_sep Handler.Callback callback concode_elem_sep int MSG_RUN concode_elem_sep boolean D...
void function ( ) { blockingLatch = new CountDownLatch ( 1 ) ; }
16,978
get instance with default handler . concode_field_sep Object PendingGenerationMarker concode_elem_sep AtomicLong PROXY_CLASS_COUNTER concode_elem_sep Map<ClassLoader,Map<String,Object>> ProxyCacheMap concode_elem_sep InvocationHandler RETURN_NULL_INVOKER concode_elem_sep InvocationHandler THROW_UNSUPPORTED_INVOKER conc...
Object function ( ) { return newInstance ( THROW_UNSUPPORTED_INVOKER ) ; }
16,979
returns the bounds of a shape . bounds defined the space a shape spans over the canvas concode_field_sep Shape parent concode_elem_sep ArrayList<Shape> incoming concode_elem_sep String resourceId concode_elem_sep Bounds bounds concode_elem_sep StencilType stencil concode_elem_sep ArrayList<Point> dockers concode_elem_s...
Bounds function ( ) { return bounds ; }
16,980
sets the new size of this buffer warning : use with care : no validation is done of the len passed concode_field_sep int count concode_elem_sep FastStringBuffer fastStringBuffer concode_elem_sep int i concode_elem_sep char[] value concode_field_sep FastStringBuffer deleteCharAt concode_elem_sep char firstChar concode_e...
void function ( int arg0 ) { this . count = arg0 ; }
16,981
delete by primary key table must have column that named is_deleted concode_field_sep PlaceHolder placeHolder concode_field_sep String getSql concode_elem_sep String insertSql concode_elem_sep String getPrimaryKey concode_elem_sep Class<T> getEntityClass concode_elem_sep String updateSql concode_elem_sep String getTable...
String function ( final PK arg0 ) { return new SQL ( ) { { UPDATE ( getTableName ( ) ) ; SET ( "srini_string" ) ; WHERE ( getPrimaryKey ( ) + "srini_string" ) ; } } . toString ( ) ; }
16,982
aether can reject null artifact . concode_field_sep TemporaryFolder temp concode_elem_sep String AWS_KEY concode_elem_sep String AWS_SECRET concode_field_sep void findsAndLoadsArtifacts concode_elem_sep void rejectsNullScope concode_elem_sep void rejectsNullMavenProject concode_elem_sep void recoversAfterFailure concod...
void function ( ) { new Aether ( this . project ( ) , this . temp . newFolder ( ) ) . resolve ( null , JavaScopes . RUNTIME ) ; }
16,983
for hibernate concode_field_sep Domain domain concode_elem_sep String name concode_elem_sep List runs concode_elem_sep Representation representation concode_field_sep void setName concode_elem_sep Domain getDomain concode_elem_sep void setRepresentation concode_elem_sep String getName concode_elem_sep void setRuns conc...
void function ( Domain arg0 ) { domain = arg0 ; }
16,984
get a string representation of this quality value concode_field_sep float quality concode_field_sep void setQualityValue concode_elem_sep float getQualityValue
String function ( ) { return Float . toString ( quality ) ; }
16,985
the length of the range . concode_field_sep String file concode_elem_sep int offset concode_elem_sep int startColumn concode_elem_sep int startLine concode_elem_sep Location[] EMPTY_ARRAY concode_elem_sep int length concode_elem_sep List<Location> EMPTY_LIST concode_field_sep JsonObject toJson concode_elem_sep int getS...
int function ( ) { return length ; }
16,986
called by cordova.js to initialize the bridge . concode_field_sep PluginManager pluginManager concode_elem_sep int expectedBridgeSecret concode_elem_sep String loadedUrl concode_elem_sep String LOG_TAG concode_elem_sep NativeToJsMessageQueue jsMessageQueue concode_field_sep void jsSetNativeToJsBridgeMode concode_elem_s...
int function ( ) { expectedBridgeSecret = ( int ) ( Math . random ( ) * Integer . MAX_VALUE ) ; return expectedBridgeSecret ; }
16,987
encodes date value into iso8601 that can be compared lexicographically . concode_field_sep Logger LOG concode_field_sep String prettyS3Date concode_elem_sep Date parseHttpDate concode_elem_sep String createHttpDate concode_elem_sep Date iso8601ToDate
String function ( ) { return iso8601 ( new Date ( ) ) ; }
16,988
returns the sql statement for deleting a server from the sakai_cluster table . concode_field_sep PlaceHolder placeHolder concode_field_sep String getDeleteLocksSql concode_elem_sep String getInsertServerSql concode_elem_sep String getOrphanedLockSessionsSql concode_elem_sep String getListExpiredServers concode_elem_sep...
String function ( ) { return "srini_string" ; }
16,989
handles optional jtextarea lists concode_field_sep boolean _modified concode_elem_sep Map<String,Binding> _optComponents concode_elem_sep Map<String,Binding> _bindings concode_field_sep void actionPerformed concode_elem_sep boolean isPropertyNull concode_elem_sep boolean isModified concode_elem_sep Binding getBinding c...
Bindings function ( String arg0 , String arg1 , JToggleButton arg2 , JTextArea arg3 ) { registerPropertyChangeListener ( arg2 ) ; registerPropertyChangeListener ( arg3 ) ; return add ( new OptJTextAreaBinding ( arg0 , arg1 , arg2 , arg3 ) ) ; }
16,990
sets the value of the personid property . concode_field_sep String name concode_elem_sep String personId concode_elem_sep String ssn concode_field_sep String getSsn concode_elem_sep void setName concode_elem_sep String getPersonId concode_elem_sep String getName concode_elem_sep void setSsn
void function ( String arg0 ) { this . personId = arg0 ; }
16,991
the current state of the instance group . concode_field_sep InstanceGroupStateChangeReason stateChangeReason concode_elem_sep InstanceGroupTimeline timeline concode_elem_sep String state concode_field_sep InstanceGroupStatus withStateChangeReason concode_elem_sep void setStateChangeReason concode_elem_sep String getSta...
InstanceGroupStatus function ( String arg0 ) { setState ( arg0 ) ; return this ; }
16,992
gets the time ` t ' 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_sep...
TimeField function ( ) { return t ; }
16,993
creates an event-time trigger that fires once the watermark passes the end of the window . once the trigger fires all elements are discarded . elements that arrive late immediately trigger window evaluation with just this one element . concode_field_sep long serialVersionUID concode_field_sep TriggerResult onEventTime ...
EventTimeTrigger function ( ) { return new EventTimeTrigger ( ) ; }
16,994
returns the d a n h g i a v e s i n h x a with the primary key or returns null if it could not be found . concode_field_sep DANHGIAVESINHXAPersistence _persistence concode_field_sep int countAll concode_elem_sep void cacheResult concode_elem_sep void cacheResult concode_elem_sep List<DANHGIAVESINHXA> findWithDynamicQue...
vn . dtt . sol . ns . danhgiavesinh . dao . model . DANHGIAVESINHXA function ( long arg0 ) { return getPersistence ( ) . fetchByPrimaryKey ( arg0 ) ; }
16,995
logs a message at error level . concode_field_sep java.util.logging.Logger logger concode_field_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void warn concode_elem_sep void debug concode_elem_sep void debug concode_elem_sep void debug concode_elem_sep void debug concode_elem_sep ...
void function ( Throwable arg0 , String arg1 ) { logger . log ( SEVERE , arg1 , arg0 ) ; }
16,996
complete request processing . a dispatch is made into the app server where spring mvc completes asynchronous request processing . concode_field_sep Runnable delegate concode_elem_sep Handler handler concode_elem_sep Object data concode_elem_sep Throwable failure concode_elem_sep DefaultCallback timeoutCallback concode_...
void function ( ) { this . complete = true ; if ( this . handler != null ) { this . handler . complete ( ) ; } }
16,997
reset the slot count of any tracked objects to zero for the given slot . concode_field_sep int numSlots concode_elem_sep long serialVersionUID concode_elem_sep Map<T,long[]> objToCounts concode_field_sep Map<T,Long> getCounts concode_elem_sep boolean shouldBeRemovedFromCounter concode_elem_sep void incrementCount conco...
void function ( int arg0 ) { for ( T loc0 : objToCounts . keySet ( ) ) { resetSlotCountToZero ( loc0 , arg0 ) ; } }
16,998
scales this point by the given scaling factor . note that there is no guarantee that the new point will be valid . concode_field_sep S2LatLng CENTER concode_elem_sep double EARTH_RADIUS_METERS concode_elem_sep double latRadians concode_elem_sep double lngRadians concode_field_sep S2LatLng sub concode_elem_sep S2LatLng ...
S2LatLng function ( final double arg0 ) { return new S2LatLng ( latRadians * arg0 , lngRadians * arg0 ) ; }
16,999
adds a header with name and value . prefer this method for multiply-valued headers like `` set-cookie '' . concode_field_sep Request request concode_elem_sep RawHeaders headers concode_elem_sep int code concode_elem_sep Reader reader concode_elem_sep RawHeaders headers concode_elem_sep Response redirectedBy concode_ele...
Builder function ( String arg0 , String arg1 ) { headers . add ( arg0 , arg1 ) ; return this ; }