idx
int64
0
25k
question
stringlengths
68
5.61k
target
stringlengths
21
500
24,900
set feed list back is first command concode_field_sep String IMPORT_USERNAME concode_elem_sep String USE_STANDARD_EXIT concode_elem_sep String IMPORT_URL concode_elem_sep String LOG_LEVEL concode_elem_sep String IMPORT_PASSWORD concode_elem_sep String MARK_UNREAD_ITEMS concode_elem_sep String PAGE_ENABLED concode_elem_...
void function ( boolean arg0 ) { m_settings . setBooleanProperty ( FEED_LIST_OPEN , arg0 ) ; }
24,901
the http port the custom origin listens on . concode_field_sep Integer hTTPPort concode_elem_sep OriginSslProtocols originSslProtocols concode_elem_sep String originProtocolPolicy concode_elem_sep Integer hTTPSPort concode_field_sep CustomOriginConfig withHTTPSPort concode_elem_sep OriginSslProtocols getOriginSslProtoc...
Integer function ( ) { return this . hTTPPort ; }
24,902
returns a printable representation of the certificatepolicyid . concode_field_sep CertificatePolicyId subjectDomain concode_elem_sep CertificatePolicyId issuerDomain concode_field_sep void encode concode_elem_sep CertificatePolicyId getIssuerIdentifier concode_elem_sep CertificatePolicyId getSubjectIdentifier
String function ( ) { String loc0 = "srini_string" + "srini_string" + issuerDomain . toString ( ) + "srini_string" + subjectDomain . toString ( ) + "srini_string" ; return ( loc0 ) ; }
24,903
add a route that matches the specified path regex concode_field_sep io.vertx.ext.web.Router delegate concode_field_sep void handleContext concode_elem_sep Object getDelegate concode_elem_sep Route delete concode_elem_sep Route delete concode_elem_sep Route put concode_elem_sep Route put concode_elem_sep Route head conc...
Route function ( String arg0 ) { Route loc0 = Route . newInstance ( delegate . routeWithRegex ( arg0 ) ) ; return loc0 ; }
24,904
the geometry element may contain only one mesh or convex_mesh . concode_field_sep ConvexMesh convexMesh concode_elem_sep String name concode_elem_sep List<Extra> extras concode_elem_sep Spline spline concode_elem_sep String id concode_elem_sep Asset asset concode_elem_sep Mesh mesh concode_field_sep void setName concod...
Mesh function ( ) { return mesh ; }
24,905
sets the value of the patient property . concode_field_sep long provider concode_elem_sep long patient concode_elem_sep RadiologyType radiology concode_elem_sep String diagnosis concode_elem_sep long id concode_elem_sep DrugTreatmentType drugTreatment concode_elem_sep SurgeryType surgery concode_field_sep void setProvi...
void function ( long arg0 ) { this . patient = arg0 ; }
24,906
todo concode_field_sep TagRelationMapper tagRelationMapper concode_field_sep void deleteByRelationId concode_elem_sep void insert
List < TagRelation > function ( Map arg0 ) { return tagRelationMapper . queryByList ( arg0 ) ; }
24,907
get dispatcher being used by this run of the checker . concode_field_sep int BYTE_ARRAY_SIZE concode_elem_sep BitstreamInfoDAO bitstreamInfoDAO concode_elem_sep ChecksumResultsCollector collector concode_elem_sep ChecksumHistoryDAO checksumHistoryDAO concode_elem_sep BitstreamDispatcher dispatcher concode_elem_sep Bits...
BitstreamDispatcher function ( ) { return dispatcher ; }
24,908
one-shot initialization of jdk 1.2 + resourcebundle.getbundle method having classloader in the signature . concode_field_sep Object mutex concode_elem_sep String prefix concode_elem_sep HsqlArrayList bundleList concode_elem_sep Locale locale concode_elem_sep Method newGetBundleMethod concode_elem_sep HashMap bundleHand...
Method function ( ) { Class loc0 ; Class [ ] loc1 ; loc0 = ResourceBundle . class ; loc1 = new Class [ ] { String . class , Locale . class , ClassLoader . class } ; try { return loc0 . getMethod ( "srini_string" , loc1 ) ; } catch ( Exception loc2 ) { return null ; } }
24,909
access the context id , if any . concode_field_sep String m_id concode_elem_sep String m_container concode_elem_sep boolean m_setAlready concode_elem_sep EntityProducer m_service concode_elem_sep UserDirectoryService userDirectoryService concode_elem_sep String m_type concode_elem_sep String m_context concode_elem_sep ...
String function ( ) { return m_context ; }
24,910
notify the system that the visibility of an action view 's sub-ui such as an anchored popup has changed . this will affect how other system visibility notifications occur . concode_field_sep SubUiVisibilityListener mSubUiVisibilityListener concode_field_sep View onCreateActionView concode_elem_sep void onSubUiVisibilit...
void function ( boolean arg0 ) { if ( mSubUiVisibilityListener != null ) { mSubUiVisibilityListener . onSubUiVisibilityChanged ( arg0 ) ; } }
24,911
gets the options for the the insert new method policy . concode_field_sep InsertWhere[] newMethodOptions concode_elem_sep DuplicationPolicy[] conflictOptions concode_field_sep DuplicationPolicy[] getConflictOptions
InsertWhere [ ] function ( ) { return newMethodOptions ; }
24,912
configure this renderingcontext to use the given renderingcontext in the current thread . concode_field_sep ThreadLocal<RenderingContext> ctx concode_field_sep void setParameterValues concode_elem_sep Set<String> getProperties concode_elem_sep void addParameterListValues concode_elem_sep void addParameterValues concode...
void function ( RenderingContext arg0 ) { ctx . set ( arg0 ) ; }
24,913
notifies observers about data changing concode_field_sep List<DataSetObserver> datasetObservers concode_field_sep void unregisterDataSetObserver concode_elem_sep void registerDataSetObserver concode_elem_sep View getEmptyItem concode_elem_sep void notifyDataInvalidatedEvent
void function ( ) { if ( datasetObservers != null ) { for ( DataSetObserver loc0 : datasetObservers ) { loc0 . onChanged ( ) ; } } }
24,914
returns the camcorder profile for the first back-facing camera on the device at the given quality level . if the device has no back-facing camera , this returns null . concode_field_sep int videoBitRate concode_elem_sep int QUALITY_TIME_LAPSE_QCIF concode_elem_sep int QUALITY_TIME_LAPSE_LOW concode_elem_sep int QUALITY...
CamcorderProfile function ( int arg0 ) { int loc0 = Camera . getNumberOfCameras ( ) ; CameraInfo loc1 = new CameraInfo ( ) ; for ( int loc2 = 0 ; loc2 < loc0 ; loc2 ++ ) { Camera . getCameraInfo ( loc2 , loc1 ) ; if ( loc1 . facing == CameraInfo . CAMERA_FACING_BACK ) { return get ( loc2 , arg0 ) ; } } return null ; }
24,915
set the errors field . concode_field_sep java.util.List errors concode_field_sep void addError concode_elem_sep void removeError concode_elem_sep java.util.List getErrors
void function ( java . util . List arg0 ) { this . errors = arg0 ; }
24,916
gets the currently select node . concode_field_sep NavigationTreeFactory navigationTreeFactory concode_elem_sep Node currentNode concode_elem_sep NavigationPanelCollapsibleFactory navigationPanelCollapsible concode_elem_sep HashMap<Node,TabState> tabContents concode_field_sep void setSelectedTabIndex concode_elem_sep T...
Node function ( ) { return currentNode ; }
24,917
asserts that the given object is n't null , throwing an assertionexception if it was . concode_field_sep PlaceHolder placeHolder concode_field_sep void assertUnreachable concode_elem_sep void assertCondition
T function ( @ Nullable T arg0 ) { if ( arg0 == null ) { throw new AssertionException ( "srini_string" ) ; } return arg0 ; }
24,918
adds the s v n repository to the database . also notifies the appropriate model listeners . concode_field_sep SVNRepositoryLocalService _svnRepositoryLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.socialcoding.model.SVNRepository updateSVNRepository concode_elem_se...
com . liferay . socialcoding . model . SVNRepository function ( com . liferay . socialcoding . model . SVNRepository arg0 ) { return _svnRepositoryLocalService . addSVNRepository ( arg0 ) ; }
24,919
looks up a file by hashing it into one of our local subdirectories . concode_field_sep PlaceHolder placeHolder concode_field_sep scala.collection.Seq<org.apache.spark.storage.BlockId> getAllBlocks concode_elem_sep int subDirsPerLocalDir concode_elem_sep java.io.File[] localDirs concode_elem_sep void stop concode_elem_s...
java . io . File function ( java . lang . String arg0 ) { throw new RuntimeException ( ) ; }
24,920
gets the value of the bezpecnostnistupen property . concode_field_sep String nazev concode_elem_sep TIdentifikator identifikator concode_elem_sep String komentar concode_elem_sep String oduvodneni concode_elem_sep String bezpecnostniStupen concode_field_sep void setOduvodneni concode_elem_sep void setNazev concode_elem...
String function ( ) { return bezpecnostniStupen ; }
24,921
continues a read from the provided source into a given target . it 's assumed that the data should be written into target starting from an offset of zero . concode_field_sep int STATE_READING_SAMPLE concode_elem_sep String trackFormatId concode_elem_sep ParsableBitArray headerScratchBits concode_elem_sep long timeUs co...
boolean function ( ParsableByteArray arg0 , byte [ ] arg1 , int arg2 ) { int loc0 = Math . min ( arg0 . bytesLeft ( ) , arg2 - bytesRead ) ; arg0 . readBytes ( arg1 , bytesRead , loc0 ) ; bytesRead += loc0 ; return bytesRead == arg2 ; }
24,922
always empties the queue and returns all messages to be sent to the client . concode_field_sep MessageClient lastMessageClient concode_elem_sep String endpointId concode_elem_sep FlexClient client concode_elem_sep OutboundQueueThrottleManager outboundQueueThrottleManager concode_field_sep void add concode_elem_sep Flex...
FlushResult function ( List < Message > arg0 ) { return flush ( null , arg0 ) ; }
24,923
javadoc for this public method is generated via the doc templates in the doc_src directory . concode_field_sep boolean allowCreate concode_elem_sep long rangeMin concode_elem_sep boolean decrement concode_elem_sep int cacheSize concode_elem_sep long initialValue concode_elem_sep boolean autoCommitNoSync concode_elem_se...
boolean function ( ) { return wrap ; }
24,924
returns the next highest power of two , or the current value if it 's already a power of two or zero concode_field_sep byte[] BYTE_COUNTS concode_elem_sep int[] BIT_LISTS concode_field_sep long pop_intersect concode_elem_sep long pop_xor concode_elem_sep int bitCount concode_elem_sep int zigZagDecode concode_elem_sep l...
long function ( long arg0 ) { arg0 -- ; arg0 |= arg0 >> 1 ; arg0 |= arg0 >> 2 ; arg0 |= arg0 >> 4 ; arg0 |= arg0 >> 8 ; arg0 |= arg0 >> 16 ; arg0 |= arg0 >> 32 ; arg0 ++ ; return arg0 ; }
24,925
create a set from an array concode_field_sep String DAYS concode_elem_sep String REDUCE_IN concode_elem_sep String GB concode_elem_sep String REDUCE_OUT concode_elem_sep String MINUTE concode_elem_sep String GROUPS concode_elem_sep String HADOOP_USER concode_elem_sep String MONTH concode_elem_sep String HOUR concode_el...
void function ( String [ ] arg0 , Set < String > arg1 ) { ParamChecker . notNull ( arg1 , "srini_string" ) ; for ( String loc0 : arg0 ) { arg1 . add ( loc0 ) ; } }
24,926
returns the size of the file in bytes concode_field_sep FileItem _oFileItem concode_field_sep String getOriginFilename concode_elem_sep String getContentType concode_elem_sep void write concode_elem_sep InputStream getInputStream
long function ( ) { return _oFileItem . getSize ( ) ; }
24,927
returns the path for the parent of the cell represented by the given path . returns null if the given path has no parent . concode_field_sep String PATH_SEPARATOR concode_field_sep int compare concode_elem_sep mxICell resolve concode_elem_sep String create
String function ( String arg0 ) { if ( arg0 != null ) { int loc0 = arg0 . lastIndexOf ( mxCellPath . PATH_SEPARATOR ) ; if ( loc0 >= 0 ) { return arg0 . substring ( 0 , loc0 ) ; } else if ( arg0 . length ( ) > 0 ) { return "srini_string" ; } } return null ; }
24,928
format date and time . concode_field_sep ReportLevel quietLevel concode_elem_sep PrintWriter stdout concode_elem_sep DateFormat dateFormat concode_elem_sep boolean incremental concode_elem_sep PrintWriter stderr concode_elem_sep RunMode runMode concode_field_sep PrintWriterRunContext createInstance concode_elem_sep voi...
String function ( Date arg0 ) { synchronized ( dateFormat ) { return dateFormat . format ( arg0 ) ; } }
24,929
execute query concode_field_sep Cursor cursor concode_elem_sep PreparedStatement statement concode_field_sep boolean next concode_elem_sep void release concode_elem_sep void setParams
void function ( ) { this . cursor = this . statement . executeQuery ( ) ; }
24,930
creates a org.apache.camel.component.stax.staxjaxbiteratorexpression . concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder
Expression function ( String arg0 , boolean arg1 ) { return new StAXJAXBIteratorExpression < T > ( arg0 , arg1 ) ; }
24,931
for applications that use a persistent jdbc connection , this class can be used to encapsulate that connection . just strip out the sqlfile stuff if you do n't need that . concode_field_sep Connection conn concode_field_sep void main concode_elem_sep void executeFiles
Connection function ( ) { return conn ; }
24,932
converts a double to a string . concode_field_sep double EUR_TO_PTE_CONV concode_elem_sep long serialVersionUID concode_field_sep String printEUR2 concode_elem_sep String printEUR2 concode_elem_sep String printNullNumber concode_elem_sep String formatCurrencyEUR concode_elem_sep String printCurrency concode_elem_sep St...
String function ( double arg0 ) { DecimalFormat loc0 = null ; if ( Double . isNaN ( arg0 ) ) return "srini_string" ; if ( arg0 == ( ( double ) ( ( int ) arg0 ) ) ) loc0 = new DecimalFormat ( "srini_string" ) ; else loc0 = new DecimalFormat ( "srini_string" ) ; return loc0 . format ( arg0 ) ; }
24,933
saves parameters for startactivityforresult . concode_field_sep Activity activity 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 concode_elem_sep PluginManager pluginManager concode_elem_s...
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 ( ) ) ; } }
24,934
is this a bootstrap node ? in bottstrap nodes one of the two corrdinates is less than zero . concode_field_sep PathNode prev concode_elem_sep int i concode_elem_sep int j concode_field_sep boolean isSnake concode_elem_sep String toString concode_elem_sep PathNode previousSnake
boolean function ( ) { return i < 0 || j < 0 ; }
24,935
test of test method , of class chisqtest . concode_field_sep PlaceHolder placeHolder concode_field_sep void testTest concode_elem_sep void setUpClass concode_elem_sep void setUp concode_elem_sep void tearDownClass concode_elem_sep void tearDown
void function ( ) { System . out . println ( "srini_string" ) ; int [ ] loc0 = { 8 , 13 , 16 , 10 , 3 } ; int [ ] loc1 = { 4 , 9 , 14 , 16 , 7 } ; ChiSqTest loc2 = ChiSqTest . test ( loc0 , loc1 ) ; assertEquals ( 5.179 , loc2 . chisq , 1E-2 ) ; assertEquals ( 4 , loc2 . df , 1E-10 ) ; assertEquals ( 0.2695 , loc2 . pv...
24,936
copy bytes from a byte to an outputstream . concode_field_sep int DEFAULT_BUFFER_SIZE concode_field_sep placeholderType placeHolder
void function ( byte [ ] arg0 , OutputStream arg1 ) { arg1 . write ( arg0 ) ; }
24,937
gets a formatted with arguments string from the resource bundle concode_field_sep ResourceBundle fResourceBundle concode_elem_sep String RESOURCE_BUNDLE concode_field_sep String getString concode_elem_sep ResourceBundle getResourceBundle
String function ( String arg0 , Object [ ] arg1 ) { return MessageFormat . format ( getString ( arg0 ) , arg1 ) ; }
24,938
sets the otherfilecount value for this creativeuploadfilecount . concode_field_sep int flashFileCount concode_elem_sep int imageFileCount concode_elem_sep int otherFileCount concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep boolean __hashCodeC...
void function ( int arg0 ) { this . otherFileCount = arg0 ; }
24,939
the stack id . concode_field_sep String ecsClusterName concode_elem_sep String stackId concode_elem_sep String registeredAt concode_elem_sep String ecsClusterArn concode_field_sep EcsCluster withEcsClusterName concode_elem_sep void setStackId concode_elem_sep String getEcsClusterArn concode_elem_sep EcsCluster withEcsC...
String function ( ) { return this . stackId ; }
24,940
this is called when a resource adapter instance is undeployed or during application server shutdown . concode_field_sep String name concode_elem_sep Logger log concode_field_sep void setName concode_elem_sep String getName concode_elem_sep void endpointActivation concode_elem_sep int hashCode concode_elem_sep void endp...
void function ( ) { log . finest ( "srini_string" ) ; }
24,941
add a runnable task to be triggered at the given fixed-rate interval . concode_field_sep List<CronTask> cronTasks concode_elem_sep List<TriggerTask> triggerTasks concode_elem_sep Set<ScheduledFuture<?>> scheduledFutures concode_elem_sep List<IntervalTask> fixedRateTasks concode_elem_sep TaskScheduler taskScheduler conc...
void function ( Runnable arg0 , long arg1 ) { addFixedRateTask ( new IntervalTask ( arg0 , arg1 , 0 ) ) ; }
24,942
simulates pressing a button on a harmony remote concode_field_sep ExecutorService executorService concode_elem_sep Map<String,HarmonyHubInstance> hubs concode_elem_sep String NOQUALIFIER concode_elem_sep HarmonyClient client concode_elem_sep List<HarmonyHubGatewayListener> hubListener concode_elem_sep Pattern CONFIG_PA...
void function ( final int arg0 , final String arg1 ) { pressButton ( null , arg0 , arg1 ) ; }
24,943
set the location header . concode_field_sep Resource contentResource concode_elem_sep HttpHeaders headers concode_elem_sep byte[] content concode_elem_sep HttpStatus statusCode concode_field_sep DefaultResponseCreator headers concode_elem_sep ClientHttpResponse createResponse concode_elem_sep DefaultResponseCreator loc...
DefaultResponseCreator function ( URI arg0 ) { this . headers . setLocation ( arg0 ) ; return this ; }
24,944
change the volume of a abstractaudiodeviceconfig concode_field_sep String ITEM_SINK_INPUT concode_elem_sep String ITEM_SINK concode_elem_sep String CMD_UNLOAD_MODULE concode_elem_sep String MODULE_COMBINE_SINK concode_elem_sep List<Module> modules concode_elem_sep String CMD_LIST_SOURCE_OUTPUTS concode_elem_sep String ...
void function ( AbstractAudioDeviceConfig arg0 , int arg1 ) { if ( arg0 == null ) return ; if ( arg1 <= 100 ) { arg1 = toAbsoluteVolume ( arg1 ) ; } setVolume ( arg0 , arg1 ) ; }
24,945
create a new jndi initial context . invoked by #getcontext . the default implementation use this template 's environment settings . can be subclassed for custom contexts , e.g. for testing . concode_field_sep Properties environment concode_elem_sep Log logger concode_field_sep void releaseContext concode_elem_sep Objec...
Context function ( ) { Hashtable < ? , ? > loc0 = null ; Properties loc1 = getEnvironment ( ) ; if ( loc1 != null ) { loc0 = new Hashtable < Object , Object > ( loc1 . size ( ) ) ; CollectionUtils . mergePropertiesIntoMap ( loc1 , loc0 ) ; } return new InitialContext ( loc0 ) ; }
24,946
sets the mbeanserver on which the querywill be performed . concode_field_sep String val concode_elem_sep long serialVersionUID concode_field_sep String getValue concode_elem_sep ValueExp apply concode_elem_sep String toString
void function ( MBeanServer arg0 ) { }
24,947
checks if a checkedtextview with a given text is checked . concode_field_sep ViewFetcher viewFetcher concode_elem_sep Waiter waiter concode_field_sep boolean isSpinnerTextSelected concode_elem_sep boolean isSpinnerTextSelected concode_elem_sep boolean isButtonChecked concode_elem_sep boolean isButtonChecked
boolean function ( String arg0 ) { CheckedTextView loc0 = waiter . waitForText ( CheckedTextView . class , arg0 , 0 , Timeout . getSmallTimeout ( ) , true ) ; if ( loc0 != null && loc0 . isChecked ( ) ) { return true ; } return false ; }
24,948
set value of modelguid concode_field_sep String metaName concode_elem_sep String entityName concode_elem_sep IContext context concode_elem_sep IMendixObject userRoleMendixObject concode_field_sep void setName concode_elem_sep void setName concode_elem_sep String getGUID concode_elem_sep void setgrantableRoles concode_e...
void function ( IContext arg0 , String arg1 ) { getMendixObject ( ) . setValue ( arg0 , MemberNames . ModelGUID . toString ( ) , arg1 ) ; }
24,949
derives a gvtfont object of the correct size from an attribute map . concode_field_sep BridgeContext ctx concode_elem_sep GVTFontFace fontFace concode_elem_sep AttributedCharacterIterator.Attribute TEXT_COMPOUND_ID concode_elem_sep Element fontElement concode_elem_sep Boolean complex concode_field_sep String getFamilyN...
GVTFont function ( float arg0 , Map arg1 ) { SVGFontElementBridge loc0 ; loc0 = ( SVGFontElementBridge ) ctx . getBridge ( fontElement ) ; SoftReference loc1 = ( SoftReference ) arg1 . get ( TEXT_COMPOUND_ID ) ; Element loc2 = ( Element ) loc1 . get ( ) ; return loc0 . createFont ( ctx , fontElement , loc2 , arg0 , fon...
24,950
checks for underflow . this method is used internally to check whether a buffer has enough elements left to satisfy a read request for a given number of elements . concode_field_sep int cap concode_elem_sep RawData address concode_elem_sep int pos concode_elem_sep int limit concode_elem_sep int mark concode_field_sep v...
void function ( int arg0 ) { if ( remaining ( ) < arg0 ) throw new BufferUnderflowException ( ) ; }
24,951
ensures that the interference graph is appropriately sized . concode_field_sep ArrayList<IntSet> interference concode_field_sep void add concode_elem_sep void dumpToStdout concode_elem_sep void mergeInterferenceSet
void function ( int arg0 ) { int loc0 = interference . arg0 ( ) ; interference . ensureCapacity ( arg0 ) ; for ( int loc1 = loc0 ; loc1 < arg0 ; loc1 ++ ) { interference . add ( SetFactory . makeInterferenceSet ( arg0 ) ) ; } }
24,952
returns p for the dsa algorithm . concode_field_sep BigInteger q concode_elem_sep BigInteger y concode_elem_sep BigInteger p concode_elem_sep BigInteger g concode_field_sep BigInteger getG concode_elem_sep BigInteger getY concode_elem_sep BigInteger getP
BigInteger function ( ) { return this . q ; }
24,953
order status concode_field_sep Long id concode_elem_sep DateTime shipDate concode_elem_sep String value concode_elem_sep StatusEnum status concode_elem_sep Boolean complete concode_elem_sep Long petId concode_elem_sep Integer quantity concode_field_sep DateTime getShipDate concode_elem_sep String toIndentedString conco...
StatusEnum function ( ) { return status ; }
24,954
gets the fldfilterval value for this transactioncolumncustomfieldfilter . concode_field_sep java.lang.Boolean fldFilterChecked concode_elem_sep com.netsuite.webservices.platform.core_2014_2.RecordRef fldFilter concode_elem_sep java.lang.Boolean fldFilterNotNull concode_elem_sep java.lang.String fldFilterVal concode_ele...
java . lang . String function ( ) { return fldFilterVal ; }
24,955
detect whether a step execution belongs to this job execution . concode_field_sep Log logger concode_elem_sep ExecutionContext executionContext concode_elem_sep JobRepository jobRepository concode_field_sep StepExecution handleStep concode_elem_sep void afterPropertiesSet concode_elem_sep void setJobRepository concode_...
boolean function ( JobExecution arg0 , StepExecution arg1 ) { return arg1 != null && arg1 . getJobExecutionId ( ) != null && arg1 . getJobExecutionId ( ) . equals ( arg0 . getId ( ) ) ; }
24,956
gest parameter value from the the session scope . concode_field_sep Logger log concode_elem_sep Properties buildProperties concode_field_sep String getRequestParameter concode_elem_sep UIComponent findComponent concode_elem_sep ServletContext getServletContext concode_elem_sep void redirectBrowser concode_elem_sep Obje...
String function ( String arg0 ) { FacesContext loc0 = FacesContext . getCurrentInstance ( ) ; HttpServletRequest loc1 = ( HttpServletRequest ) loc0 . getExternalContext ( ) . getRequest ( ) ; HttpSession loc2 = loc1 . getSession ( ) ; return loc1 . getParameter ( arg0 ) ; }
24,957
returns a value property for observing the bounds of a control . concode_field_sep PlaceHolder placeHolder concode_field_sep IWidgetValueProperty image concode_elem_sep IWidgetValueProperty visible concode_elem_sep IWidgetValueProperty tooltipText concode_elem_sep IWidgetValueProperty editable concode_elem_sep IWidgetV...
IWidgetValueProperty function ( ) { return new ControlBoundsProperty ( ) ; }
24,958
returns the spring bean id for this bean . concode_field_sep MBBanService _service concode_field_sep void setService concode_elem_sep void deleteBan concode_elem_sep com.liferay.portlet.messageboards.model.MBBan addBan concode_elem_sep void setBeanIdentifier concode_elem_sep MBBanService getService
java . lang . String function ( ) { return getService ( ) . getBeanIdentifier ( ) ; }
24,959
gets the value of the name property . concode_field_sep String name concode_field_sep void setName
String function ( ) { return name ; }
24,960
information about the jobs . note : this method appends the values to the existing list if any . use #setjobs java.util.collection or #withjobs java.util.collection if you want to override theexisting values . concode_field_sep String nextToken concode_elem_sep java.util.List<Job> jobs concode_field_sep void setJobs co...
ListJobsResult function ( Job ... arg0 ) { if ( this . jobs == null ) { setJobs ( new java . util . ArrayList < Job > ( arg0 . length ) ) ; } for ( Job loc0 : arg0 ) { this . jobs . add ( loc0 ) ; } return this ; }
24,961
end document event . concode_field_sep AttributesAdapter qAtts concode_elem_sep XMLReader xmlReader concode_elem_sep DocumentHandler documentHandler concode_elem_sep Attributes attributes concode_field_sep void setupXMLReader concode_elem_sep void setEntityResolver concode_elem_sep String getName concode_elem_sep void ...
void function ( ) { if ( documentHandler != null ) documentHandler . endDocument ( ) ; }
24,962
set parameter map for this tool . concode_field_sep Log LOG concode_elem_sep Method init concode_elem_sep Method configure concode_elem_sep Class clazz concode_elem_sep Map parameters concode_elem_sep String key concode_field_sep String getKey concode_elem_sep void setParameter concode_elem_sep String getClassname conc...
void function ( Map arg0 ) { this . parameters = arg0 ; }
24,963
returns a string representation of this policyqualifierinfo instance . concode_field_sep String policyQualifierId concode_elem_sep byte[] policyQualifier concode_elem_sep byte[] encoded concode_field_sep String getPolicyQualifierId concode_elem_sep byte[] getEncoded concode_elem_sep byte[] getPolicyQualifier
String function ( ) { StringBuilder loc0 = new StringBuilder ( "srini_string" ) ; loc0 . append ( policyQualifierId ) ; loc0 . append ( "srini_string" ) ; loc0 . append ( Array . toString ( policyQualifier , "srini_string" ) ) ; loc0 . append ( "srini_string" ) ; return loc0 . toString ( ) ; }
24,964
run the job with the indicating the input format key should be emitted . concode_field_sep File OUTPUT_DIR concode_elem_sep File INPUT_FILE concode_elem_sep StreamJob job concode_elem_sep String outputWithoutKey concode_elem_sep String outputWithKey concode_elem_sep String input concode_field_sep void createInput conco...
void function ( ) { runStreamJob ( outputWithKey , false ) ; }
24,965
warning log message with printf formatting . 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 ...
void function ( String arg0 , String arg1 , Object ... arg2 ) { if ( LOG . WARN >= LOGLEVEL ) Log . w ( arg0 , String . format ( arg1 , arg2 ) ) ; }
24,966
for completed jobs , get the exit code , can be null of the job is not finished or if for some other reason the exit code is not available . concode_field_sep String queueId concode_elem_sep Memory memory concode_elem_sep DrmJobState jobState concode_elem_sep Memory memory concode_elem_sep Logger log concode_elem_sep D...
Integer function ( ) { return exitCode ; }
24,967
returns whether the flag acc_annotation is on in the givenflags . concode_field_sep int ACC_NATIVE concode_elem_sep int ACC_SUPER concode_elem_sep int ACC_STRICT concode_elem_sep int ACC_ANNOTATION concode_elem_sep int CONV_CLASS concode_elem_sep int ACC_ABSTRACT concode_elem_sep int CONV_FIELD concode_elem_sep int ACC...
boolean function ( int arg0 ) { return ( arg0 & ACC_ANNOTATION ) != 0 ; }
24,968
create an instance of jaxbelement concode_field_sep QName _Init_QNAME concode_elem_sep QName _Authorize_QNAME concode_elem_sep QName _AuthorizeResponse_QNAME concode_elem_sep QName _InitResponse_QNAME concode_field_sep Authorize createAuthorize concode_elem_sep JAXBElement<Authorize> createAuthorize concode_elem_sep Au...
JAXBElement < Init > function ( Init arg0 ) { return new JAXBElement < Init > ( _Init_QNAME , Init . class , null , arg0 ) ; }
24,969
the error code . concode_field_sep WorkspaceRequest workspaceRequest concode_elem_sep String errorMessage concode_elem_sep String errorCode concode_field_sep void setErrorMessage concode_elem_sep WorkspaceRequest getWorkspaceRequest concode_elem_sep String getErrorCode concode_elem_sep int hashCode concode_elem_sep boo...
FailedCreateWorkspaceRequest function ( String arg0 ) { setErrorCode ( arg0 ) ; return this ; }
24,970
determine the shards with a specific state concode_field_sep DiscoveryNode node concode_elem_sep LinkedHashMap<ShardId,ShardRouting> shards concode_elem_sep String nodeId concode_field_sep void add concode_elem_sep String prettyPrint concode_elem_sep boolean isEmpty concode_elem_sep void update concode_elem_sep int num...
List < ShardRouting > function ( ShardRoutingState ... arg0 ) { List < ShardRouting > loc0 = new ArrayList < > ( ) ; for ( ShardRouting loc1 : this ) { for ( ShardRoutingState loc2 : arg0 ) { if ( loc1 . loc2 ( ) == loc2 ) { loc0 . add ( loc1 ) ; } } } return loc0 ; }
24,971
getter method to get the name of detailed problem type concode_field_sep Integer subsubCategoryParentId concode_elem_sep Integer subsubCategoryStatus concode_elem_sep String subsubCategoryName concode_elem_sep String callBackType concode_elem_sep String subsubCategoryModifiedBy concode_elem_sep long serialVersionUID co...
String function ( ) { return subsubCategoryName ; }
24,972
get credential ids from threadlocal . concode_field_sep ThreadLocal<String[]> CURRENT_CREDENTIAL_IDS concode_elem_sep ThreadLocal<Authentication> CURRENT_AUTHENTICATION concode_field_sep void bindCurrent concode_elem_sep void bindCurrent concode_elem_sep void bindCurrent concode_elem_sep String getCurrentCredentialIdsA...
String [ ] function ( ) { return CURRENT_CREDENTIAL_IDS . get ( ) ; }
24,973
called when an activity is created in front of the app e.g. an interstitial is shown , or an ad is clicked and launches a new activity . concode_field_sep Context applicationContext concode_elem_sep String LOG_TAG concode_elem_sep InterstitialAd interstitial concode_field_sep void onCreate concode_elem_sep void onDestr...
void function ( Ad arg0 ) { logger . log ( LOG_TAG , "srini_string" ) ; EventQueue . pushEvent ( new InterstitialEvent ( true ) ) ; }
24,974
sets the date at which the moon is in the first quarter . concode_field_sep Calendar firstQuarter concode_elem_sep double illumination concode_elem_sep Calendar thirdQuarter concode_elem_sep MoonPhaseName name concode_elem_sep Calendar _new concode_elem_sep int age concode_elem_sep Calendar full concode_field_sep void ...
void function ( Calendar arg0 ) { this . firstQuarter = arg0 ; }
24,975
returns the media id or null . see mediametadatacompat #metadata_key_media_id . concode_field_sep Uri mIconUri concode_elem_sep Parcelable.Creator<MediaDescriptionCompat> CREATOR concode_elem_sep Bitmap mIcon concode_elem_sep String DESCRIPTION_KEY_NULL_BUNDLE_FLAG concode_elem_sep Object mDescriptionObj concode_elem_s...
String function ( ) { return mMediaId ; }
24,976
lazy loading because update is called after activate concode_field_sep ItemRegistry itemRegistry concode_elem_sep Logger logger concode_elem_sep EntityManagerFactory emf concode_field_sep void closeEntityManagerFactory concode_elem_sep String getPersistenceUnitName concode_elem_sep String getName concode_elem_sep Entit...
EntityManagerFactory function ( ) { if ( emf == null ) { emf = newEntityManagerFactory ( ) ; } return emf ; }
24,977
gets the value of the shelvingorder property . concode_field_sep String number concode_elem_sep ShelvingOrder shelvingOrder concode_elem_sep String prefix concode_elem_sep String itemPart concode_elem_sep String type concode_elem_sep String classificationPart concode_elem_sep ShelvingScheme shelvingScheme concode_field...
ShelvingOrder function ( ) { return shelvingOrder ; }
24,978
fetch the resource . designed so that extensions can decide how the resource should be retrieved . concode_field_sep Logger logger concode_field_sep placeholderType placeHolder
X509CRL function ( final URL arg0 ) { return fetch ( new UrlResource ( ( URL ) arg0 ) ) ; }
24,979
serializes the given task into an xml string . concode_field_sep EventRelay eventRelay concode_field_sep String convertToXml concode_elem_sep CommcareRequestData createRequestWithEnvelope concode_elem_sep CaseRequest mapToCase concode_elem_sep CaseRequest mapToCloseCase concode_elem_sep CaseRequest createCase concode_e...
String function ( CaseTask arg0 ) { CaseRequest loc0 = mapToCase ( arg0 ) ; CommcareRequestData loc1 = createRequestWithEnvelope ( loc0 ) ; return convertToXml ( loc1 ) ; }
24,980
the name of the header to add . must be between 1 and 50 characters , inclusive , and consist of alphanumeric a-z , a-z , 0-9 characters and dashes only . concode_field_sep String name concode_elem_sep String value concode_field_sep void setName concode_elem_sep String getValue concode_elem_sep String getName concode_e...
ExtensionField function ( String arg0 ) { setName ( arg0 ) ; return this ; }
24,981
gets the value of the label property . concode_field_sep boolean custom concode_elem_sep String miniIconUrl concode_elem_sep String iconUrl concode_elem_sep String label concode_elem_sep String sobjectName concode_elem_sep String url concode_field_sep void setSobjectName concode_elem_sep void setCustom concode_elem_sep...
String function ( ) { return this . label ; }
24,982
sets the value of the issuerid property . concode_field_sep Integer amount concode_elem_sep String serialNumber concode_elem_sep XMLGregorianCalendar endDate concode_elem_sep Boolean isValid concode_elem_sep Integer refillAmount concode_elem_sep Boolean isValidForRefill concode_elem_sep long serialVersionUID concode_el...
void function ( String arg0 ) { this . issuerID = arg0 ; }
24,983
get the jcr propertytype value . concode_field_sep String UNDEFINED concode_elem_sep int jcrType concode_elem_sep String STRING concode_elem_sep String LONG concode_elem_sep int UUID_LENGTH concode_elem_sep String DATE concode_elem_sep String BINARY concode_elem_sep String WEAK_REF concode_elem_sep int precision concod...
int function ( ) { return jcrType ; }
24,984
sets the value of the datatypetemplates property . concode_field_sep DataTypeTemplatesType dataTypeTemplates concode_elem_sep SubstationType substation concode_elem_sep HeaderType header concode_elem_sep List<IEDType> ied concode_elem_sep CommunicationType communication concode_field_sep void setCommunication concode_e...
void function ( DataTypeTemplatesType arg0 ) { this . dataTypeTemplates = arg0 ; }
24,985
create an instance of jaxbelement concode_field_sep QName _EsiGetBillDetailsRequest_QNAME concode_elem_sep QName _EsiGetBillDetailsResponse_QNAME concode_field_sep JAXBElement<ESIGetBillDetailsResponseType> createEsiGetBillDetailsResponse concode_elem_sep ESIGetBillDetailsResponseType createESIGetBillDetailsResponseTyp...
JAXBElement < ESIGetBillDetailsRequestType > function ( ESIGetBillDetailsRequestType arg0 ) { return new JAXBElement < ESIGetBillDetailsRequestType > ( _EsiGetBillDetailsRequest_QNAME , ESIGetBillDetailsRequestType . class , null , arg0 ) ; }
24,986
the iam role arn that has access to elasticsearch . concode_field_sep String endpoint concode_elem_sep String roleArn concode_elem_sep String index concode_elem_sep String id concode_elem_sep String type concode_field_sep ElasticsearchAction withIndex concode_elem_sep String getIndex concode_elem_sep String getEndpoint...
void function ( String arg0 ) { this . roleArn = arg0 ; }
24,987
get crypto codec for algorithm/mode/padding in config value hadoop.security.crypto.cipher.suite concode_field_sep Logger LOG concode_field_sep CipherSuite getCipherSuite concode_elem_sep Encryptor createEncryptor concode_elem_sep Decryptor createDecryptor concode_elem_sep void generateSecureRandom concode_elem_sep void...
CryptoCodec function ( Configuration arg0 ) { String loc0 = arg0 . get ( HADOOP_SECURITY_CRYPTO_CIPHER_SUITE_KEY , HADOOP_SECURITY_CRYPTO_CIPHER_SUITE_DEFAULT ) ; return getInstance ( arg0 , CipherSuite . convert ( loc0 ) ) ; }
24,988
set the httpclient used by this factory . concode_field_sep HttpClient httpClient concode_elem_sep int DEFAULT_READ_TIMEOUT_MILLISECONDS concode_field_sep void setReadTimeout concode_elem_sep void setConnectTimeout concode_elem_sep void postProcessCommonsHttpMethod concode_elem_sep ClientHttpRequest createRequest conco...
void function ( HttpClient arg0 ) { this . httpClient = arg0 ; }
24,989
free the memory associated with this map . this is idempotent and can be called multiple times . concode_field_sep UnsafeProjection groupingKeyProjection concode_elem_sep StructType groupingKeySchema concode_elem_sep byte[] emptyAggregationBuffer concode_elem_sep boolean enablePerfMetrics concode_elem_sep StructType ag...
void function ( ) { map . free ( ) ; }
24,990
makes a whois request and returns a result segment containing the version of the whois server . concode_field_sep PlaceHolder placeHolder concode_field_sep HashMap<Class<? extends ResponseParser>,ResponseParser> getWhoisResultsWithDefaultParsers concode_elem_sep HashMap<Class<? extends ResponseParser>,ResponseParser> g...
ResultSegment function ( final String arg0 , final WhoisServerDefinition arg1 ) { VersionSegmentParser loc0 = new VersionSegmentParser ( ) ; WhoisRunner loc1 = new WhoisRunner ( loc0 ) ; loc1 . runWhoisQuery ( arg0 , arg1 ) ; return loc0 . getServerVersion ( ) ; }
24,991
returns the given date as a well formatted string . the above defined dateutil #date_pattern is used . concode_field_sep String DATE_PATTERN concode_elem_sep DateTimeFormatter DATE_FORMATTER concode_field_sep boolean validDate concode_elem_sep LocalDate parse
String function ( LocalDate arg0 ) { if ( arg0 == null ) { return null ; } return DATE_FORMATTER . format ( arg0 ) ; }
24,992
print a double to standard output and then terminate the line . concode_field_sep String CHARSET_NAME concode_elem_sep Locale LOCALE concode_elem_sep PrintWriter out concode_field_sep void print concode_elem_sep void print concode_elem_sep void print concode_elem_sep void print concode_elem_sep void print concode_elem_...
void function ( double arg0 ) { out . println ( arg0 ) ; }
24,993
retrieves the network protocol of the data source . concode_field_sep String description concode_elem_sep String dataSourceName concode_elem_sep String password concode_elem_sep String serverName concode_elem_sep int loginTimeout concode_elem_sep String user concode_elem_sep String networkProtocol concode_elem_sep Prin...
String function ( ) { return networkProtocol ; }
24,994
get the next fixture in the parent body 's fixture list . concode_field_sep boolean m_isSensor concode_elem_sep Shape m_shape concode_elem_sep Object m_userData concode_elem_sep float m_density concode_elem_sep Fixture m_next concode_elem_sep float m_restitution concode_elem_sep AABB pool1 concode_elem_sep float m_fric...
Fixture function ( ) { return m_next ; }
24,995
sets the value of the startdate property . concode_field_sep XMLGregorianCalendar endDate concode_elem_sep PeriodDemandPlanList periodDemandPlanList concode_elem_sep XMLGregorianCalendar startDate concode_elem_sep Double calculatedQuantity concode_field_sep XMLGregorianCalendar getStartDate concode_elem_sep void setPer...
void function ( XMLGregorianCalendar arg0 ) { this . startDate = arg0 ; }
24,996
adds an entry for the given key/value/space . concode_field_sep LRUCacheEntry fEntryQueue concode_elem_sep LRUCacheEntry _fNext concode_elem_sep LRUCacheEntry fEntryQueueTail concode_elem_sep Hashtable fEntryTable concode_elem_sep Object _fValue concode_elem_sep LRUCacheEntry _fPrevious concode_elem_sep int fSpaceLimit...
void function ( Object arg0 , Object arg1 , int arg2 ) { LRUCacheEntry loc0 ; loc0 = new LRUCacheEntry ( arg0 , arg1 , arg2 ) ; this . privateAddEntry ( loc0 , false ) ; }
24,997
returns the datetime with the start of the next quarter day . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isFirstQuarterOfDay concode_elem_sep DateTime withEndOfNextQuarterOfDay concode_elem_sep DateTime withStartOfNextDay concode_elem_sep DateTime withStartOfNextWeek concode_elem_sep DateTime w...
DateTime function ( DateTime arg0 ) { return withStartOfQuarterOfDay ( arg0 . plusHours ( getDurationOfQuarterOfDayHours ( ) ) ) ; }
24,998
non-javadoc concode_field_sep boolean valid concode_elem_sep Manageable parent concode_elem_sep int PROPERTY_CHANGE_AFTER_STARTUP concode_elem_sep int NULL_COMPONENT_PROPERTY concode_elem_sep boolean managed concode_elem_sep BaseControl control concode_elem_sep boolean started concode_elem_sep String id concode_field_s...
void function ( BaseControl arg0 ) { this . control = arg0 ; }
24,999
$ git_dir / info/exclude concode_field_sep String MERGE_MSG concode_elem_sep String REFS_HEADS concode_elem_sep String INFO concode_elem_sep String myRefsRemotesDirPath concode_elem_sep String myExcludePath concode_elem_sep String myMergeHeadPath concode_elem_sep String MERGE_HEAD concode_elem_sep String INFO_EXCLUDE c...
boolean function ( @ NotNull String arg0 ) { return arg0 . equals ( myExcludePath ) ; }