Home
last modified time | relevance | path

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

12

/plugin/linksenhanced/syntax/
H A Dlink.php182 $link['name'] = $renderer->_getLinkTitle($name, $wikiUri, $isImage);
190 if(!$isImage) {
205 if($exists !== null && !$isImage) {
233 $link['name'] = $renderer->_getLinkTitle($name, $url, $isImage);
236 if ( !$isImage ) {
255 $name = $renderer->_getLinkTitle($name, $url, $isImage);
270 if ( !$isImage ) {
311 $name = $renderer->_getLinkTitle($name, '', $isImage);
312 if ( !$isImage ) {
340 $name = $renderer->_getLinkTitle($name, $url, $isImage);
[all …]
/plugin/targetlink/
H A Dsyntax.php133 $name = $xhtml->_getLinkTitle($name, $default, $isImage, $id, $linktype);
134 if(!$isImage) {
194 $name = $xhtml->_getLinkTitle($name, $url, $isImage);
213 if(!$isImage) {
253 $link['name'] = $xhtml->_getLinkTitle($name, $wikiUri, $isImage);
260 if(!$isImage) {
271 if($exists !== null && !$isImage) {
304 $link['name'] = $xhtml->_getLinkTitle($name, $url, $isImage);
305 if(!$isImage) {
/plugin/text/
H A Drenderer.php432 $name = $this->_getLinkTitle($name, $hash, $isImage);
441 $name = $this->_getLinkTitle($name, $default, $isImage, $id, $linktype);
450 $this->doc .= $this->_getLinkTitle($name, $url, $isImage);
454 $this->doc .= $this->_getLinkTitle($name, $wikiUri, $isImage);
458 $this->doc .= $this->_getLinkTitle($name, $url, $isImage);
462 $name = $this->_getLinkTitle($name, '', $isImage);
550 function _getLinkTitle($title, $default, &$isImage, $id = null, $linktype = 'content') { argument
551 $isImage = false;
553 $isImage = true;
/plugin/showlinkpermission/
H A Drenderer.php53 $name = $this->_getLinkTitle($name, $default, $isImage, $id, $linktype);
54 if ( !$isImage ) {
70 if(!$isImage && auth_aclcheck($id, $user, $groups) < AUTH_READ) {
/plugin/commonmark/vendor/league/commonmark/src/Inline/Parser/
H A DCloseBracketParser.php
/plugin/nroff/
H A Drenderer.php497 $name = $this->_getLinkTitle($name, $hash, $isImage);
522 if ( !$isImage ) {
571 $name = $this->_getLinkTitle($name, $url, $isImage);
573 if ( !$isImage ) {
611 if ( !$isImage ) {
646 $link['name'] = $this->_getLinkTitle($name, $url, $isImage);
647 if ( !$isImage ) {
673 $name = $this->_getLinkTitle($name, '', $isImage);
674 if ( !$isImage ) {
1065 $isImage = false;
[all …]
/plugin/resizeblacklist/
H A Daction.php22 $isImage = substr($MIME, 0, 5) == 'image';
24 …if($isImage && (in_array("all", $this->getConf("no_resize")) || in_array($EXT, $this->getConf("no_…
/plugin/combo/ComboStrap/
H A DImageLink.php75 $isImage = $fetcher->getMime()->isImage();
76 if (!$isImage) {
H A DMediaMarkup.php209 $isImage = $mediaMarkup->getFetcher()->getMime()->isImage();
211 $isImage = false;
213 if ($isImage) {
273 $isImage = FileSystems::getMime($markupUrl)->isImage();
275 $isImage = false;
277 if ($isImage) {
H A DMediaLink.php69 if (!$mime->isImage()) {
H A DMarkupRef.php133 $isImage = FileSystems::getMime($this->url)->isImage();
135 $isImage = false;
137 if ($isImage) {
H A DIFetcherLocalImage.php29 if (!$mime->isImage()) {
H A DFetcherSystem.php60 if ($mime->isImage()) {
/plugin/popupviewer/
H A Dstyle.css57 #popupviewer > .controls > .content.isImage > a {
61 #popupviewer > .controls > .content.isImage img {
74 &.isImage, &:empty {
/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/xml/
H A Drenderer.php388 $this->doc .= $this->_getLinkTitle($name, $hash, $isImage);
409 $name = $this->_getLinkTitle($name, $default, $isImage, $id, 'content');
423 $this->doc .= $this->_getLinkTitle($title, $link, $isImage);
434 $name = $this->_getLinkTitle($title, $wikiUri, $isImage);
448 $name = $this->_getLinkTitle($title, $link, $isImage);
457 $name = $this->_getLinkTitle($name, '', $isImage);
584 function _getLinkTitle($title, $default, & $isImage, $id=null, $linktype='content'){ argument
585 $isImage = false;
587 $isImage = true;
/plugin/prosemirror/parser/
H A DLinkNode.php89 $isImage = is_array($name);
93 if ($isImage) {
/plugin/siteexport/renderer/
H A Dpdf.php289 $name = $this->_getLinkTitle($name, $default, $isImage, $id, $linktype);
290 if (!$isImage) {
319 $link['title'] = $this->_getLinkTitle(null, $default, $isImage, $id, $linktype);
444 $name = $this->_getLinkTitle($name, $hash, $isImage);
/plugin/odp/
H A Drenderer.php1105 $name = $this->_getLinkTitle($name, $default, $isImage, $id);
1125 $name = $this->_getLinkTitle($name, $url, $isImage);
1136 $name = $this->_getLinkTitle($name, $hash, $isImage);
1144 $name = $this->_getLinkTitle($name, $wikiUri, $isImage);
1155 $name = $this->_getLinkTitle($name, $url, $isImage);
1165 $name = $this->_getLinkTitle($name, $address, $isImage);
1204 function _getLinkTitle($title, $default, & $isImage, $id=null) { argument
1207 $isImage = false;
1219 $isImage = true;
/plugin/bibtex/
H A Dsyntax.php459 function _getLinkTitle($title, $default, & $isImage, $id=NULL) { argument
462 $isImage = FALSE;
474 $isImage = TRUE;
/plugin/include/syntax/
H A Dlocallink.php35 $name = $renderer->_getLinkTitle($name, $default, $isImage, $id);
/plugin/nodetailsxhtml/
H A Drenderer.php273 $name = $this->_getLinkTitle($name, $default, $isImage, $id, $linktype);
274 if ( !$isImage ) {
303 $link['title'] = $this->_getLinkTitle(null, $default, $isImage, $id, $linktype);
328 $name = $this->_getLinkTitle($name, $hash, $isImage);
/plugin/dokutexit/
H A Dlatex.php429 $name = $this->_getLinkTitle($name, $hash, $isImage);
446 $name = $this->_getLinkTitle($name, $default, $isImage, $id);
483 $name = $this->_getLinkTitle($name, $default, $isImage, $id);
484 if ( !$isImage ) {
507 $title = $this->_getLinkTitle($title, $link, $isImage);
508 if ($isImage) {
531 $linkname = $this->_getLinkTitle($title, $wikiUri, $isImage);
532 if ( !$isImage ) {
1425 function _getLinkTitle($title, $default, & $isImage, $id=NULL) { argument
1428 $isImage = false;
[all …]
/plugin/nsexport/packer/ziphtml/
H A Drenderer.php65 $name = $this->_getLinkTitle($name, $default, $isImage, $id, $linktype);
66 if ( !$isImage ) {
/plugin/odt/renderer/
H A Dpage.php1333 $name = $this->_getLinkTitle($name, $default, $isImage, $id);
1366 $name = $this->_getLinkTitle($name, $url, $isImage);
1386 $id = $this->_getLinkTitle($id, $hash, $isImage);
1402 $name = $this->_getLinkTitle($name, $hash, $isImage);
1418 $name = $this->_getLinkTitle($name, $wikiUri, $isImage);
1437 $name = $this->_getLinkTitle($name, $url, $isImage);
1455 $name = $this->_getLinkTitle($name, $address, $isImage);
1504 * @param bool|null $isImage
1508 function _getLinkTitle($title, $default, & $isImage, $id=null) { argument
1509 $isImage = false;
[all …]

12