Home
last modified time | relevance | path

Searched refs:codify (Results 1 – 25 of 459) sorted by relevance

12345678910>>...19

/dports/devel/doxygen/doxygen-1.9.3/src/
H A Dpycode.l130 static void codify(yyscan_t yyscanner,const QCString &text);
309 codify(yyscanner,yytext);
315 codify(yyscanner,yytext);
322 codify(yyscanner,yytext);
823 codify(yyscanner,yytext);
827 codify(yyscanner,yytext);
1080 static void codify(yyscan_t yyscanner,const QCString &text)
1083 yyextra->code->codify(text);
1207 yyextra->code->codify(tmp);
1213 yyextra->code->codify(sp);
[all …]
H A Dcode.l777 yyextra->code->codify(yytext);
828 yyextra->code->codify(yytext);
837 yyextra->code->codify(yytext);
849 yyextra->code->codify(yytext);
853 yyextra->code->codify(yytext);
857 yyextra->code->codify(yytext);
862 yyextra->code->codify(yytext);
2453 yyextra->code->codify(QCString(tmp));
2459 yyextra->code->codify(QCString(sp));
2845 yyextra->code->codify("~");
[all …]
H A Dfortrancode.l444 yyextra->code->codify(QCString(yytext));
517 yyextra->code->codify(QCString(yytext));
528 yyextra->code->codify(QCString(yytext));
539 yyextra->code->codify(QCString(yytext));
545 yyextra->code->codify(QCString(yytext));
571 yyextra->code->codify(QCString(yytext));
579 yyextra->code->codify(QCString(yytext));
585 yyextra->code->codify(QCString(yytext));
589 yyextra->code->codify(QCString(yytext));
1012 yyextra->code->codify(QCString(tmp));
[all …]
H A Dlatexgen.h35 void codify(const QCString &text) override;
97 void codify(const QCString &text) in codify() function
98 { m_codeGen.codify(text); } in codify()
H A Dhtmlgen.h29 void codify(const QCString &text);
91 void codify(const QCString &text) in codify() function
92 { m_codeGen.codify(text); } in codify()
H A Ddocbookgen.h32 void codify(const QCString &text);
108 void codify(const QCString &text) in codify() function
109 { m_codeGen.codify(text); } in codify()
H A Dfileparser.cpp48 if (!lineStr.isEmpty()) codeOutIntf.codify(lineStr.data()); in parseCode()
H A Dmangen.h73 void codify(const QCString &text);
131 void endCodeLine() { codify("\n"); m_col=0; } in endCodeLine()
H A Dxmlgen.h27 void codify(const QCString &text) override;
H A Dxmlcode.l92 static void codify(yyscan_t yyscanner,const char* text);
/dports/science/py-pydicom/pydicom-2.2.2/doc/old/
H A Dwriting_files.rst19 of going about this: using the "codify" script, or creating a Dataset directly
34 pydicom has a command-line utility called ``codify`` that
48 The code produced by codify will contain all the information in the original
52 with codify, or handling the output files according to your requirements for
55 One issue to be aware of is that ``codify`` will not create code for large items
69 One potential disadvantage of ``codify``, depending on your use case, is that it
70 does not create loops. If you have, say, 30 items in a Sequence, ``codify`` will
77 For details on calling the codify command, see the :ref:`cli_codify` section.
79 ``codify`` could also be called from code, rather than from a command line; you
80 can look at the codify.py source and the ``code_file`` function for a
[all …]
/dports/science/py-pydicom/pydicom-2.2.2/doc/guides/cli/
H A Dcli_codify.rst2 ``pydicom codify`` command
5 The ``pydicom codify`` command takes a DICOM file and produces Python code to
15 The code produced by ``codify`` will contain all the information in the original
22 A simple example of using the ``codify`` command would be::
24 $ pydicom codify pydicom::rtplan.dcm
27 # Produced by pydicom codify utility script
56 pydicom help codify
58 usage: pydicom codify [-h] [-e EXCLUDE_SIZE] [-p] [-s SAVE_AS] filespec [outfile]
88 pydicom codify -s savename.dcm dicomfile.dcm pythoncode.py
103 Note that the ``filespec`` argument to the ``codify`` command, as for
[all …]
/dports/science/py-pydicom/pydicom-2.2.2/pydicom/cli/
H A Dcodify.py6 import pydicom.util.codify
28 pydicom.util.codify.set_parser_arguments(
31 codify_parser.set_defaults(func=pydicom.util.codify.do_codify)
/dports/textproc/p5-xmltv/xmltv-0.5.70/grab/uk_atlas/
H A Dtv_grab_uk_atlas603 $xmlprog{'title'} = [[ codify( $item{'title'} ), 'en' ]];
623 … push @{$xmlprog{'credits'}{$role}}, [ codify( @{$showperson}[0] ), codify( @{$showperson}[1] ) ];
625 push @{$xmlprog{'credits'}{$role}}, codify( $showperson );
643 push @{$xmlprog{category}}, [ codify( $_ ), 'en' ];
1002 $w->characters( codify( $platform->{'title'} ) );
1006 $w->characters( codify( $country ) );
1019 $w->characters( codify( $region->{'title'} ) );
1055 $w->characters( codify( $conf->{'platform-title'}[0] ) );
1065 $w->characters( codify( $channel->{'title'} ) );
1116 'display-name' => [[ codify( $channel{'title'} ), 'en' ]],
[all …]
/dports/biology/jalview/jalview/src/com/stevesoft/pat/
H A DparsePerl.java46 final public static String codify(String s, boolean keepbs) in codify() method in parsePerl
48 return codify(s, 0, s.length(), keepbs); in codify()
51 final public static String codify(String s, int i0, int iN, boolean keepbs) in codify() method in parsePerl
/dports/science/py-pydicom/pydicom-2.2.2/doc/release_notes/
H A Dv1.1.0.rst14 * the ``codify`` script now supports VRs OD and OL, and works in Python 3
15 (:issue:`498`); documentation has been added for ``codify``
H A Dv0.9.9.rst19 * ``codify.py``: Produce python/pydicom source code from a DICOM file.
/dports/www/py-turbogears2/TurboGears2-2.3.12/tests/test_stack/lib/templatetools/
H A Djinja_filters.py9 def codify(value): function
/dports/math/libmesh/libmesh-1.6.2/contrib/netcdf/netcdf-c-4.6.2/ncgen/
H A Dgenf77.c239 codify(dsym->name), f77name(dsym), f77dimncid(dsym)); in genf77_netcdf()
270 codify(vsym->name), in genf77_netcdf()
445 name = codify(sym->fqn); in f77name()
587 if(prefix == NULL || plen == 0) return codify(suffix);
877 codify(asym->name), in genf77_writeattr()
891 codify(asym->name), in genf77_writeattr()
/dports/science/netcdf/netcdf-c-4.7.4/ncgen/
H A Dgenf77.c239 codify(dsym->name), f77name(dsym), f77dimncid(dsym)); in genf77_netcdf()
270 codify(vsym->name), in genf77_netcdf()
445 name = codify(sym->fqn); in f77name()
587 if(prefix == NULL || plen == 0) return codify(suffix);
877 codify(asym->name), in genf77_writeattr()
891 codify(asym->name), in genf77_writeattr()
/dports/databases/jdb/jdb-1.14/
H A Ddbrow77 $code = &codify($code);
H A Ddbroweval123 $c = ${$iref->[$perl_code_f]} = &codify(@{$iref->[$db_code_a_f]});
H A Ddbformmail119 my($code) = codify("<<END;\n" . join("", @form) . "END\n");
/dports/sysutils/terraform/terraform-1.0.11/website/intro/
H A Duse-cases.html.markdown17 You can use Terraform to codify the setup required for a Heroku application, ensuring that all the …
36 You can use Terraform configuration to codify the knowledge of how to build and scale a service. Yo…
69 You can use Terraform to codify the configuration for software defined networks.
/dports/astro/gpsbabel/gpsbabel-gpsbabel_1_7_0/tools/
H A Dfixdoc7 # This tries to codify a bunch of manual and automated fixes that were needed

12345678910>>...19