Home
last modified time | relevance | path

Searched defs:parent (Results 776 – 800 of 983) sorted by path

1...<<31323334353637383940

/plugin/commonmark/vendor/league/commonmark/src/Node/
H A DNode.php27 protected $parent; global() variable in League\\CommonMark\\Node\\Node
59 public function parent(): ?Node global() function in League\\CommonMark\\Node\\Node
[all...]
/plugin/datepicker/script/jscalendar-1.0/
H A Dcalendar.js202 Calendar.createElement = function(type, parent) { argument
/plugin/davcal/vendor/sabre/dav/lib/CalDAV/
H A DCalendarQueryValidator.php58 protected function validateCompFilters(VObject\Component $parent, array $filters) {
129 protected function validatePropFilters(VObject\Component $parent, array $filters) {
201 protected function validateParamFilters(VObject\Property $parent, array $filters) {
/plugin/davcal/vendor/sabre/dav/tests/Sabre/DAV/Mock/
H A DCollection.php26 protected $parent; variable in Sabre\\DAV\\Mock\\Collection
35 function __construct($name, array $children = array(), Collection $parent = null) {
H A DFile.php20 protected $parent; variable in Sabre\\DAV\\Mock\\File
29 function __construct($name, $contents, Collection $parent = null) {
/plugin/davcal/vendor/sabre/vobject/lib/
H A DNode.php45 public $parent; variable in Sabre\\VObject\\Node
/plugin/davcard/vendor/sabre/vobject/lib/
H A DNode.php45 public $parent; variable in Sabre\\VObject\\Node
/plugin/diagrams/parser/
H A DDiagramsNode.php17 protected $parent; variable in dokuwiki\\plugin\\diagrams\\parser\\DiagramsNode
25 public function __construct($data, Node $parent) argument
/plugin/diagramsnet/lib/WEB-INF/lib/
H A Dcommons-io-2.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/ ...
H A Dcommons-lang3-3.5.jarMETA-INF/MANIFEST.MF META-INF/ org/ org/apache/ org/ ...
H A Dehcache-3.8.1.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE META-INF/maven/ META ...
H A Dgson-2.7.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/ ...
H A Djstl-1.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/LICENSE.txt javax ...
/plugin/diagramsnet/lib/js/
H A Dapp.min.js775 …h=null;mxGraphLayout.prototype.useBoundingBox=!0;mxGraphLayout.prototype.parent=null;mxGraphLayout… method in mxGraphLayout
871 ….ranks=null;mxGraphHierarchyModel.prototype.roots=null;mxGraphHierarchyModel.prototype.parent=null; method in mxGraphHierarchyModel
882 …anks=null;mxSwimlaneModel.prototype.roots=null;mxSwimlaneModel.prototype.parent=null;mxSwimlaneMod… method in mxSwimlaneModel
1017 …Cell.prototype.visible=!0;mxCell.prototype.collapsed=!1;mxCell.prototype.parent=null;mxCell.protot… method in mxCell
/plugin/diagramsnet/lib/js/diagramly/
H A DEditorUi.js15179 function addComment(comment, parentArr, parent, level, showResolved) argument
H A DElectronApp.js164 this.put('openRecent', new Menu(function(menu, parent) argument
207 this.put('file', new Menu(mxUtils.bind(this, function(menu, parent) argument
H A DMenus.js230 this.put('units', new Menu(mxUtils.bind(this, function(menu, parent) argument
1280 layoutMenu.funct = function(menu, parent) argument
1462 this.put('help', new Menu(mxUtils.bind(this, function(menu, parent) argument
2953 editorUi.addInsertItem = function(menu, parent, title, method) argument
3099 this.put('openRecent', new Menu(function(menu, parent) argument
3137 this.put('openFrom', new Menu(function(menu, parent) argument
3275 this.put('newLibrary', new Menu(function(menu, parent) argument
3387 this.put('openLibraryFrom', new Menu(function(menu, parent) argument
3561 this.put('edit', new Menu(mxUtils.bind(this, function(menu, parent) argument
3617 viewPanelsMenu.funct = function(menu, parent) argument
[all …]
H A DMinimal.js1024 this.put('editCell', new Menu(mxUtils.bind(this, function(menu, parent) argument
1040 this.addPopupMenuCellEditItems = function(menu, cell, evt, parent) argument
1047 this.put('diagram', new Menu(mxUtils.bind(this, function(menu, parent) argument
1168 this.put('save', new Menu(mxUtils.bind(this, function(menu, parent) argument
1211 this.put('exportAs', new Menu(mxUtils.bind(this, function(menu, parent) argument
1231 this.put('table', new Menu(mxUtils.bind(this, function(menu, parent) argument
1239 this.put('importFrom', new Menu(mxUtils.bind(this, function(menu, parent) argument
1260 this.put('extras', new Menu(mxUtils.bind(this, function(menu, parent) argument
1323 insertMenu.funct = function(menu, parent) argument
1348 var addInsertItem = function(menu, parent, title, method) argument
[all …]
H A DOneDriveFile.js108 OneDriveFile.prototype.getIdOf = function(itemObj, parent) argument
H A DPages.js1509 var menu = new mxPopupMenu(mxUtils.bind(this, function(menu, parent) argument
1744 return mxUtils.bind(this, function(menu, parent) argument
H A DTrees.js107 Graph.prototype.getTreeEdges = function(cell, parent, incoming, outgoing, includeLoops, recurse) argument
118 Graph.prototype.getIncomingTreeEdges = function(cell, parent) argument
126 Graph.prototype.getOutgoingTreeEdges = function(cell, parent) argument
H A DmxRuler.js608 var menu = new mxPopupMenu(mxUtils.bind(this, function(menu, parent) argument
/plugin/diagramsnet/lib/js/diagramly/graphml/
H A DmxGraphMlCodec.js498 mxGraphMlCodec.prototype.importGraph = function (pageElement, graph, parent) argument
578 mxGraphMlCodec.prototype.importNode = function (nodeElement, graph, parent, dx, dy) argument
1702 mxGraphMlCodec.prototype.addRow = function(row, parent, odd, y, xShift, rowMapping, defRowStyle) argument
1769 mxGraphMlCodec.prototype.addColumn = function(column, parent, odd, x, yShift, colMapping, defColSty… argument
1884 mxGraphMlCodec.prototype.importEdge = function (edgeElement, graph, parent, dx, dy) argument
2618 mxGraphMlCodec.prototype.getDirectChildNamedElements = function (parent, name) { argument
2629 mxGraphMlCodec.prototype.getDirectFirstChildNamedElements = function (parent, name) { argument
2644 mxGraphMlCodec.prototype.getDirectChildElements = function (parent) { argument
2659 mxGraphMlCodec.prototype.getDirectFirstChildElement = function (parent) { argument
/plugin/diagramsnet/lib/js/diagramly/sidebar/
H A DSidebar.js748 this.editorUi.showPopupMenu(mxUtils.bind(this, function(menu, parent) argument
/plugin/diagramsnet/lib/js/diagramly/vsdx/
H A Dimporter.js2640 /*private*/ mxVsdxGeometry.prototype.inheritGeo = function (parent) { argument
4885 mxVsdxUtils.getDirectChildNamedElements = function (parent, name) { argument
4905 mxVsdxUtils.getDirectChildElements = function (parent) { argument
4920 mxVsdxUtils.getDirectFirstChildElement = function (parent) { argument

1...<<31323334353637383940