Home
last modified time | relevance | path

Searched refs:plug (Results 1 – 25 of 35) sorted by path

12

/plugin/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe33549 plug in
37136 plug ins
/plugin/authgooglesheets/vendor/guzzlehttp/guzzle/
H A DUPGRADING.md559 make it possible to plug in custom parsers for cookies, messages, URI
/plugin/cacherevisionseraser/
H A DREADME.md5 This admin plug-in allows you to erase the entire cache and/or old wiki revisions.
6 Only use this plug-in if you want to clean up your wiki or if the cache gets corrupted.
7 I won�t take any resposibility for data lost due to wrong plug-in usage.
47 * Added a hyperlink in the plug-in main page to quickly visit the website (It will open a new windo…
48 * Display the plug-in version in the Administration tasks lists
55 * User now can create 'configs.php' from the plug-in instead of accepting the default one (See FAQ)
116 * Removed auth mechanism (Doku Wiki don�t allow non-admin users to access admins plug-ins anyway), …
119 * Joined the two plug-ins into a single one.
163 * You can update in the future by pressing �Update� over the �cacherevisionserase� plug-in.
/plugin/ckgdoku/ckeditor/plugins/scayt/
H A DCHANGELOG.md18 * SCAYT stops working when CKEditor Undo plug-in not enabled
/plugin/ckgedit/ckeditor/plugins/scayt/
H A DCHANGELOG.md18 * SCAYT stops working when CKEditor Undo plug-in not enabled
/plugin/codemirror/dist/modes/
H A Dstex.min.js.map1plug","pop","closeBracket","getMostPowerful","context","i","name","styleIdentifier","addPluginPatt…
/plugin/diagramsnet/lib/resources/
H A Ddia_fr.txt511 noPlugins=Pas de plug-ins
H A Ddia_nl.txt511 noPlugins=Geen plug-ins
584 …na heeft gevraagd de volgende plug-in(s) te laden:\n \n {1}\n \n Wilt u deze plug-in(s) nu laden?\…
/plugin/dir/
H A Dsyntax.php1237 $plug = $this->plugins ['tag'];
1238 if(!$plug) return true;
/plugin/directions/
H A DREADME2 This is "directions" plug-in for DokuWiki.
H A Dplugin.info.txt6 desc This plug-in shows the, for a specific wikipage, from where wikinauts come from and go to fr…
/plugin/dirtylittlehelper/mermaid/editor/
H A Dbundle.js1 … e("play",{character:"\\eb2c"}),e.run=new e("run",{character:"\\eb2c"}),e.plug=new e("plug",{chara…
H A Dfontawesome.all.min.css5 …-circle:before{content:"\f144"}.fa-playstation:before{content:"\f3df"}.fa-plug:before{content:"\f1…
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D3.3.js.map1 …\n \"value\": \"The MIME type to use to select the plug-in to instantiate.\…
H A Dbundle.js1 … e("play",{character:"\\eb2c"}),e.run=new e("run",{character:"\\eb2c"}),e.plug=new e("plug",{chara…
H A Dbundle.js.map1 …n = new Codicon('run', { character: '\\\\eb2c' });\n Codicon.plug = new Codicon('plug', { chara…
/plugin/flowplay/flowplayer/
H A Djavascript.txt2 available in mplayer browser plug-in (http://mplayerplug-in.sourceforge.net/).
4 plug-in. mplayer plug-in's API is documented in javascript.txt that can be found
10 methods (same as in mplayer plug-in):
20 FlowPlayer specific, not in mplayer plug-in API:
30 PlayList control (FlowPlayer specific, not in mplayer plug-in API):
41 methods (same as in mplayer plug-in):
71 FlowPlayer specific, not in mplayer plug-in API:
108 PlayList control (FlowPlayer specific, not in mplayer plug-in API):
/plugin/flowplay2/flowplayer/
H A Djavascript.txt2 available in mplayer browser plug-in (http://mplayerplug-in.sourceforge.net/).
4 plug-in. mplayer plug-in's API is documented in javascript.txt that can be found
17 methods (same as in mplayer plug-in):
47 FlowPlayer specific, not in mplayer plug-in API:
98 PlayList control (FlowPlayer specific, not in mplayer plug-in API):
138 Callbacks from the player (FlowPlayer specific, not in mplayer plug-in API):
/plugin/icons/assets/font-awesome/css/
H A Dfont-awesome.min.css4 …}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1…
/plugin/icons/assets/material-design-icons/css/
H A Dmaterialdesignicons.min.css1 …901"}.mdi-power-on::before{content:"\F902"}.mdi-power-plug::before{content:"\F6A4"}.mdi-power-plug
/plugin/icons/assets/typicons/
H A Dtypicons.css648 .typcn-plug:before {
H A Dtypicons.min.css1 …outline:before{content:'\e0cb'}.typcn-plane:before{content:'\e0cc'}.typcn-plug:before{content:'\e0…
/plugin/langdelete/
H A Dadmin.php422 foreach ($l['plugins'] as $plug => $arr) {
445 foreach ($langs['plugins'] as $plug => $arr) {
447 $this->rrm(DOKU_INC."lib/plugins/$plug/lang/$l");
/plugin/latex-was/
H A Dadmin.php213 $plug = new syntax_plugin_latex_common();
216 if(is_writable($plug->_latex->getPicturePath()) && is_dir($plug->_latex->getPicturePath()))
221 if(is_writable($plug->_latex->_tmp_dir) && is_dir($plug->_latex->_tmp_dir))
229 $outname = $plug->_latex->getPicturePath()."/img".$md5.'.'.$plug->_latex->_image_format;
239 $plug->_latex->_keep_tmp = true;
240 $plug->_latex->_cmdoutput = ''; // activate command log.
244 $plug->render('xhtml', $xhtml, $data);
246 $tmpf = $plug->_latex->_tmp_dir."/".$plug->_latex->_tmp_filename;
247 $tmpext = array('tex','log','aux','dvi','ps',$plug->_latex->_image_format);
284 echo $plug->_latex->_cmdoutput;
[all …]
/plugin/latex/
H A Dadmin.php213 $plug = new syntax_plugin_latex_common();
216 if(is_writable($plug->_latex->getPicturePath()) && is_dir($plug->_latex->getPicturePath()))
221 if(is_writable($plug->_latex->_tmp_dir) && is_dir($plug->_latex->_tmp_dir))
229 $outname = $plug->_latex->getPicturePath()."/img".$md5.'.'.$plug->_latex->_image_format;
239 $plug->_latex->_keep_tmp = true;
240 $plug->_latex->_cmdoutput = ''; // activate command log.
243 $plug->render('xhtml', $this, $data);
245 $tmpf = $plug->_latex->_tmp_dir."/".$plug->_latex->_tmp_filename;
246 $tmpext = array('tex','log','aux','dvi','ps',$plug->_latex->_image_format);
283 echo $plug->_latex->_cmdoutput;
[all …]

12