Home
last modified time | relevance | path

Searched refs:current (Results 276 – 300 of 1003) sorted by relevance

1...<<11121314151617181920>>...41

/plugin/tocselect/
H A DREADME.md2 Add TOC for selected pages to sidebar or current page.
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A DTestIterator.php27 public function current() function in TestIterator
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dimport.rst37 Alternatively you can import names from the template into the current
54 To import macros from the current file, use the special ``_self`` variable
/plugin/struct/types/
H A DAbstractBaseType.php30 * @var array current config
94 * Merge the current config with the base config of the type
98 * @param array $current Current configuration
101 protected function mergeConfig($current, &$config)
103 foreach ($current as $key => $value) {
140 * Return the current configuration for this type
168 * Uses the current language as determined by $conf['lang']. Falls back to english
181 * Uses the current language as determined by $conf['lang']. Falls back to english.
259 * @param string[] $rawvalues the current values
285 * @param string $rawvalue the current valu
100 mergeConfig($current, & $config) global() argument
[all...]
/plugin/diagramsnet/lib/js/diagramly/
H A DmxRuler.js265 var current = Math.round((i - rStart) / scale / step);
267 …if (i < RULER_THICKNESS || current == lastTick) //Prevent wasting time in drawing non-visible/dupl…
272 lastTick = current;
275 if (current % len == 0)
277 text = ruler.formatText(pageShift + current * step) + '';
282 … drawLine(RULER_THICKNESS - tickSize[Math.abs(current) % len], i, RULER_THICKNESS, i, text);
286 … drawLine(i, RULER_THICKNESS - tickSize[Math.abs(current) % len], i, RULER_THICKNESS, text);
/plugin/archivegenerator/
H A Dplugin.info.txt6 desc Create a clean copy of your current wiki
/plugin/dw2pdf/vendor/setasign/fpdi/src/PdfParser/Filter/
H A DAsciiHex.php45 return \current($t)
/plugin/aclinfo/
H A Dplugin.info.txt6 desc Displays information about the ACLs for the current page
/plugin/sitemapnavi/
H A Dstyle.less11 li.current > div {
/plugin/flattr/
H A Dplugin.info.txt6 desc Inserts a flattr button into the current wikipage
/plugin/deletepagebutton/
H A Dplugin.info.txt6 desc Adds a PageMenu button to Delete the current page.
/plugin/pagehere/
H A Dplugin.info.txt6 desc Adds a form to create a new page in the current namespace
/plugin/ghissues/
H A Dplugin.info.txt6 desc Uses GitHub API to display a list of current issues for a repository.
/plugin/mailto/
H A Dinfo.txt7 desc Send the current page to several people.
/plugin/lastmod/
H A Dplugin.info.txt6 desc Displays the timestamp of the last modification of the current or another page.
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/
H A Dexperimental-beta-apis.asciidoc24 The experimental APIs included in the current version of `elasticsearch-php`
74 There are no beta APIs in the current version of `elasticsearch-php`
/plugin/shorty/
H A Dplugin.info.txt6 desc Generates a short url to the current page using a url shortening service.
/plugin/odp/
H A Dinfo.txt7 desc Export the current Wiki page to a OpenOffice ODP file
/plugin/uilanguage/
H A Dplugin.info.txt6 desc Changes the user interface language to match the language of the current page
/plugin/pdfjs/pdfjs/web/locale/sk/
H A Dviewer.properties117 # the size, respectively their unit of measurement and orientation, of the (current) page.
121 # the size, respectively their unit of measurement, name, and orientation, of the (current) page.
173 # "{{current}}" and "{{total}}" will be replaced by a number representing the
177 find_match_count[one]={{current}}. z {{total}} výsledku
178 find_match_count[two]={{current}}. z {{total}} výsledkov
179 find_match_count[few]={{current}}. z {{total}} výsledkov
180 find_match_count[many]={{current}}. z {{total}} výsledkov
181 find_match_count[other]={{current}}. z {{total}} výsledkov
/plugin/pdfjs/pdfjs/web/locale/az/
H A Dviewer.properties117 # the size, respectively their unit of measurement and orientation, of the (current) page.
121 # the size, respectively their unit of measurement, name, and orientation, of the (current) page.
173 # "{{current}}" and "{{total}}" will be replaced by a number representing the
177 find_match_count[one]={{current}} / {{total}} uyğunluq
178 find_match_count[two]={{current}} / {{total}} uyğunluq
179 find_match_count[few]={{current}} / {{total}} uyğunluq
180 find_match_count[many]={{current}} / {{total}} uyğunluq
181 find_match_count[other]={{current}} / {{total}} uyğunluq
/plugin/pdfjs/pdfjs/web/locale/hu/
H A Dviewer.properties117 # the size, respectively their unit of measurement and orientation, of the (current) page.
121 # the size, respectively their unit of measurement, name, and orientation, of the (current) page.
173 # "{{current}}" and "{{total}}" will be replaced by a number representing the
177 find_match_count[one]={{current}} / {{total}} találat
178 find_match_count[two]={{current}} / {{total}} találat
179 find_match_count[few]={{current}} / {{total}} találat
180 find_match_count[many]={{current}} / {{total}} találat
181 find_match_count[other]={{current}} / {{total}} találat
/plugin/translation/
H A Dhelper.php154 * Check if current ID should be translated and any GUI
278 * @param string $current The current ID
281 protected function prepareLanguageSelectorItem($lc, $idpart, $current) argument
293 // no link on current page
294 if ($current === $target) {
318 * Checks if the current page is a translation of a page
/plugin/findologicxmlexport/vendor/hoa/iterator/
H A DCallbackGenerator.php89 public function current() function in Hoa\\Iterator\\CallbackGenerator
/plugin/meta/
H A Dplugin.info.txt6 desc Set Metadata for the current page. (previous authors: Esther Brunner, Gina Häußge, Michael K…

1...<<11121314151617181920>>...41