Home
last modified time | relevance | path

Searched refs:addName (Results 1 – 8 of 8) sorted by relevance

/plugin/findologicxmlexport/vendor/findologic/libflexport/examples/
H A DXmlExample.php162 $item->addName('Adidas Sneaker');
163 $item->addName('Adidas Men\'s Sneaker', 'LNrLF7BRVJ0toQ==');
/plugin/findologicxmlexport/
H A DDokuwikiXMLExport.php267 $item->addName($this->getName($page));
/plugin/findologicxmlexport/vendor/findologic/libflexport/src/FINDOLOGIC/Export/Data/
H A DItem.php79 public function addName($name, $usergroup = '') function in FINDOLOGIC\\Export\\Data\\Item
/plugin/diagramsnet/lib/js/diagramly/
H A DEditorUi.js11448 function addName(name) function
11470 addName(mxStencilRegistry.getBasenameForStencil(shape));
11475 addName(mxMarker.getPackageForType(style[mxConstants.STYLE_STARTARROW]));
11476 addName(mxMarker.getPackageForType(style[mxConstants.STYLE_ENDARROW]));
/plugin/c3chart/assets/
H A Dc3.min.js2addName({id:t.data.id,value:t.value,ratio:this.getRatio("arc",t),index:t.index})},l.prototype.text…
/plugin/ditaa/ditaa/
H A Dditaa.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/htmlparser/ net/ ...
/plugin/processing/
H A Dscript.js2140 this.addName(child.getName(), child);
2143 this.addName = function(name, shape) { method
2145 this.parent.addName( name, shape );
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js540 value: function addName(name) {