Home
last modified time | relevance | path

Searched refs:subject_location (Results 1 – 25 of 71) sorted by relevance

123

/dports/www/py-django-filer/django-filer-1.7.0/filer/admin/
H A Dimageadmin.py19 subject_location = forms.CharField( variable in ImageAdminForm
37 subject_location = self.instance.subject_location
38 cleaned_data['subject_location'] = subject_location
40 self.data['subject_location'] = subject_location
51 subject_location = cleaned_data['subject_location']
52 if not subject_location:
54 return subject_location
57 coordinates = normalize_subject_location(subject_location)
71 return subject_location
78 subject_location=subject_location)),
/dports/www/py-django-filer/django-filer-1.7.0/filer/
H A Dthumbnail_processors.py27 def normalize_subject_location(subject_location): argument
28 if subject_location:
29 if isinstance(subject_location, six.string_types):
30 m = RE_SUBJECT_LOCATION.match(subject_location)
35 return (int(subject_location[0]), int(subject_location[1]))
41 def scale_and_crop_with_subject_location(im, size, subject_location=False, argument
54 subject_location = normalize_subject_location(subject_location)
55 if not (subject_location and crop):
96 subj_x = res_x * float(subject_location[0]) / source_x
97 subj_y = res_y * float(subject_location[1]) / source_y
/dports/mail/claws-mail-pgp/claws-mail-3.18.0/src/gtk/
H A Dsslcertwindow.c65 char *subject_commonname, *subject_location, *subject_organization; in cert_presenter() local
81 subject_location = g_malloc(BUFFSIZE); in cert_presenter()
118 GNUTLS_OID_X520_LOCALITY_NAME, 0, 0, subject_location, &n)) { in cert_presenter()
120 GNUTLS_OID_X520_COUNTRY_NAME, 0, 0, subject_location, &n)) { in cert_presenter()
121 strncpy(subject_location, _("<not in certificate>"), BUFFSIZE-1); in cert_presenter()
127 strncat(subject_location, ", ", BUFFSIZE-strlen(subject_location)-1); in cert_presenter()
128 strncat(subject_location, tmp, BUFFSIZE-strlen(subject_location)-1); in cert_presenter()
215 label = gtk_label_new(subject_location); in cert_presenter()
284 g_free(subject_location); in cert_presenter()
/dports/mail/claws-mail-spam_report/claws-mail-3.18.0/src/gtk/
H A Dsslcertwindow.c65 char *subject_commonname, *subject_location, *subject_organization; in cert_presenter() local
81 subject_location = g_malloc(BUFFSIZE); in cert_presenter()
118 GNUTLS_OID_X520_LOCALITY_NAME, 0, 0, subject_location, &n)) { in cert_presenter()
120 GNUTLS_OID_X520_COUNTRY_NAME, 0, 0, subject_location, &n)) { in cert_presenter()
121 strncpy(subject_location, _("<not in certificate>"), BUFFSIZE-1); in cert_presenter()
127 strncat(subject_location, ", ", BUFFSIZE-strlen(subject_location)-1); in cert_presenter()
128 strncat(subject_location, tmp, BUFFSIZE-strlen(subject_location)-1); in cert_presenter()
215 label = gtk_label_new(subject_location); in cert_presenter()
284 g_free(subject_location); in cert_presenter()
/dports/mail/claws-mail-spamassassin/claws-mail-3.18.0/src/gtk/
H A Dsslcertwindow.c65 char *subject_commonname, *subject_location, *subject_organization; in cert_presenter() local
81 subject_location = g_malloc(BUFFSIZE); in cert_presenter()
118 GNUTLS_OID_X520_LOCALITY_NAME, 0, 0, subject_location, &n)) { in cert_presenter()
120 GNUTLS_OID_X520_COUNTRY_NAME, 0, 0, subject_location, &n)) { in cert_presenter()
121 strncpy(subject_location, _("<not in certificate>"), BUFFSIZE-1); in cert_presenter()
127 strncat(subject_location, ", ", BUFFSIZE-strlen(subject_location)-1); in cert_presenter()
128 strncat(subject_location, tmp, BUFFSIZE-strlen(subject_location)-1); in cert_presenter()
215 label = gtk_label_new(subject_location); in cert_presenter()
284 g_free(subject_location); in cert_presenter()
/dports/mail/claws-mail-newmail/claws-mail-3.18.0/src/gtk/
H A Dsslcertwindow.c65 char *subject_commonname, *subject_location, *subject_organization; in cert_presenter() local
81 subject_location = g_malloc(BUFFSIZE); in cert_presenter()
118 GNUTLS_OID_X520_LOCALITY_NAME, 0, 0, subject_location, &n)) { in cert_presenter()
120 GNUTLS_OID_X520_COUNTRY_NAME, 0, 0, subject_location, &n)) { in cert_presenter()
121 strncpy(subject_location, _("<not in certificate>"), BUFFSIZE-1); in cert_presenter()
127 strncat(subject_location, ", ", BUFFSIZE-strlen(subject_location)-1); in cert_presenter()
128 strncat(subject_location, tmp, BUFFSIZE-strlen(subject_location)-1); in cert_presenter()
215 label = gtk_label_new(subject_location); in cert_presenter()
284 g_free(subject_location); in cert_presenter()
/dports/mail/claws-mail-tnef_parse/claws-mail-3.18.0/src/gtk/
H A Dsslcertwindow.c65 char *subject_commonname, *subject_location, *subject_organization; in cert_presenter() local
81 subject_location = g_malloc(BUFFSIZE); in cert_presenter()
118 GNUTLS_OID_X520_LOCALITY_NAME, 0, 0, subject_location, &n)) { in cert_presenter()
120 GNUTLS_OID_X520_COUNTRY_NAME, 0, 0, subject_location, &n)) { in cert_presenter()
121 strncpy(subject_location, _("<not in certificate>"), BUFFSIZE-1); in cert_presenter()
127 strncat(subject_location, ", ", BUFFSIZE-strlen(subject_location)-1); in cert_presenter()
128 strncat(subject_location, tmp, BUFFSIZE-strlen(subject_location)-1); in cert_presenter()
215 label = gtk_label_new(subject_location); in cert_presenter()
284 g_free(subject_location); in cert_presenter()
/dports/mail/claws-mail-managesieve/claws-mail-3.18.0/src/gtk/
H A Dsslcertwindow.c65 char *subject_commonname, *subject_location, *subject_organization; in cert_presenter() local
81 subject_location = g_malloc(BUFFSIZE); in cert_presenter()
118 GNUTLS_OID_X520_LOCALITY_NAME, 0, 0, subject_location, &n)) { in cert_presenter()
120 GNUTLS_OID_X520_COUNTRY_NAME, 0, 0, subject_location, &n)) { in cert_presenter()
121 strncpy(subject_location, _("<not in certificate>"), BUFFSIZE-1); in cert_presenter()
127 strncat(subject_location, ", ", BUFFSIZE-strlen(subject_location)-1); in cert_presenter()
128 strncat(subject_location, tmp, BUFFSIZE-strlen(subject_location)-1); in cert_presenter()
215 label = gtk_label_new(subject_location); in cert_presenter()
284 g_free(subject_location); in cert_presenter()
/dports/mail/claws-mail-mailmbox/claws-mail-3.18.0/src/gtk/
H A Dsslcertwindow.c65 char *subject_commonname, *subject_location, *subject_organization; in cert_presenter() local
81 subject_location = g_malloc(BUFFSIZE); in cert_presenter()
118 GNUTLS_OID_X520_LOCALITY_NAME, 0, 0, subject_location, &n)) { in cert_presenter()
120 GNUTLS_OID_X520_COUNTRY_NAME, 0, 0, subject_location, &n)) { in cert_presenter()
121 strncpy(subject_location, _("<not in certificate>"), BUFFSIZE-1); in cert_presenter()
127 strncat(subject_location, ", ", BUFFSIZE-strlen(subject_location)-1); in cert_presenter()
128 strncat(subject_location, tmp, BUFFSIZE-strlen(subject_location)-1); in cert_presenter()
215 label = gtk_label_new(subject_location); in cert_presenter()
284 g_free(subject_location); in cert_presenter()
/dports/mail/claws-mail-litehtml_viewer/claws-mail-3.18.0/src/gtk/
H A Dsslcertwindow.c65 char *subject_commonname, *subject_location, *subject_organization; in cert_presenter() local
81 subject_location = g_malloc(BUFFSIZE); in cert_presenter()
118 GNUTLS_OID_X520_LOCALITY_NAME, 0, 0, subject_location, &n)) { in cert_presenter()
120 GNUTLS_OID_X520_COUNTRY_NAME, 0, 0, subject_location, &n)) { in cert_presenter()
121 strncpy(subject_location, _("<not in certificate>"), BUFFSIZE-1); in cert_presenter()
127 strncat(subject_location, ", ", BUFFSIZE-strlen(subject_location)-1); in cert_presenter()
128 strncat(subject_location, tmp, BUFFSIZE-strlen(subject_location)-1); in cert_presenter()
215 label = gtk_label_new(subject_location); in cert_presenter()
284 g_free(subject_location); in cert_presenter()
/dports/mail/claws-mail-fetchinfo/claws-mail-3.18.0/src/gtk/
H A Dsslcertwindow.c65 char *subject_commonname, *subject_location, *subject_organization; in cert_presenter() local
81 subject_location = g_malloc(BUFFSIZE); in cert_presenter()
118 GNUTLS_OID_X520_LOCALITY_NAME, 0, 0, subject_location, &n)) { in cert_presenter()
120 GNUTLS_OID_X520_COUNTRY_NAME, 0, 0, subject_location, &n)) { in cert_presenter()
121 strncpy(subject_location, _("<not in certificate>"), BUFFSIZE-1); in cert_presenter()
127 strncat(subject_location, ", ", BUFFSIZE-strlen(subject_location)-1); in cert_presenter()
128 strncat(subject_location, tmp, BUFFSIZE-strlen(subject_location)-1); in cert_presenter()
215 label = gtk_label_new(subject_location); in cert_presenter()
284 g_free(subject_location); in cert_presenter()
/dports/mail/claws-mail-clamd/claws-mail-3.18.0/src/gtk/
H A Dsslcertwindow.c65 char *subject_commonname, *subject_location, *subject_organization; in cert_presenter() local
81 subject_location = g_malloc(BUFFSIZE); in cert_presenter()
118 GNUTLS_OID_X520_LOCALITY_NAME, 0, 0, subject_location, &n)) { in cert_presenter()
120 GNUTLS_OID_X520_COUNTRY_NAME, 0, 0, subject_location, &n)) { in cert_presenter()
121 strncpy(subject_location, _("<not in certificate>"), BUFFSIZE-1); in cert_presenter()
127 strncat(subject_location, ", ", BUFFSIZE-strlen(subject_location)-1); in cert_presenter()
128 strncat(subject_location, tmp, BUFFSIZE-strlen(subject_location)-1); in cert_presenter()
215 label = gtk_label_new(subject_location); in cert_presenter()
284 g_free(subject_location); in cert_presenter()
/dports/mail/claws-mail-address_keeper/claws-mail-3.18.0/src/gtk/
H A Dsslcertwindow.c65 char *subject_commonname, *subject_location, *subject_organization; in cert_presenter() local
81 subject_location = g_malloc(BUFFSIZE); in cert_presenter()
118 GNUTLS_OID_X520_LOCALITY_NAME, 0, 0, subject_location, &n)) { in cert_presenter()
120 GNUTLS_OID_X520_COUNTRY_NAME, 0, 0, subject_location, &n)) { in cert_presenter()
121 strncpy(subject_location, _("<not in certificate>"), BUFFSIZE-1); in cert_presenter()
127 strncat(subject_location, ", ", BUFFSIZE-strlen(subject_location)-1); in cert_presenter()
128 strncat(subject_location, tmp, BUFFSIZE-strlen(subject_location)-1); in cert_presenter()
215 label = gtk_label_new(subject_location); in cert_presenter()
284 g_free(subject_location); in cert_presenter()
/dports/mail/claws-mail/claws-mail-3.18.0/src/gtk/
H A Dsslcertwindow.c65 char *subject_commonname, *subject_location, *subject_organization; in cert_presenter() local
81 subject_location = g_malloc(BUFFSIZE); in cert_presenter()
118 GNUTLS_OID_X520_LOCALITY_NAME, 0, 0, subject_location, &n)) { in cert_presenter()
120 GNUTLS_OID_X520_COUNTRY_NAME, 0, 0, subject_location, &n)) { in cert_presenter()
121 strncpy(subject_location, _("<not in certificate>"), BUFFSIZE-1); in cert_presenter()
127 strncat(subject_location, ", ", BUFFSIZE-strlen(subject_location)-1); in cert_presenter()
128 strncat(subject_location, tmp, BUFFSIZE-strlen(subject_location)-1); in cert_presenter()
215 label = gtk_label_new(subject_location); in cert_presenter()
284 g_free(subject_location); in cert_presenter()
/dports/mail/claws-mail-archive/claws-mail-3.18.0/src/gtk/
H A Dsslcertwindow.c65 char *subject_commonname, *subject_location, *subject_organization; in cert_presenter() local
81 subject_location = g_malloc(BUFFSIZE); in cert_presenter()
118 GNUTLS_OID_X520_LOCALITY_NAME, 0, 0, subject_location, &n)) { in cert_presenter()
120 GNUTLS_OID_X520_COUNTRY_NAME, 0, 0, subject_location, &n)) { in cert_presenter()
121 strncpy(subject_location, _("<not in certificate>"), BUFFSIZE-1); in cert_presenter()
127 strncat(subject_location, ", ", BUFFSIZE-strlen(subject_location)-1); in cert_presenter()
128 strncat(subject_location, tmp, BUFFSIZE-strlen(subject_location)-1); in cert_presenter()
215 label = gtk_label_new(subject_location); in cert_presenter()
284 g_free(subject_location); in cert_presenter()
/dports/mail/claws-mail-libravatar/claws-mail-3.18.0/src/gtk/
H A Dsslcertwindow.c65 char *subject_commonname, *subject_location, *subject_organization; in cert_presenter() local
81 subject_location = g_malloc(BUFFSIZE); in cert_presenter()
118 GNUTLS_OID_X520_LOCALITY_NAME, 0, 0, subject_location, &n)) { in cert_presenter()
120 GNUTLS_OID_X520_COUNTRY_NAME, 0, 0, subject_location, &n)) { in cert_presenter()
121 strncpy(subject_location, _("<not in certificate>"), BUFFSIZE-1); in cert_presenter()
127 strncat(subject_location, ", ", BUFFSIZE-strlen(subject_location)-1); in cert_presenter()
128 strncat(subject_location, tmp, BUFFSIZE-strlen(subject_location)-1); in cert_presenter()
215 label = gtk_label_new(subject_location); in cert_presenter()
284 g_free(subject_location); in cert_presenter()
/dports/mail/claws-mail-att_remover/claws-mail-3.18.0/src/gtk/
H A Dsslcertwindow.c65 char *subject_commonname, *subject_location, *subject_organization; in cert_presenter() local
81 subject_location = g_malloc(BUFFSIZE); in cert_presenter()
118 GNUTLS_OID_X520_LOCALITY_NAME, 0, 0, subject_location, &n)) { in cert_presenter()
120 GNUTLS_OID_X520_COUNTRY_NAME, 0, 0, subject_location, &n)) { in cert_presenter()
121 strncpy(subject_location, _("<not in certificate>"), BUFFSIZE-1); in cert_presenter()
127 strncat(subject_location, ", ", BUFFSIZE-strlen(subject_location)-1); in cert_presenter()
128 strncat(subject_location, tmp, BUFFSIZE-strlen(subject_location)-1); in cert_presenter()
215 label = gtk_label_new(subject_location); in cert_presenter()
284 g_free(subject_location); in cert_presenter()
/dports/mail/claws-mail-attachwarner/claws-mail-3.18.0/src/gtk/
H A Dsslcertwindow.c65 char *subject_commonname, *subject_location, *subject_organization; in cert_presenter() local
81 subject_location = g_malloc(BUFFSIZE); in cert_presenter()
118 GNUTLS_OID_X520_LOCALITY_NAME, 0, 0, subject_location, &n)) { in cert_presenter()
120 GNUTLS_OID_X520_COUNTRY_NAME, 0, 0, subject_location, &n)) { in cert_presenter()
121 strncpy(subject_location, _("<not in certificate>"), BUFFSIZE-1); in cert_presenter()
127 strncat(subject_location, ", ", BUFFSIZE-strlen(subject_location)-1); in cert_presenter()
128 strncat(subject_location, tmp, BUFFSIZE-strlen(subject_location)-1); in cert_presenter()
215 label = gtk_label_new(subject_location); in cert_presenter()
284 g_free(subject_location); in cert_presenter()
/dports/mail/claws-mail-dillo/claws-mail-3.18.0/src/gtk/
H A Dsslcertwindow.c65 char *subject_commonname, *subject_location, *subject_organization; in cert_presenter() local
81 subject_location = g_malloc(BUFFSIZE); in cert_presenter()
118 GNUTLS_OID_X520_LOCALITY_NAME, 0, 0, subject_location, &n)) { in cert_presenter()
120 GNUTLS_OID_X520_COUNTRY_NAME, 0, 0, subject_location, &n)) { in cert_presenter()
121 strncpy(subject_location, _("<not in certificate>"), BUFFSIZE-1); in cert_presenter()
127 strncat(subject_location, ", ", BUFFSIZE-strlen(subject_location)-1); in cert_presenter()
128 strncat(subject_location, tmp, BUFFSIZE-strlen(subject_location)-1); in cert_presenter()
215 label = gtk_label_new(subject_location); in cert_presenter()
284 g_free(subject_location); in cert_presenter()
/dports/mail/claws-mail-gdata/claws-mail-3.18.0/src/gtk/
H A Dsslcertwindow.c65 char *subject_commonname, *subject_location, *subject_organization; in cert_presenter() local
81 subject_location = g_malloc(BUFFSIZE); in cert_presenter()
118 GNUTLS_OID_X520_LOCALITY_NAME, 0, 0, subject_location, &n)) { in cert_presenter()
120 GNUTLS_OID_X520_COUNTRY_NAME, 0, 0, subject_location, &n)) { in cert_presenter()
121 strncpy(subject_location, _("<not in certificate>"), BUFFSIZE-1); in cert_presenter()
127 strncat(subject_location, ", ", BUFFSIZE-strlen(subject_location)-1); in cert_presenter()
128 strncat(subject_location, tmp, BUFFSIZE-strlen(subject_location)-1); in cert_presenter()
215 label = gtk_label_new(subject_location); in cert_presenter()
284 g_free(subject_location); in cert_presenter()
/dports/mail/claws-mail-bsfilter/claws-mail-3.18.0/src/gtk/
H A Dsslcertwindow.c65 char *subject_commonname, *subject_location, *subject_organization; in cert_presenter() local
81 subject_location = g_malloc(BUFFSIZE); in cert_presenter()
118 GNUTLS_OID_X520_LOCALITY_NAME, 0, 0, subject_location, &n)) { in cert_presenter()
120 GNUTLS_OID_X520_COUNTRY_NAME, 0, 0, subject_location, &n)) { in cert_presenter()
121 strncpy(subject_location, _("<not in certificate>"), BUFFSIZE-1); in cert_presenter()
127 strncat(subject_location, ", ", BUFFSIZE-strlen(subject_location)-1); in cert_presenter()
128 strncat(subject_location, tmp, BUFFSIZE-strlen(subject_location)-1); in cert_presenter()
215 label = gtk_label_new(subject_location); in cert_presenter()
284 g_free(subject_location); in cert_presenter()
/dports/mail/claws-mail-bogofilter/claws-mail-3.18.0/src/gtk/
H A Dsslcertwindow.c65 char *subject_commonname, *subject_location, *subject_organization; in cert_presenter() local
81 subject_location = g_malloc(BUFFSIZE); in cert_presenter()
118 GNUTLS_OID_X520_LOCALITY_NAME, 0, 0, subject_location, &n)) { in cert_presenter()
120 GNUTLS_OID_X520_COUNTRY_NAME, 0, 0, subject_location, &n)) { in cert_presenter()
121 strncpy(subject_location, _("<not in certificate>"), BUFFSIZE-1); in cert_presenter()
127 strncat(subject_location, ", ", BUFFSIZE-strlen(subject_location)-1); in cert_presenter()
128 strncat(subject_location, tmp, BUFFSIZE-strlen(subject_location)-1); in cert_presenter()
215 label = gtk_label_new(subject_location); in cert_presenter()
284 g_free(subject_location); in cert_presenter()
/dports/mail/claws-mail-vcalendar/claws-mail-3.18.0/src/gtk/
H A Dsslcertwindow.c65 char *subject_commonname, *subject_location, *subject_organization; in cert_presenter() local
81 subject_location = g_malloc(BUFFSIZE); in cert_presenter()
118 GNUTLS_OID_X520_LOCALITY_NAME, 0, 0, subject_location, &n)) { in cert_presenter()
120 GNUTLS_OID_X520_COUNTRY_NAME, 0, 0, subject_location, &n)) { in cert_presenter()
121 strncpy(subject_location, _("<not in certificate>"), BUFFSIZE-1); in cert_presenter()
127 strncat(subject_location, ", ", BUFFSIZE-strlen(subject_location)-1); in cert_presenter()
128 strncat(subject_location, tmp, BUFFSIZE-strlen(subject_location)-1); in cert_presenter()
215 label = gtk_label_new(subject_location); in cert_presenter()
284 g_free(subject_location); in cert_presenter()
/dports/mail/claws-mail-rssyl/claws-mail-3.18.0/src/gtk/
H A Dsslcertwindow.c65 char *subject_commonname, *subject_location, *subject_organization; in cert_presenter() local
81 subject_location = g_malloc(BUFFSIZE); in cert_presenter()
118 GNUTLS_OID_X520_LOCALITY_NAME, 0, 0, subject_location, &n)) { in cert_presenter()
120 GNUTLS_OID_X520_COUNTRY_NAME, 0, 0, subject_location, &n)) { in cert_presenter()
121 strncpy(subject_location, _("<not in certificate>"), BUFFSIZE-1); in cert_presenter()
127 strncat(subject_location, ", ", BUFFSIZE-strlen(subject_location)-1); in cert_presenter()
128 strncat(subject_location, tmp, BUFFSIZE-strlen(subject_location)-1); in cert_presenter()
215 label = gtk_label_new(subject_location); in cert_presenter()
284 g_free(subject_location); in cert_presenter()
/dports/mail/claws-mail-perl/claws-mail-3.18.0/src/gtk/
H A Dsslcertwindow.c65 char *subject_commonname, *subject_location, *subject_organization; in cert_presenter() local
81 subject_location = g_malloc(BUFFSIZE); in cert_presenter()
118 GNUTLS_OID_X520_LOCALITY_NAME, 0, 0, subject_location, &n)) { in cert_presenter()
120 GNUTLS_OID_X520_COUNTRY_NAME, 0, 0, subject_location, &n)) { in cert_presenter()
121 strncpy(subject_location, _("<not in certificate>"), BUFFSIZE-1); in cert_presenter()
127 strncat(subject_location, ", ", BUFFSIZE-strlen(subject_location)-1); in cert_presenter()
128 strncat(subject_location, tmp, BUFFSIZE-strlen(subject_location)-1); in cert_presenter()
215 label = gtk_label_new(subject_location); in cert_presenter()
284 g_free(subject_location); in cert_presenter()

123