Home
last modified time | relevance | path

Searched refs:spaces (Results 51 – 75 of 205) sorted by relevance

123456789

/plugin/fckg/extra/
H A DREADME-MULTLINE-PLUGINS24 required. You cannot have spaces at the beginning of lines, since they will be treated
/plugin/sketchcanvas/phplib/
H A Dspyc.php178 * Indent's default is 2 spaces, wordwrap's default is 40 characters. And
204 * Indent's default is 2 spaces, wordwrap's default is 40 characters. And
328 $spaces = str_repeat(' ',$indent);
333 $string = $spaces.'- '.$value."\n";
338 $string = rtrim ($spaces.$key.': '.$value)."\n";
361 $spaces = str_repeat(' ',$indent);
363 $newValue .= "\n" . $spaces . ($line);
/plugin/autolink4/lang/en/
H A Dadmin_help.txt11 * inword: Replace partial words. DokuWiki defines a word as characters surrounded by spaces or punctuation, so this is required for languages that do not require space between words.
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DunindentedCollections.yml74 test: Shortcut Key after unindented collection with custom spaces
H A DYtsFoldedScalars.yml76 test: Extra trailing newlines with spaces
85 contains spaces which extend past the indentation
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js2606 spaces,
2614 spaces = '';
2617 spaces += _this.opts.space;
2618 }return spaces + ' ';
2626 spaces = '';
2630 spaces = s;
2634 … line = line.length === 0 ? spaces : spaces + '<code class="' + css + '">' + line + '</code>';
2748 spaces = null,
2755 spaces = spaces.replace(' ', opts.space);
3070 var spaces = '';
[all …]
/plugin/farmer/_animal/data/pages/wiki/
H A Dsyntax.txt166 Dokuwiki supports ordered and unordered lists. To create a list item, indent your text by two spaces and use a ''*'' for unordered lists or a ''-'' for ordered ones.
313 You can align the table contents, too. Just add at least two whitespaces at the opposite end of your text: Add two spaces on the left to align right, two spaces on the right to align left and two spaces at least at both ends for centered text.
345 You can include code blocks into your documents by either indenting them by at least two spaces (like used for the previous examples) or by using the tags ''%%<code>%%'' or ''%%<file>%%''.
347 This is text is indented by two spaces.
350 This is preformatted code all spaces are preserved: like <-this
359 This is text is indented by two spaces.
362 This is preformatted code all spaces are preserved: like <-this
/plugin/mdpage/vendor/cebe/markdown/tests/github-data/
H A Dgithub-sample.md11 The next paragraph has the same phrases, but now they are separated by two spaces and a newline cha…
90 You see, that was formatted as code because it's been indented by four spaces.
/plugin/combo/vendor/salesforce/handlebars-php/
H A DCODE_OF_CONDUCT.md70 This Code of Conduct applies both within project spaces and in public spaces
/plugin/farm/install/animaltemplate/data/pages/wiki/
H A Dsyntax.txt165 …ered and unordered lists. To create a list item, indent your text by two spaces and use a ''*'' fo…
290 …posite end of your text: Add two spaces on the left to align right, two spaces on the right to ali…
306 …rsed blocks into your documents by either indenting them by at least two spaces (like used for the…
309 This is preformatted code all spaces are preserved: like <-this
/plugin/wysiwyg/css/
H A Dfck_editorarea.css53 Just uncomment the following block if you want to avoid spaces between
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DAutoFormat.RemoveEmpty.txt
/plugin/wysiwyg/fckeditor/editor/css/
H A Dfck_editorarea.css53 Just uncomment the following block if you want to avoid spaces between
/plugin/twcheckliste/theme_twCheckliste/
H A Dpackery.pkgd.min.js12spaces=[],this.newSpaces=[];var e=new t({x:0,y:0,width:this.width,height:this.height});this.spaces
/plugin/ckgedit/ckeditor/skins/kama/
H A Dreadme.md24 - **reset.css**: the file defines the basis of style resets among all editor UI spaces,
/plugin/a2s/
H A Ddemo.txt128spaces after ''<'' and before ''>''. If there are more spaces on the left of the word ''a2s'', the…
/plugin/ckgdoku/ckeditor/skins/moono-lisa/
H A Dreadme.md32 - **reset.css**: the file defines the basis of style resets among all editor UI spaces,
/plugin/bibtex/OSBib/format/bibtexParse/
H A DCHANGELOG50 1/ @string<spaces>{...} now correctly parsed.
/plugin/ckgdoku/ckeditor/skins/moono/
H A Dreadme.md34 - **reset.css**: the file defines the basis of style resets among all editor UI spaces,
/plugin/ckgedit/ckeditor/skins/moono/
H A Dreadme.md34 - **reset.css**: the file defines the basis of style resets among all editor UI spaces,
/plugin/ckgedit/ckeditor/skins/moono-lisa/
H A Dreadme.md32 - **reset.css**: the file defines the basis of style resets among all editor UI spaces,
/plugin/interwikiformatting/
H A DREADME.md12spaces the plugin will reinsert them and on sites like Wikipedia where page ids are made of words …
/plugin/authgooglesheets/vendor/google/apiclient-services/src/
H A DDrive.php172 'spaces' => [
230 'spaces' => [
681 'spaces' => [
/plugin/dlcounter/
H A DREADME.md47 cpad => left-pad the column with spaces
/plugin/diagramsnet/lib/plugins/
H A DcConf-1-4-8.js778 ui.remoteInvoke('getAvailableSpaces', null, null, function(spaces) argument
780 for(var i = 0; i < spaces.length; i++)
782 addOption(spaceSelect, spaces[i].title, spaces[i].space.key, false, false);

123456789