Home
last modified time | relevance | path

Searched refs:from (Results 101 – 125 of 2262) sorted by relevance

12345678910>>...91

/plugin/dirtylittlehelper/mermaid/editor/src/routes/
H A DView.svelte2 import { onMount } from 'svelte';
3 import View from '../components/View.svelte';
/plugin/hyphenation/phpHyphenation/
H A Dchangelog.txt4 + Now compatible to patterns from the JavaScript Hyphenator
5 + Changed project name from "PHP Hypehnation" to "phpHyphenator"
/plugin/externalembed/
H A Dplugin.info.txt6 desc Embeds the latest video from a YouTube Playlist, embed external content from whitelisted dom…
/plugin/nodisp/
H A Dplugin.info.txt6 desc Hide text from brwosoer display or remove from output to browser depending on acl
/plugin/quickstats/
H A DHOW-TO8 from Gary Keith
12 from Alexandre Alapetite
16 from Maxmind: http://www.maxmind.com/app/geolitecity
20 from http://www.geoplugin.com/
36 via an http access. Responses from geoplugin.com tend to be fast, but there is always
42 GeoLiteCity.dat must be downloaded from Maxmind and stored in /usr/local/share/GeoIP/
87 The months are numbered from 1 to 12
116 …1. excludes: excludes IP addresses from stats, for instance if you don't want your own accesses t…
117 2. aborts: prevents IPs from accessing the site (for nuisance and spam accesses).
/plugin/pgn4web/pgn4web/images/tilesvg/
H A DREADME.txt1 Chess images from http://openclipart.org/search/?query=Chess+tile
4 Minor modification to the original images from Paolo Casaschi.
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Dtrim.rst10 The ``trim`` filter strips whitespace (or other characters) from the beginning
40 * ``side``: The default is to strip from the left and the right (`both`) sides, but `left`
41 and `right` will strip from either the left side or right side only
/plugin/supa/
H A Dplugin.info.txt6 desc Easy upload of images from the local cliboard, e.g. from a screenshot
/plugin/findologicxmlexport/vendor/hoa/stream/Wrapper/IWrapper/
H A DFile.php104 * @param string $from The URL to current file.
108 public function rename($from, $to); argument
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/macro/
H A Dfrom_with_reserved_name.test2 "from" tag with reserved name
4 {% from 'forms.twig' import templateName %}
H A Dfrom.test4 {% from 'forms.twig' import foo %}
5 {% from 'forms.twig' import foo as foobar, bar %}
/plugin/findologicxmlexport/vendor/twig/twig/doc/tags/
H A Dfrom.rst1 ``from``
4 The ``from`` tag imports :doc:`macro<../tags/macro>` names into the current
/plugin/txt2tags/
H A Dplugin.info.txt2 author Eric Forgeot, derived from markdownextra plugin from Joonas Pulakka and Jiang Le
/plugin/pgn4web/pgn4web/images/igorsvg/
H A DREADME.txt1 Chess images from http://openclipart.org/search/?query=chess+symbols+set by
4 Minor modification to the original images from Paolo Casaschi.
/plugin/schedule/
H A Dschedules.class.php414 if (!$event->from)
416 foreach ($this->datedSchedules [$event->from] as $other)
429 if (!$event->shared || !$event->from || !$event->title)
511 if ('' == $schedule->from) {
512 $schedule->from = $schedule->to;
515 if ($schedule->from == $schedule->to)
538 if (!$this->scheduleRoot->checkDS ($schedule->from))
700 if ($event->from == $schedule->from &&
795 if ($event->from >= $ds_end)
1290 $event->syncStart = $event->from;
[all …]
/plugin/referrers/lang/en/
H A Dintro.txt5 …ogs [[wp>HTTP_referer|HTTP Referrers]] for your site, so you can see where your traffic comes from.
7 Set the options for this plugin via the **Configuration Settings** menu from the DokuWiki admin men…
13 … you use DokuWiki's **Access Control List Management** feature (available from the **Admin** page)…
/plugin/saveandedit/
H A Daction.php43 // $from and $to are 1-based indexes of the actually edited content
44 $from = strlen($PRE) + 1;
45 $to = $from + strlen($TEXT);
46 $RANGE = $from . '-' . $to;
48 // Ensure the current text is loaded again from the file
91 The edittable plugin would restore $TEXT from the
95 data. Stop it from doing this by unsetting its
/plugin/projects/lib/
H A Dtools.php51 function replace_extension($name, $from, $to) { argument
52 return substr($name, 0, -strlen($from)) . $to;
142 function copy_updated_file($from, $to) { argument
143 return copy($from, $to);
/plugin/data-au/syntax/
H A Dcloud.php68 $from = ' ';
97 … $from .= ' LEFT JOIN dataau AS ' . $tables[$col] . ' ON ' . $tables[$col] . '.pid = dataau.pid';
98 $from .= ' AND ' . $tables[$col] . ".key = " . $sqlite->quote_string($col);
109 FROM dataau $from $pagesjoin
/plugin/data/syntax/
H A Dcloud.php70 * Builds the SQL query from the given data
80 $from = ' ';
106 $from .= ' LEFT JOIN data AS ' . $tables[$col] . ' ON ' . $tables[$col] . '.pid = data.pid';
107 $from .= ' AND ' . $tables[$col] . ".key = " . $sqlite->getPdo()->quote($col);
118 FROM data $from $pagesjoin
/plugin/ckgdoku/fckeditor/userfiles/
H A D.htaccess.security7 Deny from all
16 Allow from all
H A D.htaccess7 Deny from all
16 Allow from all
/plugin/bureaucracy-au/
H A Dplugin.info.txt6 desc Create forms and generate pages or emails from them. Forked from Bureaucracy release 2019-0…
/plugin/ckgedit/fckeditor/userfiles/
H A D.htaccess7 Deny from all
16 Allow from all
H A D.htaccess.security7 Deny from all
16 Allow from all

12345678910>>...91