Home
last modified time | relevance | path

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

12345678910>>...45

/plugin/offline/ui/dokuwiki/
Dall.css1lib/images/interwiki.png) 0px 1px no-repeat;padding-left:16px;}a.iw_wp{background-image:url(/dokuw…
Dprint.css1lib/images/interwiki.png) 0px 1px no-repeat;padding-left:16px;}a.iw_wp{background-image:url(/dokuw…
/plugin/geophp/
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/adapters/WKB.class.php
[all …]
/plugin/jquery-syntax/jquery-syntax/
Djquery.syntax.brush.ruby.js5lib.rubyStyleFunction={pattern:/(?:def\s+|\.)([a-z_][a-z0-9_]+)/gi,matches:Syntax.extractMatches({…
Djquery.syntax.brush.php-script.js5lib.camelCaseType);brush.push(Syntax.lib.cStyleFunction);brush.push(Syntax.lib.cStyleComment);brus…
Djquery.syntax.brush.python.js5lib.camelCaseType);brush.push(Syntax.lib.cStyleFunction);brush.push(Syntax.lib.perlStyleComment);b…
Djquery.syntax.brush.javascript.js5lib.perlStyleRegularExpression);brush.push(Syntax.lib.camelCaseType);brush.push(Syntax.lib.cStyleC…
Djquery.syntax.brush.java.js5lib.camelCaseType);brush.push(Syntax.lib.cStyleComment);brush.push(Syntax.lib.cppStyleComment);bru…
Djquery.syntax.brush.io.js5lib.cStyleFunction);var keywords=["return"];var operators=["::=",":=","or","and","@","+","*","/","…
Djquery.syntax.brush.ooc.js5lib.decimalNumber);brush.push(Syntax.lib.camelCaseType);brush.push(Syntax.lib.cStyleType);brush.pu…
Djquery.syntax.brush.super-collider.js5lib.camelCaseType);brush.push({pattern:/\$(\\)?./g,klass:"constant"});brush.push({pattern:/\\[a-z_…
Djquery.syntax.brush.csharp.js5lib.cStyleFunction);brush.push({pattern:/(?:\.)([a-z_][a-z0-9_]+)/gi,matches:Syntax.extractMatches…
Djquery.syntax.brush.go.js5lib.cStyleFunction);brush.push(Syntax.lib.camelCaseType);brush.push(Syntax.lib.cStyleComment);brus…
Djquery.syntax.brush.xml.js5lib.xmlEntity={pattern:/&\w+;/g,klass:'entity'};Syntax.lib.xmlPercentEscape={pattern:/(%[0-9a-f]{2…
Djquery.syntax.brush.clang.js6lib.camelCaseType);brush.push(Syntax.lib.cStyleType);brush.push({pattern:/(?:class|struct|enum|nam…
Djquery.syntax.brush.assembly.js5lib.cStyleComment);brush.push(Syntax.lib.cppStyleComment);brush.push({pattern:/\.[a-zA-Z_][a-zA-Z0…
Djquery.syntax.brush.perl5.js5lib.perlStyleRegularExpression);brush.push(Syntax.lib.perlStyleComment);brush.push(Syntax.lib.webL…
Djquery.syntax.brush.sql.js5lib.sqlStyleComment={pattern:/-- .*$/gm,klass:'comment',allow:['href']};Syntax.register('sql',func…
Djquery.syntax.brush.pascal.js5lib.camelCaseType);brush.push({pattern:/\{[\s\S]*?\}/gm,klass:'comment',allow:['href']});brush.pus…
Djquery.syntax.brush.protobuf.js7lib.camelCaseType);brush.push({pattern:/\s+(\w+)\s*=\s*\d+/g,matches:Syntax.extractMatches({klass:…
Djquery.syntax.brush.lua.js5lib.camelCaseType);brush.push(Syntax.lib.cStyleFunction);brush.push({pattern:/\-\-.*$/gm,klass:'co…
/plugin/icalevents/
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
13 externals/iCalcreator/lib/iCaldateTime.class.php
14 externals/iCalcreator/lib/iCalUtilityFunctions.class.php
15 externals/iCalcreator/lib/iCalBase.class.php
[all …]
/plugin/fedauth/Auth/OpenID/
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/
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 …]
/plugin/webcode/vendor/
Dfirebug-lite-1.2.js41 window.console[command] = firebug.lib.util.Curry(firebug.d.console.run,window,command);
45 …firebug.d.console.run('error',firebug.lib.util.String.format('{0} ({1},{2})',_message,firebug.getF…
82 …env.popupWidth = window.opener.firebug.env.popupWidth || window.opener.firebug.lib.util.GetViewpor…
83 …env.popupHeight = window.opener.firebug.env.popupHeight || window.opener.firebug.lib.util.GetViewp…
86 env.popupWidth = env.popupWidth || lib.util.GetViewport().width;
87 env.popupHeight = env.popupHeight || lib.util.GetViewport().height;
105 …new lib.element("link").attribute.set("rel","stylesheet").attribute.set("type","text/css").attribu…
116 …el.firebugIcon = new lib.element("div").attribute.set('firebugIgnore',true).attribute.set("id","fi…
122 …ew lib.element("IFRAME").attribute.set("id","FirebugIFrame").attribute.set('firebugIgnore',true).e…
123 …n = new lib.element("DIV").attribute.set("id","Firebug").attribute.set('firebugIgnore',true).envir…
[all …]

12345678910>>...45