Home
last modified time | relevance | path

Searched refs:before (Results 76 – 100 of 727) sorted by relevance

12345678910>>...30

/plugin/abc2/
H A Dstyle.css60 .abcjs-inline-midi .abcjs-midi-selection:before {
70 .abcjs-inline-midi .abcjs-midi-loop:before {
80 .abcjs-inline-midi .abcjs-midi-reset:before {
90 .abcjs-inline-midi .abcjs-midi-start:before {
94 .abcjs-inline-midi .abcjs-midi-start.abcjs-pushed:before {
103 .abcjs-inline-midi .abcjs-midi-start.abcjs-loading:before {
/plugin/sectionedit/
H A Dscript.js85 $toRemove.filter(':last').before($tmpWrap);
90 $tmpWrap.before($tmpWrap.children().detach());
118 $xchange.before($new).detach();
/plugin/upgrade/
H A Dstyle.css7 #plugin__upgrade .log-error::before {
11 #plugin__upgrade .log-warning::before {
15 #plugin__upgrade .log-notice::before {
/plugin/csstimeline/
H A Dstyle.css12 .timeline:before {
88 .direction-l .flag:before,
89 .direction-r .flag:before {
104 .direction-r .flag:before {
201 .direction-l .flag:before,
202 .direction-r .flag:before {
/plugin/zip/pear/File/Archive/Reader/
H A DCache.php179 $before = ftell($this->tmpFile);
182 return $after - $before;
195 $before = ftell($this->tmpFile);
198 return $pos - $before;
H A DBzip2.php150 $before = $this->filePos;
161 $this->skip($before - $length);
163 return $before - $this->filePos;
/plugin/medialist/
H A Dstyle.less31 &::before {
39 &::before {
/plugin/twcheckliste/lang/en/
H A Dstep0.txt8 …the PHP process. The plugin will check for the required file permissions before starting the upgra…
10 …lled plugins or templates. Creating a backup of your wiki is recommended before continuing is high…
/plugin/tos/
H A Dstyle.less41 li.tos-accept:before {
46 li.tos-nope:before {
/plugin/combo/resources/theme/default/components/css/
H A Dheight-toggle.css20 button.height-toggle-cs::before {
33 button[class="height-toggle-cs"][aria-expanded="true"]::before {
H A Dpage-explorer-tree.css71 .page-explorer-tree-cs .btn::before {
83 .page-explorer-tree-cs .btn[aria-expanded="true"]::before {
89 .page-explorer-tree-cs .btn::before {
/plugin/tagsections/
H A Dscript.js104 $newTagLine.before(creeateCheckBox(namespace, tag, true));
132 $toRemove.filter(':last').before($tmpWrap);
137 $tmpWrap.before($tmpWrap.children().detach());
154 $xchange.before($new).detach();
/plugin/judge/
H A Dstyle.css69 .loader:before,
93 .loader:before {
104 .loader:before,
/plugin/combo/action/
H A Dimgmove.php218 $before = $imageId;
220 if ($before !== $imageId) {
246 $before = $imageId;
249 if ($before !== $imageId) {
/plugin/tagadd/
H A Dstyle.css26 #dokuwiki__pagetools ul li a.action.tagadd::before {
35 &::before {
/plugin/twcheckliste/
H A DREADME.md17 - H2 = Section (contains Areas). To adapt checklist before generating print-view
18 - H3 = Area (contains checkpoints). To adapt checklist before generating print-view
/plugin/textile2/
H A DclassTextile.php846 @list(, $before, $text, $after) = $m;
849 return $before.$this->shelve('<code>'.$text.'</code>').$after;
851 return $before.$this->shelve('<code>'.$this->encode_html($text).'</code>').$after;
857 @list(, $before, $text, $after) = $m;
860 return $before.'<pre>'.$this->shelve($text).'</pre>'.$after;
862 return $before.'<pre>'.$this->shelve($this->encode_html($text)).'</pre>'.$after;
930 @list(, $before, $text, $after) = $m;
931 return $before.$this->shelve($this->encode_html($text)).$after;
945 @list(, $before, $notextile, $after) = $m;
947 return $before.$this->shelve($notextile).$after;
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Devent_system.rst54 This is dispatched before a type is visited. You have access to the visitor,
62 This is dispatched right before a type is left. You can for example use this
74 This is dispatched before an object is deserialized. You can use this to
/plugin/directorylist/
H A Dstyle.css21 ul.directorylist li.folder:before {
38 ul.directorylist li.file:before {
/plugin/dwedit/
H A Dstyle.css9 #dokuwiki__pagetools ul li a.dwedit:before {
28 #dokuwiki__pagetools ul li a.dwview:before {
/plugin/siteexport/
H A Dstyle.css133 #dokuwiki__pagetools ul li a.siteexport_addpage::before {
153 &:before {
165 &.done:before {
/plugin/imagecarousel/
H A Dall.less37 .slick-prev::before, .slick-next::before {
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCONTRIBUTING.md36 To test doc rendering before submitting your PR, you will need [Sphinx](http://www.sphinx-doc.org/e…
55 so please make sure that your code is working before opening up a Pull-Request.
74 before submitting your Pull Request.
78 too. This is used to "clean" your Pull Request before merging it (we don't want
/plugin/supa/
H A Dscript.js26 before = null;
46 before = msgbox.childNodes[0];
48 msgbox.insertBefore(div, before);
/plugin/schedule/syntax/
H A Dblock.php157 $before = "";
160 $periode = array ("<" => &$before, "=" => &$date, ">" => &$after);
173 $this->schedules->setDateFilters ($before, $date, $after);

12345678910>>...30