| /plugin/diagramsnet/lib/math/extensions/ |
| D | MathEvents.js | 2 * /MathJax-v2/extensions/MathEvents.js 4 * Copyright (c) 2009-2018 The MathJax Consortium 10 * http://www.apache.org/licenses/LICENSE-2.0 19 …-6,y:-3,wx:-2},fadeinInc:0.2,fadeoutInc:0.05,fadeDelay:50,fadeoutStart:400,fadeoutDelay:15*1000,st… argument
|
| /plugin/sequencediagram/bower_components/js-sequence-diagrams/ |
| D | Makefile | 7 js: dist/sequence-diagram-min.js dist/sequence-diagram-raphael-min.js dist/sequence-diagram-snap-mi… 8 css: dist/sequence-diagram-min.css font 16 touch $@ 23 touch $@ 28 -rm build/* 29 -git checkout -- dist 32 -rm -rf node_modules 33 -rm -rf bower_components 36 $(NODE_MODULES)/jshint --verbose src/*.js 37 $(NODE_MODULES)/jshint --verbose test/*.js [all …]
|
| /plugin/poldek/ |
| D | helper.php | 41 if ($this->cache) { 47 $idx_cache = new cache($this->getPluginName(), '.idx'); 48 $pkg_cache = new cache($this->getPluginName(), '.txt'); 49 $cache_exists = file_exists($pkg_cache->cache); 52 …if (!$cache_exists || !$idx_cache->useCache(array('age' => $conf['locktime'], 'files' => getConfig… 55 …$cache_ok = $cache_exists && filesize($pkg_cache->cache) && !preg_grep('/^error:/', file($pkg_cach… 59 $lines = $this->exec("--up"); 61 // Writing /root/.poldek-cache/[...]/packages.ndir.gz... 65 $idx_cache->storeCache(time()); 69 touch($idx_cache->cache); [all …]
|
| /plugin/simplemysqlclient/syntax/ |
| D | simplemysqlclient.php | 5 * @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html 29 * @return int Sort order - Low numbers go before high numbers 42 …$this->Lexer->addSpecialPattern ( '\{\{simplemysqlclient\}\}', $mode, 'plugin_simplemysqlclient_si… 46 // $this->Lexer->addExitPattern('</FIXME>','plugin_simplemysqlclient_simplemysqlclient'); 84 $renderer->info ['cache'] = false; 86 if (! $this->isAuthorized ()) { 87 echo '<div class="error">' . $this->getLang ( 'missingpermission' ) . '</div>'; 91 $button = $this->getLang ( 'submit_button' ); 94 if(isset($_GET ['q'])) 95 $query = trim ( $_GET ['q'] ); [all …]
|
| /plugin/asciidocjs/node_modules/jake/test/integration/ |
| D | file_task.js | 9 * http://www.apache.org/licenses/LICENSE-2.0 41 test('where a file-task prereq does not change with --always-make', function () { 43 out = exec(`${JAKE_CMD} -q fileTest:foo/from-src1.txt`).toString().trim(); 44 assert.equal('fileTest:foo/src1.txt task\nfileTest:foo/from-src1.txt task', 46 out = exec(`${JAKE_CMD} -q -B fileTest:foo/from-src1.txt`).toString().trim(); 47 assert.equal('fileTest:foo/src1.txt task\nfileTest:foo/from-src1.txt task', 54 out = exec(`${JAKE_CMD} -q fileTest:foo/concat.txt`).toString().trim(); 63 test('where a file-task prereq does not change', function () { 65 out = exec(`${JAKE_CMD} -q fileTest:foo/from-src1.txt`).toString().trim(); 66 assert.equal('fileTest:foo/src1.txt task\nfileTest:foo/from-src1.txt task', out); [all …]
|
| D | rule.js | 9 * http://www.apache.org/licenses/LICENSE-2.0 64 // - name foo:bin/main.o 65 // - pattern bin/%.o 66 // - source src/%.c 78 let out = exec( `${JAKE_CMD} -q tmp`).toString().trim(); 92 let out = exec( `${JAKE_CMD} -q tmp_p`).toString().trim(); 107 let out = exec( `${JAKE_CMD} -q tmp_pf`).toString().trim(); 122 let out = exec( `${JAKE_CMD} -q tmp_ns`).toString().trim(); 139 let out = exec( `${JAKE_CMD} -q tmp_cr`).toString().trim(); 142 , "cp tmpsrc/file1.tex tmpbin/file1.dvi tex->dvi task" [all …]
|
| D | jakefile.js | 2 let Q = require('q'); variable 15 desc('Top-level zerbofrangazoomy task'); 36 const originalOption = jake.program.opts['allow-rejection']; 41 …jake.program.opts['allow-rejection'] = originalOption; // Restore original 'allow-rejection' option 45 …jake.program.opts['allow-rejection'] = false; // Do not allow rejection so the rejection is passed… 88 // Do args pass-through 98 // Do args pass-through 136 desc('The bar:promise task has no prerequisites, is async, returns Q-based promise.'); 138 return Q() 150 desc('The bar:brokenPromise task is a failing Q-promise based async task.'); [all …]
|
| /plugin/snippeter/ |
| D | README.md | 11 lib/plugins/snippeter/ - if the folder is called different it 17 ---- 31 ---- 52 (touch the file local.php) 58 ==== Call: <project> - <description> ==== 66 ---- 82 | ------------- | ----------- | 84 | `CURRENT_DATE` | the current date in iso format, e.g.: 2024-02-10 for the 10th February, 2024 | 92 Q: I added a customized icon for my snipped, but snippeter still provide the default one 94 A: Please reset DokuWikis cache while touch the file conf/local.php or press the save
|
| /plugin/statistics/vendor/matomo/device-detector/Parser/Device/ |
| D | AbstractDeviceParser.php | 4 * Device Detector - The Universal Device Detection library for parsing User Agents 44 … public const DEVICE_TYPE_TV = 5; // including set top boxes, blu-ray players,... 87 '3Q' => '3Q', 89 '2Q' => '3GNET', 208 '5Q' => 'Atmaca Elektronik', 259 'BS' => 'BenQ-Siemens', 324 '4Q' => 'Bundy', 334 'GRD' => 'G-Guard', 354 '02' => 'Cell-C', 408 'CDE' => 'COOD-E', [all …]
|
| /plugin/imagecarousel/vendor/swipebox/js/ |
| D | jquery.swipebox.min.js | 2 …-caption"},j=this,k=[],l=e.selector,m=c(l),n=navigator.userAgent.match(/(iPad)|(iPhone)|(iPod)|(An…
|
| /plugin/statistics/vendor/matomo/device-detector/ |
| D | README.md | 4 …rsion](https://poser.pugx.org/matomo/device-detector/v/stable)](https://packagist.org/packages/mat… 5 …loads](https://poser.pugx.org/matomo/device-detector/downloads)](https://packagist.org/packages/ma… 6 …icense](https://poser.pugx.org/matomo/device-detector/license)](https://packagist.org/packages/mat… 10 …//github.com/matomo-org/device-detector/actions/workflows/phpunit.yml/badge.svg?branch=master)](ht… 11 …//github.com/matomo-org/device-detector/actions/workflows/phpstan.yml/badge.svg?branch=master)](ht… 12 …://github.com/matomo-org/device-detector/actions/workflows/phpcs.yml/badge.svg?branch=master)](htt… 13 …//github.com/matomo-org/device-detector/actions/workflows/yamllint.yml/badge.svg?branch=master)](h… 14 …ub.com/matomo-org/device-detector/actions/workflows/regular_expressions.yml/badge.svg?branch=maste… 16 …tained.com/badge/resolution/matomo-org/device-detector.svg)](https://www.isitmaintained.com/projec… 17 …itmaintained.com/badge/open/matomo-org/device-detector.svg)](https://www.isitmaintained.com/projec… [all …]
|
| /plugin/statistics/vendor/matomo/device-detector/regexes/device/ |
| D | mobiles.yml | 2 # Device Detector - The Universal Device Detection library for parsing User Agents 10 regex: '(?:BUZZ [1-5]|BUZZ 4(?:Pro|S|Lite)|CLEVER [13]|URBAN [123](?: Pro)?)(?:[);/ ]|$)' 13 - regex: 'BUZZ ([45]) Ultra' 15 - regex: 'BUZZ ([45]) Note' 17 - regex: 'BUZZ ([45]) Prime' 19 - regex: 'BUZZ 5 Pro Plus' 21 - regex: 'BUZZ ([45]) ?Pro' 23 - regex: 'BUZZ ([1245]) ?Lite' 25 - regex: 'BUZZ ([123]) Plus' 27 - regex: 'BUZZ 4S' [all …]
|
| /plugin/gitbacked/.github/workflows/ |
| D | build_release.yml | 1 # ------------------------------------------------------------------------------------------ 7 # https://common-changelog.org 9 # Note: Since DokuWiki is using version numbering in format YYYY-MM-DD we use this numbering 13 # ------------------------------------------------------------------------------------------ 22 ['v[0-9]+-[0-9]+-[0-9]+'] 32 runs-on: ubuntu-latest 36 - run: | 44 runs-on: ubuntu-latest 47 APP_NAME: dokuwiki-plugin-gitbacked 55 - name: Log use case if triggered manually [all …]
|
| /plugin/diagramsnet/lib/math/config/ |
| D | MML_HTMLorMML.js | 4 * Copyright (c) 2010-2018 The MathJax Consortium 12 * http://www.apache.org/licenses/LICENSE-2.0 19 "[MathJax]/jax/output/HTML-CSS/config.js", 31 "[MathJax]/extensions/fast-preview.js", 33 "[MathJax]/extensions/a11y/accessibility-menu.js" 37 extensions: ['[a11y]/accessibility-menu.js'] 42 …-CSS"]=MathJax.OutputJax({id:"HTML-CSS",version:"2.7.9",directory:MathJax.OutputJax.directory+"/HT… 43 …tHeight:true,scale:100,minScaleAdjust:50,styles:{"div.MathJax_MathML":{"text-align":"center",margi… 45 …utJax["HTML-CSS"]){MathJax.OutputJax["HTML-CSS"].Register("jax/mml")}else{c.config.jax.unshift("ou… 46 …--"+e.nodeValue+"-->"}else{c="<"+e.nodeName.toLowerCase();for(b=0,a=e.attributes.length;b<a;b++){v… [all …]
|
| D | MML_HTMLorMML-full.js | 2 * /MathJax/config/MML_HTMLorMML-full.js 4 * Copyright (c) 2010-2018 The MathJax Consortium 12 * http://www.apache.org/licenses/LICENSE-2.0 19 "[MathJax]/jax/output/HTML-CSS/config.js", 31 "[MathJax]/jax/output/HTML-CSS/jax.js", 32 "[MathJax]/jax/output/HTML-CSS/autoload/mtable.js", 34 "[MathJax]/extensions/fast-preview.js", 36 "[MathJax]/extensions/a11y/accessibility-menu.js" 40 extensions: ['[a11y]/accessibility-menu.js'] 44 …-CSS"]=MathJax.OutputJax({id:"HTML-CSS",version:"2.7.9",directory:MathJax.OutputJax.directory+"/HT… [all …]
|
| D | AM_HTMLorMML.js | 4 * Copyright (c) 2010-2018 The MathJax Consortium 12 * http://www.apache.org/licenses/LICENSE-2.0 19 "[MathJax]/jax/output/HTML-CSS/config.js", 31 "[MathJax]/extensions/fast-preview.js", 33 "[MathJax]/extensions/a11y/accessibility-menu.js" 37 extensions: ['[a11y]/accessibility-menu.js'] 41 …-CSS"]=MathJax.OutputJax({id:"HTML-CSS",version:"2.7.9",directory:MathJax.OutputJax.directory+"/HT… 42 …tHeight:true,scale:100,minScaleAdjust:50,styles:{"div.MathJax_MathML":{"text-align":"center",margi… 44 …utJax["HTML-CSS"]){MathJax.OutputJax["HTML-CSS"].Register("jax/mml")}else{c.config.jax.unshift("ou… 45 …-xml"],ignoreClass:"asciimath2jax_ignore",processClass:"asciimath2jax_process",preview:"AsciiMath"… [all …]
|
| D | AM_HTMLorMML-full.js | 2 * /MathJax/config/AM_HTMLorMML-full.js 4 * Copyright (c) 2010-2018 The MathJax Consortium 12 * http://www.apache.org/licenses/LICENSE-2.0 19 "[MathJax]/jax/output/HTML-CSS/config.js", 31 "[MathJax]/jax/output/HTML-CSS/jax.js", 32 "[MathJax]/jax/output/HTML-CSS/autoload/mtable.js", 34 "[MathJax]/extensions/fast-preview.js", 36 "[MathJax]/extensions/a11y/accessibility-menu.js" 40 extensions: ['[a11y]/accessibility-menu.js'] 44 …-CSS"]=MathJax.OutputJax({id:"HTML-CSS",version:"2.7.9",directory:MathJax.OutputJax.directory+"/HT… [all …]
|
| D | Accessible-full.js | 2 * /MathJax/config/Accessible-full.js 4 * Copyright (c) 2010-2018 The MathJax Consortium 12 * http://www.apache.org/licenses/LICENSE-2.0 20 "[MathJax]/jax/output/HTML-CSS/config.js", 38 "[MathJax]/jax/output/HTML-CSS/jax.js", 39 "[MathJax]/jax/output/HTML-CSS/autoload/mtable.js", 41 "[MathJax]/extensions/fast-preview.js", 43 "[MathJax]/extensions/a11y/accessibility-menu.js" 48 zoom: "Double-Click", 55 extensions: ['[a11y]/accessibility-menu.js'] [all …]
|
| D | Accessible.js | 4 * Copyright (c) 2010-2018 The MathJax Consortium 12 * http://www.apache.org/licenses/LICENSE-2.0 20 "[MathJax]/jax/output/HTML-CSS/config.js", 38 "[MathJax]/extensions/fast-preview.js", 40 "[MathJax]/extensions/a11y/accessibility-menu.js" 45 zoom: "Double-Click", 52 extensions: ['[a11y]/accessibility-menu.js'] 55 … a},formatTag:function(a){return"("+a+")"},formatID:function(a){return"mjx-eqn-"+String(a).replace… 57 …-CSS"]=MathJax.OutputJax({id:"HTML-CSS",version:"2.7.9",directory:MathJax.OutputJax.directory+"/HT… 58 …tHeight:true,scale:100,minScaleAdjust:50,styles:{"div.MathJax_MathML":{"text-align":"center",margi… [all …]
|
| D | TeX-MML-AM_HTMLorMML-full.js | 2 * /MathJax/config/TeX-MML-AM_HTMLorMML-full.js 4 * Copyright (c) 2010-2018 The MathJax Consortium 12 * http://www.apache.org/licenses/LICENSE-2.0 21 "[MathJax]/jax/output/HTML-CSS/config.js", 41 "[MathJax]/jax/output/HTML-CSS/jax.js", 42 "[MathJax]/jax/output/HTML-CSS/autoload/mtable.js", 44 "[MathJax]/extensions/fast-preview.js", 46 "[MathJax]/extensions/a11y/accessibility-menu.js" 50 extensions: ['[a11y]/accessibility-menu.js'] 53 … a},formatTag:function(a){return"("+a+")"},formatID:function(a){return"mjx-eqn-"+String(a).replace… [all …]
|
| D | TeX-MML-AM_SVG-full.js | 2 * /MathJax/config/TeX-MML-AM_SVG-full.js 4 * Copyright (c) 2010-2018 The MathJax Consortium 12 * http://www.apache.org/licenses/LICENSE-2.0 39 "[MathJax]/extensions/fast-preview.js", 41 "[MathJax]/extensions/a11y/accessibility-menu.js" 45 extensions: ['[a11y]/accessibility-menu.js'] 48 … a},formatTag:function(a){return"("+a+")"},formatID:function(a){return"mjx-eqn-"+String(a).replace… 51 …-align":"center",margin:"1em 0em"},".MathJax_SVG .MJX-monospace":{"font-family":"monospace"},".Mat… 53 …-xml"],ignoreClass:"tex2jax_ignore",processClass:"tex2jax_process",processEscapes:false,processEnv… 54 …--"+e.nodeValue+"-->"}else{c="<"+e.nodeName.toLowerCase();for(b=0,a=e.attributes.length;b<a;b++){v… [all …]
|
| D | TeX-MML-AM_HTMLorMML.js | 2 * /MathJax/config/TeX-MML-AM_HTMLorMML.js 4 * Copyright (c) 2010-2018 The MathJax Consortium 12 * http://www.apache.org/licenses/LICENSE-2.0 21 "[MathJax]/jax/output/HTML-CSS/config.js", 41 "[MathJax]/extensions/fast-preview.js", 43 "[MathJax]/extensions/a11y/accessibility-menu.js" 47 extensions: ['[a11y]/accessibility-menu.js'] 50 … a},formatTag:function(a){return"("+a+")"},formatID:function(a){return"mjx-eqn-"+String(a).replace… 53 …-CSS"]=MathJax.OutputJax({id:"HTML-CSS",version:"2.7.9",directory:MathJax.OutputJax.directory+"/HT… 54 …tHeight:true,scale:100,minScaleAdjust:50,styles:{"div.MathJax_MathML":{"text-align":"center",margi… [all …]
|
| /plugin/authhiorgserver/ |
| D | auth.php | 5 * @license GPL 2 http://www.gnu.org/licenses/gpl-2.0.html 6 * @author HiOrg Server GmbH <support@hiorg-server.de> 27 $this->cando['addUser'] = false; // can Users be created? 28 $this->cando['delUser'] = false; // can Users be deleted? 29 $this->cando['modLogin'] = false; // can login names be changed? 30 $this->cando['modPass'] = false; // can passwords be changed? 31 $this->cando['modName'] = false; // can real names be changed? 32 $this->cando['modMail'] = false; // can emails be changed? 33 $this->cando['modGroups'] = false; // can groups be changed? 34 $this->cando['getUsers'] = false; // can a (filtered) list of users be retrieved? [all …]
|
| /plugin/jplayer/vendor/happyworm/jplayer/lib/aurora/ |
| D | ogg.js | 2 …-1)+")&"+ -quantum+")"}return"Math.ceil(("+target+")/"+quantum+")*"+quantum}),isNumberType:(functi… 4 …q=0;var r=0;var s=+env.NaN,t=+env.Infinity;var u=0,v=0,w=0,x=0,y=0.0,z=0,A=0,B=0,C=0.0;var D=0;var… 6 …-8;return b|0}function ta(){return i|0}function ua(a){a=a|0;i=a}function va(a,b){a=a|0;b=b|0;if((o… 15 …-128<=value&&value<128){var cachedObj=goog.math.Long.IntCache_[value];if(cachedObj){return cachedO… argument
|
| /plugin/diagramsnet/lib/math/jax/output/SVG/ |
| D | jax.js | 2 * /MathJax-v2/jax/output/SVG/jax.js 4 * Copyright (c) 2009-2018 The MathJax Consortium 10 * http://www.apache.org/licenses/LICENSE-2.0 19 …-style":"normal","font-weight":"normal","line-height":"normal","font-size":"100%","font-size-adjus… argument
|