Home
last modified time | relevance | path

Searched refs:lib (Results 76 – 100 of 966) sorted by relevance

12345678910>>...39

/plugin/fedauth/Auth/OpenID/
H A DBigMath.php404 static $lib = null;
406 if (isset($lib)) {
407 return $lib;
434 $lib = new $class();
436 return $lib;
/plugin/uparrow/
H A Dsyntax.php62 $src = DOKU_URL.'lib/plugins/uparrow/images/tango-big.png';
64 $src = DOKU_URL.'lib/plugins/uparrow/images/' . $image;
/plugin/openid/Auth/OpenID/
H A DBigMath.php456 static $lib = null;
458 if (isset($lib)) {
459 return $lib;
484 $lib = new $class();
486 return $lib;
/plugin/sphinxsearch-was/contrib/etc/systemd/system/
H A Dsphinx-searchd-grimore.service10 ExecStart = /usr/bin/searchd -c /var/www/grimore.org/lib/plugins/sphinxsearch/sphinx.conf
12 WorkingDirectory = /var/www/grimore.org/lib/plugins/sphinxsearch
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.core.js23 return matches;};};Syntax.lib.webLinkProcess=function(queryURI,lucky){if(lucky){queryURI="http://ww…
26lib.cStyleComment={pattern:/\/\*[\s\S]*?\*\//gm,klass:'comment',allow:['href']};Syntax.lib.cppStyl…
/plugin/sphinxsearch-was/
H A DINSTALL22 1. Unpack the plugin files into lib/plugins directory of your DokuWiki installation.
25 $cd {Your_DokuWiki_Path}/lib/plugins/sphinxsearch/
29 $cd {Your_DokuWiki_Path}/lib/plugins/sphinxsearch/
36 1 10 * * * root {Your_DokuWiki_Path}/lib/plugin/sphinxsearch/indexer.php
48 1. Unpack the plugin files into lib/plugins directory of your DokuWiki installation.
65 ''/var/www/grimore.org/lib/plugins/sphinxsearch'' points to the ''sphinxsearch''
66 directory under your ''lib/plugins'' folder of the DokuWiki installation.
/plugin/latex-was/
H A Dlatexinc.php48 DOKU_BASE.'lib/exe/fetch.php?media='.$this->getConf('latex_namespace').':',
88 $url = DOKU_BASE.'lib/plugins/latex/images/renderfail.png';
/plugin/tuxquote/
H A DREADME9 You can add or remove images from lib/plugins/tuxquote/images/ directory. All jpg, png and gif imag…
11 Add or remove quotes from the lib/plugins/tuxquote/quotes.txt file. Quotes are line delimited and H…
26 - Move the downloaded file into the <wiki_root>/lib/plugins/ directory.
29 $ sudo mv master.zip <wiki_root>/lib/plugins/
/plugin/picasawebalbum/
H A Dstyle.css22 background: #fff url(/lib/plugins/jquery_picasawebalbum/img/loading.gif) no-repeat center;
46 background: transparent url(/lib/plugins/jquery_picasawebalbum/img/prevlabel.gif) no-repeat 0 15%;
54 …background: transparent url(/lib/plugins/jquery_picasawebalbum/img/nextlabel.gif) no-repeat 100% 1…
72 …background: transparent url(/lib/plugins/jquery_picasawebalbum/img/closelabel.gif) no-repeat cente…
/plugin/templateconfhelper/
H A DREADME32 …rewrite ^/lib/tpl/((.*)/)?images/(.*) /lib/exe/fetch.php?mode=styleimg&media=$3&template=$2 l…
42 …te the main.php they have to exist in the dokuwiki //lib/tpl/// directory. Fallback is always //li…
52 'default' => array( $farmbasedir.'/extension/tpl/', $farmbasedir.$version.'lib/tpl/' ),
57 …ain.php like this can be used in the default_tpl or base_tpl in dokuwiki //lib/tpl/// directory. I…
/plugin/ipban/ip-lib/
H A DREADME.md1 … Status](https://api.travis-ci.org/mlocati/ip-lib.svg?branch=master)](https://travis-ci.org/mlocat…
2 …/api/projects/status/github/mlocati/ip-lib?branch=master&svg=true)](https://ci.appveyor.com/projec…
4 …://coveralls.io/repos/github/mlocati/ip-lib/badge.svg?branch=master)](https://coveralls.io/github/…
5 …://scrutinizer-ci.com/g/mlocati/ip-lib/badges/quality-score.png?b=master)](https://scrutinizer-ci.…
23 [Download](https://github.com/mlocati/ip-lib/releases) the latest version, unzip it and add these l…
26 require_once 'path/to/iplib/ip-lib.php';
32 Simply run `composer require mlocati/ip-lib`, or add these lines to your `composer.json` file:
36 "mlocati/ip-lib": "1.*"
/plugin/latex/
H A Dlatexinc.php46 DOKU_BASE.'lib/exe/fetch.php?media='.$this->getConf('latex_namespace').':',
82 $url = DOKU_BASE.'lib/plugins/latex/images/renderfail.png';
/plugin/diagramsnet/lib/js/diagramly/sidebar/
H A DSidebar.js754 (mxUtils.bind(this, function(lib) argument
756 var config = this.getConfigurationById(lib.id);
863 (mxUtils.bind(this, function(lib) argument
908 … if (lib.data == null && lib.url != null && (!lib.preload && preloadCount >= this.maxPreloadCount))
925 var url = lib.url;
969 if (lib.data != null)
972 this.addEntries(lib.data);
974 data = lib.data;
977 else if (lib.url != null)
980 var url = lib.url;
[all …]
/plugin/doodle2/
H A Dstyle.css12 background:url(../../../lib/images/pencil.png) top right no-repeat;
22 background:url(../../../lib/images/del.png) top right no-repeat;
/plugin/advanced/lang/en/config/
H A Dsmileys.txt3lib/images/smileys/'' directory and configured in the ''conf/smileys.conf'' file. The local and up…
/plugin/doodle3/
H A Dstyle.css17 background:url(../../../lib/images/pencil.png) top right no-repeat;
27 background:url(../../../lib/images/del.png) top right no-repeat;
/plugin/doodle4/
H A Dstyle.css17 background:url(../../../lib/images/pencil.png) top right no-repeat;
27 background:url(../../../lib/images/del.png) top right no-repeat;
/plugin/bibtex/
H A Dsyntax.php370 if(@file_exists(DOKU_INC.'lib/images/fileicons/'.$ext.'.png')){
371 $link['style']='background-image: url('.DOKU_BASE.'lib/images/fileicons/'.$ext.'.png)';
372 }elseif(@file_exists(DOKU_INC.'lib/images/fileicons/'.$ext.'.gif')){
373 $link['style']='background-image: url('.DOKU_BASE.'lib/images/fileicons/'.$ext.'.gif)';
375 $link['style']='background-image: url('.DOKU_BASE.'lib/images/fileicons/file.gif)';
/plugin/advanced/lang/fr/config/
H A Dsmileys.txt3lib/images/smileys/'' et configurés à partir du fichier ''conf/smileys.conf''. Le répertoire où l'…
/plugin/copypage/images/
H A DREADME.md11 ln -s $DOKUWIKI/lib/tpl/dokuwiki/style.ini .
13 php $DOKUWIKI/lib/tpl/dokuwiki/images/pagetools-build.php
/plugin/dokucrypt2/
H A DOLDER_VERSIONS.md16 --- \lib\scripts\edit-original.js
17 +++ \lib\scripts\edit.js
44 1. In the file /lib/scripts.edit.js
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D5.5.js.map1lib/lib.index.js","webpack:///./node_modules/monaco-editor/esm/vs/language/typescript/tsMode.js","…
/plugin/sphinxsearch-was/css/
H A Dstyle.css73 …background: transparent url(/lib/plugins/sphinxsearch/images/prev.png) no-repeat 0 0/48px !importa…
83 …background: transparent url(/lib/plugins/sphinxsearch/images/searchhelp.png) no-repeat 0 0/48px !i…
93 …background: transparent url(/lib/plugins/sphinxsearch/images/next.png) no-repeat 0 0/48px !importa…
/plugin/barcodes/lib/
H A DBarcodesWrapper.php25 use jucksearm\barcode\lib\BarcodeFactory;
26 use jucksearm\barcode\lib\DatamatrixFactory;
27 use jucksearm\barcode\lib\QRcodeFactory;
/plugin/txt2tags/
H A DREADME.doku24 …to install plugins manually (hint: copy the extracted 'txt2tags' folder into dokuwiki/lib/plugins/)
86 …ng internal link support, you'll also have to replace ''linkwiz.js'' into ''dokuwiki/lib/scripts/''
90 <script src="lib/plugins/txt2tags/tables.js" type="text/javascript"></script>
96 You can edit config.t2t located in the txt2tags plugin folder (''lib/plugins/txt2tags/'') of your d…

12345678910>>...39