Home
last modified time | relevance | path

Searched refs:lib (Results 1 – 25 of 966) sorted by relevance

12345678910>>...39

/plugin/offline/ui/dokuwiki/
H A Dall.css1lib/images/interwiki.png) 0px 1px no-repeat;padding-left:16px;}a.iw_wp{background-image:url(/dokuw…
H A Dprint.css1lib/images/interwiki.png) 0px 1px no-repeat;padding-left:16px;}a.iw_wp{background-image:url(/dokuw…
/plugin/geophp/
H A Ddeleted.files2 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 Djquery.syntax.brush.php-script.js5lib.camelCaseType);brush.push(Syntax.lib.cStyleFunction);brush.push(Syntax.lib.cStyleComment);brus…
H A Djquery.syntax.brush.ruby.js5lib.rubyStyleFunction={pattern:/(?:def\s+|\.)([a-z_][a-z0-9_]+)/gi,matches:Syntax.extractMatches({…
H A Djquery.syntax.brush.python.js5lib.camelCaseType);brush.push(Syntax.lib.cStyleFunction);brush.push(Syntax.lib.perlStyleComment);b…
H A Djquery.syntax.brush.javascript.js5lib.perlStyleRegularExpression);brush.push(Syntax.lib.camelCaseType);brush.push(Syntax.lib.cStyleC…
H A Djquery.syntax.brush.java.js5lib.camelCaseType);brush.push(Syntax.lib.cStyleComment);brush.push(Syntax.lib.cppStyleComment);bru…
H A Djquery.syntax.brush.io.js5lib.cStyleFunction);var keywords=["return"];var operators=["::=",":=","or","and","@","+","*","/","…
H A Djquery.syntax.brush.ooc.js5lib.decimalNumber);brush.push(Syntax.lib.camelCaseType);brush.push(Syntax.lib.cStyleType);brush.pu…
H A Djquery.syntax.brush.super-collider.js5lib.camelCaseType);brush.push({pattern:/\$(\\)?./g,klass:"constant"});brush.push({pattern:/\\[a-z_…
H A Djquery.syntax.brush.csharp.js5lib.cStyleFunction);brush.push({pattern:/(?:\.)([a-z_][a-z0-9_]+)/gi,matches:Syntax.extractMatches…
H A Djquery.syntax.brush.xml.js5lib.xmlEntity={pattern:/&\w+;/g,klass:'entity'};Syntax.lib.xmlPercentEscape={pattern:/(%[0-9a-f]{2…
H A Djquery.syntax.brush.go.js5lib.cStyleFunction);brush.push(Syntax.lib.camelCaseType);brush.push(Syntax.lib.cStyleComment);brus…
H A Djquery.syntax.brush.assembly.js5lib.cStyleComment);brush.push(Syntax.lib.cppStyleComment);brush.push({pattern:/\.[a-zA-Z_][a-zA-Z0…
H A Djquery.syntax.brush.clang.js6lib.camelCaseType);brush.push(Syntax.lib.cStyleType);brush.push({pattern:/(?:class|struct|enum|nam…
H A Djquery.syntax.brush.perl5.js5lib.perlStyleRegularExpression);brush.push(Syntax.lib.perlStyleComment);brush.push(Syntax.lib.webL…
H A Djquery.syntax.brush.sql.js5lib.sqlStyleComment={pattern:/-- .*$/gm,klass:'comment',allow:['href']};Syntax.register('sql',func…
H A Djquery.syntax.brush.protobuf.js7lib.camelCaseType);brush.push({pattern:/\s+(\w+)\s*=\s*\d+/g,matches:Syntax.extractMatches({klass:…
H A Djquery.syntax.brush.pascal.js5lib.camelCaseType);brush.push({pattern:/\{[\s\S]*?\}/gm,klass:'comment',allow:['href']});brush.pus…
H A Djquery.syntax.brush.lua.js5lib.camelCaseType);brush.push(Syntax.lib.cStyleFunction);brush.push({pattern:/\-\-.*$/gm,klass:'co…
H A Djquery.syntax.brush.lisp.js5lib.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 Ddeleted.files6 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 DDiffieHellman.php48 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 DDiffieHellman.php49 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 …]

12345678910>>...39