Home
last modified time | relevance | path

Searched refs:assign (Results 201 – 225 of 49606) sorted by relevance

12345678910>>...1985

/dports/www/moodle311/moodle/mod/assign/tests/
H A Dlib_test.php152 … assign_user_complete($course, $student, $assign->get_course_module(), $assign->get_instance());
172 $assign->update_grade($data);
174 …$result = assign_user_outline($course, $student, $assign->get_course_module(), $assign->get_instan…
231 $instance = $assign->get_instance();
739 * @param assign $assign The assignment to create an event for
839 $instance = $assign->get_instance();
866 $instance = $assign->get_instance();
890 $instance = $assign->get_instance();
925 $instance = $assign->get_instance();
955 $instance = $assign->get_instance();
[all …]
/dports/www/moodle39/moodle/mod/assign/tests/
H A Dlib_test.php152 … assign_user_complete($course, $student, $assign->get_course_module(), $assign->get_instance());
172 $assign->update_grade($data);
174 …$result = assign_user_outline($course, $student, $assign->get_course_module(), $assign->get_instan…
231 $instance = $assign->get_instance();
739 * @param assign $assign The assignment to create an event for
839 $instance = $assign->get_instance();
866 $instance = $assign->get_instance();
890 $instance = $assign->get_instance();
925 $instance = $assign->get_instance();
955 $instance = $assign->get_instance();
[all …]
/dports/www/tikiwiki/tiki-21.2/
H A Dtiki-edit_programmed_content.php27 $smarty->assign('pId', 0);
36 $smarty->assign('data', '');
43 $smarty->assign('actual', '');
67 $smarty->assign('data', $_REQUEST["data"]);
69 $smarty->assign('pId', $id);
78 $smarty->assign('info', $info);
79 $smarty->assign('actual', $actual);
80 $smarty->assign('data', $info["data"]);
82 $smarty->assign('pId', $info["pId"]);
86 $smarty->assign('actual', $actual);
[all …]
H A Dtiki-change_password.php30 $smarty->assign('msg', tra('Invalid username'));
31 $smarty->assign('errortype', 'login');
41 $smarty->assign('new_user_validation', 'y');
44 $smarty->assign('userlogin', $_REQUEST["user"]);
45 $smarty->assign('oldpass', $_REQUEST["oldpass"]);
52 $smarty->assign('errortype', 'no_redirect_login');
60 $smarty->assign('errortype', 'no_redirect_login');
67 $smarty->assign('msg', $polerr);
68 $smarty->assign('errortype', 'no_redirect_login');
86 $smarty->assign('errortype', 'no_redirect_login');
[all …]
/dports/editors/texmacs/TeXmacs-1.99.4-src/TeXmacs/packages/standard/
H A Dstd-automatic.ts33 <assign|current-part|>
47 <assign|bib-prefix|bib>
56 <assign|cite-sep|<macro|, >>
79 <assign|bibitem-width|3em>
91 <assign|protect|>
93 <assign|newblock|>
99 <assign|bib-list|<\macro|largest|body>
114 <assign|toc-prefix|toc>
160 <assign|index-enabled|true>
162 <assign|index-prefix|idx>
[all …]
/dports/editors/texmacs/TeXmacs-1.99.4-src/TeXmacs/styles/book/springer/
H A Dsvmono.ts29 <assign|env-theorem-dtd|1.0>
43 <assign|tex-voffset|<macro|0pt>>
45 <assign|tex-top-margin|<macro|0cm>>
49 <assign|tex-head-sep|<macro|12pt>>
77 <assign|font-base-size|10>
79 <assign|par-first|15pt>
87 <assign|*tex-jot|<macro|2pt>>
225 <assign|remark-sep|<macro|. >>
258 <assign|proof|<\macro|body>
325 <assign|list-level|0>
[all …]
/dports/math/stanmath/math-4.2.0/test/unit/math/prim/fun/
H A Dassign_test.cpp63 assign(a, b); in TEST()
67 assign(a, 12); in TEST()
76 assign(a, b); in TEST()
80 assign(a, c); in TEST()
84 assign(a, 5.2); in TEST()
97 assign(x, y); in TEST()
111 assign(x, ns); in TEST()
129 assign(x, y); in TEST()
150 assign(x, ns); in TEST()
187 assign(x, y); in TEST()
[all …]
/dports/editors/texmacs/TeXmacs-1.99.4-src/TeXmacs/packages/customize/cite/
H A Dcite-author-year.ts32 <assign|bib-prefix|bib>
58 <assign|render-cite|<macro|x|(<arg|x>)>>
60 <assign|cite-sep|<macro|; >>
70 <assign|cite-author-year|<macro|key|<cite-author|<arg|key>>,
73 <assign|cite-author*-year|<macro|key|<cite-author*|<arg|key>>,
76 <assign|cite-author-year*|<macro|key|<cite-author|<arg|key>>
79 <assign|cite-author*-year*|<macro|key|<cite-author*|<arg|key>>
94 <assign|cite-raw+|<macro|key|<cite-sep><cite-raw-1|<arg|key>>>>
124 <assign|cite-parenthesized|<value|cite>>
126 <assign|cite-parenthesized*|<value|cite*>>
[all …]
/dports/graphics/R-cran-rgdal/rgdal/R/
H A DAAA.R6 assign(".rgdal_old.PROJ_LIB", "", envir=.RGDAL_CACHE)
7 assign(".rgdal_old.GDAL_DATA", "", envir=.RGDAL_CACHE)
8 assign(".rgdal_set.PROJ_LIB", "", envir=.RGDAL_CACHE)
9 assign(".rgdal_set.GDAL_DATA", "", envir=.RGDAL_CACHE)
19 assign(".rgdal_old.NEEDED", FALSE, envir=.RGDAL_CACHE)
32 assign(".rgdal_old.NEEDED", TRUE, envir=.RGDAL_CACHE)
37 assign("silent", TRUE, envir=.RGDAL_CACHE)
41 assign(".last_coordOp", "", envir=.RGDAL_CACHE)
43 assign("PROJ6_warnings_count", 0L, envir=.RGDAL_CACHE)
44 assign("enforce_xy", TRUE, envir=.RGDAL_CACHE)
[all …]
/dports/www/tikiwiki/tiki-21.2/lib/smarty_tiki/
H A Dfunction.multilike.php64 $smarty->assign('has_selection', 1);
80 $smarty->assign("show_option_totals", true);
84 $smarty->assign("show_in_popup", true);
92 $smarty->assign("show_points", true);
96 $smarty->assign("show_likes", false);
98 $smarty->assign("show_likes", true);
108 $smarty->assign("orientation", 'vertical');
113 $smarty->assign("buttons", $buttons);
114 $smarty->assign("type", $params['type']);
115 $smarty->assign("object", $params['object']);
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/devtools-frontend/src/node_modules/object.assign/
H A DREADME.md13 An Object.assign shim. Invoke its "shim" method to shim Object.assign if it is unavailable.
23 var assign = require('object.assign').getPolyfill(); // returns native method if compliant
25 var assign = require('object.assign/polyfill')(); // returns native method if compliant
46 assign(target, source1, source2, sourceN);
76 /* when Object.assign is not present */
77 delete Object.assign;
82 assert.equal(shimmedAssign, assign);
95 var assigned = assign(target, source);
96 assert.deepEqual(Object.assign(target, source), assign(target, source));
100 /* when Object.assign is present */
[all …]
/dports/www/ilias/ILIAS-5.4.25/Modules/Chatroom/chat/node_modules/object.assign/
H A DREADME.md13 An Object.assign shim. Invoke its "shim" method to shim Object.assign if it is unavailable.
23 var assign = require('object.assign').getPolyfill(); // returns native method if compliant
25 var assign = require('object.assign/polyfill')(); // returns native method if compliant
46 assign(target, source1, source2, sourceN);
76 /* when Object.assign is not present */
77 delete Object.assign;
82 assert.equal(shimmedAssign, assign);
95 var assigned = assign(target, source);
96 assert.deepEqual(Object.assign(target, source), assign(target, source));
100 /* when Object.assign is present */
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/devtools-frontend/src/node_modules/object.assign/
H A DREADME.md13 An Object.assign shim. Invoke its "shim" method to shim Object.assign if it is unavailable.
23 var assign = require('object.assign').getPolyfill(); // returns native method if compliant
25 var assign = require('object.assign/polyfill')(); // returns native method if compliant
46 assign(target, source1, source2, sourceN);
76 /* when Object.assign is not present */
77 delete Object.assign;
82 assert.equal(shimmedAssign, assign);
95 var assigned = assign(target, source);
96 assert.deepEqual(Object.assign(target, source), assign(target, source));
100 /* when Object.assign is present */
[all …]
/dports/textproc/write-good/write-good-1.0.8/node_modules/object.assign/
H A DREADME.md13 An Object.assign shim. Invoke its "shim" method to shim Object.assign if it is unavailable.
23 var assign = require('object.assign').getPolyfill(); // returns native method if compliant
25 var assign = require('object.assign/polyfill')(); // returns native method if compliant
46 assign(target, source1, source2, sourceN);
76 /* when Object.assign is not present */
77 delete Object.assign;
82 assert.equal(shimmedAssign, assign);
95 var assigned = assign(target, source);
96 assert.deepEqual(Object.assign(target, source), assign(target, source));
100 /* when Object.assign is present */
[all …]
/dports/textproc/kibana7/kibana-7.16.2-darwin-x86_64/node_modules/object.assign/
H A DREADME.md13 An Object.assign shim. Invoke its "shim" method to shim Object.assign if it is unavailable.
23 var assign = require('object.assign').getPolyfill(); // returns native method if compliant
25 var assign = require('object.assign/polyfill')(); // returns native method if compliant
46 assign(target, source1, source2, sourceN);
76 /* when Object.assign is not present */
77 delete Object.assign;
82 assert.equal(shimmedAssign, assign);
95 var assigned = assign(target, source);
96 assert.deepEqual(Object.assign(target, source), assign(target, source));
100 /* when Object.assign is present */
[all …]
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/node_modules/object.assign/
H A DREADME.md13 An Object.assign shim. Invoke its "shim" method to shim Object.assign if it is unavailable.
23 var assign = require('object.assign').getPolyfill(); // returns native method if compliant
25 var assign = require('object.assign/polyfill')(); // returns native method if compliant
46 assign(target, source1, source2, sourceN);
76 /* when Object.assign is not present */
77 delete Object.assign;
82 assert.equal(shimmedAssign, assign);
95 var assigned = assign(target, source);
96 assert.deepEqual(Object.assign(target, source), assign(target, source));
100 /* when Object.assign is present */
[all …]
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/reportsDashboards/node_modules/object-is/node_modules/object.assign/
H A DREADME.md13 An Object.assign shim. Invoke its "shim" method to shim Object.assign if it is unavailable.
23 var assign = require('object.assign').getPolyfill(); // returns native method if compliant
25 var assign = require('object.assign/polyfill')(); // returns native method if compliant
46 assign(target, source1, source2, sourceN);
76 /* when Object.assign is not present */
77 delete Object.assign;
82 assert.equal(shimmedAssign, assign);
95 var assigned = assign(target, source);
96 assert.deepEqual(Object.assign(target, source), assign(target, source));
100 /* when Object.assign is present */
[all …]
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/reportsDashboards/node_modules/array.prototype.find/node_modules/object.assign/
H A DREADME.md13 An Object.assign shim. Invoke its "shim" method to shim Object.assign if it is unavailable.
23 var assign = require('object.assign').getPolyfill(); // returns native method if compliant
25 var assign = require('object.assign/polyfill')(); // returns native method if compliant
46 assign(target, source1, source2, sourceN);
76 /* when Object.assign is not present */
77 delete Object.assign;
82 assert.equal(shimmedAssign, assign);
95 var assigned = assign(target, source);
96 assert.deepEqual(Object.assign(target, source), assign(target, source));
100 /* when Object.assign is present */
[all …]
/dports/textproc/opensearch-dashboards/opensearch-dashboards-1.2.0-linux-x64/plugins/reportsDashboards/node_modules/object.assign/
H A DREADME.md13 An Object.assign shim. Invoke its "shim" method to shim Object.assign if it is unavailable.
23 var assign = require('object.assign').getPolyfill(); // returns native method if compliant
25 var assign = require('object.assign/polyfill')(); // returns native method if compliant
46 assign(target, source1, source2, sourceN);
76 /* when Object.assign is not present */
77 delete Object.assign;
82 assert.equal(shimmedAssign, assign);
95 var assigned = assign(target, source);
96 assert.deepEqual(Object.assign(target, source), assign(target, source));
100 /* when Object.assign is present */
[all …]
/dports/www/tikiwiki/tiki-21.2/lib/wiki-plugins/
H A Dwikiplugin_memberpayment.php207 $smarty->assign('wp_member_offset', $offset);
228 $smarty->assign('wp_member_expireafter', true);
286 $smarty->assign('wp_member_group', $info);
295 $smarty->assign('wp_member_freeprorated', 1);
298 $smarty->assign('wp_member_freeprorated', 0);
301 $smarty->assign('wp_member_freeperiods', 0);
302 $smarty->assign('wp_member_freeprorated', 0);
305 $smarty->assign('wp_member_requestpending', 'n');
308 $smarty->assign('wp_member_paymentid', 0);
343 $smarty->assign('wp_member_subscribeok', 'y');
[all …]
/dports/www/bacula-web/bacula-web-8.5.2/application/views/
H A Ddashboard.view.php48 $this->assign('custom_period_list_selected', $selected_period);
73 $this->assign('custom_period_list', $custom_period_list);
111 $this->assign('last_jobs_chart_id', $last_jobs_chart->name);
112 $this->assign('last_jobs_chart', $last_jobs_chart->render());
150 $this->assign('pools_usage_chart_id', $pools_usage_chart->name);
166 $this->assign('storedbytes_chart_id', $storedbytes_chart->name);
230 $this->assign('volumes_list', $last_volumes);
246 $this->assign('jobnames_jobs_stats', $jobs_result);
260 $this->assign('jobtypes_jobs_stats', $jobs_result);
263 $this->assign('weeklyjobsstats', $jobs->getWeeklyJobsStats());
[all …]
/dports/editors/texmacs/TeXmacs-1.99.4-src/TeXmacs/styles/article/elsevier/
H A Difac.ts42 <assign|tex-voffset|<macro|-10.5mm>>
44 <assign|tex-top-margin|<macro|0pt>>
48 <assign|tex-head-sep|<macro|11pt>>
50 <assign|tex-top-skip|<macro|10pt>>
56 <assign|tex-foot-skip|<macro|23pt>>
76 <assign|font-base-size|10>
78 <assign|par-par-sep|5pt>
80 <assign|par-first|0fn>
82 <assign|par-columns|2>
86 <assign|tex-jot|2pt>
[all …]
/dports/www/tikiwiki/tiki-21.2/lib/notifications/
H A Dnotificationemaillib.php71 $smarty->assign('title', $title);
72 $smarty->assign('data', $data);
74 $smarty->assign('author', $author);
177 $smarty->assign('mail_title', $title);
179 $smarty->assign('mail_message', $data);
191 $smarty->assign('new_topic', 'y');
196 $smarty->assign('topicId', $parentId);
571 $smarty->assign('fileId', $fileId);
572 $smarty->assign('fname', $name);
576 $smarty->assign('author', $user);
[all …]
/dports/editors/texmacs/TeXmacs-1.99.4-src/TeXmacs/styles/article/springer/
H A Dsvjour.ts29 <assign|env-theorem-dtd|1.0>
43 <assign|tex-voffset|<macro|0pt>>
45 <assign|tex-top-margin|<macro|-10pt>>
51 <assign|tex-top-skip|<macro|10pt>>
57 <assign|tex-foot-skip|<macro|30pt>>
77 <assign|font-base-size|10>
79 <assign|par-first|15pt>
83 <assign|tex-jot|<macro|2pt>>
212 <assign|proof|<\macro|body>
293 <assign|list-level|0>
[all …]
/dports/deskutils/myitcrm/MyITCRM-0.2.9.3/modules/schedule/
H A Dnew.php4 $smarty->assign('error_msg',"Error in language file");
17 $smarty->assign('Y',$Y);
18 $smarty->assign('m',$m);
19 $smarty->assign('d',$d);
44 $smarty->assign('end_time', $end_time);
45 $smarty->assign('start_day', $day);
48 $smarty->assign('tech', $VAR['tech']);
49 $smarty->assign('wo_id', $VAR['wo_id']);
66 $smarty->assign('tech', $tech);
67 $smarty->assign('wo_id', $wo_id);
[all …]

12345678910>>...1985