[search]

1-50 of 120 containing in for .   Show per page.
Added/Updated Tag (click to view) Summary Category Author
Oct. 30, 2006 [lp_array] Use in place of [array] - has additional useful member tags. Array Bil Corry
Jun. 05, 2006 [lp_array_columns] Takes an array of elements and breaks them into rows and columns (returns them as an array of arrays) Array Bil Corry
Dec. 02, 2005 [lp_array_join] Similar to array->join, but with more options. Array Bil Corry
Apr. 28, 2006 [lp_array_roundrobin] Given an array, it will return the next element in the array. Array Bil Corry
Feb. 26, 2009 [lp_client_browser] Returns the name, version and OS of the client browser in a map. Client Bil Corry
Dec. 03, 2007 [lp_client_isAJAX] Returns true if client is an AJAX (XHR) request. Client Bil Corry
Feb. 25, 2009 [lp_client_isBot] Returns true if client is a bot, spider, validator, robot or crawler. Client Bil Corry
Aug. 24, 2006 [lp_client_isPrefetch] Returns true if client is doing a prefetch. Bytes Bil Corry
Oct. 30, 2006 [lp_client_param] Returns the value of a client GET/POST parameter. Client Bil Corry
Mar. 31, 2008 [lp_client_params] Returns an array of GET/POST parameters passed from the client. Client Bil Corry
Apr. 21, 2006 [lp_crypt_xor] Returns xor-encrypted/decrypted string given a string and password. Encryption Bil Corry
Dec. 06, 2005 [lp_date_date1970] Returns a date given the number of days since 1/1/1970. Date Bil Corry
Dec. 06, 2005 [lp_date_days1970] Returns number of days since 1/1/1970. Date Bil Corry
Mar. 02, 2006 [lp_date_getLocalTimeZone] Returns the timezone offset for the local server. Optionally may specify a date to take DST into account. Date Bil Corry
Apr. 21, 2006 [lp_date_GMST] Returns Greenwich Mean Sidereal Time in radians given a Julian date. Date Bil Corry
Apr. 21, 2006 [lp_date_JulianDate] Returns a Julian Date given a Gregorian date. Date Bil Corry
Apr. 21, 2006 [lp_date_JulianSplit] Returns a map of the Julian date and time, given a Julian date. Date Bil Corry
Dec. 03, 2005 [lp_date_leapyear] Given a year (or date), it returns true if it is a Gregorian leap year, or false if it is not. Date Bil Corry
Sep. 06, 2006 [lp_date_localtoUTC] Converts a date from server timezone to UTC/GMT timezone. Date Bil Corry
Dec. 02, 2005 [lp_date_monthLastDay] Returns the last day of a given month. Date Bil Corry
Feb. 26, 2006 [lp_date_offsetToLocal] Returns the date at the local server timezone given a date with a specified timezone offset. Date Bil Corry
Sep. 06, 2006 [lp_date_offsetToUTC] Returns the date at UTC/GMT given a date with a specified timezone offset. Date Bil Corry
Oct. 30, 2006 [lp_date_serverDST] Returns true if a date is within Daylight Savings Time (Spring to Fall) for the TIMEZONE SETTING OF THE SERVER! Date Bil Corry
Oct. 30, 2006 [lp_date_stringToDate] Converts a date string to a date type. Date Bil Corry
Mar. 02, 2006 [lp_date_stringToOffset] Returns a standardize timezone string (e.g. +0100) given a timezone offset string. Date Bil Corry
Sep. 06, 2006 [lp_date_toOffset] Returns the date at a specified timezone offset given a date in either UTC/GMT or local server timezone. Date Bil Corry
Dec. 03, 2007 [lp_date_UTCtimestamp] Returns number of seconds since 1/1/1970 for UTC/GMT timezone. Date Bil Corry
Sep. 06, 2006 [lp_date_UTCtoLocal] Converts a date from UTC/GMT timezone to server timezone. Date Bil Corry
Feb. 12, 2006 [lp_decimal_fixed] Returns the fixed part of a given decimal number. Math Bil Corry
Feb. 12, 2006 [lp_decimal_float] Returns the floating part of a given decimal number. Math Bil Corry
Dec. 23, 2005 [lp_decimal_precisionGet] Returns the precision (aka number of significant digits) of a decimal. Math Bil Corry
Dec. 05, 2005 [lp_decimal_precisionSet] Returns a decimal number formatted to the specified precision. Math Bil Corry
Jan. 14, 2008 [lp_demo_fullname] Returns a random American name (first middle last). Utility Bil Corry
Sep. 02, 2006 [lp_display_filesize] Returns the file size formatted for display given the number of bytes. Utility Bil Corry
Oct. 30, 2006 [lp_error_clearError] Resets error_currenterror to noerror. Error Bil Corry
Sep. 02, 2006 [lp_file_findPath] Returns the web path (or null) to the first found file or directory that matches the given name starting from the current path up to the webroot. File Bil Corry
Sep. 02, 2006 [lp_file_listdirectory] Returns directory listing given a web path, similar to file_listdirectory except you do not need file tag permissions. File Bil Corry
Sep. 02, 2006 [lp_file_trimPath] Returns a sanitized path that will never specify from harddisk root. File Bil Corry
Feb. 05, 2008 [lp_header_nocache] Via http header, sets the content to immediately expire, no caching. Technical Bil Corry
Aug. 26, 2006 [lp_header_noPrefetch] Aborts the page if the page is prefetched by a browser. Utility Bil Corry
Jan. 20, 2006 [lp_header_serveHTML] Via header, sets content type to serve HTML. Technical Bil Corry
May. 05, 2006 [lp_header_serveXHTML] Via header, sets content type to serve XHTML using content-negotiation. Technical Bil Corry
Aug. 26, 2006 [lp_header_xPoweredBy] Via header, sets the X-Powered-By header. Custom Tag Bil Corry
Dec. 03, 2007 [lp_include_directory] Includes every file found in a given directory with the extension .lasso, .las, .inc, .incl. Include Bil Corry
Aug. 17, 2007 [lp_include_url] Charset-aware include_url, returns string instead of bytes. Utility Bil Corry
May. 17, 2006 [lp_inline_dataset] Records abstraction type. Database Bil Corry
Dec. 05, 2005 [lp_integer_bits] Returns the number of bits the given integer is comprised of. Math Bil Corry
Dec. 05, 2005 [lp_integer_bytes] Returns the number of bytes the given integer is comprised of. Math Bil Corry
Dec. 03, 2005 [lp_integer_even] Returns true if given integer is even. Math Bil Corry
Dec. 03, 2005 [lp_integer_odd] Returns true if given integer is odd. Math Bil Corry
1 | 2 | 3  Next >  Last >>
* denotes update within past 24 hours.
Email:


Password:



Newest

Most Popular

Support tagSwap.net