Home
last modified time | relevance | path

Searched refs:set_edition (Results 1 – 19 of 19) sorted by relevance

/dports/print/bibcursed/bibcursed/
H A Dbibcursed.c157 int set_chapter = 0, set_crossref = 0, set_edition = 0, set_editor = 0; in add_entry() local
356 if (set_edition == 1) addch('*'); in add_entry()
461 getstr(edition); set_edition=1; break; in add_entry()
542 if (use_edition==1 && set_edition==0) in add_entry()
690 if (set_edition == 1) in add_entry()
788 if (set_edition == 1) in add_entry()
/dports/sysutils/dar/dar-2.5.14-bis/src/libdar/
H A Dheader_version.hpp62 void set_edition(const archive_version & ed) { edition = ed; }; in set_edition() function in libdar::header_version
H A Descape_catalogue.cpp39 x_ver.set_edition(macro_tools_supported_version); in escape_catalogue()
H A Dmacro_tools.cpp1190 ver.set_edition(macro_tools_supported_version); in macro_tools_create_layers()
/dports/lang/php73/php-7.3.33/ext/oci8/tests/
H A Dedition_2.phpt130 echo " Set the value back using oci-set_edition\n";
235 Set the value back using oci-set_edition
/dports/www/mod_php81/php-8.1.1/ext/oci8/tests/
H A Dedition_2.phpt133 echo " Set the value back using oci-set_edition\n";
238 Set the value back using oci-set_edition
/dports/lang/php81/php-8.1.1/ext/oci8/tests/
H A Dedition_2.phpt133 echo " Set the value back using oci-set_edition\n";
238 Set the value back using oci-set_edition
/dports/lang/php74/php-7.4.27/ext/oci8/tests/
H A Dedition_2.phpt130 echo " Set the value back using oci-set_edition\n";
235 Set the value back using oci-set_edition
/dports/lang/php80/php-8.0.15/ext/oci8/tests/
H A Dedition_2.phpt130 echo " Set the value back using oci-set_edition\n";
235 Set the value back using oci-set_edition
/dports/www/mod_php73/php-7.3.33/ext/oci8/tests/
H A Dedition_2.phpt130 echo " Set the value back using oci-set_edition\n";
235 Set the value back using oci-set_edition
/dports/www/mod_php74/php-7.4.27/ext/oci8/tests/
H A Dedition_2.phpt130 echo " Set the value back using oci-set_edition\n";
235 Set the value back using oci-set_edition
/dports/www/mod_php80/php-8.0.15/ext/oci8/tests/
H A Dedition_2.phpt130 echo " Set the value back using oci-set_edition\n";
235 Set the value back using oci-set_edition
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/cargo-0.58.0/src/cargo/util/toml/
H A Dtargets.rs806 target.set_edition( in configure()
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/cargo-0.55.0/src/cargo/util/toml/
H A Dtargets.rs793 target.set_edition( in configure()
/dports/devel/cargo-c/cargo-c-0.9.6+cargo-0.58/cargo-crates/cargo-0.58.0/src/cargo/core/
H A Dmanifest.rs900 pub fn set_edition(&mut self, edition: Edition) -> &mut Target { in set_edition() method
/dports/lang/rust/rustc-1.58.1-src/src/tools/cargo/src/cargo/util/toml/
H A Dtargets.rs816 target.set_edition( in configure()
/dports/lang/rust/rustc-1.58.1-src/src/tools/cargo/src/cargo/core/
H A Dmanifest.rs900 pub fn set_edition(&mut self, edition: Edition) -> &mut Target { in set_edition() method
/dports/devel/cargo-generate/cargo-generate-0.9.0/cargo-crates/cargo-0.55.0/src/cargo/core/
H A Dmanifest.rs894 pub fn set_edition(&mut self, edition: Edition) -> &mut Target { in set_edition() method
/dports/security/py-maec/python-maec-4.1.0.17/maec/bindings/
H A Dmmdef_1_2.py2786 def set_edition(self, edition): self.edition = edition member in softwarePackageObject