検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 15 for signed (0.023 sec.)
暗号署名 — Django 4.0.6 ドキュメント 14089
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ata through an untrusted medium. Cryptographically signed values can be passed through an untrusted channel ... alues and a high-level API for setting and reading signed cookies, one of the most common uses of signing in ... , the value will be forced to string before being signed, and the unsign result will give you that string v ... alue: >>> signed = signer . sign ( 2.5 ) >>> original = signer . un ...
https://man.plustar.jp/django/topics/signing.html - [similar]
django.core.signing — Django 4.0.6 ドキュメント 11407
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... """ Functions for creating and restoring url-safe signed JSON objects. The format used looks like this: >>> ... er , compress = False ): """ Return URL-safe, hmac signed base64 compressed JSON string. If key is None, use ... Salt can be used to namespace the hash, so that a signed string is only valid for a given namespace. Leavin ... , self . signature ( value )) def unsign ( self , signed_value ): if self . sep not in signed_value : raise ...
https://man.plustar.jp/django/_modules/django/core/signing.html - [similar]
リクエストとレスポンスのオブジェクト — Django 4.0.6 ドキュメント 9822
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... direct all HTTP traffic to HTTPS. HttpRequest. get_signed_cookie ( key , default = RAISE_ERROR , salt = '' , ... max_age = None ) ¶ Returns a cookie value for a signed cookie, or raises a django.core.signing.BadSignatu ... , the max_age argument will be checked against the signed timestamp attached to the cookie value to ensure t ... older than max_age seconds. 例: >>> request . get_signed_cookie ( 'name' ) 'Tony' >>> request . get_signed_ ...
https://man.plustar.jp/django/ref/request-response.html - [similar]
Django 1.4 release notes — Django 4.0.6 ドキュメント 8586
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ng on multiple columns by clicking on headers is designed to mimic the behavior of desktop GUIs. We also add ... alues and a high-level API for setting and reading signed cookies, one of the most common uses of signing in ... data in the client's browser. 警告 Session data is signed and validated by the server, but it's not encrypte ... JavaScript transformations. Compatibility with old signed data ¶ Django 1.3 changed the cryptographic signin ...
https://man.plustar.jp/django/releases/1.4.html - [similar]
Django 1.5.3 release notes — Django 4.0.6 ドキュメント 8237
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ore storing it in the backend. If you're using the signed cookie session backend and SECRET_KEY is known by ...
https://man.plustar.jp/django/releases/1.5.3.html - [similar]
GDAL API — Django 4.0.6 ドキュメント 8028
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ple Data ¶ The GDAL/OGR tools described here are designed to help you read in your geospatial data, in order ... or None if no spatial reference system has been assigned to it. If assigned, accessing this property return ... is: 値 GDAL Pixel Type 説明 1 GDT_Byte Eight bit unsigned integer 2 GDT_UInt16 Sixteen bit unsigned integer ... 3 GDT_Int16 Sixteen bit signed integer 4 GDT_UInt32 Thirty-two bit unsigned integ ...
https://man.plustar.jp/django/ref/contrib/gis/gdal.html - [similar]
Djangoソースコードレポジトリ — Django 4.0.6 ドキュメント 7959
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... releases. タグ ¶ Each Django release is tagged and signed by the releaser. The tags can be found on GitHub's ... u're trying to understand how some features were designed. Feature-development branches tend by their nature ...
https://man.plustar.jp/django/internals/git.html - [similar]
Django のセキュリティポリシー — Django 4.0.6 ドキュメント 7959
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rs and other distributors of Django. This email is signed with the PGP key of someone from Django's release ...
https://man.plustar.jp/django/internals/security.html - [similar]
How is Django Formed? — Django 4.0.6 ドキュメント 7819
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... Django-<version>.checksum.txt ). This generates a signed document, Django-<version>.checksum.txt.asc which ...
https://man.plustar.jp/django/internals/howto-release-django.html - [similar]
ミドルウェア — Django 4.0.6 ドキュメント 7819
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rnings and connect to a site with an expired, self-signed, or otherwise invalid SSL certificate. If you use ...
https://man.plustar.jp/django/ref/middleware.html - [similar]
PREV 1 2 NEXT