MCPcopy Create free account

hub / github.com/0x-2a/Intellij-Colors-Sublime-Monokai / functions

Functions137 in github.com/0x-2a/Intellij-Colors-Sublime-Monokai

Methodfind_ceil
(node)
code-samples/python.py:118
Methodfind_floor
(node)
code-samples/python.py:144
Methodfloor
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
MethodgetFilename
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
MethodgetFilenameExtension
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
Methodh
(str)
code-samples/ruby.rb:51
Methodheight
code-samples/kotlin.kt:35
Methodinfix
code-samples/kotlin.kt:14
Methodinner_find
Return the appropriate parent node for our new node as well as the side it should be on
code-samples/python.py:467
Methodintercept
(req: HttpRequest<any>, next: HttpHandler)
code-samples/typescript.ts:12
Functionmain
Block comment */
code-samples/rust.rs:37
Functionmain
you can call it without specifying all parameters
code-samples/go.go:18
MethodmergeStringArrays
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
Methodnew_upload_io
(path_or_io, params)
code-samples/ruby.rb:172
Methodoperator()
code-samples/cpp.cpp:138
MethodparseLocaleString
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
MethodpathEquals
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
Methodpostfix
code-samples/kotlin.kt:20
MethodquoteIfString
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
Methodremove
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
MethodremoveDuplicateStrings
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
Methodsingleton_class
(obj)
code-samples/ruby.rb:156
MethodsortStringArray
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
MethodsplitArrayElementsIntoProperties
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
MethodstartsWithIgnoreCase
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
MethodstripFilenameExtension
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
MethodsubstringMatch
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
MethodtoLanguageTag
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
MethodtrimAllWhitespace
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
MethodtrimArrayElements
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
MethodtrimTrailingCharacter
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
MethodtrimTrailingWhitespace
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
MethodtrimWhitespace
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
Methoduncapitalize
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
Methodunqualify
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
MethodvisitNodesAtLevel
code-samples/kotlin.kt:26
Methodwrite
(&mut self, buf: &[u8])
code-samples/rust.rs:29
← previous101–137 of 137, ranked by callers