Search results

From Sputnik Wiki
Jump to: navigation, search
  • Sputniks strings are ALL UNICODE you can only print UNICODE specific symbols to the console if you c \L Transform all following letters to lowercase
    72 KB (10,669 words) - 11:57, 27 September 2015
  • == Function Reference == === How to create a Function ===
    124 KB (17,206 words) - 07:54, 20 December 2015
  • All the Else If, Else Unless and Else blocks are optional. [[Category:Core Function]]
    2 KB (294 words) - 12:38, 14 June 2015
  • ... exists (This uses a hardcoded jump and does not reply on Sputniks goto at all so it should be be a lot faster). ...ump to. (This uses a hardcoded jump and does not reply on Sputniks goto at all so it should be be a lot faster).
    3 KB (487 words) - 12:38, 14 June 2015
  • ... exists (This uses a hardcoded jump and does not reply on Sputniks goto at all so it should be be a lot faster). ...ump to. (This uses a hardcoded jump and does not reply on Sputniks goto at all so it should be be a lot faster).
    5 KB (849 words) - 12:38, 14 June 2015
  • There are SOME exceptions in Sputnik that are core critical and will ignore the try/catch and half the script instantly with t Function __Construct($Message, $Code, $myParam, $Parent)
    6 KB (907 words) - 10:05, 21 June 2015
  • Default: false (All strings in Sputnik are Unicode to save them to file you must specifically r You can set the File Steam pointer location with [[Core Function FileSeek|FileSeek( <file>, <offset>, <flag> )]].
    1 KB (204 words) - 12:38, 14 June 2015
  • Default: false (All strings in Sputnik are Unicode to save them to file you must specifically r [[Category:Core Function]]
    2 KB (255 words) - 12:38, 14 June 2015
  • Read all lines of text from a previously opened text file (Or specify a name of a fi Success: Returns an array of all lines
    1 KB (138 words) - 12:38, 14 June 2015
  • Save all text to a file. Default: false (All strings in Sputnik are Unicode to save them to file you must specifically r
    1 KB (130 words) - 12:38, 14 June 2015
  • Load all text from a file. [[Category:Core Function]]
    506 B (59 words) - 12:38, 14 June 2015
  • Returns a formatted string (similar to the C sprintf() function). When using arrays you may have any/all/none of the following Keys (Case-Sensitive):
    32 KB (4,288 words) - 12:38, 14 June 2015
  • b A bit string (ascending bit order inside each byte, like the Vec() function) ...of ASCII you should check out [[Core Function BinaryToStr|BinaryToStr( )]] function.
    21 KB (3,115 words) - 19:17, 18 September 2015
  • See [[Core Function Pack|Pack( )]] for an explanation of the format codes. An binary array of bytes such as one produced by the Pack function.
    3 KB (523 words) - 12:38, 14 June 2015
  • ...ments blocks that will instantly start over from the top and begin the try all over again. Unlike a normal function throw uses use parentheses example:
    5 KB (702 words) - 12:38, 14 June 2015
  • Optional; Delete all functions/classes etc inserted by the Eval() statement after the Eval() end Optional; If enabled all print,echo,say etc statements will print to the return value instead of the
    5 KB (794 words) - 12:38, 14 June 2015
  • // Now show all println( "All:" );
    1 KB (135 words) - 12:38, 14 June 2015
  • Default is all remaining bytes; [[Category:Core Function]]
    2 KB (206 words) - 12:38, 14 June 2015
  • Default is all remaining bytes; [[Category:Core Function]]
    1 KB (196 words) - 12:38, 14 June 2015
  • ... 4 bytes to write the size of the binary variable array then it will write all the bytes of the array; You can load the file back into a binary variable b [[Category:Core Function]]
    1 KB (185 words) - 12:38, 14 June 2015
  • This will wipe not only this variable but all variables that are using to this binary variable as a ref etc. [[Category:Core Function]]
    918 B (111 words) - 12:38, 14 June 2015
  • Optional; The byte to place into all new slots (Assuming the new array is larger than the old). [[Category:Core Function]]
    1 KB (159 words) - 12:38, 14 June 2015
  • If you have multiple expressions to be checked here it will require ALL of them to be true ...ll print the same as the one above since it will only continue looping if *all* the comparisons are *true*
    5 KB (669 words) - 12:38, 14 June 2015
  • ...t and return it in the $1 $2 etc etc however it does not support returning all matches at this time. g = Match all occurrences of the pattern in the string (Default is only match the first).
    39 KB (4,712 words) - 20:17, 23 June 2015
  • * All properties are public and cannot be private however you could restrict the By default all functions are public and there is no *Public* keyword since they are automa
    20 KB (2,768 words) - 18:39, 21 September 2015
  • Function <name> ( <Parameters> ... ) // Check if the function already exists and
    8 KB (1,155 words) - 10:08, 20 September 2015
  • Function __Construct ( <Parameters> ... ) === Function ===
    4 KB (551 words) - 12:37, 14 June 2015
  • Treat a given string as if it was a Sputnik "string" and parse all stuff inside it such as $variables etc. [[Category:Core Function]]
    1 KB (136 words) - 12:37, 14 June 2015
  • RunCapture( <file>, <arguments>, <workdir>, <flag>, <function> ) ==== function ====
    2 KB (227 words) - 12:37, 14 June 2015
  • This function is useful for reading columns of data from a text file where the columns (f 2 = Trim All
    2 KB (348 words) - 12:37, 14 June 2015
  • This function is useful for reading columns of data from a text file where the columns (f 2 = Trim All
    2 KB (344 words) - 12:37, 14 June 2015
  • Print all process names and pids : A simple function to accept a process name and return its pid or return -1 :
    1 KB (142 words) - 12:38, 14 June 2015
  • You can add infinitely more expressions and compare them all to find the max. [[Category:Core Function]]
    714 B (79 words) - 12:38, 14 June 2015
  • Sputnik can send all ASCII and Extended ASCII characters (0-255), to send UNICODE characters you However, if a user is holding down the Shift key when a Send function begins, text may be sent in uppercase.
    9 KB (1,389 words) - 12:38, 14 June 2015
  • It also has a huge amount of functions in its core that are very fast (avoiding the user having to reinvent the wheel and havi ...u need to do to accomplish tasks as such it uses the typical $Variable for all data types (even arrays) (unlike Perl where you must do @ and % and it can
    19 KB (3,356 words) - 20:07, 18 September 2015
  • ...e first hotkey A will create a tooltip and the second hotkey B will delete all tooltips Function lol()
    2 KB (279 words) - 12:38, 14 June 2015
  • You can add infinitely more expressions and compare them all to find the min. [[Category:Core Function]]
    714 B (79 words) - 12:38, 14 June 2015
  • Add all functions etc from a file for use and execute all expressions. This function will execute all statements it can when it includes a file so its good for including a file
    654 B (90 words) - 12:38, 14 June 2015
  • Add all functions etc from a file for use but does not execute any expressions. This function will NOT execute all statements it can when it includes a file so its good for including a file
    667 B (93 words) - 12:38, 14 June 2015
  • File type filter such as "All|*.*" or "Text files|*.txt" [[Category:Core Function]]
    1 KB (215 words) - 12:38, 14 June 2015
  • File type filter such as "All|*.*" or "Text files|*.txt" Success: Returns all the chosen files as an array.
    2 KB (228 words) - 12:38, 14 June 2015
  • ...e first hotkey A will create a tooltip and the second hotkey B will delete all tooltips Function lol()
    1 KB (172 words) - 12:38, 14 June 2015
  • Keep GUI windows active by dispatching all messages in the queue. [[Category:Core Function]]
    661 B (89 words) - 12:38, 14 June 2015
  • Create an array of all items and their array size with total byte size [[Category:Core Function]]
    1 KB (215 words) - 12:38, 14 June 2015
  • If no tag is given all tags and values will be returned as an array. [[Category:Core Function]]
    839 B (124 words) - 12:38, 14 June 2015
  • All values including Ints will be printed as if it was a string. [[Category:Core Function]]
    746 B (101 words) - 12:38, 14 June 2015
  • All values including Ints will be printed as if it was a string. [[Category:Core Function]]
    831 B (113 words) - 12:38, 14 June 2015
  • Threads( ) -- Return an array of all threads [[Category:Core Function]]
    611 B (64 words) - 12:38, 14 June 2015
  • // Print all chars // Print all chars using the []
    3 KB (413 words) - 09:49, 19 September 2015
  • // All done [[Category:Core Function]]
    657 B (75 words) - 09:57, 19 September 2015
  • Returns string in all lower case. // All done
    667 B (77 words) - 09:57, 19 September 2015
  • my $Clients = array(); // Create an array to hold all clients that connect // Loop through all clients
    5 KB (664 words) - 06:13, 15 June 2015
  • Copy all text from a URL and return it as a string. URL to get all text from
    448 B (54 words) - 12:38, 14 June 2015
  • g = Match all occurrences of the pattern in the string (Default is only match the first). See [[Core Function Regex Match|<Expression> =~ m/pattern/flags]] for details on Regexp and how
    7 KB (1,027 words) - 20:16, 23 June 2015
  • Reverse all characters in a string. // All done
    783 B (96 words) - 09:58, 19 September 2015
  • This function is useful for reading columns of data from a text file where the columns (f 2 = Trim All
    5 KB (695 words) - 14:59, 18 June 2015
  • Use a function to receive all messages windows sends to the GUI object (HWND, MSG, WPARAM, LPARAM). Either a command to execute or a function to call etc.
    2 KB (234 words) - 12:37, 14 June 2015
  • Creates all directories and subdirectories as specified by path. [[Category:Core Function]]
    384 B (41 words) - 12:56, 2 December 2011
  • Default -1 (Replace all). [[Category:Core Function]]
    1 KB (137 words) - 13:56, 2 December 2011
  • Minimizes all windows. [[Category:Core Function]]
    384 B (35 words) - 12:37, 14 June 2015
  • See "WinTitleMatchMode" in [[Core Function Opt|Opt]] Opt( "WinDetectNoTitle", 0 ); // Do not check windows that have no title at all
    956 B (114 words) - 12:37, 14 June 2015
  • The modes are set with the Opt() function using the WinTitleMatchMode and WinTextMatchMode option. * '''INSTANCE''' - The 1-based instance when all given properties match
    4 KB (640 words) - 12:37, 14 June 2015
  • The same name will block all threads that try to access it no matter how many there are. Function ThreadFunc() // Both threads will try use this function
    2 KB (235 words) - 12:37, 14 June 2015
  • Optional; If filler is given it will be used to preset all the bytes allocated to this number. Usually used to zero all the data during allocation.
    950 B (122 words) - 12:37, 14 June 2015
  • Get an array of all files in a directory. Get all files in current folder
    1 KB (184 words) - 12:37, 14 June 2015
  • Get an array of all folders in a directory. Get all folders in current folder
    1 KB (186 words) - 12:37, 14 June 2015
  • Copies a directory and all sub-directories and files (Similar to xcopy). [[Category:Core Function]]
    554 B (62 words) - 12:37, 14 June 2015
  • All links spawn a variable called $mkeys which can be used to check if any Modi Also all links spawn a variable called $me which contains the GUI Object that the li
    16 KB (2,132 words) - 12:37, 14 June 2015
  • //GUIDataGrid($GS, "Clear");// Uncomment to delete all data in the Data Grid $Columns = GUIDataGrid($GS, "GetColumns"); // Get array of all columns
    6 KB (734 words) - 12:37, 14 June 2015
  • Return array of all cells selected by user Allow all one type
    5 KB (603 words) - 12:37, 14 June 2015
  • Default: false (All strings in Sputnik are Unicode to save them to file you must specifically r You can set the File Steam pointer location with [[Core Function FileSeek|FileSeek( )]].
    2 KB (239 words) - 10:37, 18 June 2015
  • The timer will execute its code totally independent of all other code (Same as every other Link code) // Link timer to a function
    1 KB (174 words) - 12:37, 14 June 2015
  • Default: false (All strings in Sputnik are Unicode to save them to file you must specifically r [[Category:Core Function]]
    1 KB (171 words) - 10:38, 18 June 2015
  • Delete all items from the item list Get all the items as an array
    5 KB (593 words) - 12:37, 14 June 2015
  • Unselect any/all items Delete all items from the item list
    4 KB (439 words) - 12:37, 14 June 2015
  • Cycle through all Name + Values in an enum [[Category:Core Function]]
    600 B (66 words) - 12:37, 14 June 2015
  • Use a function to receive all the WindProc messages windows sends to the GUI window (HWND, MSG, WPARAM, L Either a command to execute or a function to call etc.
    2 KB (300 words) - 12:37, 14 June 2015
  • UnsetFunction( <function-name> ) Delete a previous user defined Function from Sputnik.
    2 KB (269 words) - 12:37, 14 June 2015
  • ==== function-name ==== ...ugin system that adds a series of classes you could make the plugin remove all classes when a command is typed.
    1 KB (193 words) - 12:37, 14 June 2015
  • ... plugin system that adds a series of enum you could make the plugin remove all enum when a command is typed. [[Category:Core Function]]
    1 KB (182 words) - 12:37, 14 June 2015
  • ...n system that adds a series of dllstructs you could make the plugin remove all dllstructs when a command is typed. [[Category:Core Function]]
    1 KB (181 words) - 12:37, 14 June 2015
  • ...tory then lib, include folders of current and Sputnik then check for it in all "path" variable and so on. [[Category:Core Function]]
    775 B (108 words) - 11:03, 18 June 2015
  • Return an array of all user defined functions (Or just ones fitting a given pattern). ...xt to find contained in the function names or a regex to match against the function names.
    984 B (130 words) - 12:37, 14 June 2015
  • In this example it returns all KEYS that match in the Hash(Dictionary) instead of the values Function _GrepKeys( $input, $pattern, $flags = 0 )
    2 KB (289 words) - 12:37, 14 June 2015
  • Create an array containing all KEYS from a Hash (Dictionary) 0 = Return all keys (default)
    719 B (88 words) - 12:37, 14 June 2015
  • Create an array containing all VALUES from a Hash (Dictionary) 0 = Return all values (default)
    765 B (92 words) - 12:37, 14 June 2015
  • // Of course it can use all the operators [[Category:Core Function]]
    4 KB (512 words) - 12:37, 14 June 2015
  • Return an array of all user defined classes (Or just ones fitting a given pattern). // All classes
    1 KB (151 words) - 09:25, 19 June 2015
  • Return an array of all user defined enums (Or just ones fitting a given pattern). // All enums
    947 B (134 words) - 12:37, 14 June 2015
  • Return an array of all user defined DLLStructLists (Or just ones fitting a given pattern). // All DLLStructLists
    1 KB (146 words) - 12:37, 14 June 2015
  • Warning this function will compare the source to the needle to the LENGTH of the source... This m ...full size of the source against everything it can in the needle and it was all a match so naturally the compare should be true.
    4 KB (534 words) - 12:37, 14 June 2015
  • Clear all text from the console window. [[Category:Core Function]]
    573 B (60 words) - 12:37, 14 June 2015
  • If this param is a string then it will check all the chars in the string + any specials see remarks. It should be noted this function only check if the key/keys are down when the function is called only it is not the same as HotKeySet() since this only checks whe
    8 KB (1,196 words) - 12:37, 14 June 2015
  • Prints all details about a variable in a way thats easy for humans to read it (Will pr [[Category:Core Function]]
    888 B (118 words) - 12:37, 14 June 2015
  • Returns an array containing all the lines from a string. Success: Returns array of all lines.
    1 KB (173 words) - 12:37, 14 June 2015
  • /////////////////////////// THE FUNCTION BELOW Function Completed()
    6 KB (644 words) - 12:37, 14 June 2015
  • Function Testy() //GUITabSheet($Tab, "Clear"); // Uncomment to delete all pages
    2 KB (272 words) - 12:37, 14 June 2015
  • Function Testy() //GUITabSheet($Tab, "Clear"); // Uncomment to delete all pages
    2 KB (249 words) - 12:37, 14 June 2015
  • Get an array of all the tab names. Get an array of all the tab texts.
    2 KB (247 words) - 12:37, 14 June 2015
  • Success: Returns array of all captured objects from the parsed string. ...be returned as an array. Otherwise, if optional parameters are passed, the function will return the number of assigned values.
    7 KB (1,158 words) - 12:37, 14 June 2015
  • Exchanges all keys with their associated values in an array [[Category:Core Function]]
    820 B (120 words) - 12:37, 14 June 2015
  • All actions apply to the array and only return VALUES not keys. [[Category:Core Function]]
    3 KB (319 words) - 12:37, 14 June 2015
  • There are exceptions though push, insert, unshift etc etc all move the index properly (push wont reorder the array but it will append to To solve this issue you can use the Order() function.
    2 KB (324 words) - 12:37, 14 June 2015
  • Returns the sum of all the parameters. Returns the sum of all the parameters.
    413 B (42 words) - 12:37, 14 June 2015
  • Obtain information on all variables that exist in a given scope or class. Success: Returns array of all found variables (Their name and information NOT their content).
    5 KB (668 words) - 12:55, 23 June 2015
  • ...nction from a DLL and transform it to act and behave like a normal Sputnik function (Can load thousands functions at a time and even save the loaded stuff to D It must be an array of all functions to import from DLLs
    1 KB (177 words) - 12:37, 14 June 2015
  • See [[Core Function DLLImport|DLLImport( <varies...> )]] for description ...me you call the function (Using the DLL is 10000x faster than regenerating all the calling code every time).
    6 KB (839 words) - 12:09, 21 September 2015
  • See [[Core Function DLLImport|DLLImport( <varies...> )]] for description The name of the DLL you want to import a function from
    4 KB (599 words) - 19:15, 18 September 2015
  • ... the array declaration use the same key, only the last one will be used as all others are overwritten. // Rest of BMP, excluding all non-characters (such as surrogates)
    3 KB (404 words) - 12:37, 14 June 2015
  • ...wards infact an array can start at any number and jump all over place this all depends where the user has placed items into the array. If the user uses push() then all items in array will be correct order.
    2 KB (272 words) - 18:37, 21 September 2015
  • Return an array of all the keys at this location in the registry. Success: Returns array containing all the found keys.
    712 B (97 words) - 12:12, 21 June 2015
  • Return an array of all the values at this location in the registry. Success: Returns array containing all the found values.
    1 KB (136 words) - 12:12, 21 June 2015
  • Note - If "strict" is true when the needle is a Regex then it will require all the values to be STRING or else it will not match. Optional; Flag to choose if the search will ignore all keys in the array that are not numeric
    5 KB (699 words) - 12:37, 14 June 2015
  • Note - If "strict" is true when the needle is a Regex then it will require all the values to be STRING or else it will not match. Optional; Flag to choose if the search will ignore all keys in the array that are not numeric
    2 KB (321 words) - 12:37, 14 June 2015
  • Note - If "strict" is true when the needle is a Regex then it will require all the values to be STRING or else it will not match. Optional; Flag to choose if the search will ignore all keys in the array that are not numeric
    2 KB (317 words) - 12:37, 14 June 2015
  • Note - If "strict" is true when the needle is a Regex then it will require all the values to be STRING or else it will not match. Optional; Flag to choose if the search will ignore all keys in the array that are not numeric
    2 KB (322 words) - 12:37, 14 June 2015
  • Note - If "strict" is true when the needle is a Regex then it will require all the values to be STRING or else it will not match. Optional; Flag to choose if the search will ignore all keys in the array that are not numeric
    2 KB (288 words) - 12:37, 14 June 2015
  • Note - If "strict" is true when the needle is a Regex then it will require all the values to be STRING or else it will not match. Optional; Flag to choose if the search will ignore all keys in the array that are not numeric
    2 KB (315 words) - 12:37, 14 June 2015
  • Note - If "strict" is true when the needle is a Regex then it will require all the values to be STRING or else it will not match. Optional; Flag to choose if the search will ignore all keys in the array that are not numeric
    2 KB (332 words) - 12:37, 14 June 2015
  • Counts all the values of an array. function iCountValues($arr, $lower = true)
    1 KB (161 words) - 12:37, 14 June 2015
  • Counts the sum total of all the values of an array. This is recursive and it will collect the sum from all additional arrays contained every array it finds.
    612 B (75 words) - 12:37, 14 June 2015
  • // These two examples replace all of $var with 'bob'. [[Category:Core Function]]
    2 KB (234 words) - 12:37, 14 June 2015
  • Default: -1 (replace all) Of course it will replace all it finds
    5 KB (735 words) - 12:37, 14 June 2015
  • ...his means when you use StrNew() to create a string with say 100 length and all null terminators then the string will be 100 chars in size. // but fits all way to null term so 2 in size
    2 KB (255 words) - 10:09, 19 September 2015
  • Dynamically call a function in a DLL. See [[Core Function DLLImport|DLLImport( <varies...> )]] for DLLName
    4 KB (553 words) - 12:37, 14 June 2015
  • See [[Core Function Regex Replace|<Expression> =~ s/pattern/replacement/flags]] for information Can also be a function etc if using the /e flag.
    3 KB (500 words) - 12:37, 14 June 2015
  • Remove all escapes from a string. This removes all escapes from a string regardless if the escape is valid or not so even \# w
    2 KB (227 words) - 12:37, 14 June 2015
  • // All upper and lower-case letters will be escaped .... Only the start, end and period characters will be escaped. Use the Asc() function to find the ASCII value for a character (or AscW() for Unicode character).
    2 KB (310 words) - 12:37, 14 June 2015
  • Translate characters from one character set to another similar to StrTr() function. ...compile the character sets after the first compile (Improves speed of your function if you run the operation many times).
    7 KB (1,022 words) - 07:57, 25 June 2015
  • 8 = strip all spaces (over-rides all other flags) [[Category:Core Function]]
    2 KB (295 words) - 12:37, 14 June 2015
  • Sputnik keeps all the .NET stuff hidden away and out of view and provides its own functions a ...re the object in question can be found in .NET you do that using the use() function.
    7 KB (1,123 words) - 14:53, 21 June 2015
  • Delete all previously assigned preprocessor variables This is used to create a Sputnik @Macro or a function etc.
    6 KB (962 words) - 13:24, 23 June 2015
  • If the class has __Clone() function then it will be called during the clone process to allow the class the abil Its worth noting __Clone() does not get called until all the entire clone process is complete
    2 KB (285 words) - 12:07, 21 June 2015
  • ... raw binary data this is useful since you can treat it as a string and use all the string functions but yet it's also binary. [[Category:Core Function]]
    2 KB (233 words) - 12:37, 14 June 2015
  • This function accepts either one, two, or four parameters (not three): If all four parameters are given, number will be formatted with decimals decimals,
    1 KB (183 words) - 12:37, 14 June 2015
  • To search in the directory for all files and directories that end with .txt, you would write: [[Category:Core Function]]
    2 KB (272 words) - 12:37, 14 June 2015
  • This function returns the value of the bit field specified by OFFSET. This function is inspired by Perl's Vec() function and any tutorial you find for Perl one that should work on this.
    15 KB (2,405 words) - 16:15, 26 June 2015
  • This function only counts \n as a valid newline however you may provide it with a string Remove all newlines from end of a string
    1 KB (182 words) - 12:37, 14 June 2015
  • ...dditional Unicode bytes and simply returns the first set of bytes ignoring all extra Unicode bytes. ...nd contains the Unicode extra bytes just like the old one did but they are all 0x00 now.
    1 KB (162 words) - 12:37, 14 June 2015
  • Strip all NULL bytes (0x00) from a binary variable. [[Category:Core Function]]
    768 B (69 words) - 12:37, 14 June 2015
  • Uuencode translates all strings (including binary's ones) into printable characters, making them sa This function produces results that are equal to PHPs.
    2 KB (315 words) - 12:37, 14 June 2015
  • See [[Core Function DLLStructCreate|DLLStructCreate( )]] for def string. See [[Core Function DLLStructCreate|DLLStructCreate( )]] for return value.
    1 KB (190 words) - 12:37, 14 June 2015
  • If multiple parameters are supplied then IsSet() will return TRUE only if all of the parameters are set. ...on will be called when IsSet() is used on a class if there is no __IsSet() function IsSet() will return true for the class otherwise it will use the return val
    2 KB (374 words) - 12:37, 14 June 2015
  • Remove all items from an array. 0 = Clear the array and wipe all its elements (same as Unset())
    724 B (97 words) - 12:37, 14 June 2015
  • Function __construct($Name = "", $Credits = 0) # All at once
    1 KB (143 words) - 12:37, 14 June 2015
  • Check if any/all/none of a given key from a key array was found inside an array. [[Category:Core Function]]
    785 B (117 words) - 12:37, 14 June 2015
  • ...ple lines so it now returns how many fields there are in grand total amung all records * Added IsVarArrayOf() it checks if a variable is an array and checks if all elements inside the array are a specific type (such as string or class name
    124 KB (21,437 words) - 12:00, 9 November 2016
  • Optional; Specify the return value of this function. The current supported values are: 1 - returns an array containing all the words found inside the string
    2 KB (298 words) - 12:37, 14 June 2015
  • Default is all remaining bytes; [[Category:Core Function]]
    2 KB (324 words) - 12:37, 14 June 2015
  • Randomize all bytes in a binary variable. [[Category:Core Function]]
    1 KB (166 words) - 12:37, 14 June 2015
  • Uuencode translates all strings (including binary's ones) into printable characters, making them sa [[Category:Core Function]]
    1,006 B (130 words) - 12:37, 14 June 2015
  • Uuencode translates all strings (including binary's ones) into printable characters, making them sa [[Category:Core Function]]
    1,006 B (130 words) - 12:37, 14 June 2015
  • Optional; Bitmask consisting of any/all @JSON_HEX_TAG // All &lt; and &gt; are converted to \u003C and \u003E
    11 KB (1,391 words) - 18:34, 21 September 2015
  • Default is all remaining bytes; [[Category:Core Function]]
    2 KB (309 words) - 12:37, 14 June 2015
  • Default is all remaining bytes; [[Category:Core Function]]
    4 KB (519 words) - 12:37, 14 June 2015
  • Default is all remaining bytes; [[Category:Core Function]]
    2 KB (233 words) - 12:37, 14 June 2015
  • ...ow to create and use patterns then come back here to put it to use on this function. Returns an array of all captures or optionally places the captures into key/value pairs if asKeypai
    4 KB (602 words) - 12:37, 14 June 2015
  • This function is pretty much the same a the LUA String.GSub() however this one returns st . --- (a dot) represents all characters.
    22 KB (3,269 words) - 08:03, 25 June 2015
  • Delete all characters found in the charset from a string . [[Category:Core Function]]
    779 B (100 words) - 16:13, 20 June 2015
  • ...ern have been replaced by a replacement string (Or fills an array/callback function). ...ow to create and use patterns then come back here to put it to use on this function.
    13 KB (1,843 words) - 12:37, 14 June 2015
  • ...ow to create and use patterns then come back here to put it to use on this function. This function is pretty much the same a the LUA String.Match() however this one returns s
    3 KB (438 words) - 12:37, 14 June 2015
  • Filters an array based on a query and returns all matching. Return all items from an array that are below 3 in length
    3 KB (489 words) - 23:35, 21 June 2015
  • %p -- AM or PM designation (all uppercase) -- PM %P -- am or pm designation (all lowercase) -- pm
    5 KB (818 words) - 12:37, 14 June 2015
  • New seed to use for all future random number generations Sputnik does. Changing Sputniks RNG seed will cause all functions that use the RNG to be effected for example here RandStr() is ret
    1 KB (134 words) - 12:37, 14 June 2015
  • Strip all zero chars (nulls) from the end of a string. // but fits all way to null term so 2 in size
    720 B (99 words) - 10:14, 19 September 2015
  • Set all bits to the value . This will change all the bits to either TRUE or FALSE.
    658 B (92 words) - 12:37, 14 June 2015
  • // Make sure all privs are off // (Should all be disabled)
    6 KB (873 words) - 12:37, 14 June 2015
  • Using += (works for all operators like that Function __Construct( $size = 0 )
    6 KB (896 words) - 12:37, 14 June 2015
  • Success: Returns an array containing all key+values of the parsed query. [[Category:Core Function]]
    906 B (114 words) - 12:37, 14 June 2015
  • "V" Binary (Writes all bytes) [[Category:Core Function]]
    886 B (133 words) - 07:25, 15 June 2015
  • If given three arguments, this function returns a copy of str where all occurrences of each character in from have been translated to the correspon ...in the form array('from' => 'to', ...). The return value is a string where all the occurrences of the array keys have been replaced by the corresponding v
    2 KB (301 words) - 18:46, 19 September 2015

View (previous 250 | next 250) (20 | 50 | 100 | 250 | 500)

Personal tools
Namespaces
Variants
Views
Actions
Navigation
Toolbox