Home
last modified time | relevance | path

Searched refs:after (Results 726 – 750 of 798) sorted by path

1...<<21222324252627282930>>...32

/plugin/spoiler2/
H A Dstyle_orig.css13 .spoiler .title:after {
/plugin/strata/
H A Dmanual.txt31 **Types**: You can add a [[#types|type]] to use by putting the type between ''['' and '']'' after the field name. Types determine how the data is displayed, and how it is stored.
54 **Multiple Values**: You can have multiple values with a field. Do this by either putting a ''*'' after the field (or after the type, if it has any), or by simply adding the field multiple times.
165 You can add multiple values in a single line by adding an asterisk after the type (or after the key, if it has no type). The values should be separated by '',''. Note that you can also add multiple values just by writing multiple lines with the same key.
185 You can add a [[#types|type]] to a field by putting the type between ''['' and '']'' and placing it after the field name. This will change how the field's values are stored and displayed. Note that the declared type is only used during entry, that is, the type is not stored. You can declare a different type when [[#Querying Data]].
546 Aggregates are used to process values after a query, but before they are displayed.
551 Types are normally indicated by putting them between ''['' and '']''. Type hints are noted after the type itself in the following format: ''[type::hint]''
565 By default, strata does not disable caching. This can result in pages with queries not updating after you edit data somewhere else.
H A Dscript.js507 jQuery(lastSortable).after(li);
/plugin/struct/jsoneditor/
H A Djsoneditor.min.css1 div.jsoneditor-field,div.jsoneditor-readonly,div.jsoneditor-value{border:1px solid transparent;min-height:16px;min-width:32px;padding:2px;margin:1px;word-wrap:break-word;float:left}div.jsoneditor-field p,div.jsoneditor-value p{margin:0}div.jsoneditor-value{word-break:break-word}div.jsoneditor-readonly{min-width:16px;color:gray}div.jsoneditor-empty{border-color:#d3d3d3;border-style:dashed;border-radius:2px}div.jsoneditor-field.jsoneditor-empty::after,div.jsoneditor-value.jsoneditor-empty::after{pointer-events:none;color:#d3d3d3;font-size:8pt}div.jsoneditor-field.jsoneditor-empty::after{content:"field"}div.jsoneditor-value.jsoneditor-empty::after{content:"value"}div.jsoneditor-value.jsoneditor-url{color:green;text-decoration:underline}a.jsoned (…)
/plugin/struct/
H A Dstyle.less316 &::after {
/plugin/structtemplate/_vagrant/
H A DVagrantfile95 will be near the top of the output after running `vagrant up`.
99 # config.trigger.after :destroy do
/plugin/stylingpages/
H A DREADME59 #dokuwiki__site::after {
/plugin/subjectindex/plugins/
H A Dbible_verses.txt3155 … the plague returns and it does break out in the house after having torn out the stones and after
5877 …nd the men chased after them in the direction of the Jordan at the fords, and they shut the gate i…
6019 …the people who were in the city were called out to chase after them, and they went chasing after J…
6020 … in A'i and Beth'el that did not go out after Israel, so that they left the city wide open and wen…
6878 And Ib'zan from Beth'le·hem began to judge Israel after him.
9114 And Sol'o·mon began going after Ash'to·reth the goddess of the Si·do'ni·ans and after Mil'com the d…
9400 And after the quaking there was a fire. (Jehovah was not in the fire.) And after the fire there was…
14171 One day after another day causes speech to bubble forth,And one night after another night shows for…
19190 but they kept on walking after the stubbornness of their heart and after the Ba'al images, about wh…
23630 And after they got up into the boat, the windstorm abated.
[all …]
/plugin/subjectindex/
H A Dstyle.css103 break-after: avoid-column;
104 -moz-break-after: avoid-column;
105 -webkit-column-break-after: avoid;
/plugin/swiftmail/Swift/Message/
H A DMime.php393 public function addChild(Swift_Message_Mime $mime, $id=null, $after=1) argument
403 if ($after == -1) $this->children = array_merge(array($id => $mime), $this->children);
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js.map1after the specified position is a quantifier.\n *\n * @private\n * @param {String} pattern Pattern…
H A Dtheme-default.css44 .syntaxhighlighter .container:before, .syntaxhighlighter .container:after {
H A Dtheme-django.css44 .syntaxhighlighter .container:before, .syntaxhighlighter .container:after {
H A Dtheme-eclipse.css44 .syntaxhighlighter .container:before, .syntaxhighlighter .container:after {
H A Dtheme-emacs.css44 .syntaxhighlighter .container:before, .syntaxhighlighter .container:after {
H A Dtheme-fadetogrey.css44 .syntaxhighlighter .container:before, .syntaxhighlighter .container:after {
H A Dtheme-mdultra.css44 .syntaxhighlighter .container:before, .syntaxhighlighter .container:after {
H A Dtheme-midnight.css44 .syntaxhighlighter .container:before, .syntaxhighlighter .container:after {
H A Dtheme-rdark.css44 .syntaxhighlighter .container:before, .syntaxhighlighter .container:after {
H A Dtheme-swift.css49 .syntaxhighlighter .container:before, .syntaxhighlighter .container:after {
/plugin/tablelayout/script/
H A Dscript.js49 $lastHeaderRow.after($searchSortRow);
54 $lastHeaderRow.after($searchSortRow);
H A Dtablelayout_functions.js162 $cell.after($cell.clone(true, true));
177 $rowCells.last().after($cell.clone(true, true));
/plugin/tableplot/example/
H A DexampleEarthquakePlot.txt64 <tableplot>&series=columns&width=600&height=400&id=Earthquakes&position=after&plotArgs={title: {tex…
/plugin/tableplot/
H A Dtable2Plot.js209 $div = $table.after(divstr).next('div');
213 $div = $table.after(divstr).next('div');
/plugin/tagging/script/
H A Deditable.js29 this.$input.after(this.$clear)

1...<<21222324252627282930>>...32