Home
last modified time | relevance | path

Searched refs:lib (Results 26 – 50 of 966) sorted by relevance

12345678910>>...39

/plugin/webcode/vendor/
H A Dfirebug-lite-1.2.js150 if(lib.env.ie||lib.env.webkit){
357 if(lib.env.ie6){
780 if(lib.env.ie6){
792 if(lib.env.ie6){
861 if(lib.env.ie6)
1138 …parentElement.environment.getParent().lib.child.get()[0].lib.child.get()[0].lib.attribute.removeCl…
1144 …parentElement.environment.getParent().lib.child.get()[0].lib.child.get()[0].lib.attribute.addClass…
1385 nodeLink = parent.environment.getParent().lib.child.get()[0].lib;
1726 if(lib.env.ie){
1752 if(lib.env.ie)
[all …]
H A Dfirebug-lite-1.2-compressed.js5lib.util.GetViewport().width;env.popupHeight=window.opener.firebug.env.popupHeight||window.opener.…
12 if(lib.env.ie||lib.env.webkit){el.button.container.environment.addStyle({"paddingTop":"12px"});}
13lib.element("DIV").attribute.addClass("Nav").insert(el.left.container);el.nav.console=new lib.elem…
17 lib.util.AddEvent(window,"unload",win.unload);if(internal.isPopup){env.height=lib.util.GetViewport(…
26 …dim=lib.util.GetViewport();el.main.environment.addStyle({"width":dim.width+"px"});el.mainiframe.en…
36lib.child.get()[0].lib.child.get()[0].lib.attribute.addClass("Opened");parentElement.opened=true;f…
56 if(!parentLayer){parentLayer=el.left.html.container.child.get()[3].childNodes[1].lib;}
61 if(parent!=el.left.html.container){nodeLink=parent.environment.getParent().lib.child.get()[0].lib;i…
72lib.element("span").update(item[1].readyState));el.left.xhr.responseContent.child.add(new lib.elem…
81 firebug.cancelEvent(_event);if(lib.env.ie)
[all …]
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.2-compressed.js12 var firebug={version:[1.231,20100118],el:{},env:{"css":"http://getfirebug.com/releases/lite/1.2/firebug-lite.css","debug":true,"detectFirebug":true,"dIndex":"console","height":295,"hideDOMFunctions":false,"openInPopup":false,"override":false,"ml":false,"showIconWhenHidden":true,"popupTop":1,"popupLeft":1,"popupWidth":undefined,"popupHeight":undefined,"textNodeChars":0},internal:{"cache":{},"extConsole":null,"init":false,"isPopup":false,"liteFilename":null,"minimized":false,"popupWin":null,"targetWindow":undefined},initConsole:function(){var command;try{if((!window.console||(window.console&&!window.console.firebug))||(firebug.env.override&&!(/Firefox\/3/i.test(navigator.userAgent)))){window.console={"provider":"Firebug Lite"};for(command in firebug.d.console.cmd){window.console[command]=firebug.lib.util.Curry(firebug.d.console.run,window,command);};}
13 window.onerror=function(_message,_file,_line){firebug.d.console.run('error',firebug.lib.util.String.format('{0} ({1},{2})',_message,firebug.getFileName(_file),_line));};}catch(e){}},overrideConsole:function(){with(firebug){env.override=true;try{internal.extConsole=window.console;}catch(e){}
16 if(internal.isPopup){env.openInPopup=false;internal.targetWindow=window.opener;env.popupWidth=window.opener.firebug.env.popupWidth||window.opener.firebug.lib.util.GetViewport().width;env.popupHeight=window.opener.firebug.env.popupHeight||window.opener.firebug.lib.util.GetViewport().height;}else{internal.targetWindow=window;env.popupWidth=env.popupWidth||lib.util.GetViewport().width;env.popupHeight=env.popupHeight||lib.util.GetViewport().height;}
19 if(!cssLoaded){document.getElementsByTagName("head")[0].appendChild(new lib.element("link").attribute.set("rel","stylesheet").attribute.set("type","text/css").attribute.set("href",env.css).element);}
21 el.firebugIcon=new lib.element("div").attribute.set('firebugIgnore',true).attribute.set("id","firebugIconDiv").attribute.set("title",iconTitle).attribute.set("alt",iconTitle).event.addListener("mousedown",win.iconClicked).insert(document.body);el.content={};el.mainiframe=new lib.element("IFRAME").attribute.set("id","FirebugIFrame").attribute.set('firebugIgnore',true).environment.addStyle({"display":"none","width":lib
[all...]
H A Dfirebug-lite-1.2.js52 window.console[command] = firebug.lib.util.Curry(firebug.d.console.run,window,command);
56 firebug.d.console.run('error',firebug.lib.util.String.format('{0} ({1},{2})',_message,firebug.getFileName(_file),_line));
93 env.popupWidth = window.opener.firebug.env.popupWidth || window.opener.firebug.lib.util.GetViewport().width;
94 env.popupHeight = window.opener.firebug.env.popupHeight || window.opener.firebug.lib.util.GetViewport().height;
97 env.popupWidth = env.popupWidth || lib.util.GetViewport().width;
98 env.popupHeight = env.popupHeight || lib.util.GetViewport().height;
116 new lib.element("link").attribute.set("rel","stylesheet").attribute.set("type","text/css").attribute.set("href",env.css).element
127 el.firebugIcon = new lib.element("div").attribute.set('firebugIgnore',true).attribute.set("id","firebugIconDiv").attribute.set("title",iconTitle).attribute.set("alt",iconTitle).event.addListener("mousedown",win.iconClicked).insert(document.body);
133 el.mainiframe = new lib.element("IFRAME").attribute.set("id","FirebugIFrame").attribute.set('firebugIgnore',true).environment.addStyle({ "display":"none", "width":lib
[all...]
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.brush.haskell.js5lib.camelCaseType);brush.push({pattern:/\-\-.*$/gm,klass:'comment',allow:['href']});brush.push({pa…
H A Djquery.syntax.brush.smalltalk.js5lib.camelCaseType);brush.push(Syntax.lib.singleQuotedString);brush.push(Syntax.lib.doubleQuotedStr…
H A Djquery.syntax.brush.basic.js5lib.vbStyleComment={pattern:/' .*$/gm,klass:'comment',allow:['href']};Syntax.register('basic',func…
H A Djquery.syntax.brush.apache.js5lib.webLinkProcess("site:http://httpd.apache.org/docs/trunk/ directive",true)})});brush.push({patt…
H A Djquery.syntax.brush.kai.js5 …lass:'operator'});brush.push(Syntax.lib.perlStyleComment);brush.push(Syntax.lib.decimalNumber);bru…
6 brush.push(Syntax.lib.multiLineDoubleQuotedString);brush.push(Syntax.lib.stringEscape);});
H A Djquery.syntax.brush.css.js6lib.cStyleComment);brush.push(Syntax.lib.webLink);brush.push({pattern:/\{(.|\n)*?\}/g,klass:'prope…
H A Djquery.syntax.brush.ocaml.js5lib.camelCaseType);brush.push(Syntax.lib.webLink);brush.push({pattern:/\(\*[\s\S]*?\*\)/g,klass:'c…
H A Djquery.syntax.brush.bash-script.js5 …yntax.extractMatches({brush:'bash-script',debug:true})});brush.push(Syntax.lib.perlStyleComment);b…
6lib.singleQuotedString);brush.push(Syntax.lib.doubleQuotedString);brush.push(Syntax.lib.decimalNum…
H A Djquery.syntax.brush.scala.js5lib.doubleQuotedString);brush.push({pattern:/(?:def\s+|\.)([a-z_][a-z0-9_]+)/gi,matches:Syntax.ext…
H A Djquery.syntax.brush.bash.js5 …sh.push(Syntax.lib.singleQuotedString);brush.push(Syntax.lib.doubleQuotedString);brush.push(Syntax…
/plugin/autolink3/
H A Dadmin.php89 …<input type='image' src='".DOKU_BASE."/lib/plugins/autolink3/ressources/delete.gif' name='supr' va…
90 …<input type='image' src='".DOKU_BASE."/lib/plugins/autolink3/ressources/edit.gif' name='mod' value…
100 …<input type='image' src='".DOKU_BASE."/lib/plugins/autolink3/ressources/add.gif' name='complete' v…
150 …ght' style='width:16px;float:left;'><input type='image' src='".DOKU_BASE."/lib/plugins/autolink3/r…
151 …ght' style='width:16px;float:left;'><input type='image' src='".DOKU_BASE."/lib/plugins/autolink3/r…
152 …ght' style='width:16px;float:left;'><input type='image' src='".DOKU_BASE."/lib/plugins/autolink3/r…
171 …<input type='image' src='".DOKU_BASE."/lib/plugins/autolink3/ressources/add.gif' alt='add' name='a…
176 <script type='text/javascript' src='".DOKU_BASE."/lib/plugins/autolink3/script.js'>
183 …<img src='".DOKU_BASE."/lib/images/loading.gif' id='pl_si_throbber' style='visibility: hidden' alt…
/plugin/flexpaper/
H A DREADME.md8 And then copy below files to plugin folder "dokuwiki/lib/plugins/flexpaper/FlexPaper":
15 - dokuwiki/lib/plugins/flexpaper/FlexPaper/FlexPaperViewer.swf
16 - dokuwiki/lib/plugins/flexpaper/FlexPaper/js/expressInstall.swf
17 - dokuwiki/lib/plugins/flexpaper/FlexPaper/js/flexpaper.js
18 - dokuwiki/lib/plugins/flexpaper/FlexPaper/js/flexpaper_handlers.js
/plugin/struct/
H A Drequirements.txt2 https://github.com/cosmocode/sqlite.git lib/plugins/sqlite
3 https://github.com/dokufreaks/plugin-include lib/plugins/include
4 https://github.com/cosmocode/log lib/plugins/log
5 https://github.com/splitbrain/dokuwiki-plugin-bureaucracy lib/plugins/bureaucracy
/plugin/combo/grammar/
H A DREADME.md7 -o D:\dokuwiki\lib\plugins\combo\ComboStrap\PageSqlParser ^
10 -lib D:/dokuwiki/lib/plugins/combo/grammar ^
11 D:/dokuwiki/lib/plugins/combo/grammar\PageSql.g4
16 * Output directory: `D:\dokuwiki\lib\plugins\combo\`
19 * Lib (not yet used): `D:\dokuwiki\lib\plugins\combo\grammar`
/plugin/combo/
H A Drequirements.txt2 https://github.com/cosmocode/sqlite.git lib/plugins/sqlite
3 https://github.com/michitux/dokuwiki-plugin-move lib/plugins/move
4 https://github.com/alexlehm/dokuwiki-plugin-gtm lib/plugins/googletagmanager
5 https://github.com/tatewake/dokuwiki-plugin-googleanalytics lib/plugins/googleanalytics
/plugin/dokucrypt2/patches/
H A Dpatch1.diff8 lib/scripts/edit.js
13 diff --git a/lib/scripts/edit.js b/lib/scripts/edit.js
15 --- a/lib/scripts/edit.js
16 +++ b/lib/scripts/edit.js
/plugin/freechat/
H A Dsyntax.php62 require_once DOKU_INC.'lib/plugins/freechat/phpfreechat/src/phpfreechat.class.php';
113 … $params['data_public_path'] = DOKU_INC.'lib/plugins/freechat/phpfreechat/data/public';
114 … $params['data_public_url'] = DOKU_URL.'lib/plugins/freechat/phpfreechat/data/public';
121 $params['server_script_path'] = DOKU_INC.'lib/plugins/freechat/backend.php';
122 $params['server_script_url'] = DOKU_URL.'lib/plugins/freechat/backend.php';
/plugin/offline/ui/dokuwiki/
H A Dscreen.css1lib/images/interwiki.png) 0px 1px no-repeat;padding-left:16px;}a.iw_wp{background-image:url(/dokuw…
/plugin/farm/install/
H A Dfarmstructurecreator.php.bak40 …if(@file_exists($farmconf['farmer'].'lib/plugins/farm/installed')) $file = $farmconf['farmer'].'li…
41 if(@file_exists('./lib/plugins/farm/installed')) $file = './lib/plugins/farm/installed';
52 if(!@file_exists('./lib/plugins/farm/config.php')) die('Cannot load config');
53 if(!copy('./lib/plugins/farm/config.php', 'config.php')) die('Cannot copy temp config');
81 … if($htaccess = @file_get_contents($farmconf['farmer'].'lib/plugins/farm/install/farm.htaccess')) {
97 if($htaccess = @file_get_contents($farmconf['farmer'].'lib/plugins/farm/install/barn.htaccess')) {
114 $farmconf['farmer'].'lib/plugins/farm/install/animaltemplate',
129 …if(!copy($farmconf['farmer'].'lib/plugins/farm/install/preload.php', $farmconf['farmer'].'inc/prel…
134 $wsdl = @file_get_contents($farmconf['farmer'].'lib/plugins/farm/install/wsdl.base');
138 …$wsdl = str_replace('{location}', $farmconf['farmwebroot'].$farmconf['farmer'].'lib/plugins/farm/s…
[all …]
/plugin/webdav/
H A Dcomposer.lock79 "lib-libxml": ">=2.7.0",
110 "Sabre\\DAV\\": "lib/DAV/",
163 "Sabre\\Event\\": "lib/"
166 "lib/coroutine.php",
167 "lib/Loop/functions.php",
227 "lib/functions.php"
230 "Sabre\\HTTP\\": "lib/"
276 "lib/functions.php"
279 "Sabre\\Uri\\": "lib/"
417 "lib-libxml": ">=2.6.20",
[all …]
/plugin/tagadd/
H A Drequirements.txt1 https://github.com/lisps/ajaxedit.git lib/plugins/ajaxedit
2 https://github.com/lisps/tagfilter.git lib/plugins/tagfilter
3 https://github.com/dokufreaks/plugin-tag.git lib/plugins/tag

12345678910>>...39