code stringlengths 20 663 | nl stringlengths 68 7.19k |
|---|---|
boolean function ( String arg0 ) { return CALLBACK_PARAM_PATTERN . matcher ( arg0 ) . matches ( ) ; } | validate the jsonp query parameter value . the default implementation returns true if it consists of digits , letters , or '' _ '' and '' . '' . invalid parameter values are ignored . concode_field_sep String[] jsonpQueryParamNames concode_elem_sep Pattern CALLBACK_PARAM_PATTERN concode_field_sep Object beforeBodyWrite... |
String function ( String arg0 ) { if ( arg0 . equals ( IMarker . PROBLEM ) ) { return "srini_string" ; } if ( arg0 . equals ( IMarker . TASK ) ) { return "srini_string" ; } if ( arg0 . equals ( "srini_string" ) ) { return "srini_string" ; } return arg0 ; } | returns the label for the given marker type . workaround until we have labels in xml . concode_field_sep HashMap<String,MarkerType> types concode_elem_sep MarkerTypesModel instance concode_field_sep MarkerType getType concode_elem_sep HashMap<String,MarkerType> readTypes concode_elem_sep MarkerTypesModel getInstance co... |
void function ( final IntBuffer arg0 ) { for ( int loc0 = 0 ; loc0 < arg0 . capacity ( ) ; loc0 ++ ) { arg0 . put ( loc0 , 0 ) ; } } | zero out buffer . concode_field_sep InternalLogger log concode_elem_sep Pattern SPACES concode_field_sep InetSocketAddress findLocalAddress concode_elem_sep void process concode_elem_sep int[] randomIntArray concode_elem_sep String randomString concode_elem_sep long ping concode_elem_sep Set<Integer> socketIndexSet con... |
boolean function ( ) { return coderOptions . allowChangeInputs ( ) ; } | allow change into input buffers or not while perform encoding/decoding . concode_field_sep ErasureCoderOptions coderOptions concode_field_sep void encode concode_elem_sep void encode concode_elem_sep void encode concode_elem_sep void doEncode concode_elem_sep void doEncode concode_elem_sep void release concode_elem_sep... |
String function ( Bundle arg0 ) { if ( arg0 == null ) { return null ; } String loc0 = arg0 . getString ( Constants . IntentKeys . FILE_NAME ) ; return loc0 ; } | return the file name from the bundle . convenience method for calling bundle #getstring string with constants.intentkeys #file_name . concode_field_sep PlaceHolder placeHolder concode_field_sep void addRowIdToBundle concode_elem_sep void addTableIdToBundle concode_elem_sep String retrieveTableIdFromBundle concode_elem_... |
void function ( int arg0 , String arg1 , String arg2 , Throwable arg3 ) { if ( mLogNode != null ) { mLogNode . println ( arg0 , arg1 , arg2 , arg3 ) ; } } | instructs the lognode to print the log data provided . other lognodes can be chained to the end of the lognode as desired . 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 mLogNod... |
void function ( com . google . api . ads . adwords . axis . v201409 . cm . FeedItemAttributeError [ ] arg0 ) { this . validationErrors = arg0 ; } | sets the validationerrors value for this feeditemvalidationdetail . concode_field_sep com.google.api.ads.adwords.axis.v201409.cm.FeedItemValidationDetailApprovalStatus approvalStatus concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep com.google.api.ads.adwords.axis.v201409.cm.FeedItemAttributeError[] valid... |
String function ( ) { return ( filterDef . getFilterName ( ) ) ; } | return the name of the filter we are configuring . concode_field_sep FilterDef filterDef concode_elem_sep Context context concode_elem_sep ObjectName oname concode_elem_sep Properties restrictedFilters concode_elem_sep StringManager sm concode_elem_sep org.apache.juli.logging.Log log concode_elem_sep Filter filter conc... |
BNField2 function ( ) { BigInteger loc0 = re . multiply ( re ) ; BigInteger loc1 = im . multiply ( im ) ; return new BNField2 ( bn , re . multiply ( loc0 . subtract ( loc1 . multiply ( _3 ) ) ) , im . multiply ( loc0 . multiply ( _3 ) . subtract ( loc1 ) ) , true ) ; } | x + yi ^ 3 = x x ^ 2 - 3y ^ 2 + y 3x ^ 2 - y ^ 2 i concode_field_sep String differentFields concode_elem_sep BigInteger re concode_elem_sep BigInteger im concode_elem_sep BigInteger _0 concode_elem_sep BigInteger _1 concode_elem_sep BigInteger _3 concode_elem_sep BNParams bn concode_field_sep BNField2 add concode_elem_... |
String function ( Field arg0 , T arg1 ) { return print ( new TypeDescriptor ( arg0 ) , arg1 ) ; } | computes the display string for any value , for a specific field . concode_field_sep FormattingConversionService conversion concode_field_sep void registerOptional concode_elem_sep T parse concode_elem_sep T parse concode_elem_sep T parse concode_elem_sep T parse concode_elem_sep void register concode_elem_sep void reg... |
long function ( ) { return _socialActivitySet . getCreateDate ( ) ; } | returns the create date of this social activity set . concode_field_sep SocialActivitySet _socialActivitySet concode_field_sep long getClassNameId concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setG... |
void function ( CodReturnReferenceIndicatorType arg0 ) { this . referenceIndicator = arg0 ; } | sets the value of the referenceindicator property . concode_field_sep CodAddTransportationChargesDetail addTransportationChargesDetail concode_elem_sep CodCollectionType collectionType concode_elem_sep Party codRecipient concode_elem_sep String remitToName concode_elem_sep TrackingId returnTrackingId concode_elem_sep C... |
boolean function ( final Object arg0 ) { if ( this == arg0 ) { return true ; } if ( ! ( arg0 instanceof ArrayClassFactory ) ) { return false ; } return true ; } | arrayclassfactories are always equal , there is nothing that could not be equal : concode_field_sep PlaceHolder placeHolder concode_field_sep Iterator getRegisteredClasses concode_elem_sep ObjectDescription getSuperClassObjectDescription concode_elem_sep ObjectDescription getDescriptionForClass concode_elem_sep int has... |
void function ( Iterable < K > arg0 ) { List < String > loc0 = new ArrayList < > ( ) ; for ( K loc1 : arg0 ) { loc0 . add ( toKeyString ( loc1 ) ) ; } store . removeAll ( loc0 ) ; } | remove all of these values from the key value store . concode_field_sep Function<String,K> keyObjectConverter concode_elem_sep Function<String,V> valueObjectConverter concode_elem_sep Function<V,String> valueSerializer concode_elem_sep Function<K,String> keySerializer concode_elem_sep KeyValueStore<String,String> store... |
String function ( ) { return separator ; } | gets the separator specified for the file . concode_field_sep String file concode_elem_sep boolean classpath concode_elem_sep String separator concode_field_sep void setClasspath concode_elem_sep void setFile concode_elem_sep boolean isClasspath concode_elem_sep void setSeparator concode_elem_sep String toString concod... |
void function ( double arg0 , double arg1 , GraphicsWrap arg2 , RectangleWrap arg3 ) { float [ ] loc0 = plotSheet . toGraphicPoint ( arg0 , arg1 , arg3 ) ; arg2 . drawArc ( loc0 [ 0 ] - 3 , loc0 [ 1 ] - 3 , 6 , 6 , 0 , 360 ) ; } | draw points as cross concode_field_sep double[][] pointList concode_elem_sep ColorWrap color concode_elem_sep PlotSheet plotSheet concode_field_sep void abortAndReset concode_elem_sep boolean isClusterable concode_elem_sep void paint concode_elem_sep boolean isCritical concode_elem_sep boolean isOnFrame |
long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , com . liferay . portal . kernel . dao . orm . Projection arg1 ) { return getService ( ) . dynamicQueryCount ( arg0 , arg1 ) ; } | returns the number of rows matching the dynamic query . concode_field_sep ClassNameLocalService _service concode_field_sep long getClassNameId concode_elem_sep long getClassNameId concode_elem_sep com.liferay.portal.kernel.model.ClassName fetchByClassNameId concode_elem_sep java.lang.String getOSGiServiceIdentifier con... |
void function ( java . lang . Integer arg0 ) { this . productID = arg0 ; } | sets the productid value for this wsdtoproduct . concode_field_sep java.lang.String productURI concode_elem_sep org.w3c.dom.Element productMetadata concode_elem_sep java.lang.Integer productID concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep it.test.kion.WsdtoMetadataFormat metadataFormat concode_elem_se... |
void function ( ) { if ( aborted ) { throw new InterruptedIOException ( "srini_string" ) ; } } | asserts that the connection has not been aborted . concode_field_sep long duration concode_elem_sep Thread executionThread concode_elem_sep ClientConnectionManager connManager concode_elem_sep boolean aborted concode_elem_sep OperatedClientConnection wrappedConnection concode_elem_sep boolean markedReusable concode_fie... |
void function ( String arg0 ) { Spring loc0 = mSpringRegistry . get ( arg0 ) ; if ( loc0 == null ) { throw new IllegalArgumentException ( "srini_string" + arg0 + "srini_string" ) ; } mActiveSprings . add ( loc0 ) ; if ( getIsIdle ( ) ) { mIdle = false ; mSpringLooper . start ( ) ; } } | this is used internally by the spring s created by this basespringsystem to notifyit has reached a state where it needs to be iterated . this will add the spring to the list of active springs on this system and start the iteration if the system was idle before this call . concode_field_sep Set<Spring> mActiveSprings co... |
void function ( IOutputListener arg0 ) { listeners . remove ( arg0 ) ; } | remove a listener from the list of listener concode_field_sep IOutputFormatter formatter concode_elem_sep List<IOutputListener> listeners concode_field_sep String output concode_elem_sep void addOutputListener concode_elem_sep void setFormatter concode_elem_sep void removeAllListeners concode_elem_sep IOutputFormatter ... |
void function ( com . gvt . www . ws . eai . oss . gpon . EnumCertificacao arg0 ) { this . certificacao = arg0 ; } | sets the certificacao value for this bridgemulticast . concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep com.gvt.www.ws.eai.oss.gpon.EnumCertificacao certificacao concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep boolean __hashCodeCalc concode_elem_sep java.lang.String bridg... |
TypeCode function ( ) { ORB loc0 = OrbRestricted . Singleton ; return loc0 . create_value_box_tc ( id ( ) , "srini_string" , twString ) ; } | create and return the value box typecode , named `` wstringvalue '' , with the content typecode being unbounded string . concode_field_sep TypeCode twString concode_elem_sep String id concode_field_sep String extract concode_elem_sep String read concode_elem_sep Serializable read_value concode_elem_sep void insert conc... |
Schema function ( ) { throw new UnsupportedOperationException ( "srini_string" ) ; } | gets the schema object specified throughthe #setschema schema schema method . concode_field_sep boolean validating concode_elem_sep boolean namespaceAware concode_field_sep boolean isNamespaceAware concode_elem_sep void setFeature concode_elem_sep void setNamespaceAware concode_elem_sep void setValidating concode_elem_... |
void function ( String arg0 ) { this . processorClass = arg0 ; } | sets the value of the processorclass property . concode_field_sep String processorClass concode_elem_sep String dialect concode_elem_sep List<KeyValueType> property concode_field_sep void add concode_elem_sep void setDialect concode_elem_sep String getProcessorClass concode_elem_sep String getDialect concode_elem_sep L... |
boolean function ( ) { if ( ! mSubject . getPrincipals ( User . class ) . isEmpty ( ) ) { return true ; } if ( mUser != null ) { mSubject . getPrincipals ( ) . add ( mUser ) ; return true ; } throw new LoginException ( "srini_string" ) ; } | commits the authentication second phase . this method is called if the logincontext 's overall authentication succeeded . the implementation first checks if there is already alluxio user in the subject . if not , it adds the previously logged in alluxio user into the subject . concode_field_sep User mUser concode_elem_... |
String function ( ) { String loc0 = null ; if ( exchange != null ) { loc0 = exchange . getContext ( ) . getUuidGenerator ( ) . generateUuid ( ) ; } if ( loc0 == null ) { loc0 = new SimpleUuidGenerator ( ) . generateUuid ( ) ; } return loc0 ; } | allow implementations to auto-create a messageid concode_field_sep String messageId concode_elem_sep Exchange exchange concode_elem_sep Object body concode_field_sep void copyFromWithNewBody concode_elem_sep Object getBody concode_elem_sep T getBody concode_elem_sep T getBody concode_elem_sep void setExchange concode_e... |
String function ( ) { return startDate ; } | getter method for startdate concode_field_sep String endDate concode_elem_sep List subCategoryDetails concode_elem_sep List subSubCategoryDetails concode_elem_sep List categoryDetails concode_elem_sep String reportFormat concode_elem_sep int subCategoryID concode_elem_sep int classificationID concode_elem_sep String ca... |
String function ( Object arg0 , Object arg1 ) { return localizer . localize ( localizableWSP_1015_SERVER_SIDE_ASSERTION_VALIDATION_FAILED ( arg0 , arg1 ) ) ; } | wsp1015 : server side assertion validation failed for '' 0 '' assertion . assertion was evaluated as '' 1 '' . concode_field_sep Localizer localizer concode_elem_sep LocalizableMessageFactory messageFactory concode_field_sep String WSP_1014_CAN_NOT_FIND_POLICY concode_elem_sep Localizable localizableWSP_1003_UNABLE_TO_... |
void function ( Address arg0 , DaemonInfo arg1 ) { infosMap . put ( arg0 , arg1 ) ; } | sets the daemoninfo for given address concode_field_sep Map<Address,DaemonInfo> infosMap concode_field_sep DaemonInfo getInfo concode_elem_sep List<DaemonInfo> getInfos concode_elem_sep void removeInfo |
Calendar function ( String arg0 ) { SimpleDateFormat loc0 = new SimpleDateFormat ( DATE_FORMAT ) ; Calendar loc1 = Calendar . getInstance ( ) ; Date loc2 = loc0 . parse ( arg0 ) ; loc1 . setTime ( loc2 ) ; return loc1 ; } | convenience method to get a formatted calendar based on the passed date time string concode_field_sep String INITIAL_PRICE concode_elem_sep String IMAGE concode_elem_sep String BID_COUNT concode_elem_sep String CURRENCY concode_elem_sep ItemType[] itemList concode_elem_sep Log log concode_elem_sep String SELLER concode... |
void function ( String [ ] arg0 ) { this . args = arg0 . clone ( ) ; } | sets the arguments parameters used by the plugin . 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 concode_field_sep String getName concode_... |
InputSplit function ( int arg0 ) { return splits [ arg0 ] ; } | get ith child inputsplit . concode_field_sep InputSplit[] splits concode_elem_sep long totsize concode_elem_sep int fill concode_field_sep void add concode_elem_sep void readFields concode_elem_sep String[] getLocation concode_elem_sep long getLength concode_elem_sep long getLength concode_elem_sep String[] getLocation... |
void function ( ) { update ( ) ; state = RELOAD_PENDING_STATE ; currentURI -- ; svgFrame . showSVGDocument ( ( String ) visitedURIs . get ( currentURI + 1 ) ) ; } | reloads the current document . concode_field_sep JSVGViewerFrame svgFrame concode_elem_sep int RELOAD_PENDING_STATE concode_elem_sep int currentURI concode_elem_sep ActionListener actionListener concode_elem_sep int BACK_PENDING_STATE concode_elem_sep int index concode_elem_sep int FORWARD_PENDING_STATE concode_elem_se... |
void function ( ObjectInputStream arg0 ) { arg0 . defaultReadObject ( ) ; if ( bayesIm == null ) { throw new NullPointerException ( ) ; } if ( variables == null ) { throw new NullPointerException ( ) ; } } | adds semantic checks to the default deserialization method . this method must have the standard signature for a readobject method , and the body of the method must begin with `` s.defaultreadobject ; '' . other than that , any semantic checks can be specified and do not need to stay the same from version to version . a... |
boolean function ( String arg0 , String arg1 ) { if ( arg0 == null ) { return getBooleanProperty ( arg1 ) ; } return getBooleanProperty ( arg0 + "srini_string" + arg1 ) ; } | get a module configuration property as a boolean . true is indicated if the value of the property is true or yes case insensitive . concode_field_sep Logger log concode_field_sep boolean isConfigured concode_elem_sep int getIntProperty concode_elem_sep int getIntProperty concode_elem_sep int getIntProperty concode_elem... |
void function ( String arg0 ) { this . condition = arg0 ; } | sets the value of the condition property . concode_field_sep Boolean evaluation concode_elem_sep String condition concode_elem_sep String errorDescription concode_elem_sep String errorCode concode_elem_sep long serialVersionUID concode_elem_sep String ruleId concode_field_sep void setRuleId concode_elem_sep Boolean isE... |
List < SNIServerName > function ( ) { throw new UnsupportedOperationException ( ) ; } | obtains a list containing all sniservername s of the requested server name indication sni extension . in server mode , unless the return list is empty , the server should use the requested server names to guide its selection of an appropriate authentication certificate , and/or other aspects of security policy . in cli... |
void function ( BundleContext arg0 ) { logger . debug ( "srini_string" ) ; } | called whenever the osgi framework starts our bundle concode_field_sep Logger logger concode_field_sep void stop |
T function ( byte [ ] arg0 , ClassLoader arg1 ) { if ( arg0 == null ) { return null ; } byte [ ] loc0 = CompressionUtil . decompressByteArray ( arg0 ) ; return deserializeObject ( loc0 ) ; } | uses default de-serialization to turn a byte array into an object . decompresses the value first . all exceptions are converted into ioexceptions . concode_field_sep PlaceHolder placeHolder concode_field_sep byte[] serialize concode_elem_sep T deserializeObject concode_elem_sep byte[] serializeObject |
Value < HorseColor > function ( ) { return getValue ( Keys . HORSE_COLOR ) . get ( ) ; } | gets the value of the horsecolor for this horse . concode_field_sep PlaceHolder placeHolder concode_field_sep HorseData getHorseData concode_elem_sep Value<org.spongepowered.api.data.type.HorseVariant> variant concode_elem_sep Value<HorseStyle> style |
int function ( InputStream arg0 , byte [ ] arg1 ) { return arg0 . read ( arg1 , 0 , arg1 . length ) ; } | default implementation of inputstream #read byte . uses #read inputstream , byte , int , int see performance warning . concode_field_sep PlaceHolder placeHolder concode_field_sep void write concode_elem_sep void write |
TypeCtRightBracketVocab function ( ) { return rBracket ; } | gets the value of the rbracket property . concode_field_sep String cmpCode concode_elem_sep int parentIndex concode_elem_sep String valueTo concode_elem_sep TypeCtLeftBracketVocab lBracket concode_elem_sep String reserved concode_elem_sep int index concode_elem_sep TypeComResponsibility vocab concode_elem_sep TypeCtRig... |
Element function ( ) { return rootElement ; } | returns the root element of the xml property definition document . concode_field_sep XMLOutputter outputter concode_elem_sep Element rootElement concode_field_sep Map<String,String> getPropertyMap concode_elem_sep String[] getPropertyValueList concode_elem_sep String getName concode_elem_sep IHierarchicProperty getProp... |
String function ( ) { return show ; } | gets the value of the show 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 JAXBElement<? extends EXTemporalExtentType> exTemporalExtent concode_elem... |
PrivateKey function ( ) { return privateKey ; } | returns the private key stored in the keypair concode_field_sep PrivateKey privateKey concode_elem_sep long serialVersionUID concode_elem_sep PublicKey publicKey concode_field_sep PublicKey getPublic |
String function ( ) { return locator ; } | gets the value of the locator property . concode_field_sep String date concode_elem_sep String country concode_elem_sep String last concode_elem_sep String city concode_elem_sep String title concode_elem_sep String type concode_elem_sep List<DbReferenceType> dbReference concode_elem_sep String volume concode_elem_sep S... |
String function ( ) { return props . getProperty ( BUILD_NUMBER ) ; } | returns the build number for this version . concode_field_sep String VERSION_REVISION concode_elem_sep String VERSION_TAG concode_elem_sep String VERSION_NAME concode_elem_sep Version instance concode_elem_sep String VERSION_MAJOR concode_elem_sep String BUILD_NUMBER concode_elem_sep String VERSION_MINOR concode_elem_s... |
boolean function ( ) { return finished ; } | whether the call method has returned with or without exception . concode_field_sep Object result concode_elem_sep Exception ex concode_elem_sep boolean stop concode_elem_sep AtomicInteger counter concode_elem_sep boolean finished concode_elem_sep Thread thread concode_field_sep void call concode_elem_sep void interrupt... |
void function ( ) { if ( mediaPlayer == null ) return ; mediaPlayer . stop ( ) ; } | stops the current music file from playing concode_field_sep MediaPlayer mediaPlayer concode_elem_sep boolean mustResume concode_field_sep void play concode_elem_sep void play concode_elem_sep void play concode_elem_sep MediaPlayer getMediaPlayer concode_elem_sep void onPause concode_elem_sep void prepareMediaPlayer con... |
com . liferay . mail . model . Attachment function ( long arg0 ) { return _attachmentLocalService . deleteAttachment ( arg0 ) ; } | deletes the attachment with the primary key from the database . also notifies the appropriate model listeners . concode_field_sep AttachmentLocalService _attachmentLocalService concode_field_sep com.liferay.mail.model.Attachment getAttachment concode_elem_sep void setWrappedService concode_elem_sep com.liferay.portal.k... |
String function ( ) { return APPLICATION_PORT ; } | get the current jetty port concode_field_sep WebDriver driver concode_elem_sep String BASE_URL concode_elem_sep Logger logger concode_elem_sep String APPLICATION_PORT concode_elem_sep Long TIME_OUT_IN_SECONDS concode_elem_sep WebElement errors concode_elem_sep int DEFAULT_WAIT concode_field_sep boolean isElementOnScree... |
void function ( ) { running = false ; } | stops dumping . concode_field_sep byte[] buffer concode_elem_sep boolean running concode_elem_sep File[] PATHS concode_elem_sep File BASE concode_elem_sep int INTERVAL concode_elem_sep File PROC concode_elem_sep int SAMPLE_COUNT concode_elem_sep DeviceMonitor instance concode_elem_sep int MAX_FILES concode_elem_sep Str... |
void function ( String arg0 ) { mTitle = arg0 ; } | sets the user-visible title text , or null if none is provided . when none is provided , a default will be used if available . concode_field_sep int mId concode_elem_sep String mTitle concode_field_sep String serialize concode_elem_sep String getTitle concode_elem_sep void setId concode_elem_sep int getId concode_elem_... |
boolean function ( ) { return ( m_Left == null ) ; } | checks if node is a leaf . concode_field_sep double m_SplitValue concode_elem_sep double[][] m_NodesRectBounds concode_elem_sep int m_Start concode_elem_sep KDTreeNode m_Right concode_elem_sep long serialVersionUID concode_elem_sep int m_NodeNumber concode_elem_sep double[][] m_NodeRanges concode_elem_sep KDTreeNode m_... |
String function ( String arg0 , String arg1 ) { return JsonCR2 . createResponseError ( null , null , arg0 , arg1 , null ) ; } | crea una risposta di errore semplice concode_field_sep boolean DEBUG_REQUEST concode_elem_sep boolean DEBUG_READ concode_elem_sep boolean DEBUG_RESPONSE concode_field_sep String createResponseSuccess concode_elem_sep String createResponseSuccess concode_elem_sep JSONObject read concode_elem_sep JSONObject readRequest c... |
OkHttpClient function ( boolean arg0 ) { this . followProtocolRedirects = arg0 ; return this ; } | configure this client to follow redirects from https to http and from http to https . if unset , protocol redirects will be followed . this is different than the built-in httpurlconnection 's default . concode_field_sep boolean followProtocolRedirects concode_elem_sep HostnameVerifier hostnameVerifier concode_elem_sep ... |
Method function ( ) { Class loc0 ; Class [ ] loc1 ; loc0 = ResourceBundle . class ; loc1 = new Class [ ] { String . class , Locale . class , ClassLoader . class } ; try { return loc0 . getMethod ( "srini_string" , loc1 ) ; } catch ( Exception loc2 ) { return null ; } } | one-shot initialization of jdk 1.2 + resourcebundle.getbundle method having classloader in the signature . concode_field_sep Object mutex concode_elem_sep HsqlArrayList bundleList concode_elem_sep Locale locale concode_elem_sep Method newGetBundleMethod concode_elem_sep String prefix concode_elem_sep HashMap bundleHand... |
String function ( ) { return md5 ; } | gets the value of the md5 property . concode_field_sep String sha1 concode_elem_sep String merge concode_elem_sep String name concode_elem_sep String md5 concode_elem_sep String status concode_field_sep void setName concode_elem_sep String getName concode_elem_sep void setSha1 concode_elem_sep boolean equals concode_el... |
String function ( ) { return resourcePath ; } | method to obtain the resource path . concode_field_sep String resourcePath concode_elem_sep int tenantId concode_elem_sep int action concode_elem_sep String actionData concode_elem_sep String userName concode_elem_sep long timestamp concode_field_sep void setAction concode_elem_sep void setResourcePath concode_elem_sep... |
String function ( ) { return "srini_string" ; } | used to retrieve the plugin tool 's descriptive name . this can be a longer name containing spaces and is used in the interface to list the tool . concode_field_sep String[] args concode_elem_sep boolean cancelOp concode_elem_sep WhiteboxPluginHost myHost concode_elem_sep String previousProgressLabel concode_elem_sep i... |
DescribeTrustedAdvisorCheckRefreshStatusesResult function ( java . util . Collection < TrustedAdvisorCheckRefreshStatus > arg0 ) { setStatuses ( arg0 ) ; return this ; } | the refresh status of the specified trusted advisor checks . concode_field_sep com.amazonaws.internal.SdkInternalList<TrustedAdvisorCheckRefreshStatus> statuses concode_field_sep java.util.List<TrustedAdvisorCheckRefreshStatus> getStatuses concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep D... |
String function ( ) { return name + "srini_string" + ( id == 0 ? jvmId . toString ( ) : ( jvmId + "srini_string" + id ) ) ; } | returns a string representation of the object . concode_field_sep JVMId jvmId concode_elem_sep int COUNTER_MODULO concode_elem_sep String name concode_elem_sep long[] ENDPOINT_COUNTER concode_elem_sep long serialVersionUID concode_elem_sep long id concode_field_sep String getName concode_elem_sep EndpointId readEndpoin... |
void function ( ) { Arrays . fill ( position , 0 ) ; Arrays . fill ( dimensions , CSSConstants . UNDEFINED ) ; direction = CSSDirection . LTR ; } | this should always get called before calling layoutengine #layoutnode cssnode , float concode_field_sep float[] position concode_elem_sep int DIMENSION_WIDTH concode_elem_sep float[] dimensions concode_elem_sep int DIMENSION_HEIGHT concode_elem_sep int POSITION_BOTTOM concode_elem_sep int POSITION_LEFT concode_elem_sep... |
boolean function ( DNSToSwitchMapping arg0 ) { return arg0 != null && arg0 instanceof AbstractDNSToSwitchMapping && ( ( AbstractDNSToSwitchMapping ) arg0 ) . isSingleSwitch ( ) ; } | query for a dnstoswitchmapping instance being on a singleswitch . this predicate simply assumes that all mappings not derived from this class are multi-switch . concode_field_sep Configuration conf concode_field_sep boolean isSingleSwitchByScriptPolicy concode_elem_sep boolean isSingleSwitch concode_elem_sep Configurat... |
String function ( ) { return shout_get_dumpfile ( this . instance ) ; } | get icecast dumpfile concode_field_sep String INFO_QUALITY concode_elem_sep String INFO_SAMPLERATE concode_elem_sep long instance concode_elem_sep int PROTOCOL_ICY concode_elem_sep int FORMAT_MP3 concode_elem_sep String INFO_BITRATE concode_elem_sep int PROTOCOL_XAUDIOCAST concode_elem_sep String INFO_CHANNELS concode_... |
Action function ( Action arg0 ) { if ( arg0 == null ) return this ; if ( arg0 . priority > this . priority ) return this ; else return arg0 ; } | compares the priority value of this action with the specified action . concode_field_sep int FORWARD_ACTION concode_elem_sep int len concode_elem_sep int FIXED_BASE concode_elem_sep int FIXED_LOOK concode_elem_sep int FINITE_CHOICE concode_elem_sep int kind concode_elem_sep int NORMAL concode_elem_sep int GENERAL_LOOK ... |
void function ( MouseEvent arg0 ) { final ToastListener [ ] loc0 = listeners . toArray ( new ToastListener [ 0 ] ) ; for ( ToastListener loc1 : loc0 ) { loc1 . clink ( this , arg0 ) ; } } | fire toast clinked event concode_field_sep String messageTxt concode_elem_sep long displayTime concode_elem_sep boolean closeWhenClicked concode_elem_sep Color messageBackground concode_elem_sep Logger LOGGER concode_elem_sep Color messgaeForeground concode_elem_sep long DEFAULT_DISPLAY_TIME concode_elem_sep List<Toast... |
void function ( byte [ ] arg0 ) { blocks . add ( arg0 ) ; } | adds the specified block to the current list of blocks . concode_field_sep int NO_OBSERVE concode_elem_sep boolean randomAccess concode_elem_sep int observe concode_elem_sep int contentFormat concode_elem_sep int currentNum concode_elem_sep boolean complete concode_elem_sep Message first concode_elem_sep int currentSzx... |
String function ( ) { return mFile ; } | get the file this stack frame points to . js traces return the full path to the file here , while java traces only return the file name the path is not known . concode_field_sep int mLine concode_elem_sep String mFileName concode_elem_sep String mFile concode_elem_sep int mColumn concode_elem_sep String mMethod concode... |
String function ( ) { return TimeZoneBean . formatCurrentTime ( dateFormat ) ; } | gets the dynamic time through the formatcurrenttime method in the timezonebean . 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_... |
java . lang . String function ( ) { return ID ; } | gets the id value for this dmis . concode_field_sep java.lang.String facilityServiceCode concode_elem_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.String facilityType concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String description concode_elem_sep boolean __h... |
T function ( EObject arg0 ) { return doSwitch ( arg0 . eClass ( ) , arg0 ) ; } | calls casexxx for each class of the model until one returns a non null result ; it yields that result . concode_field_sep InformationvisualizationPackage modelPackage concode_field_sep T caseRenderedObject concode_elem_sep T caseModelElement concode_elem_sep T casePackage concode_elem_sep T caseFeature concode_elem_sep... |
void function ( ) { while ( thread != null ) try { Thread . sleep ( interval ) ; ticks ++ ; target . tick ( GameTimer . this ) ; } catch ( InterruptedException loc0 ) { } } | the code that runs in the separate thread . concode_field_sep int ticks concode_elem_sep int interval concode_elem_sep Thread thread concode_elem_sep Tickable target concode_field_sep int getTicks concode_elem_sep void stop concode_elem_sep void setInterval concode_elem_sep void start concode_elem_sep void reset |
void function ( String arg0 ) { addErrorMessage ( null , arg0 ) ; } | add error message . concode_field_sep Properties buildProperties concode_field_sep String getRequestParameter concode_elem_sep UIComponent findComponent concode_elem_sep ServletContext getServletContext concode_elem_sep Object getManagedBean concode_elem_sep String getActionAttribute concode_elem_sep void addWarnMessag... |
boolean function ( OutputChart arg0 ) { if ( axisChart == null || arg0 . getChart ( ) == null ) buildAxisChart ( ) ; arg0 . setChart ( axisChart ) ; return ! initialzed && ( initialzed = true ) ; } | method to tell the page to render or not based on the initialized flag concode_field_sep boolean initialzed concode_elem_sep AxisChart axisChart concode_elem_sep String clickedValue concode_field_sep void buildAxisChart concode_elem_sep String getClickedValue concode_elem_sep void action concode_elem_sep void setClicke... |
void function ( ITextViewer arg0 ) { disarm ( ) ; if ( arg0 == null ) throw new NullPointerException ( "srini_string" ) ; fViewer = arg0 ; addListeners ( fViewer ) ; } | installs the receiver on viewer and arms it . after this call returns , any registered listeners will be notified if a compound edit ends . concode_field_sep StyledText fWidgetEventSource concode_elem_sep EventListener fEventListener concode_elem_sep ITextViewer fViewer concode_elem_sep ListenerList fListenerList conco... |
void function ( Long arg0 ) { this . drbala = arg0 ; } | this method was generated by mybatis generator . this method sets the value of the database column actcgl.drbala concode_field_sep Long cramnt concode_elem_sep Integer crcunt concode_elem_sep Date credat concode_elem_sep String recsts concode_elem_sep Long davbal concode_elem_sep Long crbala concode_elem_sep Long cavba... |
boolean function ( long arg0 , int arg1 , int arg2 ) { if ( arg0 >= 0 ) { if ( arg0 < maxValueDivs [ arg2 ] ) { return false ; } if ( arg0 > maxValueDivs [ arg2 ] ) { return true ; } return ( arg1 > maxValueMods [ arg2 ] ) ; } return true ; } | returns true if current radix + digit is a number too large to be represented by an unsigned long . this is useful for detecting overflow while parsing a string representation of a number . does not verify whether supplied radix is valid , passing an invalid radix will give undefined results or an arrayindexoutofbounds... |
com . linar . jintegra . Dispatch function ( ) { return d_ISWbemObjectSetProxy ; } | j-integra for com internal method concode_field_sep wbemdisp.ISWbemObjectSetProxy d_ISWbemObjectSetProxy concode_elem_sep String CLSID concode_field_sep wbemdisp.ISWbemSecurity getSecurity_ concode_elem_sep wbemdisp.ISWbemObject item concode_elem_sep Object getPropertyByName concode_elem_sep Object getPropertyByName co... |
long function ( ) { return sequenceNumber ; } | gets the sequence number of this response . concode_field_sep long sequenceNumber concode_elem_sep String entityBody concode_elem_sep String viewNumber concode_elem_sep String iceFacesId concode_field_sep String getICEfacesID concode_elem_sep String getViewNumber concode_elem_sep String getEntityBody concode_elem_sep b... |
List < StoppingCondition < Algorithm >> function ( ) { return this . stoppingConditions ; } | get the current list of @linkplain stoppingcondition instances that areassociated with the current @linkplain algorithm . concode_field_sep Predicate<Algorithm> stoppingCondition concode_elem_sep boolean running concode_elem_sep boolean initialised concode_elem_sep int iteration concode_elem_sep Problem optimisationPro... |
void function ( Endpoint arg0 ) { Map < String , Object > loc0 = getParameters ( ) ; if ( loc0 != null ) { Set < Map . Entry < String , Object >> loc1 = loc0 . entrySet ( ) ; for ( Map . Entry < String , Object > loc2 : loc1 ) { setEndpointParameter ( arg0 , loc2 . getKey ( ) , loc2 . getValue ( ) ) ; } } } | configures the properties on the given endpoint concode_field_sep Map<String,Object> propertyValues concode_elem_sep Component component concode_elem_sep String baseUri concode_field_sep ParameterConfiguration getParameterConfiguration concode_elem_sep String getUriString concode_elem_sep String createParameterJsonSche... |
Object function ( ) { return null ; } | returns the component invoking resource request . concode_field_sep Logger _logger concode_field_sep void delistResource concode_elem_sep void registerResource concode_elem_sep void enlistResource concode_elem_sep void logFine concode_elem_sep void unregisterResource concode_elem_sep void rollBackTransaction concode_el... |
Map < String , String > function ( ) { return environment ; } | returns the system environment variables of the process . if the underlying system does not support environment variables , an empty map is returned . the returned map does not accept queries using null keys or values , or those of a type other than string . attempts to pass in a null value will throw a nullpointerexce... |
void function ( String arg0 ) { sendPluginResult ( new PluginResult ( PluginResult . Status . ERROR , arg0 ) ) ; } | helper for error callbacks that just returns the status.error by default concode_field_sep String callbackId concode_elem_sep CordovaWebView webView concode_elem_sep int changingThreads concode_elem_sep String LOG_TAG concode_elem_sep boolean finished concode_field_sep boolean isChangingThreads concode_elem_sep String ... |
UnmodifiableIterator < Integer > function ( ) { final Iterator < IntCursor > loc0 = map . keys ( ) . loc0 ( ) ; return new UnmodifiableIterator < Integer > ( ) { @ Override public boolean hasNext ( ) { return loc0 . hasNext ( ) ; } @ Override public Integer next ( ) { return loc0 . next ( ) . value ; } } ; } | returns a direct iterator over the keys . concode_field_sep ImmutableOpenIntMap EMPTY concode_elem_sep IntObjectHashMap<VType> map concode_field_sep VType getOrDefault concode_elem_sep void indexInsert concode_elem_sep IntLookupContainer keys concode_elem_sep IntCollection keys concode_elem_sep void release concode_ele... |
boolean function ( ) { return future != null ; } | returns a flag whether this backgroundinitializer has alreadybeen started . concode_field_sep ExecutorService externalExecutor concode_elem_sep ExecutorService executor concode_elem_sep Future<T> future concode_elem_sep ExecutorService execFinally concode_field_sep T call concode_elem_sep Future<T> getFuture concode_el... |
void function ( ) { assertEquals ( "srini_string" , new PresetListEntry ( "srini_string" ) . getListDisplay ( ) ) ; } | non-regression test for ticket # 12416 . concode_field_sep PlaceHolder placeHolder concode_field_sep void setUp |
Collection function ( String arg0 ) { if ( mNamedCollections . get ( arg0 ) != null ) { throw new IllegalArgumentException ( "srini_string" + arg0 ) ; } Collection loc0 = new Collection ( ) ; mNamedCollections . put ( arg0 , loc0 ) ; return loc0 ; } | create a new named collection , which can later be looked up by #getcollection string concode_field_sep Map<String,Collection> mNamedCollections concode_elem_sep Set<Marker> mMarkers concode_elem_sep GoogleMap.InfoWindowAdapter mInfoWindowAdapter concode_elem_sep GoogleMap.OnInfoWindowClickListener mInfoWindowClickList... |
int function ( ) { return folder . getMessageCount ( ) ; } | returns the number of messages in the folder . concode_field_sep String hostname concode_elem_sep String password concode_elem_sep Folder folder concode_elem_sep String protocol concode_elem_sep Session session concode_elem_sep Store store concode_elem_sep String mbox concode_elem_sep URLName url concode_elem_sep Strin... |
Pair < A , B > function ( @ Nullable A arg0 , @ Nullable B arg1 ) { return new Pair < > ( arg0 , arg1 ) ; } | creates a new pair containing the given elements in order . concode_field_sep A first concode_elem_sep B second concode_field_sep A getFirst concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep B getSecond concode_elem_sep String toString concode_elem_sep Function<Pair<A,B>,A> firstFunction co... |
void function ( DiGraph < N , E > arg0 ) { Set < N > loc0 = new HashSet < > ( ) ; for ( DiGraphNode < N , E > loc1 : arg0 . getDirectedGraphNodes ( ) ) { loc0 . add ( loc1 . getValue ( ) ) ; } computeFixedPoint ( arg0 , loc0 ) ; } | compute a fixed point for the given graph . concode_field_sep String NON_HALTING_ERROR_MSG concode_elem_sep EdgeCallback<N,E> callback concode_field_sep FixedPointGraphTraversal<NODE,EDGE> newTraversal concode_elem_sep boolean traverseEdge |
byte [ ] function ( ) { return assetByteArray ; } | gets the value of the assetbytearray property . concode_field_sep String fileName concode_elem_sep Size size concode_elem_sep Long fileSize concode_elem_sep Long assetId concode_elem_sep ImageDensity imageDensity concode_elem_sep byte[] assetByteArray concode_elem_sep String assetUrl concode_field_sep ImageDensity getI... |
void function ( final ModelNode arg0 , final String arg1 ) { if ( arg1 != null ) { arg0 . set ( arg1 ) ; } } | sets the value of the model if the value is not null . concode_field_sep PlaceHolder placeHolder concode_field_sep void updateModel concode_elem_sep void addProperties concode_elem_sep void execute |
void function ( ValueChangeEvent arg0 ) { valueChangeEffect . setFired ( false ) ; } | resets the valuechange effect to fire when the current response is completed . concode_field_sep Log logger concode_elem_sep Effect valueChangeEffect concode_field_sep void init concode_elem_sep SelectItem buildSelectItem concode_elem_sep void setValueChangeEffect concode_elem_sep String convertToString concode_elem_se... |
Regions function ( int arg0 , int arg1 ) { RegionCoordinates loc0 = new RegionCoordinates ( arg0 , arg1 ) ; if ( activeRegions . containsKey ( loc0 ) ) { return activeRegions . get ( loc0 ) ; } else { Regions loc1 = new Regions ( loc0 ) ; activeRegions . put ( loc0 , loc1 ) ; return loc1 ; } } | gets a region by its x and y coordinates . concode_field_sep int REGION_SIZE concode_elem_sep Map<RegionCoordinates,Regions> activeRegions concode_field_sep Regions getRegionByLocation |
int function ( ) { return m_spaceH ; } | get horizontal space top , between rows , button concode_field_sep int m_spaceH concode_elem_sep int m_spaceV concode_elem_sep boolean m_colFill concode_elem_sep ALayoutCollection m_data concode_field_sep Dimension preferredLayoutSize concode_elem_sep void removeLayoutComponent concode_elem_sep int getRowCount concode_... |
RecallPoint [ ] function ( ) { return recallPoints . toArray ( new RecallPoint [ 0 ] ) ; } | returns the recallpoints . concode_field_sep double numPoints concode_elem_sep ArrayList<RecallPoint> recallPoints concode_elem_sep double numGoodPoints concode_elem_sep double pAt[] concode_elem_sep long docNamesExtractTime concode_elem_sep String padd concode_elem_sep long searchTime concode_elem_sep int MAX_POINTS c... |
void function ( Class < ? > arg0 ) { Assert . assertTrue ( getSourceFile ( arg0 ) . exists ( ) ) ; copySources ( arg0 ) ; } | restore source code of given class to its original contents . concode_field_sep Class<?>[] ALWAYS_INCLUDE concode_elem_sep File sourceFolder concode_elem_sep TestCompiler compiler concode_elem_sep Set<File> sourceFiles concode_field_sep void add concode_elem_sep void replaceText concode_elem_sep void addSourceCode conc... |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.