Home
last modified time | relevance | path

Searched refs:reference (Results 126 – 150 of 290) sorted by last modified time

12345678910>>...12

/plugin/pdftools/tpl/minimal/
H A DREADME.txt34 If you reference image files, be sure to prefix them with the @TPLBASE@
50 * ''@TPLBASE@'' -- the PDF template base directory (use to reference images)
/plugin/pdftools/tpl/info/
H A DREADME.txt34 If you reference image files, be sure to prefix them with the @TPLBASE@
49 * ''@TPLBASE@'' -- the PDF template base directory (use to reference images)
/plugin/geogebrembed/conf/
H A Ddefault.php14 // parameter as described on GeoGebra's reference page
/plugin/stale/
H A DREADME.md39 * The action label is more clear and was added as language reference
/plugin/refnotes/conf/
H A Dnotes.dat1 a:4:{s:6:":fixme";a:2:{s:4:"text";s:29:"This part has to be reworked.";s:6:"inline";b:0;}s:5:":todo";a:6:{s:4:"text";s:51:"%%[%%//[[:missing_citation|citation needed]]//%%]%%";s:6:"inline";b:1;s:18:"use-reference-base";b:1;s:25:"use-reference-font-weight";b:1;s:24:"use-reference-font-style";b:0;s:20:"use-reference-format";b:0;}s:10:":cite:todo";a:6:{s:4:"text";s:37:"[[:missing_citation|citation needed]]";s:6:"inline";b:1;s:18:"use-reference-base";b:1;s:25:"use-reference-font-weight";b:1;s:24:"use-reference-font-style";b:1;s:20:"use-reference-format";b:1;}s:9:":ref:todo";a:6:{s:4:"text";s:53:"%%[%%//[[:missing_reference|reference needed]]//%%]%%";s:6:"inline";b:1;s:18:"use-reference
[all...]
H A Dnamespaces.dat1 a:11:{s:1:":";a:0:{}s:8:":biblio:";a:11:{s:10:"refnote-id";s:4:"name";s:14:"reference-base";s:4:"text";s:16:"reference-format";s:2:"[]";s:12:"multi-ref-id";s:4:"note";s:12:"note-preview";s:7:"tooltip";s:12:"note-id-base";s:4:"text";s:19:"note-id-font-weight";s:6:"normal";s:18:"note-id-font-style";s:6:"normal";s:14:"note-id-format";s:4:"none";s:14:"back-ref-caret";s:6:"prefix";s:15:"back-ref-format";s:1:"a";}s:6:":cite:";a:5:{s:16:"reference-format";s:2:"[]";s:12:"multi-ref-id";s:4:"note";s:12:"note-id-base";s:4:"text";s:14:"note-id-format";s:1:".";s:15:"back-ref-format";s:1:"a";}s:4:":dw:";a:24:{s:10:"refnote-id";s:1:"1";s:14:"reference-base";s:3:"sup";s:21:"reference-font-weight";s:6:"normal";s:20:"reference-font-style";s:6:"normal";s:16:"reference-format";s:1:")";s:15:"reference-group";s:4:"none";s:16:"reference-render";s:5:"basic";s:12:"multi-ref-id";s:3:"ref";s:12:"note-preview";s:5:"popup";s:15:"notes-separator";s:4:"100%";s:15:"note-text-align";s:7:"justify";s:14:"note-font-size";s:6:"normal";s:11:"note-render";s:5:"basic";s:12:"note-id-base";s:3:"sup";s:19:"note-id-font-weight";s:6:"normal";s:18:"note-id-font-style";s:6:"normal";s:14:"note-id-format";s:1:")";s:14:"back-ref-caret";s:4:"none";s:13:"back-ref-base";s:3:"sup";s:20:"back-ref-font-weight";s:4:"bold";s:19:"back-ref-font-style";s:6:"normal";s:15:"back-ref-format";s:4:"note";s:18:"back-ref-separator";s:1:",";s:7:"scoping";s:5:"reset";}s:4:":fn:";a:0:{}s:9:":harvard:";a:11:{s:14:"reference
[all...]
/plugin/refnotes/
H A Dcore.php13 require_once(DOKU_PLUGIN . 'refnotes/reference.php');
119 private $reference; variable in refnotes_parsing_context
133 $this->reference = NULL;
162 $this->reference = new refnotes_parser_reference($name, $data);
169 $reference = $this->reference;
173 return $reference;
344 $reference = new refnotes_renderer_reference($note, $attributes, $data);
346 $note->addReference($reference);
348 return $reference;
[all...]
H A Dnote.php103 public function addReference($reference) { argument
115 protected $reference; variable in refnotes_note
145 $this->reference = array();
208 public function addReference($reference) { argument
210 $this->inline = $reference->isInline();
217 if ($reference->isBackReferenced()) {
218 $this->reference[] = $reference;
227 return !$this->processed && !empty($this->reference) && $this->text != '';
241 foreach ($this->reference a
305 addReference($reference) global() argument
[all...]
H A Drendering.php16 public function renderReference($reference) { argument
53 abstract public function renderReference($mode, $reference); argument
63 abstract public function renderNote($mode, $note, $reference); argument
78 $this->referenceRenderer = $this->createRenderer($this->getStyle('reference-render'));
116 public function renderReference($mode, $reference) { argument
117 return $this->referenceRenderer->renderReference($mode, $reference);
146 public function renderNote($mode, $note, $reference) { argument
147 return $this->noteRenderer->renderNote($mode, $note, $reference);
262 public function renderReference($mode, $reference) { argument
263 if ($reference
295 renderNote($mode, $note, $reference) global() argument
314 renderNoteXhtml($note, $reference) global() argument
329 renderNoteOdt($note, $reference) global() argument
338 getInlineReferenceStyle($reference, $name, $default) global() argument
345 renderInlineReference($reference) global() argument
365 renderRegularReference($mode, $reference) global() argument
384 renderRegularReferenceXhtml($reference) global() argument
405 renderRegularReferenceOdt($reference) global() argument
438 renderBackReferences($note, $reference) global() argument
532 renderReferenceFormat($reference) global() argument
557 getReferenceGrouping($reference) global() argument
588 renderReferenceId($reference) global() argument
734 renderBackRefId($reference, $index, $singleReference) global() argument
1167 renderReferenceId($reference) global() argument
1218 renderBasicReferenceId($reference) global() argument
1258 renderReferenceFormat($reference) global() argument
[all...]
H A Daction.php65 * by loading reference database or by parsing structured notes.
351 $reference = $this->core->addReference($attributes, $data, $call);
354 $reference->getNote()->setText('defined');
445 if ($config['general']['reference-db-enable']) {
446 $saved = $saved && $this->setupReferenceDatabase($config['general']['reference-db-namespace']);
477 'reference-base' => array(
481 'reference-format' => array(
485 'reference-group' => array(
/plugin/refnotes/lang/en/
H A Dintro.txt7 * //Enable reference database// --- if enabled the plugin will load predefined notes form the [[doku>plugin:refnotes:refdb|reference database]].
8 * //Reference database namespace// --- DokuWiki namespace for the reference database.
9 * **Namespaces** --- in this section you can specify rendering style for predefined namespaces. For a detailed explanation of each style see the [[doku>plugin:refnotes:style|style reference]].
11 * //Inline// --- specifies if the note text should be [[doku>plugin:refnotes:syntax#inline_notes|inlined]]. For inline notes you can configure if various reference styles are applied or not.
H A D__template.txt10 For sheets and cards plugin does not make a distinction between normal table cells and header cells. The field name cells are identified only based on their content. The names are case insensitive and can also be specified using locale-specific labels. BibTeX and ''dataentry'' sections support only field names. The full list of field names is provided in [[doku>plugin:refnotes:refdb|reference database documentation]].
16 ^ :ref:sample1 | A sample reference. |
17 ^ :ref:sample2 | A sample reference with //some// **formatting**. |
18 ^ :ref:sample3 | A sample reference with a [[http://www.dokuwiki.org/|link.]] |
/plugin/refnotes/syntax/
H A Dreferences.php178 $reference = refnotes_parser_core::getInstance()->exitReference();
180 if ($reference->hasData()) {
181 return array('render', $reference->getAttributes(), $reference->getData());
184 return array('render', $reference->getAttributes());
206 * Stops renderer output capture and renders the reference link
209 $reference = refnotes_renderer_core::getInstance()->addReference($attributes, $data);
213 $reference->getNote()->setText($text);
216 $renderer->doc .= $reference->render($mode);
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D4.4.js.map1reference':\n {\n var errorMessage = void 0;\n …
H A D42.42.js.map1reference: https://github.com/githwxi/ATS-Postiats/blob/master/src/pats_lexing_token.dats\n key…
H A D57.57.js.map1 …n ],\n variablereference: [\n // sass variable reference\n ['\…
H A D7.7.js.map1 …,\n 'redefinition',\n 'reduce',\n 'reduced',\n 'ref',\n 'reference',\n 'refresh'…
H A Dbundle.css1552 .monaco-editor .zone-widget .zone-widget-container.reference-zone-widget {
1557 .monaco-editor .reference-zone-widget .inline {
1562 .monaco-editor .reference-zone-widget .messages {
1569 .monaco-editor .reference-zone-widget .ref-tree {
1573 .monaco-editor .reference-zone-widget .ref-tree .reference {
1578 .monaco-editor .reference-zone-widget .ref-tree .reference-file {
1584 .monaco-editor .reference-zone-widget .ref-tree .monaco-list:focus .selected .reference-file {
1588 .monaco-editor .reference-zone-widget .ref-tree .reference-file .count {
1595 .monaco-editor.hc-black .reference-zone-widget .ref-tree .reference-file {
3162 .monaco-editor.vs .reference-decoration,
[all …]
H A Dbundle.js.map1reference-zone-widget {\\n\\tborder-top-width: 1px;\\n\\tborder-bottom-width: 1px;\\n}\\n\\n.monac…
H A Deditor.worker.js.map1reference diagonal (which is diagonalForwardBase for forward, diagonalReverseBase for reverse).\n …
H A Djson.worker.js.map1reference diagonal (which is diagonalForwardBase for forward, diagonalReverseBase for reverse).\n …
H A D3.3.js.map1reference don't use a space\n // sass nested pseudo-class don't use a space\n\n // p…
/plugin/dirtylittlehelper/mermaid/editor/
H A Dbundle.css1552 .monaco-editor .zone-widget .zone-widget-container.reference-zone-widget {
1557 .monaco-editor .reference-zone-widget .inline {
1562 .monaco-editor .reference-zone-widget .messages {
1569 .monaco-editor .reference-zone-widget .ref-tree {
1573 .monaco-editor .reference-zone-widget .ref-tree .reference {
1578 .monaco-editor .reference-zone-widget .ref-tree .reference-file {
1584 .monaco-editor .reference-zone-widget .ref-tree .monaco-list:focus .selected .reference-file {
1588 .monaco-editor .reference-zone-widget .ref-tree .reference-file .count {
1595 .monaco-editor.hc-black .reference-zone-widget .ref-tree .reference-file {
3162 .monaco-editor.vs .reference-decoration,
[all …]
H A Dbundle.js1reference=21,e.customcolor=22,e.folder=23,e["type-parameter"]=24,e.typeParameter=24,e.account=25,e…
/plugin/dirtylittlehelper/script/
H A Dmermaid.min.js.map1reference to the global object. */\nvar root = freeGlobal || freeSelf || Function('return this')()…

12345678910>>...12