検索

phrase: max: clip:
target: order:
Results of 11 - 16 of about 16 for chars (0.030 sec.)
django.utils.html — Django 4.0.6 ドキュメント 7260
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ration for urlize() function. TRAILING_PUNCTUATION_CHARS = ".,:;!" WRAPPING_PUNCTUATION = [( "(" , ")" ), ( ... = middle_unescaped . rstrip ( TRAILING_PUNCTUATION_CHARS ) if middle_unescaped != stripped : punctuation_co ...
https://man.plustar.jp/django/_modules/django/utils/html.html - [similar]
django.utils.http — Django 4.0.6 ドキュメント 7260
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... coerce_args , _splitnetloc , _splitparams , scheme_chars , ) from urllib.parse import urlencode as original ... if i > 0 : for c in url [: i ]: if c not in scheme_chars : break else : scheme , url = url [: i ] . lower ( ...
https://man.plustar.jp/django/_modules/django/utils/http.html - [similar]
django.core.validators — Django 4.0.6 ドキュメント 7070
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... mes = [ "http" , "https" , "ftp" , "ftps" ] unsafe_chars = frozenset ( " \t\r\n " ) def __init__ ( self , s ... e , params = { "value" : value }) if self . unsafe_chars . intersection ( value ): raise ValidationError ( ...
https://man.plustar.jp/django/_modules/django/core/validators.html - [similar]
コードのコミット — Django 4.0.6 ドキュメント 6654
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... API." The commit message should be in lines of 72 chars maximum. There should be a subject line, separated ...
https://man.plustar.jp/django/internals/contributing/committing-code.html - [similar]
Django の認証方法のカスタマイズ — Django 4.0.6 ドキュメント 6446
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ELD . make_random_password ( length = 10 , allowed_chars = 'abcdefghjkmnpqrstuvwxyzABCDEFGHJKLMNPQRSTUVWXYZ ... characters. Note that the default value of allowed_chars doesn't contain letters that can cause user confus ...
https://man.plustar.jp/django/topics/auth/customizing.html - [similar]
データベース — Django 4.0.6 ドキュメント 6030
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... eld limitations ¶ MySQL can index only the first N chars of a BLOB or TEXT column. Since TextField doesn't ...
https://man.plustar.jp/django/ref/databases.html - [similar]
PREV 1 2 NEXT