code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
int function ( ) { return current ; } | returns the index of the current character in the segment . concode_field_sep int current concode_elem_sep int offset concode_elem_sep char[] array concode_elem_sep boolean partialReturn concode_elem_sep int count concode_field_sep char next concode_elem_sep void setPartialReturn concode_elem_sep char current concode_e... |
TrackMe function ( @ NonNull QueryParams arg0 , String arg1 ) { set ( arg0 . toString ( ) , arg1 ) ; return this ; } | you can set any additional tracking api parameters within the sdk . this includes for example the local time parameters h , m and s . set queryparams.hours , `` 10 '' ; set queryparams.minutes , `` 45 '' ; set queryparams.seconds , `` 30 '' ; concode_field_sep HashMap<String,String> mQueryParams concode_elem_sep int DE... |
String function ( String arg0 ) { if ( arg0 == null ) { return null ; } return arg0 . toLowerCase ( ) ; } | converts the string to a case-insensitive mapping key . this is lower-cased string representation . concode_field_sep Map<String,String> caseInsensitiveMapping concode_field_sep boolean add concode_elem_sep boolean containsAll concode_elem_sep boolean isEmpty concode_elem_sep void clear concode_elem_sep boolean remove ... |
String function ( Collection arg0 , String arg1 ) { StringBuffer loc0 = new StringBuffer ( ) ; Iterator loc1 = arg0 . iterator ( ) ; while ( loc1 . hasNext ( ) ) { loc0 . append ( loc1 . next ( ) ) ; if ( loc1 . hasNext ( ) ) { loc0 . append ( arg1 ) ; } } return loc0 . toString ( ) ; } | joins the elements of a collection into a string . concode_field_sep Log logger concode_field_sep String sqlEscape concode_elem_sep String getFileContent |
void function ( String arg0 ) { tagTable . remove ( arg0 ) ; } | removes any tag of the specified name . concode_field_sep TagMap tagTable concode_elem_sep String recordName concode_elem_sep AbstractMetricsContext context concode_elem_sep Map<String,MetricValue> metricTable concode_field_sep void setMetric concode_elem_sep void setMetric concode_elem_sep void setMetric concode_elem_... |
EncryptionDictionary function ( ) { return encryptDictionary ; } | gets the encryption dictionary associated with the document encryption handler . concode_field_sep Logger logger concode_elem_sep EncryptionDictionary encryptDictionary concode_elem_sep SecurityHandler securityHandler concode_elem_sep boolean foundJCE concode_field_sep byte[] getEncryptionKey concode_elem_sep boolean i... |
void function ( ) { IntIterator loc0 = new IntHashMapKeyIterator ( ) ; while ( loc0 . hasNext ( ) ) { int loc1 = loc0 . next ( ) ; Object loc2 = get ( loc1 ) ; System . err . println ( loc1 + "srini_string" + loc2 . toString ( ) ) ; } } | diagnostic display of contents concode_field_sep int _shift concode_elem_sep int _mask concode_elem_sep int NBIT concode_elem_sep int NMAX concode_elem_sep T[] _value concode_elem_sep int _nmax concode_elem_sep int _nhi concode_elem_sep int[] _key concode_elem_sep double _factor concode_elem_sep int i concode_elem_sep ... |
String function ( ) { return declarationStatement ; } | gets the value of the declarationstatement property . concode_field_sep String originatorName concode_elem_sep List<String> comments concode_elem_sep PurposeOfShipmentType purpose concode_elem_sep List<CustomerReference> customerReferences concode_elem_sep String purposeOfShipmentDescription concode_elem_sep Money taxe... |
void function ( float arg0 ) { jniSetRadius ( addr , arg0 ) ; } | sets the radius of this shape concode_field_sep long addr concode_field_sep void jniSetRadius concode_elem_sep void jniDispose concode_elem_sep Type getType concode_elem_sep float jniGetRadius concode_elem_sep void dispose concode_elem_sep float getRadius |
ChartEditor function ( JFreeChart arg0 ) { return factory . createEditor ( arg0 ) ; } | returns a component that can be used to edit the given chart . concode_field_sep ChartEditorFactory factory concode_field_sep ChartEditorFactory getChartEditorFactory concode_elem_sep void setChartEditorFactory |
List < ProducerContextCallbacks > function ( boolean arg0 ) { if ( arg0 == mIsIntermediateResultExpected ) { return null ; } mIsIntermediateResultExpected = arg0 ; return new ArrayList < > ( mCallbacks ) ; } | changes isintermediateresultexpected property . this method does not call any callbacks . instead , caller of this method is responsible for iterating over returned list and calling appropriate method on each callback object . @see #callonintermediateresultchanged concode_field_sep ProducerListener mProducerListener co... |
IRubyObject function ( final IRubyObject arg0 ) { return nextObjectId ( arg0 , ( int ) System . currentTimeMillis ( ) / 1000 ) ; } | get the next object id in the sequence . concode_field_sep AtomicInteger counter concode_elem_sep String GENERATOR concode_elem_sep int machineId concode_elem_sep String OBJECT_ID concode_field_sep void extend concode_elem_sep IRubyObject nextObjectId |
void function ( Resource arg0 ) { this . configLocation = arg0 ; } | set the location of the ehcache config file . a typical value is '' / web-inf/ehcache.xml '' . default is `` ehcache.xml '' in the root of the class path , or if not found , `` ehcache-failsafe.xml '' in the ehcache jar default ehcache initialization . concode_field_sep boolean shared concode_elem_sep boolean locallyMa... |
void function ( ExtendedCall arg0 , NameAddress arg1 , NameAddress arg2 , Message arg3 ) { } | does nothing . callback function called when arriving a new refer method transfer request concode_field_sep PlaceHolder placeHolder concode_field_sep void onCallModifying concode_elem_sep void onCallAccepted concode_elem_sep void onCallClosed concode_elem_sep void onCallTransferSuccess concode_elem_sep void onCallConfi... |
java . lang . String function ( ) { return _website . getUserName ( ) ; } | returns the user name of this website . concode_field_sep Website _website concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel concode_elem_sep boo... |
Map < String , Class < ? >> function ( ) { return memberTypes ; } | returns member types for this annotation type member name - > type mapping . concode_field_sep boolean inherited concode_elem_sep Map<String,Method> members concode_elem_sep Map<String,Object> memberDefaults concode_elem_sep Map<String,Class<?>> memberTypes concode_elem_sep RetentionPolicy retention concode_field_sep M... |
String function ( ) { return new String ( b , 0 , i_end ) ; } | after a word has been stemmed , it can be retrieved by tostring , or a reference to the internal buffer can be retrieved by getresultbuffer and getresultlength which is generally more efficient . concode_field_sep int i_end concode_elem_sep char[] b concode_elem_sep int INC concode_elem_sep int i concode_elem_sep int j... |
SyntaxInformationType function ( ) { return type ; } | gets the type . concode_field_sep int columnEnd concode_elem_sep Artifact parent concode_elem_sep long serialVersionUID concode_elem_sep int lineStart concode_elem_sep int hashcode concode_elem_sep int columnStart concode_elem_sep SyntaxInformationType type concode_elem_sep int lineEnd concode_field_sep int compare con... |
void function ( int arg0 ) { this . campaign_view_flag = arg0 ; } | sets the campaign_view_flag value for this classification_node . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String div_name concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep int campaign_view_flag concode_elem_sep boolean __hashCodeCalc concode_elem_sep java... |
java . util . List < String > function ( ) { return findingArnList ; } | a list of arns specifying the findings returned by the action . concode_field_sep java.util.List<String> findingArnList concode_elem_sep String nextToken concode_field_sep void setFindingArnList concode_elem_sep void setNextToken concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep ListFinding... |
T function ( ErrorNode arg0 ) { return null ; } | returns the result of interpreting the object as an instance of ` error node ' . this implementation returns null ; returning a non-null result will terminate the switch . concode_field_sep QVTCSTPackage modelPackage concode_field_sep T caseIdentifiedCS concode_elem_sep T caseIHasName concode_elem_sep T caseIdentifierC... |
com . amazon . ec2 . DeleteVpnConnectionResponseType function ( ) { return localDeleteVpnConnectionResponse ; } | auto generated getter method concode_field_sep com.amazon.ec2.DeleteVpnConnectionResponseType localDeleteVpnConnectionResponse concode_elem_sep javax.xml.namespace.QName MY_QNAME concode_field_sep java.lang.String generatePrefix concode_elem_sep void setDeleteVpnConnectionResponse concode_elem_sep void serialize concod... |
boolean function ( ) { return authorizationHeader ; } | whether to use an authorization header when getting the bearer token . concode_field_sep String clientId concode_elem_sep String tokenUrl concode_elem_sep String authorizationUrl concode_elem_sep boolean authorizationHeader concode_elem_sep String name concode_elem_sep AuthenticationType clientAuthenticationType concod... |
void function ( ) { Ip6Prefix loc0 = null ; Ip6Address loc1 = Ip6Address . valueOf ( "srini_string" ) ; new RouteEntry ( loc0 , loc1 ) ; } | tests invalid class constructor for null ipv6 prefix . concode_field_sep PlaceHolder placeHolder concode_field_sep void testNonEquality concode_elem_sep void testToString concode_elem_sep void testCreateBinaryString concode_elem_sep void testInvalidConstructorNullIpv4NextHop concode_elem_sep void testInvalidConstructor... |
void function ( UserInformation arg0 ) { throw new UnsupportedOperationException ( OPERATION_NOT_SUPPORTED_IN_TOMCAT_CONNECTIVITY ) ; } | to add user . concode_field_sep String OPERATION_NOT_SUPPORTED_IN_TOMCAT_CONNECTIVITY concode_elem_sep String tomcatUserXmlPath concode_elem_sep Logger LOG concode_field_sep Set<String> getAllGroups concode_elem_sep String getTomcatUserXmlPath concode_elem_sep Document getDocument concode_elem_sep void setTomcatUserXml... |
java . lang . String [ ] function ( ) { return propertiesToUpdate ; } | gets the propertiestoupdate value for this creativeadassociationupdaterequest . concode_field_sep long[] adIds concode_elem_sep java.util.Calendar endDate concode_elem_sep java.lang.String clickThroughUrl concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean associationStatus concode_elem_sep java.lan... |
Scope function ( ) { return createInterfaceScope ( "srini_string" ) ; } | `` interface abc : operation myopp2 myparamopp param1 : integer , param2 : boolean : string in event event2 var myint : integer entrypoint entrypoint exitpoint exitpoint concode_field_sep ILinker linker concode_elem_sep IParser parser concode_elem_sep Provider<XtextResource> resourceProvider concode_field_sep XtextReso... |
scala . Option < T > function ( T arg0 ) { return scala . Option . apply ( arg0 ) ; } | wrap a value into a scala option . concode_field_sep PlaceHolder placeHolder concode_field_sep scala.collection.Seq<T> toSeq concode_elem_sep scala.collection.Seq<T> toSeq concode_elem_sep scala.collection.Seq<T> emptySeq concode_elem_sep scala.reflect.ClassTag<C> classTag concode_elem_sep scala.collection.immutable.Ma... |
String function ( String arg0 ) { return crypto . encryptAES ( arg0 ) ; } | encrypt a string with the aes encryption standard using the application 's secret key . the provider used is by default this uses the platform default jsse provider . this can be overridden by defining application.crypto.provider in application.conf . the transformation algorithm used is the provider specific implement... |
void function ( String arg0 , String arg1 ) { e ( arg0 , arg1 , null ) ; } | prints a message at error priority . concode_field_sep int ERROR concode_elem_sep int VERBOSE concode_elem_sep int WARN concode_elem_sep int NONE concode_elem_sep int ASSERT concode_elem_sep int DEBUG concode_elem_sep LogNode mLogNode concode_elem_sep int INFO concode_field_sep void println concode_elem_sep void printl... |
void function ( ) { chatState . updateAll ( ) ; SessionRenderer . render ( "srini_string" ) ; } | method to tell the chat state to update everyone in the chat this method is normally called when a message is added to the log 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 autoL... |
ItemAbstractionPair function ( ) { if ( size ( ) > 0 ) { return getIthElement ( size ( ) - 1 ) ; } return null ; } | it obtains the last element of the pattern concode_field_sep BitSet appearingIn concode_elem_sep List<ItemAbstractionPair> elements concode_elem_sep int sumIdSequences concode_elem_sep int support concode_field_sep void add concode_elem_sep boolean isSubpattern concode_elem_sep void setSumIdSequences concode_elem_sep P... |
void function ( ) { } | disposes of the security handler instance . concode_field_sep Logger logger concode_elem_sep EncryptionDictionary encryptDictionary concode_elem_sep SecurityHandler securityHandler concode_elem_sep boolean foundJCE concode_field_sep byte[] getEncryptionKey concode_elem_sep boolean isAuthorized concode_elem_sep Encrypti... |
void function ( Bundle arg0 , AccessTokenSource arg1 ) { Validate . notNull ( arg0 , "srini_string" ) ; arg0 . putSerializable ( TOKEN_SOURCE_KEY , arg1 ) ; } | puts the enum indicating the source of the token into a bundle . concode_field_sep String TOKEN_SOURCE_KEY concode_elem_sep long INVALID_BUNDLE_MILLISECONDS concode_elem_sep String TOKEN_KEY concode_elem_sep String PERMISSIONS_KEY concode_elem_sep String EXPIRATION_DATE_KEY concode_elem_sep String LAST_REFRESH_DATE_KEY... |
String function ( ) { return roomAddress ; } | returns the address of the group chat room . groupchat room addresses are in the form room@service , where service is the name of groupchat server , such as chat.example.com . concode_field_sep String roomAddress concode_elem_sep String NAMESPACE concode_elem_sep String ELEMENT_NAME concode_field_sep PacketExtension pa... |
char [ ] function ( ) { if ( password == null ) { throw new IllegalStateException ( "srini_string" ) ; } return password . clone ( ) ; } | returns a copy of the password . note : this method returns a copy of the password . it is the caller 's responsibility to zero out the password information after it is no longer needed . concode_field_sep char[] password concode_elem_sep int iterationCount concode_elem_sep int keyLength concode_elem_sep byte[] salt co... |
int function ( int arg0 , int arg1 ) { return ( arg0 * arg1 ) + ( arg1 / 2 ) ; } | get panel coordinate from board coordinate concode_field_sep int HEIGHT concode_elem_sep int mouseX concode_elem_sep int playerX concode_elem_sep int mouseY concode_elem_sep Beast[] beasts concode_elem_sep Boolean[][] board concode_elem_sep int playerY concode_elem_sep int DEF_LEVEL_NUM concode_elem_sep int dog1y conco... |
void function ( ) { prepareStateTest ( ) ; validator . validate ( state , diagnostics , new HashMap < Object , Object > ( ) ) ; assertNoIssue ( diagnostics , ISSUE_STATE_WITHOUT_OUTGOING_TRANSITION ) ; } | a regular state may be a dead end . concode_field_sep SGraphFactory factory concode_elem_sep BasicDiagnostic diagnostics concode_elem_sep SGraphValidator validator concode_elem_sep StextFactory sTextFactory concode_elem_sep State state concode_elem_sep Region region concode_elem_sep Statechart statechart concode_field_... |
String function ( ) { return debitCurrency ; } | gets the value of the debitcurrency property . concode_field_sep String debitValueDate concode_elem_sep String product concode_elem_sep String creditAccount concode_elem_sep String debitAccount concode_elem_sep String debitCurrency concode_elem_sep String creditValueDate concode_elem_sep String debitBranch concode_elem... |
Set < QuestPetAbstract > function ( ) { SortedSet < QuestPetAbstract > loc0 = new TreeSet < QuestPetAbstract > ( ) ; loc0 . add ( new QuestPetBird ( ) ) ; loc0 . add ( new QuestPetCrocodile ( ) ) ; loc0 . add ( new QuestPetHound ( ) ) ; loc0 . add ( new QuestPetWolf ( ) ) ; return loc0 ; } | getallpets . concode_field_sep QuestPetAbstract selectedPet concode_elem_sep Map<String,QuestPetAbstract> pets concode_elem_sep QuestPetAbstract plant concode_elem_sep boolean usePlant concode_field_sep QuestPetAbstract getPet concode_elem_sep Set<String> getPetNames concode_elem_sep void setSelectedPet concode_elem_se... |
void function ( BitArray arg0 ) { assert data . length == arg0 . data . length : "srini_string" ; long loc0 = 0 ; for ( int loc1 = 0 ; loc1 < data . length ; loc1 ++ ) { data [ loc1 ] |= arg0 . data [ loc1 ] ; loc0 += Long . loc0 ( data [ loc1 ] ) ; } this . bitCount = loc0 ; } | combines the two bitarrays using bitwise or . concode_field_sep long[] data concode_elem_sep long bitCount concode_field_sep void writeTo concode_elem_sep boolean set concode_elem_sep BitArray readFrom concode_elem_sep int hashCode concode_elem_sep boolean get concode_elem_sep long bitSize concode_elem_sep boolean equa... |
java . lang . String function ( ) { return this . _name ; } | returns the value of field ` name ' . concode_field_sep java.lang.String _name concode_elem_sep java.lang.String _id concode_field_sep void setName concode_elem_sep sempath.xsd.Patient unmarshal concode_elem_sep boolean isValid concode_elem_sep void marshal concode_elem_sep void marshal concode_elem_sep void setId conc... |
long function ( ) { return _attachment . getCompanyId ( ) ; } | returns the company id of this attachment . concode_field_sep Attachment _attachment concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep boolean isEscapedModel c... |
double function ( ) { return maxMemory ; } | to get the maximum amount of memory used until now concode_field_sep double maxMemory concode_elem_sep MemoryLogger instance concode_field_sep void checkMemory concode_elem_sep void reset concode_elem_sep MemoryLogger getInstance |
void function ( ) { fail ( "srini_string" ) ; } | test method for rocky.engine.apputil #loadsetting java.lang.string . concode_field_sep PlaceHolder placeHolder concode_field_sep void setUp concode_elem_sep void testSaveSetting concode_elem_sep void tearDown |
java . lang . String function ( ) { return this . name ; } | return the value of the name column . concode_field_sep java.lang.String qq concode_elem_sep java.lang.String address concode_elem_sep java.lang.String sex concode_elem_sep java.lang.String name concode_elem_sep java.lang.String mobile concode_elem_sep java.lang.String postcode concode_elem_sep java.lang.String company... |
void function ( int arg0 ) { if ( arg0 == 0 ) arg0 = - 1 ; this . maxCheckCount = arg0 ; } | sets the maximum number of buttons that can be checked . set to -1 for no maximum . default is 1 . concode_field_sep Array<T> buttons concode_elem_sep int minCheckCount concode_elem_sep boolean uncheckLast concode_elem_sep Array<T> checkedButtons concode_elem_sep int maxCheckCount concode_elem_sep T lastChecked concode... |
List < SecurityReference > function ( ) { return securedBy ; } | getter for the field securedby . concode_field_sep String parentUri concode_elem_sep Map<String,UriParameter> uriParameters concode_elem_sep String displayName concode_elem_sep String description concode_elem_sep List<TemplateUse> typeModel concode_elem_sep String type concode_elem_sep Map<String,List<UriParameter>> ba... |
void function ( float arg0 ) { this . verticalAlignment = arg0 ; } | sets the alignment position of the text within this flow region . the value must be 0.0 for top , 0.5 for middle and 1.0 for bottom . concode_field_sep Shape shape concode_elem_sep float verticalAlignment concode_field_sep float getVerticalAlignment concode_elem_sep Shape getShape concode_elem_sep void setShape |
com . netsuite . webservices . platform . core_2014_2 . RecordRef function ( ) { return department ; } | gets the department value for this paycheckjournalemployeetax . concode_field_sep java.lang.Double amount concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep boolean __hashCodeCalc concode_elem_sep com.netsuite.webservices.platform.core_2014_2.R... |
Map < String , WindowsAccount > function ( final IWindowsAccount [ ] arg0 ) { final Map < String , WindowsAccount > loc0 = new HashMap < > ( ) ; for ( final IWindowsAccount loc1 : arg0 ) { loc0 . put ( loc1 . getFqn ( ) , new WindowsAccount ( loc1 ) ) ; } return loc0 ; } | gets the groups . concode_field_sep String fqn concode_elem_sep IWindowsIdentity identity concode_elem_sep List<String> roles concode_elem_sep Map<String,WindowsAccount> groups concode_elem_sep long serialVersionUID concode_elem_sep String sidString concode_elem_sep byte[] sid concode_field_sep List<String> getRoleName... |
void function ( long arg0 ) { _video . setCompanyId ( arg0 ) ; } | sets the company id of this video . concode_field_sep Video _video concode_field_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_elem_sep boolean isEscapedModel concode_elem_sep boolean isCache... |
boolean function ( Class < ? > arg0 ) { return isAssignableFrom ( ( Type ) arg0 ) ; } | check if this type is assignable from the given class object . concode_field_sep Class<? super T> rawType concode_elem_sep int hashCode concode_elem_sep Type type concode_field_sep AssertionError buildUnexpectedTypeError concode_elem_sep Class<? super T> getRawType concode_elem_sep Type getType concode_elem_sep int has... |
long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , com . liferay . portal . kernel . dao . orm . Projection arg1 ) { return _testBlobEntryLocalService . dynamicQueryCount ( arg0 , arg1 ) ; } | returns the number of rows matching the dynamic query . concode_field_sep TestBlobEntryLocalService _testBlobEntryLocalService concode_field_sep com.liferay.testblob.model.TestBlobEntryBlobFieldBlobModel getBlobFieldBlobModel concode_elem_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedSer... |
void function ( long arg0 , int arg1 ) { freeSpace . markUsed ( arg0 , arg1 ) ; } | mark the space as in use . concode_field_sep FreeSpaceBitSet freeSpace concode_elem_sep String fileName concode_elem_sep FileLock fileLock concode_elem_sep long writeBytes concode_elem_sep FileChannel file concode_elem_sep long fileSize concode_elem_sep FileChannel encryptedFile concode_elem_sep long readBytes concode_... |
void function ( HAllocate arg0 ) { arg0 . f0 . accept ( this ) ; arg0 . f1 . accept ( this ) ; } | f0 - > `` hallocate '' f1 - > simpleexp concode_field_sep PlaceHolder placeHolder concode_field_sep placeholderType placeHolder |
List < String > function ( ) { if ( attributeAssociationMap == null ) return null ; return new ArrayList < String > ( attributeAssociationMap . keySet ( ) ) ; } | returns the list of attributes that can be used as sources for this aggregation concode_field_sep Map<String,String> attributeAssociationMap concode_elem_sep EntityId targetEntityId concode_elem_sep Logger logger concode_elem_sep Map<String,Map<EntityId,Double>> sourceValues concode_elem_sep AggregationType aggType con... |
void function ( final Collection < X509CRL > arg0 ) { this . crl = arg0 ; } | set the crl value . concode_field_sep Collection<X509AuxCertificate> cert concode_elem_sep Collection<RecipInfo> recipientInfo concode_elem_sep Collection<SignerInfoWithPkey> signerInfo concode_elem_sep EncContent encData concode_elem_sep Set<AlgorithmIdentifier> mdAlgs concode_elem_sep int version concode_elem_sep Col... |
BigInteger function ( ) { return estimatedBeanSize ; } | gets the value of the estimatedbeansize property . concode_field_sep BigInteger readTimeoutSeconds concode_elem_sep BigInteger estimatedBeanSize concode_elem_sep Boolean cacheBetweenTransactions concode_elem_sep String concurrencyStrategy concode_elem_sep String entityCacheName concode_elem_sep BigInteger idleTimeoutSe... |
float function ( ) { return ! updateScaleXY ? 1.0f : scaleX ; } | included in case you want to support anisotropic scaling concode_field_sep float xOff concode_elem_sep float scaleX concode_elem_sep float scaleY concode_elem_sep boolean updateScale concode_elem_sep boolean updateAngle concode_elem_sep float scale concode_elem_sep float angle concode_elem_sep boolean updateScaleXY con... |
void function ( ) { MemoryMappedFile loc0 = null ; try { loc0 = MemoryMappedFile . mmapRO ( INDEX_FILE_NAME ) ; readIndex ( loc0 ) ; } catch ( Exception loc1 ) { throw new AssertionError ( loc1 ) ; } finally { IoUtils . closeQuietly ( loc0 ) ; } } | traditionally , unix systems have one file per time zone . we have one big data file , which is just a concatenation of regular time zone files . to allow random access into this big data file , we also have an index . we read the index at startup , and keep it in memory so we can binary search by id when we need time ... |
int function ( int arg0 ) { return randomBetween ( 0 , arg0 ) ; } | returns random int value concode_field_sep Random random concode_field_sep List<T> randomElements concode_elem_sep List<T> randomElements concode_elem_sep String numerify concode_elem_sep String numerify concode_elem_sep String letterify concode_elem_sep String letterify concode_elem_sep String replaceSymbolWithCharsFr... |
ClassLoader function ( ) { ClassLoader loc0 = null ; try { loc0 = Thread . currentThread ( ) . getContextClassLoader ( ) ; } catch ( Throwable loc1 ) { } if ( loc0 == null ) { loc0 = EpollProvider . class . getClassLoader ( ) ; } return loc0 ; } | return the default classloader to use : typically the thread context classloader , if available ; the classloader that loaded the classutils class will be used as fallback . concode_field_sep Class<SocketAddress> domainSocketAddressClass concode_elem_sep Class<EventLoopGroup> epollEventLoopGroupClass concode_elem_sep C... |
Cursor function ( ) { SQLiteDatabase loc0 = DatabaseManager . getInstance ( ) . getReadableDatabase ( ) ; return loc0 . query ( getTableName ( ) , getProjection ( ) , null , null , null , null , getListOrder ( ) ) ; } | query table . concode_field_sep PlaceHolder placeHolder concode_field_sep String[] getProjection concode_elem_sep String getTableName concode_elem_sep void clear concode_elem_sep String getListOrder concode_elem_sep void migrate |
void function ( String arg0 , Throwable arg1 ) { w ( arg0 , null , arg1 ) ; } | prints a message at warn priority . concode_field_sep int ERROR concode_elem_sep int VERBOSE concode_elem_sep int WARN concode_elem_sep int NONE concode_elem_sep int ASSERT concode_elem_sep int DEBUG concode_elem_sep LogNode mLogNode concode_elem_sep int INFO concode_field_sep void println concode_elem_sep void println... |
body function ( ) { return m_body ; } | get body concode_field_sep td m_topRight concode_elem_sep body m_body concode_elem_sep td m_topLeft concode_elem_sep head m_head concode_elem_sep html m_html concode_elem_sep table m_table concode_elem_sep String NBSP concode_elem_sep tr m_topRow concode_field_sep tr getTopRow concode_elem_sep void main concode_elem_se... |
Request function ( ) { return request ; } | the wire-level request that initiated this http response . this is usually not the same request instance provided to the http client : it may be transformed by the http client . for example , the client may have added its own content-encoding header to enableresponse compression . it may be the request generated in res... |
void function ( Class < ? > [ ] arg0 ) { this . parameterTypes = arg0 ; } | set the parameter types of the target method . this setter is intended for javabean-style deserialization . concode_field_sep Class<?>[] parameterTypes concode_elem_sep long serialVersionUID concode_elem_sep String methodName concode_elem_sep Object[] arguments concode_elem_sep Map<String,Serializable> attributes conco... |
void function ( ValueChangeEvent arg0 ) { setRenderEast ( ( ( Boolean ) arg0 . getNewValue ( ) ) . booleanValue ( ) ) ; } | event handler for the east border . concode_field_sep boolean renderNorth concode_elem_sep boolean renderEast concode_elem_sep boolean renderSouth concode_elem_sep boolean renderWest concode_elem_sep boolean renderCenter concode_field_sep void south concode_elem_sep boolean isRenderNorth concode_elem_sep boolean isRend... |
void function ( KeyVersion arg0 , KeyczarKey arg1 ) { hashMap . put ( new KeyHash ( arg1 . hash ( ) ) , arg1 ) ; versionMap . put ( arg0 , arg1 ) ; kmd . addVersion ( arg0 ) ; } | adds a new keyczarkey new version to the key store . associates it with given version . adds new keyversion to the key set . concode_field_sep KeyVersion primaryVersion concode_elem_sep KeyMetadata kmd concode_elem_sep byte[] data concode_elem_sep Logger LOG concode_elem_sep int HEADER_SIZE concode_elem_sep HashMap<Key... |
long function ( ) { return SSLContext . sessionCbHits ( context ) ; } | returns the number of successfully retrieved sessions from the external session cache in server mode . concode_field_sep long context concode_field_sep long hits concode_elem_sep long number concode_elem_sep long acceptGood concode_elem_sep long misses concode_elem_sep long acceptRenegotiate concode_elem_sep long timeo... |
boolean function ( ) { return socketAddresses != null ; } | returns true if there 's another socket address to try . concode_field_sep int nextSocketAddressIndex concode_elem_sep List<Route> postponedRoutes concode_elem_sep int TLS_MODE_MODERN concode_elem_sep Address address concode_elem_sep Iterator<Proxy> proxySelectorProxies concode_elem_sep ConnectionPool pool concode_elem... |
String [ ] function ( Any arg0 ) { StringSeqHolder loc0 = ( StringSeqHolder ) arg0 . extract_Streamable ( ) ; return loc0 . value ; } | extract the adapter name string from the given any . concode_field_sep PlaceHolder placeHolder concode_field_sep String[] read concode_elem_sep void insert concode_elem_sep String id concode_elem_sep TypeCode type concode_elem_sep void write |
void function ( @ Nonnull Function < WebDriver , Boolean > arg0 , long arg1 , @ Nonnull TimeUnit arg2 ) { waitUntil ( arg0 , arg2 . toSeconds ( arg1 ) ) ; } | wait until @literal condition up to the @literal timeout specified by @literal unit . concode_field_sep TimeUnit DEFAULT_TIMEOUT_UNIT concode_elem_sep WebDriver webDriver concode_elem_sep long DEFAULT_TIMEOUT concode_elem_sep long timeout concode_elem_sep TimeUnit timeUnit concode_field_sep WebDriverPoller withDefaultT... |
String function ( final byte [ ] arg0 , int arg1 , int arg2 ) { return new String ( toHexByteArray ( arg0 , arg1 , arg2 ) , UTF8_CHARSET ) ; } | generate a string that is the hex representation of a given byte array . concode_field_sep byte[] HEX_DIGIT_TABLE concode_elem_sep int LAST_DIGIT_MASK concode_elem_sep int SIZE_OF_SHORT concode_elem_sep int SIZE_OF_BOOLEAN concode_elem_sep int SIZE_OF_BYTE concode_elem_sep Charset UTF8_CHARSET concode_elem_sep int SIZE... |
boolean function ( ) { String loc0 = reader . readLine ( ) ; if ( "srini_string" . equals ( loc0 ) ) { return true ; } if ( "srini_string" . equals ( loc0 ) ) { return false ; } throw new IOException ( "srini_string" + loc0 ) ; } | read a boolean originally written by cachewriter #writeboolean boolean concode_field_sep LineNumberReader reader concode_field_sep HashMap<String,File> readStringFileMap concode_elem_sep void readFilePaths concode_elem_sep String readString concode_elem_sep HashSet<String> readStringSet concode_elem_sep int readInt |
ContextResolver < MultiPartProperties > function ( ) { return new ContextResolver < MultiPartProperties > ( ) { @ Override public MultiPartProperties getContext ( final Class < ? > arg0 ) { return MultiPartProperties . this ; } } ; } | create a contextresolver context resolver for a current state of this multipartproperties . concode_field_sep String BUFFER_THRESHOLD concode_elem_sep int BUFFER_THRESHOLD_MEMORY_ONLY concode_elem_sep String MULTI_PART_CONFIG_RESOURCE concode_elem_sep String TEMP_DIRECTORY concode_elem_sep int DEFAULT_BUFFER_THRESHOLD ... |
String function ( String arg0 , boolean arg1 ) { return getScopeHierarchy ( this , arg0 , arg1 ) ; } | get the complete script hierarchy by recursing down the scope stack , and return it as a delimited string . concode_field_sep List<String> args concode_elem_sep Command currentCommand concode_elem_sep String componentType concode_elem_sep String monkeyId concode_elem_sep Map<String,String> variables concode_elem_sep St... |
void function ( boolean arg0 ) { this . attend = arg0 ; } | set attendee permission concode_field_sep boolean attend concode_elem_sep boolean update concode_elem_sep boolean delete concode_field_sep boolean isDelete concode_elem_sep void setUpdate concode_elem_sep boolean isUpdate concode_elem_sep boolean isAttend concode_elem_sep void setDelete |
String function ( int arg0 , String arg1 ) { return "srini_string" + table . getKeyByValue ( new Integer ( arg0 ) ) + "srini_string" + arg1 + "srini_string" ; } | returns the opening xml-tag associated with the repository element with id elementid . concode_field_sep RepositoryTags instance concode_elem_sep DoubleHashtable table concode_field_sep String getAttribute concode_elem_sep String getTagById concode_elem_sep int getIdByTag concode_elem_sep RepositoryTags getInstance con... |
boolean function ( ) { return ( projectData . hasChanged ( ) || timeLog . hasChanged ( ) || defectLog . hasChanged ( ) || summary . hasChanged ( ) ) ; } | check if any values have been changed . concode_field_sep String date concode_elem_sep Summary summary concode_elem_sep String fileName concode_elem_sep DefectLog defectLog concode_elem_sep String level concode_elem_sep boolean savedBefore concode_elem_sep SummaryList summaryList concode_elem_sep String projectNumber c... |
Integer function ( ) { if ( this . type == Type . DECIMAL_TYPE ) { return typeQualifiers . getPrecision ( ) ; } return this . type . getMaxPrecision ( ) ; } | maximum precision for numeric types . returns null for non-numeric types . concode_field_sep TypeQualifiers typeQualifiers concode_elem_sep String typeName concode_elem_sep Type type concode_field_sep TypeQualifiers getTypeQualifiers concode_elem_sep TTypeDesc toTTypeDesc concode_elem_sep Type getType concode_elem_sep ... |
Triple function ( ) { return new Triple ( subject , predicate , object ) ; } | get as a triple - useful because quads often come in blocks for the same graph concode_field_sep Node predicate concode_elem_sep Node defaultGraphIRI concode_elem_sep Node subject concode_elem_sep Node defaultGraphNodeGenerated concode_elem_sep Node unionGraph concode_elem_sep Node tripleInQuad concode_elem_sep Node gr... |
boolean function ( ) { return blocked ; } | gets the value of the blocked property . concode_field_sep XMLGregorianCalendar loginStatusChangeDate concode_elem_sep String registrationStatus concode_elem_sep String registeredFirstName concode_elem_sep String subscriberId concode_elem_sep long serialVersionUID concode_elem_sep BigInteger authenticationFailureCount ... |
Project function ( ) { return project ; } | get the project from which this event was fired . concode_field_sep Project project concode_elem_sep List<Dependency> dependencies concode_field_sep List<Dependency> getDependencies |
void function ( float arg0 ) { setThreadPoolSize ( Math . max ( 1 , Math . round ( arg0 * Runtime . getRuntime ( ) . availableProcessors ( ) ) ) ) ; } | sets thread pool to a given fraction of the available processors . concode_field_sep ThreadPoolExecutor pool concode_elem_sep Logger logger concode_elem_sep int tasks concode_field_sep ThreadPoolExecutor getThreadPool concode_elem_sep void setThreadPoolCPUsAvailable concode_elem_sep Future<T> submit concode_elem_sep Fu... |
java . util . List < T > function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , int arg1 , int arg2 ) { return getService ( ) . arg0 ( arg0 , arg1 , arg2 ) ; } | 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... |
void function ( ) { outputTabHierarcyList . add ( buildObjectHierarchy ( SERVER1 , CUSTOMER_DB , PURCHASES_TAB ) ) ; testAuth . authorize ( HiveOperation . LOAD , loadTabPrivileges , ADMIN_SUBJECT , inputTabHierarcyList , outputTabHierarcyList ) ; } | validate load permissions for admin on customer : purchases concode_field_sep Subject NO_SUCH_SUBJECT concode_elem_sep List<List<Authorizable>> outputTabHierarcyList concode_elem_sep String RESOURCE_PATH concode_elem_sep String JUNIOR_ANALYST_DB concode_elem_sep HiveAuthzPrivileges loadTabPrivileges concode_elem_sep Hi... |
PooledConnection function ( String arg0 , String arg1 ) { validateSpecifiedUserAndPassword ( arg0 , arg1 ) ; return getPooledConnection ( ) ; } | performs a getpooledconnection after validating the given username and password . concode_field_sep Properties connProperties concode_elem_sep int loginTimeout concode_elem_sep PrintWriter logWriter concode_elem_sep ConnectionDefaults connectionDefaults concode_elem_sep String driver concode_elem_sep String url concode... |
void function ( String arg0 ) { this . logicalAttributeName = arg0 ; } | assign the key to a physical attribute name which will be used to resolve sakai user types . concode_field_sep String logicalAttributeName concode_elem_sep Logger M_log concode_elem_sep Map<String,String> attributeValueToSakaiUserTypeMap concode_elem_sep boolean returnLiteralAttributeValueIfNoMapping concode_elem_sep S... |
boolean function ( ) { return ( MAX_NEIGHBORS != nNeighbor ) ; } | is there space for more neighbors ? concode_field_sep float y_old concode_elem_sep boolean isSecond concode_elem_sep int cntSig concode_elem_sep float x concode_elem_sep float sqrDist concode_elem_sep int x_grid concode_elem_sep float tau concode_elem_sep float traceX[] concode_elem_sep boolean hasMoved concode_elem_se... |
float function ( ) { return budget . getDurability ( ) ; } | get durability value concode_field_sep BudgetValue budget concode_field_sep CharSequence getKey concode_elem_sep String toStringBrief concode_elem_sep void incDurability concode_elem_sep void decPriority concode_elem_sep void setQuality concode_elem_sep float getQuality concode_elem_sep void incPriority concode_elem_se... |
String function ( ) { return m_propData . getName ( ) ; } | gets the name of the property . concode_field_sep CmsXmlContentProperty m_propData concode_elem_sep int m_order concode_elem_sep boolean m_disabled concode_field_sep String getKey concode_elem_sep CmsXmlContentProperty getPropertyData concode_elem_sep int getOrder concode_elem_sep CmsPropertyConfig merge concode_elem_s... |
void function ( BaseIDAbstractType arg0 ) { this . baseID = arg0 ; } | sets the value of the baseid property . concode_field_sep SubjectConfirmationDataType subjectConfirmationData concode_elem_sep String method concode_elem_sep EncryptedElementType encryptedID concode_elem_sep NameIDType nameID concode_elem_sep long serialVersionUID concode_elem_sep BaseIDAbstractType baseID concode_fiel... |
Object function ( Class arg0 ) { if ( arg0 == IWorkbenchAdapter . class ) { return this ; } return null ; } | returns an object which is an instance of the given class associated with this object . returns null if no such object can be found . concode_field_sep boolean visible concode_elem_sep String pluginId concode_elem_sep Object[] NO_CHILDREN concode_elem_sep String description concode_elem_sep IConfigurationElement config... |
void function ( ) { constant_pool = new ConstantPool ( file ) ; } | read constant pool entries . concode_field_sep int BUFSIZE concode_elem_sep int class_name_index concode_elem_sep int[] interfaces concode_elem_sep DataInputStream file concode_elem_sep String file_name concode_elem_sep FieldOrMethod[] methods concode_elem_sep int MAGIC concode_elem_sep Attribute[] attributes concode_e... |
void function ( JAXBElement < ArrayOfServicePlan > arg0 ) { this . servicePlans = arg0 ; } | sets the value of the serviceplans property . concode_field_sep JAXBElement<String> timeStamp concode_elem_sep JAXBElement<String> code concode_elem_sep JAXBElement<ArrayOfServicePlan> servicePlans concode_elem_sep JAXBElement<String> message concode_field_sep JAXBElement<String> getTimeStamp concode_elem_sep void setT... |
ParameterNameDiscoverer function ( ) { return this . parameterNameDiscoverer ; } | return a shared parameter name discoverer which caches data internally . concode_field_sep String expression concode_elem_sep SpelExpressionParser parser concode_elem_sep ParameterNameDiscoverer parameterNameDiscoverer concode_elem_sep AnnotatedElementKey element concode_field_sep Expression getExpression concode_elem_... |
NotationParserBuilder < T > function ( NotationConverter < String , ? extends T > arg0 ) { this . notationParsers . add ( new CharSequenceNotationConverter < Object , T > ( arg0 ) ) ; return this ; } | adds a converter that accepts any charsequence notation . concode_field_sep TypeInfo<T> resultingType concode_elem_sep Collection<NotationConverter<Object,? extends T>> notationParsers concode_elem_sep String typeDisplayName concode_elem_sep boolean implicitConverters concode_elem_sep boolean allowNullInput concode_ele... |
Date function ( ) { return _tasksEntry . getModifiedDate ( ) ; } | returns the modified date of this tasks entry . concode_field_sep TasksEntry _tasksEntry concode_field_sep void setResolverUserId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setGroupId concode_el... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.