Home
last modified time | relevance | path

Searched refs:snippets (Results 51 – 66 of 66) sorted by path

123

/plugin/html2pdf/snorriheim/
H A Dstyle.ini.dist50 ; highlighting search snippets
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DCore.RemoveProcessingInstructions.txt
/plugin/searchtext/
H A DREADME3 Searches pages rendered as text instead of raw wiki. Displays search result snippets from text.
H A Dplugin.info.txt6 desc Searches pages rendered as text instead of raw wiki. Displays search result snippets from te…
/plugin/snippeter/
H A DREADME.md5 Add document snippets into a page.
39 configure the namespace you want to use for your snippets.
43 Create snippets
56 {{ :snippets:phone16.png |}}
71 icon open up an overview of you snippets. While choose one of them with a klick on
H A Dplugin.info.txt6 desc Add document snippets into a page.
/plugin/snippets/
H A DREADME2 http://dokuwiki.org/plugin:snippets
7 This version of the snippets plugin enables user to choose have files with embedded snippets automa…
H A Daction.php190 $snippets = $snip_data['doc'][$page_id];
193 $intersect = array_intersect($snippets,$matches[1]);
203 foreach($snippets as $snip) {
H A Dhelper.php134 $snippets = $snip_data['doc'][$page_id];
137 foreach ($snippets as $snip) {
H A Dplugin.info.txt2 base snippets
8 url http://www.dokuwiki.org/plugin:snippets
H A Dscript.js7 snippets = { class
34 snippets.keepopen = true;
37 snippets.togglekeepopen(this); }
59 snippets.update = true;
62 snippets.toggleupdate(this); }
180 snippets.keepopen = true;
183 snippets.keepopen = false;
190 snippets.update = true;
193 snippets.update = false;
225 if(!snippets.keepopen) {
[all …]
/plugin/snippets/exe/
H A Dsnippets.php26 $snippets =& plugin_load('syntax', 'snippets'); variable
33 <title><?php print $snippets->getLang('popup_title') . ' [' . $conf['title'] . ']' ?></title>
H A Dupdate.php37 $snippets = $snip_data['doc'][$id]; variable
38 foreach($snippets as $snip) {
54 $snippets = array_keys($data['snippets']);
58 $intersect = array_intersect($matches[1],$snippets);
/plugin/snippets/lang/en/
H A Dinfo.txt2 It compares the snippets found in the page files against the snippets logged in their metafiles, an…
4 - pages which have snippets and which snippets
5 - snippets and the pages they are embedded in
/plugin/txt2tags/
H A Dtxt2tags.class.php93 var $snippets = array( variable in T2T
266 $snippets = $this->snippets;
343 else $fmt = $snippets['tablecell'];
415 $snippets = $this->snippets;
439 $lines2[] = $snippets['paraclose'];
457 $lines2[] = $snippets['paraclose'];
517 … $listcontent .= $this->sp($plevel+1)."{$snippets["paraopen"]}{$snippets["paraclose"]}\n";
534 … $listcontent .= $this->sp($plevel+1)."{$snippets["paraopen"]}{$snippets["paraclose"]}\n";
564 $lines2[] = $snippets['paraopen'];
585 $lines2[] = $snippets['paraclose'];
[all …]
/plugin/xcom/lang/en/
H A Dhowto.txt54 …>search]] and returns a page of snippets from pages with the matching texts; clicking on the page …

123