Home
last modified time | relevance | path

Searched refs:mathjax_url (Results 1 – 25 of 31) sorted by relevance

12

/dports/textproc/py-markups/Markups-3.1.3/markups/
H A Drestructuredtext.py100 mathjax_url, mathjax_version = common.get_mathjax_url_and_version(webenv)
102 mathjax_url += '?config=TeX-AMS_CHTML'
105 return script_tag % (mathjax_url, async_attr)
H A Dmarkdown.py247 mathjax_url, mathjax_version = common.get_mathjax_url_and_version(webenv)
251 return config + script_tag % (mathjax_url, async_attr)
/dports/devel/py-nbclassic/nbclassic-0.3.4/nbclassic/
H A Dtraits.py48 self.mathjax_url = u''
104 mathjax_url = Unicode("", config=True, variable in NotebookAppTraits
128 self.mathjax_url = u''
H A Dnotebookapp.py208 mathjax_url=self.mathjax_url,
/dports/devel/py-jupyterlab-server/jupyterlab_server-2.8.2/jupyterlab_server/
H A Dhandlers.py101 mathjax_url = self.mathjax_url
102 if not mathjax_url:
103 mathjax_url = 'https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.7/MathJax.js'
106 page_config.setdefault('fullMathjaxUrl', mathjax_url)
/dports/www/py-notebook/notebook-6.4.5/notebook/notebook/
H A Dhandlers.py99 mathjax_url=self.mathjax_url,
/dports/devel/py-nbclassic/nbclassic-0.3.4/nbclassic/notebook/
H A Dhandlers.py102 mathjax_url=self.mathjax_url,
/dports/devel/py-nbconvert/nbconvert-6.2.0/nbconvert/exporters/
H A Dhtml.py53 mathjax_url = Unicode( variable in HTMLExporter
183 resources['mathjax_url'] = self.mathjax_url
/dports/www/ilias/ILIAS-5.4.25/Services/MathJax/classes/
H A Dclass.ilMathJax.php49 protected $mathjax_url = ''; variable in ilMathJax
202 $this->mathjax_url = $this->settings->get('path_to_mathjax');
299 $a_tpl->addJavaScript($this->mathjax_url);
/dports/www/ilias6/ILIAS-6.14/Services/MathJax/classes/
H A Dclass.ilMathJax.php49 protected $mathjax_url = ''; variable in ilMathJax
202 $this->mathjax_url = $this->settings->get('path_to_mathjax');
299 $a_tpl->addJavaScript($this->mathjax_url);
/dports/deskutils/calibre/calibre-src-5.34.0/setup/
H A Dmathjax.py45 src = opts.path_to_mathjax or self.download_vendor_release(tdir, opts.mathjax_url)
/dports/devel/py-nbconvert/nbconvert-6.2.0/share/jupyter/nbconvert/templates/lab/
H A Dindex.html.j270 {{ mathjax(resources.mathjax_url) }}
/dports/devel/py-nbconvert/nbconvert-6.2.0/share/jupyter/nbconvert/templates/classic/
H A Dindex.html.j277 {{ mathjax(resources.mathjax_url) }}
/dports/lang/ghc/ghc-8.10.7/utils/haddock/haddock-api/src/Haddock/Backends/
H A DXhtml.hs122 headHtml docTitle themes mathjax_url =
136 …//cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-AMS-MML_HTMLorMML" mathjax_url
272 themes mathjax_url maybe_index_url
283 headHtml doctitle themes mathjax_url +++
/dports/devel/py-nbconvert/nbconvert-6.2.0/docs/api_examples/template_path/project_templates/nbconvert/templates/classic_clone/
H A Dindex.html.j2106 {{ mathjax(resources.mathjax_url) }}
/dports/devel/py-jupyterlab_launcher/jupyterlab_launcher-0.13.1/jupyterlab_launcher/
H A Dhandlers.py72 page_config.setdefault('mathjaxUrl', self.mathjax_url)
/dports/textproc/py-docutils/stage/usr/local/lib/python3.8/site-packages/docutils/writers/
H A D_html_base.py178 mathjax_url = 'file:/usr/share/javascript/mathjax/MathJax.js' variable in HTMLTranslator
1149 self.mathjax_url = self.math_output_options[0]
1155 if '?' not in self.mathjax_url:
1156 self.mathjax_url += '?config=TeX-AMS_CHTML'
1157 self.math_header = [self.mathjax_script % self.mathjax_url]
/dports/textproc/py-docutils/docutils-0.17.1/docutils/writers/
H A D_html_base.py178 mathjax_url = 'file:/usr/share/javascript/mathjax/MathJax.js' variable in HTMLTranslator
1149 self.mathjax_url = self.math_output_options[0]
1155 if '?' not in self.mathjax_url:
1156 self.mathjax_url += '?config=TeX-AMS_CHTML'
1157 self.math_header = [self.mathjax_script % self.mathjax_url]
/dports/textproc/py-docutils/docutils-0.17.1/build/lib/docutils/writers/
H A D_html_base.py178 mathjax_url = 'file:/usr/share/javascript/mathjax/MathJax.js' variable in HTMLTranslator
1149 self.mathjax_url = self.math_output_options[0]
1155 if '?' not in self.mathjax_url:
1156 self.mathjax_url += '?config=TeX-AMS_CHTML'
1157 self.math_header = [self.mathjax_script % self.mathjax_url]
/dports/devel/py-nbconvert/nbconvert-6.2.0/share/jupyter/nbconvert/templates/reveal/
H A Dindex.html.j294 {{ mathjax(resources.mathjax_url) }}
/dports/www/py-notebook/notebook-6.4.5/notebook/
H A Dnotebookapp.py304 mathjax_url=jupyter_app.mathjax_url,
1255 self.mathjax_url = u''
1344 mathjax_url = Unicode("", config=True, variable in NotebookApp
1363 self.mathjax_url = u''
/dports/devel/py-nbdime/nbdime-3.1.1/nbdime/webapp/
H A Dnbdimeserver.py56 'mathjaxUrl': self.mathjax_url,
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/py2only/docutils/writers/html4css1/
H A D__init__.py267 mathjax_url = ('http://cdn.mathjax.org/mathjax/latest/MathJax.js?' variable in HTMLTranslator
1214 self.mathjax_url = self.math_output_options[0]
1215 self.math_header = [self.mathjax_script % self.mathjax_url]
/dports/devel/pycharm-pro/pycharm-2020.2.3/plugins/python/helpers/py3only/docutils/writers/html4css1/
H A D__init__.py269 mathjax_url = ('http://cdn.mathjax.org/mathjax/latest/MathJax.js?' variable in HTMLTranslator
1216 self.mathjax_url = self.math_output_options[0]
1217 self.math_header = [self.mathjax_script % self.mathjax_url]
/dports/www/py-notebook/notebook-6.4.5/notebook/base/
H A Dhandlers.py227 def mathjax_url(self): member in IPythonHandler

12