Searched refs:P (Results 1 – 5 of 5) sorted by relevance
/civetweb-2.7.6/examples/_obsolete/docroot/ |
D | jquery.js | 21 Wa=/^(\s|\u00A0)+|(\s|\u00A0)+$/g,Xa=/^<(\w+)\s*\/?>(?:<\/\1>)?$/,P=navigator.userAgent,xa=false,Q=… 32 …]||"",version:a[2]||"0"}},browser:{}});P=c.uaMatch(P);if(P.browser){c.browser[P.browser]=true;c.br…
|
/civetweb-2.7.6/test/ajax/ |
D | jquery.js | 2 …P="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|op… function
|
/civetweb-2.7.6/src/third_party/ |
D | sqlite3.h | 2683 SQLITE_API void sqlite3_randomness(int N, void *P);
|
D | sqlite3.c | 3712 SQLITE_API void sqlite3_randomness(int N, void *P); 12837 #define SQLITE_WITHIN(P,S,E) (((uptr)(P)>=(uptr)(S))&&((uptr)(P)<(uptr)(E))) argument 14929 #define DbHasProperty(D,I,P) (((D)->aDb[I].pSchema->schemaFlags&(P))==(P)) argument 14930 #define DbHasAnyProperty(D,I,P) (((D)->aDb[I].pSchema->schemaFlags&(P))!=0) argument 14931 #define DbSetProperty(D,I,P) (D)->aDb[I].pSchema->schemaFlags|=(P) argument 14932 #define DbClearProperty(D,I,P) (D)->aDb[I].pSchema->schemaFlags&=~(P) argument 15266 #define ConstFactorOk(P) ((P)->okConstFactor) argument 16157 #define ExprHasProperty(E,P) (((E)->flags&(P))!=0) argument 16158 #define ExprHasAllProperty(E,P) (((E)->flags&(P))==(P)) argument 16159 #define ExprSetProperty(E,P) (E)->flags|=(P) argument [all …]
|
/civetweb-2.7.6/ |
D | build.cmd | 290 -P "%build_path%/cmake_install.cmake" ^
|