idx
int64
0
25k
question
stringlengths
71
7.19k
target
stringlengths
20
663
20,900
sets notification access permission information class . concode_field_sep int CAMERA_ACCESS_DENIED concode_elem_sep ContentSettingException mAutoplayExceptionInfo concode_elem_sep int MICROPHONE_ACCESS_DENIED concode_elem_sep int MICROPHONE_ACCESS_ALLOWED concode_elem_sep int mStorageInfoCallbacksLeft concode_elem_sep ...
void function ( NotificationInfo arg0 ) { mNotificationInfo = arg0 ; }
20,901
get the current component name , or null if there is none . concode_field_sep String moduleName concode_elem_sep String componentName concode_elem_sep boolean compUsesModule concode_elem_sep String applicationName concode_field_sep String getApplicationName concode_elem_sep void getResourceValue concode_elem_sep boolea...
String function ( ) { return componentName ; }
20,902
sets the purposetext attribute value . concode_field_sep String defaultAddressStateCode concode_elem_sep String adminContactAddressStateCode concode_elem_sep String accountName concode_elem_sep String defaultAddressZipCode concode_elem_sep long serialVersionUID concode_elem_sep String purposeText concode_elem_sep Strin...
void function ( String arg0 ) { this . purposeText = arg0 ; }
20,903
returns the number of currently registered writers . concode_field_sep Map<ResultPartitionID,ResultPartitionWriter> registeredWriters concode_field_sep void registerWriterForIncomingTaskEvents concode_elem_sep void unregisterWriter concode_elem_sep boolean publish concode_elem_sep void clearAll
int function ( ) { synchronized ( registeredWriters ) { return registeredWriters . size ( ) ; } }
20,904
returns the spring bean id for this bean . concode_field_sep loaihopdongLocalService _service concode_field_sep void deleteloaihopdong concode_elem_sep void deleteloaihopdong concode_elem_sep com.newway.model.loaihopdong addloaihopdong concode_elem_sep com.newway.model.loaihopdong fetchloaihopdong concode_elem_sep java...
java . lang . String function ( ) { return getService ( ) . getBeanIdentifier ( ) ; }
20,905
add information message . concode_field_sep Properties buildProperties concode_field_sep String getRequestParameter concode_elem_sep UIComponent findComponent concode_elem_sep ServletContext getServletContext concode_elem_sep Object getManagedBean concode_elem_sep String getActionAttribute concode_elem_sep String getBu...
void function ( String arg0 ) { addInfoMessage ( null , arg0 ) ; }
20,906
the associations . concode_field_sep com.amazonaws.internal.SdkInternalList<Association> associations concode_elem_sep String nextToken concode_field_sep void setNextToken concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep ListAssociationsResult clone concode_elem_sep void setAssociations co...
ListAssociationsResult function ( java . util . Collection < Association > arg0 ) { setAssociations ( arg0 ) ; return this ; }
20,907
returns a list of plugins registered to the pentaho system concode_field_sep Log logger concode_field_sep IPentahoSession getPentahoSession concode_elem_sep boolean isAuthenticated concode_elem_sep boolean isAdministrator
List < String > function ( ) { return PentahoSystem . get ( IPluginManager . class , UserConsoleService . getPentahoSession ( ) ) . getRegisteredPlugins ( ) ; }
20,908
sets the value of the graphic property . concode_field_sep String color concode_elem_sep String cocktail concode_elem_sep String emulation concode_elem_sep String sound concode_elem_sep String savestate concode_elem_sep String protection concode_elem_sep long serialVersionUID concode_elem_sep String graphic concode_ele...
void function ( String arg0 ) { this . graphic = arg0 ; }
20,909
sets the order . concode_field_sep String _rev concode_elem_sep String _id concode_elem_sep boolean completed concode_elem_sep String title concode_elem_sep int order concode_field_sep String get_rev concode_elem_sep void set_rev concode_elem_sep String getTitle concode_elem_sep int hashCode concode_elem_sep int getOrd...
void function ( int arg0 ) { this . order = arg0 ; }
20,910
start listening for trap and inform messages . concode_field_sep Vector v1TrapListenerVector concode_elem_sep Vector v2TrapListenerVector concode_elem_sep int receiveBufferSize concode_elem_sep PrintWriter errorLog concode_elem_sep DatagramSocket dSocket concode_elem_sep Vector v2InformRequestListenerVector concode_ele...
void function ( ) { if ( ! receiveThread . isAlive ( ) ) { receiveThread = new Thread ( this ) ; receiveThread . start ( ) ; } }
20,911
default implementation that first translates the original throwable to the one that was used to determine the error response resource type , i.e. using hawaiiexception #getcausinghawaiiexception throwable andthen calls #doenrich errorresponseresource , throwable , webrequest , httpstatus . note that the http status is ...
void function ( ErrorResponseResource arg0 , Throwable arg1 , WebRequest arg2 , HttpStatus arg3 ) { doEnrich ( arg0 , HawaiiException . getCausingHawaiiException ( arg1 ) , arg2 , arg3 ) ; }
20,912
called after a doc and all its fields have been added . concode_field_sep PlaceHolder placeHolder concode_field_sep void addProx concode_elem_sep Comparator<BytesRef> getComparator concode_elem_sep void addPosition concode_elem_sep void startDocument concode_elem_sep void startField concode_elem_sep void addAllDocVecto...
void function ( ) { }
20,913
returns current element type . concode_field_sep int structIndex concode_elem_sep MemoryLayout memLayout concode_elem_sep DataType[] structure concode_elem_sep ByteBuffer bbuf concode_field_sep int getInt32 concode_elem_sep MemoryBuffer putInt16 concode_elem_sep MemoryBuffer putAddr concode_elem_sep byte getByte concod...
DataType function ( ) { if ( structure == null ) { return null ; } return structure [ structIndex ] ; }
20,914
return the number of pages for the current source list . concode_field_sep Date refreshDate concode_elem_sep int page concode_elem_sep SortDefinition sortUsed concode_elem_sep int DEFAULT_MAX_LINKED_PAGES concode_elem_sep List<E> source concode_elem_sep SortDefinition sort concode_elem_sep int maxLinkedPages concode_el...
int function ( ) { float loc0 = ( float ) getNrOfElements ( ) / getPageSize ( ) ; return ( int ) ( ( loc0 > ( int ) loc0 || loc0 == 0.0 ) ? loc0 + 1 : loc0 ) ; }
20,915
perform local objects analysis -- perform a local-objects analysis . perform a local-objects analysis to assist in allocating locks . concode_field_sep int locking_scheme_coarse_grained concode_elem_sep Map options concode_elem_sep int locking_scheme_medium_grained concode_elem_sep int locking_scheme_single_static conc...
boolean function ( ) { return soot . PhaseOptions . getBoolean ( options , "srini_string" ) ; }
20,916
an extension over system.getproperty method that additionally produces an int value . handles security restrictions , and returns 0 if the access to the property is restricted . concode_field_sep PlaceHolder placeHolder concode_field_sep String getProperty concode_elem_sep String getProperty concode_elem_sep boolean ge...
int function ( String arg0 ) { return getInt ( arg0 , 0 ) ; }
20,917
returns the api command concode_field_sep String apiData concode_elem_sep String apiChecksum concode_elem_sep String apiTerminator concode_elem_sep String apiCommand concode_field_sep void calculateChecksum concode_elem_sep String toString concode_elem_sep void setAPICommand
String function ( ) { StringBuffer loc0 = new StringBuffer ( ) ; loc0 . append ( apiCommand ) ; loc0 . append ( apiData ) ; loc0 . append ( apiChecksum ) ; loc0 . append ( apiTerminator ) ; return loc0 . toString ( ) ; }
20,918
creates a date from a long representing milliseconds from epoch concode_field_sep PlaceHolder placeHolder concode_field_sep Date nowUtc concode_elem_sep String toUTCString
Date function ( long arg0 ) { return new Date ( arg0 ) ; }
20,919
get parameter value from request scope . concode_field_sep PlaceHolder placeHolder concode_field_sep Application getApplication concode_elem_sep ValueBinding getValueBinding concode_elem_sep Object getElValue concode_elem_sep void addInfoMessage concode_elem_sep void addInfoMessage concode_elem_sep Object getManagedBea...
String function ( String arg0 ) { return ( String ) FacesContext . getCurrentInstance ( ) . getExternalContext ( ) . getRequestParameterMap ( ) . get ( arg0 ) ; }
20,920
reads the raw packet data from the data stream . concode_field_sep int entityId concode_field_sep void writePacketData concode_elem_sep void processPacket concode_elem_sep Entity getEntity
void function ( PacketBuffer arg0 ) { this . entityId = arg0 . readVarIntFromBuffer ( ) ; }
20,921
returns the transcode scheme . concode_field_sep String clientId concode_elem_sep Date lastSeen concode_elem_sep boolean isDynamicIp concode_elem_sep TranscodeScheme transcodeScheme concode_elem_sep String name concode_elem_sep String ipAddress concode_elem_sep PlayerTechnology technology concode_elem_sep String id con...
TranscodeScheme function ( ) { return transcodeScheme ; }
20,922
fires a ` domactivate ' event to the specified target . concode_field_sep EventListener mouseclickListener concode_elem_sep EventListener mouseoverListener concode_elem_sep EventListener domFocusOutListener concode_elem_sep Document document concode_elem_sep EventListener mouseoutListener concode_elem_sep EventListener...
void function ( EventTarget arg0 , int arg1 ) { DocumentEvent loc0 = ( DocumentEvent ) ( ( Element ) arg0 ) . getOwnerDocument ( ) ; DOMUIEvent loc1 = ( DOMUIEvent ) loc0 . createEvent ( "srini_string" ) ; loc1 . initUIEventNS ( XMLConstants . XML_EVENTS_NAMESPACE_URI , "srini_string" , true , true , null , 0 ) ; arg0 ...
20,923
returns the next element in the iteration . concode_field_sep DBIterator iter concode_field_sep Map.Entry<byte[],byte[]> peekPrev concode_elem_sep Map.Entry<byte[],byte[]> peekNext concode_elem_sep boolean hasPrev concode_elem_sep Map.Entry<byte[],byte[]> prev concode_elem_sep void seekToFirst concode_elem_sep boolean ...
Map . Entry < byte [ ] , byte [ ] > function ( ) { try { return iter . next ( ) ; } catch ( DBException loc0 ) { throw loc0 ; } catch ( RuntimeException loc0 ) { throw new DBException ( loc0 . getMessage ( ) , loc0 ) ; } }
20,924
retrieves the name of the savepoint that this savepoint object represents . concode_field_sep String name concode_elem_sep jdbcConnection connection concode_field_sep String toString concode_elem_sep int getSavepointId
String function ( ) { return name ; }
20,925
the server name concode_field_sep String protocol concode_elem_sep ConcurrentMap<String,Listener> listeners concode_elem_sep Set<HttpUpgradeMetadata> httpUpgradeMetadata concode_elem_sep Map<String,Object> contextInformation concode_elem_sep String name concode_elem_sep String serverName concode_elem_sep String subProt...
String function ( ) { return serverName ; }
20,926
returns the svn revision id of this s v n revision . concode_field_sep SVNRevision _svnRevision concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEsc...
long function ( ) { return _svnRevision . getSvnRevisionId ( ) ; }
20,927
gets the value of the text property . concode_field_sep Text text concode_elem_sep Info info concode_field_sep Info getInfo concode_elem_sep void setInfo concode_elem_sep void setText
Text function ( ) { return text ; }
20,928
shutdowns the slave process and release all resources . concode_field_sep AtomicBoolean mReady concode_elem_sep Job<AaptProcess> mJob concode_elem_sep ProcessOutputFacade mProcessOutputFacade concode_elem_sep OutputStreamWriter mWriter concode_elem_sep Process mProcess concode_elem_sep ProcessOutputFacade mOwner concod...
void function ( ) { mReady . set ( false ) ; mWriter . write ( "srini_string" ) ; mWriter . flush ( ) ; mProcess . waitFor ( ) ; mLogger . verbose ( "srini_string" , mProcess . hashCode ( ) , mMessages . size ( ) ) ; for ( String loc0 : mMessages ) { mLogger . verbose ( loc0 ) ; } }
20,929
helper method to get a json object from a stream . concode_field_sep JSONObject object concode_field_sep ExtendedJSONObject getObject concode_elem_sep String toJSONString concode_elem_sep JSONArray parseJSONArray concode_elem_sep JSONArray parseJSONArray concode_elem_sep boolean containsKey concode_elem_sep org.json.si...
ExtendedJSONObject function ( Reader arg0 ) { return new ExtendedJSONObject ( arg0 ) ; }
20,930
sets the user id of this announcements flag . concode_field_sep AnnouncementsFlag _announcementsFlag concode_field_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel concode_elem_sep com.liferay.portlet.expando.model.ExpandoBridge getExpandoBridge concode_...
void function ( long arg0 ) { _announcementsFlag . setUserId ( arg0 ) ; }
20,931
returns a lambda such that pr x concode_field_sep PoissonBounds$ MODULE$ concode_field_sep double numStd concode_elem_sep double getLowerBound
double function ( double arg0 ) { throw new RuntimeException ( ) ; }
20,932
returns the provider of this implementation . concode_field_sep String KEY_MANAGER_FACTORY concode_elem_sep Provider provider concode_elem_sep String DEFAULT_ALGORITHM concode_elem_sep KeyManagerFactorySpi kmfSpi concode_elem_sep String algorithm concode_field_sep void init concode_elem_sep void init concode_elem_sep S...
Provider function ( ) { return provider ; }
20,933
returns the dimensions of this bounding box . concode_field_sep double ymin concode_elem_sep double zmin concode_elem_sep double xmin concode_elem_sep double ymax concode_elem_sep double zmax concode_elem_sep double xmax concode_elem_sep Logger logger concode_elem_sep long serialVersionUID concode_elem_sep int cardinal...
double [ ] function ( ) { double [ ] loc0 = new double [ 3 ] ; loc0 [ 0 ] = xmax - xmin ; loc0 [ 1 ] = ymax - ymin ; loc0 [ 2 ] = zmax - zmin ; return loc0 ; }
20,934
the effective camera calibration , to be performed once in the program execution concode_field_sep Button snapshotButton concode_elem_sep TextField numHorCorners concode_elem_sep Button applyButton concode_elem_sep Timer timer concode_elem_sep int successes concode_elem_sep int numCornersHor concode_elem_sep boolean is...
void function ( ) { List < Mat > loc0 = new ArrayList < > ( ) ; List < Mat > loc1 = new ArrayList < > ( ) ; intrinsic . put ( 0 , 0 , 1 ) ; intrinsic . put ( 1 , 1 , 1 ) ; Calib3d . calibrateCamera ( objectPoints , imagePoints , savedImage . size ( ) , intrinsic , distCoeffs , loc0 , loc1 ) ; this . isCalibrated = true...
20,935
returns the url of this s c framework version . concode_field_sep SCFrameworkVersion _scFrameworkVersion concode_field_sep SCFrameworkVersion getWrappedSCFrameworkVersion concode_elem_sep void setName concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep java.lang.String get...
java . lang . String function ( ) { return _scFrameworkVersion . getUrl ( ) ; }
20,936
the name of this placementgroup . concode_field_sep String groupName concode_elem_sep String state concode_elem_sep String strategy concode_field_sep String getStrategy concode_elem_sep void setGroupName concode_elem_sep PlacementGroup withGroupName concode_elem_sep String getState concode_elem_sep PlacementGroup withS...
String function ( ) { return groupName ; }
20,937
returns whether a task is in this grouping . concode_field_sep int affiliation concode_elem_sep ArrayList<Task.TaskKey> mTaskKeys concode_elem_sep HashMap<Task.TaskKey,Integer> mTaskKeyIndices concode_elem_sep Task.TaskKey mFrontMostTaskKey concode_elem_sep long latestActiveTimeInGroup concode_field_sep Task.TaskKey ge...
boolean function ( Task arg0 ) { return mTaskKeyIndices . containsKey ( arg0 . key ) ; }
20,938
check that the equals method can distinguish all fields . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testSerialization
void function ( ) { PointerNeedle loc0 = new PointerNeedle ( ) ; PointerNeedle loc1 = new PointerNeedle ( ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; assertTrue ( loc1 . equals ( loc0 ) ) ; }
20,939
returns the question id of this test question . concode_field_sep TestQuestion _testQuestion concode_field_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep long getQuestionType concode_elem_sep long getWeight concode_elem_sep boolean isCachedModel concode_elem_sep com.liferay...
long function ( ) { return _testQuestion . getQuestionId ( ) ; }
20,940
sample_has_redundancy takes one of the following four values : 0 : it is unknown whether there is redundant coding in this sample ; 1 : there is redundant coding in this sample ; 2 : there is no redundant coding in this sample ; 3 : reserved concode_field_sep int sampleDegradationPriority concode_elem_sep int samplePad...
int function ( ) { return sampleHasRedundancy ; }
20,941
util method to write an attribute without the ns prefix concode_field_sep com.amazon.ec2.DescribeVolumeStatusType localDescribeVolumeStatus concode_elem_sep javax.xml.namespace.QName MY_QNAME concode_field_sep java.lang.String generatePrefix concode_elem_sep void serialize concode_elem_sep void serialize concode_elem_s...
void function ( java . lang . String arg0 , java . lang . String arg1 , java . lang . String arg2 , javax . xml . stream . XMLStreamWriter arg3 ) { if ( arg0 . equals ( "srini_string" ) ) { arg3 . writeAttribute ( arg1 , arg2 ) ; } else { registerPrefix ( arg3 , arg0 ) ; arg3 . writeAttribute ( arg0 , arg1 , arg2 ) ; }...
20,942
loads seat data from xml concode_field_sep SeatType seatType concode_elem_sep SeatState state concode_field_sep SeatState getState concode_elem_sep SeatType getType concode_elem_sep Element save concode_elem_sep void setState concode_elem_sep Integer getId concode_elem_sep void setSeatType concode_elem_sep String getIc...
void function ( Element arg0 ) { try { state = SeatState . valueOf ( arg0 . getAttribute ( "srini_string" ) ) ; } catch ( java . lang . IllegalArgumentException loc0 ) { state = SeatState . Empty ; } }
20,943
return the sequence for this fastq formatted sequence . the sequence will not be null . concode_field_sep String sequence concode_elem_sep FastqVariant variant concode_elem_sep String description concode_elem_sep String quality concode_field_sep String getQuality concode_elem_sep FastqVariant getVariant concode_elem_se...
String function ( ) { return sequence ; }
20,944
sets the path of this document library content . concode_field_sep DLContent _dlContent concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId conco...
void function ( java . lang . String arg0 ) { _dlContent . setPath ( arg0 ) ; }
20,945
when in a sequence of characters that can be copied directly , interrupts the sequence and copies it to the output buffer . concode_field_sep int charStart concode_elem_sep ByteList src concode_elem_sep int pos concode_elem_sep int srcEnd concode_elem_sep int quoteStart concode_elem_sep ThreadContext context concode_el...
void function ( int arg0 ) { if ( quoteStart != - 1 ) { out . append ( src , quoteStart , arg0 - quoteStart ) ; quoteStart = - 1 ; } }
20,946
sets the value of the isgbasim property . concode_field_sep String activityReason concode_elem_sep String serialNumber concode_elem_sep String k1 concode_elem_sep String pool concode_elem_sep long serialVersionUID concode_elem_sep String imsi concode_elem_sep Boolean isGBASIM concode_elem_sep String missingInd concode_...
void function ( Boolean arg0 ) { this . isGBASIM = arg0 ; }
20,947
gets the value of the defaultelementcode3 property . concode_field_sep Short openDocumentLimit concode_elem_sep String defaultElementCode3 concode_elem_sep String defaultElementCode2 concode_elem_sep CompanyList companyList concode_elem_sep String defaultCompany concode_elem_sep String defaultElementCode concode_elem_s...
String function ( ) { return defaultElementCode3 ; }
20,948
sets the node in the specified position . concode_field_sep Logger log4j concode_field_sep WindowTreeData[] getTree concode_elem_sep String windowTypeNico concode_elem_sep WindowTreeData transformFieldProvider concode_elem_sep String getTreeType concode_elem_sep String addNodeElement concode_elem_sep String windowType
void function ( ConnectionProvider arg0 , VariablesSecureApp arg1 , String arg2 , String arg3 , String arg4 , String arg5 , String arg6 ) { if ( log4j . isDebugEnabled ( ) ) log4j . debug ( "srini_string" + arg3 ) ; WindowTreeData . update ( arg0 , arg1 . getUser ( ) , arg4 , arg6 , arg3 , arg5 ) ; }
20,949
util method to write an attribute without the ns prefix concode_field_sep com.amazon.ec2.DetachNetworkInterfaceType localDetachNetworkInterface concode_elem_sep javax.xml.namespace.QName MY_QNAME concode_field_sep java.lang.String generatePrefix concode_elem_sep void serialize concode_elem_sep void serialize concode_el...
void function ( java . lang . String arg0 , java . lang . String arg1 , java . lang . String arg2 , javax . xml . stream . XMLStreamWriter arg3 ) { if ( arg0 . equals ( "srini_string" ) ) { arg3 . writeAttribute ( arg1 , arg2 ) ; } else { registerPrefix ( arg3 , arg0 ) ; arg3 . writeAttribute ( arg0 , arg1 , arg2 ) ; }...
20,950
gets the database service manager . concode_field_sep Object MUTEX concode_elem_sep DatabaseServiceManager databaseServiceManager concode_elem_sep Registry registry concode_elem_sep String BEAN_NAME concode_elem_sep IndexServiceManager indexServiceManager concode_elem_sep LexEvsServiceLocator serviceLocator concode_ele...
DatabaseServiceManager function ( ) { return databaseServiceManager ; }
20,951
return the static public key concode_field_sep PublicKey ephemeralKey concode_elem_sep PublicKey staticKey concode_field_sep byte[] getEncoded concode_elem_sep String getAlgorithm concode_elem_sep String getFormat concode_elem_sep PublicKey getEphemeralKey
PublicKey function ( ) { return staticKey ; }
20,952
return type metadata object concode_field_sep java.lang.String opcionAplicacion concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String usuario concode_elem_sep java.lang.String terminalContab...
org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; }
20,953
reads an int from an inputstream concode_field_sep PlaceHolder placeHolder concode_field_sep int readLine
int function ( InputStream arg0 ) { int loc0 = 0 ; for ( int loc1 = 24 ; loc1 >= 0 ; loc1 -= 8 ) { int loc2 = arg0 . read ( ) ; if ( loc2 == - 1 ) { throw new IOException ( ) ; } loc0 += loc2 << loc1 ; } return loc0 ; }
20,954
api to application for sending ramdomly generated messages . concode_field_sep Queue<String> resultQueue concode_elem_sep MutualProvider mutual concode_elem_sep ConcurrentLinkedQueue<Message> messageQueue concode_elem_sep boolean finished concode_elem_sep boolean sent concode_elem_sep Config config concode_elem_sep Que...
void function ( String arg0 ) { System . out . println ( "srini_string" + arg0 ) ; queue . add ( arg0 ) ; return ; }
20,955
helper for success callbacks that just returns the status.ok by default concode_field_sep String callbackId concode_elem_sep CordovaWebView webView concode_elem_sep int changingThreads concode_elem_sep String LOG_TAG concode_elem_sep boolean finished concode_field_sep boolean isChangingThreads concode_elem_sep String g...
void function ( JSONObject arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . OK , arg0 ) ) ; }
20,956
gets the value of the config property . concode_field_sep ManagedObjectReference _this concode_elem_sep VsanHostConfigInfo config concode_field_sep void setThis concode_elem_sep ManagedObjectReference getThis concode_elem_sep void setConfig
VsanHostConfigInfo function ( ) { return config ; }
20,957
reset the residual out edge counter which resets to first edge in residual graph 's out edges from this vertex concode_field_sep int currentResidualOutEdgeCounter concode_elem_sep List<Edge> residualEdges concode_elem_sep Object data concode_elem_sep int excess concode_elem_sep LinkedList<Edge> incidentEdgeList concode...
void function ( ) { currentResidualOutEdgeCounter = 0 ; }
20,958
returns the type of the associated data concode_field_sep int tableScaling concode_elem_sep long memAddr concode_elem_sep DataType type concode_elem_sep Object content concode_field_sep String checkForString concode_elem_sep long getMemAddress concode_elem_sep int getSize concode_elem_sep int getTableScaling concode_el...
DataType function ( ) { return type ; }
20,959
get the largest item in this cluster . concode_field_sep double average concode_elem_sep double lower concode_elem_sep double sum concode_elem_sep double higher concode_elem_sep Set<Integer> sequenceIDs concode_elem_sep List<ItemValued> items concode_field_sep void computeHigherAndLower concode_elem_sep boolean contain...
double function ( ) { return higher ; }
20,960
get another iterator over the same items , positioned at the start . concode_field_sep EmptyIterator theInstance concode_field_sep Item next concode_elem_sep Item current concode_elem_sep SequenceIterator getReverseIterator concode_elem_sep Value materialize concode_elem_sep int getProperties concode_elem_sep boolean h...
SequenceIterator function ( ) { return theInstance ; }
20,961
create a new mockdataprovider that always returns the same mockresults for all queries . concode_field_sep PlaceHolder placeHolder concode_field_sep Result<?> result
MockDataProvider function ( final MockResult ... arg0 ) { return new MockDataProvider ( ) { @ Override public MockResult [ ] execute ( MockExecuteContext arg1 ) { return arg0 ; } } ; }
20,962
sets the value of the privatekeyflags property . concode_field_sep String commonName concode_elem_sep PrivateKeyAttributes privateKeyAttributes concode_elem_sep Long generalFlags concode_elem_sep CertificateValidity certificateValidity concode_elem_sep SupersededPolicies supersededPolicies concode_elem_sep long policyS...
void function ( Long arg0 ) { this . privateKeyFlags = arg0 ; }
20,963
returns current snapshot stage concode_field_sep int numberOfFiles concode_elem_sep long totalSize concode_elem_sep int processedFiles concode_elem_sep boolean aborted concode_elem_sep String failure concode_elem_sep long startTime concode_elem_sep long indexVersion concode_elem_sep long time concode_elem_sep long proc...
Stage function ( ) { return this . stage ; }
20,964
this method was generated by mybatis generator . this method sets the value of the database column resource_tbl . name concode_field_sep String brief concode_elem_sep String keywords concode_elem_sep String isDeleted concode_elem_sep Date updateTime concode_elem_sep String language concode_elem_sep long serialVersionUI...
void function ( String arg0 ) { this . name = arg0 == null ? null : arg0 . trim ( ) ; }
20,965
clear resources . concode_field_sep InputStream mockIn concode_elem_sep ThrottlePositionCommand command concode_field_sep void testMaxThrottlePositionValue concode_elem_sep void testSomeThrottlePositionValue concode_elem_sep void setUp concode_elem_sep void testMinThrottlePositionValue
void function ( ) { command = null ; mockIn = null ; }
20,966
keycloak-741 concode_field_sep Server server concode_elem_sep AbstractKeycloakRule keycloakRule concode_elem_sep AdapterTestStrategy testStrategy concode_field_sep void testLoginSSOMax concode_elem_sep void shutdownJetty concode_elem_sep void testLoginSSOIdleRemoveExpiredUserSessions concode_elem_sep void testVersion c...
void function ( ) { testStrategy . testSessionInvalidatedAfterFailedRefresh ( ) ; }
20,967
returns the least value present in array , treating values as unsigned . concode_field_sep int[] maxValueMods concode_elem_sep int[] maxSafeDigits concode_elem_sep long[] maxValueDivs concode_elem_sep long MAX_VALUE concode_field_sep long parseUnsignedLong concode_elem_sep long parseUnsignedLong concode_elem_sep int co...
long function ( long ... arg0 ) { checkArgument ( arg0 . length > 0 ) ; long loc0 = flip ( arg0 [ 0 ] ) ; for ( int loc1 = 1 ; loc1 < arg0 . length ; loc1 ++ ) { long loc2 = flip ( arg0 [ loc1 ] ) ; if ( loc2 < loc0 ) { loc0 = loc2 ; } } return flip ( loc0 ) ; }
20,968
override this method to do any setup needed before generation concode_field_sep String SCT_GENERATOR_CONSOLE concode_elem_sep MessageConsoleStream error concode_elem_sep String SEXEC_FILE_EXTENSION concode_elem_sep MessageConsoleStream info concode_field_sep IProject getTargetProject concode_elem_sep void writeToConsol...
void function ( GeneratorEntry arg0 ) { }
20,969
sets the total number of unread messages . concode_field_sep Integer total concode_elem_sep List<Url> urls concode_elem_sep Integer unread concode_elem_sep String id concode_elem_sep String title concode_elem_sep Date updated concode_field_sep void setTotal concode_elem_sep Date getUpdated concode_elem_sep String getTi...
void function ( Integer arg0 ) { this . unread = arg0 ; }
20,970
print error message string concode_field_sep StdOutWriter out concode_elem_sep int warnings concode_elem_sep String NL concode_elem_sep int errors concode_field_sep void debug concode_elem_sep void checkErrors concode_elem_sep void err concode_elem_sep String getLine concode_elem_sep void setGUIMode concode_elem_sep vo...
void function ( String arg0 ) { errors ++ ; err ( NL + arg0 ) ; }
20,971
prints a long integer to standard output and flushes standard output . concode_field_sep String CHARSET_NAME concode_elem_sep Locale LOCALE concode_elem_sep PrintWriter out concode_field_sep void println concode_elem_sep void println concode_elem_sep void println concode_elem_sep void println concode_elem_sep void prin...
void function ( long arg0 ) { out . print ( arg0 ) ; out . flush ( ) ; }
20,972
the resource 's identifier . concode_field_sep String path concode_elem_sep String pathPart concode_elem_sep java.util.Map<String,Method> resourceMethods concode_elem_sep String id concode_elem_sep String parentId concode_field_sep UpdateResourceResult withPath concode_elem_sep java.util.Map<String,Method> getResourceM...
String function ( ) { return this . id ; }
20,973
get the longvalue . concode_field_sep int defaultValue concode_elem_sep String name concode_elem_sep int headerParam concode_elem_sep Boolean booleanValue concode_elem_sep Integer integerValue concode_elem_sep Short shortValue concode_elem_sep long serialVersionUID concode_elem_sep Double doubleValue concode_elem_sep i...
Long function ( ) { return longValue ; }
20,974
returns the result of interpreting the object as an instance of ` plane ' . this implementation returns null ; returning a non-null result will terminate the switch . concode_field_sep DiPackage modelPackage concode_field_sep T caseShape concode_elem_sep T caseNode concode_elem_sep T caseDiagramElement concode_elem_sep...
T function ( Plane arg0 ) { return null ; }
20,975
gets the value of the requesttype property . concode_field_sep IdeaType ideaType concode_elem_sep RequestType requestType concode_elem_sep String localeCode concode_elem_sep Paging paging concode_elem_sep List<SearchParameter> searchParameters concode_elem_sep String currencyCode concode_elem_sep List<AttributeType> re...
RequestType function ( ) { return requestType ; }
20,976
remove any object from the counter whose total count is zero to free up memory . 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 incrementCou...
void function ( ) { Set < T > loc0 = new HashSet < T > ( ) ; for ( T loc1 : objToCounts . keySet ( ) ) { if ( shouldBeRemovedFromCounter ( loc1 ) ) { loc0 . add ( loc1 ) ; } } for ( T loc1 : loc0 ) { objToCounts . remove ( loc1 ) ; } }
20,977
encodes a string into base64 format . no blanks or line breaks are inserted . concode_field_sep char[] map1 concode_elem_sep String systemLineSeparator concode_elem_sep byte[] map2 concode_field_sep char[] encode concode_elem_sep char[] encode concode_elem_sep char[] encode concode_elem_sep byte[] decodeLines concode_e...
String function ( String arg0 ) { return new String ( encode ( arg0 . getBytes ( ) ) ) ; }
20,978
two objects that are equal are required to return the same hashcode . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testSerialization concode_elem_sep void testEquals
void function ( ) { TextTitle loc0 = new TextTitle ( ) ; TextTitle loc1 = new TextTitle ( ) ; assertTrue ( loc0 . equals ( loc1 ) ) ; int loc2 = loc0 . hashCode ( ) ; int loc3 = loc1 . hashCode ( ) ; assertEquals ( loc2 , loc3 ) ; }
20,979
sets the value of the this property . concode_field_sep List<VsanHostDiskMapping> mapping concode_elem_sep ManagedObjectReference _this concode_field_sep ManagedObjectReference getThis concode_elem_sep List<VsanHostDiskMapping> getMapping
void function ( ManagedObjectReference arg0 ) { this . _this = arg0 ; }
20,980
called when a message is sent to plugin . concode_field_sep CordovaPreferences preferences concode_elem_sep CordovaInterface cordova concode_elem_sep CordovaWebView webView concode_elem_sep String serviceName concode_field_sep boolean onReceivedClientCertRequest concode_elem_sep boolean onOverrideUrlLoading concode_ele...
Object function ( String arg0 , Object arg1 ) { return null ; }
20,981
determine whether or not there is a match . concode_field_sep boolean match concode_field_sep Matchable getClosestMatch concode_elem_sep void setMatch
boolean function ( ) { return match ; }
20,982
set if the channel is globally subscribable concode_field_sep boolean hasPerm concode_elem_sep String name concode_elem_sep boolean globallySubscribable concode_elem_sep Long id concode_field_sep void setName concode_elem_sep String getName concode_elem_sep boolean isHasPerm concode_elem_sep void setId concode_elem_sep...
void function ( Integer arg0 ) { if ( arg0 == null || ( ! arg0 . equals ( new Integer ( 1 ) ) ) ) { this . globallySubscribable = false ; return ; } this . globallySubscribable = true ; }
20,983
a boolean value that specifies whether key rotation is enabled . concode_field_sep Boolean keyRotationEnabled concode_field_sep GetKeyRotationStatusResult withKeyRotationEnabled concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep void setKeyRotationEnabled concode_elem_sep GetKeyRotationStatu...
Boolean function ( ) { return this . keyRotationEnabled ; }
20,984
retrieves y. concode_field_sep int field concode_elem_sep int dummy concode_elem_sep int ASDF concode_elem_sep String first concode_elem_sep String second concode_field_sep void method5 concode_elem_sep void method6 concode_elem_sep void method7 concode_elem_sep void method8 concode_elem_sep void method1 concode_elem_s...
V function ( ) { return null ; }
20,985
the metric unit concode_field_sep Integer proxyPort concode_elem_sep String unit concode_elem_sep String secretKey concode_elem_sep String accessKey concode_elem_sep String namespace concode_elem_sep AmazonCloudWatch amazonCwClient concode_elem_sep String name concode_elem_sep String amazonCwEndpoint concode_elem_sep D...
void function ( String arg0 ) { this . unit = arg0 ; }
20,986
a convenience method for logging a ` warning ' message . concode_field_sep String contextPrefix concode_field_sep void debug concode_elem_sep void debug concode_elem_sep void log concode_elem_sep void log concode_elem_sep boolean isInfoEnabled concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_s...
void function ( final Object arg0 ) { log ( LogTarget . WARN , arg0 ) ; }
20,987
the total number of documents that match the search request . concode_field_sep String cursor concode_elem_sep com.amazonaws.internal.SdkInternalList<Hit> hit concode_elem_sep Long found concode_elem_sep Long start concode_field_sep Hits withStart concode_elem_sep String getCursor concode_elem_sep Long getStart concode...
Long function ( ) { return this . found ; }
20,988
sets the value of the actuate property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep MIRequestedDateType miRequestedDate concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep String type conco...
void function ( String arg0 ) { this . actuate = arg0 ; }
20,989
returns content formatted as a success message concode_field_sep String namespace concode_field_sep Text subduedHeading concode_elem_sep Text subduedHeading concode_elem_sep Text heading concode_elem_sep Text heading concode_elem_sep Text subdued concode_elem_sep Text subdued concode_elem_sep Text error concode_elem_se...
Text function ( Object ... arg0 ) { return success ( Text . of ( arg0 ) ) ; }
20,990
performs a dynamic query on the database and returns a range of the matching rows . useful when paginating results . returns a maximum of end - start instances . start and end are not primary keys , they are indexes in the result set . thus , 0 refers to the first result in the set . setting both start and end to com.l...
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 ) { return getService ( ) . arg0 ( arg0 , arg1 , arg2 ) ; }
20,991
to overcome the jsf validation error value is not valid . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean isPersistent concode_elem_sep Integer getId
boolean function ( Object arg0 ) { if ( ! ( arg0 instanceof BaseDTO ) ) { return false ; } return ( this . getId ( ) == ( ( BaseDTO ) arg0 ) . getId ( ) ) ; }
20,992
returns the number of managed contexts used for testing purposes concode_field_sep Map<String,LoggerContext> synchronizedContextMap concode_elem_sep LoggerContext defaultContext concode_elem_sep ThreadLocal<LoggerContext> threadLocal concode_field_sep String conventionalConfigFileName concode_elem_sep LoggerContext get...
int function ( ) { return synchronizedContextMap . size ( ) ; }
20,993
gets the value of the firstrow property . concode_field_sep Boolean bandRow concode_elem_sep CTPatternFillProperties pattFill concode_elem_sep CTOfficeArtExtensionList extLst concode_elem_sep CTTableStyle tableStyle concode_elem_sep Boolean firstCol concode_elem_sep CTEffectList effectLst concode_elem_sep Boolean rtl c...
boolean function ( ) { if ( firstRow == null ) { return false ; } else { return firstRow ; } }
20,994
get custom serializer concode_field_sep java.lang.String developerToken concode_elem_sep java.lang.Boolean validateOnly concode_elem_sep java.lang.Boolean partialFailure concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String userAgent concode_elem_sep or...
org . apache . axis . encoding . Serializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanSerializer ( arg1 , arg2 , typeDesc ) ; }
20,995
the details for the cases that match the request . concode_field_sep com.amazonaws.internal.SdkInternalList<CaseDetails> cases concode_elem_sep String nextToken concode_field_sep java.util.List<CaseDetails> getCases concode_elem_sep void setNextToken concode_elem_sep int hashCode concode_elem_sep boolean equals concode...
void function ( java . util . Collection < CaseDetails > arg0 ) { if ( arg0 == null ) { this . cases = null ; return ; } this . cases = new com . amazonaws . internal . SdkInternalList < CaseDetails > ( arg0 ) ; }
20,996
set the small icon to use in the notification layouts . different classes of devices may return different sizes . see the ux guidelines for more information on how to design these icons . concode_field_sep NotificationCompatImpl IMPL concode_elem_sep CharSequence mContentText concode_elem_sep int mNumber concode_elem_s...
Builder function ( int arg0 ) { mNotification . arg0 = arg0 ; return this ; }
20,997
create an instance of author concode_field_sep QName _DependencyPom_QNAME concode_elem_sep QName _Description_QNAME concode_field_sep Bug createBug concode_elem_sep Source createSource concode_elem_sep License createLicense concode_elem_sep Authors createAuthors concode_elem_sep Wingsite createWingsite concode_elem_sep...
Author function ( ) { return new Author ( ) ; }
20,998
records the elapsed time stats for the action . for each input artifact , it finds the real dependent artifacts and records the critical path stats . concode_field_sep C maxCriticalPath concode_elem_sep Clock clock concode_elem_sep PriorityQueue<C> slowestComponents concode_elem_sep int SLOWEST_COMPONENTS_SIZE concode_...
void function ( ActionCompletionEvent arg0 ) { Action loc0 = arg0 . getAction ( ) ; C loc1 = Preconditions . checkNotNull ( outputArtifactToComponent . get ( loc0 . getPrimaryOutput ( ) ) ) ; finalizeActionStat ( arg0 . getRelativeActionStartTime ( ) , loc0 , loc1 ) ; }
20,999
returns an expression processing the exchange to the given endpoint uri . concode_field_sep PlaceHolder placeHolder concode_field_sep ValueBuilder faultBodyAs concode_elem_sep ValueBuilder constant concode_elem_sep ValueBuilder systemProperty concode_elem_sep ValueBuilder systemProperty concode_elem_sep ValueBuilder la...
ValueBuilder function ( String arg0 ) { Expression loc0 = ExpressionBuilder . toExpression ( arg0 ) ; return new ValueBuilder ( loc0 ) ; }