Home
last modified time | relevance | path

Searched refs:logo (Results 1 – 25 of 87) sorted by relevance

1234

/plugin/authgooglesheets/vendor/google/apiclient-services/src/AndroidManagement/
H A DEnterprise.php115 public function setLogo(ExternalData $logo) argument
117 $this->logo = $logo;
124 return $this->logo;
/plugin/shell/
H A DP0wnyShell.css6 --shell-logo-color: #FF4180;
63 #shell-logo {
65 color: var(--shell-logo-color);
69 #shell-logo div {
81 #shell-logo {
99 #shell-logo {
H A DP0wnyShell.php6 protected $logo = <<<LOGO variable in P0wnyShell
254 $logo = trim(trim($this->logo, " \n"), "X");
273 <p0wny-shell>$logo</p0wny-shell>
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyer/
H A DCreativeNativeAd.php127 public function setLogo(CreativeNativeAdLogo $logo) argument
129 $this->logo = $logo;
136 return $this->logo;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/
H A DNativeContent.php181 public function setLogo(Image $logo) argument
183 $this->logo = $logo;
190 return $this->logo;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RealTimeBidding/
H A DNativeContent.php181 public function setLogo(Image $logo) argument
183 $this->logo = $logo;
190 return $this->logo;
/plugin/linkfix/_test/data/pages/linkfix/
H A Dlinkfix.txt7 {{ something:logo.png |case 3}}
9 {{ http://www.google.com/logo.png |case 4}}
/plugin/html2pdf/snorriheim/
H A Dtpl_functions.php32 $logo = DOKU_TPL.'images/logo.jpg';
35 $logo = DOKU_TPL.'images/logo.jpeg';
38 $logo = DOKU_TPL.'images/logo.png';
41 $logo = DOKU_TPL.'images/dokuwiki-128.png';
46 $out .= ' <img class="logo" src="' . $logo . '" alt="' . $conf['title'] . '" /></a>' . DOKU_LF;
H A Ddokubook_layout.css11 div.dokuwiki div.header .logo {
18 div.dokuwiki div.header .logo a {
H A Dlayout.css27 div.dokuwiki .logo {
35 div.dokuwiki .logo a {
/plugin/semantic/
H A Dhelper.php215 $wiki_logo = tpl_getMediaFile(array(':wiki:logo.png', ':logo.png', 'images/logo.png'), true, $wiki_logo_info);
237 'logo' => array(
260 //$json_ld['image'] = $json_ld['publisher']['logo'];
/plugin/diagramsnet/lib/
H A Dservice-worker.js.map1logo.png\",\n \"revision\": \"89630b64b911ebe0daa3dfe442087cfa\"\n },\n {\n \"url\": \"ima…
/plugin/tplmod/
H A Daction.php212 list($logo,$width) = preg_split("/\s+/", trim($logos[$slot]));
213 $JSINFO['tmplft_logo'] = trim($logo);
222 list($logo,$width) = preg_split("/\s+/", trim($logos[$i]));
223 $JSINFO['tmplft_logo'] = trim($logo);
227 list($logo,$width) = preg_split("/\s+/", trim($logos[0]));
228 $JSINFO['tmplft_logo'] = trim($logo);
H A Dplugin.info.txt6 desc Modify template tools, logo image, tag line, ui language
/plugin/farmer/admin/
H A Dnew.php237 // create a random logo and favicon
246 $logo = $animaldir . '/data/media/wiki/logo.png';
247 if (!file_exists($logo)) {
249 $ringicon->createImage($animaldir, $logo);
254 $icongen = new PHPIco($logo);
/plugin/advanced/lang/en/config/
H A Dmanifest.txt10 …, it looks for some svg logos and uses the first it finds: '':wiki:logo.svg'', '':logo.svg'' or ''…
/plugin/oauth/
H A DAdapter.php361 * Return the SVG of the logo for this service
363 * Defaults to a logo.svg in the plugin directory
369 $logo = DOKU_PLUGIN . $this->getPluginName() . '/logo.svg';
370 if (file_exists($logo)) return inlineSVG($logo);
/plugin/combo/resources/slot/
H A Dmain-header.md4 <page-image featured height="250" ratio="21:9" linking="default" default="icon|ancestor|logo" lazy="none"/>
/plugin/openlayersmapoverlays/
H A DREADME.md3 ![logo](https://raw.githubusercontent.com/mprins/dokuwiki-plugin-openlayersmap/master/logo.gif)
/plugin/webdav/vendor/sabre/dav/
H A DREADME.md1 ![sabre's logo](http://sabre.io/img/logo.png) sabre/dav
/plugin/revealjs/plugin/markdown/
H A Dexample.md36 ![External Image](https://s3.amazonaws.com/static.slid.es/logo/v2/slides-symbol-512x512.png)
/plugin/latexit/tests/dw_orig_test_files/
H A Dtest9.txt5 {{http://media.wowfan.cz/design/logo.png}}
/plugin/combo/resources/theme/default/pages/partials/
H A Dmain-header-partial.hbs10 {{#page-image featured height="250" ratio="21:9" linking="default" default="icon|ancestor|logo" zoom="-10" lazy="none"}}{{/page-image}}
/plugin/openlayersmap/
H A DREADME.md3 ![logo](https://raw.githubusercontent.com/mprins/dokuwiki-plugin-openlayersmap/master/logo.gif)
/plugin/switchpanel/
H A DREADME.md207 ## Hide logo
214 <switchpanel logo=none>
216 Hide logo
262 logo="URL OF LOGO"

1234