code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
float function ( ) { return jniGetFriction ( addr ) ; } | get the coefficient of friction . concode_field_sep World world concode_elem_sep short[] tmp concode_elem_sep Filter filter concode_elem_sep Body body concode_elem_sep long addr concode_field_sep float getRestitution concode_elem_sep World getWorld concode_elem_sep float jniGetRestitution concode_elem_sep boolean testP... |
ClientReliableTopicConfig function ( TopicOverloadPolicy arg0 ) { this . topicOverloadPolicy = checkNotNull ( arg0 , "srini_string" ) ; return this ; } | sets the topicoverloadpolicy for this reliable topic . check the topicoverloadpolicy for more details aboutthis setting . concode_field_sep int DEFAULT_READ_BATCH_SIZE concode_elem_sep TopicOverloadPolicy topicOverloadPolicy concode_elem_sep TopicOverloadPolicy DEFAULT_TOPIC_OVERLOAD_POLICY concode_elem_sep Executor ex... |
T function ( ) { return mZ ; } | return z coordinate concode_field_sep T mX concode_elem_sep T mY concode_elem_sep T mZ concode_field_sep T getX concode_elem_sep T getY |
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 com.amazon.ec2.DeleteNetworkAclEntryResponseType localDeleteNetworkAclEntryResponse concode_elem_sep javax.xml.namespace.QName MY_QNAME concode_field_sep java.lang.String generatePrefix concode_elem_sep void serialize concode_elem_sep void serialize... |
void function ( OutputStream arg0 , int arg1 ) { byte [ ] loc0 = new byte [ 1 ] ; loc0 [ 0 ] = ( byte ) ( arg1 & 0xff ) ; arg0 . write ( loc0 ) ; } | implements outputstream.write int in terms of outputstream.write byte , int , int . outputstream assumes that you implement outputstream.write int and provides default implementations of the others , but often the opposite is more efficient . concode_field_sep Charset US_ASCII concode_elem_sep byte[] EMPTY_BYTE_ARRAY c... |
void function ( String arg0 , String arg1 , Object ... arg2 ) { if ( LOG . ERROR >= LOGLEVEL ) Log . e ( arg0 , String . format ( arg1 , arg2 ) ) ; } | error log message with printf formatting . 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 boolean isLoggable concode_elem_sep void d concode_elem_sep void d concode_elem_sep void d co... |
String function ( int arg0 ) { if ( IDENTIFICATION_MAP . containsKey ( arg0 ) ) { return IDENTIFICATION_MAP . get ( arg0 ) ; } else { return "srini_string" ; } } | gets the gaz identification . concode_field_sep float currentValueScaleMultiplier concode_elem_sep String currentValueIdentification concode_elem_sep float OFFICIAL_CONCENTRATION_SCALE_MAX concode_elem_sep float currentValueConcentration concode_elem_sep float OFFICIAL_CONCENTRATION_SCALE_MIN concode_elem_sep float OFF... |
TimeValue function ( ) { return new TimeValue ( totalTimeInMillis ) ; } | the total time merges have been executed . concode_field_sep String MERGES concode_elem_sep long totalBytesPerSecAutoThrottle concode_elem_sep String TOTAL_THROTTLE_BYTES_PER_SEC concode_elem_sep String CURRENT_SIZE_IN_BYTES concode_elem_sep String TOTAL_THROTTLED_TIME concode_elem_sep long totalTimeInMillis concode_el... |
boolean function ( ) { if ( packageDefinitionEnabled && Constants . IS_SECURITY_ENABLED ) { return true ; } return false ; } | return the securitymanager only if security is enabled and package protection mechanism is enabled . concode_field_sep boolean packageDefinitionEnabled concode_field_sep String filter |
void function ( ) { int loc0 = edge . size ( ) - 1 ; add ( edge . getCoordinate ( 0 ) , 0 ) ; add ( edge . getCoordinate ( loc0 ) , loc0 ) ; } | adds nodes for the first and last points of the edge concode_field_sep NodedSegmentString edge concode_elem_sep Map nodeMap concode_elem_sep SegmentNode currNode concode_elem_sep SegmentNodeList nodeList concode_elem_sep Iterator nodeIt concode_elem_sep SegmentNode nextNode concode_elem_sep int currSegIndex concode_fie... |
void function ( Stock arg0 ) { stockQuotes . put ( arg0 . getSymbol ( ) , arg0 ) ; } | add a new stock . curl - v - x post - h `` content-type : application/json '' \ - d ' `` symbol '' : `` bar '' , `` name '' : `` bar inc. '' , \ `` last '' :149.62 , `` low '' :150.78 , `` high '' :149.18 , `` createdbyhost '' : `` 10.100.1.192 '' ' \ http://localhost:8080/stockquote concode_field_sep Map<String,Stock>... |
void function ( N arg0 , N arg1 ) { HashSet < N > loc0 = edges . get ( arg1 ) ; if ( loc0 == null ) { edges . put ( arg1 , new HashSet < N > ( ) ) ; } loc0 = edges . get ( arg0 ) ; if ( loc0 == null ) { loc0 = new HashSet < N > ( ) ; edges . put ( arg0 , loc0 ) ; } loc0 . add ( arg1 ) ; } | add an edge from the given head node to the given tail node . both nodes will be a part of the graph after this method is invoked , whether or not they were before . concode_field_sep HashMap<N,HashSet<N>> edges concode_field_sep Set<N> getTails concode_elem_sep void removeAllNodes concode_elem_sep void removeEdge conc... |
Type function ( ) { Preconditions . checkState ( code == Code . ARRAY , "srini_string" ) ; return arrayElementType ; } | returns the type descriptor for elements of this array type . concode_field_sep Type TYPE_ARRAY_TIMESTAMP concode_elem_sep Type TYPE_INT64 concode_elem_sep Type TYPE_ARRAY_BOOL concode_elem_sep Code code concode_elem_sep Type TYPE_ARRAY_INT64 concode_elem_sep Type TYPE_BOOL concode_elem_sep Type type concode_elem_sep T... |
RoutingHandler function ( HttpHandler arg0 ) { this . invalidMethodHandler = arg0 ; return this ; } | sets the handler called when this instance can not match the http method but can match another http method . for example : for an exchange the post method is not matched by this instance but at least one http method matched for the exchange . if this handler is null the fallbackhandler will be used . concode_field_sep ... |
String function ( ) { return addressLine2 ; } | gets the value of the addressline2 property . concode_field_sep String zipCode concode_elem_sep String city concode_elem_sep String countryCd concode_elem_sep String stateProvince concode_elem_sep String accountKey concode_elem_sep String poBox concode_elem_sep String addressTypeCd concode_elem_sep String buildingNum c... |
boolean function ( ) { return sealBase != null ; } | indicates whether this package is sealed . concode_field_sep String implTitle concode_elem_sep Annotation[] NO_ANNOTATIONS concode_elem_sep String specVersion concode_elem_sep String specVendor concode_elem_sep String implVendor concode_elem_sep String implVersion concode_elem_sep String name concode_elem_sep String sp... |
String [ ] function ( Class < ? > arg0 , String ... arg1 ) { throw new UnsupportedOperationException ( "srini_string" + "srini_string" ) ; } | abstractdelegatingsmartcontextloader does not support the contextloader #processlocations class , string method . call #processcontextconfiguration contextconfigurationattributes instead . concode_field_sep Log logger concode_field_sep void processContextConfiguration concode_elem_sep SmartContextLoader getXmlLoader co... |
Integer function ( ) { return companyid ; } | this method was generated by mybatis generator . this method returns the value of the database column role.companyid concode_field_sep Integer companyid concode_elem_sep String rolename concode_elem_sep int index concode_elem_sep Integer id concode_field_sep int getIndex concode_elem_sep String getRolename concode_elem... |
double function ( Points arg0 [ ] ) { double loc0 = 0 ; for ( int loc1 = 0 ; loc1 < arg0 . length ; loc1 ++ ) { int loc2 = closestCentroidToPoint ( arg0 [ loc1 ] ) ; double loc3 = getDistance ( arg0 [ loc1 ] , centroids [ loc2 ] ) ; loc0 += loc3 ; } return loc0 ; } | calculates the distortion calls : none called by : volume concode_field_sep Points pt[] concode_elem_sep Centroid centroids[] concode_elem_sep int codebook_size concode_elem_sep double SPLIT concode_elem_sep int dimension concode_elem_sep double MIN_DISTORTION concode_field_sep double getDistance concode_elem_sep int c... |
String function ( ) { return message ; } | gets the value of the message property . concode_field_sep String message concode_field_sep void setMessage |
ParametersMetaData function ( ) { return parametersMetaData ; } | gets the value of the parametersmetadata property . concode_field_sep MetaData.Template template concode_elem_sep MetaData.WorkflowImpl workflowImpl concode_elem_sep String workflowImplId concode_elem_sep ParametersMetaData parametersMetaData concode_elem_sep String templateName concode_elem_sep String templateDescript... |
Metadata function ( ) { return extract ( new Metadata ( ) ) ; } | performs the exif data extraction , returning a new instance of metadata . concode_field_sep byte[] _data concode_field_sep int get32Bits concode_elem_sep void processTag |
Data function ( String arg0 ) { return loadedData . get ( arg0 ) ; } | returns the data for the given scml filename . concode_field_sep HashMap<Entity,Loader> entityToLoader concode_elem_sep Object[] drawerDependencies concode_elem_sep Class<? extends Loader> loaderClass concode_elem_sep List<Player> players concode_elem_sep Object[] loaderDependencies concode_elem_sep HashMap<String,Data... |
void function ( int arg0 , int arg1 , int arg2 , int arg3 , SpriteBatch arg4 ) { init ( arg4 ) ; __shapeRenderer . rect ( arg0 + __xOffset , arg1 + __yOffset , arg2 , arg3 ) ; reset ( arg4 ) ; } | draws a rectangle onto a given spritebatch . concode_field_sep float __a concode_elem_sep float __r concode_elem_sep float __b concode_elem_sep float __g concode_elem_sep int __xOffset concode_elem_sep ShapeRenderer __shapeRenderer concode_elem_sep Settings __settings concode_elem_sep int __yOffset concode_field_sep vo... |
TypeAlias function ( String arg0 , String arg1 ) { return new AutoValue_TypeAlias ( arg0 , arg1 , null , ImportType . AliasedImport ) ; } | creates a type alias with the given fullname and nickname that represents an aliased import concode_field_sep PlaceHolder placeHolder concode_field_sep String getParentFullName concode_elem_sep String getNickname concode_elem_sep boolean needsImport concode_elem_sep Comparator<TypeAlias> getNicknameComparator concode_e... |
void function ( long arg0 ) { try { clob . truncate ( session , arg0 ) ; } catch ( HsqlException loc0 ) { throw Util . sqlException ( loc0 ) ; } } | truncates the clob value that this clob designates to have a length of len characters . concode_field_sep ClobDataID clob concode_elem_sep boolean isClosed concode_elem_sep SessionInterface session concode_field_sep Writer setCharacterStream concode_elem_sep int setString concode_elem_sep int setString concode_elem_sep... |
void function ( K arg0 ) { if ( ! q . isEmpty ( ) ) { q . peek ( ) . key ( arg0 ) ; while ( 0 == cmp . compare ( q . peek ( ) . key ( ) , arg0 ) ) { ComposableRecordReader < K , ? > loc0 = q . poll ( ) ; loc0 . accept ( jc , arg0 ) ; if ( loc0 . hasNext ( ) ) { q . add ( loc0 ) ; } else if ( q . isEmpty ( ) ) { return ... | for all child rrs offering the key provided , obtain an iterator at that position in the joincollector . concode_field_sep boolean first concode_elem_sep PriorityQueue<ComposableRecordReader<K,?>> q concode_elem_sep ResetableIterator<X>[] iters concode_elem_sep WritableComparator cmp concode_elem_sep JoinCollector jc c... |
List < Exclusion > function ( ) { return this . exclusions ; } | return the dependency exclusions . concode_field_sep String groupId concode_elem_sep String artifactId concode_elem_sep List<Exclusion> exclusions concode_elem_sep String version concode_field_sep String getVersion concode_elem_sep int hashCode concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_... |
ParseState function ( ) { return this . parseState ; } | get the parsestate at the time of the error may be null . concode_field_sep Throwable rootCause concode_elem_sep Location location concode_elem_sep String message concode_elem_sep ParseState parseState concode_field_sep Location getLocation concode_elem_sep String getMessage concode_elem_sep String toString concode_ele... |
void function ( UUID arg0 , SchemeInitData arg1 ) { schemeData . put ( arg0 , arg1 ) ; } | inserts scheme specific initialization data . concode_field_sep byte[] data concode_elem_sep Map<UUID,SchemeInitData> schemeData concode_elem_sep String mimeType concode_field_sep int hashCode concode_elem_sep SchemeInitData get concode_elem_sep SchemeInitData get concode_elem_sep SchemeInitData get concode_elem_sep bo... |
String function ( ) { return className ; } | get classname concode_field_sep String className concode_elem_sep String color concode_field_sep String toIndentedString concode_elem_sep void setColor concode_elem_sep Animal color concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String getColor concode_elem_sep Animal className concode_e... |
Boolean function ( ) { if ( isSelectiveSuspendSupported . equals ( "srini_string" ) ) { return true ; } return false ; } | tells whether device support selective suspend or not . concode_field_sep String isSelectiveSuspendEnabled concode_elem_sep String selectiveSuspendTimeoutValue concode_elem_sep String currentRuntimeStatus concode_elem_sep String currentControlConfig concode_elem_sep String isSelectiveSuspendSupported concode_elem_sep S... |
int function ( ) { throw new UnsupportedOperationException ( ) ; } | not implemented concode_field_sep int bitArraySize concode_elem_sep long serialVersionUID concode_elem_sep int k concode_elem_sep int expectedElements concode_elem_sep BitSet bitSet concode_field_sep boolean add concode_elem_sep boolean contains concode_elem_sep Iterator<E> iterator concode_elem_sep boolean removeAll c... |
void function ( String arg0 ) { this . vmfsUuid = arg0 ; } | sets the value of the vmfsuuid property . concode_field_sep String vmfsUuid concode_elem_sep ManagedObjectReference _this concode_field_sep void setThis concode_elem_sep ManagedObjectReference getThis concode_elem_sep String getVmfsUuid |
void function ( InputStream ... arg0 ) { SSLSocketFactory loc0 = HttpsUtils . getSslSocketFactory ( arg0 , null , null ) ; OkHttpClient . Builder loc1 = getOkHttpClient ( ) . newBuilder ( ) ; loc1 = loc1 . loc0 ( loc0 ) ; mOkHttpClient = loc1 . build ( ) ; } | for https-way authentication concode_field_sep Handler mDelivery concode_elem_sep OkHttpUtils mInstance concode_elem_sep String HEAD concode_elem_sep String PUT concode_elem_sep OkHttpClient mOkHttpClient concode_elem_sep long DEFAULT_MILLISECONDS concode_elem_sep String DELETE concode_elem_sep String PATCH concode_fie... |
String function ( ) { try { return ( getInformation ( 1 ) ) ; } catch ( PoolsException loc0 ) { return ( loc0 . toString ( ) ) ; } } | returns a string representation of this element . concode_field_sep Configuration _conf concode_elem_sep List cachedProperties concode_elem_sep HashMap readOnlyValues concode_field_sep String getKey concode_elem_sep Value getProperty concode_elem_sep Value getProperty concode_elem_sep boolean getBoolProperty concode_el... |
void function ( String arg0 , CheckFactory < C > arg1 ) { checkFactories . put ( arg0 , arg1 ) ; } | registers a factory for a new kind of check . concode_field_sep Map<String,CheckFactory<C>> checkFactories concode_field_sep List<C> createCheckList concode_elem_sep C createCheck concode_elem_sep C createCheck |
StaticLoggerBinder function ( ) { return SINGLETON ; } | return the singleton of this class . concode_field_sep String loggerFactoryClassStr concode_elem_sep StaticLoggerBinder SINGLETON concode_elem_sep String REQUESTED_API_VERSION concode_elem_sep ILoggerFactory loggerFactory concode_field_sep ILoggerFactory getLoggerFactory concode_elem_sep String getLoggerFactoryClassStr |
IClipboardSupport function ( EClass arg0 ) { IClipboardSupport loc0 = DefaultClipboardSupport . getInstance ( ) ; EPackage loc1 = arg0 . getEPackage ( ) ; IClipboardSupportFactory loc2 = ClipboardSupportManager . lookup ( loc1 ) ; if ( loc2 != null ) { loc0 = loc2 . newClipboardSupport ( loc1 ) ; } return loc0 ; } | obtains the clipboard copy/paste support utility , if any , for the specified eclass 's metamodel . if the metamodel does not have a dedicated clipboard support implementation , then a default implementation is provided that implements semantics similar to the org.eclipse.emf.ecore.util.ecoreutil.copier class . warning... |
void function ( Socket arg0 ) { if ( arg0 != null ) { try { arg0 . close ( ) ; } catch ( RuntimeException loc0 ) { throw loc0 ; } catch ( Exception loc0 ) { } } } | closes socket , ignoring any checked exceptions . does nothing if socket is null . concode_field_sep Charset US_ASCII concode_elem_sep byte[] EMPTY_BYTE_ARRAY concode_elem_sep AtomicReference<byte[]> skipBuffer concode_elem_sep char[] DIGITS concode_elem_sep Charset UTF_8 concode_elem_sep String[] EMPTY_STRING_ARRAY co... |
Module function ( Object ... arg0 ) { return new DaggerCompatibilityModule ( arg0 ) ; } | returns a guice module from a dagger module . note : at present , it does not honor @module includes = ... directives . concode_field_sep Object[] daggerModuleObjects concode_field_sep String toString concode_elem_sep void configure |
void function ( BigDecimal arg0 ) { this . mindiff = arg0 ; } | sets the value of the mindiff property . concode_field_sep BigInteger numobs concode_elem_sep BigDecimal obsval concode_elem_sep BigDecimal mean concode_elem_sep BigDecimal mindiff concode_elem_sep BigDecimal zscore concode_elem_sep BigDecimal stdev concode_elem_sep String atoms concode_field_sep BigInteger getNumobs c... |
String function ( ) { return name ; } | get name concode_field_sep String name concode_elem_sep Logger log concode_field_sep void setName concode_elem_sep void endpointActivation concode_elem_sep void stop concode_elem_sep int hashCode concode_elem_sep void endpointDeactivation concode_elem_sep boolean equals concode_elem_sep void start concode_elem_sep XARe... |
ShelvingOrder function ( ) { return new ShelvingOrder ( ) ; } | create an instance of org.kuali.ole.docstore.model.xmlpojo.work.einstance.oleml.shelvingorder concode_field_sep QName _InstanceCollection_QNAME concode_field_sep PerpetualAccess createPerpetualAccess concode_elem_sep FormerIdentifier createFormerIdentifier concode_elem_sep Coverage createCoverage concode_elem_sep CallN... |
java . util . List < String > function ( ) { if ( protocols == null ) { protocols = new java . util . ArrayList < String > ( ) ; } return protocols ; } | currently , https is the only acceptable value for the requiredprotocols element . concode_field_sep java.util.List<String> protocols concode_field_sep RequiredProtocols withProtocols concode_elem_sep RequiredProtocols withProtocols concode_elem_sep void setProtocols concode_elem_sep int hashCode concode_elem_sep boole... |
int function ( TypeHierarchy arg0 ) { return Whitespace . COLLAPSE ; } | determine how values of this simple type are whitespace-normalized . concode_field_sep ErrorType theInstance concode_field_sep boolean isNamespaceSensitive concode_elem_sep boolean isSimpleType concode_elem_sep ValidationFailure validateContent concode_elem_sep String getSystemId concode_elem_sep String getName concode... |
void function ( int arg0 , Name arg1 ) { if ( arg0 > MAX_POINTER ) return ; int loc0 = ( arg1 . hashCode ( ) & 0x7FFFFFFF ) % TABLE_SIZE ; Entry loc1 = new Entry ( ) ; loc1 . arg1 = arg1 ; loc1 . arg0 = arg0 ; loc1 . next = table [ loc0 ] ; table [ loc0 ] = loc1 ; if ( verbose ) System . err . println ( "srini_string" ... | adds a compression entry mapping a name to a position in a message . concode_field_sep Entry next concode_elem_sep int pos concode_elem_sep Name name concode_elem_sep int TABLE_SIZE concode_elem_sep int MAX_POINTER concode_elem_sep Entry[] table concode_elem_sep boolean verbose concode_field_sep int get |
boolean function ( State arg0 ) { EList < Expression > loc0 = getFirstExitActions ( arg0 ) ; if ( loc0 != null && ! loc0 . isEmpty ( ) ) { return true ; } return false ; } | checks if the specified state has at least one exit action . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean hasEntryAction concode_elem_sep boolean containsOnlyEventsOfType concode_elem_sep boolean oneIncomingTransitionEntersCompositeWithEntryActions concode_elem_sep boolean hasAtLeastOneAction con... |
long function ( ) { return cacheSize ; } | the number of docidset s that are in the cache . concode_field_sep long cacheCount concode_elem_sep long hitCount concode_elem_sep long cacheSize concode_elem_sep String MEMORY_SIZE_IN_BYTES concode_elem_sep String EVICTIONS concode_elem_sep String MISS_COUNT concode_elem_sep long ramBytesUsed concode_elem_sep String T... |
void function ( String [ ] arg0 ) { this . comments = arg0 ; } | sets the array of comment prefixes . if a line read from a stream begins with a configured comment prefix , the line is ignored . concode_field_sep boolean alwaysQuote concode_elem_sep char delimiter concode_elem_sep Character escape concode_elem_sep String[] comments concode_elem_sep char quote concode_elem_sep boolea... |
void function ( ) { Session [ ] loc0 = getAllSessions ( ) ; for ( int loc1 = 0 ; loc1 < loc0 . length ; loc1 ++ ) { loc0 [ loc1 ] . close ( ) ; } } | closes all sessions registered with this sessionmanager . concode_field_sep Session sysLobSession concode_elem_sep long sessionIdCount concode_elem_sep LongKeyHashMap sessionMap concode_elem_sep Session sysSession concode_field_sep void removeSession concode_elem_sep Session getSysSessionForScript concode_elem_sep Sess... |
void function ( String arg0 ) { this . policyArn = arg0 ; } | the policy arn . concode_field_sep String policyArn concode_elem_sep String policyDocument concode_elem_sep Boolean isDefaultVersion concode_elem_sep String policyVersionId concode_field_sep void setPolicyVersionId concode_elem_sep String getPolicyVersionId concode_elem_sep CreatePolicyVersionResult withPolicyVersionId... |
int function ( ) { return blinkLengthInMilliSeconds ; } | returns the length of a ` blink ' , which is the interval time a character with the blink sgr enabled with be drawn with foreground color and background color set to the same . concode_field_sep boolean cursorBlinking concode_elem_sep SwingTerminalDeviceConfiguration DEFAULT concode_elem_sep int blinkLengthInMilliSecon... |
void function ( ) { CircularBuffer < String > loc0 = new CircularBuffer < String > ( 10 ) ; assertEquals ( loc0 . getSize ( ) , 10 , "srini_string" ) ; for ( int loc1 = 0 ; loc1 <= 11 ; loc1 ++ ) { loc0 . append ( "srini_string" + loc1 ) ; } assertEquals ( loc0 . get ( 8 ) . size ( ) , 8 , "srini_string" ) ; } | test returning no . of items remaining to the right of startindex is greater than the amount to be retrieved concode_field_sep int MAX_ALLOWED_SIZE concode_field_sep void testAppendNullElement concode_elem_sep void testClear concode_elem_sep void testGetObjects concode_elem_sep void testGetMoreThanBufferCapacity3 conco... |
OAuthMessage function ( HttpServletRequest arg0 , String arg1 ) { if ( arg1 == null ) { arg1 = arg0 . getRequestURL ( ) . toString ( ) ; } int loc0 = arg1 . indexOf ( '?' ) ; if ( loc0 >= 0 ) { arg1 = arg1 . substring ( 0 , loc0 ) ; } return new OAuthMessage ( arg0 . getMethod ( ) , arg1 , getParameters ( arg0 ) ) ; } | extract the parts of the given request that are relevant to oauth . parameters include oauth authorization headers and the usual request parameters in the query string and/or form encoded body . the header parameters come first , followed by the rest in the order they came from request.getparametermap . concode_field_s... |
double function ( Values2D arg0 , int arg1 ) { ParamChecks . nullNotPermitted ( arg0 , "srini_string" ) ; double loc0 = 0.0 ; int loc1 = arg0 . getColumnCount ( ) ; for ( int loc2 = 0 ; loc2 < loc1 ; loc2 ++ ) { Number loc3 = arg0 . getValue ( arg1 , loc2 ) ; if ( loc3 != null ) { loc0 += loc3 . doubleValue ( ) ; } } r... | returns the total of the values in one row of the supplied data table . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean equal concode_elem_sep Number[][] createNumberArray2D concode_elem_sep Number[] createNumberArray concode_elem_sep double[][] clone concode_elem_sep KeyedValues getCumulativePercen... |
void function ( Object arg0 ) { this . cred = arg0 ; } | sets client credentials for authentication . concode_field_sep Object cred concode_elem_sep UUID clientId concode_elem_sep UUID destId concode_elem_sep GridRestCommand cmd concode_elem_sep InetSocketAddress addr concode_elem_sep byte[] sesTok concode_field_sep UUID clientId concode_elem_sep void clientId concode_elem_s... |
void function ( ) { Widget loc0 = new Widget ( ) ; loc0 . setEnabled ( false ) ; assertFalse ( loc0 . isEnabled ( ) ) ; loc0 . setEnabled ( true ) ; assertTrue ( loc0 . isEnabled ( ) ) ; } | test enabling and disabling a widget concode_field_sep PlaceHolder placeHolder concode_field_sep void defaultState |
String function ( ) { return remoteSchema ; } | gets the value of the remoteschema property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep String remoteSchema concode_elem_sep String type concode_elem_sep... |
boolean function ( final String arg0 , final String arg1 ) { return new DefaultArtifactVersion ( arg0 ) . compareTo ( new DefaultArtifactVersion ( arg1 ) ) < 0 ; } | checks that a tag is newer than a given reference . concode_field_sep Pattern VERSION_PATTERN concode_elem_sep Repo repo concode_elem_sep String name concode_field_sep String reference concode_elem_sep boolean valid concode_elem_sep boolean allowed |
int function ( int arg0 , int arg1 ) { arg0 = arg0 & 0xff ; arg0 = ( arg0 & 0x3 ) << 8 ; arg1 = arg1 & 0xff ; return arg0 + arg1 ; } | parses a 10-bit analog value from the input stream concode_field_sep PlaceHolder placeHolder concode_field_sep int[] convertInttoMultiByte concode_elem_sep String toBase10 concode_elem_sep int[] stringToIntArray concode_elem_sep String toBase16 concode_elem_sep String toBase16 concode_elem_sep String toBase16 concode_e... |
int function ( ) { return addressType ; } | the type of the address . concode_field_sep Logger log concode_elem_sep boolean coinbase concode_elem_sep String address concode_elem_sep long serialVersionUID concode_elem_sep int addressType concode_elem_sep long index concode_elem_sep Coin value concode_elem_sep byte[] scriptBytes concode_elem_sep Sha256Hash hash co... |
boolean function ( ) { return m_mandantory ; } | returns the mandatory . concode_field_sep String m_name concode_elem_sep boolean m_mandantory concode_elem_sep String m_niceName concode_elem_sep boolean m_templateElement concode_elem_sep boolean m_existing concode_field_sep boolean isTemplateElement concode_elem_sep void setExisting concode_elem_sep String getName co... |
Comparator < String > function ( final Collator arg0 ) { if ( arg0 == null ) { throw new NullPointerException ( "srini_string" ) ; } return new Comparator < String > ( ) { public int compare ( String arg1 , String arg2 ) { return compareNatural ( arg0 , arg1 , arg2 ) ; } } ; } | returns a comparator that compares contained numbers based on their numeric values and compares other parts using the given collator . concode_field_sep Comparator<String> IGNORE_CASE_NATURAL_COMPARATOR_ASCII concode_elem_sep Comparator<String> NATURAL_COMPARATOR_ASCII concode_field_sep int compare concode_elem_sep int... |
String function ( ) { return this . topicArn ; } | the amazon resource name arn assigned to the created topic . concode_field_sep String topicArn concode_field_sep void setTopicArn concode_elem_sep CreateTopicResult withTopicArn concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep CreateTopicResult clone concode_elem_sep String toString |
void function ( EObject arg0 ) { EcoreUtil . remove ( arg0 ) ; if ( arg0 . eResource ( ) != null ) { arg0 . eResource ( ) . getContents ( ) . remove ( arg0 ) ; } } | simply removes an eobject from its container . concode_field_sep Map nameFeatureMap concode_elem_sep Object NULL_TOKEN concode_field_sep boolean shouldOverrideCopyOperation concode_elem_sep void setName concode_elem_sep boolean canContain concode_elem_sep XMLResource getResource concode_elem_sep String getName concode_... |
ModsWrapper function ( ModsDefinition arg0 , Context arg1 ) { return new ModsWrapper ( arg0 ) ; } | override to provide own view of mods for a json editor . concode_field_sep DigitalObjectHandler handler concode_elem_sep String pid concode_field_sep String toLabel concode_elem_sep String createObjectLabel concode_elem_sep void createMods concode_elem_sep NdkMapper get concode_elem_sep OaiDcType createDc concode_elem_... |
void function ( @ NotNull PsiFile arg0 , AnnotationResultType arg1 , @ NotNull AnnotationHolder arg2 ) { } | applies results of annotation . this method is called within read action during annotation pass . concode_field_sep PlaceHolder placeHolder concode_field_sep InitialInfoType collectInformation concode_elem_sep InitialInfoType collectInformation concode_elem_sep AnnotationResultType doAnnotate |
Integer function ( ) { return ServiceCount ; } | getter for the `` servicecount '' variable . concode_field_sep Integer ServiceCount concode_elem_sep Integer AddressMappingCount concode_field_sep Integer getAddressMappingCount |
byte function ( String arg0 ) { if ( arg0 . equals ( "srini_string" ) || arg0 . equals ( "srini_string" ) ) { return 1 ; } return 2 ; } | gets the precedence of the operator concode_field_sep String OPERATORS concode_elem_sep String IMAGINARY concode_elem_sep String[] FUNCTIONS concode_elem_sep Stack<String> stackOperations concode_elem_sep NumberFormat numberFormat concode_elem_sep Queue<String> outputQueueRPN concode_elem_sep String SEPARATOR concode_e... |
void function ( boolean arg0 ) { isCompleted = arg0 ; } | flag to indicate if the parallel loop completed all iterations concode_field_sep List<R> result concode_elem_sep boolean isCompleted concode_field_sep void setResult concode_elem_sep List<R> getResult concode_elem_sep boolean getIsCompleted |
void function ( byte arg0 , byte arg1 , byte arg2 , byte arg3 ) { this . alpha = arg0 >= 0 ? arg0 / 255.0f : 1.0f - ~ arg0 / 255.0f ; this . red = arg1 >= 0 ? arg1 / 255.0f : 1.0f - ~ arg1 / 255.0f ; this . green = arg2 >= 0 ? arg2 / 255.0f : 1.0f - ~ arg2 / 255.0f ; this . blue = arg3 >= 0 ? arg3 / 255.0f : 1.0f - ~ a... | copies the values from the given values . concode_field_sep float intensity concode_elem_sep float red concode_elem_sep float green concode_elem_sep float blue concode_elem_sep float alpha concode_field_sep void mult concode_elem_sep void toRGBA8 concode_elem_sep void fromPixel concode_elem_sep byte getB8 concode_elem_... |
void function ( ) { String loc0 = "srini_string" ; for ( Contacto loc1 : contactos ) { if ( loc1 != null ) { loc0 += loc1 . toString ( ) + "srini_string" ; } } JOptionPane . showMessageDialog ( null , loc0 ) ; } | visualizamos los contactos que contiene libreta . concode_field_sep Contacto[] contactos concode_elem_sep Grupo[] grupos concode_field_sep void borrar concode_elem_sep void engadir concode_elem_sep void engadir concode_elem_sep void crearGrupo concode_elem_sep void agregarAGrupo |
void function ( int arg0 ) { this . sampleHasRedundancy = arg0 ; } | sample_has_redundancy takes one of the following four values : 0 : it is unknown whether there is redundant coding in this sample ; 1 : there is redundant coding in this sample ; 2 : there is no redundant coding in this sample ; 3 : reserved concode_field_sep int sampleDegradationPriority concode_elem_sep int samplePad... |
void function ( String arg0 ) { this . color = arg0 ; } | sets the value of the color property . concode_field_sep String flavour concode_elem_sep String color concode_elem_sep String styling concode_elem_sep String name concode_elem_sep String type concode_elem_sep String clazz concode_field_sep void setName concode_elem_sep String getClazz concode_elem_sep String getName co... |
void function ( Handler arg0 , int arg1 ) { if ( camera != null && previewing ) { previewCallback . setHandler ( arg0 , arg1 ) ; if ( useOneShotPreviewCallback ) { camera . setOneShotPreviewCallback ( previewCallback ) ; } else { camera . setPreviewCallback ( previewCallback ) ; } } } | a single preview frame will be returned to the handler supplied . the data will arrive as byte in the message.obj field , with width and height encoded as message.arg1 and message.arg2 , respectively . concode_field_sep AutoFocusCallback autoFocusCallback concode_elem_sep int MAX_FRAME_HEIGHT concode_elem_sep String TA... |
void function ( ArrayList < UsbInfo > arg0 , String arg1 , String arg2 , String arg3 , String arg4 ) { arg0 . add ( new UsbInfo ( arg1 , arg2 , arg3 , arg4 ) ) ; } | inserts usb device information into a list . concode_field_sep String LOG_TAG concode_field_sep void nativeGetMidiOrigins concode_elem_sep List<ContentSettingException> getContentSettingsExceptions concode_elem_sep int nativeGetKeygenSettingForOrigin concode_elem_sep void nativeSetNotificationSettingForOrigin concode_e... |
ExtensionSelectorType function ( ) { return type ; } | gets the extension type object for this named type code . concode_field_sep int type concode_field_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString |
void function ( TreeNode arg0 ) { if ( children != null ) children . remove ( arg0 ) ; } | remove a child node from this node , if it is one . concode_field_sep String name concode_elem_sep HashMap attributes concode_elem_sep TreeNode parent concode_elem_sep String body concode_elem_sep ArrayList children concode_field_sep TreeNode findChild concode_elem_sep String findAttribute concode_elem_sep String getNa... |
void function ( String arg0 , Object arg1 ) { FacesContext . getCurrentInstance ( ) . getExternalContext ( ) . getSessionMap ( ) . put ( arg0 , arg1 ) ; } | store the managed bean inside the session scope . concode_field_sep PlaceHolder placeHolder concode_field_sep String getRequestParameter concode_elem_sep Application getApplication concode_elem_sep Object getElValue concode_elem_sep ServletContext getServletContext concode_elem_sep Object getManagedBean concode_elem_se... |
void function ( ) { if ( myEditor . getSoftWrapModel ( ) . getSoftWrap ( offset ) == null ) { onNewLine ( ) ; return ; } softWrapLinesCurrent ++ ; softWrapColumnDiff = - logicalColumn - foldingColumnDiff ; visualLine ++ ; visualColumn = 0 ; x = 0 ; } | asks current position to change its state assuming that it should point to the start of the next visual line . concode_field_sep int logicalLine concode_elem_sep int logicalColumn concode_elem_sep char symbol concode_elem_sep int offset concode_elem_sep int symbolWidthInColumns concode_elem_sep int symbolWidthInPixels ... |
void function ( Node arg0 , FileProcessor arg1 ) { if ( arg0 == null ) return ; inorder ( arg0 . getLeft ( ) , arg1 ) ; arg1 . writeToFile ( arg0 . getWord ( ) + "srini_string" + arg0 . getCount ( ) + "srini_string" ) ; inorder ( arg0 . getRight ( ) , arg1 ) ; } | method - inordertofile this method writes inorder traversal to file concode_field_sep Node root concode_field_sep Node insert concode_elem_sep void setRoot concode_elem_sep Node getRoot concode_elem_sep void accept concode_elem_sep void inorderTraversal |
String function ( ) { return ( this . body ) ; } | return the body text associated with this node if any . concode_field_sep String name concode_elem_sep HashMap attributes concode_elem_sep TreeNode parent concode_elem_sep String body concode_elem_sep ArrayList children concode_field_sep TreeNode findChild concode_elem_sep String findAttribute concode_elem_sep String g... |
void function ( Integer arg0 ) { this . status2xx = arg0 ; } | the percentage of requests over the last 10 seconds that resulted in a 2xx 200 , 201 , etc. status code . concode_field_sep Integer status4xx concode_elem_sep Integer status5xx concode_elem_sep Integer status2xx concode_elem_sep Integer status3xx concode_field_sep Integer getStatus2xx concode_elem_sep Integer getStatus... |
void function ( String arg0 ) { this . timeDiff = arg0 ; } | sets the value of the timediff property . concode_field_sep Integer activityObjectId concode_elem_sep String timeDiff concode_elem_sep Date lastUpdateDate concode_elem_sep Boolean readFlag concode_elem_sep Date commentDate concode_elem_sep String lastUpdateUser concode_elem_sep String createUser concode_elem_sep String... |
void function ( java . util . Collection < SourceDetail > arg0 ) { if ( arg0 == null ) { this . sourceDetails = null ; return ; } this . sourceDetails = new com . amazonaws . internal . SdkInternalList < SourceDetail > ( arg0 ) ; } | provides the source and type of the event that causes aws config to evaluate your aws resources . concode_field_sep String owner concode_elem_sep String sourceIdentifier concode_elem_sep com.amazonaws.internal.SdkInternalList<SourceDetail> sourceDetails concode_field_sep int hashCode concode_elem_sep boolean equals con... |
void function ( String arg0 ) { if ( sIsLogEnabled ) { Log . d ( sApplicationTag , getContents ( getCurrentStackTraceElement ( ) ) + "srini_string" + arg0 ) ; } } | send a debug log message . concode_field_sep String TAG_CONTENT_PRINT concode_elem_sep boolean sIsLogEnabled concode_elem_sep String sApplicationTag concode_field_sep StackTraceElement getCurrentStackTraceElement concode_elem_sep String getTagContentPrint concode_elem_sep void e concode_elem_sep void e concode_elem_sep... |
void function ( String arg0 ) { resource = arg0 ; } | set the sequence element resource concode_field_sep String resource concode_field_sep String getResource concode_elem_sep String toDebugString |
SortedSet < MediaType > function ( MediaType arg0 ) { SortedSet < MediaType > loc0 = new TreeSet < MediaType > ( ) ; for ( Map . Entry < MediaType , MediaType > loc1 : registry . entrySet ( ) ) { if ( loc1 . getValue ( ) . equals ( arg0 ) && ! loc1 . getKey ( ) . equals ( arg0 ) ) { loc0 . add ( loc1 . getKey ( ) ) ; }... | returns the set of known aliases of the given canonical media type . concode_field_sep Map<MediaType,MediaType> registry concode_elem_sep Map<MediaType,MediaType> inheritance concode_elem_sep long serialVersionUID concode_field_sep void addType concode_elem_sep void addAlias concode_elem_sep void addSuperType concode_e... |
boolean function ( final String arg0 ) { return this . pattern . matcher ( arg0 ) . matches ( ) ; } | determine whether pattern matches attribute value . concode_field_sep Logger LOGGER concode_elem_sep Pattern pattern concode_elem_sep long serialVersionUID concode_elem_sep int order concode_field_sep Map<String,Object> filter concode_elem_sep void setOrder concode_elem_sep void logReleasedAttributeEntry concode_elem_s... |
int function ( ) { return numFiles ; } | how many files are contained in this channel ? concode_field_sep int numSystems concode_elem_sep Server mostRecentSystem concode_elem_sep String recentSystemDate concode_elem_sep int numFiles concode_elem_sep int numSymlinks concode_elem_sep int numDirs concode_elem_sep ConfigRevision mostRecentMod concode_elem_sep Str... |
boolean function ( ) { return isDeleted ; } | is deleted boolean . concode_field_sep boolean isDeleted concode_elem_sep String fieldName concode_elem_sep List<String> availability concode_elem_sep List<String> materialTypes concode_elem_sep Integer pageSize concode_elem_sep List<String> useRestrictions concode_elem_sep String fieldValue concode_elem_sep String cat... |
List < Vertex > function ( ) { return parents ; } | get the list the most direct ancestors parents . concode_field_sep List<Vertex> children concode_elem_sep List<Vertex> parents concode_elem_sep String label concode_field_sep String getLabel concode_elem_sep boolean isRoot concode_elem_sep boolean isConnected concode_elem_sep void removeEdgeTo concode_elem_sep boolean ... |
java . lang . String function ( ) { return _definition . getModel ( ) ; } | returns the model of this definition . concode_field_sep Definition _definition 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 bo... |
void function ( int arg0 , int arg1 ) { while ( arg0 < arg1 ) { T loc0 = data [ arg0 ] ; data [ arg0 ++ ] = data [ arg1 ] ; data [ arg1 -- ] = loc0 ; } } | reverse all elements in a block . concode_field_sep Comparator<T> comp concode_elem_sep T[] temp concode_elem_sep int TEMP_SIZE concode_elem_sep T[] data concode_elem_sep int INSERTION_SORT_SIZE concode_field_sep void mergeBig concode_elem_sep void mergeSmall concode_elem_sep void swap concode_elem_sep void swapBlocks ... |
void function ( UIComponent arg0 , Object arg1 ) { value = arg1 ; setLocalValueInValueBinding = true ; } | this method be called as a setter , but not from the decode , since for things to happen in the right phases , you should call setsubmittedvalue - in the component or renderer 's decode - method , and allow the validate - method here to bubble the submittedvalue into value in the correct phase . concode_field_sep Objec... |
void function ( CmsUUID arg0 ) { m_resourceId = arg0 ; } | sets the resource . concode_field_sep int m_cause concode_elem_sep CmsUUID m_resourceId concode_elem_sep long serialVersionUID concode_field_sep CmsUUID getResourceId concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep void setCause concode_elem_sep int getCause |
Object function ( ) { if ( username != null ) { by = new Account ( ) ; by . setUsername ( username ) ; username = null ; } return this ; } | converts old serialized data to newer construct . concode_field_sep Account by concode_elem_sep String oldValue concode_elem_sep String type concode_elem_sep String value concode_elem_sep Boolean updated concode_elem_sep String username concode_field_sep Boolean isUpdated concode_elem_sep String getOldValue concode_ele... |
Cursor function ( ) { return shillelagh . rawQuery ( query . toString ( ) ) ; } | executes a query and returns the results in a cursor concode_field_sep Shillelagh shillelagh concode_elem_sep StringBuilder query concode_elem_sep Class<? extends T> tableObject concode_field_sep void checkColumnName concode_elem_sep Observable<T> toObservable concode_elem_sep String toString concode_elem_sep List<T> t... |
boolean function ( DetailAST arg0 , Scope arg1 ) { final Scope loc0 = getSurroundingScope ( arg0 ) ; return loc0 == arg1 ; } | checks whether ast node is in a specific scope . concode_field_sep PlaceHolder placeHolder concode_field_sep Scope getSurroundingScope concode_elem_sep boolean isInAnnotationBlock concode_elem_sep boolean isInInterfaceOrAnnotationBlock concode_elem_sep boolean isClassFieldDef concode_elem_sep boolean isOuterMostType co... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.