Home
last modified time | relevance | path

Searched refs:linktype (Results 1 – 25 of 25) sorted by path

/plugin/actionrenderer/
H A Drenderer.php387 …public function internallink($id, $name = null, $search = null, $returnonly = false, $linktype = '… argument
/plugin/autotooltip/
H A Daction.php49 $linktype = $args[4] ?: 'content';
59 array($id, $name, $search, true, $linktype)
H A Drenderer.php41 * @param string $linktype
44 function internallink($id, $name = null, $search = null, $returnonly = false, $linktype = 'content') { argument
50 $link = parent::internallink($fullId, $name, $search, true, $linktype);
62 return parent::internallink($fullId, $name, $search, $returnonly, $linktype);
/plugin/button/
H A Dsyntax.php366 function internallink(&$xhtml, $id, $name = NULL, $search = NULL, $returnonly = false, $linktype = 'content')
401 $name = $xhtml->_getLinkTitle($name, $default, $isImage, $id, $linktype);
328 internallink(& $xhtml, $id, $name = NULL, $search = NULL, $returnonly = false, $linktype = 'content') global() argument
/plugin/ckgdoku/ckeditor/plugins/image/dialogs/
H A Dimage.js.unc436 var linktype = 'detail';
438 … var linktype = link_sel.options[link_sel.selectedIndex].value;
440 this.imageElement.setAttribute( 'type', linktype );
/plugin/ckgedit/ckeditor/plugins/image/dialogs/
H A Dimage.js.unc437 var linktype = 'detail';
439 … var linktype = link_sel.options[link_sel.selectedIndex].value;
441 this.imageElement.setAttribute( 'type', linktype );
/plugin/data-au/_test/
H A Dhelper.test.php5 function internallink($id, $title = '', $ignored=null, $ignored2=false, $linktype = 'content') { argument
H A Dsyntax_plugin_data_entry.test.php7 …function internallink($id, $name = null, $search = null, $returnonly = false, $linktype = 'content… argument
13 'linktype' => $linktype
/plugin/data/_test/
H A Dhelper.test.php
H A Dsyntax_plugin_data_entry.test.php
/plugin/edittable/renderer/
H A Dinverse.php392 …function internallink($id, $name = null, $search = null, $returnonly = false, $linktype = 'content… argument
/plugin/flowcharts/
H A Drenderer.php22 …function internallink($id, $name = null, $search = null, $returnonly = false, $linktype = 'content… argument
23 $xhtml = parent::internallink($id, $name, $search, true, $linktype);
/plugin/linksenhanced/syntax/
H A Dlink.php354 $linktype = 'content';
376 $name = $renderer->_getLinkTitle($name, $default, $isImage, $id, $linktype);
/plugin/mermaid/
H A Drenderer.php25 function internallink($id, $name = null, $search = null, $returnonly = false, $linktype = 'content') argument
27 $xhtml = parent::internallink($id, $name, $search, true, $linktype);
/plugin/nodetailsxhtml/
H A Drenderer.php237 * $search,$returnonly & $linktype are not for the renderer but are used
242 function internallink($id, $name = null, $search=null,$returnonly=false,$linktype='content') {
273 $name = $this->_getLinkTitle($name, $default, $isImage, $id, $linktype);
303 $link['title'] = $this->_getLinkTitle(null, $default, $isImage, $id, $linktype);
283 internallink($id, $name = null, $search = null, $returnonly = false, $linktype = 'content') global() argument
/plugin/nsexport/packer/ziphtml/
H A Drenderer.php55 …public function internallink($id, $name = null, $search=null, $returnonly=false, $linktype='conten… argument
65 $name = $this->_getLinkTitle($name, $default, $isImage, $id, $linktype);
/plugin/partialsearch/
H A Drenderer.php35 function _getLinkTitle($title, $default, &$isImage, $id = null, $linktype = 'content') { argument
37 $title= parent::_getLinkTitle($title, $default, $isImage, $id, $linktype);
/plugin/prosemirror/parser/
H A DLinkNode.php77 * @param string $linktype
83 $linktype,
91 $linkNode->attr('data-type', $linktype);
81 renderToJSON(\\renderer_plugin_prosemirror $renderer, $linktype, $inner, $name, $additionalAttributes = []) global() argument
/plugin/qc/
H A Drenderer.php206 public function internallink($id, $name = null, $search = null, $returnonly = false, $linktype = 'content')
204 internallink($id, $name = null, $search = null, $returnonly = false, $linktype = 'content') global() argument
/plugin/showlinkpermission/
H A Drenderer.php25 function internallink($id, $name = NULL, $search=NULL, $returnonly=false, $linktype='content') { argument
53 $name = $this->_getLinkTitle($name, $default, $isImage, $id, $linktype);
/plugin/siteexport/renderer/
H A Dpdf.php280 …public function internallink($id, $name = NULL, $search = NULL, $returnonly = false, $linktype = '… argument
289 $name = $this->_getLinkTitle($name, $default, $isImage, $id, $linktype);
319 $link['title'] = $this->_getLinkTitle(null, $default, $isImage, $id, $linktype);
/plugin/siteexport/syntax/
H A Dtoc.php294 $exists = false; $isImage = false; $linktype = null;
297 $name = $renderer->_getLinkTitle($name, $default, $isImage, $id, $linktype);
/plugin/targetlink/
H A Dsyntax.php106 …(&$xhtml, $id, $name = null, $target, $search = null, $returnonly = false, $linktype = 'content') { argument
133 $name = $xhtml->_getLinkTitle($name, $default, $isImage, $id, $linktype);
/plugin/text/
H A Drenderer.php436 …function internallink($id, $name = null, $search = null, $returnonly = false, $linktype = 'content… argument
441 $name = $this->_getLinkTitle($name, $default, $isImage, $id, $linktype);
550 function _getLinkTitle($title, $default, &$isImage, $id = null, $linktype = 'content') { argument
559 if(useHeading($linktype) && $id) {
/plugin/xml/
H A Drenderer.php584 function _getLinkTitle($title, $default, & $isImage, $id=null, $linktype='content'){ argument
590 if (useHeading($linktype) && $id) {