Searched refs:available (Results 1 - 15 of 15) sorted by relevance
| /PHP_5_5/build/ |
| H A D | build.mk | 8 # | available through the world-wide-web at the following url: |
|
| H A D | build2.mk | 8 # | available through the world-wide-web at the following url: |
|
| H A D | shtool | 10 ## Contents: 5/19 available modules 47 ## Not available commands (because module was not built-in): 123 echo 'Not available <cmd-name> (because module was not built-in):' 1420 cpu_id=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
|
| /PHP_5_5/ext/spl/examples/ |
| H A D | dbareader.inc | 78 * @return Whether more elements are available.
|
| /PHP_5_5/ext/spl/internal/ |
| H A D | filteriterator.inc | 81 * @return Whether more elements are available
|
| H A D | limititerator.inc | 21 * This class uses SeekableIterator::seek() if available and rewind() plus
|
| H A D | recursiveiteratoriterator.inc | 230 /** Called when the next element is available
|
| H A D | splqueue.inc | 14 * extends SplDoublyLinkedList, unshift() and pop() are still available 16 * two aliases are available:
|
| H A D | splstack.inc | 14 * extends SplDoublyLinkedList, shift() and unshift() are still available even
|
| /PHP_5_5/ext/intl/locale/ |
| H A D | locale_methods.c | 7 | available through the world-wide-web at the following url: | 1563 * Tries to find out best available locale based on HTTP �Accept-Language� header 1567 * Tries to find out best available locale based on HTTP �Accept-Language� header 1571 UEnumeration *available; local 1586 available = ures_openAvailableLocales(NULL, &status); 1589 &outResult, http_accept, available, &status); 1590 uenum_close(available);
|
| /PHP_5_5/ |
| H A D | config.guess | 232 # According to Compaq, /usr/sbin/psrinfo has been available on 561 IBM_CPU_ID=`/usr/sbin/lsdev -C -c processor -S available | sed 1q | awk '{ print $1 }'`
|
| /PHP_5_5/ext/intl/converter/ |
| H A D | converter.c | 7 | available through the world-wide-web at the following url: | 138 static inline zend_bool php_converter_check_limits(php_converter_object *objval, long available, long needed TSRMLS_DC) { argument 139 if (available < needed) { 140 php_converter_throw_failure(objval, U_BUFFER_OVERFLOW_ERROR TSRMLS_CC, "Buffer overrun %ld bytes needed, %ld available", needed, available);
|
| /PHP_5_5/ext/sockets/ |
| H A D | multicast.c | 9 | available through the world-wide-web at the following url: | 725 #error Neither SIOCGIFNAME nor if_indextoname are available 806 #error Neither SIOCGIFINDEX nor if_nametoindex are available
|
| /PHP_5_5/ext/sqlite3/libsqlite/ |
| H A D | sqlite3.c | 337 ** Unfortunately, that typedef is not available on all compilers, or 338 ** if it is available, it requires an #include of specific headers 382 ** SQLITE_CONFIG_MEMSTATUS are available by default or not. This value can 975 ** Some of the available extended result codes are listed here. 1179 ** A [SQLITE_FCNTL_LOCKSTATE | list of opcodes] less than 100 is available. 1455 ** date and time if that method is available (if iVersion is 2 or 1788 ** These constants are the available integer configuration options that 2025 ** These constants are the available integer configuration options that 2098 ** integer key called the [ROWID | "rowid"]. ^The rowid is always available 3242 ** Additional information is available a 57296 int available = 0; /* Number of bytes available on the local btree page */ local [all...] |
| /PHP_5_5/sapi/thttpd/ |
| H A D | thttpd.c | 9 | available through the world-wide-web at the following url: | 489 #error No thread primitives available
|
Completed in 150 milliseconds