Searched refs:traditional (Results 26 - 34 of 34) sorted by relevance

12

/freebsd-12-stable/contrib/libxo/xohtml/external/
H A Djquery.js7070 params = jQuery.param( params, jQuery.ajaxSettings.traditional );
7212 traditional: false,
7522 s.data = jQuery.param( s.data, s.traditional );
7652 param: function( a, traditional ) {
7660 // Set traditional to true for jQuery <= 1.3.2 behavior.
7661 if ( traditional === undefined ) {
7662 traditional = jQuery.ajaxSettings.traditional;
7673 // If traditional, encode the "old" way (the way 1.3.2 or older
7676 buildParams( prefix, a[ prefix ], traditional, ad
[all...]
/freebsd-12-stable/contrib/gcclibs/libcpp/
H A Dcharset.c953 "the meaning of '\\%c' is different in traditional C",
1133 "the meaning of '\\x' is different in traditional C");
1264 "the meaning of '\\a' is different in traditional C");
H A Dexpr.c287 "traditional C rejects the \"%.*s\" suffix",
328 "traditional C rejects the \"%.*s\" suffix",
443 traditional semantics in directives. */
445 && !(CPP_OPTION (pfile, traditional)
1332 "traditional C rejects the unary plus operator");
/freebsd-12-stable/contrib/opie/
H A Dconfigure931 CPP="${CC-cc} -E -traditional-cpp"
/freebsd-12-stable/contrib/byacc/
H A Dconfigure3681 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
/freebsd-12-stable/contrib/openbsm/
H A Dconfigure7137 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
9062 aix,*) ;; # traditional, no import file
9096 # Need to ensure runtime linking is disabled for the traditional
10232 aix,yes) # traditional libtool
10239 aix,no) # traditional AIX only
10342 # MinGW DLLs use traditional 'lib' prefix
/freebsd-12-stable/contrib/sqlite3/
H A Dconfigure8389 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
10313 aix,*) ;; # traditional, no import file
10347 # Need to ensure runtime linking is disabled for the traditional
11484 aix,yes) # traditional libtool
11491 aix,no) # traditional AIX only
11594 # MinGW DLLs use traditional 'lib' prefix
/freebsd-12-stable/contrib/dialog/
H A Dconfigure1959 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
/freebsd-12-stable/contrib/ncurses/
H A Dconfigure2152 for CPP in "$CC -E" "$CC -E -traditional-cpp" "/lib/cpp"
2338 echo "$as_me:2338: checking whether $CC needs -traditional" >&5
2339 echo $ECHO_N "checking whether $CC needs -traditional... $ECHO_C" >&6
2376 CC="$CC -traditional"

Completed in 350 milliseconds

12