/plugin/refnotes/ |
H A D | rendering.php | 16 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 D | note.php | 103 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 D | core.php | 13 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...] |
/plugin/refnotes/conf/ |
H A D | notes.dat | 1 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 D | namespaces.dat | 1 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/commonmark/vendor/league/commonmark/src/Extension/Footnote/Node/ |
H A D | FootnoteRef.php | 23 private ReferenceInterface $reference; variable in League\\CommonMark\\Extension\\Footnote\\Node\\FootnoteRef 31 public function __construct(ReferenceInterface $reference, ?string $content = null, array $data = []) 35 $this->reference = $reference; 45 return $this->reference; argument 48 public function setReference(ReferenceInterface $reference): void 50 $this->reference = $reference; 33 __construct(ReferenceInterface $reference, string $content = null, array $data = []) global() argument
|
H A D | FootnoteBackref.php | 22 * Link from the footnote on the bottom of the document back to the reference 27 private ReferenceInterface $reference; 29 public function __construct(ReferenceInterface $reference) 33 $this->reference = $reference; 38 return $this->reference; 26 private $reference; global() variable in League\\CommonMark\\Extension\\Footnote\\Node\\FootnoteBackref 28 __construct(ReferenceInterface $reference) global() argument
|
H A D | Footnote.php | 24 private ReferenceInterface $reference; 26 public function __construct(ReferenceInterface $reference) 30 $this->reference = $reference; 35 return $this->reference; 34 private $reference; global() variable in League\\CommonMark\\Extension\\Footnote\\Node\\Footnote 36 __construct(ReferenceInterface $reference) global() argument
|
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/Sass/ |
H A D | BaseSassFilter.php | 37 foreach (SassUtils::extractImports($content) as $reference) { 38 if ('.css' === substr($reference, -4)) { 45 if (pathinfo($reference, PATHINFO_EXTENSION)) { 47 $reference, 48 self::partialize($reference), 52 $reference.'.scss', 53 $reference.'.sass', 54 self::partialize($reference).'.scss', 55 self::partialize($reference).'.sass', 79 private static function partialize($reference) argument [all …]
|
/plugin/jplayer/vendor/kriswallsmith/assetic/src/Assetic/Filter/ |
H A D | SassphpFilter.php | 80 foreach (CssUtils::extractImports($content) as $reference) { 81 if ('.css' === substr($reference, -4)) { 86 if (pathinfo($reference, PATHINFO_EXTENSION)) { 88 $reference, 89 $this->partialize($reference), 93 $reference . '.scss', 94 $this->partialize($reference) . '.scss', 116 private function partialize($reference) argument 118 $parts = pathinfo($reference);
|
H A D | LessphpFilter.php | 140 foreach (LessUtils::extractImports($content) as $reference) { 141 if ('.css' === substr($reference, -4)) { 147 if ('.less' !== substr($reference, -5)) { 148 $reference .= '.less'; 152 if (file_exists($file = $loadPath.'/'.$reference)) {
|
H A D | LessFilter.php | 179 foreach (LessUtils::extractImports($content) as $reference) { 180 if ('.css' === substr($reference, -4)) { 186 if ('.less' !== substr($reference, -5)) { 187 $reference .= '.less'; 191 if (file_exists($file = $loadPath.'/'.$reference)) {
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Apigee/ |
H A D | GoogleCloudApigeeV1KeyAliasReference.php | 29 public $reference; variable in Google\\Service\\Apigee\\GoogleCloudApigeeV1KeyAliasReference 48 public function setReference($reference) argument 50 $this->reference = $reference; 57 return $this->reference;
|
/plugin/gitbacked/lib/ |
H A D | Git.php | 102 return GitRepo::create_new($repo_path, $plugin, $remote, true, $reference); 164 if (!is_dir($reference) || !is_dir($reference.'/.git')) { 165 …throw new Exception(self::handle_create_new_error($repo_path, $reference, '"'.$reference.'" is not… 166 } else if (strlen($reference)) { 167 $reference = realpath($reference); 168 $reference = "--reference $reference"; 170 $repo->clone_remote($source, $reference); 369 …protected static function handle_create_new_error($repo_path, $reference, $error_message, $plugin)… argument 371 $plugin->notify_create_new_error($repo_path, $reference, $error_message); 534 public function clone_remote($source, $reference) { argument [all …]
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/ |
H A D | DataSourceColumn.php | 46 public function setReference(DataSourceColumnReference $reference) argument 48 $this->reference = $reference; 55 return $this->reference;
|
H A D | RefreshDataSourceObjectExecutionStatus.php | 44 public function setReference(DataSourceObjectReference $reference) argument 46 $this->reference = $reference; 53 return $this->reference;
|
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfReader/ |
H A D | PdfReader.php | 147 foreach ($kids->value as $reference) { 148 $reference = PdfIndirectObjectReference::ensure($reference); 149 $object = $this->parser->getIndirectObject($reference->value); 209 foreach ($kids->value as $reference) { 210 $reference = PdfIndirectObjectReference::ensure($reference); 213 $this->pages[] = $reference; 217 $object = $this->parser->getIndirectObject($reference->value);
|
/plugin/smtp/subtree/txtthinking/Mailer/ |
H A D | composer.lock | 15 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b" 20 "reference": "fe0936ee26643249e916849d48e3a51d5f5e278b", 55 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d" 60 "reference": "8e884e78f9f0eb1329e445619e04456e64d8051d", 109 "reference": "a898dc79b91c73a6fee7005e4189451d7a4235cc" 114 "reference": "a898dc79b91c73a6fee7005e4189451d7a4235cc", 148 "reference": "dc5150cc608f2334c72c3b6a553ec9668a4156b0" 153 "reference": "dc5150cc608f2334c72c3b6a553ec9668a4156b0", 224 "reference": "d68dbdc53dc358a816f00b300704702b2eaff7b8" 273 "reference": "3132b1f44c7bf2ec4c7eb2d3cb78fdeca760d373" [all …]
|
/plugin/oauth/vendor/lusitanian/oauth/ |
H A D | composer.lock | 16 "reference": "fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b" 21 "reference": "fe2466802556d3fe4e4d1d58ffd3ccfd0a19be0b", 77 "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0" 82 "reference": "6150bf2c35d3fc379e50c7602b75caceaa39dbf0", 124 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686" 129 "reference": "31f8b717e51d9a2afca6c9f046f5d69fc27c8686", 165 "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b" 170 "reference": "3e82f4e9fc92665fafd9157568e4dcb01d014e5b", 206 "reference": "ad4e1e23ae01b483c16f600ff1bebec184588e32" 211 "reference" [all...] |
/plugin/command/inc/ |
H A D | extension.php | 85 * @param reference $errorMessage The method may set this variable to a 122 * @param reference $errorMessage The method may set this variable to a 126 * @param reference $renderer This is the renderer object passed by the
|
/plugin/refnotes/syntax/ |
H A D | references.php | 178 $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/barcodes/ |
H A D | composer.lock | 15 "reference": "8b67dbe7cebfe0228a56911a33985bf79a67998d" 20 "reference": "8b67dbe7cebfe0228a56911a33985bf79a67998d", 69 "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0" 74 "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0", 139 "reference": "3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c" 144 "reference": "3a6b9a42cd8f8771bd4295d13e1423fa7f3d942c", 199 "reference": "23c79fbbfb725fb92af9bcf41065c8e9a0d49ddb" 204 "reference": "23c79fbbfb725fb92af9bcf41065c8e9a0d49ddb", 257 "reference": "54750ef60c58e43759730615a392c31c80e23176" 262 "reference" [all...] |
/plugin/aichat/vendor/mehrab-wj/tiktoken-php/ |
H A D | composer.lock | 16 "reference": "4bff79ddd77851fe3cdd11616ed3f92841ba5bd2" 21 "reference": "4bff79ddd77851fe3cdd11616ed3f92841ba5bd2", 87 "reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9" 92 "reference": "3953f23262f2bff1919fc82183ad9acb13ff62c9", 168 "reference": "ced299686f41dce890debac69273b47ffe98a40c" 173 "reference": "ced299686f41dce890debac69273b47ffe98a40c", 234 "reference": "e157ef3f3124bbf6fe7ce0ffd109e8a8ef284e7f" 239 "reference": "e157ef3f3124bbf6fe7ce0ffd109e8a8ef284e7f", 310 "reference": "c6222283fa3f4ac679f8b9ced9a4e23f163e80d0" 315 "reference" [all...] |
/plugin/refnotes/lang/en/ |
H A D | intro.txt | 7 * //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.
|
/plugin/combo/ |
H A D | composer.lock | 15 "reference": "73790bc994cec4b18a414865234ab0db198b065d" 20 "reference": "73790bc994cec4b18a414865234ab0db198b065d", 66 "reference": "944cdd0cf21655ceb1bd3262dee9b33602020c09" 71 "reference": "944cdd0cf21655ceb1bd3262dee9b33602020c09", 109 "reference": "9504fa9ea681b586028adaaa0877db4aecf32bad" 114 "reference": "9504fa9ea681b586028adaaa0877db4aecf32bad", 156 "reference": "14187ab7a5affa34078b6a54df94176bb7a21227" 161 "reference": "14187ab7a5affa34078b6a54df94176bb7a21227", 213 "reference": "996434e5492cb4c3edcb9168db6fbb1359ef965a" 218 "reference" [all...] |