Home
last modified time | relevance | path

Searched refs:after (Results 126 – 150 of 798) sorted by relevance

12345678910>>...32

/plugin/tagsections/
H A Dstyle.less34 &:after {
/plugin/jplayer/vendor/happyworm/jplayer/lib/
H A DREADME.md4 The purpose of having static copies of external libraries is so that the examples work after simply…
/plugin/autotabber/
H A DREADME.md10 * Auto indent, it keeps indentation after every new line
/plugin/schedule/
H A Dschedules.class.php62 var $after; // after filter date variable in schedules
214 function setDateFilters ($before, $date, $after) { argument
216 $this->after = $this->scheduleRoot->df2ds ($after);
219 $this->before = $this->after = $this->date;
448 … $this->before = $this->after = $this->date = $this->scheduleRoot->df2ds ($request['date']);
542 else if ($this->after && ($schedule->to ? $schedule->to : $schedule->from) < $this->after)
1249 if ($this->after) {
1250 preg_match ("#(?<Y>[0-9]{4})(?<m>[0-9]{2})(?<d>[0-9]{2})#", $this->after, $dt_start);
1261 if ($this->after &&
1262 strcmp (('' != $event->to ? $event->to : $event->from), $this->after) < 0)
[all …]
/plugin/addressbook/
H A Dstyle.css53 .plugin_addressbook_singlecontact .content:after{
125 .plugin_addressbook_editform .photoupload:after{
/plugin/sequencediagram/bower_components/snap.svg/doc/css/
H A Dprism.css148 .line-highlight[data-end]:after {
164 .line-highlight[data-end]:after {
/plugin/tableplot/
H A Dtable2Plot.js209 $div = $table.after(divstr).next('div');
213 $div = $table.after(divstr).next('div');
/plugin/note/
H A DREADME.md25 It is regularly reported that the cache needs to be cleaned after installing the plugin before the notes do showup. At least a full page-reload (CTRL-F5) is required.
50 that active development and support halted. On 2009/06/15 Aurélien Bompard decided, after contacting
/plugin/pdftools/tpl/checkliste2/
H A DREADME.txt27 * ''citation.html'' -- Citationbox to be printed after each article
29 * ''back.html'' -- Added once after last page
/plugin/pdftools/tpl/kompakt/
H A DREADME.txt27 * ''citation.html'' -- Citationbox to be printed after each article
29 * ''back.html'' -- Added once after last page
/plugin/pdftools/tpl/checkliste/
H A DREADME.txt27 * ''citation.html'' -- Citationbox to be printed after each article
29 * ''back.html'' -- Added once after last page
/plugin/pdftools/tpl/info/
H A DREADME.txt27 * ''citation.html'' -- Citationbox to be printed after each article
29 * ''back.html'' -- Added once after last page
/plugin/tablelayout/script/
H A Dtablelayout_functions.js162 $cell.after($cell.clone(true, true));
177 $rowCells.last().after($cell.clone(true, true));
/plugin/foldablelist/
H A DREADME3 collapse a list after a configurable number of items
/plugin/s5/ui/flower/
H A Dprint.css3 h1 {page-break-after: avoid;}
/plugin/filelisting/
H A Dscript.js125 $row.after(html);
165 // there are no files, but other folders in the namespace: insert after them
166 $('tr[data-childOf="'+namespace+'"]').last().after(fileRows);
311 $root.after($dirs, $files);
/plugin/picasawebalbum/
H A DREADME26 The picasawebalbum plugin must be loaded after the jquery plugin.
/plugin/removeold/lang/en/
H A Dhelp.txt6 text area below. Folders, which are empty after remove of outdated files will be
/plugin/fedauth/js/
H A Dadmin.js126 prv.after(cur);
199 jQuery(sender).siblings('div[class="legend"]').after(fa_manager._throbber());
/plugin/pdftools/tpl/onlylogo/
H A DREADME.txt27 * ''citation.html'' -- Citationbox to be printed after each article
29 * ''back.html'' -- Added once after last page
/plugin/pdftools/tpl/standard/
H A DREADME.txt27 * ''citation.html'' -- Citationbox to be printed after each article
29 * ''back.html'' -- Added once after last page
/plugin/pdftools/tpl/minimal/
H A DREADME.txt27 * ''citation.html'' -- Citationbox to be printed after each article
29 * ''back.html'' -- Added once after last page
/plugin/bootswrapper/
H A Dscript.js109 $icon.after(' ');
198 $icon.after(' ');
/plugin/dw2pdf/tpl/default/
H A DREADME.txt27 * ''citation.html'' -- Citationbox to be printed after each article
29 * ''back.html'' -- Added once after last page
/plugin/codeprettify/code-prettify/src/
H A Dlang-vhdl.js39 …[PR['PR_KEYWORD'], /^(?:abs|access|after|alias|all|and|architecture|array|assert|attribute|begin|b…

12345678910>>...32