/plugin/offline/ui/dokuwiki/ |
H A D | all.css | 1 …lib/images/interwiki.png) 0px 1px no-repeat;padding-left:16px;}a.iw_wp{background-image:url(/dokuw…
|
H A D | print.css | 1 …lib/images/interwiki.png) 0px 1px no-repeat;padding-left:16px;}a.iw_wp{background-image:url(/dokuw…
|
/plugin/geophp/ |
H A D | deleted.files | 2 geoPHP/lib/adapters/EWKB.class.php 3 geoPHP/lib/adapters/EWKT.class.php 4 geoPHP/lib/adapters/GPX.class.php 5 geoPHP/lib/adapters/GeoAdapter.class.php 6 geoPHP/lib/adapters/GeoHash.class.php 7 geoPHP/lib/adapters/GeoJSON.class.php 8 geoPHP/lib/adapters/GeoRSS.class.php 9 geoPHP/lib/adapters/GoogleGeocode.class.php 10 geoPHP/lib/adapters/KML.class.php 11 geoPHP/lib/adapter [all...] |
/plugin/jquery-syntax/jquery-syntax/ |
H A D | jquery.syntax.brush.php-script.js | 5 …lib.camelCaseType);brush.push(Syntax.lib.cStyleFunction);brush.push(Syntax.lib.cStyleComment);brus…
|
H A D | jquery.syntax.brush.ruby.js | 5 …lib.rubyStyleFunction={pattern:/(?:def\s+|\.)([a-z_][a-z0-9_]+)/gi,matches:Syntax.extractMatches({…
|
H A D | jquery.syntax.brush.python.js | 5 …lib.camelCaseType);brush.push(Syntax.lib.cStyleFunction);brush.push(Syntax.lib.perlStyleComment);b…
|
H A D | jquery.syntax.brush.javascript.js | 5 …lib.perlStyleRegularExpression);brush.push(Syntax.lib.camelCaseType);brush.push(Syntax.lib.cStyleC…
|
H A D | jquery.syntax.brush.java.js | 5 …lib.camelCaseType);brush.push(Syntax.lib.cStyleComment);brush.push(Syntax.lib.cppStyleComment);bru…
|
H A D | jquery.syntax.brush.io.js | 5 …lib.cStyleFunction);var keywords=["return"];var operators=["::=",":=","or","and","@","+","*","/","…
|
H A D | jquery.syntax.brush.ooc.js | 5 …lib.decimalNumber);brush.push(Syntax.lib.camelCaseType);brush.push(Syntax.lib.cStyleType);brush.pu…
|
H A D | jquery.syntax.brush.super-collider.js | 5 …lib.camelCaseType);brush.push({pattern:/\$(\\)?./g,klass:"constant"});brush.push({pattern:/\\[a-z_…
|
H A D | jquery.syntax.brush.csharp.js | 5 …lib.cStyleFunction);brush.push({pattern:/(?:\.)([a-z_][a-z0-9_]+)/gi,matches:Syntax.extractMatches…
|
H A D | jquery.syntax.brush.xml.js | 5 …lib.xmlEntity={pattern:/&\w+;/g,klass:'entity'};Syntax.lib.xmlPercentEscape={pattern:/(%[0-9a-f]{2…
|
H A D | jquery.syntax.brush.go.js | 5 …lib.cStyleFunction);brush.push(Syntax.lib.camelCaseType);brush.push(Syntax.lib.cStyleComment);brus…
|
H A D | jquery.syntax.brush.assembly.js | 5 …lib.cStyleComment);brush.push(Syntax.lib.cppStyleComment);brush.push({pattern:/\.[a-zA-Z_][a-zA-Z0…
|
H A D | jquery.syntax.brush.clang.js | 6 …lib.camelCaseType);brush.push(Syntax.lib.cStyleType);brush.push({pattern:/(?:class|struct|enum|nam…
|
H A D | jquery.syntax.brush.perl5.js | 5 …lib.perlStyleRegularExpression);brush.push(Syntax.lib.perlStyleComment);brush.push(Syntax.lib.webL…
|
H A D | jquery.syntax.brush.sql.js | 5 …lib.sqlStyleComment={pattern:/-- .*$/gm,klass:'comment',allow:['href']};Syntax.register('sql',func…
|
H A D | jquery.syntax.brush.protobuf.js | 7 …lib.camelCaseType);brush.push({pattern:/\s+(\w+)\s*=\s*\d+/g,matches:Syntax.extractMatches({klass:…
|
H A D | jquery.syntax.brush.pascal.js | 5 …lib.camelCaseType);brush.push({pattern:/\{[\s\S]*?\}/gm,klass:'comment',allow:['href']});brush.pus…
|
H A D | jquery.syntax.brush.lua.js | 5 …lib.camelCaseType);brush.push(Syntax.lib.cStyleFunction);brush.push({pattern:/\-\-.*$/gm,klass:'co…
|
H A D | jquery.syntax.brush.lisp.js | 5 …lib.lispStyleComment={pattern:/(;+) .*$/gm,klass:'comment',allow:['href']};Syntax.register('lisp',… 6 brush.push(Syntax.lib.multiLineDoubleQuotedString);brush.push(Syntax.lib.stringEscape);});
|
/plugin/icalevents/ |
H A D | deleted.files | 6 externals/iCalcreator/lib/vtodo.class.php 7 externals/iCalcreator/lib/vtimezone.class.php 8 externals/iCalcreator/lib/vjournal.class.php 9 externals/iCalcreator/lib/vfreebusy.class.php 10 externals/iCalcreator/lib/vevent.class.php 11 externals/iCalcreator/lib/vcalendar.class.php 12 externals/iCalcreator/lib/valarm.class.php 15 externals/iCalcreator/lib/iCalBase.class.php 17 externals/iCalcreator/lib/iCal.tz.inc.php 18 externals/iCalcreator/lib/iCal.XML.inc.php [all …]
|
/plugin/fedauth/Auth/OpenID/ |
H A D | DiffieHellman.php | 48 var $lib = null; variable in Auth_OpenID_DiffieHellman 51 $private = null, $lib = null) argument 53 if ($lib === null) { 54 $this->lib = Auth_OpenID_getMathLib(); 56 $this->lib = $lib; 60 $this->mod = $this->lib->init(Auth_OpenID_getDefaultMod()); 66 $this->gen = $this->lib->init(Auth_OpenID_getDefaultGen()); 72 $r = $this->lib->rand($this->mod); 73 $this->private = $this->lib->add($r, 1); 78 $this->public = $this->lib->powmod($this->gen, $this->private, [all …]
|
/plugin/openid/Auth/OpenID/ |
H A D | DiffieHellman.php | 49 public $lib = null; variable in Auth_OpenID_DiffieHellman 52 $private = null, $lib = null) argument 54 if ($lib === null) { 55 $this->lib = Auth_OpenID_getMathLib(); 57 $this->lib = $lib; 61 $this->mod = $this->lib->init(Auth_OpenID_getDefaultMod()); 67 $this->gen = $this->lib->init(Auth_OpenID_getDefaultGen()); 73 $r = $this->lib->rand($this->mod); 74 $this->private = $this->lib->add($r, 1); 79 $this->public = $this->lib->powmod($this->gen, $this->private, [all …]
|