検索

phrase: max: clip:
target: order:
Results of 1 - 10 of about 135 for Returns (0.025 sec.)
GDAL API — Django 4.0.6 ドキュメント 11192
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... This file only contains one layer 1 layer_count ¶ Returns the number of layers in the data source. name ¶ Re ... n the variable layer : >>> layer = ds [ 0 ] name ¶ Returns the name of this layer in the data source. >>> lay ... er . name 'cities' num_feat ¶ Returns the number of features in the layer. Same as len(l ... ayer) : >>> layer . num_feat 3 geom_type ¶ Returns the geometry type of the layer, as an OGRGeomType ...
https://man.plustar.jp/django/ref/contrib/gis/gdal.html - [similar]
GEOS API — Django 4.0.6 ドキュメント 10542
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ally, there is the fromfile() factory method which returns a GEOSGeometry object from a file: >>> from django ... the object. For example, indexing on a LineString returns a coordinate tuple: >>> from django.contrib.gis.ge ... en GML string. Properties ¶ GEOSGeometry. coords ¶ Returns the coordinates of the geometry as a tuple. GEOSGe ... ometry. dims ¶ Returns the dimension of the geometry: 0 for Point s and M ...
https://man.plustar.jp/django/ref/contrib/gis/geos.html - [similar]
The syndication feed framework — Django 4.0.6 ドキュメント 10362
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... elements, respectively. items() is, a method that returns a list of objects that should be included in the f ... eed as <item> elements. Although this example returns NewsItem objects using Django's object-relational ... accessible via URLs like this: /beats/613/rss/ -- Returns recent crimes for beat 613. /beats/1424/rss/ -- Re ... """ Takes the object returned by get_object() and returns the feed's title as a normal Python string. """ de ...
https://man.plustar.jp/django/ref/contrib/syndication.html - [similar]
Geographic Database Functions — Django 4.0.6 ドキュメント 10181
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ccepts a single geographic field or expression and returns the area of the field as an Area measure. MySQL an ... ccepts a single geographic field or expression and returns a GeoJSON representation of the geometry. Note tha ... ccepts a single geographic field or expression and returns a Geographic Markup Language (GML) representation ... ccepts a single geographic field or expression and returns a Keyhole Markup Language (KML) representation of ...
https://man.plustar.jp/django/ref/contrib/gis/functions.html - [similar]
Date-based mixins — Django 4.0.6 ドキュメント 9929
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... determined using other means. get_year_format () ¶ Returns the strftime() format to use when parsing the year ... . Returns year_format by default. get_year () ¶ Returns the ... ecification can be found. get_next_year ( date ) ¶ Returns a date object containing the first day of the year ... ty and allow_future . get_previous_year ( date ) ¶ Returns a date object containing the first day of the year ...
https://man.plustar.jp/django/ref/class-based-views/mixins-date-based.html - [similar]
django.contrib.auth — Django 4.0.6 ドキュメント 9784
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... を返します。 get_user_permissions ( obj = None ) ¶ Returns a set of permission strings that the user has dire ... ctly. If obj is passed in, only returns the user permissions for this specific object. get ... ンのみを返します。 has_perm ( perm , obj = None ) ¶ Returns True if the user has the specified permission, whe ... 行いません。 has_perms ( perm_list , obj = None ) ¶ Returns True if the user has each of the specified permiss ...
https://man.plustar.jp/django/ref/contrib/auth.html - [similar]
PostgreSQL specific aggregation functions — Django 4.0.6 ドキュメント 9459
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ne , default = None , ordering = () , ** extra ) ¶ Returns a list of values, including nulls, concatenated in ... are no rows and default is not provided, ArrayAgg returns an empty list instead of None . This behavior is d ... on , filter = None , default = None , ** extra ) ¶ Returns an int of the bitwise AND of all non-null input va ... on , filter = None , default = None , ** extra ) ¶ Returns an int of the bitwise OR of all non-null input val ...
https://man.plustar.jp/django/ref/contrib/postgres/aggregates.html - [similar]
File storage API — Django 4.0.6 ドキュメント 9459
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... rnally. get_storage_class ( import_path = None ) ¶ Returns a class or module which implements the storage API ... e name does not exist. get_created_time ( name ) ¶ Returns a datetime of the system's ctime, i.e. os.path.get ... ise NotImplementedError instead. exists ( name ) ¶ Returns True if a file referenced by the given name alread ... lable for a new file. get_accessed_time ( name ) ¶ Returns a datetime of the last accessed time of the file. ...
https://man.plustar.jp/django/ref/files/storage.html - [similar]
Database Functions — Django 4.0.6 ドキュメント 9423
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... ist of at least two field names or expressions and returns the first non-null value (note that an empty strin ... ist of at least two field names or expressions and returns the greatest value. Each argument must be of a sim ... in Django 3.2. Takes a list of key-value pairs and returns a JSON object containing those pairs. Usage exampl ... ist of at least two field names or expressions and returns the least value. Each argument must be of a simila ...
https://man.plustar.jp/django/ref/models/database-functions.html - [similar]
Django Utils — Django 4.0.6 ドキュメント 8809
" + tagname + " "); } }); $("div.highlight\\-html\\+django span.nf").each(function(i, elem) { va ... r applying str() to it. get_max_age ( response ) ¶ Returns the max-age from the response Cache-Control header ... _prefix = None , method = 'GET' , cache = None ) ¶ Returns a cache key based on the request path. It can be u ... ed, the page needs to be rebuilt, so this function returns None . learn_cache_key ( request , response , cach ... pports. parse_date ( value ) ¶ Parses a string and returns a datetime.date . parse_time ( value ) ¶ Parses a ...
https://man.plustar.jp/django/ref/utils.html - [similar]
PREV 1 2 3 4 5 6 7 8 9 10 NEXT