/plugin/wordimport/docx/ |
D | Relationships.php | 15 protected $relationships = []; variable in dokuwiki\\plugin\\wordimport\\docx\\Relationships 28 if (!isset($this->relationships[$type])) { 29 $this->relationships[$type] = []; 31 $this->relationships[$type][$id] = $target; 46 $id = array_keys($this->relationships[$type] ?? [])[0] ?? null; 50 if (!isset($this->relationships[$type][$id])) { 54 return $this->relationships[$type][$id];
|
D | DocX.php | 18 protected $relationships; variable in dokuwiki\\plugin\\wordimport\\docx\\DocX 101 if (!$this->relationships) $this->relationships = new Relationships($this); 102 return $this->relationships;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudHealthcare/ |
D | AnalyzeEntitiesResponse.php | 61 public function setRelationships($relationships) argument 63 $this->relationships = $relationships; 70 return $this->relationships;
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudAsset/ |
D | ResourceSearchResult.php | 337 public function setRelationships($relationships) argument 339 $this->relationships = $relationships; 346 return $this->relationships;
|
/plugin/scrape/vendor/ezyang/htmlpurifier/library/HTMLPurifier/ConfigSchema/schema/ |
D | Attr.AllowedRel.txt | 6 List of allowed forward document relationships in the rel attribute. Common 8 document relationships are allowed.
|
D | Attr.AllowedRev.txt | 6 List of allowed reverse document relationships in the rev attribute. This
|
/plugin/diagramsnet/lib/js/diagramly/vsdx/ |
D | VsdxExport.js | 805 var relationships = createElt(pageRelDoc, that.RELS_XMLNS, "Relationships"); 812 relationships.appendChild(relationship); 826 relationships.appendChild(relationship); 829 pageRelDoc.appendChild(relationships);
|
/plugin/codemirror/dist/modes/ |
D | cypher.min.js.map | 1 …relationships\", \"replace\", \"reverse\", \"right\", \"round\", \"rtrim\", \"shortestPath\", \"si…
|
/plugin/xlsx2dw/packages/xlsx/ |
D | xlsx.mjs | 3867 RELS: 'http://schemas.openxmlformats.org/package/2006/relationships', 3873 'r': 'http://schemas.openxmlformats.org/officeDocument/2006/relationships', 5255 "application/vnd.openxmlformats-package.relationships+xml": "rels", 5365 ['rels', 'application/vnd.openxmlformats-package.relationships+xml'] 5419 WB: "http://schemas.openxmlformats.org/officeDocument/2006/relationships/officeDocument", 5420 SHEET: "http://sheetjs.openxmlformats.org/officeDocument/2006/relationships/officeDocument", 5421 HLINK: "http://schemas.openxmlformats.org/officeDocument/2006/relationships/hyperlink", 5422 VML: "http://schemas.openxmlformats.org/officeDocument/2006/relationships/vmlDrawing", 5423 XPATH: "http://schemas.openxmlformats.org/officeDocument/2006/relationships/externalLinkPath", 5424 XMISS: "http://schemas.microsoft.com/office/2006/relationships/xlExternalLinkPath/xlPathMissing", [all …]
|
/plugin/amcharts/assets/amcharts/plugins/export/libs/xlsx/ |
D | xlsx.min.js | 5 …relationships/sharedStrings";var straywsregex=/^\s|\s$|[\t\n\r]/;function write_sst_xml(sst,opts){… 7 …pts={};RELS.WS="http://schemas.openxmlformats.org/officeDocument/2006/relationships/worksheet";fun…
|
D | xlsx.js | 4305 RELS.SST = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/sharedStrings"; 4789 RELS.STY = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/styles"; 4939 RELS.THEME = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/theme"; 7210 RELS.WS = "http://schemas.openxmlformats.org/officeDocument/2006/relationships/worksheet";
|
D | xlsx.min.map | 1 …ts-officedocument.vmlDrawing","application/vnd.openxmlformats-package.relationships+xml","applicat…
|
/plugin/xlsx2dw/packages/exceljs/ |
D | exceljs.js | 19192 var rels = (model.relationships || []).reduce(function (h, rel) { 19272 delete model.relationships; 24054 worksheet.relationships = model.worksheetRels[worksheet.sheetNo]; 24169 var xform, relationships; 24179 relationships = _context5.sent; 24180 model.worksheetRels[sheetNo] = relationships; 24284 var xform, relationships; 24294 relationships = _context8.sent; 24295 model.drawingRels[name] = relationships; 25118 var count, relationships, xform, xml; [all …]
|
/plugin/dirtylittlehelper/script/ |
D | mermaid.min.js.map | 1 …relationships","attributes","entityName","attribs","entity","getEntities","entA","rolA","entB","rS…
|
/plugin/dirtylittlehelper/mermaid/editor/docs/ |
D | bundle.js.map | 1 …relationships = [];\nvar title = '';\nvar Cardinality = {\n ZERO_OR_ONE: 'ZERO_OR_ONE',\n ZERO_O…
|