code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
void function ( java . lang . String arg0 , java . lang . String arg1 , java . lang . String arg2 , java . lang . String arg3 , javax . xml . stream . XMLStreamWriter arg4 ) { if ( arg4 . getPrefix ( arg1 ) == null ) { arg4 . writeNamespace ( arg0 , arg1 ) ; arg4 . setPrefix ( arg0 , arg1 ) ; } arg4 . writeAttribute ( ... | util method to write an attribute with the ns prefix concode_field_sep javax.xml.namespace.QName MY_QNAME concode_elem_sep com.amazon.ec2.DeleteKeyPairType localDeleteKeyPair concode_field_sep java.lang.String generatePrefix concode_elem_sep void serialize concode_elem_sep void serialize concode_elem_sep void writeQNam... |
void function ( ) { clearThumbnailAndStrips ( ) ; mIfdDatas [ IfdId . TYPE_IFD_1 ] = null ; } | removes the thumbnail and its related tags . ifd1 will be removed . concode_field_sep byte[] USER_COMMENT_JIS concode_elem_sep byte[] USER_COMMENT_ASCII concode_elem_sep byte[] mThumbnail concode_elem_sep ByteOrder mByteOrder concode_elem_sep ArrayList<byte[]> mStripBytes concode_elem_sep String TAG concode_elem_sep by... |
boolean function ( int arg0 , int arg1 ) { int loc0 = 4 ; if ( board [ arg0 ] [ arg1 - 1 ] ) -- loc0 ; if ( board [ arg0 ] [ arg1 + 1 ] ) -- loc0 ; if ( board [ arg0 - 1 ] [ arg1 ] ) -- loc0 ; if ( board [ arg0 + 1 ] [ arg1 ] ) -- loc0 ; return loc0 < 2 ; } | check , if given field is a cross e.g. if movement in more than two directions is valid 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 D... |
void function ( KeyEvent arg0 ) { } | sent when a key is pressed on the system keyboard . concode_field_sep PlaceHolder placeHolder concode_field_sep void focusGained concode_elem_sep void focusLost concode_elem_sep void keyReleased |
void function ( ) { assertEquals ( String . valueOf ( gitoriousWeb . getUrl ( ) ) , GITORIOUS_URL + "srini_string" ) ; } | test method for hudson.plugins.git.browser.gitoriousweb #geturl . concode_field_sep GitoriousWeb gitoriousWeb concode_elem_sep String GITORIOUS_URL concode_field_sep void testGetFileLinkPathForDeletedFile concode_elem_sep HashMap<String,Path> createPathMap concode_elem_sep void testGetUrlForRepoWithTrailingSlash concod... |
Provider function ( ) { return provider ; } | return the provider of this implementation . concode_field_sep CertStoreSpi storeSpi concode_elem_sep Provider provider concode_elem_sep String CERT_STORE concode_elem_sep String type concode_elem_sep CertStoreParameters params concode_field_sep CertStoreParameters getCertStoreParameters concode_elem_sep Collection<? e... |
void function ( long arg0 ) { messageNumber = arg0 ; } | sets the message number of the message within its sequence . concode_field_sep long messageNumber concode_elem_sep long createdTime concode_elem_sep String to concode_elem_sep List<InputStream> attachments concode_elem_sep String contentType concode_elem_sep CachedOutputStream content concode_field_sep List<InputStream... |
Class < ? > function ( ) { return this . type ; } | gets the type . concode_field_sep Log LOG concode_elem_sep boolean isArray concode_elem_sep IFunction<Object,String> convertToString concode_elem_sep IFunction<String,Object> parse concode_elem_sep LazyMember<Map<Class<?>,Object>> defaultValueMap concode_elem_sep Class<?> type concode_field_sep Map<Class<?>,Object> cre... |
JAXBElement < String > function ( ) { return opesusername ; } | gets the value of the opesusername property . concode_field_sep JAXBElement<String> opesusername concode_elem_sep JAXBElement<String> instanceId concode_elem_sep JAXBElement<String> opstenantname concode_elem_sep JAXBElement<String> tokenId concode_elem_sep JAXBElement<String> ip concode_elem_sep JAXBElement<String> te... |
void function ( int arg0 , String arg1 , Object arg2 , CSTNode arg3 , SourceUnit arg4 ) { if ( WarningMessage . isRelevant ( arg0 , configuration . getWarningLevel ( ) ) ) { addWarning ( new WarningMessage ( arg0 , arg1 , arg2 , arg3 , arg4 ) ) ; } } | convenience wrapper for addwarning that wo n't create an object unless it is relevant . concode_field_sep CompilerConfiguration configuration concode_elem_sep LinkedList warnings concode_elem_sep LinkedList errors concode_field_sep void addError concode_elem_sep void addError concode_elem_sep void addError concode_elem... |
String function ( ) { return taskStartToCloseTimeout ; } | set the task start to close timeout . concode_field_sep ActivityTypeRegistrationOptions activityTypeRegistrationOptions concode_elem_sep Map<String,Object> clientConfigurationParameters concode_elem_sep String stateResultType concode_elem_sep AmazonSimpleWorkflowClient amazonSWClient concode_elem_sep ActivityScheduling... |
boolean function ( Method arg0 ) { return arg0 . getName ( ) . startsWith ( "srini_string" ) && Util . isPublic ( arg0 ) ; } | several instruments look for benchmark methods like timeblah int reps ; this is the centralized code that identifies such methods . this method does not check the correctness of the argument types . concode_field_sep Class<?>[] MACROBENCHMARK_PARAMS concode_elem_sep Class<?>[] PICOBENCHMARK_PARAMS concode_elem_sep Clas... |
boolean function ( String arg0 ) { return links . containsKey ( arg0 ) ; } | is there a link for the given canonical form of metadata i.e. schema.element.qualifier ? concode_field_sep Map<String,String> links concode_field_sep String getLinkType |
DescribeIdentityResult function ( String ... arg0 ) { if ( this . logins == null ) { setLogins ( new java . util . ArrayList < String > ( arg0 . length ) ) ; } for ( String loc0 : arg0 ) { this . logins . add ( loc0 ) ; } return this ; } | a set of optional name-value pairs that map provider names to provider tokens . note : this method appends the values to the existing list if any . use #setlogins java.util.collection or #withlogins java.util.collection if you want to override theexisting values . concode_field_sep java.util.Date lastModifiedDate conco... |
void function ( Hashtable arg0 ) { this . checkboxStates = arg0 ; } | sets the table of checkbox states . concode_field_sep DateFormat selectedFormat concode_elem_sep ArrayList checkedTimeZoneList concode_elem_sep DateFormat serverFormat concode_elem_sep int renderInterval concode_elem_sep ArrayList allTimeZoneList concode_elem_sep Hashtable checkboxStates concode_elem_sep TimeZone selec... |
String function ( ) { return ( ( COSString ) option . getObject ( 0 ) ) . getString ( ) ; } | this will get the string of one of the available options . a required element . concode_field_sep COSArray option concode_field_sep void setOption concode_elem_sep String getDefaultAppearanceString concode_elem_sep void setDefaultAppearanceString concode_elem_sep COSBase getCOSObject concode_elem_sep COSArray getCOSArr... |
int function ( ) { int loc0 = 37 ; loc0 = HashUtilities . hashCode ( loc0 , this . g1 ) ; loc0 = HashUtilities . hashCode ( loc0 , this . g2 ) ; loc0 = HashUtilities . hashCode ( loc0 , this . g3 ) ; return loc0 ; } | returns a hash code for this instance . concode_field_sep double g1 concode_elem_sep double g2 concode_elem_sep double g3 concode_field_sep void paintBar concode_elem_sep Rectangle2D createShadow concode_elem_sep Rectangle2D[] splitHorizontalBar concode_elem_sep boolean equals concode_elem_sep void paintBarShadow conco... |
void function ( String arg0 ) { this . mapping = arg0 ; } | sets the value of the mapping property . concode_field_sep Layout layout concode_elem_sep String mapping concode_elem_sep List<Address> address concode_elem_sep String styling concode_elem_sep String flavour concode_elem_sep Label label concode_elem_sep String align concode_field_sep String getMapping concode_elem_sep ... |
Field function ( String arg0 ) { setRefValue ( arg0 ) ; return this ; } | the field value , expressed as the identifier of another object . concode_field_sep String stringValue concode_elem_sep String refValue concode_elem_sep String key concode_field_sep void setStringValue concode_elem_sep String getKey concode_elem_sep String getStringValue concode_elem_sep void setRefValue concode_elem_s... |
String function ( ) { return "srini_string" + androidSelector ; } | return ui selector for an android app element using the uiselector class concode_field_sep String androidSelector concode_elem_sep String xpath concode_elem_sep String contentDescription concode_elem_sep String className concode_elem_sep String label concode_elem_sep String id concode_elem_sep String elementName concod... |
List < String > function ( ) { return attributes ; } | getattributenames concode_field_sep String keyField concode_elem_sep String excludes concode_elem_sep ArrayList<Object> operations concode_elem_sep String keyAlias concode_elem_sep String objectName concode_elem_sep List<String> attributes concode_elem_sep List<String> compositeAttributes concode_elem_sep String mbeanN... |
boolean function ( Object arg0 ) { return ( arg0 == this || ( arg0 instanceof Resource && ( ( Resource ) arg0 ) . getDescription ( ) . equals ( getDescription ( ) ) ) ) ; } | this implementation compares description strings . concode_field_sep PlaceHolder placeHolder concode_field_sep File getFile concode_elem_sep URL getURL concode_elem_sep boolean isOpen concode_elem_sep File getFileForLastModifiedCheck concode_elem_sep String getFilename concode_elem_sep int hashCode concode_elem_sep boo... |
String function ( ) { return lastName ; } | gets the value of the lastname property . concode_field_sep String firstName concode_elem_sep String lastName concode_elem_sep Boolean isReadOnly concode_elem_sep String apiKey concode_elem_sep String userEmail concode_field_sep void setLastName concode_elem_sep String getUserEmail concode_elem_sep void setUserEmail co... |
PropertyObject function ( ClarionObject arg0 ) { return CWin . getControl ( arg0 ) ; } | get current control based on target setting concode_field_sep PlaceHolder placeHolder concode_field_sep ClarionKey newKey concode_elem_sep ClarionReal newReal concode_elem_sep ClarionAny newAny concode_elem_sep ClarionObject getClarionObject concode_elem_sep ClarionNumber newNumber concode_elem_sep ClarionNumber newNum... |
double function ( ) { return ( double ) this . zCoord ; } | gets the z coordinate to spawn the particle . concode_field_sep float yCoord concode_elem_sep float yOffset concode_elem_sep float xOffset concode_elem_sep float xCoord concode_elem_sep float particleSpeed concode_elem_sep float zCoord concode_elem_sep float zOffset concode_elem_sep EnumParticleTypes particleType conco... |
void function ( int arg0 , byte [ ] arg1 , int arg2 , int arg3 ) { setLong ( arg0 , arg1 , arg2 , arg3 ) ; } | sets int value concode_field_sep int packet_len concode_elem_sep byte[] packet concode_field_sep long getSscr concode_elem_sep void setSscr concode_elem_sep boolean hasPadding concode_elem_sep void setExtension concode_elem_sep int getSequenceNumber concode_elem_sep byte[] getPacket concode_elem_sep boolean hasMarker c... |
String function ( ) { return id ; } | gets the timezone id used to identify this time zone in the javacode . concode_field_sep Polygon mapPolygon concode_elem_sep DateFormat dateFormat concode_elem_sep String id concode_elem_sep String mapCommandButtonId concode_field_sep String getUseDaylightTime concode_elem_sep String getLocation concode_elem_sep boolea... |
boolean function ( String arg0 ) { for ( int loc0 = 0 ; loc0 < arg0 . length ( ) ; loc0 ++ ) { char loc1 = arg0 . charAt ( loc0 ) ; if ( loc1 != '-' && loc1 != '.' ) return false ; } return true ; } | if the stroke can be described by a basic stroke then this returns true . concode_field_sep PlaceHolder placeHolder concode_field_sep Stroke createBasicStroke concode_elem_sep Stroke createStroke concode_elem_sep Stroke createStroke concode_elem_sep Stroke createShapeStroke |
void function ( PacketBuffer arg0 ) { arg0 . writeVarIntToBuffer ( this . entityID ) ; arg0 . writeDouble ( this . posX ) ; arg0 . writeDouble ( this . posY ) ; arg0 . writeDouble ( this . posZ ) ; arg0 . writeShort ( this . xpValue ) ; } | writes the raw packet data to the data stream . concode_field_sep double posX concode_elem_sep double posY concode_elem_sep double posZ concode_elem_sep int entityID concode_elem_sep int xpValue concode_field_sep double getX concode_elem_sep double getY concode_elem_sep double getZ concode_elem_sep int getXPValue conco... |
void function ( Date arg0 ) { this . workFlElCreatedDate = arg0 ; } | setter method concode_field_sep String workFlElComments concode_elem_sep Integer workFlElLevel concode_elem_sep String workFlElUserId concode_elem_sep Integer workFlElTat concode_elem_sep String workFlElModifiedBy concode_elem_sep Date workFlElCreatedDate concode_elem_sep long serialVersionUID concode_elem_sep Date wor... |
Object [ ] function ( Object [ ] arg0 , Locale arg1 ) { return arg0 ; } | template method for resolving argument objects . the default implementation simply returns the given argument array as-is . can be overridden in subclasses in order to resolve special argument types . concode_field_sep MessageFormat INVALID_MESSAGE_FORMAT concode_elem_sep Log logger concode_elem_sep boolean alwaysUseMe... |
void function ( ) { sCInterface . clearEvents ( ) ; } | this method resets the incoming events time events included . concode_field_sep long exits concode_elem_sep long entries concode_elem_sep boolean e concode_elem_sep SCInterfaceImpl sCInterface concode_elem_sep int nextStateIndex concode_elem_sep boolean e1 concode_elem_sep State[] stateVector concode_field_sep void exi... |
boolean function ( Context arg0 ) { return isPrefSet ( arg0 , KEY_FOR_PREFS_FORCERTL , false ) ; } | could be used to test rtl layout with english used for development and testing purpose concode_field_sep String KEY_FOR_PREFS_FORCERTL concode_elem_sep I18nUtil sharedI18nUtilInstance concode_elem_sep String KEY_FOR_PREFS_ALLOWRTL concode_elem_sep String SHARED_PREFS_NAME concode_field_sep void allowRTL concode_elem_se... |
void function ( String arg0 ) { this . description = arg0 ; } | sets the value of the description property . concode_field_sep String reason concode_elem_sep String usageContext concode_elem_sep TimePeriod effectivePeriod concode_elem_sep String subStatusCode concode_elem_sep XMLGregorianCalendar lastUpdateDate concode_elem_sep String description concode_elem_sep long serialVersion... |
ToStringHelper function ( Class < ? > arg0 ) { return new ToStringHelper ( arg0 . getSimpleName ( ) ) ; } | creates an instance of tostringhelper in the same manner as #tostringhelper object , but using the simple name of clazz instead of using aninstance 's object #getclass . note that in gwt , class names are often obfuscated . concode_field_sep ValueHolder next concode_elem_sep ValueHolder holderTail concode_elem_sep Stri... |
void function ( String arg0 ) { this . artifactContainerName = arg0 ; } | set whether the message processor is deployed from artifact container concode_field_sep String name concode_elem_sep boolean isEdited concode_elem_sep String artifactContainerName concode_field_sep void setName concode_elem_sep String getName concode_elem_sep String getArtifactContainerName concode_elem_sep boolean get... |
void function ( UpdateResult arg0 ) { this . rval = arg0 ; } | sets the value of the rval property . concode_field_sep UpdateResult rval concode_field_sep UpdateResult getRval |
int function ( ) { return contentCompressionThreshold ; } | get the content compression threshold concode_field_sep LZ4Factory factory concode_elem_sep LZ4FastDecompressor decompressor concode_elem_sep LZ4Compressor compressor concode_elem_sep int maxChunkSize concode_elem_sep boolean isCompressionEnabled concode_elem_sep int contentCompressionThreshold concode_field_sep byte[]... |
void function ( ) { executor . shutdownNow ( ) ; } | tear down after test . concode_field_sep SimpleServer transportServer concode_elem_sep MutableHandlerRegistry registry concode_elem_sep ServerStream stream concode_elem_sep ExecutorService executor concode_elem_sep ServerTransportListener listener concode_elem_sep ServerImpl server concode_elem_sep IntegerMarshaller IN... |
HashSet < Constant > function ( ) { return unprocessedInsns . getAllConstants ( ) ; } | gets the set of all constants referred to by instructions in the code . concode_field_sep CatchBuilder unprocessedCatches concode_elem_sep OutputFinisher unprocessedInsns concode_elem_sep int positionInfo concode_elem_sep DalvInsnList insns concode_elem_sep CatchTable catches concode_elem_sep PositionList positions con... |
void function ( Reader arg0 ) { if ( arg0 != null ) { try { arg0 . close ( ) ; } catch ( final IOException loc0 ) { } } } | closes a reader while ignoring any thrown exceptions . concode_field_sep ResourceBundle VERSION concode_elem_sep String bundleName concode_elem_sep NumberFormat nf concode_elem_sep File bundlePackage concode_elem_sep ResourceBundle BUNDLE concode_elem_sep String EMPTY concode_field_sep String getVersion concode_elem_se... |
CriteriaTool < UJO > function ( ) { return new CriteriaTool < UJO > ( ) ; } | create a new instance concode_field_sep PlaceHolder placeHolder concode_field_sep List<UJO> select concode_elem_sep List<UJO> select concode_elem_sep List<UJO> select concode_elem_sep UJO findFirst |
SpawnActionContext function ( String arg0 ) { SpawnActionContext loc0 = spawnActionContextMap . get ( arg0 ) ; return loc0 == null ? spawnActionContextMap . get ( "srini_string" ) : loc0 ; } | returns the spawnactioncontext to use for the given mnemonic . if no execution mode isset , then it returns the default strategy for spawn actions . concode_field_sep Map<String,SpawnActionContext> spawnActionContextMap concode_elem_sep boolean verboseFailures concode_elem_sep EventBus eventBus concode_elem_sep Map<Cla... |
InputStream function ( ) { return new BufferedInputStream ( new FileInputStream ( FileDescriptor . in ) ) ; } | helper method which creates the standard input stream . vm implementors may choose to construct these streams differently . this method can also return null if the stream is created somewhere else in the vm startup sequence . concode_field_sep PlaceHolder placeHolder concode_field_sep void setErr concode_elem_sep int i... |
void function ( ) { int loc0 = startCommand . execute ( new String [ ] { "srini_string" } ) ; final String loc1 = outputStringWriter . getBuffer ( ) . toString ( ) . trim ( ) ; assertEquals ( getHelpOutput ( ) , loc1 ) ; assertEquals ( 0 , loc0 ) ; } | verifies the output of the command when using the help option concode_field_sep StringWriter outputStringWriter concode_elem_sep PrintWriter errorWriter concode_elem_sep OptionParser testOptionParser concode_elem_sep PrintWriter outWriter concode_elem_sep OptionParser optionParser concode_elem_sep ControlOperationInvok... |
Object function ( ) { KeyToGroupMap loc0 = ( KeyToGroupMap ) super . clone ( ) ; loc0 . defaultGroup = ( Comparable ) KeyToGroupMap . clone ( this . defaultGroup ) ; loc0 . groups = ( List ) KeyToGroupMap . clone ( this . groups ) ; loc0 . keyToGroupMap = ( Map ) KeyToGroupMap . clone ( this . keyToGroupMap ) ; return ... | returns a clone of the map . concode_field_sep Comparable defaultGroup concode_elem_sep long serialVersionUID concode_elem_sep Map keyToGroupMap concode_elem_sep List groups concode_field_sep int getGroupIndex concode_elem_sep int getGroupCount concode_elem_sep Comparable getGroup concode_elem_sep boolean equals concod... |
double function ( ) { return totalCosts ; } | for statistics concode_field_sep int festnetzTakt1 concode_elem_sep double nochFestnetzFreiminuten concode_elem_sep int festnetzTakt2 concode_elem_sep int warnFreiminuten concode_elem_sep double totalCosts concode_elem_sep boolean active concode_elem_sep double mobileKosten concode_elem_sep double festnetzKosten concod... |
BigInteger function ( ) { return typ ; } | gets the value of the typ property . concode_field_sep BigInteger typ concode_elem_sep String id concode_field_sep void setID concode_elem_sep String getID concode_elem_sep void setTyp |
String function ( final String arg0 ) { if ( arg0 == null ) { return null ; } try { return URLDecoder . decode ( arg0 , DEFAULT_ENCODING ) ; } catch ( UnsupportedEncodingException loc0 ) { throw new RuntimeException ( loc0 ) ; } } | decode a string for use in the path of a url ; uses urldecoder.decode , which decodes a string for use in the query portion of a url . concode_field_sep String DEFAULT_ENCODING concode_elem_sep Pattern ENCODED_CHARACTERS_PATTERN concode_field_sep String encodeParameters concode_elem_sep String appendUri concode_elem_se... |
String function ( String arg0 ) { String loc0 = arg0 . trim ( ) . replace ( "srini_string" , "srini_string" ) ; return ( loc0 + "srini_string" ) ; } | generate the key store name from the domain name concode_field_sep Log log concode_elem_sep boolean bootStrapped concode_elem_sep String SECURITY_MANAGER_PROPERTY concode_elem_sep int ENTITY_EXPANSION_LIMIT concode_field_sep XMLObject unmarshall concode_elem_sep void doBootstrap concode_elem_sep X509CredentialImpl getX... |
Context function ( ) { return authenticatorContext ; } | get the context of the user who authenticated . this should only be used for authentication purposes . if there is an on-behalf-of user , that context should be used to write database changes . use : getcontext on this class instead . concode_field_sep EPerson authenticated concode_elem_sep EPerson onBehalfOf concode_e... |
T function ( String arg0 , Iterable < ? extends CharSequence > arg1 ) { return addContextQuery ( CategoryContextMapping . query ( arg0 , arg1 ) ) ; } | setup a category for suggestions . see categorycontextmapping . concode_field_sep String globalText concode_elem_sep String suggester concode_elem_sep String field concode_elem_sep Integer size concode_elem_sep String analyzer concode_elem_sep String name concode_elem_sep Integer shardSize concode_elem_sep String text ... |
Configuration function ( Configuration arg0 ) { Configuration loc0 = new Configuration ( false ) ; for ( Map . Entry < String , String > loc1 : arg0 ) { loc0 . set ( loc1 . getKey ( ) , arg0 . get ( loc1 . getKey ( ) ) ) ; } return loc0 ; } | returns a new configurationutils instance with all inline values resolved . concode_field_sep PlaceHolder placeHolder concode_field_sep void parseDocument concode_elem_sep void injectDefaults concode_elem_sep void load concode_elem_sep void copy |
Node function ( Node arg0 , String arg1 ) { Node loc0 = null ; if ( arg0 == null || arg1 == null ) { return null ; } if ( arg0 . hasNode ( arg1 ) ) { loc0 = arg0 . getNode ( arg1 ) ; } return loc0 ; } | gets the child node . concode_field_sep String LINK_NAME concode_elem_sep String NODE_FILE concode_elem_sep String NODE_FILE_CONTENT concode_elem_sep String LINK_PATH concode_elem_sep Logger LOGGER concode_elem_sep String PROPERTY_PAGETITLE concode_elem_sep String PROPERTY_JCRTITLE concode_elem_sep String SHOW_CTN conc... |
void function ( ) { mockMvc = null ; heroController = null ; } | this method is called after every junit test case to release memory concode_field_sep HeroController heroController concode_elem_sep MockMvc mockMvc concode_elem_sep HeroService heroServiceMock concode_field_sep void setup concode_elem_sep void testListHeroesWhenDataIsAvailable concode_elem_sep void testListHeroesWhenD... |
int function ( ) { return minimumWidth ; } | gets the minimum width of the list . concode_field_sep Shell shell concode_elem_sep List list concode_elem_sep int minimumWidth concode_field_sep String[] getItems concode_elem_sep void select concode_elem_sep void setItems concode_elem_sep Font getFont concode_elem_sep int checkStyle concode_elem_sep void setFont conc... |
int function ( ) { int loc0 = tx . TX_OK ; CurrentImple loc1 = OTSImpleManager . loc1 ( ) ; try { loc1 . rollback ( ) ; } catch ( NoTransaction loc2 ) { loc0 = tx . TX_NO_BEGIN ; } catch ( Exception loc2 ) { loc0 = tx . TX_FAIL ; } return loc0 ; } | this needs to implement checked transactions such that only the transaction initiator thread can terminate it . concode_field_sep int TX_NOT_SUPPORTED concode_elem_sep int TX_CHAINED concode_elem_sep int TX_ROLLBACK concode_elem_sep int TX_ROLLBACK_NO_BEGIN concode_elem_sep boolean __tx_open concode_elem_sep int TX_HAZ... |
TransformerBuilder function ( Class < ? extends Transformer > arg0 ) { resetType ( ) ; this . clazz = arg0 ; return this ; } | set the java class represents a custom transformer implementation class . concode_field_sep String scheme concode_elem_sep String beanRef concode_elem_sep DataFormatDefinition dataFormat concode_elem_sep String from concode_elem_sep String to concode_elem_sep String uri concode_elem_sep Class<? extends Transformer> cla... |
boolean function ( ) { return blockSplittable ; } | whether or not you can split the format based on blocks within file boundaries . if not , the simple format engine will only split on file boundaries . concode_field_sep boolean readable concode_elem_sep Configuration fsConf concode_elem_sep org.slf4j.Logger logger concode_elem_sep StoragePluginConfig storageConfig con... |
boolean function ( final int arg0 ) { if ( ! isInit ) { init ( ) ; } return ! ( arg0 < 0 || arg0 > permissions . length ) && permissions [ arg0 ] ; } | gets the permission value of the specified permission constant . concode_field_sep int permissionFlags concode_elem_sep int DATA_EXTRACTION_BIT_5 concode_elem_sep int ASSEMBLE_DOCUMENT_BIT_11 concode_elem_sep int CONTENT_EXTRACTION concode_elem_sep boolean isInit concode_elem_sep int MODIFY_FORMS_BIT_9 concode_elem_sep... |
Object function ( String arg0 ) { return FacesContext . getCurrentInstance ( ) . getExternalContext ( ) . getRequestMap ( ) . get ( arg0 ) ; } | get named request map object value from request map . 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 c... |
void function ( Intent arg0 , String arg1 ) { try { arg0 . removeExtra ( arg1 ) ; } catch ( Throwable loc0 ) { Log . e ( TAG , "srini_string" + arg0 ) ; } } | just like intent #removeextra string but does n't throw exceptions . concode_field_sep String TAG concode_elem_sep int MAX_INTENT_SIZE_THRESHOLD concode_field_sep int safeGetInt concode_elem_sep long safeGetLongExtra concode_elem_sep Bundle safeGetBundle concode_elem_sep boolean safeHasExtra concode_elem_sep String saf... |
Object function ( Object [ ] arg0 ) { return arg0 ; } | returns the passed in arg as a single object . concode_field_sep RuntimeException EXCEPTION concode_field_sep Object lotsOfArgsCall concode_elem_sep Object identityCallSingle concode_elem_sep Object testOverloaded concode_elem_sep Object testOverloaded concode_elem_sep Object throwException concode_elem_sep void voidCa... |
void function ( ) { if ( this . metadataReaderFactory instanceof CachingMetadataReaderFactory ) { ( ( CachingMetadataReaderFactory ) this . metadataReaderFactory ) . clearCache ( ) ; } } | clear the underlying metadata cache , removing all cached class metadata . concode_field_sep Environment environment concode_elem_sep Log logger concode_elem_sep String resourcePattern concode_elem_sep MetadataReaderFactory metadataReaderFactory concode_elem_sep ConditionEvaluator conditionEvaluator concode_elem_sep St... |
void function ( EventVisitor arg0 ) { arg0 . visit ( this ) ; } | accept method for the visitor-pattern that 's used for handling events . concode_field_sep Date date concode_elem_sep int EVENT_TYPE_ENGINE concode_elem_sep int EVENT_TYPE_SPIDER concode_elem_sep String EVENT_PACKAGE concode_elem_sep int EVENT_TYPE_MONITORING concode_field_sep boolean isFilterable concode_elem_sep Stri... |
void function ( Exception arg0 ) { Log . arg0 ( TAG , "srini_string" ) ; mAdapter . attemptDeadServiceRecovery ( arg0 ) ; initService ( mAdapter ) ; } | nfc service dead - attempt best effort recovery concode_field_sep String ACTION_RF_FIELD_OFF_DETECTED concode_elem_sep INfcAdapterExtras sService concode_elem_sep CardEmulationRoute mRouteOnWhenScreenOn concode_elem_sep int ROUTE_OFF concode_elem_sep HashMap<NfcAdapter,NfcAdapterExtras> sNfcExtras concode_elem_sep NfcA... |
List < Condition > function ( Condition arg0 ) { if ( arg0 == null ) { return Collections . emptyList ( ) ; } List < Condition > loc0 = new ArrayList < Condition > ( ) ; separateCriteria ( arg0 , loc0 ) ; return loc0 ; } | take a criteria , which may be null , a single ipredicatecriteria or a complex criteria built using icompoundcriteria and breaks it apart at ands such that a list of icriteria conjuncts are returned . for example , a = 1 or b = 2 and c = 3 and d = 4 would return the list a = 1 or b = 2 , c = 3 , d = 4 . if criteria is ... |
boolean function ( ) { return this . func_args != null ; } | returns true if field func_args is set has been assigned a value and false otherwise concode_field_sep String _fieldName concode_elem_sep short _thriftId concode_elem_sep Map<_Fields,org.apache.thrift.meta_data.FieldMetaData> metaDataMap concode_elem_sep org.apache.thrift.protocol.TField FUNC_ARGS_FIELD_DESC concode_el... |
OptionStatus function ( ) { return status ; } | the status of an option , including when it was last updated and whether it is actively in use for searches . concode_field_sep Boolean options concode_elem_sep OptionStatus status concode_field_sep AvailabilityOptionsStatus withStatus concode_elem_sep AvailabilityOptionsStatus withOptions concode_elem_sep Boolean isOp... |
java . lang . Boolean function ( ) { return isActive ; } | gets the isactive value for this label . concode_field_sep com.google.api.ads.dfp.axis.v201502.LabelType[] types concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String name concode_elem_sep java.lang.String description concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.Long id ... |
void function ( IndexService arg0 ) { } | called before the index get closed . concode_field_sep PlaceHolder placeHolder concode_field_sep void afterIndexCreated concode_elem_sep void beforeIndexShardClosed concode_elem_sep void beforeIndexDeleted concode_elem_sep void shardRoutingChanged concode_elem_sep void beforeIndexShardCreated concode_elem_sep void onSh... |
void function ( ) { VectorDataItem loc0 = new VectorDataItem ( 1.0 , 2.0 , 3.0 , 4.0 ) ; VectorDataItem loc1 = ( VectorDataItem ) TestUtilities . serialised ( loc0 ) ; assertEquals ( loc0 , loc1 ) ; } | serialize an instance , restore it , and check for equality . concode_field_sep PlaceHolder placeHolder concode_field_sep void testCloning concode_elem_sep void testHashcode concode_elem_sep void testEquals |
Module function ( String arg0 ) { Module loc0 = null ; loc0 = ( Module ) SET . get ( arg0 ) ; loc0 . setSymbol ( arg0 ) ; return loc0 ; } | returns the module that represents the specified character . concode_field_sep Module START_STOP concode_elem_sep List KEYS concode_elem_sep Map SET concode_elem_sep List ESCAPE_CHARS concode_elem_sep Map EXT_CHARS concode_field_sep int getIndex concode_elem_sep String getExtendedCharacter concode_elem_sep Module getMo... |
CompletionStatus function ( InputStream arg0 ) { return CompletionStatus . from_int ( arg0 . read_long ( ) ) ; } | reads the completionstatus from the corba input stream.this implementation reads an an integer corba long . concode_field_sep PlaceHolder placeHolder concode_field_sep CompletionStatus extract concode_elem_sep void insert concode_elem_sep String id concode_elem_sep TypeCode type concode_elem_sep void write |
MultiSportFolderT function ( ) { return multiSport ; } | gets the value of the multisport property . concode_field_sep HistoryFolderT running concode_elem_sep HistoryFolderT other concode_elem_sep ExtensionsT extensions concode_elem_sep HistoryFolderT biking concode_elem_sep MultiSportFolderT multiSport concode_field_sep void setRunning concode_elem_sep void setOther concode... |
Controller < ? > function ( ) { return ( ( Controller < ? > ) _myController ) ; } | returns the instance of the controller sending the controlevent . concode_field_sep int myAction concode_elem_sep boolean isTab concode_elem_sep int TAB concode_elem_sep int UNDEFINDED concode_elem_sep int GROUP concode_elem_sep ControllerInterface<?> _myController concode_elem_sep boolean isGroup concode_elem_sep int ... |
Bundle function ( String arg0 ) { arg0 = arg0 . replace ( "srini_string" , "srini_string" ) ; try { URL loc0 = new URL ( arg0 ) ; Bundle loc1 = decodeUrl ( loc0 . getQuery ( ) ) ; loc1 . putAll ( decodeUrl ( loc0 . getRef ( ) ) ) ; return loc1 ; } catch ( MalformedURLException loc0 ) { return new Bundle ( ) ; } } | parse a url query and fragment parameters into a key-value bundle . concode_field_sep PlaceHolder placeHolder concode_field_sep String openUrl concode_elem_sep String encodePostBody concode_elem_sep String read concode_elem_sep JSONObject parseJson concode_elem_sep Bundle decodeUrl concode_elem_sep void clearCookies co... |
void function ( PropertyMetadata arg0 , Object arg1 ) { unmarshalProperty ( arg0 , arg1 , nativeEntity ) ; } | unmarshals the property represented by the given property metadata and updates the target object with the property value . concode_field_sep BaseEntity<?> nativeEntity concode_elem_sep EntityMetadata entityMetadata concode_elem_sep Object entity concode_field_sep void unmarshalWithExplodedStrategy concode_elem_sep void... |
boolean function ( Type arg0 ) { return nameTable . containsValue ( arg0 ) ; } | check if an item is in the bag concode_field_sep int THRESHOLD concode_elem_sep Memory memory concode_elem_sep HashMap<String,Type> nameTable concode_elem_sep ArrayList<ArrayList<Type>> itemTable concode_elem_sep int mass concode_elem_sep int showLevel concode_elem_sep float RELATIVE_THRESHOLD concode_elem_sep int capa... |
RecoveryStoreProxy function ( String arg0 , NotificationListener arg1 ) { return getProxy ( arg0 , arg1 ) . rsProxy ; } | get a recoverystore proxy . concode_field_sep JMXConnectorServer jmxCServer concode_elem_sep ObjectName participantStoreON concode_elem_sep String PARTICIPANT_BEAN_NAME concode_elem_sep MBeanServerConnection mbsc concode_elem_sep ObjectName recoveryStoreON concode_elem_sep NotificationListener recoveryListener concode_... |
void function ( String arg0 ) { this . planId = arg0 ; } | sets the value of the planid property . concode_field_sep double totalSalesTax concode_elem_sep double totalPrice concode_elem_sep double annualPercentageRate concode_elem_sep double totalFinancedAmount concode_elem_sep String firstMonthlyInstallmentDueDate concode_elem_sep String planDate concode_elem_sep double total... |
List < String > function ( ) { return header . getNames ( ) ; } | this method is used to get a list of the names for the headers . this will provide the original names for the http headers for the message . modifications to the provided list will not affect the header , the list is a simple copy . concode_field_sep Header header concode_field_sep List<String> getValues concode_elem_s... |
com . liferay . portlet . documentlibrary . model . DLFileRank function ( com . liferay . portlet . documentlibrary . model . DLFileRank arg0 ) { return _dlFileRankLocalService . addDLFileRank ( arg0 ) ; } | adds the document library file rank to the database . also notifies the appropriate model listeners . concode_field_sep DLFileRankLocalService _dlFileRankLocalService concode_field_sep DLFileRankLocalService getWrappedDLFileRankLocalService concode_elem_sep void setWrappedService concode_elem_sep com.liferay.portlet.do... |
long function ( TimeUnit arg0 ) { return arg0 . convert ( elapsedNanos ( ) , NANOSECONDS ) ; } | returns the current elapsed time shown on this stopwatch , expressed in the desired time unit , with any fraction rounded down . note that the overhead of measurement can be more than a microsecond , so it is generally not useful to specify timeunit #nanoseconds precision here . concode_field_sep Ticker ticker concode_... |
void function ( Object arg0 ) { if ( myHost != null ) { myHost . returnData ( arg0 ) ; } } | used to communicate a return object from a plugin tool to the main whitebox user-interface . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep int previousProgress concode_elem_sep boolean amIActive... |
void function ( ) { if ( socket == null ) { socket = new DatagramSocket ( receivePort ) ; } } | initialize socket connection to the udp receive port . concode_field_sep int sendPort concode_elem_sep int MAX_PACKET_SIZE concode_elem_sep String host concode_elem_sep int receivePort concode_elem_sep DatagramSocket socket concode_field_sep byte[] receiveDatagram concode_elem_sep void disconnect concode_elem_sep void ... |
boolean function ( int arg0 , int arg1 , int arg2 ) { return 2 * arg0 + arg1 <= arg2 ; } | is the middle of piece on the upper/left side of the board with a given offset and size of the piece ? this only checks in one dimension . concode_field_sep String CLASS concode_elem_sep String DEPTH concode_elem_sep boolean[][] shape concode_elem_sep int[] twoRotations concode_elem_sep DancingLinks.SolutionAcceptor<Co... |
void function ( ResolvedContact [ ] arg0 ) { XmppMsg loc0 = new XmppMsg ( getString ( R . string . chat_specify_details ) ) ; loc0 . newLine ( ) ; for ( ResolvedContact loc1 : arg0 ) { loc0 . appendLine ( loc1 . getName ( ) + "srini_string" + loc1 . getNumber ( ) ) ; } send ( loc0 ) ; } | this method presents the user with possible candidates , when the user given contact information is not distinct enough , so that there are more possible contacts that match these information . this is a quite common task , so it has its own method . concode_field_sep int TYPE_CONTACTS concode_elem_sep int TYPE_INTERNA... |
String function ( ) { return m_mode ; } | returns the conversion mode to use . concode_field_sep String PARAM_REPLACE_PARAGRAPHS concode_elem_sep String PARAM_DISABLED concode_elem_sep char SEPARATOR_MODES concode_elem_sep Log LOG concode_elem_sep String PARAM_XHTML concode_elem_sep String PARAM_ENABLED concode_elem_sep String m_mode concode_elem_sep String m_... |
long function ( ) { return initialInterval ; } | return the initial interval in milliseconds . concode_field_sep long DEFAULT_INITIAL_INTERVAL concode_elem_sep double DEFAULT_MULTIPLIER concode_elem_sep long DEFAULT_MAX_INTERVAL concode_elem_sep long maxInterval concode_elem_sep long currentElapsedTime concode_elem_sep long maxElapsedTime concode_elem_sep long DEFAUL... |
int function ( List < V > arg0 ) { return arg0 == null ? 0 : arg0 . size ( ) ; } | get size of list getsize null = 0 ; getsize = 0 ; getsize 1 = 1 ; concode_field_sep String DEFAULT_JOIN_SEPARATOR concode_field_sep List<V> invertList concode_elem_sep boolean isEmpty concode_elem_sep int addDistinctList concode_elem_sep String join concode_elem_sep String join concode_elem_sep String join concode_elem... |
void function ( ManagedObjectReference arg0 ) { this . host = arg0 ; } | sets the value of the host property . concode_field_sep ManagedObjectReference host concode_elem_sep ManagedObjectReference _this concode_field_sep void setThis concode_elem_sep ManagedObjectReference getThis concode_elem_sep ManagedObjectReference getHost |
SettingsRecord function ( ) { SettingsRecord loc0 = null ; Resource loc1 = resourceLoader . getResource ( "srini_string" ) ; if ( loc1 != null ) { loc0 = loadSettingsFromStream ( loc1 ) ; } return loc0 ; } | loads default motech settings . concode_field_sep CoreConfigurationService coreConfigurationService concode_elem_sep ResourceLoader resourceLoader concode_field_sep void checkSettingsRecord concode_elem_sep void setResourceLoader concode_elem_sep SettingsRecord loadMotechSettings concode_elem_sep SettingsRecord loadSet... |
void function ( Writer arg0 ) { if ( arg0 == null ) { throw new IllegalArgumentException ( "srini_string" ) ; } arg0 . write ( '{' ) ; this . serializeContent ( arg0 ) ; arg0 . write ( '}' ) ; } | serializes the beginning of this object to the passed in writer . concode_field_sep DataPointType kind concode_elem_sep Double min concode_elem_sep Double max concode_elem_sep String name concode_elem_sep Integer count concode_elem_sep Double stdDev concode_elem_sep double value concode_field_sep void setName concode_e... |
Policy function ( int arg0 ) { return delegate . get_policy ( this , arg0 ) ; } | returns the policy , applying to this object . concode_field_sep Delegate delegate concode_field_sep boolean _is_equivalent concode_elem_sep Request _create_request concode_elem_sep Request _create_request concode_elem_sep int _hash concode_elem_sep boolean _is_a concode_elem_sep ServantObject _servant_preinvoke concod... |
boolean function ( ) { return depth ( ) == 0 ; } | returns true if the queue is empty , otherwise false concode_field_sep AtomicReference<T>[] circularArray concode_elem_sep int maxSize concode_elem_sep AtomicLong currentIndex concode_field_sep int depth concode_elem_sep int getIndex concode_elem_sep T[] toArray concode_elem_sep int getCurrentIndex concode_elem_sep voi... |
KrmsProposition function ( ) { return proposition ; } | gets the proposition attribute . concode_field_sep List<KrmsAction> falseActions concode_elem_sep List<KrmsAction> trueActions concode_elem_sep KrmsProposition proposition concode_elem_sep String name concode_elem_sep OleProposition compoundProposition concode_field_sep void setName concode_elem_sep OleProposition getC... |
long function ( ) { return created ; } | timestamp ms since the epoch when this was created concode_field_sep PrivilegeClass EMERGENCY_HIGH concode_elem_sep String EMERGENCY_HIGH_ID concode_elem_sep Logger log concode_elem_sep String GOD_ID concode_elem_sep String EMERGENCY_LOW_ID concode_elem_sep String PUBLIC_ID concode_elem_sep long created concode_elem_se... |
Movie function ( Movie arg0 ) { Movie loc0 = new Movie ( ) ; for ( Track loc1 : arg0 . getTracks ( ) ) { loc0 . addTrack ( new ChangeTimeScaleTrack ( loc1 , timeScale , ismvBuilder . getFragmentIntersectionFinder ( ) . sampleNumbers ( loc1 , arg0 ) ) ) ; } return loc0 ; } | returns a new movie in that all tracks have the timescale 10000000 . cts & dts are modified in a way that even with more than one framerate the fragments exactly begin at the same time . concode_field_sep Logger LOG concode_elem_sep ManifestWriter manifestWriter concode_elem_sep boolean debugOutput concode_elem_sep Fil... |
org . apache . axis . description . TypeDesc function ( ) { return typeDesc ; } | return type metadata object concode_field_sep java.lang.String country concode_elem_sep uk.co.graydon.ws.GraydonDataService.types.Authentication_ParametersType authentication_Parameters concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep org.apache.axis.description.Ty... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.