Search Results

phobos
std.​string.​strip

Strips both leading and trailing whitespace (as defined by std.uni.isWhite) or as specified in the second argument.

dextool
dextool.​plugin.​mutate.​backend.​database.​standalone.​DbFile.​trim
Undocumented in source. Be warned that the author may not have intended to support it.
tango
tango.​text.​Util.​trim

Trim the provided array by stripping whitespace from both ends. Returns a slice of the original content

hipreme_engine
directx.​dxgi1_3.​IDXGIDevice3.​Trim
Undocumented in source.
ocean
ocean.​text.​convert.​Integer_tango.​trim

Strip leading whitespace, extract an optional +/- sign, and an optional radix prefix. If the radix value matches an optional prefix, or the radix is zero, the prefix will be consumed and assigned. Where the radix is non zero and does not match an explicit prefix, the latter will remain unconsumed. Otherwise, radix will default to 10.

fast_pack
fast_pack.​TexturePackerConfig.​trim

Trim alpha space out of textures to shrink them This will create a new object in memory for each texture trimmed! Default is: false

tango
tango.​text.​convert.​Integer.​trim

Strip leading whitespace, extract an optional +/- sign, and an optional radix prefix. If the radix value matches an optional prefix, or the radix is zero, the prefix will be consumed and assigned. Where the radix is non zero and does not match an explicit prefix, the latter will remain unconsumed. Otherwise, radix will default to 10.

ocean
ocean.​text.​util.​StringSearch.​StringSearch.​trim

Trims white space from "str".

ocean
ocean.​text.​Util.​trim

Trim the provided array by stripping whitespace from both ends. Returns a slice of the original content

betterc
betterc.​ds.​vector.​Vector.​trim

Trims the capacity of the vector to be the vector's current size.

ae
ae.​utils.​graphics.​view.​trim.​trim
Undocumented in source. Be warned that the author may not have intended to support it.
hunt-sql
hunt.​sql.​builder.​FunctionBuilder.​FunctionBuilder.​trim
Undocumented in source. Be warned that the author may not have intended to support it.
hunt-sql
hunt.​sql.​util.​FnvHash.​FnvHash.​Constants.​TRIM
Undocumented in source.
vibe-d
vibe.​db.​redis.​types.​RedisList.​trim
Undocumented in source. Be warned that the author may not have intended to support it.
ae
ae.​utils.​graphics.​view.​trim

Returns the smallest window containing all pixels that satisfy the given predicate.

hipreme_engine
directx.​dcomp.​IDCompositionVirtualSurface.​Trim
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
tango
tango.​text.​Text.​Text.​trim

Remove leading and trailing whitespace from this Text, and reset the selection to the trimmed content

hunt-sql
hunt.​sql.​visitor.​functions.​Trim.​Trim
Undocumented in source.
adrdox
adrdox.​main.​GitIgnore.​trim
Undocumented in source. Be warned that the author may not have intended to support it.
ocean
ocean.​text.​util.​SplitIterator.​ISplitIterator.​trim

Trims white space from str.