idx
int64
0
25k
question
stringlengths
71
7.19k
target
stringlengths
20
663
7,700
consumer is required to do any privilege checks before getting here concode_field_sep Logger LOGGER concode_elem_sep String FORCE_GROUPS_HEADER concode_elem_sep String FORCE_GROUPS_PARAMETER concode_elem_sep String FORCE_GROUPS_COOKIE_NAME concode_field_sep Map<String,Integer> parseForceGroupsList concode_elem_sep Proc...
Map < String , Integer > function ( @ Nonnull final HttpServletRequest arg0 ) { final String loc0 = getForceGroupsStringFromRequest ( arg0 ) ; return parseForceGroupsList ( loc0 ) ; }
7,701
obtain a tree snapshot . this snapshot ensures a consistent view of registrations . the snapshot should be closed as soon as it is not required , because each unclosed instance blocks modification of this tree . concode_field_sep ReadWriteLock rwLock concode_elem_sep RegistrationTreeNode<T> rootNode concode_field_sep R...
RegistrationTreeSnapshot < T > function ( ) { final RegistrationTreeSnapshot < T > loc0 = new RegistrationTreeSnapshot < > ( rwLock . readLock ( ) , rootNode ) ; rwLock . readLock ( ) . lock ( ) ; return loc0 ; }
7,702
gets the opacity from a color . inspired by android colordrawable . concode_field_sep PlaceHolder placeHolder concode_field_sep int multiplyColorAlpha
int function ( int arg0 ) { int loc0 = arg0 >>> 24 ; if ( loc0 == 255 ) { return PixelFormat . OPAQUE ; } else if ( loc0 == 0 ) { return PixelFormat . TRANSPARENT ; } else { return PixelFormat . TRANSLUCENT ; } }
7,703
gets the value of the mascot property . concode_field_sep String xtandemParams concode_elem_sep boolean precursorIonUnit concode_elem_sep int numMissedCleavages concode_elem_sep boolean mascot concode_elem_sep String omssaParams concode_elem_sep double precursorIonTol concode_elem_sep String fastaFile concode_elem_sep ...
boolean function ( ) { return mascot ; }
7,704
returns true if field task_end is set has been assigned a value and false otherwise concode_field_sep String _fieldName concode_elem_sep int __TASK_END_ISSET_ID concode_elem_sep int task_end concode_elem_sep org.apache.thrift.protocol.TField TASK_END_FIELD_DESC concode_elem_sep int task_start concode_elem_sep short _th...
boolean function ( ) { return __isset_bit_vector . get ( __TASK_END_ISSET_ID ) ; }
7,705
initializes this static object with the context of the calling activity . concode_field_sep AutoFocusCallback autoFocusCallback concode_elem_sep int MAX_FRAME_HEIGHT concode_elem_sep String TAG concode_elem_sep CameraManager cameraManager concode_elem_sep boolean reverseImage concode_elem_sep CameraConfigurationManager...
void function ( Context arg0 ) { if ( cameraManager == null ) { cameraManager = new CameraManager ( arg0 ) ; } }
7,706
sets an optional script to execute at connection time . concode_field_sep String schema concode_elem_sep String tableType concode_elem_sep String password concode_elem_sep int port concode_elem_sep String vendor concode_elem_sep boolean sslEnabled concode_elem_sep String host concode_elem_sep String initScript concode_...
String function ( ) { return initScript ; }
7,707
removes all the entries added into expressionattributevalues . returns a reference to this object so that method calls can be chained together . concode_field_sep Map<String,ExpectedAttributeValue> expectedAttributes concode_elem_sep String conditionalOperator concode_elem_sep String conditionExpression concode_elem_se...
DynamoDBDeleteExpression function ( ) { this . expressionAttributeValues = null ; return this ; }
7,708
convenience method to add a new parsednode with the passed namespace/name and value concode_field_sep List<ParsedNode> children concode_elem_sep String namespace concode_elem_sep String name concode_elem_sep Object value concode_field_sep String getName concode_elem_sep ParsedNode createNode concode_elem_sep ParsedNode...
ParsedNode function ( String arg0 , String arg1 , Object arg2 ) { addChild ( createNode ( arg0 , arg1 ) . setValue ( arg2 ) ) ; return this ; }
7,709
returns the uuid of this bookmarks entry . concode_field_sep BookmarksEntry _bookmarksEntry concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep java.lang.String getName concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCachedModel concode_elem_sep void se...
java . lang . String function ( ) { return _bookmarksEntry . getUuid ( ) ; }
7,710
set the max number of threads concode_field_sep Runnable runnable concode_elem_sep int keepAlive concode_elem_sep String fileName concode_elem_sep int core concode_elem_sep int priority concode_elem_sep Log log concode_elem_sep String name concode_elem_sep Map<String,Object> properties concode_elem_sep BeforeExecuteHan...
void function ( int arg0 ) { this . max = arg0 ; }
7,711
static factory method to instantiate new textmarker . concode_field_sep PlaceHolder placeHolder concode_field_sep Marker newFlaggedTextMarker concode_elem_sep Marker newFlaggedTextMarker concode_elem_sep Marker newShapeMarker concode_elem_sep Marker newShapeMarker
Marker function ( final String arg0 , final Color arg1 , final int arg2 ) { checkNotNull ( arg0 , "srini_string" ) ; checkNotNull ( arg1 , "srini_string" ) ; checkArgument ( arg2 > 0 , "srini_string" ) ; return new TextMarker ( arg0 , arg1 , arg2 , Priority . NORMAL , false ) ; }
7,712
set the frames per second of this effect . max is 25 concode_field_sep boolean fired concode_elem_sep boolean submit concode_elem_sep boolean queued concode_elem_sep float fps concode_elem_sep boolean sync concode_elem_sep int sequenceId concode_elem_sep float duration concode_elem_sep String sequence concode_elem_sep ...
void function ( float arg0 ) { if ( arg0 > 25f ) { throw new IllegalArgumentException ( "srini_string" ) ; } this . fps = arg0 ; ea . add ( "srini_string" , arg0 ) ; }
7,713
defines or reset a listener for the given method signature . concode_field_sep MethodListener sDefaultListener concode_elem_sep HashMap<String,MethodListener> sMethods concode_field_sep long invokeL concode_elem_sep int invokeI concode_elem_sep void invokeV concode_elem_sep float invokeF concode_elem_sep double invokeD...
void function ( String arg0 , MethodListener arg1 ) { if ( arg1 == null ) { sMethods . remove ( arg0 ) ; } else { sMethods . put ( arg0 , arg1 ) ; } }
7,714
determines the boolean value of the system property whose name was specified in the constructor . concode_field_sep String theProp concode_field_sep placeholderType placeHolder
Boolean function ( ) { return Boolean . getBoolean ( theProp ) ; }
7,715
check if details are parsed . concode_field_sep Container parent concode_elem_sep boolean isParsed concode_elem_sep long offset concode_elem_sep long contentStartPosition concode_elem_sep ByteBuffer deadBytes concode_elem_sep boolean isRead concode_elem_sep long memMapSize concode_elem_sep Logger LOG concode_elem_sep b...
boolean function ( ) { return isParsed ; }
7,716
returns a string representation concode_field_sep Reporter reporter concode_elem_sep int updateCounter concode_elem_sep Object[] elementData concode_elem_sep float DEFAULT_RESIZE_FACTOR concode_elem_sep int elementCount concode_elem_sep int initCounter concode_elem_sep int DEFAULT_INITIAL_CAPACITY concode_field_sep voi...
String function ( ) { StringBuffer loc0 = new StringBuffer ( 32 ) ; loc0 . append ( "srini_string" ) ; loc0 . append ( elementCount ) ; loc0 . append ( ' ' ) ; loc0 . append ( '[' ) ; Enumeration = elements ( ) ; }
7,717
creates @linkplain hashcodefilenamegenerator default implementation of filenamegenerator concode_field_sep AtomicInteger threadNumber concode_elem_sep String namePrefix concode_elem_sep AtomicInteger poolNumber concode_elem_sep int threadPriority concode_elem_sep ThreadGroup group concode_field_sep BitmapDisplayer crea...
FileNameGenerator function ( ) { return new HashCodeFileNameGenerator ( ) ; }
7,718
returns 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 set concode_elem_sep void grow concode_elem_sep long sizeOf concode_...
T function ( long arg0 ) { return ( T ) array [ segment ( arg0 ) ] [ offset ( arg0 ) ] ; }
7,719
returns an array of poles stored in this filter representation . concode_field_sep Complex[] poles concode_elem_sep Complex[] zeros concode_elem_sep double gain concode_field_sep Complex[] getZeros concode_elem_sep FilterCoefficients convertToBACoefficients concode_elem_sep void print concode_elem_sep int hashCode conc...
Complex [ ] function ( ) { return poles ; }
7,720
gets the value of the value property . concode_field_sep FunctionType function concode_elem_sep String value concode_field_sep UrlType withFunction concode_elem_sep UrlType withValue concode_elem_sep void setValue concode_elem_sep FunctionType getFunction concode_elem_sep void setFunction
String function ( ) { return value ; }
7,721
the month class is immutable , so should not be cloneable . concode_field_sep Month jan1900 concode_elem_sep Month dec9999 concode_elem_sep Month nov9999 concode_elem_sep Month feb1900 concode_field_sep void testDateConstructor1 concode_elem_sep void testParseMonth concode_elem_sep void testGetStart concode_elem_sep vo...
void function ( ) { Month loc0 = new Month ( 2 , 2003 ) ; assertFalse ( loc0 instanceof Cloneable ) ; }
7,722
returns the oauth 1 access token secret . concode_field_sep String secret concode_elem_sep String key concode_field_sep String getKey
String function ( ) { return secret ; }
7,723
return an outcome message or null . concode_field_sep boolean match concode_elem_sep String message concode_field_sep ConditionOutcome inverse concode_elem_sep ConditionOutcome noMatch concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep ConditionOutcome match concode_elem_sep ConditionOutcome...
String function ( ) { return this . message ; }
7,724
gets the ip address of the machine to which this datagram is being sent or from which the datagram was received . concode_field_sep DatagramPacket packet concode_field_sep DatagramPacket getDatagramPacket concode_elem_sep void setLength concode_elem_sep int getPort concode_elem_sep void setData concode_elem_sep void se...
IpAddress function ( ) { return new IpAddress ( packet . getAddress ( ) ) ; }
7,725
to get method name . concode_field_sep String subProcessName concode_elem_sep String methodName concode_elem_sep boolean scriptingPlugin concode_elem_sep String serviceName concode_field_sep String getSubProcessName concode_elem_sep boolean isScriptingPlugin concode_elem_sep String getServiceName
String function ( ) { return methodName ; }
7,726
generates a simple exemplar of this class to test serialization . concode_field_sep long serialVersionUID concode_elem_sep int centerY concode_elem_sep int centerX concode_elem_sep String name concode_elem_sep int uniqueId concode_field_sep void setName concode_elem_sep String getName concode_elem_sep void setCenterX c...
KnowledgeModelNode function ( ) { return new KnowledgeModelNode ( "srini_string" ) ; }
7,727
factory method to create chunk-files for writing to . for instance , when the dynamicinputformat splits the input-file into chunks . concode_field_sep Log LOG concode_elem_sep Configuration configuration concode_elem_sep SequenceFileRecordReader<K,V> reader concode_elem_sep Path chunkFilePath concode_elem_sep int numCh...
DynamicInputChunk function ( String arg0 , Configuration arg1 ) { return new DynamicInputChunk ( arg0 , arg1 ) ; }
7,728
create propertymatches for the given bean property . concode_field_sep String propertyName concode_elem_sep String[] possibleMatches concode_elem_sep int DEFAULT_MAX_DISTANCE concode_field_sep String[] calculateMatches concode_elem_sep String[] getPossibleMatches concode_elem_sep int calculateStringDistance concode_ele...
PropertyMatches function ( String arg0 , Class arg1 ) { return forProperty ( arg0 , arg1 , DEFAULT_MAX_DISTANCE ) ; }
7,729
returns the response headers supported by this cors configuration . concode_field_sep long serialVersionUID concode_elem_sep ImmutableList<String> responseHeaders concode_elem_sep long serialVersionUID concode_elem_sep ImmutableList<HttpMethod> methods concode_elem_sep ImmutableList<Origin> origins concode_elem_sep Fun...
List < String > function ( ) { return responseHeaders ; }
7,730
check whether a parameter with the provided key exist . concode_field_sep String path concode_elem_sep String completePath concode_elem_sep String VERSION_PARAMETER_NAME concode_elem_sep Map<String,String> parameters concode_elem_sep boolean currentVersion concode_field_sep String getPathWithVersion concode_elem_sep St...
boolean function ( String arg0 ) { return parameters . containsKey ( arg0 ) ; }
7,731
make a new label with this string as a value component . any other fields of the label would normally be null . concode_field_sep int TAG_LABEL concode_elem_sep char divider concode_field_sep Label newLabelFromString
Label function ( String arg0 , int arg1 ) { if ( arg1 == TAG_LABEL ) { return new TaggedWord ( null , arg0 ) ; } return new TaggedWord ( arg0 ) ; }
7,732
builder for a config that starts with an existing config . concode_field_sep Quoting quoting concode_elem_sep String originalInput concode_elem_sep Quoting quoting concode_elem_sep Casing quotedCasing concode_elem_sep Casing quotedCasing concode_elem_sep boolean caseSensitive concode_elem_sep SqlParserImplFactory parse...
ConfigBuilder function ( Config arg0 ) { return new ConfigBuilder ( ) . setConfig ( arg0 ) ; }
7,733
returns the number of kaleo notifications . concode_field_sep ServiceTracker<KaleoNotificationLocalService,KaleoNotificationLocalService> _serviceTracker concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concod...
int function ( ) { return getService ( ) . getKaleoNotificationsCount ( ) ; }
7,734
sets whether the result of the jdoql query is a associated to an aggregate function . concode_field_sep String filter concode_elem_sep String result concode_elem_sep String variables concode_elem_sep boolean isPCResult concode_elem_sep String candidateClassName concode_elem_sep String ordering concode_elem_sep String[]...
void function ( boolean arg0 ) { this . isAggregate = arg0 ; }
7,735
invoked when a mouse button has been pressed on a component . concode_field_sep Point lastMousePosition concode_elem_sep DocumentViewController documentViewController concode_field_sep void mouseReleased concode_elem_sep void mouseDragged concode_elem_sep void mouseExited concode_elem_sep void mouseEntered concode_elem...
void function ( MouseEvent arg0 ) { if ( documentViewController != null && documentViewController . getDocumentViewModel ( ) . isViewToolModeSelected ( DocumentViewModel . DISPLAY_TOOL_PAN ) ) { documentViewController . setViewCursor ( DocumentViewController . CURSOR_HAND_CLOSE ) ; } }
7,736
skips over the next data element from the provided input tprotocol object . concode_field_sep int maxSkipDepth concode_field_sep void setMaxSkipDepth
void function ( TProtocol arg0 , byte arg1 ) { skip ( arg0 , arg1 , maxSkipDepth ) ; }
7,737
creates an empty xmpdatetime-object . concode_field_sep TimeZone UTC concode_field_sep XMPDateTime getCurrentDateTime concode_elem_sep XMPDateTime setLocalTimeZone concode_elem_sep XMPDateTime convertToLocalTime concode_elem_sep XMPDateTime createFromISO8601 concode_elem_sep XMPDateTime convertToUTCTime concode_elem_se...
XMPDateTime function ( ) { return new XMPDateTimeImpl ( ) ; }
7,738
setter for endorsementorrestrictions concode_field_sep String departureTime concode_elem_sep BasicAmountType fare concode_elem_sep String couponNumber concode_elem_sep String serviceClass concode_elem_sep String departureAirport concode_elem_sep String endorsementOrRestrictions concode_elem_sep String conjuctionTicket ...
void function ( String arg0 ) { this . endorsementOrRestrictions = arg0 ; }
7,739
sum aggregate function for integral long , i.e. 64 bit integer type . concode_field_sep PlaceHolder placeHolder concode_field_sep TypedColumn<T,Double> avg concode_elem_sep TypedColumn<T,Long> count concode_elem_sep TypedColumn<T,Double> sum
TypedColumn < T , Long > function ( MapFunction < T , Long > arg0 ) { return new TypedSumLong < T > ( arg0 ) . toColumnJava ( ) ; }
7,740
tests the existence of a particular principal on a specific host concode_field_sep Provider<EntityManager> entityManagerProvider concode_field_sep void removeByHost concode_elem_sep void removeByPrincipal concode_elem_sep KerberosPrincipalHostEntity find concode_elem_sep KerberosPrincipalHostEntity find concode_elem_se...
boolean function ( String arg0 , Long arg1 ) { return find ( arg0 , arg1 ) != null ; }
7,741
return the messagequeue object associated with the currentthread . this must be called from a thread running a looper , or a nullpointerexception will be thrown . concode_field_sep Printer mLogging concode_elem_sep String TAG concode_elem_sep MessageQueue mQueue concode_elem_sep ThreadLocal<Looper> sThreadLocal concode...
MessageQueue function ( ) { return myLooper ( ) . mQueue ; }
7,742
convenience method to get the httpcontext concode_field_sep UpdateRequest request concode_elem_sep String endpoint concode_elem_sep List<String> defaultGraphURIs concode_elem_sep Context context concode_elem_sep List<String> namedGraphURIs concode_elem_sep Symbol HTTP_CONTEXT concode_elem_sep HttpAuthenticator authenti...
HttpContext function ( ) { return ( HttpContext ) getContext ( ) . get ( HTTP_CONTEXT ) ; }
7,743
gets the value of the asyncheader property . concode_field_sep PortInEligibilityRequest portInEligibilityRequest concode_elem_sep long serialVersionUID concode_elem_sep AsyncHeader asyncHeader concode_field_sep PortInEligibilityRequest getPortInEligibilityRequest concode_elem_sep void setPortInEligibilityRequest concod...
AsyncHeader function ( ) { return asyncHeader ; }
7,744
generates a label for the specified row . concode_field_sep NumberFormat numberFormat concode_elem_sep String labelFormat concode_elem_sep DateFormat dateFormat concode_elem_sep String nullValueString concode_elem_sep long serialVersionUID concode_elem_sep NumberFormat percentFormat concode_field_sep NumberFormat getNu...
String function ( CategoryDataset arg0 , int arg1 ) { return arg0 . getColumnKey ( arg1 ) . toString ( ) ; }
7,745
for runtime -- no bean naming convention so castor will ignore concode_field_sep org.apache.log4j.Logger Log concode_elem_sep ResultOp opResult concode_elem_sep String searchType concode_elem_sep Operator opLogical concode_elem_sep List<VueMetadataElement> dataList concode_elem_sep String mapType concode_elem_sep Strin...
Operator function ( ) { return this . opLogical ; }
7,746
returns the dependency , if one exists . for anything that can be referenced by injector #getbinding , a dependency exists . a dependency will not exist and this will return null for types initialized with binder #requestinjection or injector #injectmembers object , nor will it exist for objects injected into providers...
Dependency < ? > function ( ) { return dependency ; }
7,747
compile an instance from the provided template string . concode_field_sep int TIME_ID concode_elem_sep String[] identifierFormatTags concode_elem_sep String NUMBER concode_elem_sep String REPRESENTATION concode_elem_sep int[] identifiers concode_elem_sep int NUMBER_ID concode_elem_sep int identifierCount concode_elem_s...
UrlTemplate function ( String arg0 ) { String [ ] loc0 = new String [ 5 ] ; int [ ] loc1 = new int [ 4 ] ; String [ ] loc2 = new String [ 4 ] ; int loc3 = parseTemplate ( arg0 , loc0 , loc1 , loc2 ) ; return new UrlTemplate ( loc0 , loc1 , loc2 , loc3 ) ; }
7,748
getter for the field fullname . concode_field_sep String comments concode_elem_sep String numsvc concode_elem_sep String txtsvc concode_elem_sep String dutysch concode_elem_sep String passwd concode_elem_sep String numpin concode_elem_sep String txtpin concode_elem_sep String confirmpasswd concode_elem_sep String fulln...
String function ( ) { return ( this . fullname ) ; }
7,749
return the value of the action property . concode_field_sep String tooltip concode_elem_sep String branchExpandedIcon concode_elem_sep String icon concode_elem_sep DefaultMutableTreeNode wrapper concode_elem_sep long serialVersionUID concode_elem_sep boolean leaf concode_elem_sep String leafIcon concode_elem_sep String...
String function ( ) { return action ; }
7,750
gets a list of search terms that make up a given search . concode_field_sep HashMap<Integer,WeakReference<PageText>> searchResultCache concode_elem_sep ArrayList<SearchTerm> searchTerms concode_field_sep void addPageSearchHit concode_elem_sep Set<Integer> getPageSearchHits concode_elem_sep void removeSearchTerm concode...
ArrayList < SearchTerm > function ( ) { return searchTerms ; }
7,751
determine if log level will be logged 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 void d concode_elem_sep void d concode_elem_sep void d concode_elem_sep void setLogLevel concode_e...
boolean function ( int arg0 ) { return ( arg0 >= LOGLEVEL ) ; }
7,752
puts version onto the endpoint properties map . removes the entry from the map if version is null . concode_field_sep Map<String,String> endpointProperties concode_elem_sep String URL_BINDING_NAME_KEY concode_field_sep void setName concode_elem_sep void setEndpointProperties concode_elem_sep Map<String,String> getEndpo...
void function ( String arg0 ) { setProperty ( VERSION_KEY , arg0 ) ; }
7,753
throws unsupportedoperationexception . this method is n't necessary for xpath processing . concode_field_sep String namesspaceURI concode_field_sep String getNamespaceURI concode_elem_sep Iterator getPrefixes
String function ( String arg0 ) { throw new UnsupportedOperationException ( ) ; }
7,754
a regular state must have a name . concode_field_sep SGraphFactory factory concode_elem_sep BasicDiagnostic diagnostics concode_elem_sep SGraphJavaValidator validator concode_elem_sep StextFactory sTextFactory concode_elem_sep State state concode_elem_sep Region region concode_elem_sep Statechart statechart concode_fie...
void function ( ) { prepareStateTest ( ) ; state . setName ( null ) ; assertFalse ( validator . validate ( state , diagnostics , new HashMap < Object , Object > ( ) ) ) ; assertError ( diagnostics , ISSUE_STATE_WITHOUT_NAME ) ; }
7,755
returns a hash code for a double instance . if the array is null , this method returns zero . concode_field_sep PlaceHolder placeHolder concode_field_sep int hashCode concode_elem_sep int hashCode concode_elem_sep int hashCode concode_elem_sep int hashCode concode_elem_sep int hashCode concode_elem_sep int hashCode con...
int function ( double [ ] arg0 ) { if ( arg0 == null ) { return 0 ; } int loc0 = 193 ; long loc1 ; for ( int loc2 = 0 ; loc2 < arg0 . length ; loc2 ++ ) { loc1 = Double . doubleToLongBits ( arg0 [ loc2 ] ) ; loc0 = 29 * loc0 + ( int ) ( loc1 ^ ( loc1 >>> 32 ) ) ; } return loc0 ; }
7,756
get the value class for job outputs . concode_field_sep JobID jobId concode_elem_sep Credentials credentials concode_elem_sep UserGroupInformation ugi concode_elem_sep org.apache.hadoop.mapred.JobConf conf concode_field_sep String[] toTimestampStrs concode_elem_sep JobID getJobID concode_elem_sep Path[] getLocalCacheAr...
Class < ? > function ( ) { return conf . getOutputValueClass ( ) ; }
7,757
sets the end point of the transition , a float between 0.0 and 1.0 . defaults to 1.0 . concode_field_sep boolean fired concode_elem_sep boolean submit concode_elem_sep boolean queued concode_elem_sep float fps concode_elem_sep boolean sync concode_elem_sep int sequenceId concode_elem_sep float duration concode_elem_sep...
void function ( float arg0 ) { this . to = arg0 ; ea . add ( "srini_string" , arg0 ) ; }
7,758
gets a map that contains attributes that are n't bound to any typed property on this class . the map is keyed by the name of the attribute and the value is the string value of the attribute . the map returned by this method is live , and you can add new attribute by updating the map directly . because of this design , ...
Map < QName , String > function ( ) { return otherAttributes ; }
7,759
opens scope , and makes note of the time started , increments run counter concode_field_sep boolean isOpen concode_elem_sep String numCounter concode_elem_sep String timeCounter concode_elem_sep ObjectName oname concode_elem_sep String avgTimeCounter concode_elem_sep String name concode_elem_sep LegacyMetrics metrics c...
void function ( ) { if ( ! isOpen ) { isOpen = true ; startTime = System . currentTimeMillis ( ) ; } else { throw new IOException ( "srini_string" + name + "srini_string" ) ; } }
7,760
delete all the songs in a collection concode_field_sep ConfigGroup general concode_elem_sep long nextId concode_elem_sep PropertyChangeSupport listeners concode_elem_sep Map<Long,Song> songs concode_elem_sep Map<String,SongGroup> songGroups concode_elem_sep boolean DEBUG concode_field_sep void debug concode_elem_sep vo...
void function ( Collection arg0 ) { Song loc0 = null ; for ( Iterator loc1 = arg0 . iterator ( ) ; loc1 . hasNext ( ) ; ) { loc0 = ( Song ) loc1 . next ( ) ; deleteSong ( loc0 ) ; } }
7,761
get the current class loader we are using . concode_field_sep ClassLoader loader concode_elem_sep EnhancerFactory INSTANCE concode_field_sep Enhancer createEnhancer concode_elem_sep EnhancerFactory getInstance concode_elem_sep void setClassLoader
ClassLoader function ( ) { return loader ; }
7,762
checks whether the value of the cell is null . concode_field_sep HashSet m_Listeners concode_elem_sep Object[][] m_Data concode_elem_sep ResultSetHelper m_Helper concode_field_sep boolean isNumericAt concode_elem_sep void addTableModelListener concode_elem_sep int getRowCount concode_elem_sep void removeTableModelListe...
boolean function ( int arg0 , int arg1 ) { return ( getValueAt ( arg0 , arg1 ) == null ) ; }
7,763
see processapplicationscriptenvironment #getscriptengineforname string , boolean concode_field_sep BeanELResolver processApplicationBeanElResolver concode_elem_sep VariableSerializers variableSerializers concode_elem_sep ELResolver processApplicationElResolver concode_elem_sep boolean isDeployed concode_elem_sep Proces...
ScriptEngine function ( String arg0 , boolean arg1 ) { return getProcessApplicationScriptEnvironment ( ) . getScriptEngineForName ( arg0 , arg1 ) ; }
7,764
getter for property accesslist . concode_field_sep String totalRevisions concode_elem_sep List<Revision> revisions concode_elem_sep File file concode_elem_sep List<SymbolicName> symbolicNames concode_elem_sep String rcsFileName concode_elem_sep String accessList concode_elem_sep String selectedRevisions concode_elem_se...
String function ( ) { return accessList ; }
7,765
gets the value of the address property . concode_field_sep BankAccountType bankAccount concode_elem_sep AddressType address concode_elem_sep long serialVersionUID concode_elem_sep PaymentHeaderType paymentInformation concode_elem_sep CardType card concode_field_sep void setBankAccount concode_elem_sep BankAccountType g...
AddressType function ( ) { return address ; }
7,766
returns the first argument with the sign of the second argument . concode_field_sep double TWO_PI concode_field_sep double reduce concode_elem_sep void checkFinite concode_elem_sep void checkFinite concode_elem_sep void checkNotNull concode_elem_sep void checkNotNull concode_elem_sep double normalizeAngle concode_elem_...
byte function ( byte arg0 , byte arg1 ) { if ( ( arg0 >= 0 && arg1 >= 0 ) || ( arg0 < 0 && arg1 < 0 ) ) { return arg0 ; } else if ( arg1 >= 0 && arg0 == Byte . MIN_VALUE ) { throw new MathArithmeticException ( LocalizedFormats . OVERFLOW ) ; } else { return ( byte ) - arg0 ; } }
7,767
returns the set . concode_field_sep Set set concode_elem_sep Top top concode_elem_sep Lower lower concode_elem_sep long id concode_elem_sep List list concode_elem_sep String value concode_field_sep String getValue concode_elem_sep void setTop concode_elem_sep void setSet concode_elem_sep List getList concode_elem_sep v...
Set function ( ) { return set ; }
7,768
performs a dynamic query on the database and returns an ordered 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...
java . util . List function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 , com . liferay . portal . kernel . util . OrderByComparator arg3 ) { return _keHoachNuocSachLocalService . arg0 ( arg0 , arg1 , arg2 , arg3 ) ; }
7,769
tells whether the given subjects are equivalent , with one given as a uri string . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean sameNode concode_elem_sep boolean sameObject concode_elem_sep boolean sameObject concode_elem_sep boolean sameResource concode_elem_sep boolean sameResource concode_elem...
boolean function ( SubjectNode arg0 , String arg1 ) { if ( arg0 instanceof URIReference ) { return sameResource ( ( URIReference ) arg0 , arg1 ) ; } else { return false ; } }
7,770
this method is used in generated code ! concode_field_sep long serialVersionUID concode_elem_sep Configuration configuration concode_field_sep List<Attachable> getAttachables concode_elem_sep int size concode_elem_sep Configuration configuration concode_elem_sep int hashCode concode_elem_sep Object get concode_elem_sep...
DSLContext function ( ) { return DSL . using ( configuration ( ) ) ; }
7,771
returns the event namespace uri . concode_field_sep Entry head concode_elem_sep Entry next concode_elem_sep IntTable counts concode_elem_sep Entry[] listeners concode_elem_sep HashTable listenersNS concode_elem_sep EventListener listener concode_elem_sep String namespaceURI concode_elem_sep int n concode_elem_sep boole...
String function ( ) { return namespaceURI ; }
7,772
get custom deserializer concode_field_sep java.lang.Long labelId concode_elem_sep com.google.api.ads.dfp.axis.v201502.CreativeWrapperHtmlSnippet footer concode_elem_sep com.google.api.ads.dfp.axis.v201502.CreativeWrapperOrdering ordering concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep ja...
org . apache . axis . encoding . Deserializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanDeserializer ( arg1 , arg2 , typeDesc ) ; }
7,773
returns true if this term is an atomic formula . == constraints are represented specially , and not considered atomic formulas . concode_field_sep int TERM_SHRUGS_ABOUT_BEING_BOUND concode_elem_sep long serialVersionUID concode_elem_sep int TERM_MUST_NOT_BE_BOUND concode_elem_sep int TERM_PREFERS_BEING_BOUND concode_fi...
boolean function ( ) { return false ; }
7,774
this method attempts to find all inetaddresses for this machine in a conventional way via inetaddress . if only one address is found and it is the loopback , an attempt is made to determine the addresses for this machine using networkinterface . concode_field_sep PlaceHolder placeHolder concode_field_sep InetAddress[] ...
InetAddress [ ] function ( ) { InetAddress [ ] loc0 = InetAddress . getAllByName ( "srini_string" ) ; if ( loc0 . length != 1 ) return loc0 ; if ( ! loc0 [ 0 ] . isLoopbackAddress ( ) ) return loc0 ; return getAllLocalUsingNetworkInterface ( ) ; }
7,775
gets the value of the property property . objects of the following type s are allowed in the list keyvaluetype concode_field_sep String tokenElement concode_elem_sep String tokenElementNS concode_elem_sep List<KeyValueType> property concode_elem_sep String tokenType concode_elem_sep String providerClass concode_field_s...
List < KeyValueType > function ( ) { return Collections . unmodifiableList ( this . property ) ; }
7,776
set the back-reference to the associated characteristic concode_field_sep int PERMISSION_WRITE_ENCRYPTED concode_elem_sep UUID mUuid concode_elem_sep BluetoothGattCharacteristic mCharacteristic concode_elem_sep int PERMISSION_READ concode_elem_sep int PERMISSION_WRITE_ENCRYPTED_MITM concode_elem_sep int PERMISSION_WRIT...
void function ( BluetoothGattCharacteristic arg0 ) { mCharacteristic = arg0 ; }
7,777
gets the results value for this lineitempage . concode_field_sep java.lang.Integer startIndex 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.Integer totalResultSetSize concode_elem_sep com.g...
com . google . api . ads . dfp . axis . v201502 . LineItem [ ] function ( ) { return results ; }
7,778
this implementation throws an unsupportedoperationexception . concode_field_sep DataSource nonJtaDataSource concode_elem_sep SharedCacheMode sharedCacheMode concode_elem_sep List<String> managedPackages concode_elem_sep String persistenceUnitName concode_elem_sep String persistenceProviderClassName concode_elem_sep Dat...
ClassLoader function ( ) { throw new UnsupportedOperationException ( "srini_string" ) ; }
7,779
set the amount of idle time to keep threads created above the core size . the default is 300000 ms. concode_field_sep RejectionHandler rejectionHandler concode_elem_sep RenderThreadFactory threadFactory concode_elem_sep long keepAliveTime concode_elem_sep Log log concode_elem_sep ThreadPoolExecutor renderService concod...
void function ( long arg0 ) { this . keepAliveTime = arg0 ; resetCoreService ( ) ; }
7,780
to get the plugin properties service . concode_field_sep Logger LOGGER concode_elem_sep String batchInstanceID concode_elem_sep PluginPropertiesService pluginPropertiesService concode_elem_sep BatchSchemaService batchSchemaService concode_field_sep BatchSchemaService getBatchSchemaService concode_elem_sep void setBatch...
PluginPropertiesService function ( ) { return pluginPropertiesService ; }
7,781
default implementation that does nothing . concode_field_sep PlaceHolder placeHolder concode_field_sep void close
void function ( JobConf arg0 ) { }
7,782
returns the end offset of the text range covered by the annotation . concode_field_sep ProblemHighlightType myHighlightType concode_elem_sep String myTooltip concode_elem_sep IntentionAction quickFix concode_elem_sep String myMessage concode_elem_sep List<QuickFixInfo> myQuickFixes concode_elem_sep boolean myAfterEndOf...
int function ( ) { return myEndOffset ; }
7,783
an opaque string that represents where to continue pagination of the vault inventory retrieval results . you use the marker in a new initiatejob request to obtain additional inventory items . if there are no more inventory items , this value is null . concode_field_sep String endDate concode_elem_sep String marker conc...
String function ( ) { return marker ; }
7,784
get date concode_field_sep byte[] _byte concode_elem_sep String password concode_elem_sep BigDecimal number concode_elem_sep Float _float concode_elem_sep Integer integer concode_elem_sep Double _double concode_elem_sep String string concode_elem_sep DateTime dateTime concode_elem_sep byte[] binary concode_elem_sep Int...
LocalDate function ( ) { return date ; }
7,785
returns the vertical position of the split . concode_field_sep byte PANE_LOWER_LEFT concode_elem_sep short leftColumn concode_elem_sep byte PANE_UPPER_RIGHT concode_elem_sep short topRow concode_elem_sep short x concode_elem_sep short y concode_elem_sep byte activePane concode_elem_sep byte PANE_LOWER_RIGHT concode_ele...
short function ( ) { return x ; }
7,786
set using only the defined ball type combined with usebestball : sets the minimum combined with usepokeball : sets the maximum without either will attempt the ball specified or throw an error concode_field_sep boolean strictBallType concode_elem_sep boolean useBestPokeball concode_elem_sep Pokeball pokeBall concode_ele...
CatchOptions function ( boolean arg0 ) { this . strictBallType = arg0 ; return this ; }
7,787
checks if a string is empty '' '' or null . stringutils.isempty null = true stringutils.isempty '' '' = true stringutils.isempty '' '' = false stringutils.isempty `` bob '' = false stringutils.isempty '' bob '' = false note : this method changed in lang version 2.0 . it no longer trims the string . that functionality i...
boolean function ( String arg0 ) { return arg0 == null || arg0 . length ( ) == 0 ; }
7,788
the sha256 digest of the image manifest . concode_field_sep String imageTag concode_elem_sep String imageDigest concode_field_sep ImageIdentifier withImageDigest concode_elem_sep void setImageTag concode_elem_sep ImageIdentifier withImageTag concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep...
void function ( String arg0 ) { this . imageDigest = arg0 ; }
7,789
sets the state machine reference of the event . concode_field_sep boolean periodic concode_elem_sep int index concode_elem_sep ITimedStatemachine statemachine concode_field_sep boolean isPeriodic concode_elem_sep ITimedStatemachine getStatemachine concode_elem_sep int getIndex
void function ( ITimedStatemachine arg0 ) { this . statemachine = arg0 ; }
7,790
return a string representation of the label . this will just be the value if it is non-null , and the empty string otherwise . concode_field_sep long serialVersionUID concode_field_sep int hashCode concode_elem_sep void setValue concode_elem_sep boolean equals concode_elem_sep void setFromString concode_elem_sep int co...
String function ( ) { String loc0 = value ( ) ; return ( loc0 == null ) ? "srini_string" : loc0 ; }
7,791
return the blue component of a color int . this is the same as saying color & 0xff concode_field_sep int BLACK concode_elem_sep int LTGRAY concode_elem_sep int GREEN concode_elem_sep int YELLOW concode_elem_sep int BLUE concode_elem_sep int GRAY concode_elem_sep int DKGRAY concode_elem_sep HashMap<String,Integer> sColo...
int function ( int arg0 ) { return arg0 & 0xFF ; }
7,792
called by ddf.catalog.event.retrievestatus.downloadstatusinfoimpl.canceldownload to fire acancel event . concode_field_sep BayeuxServer bayeux concode_elem_sep ServerSession controllerServerSession concode_elem_sep ConcurrentHashMap<String,ServerSession> userSessionMap concode_elem_sep Logger LOGGER concode_elem_sep Pe...
void function ( String arg0 , String arg1 ) { String loc0 = arg0 + arg1 ; Map < String , Object > loc1 = new HashMap < > ( ) ; loc1 . put ( ActivityEvent . DOWNLOAD_ID_KEY , loc0 ) ; Event loc2 = new Event ( ActivityEvent . EVENT_TOPIC_DOWNLOAD_CANCEL , loc1 ) ; eventAdmin . postEvent ( loc2 ) ; }
7,793
sets the name of the suite . concode_field_sep String fName concode_elem_sep Vector fTests concode_field_sep int testCount concode_elem_sep void addTestSuite concode_elem_sep String getName concode_elem_sep void addTestMethod concode_elem_sep void run concode_elem_sep boolean isTestMethod concode_elem_sep Test createTe...
void function ( String arg0 ) { fName = arg0 ; }
7,794
write the given string value into the output stream . concode_field_sep String id concode_elem_sep TypeCode tString concode_field_sep String extract concode_elem_sep String read concode_elem_sep Serializable read_value concode_elem_sep void insert concode_elem_sep String id concode_elem_sep String get_id concode_elem_s...
void function ( OutputStream arg0 , Serializable arg1 ) { try { arg0 . write_string ( ( String ) arg1 ) ; } catch ( ClassCastException loc0 ) { MARSHAL loc1 = new MARSHAL ( "srini_string" ) ; loc1 . minor = Minor . ClassCast ; throw loc1 ; } }
7,795
sets the value of the sdtpr property . concode_field_sep Object parent concode_elem_sep CTSdtEndPr sdtEndPr concode_elem_sep SdtPr sdtPr concode_elem_sep CTSdtContentCell sdtContent concode_field_sep CTSdtEndPr getSdtEndPr concode_elem_sep Object getParent concode_elem_sep void setSdtEndPr concode_elem_sep void afterUn...
void function ( SdtPr arg0 ) { this . sdtPr = arg0 ; arg0 . setParent ( this ) ; }
7,796
isprocessed concode_field_sep PingResponseCallback m_callback concode_elem_sep ICMPv6EchoRequest m_requestPacket concode_elem_sep int m_packetsize concode_elem_sep long m_expiration concode_elem_sep long m_timeout concode_elem_sep long s_nextTid concode_elem_sep int m_retries concode_elem_sep ThreadCategory m_log conco...
boolean function ( ) { return m_processed . get ( ) ; }
7,797
gets or creates the hazelcastinstance with a certain name . if a hazelcast instance with the same name as the configuration exists , then it is returned , otherwise it is created . concode_field_sep PlaceHolder placeHolder concode_field_sep void shutdownAll concode_elem_sep HazelcastInstance getHazelcastInstanceByName ...
HazelcastInstance function ( Config arg0 ) { return HazelcastInstanceFactory . getOrCreateHazelcastInstance ( arg0 ) ; }
7,798
write the exception to the cdr output stream . concode_field_sep TypeCode typeCode concode_field_sep ObjectAlreadyActive extract concode_elem_sep ObjectAlreadyActive read concode_elem_sep void insert concode_elem_sep String id concode_elem_sep TypeCode type
void function ( OutputStream arg0 , ObjectAlreadyActive arg1 ) { arg0 . write_string ( id ( ) ) ; }
7,799
reads the number of audio samples represented by the given e-ac-3 syncframe . the buffer 's position is not modified . concode_field_sep int[] BITRATE_BY_HALF_FRMSIZECOD concode_elem_sep String mimeType concode_elem_sep int[] BLOCKS_PER_SYNCFRAME_BY_NUMBLKSCOD concode_elem_sep int[] CHANNEL_COUNT_BY_ACMOD concode_elem_...
int function ( ByteBuffer arg0 ) { int loc0 = ( arg0 . get ( arg0 . position ( ) + 4 ) & 0xC0 ) >> 6 ; return AUDIO_SAMPLES_PER_AUDIO_BLOCK * ( loc0 == 0x03 ? 6 : BLOCKS_PER_SYNCFRAME_BY_NUMBLKSCOD [ ( arg0 . get ( arg0 . position ( ) + 4 ) & 0x30 ) >> 4 ] ) ; }