code
stringlengths
20
663
nl
stringlengths
68
7.19k
NotificationManager function ( ) { return ( NotificationManager ) context . getSystemService ( Context . NOTIFICATION_SERVICE ) ; }
notification manager for the application . concode_field_sep Context context concode_field_sep Notification cancel concode_elem_sep void cancelAll concode_elem_sep List<Integer> getIdsByType concode_elem_sep List<Notification> getAll concode_elem_sep List<Notification> getByType concode_elem_sep List<JSONObject> getOpt...
T function ( final Resource < T > arg0 , final T arg1 ) { return holder . releaseInternal ( arg0 , arg1 ) ; }
releases an instance of the given resource . the instance must have been obtained from #get resource . otherwise will throw illegalargumentexception . caller must not release a reference more than once . it 's advisory that you clear the reference to the instance with the null returned by this method . concode_field_se...
Generator < Card > function ( Generator < Card > arg0 ) { Lambda1 < Card , Card > loc0 = new Lambda1 < Card , Card > ( ) { public Card apply ( Card toChange ) { return changeCard ( toChange ) ; } } ; return GeneratorFunctions . transformGenerator ( loc0 , arg0 ) ; }
this change 's the inputgenerator 's card instances in place , and returns a generator of those same changed instances . todo : should this method return void , because it side effects the contents of its inputgenerator ? concode_field_sep boolean changeCardName concode_elem_sep Map<String,String> mutatedMap concode_el...
DescribeClusterParametersResult function ( String arg0 ) { this . marker = arg0 ; return this ; }
a value that indicates the starting point for the next set of response records in a subsequent request . if a value is returned in a response , you can retrieve the next set of records by providing this returned marker value in the marker parameter and retrying the command . if the marker field is empty , all response ...
CmsObject function ( ) { if ( m_isNotInitialized ) { return null ; } return m_controller . getCmsObject ( ) ; }
returns the cmsobject from the wrapped request . this is a convenience method in case you need access to the cmsobject in your jsp scriplets . concode_field_sep HttpServletResponse m_response concode_elem_sep boolean m_isSupressingExceptions concode_elem_sep PageContext m_context concode_elem_sep Log LOG concode_elem_s...
long function ( com . liferay . portal . kernel . dao . orm . DynamicQuery arg0 , com . liferay . portal . kernel . dao . orm . Projection arg1 ) { return _entryLocalService . dynamicQueryCount ( arg0 , arg1 ) ; }
returns the number of rows matching the dynamic query . concode_field_sep EntryLocalService _entryLocalService concode_field_sep java.lang.String getOSGiServiceIdentifier concode_elem_sep void setWrappedService concode_elem_sep com.liferay.portal.kernel.dao.orm.ActionableDynamicQuery getActionableDynamicQuery concode_e...
SignaturePolicyIdType function ( ) { return signaturePolicyId ; }
gets the value of the signaturepolicyid property . concode_field_sep Object signaturePolicyImplied concode_elem_sep long serialVersionUID concode_elem_sep SignaturePolicyIdType signaturePolicyId concode_field_sep void setSignaturePolicyId concode_elem_sep void setSignaturePolicyImplied concode_elem_sep Object getSignat...
KeyList function ( Class arg0 ) { return init ( arg0 , false ) ; }
initialize all keys . if the keys are unlocked than recalculate index and set an undefined key name by its static field . concode_field_sep PlaceHolder placeHolder concode_field_sep boolean readAuthorization concode_elem_sep String readValueString concode_elem_sep void writeValueString concode_elem_sep boolean equals c...
BitmapFactory . Options function ( InputStream arg0 ) { BitmapFactory . Options loc0 = new BitmapFactory . Options ( ) ; loc0 . inScaled = false ; loc0 . inTargetDensity = 0 ; loc0 . inJustDecodeBounds = true ; BitmapFactory . decodeStream ( arg0 , null , loc0 ) ; return loc0 ; }
decodes only image size for inputstream . concode_field_sep int EXIF_ORIENTATION_UNDEFINED concode_elem_sep int EXIF_ORIENTATION_NORMAL concode_elem_sep Class EXIF_CLASS concode_elem_sep Method EXIF_SET_ATTRIBUTE concode_elem_sep int EXIF_ORIENTATION_ROTATE_90 concode_elem_sep Method EXIF_SAVE_ATTRIBUTES concode_elem_s...
void function ( BundleContext arg0 ) { context = arg0 ; logger . debug ( "srini_string" , ZWaveActivator . getVersion ( ) ) ; }
called whenever the osgi framework starts our bundle concode_field_sep BundleContext context concode_elem_sep Logger logger concode_field_sep Version getVersion concode_elem_sep void stop concode_elem_sep BundleContext getContext
void function ( String arg0 ) { this . city = arg0 ; }
sets the value of the city 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 isActive concode_elem_sep String poBox concode_elem_sep String addressTypeCd concode_elem_sep String buildingNum concode_ele...
String function ( ) { return ( this . title == null ? "srini_string" : this . title ) ; }
returns the title of the topci concode_field_sep boolean moderated concode_elem_sep int TYPE_NORMAL concode_elem_sep boolean paginate concode_elem_sep int TYPE_ANNOUNCE concode_elem_sep int voteId concode_elem_sep int type concode_elem_sep String title concode_elem_sep String lastPostTime concode_elem_sep User postedBy...
HsqlProperties function ( String arg0 ) { if ( StringUtil . isEmpty ( arg0 ) ) { return null ; } HsqlProperties loc0 = new HsqlProperties ( arg0 ) ; try { loc0 . load ( ) ; } catch ( Exception loc1 ) { } return loc0 ; }
retrieves a new hsqlproperties object , if possible , loaded from the specified file . concode_field_sep PlaceHolder placeHolder concode_field_sep void translateDefaultNoSystemExitProperty concode_elem_sep int getDefaultPort concode_elem_sep String[] listLocalInetAddressNames concode_elem_sep void translateDefaultDatab...
byte [ ] function ( String arg0 ) { int loc0 = arg0 . length ( ) / 2 ; byte [ ] loc1 = new byte [ arg0 . length ( ) / 2 ] ; for ( int loc2 = 0 ; loc2 < loc0 ; loc2 ++ ) { try { loc1 [ loc2 ] = ( byte ) Integer . parseInt ( arg0 . substring ( loc2 * 2 , loc2 * 2 + 2 ) , 16 ) ; } catch ( Exception loc3 ) { loc3 . printSt...
converts hex string to byte array . concode_field_sep WifiP2pDevice mDevice concode_elem_sep int SERVICE_PROTOCOL_NOT_AVAILABLE concode_elem_sep int MAX_BUF_SIZE concode_elem_sep int mStatus concode_elem_sep byte[] mData concode_elem_sep int mTransId concode_elem_sep Creator<WifiP2pServiceResponse> CREATOR concode_elem...
TypeCode function ( ) { return OrbRestricted . Singleton . create_interface_tc ( id ( ) , "srini_string" ) ; }
get the type code of the dynarray . concode_field_sep PlaceHolder placeHolder concode_field_sep DynArray extract concode_elem_sep DynArray read concode_elem_sep void insert concode_elem_sep DynArray narrow concode_elem_sep String id concode_elem_sep void write concode_elem_sep DynArray unchecked_narrow
void function ( Exception arg0 ) { FLog . wtf ( this . getClass ( ) , "srini_string" , arg0 ) ; }
called whenever onnewresultimpl or onfailureimpl throw an exception concode_field_sep boolean mIsFinished concode_field_sep void onCancellation concode_elem_sep void onCancellationImpl concode_elem_sep void onProgressUpdate concode_elem_sep void onNewResultImpl concode_elem_sep void onFailure concode_elem_sep void onPr...
Proxy function ( String arg0 ) { verifyProxyTypeCompatibility ( ProxyType . MANUAL ) ; this . proxyType = ProxyType . MANUAL ; this . ftpProxy = arg0 ; return this ; }
specify which proxy to use for ftp connections . concode_field_sep String proxyAutoconfigUrl concode_elem_sep String socksUsername concode_elem_sep String socksPassword concode_elem_sep boolean autodetect concode_elem_sep String httpProxy concode_elem_sep ProxyType proxyType concode_elem_sep String noProxy concode_elem...
int function ( ) { if ( name == null ) { return id ; } throw Util . notSupported ( ) ; }
retrieves the generated id for the savepoint that this savepoint object represents . concode_field_sep String name concode_elem_sep JDBCConnection connection concode_elem_sep int id concode_field_sep String getSavepointName concode_elem_sep String toString
byte [ ] function ( final Data arg0 , final MapRect arg1 ) { return ViewData . content ( arg0 , arg1 . pre , false ) ; }
returns the content for the specified pre value . concode_field_sep MapView view concode_elem_sep GUIOptions gopts concode_field_sep Color color concode_elem_sep void drawRectangles
SimpleMatrix function ( SimpleMatrix arg0 ) { SimpleMatrix loc0 = new SimpleMatrix ( arg0 . numRows ( ) , arg0 . numCols ( ) ) ; loc0 . set ( 1.0 ) ; loc0 = loc0 . minus ( arg0 . elementMult ( arg0 ) ) ; return loc0 ; }
applies the derivative of tanh to each of the elements in the vector . returns a new matrix . concode_field_sep PlaceHolder placeHolder concode_field_sep SimpleMatrix oneHot concode_elem_sep SimpleMatrix concatenate concode_elem_sep SimpleMatrix loadTextMatrix concode_elem_sep SimpleMatrix loadTextMatrix concode_elem_s...
AndesMessageRouter function ( String arg0 ) { return messageRouterMap . get ( arg0 ) ; }
get message router by name concode_field_sep Map<String,AndesMessageRouter> messageRouterMap concode_field_sep void registerMessageRouter concode_elem_sep AndesMessageRouter removeMessageRouter concode_elem_sep List<AndesMessageRouter> getAllMessageRouters
ThrownException function ( ) { return new ThrownException ( type , explicit ) ; }
return an identical copy of this object . concode_field_sep boolean explicit concode_elem_sep ObjectType type concode_field_sep void setExplicit concode_elem_sep boolean isExplicit concode_elem_sep ObjectType getType concode_elem_sep int hashCode concode_elem_sep boolean equals
ConfigurationBuilder function ( @ Nonnull final Scanner ... arg0 ) { this . scanners . clear ( ) ; return addScanners ( arg0 ) ; }
set the scanners instances for scanning different metadata concode_field_sep Set<Scanner> scanners concode_elem_sep Set<URL> urls concode_elem_sep ExecutorService executorService concode_elem_sep ClassLoader[] classLoaders concode_elem_sep Serializer serializer concode_elem_sep Predicate<String> inputsFilter concode_el...
TopicConnectionFactory function ( ) { return ( TopicConnectionFactory ) ic . lookup ( TOPIC_CONNECTION_FACTORY ) ; }
this method helps in obtaining the topic factory concode_field_sep InitialContext ic concode_elem_sep String TOPIC_CONNECTION_FACTORY concode_elem_sep String INVOICE_MDB_TOPIC concode_field_sep Topic getTopic
String function ( ) { return modelId ; }
returns the id of the model concode_field_sep long serialVersionUID concode_elem_sep String modelDescription concode_elem_sep String modelName concode_elem_sep String modelId concode_elem_sep String domainId concode_field_sep void setModelId concode_elem_sep void setModelName concode_elem_sep void setDomainId concode_e...
String function ( ) { return helloWorldResult ; }
gets the value of the helloworldresult property . concode_field_sep String helloWorldResult concode_field_sep void setHelloWorldResult
int function ( ) { return numTargeted ; }
getter for the field numtargeted . concode_field_sep int numTargeted concode_elem_sep ArrayList<Card> targetCards concode_elem_sep ArrayList<Player> targetPlayers concode_elem_sep ArrayList<SpellAbility> targetSAs concode_field_sep ArrayList<Object> getTargets concode_elem_sep boolean addTarget concode_elem_sep boolean...
void function ( MLCoordinateSystemAxisType arg0 ) { this . mlCoordinateSystemAxis = arg0 ; }
sets the value of the mlcoordinatesystemaxis 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 type concode_elem_sep String title concode_elem_...
void function ( String arg0 ) { this . thirdLine = arg0 ; }
sets the third line . concode_field_sep String thirdLine concode_elem_sep String town concode_elem_sep String secondLine concode_elem_sep String county concode_elem_sep String postCode concode_elem_sep long serialVersionUID concode_elem_sep long id concode_elem_sep String firstLine concode_field_sep String getThirdLine...
Provider function ( ) { return provider ; }
returns the security provider . concode_field_sep Engine ENGINE concode_elem_sep String DEFAULTPROPERTY concode_elem_sep CertStoreParameters certStoreParams concode_elem_sep String PROPERTYNAME concode_elem_sep Provider provider concode_elem_sep CertStoreSpi spiImpl concode_elem_sep String SERVICE concode_elem_sep Stri...
Payment function ( ) { return payment ; }
gets the value of the payment property . concode_field_sep String ltlScacCode concode_elem_sep Payment payment concode_field_sep void setLtlScacCode concode_elem_sep String getLtlScacCode concode_elem_sep void setPayment
void function ( Long arg0 ) { this . emailId = arg0 ; }
sets the email id concode_field_sep String plainContent concode_elem_sep String subject concode_elem_sep String action concode_elem_sep Long emailId concode_elem_sep String htmlContent concode_field_sep String getHtmlContent concode_elem_sep String getSubject concode_elem_sep void setHtmlContent concode_elem_sep void s...
void function ( String arg0 ) { this . description = arg0 ; }
the bundle description . concode_field_sep String owner concode_elem_sep UserStorage userStorage concode_elem_sep ComputeType computeType concode_elem_sep String bundleId concode_elem_sep String name concode_elem_sep String description concode_field_sep void setName concode_elem_sep void setComputeType concode_elem_sep...
Statement function ( ) { return filterStatement ; }
gets the value of the filterstatement property . concode_field_sep Statement filterStatement concode_elem_sep AdRuleAction adRuleAction concode_field_sep void setAdRuleAction concode_elem_sep AdRuleAction getAdRuleAction concode_elem_sep void setFilterStatement
IClipboardSupport function ( EObject arg0 ) { IClipboardSupport loc0 = DefaultClipboardSupport . getInstance ( ) ; IClipboardSupportFactory loc1 = ClipboardSupportManager . lookup ( arg0 ) ; if ( loc1 != null ) { loc0 = loc1 . newClipboardSupport ( arg0 . eClass ( ) . getEPackage ( ) ) ; } return loc0 ; }
obtains the clipboard copy/paste support utility , if any , for the specified eobject . if there is not clipboard support implementation provided for this eobject , then a default implementation is provided that implements semantics similar to the org.eclipse.emf.ecore.util.ecoreutil.copier class . concode_field_sep St...
java . lang . String function ( ) { return _recentLayoutSetBranch . getUserUuid ( ) ; }
returns the user uuid of this recent layout set branch . concode_field_sep RecentLayoutSetBranch _recentLayoutSetBranch concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concod...
NegativeSelector function ( SimpleSelector arg0 ) { throw new CSSException ( "srini_string" ) ; }
sac : implements org.w3c.css.sac.selectorfactory #createnegativeselector simpleselector . concode_field_sep SelectorFactory INSTANCE concode_field_sep CharacterDataSelector createTextNodeSelector concode_elem_sep SimpleSelector createRootNodeSelector concode_elem_sep DescendantSelector createChildSelector concode_elem_...
long function ( ) { return _oAuthConsumer . getOAuthConsumerId ( ) ; }
returns the o auth consumer id of this o auth consumer . concode_field_sep OAuthConsumer _oAuthConsumer concode_field_sep boolean isFinderCacheEnabled concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep void setExpandoBridgeAttributes concode_elem_sep java....
SecureRandom function ( ) { return secureRandom ; }
returns the secure random algorithm . concode_field_sep String certAlias concode_elem_sep SecureRandom secureRandom concode_elem_sep String protocol concode_elem_sep String provider concode_elem_sep CertificateConstraintsType certConstraints concode_elem_sep List<String> ciphersuites concode_elem_sep KeyManager[] keyMa...
float function ( float arg0 ) { float loc0 = 1 - arg0 ; float loc1 = 3 * arg0 * ( loc0 * loc0 ) ; float loc2 = 3 * ( arg0 * arg0 ) * loc0 ; float loc3 = arg0 * arg0 * arg0 ; return ( loc1 * y1 ) + ( loc2 * y2 ) + loc3 ; }
utility function : when we are evaluating the spline , we only care about the y values . see #getxy for the details . concode_field_sep float t concode_elem_sep float y1 concode_elem_sep float length concode_elem_sep float x1 concode_elem_sep float y2 concode_elem_sep float x2 concode_elem_sep Collection<LengthItem> le...
ValueBuilder function ( Object arg0 ) { Expression loc0 = ExpressionBuilder . append ( expression , asExpression ( arg0 ) ) ; return onNewValueBuilder ( loc0 ) ; }
appends the string evaluation of this expression with the given value concode_field_sep boolean not concode_elem_sep Expression expression concode_field_sep ValueBuilder prepend concode_elem_sep ValueBuilder onNewValueBuilder concode_elem_sep ValueBuilder tokenize concode_elem_sep ValueBuilder tokenize concode_elem_sep...
org . apache . axis . encoding . Deserializer function ( java . lang . String arg0 , java . lang . Class arg1 , javax . xml . namespace . QName arg2 ) { return new org . apache . axis . encoding . ser . BeanDeserializer ( arg1 , arg2 , typeDesc ) ; }
get custom deserializer concode_field_sep org.apache.axis.description.TypeDesc typeDesc concode_elem_sep java.lang.Object __equalsCalc concode_elem_sep java.lang.String proposalActionType concode_elem_sep boolean __hashCodeCalc concode_field_sep org.apache.axis.description.TypeDesc getTypeDesc concode_elem_sep org.apac...
void function ( T arg0 ) { if ( arg0 == null ) throw new IllegalArgumentException ( "srini_string" ) ; if ( ! selected . add ( arg0 ) ) return ; if ( programmaticChangeEvents && fireChangeEvent ( ) ) selected . remove ( arg0 ) ; else { lastSelected = arg0 ; changed ( ) ; } }
adds the item to the selection . concode_field_sep Actor actor concode_elem_sep OrderedSet<T> selected concode_elem_sep boolean multiple concode_elem_sep T lastSelected concode_elem_sep boolean programmaticChangeEvents concode_elem_sep OrderedSet<T> old concode_elem_sep boolean toggle concode_elem_sep boolean isDisable...
String function ( ) { return scheme ; }
returns the authentication scheme , like basic . concode_field_sep String scheme concode_elem_sep String headerValue concode_elem_sep String realm concode_field_sep Credential authenticate concode_elem_sep int hashCode concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep boolean equals concode...
boolean function ( byte arg0 ) { return ( terminatorToInsert . length ( ) == 1 && arg0 == terminatorToInsert . getBytes ( ) [ 0 ] ) ; }
checks if the char is the termination char of single sign terminator . concode_field_sep String terminatorToInsert concode_elem_sep Controler controler concode_elem_sep SerialPort serialPort concode_elem_sep List<Byte> byteBufferList concode_elem_sep byte lastCharacter concode_field_sep void serialEvent concode_elem_se...
Context function ( ) { return this . context ; }
gets the context . concode_field_sep Context context concode_elem_sep ExpressionValueVisitor expressionVisitor concode_field_sep Table lookupTable concode_elem_sep void verifyHasColumn concode_elem_sep ExpressionValueVisitor getExpressionVisitor
ResourceBundle function ( ) { if ( clazz != null ) { return getTexts ( clazz . getName ( ) ) ; } return bundle ; }
get the resource bundle associated with this action . this will be based on the actual subclass that is used . concode_field_sep Class clazz concode_elem_sep ResourceBundle bundle concode_elem_sep LocaleProvider localeProvider concode_field_sep boolean hasKey concode_elem_sep String getText concode_elem_sep String getT...
long function ( ) { return creationTime ; }
gets the file creation time in millisecond concode_field_sep int resourceId concode_elem_sep double cost concode_elem_sep String ownerName concode_elem_sep int size concode_elem_sep long creationTime concode_elem_sep String name concode_elem_sep int checksum concode_elem_sep boolean masterCopy concode_elem_sep boolean ...
JobScheduleDisableOptions function ( DateTime arg0 ) { if ( arg0 == null ) { this . ocpDate = null ; } else { this . ocpDate = new DateTimeRfc1123 ( arg0 ) ; } return this ; }
set the ocpdate value . concode_field_sep DateTimeRfc1123 ocpDate concode_elem_sep String clientRequestId concode_elem_sep DateTimeRfc1123 ifUnmodifiedSince concode_elem_sep Boolean returnClientRequestId concode_elem_sep DateTimeRfc1123 ifModifiedSince concode_elem_sep Integer timeout concode_elem_sep String ifNoneMatc...
void function ( long arg0 , short arg1 ) { memIntf . setMemorySegment ( arg0 , MemoryBuffer . wrap ( memIntf . getLayout ( ) , new byte [ DataType . INT16 . getSize ( ) ] ) . putShort ( arg1 ) . getBytes ( ) ) ; }
write 16 bit integer to address . concode_field_sep MemoryInterface memIntf concode_field_sep void setByteValueOf concode_elem_sep void setIntValueOf concode_elem_sep long getLongValueOf concode_elem_sep short getShortValueOf concode_elem_sep void setInt64ValueOf concode_elem_sep int getInt32ValueOf concode_elem_sep vo...
void function ( ) { sCInterface . clearEvents ( ) ; }
this method resets the incoming events time events included . concode_field_sep long minus concode_elem_sep long myInt1 concode_elem_sep long plusAssign concode_elem_sep long myInt2 concode_elem_sep boolean equalOrLess concode_elem_sep boolean notEqual concode_elem_sep boolean less concode_elem_sep long divAssign conco...
BossPool function ( ) { return new NioServerBossPool ( Executors . newCachedThreadPool ( ) , bossCount , new CamelNettyThreadNameDeterminer ( pattern , name ) ) ; }
creates a new boss pool . concode_field_sep String pattern concode_elem_sep String name concode_elem_sep int bossCount concode_field_sep void setName concode_elem_sep void setBossCount concode_elem_sep NettyServerBossPoolBuilder withPattern concode_elem_sep void setPattern concode_elem_sep NettyServerBossPoolBuilder wi...
MapFieldLite < K , V > function ( ) { return ( MapFieldLite < K , V > ) EMPTY_MAP_FIELD ; }
returns an singleton immutable empty mapfieldlite instance . concode_field_sep Iterator<E> delegate concode_elem_sep MutatabilityAwareMap<K,V> mapData concode_elem_sep boolean isMutable concode_elem_sep MutabilityOracle mutabilityOracle concode_elem_sep MapFieldLite EMPTY_MAP_FIELD concode_field_sep E next concode_elem...
long function ( ) { if ( running ) { return System . currentTimeMillis ( ) - startTime ; } else { return 0 ; } }
retrieves the accumulated time this object has spent running since it was last started . concode_field_sep boolean running concode_elem_sep long total concode_elem_sep long startTime concode_elem_sep long lastStart concode_field_sep void zero concode_elem_sep void stop concode_elem_sep String currentElapsedTimeToMessag...
BlockWithLocations [ ] function ( ) { return blocks ; }
getter concode_field_sep String[] storageIDs concode_elem_sep String[] datanodeUuids concode_elem_sep BlockWithLocations[] blocks concode_elem_sep Block block concode_elem_sep StorageType[] storageTypes concode_field_sep Block getBlock concode_elem_sep StringBuilder appendString concode_elem_sep String[] getStorageIDs ...
com . liferay . portlet . messageboards . model . MBDiscussion function ( long arg0 ) { return getService ( ) . deleteMBDiscussion ( arg0 ) ; }
deletes the message boards discussion with the primary key from the database . also notifies the appropriate model listeners . concode_field_sep MBDiscussionLocalService _service concode_field_sep com.liferay.portlet.messageboards.model.MBDiscussion updateMBDiscussion concode_elem_sep com.liferay.portlet.messageboards....
IComplexNumber function ( IComplexNumber arg0 ) { Complex loc0 = new Complex ( arg0 . realComponent ( ) . doubleValue ( ) , arg0 . imaginaryComponent ( ) . doubleValue ( ) ) . acos ( ) ; return Nd4j . createDouble ( loc0 . getReal ( ) , loc0 . getImaginary ( ) ) ; }
return the sin value of the given complex number concode_field_sep PlaceHolder placeHolder concode_field_sep IComplexNumber log concode_elem_sep IComplexNumber cos concode_elem_sep IComplexNumber ceil concode_elem_sep IComplexNumber atan concode_elem_sep IComplexNumber neg concode_elem_sep IComplexNumber tanh concode_e...
List < ProductTemplate > function ( ) { if ( results == null ) { results = new ArrayList < ProductTemplate > ( ) ; } return this . results ; }
gets the value of the results property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is not a set method for the results property . for example , to add a new item , do as...
boolean function ( String arg0 ) { return AlluxioURI . SEPARATOR . equals ( cleanPath ( arg0 ) ) ; }
checks if the given path is the root . concode_field_sep int TEMPORARY_SUFFIX_LENGTH concode_elem_sep String TEMPORARY_SUFFIX_FORMAT concode_field_sep String subtractPaths concode_elem_sep String temporaryFileName concode_elem_sep String getParent concode_elem_sep String[] getPathComponents concode_elem_sep String conc...
void function ( String arg0 ) { for ( ActionObserver loc0 : _listOfObserver ) { loc0 . gotInput ( arg0 ) ; } }
notifies all observers about changed text of this control . concode_field_sep List<ActionObserver> _listOfObserver concode_field_sep void notifyStateChanged concode_elem_sep void notifyClickOnControl concode_elem_sep void notifySelectionChanged concode_elem_sep void register
BitSet function ( AcceptanceRabin arg0 ) { BitSet loc0 = new BitSet ( ) ; int loc1 = arg0 . size ( ) ; for ( int loc2 = 0 ; loc2 < loc1 ; loc2 ++ ) { loc0 . or ( arg0 . get ( loc2 ) . getK ( ) ) ; } return loc0 ; }
get the union of the k_i states of a rabin acceptance condition . concode_field_sep PlaceHolder placeHolder concode_field_sep DA<BitSet,? extends AcceptanceOmega> simplifyAcceptance concode_elem_sep boolean isDFA
Named function ( String arg0 ) { return new NamedImpl ( arg0 ) ; }
creates a named annotation with name as the value . concode_field_sep PlaceHolder placeHolder concode_field_sep void bindProperties concode_elem_sep void bindProperties
void function ( final int arg0 ) { this . sfi = arg0 ; }
setter for the field sfi concode_field_sep int sfi concode_elem_sep int lastRecord concode_elem_sep int firstRecord concode_elem_sep boolean offlineAuthentication concode_field_sep boolean isOfflineAuthentication concode_elem_sep int getLastRecord concode_elem_sep void setFirstRecord concode_elem_sep int getSfi concode...
Item [ ] function ( ) { return items ; }
get the underlying array concode_field_sep Item current concode_elem_sep int start concode_elem_sep int index concode_elem_sep int end concode_elem_sep Item[] items concode_field_sep Item next concode_elem_sep SequenceIterator getReverseIterator concode_elem_sep GroundedValue materialize concode_elem_sep int getPropert...
void function ( boolean arg0 ) { for ( ToDoItem loc0 : todos ) { loc0 . setCompleted ( arg0 ) ; } taskStateChanged ( ) ; }
sets the completed state of all tasks . concode_field_sep ListDataProvider<ToDoItem> filteredTodos concode_elem_sep ViewEventHandler viewHandler concode_elem_sep View view concode_elem_sep EventBus eventBus concode_elem_sep ToDoRouting routing concode_elem_sep List<ToDoItem> todos concode_elem_sep String STORAGE_KEY co...
StoneShape function ( ) { return shape ; }
gets the shape of the stone . concode_field_sep StoneShape shape concode_elem_sep StoneColor color concode_field_sep String colorToString concode_elem_sep StoneShape idToShape concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep StoneColor getColor concode_elem_sep String toString concode_elem...
LMAlgoFactoryDecorator function ( boolean arg0 ) { this . enabled = arg0 ; return this ; }
enables or disables this decorator . this speed-up mode is disabled by default . concode_field_sep int landmarkCount concode_elem_sep List<String> lmSuggestionsLocations concode_elem_sep int preparationThreads concode_elem_sep int activeLandmarkCount concode_elem_sep List<String> weightingsAsStrings concode_elem_sep Pr...
MediaField function ( ) { return m ; }
gets media . concode_field_sep ConnectionField c concode_elem_sep Vector<AttributeField> av concode_elem_sep MediaField m concode_field_sep ConnectionField getConnection concode_elem_sep Vector<AttributeField> getAttributes concode_elem_sep Vector<AttributeField> getAttributes concode_elem_sep AttributeField getAttribu...
Long function ( String arg0 , Long arg1 ) { if ( ! isLoaded ) throw new IllegalStateException ( "srini_string" ) ; Long loc0 = ( Long ) configMap . get ( arg0 ) ; return ( loc0 != null ? loc0 : arg1 ) ; }
get long value from configuration . note : config needs to be loaded before getting value ! concode_field_sep String XML_NAME concode_elem_sep String CONFIG_FIELD concode_elem_sep HashMap<String,Object> configMap concode_elem_sep SharedPreferences pref concode_elem_sep boolean isLoaded concode_elem_sep Context context ...
void function ( String [ ] arg0 ) { if ( ! parseArguments ( arg0 ) ) { return ; } start ( ) ; sleepForever ( ) ; }
main entry-point . concode_field_sep MiniMRClientCluster mr concode_elem_sep StartupOption dfsOpts concode_elem_sep int nnPort concode_elem_sep JobConf conf concode_elem_sep Log LOG concode_elem_sep String fs concode_elem_sep MiniDFSCluster dfs concode_elem_sep int jhsPort concode_elem_sep boolean noDFS concode_elem_se...
void function ( java . io . InputStream arg0 ) { ReInit ( arg0 , null ) ; }
reinitialise . concode_field_sep int[] jj_expentry concode_elem_sep SimpleCharStream jj_input_stream concode_elem_sep Token jj_nt concode_elem_sep int jj_ntk concode_elem_sep int[] jj_la1_0 concode_elem_sep int jj_gen concode_elem_sep int[] jj_la1 concode_elem_sep java.util.List<int[]> jj_expentries concode_elem_sep in...
byte [ ] function ( ) { return toString ( ) . getBytes ( ) ; }
serializes this savegame to an array of bytes . concode_field_sep String TAG concode_elem_sep int MAX_STARS concode_elem_sep String SERIAL_VERSION concode_elem_sep Map<String,Integer> mLevelStars concode_elem_sep int MIN_STARS concode_field_sep void zero concode_elem_sep SaveGame unionWith concode_elem_sep void loadFro...
void function ( XMLStringFactory arg0 ) { m_xsf = arg0 ; }
set the xmlstringfactory used for the dtms . concode_field_sep int IDENT_MAX_DTMS concode_elem_sep int IDENT_DTM_NODE_BITS concode_elem_sep int IDENT_DTM_DEFAULT concode_elem_sep boolean debug concode_elem_sep String defaultClassName concode_elem_sep boolean m_incremental concode_elem_sep String defaultPropName concode...
void function ( Bitmap arg0 , Mat arg1 , boolean arg2 ) { if ( arg0 == null ) throw new java . lang . IllegalArgumentException ( "srini_string" ) ; if ( arg1 == null ) throw new java . lang . IllegalArgumentException ( "srini_string" ) ; nBitmapToMat2 ( arg0 , arg1 . nativeObj , arg2 ) ; }
converts android bitmap to opencv mat . this function converts an android bitmap image to the opencv mat . ` argb_8888 ' and ` rgb_565 ' input bitmap formats are supported . the output mat is always created of the same size as the input bitmap and of the ` cv_8uc4 ' type , it keeps the image in rgba format . this funct...
void function ( ) { HsqlArrayList loc0 = database . schemaManager . getAllTables ( ) ; for ( int loc1 = 0 , loc2 = loc0 . loc2 ( ) ; loc1 < loc2 ; loc1 ++ ) { Table loc3 = ( Table ) loc0 . get ( loc1 ) ; if ( loc3 . getTableType ( ) == Table . CACHED_TABLE ) { int [ ] loc4 = rootsList [ loc1 ] ; loc3 . setIndexRoots ( ...
called from outside after the complete end of defrag concode_field_sep Database database concode_elem_sep DataFileCache cache concode_elem_sep String filename concode_elem_sep int[][] rootsList concode_elem_sep StopWatch stopw concode_elem_sep int scale concode_elem_sep DoubleIntIndex transactionRowLookup concode_elem_...
void function ( Player arg0 ) { Command loc0 = arg0 . getCommand ( CommandType . DEPLOY ) ; if ( loc0 . getType ( ) != CommandType . DEPLOY ) { terminate ( ) ; return ; } notifyPlayers ( loc0 ) ; }
plays out the deployment phase of the game , getting a command from a player updating the game state and notifying all players concode_field_sep String DEFAULT_MAP concode_elem_sep List<Player> players concode_elem_sep int currentTurn concode_elem_sep int armiesPerPlayer concode_elem_sep GameState gameState concode_fie...
int function ( ) { return termNumber ; }
returns the termnumber . concode_field_sep int sequenceNumber concode_elem_sep int termNumber concode_field_sep int sequenceNumber concode_elem_sep int hashCode concode_elem_sep boolean equals concode_elem_sep String toString concode_elem_sep int compareTo
int function ( ) { return position ; }
gets the value of the position property . concode_field_sep String image concode_elem_sep String code concode_elem_sep Boolean visible concode_elem_sep Langs langs concode_elem_sep String style concode_elem_sep long serialVersionUID concode_elem_sep Long id concode_elem_sep String label concode_elem_sep Integer positio...
NYPLHoldData function ( ) { return data ; }
gets data . concode_field_sep List<DebugInfo> debugInfo concode_elem_sep NYPLHoldData data concode_elem_sep Integer count concode_elem_sep Integer statusCode concode_field_sep Integer getStatusCode concode_elem_sep void setStatusCode concode_elem_sep void setDebugInfo concode_elem_sep void setData concode_elem_sep List...
Integer function ( ) { return startIndex ; }
gets the value of the startindex property . concode_field_sep Integer startIndex concode_elem_sep Integer totalResultSetSize concode_elem_sep List<Order> results concode_field_sep void setTotalResultSetSize concode_elem_sep void setStartIndex concode_elem_sep List<Order> getResults concode_elem_sep Integer getTotalResu...
void function ( int arg0 ) { if ( lLog != null ) { lLog . setWriteDelay ( arg0 ) ; } }
sets the log write delay mode on or off . when write delay mode is switched on , the strategy is that executed commands are written to the log at most 1 second after they are executed . this may improve performance for applications that execute a large number of short running statements in a short period of time , but ...
Object function ( ) { return null ; }
always returns null . concode_field_sep boolean isStatic concode_elem_sep EmptyTargetSource INSTANCE concode_elem_sep Class<?> targetClass concode_elem_sep long serialVersionUID concode_field_sep boolean isStatic concode_elem_sep Object readResolve concode_elem_sep Class<?> getTargetClass concode_elem_sep int hashCode ...
List < String > function ( ) { if ( nilReason == null ) { nilReason = new ArrayList < String > ( ) ; } return this . nilReason ; }
gets the value of the nilreason property . this accessor method returns a reference to the live list , not a snapshot . therefore any modification you make to the returned list will be present inside the jaxb object . this is why there is not a set method for the nilreason property . for example , to add a new item , d...
String function ( ) { return actuate ; }
gets the value of the actuate property . concode_field_sep String role concode_elem_sep String arcrole concode_elem_sep String show concode_elem_sep DSInitiativeType dsInitiative concode_elem_sep String actuate concode_elem_sep List<String> nilReason concode_elem_sep String href concode_elem_sep String type concode_ele...
XMLResource function ( EObject arg0 ) { return ( XMLResource ) arg0 . eResource ( ) ; }
by default , assumes that the eobject is attached to an xml resource , and returns that . 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 String getName concod...
Double function ( Double arg0 ) { switch ( this . getType ( ) ) { case COMMON : return this . getLastDividend ( ) / arg0 ; case PREFERRED : return this . getFixedDividend ( ) * this . getParValue ( ) / arg0 ; } return - 1.0 ; }
calculate the dividend . concode_field_sep Double parValue concode_elem_sep String stockSymbol concode_elem_sep long serialVersionUID concode_elem_sep int FIFTEEN_MINUTES concode_elem_sep Double fixedDividend concode_elem_sep TreeMap<Date,Trade> trades concode_elem_sep Logger logger concode_elem_sep StockTypes type con...
boolean function ( ) { return this . copyHttpSessionId ; }
whether to copy the http session id to the handshake attributes . concode_field_sep Collection<String> attributeNames concode_elem_sep boolean copyHttpSessionId concode_elem_sep String HTTP_SESSION_ID_ATTR_NAME concode_elem_sep boolean copyAllAttributes concode_elem_sep boolean createSession concode_field_sep Collectio...
void function ( ) { if ( tTable != null && tTable . cCache != null ) { iLastAccess = iCurrentAccess ++ ; tTable . cCache . cleanUp ( ) ; } }
method declaration concode_field_sep Object oData[] concode_elem_sep Row rLast concode_elem_sep int iSize concode_elem_sep Table tTable concode_elem_sep boolean bChanged concode_elem_sep Node nFirstIndex concode_elem_sep int iPos concode_elem_sep int iLastAccess concode_elem_sep Row rNext concode_elem_sep int iCurrentA...
void function ( final HttpHost arg0 , final boolean arg1 , final HttpParams arg2 ) { Args . notNull ( arg0 , "srini_string" ) ; Args . notNull ( arg2 , "srini_string" ) ; Asserts . notNull ( this . tracker , "srini_string" ) ; Asserts . check ( this . tracker . isConnected ( ) , "srini_string" ) ; this . connection . u...
tracks tunnelling of the connection to a chained proxy . the tunnel has to be established outside by sending a connect request to the previous proxy . concode_field_sep HttpRoute route concode_elem_sep ClientConnectionOperator connOperator concode_elem_sep RouteTracker tracker concode_elem_sep OperatedClientConnection ...
String function ( String arg0 ) { return arg0 . replaceAll ( "srini_string" , "srini_string" ) ; }
convert a path component that contains backslash ecape sequences to a literal string . this is necessary when you want to explicitly refer to a path that contains globber metacharacters . concode_field_sep PathFilter filter concode_elem_sep Log LOG concode_elem_sep Path pathPattern concode_elem_sep FileSystem fs concod...
void function ( List < String > arg0 , String arg1 ) { for ( String loc0 : arg0 ) { if ( ! arg1 . contains ( loc0 ) ) { assertEquals ( loc0 , arg1 ) ; } } }
asserts that the string superstringactual contains the exact occurrence ofevery string in the list of strings substringsexpected . display the difference between the two on failure in eclipse . concode_field_sep PlaceHolder placeHolder concode_field_sep void assertDateIsNow concode_elem_sep void assertDateWithinRange c...
void function ( ByteBuffer arg0 ) { logBuffer ( arg0 , "srini_string" ) ; }
logs info on a bytebuffer at level fine with name `` unknown '' concode_field_sep Logger log concode_elem_sep ByteBuffer EMPTY_BUFFER concode_field_sep ByteBuffer enlargeAndFillBuffer concode_elem_sep int copyAsMuchAsFits concode_elem_sep ByteBuffer enlargeBuffer
void function ( ) { if ( StringUtils . isNotBlank ( visibleConceptMapTypes ) ) { visibleConceptMapTypeArray = StringUtils . split ( visibleConceptMapTypes , "srini_string" ) ; } if ( StringUtils . isNotBlank ( hiddenConceptMapTypes ) ) { hiddenConceptMapTypeArray = StringUtils . split ( hiddenConceptMapTypes , "srini_s...
get the comma separated value of the concept map types names passed in as values for parameters concode_field_sep String[] hiddenConceptMapTypeArray concode_elem_sep Log log concode_elem_sep String visibleConceptMapTypes concode_elem_sep String[] visibleConceptMapTypeArray concode_elem_sep String hiddenConceptMapTypes ...
long function ( ) { return executionTimestamp ; }
gets the execution timestamp . concode_field_sep TestResult testResult concode_elem_sep long executionTimestamp concode_field_sep void init concode_elem_sep TestResult getTestResult concode_elem_sep void setTestResult concode_elem_sep void setExecutionTimestamp
Statement function ( ) { return filterStatement ; }
gets the value of the filterstatement property . concode_field_sep Statement filterStatement concode_field_sep void setFilterStatement
void function ( ) { closeAllSessions ( ) ; sysSession . close ( ) ; sysLobSession . close ( ) ; }
closes all sessions and system 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 Session newSysSession concode_e...
SocksMessageType function ( ) { return type ; }
returns the socksmessagetype of this socksmessage concode_field_sep SocksProtocolVersion protocolVersion concode_elem_sep SocksMessageType type concode_field_sep SocksProtocolVersion protocolVersion concode_elem_sep void encodeAsByteBuf
void function ( File arg0 ) { if ( arg0 . isDirectory ( ) ) { readPOMFromDirectory ( arg0 ) ; } else { readPOMFromJar ( arg0 ) ; } }
reads information from pom file and stores information about repositories and dependencies in this object . concode_field_sep String implementationVendorID concode_elem_sep String IMPLEMENTATION_TITLE concode_elem_sep String BUNDLE_SYMBOLIC_NAME concode_elem_sep String implementationVersion concode_elem_sep PomInformat...
boolean function ( ) { return false ; }
returns true if this module supports finding resources with the `` children '' scope . by default this method returns false . concode_field_sep PlaceHolder placeHolder concode_field_sep ResourceFinderResult findDescendantResources concode_elem_sep ResourceFinderResult findDescendantResources concode_elem_sep boolean is...
Constant function ( String arg0 ) { if ( s1 . hasField ( arg0 ) ) return s1 . getVal ( arg0 ) ; else return s2 . getVal ( arg0 ) ; }
returns the value of the specified field . the value is obtained from whichever scan contains the field . concode_field_sep Scan s1 concode_elem_sep Scan s2 concode_field_sep boolean next concode_elem_sep int getInt concode_elem_sep void beforeFirst concode_elem_sep String getString concode_elem_sep void close concode_...