Home
last modified time | relevance | path

Searched refs:the_format (Results 1 – 14 of 14) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/libxslt/src/libxslt/
H A Dnumbers.c1020 the_format = format; in xsltFormatNumberConversion()
1026 prefix = the_format; in xsltFormatNumberConversion()
1087 the_format += len; in xsltFormatNumberConversion()
1122 the_format += len; in xsltFormatNumberConversion()
1134 the_format += len; in xsltFormatNumberConversion()
1143 the_format += len; in xsltFormatNumberConversion()
1156 the_format -= len; in xsltFormatNumberConversion()
1160 suffix = the_format; in xsltFormatNumberConversion()
1220 the_format += len; in xsltFormatNumberConversion()
1224 the_format -= len; in xsltFormatNumberConversion()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/libxslt/src/libxslt/
H A Dnumbers.c1020 the_format = format; in xsltFormatNumberConversion()
1026 prefix = the_format; in xsltFormatNumberConversion()
1087 the_format += len; in xsltFormatNumberConversion()
1122 the_format += len; in xsltFormatNumberConversion()
1134 the_format += len; in xsltFormatNumberConversion()
1143 the_format += len; in xsltFormatNumberConversion()
1156 the_format -= len; in xsltFormatNumberConversion()
1160 suffix = the_format; in xsltFormatNumberConversion()
1220 the_format += len; in xsltFormatNumberConversion()
1224 the_format -= len; in xsltFormatNumberConversion()
[all …]
/dports/textproc/libxslt/libxslt-1.1.34/libxslt/
H A Dnumbers.c1020 the_format = format; in xsltFormatNumberConversion()
1026 prefix = the_format; in xsltFormatNumberConversion()
1087 the_format += len; in xsltFormatNumberConversion()
1122 the_format += len; in xsltFormatNumberConversion()
1134 the_format += len; in xsltFormatNumberConversion()
1143 the_format += len; in xsltFormatNumberConversion()
1156 the_format -= len; in xsltFormatNumberConversion()
1160 suffix = the_format; in xsltFormatNumberConversion()
1220 the_format += len; in xsltFormatNumberConversion()
1224 the_format -= len; in xsltFormatNumberConversion()
[all …]
/dports/science/InsightToolkit/ITK-5.0.1/Modules/ThirdParty/VNL/src/vxl/core/vnl/
H A Dvnl_matlab_print_format.cxx15 static vnl_matlab_print_format the_format = vnl_matlab_print_format_short; variable
25 format_stack->push_back(the_format); in vnl_matlab_print_format_push()
26 the_format = f; in vnl_matlab_print_format_push()
35 the_format = vnl_matlab_print_format(format_stack->back()); in vnl_matlab_print_format_pop()
43 vnl_matlab_print_format old = the_format; in vnl_matlab_print_format_set()
44 the_format = f; in vnl_matlab_print_format_set()
50 return the_format; in vnl_matlab_print_format_top()
/dports/misc/vxl/vxl-3.3.2/core/vnl/
H A Dvnl_matlab_print_format.cxx15 static vnl_matlab_print_format the_format = vnl_matlab_print_format_short; variable
30 format_stack->push_back(the_format); in vnl_matlab_print_format_push()
31 the_format = f; in vnl_matlab_print_format_push()
42 the_format = vnl_matlab_print_format(format_stack->back()); in vnl_matlab_print_format_pop()
51 vnl_matlab_print_format old = the_format; in vnl_matlab_print_format_set()
52 the_format = f; in vnl_matlab_print_format_set()
59 return the_format; in vnl_matlab_print_format_top()
/dports/math/pspp/pspp-1.4.1/perl-module/
H A Dtypemap30 SV** the_format = hv_fetch (hv, \"fmt\", 3, 0);
34 $var.type = the_format ? SvIV (*the_format) : FMT_F;
52 SV** the_format = hv_fetch (hv, \"fmt\", 3, 0);
57 $var.type = the_format ? SvIV (*the_format) : FMT_F;
/dports/security/tor-devel/tor-0.4.7.2-alpha/src/feature/metrics/
H A Dmetrics.c36 static metrics_format_t the_format = METRICS_FORMAT_PROMETHEUS; variable
143 buf_t *data = metrics_get_output(the_format); in metrics_connection_process_inbuf()
207 the_format = METRICS_FORMAT_PROMETHEUS; in metrics_parse_ports()
/dports/security/tor/tor-0.4.6.8/src/feature/metrics/
H A Dmetrics.c36 static metrics_format_t the_format = METRICS_FORMAT_PROMETHEUS; variable
143 buf_t *data = metrics_get_output(the_format); in metrics_connection_process_inbuf()
207 the_format = METRICS_FORMAT_PROMETHEUS; in metrics_parse_ports()
/dports/science/pnetcdf/parallel-netcdf-1.8.1/src/libcxx/
H A DncmpiFile.cpp116 int the_format; in getFormat() local
117 ncmpiCheck(ncmpi_inq_format(myId, &the_format),__FILE__,__LINE__); in getFormat()
119 switch (the_format) { in getFormat()
/dports/emulators/vice/vice-3.5/src/lib/liblame/ACM/
H A DACM.cpp575 DWORD the_format = WAVE_FORMAT_UNKNOWN; // the format to give details in OnFormatTagDetails() local
590 the_format = PERSONAL_FORMAT; in OnFormatTagDetails()
593 the_format = WAVE_FORMAT_PCM; in OnFormatTagDetails()
609 the_format = WAVE_FORMAT_PCM; in OnFormatTagDetails()
612 the_format = PERSONAL_FORMAT; in OnFormatTagDetails()
629 my_debug.OutPut(DEBUG_LEVEL_FUNC_CODE, "OnFormatTagDetails the_format = 0x%08X",the_format); in OnFormatTagDetails()
630 switch(the_format) in OnFormatTagDetails()
652 my_debug.OutPut(DEBUG_LEVEL_FUNC_CODE, "OnFormatTagDetails Unknown format 0x%08X",the_format); in OnFormatTagDetails()
655 …matTagDetails %d possibilities for format 0x%08X",a_FormatTagDetails->cStandardFormats,the_format); in OnFormatTagDetails()
/dports/audio/lame/lame-3.100/ACM/
H A DACM.cpp575 DWORD the_format = WAVE_FORMAT_UNKNOWN; // the format to give details in OnFormatTagDetails() local
590 the_format = PERSONAL_FORMAT; in OnFormatTagDetails()
593 the_format = WAVE_FORMAT_PCM; in OnFormatTagDetails()
609 the_format = WAVE_FORMAT_PCM; in OnFormatTagDetails()
612 the_format = PERSONAL_FORMAT; in OnFormatTagDetails()
629 my_debug.OutPut(DEBUG_LEVEL_FUNC_CODE, "OnFormatTagDetails the_format = 0x%08X",the_format); in OnFormatTagDetails()
630 switch(the_format) in OnFormatTagDetails()
652 my_debug.OutPut(DEBUG_LEVEL_FUNC_CODE, "OnFormatTagDetails Unknown format 0x%08X",the_format); in OnFormatTagDetails()
655 …matTagDetails %d possibilities for format 0x%08X",a_FormatTagDetails->cStandardFormats,the_format); in OnFormatTagDetails()
/dports/emulators/libretro-vice/vice-libretro-5725415/vice/src/lib/liblame/ACM/
H A DACM.cpp575 DWORD the_format = WAVE_FORMAT_UNKNOWN; // the format to give details in OnFormatTagDetails() local
590 the_format = PERSONAL_FORMAT; in OnFormatTagDetails()
593 the_format = WAVE_FORMAT_PCM; in OnFormatTagDetails()
609 the_format = WAVE_FORMAT_PCM; in OnFormatTagDetails()
612 the_format = PERSONAL_FORMAT; in OnFormatTagDetails()
629 my_debug.OutPut(DEBUG_LEVEL_FUNC_CODE, "OnFormatTagDetails the_format = 0x%08X",the_format); in OnFormatTagDetails()
630 switch(the_format) in OnFormatTagDetails()
652 my_debug.OutPut(DEBUG_LEVEL_FUNC_CODE, "OnFormatTagDetails Unknown format 0x%08X",the_format); in OnFormatTagDetails()
655 …matTagDetails %d possibilities for format 0x%08X",a_FormatTagDetails->cStandardFormats,the_format); in OnFormatTagDetails()
/dports/graphics/freeimage/FreeImage/Source/FreeImage/
H A DPlugin.cpp108 const char *the_format = NULL; in AddNode() local
111 the_format = format; in AddNode()
113 the_format = plugin->format_proc(); in AddNode()
118 if (the_format != NULL) { in AddNode()
145 …const char *the_format = ((*i).second->m_format != NULL) ? (*i).second->m_format : (*i).second->m_… in FindNodeFromFormat() local
148 if (FreeImage_stricmp(the_format, format) == 0) { in FindNodeFromFormat()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/netcdf/vtknetcdf/cxx/
H A Dnetcdf.cpp253 int the_format; in get_format() local
255 nc_inq_format(the_id, &the_format) in get_format()
257 switch (the_format) { in get_format()