/civetweb-2.7.6/ |
D | mingw.cmd | 127 @call :resolve slug url "%repo%" "%arch%" "%version%" "%threading%" "%exceptions%" "%revision%" 132 @call :unpack compiler_path "%url%" "%output_path%\mingw\%slug%" 154 @set "url=http://downloads.sourceforge.net/project/mingw-w64/Toolchains targetting Win32/Personal B… 158 @call :download "%url%" "%file_path%" 177 @set "url=%%~f" 178 @set "url=!url:%%20= !" 179 @for /l %%a in (1,1,32) do @if "!url:~-1!" == " " set url=!url:~0,-1! variable 180 @echo !arch!^|!version!^|!threading!^|!exceptions!^|!revision!^|!url!>> "%repository_path%" 219 @set "url=%%f" 221 @if "%url%" == "" ( [all …]
|
D | build.cmd | 518 :: %1 - the url to open 520 @set url=%~1 variable 521 @call :log 4 "Opening default browser: %url%" 522 @start %url% 655 :: %1 - the url of the file to download 663 @set url=%~1 variable 668 @if [%url%] == [] exit /b 1 673 @call :log 1 "Downloading %url%" 677 @powershell Invoke-WebRequest "%url%" -OutFile %temp_path% 679 call :log 0 "Failed to download %url%" [all …]
|
D | conanfile.py | 9 url = "https://github.com/civetweb/civetweb" variable in civetwebConan
|
/civetweb-2.7.6/src/ |
D | main.c | 335 static char url[100]; in get_url_to_first_open_port() local 341 snprintf(url, in get_url_to_first_open_port() 342 sizeof(url), in get_url_to_first_open_port() 351 snprintf(url, in get_url_to_first_open_port() 352 sizeof(url), in get_url_to_first_open_port() 357 snprintf(url, sizeof(url), "%s", "http://localhost:8080"); in get_url_to_first_open_port() 360 return url; in get_url_to_first_open_port() 1057 char *url = sdup(url_arg); /* OOM will cause program to exit */ in run_client() local 1072 if (!url) { in run_client() 1079 if (!strncmp(url, "http://", 7)) { in run_client() [all …]
|
D | handle_form.inl | 199 * The body is url encoded (the default encoding for POST).
|
/civetweb-2.7.6/examples/_obsolete/docroot/ |
D | main.js | 54 url: chat.backendUrl + '/ajax/get_messages', 87 url: chat.backendUrl + '/ajax/send_message',
|
D | jquery.js | 16 …catch(a){setTimeout(ma,1);return}c.ready()}}function Qa(a,b){b.src?c.ajax({url:b.src,async:false,d… 120 …ject"){b=c.param(b,c.ajaxSettings.traditional);f="POST"}var j=this;c.ajax({url:a,type:f,dataType:"… 122 …url:a,data:b,success:d,dataType:f})},getScript:function(a,b){return c.get(a,null,b,"script")},getJ… 124 …e.data,e.traditional);if(e.dataType==="jsonp"){if(n==="GET")N.test(e.url)||(e.url+=(ka.test(e.url)? 125 …&N.test(e.data)||N.test(e.url))){j=e.jsonpCallback||"jsonp"+sb++;if(e.data)e.data=(e.data+"").repl… 126 …url.replace(wb,"$1_="+r+"$2");e.url=u+(u===e.url?(ka.test(e.url)?"&":"?")+"_="+r:"")}if(e.data&&n=… 127 …url,e.async,e.username,e.password):x.open(n,e.url,e.async);try{if(e.data||a&&a.contentType)x.setRe… 128 c.lastModified[e.url]);c.etag[e.url]&&x.setRequestHeader("If-None-Match",c.etag[e.url])}r||x.setReq… 129 …t"?"timeout":!c.httpSuccess(x)?"error":e.ifModified&&c.httpNotModified(x,e.url)?"notmodified":"suc…
|
D | style.css | 10 background: url('logo.png') no-repeat ;
|
/civetweb-2.7.6/src/third_party/lua-5.1.5/doc/ |
D | lua.css | 77 background-image: url('images/search.png') ;
|
/civetweb-2.7.6/distribution/arch/ |
D | PKGBUILD.git.example | 9 url="http://sourceforge.net/p/civetweb/"
|
/civetweb-2.7.6/src/third_party/lua-5.2.4/doc/ |
D | lua.css | 95 background-image: url('images/search.png') ;
|
/civetweb-2.7.6/src/third_party/lua-5.3.5/doc/ |
D | lua.css | 101 background-image: url('images/search.png') ;
|
/civetweb-2.7.6/src/third_party/duktape-1.8.0/debugger/static/ |
D | webui.js | 631 url: '/source', 688 url: '/sourceList',
|
/civetweb-2.7.6/src/third_party/duktape-1.5.2/debugger/static/ |
D | webui.js | 631 url: '/source', 688 url: '/sourceList',
|
/civetweb-2.7.6/test/ajax/ |
D | jquery.js | 2 …url:Ct.href,type:"GET",isLocal:Pt.test(Ct.protocol),global:!0,processData:!0,async:!0,contentType:…
|
/civetweb-2.7.6/docs/ |
D | UserManual.md | 674 ### url\_rewrite\_patterns
|