Home
last modified time | relevance | path

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

12

/plugin/pubmed2020/
Dsyntax.php100 function _span($refs, $class, $id) { argument
102 if (empty($refs[$id]))
105 if (is_array($refs[$id]))
106 return "<span class=\"$class\">".hsc(implode(", ",$refs[$id]))."</span>";
108 return "<span class=\"$class\">".hsc($refs[$id])."</span>";
111 function _a($refs, $class, $href, $id, $text) { argument
113 if (empty($refs[$id]))
126 function replaceTokens($outputString, $refs) { argument
128 if (count($refs) < 2) { // PMID is always included
129 return sprintf($this->getLang('pubmed_not_found'), $refs["pmid"]);
[all …]
/plugin/combo/vendor/symfony/yaml/
H A DParser.php37 private $refs = []; variable in Symfony\\Component\\Yaml\\Parser
87 $this->refs = [];
107 $this->refs = [];
214 $this->refs[$isRef] = end($data);
249 if (!\array_key_exists($refName, $this->refs)) {
257 $refValue = $this->refs[$refName];
334 $this->refs[$refMatches['ref']] = $value;
364 $this->refs[$isRef] = $data[$key];
373 return Inline::parse($this->lexInlineQuotedString(), $flags, $this->refs);
386 $parsedMapping = Inline::parse($this->lexInlineMapping(), $flags, $this->refs);
[all …]
/plugin/findologicxmlexport/vendor/symfony/yaml/
DParser.php35 private $refs = []; variable in Symfony\\Component\\Yaml\\Parser
85 $this->refs = [];
103 $this->refs = [];
205 $this->refs[$isRef] = end($data);
240 if (!\array_key_exists($refName, $this->refs)) {
248 $refValue = $this->refs[$refName];
325 $this->refs[$refMatches['ref']] = $value;
355 $this->refs[$isRef] = $data[$key];
371 $value = Inline::parse($this->lines[0], $flags, $this->refs);
461 $parser->refs = &$this->refs;
[all …]
/plugin/mizarverifiabledocs/script/
H A Dmiz_parser.py155 refs: set[str] = set()
164 refs.add(tok)
170 refs.add(art) # 番号無視で記事名だけ追加
173 refs.discard(parent)
174 for r in refs:
/plugin/snippets/
Dadmin.php123 $refs = $isref['snippets'];
124 foreach ($refs as $fnam=>$tm) {
127 $refs_keys = array_keys($refs);
/plugin/bpmnio/vendor/bpmn-js/
Durl.txt1 https://github.com/bpmn-io/bpmn-js/archive/refs/tags/v18.3.1.tar.gz
/plugin/diagramsnet/lib/math/extensions/TeX/
DAMSmath.js19refs:[]};MathJax.Hub.Register.StartupHook("TeX Jax Ready",function(){var b=MathJax.ElementJax.mml,… property
/plugin/bpmnio/vendor/dmn-js/
Durl.txt1 https://github.com/bpmn-io/dmn-js/archive/refs/tags/v17.0.1.tar.gz
/plugin/asciidocjs/node_modules/pug-filters/node_modules/uglify-js/lib/
Dscope.js227 var refs = node.thedef.references;
230 refs.forEach(function(ref) {
Dcompress.js733 var refs = def.references;
734 for (var i = 0, len = refs.length; i < len; i++) {
735 if (refs[i].scope !== scope) return false;
/plugin/pagecss/
H A Dplugin-page.md15 downloadurl: https://github.com/dwightmulcahy/dokuwiki-plugin-pagecss/archive/refs/heads/main.zip
/plugin/radarchart/
Dplugin.info.txt15 downloadurl: https://github.com/doobidoo/dokuwiki-plugin-radarchart/archive/refs/heads/main.zip
/plugin/asciidocjs/node_modules/uglify-js/lib/
Dcompress.js6591 var refs = references[id];
6592 if (refs) {
6593 refs.push(node);
6761 var refs = references[def.id];
6762 if (!refs) return;
6763 if (refs.start.block !== seg.block) return references[def.id] = false;
6765 refs.end = seg;
6777 var refs = declarations.get(def.id) || [];
6778 refs.scopes = [];
6780 references[def.id] = refs;
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/lib/
Dpopcorn.js1520 refs = obj.data.trackEvents.byStart,
1521 length = refs.length,
1526 ref = refs[ idx ];
/plugin/textile2/
DclassTextile.php764 function refs($m) function in Textile
/plugin/dirtylittlehelper/
Ddokuwiki_plugin_dirtylittlehelper.txt15 downloadurl: https://github.com/KalleAPunkt/Dokuwiki-DirtyLittleHelper/archive/refs/heads/master.zip
/plugin/asciidocjs/node_modules/core-js/
DCHANGELOG.md524 * Removed [abstract references](https://github.com/zenparsing/es-abstract-refs) support - proposal …
672 …re-js/#ecmascript-7-proposals) and [`es7.abstract-refs`](https://github.com/zenparsing/es-abstract…
/plugin/fckg/
DChanges261 Added language strings and FCKLang refs for file browser
/plugin/jsoneditor/script/
Djsoneditor.min.js2refs[r]]||this.buildChildEditor(r),this.currentEditor=this.refs[r],this.register(),this.editors.fo…
/plugin/diagramsnet/lib/math/config/
DAccessible.js71refs:[]};MathJax.Hub.Register.StartupHook("TeX Jax Ready",function(){var b=MathJax.ElementJax.mml,… property
DTeX-MML-AM_HTMLorMML.js68refs:[]};MathJax.Hub.Register.StartupHook("TeX Jax Ready",function(){var b=MathJax.ElementJax.mml,… property
DTeX-MML-AM_SVG-full.js64refs:[]};MathJax.Hub.Register.StartupHook("TeX Jax Ready",function(){var b=MathJax.ElementJax.mml,… property
DAccessible-full.js74refs:[]};MathJax.Hub.Register.StartupHook("TeX Jax Ready",function(){var b=MathJax.ElementJax.mml,… property
/plugin/asciidocjs/node_modules/@asciidoctor/core/dist/node/
Dasciidoctor.cjs2913 …if (($truthy(self.$logger()['$info?']()) && ($not(doc.$catalog()['$[]']("refs")['$[]'](refid))))) {
2920 …if (($truthy(self.$logger()['$info?']()) && ($not(doc.$catalog()['$[]']("refs")['$[]'](refid))))) {
2936 …if (($truthy(self.$logger()['$info?']()) && ($not(doc.$catalog()['$[]']("refs")['$[]'](refid))))) {
2938 } } else if ($truthy(doc.$catalog()['$[]']("refs")['$[]'](fragment))) {
5659 …elf.catalog = $hash2(["ids", "refs", "footnotes", "links", "images", "callouts", "includes"], {"id…
5909 …return self.$register("refs", [(id = value['$[]'](0)), $$('Inline').$new(self, "anchor", value['$[…
5910 case "refs":
5913 $logical_op_recvr_tmp_1 = self.catalog['$[]']("refs");
5939 …return $send(self.catalog['$[]']("refs"), 'each', [], function $$8(id, ref){var $a, $ret_or_1 = ni…
5953 …try { var $t_break = $thrower('break'); return $send(self.catalog['$[]']("refs"), 'each', [], func…
[all …]
Dasciidoctor.js8739 …if (!$truthy(doc.$register("refs", [id, $$('Inline').$new(node, "anchor", reftext, $hash2(["type",…
8777 …if ($truthy(document.$register("refs", [id, $$('Inline').$new(block, "anchor", reftext, $hash2(["t…
8794 …if (!$truthy(node.$document().$register("refs", [id, $$('Inline').$new(node, "anchor", ($truthy(($…
9211 if (!$truthy(document.$register("refs", [id, section]))) {
14049 $proto.void_element_slash = $proto.xml_mode = $proto.refs = $proto.resolving_xref = nil;
15246 …q($$('AbstractNode'), (ref = ($truthy(($ret_or_2 = (self.refs = ($truthy(($ret_or_3 = self.refs)) …
18999 return fromHash(this.catalog.$$smap.refs)

12