Home
last modified time | relevance | path

Searched refs:Education (Results 1 – 25 of 4134) sorted by relevance

12345678910>>...166

/dports/math/R-cran-Zelig/Zelig/tests/testthat/
H A Dtest-wrappers.R4 z4 <- zelig(Fertility ~ Education, data = swiss, model = 'ls', cite = FALSE)
13 expect_error(zelig(Fertility ~ Education, data = swiss),
21 expect_error(zelig(Fertility ~ Education, data = swiss, model = 'TEST'),
29 z4 <- zelig(Fertility ~ Education, data = swiss, model = 'ls')
39 zpipe <- zelig(Fertility ~ Education, data = swiss, model = 'ls') %>%
40 setx(z4, Education = 10) %>%
41 setx1(z4, Education = 30) %>%
56 z5 <- zelig(Fertility ~ Education, data = swiss, model = 'ls')
57 set_x <- setx(z5, Education = 5)
63 z5$setx(Education = 5) globalVar
H A Dtest-plots.R6 z$zelig(Fertility ~ Education, data = swiss)
16 z$zelig(Fertility ~ Education, data = swiss)
17 z$setrange(Education = 5:15) globalVar
18 z$setrange1(Education = 10:11) globalVar
25 z$zelig(Fertility ~ Education, data = swiss)
26 z$setrange(Education = 5:15) globalVar
27 z$setrange1(Education = 15:25) globalVar
H A Dtest-zelig.R19 z$zelig(Fertility ~ Education, data = swiss)
20 expect_warning(z$setrange(Education = 5), globalVar
27 expect_warning(z$setrange1(Education = 5), globalVar
40 z5$setrange(Education = 5:15) globalVar
49 z$zelig(Fertility ~ Education, data = swiss)
56 z5$zelig(Fertility ~ Education, data = swiss)
57 z5$setrange(Education = 5:15) globalVar
74 z5$zelig(Fertility ~ Education, data = swiss)
75 z5$setx(Education = 5) globalVar
87 z5$zelig(Fertility ~ Education, data = swiss)
[all …]
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmAdminPlugin/test/model/dao/
H A DEducationDaoTest.php41 $education = new Education();
48 $this->assertTrue($savedEducation instanceof Education);
62 $this->assertTrue($savedEducation instanceof Education);
71 $this->assertTrue($education instanceof Education);
81 $this->assertTrue($education instanceof Education);
121 $this->assertTrue($object instanceof Education);
125 $this->assertTrue($object instanceof Education);
129 $this->assertTrue($object instanceof Education);
133 $this->assertTrue($object instanceof Education);
/dports/x11/cinnamon-menus/cinnamon-menus-4.8.2/debian/patches/
H A D11_science-menu.patch6 <Category>Education</Category>
10 </Menu> <!-- End Education -->
18 + <Category>Education</Category>
27 --- a/desktop-directories/Education.directory.in
28 +++ b/desktop-directories/Education.directory.in
31 _Name=Education
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/third_party/rapidjson/src/example/serialize/
H A Dserialize.cpp45 class Education { class
47 Education(const std::string& school, double GPA) : school_(school), GPA_(GPA) {} in Education() function in Education
48 Education(const Education& rhs) : school_(rhs.school_), GPA_(rhs.GPA_) {} in Education() function in Education
74 …Dependent(const std::string& name, unsigned age, Education* education = 0) : Person(name, age), ed… in Dependent()
75 …rson(rhs), education_(0) { education_ = (rhs.education_ == 0) ? 0 : new Education(*rhs.education_)… in Dependent()
82 education_ = (rhs.education_ == 0) ? 0 : new Education(*rhs.education_); in operator =()
103 Education *education_;
157 … employees.back().AddDependent(Dependent("Lua YIP", 3, new Education("Happy Kindergarten", 3.5))); in main()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/rapidjson/src/example/serialize/
H A Dserialize.cpp45 class Education { class
47 Education(const std::string& school, double GPA) : school_(school), GPA_(GPA) {} in Education() function in Education
48 Education(const Education& rhs) : school_(rhs.school_), GPA_(rhs.GPA_) {} in Education() function in Education
74 …Dependent(const std::string& name, unsigned age, Education* education = 0) : Person(name, age), ed… in Dependent()
75 …rson(rhs), education_(0) { education_ = (rhs.education_ == 0) ? 0 : new Education(*rhs.education_)… in Dependent()
82 education_ = (rhs.education_ == 0) ? 0 : new Education(*rhs.education_); in operator =()
103 Education *education_;
157 … employees.back().AddDependent(Dependent("Lua YIP", 3, new Education("Happy Kindergarten", 3.5))); in main()
/dports/emulators/mess/mame-mame0226/3rdparty/rapidjson/example/serialize/
H A Dserialize.cpp45 class Education { class
47 Education(const std::string& school, double GPA) : school_(school), GPA_(GPA) {} in Education() function in Education
48 Education(const Education& rhs) : school_(rhs.school_), GPA_(rhs.GPA_) {} in Education() function in Education
74 …Dependent(const std::string& name, unsigned age, Education* education = 0) : Person(name, age), ed… in Dependent()
75 …rson(rhs), education_(0) { education_ = (rhs.education_ == 0) ? 0 : new Education(*rhs.education_)… in Dependent()
82 education_ = (rhs.education_ == 0) ? 0 : new Education(*rhs.education_); in operator =()
103 Education *education_;
157 … employees.back().AddDependent(Dependent("Lua YIP", 3, new Education("Happy Kindergarten", 3.5))); in main()
/dports/games/supertux2/SuperTux-v0.6.3-Source/external/discord-sdk/thirdparty/rapidjson-1.1.0/example/serialize/
H A Dserialize.cpp45 class Education { class
47 Education(const std::string& school, double GPA) : school_(school), GPA_(GPA) {} in Education() function in Education
48 Education(const Education& rhs) : school_(rhs.school_), GPA_(rhs.GPA_) {} in Education() function in Education
74 …Dependent(const std::string& name, unsigned age, Education* education = 0) : Person(name, age), ed… in Dependent()
75 …rson(rhs), education_(0) { education_ = (rhs.education_ == 0) ? 0 : new Education(*rhs.education_)… in Dependent()
82 education_ = (rhs.education_ == 0) ? 0 : new Education(*rhs.education_); in operator =()
103 Education *education_;
157 … employees.back().AddDependent(Dependent("Lua YIP", 3, new Education("Happy Kindergarten", 3.5))); in main()
/dports/devel/cquery/cquery-20180718/third_party/rapidjson/example/serialize/
H A Dserialize.cpp45 class Education { class
47 Education(const std::string& school, double GPA) : school_(school), GPA_(GPA) {} in Education() function in Education
48 Education(const Education& rhs) : school_(rhs.school_), GPA_(rhs.GPA_) {} in Education() function in Education
74 …Dependent(const std::string& name, unsigned age, Education* education = 0) : Person(name, age), ed… in Dependent()
75 …rson(rhs), education_(0) { education_ = (rhs.education_ == 0) ? 0 : new Education(*rhs.education_)… in Dependent()
82 education_ = (rhs.education_ == 0) ? 0 : new Education(*rhs.education_); in operator =()
103 Education *education_;
157 … employees.back().AddDependent(Dependent("Lua YIP", 3, new Education("Happy Kindergarten", 3.5))); in main()
/dports/emulators/mame/mame-mame0226/3rdparty/rapidjson/example/serialize/
H A Dserialize.cpp45 class Education { class
47 Education(const std::string& school, double GPA) : school_(school), GPA_(GPA) {} in Education() function in Education
48 Education(const Education& rhs) : school_(rhs.school_), GPA_(rhs.GPA_) {} in Education() function in Education
74 …Dependent(const std::string& name, unsigned age, Education* education = 0) : Person(name, age), ed… in Dependent()
75 …rson(rhs), education_(0) { education_ = (rhs.education_ == 0) ? 0 : new Education(*rhs.education_)… in Dependent()
82 education_ = (rhs.education_ == 0) ? 0 : new Education(*rhs.education_); in operator =()
103 Education *education_;
157 … employees.back().AddDependent(Dependent("Lua YIP", 3, new Education("Happy Kindergarten", 3.5))); in main()
/dports/science/openbabel/openbabel-3.1.1/external/rapidjson-1.1.0/example/serialize/
H A Dserialize.cpp45 class Education { class
47 Education(const std::string& school, double GPA) : school_(school), GPA_(GPA) {} in Education() function in Education
48 Education(const Education& rhs) : school_(rhs.school_), GPA_(rhs.GPA_) {} in Education() function in Education
74 …Dependent(const std::string& name, unsigned age, Education* education = 0) : Person(name, age), ed… in Dependent()
75 …rson(rhs), education_(0) { education_ = (rhs.education_ == 0) ? 0 : new Education(*rhs.education_)… in Dependent()
82 education_ = (rhs.education_ == 0) ? 0 : new Education(*rhs.education_); in operator =()
103 Education *education_;
157 … employees.back().AddDependent(Dependent("Lua YIP", 3, new Education("Happy Kindergarten", 3.5))); in main()
/dports/devel/rapidjson/rapidjson-1.1.0-524-gc4c6a654/example/serialize/
H A Dserialize.cpp45 class Education { class
47 Education(const std::string& school, double GPA) : school_(school), GPA_(GPA) {} in Education() function in Education
48 Education(const Education& rhs) : school_(rhs.school_), GPA_(rhs.GPA_) {} in Education() function in Education
74 …Dependent(const std::string& name, unsigned age, Education* education = 0) : Person(name, age), ed… in Dependent()
75 …rson(rhs), education_(0) { education_ = (rhs.education_ == 0) ? 0 : new Education(*rhs.education_)… in Dependent()
82 education_ = (rhs.education_ == 0) ? 0 : new Education(*rhs.education_); in operator =()
103 Education *education_;
157 … employees.back().AddDependent(Dependent("Lua YIP", 3, new Education("Happy Kindergarten", 3.5))); in main()
/dports/www/osrm-backend/osrm-backend-5.26.0/third_party/rapidjson/example/serialize/
H A Dserialize.cpp45 class Education { class
47 Education(const std::string& school, double GPA) : school_(school), GPA_(GPA) {} in Education() function in Education
48 Education(const Education& rhs) : school_(rhs.school_), GPA_(rhs.GPA_) {} in Education() function in Education
74 …Dependent(const std::string& name, unsigned age, Education* education = 0) : Person(name, age), ed… in Dependent()
75 …rson(rhs), education_(0) { education_ = (rhs.education_ == 0) ? 0 : new Education(*rhs.education_)… in Dependent()
82 education_ = (rhs.education_ == 0) ? 0 : new Education(*rhs.education_); in operator =()
103 Education *education_;
157 … employees.back().AddDependent(Dependent("Lua YIP", 3, new Education("Happy Kindergarten", 3.5))); in main()
/dports/deskutils/fbreader/FBReader-0.99.6-freebsdport/
H A DCHANGES-0.11.0-RUSSIAN27 Science, Education/Cultural Science
31 Education/Cultural Science
33 …Science, Education", то на самом деле книжка записывалась в категорию "Science", а также в подкате…
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmAdminPlugin/lib/service/
H A DEducationService.php49 * @param Education $education
52 public function saveEducation(Education $education) {
61 * @return Education An instance of Education or NULL
74 * @return Education An instance of Education or false
/dports/www/py-protego/Protego-0.1.16/tests/test_data/
H A Dwww.stlouisfed.org9 Disallow: /~/media/Education/Presentations/Kwan-Teaching-Market-Structures-2015-AP.pdf
10 Disallow: /~/media/Education/Presentations/Vandenbroucke-Exchange-Rates-2015-AP.pdf
11 Disallow: /~/media/Education/Presentations/Vandenbroucke-The-Money-Market-2015-AP.pdf
12 Disallow: /~/media/Education/Presentations/2015-AP-Macro-College-Board-Outline.pdf
/dports/math/R-cran-quantreg/quantreg/man/
H A Dbarro.Rd17 [,3] \tab "Male Secondary Education"\cr
18 [,4] \tab "Female Secondary Education"\cr
19 [,5] \tab "Female Higher Education"\cr
20 [,6] \tab "Male Higher Education"\cr
23 [,9] \tab "Education/GDP"\cr
/dports/games/pcgen/pcgen/data/3e/rpg_objects/darwins_world/artifacts/
H A Dartifactsoaequip.lst21 CBI (Education Climb) TYPE:Goods.Arcanum.CBI.Enhancement COST:12500 WT:0 SIZE…
25 CBI (Education Craft Robotics) TYPE:Goods.Arcanum.CBI.Enhancement COST:12500 WT:…
29 CBI (Education Disable Device) TYPE:Goods.Arcanum.CBI.Enhancement COST:12500 WT:…
30 CBI (Education Disguise) TYPE:Goods.Arcanum.CBI.Enhancement COST:12500 WT:0 SI…
31 CBI (Education Forgery) TYPE:Goods.Arcanum.CBI.Enhancement COST:12500 WT:0 SI…
32 CBI (Education Heal) TYPE:Goods.Arcanum.CBI.Enhancement COST:12500 WT:0 SIZE:…
41 CBI (Education Open Lock) TYPE:Goods.Arcanum.CBI.Enhancement COST:12500 WT:0 S…
42 CBI (Education Perform) TYPE:Goods.Arcanum.CBI.Enhancement COST:12500 WT:0 SI…
44Education Speak Language/Computer) TYPE:Goods.Arcanum.CBI.Enhancement COST:12500…
45 CBI (Education Swim) TYPE:Goods.Arcanum.CBI.Enhancement COST:12500 WT:0 SIZE:…
[all …]
H A Da_abilitycategories.lst7 …ITYCATEGORY:CBI (Education/Speak Language/Computer) VISIBLE:QUALIFY EDITABLE:YES EDITPOOL:NO CATE…
/dports/math/py-statsmodels/statsmodels-0.13.1/statsmodels/datasets/star98/src/
H A Dstar98.names31 of Education Educational Demographics
42 of Education Educational Demographics
53 of Education Educational Demographics
66 of Education Educational Demographics
78 of Education Educational Demographics
87 of Education Educational Demographics
113 of Education Educational Demographics
120 of Education Educational Demographics
127 of Education Educational Demographics
/dports/x11-wm/afterstep-stable/afterstep-devel-2.2.12/afterstep/start/0_Applications/Education/
H A D.include8 FolderReference "Education"
9 Category "Education"
/dports/textproc/py-csvkit/csvkit-1.0.6/examples/realdata/
H A DREADME.csv3 "FY 09 Education Recipients by State.",FY09_EDU_Recipients_by_State.csv,http://www.data.gov/raw/402…
4 "FY 10 Education Recipients by State",Datagov_FY10_EDU_recp_by_State.csv,http://www.data.gov/raw/45…
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/model/doctrine/orangehrmPimPlugin/base/
H A DBaseEmployeeEducation.class.php18 * @property Education $Education
/dports/devel/py-pymarc/pymarc-3.1.13/test/
H A Dutf8_invalid.mrc1 …l for Accreditation of Teacher Education.1 aWise, Arthur E.2 aNational Council for Accreditati…

12345678910>>...166