Home
last modified time | relevance | path

Searched refs:a (Results 2251 – 2275 of 6240) sorted by relevance

1...<<919293949596979899100>>...250

/plugin/syntaxhighlightjs/static/lib/highlightjs/languages/
H A Dtwig.min.js1 …\(",e:"\\)"},a="attribute block constant cycle date dump include max min parent random range sourc…
/plugin/farmsync/lang/en/
H A Dupdate.txt1 You can either enter a specific page, or a namespace. For a namespace ending with '':**'' means tha…
/plugin/webcomics/
H A DREADME.md2 This Dokuwiki plugin allows you to add comics to your page. The source for the comics is a RSS feed…
4 The syntax is ```<comic="comic-name">```. ```comic-name``` must be a name assigned to a RSS feed in…
/plugin/tipoftheday/
H A Dstyle.css5 #totd_plugin .totd-footer a {
27 #totd_plugin .totd-footer a:hover {
32 #totd_plugin .totd-footer a.active {
/plugin/mikioplugin/icons/bootstrap-icons/svg/
H A Dflag-fill.svg2 <path fill-rule="evenodd" d="M3.5 1a.5.5 0 0 1 .5.5v13a.5.5 0 0 1-1 0v-13a.5.5 0 0 1 .5-.5z"/>
3 <path fill-rule="evenodd" d="M3.762 2.558C4.735 1.909 5.348 1.5 6.5 1.5c.653 0 1.139.325 1.495.562l.032.022c.391.26.646.416.973.416.168 0 .356-.042.587-.126a8.89 8.89 0 0 0 .593-.25c.058-.027.117-.053.18-.08.57-.255 1.278-.544 2.14-.544a.5.5 0 0 1 .5.5v6a.5.5 0 0 1-.5.5c-.638 0-1.18.21-1.734.457l-.159.07c-.22.1-.453.205-.678.287A2.719 2.719 0 0 1 9 9.5c-.653 0-1.139-.325-1.495-.562l-.032-.022c-.391-.26-.646-.416-.973-.416-.833 0-1.218.246-2.223.916A.5.5 0 0 1 3.5 9V3a.5.5 0 0 1 .223-.416l.04-.026z"/>
H A Dbriefcase-fill.svg2 <path fill-rule="evenodd" d="M0 12.5A1.5 1.5 0 0 0 1.5 14h13a1.5 1.5 0 0 0 1.5-1.5V6.85L8.129 8.947a.5.5 0 0 1-.258 0L0 6.85v5.65z"/>
3 <path fill-rule="evenodd" d="M0 4.5A1.5 1.5 0 0 1 1.5 3h13A1.5 1.5 0 0 1 16 4.5v1.384l-7.614 2.03a1.5 1.5 0 0 1-.772 0L0 5.884V4.5zm5-2A1.5 1.5 0 0 1 6.5 1h3A1.5 1.5 0 0 1 11 2.5V3h-1v-.5a.5.5 0 0 0-.5-.5h-3a.5.5 0 0 0-.5.5V3H5v-.5z"/>
H A Dbox-seam.svg2 <path fill-rule="evenodd" d="M8.186 1.113a.5.5 0 0 0-.372 0L1.846 3.5l2.404.961L10.404 2l-2.218-.887zm3.564 1.426L5.596 5 8 5.961 14.154 3.5l-2.404-.961zm3.25 1.7l-6.5 2.6v7.922l6.5-2.6V4.24zM7.5 14.762V6.838L1 4.239v7.923l6.5 2.6zM7.443.184a1.5 1.5 0 0 1 1.114 0l7.129 2.852A.5.5 0 0 1 16 3.5v8.662a1 1 0 0 1-.629.928l-7.185 2.874a.5.5 0 0 1-.372 0L.63 13.09a1 1 0 0 1-.63-.928V3.5a.5.5 0 0 1 .314-.464L7.443.184z"/>
H A Ddisplay-fill.svg3 <path fill-rule="evenodd" d="M13.991 3H2c-.325 0-.502.078-.602.145a.758.758 0 0 0-.254.302A1.46 1.46 0 0 0 1 4.01V10c0 .325.078.502.145.602.07.105.17.188.302.254a1.464 1.464 0 0 0 .538.143L2.01 11H14c.325 0 .502-.078.602-.145a.758.758 0 0 0 .254-.302 1.464 1.464 0 0 0 .143-.538L15 9.99V4c0-.325-.078-.502-.145-.602a.757.757 0 0 0-.302-.254A1.46 1.46 0 0 0 13.99 3zM14 2H2C0 2 0 4 0 4v6c0 2 2 2 2 2h12c2 0 2-2 2-2V4c0-2-2-2-2-2z"/>
/plugin/pdfjs/pdfjs/web/locale/tr/
H A Dviewer.properties5 # You may obtain a copy of the License at
23 # LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
27 # will be replaced by a number representing the currently visible page,
28 # respectively a number representing the total number of pages in the document.
38 open_file.title=Dosya aç
44 bookmark.title=Geçerli görünüm (kopyala veya yeni pencerede aç)
132 # a numerical per cent value.
139 toggle_sidebar.title=Kenar çubuğunu aç/kapat
141 toggle_sidebar_label=Kenar çubuğunu aç/kapat
184 # "{{limit}}" will be replaced by a numerical value.
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/
H A DMockObjectTest.php511 $b = clone $a;
513 $this->assertEquals($a, $b);
524 $this->assertEquals($a, $b);
535 $this->assertNotSame($a, $b);
824 $a = $b = $c = 0;
826 $foo->bar($a, $b, $c);
849 $a = $b = $c = 0;
851 $foo->bar($a, $b, $c);
867 $a = new stdClass;
872 ->with($a, $b, $c)
[all …]
/plugin/pdfjs/pdfjs/web/locale/crh/
H A Dviewer.properties5 # You may obtain a copy of the License at
23 # LOCALIZATION NOTE (of_pages): "{{pagesCount}}" will be replaced by a number
27 # will be replaced by a number representing the currently visible page,
44 bookmark.title=Cari körünim (kopiyala yaki yañı pencerede aç)
130 print_progress_message=Vesiqa bastırılmağa azırlanıla…
132 # a numerical per cent value.
184 # "{{limit}}" will be replaced by a numerical value.
200 error_version_info=PDF.js s{{version}} (inşa: {{build}})
211 rendering_error=Saife qılınğanda bir hata ortağa çıqtı.
224 loading_error=PDF yüklengende bir hata ortağa çıqtı.
[all …]
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D29.29.js.map1a-zA-Z]|(\\\\\\\\(([0-9a-fA-F]{1,6}\\\\s?)|[^[0-9a-fA-F])))([\\\\w\\\\-]|(\\\\\\\\(([0-9a-fA-F]{1,…
/plugin/bible/bible_douayRheims/
H A D2_Machabees.txt3 …1:3. And give you all a heart to worship him, and to do his will with a great heart, and a willing…
67 …ll begin the narration: let this be enough by way of a preface: for it is a foolish thing to make
92 …3:25. For there appeared to them a horse, with a terrible rider upon him, adorned with a very rich…
116 …Besides this he promised also a hundred and fifty more, if he might have license to set him up a p…
201 …6:17. But let this suffice in a few words for a warning to the readers. And now we must come to th…
203 …6:19. But he, choosing rather a most glorious death than a hateful life, went forward voluntarily …
209 …h my dissimulation, and for a little time of a corruptible life, should be deceived, and hereby I …
364 …h together with a willing mind, there appeared at Jerusalem a horseman going before them in white …
420a strong city, wherein there dwelt a multitude of divers nations: and stout young men standing upo…
444 …13:5. Now there was in that place a tower fifty cubits high, having a heap of ashes on every side:…
[all …]
/plugin/nstoc/
H A Dsyntax_plugin_nstoc.css57 ul.nstoc li a,
58 ul.nstoc li a.wikilink1 {
68 ul.nstoc li a.wikilink1:before,
69 ul.nstoc li a.wikilink1:after {
72 ul.nstoc li a:hover,
73 ul.nstoc li a.wikilink1:hover {
/plugin/webdav/vendor/sabre/event/
H A DCHANGELOG.md21 in a future version.
24 * BC Break: Promises now use the EventLoop to run "then"-events in a separate
27 * Promises now have a `wait()` method. Allowing you to make a promise
28 synchronous and simply wait for a result (or exception) to happen.
48 * Added: When calling emit, it's now possible to specify a callback that will be
/plugin/webcomponent/_test/data/pages/
H A Dnavbar.txt6 Inside a ''navnar'' component, you can add:
7 * a [[container|container]] to limit the horizontal width and center the navbar
8 * a [[search|search form]]
9 * a [[group|group]] to group [[dropdown|dropdown menu]]
10 * a [[dropdown|dropdown menu]]
11 * a [[collapse|collapse container]] to group the element that will collapse
/plugin/publistf/
H A DCHANGELOG.md4 The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
43 * added a new optional parameter "authors", which allows linking to websites of
54 not correctly parsed when using a single condition. E.g. "only:a=b" would
55 yield 'only' => 'a=b' instead of 'only' => ['a' => 'b'].
/plugin/davcal/fullcalendar-3.10.5/locale/
H A Dja.js1 …t(r){if(n[r])return n[r].exports;var a=n[r]={i:r,l:!1,exports:{}};return e[r].call(a.exports,a,a.e…
/plugin/diagramsnet/lib/math/extensions/TeX/
H A DAMScd.js19a=MathJax.Extension["TeX/AMScd"].config;c.environment.CD="CD_env";c.special["@"]="CD_arrow";c.macr…
/plugin/farmer/lang/en/
H A Dtab_setup_help.txt3 Farms allow you to have a single DokuWiki installation (The "Farmer") that powers an arbitrary number of
13 - create a ''inc/preload.php'' file
14 - create a ''conf/farm.ini'' file
17 The ''preload.php'' is a file that is loaded at the very beginning of loading DokuWiki. Here the farm mechanism is
28 The **Animal Directory** is where a new directory is created for each Animal you create. This directory has to be
29 outside your current DokuWiki. You can specify a relative directory like ''../animals''.
/plugin/gitbacked/
H A DREADME.md11 If you have encountered a problem, you have a good idea, or just have a question, please, create a
15 Store/Sync pages and media files in a git repository
25 - you download a **released** `dokuwiki-plugin-gitbacked-YYYY-DD-MM.zip` file
/plugin/templater/
H A DCHANGELOG.md39 * Fixed doesn't show the heading when calling just a section.
42 2022-11-25a v0.5.2
53 * Doesn't show the heading when calling just a section of a template `{{template>page#section}}`.
67 * Allowing multiple instances of a template and default values (default default = '').
72 * When the template does not exist show a link to create the template.
/plugin/webdav/vendor/sabre/dav/
H A DCONTRIBUTING.md8 Building a new feature? Contact us first
14 We don't want to waste your time, so by having a quick chat with us first,
18 If we don't accept the feature, it could be for a number of reasons. For
23 sabre projects. sabre/dav for instance has a plugin system, and there's no
24 reason the feature can't live in a project you own.
30 no one there, post a message on the [mailing list][6].
43 In addition to that, here's a list of basic rules:
49 4. Try to keep your lines under 80 characters. This is not a hard rule, as
79 Make sure you did a `composer install` beforehand.
/plugin/davcal/vendor/sabre/dav/
H A DCONTRIBUTING.md8 Building a new feature? Contact us first
14 We don't want to waste your time, so by having a quick chat with us first,
18 If we don't accept the feature, it could be for a number of reasons. For
23 sabre projects. sabre/dav for instance has a plugin system, and there's no
24 reason the feature can't live in a project you own.
30 no one there, post a message on the [mailing list][6].
43 In addition to that, here's a list of basic rules:
49 4. Try to keep your lines under 80 characters. This is not a hard rule, as
79 Make sure you did a `composer install` beforehand.
/plugin/photogallery/phpThumb/docs/
H A Dphpthumb.faq.txt17 Q: I think I found a bug, what's the first thing I should do?
25 Q: phpThumb doesn't work as expected, and it may be a server
177 Q: Can I save the generated thumbnail to a file?
190 for a limited number of other domains, add them
201 A: Take a look at $PHPTHUMB_DEFAULTS at the bottom of
243 of outputting to the browser or a file?
303 cache a particular image?
313 Q: Can I make thumbnails from a PDF?
323 Q: Can I make a thumbnail of a webpage?
332 actually a larger file size -- why?
[all …]

1...<<919293949596979899100>>...250