Search
Preparing search index...
The search index is not available
Winter Cardinal
Options
All
Public
Public/Protected
All
Inherited
Externals
Only exported
Menu
Globals
controller/data/internal
SStringMemory
Class SStringMemory
Hierarchy
SScalarMemory
<
string
>
SStringMemory
Index
Constructors
constructor
Methods
cast_
compare
And
Set_
compare
ToIgnore
Case_
compare
To_
concat_
contains
All_
contains_
each_
ends
With_
equals
Ignore
Case_
equals_
find_
force
Initilized_
force
Revision_
force
ToUpdate_
force
Value_
forcibly_
from
Json_
from
String_
get
And
Set_
get
Authorized
Revision_
get
Name_
get
Revision_
get
Sent
Revision_
get
Sent
Sender
Id_
get
Type_
get
Wrapper_
get_
index
OfString_
index
Of_
initialize_
is
Empty_
is
Event
Stopped_
is
Initialized_
is
Local_
is
Locked_
is
Non
Null_
is
Not
Null_
is
Null_
is
Read
Only_
last
Index
OfString_
last
Index
Of_
length_
lock_
matches_
pack_
push
Event_
reset
Authorized
Revision_
reset
Sent
Sender
Id_
reset_
set
Authorized
Revision_
set
Sent
Sender
Id_
set_
size_
start
Event_
starts
With_
stop
Event_
substring_
to
Dirty_
to
Json_
to
Lower
Case_
to
String_
to
Upper
Case_
trigger
Events_
trim_
uninitialize_
unlock_
unpack_
Constructors
constructor
new SString
Memory
(
parent
:
SScalarParentMemory
, name
:
string
, properties
:
Properties
, lock
:
Lock
, wrapperConstructor
:
WrapperConstructor
)
:
SStringMemory
Parameters
parent:
SScalarParentMemory
name:
string
properties:
Properties
lock:
Lock
wrapperConstructor:
WrapperConstructor
Returns
SStringMemory
Methods
cast_
cast_
(
value
:
unknown
)
:
string
|
null
Parameters
value:
unknown
Returns
string
|
null
compare
And
Set_
compare
And
Set_
(
expected
:
string
|
null
, update
:
string
|
null
, forcibly
:
boolean
)
:
boolean
Parameters
expected:
string
|
null
update:
string
|
null
forcibly:
boolean
Returns
boolean
compare
ToIgnore
Case_
compare
ToIgnore
Case_
(
other
:
string
|
null
)
:
number
Parameters
other:
string
|
null
Returns
number
compare
To_
compare
To_
(
other
:
string
|
null
)
:
number
Parameters
other:
string
|
null
Returns
number
concat_
concat_
(
string
:
string
|
null
)
:
string
|
null
Parameters
string:
string
|
null
Returns
string
|
null
contains
All_
contains
All_
(
values
:
ArrayLike
<
unknown
>
, comparator
:
Comparator
, thisArg
:
unknown
)
:
boolean
Parameters
values:
ArrayLike
<
unknown
>
comparator:
Comparator
thisArg:
unknown
Returns
boolean
contains_
contains_
(
sequence
:
string
)
:
boolean
Parameters
sequence:
string
Returns
boolean
each_
each_
(
iteratee
:
Iteratee
<
any
,
any
,
any
>
, thisArg
:
unknown
, reverse
:
boolean
)
:
void
Parameters
iteratee:
Iteratee
<
any
,
any
,
any
>
thisArg:
unknown
reverse:
boolean
Returns
void
ends
With_
ends
With_
(
suffix
:
string
)
:
boolean
Parameters
suffix:
string
Returns
boolean
equals
Ignore
Case_
equals
Ignore
Case_
(
other
:
string
|
null
)
:
boolean
Parameters
other:
string
|
null
Returns
boolean
equals_
equals_
(
value
:
string
|
null
)
:
boolean
Parameters
value:
string
|
null
Returns
boolean
find_
find_
(
predicate
:
Iteratee
<
any
,
any
,
any
>
, thisArg
:
unknown
, reverse
:
boolean
)
:
unknown
Parameters
predicate:
Iteratee
<
any
,
any
,
any
>
thisArg:
unknown
reverse:
boolean
Returns
unknown
force
Initilized_
force
Initilized_
(
)
:
void
Returns
void
force
Revision_
force
Revision_
(
revision
:
number
)
:
void
Parameters
revision:
number
Returns
void
force
ToUpdate_
force
ToUpdate_
(
value
:
string
|
null
)
:
void
Parameters
value:
string
|
null
Returns
void
force
Value_
force
Value_
(
value
:
string
|
null
)
:
void
Parameters
value:
string
|
null
Returns
void
forcibly_
forcibly_
(
)
:
void
Returns
void
from
Json_
from
Json_
(
json
:
unknown
)
:
void
Parameters
json:
unknown
Returns
void
from
String_
from
String_
(
str
:
string
)
:
void
Parameters
str:
string
Returns
void
Protected
get
And
Set_
get
And
Set_
(
newValue
:
string
|
null
, forcibly
:
boolean
, update
:
boolean
)
:
string
|
null
Parameters
newValue:
string
|
null
forcibly:
boolean
update:
boolean
Returns
string
|
null
get
Authorized
Revision_
get
Authorized
Revision_
(
)
:
number
Returns
number
get
Name_
get
Name_
(
)
:
string
Returns
string
get
Revision_
get
Revision_
(
)
:
number
Returns
number
get
Sent
Revision_
get
Sent
Revision_
(
)
:
number
Returns
number
get
Sent
Sender
Id_
get
Sent
Sender
Id_
(
)
:
number
Returns
number
get
Type_
get
Type_
(
)
:
SType
Returns
SType
get
Wrapper_
get
Wrapper_
(
)
:
Connectable
Returns
Connectable
get_
get_
(
)
:
string
|
null
Returns
string
|
null
index
OfString_
index
OfString_
(
substring
:
string
, fromIndex
:
number
)
:
number
Parameters
substring:
string
fromIndex:
number
Returns
number
index
Of_
index
Of_
(
value
:
unknown
, comparator
:
Comparator
, thisArg
:
unknown
)
:
number
Parameters
value:
unknown
comparator:
Comparator
thisArg:
unknown
Returns
number
initialize_
initialize_
(
)
:
void
Returns
void
is
Empty_
is
Empty_
(
)
:
boolean
Returns
boolean
is
Event
Stopped_
is
Event
Stopped_
(
)
:
boolean
Returns
boolean
is
Initialized_
is
Initialized_
(
)
:
boolean
Returns
boolean
is
Local_
is
Local_
(
)
:
boolean
Returns
boolean
is
Locked_
is
Locked_
(
)
:
boolean
Returns
boolean
is
Non
Null_
is
Non
Null_
(
)
:
boolean
Returns
boolean
is
Not
Null_
is
Not
Null_
(
)
:
boolean
Returns
boolean
is
Null_
is
Null_
(
)
:
boolean
Returns
boolean
is
Read
Only_
is
Read
Only_
(
)
:
boolean
Returns
boolean
last
Index
OfString_
last
Index
OfString_
(
substring
:
string
, fromIndex
:
number
)
:
number
Parameters
substring:
string
fromIndex:
number
Returns
number
last
Index
Of_
last
Index
Of_
(
value
:
unknown
, comparator
:
Comparator
, thisArg
:
unknown
)
:
number
Parameters
value:
unknown
comparator:
Comparator
thisArg:
unknown
Returns
number
length_
length_
(
)
:
number
Returns
number
lock_
lock_
(
)
:
void
Returns
void
matches_
matches_
(
regex
:
RegExp
|
string
)
:
boolean
Parameters
regex:
RegExp
|
string
Returns
boolean
pack_
pack_
(
dynamicInfoDataMap
:
DynamicInfoDataMap
|
null
, senderId
:
number
)
:
DynamicInfoDataMap
Parameters
dynamicInfoDataMap:
DynamicInfoDataMap
|
null
senderId:
number
Returns
DynamicInfoDataMap
push
Event_
push
Event_
(
name
:
string
, args
:
unknown
[]
)
:
void
Parameters
name:
string
args:
unknown
[]
Returns
void
reset
Authorized
Revision_
reset
Authorized
Revision_
(
)
:
void
Returns
void
reset
Sent
Sender
Id_
reset
Sent
Sender
Id_
(
)
:
void
Returns
void
reset_
reset_
(
)
:
string
|
null
Returns
string
|
null
set
Authorized
Revision_
set
Authorized
Revision_
(
authorizedRevision
:
number
)
:
void
Parameters
authorizedRevision:
number
Returns
void
set
Sent
Sender
Id_
set
Sent
Sender
Id_
(
senderId
:
number
)
:
void
Parameters
senderId:
number
Returns
void
set_
set_
(
value
:
string
|
null
, forcibly
:
boolean
)
:
string
|
null
Parameters
value:
string
|
null
forcibly:
boolean
Returns
string
|
null
size_
size_
(
)
:
number
Returns
number
start
Event_
start
Event_
(
)
:
this
Returns
this
starts
With_
starts
With_
(
prefix
:
string
, offset
:
number
)
:
boolean
Parameters
prefix:
string
offset:
number
Returns
boolean
stop
Event_
stop
Event_
(
)
:
this
Returns
this
substring_
substring_
(
beginIndex
:
number
, endIndex
:
number
)
:
string
Parameters
beginIndex:
number
endIndex:
number
Returns
string
to
Dirty_
to
Dirty_
(
)
:
void
Returns
void
to
Json_
to
Json_
(
)
:
unknown
Returns
unknown
to
Lower
Case_
to
Lower
Case_
(
)
:
string
|
null
Returns
string
|
null
to
String_
to
String_
(
)
:
string
Returns
string
to
Upper
Case_
to
Upper
Case_
(
)
:
string
|
null
Returns
string
|
null
trigger
Events_
trigger
Events_
(
eventArgumentMap
:
EventArgumentMap
, eventArgumentList
:
EventArgumentList
, isFirst
:
boolean
)
:
void
Parameters
eventArgumentMap:
EventArgumentMap
eventArgumentList:
EventArgumentList
isFirst:
boolean
Returns
void
trim_
trim_
(
)
:
string
|
null
Returns
string
|
null
uninitialize_
uninitialize_
(
)
:
void
Returns
void
unlock_
unlock_
(
)
:
void
Returns
void
unpack_
unpack_
(
origin
:
unknown
, value
:
unknown
, revision
:
number
)
:
void
Parameters
origin:
unknown
value:
unknown
revision:
number
Returns
void
Globals
Internals
controller
controller/data
event
exception
io
server
util
util/dom
util/lang
Externals
controller/data/internal
controller/internal
controller/internal/info
event/internal
exception/internal
server/internal
util/internal
util/lang/internal
SString
Memory
constructor
cast_
compare
And
Set_
compare
ToIgnore
Case_
compare
To_
concat_
contains
All_
contains_
each_
ends
With_
equals
Ignore
Case_
equals_
find_
force
Initilized_
force
Revision_
force
ToUpdate_
force
Value_
forcibly_
from
Json_
from
String_
get
And
Set_
get
Authorized
Revision_
get
Name_
get
Revision_
get
Sent
Revision_
get
Sent
Sender
Id_
get
Type_
get
Wrapper_
get_
index
OfString_
index
Of_
initialize_
is
Empty_
is
Event
Stopped_
is
Initialized_
is
Local_
is
Locked_
is
Non
Null_
is
Not
Null_
is
Null_
is
Read
Only_
last
Index
OfString_
last
Index
Of_
length_
lock_
matches_
pack_
push
Event_
reset
Authorized
Revision_
reset
Sent
Sender
Id_
reset_
set
Authorized
Revision_
set
Sent
Sender
Id_
set_
size_
start
Event_
starts
With_
stop
Event_
substring_
to
Dirty_
to
Json_
to
Lower
Case_
to
String_
to
Upper
Case_
trigger
Events_
trim_
uninitialize_
unlock_
unpack_
Generated using
TypeDoc