Home
last modified time | relevance | path

Searched refs:elementid (Results 1 – 25 of 341) sorted by relevance

12345678910>>...14

/dports/www/py-bokeh/bokeh-2.3.3/bokeh/embed/
H A Dutil.py168 def __init__(self, docid=None, token=None, elementid=None, roots=None, use_for_title=None): argument
179 self.elementid = elementid
191 if self.elementid is not None:
192 json["elementid"] = self.elementid
211 def __init__(self, elementid, id, name=None, tags=None): argument
212 self.elementid = elementid
221 return self.elementid == other.elementid
233 (root, elementid) = list(self._roots.items())[key]
235 for root, elementid in self._roots.items():
241 return RenderRoot(elementid, root.id, root.name, root.tags)
[all …]
H A Dserver.py96 elementid = make_id()
97 src_path = _src_path(url, elementid)
109 elementid = elementid,
185 elementid = make_id()
187 src_path = _src_path(url, elementid)
199 elementid = elementid,
346 def _src_path(url, elementid): argument
360 return url + "/autoload.js?bokeh-autoload-element=" + elementid
H A Dstandalone.py103 (_, elementid) = list(render_item.roots.to_json().items())[0]
105 js = wrap_in_onload(AUTOLOAD_JS.render(bundle=bundle, elementid=elementid))
109 elementid = elementid,
/dports/www/moodle310/moodle/lib/form/
H A Dlisting.php114 $elementid = $this->getAttribute('id');
116 array('id' => $elementid . '_items_main', 'class' => 'formlistingmain'));
121 array('id' => $elementid . '_items_caption', 'class' => 'formlistingmore')),
122 array('id' => $elementid . '_items', 'class' => 'formlisting hide'));
127 array('id' => $elementid . '_items_all', 'class' => 'formlistingall'));
144 … array('id' => 'formlistinginputcontainer_' . $elementid, 'class' => 'formlistinginputcontainer'));
151 'elementid' => $elementid.'_items',
156 'inputname' => $elementid,
/dports/www/moodle39/moodle/lib/form/
H A Dlisting.php114 $elementid = $this->getAttribute('id');
116 array('id' => $elementid . '_items_main', 'class' => 'formlistingmain'));
121 array('id' => $elementid . '_items_caption', 'class' => 'formlistingmore')),
122 array('id' => $elementid . '_items', 'class' => 'formlisting hide'));
127 array('id' => $elementid . '_items_all', 'class' => 'formlistingall'));
144 … array('id' => 'formlistinginputcontainer_' . $elementid, 'class' => 'formlistinginputcontainer'));
151 'elementid' => $elementid.'_items',
156 'inputname' => $elementid,
/dports/www/moodle311/moodle/lib/form/
H A Dlisting.php114 $elementid = $this->getAttribute('id');
116 array('id' => $elementid . '_items_main', 'class' => 'formlistingmain'));
121 array('id' => $elementid . '_items_caption', 'class' => 'formlistingmore')),
122 array('id' => $elementid . '_items', 'class' => 'formlisting hide'));
127 array('id' => $elementid . '_items_all', 'class' => 'formlistingall'));
144 … array('id' => 'formlistinginputcontainer_' . $elementid, 'class' => 'formlistinginputcontainer'));
151 'elementid' => $elementid.'_items',
156 'inputname' => $elementid,
/dports/www/moodle310/moodle/lib/editor/atto/
H A Dlib.php82 * @param string $elementid
86 public function use_editor($elementid, array $options=null, $fpoptions=null) { argument
131 …$extra = component_callback('atto_' . $plugin, 'params_for_js', array($elementid, $options, $fpopt…
158 … array($this->get_init_params($elementid, $options, $fpoptions, $jsplugins)));
165 * @param string $elementid
169 …protected function get_init_params($elementid, array $options = null, array $fpoptions = null, $pl… argument
190 'elementid' => $elementid,
H A Dautosave-ajax.php84 $elementid = $actionparams['elementid']; variable
90 $params = array('elementid' => $elementid,
103 $record->elementid = $elementid;
127 $params = array('elementid' => $elementid,
138 $record->elementid = $elementid;
210 $params = array('elementid' => $elementid,
/dports/www/moodle39/moodle/lib/editor/atto/
H A Dlib.php82 * @param string $elementid
86 public function use_editor($elementid, array $options=null, $fpoptions=null) { argument
131 …$extra = component_callback('atto_' . $plugin, 'params_for_js', array($elementid, $options, $fpopt…
158 … array($this->get_init_params($elementid, $options, $fpoptions, $jsplugins)));
165 * @param string $elementid
169 …protected function get_init_params($elementid, array $options = null, array $fpoptions = null, $pl… argument
190 'elementid' => $elementid,
H A Dautosave-ajax.php84 $elementid = $actionparams['elementid']; variable
90 $params = array('elementid' => $elementid,
103 $record->elementid = $elementid;
127 $params = array('elementid' => $elementid,
138 $record->elementid = $elementid;
210 $params = array('elementid' => $elementid,
/dports/www/moodle311/moodle/lib/editor/atto/
H A Dlib.php82 * @param string $elementid
86 public function use_editor($elementid, array $options=null, $fpoptions=null) { argument
131 …$extra = component_callback('atto_' . $plugin, 'params_for_js', array($elementid, $options, $fpopt…
158 … array($this->get_init_params($elementid, $options, $fpoptions, $jsplugins)));
165 * @param string $elementid
169 …protected function get_init_params($elementid, array $options = null, array $fpoptions = null, $pl… argument
190 'elementid' => $elementid,
H A Dautosave-ajax.php84 $elementid = $actionparams['elementid']; variable
90 $params = array('elementid' => $elementid,
103 $record->elementid = $elementid;
127 $params = array('elementid' => $elementid,
138 $record->elementid = $elementid;
210 $params = array('elementid' => $elementid,
/dports/www/moodle311/moodle/lib/editor/tinymce/
H A Dlib.php75 * @param string $elementid
79 public function use_editor($elementid, array $options=null, $fpoptions=null) { argument
87 …->js_init_call('M.editor_tinymce.init_editor', array($elementid, $this->get_init_params($elementid
89 …$PAGE->requires->js_init_call('M.editor_tinymce.init_filepicker', array($elementid, $fpoptions), t…
93 protected function get_init_params($elementid, array $options=null) { argument
128 'elements' => $elementid,
/dports/www/moodle310/moodle/lib/editor/tinymce/
H A Dlib.php75 * @param string $elementid
79 public function use_editor($elementid, array $options=null, $fpoptions=null) { argument
87 …->js_init_call('M.editor_tinymce.init_editor', array($elementid, $this->get_init_params($elementid
89 …$PAGE->requires->js_init_call('M.editor_tinymce.init_filepicker', array($elementid, $fpoptions), t…
93 protected function get_init_params($elementid, array $options=null) { argument
128 'elements' => $elementid,
/dports/www/moodle39/moodle/lib/editor/tinymce/
H A Dlib.php75 * @param string $elementid
79 public function use_editor($elementid, array $options=null, $fpoptions=null) { argument
87 …->js_init_call('M.editor_tinymce.init_editor', array($elementid, $this->get_init_params($elementid
89 …$PAGE->requires->js_init_call('M.editor_tinymce.init_filepicker', array($elementid, $fpoptions), t…
93 protected function get_init_params($elementid, array $options=null) { argument
128 'elements' => $elementid,
/dports/www/moodle39/moodle/lib/editor/atto/plugins/equation/
H A Dlib.php29 * @param string $elementid
49 * @param string $elementid
53 function atto_equation_params_for_js($elementid, $options, $fpoptions) { argument
/dports/www/moodle310/moodle/lib/editor/atto/plugins/equation/
H A Dlib.php29 * @param string $elementid
49 * @param string $elementid
53 function atto_equation_params_for_js($elementid, $options, $fpoptions) { argument
/dports/www/moodle311/moodle/lib/editor/atto/plugins/equation/
H A Dlib.php29 * @param string $elementid
49 * @param string $elementid
53 function atto_equation_params_for_js($elementid, $options, $fpoptions) { argument
/dports/sysutils/xvidcap/xvidcap-1.1.7/ffmpeg/libavformat/
H A Dmatroskaenc.c36 unsigned int elementid; member
156 put_ebml_id(pb, elementid); in put_ebml_uint()
162 static void put_ebml_float(ByteIOContext *pb, unsigned int elementid, double val) in put_ebml_float() argument
164 put_ebml_id(pb, elementid); in put_ebml_float()
169 static void put_ebml_binary(ByteIOContext *pb, unsigned int elementid, in put_ebml_binary() argument
172 put_ebml_id(pb, elementid); in put_ebml_binary()
179 put_ebml_binary(pb, elementid, str, strlen(str)); in put_ebml_string()
209 put_ebml_id(pb, elementid); in start_ebml_master()
278 entries[seekhead->num_entries ].elementid = elementid; in mkv_add_seekhead_entry()
311 put_ebml_num(pb, ebml_id_size(entry->elementid), 0); in mkv_write_seekhead()
[all …]
/dports/www/moodle311/moodle/lib/editor/atto/plugins/managefiles/
H A Dmanage_form.php47 $elementid = $this->_customdata['elementid'];
104 'elementid' => $elementid,
110 'elementid' => $elementid,
/dports/www/moodle310/moodle/lib/editor/atto/plugins/managefiles/
H A Dmanage_form.php47 $elementid = $this->_customdata['elementid'];
104 'elementid' => $elementid,
110 'elementid' => $elementid,
/dports/www/moodle39/moodle/lib/editor/atto/plugins/managefiles/
H A Dmanage_form.php47 $elementid = $this->_customdata['elementid'];
104 'elementid' => $elementid,
110 'elementid' => $elementid,
/dports/www/moodle311/moodle/lib/editor/atto/plugins/collapse/
H A Dlib.php38 * @param string $elementid
40 function atto_collapse_params_for_js($elementid, $options, $fpoptions) { argument
/dports/www/moodle310/moodle/lib/editor/atto/plugins/collapse/
H A Dlib.php38 * @param string $elementid
40 function atto_collapse_params_for_js($elementid, $options, $fpoptions) { argument
/dports/www/moodle39/moodle/lib/editor/atto/plugins/collapse/
H A Dlib.php38 * @param string $elementid
40 function atto_collapse_params_for_js($elementid, $options, $fpoptions) { argument

12345678910>>...14