Home
last modified time | relevance | path

Searched refs:on (Results 76 – 100 of 2863) sorted by relevance

12345678910>>...115

/plugin/dlcounter/
H A DREADME.md6 …ows you to specify which file extensions to monitor. As data is collected (on a per file basis), y…
10 …o provided with some example code on how to access it and retrieve the data, so you can perform an…
25 The command (*name* or *count*) identifies the column you wish to sort on. Since the default sort o…
57 …g. path:to:snow.zip) unless the *strip* option is used. Sorting on filenames is sorted on the file…
/plugin/google_adsense2/
H A Dadmin.php87 $gads_settings['enabled'] = $this->googleads['enabled'] == 'on' ? 'checked' : '';
88 $gads_settings['debug'] = $this->googleads['debug'] == 'on' ? 'checked' : '';
89 $gads_settings['dontcountadmin'] = $this->googleads['dontcountadmin'] == 'on' ? 'checked' : '';
90 $gads_settings['dontcountusers'] = $this->googleads['dontcountusers'] == 'on' ? 'checked' : '';
/plugin/hidden/
H A Dscript.js10 jQuery('div.hiddenActive>div.hiddenHead').on('click', function(){
13 jQuery(".hiddenSwitch").on('click', function() {
/plugin/davcal/datetimepicker-2.4.5/
H A Djquery.datetimepicker.js642 .on('touchmove', function (event) {
1126 .on('blur.xdsoft', function () {
1369 .on('mousedown.xdsoft', function () {
1373 }).on('dblclick.xdsoft', function () {
1391 .on('mousedown.xdsoft', function () {
1418 .on('mousedown.xdsoft', function () {
1662 .on('afterOpen.xdsoft', function () {
1805 .on('generate.xdsoft', function () {
1853 .on('open.xdsoft', function (event) {
1863 .on('resize.xdsoft', setPos);
[all …]
/plugin/translate/
H A DREADME.md4 Info is available on the plugin page on dokuwiki.org:
/plugin/datatables/assets/datatables.net-plugins/features/lengthLinks/
H A DdataTables.lengthLinks.min.js
/plugin/tagentry/
H A Dscript.js4 function tagentry_settag(tagname, on) { argument
37 if (on) { // insert tag
44 if (on) { // insert tag
/plugin/ckgedit/lang/en/
H A Dscayt.txt1 …three Configuration Options: on, off, disabled. As of now, the default setting will be **off** ins…
/plugin/bez/scripts/
H A Dtasks.js4 jQuery("#bez_show_desc").on('click', function(e) {
17 jQuery(".bez_show_single_desc").on('click', function(e) {
50 jQuery(".plugin__bez_bulk_checkbox").on('change', function(e) {
58 jQuery('#plugin__bez_bulk_actions_box button[value=bulk_delete]').click('on', function (event) {
64 jQuery('#plugin__bez_bulk_actions_box button[value=bulk_move]').click('on', function (event) {
/plugin/filelisting/
H A Dscript.js70 //allow click on link
71 this.$content.find('tbody').on('click', 'tr[data-namespace] a', $.proxy(function (event) {
140 this.$content.on('namespaceFilesChanged', $.proxy(function (event, namespace) {
182 $input.on('keyup', $.proxy(this.applyFilter, this));
184 //prevent deleting files on pressing enter
185 $input.on('keydown', function (event) {
193 this.$content.on('expand', $.proxy(this.applyFilter, this));
241 this.$content.find('thead th a').on('click', $.proxy(function(event) {
263 this.$content.on('nsload', $.proxy(function(event, namespace) {
307 //we are on to
[all...]
/plugin/bookcreator/
H A Dscript.js174 jQuery(window).on('storage', function() {
290 jQuery(window).on('storage', function(event) {
443 * handler for move buttons on the list items
735 jQuery('a.bookcreator__tglPgSelection').on('click', Bookcreator.clickAddRemoveButton);
739 jQuery('.plugin_bookcreator__addtobook').on('click', Bookcreator.clickAddRemoveButton);
754 .on('click', 'a.action', BookManager.movePage);
769 jQuery('form.clearactive button').on('click', function(event) {
776 jQuery('form.selectnamespace button').on('click', function(event) {
797 jQuery('form.saveselection button').on('click', function(event) {
802 jQuery('input[name="book_title"]').on('chang
[all...]
/plugin/simplewikipagetree/
H A Dscript.js2 jQuery(document).on('click','.simplewiki-pagetree .open > div',function(e){
7 jQuery(document).on('click','.simplewiki-pagetree .closed > div',function(e){
/plugin/picasawebalbum/
H A DREADME6 Based on PWI: <http://code.google.com/p/pwi/>
31 Put this tag on a Dokuwiki page : {{picasawebalbum>user_id}}
37 Put this tag on a Dokuwiki page : {{picasawebalbum>user_id:album_id}}
/plugin/findologicxmlexport/vendor/twig/twig/doc/filters/
H A Ddefault.rst11 {{ var.foo|default('foo item on var is not defined') }}
13 {{ var['foo']|default('foo item on var is not defined') }}
17 When using the ``default`` filter on an expression that uses variables in some
H A Dspaceless.rst22 transformation on large amounts of HTML:
41 is directly related to the text size you are working on (remember that
58 For more information on whitespace control, read the
60 you can also use the whitespace control modifier on your tags.
/plugin/xtern/lang/en/
H A Dheader.txt4 …oken links on the entire wiki or you can check by namespace. The latter might be preferable, or e…
/plugin/codebuttonmod2/
H A DPlugin.txt41 With a left click on the code blocks the code is copied to the clipboard.
45 …* Davide Rolando (Mod 2) [[https://github.com/david-it/dokuwiki_plugin_codebutton|Plugin on GitHub…
46 …* Georg Schmidt (Mod 1) [[https://github.com/user9209/dokuwiki_plugin_codebutton|Plugin on GitHub]]
47 …* Heiko Barth (Original) [[https://github.com/casperklein/dokuwiki_plugin_codebutton|Plugin on Git…
/plugin/davcal/vendor/sabre/http/tests/HTTP/
H A DClientTest.php179 $client->on('doRequest', function($request, &$response) {
183 $client->on('exception', function() use (&$called) {
224 $client->on('doRequest', function($request, &$response) use (&$called) {
234 … $client->on('error', function($request, $response, &$retry, $retryCount) use (&$errorCalled) {
321 $client->on('curlExec', function(&$return) {
326 $client->on('curlStuff', function(&$return) {
/plugin/dw2pdf/vendor/mpdf/mpdf/
H A DREADME.md3 It is based on [FPDF](http://www.fpdf.org/) and [HTML2FPDF](http://html2fpdf.sourceforge.net/)
12 > ⚠ If you are viewing this file on mPDF GitHub repository homepage or on Packagist, please note that
21 - `mPDF >=7.0` is supported on `PHP ^5.6 || ~7.0.0 || ~7.1.0 || ~7.2.0`
42 Consider supporting development of mPDF with a donation of any value. [Donation button][1] can be found on the
95 For more information about custom temporary directory see the note on
97 in the section on Installation & Setup in the [manual][1].
99 If you have problems, please read the section on
/plugin/revealjs/
H A DREADME.md22 …ecause the plugin logic depends on the information, if reveal is used on the page or not. And the …
87 …* dokuwiki (solarized with DokuWiki default theme background color, switched on image borders are …
138 Headers on this level or above starting a horizontal slide. Levels below starting a vertical (neste…
148 Enlarge headers on slides below horizontal_slide_level - no effect on slides, which are indicated b…
211 Putting on the top of the page a
215 will insert at this position a button. A click on this button then starts the presentation with the…
269 …ot important and whitespaces are not allowed because we split all keywords on whitespaces: `---- o…
276 …cave` or `zoom` followed by optional postfix `-in` or `-out` for different transitions on one slide
294 This inserts a footer on every single page. If you want the footer to disappear for a specific page…
333 - No changes on wiki pages
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Dcollection.js22 col.on('sort', function(){ counter++; });
156 otherCol.on('add', function() {
183 coll.on('add', function(){
442 m2.on('remove', function() {
533 collection.on('error', function() {
1087 collection.on('add', function() {
1097 collection.on('add', function(model) {
1786 collection.on('sort', function() {
1798 collection.on('sort', function() {
1810 collection.on('sort', function() {
[all …]
/plugin/html2pdf/html2pdf/html2ps/
H A DTODO11 Table headers and footers should be repeated on page breaks
20 Documentation on page-break algorithm
26 Rendering several pages on one page
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/
H A Dphpstan.neon6 - '#Call to static method performRequest\(\) on trait#'
9 - '#Call to method getCode\(\) on an unknown class JsonException#'
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/Fixtures/
H A DsfComments.yml29 test: Comments on a hash line
31 Comments on a hash line
56 test: Comment containing a colon on a hash line
58 Comment containing a colon on a scalar line
/plugin/jplayer/vendor/kriswallsmith/assetic/
H A DCHANGELOG-1.2.md9 * Allow custom functions to be registered on the Lessphp filter
10 * Added MinifyCssCompressor filter based on `mrclay/minify`
13 * Added CssCacheBustingFilter to apply cache busting on URLs in the CSS
28 * A new `getSourceDirectory()` method was added on the AssetInterface

12345678910>>...115