| /PHP_5_3/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 | 17 ## (at your option) any later version. 416 echo "$msgprefix:Error: invalid number of arguments (at least $arg_NUMS expected)" 1>&2 1052 opt_F="%<at>-%<st>" 1059 opt_F="%<at>-unknown-%<st>" 1072 opt_F="Class: %[sc] (%[ac])\\nProduct: %[sp] (%[ap])\\nTechnology: %[st] (%[at])" 1085 opt_F="${opt_F}concise architecture technology: %<at>\\n" 1086 opt_F="${opt_F}regular architecture technology: %{at}\\n" 1087 opt_F="${opt_F}verbose architecture technology: %[at]\\n" 1249 n="<R>ed <H>at <E>nterprise <L>inux" 1251 n="<R>ed <H>at < [all...] |
| /PHP_5_3/ext/dba/tests/ |
| H A D | dba_handler.inc | 55 dba_close($db_writer); // when the writer is open at least db3 would fail because of buffered io.
|
| /PHP_5_3/ext/ereg/regex/ |
| H A D | engine.c | 16 #define at sat macro 27 #define at lat macro 52 #define AT(t, p1, p2, s1, s2) at(m, t, p1, p2, s1, s2) 620 - fast - step through the string at top speed 731 register unsigned char *matchp; /* last p at which a match ended */ 960 - at - print current situation 962 == static void at(struct match *m, unsigned char *title, unsigned char *start, unsigned char *stop, \ 967 at(m, title, start, stop, startst, stopst) function 1018 #undef at macro
|
| H A D | engine.ih | 26 static void at(struct match *m, unsigned char *title, unsigned char *start, unsigned char *stop, sopno startst, sopno stopst);
|
| H A D | main.c | 415 register char *at = NULL; local 420 at = should + 1; 466 if (at == NULL) 468 shlen = strlen(at); 471 if (strncmp(p, at, shlen) != 0) { 472 sprintf(grump, "matched null at `%.20s'", p);
|
| /PHP_5_3/ext/phar/phar/ |
| H A D | pharcommand.inc | 358 // no further check atm, maybe check for no '/' at beginning
|
| /PHP_5_3/ext/phar/tests/zip/files/ |
| H A D | corrupt_zipmaker.php.inc | 13 * version 2.1 of the License, or (at your option) any later version. 51 * @var string Data written at the end of the ZIP file 57 * @var string Data written at the start of the ZIP file
|
| /PHP_5_3/ext/spl/examples/ |
| H A D | keyfilter.inc | 32 * @param it Object that implements at least spl_forward
|
| H A D | recursivecomparedualiterator.inc | 20 * level we need to check whether both child iterators are at their end.
|
| /PHP_5_3/ext/spl/internal/ |
| H A D | limititerator.inc | 18 * A class that starts iteration at a certain offset and only iterates over
|
| H A D | multipleiterator.inc | 153 * @throws RuntimeException if mode MIT_NEED_ALL is set and at least one 196 * @throws LogicException if mode MIT_NEED_ALL is set and at least one
|
| H A D | recursiveiteratoriterator.inc | 156 /** @return Sub Iterator at given level or if unspecified the current sub
|
| H A D | spldoublylinkedlist.inc | 88 /** @return the element at the beginning of the DLL. 95 /** @return the element at the end of the DLL. 208 /** @return the data at a certain offset in the DLL 229 /** Defines the data at a certain offset in the DLL 255 /** Unsets the element at a certain offset in the DLL
|
| /PHP_5_3/ |
| H A D | ltmain.sh | 11 # (at your option) any later version. 179 # Failing that, at least try and use $RANDOM to avoid a race 267 # Blanks at the start of $base_compile will cause this to fail 595 # will be execed at the end. This prevents here-documents from being 755 # at all, so we specify them separately. 1773 # would be equivalent was wrong. It would break on at least 2873 $echo "*** is linked with the -dlopen flag to resolve symbols at runtime." 3620 $echo "*** its dynamic dependency list that programs get resolved with at runtime." 3660 $echo "*** as a dynamic dependency that programs can get resolved with at runtime." 4655 # Make sure we have at leas [all...] |
| /PHP_5_3/main/ |
| H A D | alloca.c | 57 -- must know STACK_DIRECTION at compile-time 84 deduced at run-time. 96 #define STACK_DIR STACK_DIRECTION /* Known at compile-time. */ 150 /* Return a pointer to at least SIZE bytes of storage, 240 /* The stack segment linkage control information occurs at 363 /* There must be at least one stack segment. Therefore it is
|
| H A D | rfc1867.c | 9 | available through the world-wide-web at the following url: | 665 * If partial is true, partial matches are allowed at the end of the buffer. 1132 sapi_module.sapi_error(E_NOTICE, "Missing mime boundary at the end of the data for file %s", strlen(filename) > 0 ? filename : "");
|
| /PHP_5_3/scripts/ |
| H A D | phpize.in | 78 Cannot find build files at '$phpdir'. Please check your PHP installation. 109 shtool at '$builddir/build/shtool' does not exist or is not executable.
|
| /PHP_5_3/ext/mbstring/oniguruma/ |
| H A D | oniguruma.h | 821 int onig_match P_((OnigRegex, const OnigUChar* str, const OnigUChar* end, const OnigUChar* at, OnigRegion* region, OnigOptionType option)); 835 int onig_region_set P_((OnigRegion* region, int at, int beg, int end)); 851 int onig_capture_tree_traverse P_((OnigRegion* region, int at, int(*callback_func)(int,int,int,int,int,void*), void* arg));
|
| H A D | regexec.c | 211 onig_region_set(OnigRegion* region, int at, int beg, int end) argument 213 if (at < 0) return ONIGERR_INVALID_ARGUMENT; 215 if (at >= region->allocated) { 216 int r = onig_region_resize(region, at + 1); 220 region->beg[at] = beg; 221 region->end[at] = end; 733 #define STACK_BASE_CHECK(p, at) \ 735 fprintf(stderr, "at %s\n", at);\ 739 #define STACK_BASE_CHECK(p, at) 3237 onig_match(regex_t* reg, const UChar* str, const UChar* end, const UChar* at, OnigRegion* region, OnigOptionType option) argument [all...] |
| H A D | regtrav.c | 35 capture_tree_traverse(OnigCaptureTreeNode* node, int at, argument 44 if ((at & ONIG_TRAVERSE_CALLBACK_AT_FIRST) != 0) { 51 r = capture_tree_traverse(node->childs[i], at, 56 if ((at & ONIG_TRAVERSE_CALLBACK_AT_LAST) != 0) { 67 onig_capture_tree_traverse(OnigRegion* region, int at, argument 71 return capture_tree_traverse(region->history_root, at,
|
| /PHP_5_3/ext/mysqli/tests/ |
| H A D | connect.inc | 48 PHP 6.0 at the time of the first PHP 5.3.0 release. 50 It is at least 5.0.5-dev.
|
| /PHP_5_3/ext/standard/ |
| H A D | html.c | 9 | available through the world-wide-web at the following url: | 383 unsigned int basechar; /* char code at start of table */ 608 /* peek at the next char */ 632 /* peek at the next char */ 656 /* peek at the next char */ 668 /* peek at the next char */ 680 /* peek at the next two char */ 825 char *dot, *at; local 834 at = strchr(dot, '@'); 835 if (at) [all...] |
| /PHP_5_3/sapi/fpm/fpm/ |
| H A D | fpm_main.c | 9 | available through the world-wide-web at the following url: | 775 /* PATH_TRANSLATED should be defined at this stage but better safe than sorry :) */ 783 /* SERVER_NAME should also be defined at this stage..but better check it anyway */ 817 /* DOCUMENT_ROOT should also be defined at this stage..but better check it anyway */ 1022 These settings are documented at 1811 /* XXX we're crashing here in msvc6 debug builds at
|