Home
last modified time | relevance | path

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

1234567

/plugin/swiftmail/Swift/
DMessage.php55 protected $references = array( variable in Swift_Message
96 foreach (array_keys($this->references["parent"]) as $key)
126 if ($ref === $this) $this->references[$where][$key] = false;
127 else $this->references[$where][$key] = $ref;
137 if (!$this->references[$where][$key]) return $this;
138 else return $this->references[$where][$key];
556 case array_key_exists($id, $this->references["alternative"]):
558 unset($this->references["alternative"][$id]);
560 case array_key_exists($id, $this->references["related"]):
562 unset($this->references["related"][$id]);
[all …]
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Sheets/
DDataSourceObjectReferences.php29 public function setReferences($references) argument
31 $this->references = $references;
38 return $this->references;
DRefreshDataSourceRequest.php82 public function setReferences(DataSourceObjectReferences $references) argument
84 $this->references = $references;
91 return $this->references;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/SecurityCommandCenter/
DCve.php67 public function setReferences($references) argument
69 $this->references = $references;
76 return $this->references;
/plugin/findologicxmlexport/vendor/symfony/yaml/
DInline.php60 * @param array $references Mapping of variable names to values
66 public static function parse(string $value = null, int $flags = 0, array $references = []) argument
86 $result = self::parseSequence($value, $flags, $i, $references);
90 $result = self::parseMapping($value, $flags, $i, $references);
94 … $result = self::parseScalar($value, $flags, null, $i, null === $tag, $references);
266 …t $flags = 0, array $delimiters = null, int &$i = 0, bool $evaluate = true, array $references = []) argument
305 $output = self::evaluateScalar($output, $flags, $references);
342 …ic function parseSequence(string $sequence, int $flags, int &$i = 0, array $references = []): array argument
363 $value = self::parseSequence($sequence, $flags, $i, $references);
367 $value = self::parseMapping($sequence, $flags, $i, $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 … array $delimiters = null, int &$i = 0, bool $evaluate = true, array &$references = [], bool &$isQ… argument
310 $output = self::evaluateScalar($output, $flags, $references, $isQuoted);
347 …c 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);
[all …]
/plugin/move/_test/
Dpagemove.test.php51 …$references = array_keys(p_get_metadata($this->movedId, 'relation references', METADATA_RENDER_UNL…
52 idx_get_indexer()->addMetaKeys($this->movedId, 'relation_references', $references);
79 …$references = array_keys(p_get_metadata($this->parentBacklinkingId, 'relation references', METADAT…
80 … idx_get_indexer()->addMetaKeys($this->parentBacklinkingId, 'relation_references', $references);
111 …$references = array_keys(p_get_metadata($this->currentNsBacklinkingId, 'relation references', META…
112 … idx_get_indexer()->addMetaKeys($this->currentNsBacklinkingId, 'relation_references', $references);
138 …$references = array_keys(p_get_metadata($this->otherBacklinkingId, 'relation references', METADATA…
139 … idx_get_indexer()->addMetaKeys($this->otherBacklinkingId, 'relation_references', $references);
169 …$references = array_keys(p_get_metadata($this->subNsPage, 'relation references', METADATA_RENDER_U…
170 idx_get_indexer()->addMetaKeys($this->subNsPage, 'relation_references', $references);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/OSConfig/
DVulnerabilityReportVulnerabilityDetails.php103 public function setReferences($references) argument
105 $this->references = $references;
112 return $this->references;
/plugin/metadisplay/helper/
Dplaintext.php154 $references = $this->check_listtypes('references',$regex);
155 if(!$references) return false;
231 if(!$references) {
232 $references = $this->getcurrent($header,'references');
240 … $this->process_relation($isreferencedby,$references,$media,$firstimage,$haspart,$subject);
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;
[all …]
Dhtml.php154 $references = $this->check_listtypes('references',$regex);
155 if(!$references) return false;
232 if(!$references) {
233 $references = $this->getcurrent($header,'references');
241 … $this->process_relation($isreferencedby,$references,$media,$firstimage,$haspart,$subject);
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;
[all …]
/plugin/mdpage/vendor/cebe/markdown/inline/
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/refnotes/
Dscope.php64 private $references; variable in refnotes_scope
75 $this->references = 0;
117 return ++$this->references;
Dplugin.info.txt6 desc Extended syntax for footnotes and references.
/plugin/imagereference/
Dplugin.info.txt6 desc Creates references to images/tables in your text, like the LaTeX figure references.
DREADME3 Creates references to images/tables in your text, like the LaTeX figure references.
/plugin/combo/action/
H A Dindexer.php171 $references = References::createFromResource($page)
180 $references->addRow([$ref]);
188 $references
/plugin/mdpage/vendor/cebe/markdown/
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/
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/
DREADME.md3 Handling references stored in BibTeX (text) databases in DokuWiki.
8 …ed in academic context for long time. However, **academics tend to use references to the literatur…
10 …, as a bibliographic (text) database format and as an engine to format references in documents wri…
15 * Literature references in an academic context
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dscope.js50 this.references = []; property in SymbolDef
146 node.references = [];
198 node.label.thedef.references.push(node);
227 var refs = node.thedef.references;
294 this.definition().references.push(this);
370 return this.definition().references.length == 0
/plugin/elasticsearch/vendor/react/promise/
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/asciidocjs/node_modules/uglify-js/lib/
Dscope.js55 this.references = []; property in SymbolDef
64 this.references.forEach(fn);
215 node.references = [];
279 if (node.label) node.label.thedef.references.push(node);
284 def.preinit = def.references.length;
500 this.definition().references.push(this);
662 return to_mangle[j].references.length - to_mangle[i].references.length || i - j;
707 def.references.forEach(reference);
/plugin/sugar/
Dplugin.info.txt6 desc providing hyperlink references to SugarCRM
/plugin/orphanmedia2/
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/mtg/
Dplugin.info.txt6 desc Provides syntax for creating Magic the Gathering cards references within DockuWiki.

1234567