Home
last modified time | relevance | path

Searched refs:json_content_type (Results 1 – 20 of 20) sorted by relevance

/dports/www/seahub/seahub-8.0.7-server/seahub/thirdparty_editor/
H A Dviews.py24 json_content_type = 'application/json; charset=utf-8' variable
35 content_type=json_content_type)
40 return HttpResponse(json.dumps({}), status=404, content_type=json_content_type)
53 content_type=json_content_type)
61 content_type=json_content_type)
67 content_type=json_content_type)
73 content_type=json_content_type)
103 content_type=json_content_type)
108 content_type=json_content_type)
118 content_type=json_content_type)
[all …]
/dports/www/seahub/seahub-8.0.7-server/seahub/wopi/
H A Dviews.py35 json_content_type = 'application/json; charset=utf-8' variable
132 content_type=json_content_type)
149 content_type=json_content_type)
163 content_type=json_content_type)
172 content_type=json_content_type)
207 content_type=json_content_type)
212 content_type=json_content_type)
236 content_type=json_content_type)
265 content_type=json_content_type)
370 content_type=json_content_type)
[all …]
/dports/net-im/prosody-modules/Community-Modules-bb8459c220c9/mod_http_admin_api/
H A Dmod_http_admin_api.lua20 local json_content_type = "application/json";
98 event.response.headers["Content-Type"] = json_content_type;
108 event.response.headers["Content-Type"] = json_content_type;
117 if request.headers.content_type ~= json_content_type then
156 event.response.headers["Content-Type"] = json_content_type;
348 event.response.headers["Content-Type"] = json_content_type;
375 event.response.headers["Content-Type"] = json_content_type;
383 if request.headers.content_type ~= json_content_type
449 event.response.headers["Content-Type"] = json_content_type;
471 if request.headers.content_type ~= json_content_type
[all …]
/dports/net-im/prosody-modules/Community-Modules-bb8459c220c9/mod_invites_register_api/
H A Dmod_invites_register_api.lua8 local json_content_type = "application/json";
23 event.response.headers["Content-Type"] = json_content_type;
40 or request.headers.content_type ~= json_content_type then
58 response.headers["Content-Type"] = json_content_type;
/dports/www/nginx-full/ngx_postgres-8aa7359/src/
H A Dresty_dbd_stream.h14 #define json_content_type \ macro
18 (sizeof(json_content_type) - 1)
/dports/www/seahub/seahub-8.0.7-server/seahub/api2/endpoints/
H A Dshared_upload_links.py18 json_content_type = 'application/json; charset=utf-8' variable
64 status=200, content_type=json_content_type)
H A Ddir_shared_items.py44 json_content_type = 'application/json; charset=utf-8' variable
217 content_type=json_content_type)
289 content_type=json_content_type)
498 status=200, content_type=json_content_type)
580 content_type=json_content_type)
H A Drepo_file_uploaded_bytes.py17 json_content_type = 'application/json; charset=utf-8' variable
H A Dinvitation.py22 json_content_type = 'application/json; charset=utf-8' variable
H A Dbe_shared_repo.py18 json_content_type = 'application/json; charset=utf-8' variable
H A Duser.py21 json_content_type = 'application/json; charset=utf-8' variable
H A Drepo_share_invitation.py22 json_content_type = 'application/json; charset=utf-8' variable
H A Dinvitations.py20 json_content_type = 'application/json; charset=utf-8' variable
H A Dnotifications.py23 json_content_type = 'application/json; charset=utf-8' variable
H A Drepo_share_invitations.py30 json_content_type = 'application/json; charset=utf-8' variable
H A Dvia_repo_token.py33 json_content_type = 'application/json; charset=utf-8' variable
/dports/www/seahub/seahub-8.0.7-server/seahub/api2/
H A Dviews.py142 json_content_type = 'application/json; charset=utf-8' variable
945 content_type=json_content_type)
1604 content_type=json_content_type)
1776 content_type=json_content_type)
2004 content_type=json_content_type)
2188 content_type=json_content_type)
2232 content_type=json_content_type)
2261 content_type=json_content_type)
4039 content_type=json_content_type)
4923 content_type=json_content_type)
[all …]
/dports/www/seahub/seahub-8.0.7-server/seahub/repo_api_tokens/
H A Dutils.py19 json_content_type = 'application/json; charset=utf-8' variable
/dports/www/seahub/seahub-8.0.7-server/seahub/api2/endpoints/admin/
H A Daccount.py30 json_content_type = 'application/json; charset=utf-8' variable
H A Dusers.py61 json_content_type = 'application/json; charset=utf-8' variable