Home
last modified time | relevance | path

Searched refs:references (Results 1 – 25 of 120) sorted by relevance

12345

/plugin/swiftmail/Swift/
H A DMessage.php55 protected $references = array( variable in Swift_Message
127 else $this->references[$where][$key] = $ref;
636 …case (!empty($this->references["mixed"]) && !empty($this->references["related"]) && !empty($this->
648 case (!empty($this->references["mixed"]) && !empty($this->references["related"])):
655 case (!empty($this->references["mixed"]) && !empty($this->references["alternative"])):
662 case (!empty($this->references["related"]) && !empty($this->references["alternative"])):
714 …case (!empty($this->references["mixed"]) && !empty($this->references["related"]) && !empty($this->
730 case (!empty($this->references["mixed"]) && !empty($this->references["related"])):
740 case (!empty($this->references["mixed"]) && !empty($this->references["alternative"])):
746 case (!empty($this->references["related"]) && !empty($this->references["alternative"])):
[all …]
/plugin/commonmark/vendor/league/commonmark/src/Reference/
H A DReferenceMap.php22 * A collection of references, indexed by label
34 private array $references = [];
46 $this->references[$key] = $reference;
53 return isset($this->references[$label]);
60 return $this->references[$label] ?? null;
68 foreach ($this->references as $normalizedLabel => $reference) {
75 return \count($this->references);
30 private $references = []; global() variable in League\\CommonMark\\Reference\\ReferenceMap
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
H A DDataSourceObjectReferences.php29 public function setReferences($references) argument
31 $this->references = $references;
38 return $this->references;
H A DRefreshDataSourceRequest.php82 public function setReferences(DataSourceObjectReferences $references) argument
84 $this->references = $references;
91 return $this->references;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SecurityCommandCenter/
H A DCve.php67 public function setReferences($references) argument
69 $this->references = $references;
76 return $this->references;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/
H A DVulnerabilityReportVulnerabilityDetails.php103 public function setReferences($references) argument
105 $this->references = $references;
112 return $this->references;
/plugin/move/_test/
H A Dpagemove.test.php51 $references = array_keys(p_get_metadata($this->movedId, 'relation references', METADATA_RENDER_UNLIMITED));
52 idx_get_indexer()->addMetaKeys($this->movedId, 'relation_references', $references);
79 $references = array_keys(p_get_metadata($this->parentBacklinkingId, 'relation references', METADATA_RENDER_UNLIMITED));
80 idx_get_indexer()->addMetaKeys($this->parentBacklinkingId, 'relation_references', $references);
111 $references = array_keys(p_get_metadata($this->currentNsBacklinkingId, 'relation references', METADATA_RENDER_UNLIMITED));
112 idx_get_indexer()->addMetaKeys($this->currentNsBacklinkingId, 'relation_references', $references);
138 $references
[all...]
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DInline.php60 * @param array $references Mapping of variable names to values
86 $result = self::parseSequence($value, $flags, $i, $references);
90 $result = self::parseMapping($value, $flags, $i, $references);
305 $output = self::evaluateScalar($output, $flags, $references);
363 $value = self::parseSequence($sequence, $flags, $i, $references);
367 $value = self::parseMapping($sequence, $flags, $i, $references);
442 $evaluatedKey = self::evaluateScalar($key, $flags, $references);
468 $value = self::parseSequence($mapping, $flags, $i, $references);
489 $value = self::parseMapping($mapping, $flags, $i, $references);
558 if (!\array_key_exists($value, $references)) {
[all …]
/plugin/combo/vendor/symfony/yaml/
H A DInline.php55 * @param array $references Mapping of variable names to values
61 public static function parse(string $value = null, int $flags = 0, array &$references = []) argument
81 $result = self::parseSequence($value, $flags, $i, $references);
85 $result = self::parseMapping($value, $flags, $i, $references);
89 $result = self::parseScalar($value, $flags, null, $i, true, $references);
268 public static function parseScalar(string $scalar, int $flags = 0, array $delimiters = null, int &$i = 0, bool $evaluate = true, array &$references = [], bool &$isQuoted = null) argument
310 $output = self::evaluateScalar($output, $flags, $references, $isQuoted);
347 private static function parseSequence(string $sequence, int $flags, int &$i = 0, array &$references = []): array argument
368 $value = self::parseSequence($sequence, $flags, $i, $references);
372 $value = self::parseMapping($sequence, $flags, $i, $references);
415 parseMapping(string $mapping, int $flags, int& $i = 0, array& $references = []) global() argument
561 evaluateScalar(string $scalar, int $flags, array& $references = [], bool& $isQuotedString = null) global() argument
[all...]
/plugin/metadisplay/helper/
H A Dhtml.php154 $references = $this->check_listtypes('references',$regex);
155 if(!$references) return false;
232 if(!$references) {
233 $references = $this->getcurrent($header,'references');
319 function process_relation($isreferencedby,$references,$media,$firstimage,$haspart,$subject) { argument
325 if(!empty($references)) {
326 $list = $this->create_list(array_keys($references));
386 $references = array_keys($ar); // references here refers to either images or links
388 else $references = $ar;
389 if(!empty($references)) {
[all …]
H A Dplaintext.php154 $references = $this->check_listtypes('references',$regex);
155 if(!$references) return false;
231 if(!$references) {
232 $references = $this->getcurrent($header,'references');
317 function process_relation($isreferencedby,$references,$media,$firstimage,$haspart,$subject) { argument
323 if(!empty($references)) {
324 $list = $this->create_list(array_keys($references));
384 $references = array_keys($ar); // references here refers to either images or links
386 else $references = $ar;
387 if(!empty($references)) {
[all …]
/plugin/mdpage/vendor/cebe/markdown/inline/
H A DLinkTrait.php43 protected $references = []; variable
212 if (isset($this->references[$key]) || isset($this->references[$key = $normalizedKey])) {
213 return $this->references[$key];
268 $this->references[$label] = [
272 $this->references[$label]['title'] = $matches[3];
276 $this->references[$label]['title'] = $matches[1];
/plugin/combo/action/
H A Dindexer.php154 $references = References::createFromResource($page)
157 $internalIdReferences = $event->data['current']['relation']['references'];
163 $references->addRow([$ref]);
171 $references
/plugin/imagereference/
H A Dplugin.info.txt6 desc Creates references to images/tables in your text, like the LaTeX figure references.
H A DREADME3 Creates references to images/tables in your text, like the LaTeX figure references.
/plugin/refnotes/
H A Dscope.php64 private $references; variable in refnotes_scope
75 $this->references = 0;
117 return ++$this->references;
H A Dplugin.info.txt6 desc Extended syntax for footnotes and references.
/plugin/mdpage/vendor/cebe/markdown/
H A DMarkdownExtra.php83 $this->references[$label] = [
87 $this->references[$label]['title'] = $matches[3];
91 $this->references[$label]['title'] = $matches[1];
96 $this->references[$label]['attributes'] = $matches[5];
/plugin/xcom/
H A Dremote.php329 $references = $this->getcurrent($header,'references');
334 …$this->process_relation($isreferencedby,$references,$media,$firstimage,$haspart,$subject,$contents…
405 function process_relation($isreferencedby,$references,$media,$firstimage,$haspart,$subject,&$conten… argument
406 if(!empty($isreferencedby) || !empty($references) || !empty($media) || !empty($firstimage)
417 if(!empty($references)) {
418 $list = $this->create_list(array_keys($references),$contents);
/plugin/bibtex4dw/
H A DREADME.md3 Handling references stored in BibTeX (text) databases in DokuWiki.
8 **DokuWiki is an excellent tool for knowledge management** and has been successfully used in academic context for long time. However, **academics tend to use references to the literature** when managing their knowledge, and DokuWiki is missing appropriate tools here.
10 Being familiar with using BibTeX both, as a bibliographic (text) database format and as an engine to format references in documents written using LaTeX, a plugin for DokuWiki understanding the BibTeX format and allowing to reference literature from within wiki pages seems an obvious choice.
15 * Literature references in an academic context
/plugin/elasticsearch/vendor/react/promise/
H A DCHANGELOG.md95 needed and hide resolver and canceller references from call stack on PHP 7+.
99 no longer cause any internal circular references which could cause some unexpected
101 cleaning up said references, we can avoid relying on PHP's circular garbage collector
119 * Fix circular references when resolving with a promise which follows
145 * Fix circular references when resolving a promise with itself (#71).
/plugin/sugar/
H A Dplugin.info.txt6 desc providing hyperlink references to SugarCRM
/plugin/mtg/
H A Dplugin.info.txt6 desc Provides syntax for creating Magic the Gathering cards references within DockuWiki.
/plugin/orphanmedia2/
H A Ddokuwiki-plugin-page.md35 …a files \\ # of Media references \\ -> Filter settings \\ # of valid, qualified references \\ …
47 | gallery plugin references \\ <nowiki>{{gallery ...</nowiki> | not recognized, will be displayed …
/plugin/docimporter/
H A D.action.php.swp16references\/>/", "",$myWikiContent);� #Remove junk <references/>�� $myWikiContent = …

12345