Home
last modified time | relevance | path

Searched refs:intro (Results 1 – 25 of 31) sorted by relevance

12

/plugin/asyncsearch/
H A Dasyncsearch.php62 $intro = p_locale_xhtml('searchpage');
65 $intro = str_replace(
68 $intro
71 echo $intro;
/plugin/diagrams/script/
H A DDiagramsMediaManager.js152 const intro = document.createElement('p');
153 intro.innerText = LANG.plugins.diagrams.createIntro;
156 intro.appendChild(namespace);
157 form.appendChild(intro);
/plugin/authorlist/
H A Dhelper.php35 protected $intro; // text before authorlist. variable in helper_plugin_authorlist
53 $this->intro = $this->getConf('intro');
102 $this->output .= $this->intro.DOKU_LF;
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dindex.rst7 intro
/plugin/editx/
H A Daction.php32 $intro = $this->locale_xhtml('intro');
33 $intro = str_replace( '@LINK@', $link, $intro );
34 print $intro;
/plugin/elasticsearch/action/
H A Dsearch.php363 // just reuse the standard search page intro:
364 $intro = p_locale_xhtml('searchpage');
365 // allow use of placeholder in search intro
370 $intro = str_replace(
373 $intro
375 echo $intro;
/plugin/dokukiwix/
H A Dadmin.php51 print $this->plugin_locale_xhtml('intro');
/plugin/zip/
H A Dadmin.php195 print $this->locale_xhtml('intro');
/plugin/geourl/
H A Dadmin.php105 print $this->plugin_locale_xhtml('intro');
/plugin/rating/
H A Dstyle.less38 span.intro {
/plugin/serverinfos/serverinfos/lib/
H A DElements.class.php7 public function displayEntete($infosServeur, $nom, $intro) argument
12 echo $intro;
/plugin/imageshack/
H A Daction.php86 echo '<p>'.$this->getLang('intro').'</p>';
/plugin/struct/
H A Ddeleted.files76 lang/en/intro.txt
/plugin/oiddelegate/
H A Dadmin.php113 echo $this->locale_xhtml('intro');
/plugin/google_adsense2/
H A Dadmin.php102 print $this->plugin_locale_xhtml('intro');
/plugin/paypal/
H A DREADME.md45 … value here: [PayPal Donation Button](https://www.paypal.com/us/cgi-bin/?cmd=_donate-intro-outside)
/plugin/davcard/vendor/sabre/vobject/
H A DREADME.md25 …ions can be found on the [composer website](http://getcomposer.org/doc/00-intro.md composer websit…
/plugin/webdavclient/vendor/sabre/vobject/
H A DREADME.md25 …ions can be found on the [composer website](http://getcomposer.org/doc/00-intro.md composer websit…
/plugin/davcal/vendor/sabre/vobject/
H A DREADME.md25 …ions can be found on the [composer website](http://getcomposer.org/doc/00-intro.md composer websit…
/plugin/fullindex/
H A Daction.php51 print $this->plugin_locale_xhtml('intro');
/plugin/sympaauth/
H A Dadmin.php63 print $this->locale_xhtml('intro');
/plugin/icalevents/vendor/squizlabs/php_codesniffer/
H A DREADME.md20 … with PHP\_CodeSniffer is to download the [Phar](http://php.net/manual/en/intro.phar.php) files fo…
/plugin/authgooglesheets/vendor/google/apiclient/
H A DREADME.md37 [installation instructions](https://getcomposer.org/doc/00-intro.md) if you do not already have
/plugin/elasticsearch/vendor/react/promise/
H A DREADME.md847 [New to Composer?](https://getcomposer.org/doc/00-intro.md)
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs9903 function parse_rpr2(font, intro, outro) { argument
9911 intro.push('<span style="' + style.join("") + '">');
9913 if(font.b) { intro.push("<b>"); outro.push("</b>"); }
9914 if(font.i) { intro.push("<i>"); outro.push("</i>"); }
9915 if(font.strike) { intro.push("<s>"); outro.push("</s>"); }
9920 if(align != "") { intro.push("<" + align + ">"); outro.push("</" + align + ">"); }

12