idx
int64
0
25k
question
stringlengths
68
5.14k
target
stringlengths
20
503
10,700
set the original rmsd threshold from which the alignment optimization is started 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 co...
void function ( Double arg0 ) { this . oRmsdThr = arg0 ; }
10,701
store the managed bean inside the session scope . concode_field_sep PlaceHolder placeHolder concode_field_sep String getRequestParameter concode_elem_sep Application getApplication concode_elem_sep ValueBinding getValueBinding concode_elem_sep Object getElValue concode_elem_sep void addInfoMessage concode_elem_sep void...
void function ( String arg0 , Object arg1 ) { FacesContext . getCurrentInstance ( ) . getExternalContext ( ) . getSessionMap ( ) . put ( arg0 , arg1 ) ; }
10,702
method to remove this user from the conversation and reset their status flag concode_field_sep String color concode_elem_sep String DEFAULT_NICK concode_elem_sep String buttonImage concode_elem_sep Log log concode_elem_sep boolean minimized concode_elem_sep String autoLoad concode_elem_sep String MAXIMIZE_IMAGE concode...
void function ( ActionEvent arg0 ) { leaving = true ; inConversation = false ; buttonImage = MINIMIZE_IMAGE ; minimized = true ; chatState . removeUserChild ( this ) ; }
10,703
returns the endpoint of the edge that is different from the given vertex unless the edge represents a self-loop in which case it returns the same vertex . concode_field_sep int v concode_elem_sep int w concode_elem_sep double flow concode_elem_sep double capacity concode_field_sep void addResidualFlowTo concode_elem_se...
int function ( int arg0 ) { if ( arg0 == v ) return w ; else if ( arg0 == w ) return v ; else throw new IllegalArgumentException ( "srini_string" ) ; }
10,704
sets the value of the show property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep DQThematicClassificationCorrectnessType dqThematicClassificationCorrectness concode_elem_sep List<String> nilReason concode_elem_sep String hr...
void function ( String arg0 ) { this . show = arg0 ; }
10,705
set the content-type 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...
DefaultResponseCreator function ( MediaType arg0 ) { if ( arg0 != null ) { this . headers . setContentType ( arg0 ) ; } return this ; }
10,706
marks a a deploymentunit as a process application concode_field_sep AttachmentKey<AnnotationInstance> POST_DEPLOY_METHOD concode_elem_sep AttachmentKey<AttachmentList<ProcessesXmlWrapper>> PROCESSES_XML_LIST concode_elem_sep AttachmentKey<Boolean> PART_OF_MARKER concode_elem_sep AttachmentKey<Boolean> MARKER concode_el...
void function ( DeploymentUnit arg0 ) { arg0 . putAttachment ( MARKER , Boolean . TRUE ) ; }
10,707
modifica el autor del libro concode_field_sep int ejemplares concode_elem_sep boolean[] prestado concode_elem_sep String isbn concode_elem_sep String titulo concode_elem_sep String autor concode_field_sep int getEjemplares concode_elem_sep void prestar concode_elem_sep void setIsbn concode_elem_sep boolean getPrestadoE...
void function ( String arg0 ) { this . autor = arg0 ; }
10,708
stop a service . do nothing if the service is null or not in a state in which it can be/needs to be stopped . the service state is checked before the operation begins . this process is not thread safe . concode_field_sep Logger LOG concode_field_sep void init concode_elem_sep Exception stopQuietly concode_elem_sep void...
void function ( Service arg0 ) { if ( arg0 != null ) { Service . STATE loc0 = arg0 . getServiceState ( ) ; if ( loc0 == Service . STATE . STARTED ) { arg0 . stop ( ) ; } } }
10,709
sets the value concode_field_sep String cookieDomain concode_elem_sep Date cookieExpiryDate concode_elem_sep int cookieVersion concode_elem_sep String name concode_elem_sep boolean isSecure concode_elem_sep String cookiePath concode_elem_sep String value concode_elem_sep long serialVersionUID concode_elem_sep Map<Strin...
void function ( final String arg0 ) { this . value = arg0 ; }
10,710
return all files referenced by this segmentinfo . concode_field_sep Codec codec concode_elem_sep Map<String,String> diagnostics concode_elem_sep boolean isCompoundFile concode_elem_sep String name concode_elem_sep int maxDoc concode_elem_sep Map<String,String> attributes concode_elem_sep byte[] id concode_elem_sep Dire...
Set < String > function ( ) { if ( setFiles == null ) { throw new IllegalStateException ( "srini_string" ) ; } return Collections . unmodifiableSet ( setFiles ) ; }
10,711
returns the parameter name . concode_field_sep String paramType concode_elem_sep Object schema concode_elem_sep String path concode_elem_sep String method concode_elem_sep String dataType concode_elem_sep String[] produces concode_elem_sep String name concode_elem_sep String description concode_elem_sep List<MethodPara...
String function ( ) { return name ; }
10,712
this method resets the incoming events time events included . concode_field_sep long minus concode_elem_sep long myInt1 concode_elem_sep long plusAssign concode_elem_sep long myInt2 concode_elem_sep boolean equalOrLess concode_elem_sep boolean notEqual concode_elem_sep boolean less concode_elem_sep long divAssign conco...
void function ( ) { sCInterface . clearEvents ( ) ; }
10,713
executes the request . this method is called from the webview thread . to do a non-trivial amount of work , use : cordova.getthreadpool . execute runnable ; to run on the ui thread , use : cordova.getactivity . runonuithread runnable ; concode_field_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView c...
boolean function ( String arg0 , JSONArray arg1 , CallbackContext arg2 ) { CordovaArgs loc0 = new CordovaArgs ( arg1 ) ; return execute ( arg0 , loc0 , arg2 ) ; }
10,714
set the value of the boolean leaf attribute . setting the leaf attribute to true will force a tree node to be rendered as a leaf . by default the leaf attribute is false therefore all tree nodes will default to folders . concode_field_sep String branchContractedIcon concode_elem_sep boolean expanded concode_elem_sep St...
void function ( boolean arg0 ) { this . leaf = arg0 ; }
10,715
close the underlying reader . concode_field_sep int bufferEnd concode_elem_sep boolean endOfFile concode_elem_sep Reader reader concode_elem_sep int bufferStart concode_elem_sep boolean insideRemark concode_elem_sep int remarkStart concode_elem_sep char[] buffer concode_elem_sep int bufferPos concode_elem_sep boolean b...
void function ( ) { try { reader . close ( ) ; } catch ( IOException loc0 ) { throw DbException . convertIOException ( loc0 , null ) ; } }
10,716
set the xmlreader to be used for the source . concode_field_sep String FEATURE concode_elem_sep XMLReader reader concode_elem_sep InputSource inputSource concode_field_sep String getSystemId concode_elem_sep InputSource sourceToInputSource concode_elem_sep void setSystemId concode_elem_sep void setInputSource concode_e...
void function ( XMLReader arg0 ) { this . reader = arg0 ; }
10,717
deletes an element from the list at specific index concode_field_sep int elementsCount concode_elem_sep int REDUCER concode_elem_sep double GROWING_FACTOR concode_elem_sep int[] array concode_elem_sep int INITIAL_SIZE concode_elem_sep int REDUCING_FACTOR concode_field_sep void add concode_elem_sep int getREDUCER concod...
void function ( int arg0 ) { for ( int loc0 = arg0 ; loc0 < this . elementsCount - 1 ; loc0 ++ ) { this . array [ loc0 ] = this . array [ loc0 + 1 ] ; } this . array [ elementsCount - 1 ] = 0 ; this . elementsCount -- ; this . tryReduce ( ) ; }
10,718
convert a path to the system by replacing slashes with the current platform specific slash type concode_field_sep Charset utf8 concode_field_sep Result<Reader> inputStreamToReader concode_elem_sep Result<Writer> outputStreamToWriter concode_elem_sep Result<Reader> fileToReader concode_elem_sep Result<String> readTextSt...
String function ( String arg0 ) { if ( arg0 == null ) { return null ; } arg0 = arg0 . replace ( '|' , File . separatorChar ) ; arg0 = arg0 . replace ( '/' , File . separatorChar ) ; return arg0 ; }
10,719
returns if the status ' severity is ok . concode_field_sep IStatus OK_STATUS concode_elem_sep String fStatusMessage concode_elem_sep int fSeverity concode_field_sep boolean isWarning concode_elem_sep int getSeverity concode_elem_sep Throwable getException concode_elem_sep String getMessage concode_elem_sep boolean isMu...
boolean function ( ) { return fSeverity == IStatus . OK ; }
10,720
record the time at which the blaze command started . this is needed for use by waitfortimestampgranularity . concode_field_sep long commandStartTimeMillisRounded concode_elem_sep boolean waitASecond concode_elem_sep boolean waitAMillisecond concode_elem_sep long commandStartTimeMillis concode_elem_sep Clock clock conco...
void function ( ) { this . commandStartTimeMillis = clock . currentTimeMillis ( ) ; this . commandStartTimeMillisRounded = roundDown ( this . commandStartTimeMillis ) ; this . waitASecond = false ; this . waitAMillisecond = false ; }
10,721
tests whether the triangle formed by this vertex and two other vertices is in ccw orientation . concode_field_sep Coordinate p concode_elem_sep int BEHIND concode_elem_sep int DESTINATION concode_elem_sep int ORIGIN concode_elem_sep int LEFT concode_elem_sep int RIGHT concode_elem_sep int BEYOND concode_elem_sep int BE...
boolean function ( Vertex arg0 , Vertex arg1 ) { return ( arg0 . p . x - p . x ) * ( arg1 . p . y - p . y ) - ( arg0 . p . y - p . y ) * ( arg1 . p . x - p . x ) > 0 ; }
10,722
retrieves all user roles that are in the database . concode_field_sep Logging log concode_elem_sep GlobalSettingService globalSettingsService concode_elem_sep RestServices client concode_elem_sep RoleService roleService concode_elem_sep MailServiceLocator mailService concode_elem_sep UserService userService concode_fie...
List < Role > function ( ) { return roleService . getRoles ( ) ; }
10,723
create linear stripes fill . concode_field_sep PlaceHolder placeHolder concode_field_sep Fill newSolidFill concode_elem_sep LinearGradientFill newLinearGradientFill
LinearStripesFill function ( final int arg0 , final Color arg1 , final double arg2 ) { checkNotNull ( arg1 , "srini_string" ) ; checkArgument ( arg2 >= Data . MIN_VALUE && arg2 <= Data . MAX_VALUE , "srini_string" ) ; return new LinearStripesFill ( arg0 , arg1 , arg2 ) ; }
10,724
only true if it has merged another transition concode_field_sep boolean mReverse concode_elem_sep Interpolator mInterpolator concode_elem_sep View mTarget concode_elem_sep boolean mUpdateStateAfterUpdateProgress concode_elem_sep String mId concode_elem_sep List<S> mSetupList concode_field_sep T setInterpolator concode_...
boolean function ( ) { return mSetupList . size ( ) > 1 ; }
10,725
this is used to close the sender and the underlying transport . if a close is performed on the sender then no more bytes can be read from or written to the transport and the client will received a connection close on their side . concode_field_sep ByteBuffer output concode_elem_sep ByteBuffer input concode_elem_sep Tra...
void function ( ) { if ( ! closed ) { transport . close ( ) ; closed = true ; } }
10,726
display an input value modal dialogue box . concode_field_sep String[] OS_NAMES concode_elem_sep int WINDOWS_OS concode_elem_sep PrefSafeBox _persistense concode_elem_sep int OTHER_OS concode_elem_sep int MAC_OS concode_elem_sep int LINUX_OS concode_field_sep void setSystemTextColor concode_elem_sep boolean confirmMess...
String function ( Component arg0 , String arg1 , String arg2 ) { return EZEnvironmentImplem . inputValueMessage ( arg0 , arg1 , arg2 ) ; }
10,727
sets display name of header concode_field_sep String name concode_elem_sep SipURL url concode_field_sep boolean hasDisplayName concode_elem_sep void removeDisplayName concode_elem_sep void setAddress concode_elem_sep String getDisplayName concode_elem_sep boolean equals concode_elem_sep boolean equals concode_elem_sep ...
void function ( String arg0 ) { name = arg0 ; }
10,728
sets the element of this big array at specified index . concode_field_sep Object[][] array concode_elem_sep long SIZE_OF_SEGMENT concode_elem_sep Object initialValue concode_elem_sep int capacity concode_elem_sep int segments concode_field_sep void grow concode_elem_sep long sizeOf concode_elem_sep T get concode_elem_s...
void function ( long arg0 , T arg1 ) { array [ segment ( arg0 ) ] [ offset ( arg0 ) ] = arg1 ; }
10,729
removes an algocellrange algorithm from the internal algorithm list . concode_field_sep HashMap<String,AlgoCellRange> algos concode_field_sep String getKey concode_elem_sep void removeAll concode_elem_sep AlgoCellRange getAlgoCellRange concode_elem_sep void addToCellRangeAlgos concode_elem_sep void updateCellRangeAlgos
void function ( AlgoCellRange arg0 ) { if ( algos != null ) { algos . remove ( getKey ( arg0 . getStart ( ) , arg0 . getEnd ( ) ) ) ; } }
10,730
gets the value of the ref property . concode_field_sep IsoformType.Sequence sequence concode_elem_sep IsoformType.Note note concode_elem_sep String ref concode_elem_sep String evidence concode_elem_sep List<Name> name concode_elem_sep List<String> id concode_elem_sep String type concode_elem_sep String value concode_fi...
String function ( ) { return ref ; }
10,731
returns cardinality of parents concode_field_sep int[] m_nParents concode_elem_sep int m_nCardinalityOfParents concode_elem_sep int m_nNrOfParents concode_field_sep void MaxParentSetSize concode_elem_sep int GetNrOfParents concode_elem_sep int GetParent concode_elem_sep void DeleteLastParent concode_elem_sep void AddPa...
int function ( ) { return m_nCardinalityOfParents ; }
10,732
return type metadata object concode_field_sep org.talend.mdm.webservice.WSMenu wsMenu concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_field_sep org.talend.mdm.webservice.WSMenu getWsMenu concode_elem_sep org.ap...
org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; }
10,733
register code to invoke when the async request times out . this method is called from a container thread when an async request times out before the deferredresult has been set . it may invoke deferredresult #setresult object setresult or deferredresult #seterrorresult object seterrorresult to resumeprocessing . concode...
void function ( Runnable arg0 ) { this . timeoutCallback = arg0 ; }
10,734
this is called when a resource adapter instance is bootstrapped . 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 void stop concode_elem_sep int hashCode concode_elem_sep void endpointDeact...
void function ( BootstrapContext arg0 ) { }
10,735
called on the master node only before the indexservice instances is created to simulate an index creation.this happens right before the index and it 's metadata is registered in the cluster state concode_field_sep PlaceHolder placeHolder concode_field_sep void afterIndexCreated concode_elem_sep void beforeIndexShardClo...
void function ( Index arg0 , Settings arg1 ) { }
10,736
unregister listener . no longer need to notify . concode_field_sep FCMListener mFCMListener concode_elem_sep FCMManager instance concode_elem_sep Context mContext concode_elem_sep BroadcastReceiver mMessageReceiver concode_field_sep void init concode_elem_sep void onMessage concode_elem_sep void subscribeTopic concode_...
void function ( ) { mFCMListener = null ; }
10,737
utility method for generating control sequences . takes a collection of byte arrays , which contain the components of a control sequence , concatenates them , and prints them to the terminal . concode_field_sep byte BEL concode_elem_sep String FG_GRAY concode_elem_sep String BG_GRAY concode_elem_sep String BG_GREEN con...
void function ( byte [ ] ... arg0 ) { for ( byte [ ] loc0 : arg0 ) { out . write ( loc0 ) ; } }
10,738
returns a hashcode for the specified value . concode_field_sep PlaceHolder placeHolder concode_field_sep int fastCeil
int function ( long arg0 ) { return ( ( int ) ( arg0 ^ ( arg0 >>> 32 ) ) ) ; }
10,739
returns the cell comparator to use on values in the specified column . concode_field_sep CellComparator DEF_CMP concode_elem_sep String DESC concode_elem_sep Set<String> idSet concode_elem_sep CellComparator cellComparator concode_elem_sep String[] columnIds concode_elem_sep List<Row> rows concode_elem_sep String colum...
CellComparator function ( String arg0 ) { checkId ( arg0 ) ; CellComparator loc0 = comparators . get ( arg0 ) ; return loc0 == null ? DEF_CMP : loc0 ; }
10,740
executes the request . this method is called from the webview thread . to do a non-trivial amount of work , use : cordova.getthreadpool . execute runnable ; to run on the ui thread , use : cordova.getactivity . runonuithread runnable ; concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface c...
boolean function ( String arg0 , String arg1 , CallbackContext arg2 ) { JSONArray loc0 = new JSONArray ( arg1 ) ; return execute ( arg0 , loc0 , arg2 ) ; }
10,741
get the area of this image . concode_field_sep String mSource concode_elem_sep double mSize concode_elem_sep boolean isResource concode_elem_sep Uri mUri concode_field_sep Uri computeUri concode_elem_sep Uri computeLocalUri concode_elem_sep String getSource concode_elem_sep boolean isResource concode_elem_sep Uri getUr...
double function ( ) { return mSize ; }
10,742
set calendar for date and time base tests . current date for all tests is : 15 . december 1994 12:00.00 its a thursday concode_field_sep PlaceHolder placeHolder concode_field_sep String toUrl concode_elem_sep void teadDown concode_elem_sep void testScriptExecution concode_elem_sep void testCommentsInScript concode_elem...
void function ( ) { Calendar loc0 = Calendar . getInstance ( ) ; loc0 . set ( Calendar . YEAR , 1994 ) ; loc0 . set ( Calendar . MONTH , Calendar . DECEMBER ) ; loc0 . set ( Calendar . DAY_OF_MONTH , 15 ) ; loc0 . set ( Calendar . HOUR_OF_DAY , 12 ) ; loc0 . set ( Calendar . MINUTE , 00 ) ; loc0 . set ( Calendar . SECO...
10,743
sets the logical operator on the expected attribute conditions of this delete operation . concode_field_sep Map<String,ExpectedAttributeValue> expectedAttributes concode_elem_sep String conditionalOperator concode_elem_sep String conditionExpression concode_elem_sep java.util.Map<String,String> expressionAttributeNames...
void function ( ConditionalOperator arg0 ) { setConditionalOperator ( arg0 . toString ( ) ) ; }
10,744
this method is called to safely close a statement . concode_field_sep String PROPERTY_LOCK_JDBC_TABLE concode_elem_sep String PROPERTY_LOCK_JDBC_CLUSTERNAME concode_elem_sep String DEFAULT_TABLE concode_elem_sep String PROPERTY_LOCK_URL concode_elem_sep String DEFAULT_PASSWORD concode_elem_sep Connection lockConnection...
void function ( Statement arg0 ) { if ( arg0 != null ) { try { arg0 . close ( ) ; } catch ( SQLException loc0 ) { LOG . log ( Level . SEVERE , "srini_string" , loc0 ) ; } } }
10,745
sets the height value for this dimensions . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.Integer width concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Integer height concode_field_sep java.lang.Integer getHei...
void function ( java . lang . Integer arg0 ) { this . height = arg0 ; }
10,746
supprime un cours concode_field_sep CoursService coursService concode_field_sep ResponseEntity<CoursWithSubscribersDto> updateCoursWithSubscribersDto concode_elem_sep ResponseEntity updateSubscriberStatus concode_elem_sep ResponseEntity updateCours concode_elem_sep ResponseEntity subscribe concode_elem_sep ResponseEnti...
ResponseEntity function ( @ PathVariable ( "srini_string" ) long arg0 ) { coursService . deleteCours ( arg0 ) ; return new ResponseEntity ( HttpStatus . OK ) ; }
10,747
returns the backoff multiplier for the policy . concode_field_sep int mCurrentTimeoutMs concode_elem_sep int mCurrentRetryCount concode_elem_sep int mMaxNumRetries concode_elem_sep float DEFAULT_BACKOFF_MULT concode_elem_sep float mBackoffMultiplier concode_elem_sep int DEFAULT_TIMEOUT_MS concode_elem_sep int DEFAULT_M...
float function ( ) { return mBackoffMultiplier ; }
10,748
search for intermediate shape model by its c2j name . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isListShape concode_elem_sep boolean isNullOrEmpty concode_elem_sep String capitialize concode_elem_sep boolean isEnumShape concode_elem_sep File createFile concode_elem_sep ShapeMarshaller createIn...
ShapeModel function ( IntermediateModel arg0 , String arg1 ) { ShapeModel loc0 = findShapeModelByC2jNameIfExists ( arg0 , arg1 ) ; if ( loc0 != null ) { return loc0 ; } else { throw new IllegalArgumentException ( arg1 + "srini_string" ) ; } }
10,749
gets all the aliases of the keystores pointed by this composite keystore . concode_field_sep Logger logR concode_elem_sep List<KeystoreLocation> keystores concode_elem_sep KeystoreFactory keystoreFactory concode_elem_sep Hashtable<String,AliasListEntry> aliasCache concode_elem_sep KeystoreLocation keystoreLocation conc...
Enumeration < String > function ( ) { if ( aliasCache == null ) { load ( ) ; } return aliasCache . keys ( ) ; }
10,750
deletes a file in the given project . concode_field_sep String projectType concode_elem_sep StorageIo storageIo concode_field_sep void setGalleryId concode_elem_sep void recordCorruption concode_elem_sep long save concode_elem_sep ChecksumedLoadFile load2 concode_elem_sep RpcResult getBuildResult concode_elem_sep long ...
long function ( String arg0 , long arg1 , String arg2 ) { final long loc0 = storageIo . deleteFile ( arg0 , arg1 , arg2 ) ; storageIo . removeSourceFilesFromProject ( arg0 , arg1 , false , arg2 ) ; return loc0 ; }
10,751
reset all values to their default value . concode_field_sep float average concode_elem_sep float total concode_elem_sep float min concode_elem_sep float max concode_elem_sep WindowedMean mean concode_elem_sep int count concode_elem_sep float value concode_elem_sep float latest concode_field_sep void put
void function ( ) { count = 0 ; total = 0f ; min = Float . MAX_VALUE ; max = Float . MIN_VALUE ; average = 0f ; latest = 0f ; value = 0f ; if ( mean != null ) mean . clear ( ) ; }
10,752
returns true if the given source root is referenced . this means it is own by a different project but is referenced by the root 's parent . returns false if the given root does n't have an underlying resource . concode_field_sep PlaceHolder placeHolder concode_field_sep ICContainer getSourceFolder concode_elem_sep bool...
boolean function ( ISourceRoot arg0 ) { IResource loc0 = arg0 . getResource ( ) ; if ( loc0 != null ) { IProject loc1 = loc0 . getProject ( ) ; IProject loc2 = arg0 . getCProject ( ) . getProject ( ) ; return ! loc2 . equals ( loc1 ) ; } return false ; }
10,753
the base path name that callers of the api must provide as part of the url after the domain name . concode_field_sep String basePath concode_elem_sep String stage concode_elem_sep String restApiId concode_field_sep String getStage concode_elem_sep String getBasePath concode_elem_sep BasePathMapping withStage concode_el...
BasePathMapping function ( String arg0 ) { setBasePath ( arg0 ) ; return this ; }
10,754
get the abstractprofilebreakdown for the given element in thetree , potentially creating it if it did not exist . concode_field_sep AbstractInternalProfileTree<PB,E> profileTree concode_field_sep List<ProfileResult> getTree concode_elem_sep void pollLastElement
PB function ( E arg0 ) { return profileTree . getProfileBreakdown ( arg0 ) ; }
10,755
gets the value of the id property . concode_field_sep Integer sequenceNumber concode_elem_sep String responsibilities concode_elem_sep Boolean calculateCostFromUnits concode_elem_sep Date lastUpdateDate concode_elem_sep Integer parentObjectId concode_elem_sep String name concode_elem_sep String lastUpdateUser concode_e...
String function ( ) { return id ; }
10,756
restarts the jobscheduler after a short delay . concode_field_sep Scheduler scheduler concode_elem_sep DelayedExecutor delayedExecutor concode_elem_sep String JOB_GROUP concode_elem_sep WeatherContext context concode_elem_sep Logger logger concode_field_sep void stop concode_elem_sep void start concode_elem_sep boolean...
void function ( ) { delayedExecutor . cancel ( ) ; delayedExecutor . schedule ( new TimerTask ( ) { @ Override public void run ( ) { stop ( ) ; start ( ) ; } } , 3000 ) ; }
10,757
computes the number of bytes required to encode this message . this does not update the cached size . concode_field_sep int cachedSize concode_field_sep void writeTo concode_elem_sep MessageNano mergeFrom concode_elem_sep T mergeFrom concode_elem_sep T mergeFrom concode_elem_sep boolean messageNanoEquals concode_elem_s...
int function ( ) { return 0 ; }
10,758
convert a saml2 response into a document concode_field_sep PicketLinkLogger logger concode_elem_sep SAMLDocumentHolder samlDocumentHolder concode_elem_sep String nameIDFormat concode_field_sep void setNameIDFormat concode_elem_sep RequestAbstractType getRequestType concode_elem_sep AuthnRequestType getAuthnRequestType ...
Document function ( ResponseType arg0 ) { ByteArrayOutputStream loc0 = new ByteArrayOutputStream ( ) ; SAMLResponseWriter loc1 = new SAMLResponseWriter ( StaxUtil . getXMLStreamWriter ( loc0 ) ) ; loc1 . write ( arg0 ) ; ByteArrayInputStream loc2 = new ByteArrayInputStream ( loc0 . toByteArray ( ) ) ; return DocumentUt...
10,759
set the local pressure at the evaluation location otherwise the default value for the local pressure is set to #default_pressure . concode_field_sep double correfrac concode_elem_sep double MAX_ELEVATION concode_elem_sep double DEFAULT_TEMPERATURE concode_elem_sep double DEFAULT_PRESSURE concode_elem_sep double STANDAR...
void function ( final double arg0 ) { this . pressure = arg0 ; this . correfrac = ( arg0 / DEFAULT_PRESSURE ) * ( DEFAULT_TEMPERATURE / temperature ) ; }
10,760
loads the contents of this file into an existing object . concode_field_sep XStream DEFAULT_XSTREAM concode_elem_sep File file concode_elem_sep SAXParserFactory JAXP concode_elem_sep Xpp3Driver DEFAULT_DRIVER concode_elem_sep XStream xs concode_elem_sep Logger LOGGER concode_field_sep XStream getXStream concode_elem_se...
Object function ( Object arg0 ) { try ( InputStream loc0 = new BufferedInputStream ( new FileInputStream ( file ) ) ) { return xs . unmarshal ( DEFAULT_DRIVER . createReader ( loc0 ) , arg0 ) ; } catch ( XStreamException | Error loc1 ) { throw new IOException ( "srini_string" + file , loc1 ) ; } }
10,761
get the configuration associated with this dynamic query context concode_field_sep ErrorListener errorListener concode_elem_sep int validationMode concode_elem_sep DateTimeValue currentDateTime concode_elem_sep TraceListener traceListener concode_elem_sep Item contextItem concode_elem_sep HashMap<String,Object> paramet...
Configuration function ( ) { return config ; }
10,762
returns the prime p. concode_field_sep BigInteger p concode_elem_sep BigInteger q concode_elem_sep BigInteger a concode_elem_sep BigInteger x concode_field_sep BigInteger getX concode_elem_sep BigInteger getQ concode_elem_sep BigInteger getA
BigInteger function ( ) { return this . p ; }
10,763
return if the transaction is configured to write but not synchronously flush the log it when commits . concode_field_sep boolean noSync concode_elem_sep boolean sync concode_elem_sep boolean readUncommitted concode_elem_sep boolean readCommitted concode_elem_sep boolean snapshot concode_elem_sep boolean writeNoSync con...
boolean function ( ) { return writeNoSync ; }
10,764
returns true if the file path is '' / '' or empty concode_field_sep String hostName concode_elem_sep Logger LOG concode_elem_sep MBeanServer mbeanServer concode_elem_sep ObjectMapper mapper concode_elem_sep ObjectName mbeanName concode_field_sep ObjectName getMbeanName concode_elem_sep void unregisterMBeanServer concod...
boolean function ( String arg0 ) { return arg0 == null || arg0 . length ( ) == 0 || arg0 . equals ( "srini_string" ) ; }
10,765
gets the value of the hardwaretesteligible property . concode_field_sep String maxInternalStorage concode_elem_sep String carrierName concode_elem_sep Boolean hardwareTestEligible concode_elem_sep DeviceHardwareTestStatusEnum hardwareTestStatus concode_elem_sep String model concode_elem_sep long serialVersionUID concod...
Boolean function ( ) { return hardwareTestEligible ; }
10,766
the verification status of the identity : `` pending '' , `` success '' , `` failed '' , or `` temporaryfailure '' . concode_field_sep String verificationStatus concode_elem_sep String verificationToken concode_field_sep String getVerificationToken concode_elem_sep IdentityVerificationAttributes withVerificationToken c...
void function ( VerificationStatus arg0 ) { this . verificationStatus = arg0 . toString ( ) ; }
10,767
set a custom requestedcontenttyperesolver to use to determinethe content type to use when no content type is requested . by default this is not set . concode_field_sep boolean favorParameter concode_elem_sep Boolean useJaf concode_elem_sep String parameterName concode_elem_sep RequestedContentTypeResolver contentTypeRe...
RequestedContentTypeResolverBuilder function ( RequestedContentTypeResolver arg0 ) { this . contentTypeResolver = arg0 ; return this ; }
10,768
the java specification version , as returned by the java.specification.version system property.examples for valid values are `` 1.6 '' and `` 1.7 '' . concode_field_sep VersionNumber javaSpecVersionNumber concode_elem_sep String javaVersion concode_elem_sep String javaSpecVersion concode_field_sep boolean isJava8 conco...
String function ( ) { return javaSpecVersion ; }
10,769
create a new item view that can be re-bound to other item data later . concode_field_sep MenuView mMenuView concode_elem_sep int mMenuLayoutRes concode_elem_sep Context mSystemContext concode_elem_sep MenuBuilder mMenu concode_elem_sep LayoutInflater mSystemInflater concode_elem_sep int mItemLayoutRes concode_elem_sep ...
MenuView . ItemView function ( ViewGroup arg0 ) { return ( MenuView . ItemView ) mSystemInflater . inflate ( mItemLayoutRes , arg0 , false ) ; }
10,770
status of the last attempted delivery . concode_field_sep java.util.Date nextDeliveryTime concode_elem_sep java.util.Date lastAttemptTime concode_elem_sep String lastErrorMessage concode_elem_sep String lastErrorCode concode_elem_sep java.util.Date lastSuccessfulTime concode_elem_sep String lastStatus concode_field_sep...
ConfigExportDeliveryInfo function ( String arg0 ) { setLastStatus ( arg0 ) ; return this ; }
10,771
hook method invoked from within the start method to validate that the component is in a startable state . this base implementation validates the component by ensuring it has an id and a parent and then sets the valid property to true . if the component is not in a valid , startable state an exception is thrown . subcla...
void function ( ) { if ( getId ( ) == null ) { blockNullAssignment ( "srini_string" ) ; } if ( getParent ( ) == null ) { blockNullAssignment ( "srini_string" ) ; } setValid ( true ) ; }
10,772
regiters scheulding of suggestion discovery . concode_field_sep Map discovererErrors concode_elem_sep int MILLIS_IN_SECOND concode_elem_sep long metaDatabaseHits concode_elem_sep long metaNewDiscoveries concode_elem_sep int MILLIS_IN_MINUTE concode_elem_sep long metaQueries concode_elem_sep int syncStore concode_elem_s...
void function ( ) { metaSuggestionDiscoveries ++ ; }
10,773
sets the value of the count property . concode_field_sep ArrayList<ArtifactType> artifact concode_elem_sep SearchResults.Data data concode_elem_sep BigInteger count concode_elem_sep BigInteger from concode_elem_sep BigInteger totalCount concode_elem_sep boolean tooManyResults concode_field_sep void setTotalCount concod...
void function ( BigInteger arg0 ) { this . count = arg0 ; }
10,774
prints an info message concode_field_sep Level LEVEL concode_elem_sep boolean DEBUG concode_elem_sep Logger logger concode_elem_sep boolean ERROR concode_elem_sep boolean INFO concode_elem_sep boolean WARN concode_field_sep void warn concode_elem_sep void warn concode_elem_sep void debug concode_elem_sep void debug con...
void function ( Object arg0 , Throwable arg1 ) { logger . info ( String . valueOf ( arg0 ) , arg1 ) ; }
10,775
execution duration of query per thread . minimum of either number of executions or execution duration is taken for each thread run concode_field_sep List<Query> query concode_elem_sep long executionDurationInMs concode_elem_sep String concurrency concode_elem_sep ExecutionType executionType concode_elem_sep long number...
long function ( ) { return executionDurationInMs ; }
10,776
an optional attribute value of the token . tokens which are not used as syntactic sugar will often contain meaningful values that will be used later on by the compiler or interpreter . this attribute value is often different from the image . any subclass of token that actually wants to return a non-null value can overr...
Object function ( ) { return null ; }
10,777
a helper method which will extract the n-th generic type from a class node . concode_field_sep PlaceHolder placeHolder concode_field_sep ClassNode findClassNode concode_elem_sep List<ClassNode[]> getClosureSignatures
ClassNode function ( ClassNode arg0 , int arg1 ) { final GenericsType [ ] loc0 = arg0 . getGenericsTypes ( ) ; if ( loc0 == null || loc0 . length < arg1 ) { return ClassHelper . OBJECT_TYPE ; } return loc0 [ arg1 ] . getType ( ) ; }
10,778
add additional input paths for this dataset . concode_field_sep double DEFAULT_PRIORITY concode_elem_sep Path outputLatePath concode_elem_sep String datasetName concode_elem_sep double priority concode_elem_sep double DEFAULT_PRIORITY_REDUCTION_FACTOR concode_elem_sep Set<Path> inputPaths concode_elem_sep Set<Path> inp...
void function ( Collection < Path > arg0 ) { this . additionalInputPaths . addAll ( arg0 ) ; }
10,779
converts android bitmap to opencv mat . the function converts an image in the android bitmap representation to the opencv mat . the ` argb_8888 ' and ` rgb_565 ' input bitmap formats are supported . the output mat is always created of the same size as the input bitmap and of the ` cv_8uc4 ' type , it keeps the image in...
void function ( Bitmap arg0 , Mat arg1 , boolean arg2 ) { if ( arg0 == null ) throw new java . lang . IllegalArgumentException ( "srini_string" ) ; if ( arg1 == null ) throw new java . lang . IllegalArgumentException ( "srini_string" ) ; nBitmapToMat2 ( arg0 , arg1 . nativeObj , arg2 ) ; }
10,780
specifies the status of optionstatus for advanced options for the specified elasticsearch domain . concode_field_sep java.util.Map<String,String> options concode_elem_sep OptionStatus status concode_field_sep AdvancedOptionsStatus withOptions concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_se...
AdvancedOptionsStatus function ( OptionStatus arg0 ) { setStatus ( arg0 ) ; return this ; }
10,781
updates the org labor in the database or adds it if it does not yet exist . also notifies the appropriate model listeners . concode_field_sep OrgLaborLocalService _orgLaborLocalService concode_field_sep com.liferay.portal.kernel.model.OrgLabor getOrgLabor concode_elem_sep java.lang.String getOSGiServiceIdentifier conco...
com . liferay . portal . kernel . model . OrgLabor function ( com . liferay . portal . kernel . model . OrgLabor arg0 ) { return _orgLaborLocalService . updateOrgLabor ( arg0 ) ; }
10,782
return the cofactor h to the order of g. concode_field_sep byte[] seed concode_elem_sep ECCurve curve concode_elem_sep ECPoint G concode_elem_sep BigInteger h concode_elem_sep BigInteger n concode_field_sep ECPoint getG concode_elem_sep byte[] getSeed concode_elem_sep int hashCode concode_elem_sep boolean equals concod...
BigInteger function ( ) { return h ; }
10,783
set the list of ldap user objects . concode_field_sep List<LdapUserDTO> data concode_field_sep List<LdapUserDTO> getData
void function ( List < LdapUserDTO > arg0 ) { this . data = arg0 ; }
10,784
databinding method to get an xml representation of this object concode_field_sep com.amazon.ec2.DeleteSecurityGroupResponseType localDeleteSecurityGroupResponse concode_elem_sep javax.xml.namespace.QName MY_QNAME concode_field_sep com.amazon.ec2.DeleteSecurityGroupResponseType getDeleteSecurityGroupResponse concode_ele...
javax . xml . stream . XMLStreamReader function ( javax . xml . namespace . QName arg0 ) { return localDeleteSecurityGroupResponse . getPullParser ( MY_QNAME ) ; }
10,785
fetch the insertion point based upon the quote style . concode_field_sep int headerInsertionPoint concode_elem_sep StringBuilder quotedContent concode_elem_sep InsertionLocation insertionLocation concode_elem_sep long serialVersionUID concode_elem_sep StringBuilder userContent concode_elem_sep int footerInsertionPoint ...
int function ( ) { if ( insertionLocation == InsertionLocation . BEFORE_QUOTE ) { return headerInsertionPoint ; } else { return footerInsertionPoint ; } }
10,786
set ip & fp . used to control the stack frame at which a scan of the stack during gc will start , for ex. , the top java frame for a thread that is blocked in native code during gc . concode_field_sep WordArray gprsShadow concode_elem_sep double[] fprsShadow concode_elem_sep Address invalidIP concode_elem_sep Address l...
void function ( Address arg0 , Address arg1 ) { ip = arg0 ; gprs . set ( FRAME_POINTER , arg1 . toWord ( ) ) ; }
10,787
returns x500principal instance corresponding to this name instance concode_field_sep String rfc2253String concode_elem_sep ASN1SetOf ASN1_RDN concode_elem_sep String rfc1779String concode_elem_sep String canonicalString concode_elem_sep ASN1SequenceOf ASN1 concode_elem_sep List<List<AttributeTypeAndValue>> rdn concode_...
X500Principal function ( ) { return new X500Principal ( getEncoded ( ) ) ; }
10,788
tests whether any component of the target geometry intersects the test geometry which must be an areal geometry concode_field_sep PointOnGeometryLocator targetPointLocator concode_elem_sep PreparedPolygon prepPoly concode_field_sep boolean isAnyTestComponentInTarget concode_elem_sep boolean isAllTestComponentsInTarget ...
boolean function ( Geometry arg0 , List arg1 ) { PointOnGeometryLocator loc0 = new SimplePointInAreaLocator ( arg0 ) ; for ( Iterator loc1 = arg1 . iterator ( ) ; loc1 . hasNext ( ) ; ) { Coordinate loc2 = ( Coordinate ) loc1 . next ( ) ; int loc3 = loc0 . locate ( loc2 ) ; if ( loc3 != Location . EXTERIOR ) return tru...
10,789
stop listening for shakes . concode_field_sep int MAGNITUDE_THRESHOLD concode_elem_sep SensorManager mSensorManager concode_elem_sep long mLastTimestamp concode_elem_sep double[] mMagnitudes concode_elem_sep long[] mTimestamps concode_elem_sep int VISIBLE_TIME_RANGE_MS concode_elem_sep int PERCENT_OVER_THRESHOLD_FOR_SH...
void function ( ) { if ( mSensorManager != null ) { mSensorManager . unregisterListener ( this ) ; mSensorManager = null ; } }
10,790
sets the authenticator used to respond to challenges from the remote web server or proxy server . if unset , the java.net.authenticator #setdefault system-wide default authenticator will be used . concode_field_sep boolean followProtocolRedirects concode_elem_sep HostnameVerifier hostnameVerifier concode_elem_sep Conne...
OkHttpClient function ( OkAuthenticator arg0 ) { this . authenticator = arg0 ; return this ; }
10,791
returns true if both frames have byte - for byte identical data concode_field_sep byte[] data concode_elem_sep boolean more concode_field_sep ZFrame recvFrame concode_elem_sep ZFrame recvFrame concode_elem_sep void sendAndDestroy concode_elem_sep void sendAndDestroy concode_elem_sep boolean hasData concode_elem_sep boo...
boolean function ( ZFrame arg0 ) { if ( arg0 == null ) return false ; if ( size ( ) == arg0 . size ( ) ) { if ( hasData ( ) && arg0 . hasData ( ) ) { for ( int loc0 = 0 ; loc0 < size ( ) ; loc0 ++ ) { if ( this . data [ loc0 ] != arg0 . data [ loc0 ] ) return false ; } return true ; } } return false ; }
10,792
returns true if the iterator can be advanced past its current location . concode_field_sep int _index concode_elem_sep TPrimitiveHash _hash concode_elem_sep int _expectedSize concode_field_sep void moveToNextIndex concode_elem_sep int nextIndex concode_elem_sep void remove
boolean function ( ) { return nextIndex ( ) >= 0 ; }
10,793
test method for org.dspace.servicemanager.config.dspaceconfigurationservice #getallproperties . concode_field_sep DSpaceConfigurationService configurationService concode_field_sep void testGetProperty concode_elem_sep void init concode_elem_sep void testClear concode_elem_sep void testLoadConfig concode_elem_sep void t...
void function ( ) { Map < String , String > loc0 = configurationService . getAllProperties ( ) ; assertNotNull ( loc0 ) ; assertEquals ( 8 , loc0 . size ( ) ) ; assertNotNull ( loc0 . get ( "srini_string" ) ) ; assertEquals ( "srini_string" , loc0 . get ( "srini_string" ) ) ; loc0 = null ; }
10,794
sets the arguments parameters used by the plugin . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep int previousProgress concode_elem_sep boolean amIActive concode_field_sep String getName concode_...
void function ( String [ ] arg0 ) { this . args = arg0 . clone ( ) ; }
10,795
get information on queue associated to binding . concode_field_sep AndesContextInformationManager contextInformationManager concode_elem_sep Log log concode_elem_sep SettableFuture<Boolean> isEventComplete concode_elem_sep QueueInfo boundedQueue concode_elem_sep EventType eventType concode_elem_sep String boundMessageR...
QueueInfo function ( ) { return boundedQueue ; }
10,796
register an application with its secret specified as a byte buffer . concode_field_sep ConcurrentHashMap<String,String> shuffleSecretMap concode_elem_sep Logger logger concode_elem_sep String SPARK_SASL_USER concode_field_sep String getSecretKey concode_elem_sep void unregisterApp concode_elem_sep String getSaslUser
void function ( String arg0 , ByteBuffer arg1 ) { registerApp ( arg0 , JavaUtils . bytesToString ( arg1 ) ) ; }
10,797
sets the proxy selection policy to be used if no #setproxy proxy is specified explicitly . the proxy selector may return multiple proxies ; in that case they will be tried in sequence until a successful connection is established . if unset , the proxyselector #getdefault system-wide default proxy selector will be used ...
OkHttpClient function ( ProxySelector arg0 ) { this . proxySelector = arg0 ; return this ; }
10,798
get a sprite sheet that has been packed into the greater image concode_field_sep int filter concode_elem_sep Image image concode_elem_sep String basePath concode_elem_sep int x concode_elem_sep int width concode_elem_sep int tilesy concode_elem_sep String name concode_elem_sep int y concode_elem_sep HashMap sections co...
SpriteSheet function ( String arg0 ) { Image loc0 = getSprite ( arg0 ) ; Section loc1 = ( Section ) sections . get ( arg0 ) ; return new SpriteSheet ( loc0 , loc1 . width / loc1 . tilesx , loc1 . height / loc1 . tilesy ) ; }
10,799
get an item bank in document form . note : this service requires a faces context . concode_field_sep Logger log concode_field_sep void testQtiVersion concode_elem_sep AssessmentFacade createImportedAssessment concode_elem_sep AssessmentFacade createImportedAssessment concode_elem_sep AssessmentFacade createImportedAsse...
Document function ( String arg0 [ ] , int arg1 ) { testQtiVersion ( arg1 ) ; try { AuthoringHelper loc0 = new AuthoringHelper ( arg1 ) ; return loc0 . getItemBank ( arg0 ) ; } catch ( Exception loc0 ) { throw new QTIServiceException ( loc0 ) ; } }