Home
last modified time | relevance | path

Searched refs:edithint (Results 1 – 25 of 54) sorted by relevance

123

/dports/www/moodle311/moodle/lib/classes/output/
H A Dinplace_editable.php90 protected $edithint = null; variable in core\\output\\inplace_editable
118 * @param lang_string|string $edithint hint (title) that will be displayed under the edit link
122 $displayvalue, $value = null, $edithint = null, $editlabel = null) { argument
129 $this->edithint = $edithint;
251 'edithint' => (string)$this->edithint,
/dports/www/moodle310/moodle/lib/classes/output/
H A Dinplace_editable.php90 protected $edithint = null; variable in core\\output\\inplace_editable
118 * @param lang_string|string $edithint hint (title) that will be displayed under the edit link
122 $displayvalue, $value = null, $edithint = null, $editlabel = null) { argument
129 $this->edithint = $edithint;
251 'edithint' => (string)$this->edithint,
/dports/www/moodle39/moodle/lib/classes/output/
H A Dinplace_editable.php90 protected $edithint = null; variable in core\\output\\inplace_editable
118 * @param lang_string|string $edithint hint (title) that will be displayed under the edit link
122 $displayvalue, $value = null, $edithint = null, $editlabel = null) { argument
129 $this->edithint = $edithint;
251 'edithint' => (string)$this->edithint,
/dports/www/moodle310/moodle/tag/classes/output/
H A Dtagisstandard.php60 $this->edithint = get_string('settypedefault', 'core_tag');
61 $this->displayvalue = $output->pix_icon('i/checked', $this->edithint);
63 $this->edithint = get_string('settypestandard', 'core_tag');
64 $this->displayvalue = $output->pix_icon('i/unchecked', $this->edithint);
H A Dtagflag.php60 $this->edithint = get_string('resetflag', 'core_tag');
61 $this->displayvalue = $output->pix_icon('i/flagged', $this->edithint) .
64 $this->edithint = get_string('flagasinappropriate', 'core_tag');
65 $this->displayvalue = $output->pix_icon('i/unflagged', $this->edithint);
H A Dtagcollname.php49 $edithint = new lang_string('editcollname', 'core_tag');
55 …('core_tag', 'tagcollname', $tagcoll->id, $editable, $displayvalue, $value, $edithint, $editlabel);
H A Dtagname.php48 $edithint = new lang_string('editname', 'core_tag');
53 …onstruct('core_tag', 'tagname', $tag->id, $editable, $displayvalue, $value, $edithint, $editlabel);
H A Dtagcollsearchable.php49 $edithint = new lang_string('editsearchable', 'core_tag');
52 …::__construct('core_tag', 'tagcollsearchable', $tagcoll->id, $editable, $value, $value, $edithint);
H A Dtagareaenabled.php59 $this->edithint = get_string('disable');
62 $this->edithint = get_string('enable');
/dports/www/moodle311/moodle/tag/classes/output/
H A Dtagisstandard.php60 $this->edithint = get_string('settypedefault', 'core_tag');
61 $this->displayvalue = $output->pix_icon('i/checked', $this->edithint);
63 $this->edithint = get_string('settypestandard', 'core_tag');
64 $this->displayvalue = $output->pix_icon('i/unchecked', $this->edithint);
H A Dtagflag.php60 $this->edithint = get_string('resetflag', 'core_tag');
61 $this->displayvalue = $output->pix_icon('i/flagged', $this->edithint) .
64 $this->edithint = get_string('flagasinappropriate', 'core_tag');
65 $this->displayvalue = $output->pix_icon('i/unflagged', $this->edithint);
H A Dtagname.php48 $edithint = new lang_string('editname', 'core_tag');
53 …onstruct('core_tag', 'tagname', $tag->id, $editable, $displayvalue, $value, $edithint, $editlabel);
H A Dtagcollname.php49 $edithint = new lang_string('editcollname', 'core_tag');
55 …('core_tag', 'tagcollname', $tagcoll->id, $editable, $displayvalue, $value, $edithint, $editlabel);
H A Dtagcollsearchable.php49 $edithint = new lang_string('editsearchable', 'core_tag');
52 …::__construct('core_tag', 'tagcollsearchable', $tagcoll->id, $editable, $value, $value, $edithint);
H A Dtagareaenabled.php59 $this->edithint = get_string('disable');
62 $this->edithint = get_string('enable');
/dports/www/moodle39/moodle/tag/classes/output/
H A Dtagisstandard.php60 $this->edithint = get_string('settypedefault', 'core_tag');
61 $this->displayvalue = $output->pix_icon('i/checked', $this->edithint);
63 $this->edithint = get_string('settypestandard', 'core_tag');
64 $this->displayvalue = $output->pix_icon('i/unchecked', $this->edithint);
H A Dtagflag.php60 $this->edithint = get_string('resetflag', 'core_tag');
61 $this->displayvalue = $output->pix_icon('i/flagged', $this->edithint) .
64 $this->edithint = get_string('flagasinappropriate', 'core_tag');
65 $this->displayvalue = $output->pix_icon('i/unflagged', $this->edithint);
H A Dtagname.php48 $edithint = new lang_string('editname', 'core_tag');
53 …onstruct('core_tag', 'tagname', $tag->id, $editable, $displayvalue, $value, $edithint, $editlabel);
H A Dtagcollname.php49 $edithint = new lang_string('editcollname', 'core_tag');
55 …('core_tag', 'tagcollname', $tagcoll->id, $editable, $displayvalue, $value, $edithint, $editlabel);
H A Dtagcollsearchable.php49 $edithint = new lang_string('editsearchable', 'core_tag');
52 …::__construct('core_tag', 'tagcollsearchable', $tagcoll->id, $editable, $value, $value, $edithint);
H A Dtagareaenabled.php59 $this->edithint = get_string('disable');
62 $this->edithint = get_string('enable');
/dports/www/moodle310/moodle/course/format/topics/
H A Dlib.php351 * @param null|lang_string|string $edithint
356 $editable = null, $edithint = null, $editlabel = null) { argument
357 if (empty($edithint)) {
358 $edithint = new lang_string('editsectionname', 'format_topics');
364 …t::inplace_editable_render_section_name($section, $linkifneeded, $editable, $edithint, $editlabel);
/dports/www/moodle39/moodle/course/format/topics/
H A Dlib.php348 * @param null|lang_string|string $edithint
353 … $editable = null, $edithint = null, $editlabel = null) { argument
354 if (empty($edithint)) {
355 $edithint = new lang_string('editsectionname', 'format_topics');
361 …t::inplace_editable_render_section_name($section, $linkifneeded, $editable, $edithint, $editlabel);
/dports/www/moodle311/moodle/course/format/topics/
H A Dlib.php351 * @param null|lang_string|string $edithint
356 $editable = null, $edithint = null, $editlabel = null) { argument
357 if (empty($edithint)) {
358 $edithint = new lang_string('editsectionname', 'format_topics');
364 …t::inplace_editable_render_section_name($section, $linkifneeded, $editable, $edithint, $editlabel);
/dports/www/moodle310/moodle/lib/templates/
H A Dinplace_editable.mustache46 "edithint" : "Edit this",
57 <a href="#" class="quickeditlink aalink" data-inplaceeditablelink="1" title="{{edithint}}">
59 … <span class="quickediticon visibleifjs">{{#pix}}t/editstring,core,{{{edithint}}}{{/pix}}</span>

123