検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 65 for Open (0.010 sec.)
ファイルの管理 — Django 4.0.6 ドキュメント 12009
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... bjects . get ( name = '57 Chevy' ) >>> with path . open ( mode = 'rb' ) as f : ... car . specs = File ( f ... the underlying image data cannot be used without reopening the image. For example: >>> from PIL import Ima ... 1 >>> car . photo . height 287 >>> image = Image . open ( car . photo ) # Raises ValueError: seek of close ... d file. >>> car . photo . open () <ImageFieldFile: cars/chevy.jpg> >>> image = Im ...
https://man.plustar.jp/django/topics/files.html - [similar]
Django 1.10.7 release notes — Django 4.0.6 ドキュメント 11250
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ecurity issues and a bug in 1.10.6. CVE-2017-7233: Open redirect and possible XSS attack via user-supplied ... ey could suffer from an XSS attack. CVE-2017-7234: Open redirect vulnerability in django.views.static.serv ... ). 目次 Django 1.10.7 release notes CVE-2017-7233: Open redirect and possible XSS attack via user-supplied ... numeric redirect URLs CVE-2017-7234: Open redirect vulnerability in django.views.static.serv ...
https://man.plustar.jp/django/releases/1.10.7.html - [similar]
Django 1.8.18 リリースノート — Django 4.0.6 ドキュメント 11250
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ixes two security issues in 1.8.17. CVE-2017-7233: Open redirect and possible XSS attack via user-supplied ... ey could suffer from an XSS attack. CVE-2017-7234: Open redirect vulnerability in django.views.static.serv ... . 目次 Django 1.8.18 リリースノート CVE-2017-7233: Open redirect and possible XSS attack via user-supplied ... numeric redirect URLs CVE-2017-7234: Open redirect vulnerability in django.views.static.serv ...
https://man.plustar.jp/django/releases/1.8.18.html - [similar]
Django 1.9.13 リリースノート — Django 4.0.6 ドキュメント 10921
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... シリーズの最終リリースとなります。 CVE-2017-7233: Open redirect and possible XSS attack via user-supplied ... ey could suffer from an XSS attack. CVE-2017-7234: Open redirect vulnerability in django.views.static.serv ... . 目次 Django 1.9.13 リリースノート CVE-2017-7233: Open redirect and possible XSS attack via user-supplied ... numeric redirect URLs CVE-2017-7234: Open redirect vulnerability in django.views.static.serv ...
https://man.plustar.jp/django/releases/1.9.13.html - [similar]
django.utils.text — Django 4.0.6 ドキュメント 10592
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... is True, then to a certain number of words. Close opened tags if they were correctly closed in the given ... , ) # Count non-HTML chars/words and keep note of open tags pos = 0 end_text_pos = 0 current_len = 0 open ... ets : pass elif closing_tag : # Check for match in open tags list try : i = open_tags . index ( tagname ) ... losed intervening start tags with omitted end tags open_tags = open_tags [ i + 1 :] else : # Add it to the ...
https://man.plustar.jp/django/_modules/django/utils/text.html - [similar]
django.core.files.images — Django 4.0.6 ドキュメント 9833
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... _dimensions_cache" ): close = self . closed self . open () self . _dimensions_cache = get_image_dimensions ... " Return the (width, height) of an image, given an open file or a path. Set 'close' to True to close the f ... ile at the end if it is initially in an open state. """ from PIL import ImageFile as PillowImag ... le . tell () file . seek ( 0 ) else : try : file = open ( file_or_path , "rb" ) except OSError : return ( ...
https://man.plustar.jp/django/_modules/django/core/files/images.html - [similar]
メールを送信する — Django 4.0.6 ドキュメント 9175
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ルバックエンドのクラスには以下のメソッドがあります: open() は、長寿命のメール送信の接続をインスタンス化しま ... of EmailMessage objects. If the connection is not open, this call will implicitly open the connection, an ... connection afterward. If the connection is already open, it will be left open after mail has been sent. コ ... ネジャーとしても使うことができ、必要に応じて自動的に open() と close() 呼びます: from django.core import mai ...
https://man.plustar.jp/django/topics/email.html - [similar]
File オブジェクト — Django 4.0.6 ドキュメント 8745
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... 。 mode ¶ ファイルの読み込み/書き込みのモードです。 open ( mode = None ) [ソース] ¶ Open or reopen the file ... gument allows the same values as Python's built-in open() . When reopening a file, mode will override what ... ever mode the file was originally opened with; None means to reopen with the original mod ... t can be used as a context manager, e.g. with file.open() as f: . __iter__ () [ソース] ¶ Iterate over the ...
https://man.plustar.jp/django/ref/files/file.html - [similar]
LICENSE.txt 8516
Font Awesome Free License ------------------------- Font Awesome Free is free, open source, and ... friendly. You can use it for commercial projects, open source projects, or really almost whatever you wan ... d desktop font files. # Code: MIT License (https://opensource.org/licenses/MIT) In the Font Awesome Free d ...
https://man.plustar.jp/django/_static/fontawesome/LICENSE.txt - [similar]
GeoDjango Tutorial — Django 4.0.6 ドキュメント 8416
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ogrinfo world/data/TM_WORLD_BORDERS-0.3.shp INFO: Open of `world/data/TM_WORLD_BORDERS-0.3.shp' using dri ... ogrinfo world\data\TM_WORLD_BORDERS-0.3.shp INFO: Open of `world/data/TM_WORLD_BORDERS-0.3.shp' using dri ... M_WORLD_BORDERS-0.3.shp TM_WORLD_BORDERS-0.3 INFO: Open of `world/data/TM_WORLD_BORDERS-0.3.shp' using dri ... M_WORLD_BORDERS-0.3.shp TM_WORLD_BORDERS-0.3 INFO: Open of `world/data/TM_WORLD_BORDERS-0.3.shp' using dri ...
https://man.plustar.jp/django/ref/contrib/gis/tutorial.html - [similar]
PREV 1 2 3 4 5 6 7 NEXT