Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0x-2a/Intellij-Colors-Sublime-Monokai
/ functions
Functions
137 in github.com/0x-2a/Intellij-Colors-Sublime-Monokai
⨍
Functions
137
◇
Types & classes
25
Method
find_ceil
(node)
code-samples/python.py:118
Method
find_floor
(node)
code-samples/python.py:144
Method
floor
Given a value, return the closest value that is equal or less than it, returning None when no such exists
code-samples/python.py:136
Method
getFilename
Extract the filename from the given path, e.g. "mypath/myfile.txt" -> "myfile.txt". @param path the file path (may be {@code null}) @return the extra
code-samples/java.java:551
Method
getFilenameExtension
Extract the filename extension from the given path, e.g. "mypath/myfile.txt" -> "txt". @param path the file path (may be {@code null}) @return the ex
code-samples/java.java:566
Method
h
(str)
code-samples/ruby.rb:51
Method
height
code-samples/kotlin.kt:35
Method
infix
code-samples/kotlin.kt:14
Method
inner_find
Return the appropriate parent node for our new node as well as the side it should be on
code-samples/python.py:467
Method
intercept
(req: HttpRequest<any>, next: HttpHandler)
code-samples/typescript.ts:12
Function
main
Block comment */
code-samples/rust.rs:37
Function
main
you can call it without specifying all parameters
code-samples/go.go:18
Method
mergeStringArrays
Merge the given String arrays into one, with overlapping array elements only included once. <p>The order of elements in the original arrays is preserv
code-samples/java.java:812
Method
new_upload_io
(path_or_io, params)
code-samples/ruby.rb:172
Method
operator()
code-samples/cpp.cpp:138
Method
parseLocaleString
Parse the given {@code localeString} value into a {@link Locale}. <p>This is the inverse operation of {@link Locale#toString Locale's toString}. @par
code-samples/java.java:706
Method
pathEquals
Compare two paths after normalization of them. @param path1 first path for comparison @param path2 second path for comparison @return whether the two
code-samples/java.java:693
Method
postfix
code-samples/kotlin.kt:20
Method
quoteIfString
Turn the given Object into a String with single quotes if it is a String; keeping the Object as-is else. @param obj the input Object (e.g. "myString"
code-samples/java.java:481
Method
remove
Try to get a node with 0 or 1 children. Either the node we're given has 0 or 1 children or we get its successor.
code-samples/python.py:87
Method
removeDuplicateStrings
Remove duplicate Strings from the given array. Also sorts the array, as it uses a TreeSet. @param array the String array @return an array without dup
code-samples/java.java:900
Method
singleton_class
(obj)
code-samples/ruby.rb:156
Method
sortStringArray
Turn given source String array into sorted array. @param array the source array @return the sorted array (never {@code null})
code-samples/java.java:835
Method
splitArrayElementsIntoProperties
Take an array Strings and split each element based on the given delimiter. A {@code Properties} instance is then generated, with the left of the delim
code-samples/java.java:946
Method
startsWithIgnoreCase
Test if the given String starts with the specified prefix, ignoring upper/lower case. @param str the String to check @param prefix the prefix to l
code-samples/java.java:318
Method
stripFilenameExtension
Strip the filename extension from the given path, e.g. "mypath/myfile.txt" -> "mypath/myfile". @param path the file path (may be {@code null}) @retur
code-samples/java.java:589
Method
substringMatch
Test whether the given string matches the given substring at the given index. @param str the original string (or StringBuilder) @param index
code-samples/java.java:365
Method
toLanguageTag
Determine the RFC 3066 compliant language tag, as used for the HTTP "Accept-Language" header. @param locale the Locale to transform to a language tag
code-samples/java.java:743
Method
trimAllWhitespace
Trim <i>all</i> whitespace from the given String: leading, trailing, and inbetween characters. @param str the String to check @return the trimmed Str
code-samples/java.java:221
Method
trimArrayElements
Trim the elements of the given String array, calling {@code String.trim()} on each of them. @param array the original String array @return the result
code-samples/java.java:881
Method
trimTrailingCharacter
Trim all occurences of the supplied trailing character from the given String. @param str the String to check @param trailingCharacter t
code-samples/java.java:298
Method
trimTrailingWhitespace
Trim trailing whitespace from the given String. @param str the String to check @return the trimmed String @see java.lang.Character#isWhitespace
code-samples/java.java:262
Method
trimWhitespace
Trim leading and trailing whitespace from the given String. @param str the String to check @return the trimmed String @see java.lang.Character#isWhit
code-samples/java.java:199
Method
uncapitalize
Uncapitalize a {@code String}, changing the first letter to lower case as per {@link Character#toLowerCase(char)}. No other letters are changed. @par
code-samples/java.java:526
Method
unqualify
Unqualify a string qualified by a '.' dot character. For example, "this.name.is.qualified", returns "qualified". @param qualifiedName the qualified n
code-samples/java.java:491
Method
visitNodesAtLevel
code-samples/kotlin.kt:26
Method
write
(&mut self, buf: &[u8])
code-samples/rust.rs:29
← previous
101–137 of 137, ranked by callers