Home
last modified time | relevance | path

Searched refs:nformat (Results 1 – 25 of 213) sorted by relevance

123456789

/dports/security/py-pysaml2/pysaml2-7.1.0/src/saml2/
H A Dident.py87 def _create_id(self, nformat, name_qualifier="", sp_name_qualifier=""): argument
89 if not isinstance(nformat, six.binary_type):
90 nformat = nformat.encode('utf-8')
91 _id.update(nformat)
102 def create_id(self, nformat, name_qualifier="", sp_name_qualifier=""): argument
103 _id = self._create_id(nformat, name_qualifier, sp_name_qualifier)
105 _id = self._create_id(nformat, name_qualifier, sp_name_qualifier)
158 if nformat == NAMEID_FORMAT_PERSISTENT:
168 _id = self.create_id(nformat, name_qualifier, sp_name_qualifier)
170 if nformat == NAMEID_FORMAT_EMAILADDRESS:
[all …]
H A Dmongo_store.py136 def create_id(self, nformat, name_qualifier="", sp_name_qualifier=""):
137 _id = self._create_id(nformat, name_qualifier, sp_name_qualifier)
139 _id = self._create_id(nformat, name_qualifier, sp_name_qualifier)
145 def find_nameid(self, userid, nformat=None, sp_name_qualifier=None,
149 if nformat:
150 kwargs["name_format"] = nformat
/dports/security/py-pysaml24/pysaml2-4.9.0/src/saml2/
H A Dident.py87 def _create_id(self, nformat, name_qualifier="", sp_name_qualifier=""): argument
89 if not isinstance(nformat, six.binary_type):
90 nformat = nformat.encode('utf-8')
91 _id.update(nformat)
102 def create_id(self, nformat, name_qualifier="", sp_name_qualifier=""): argument
103 _id = self._create_id(nformat, name_qualifier, sp_name_qualifier)
105 _id = self._create_id(nformat, name_qualifier, sp_name_qualifier)
158 if nformat == NAMEID_FORMAT_PERSISTENT:
168 _id = self.create_id(nformat, name_qualifier, sp_name_qualifier)
170 if nformat == NAMEID_FORMAT_EMAILADDRESS:
[all …]
H A Dmongo_store.py136 def create_id(self, nformat, name_qualifier="", sp_name_qualifier=""): argument
137 _id = self._create_id(nformat, name_qualifier, sp_name_qualifier)
139 _id = self._create_id(nformat, name_qualifier, sp_name_qualifier)
145 def find_nameid(self, userid, nformat=None, sp_name_qualifier=None, argument
149 if nformat:
150 kwargs["name_format"] = nformat
/dports/security/py-pysaml26/pysaml2-6.5.2/src/saml2/
H A Dident.py87 def _create_id(self, nformat, name_qualifier="", sp_name_qualifier=""): argument
89 if not isinstance(nformat, six.binary_type):
90 nformat = nformat.encode('utf-8')
91 _id.update(nformat)
102 def create_id(self, nformat, name_qualifier="", sp_name_qualifier=""): argument
103 _id = self._create_id(nformat, name_qualifier, sp_name_qualifier)
105 _id = self._create_id(nformat, name_qualifier, sp_name_qualifier)
158 if nformat == NAMEID_FORMAT_PERSISTENT:
168 _id = self.create_id(nformat, name_qualifier, sp_name_qualifier)
170 if nformat == NAMEID_FORMAT_EMAILADDRESS:
[all …]
H A Dmongo_store.py136 def create_id(self, nformat, name_qualifier="", sp_name_qualifier=""): argument
137 _id = self._create_id(nformat, name_qualifier, sp_name_qualifier)
139 _id = self._create_id(nformat, name_qualifier, sp_name_qualifier)
145 def find_nameid(self, userid, nformat=None, sp_name_qualifier=None, argument
149 if nformat:
150 kwargs["name_format"] = nformat
/dports/math/maxima/maxima-5.43.2/src/
H A Dnforma.lisp26 (defun nformat (form &aux (p nil)) function
70 (setq args (mapcar #'nformat (cdr form)))
91 (setq dummy (nformat (car l)))
116 (not (atom (setq exp (nformat (caddr form)))))
132 (nformat form))))
147 (setq form (nformat form))
164 #'(lambda(form)(nformat (caddr form))))
170 (setf (get 'mpois 'formatter) #'(lambda(form)(nformat ($outofpois form))))
187 (nformat `((mplus) ,(realpart form)
/dports/print/lyx/lyx-2.3.4.2/src/graphics/
H A DGraphicsCache.cpp78 vector<string> nformat = frontend::loadableImageFormats(); in loadableFormats() local
80 vector<string>::const_iterator it = nformat.begin(); in loadableFormats()
81 for (; it != nformat.end(); ++it) { in loadableFormats()
/dports/x11-fm/gentoo/gentoo-0.20.7/src/
H A Dcmd_split.c62 GtkWidget *nformat; /* Entry widget for name formatter. */ member
93 return gtk_entry_get_text(GTK_ENTRY(spi->nformat)); in get_name_format()
278 gtk_entry_set_text(GTK_ENTRY(spi->nformat), dp_row_get_name_display(m, row)); in spt_body()
279 pos = gtk_entry_get_text_length(GTK_ENTRY(spi->nformat)); in spt_body()
280 gtk_editable_insert_text(GTK_EDITABLE(spi->nformat), ".{index}", 8, &pos); in spt_body()
282 cmd_generic_track_entry(gen, spi->nformat); in spt_body()
325 const gchar *format = gtk_entry_get_text(GTK_ENTRY(spi->nformat)); in do_split()
554 gtk_editable_insert_text(GTK_EDITABLE(spi->nformat), buf, -1, &pos); in evt_nformat_details_clicked()
606 spi.nformat = gui_dialog_entry_new(); in cmd_split()
607 gtk_entry_set_max_length(GTK_ENTRY(spi.nformat), NFORMAT_LIMIT); in cmd_split()
[all …]
/dports/lang/clover/mesa-21.3.6/src/gallium/frontends/vdpau/
H A Dsurface.c328 enum pipe_format nformat = pformat; in vlVdpVideoSurfacePutBitsYCbCr() local
332 if (!screen->is_video_format_supported(screen, nformat, in vlVdpVideoSurfacePutBitsYCbCr()
335 nformat = screen->get_video_param(screen, in vlVdpVideoSurfacePutBitsYCbCr()
339 if (nformat == PIPE_FORMAT_NONE) { in vlVdpVideoSurfacePutBitsYCbCr()
346 nformat != p_surf->video_buffer->buffer_format) { in vlVdpVideoSurfacePutBitsYCbCr()
352 p_surf->templat.buffer_format = nformat; in vlVdpVideoSurfacePutBitsYCbCr()
353 if (nformat == PIPE_FORMAT_YUYV || nformat == PIPE_FORMAT_UYVY) in vlVdpVideoSurfacePutBitsYCbCr()
/dports/graphics/libosmesa/mesa-21.3.6/src/gallium/frontends/vdpau/
H A Dsurface.c328 enum pipe_format nformat = pformat; in vlVdpVideoSurfacePutBitsYCbCr() local
332 if (!screen->is_video_format_supported(screen, nformat, in vlVdpVideoSurfacePutBitsYCbCr()
335 nformat = screen->get_video_param(screen, in vlVdpVideoSurfacePutBitsYCbCr()
339 if (nformat == PIPE_FORMAT_NONE) { in vlVdpVideoSurfacePutBitsYCbCr()
346 nformat != p_surf->video_buffer->buffer_format) { in vlVdpVideoSurfacePutBitsYCbCr()
352 p_surf->templat.buffer_format = nformat; in vlVdpVideoSurfacePutBitsYCbCr()
353 if (nformat == PIPE_FORMAT_YUYV || nformat == PIPE_FORMAT_UYVY) in vlVdpVideoSurfacePutBitsYCbCr()
/dports/graphics/libosmesa-gallium/mesa-21.3.6/src/gallium/frontends/vdpau/
H A Dsurface.c328 enum pipe_format nformat = pformat; in vlVdpVideoSurfacePutBitsYCbCr() local
332 if (!screen->is_video_format_supported(screen, nformat, in vlVdpVideoSurfacePutBitsYCbCr()
335 nformat = screen->get_video_param(screen, in vlVdpVideoSurfacePutBitsYCbCr()
339 if (nformat == PIPE_FORMAT_NONE) { in vlVdpVideoSurfacePutBitsYCbCr()
346 nformat != p_surf->video_buffer->buffer_format) { in vlVdpVideoSurfacePutBitsYCbCr()
352 p_surf->templat.buffer_format = nformat; in vlVdpVideoSurfacePutBitsYCbCr()
353 if (nformat == PIPE_FORMAT_YUYV || nformat == PIPE_FORMAT_UYVY) in vlVdpVideoSurfacePutBitsYCbCr()
/dports/graphics/mesa-gallium-xa/mesa-21.3.6/src/gallium/frontends/vdpau/
H A Dsurface.c328 enum pipe_format nformat = pformat; in vlVdpVideoSurfacePutBitsYCbCr() local
332 if (!screen->is_video_format_supported(screen, nformat, in vlVdpVideoSurfacePutBitsYCbCr()
335 nformat = screen->get_video_param(screen, in vlVdpVideoSurfacePutBitsYCbCr()
339 if (nformat == PIPE_FORMAT_NONE) { in vlVdpVideoSurfacePutBitsYCbCr()
346 nformat != p_surf->video_buffer->buffer_format) { in vlVdpVideoSurfacePutBitsYCbCr()
352 p_surf->templat.buffer_format = nformat; in vlVdpVideoSurfacePutBitsYCbCr()
353 if (nformat == PIPE_FORMAT_YUYV || nformat == PIPE_FORMAT_UYVY) in vlVdpVideoSurfacePutBitsYCbCr()
/dports/graphics/mesa-libs/mesa-21.3.6/src/gallium/frontends/vdpau/
H A Dsurface.c328 enum pipe_format nformat = pformat; in vlVdpVideoSurfacePutBitsYCbCr() local
332 if (!screen->is_video_format_supported(screen, nformat, in vlVdpVideoSurfacePutBitsYCbCr()
335 nformat = screen->get_video_param(screen, in vlVdpVideoSurfacePutBitsYCbCr()
339 if (nformat == PIPE_FORMAT_NONE) { in vlVdpVideoSurfacePutBitsYCbCr()
346 nformat != p_surf->video_buffer->buffer_format) { in vlVdpVideoSurfacePutBitsYCbCr()
352 p_surf->templat.buffer_format = nformat; in vlVdpVideoSurfacePutBitsYCbCr()
353 if (nformat == PIPE_FORMAT_YUYV || nformat == PIPE_FORMAT_UYVY) in vlVdpVideoSurfacePutBitsYCbCr()
/dports/graphics/mesa-dri-gallium/mesa-21.3.6/src/gallium/frontends/vdpau/
H A Dsurface.c328 enum pipe_format nformat = pformat; in vlVdpVideoSurfacePutBitsYCbCr() local
332 if (!screen->is_video_format_supported(screen, nformat, in vlVdpVideoSurfacePutBitsYCbCr()
335 nformat = screen->get_video_param(screen, in vlVdpVideoSurfacePutBitsYCbCr()
339 if (nformat == PIPE_FORMAT_NONE) { in vlVdpVideoSurfacePutBitsYCbCr()
346 nformat != p_surf->video_buffer->buffer_format) { in vlVdpVideoSurfacePutBitsYCbCr()
352 p_surf->templat.buffer_format = nformat; in vlVdpVideoSurfacePutBitsYCbCr()
353 if (nformat == PIPE_FORMAT_YUYV || nformat == PIPE_FORMAT_UYVY) in vlVdpVideoSurfacePutBitsYCbCr()
/dports/graphics/mesa-gallium-va/mesa-21.3.6/src/gallium/frontends/vdpau/
H A Dsurface.c328 enum pipe_format nformat = pformat; in vlVdpVideoSurfacePutBitsYCbCr() local
332 if (!screen->is_video_format_supported(screen, nformat, in vlVdpVideoSurfacePutBitsYCbCr()
335 nformat = screen->get_video_param(screen, in vlVdpVideoSurfacePutBitsYCbCr()
339 if (nformat == PIPE_FORMAT_NONE) { in vlVdpVideoSurfacePutBitsYCbCr()
346 nformat != p_surf->video_buffer->buffer_format) { in vlVdpVideoSurfacePutBitsYCbCr()
352 p_surf->templat.buffer_format = nformat; in vlVdpVideoSurfacePutBitsYCbCr()
353 if (nformat == PIPE_FORMAT_YUYV || nformat == PIPE_FORMAT_UYVY) in vlVdpVideoSurfacePutBitsYCbCr()
/dports/graphics/mesa-gallium-vdpau/mesa-21.3.6/src/gallium/frontends/vdpau/
H A Dsurface.c328 enum pipe_format nformat = pformat; in vlVdpVideoSurfacePutBitsYCbCr() local
332 if (!screen->is_video_format_supported(screen, nformat, in vlVdpVideoSurfacePutBitsYCbCr()
335 nformat = screen->get_video_param(screen, in vlVdpVideoSurfacePutBitsYCbCr()
339 if (nformat == PIPE_FORMAT_NONE) { in vlVdpVideoSurfacePutBitsYCbCr()
346 nformat != p_surf->video_buffer->buffer_format) { in vlVdpVideoSurfacePutBitsYCbCr()
352 p_surf->templat.buffer_format = nformat; in vlVdpVideoSurfacePutBitsYCbCr()
353 if (nformat == PIPE_FORMAT_YUYV || nformat == PIPE_FORMAT_UYVY) in vlVdpVideoSurfacePutBitsYCbCr()
/dports/graphics/mesa-devel/mesa-22.0-branchpoint-2059-ge8a63cf61ec/src/gallium/frontends/vdpau/
H A Dsurface.c328 enum pipe_format nformat = pformat; in vlVdpVideoSurfacePutBitsYCbCr() local
332 if (!screen->is_video_format_supported(screen, nformat, in vlVdpVideoSurfacePutBitsYCbCr()
335 nformat = screen->get_video_param(screen, in vlVdpVideoSurfacePutBitsYCbCr()
339 if (nformat == PIPE_FORMAT_NONE) { in vlVdpVideoSurfacePutBitsYCbCr()
346 nformat != p_surf->video_buffer->buffer_format) { in vlVdpVideoSurfacePutBitsYCbCr()
352 p_surf->templat.buffer_format = nformat; in vlVdpVideoSurfacePutBitsYCbCr()
353 if (nformat == PIPE_FORMAT_YUYV || nformat == PIPE_FORMAT_UYVY) in vlVdpVideoSurfacePutBitsYCbCr()
/dports/graphics/mesa-dri-classic/mesa-20.2.3/src/gallium/frontends/vdpau/
H A Dsurface.c328 enum pipe_format nformat = pformat; in vlVdpVideoSurfacePutBitsYCbCr() local
332 if (!screen->is_video_format_supported(screen, nformat, in vlVdpVideoSurfacePutBitsYCbCr()
335 nformat = screen->get_video_param(screen, in vlVdpVideoSurfacePutBitsYCbCr()
339 if (nformat == PIPE_FORMAT_NONE) { in vlVdpVideoSurfacePutBitsYCbCr()
346 nformat != p_surf->video_buffer->buffer_format) { in vlVdpVideoSurfacePutBitsYCbCr()
352 p_surf->templat.buffer_format = nformat; in vlVdpVideoSurfacePutBitsYCbCr()
353 if (nformat == PIPE_FORMAT_YUYV || nformat == PIPE_FORMAT_UYVY) in vlVdpVideoSurfacePutBitsYCbCr()
/dports/graphics/mesa-dri/mesa-21.3.6/src/gallium/frontends/vdpau/
H A Dsurface.c328 enum pipe_format nformat = pformat; in vlVdpVideoSurfacePutBitsYCbCr() local
332 if (!screen->is_video_format_supported(screen, nformat, in vlVdpVideoSurfacePutBitsYCbCr()
335 nformat = screen->get_video_param(screen, in vlVdpVideoSurfacePutBitsYCbCr()
339 if (nformat == PIPE_FORMAT_NONE) { in vlVdpVideoSurfacePutBitsYCbCr()
346 nformat != p_surf->video_buffer->buffer_format) { in vlVdpVideoSurfacePutBitsYCbCr()
352 p_surf->templat.buffer_format = nformat; in vlVdpVideoSurfacePutBitsYCbCr()
353 if (nformat == PIPE_FORMAT_YUYV || nformat == PIPE_FORMAT_UYVY) in vlVdpVideoSurfacePutBitsYCbCr()
/dports/www/py-pygsheets/pygsheets-2.0.5/pygsheets/
H A Dcell.py469 nformat, pattern = self.format
471 nformat, pattern = self.format, ""
493 … ret_json["userEnteredFormat"]["numberFormat"] = {"type": getattr(nformat, 'value', nformat),
536 nformat = cell_data.get('userEnteredFormat', {}).get('numberFormat', {})
537 self.format = (nformat.get('type', None), nformat.get('pattern', ''))
/dports/math/maxima/maxima-5.43.2/share/contrib/
H A Dtocl.lisp60 ,(expr-to-cl (nformat ($ratdisrep e)))))
64 (print (expr-to-cl (nformat ($ratdisrep e))))
68 (eval (expr-to-cl (nformat ($ratdisrep e)))))
/dports/shells/ksh93-devel/ast-cc1bca27/src/lib/libdss/
H A Ddssprintf.c49 char* nformat; member
279 s = t = fp->nformat = (char*)(&fp->arg[n]); in dssprintf()
439 fp->nformat = t = s; in dssprintf()
447 (*dss->disc->errorf)(NiL, dss->disc, 2, "%s: (variable) omitted in format", fp->nformat); in dssprintf()
623 s = fp->nformat = (char*)(&fp->arg[n]); in dssprintf()
658 fmt.fmt.form = fp->nformat; in dssprintf()
/dports/shells/ksh93/ast-93u/src/lib/libdss/
H A Ddssprintf.c49 char* nformat; member
279 s = t = fp->nformat = (char*)(&fp->arg[n]); in dssprintf()
439 fp->nformat = t = s; in dssprintf()
447 (*dss->disc->errorf)(NiL, dss->disc, 2, "%s: (variable) omitted in format", fp->nformat); in dssprintf()
623 s = fp->nformat = (char*)(&fp->arg[n]); in dssprintf()
658 fmt.fmt.form = fp->nformat; in dssprintf()
/dports/net/tigervnc-server/tigervnc-1.12.0/unix/xserver/render/
H A Dpicture.c156 for (n = 0; n < *nformat; n++) in addFormat()
161 ++*nformat; in addFormat()
449 int nformat; in PictureInitIndexedFormats() local
454 nformat = ps->nformats; in PictureInitIndexedFormats()
455 while (nformat--) in PictureInitIndexedFormats()
502 int nformat; in PictureMatchVisual() local
508 nformat = ps->nformats; in PictureMatchVisual()
523 while (nformat--) { in PictureMatchVisual()
550 int nformat; in PictureMatchFormat() local
555 nformat = ps->nformats; in PictureMatchFormat()
[all …]

123456789