Home
last modified time | relevance | path

Searched refs:dp (Results 1 – 25 of 78) sorted by relevance

1234

/plugin/syntaxhighlighter/Styles/
DSyntaxHighlighter.css1 .dp-highlighter
13 .dp-highlighter ol,
14 .dp-highlighter ol li,
15 .dp-highlighter ol li span
22 .dp-highlighter a,
23 .dp-highlighter a:hover
31 .dp-highlighter .bar
36 .dp-highlighter.collapsed .bar,
37 .dp-highlighter.nogutter .bar
42 .dp-highlighter ol
[all …]
/plugin/syntaxhighlighter/Scripts/
DshCore.js8dp={sh:{Toolbar:{},Utils:{},RegexLib:{},Brushes:{},Strings:{AboutDialog:'<html><head><title>About.… variable
10dp.sh.Utils.FixForBlogger(highlighter.originalCode).replace(/</g,'&lt;');var wnd=window.open('','_…
11 {var code=dp.sh.Utils.FixForBlogger(highlighter.originalCode).replace(/&lt;/g,'<').replace(/&gt;/g,…
13 else if(dp.sh.ClipboardSwf!=null)
16 flashcopier.innerHTML='<embed src="'+dp.sh.ClipboardSwf+'" FlashVars="clipboard='+encodeURIComponen…
18 …00px;';document.body.appendChild(iframe);doc=iframe.contentWindow.document;dp.sh.Utils.CopyStyles(…
19 …ument;dp.sh.Utils.CopyStyles(doc,window.document);doc.write(dp.sh.Strings.AboutDialog.replace('{V}…
20 {var div=document.createElement('DIV');div.className='tools';for(var name in dp.sh.Toolbar.Commands)
21 {var cmd=dp.sh.Toolbar.Commands[name];if(cmd.check!=null&&!cmd.check(highlighter))
24 dp.sh.Toolbar.Command=function(name,sender)
[all …]
DshBrushCss.js8 dp.sh.Brushes.CSS=function()
9 …s.regexList=[{regex:dp.sh.RegexLib.MultiLineCComments,css:'comment'},{regex:dp.sh.RegexLib.DoubleQ…
10 dp.sh.Highlighter.prototype.GetKeywordsCSS=function(str)
12 dp.sh.Highlighter.prototype.GetValuesCSS=function(str)
14 dp.sh.Brushes.CSS.prototype=new dp.sh.Highlighter();dp.sh.Brushes.CSS.Aliases=['css'];
DshBrushCSharp.js8 dp.sh.Brushes.CSharp=function()
9dp.sh.RegexLib.SingleLineCComments,css:'comment'},{regex:dp.sh.RegexLib.MultiLineCComments,css:'co…
10 dp.sh.Brushes.CSharp.prototype=new dp.sh.Highlighter();dp.sh.Brushes.CSharp.Aliases=['c#','c-sharp'…
DshBrushJScript.js8 dp.sh.Brushes.JScript=function()
9dp.sh.RegexLib.SingleLineCComments,css:'comment'},{regex:dp.sh.RegexLib.MultiLineCComments,css:'co…
10 dp.sh.Brushes.JScript.prototype=new dp.sh.Highlighter();dp.sh.Brushes.JScript.Aliases=['js','jscrip…
DshBrushPhp.js8 dp.sh.Brushes.Php=function()
9dp.sh.RegexLib.SingleLineCComments,css:'comment'},{regex:dp.sh.RegexLib.MultiLineCComments,css:'co…
10 dp.sh.Brushes.Php.prototype=new dp.sh.Highlighter();dp.sh.Brushes.Php.Aliases=['php'];
DshBrushJava.js8 dp.sh.Brushes.Java=function()
9dp.sh.RegexLib.SingleLineCComments,css:'comment'},{regex:dp.sh.RegexLib.MultiLineCComments,css:'co…
10 dp.sh.Brushes.Java.prototype=new dp.sh.Highlighter();dp.sh.Brushes.Java.Aliases=['java'];
DshBrushCpp.js8 dp.sh.Brushes.Cpp=function()
9dp.sh.RegexLib.SingleLineCComments,css:'comment'},{regex:dp.sh.RegexLib.MultiLineCComments,css:'co…
10 dp.sh.Brushes.Cpp.prototype=new dp.sh.Highlighter();dp.sh.Brushes.Cpp.Aliases=['cpp','c','c++'];
DshBrushXml.js8 dp.sh.Brushes.Xml=function()
10 dp.sh.Brushes.Xml.prototype=new dp.sh.Highlighter();dp.sh.Brushes.Xml.Aliases=['xml','xhtml','xslt'…
16 push(this.matches,new dp.sh.Match(match[1],match.index,'attribute'));if(match[2]!=undefined)
17 {push(this.matches,new dp.sh.Match(match[2],match.index+match[0].indexOf(match[2]),'attribute-value…
19 {push(this.matches,new dp.sh.Match(match[1],match.index+match[0].indexOf(match[1]),'tag-name'));}}
DshBrushRuby.js8 dp.sh.Brushes.Ruby=function()
10 …regexList=[{regex:dp.sh.RegexLib.SingleLinePerlComments,css:'comment'},{regex:dp.sh.RegexLib.Doubl…
11 dp.sh.Brushes.Ruby.prototype=new dp.sh.Highlighter();dp.sh.Brushes.Ruby.Aliases=['ruby','rails','ro…
DshBrushDelphi.js8 dp.sh.Brushes.Delphi=function()
9 …?!\\$)[\\s\\S]*?}','gm'),css:'comment'},{regex:dp.sh.RegexLib.SingleLineCComments,css:'comment'},{…
10 dp.sh.Brushes.Delphi.prototype=new dp.sh.Highlighter();dp.sh.Brushes.Delphi.Aliases=['delphi','pasc…
DshBrushSql.js8 dp.sh.Brushes.Sql=function()
9 …ew RegExp('--(.*)$','gm'),css:'comment'},{regex:dp.sh.RegexLib.DoubleQuotedString,css:'string'},{r…
10 dp.sh.Brushes.Sql.prototype=new dp.sh.Highlighter();dp.sh.Brushes.Sql.Aliases=['sql'];
/plugin/syntaxhighlighter/Uncompressed/
DshCore.js22 var dp = { variable
38 dp.SyntaxHighlighter = dp.sh;
44 dp.sh.Toolbar.Commands = {
60 var code = dp.sh.Utils.FixForBlogger(highlighter.originalCode).replace(/</g, '&lt;');
70 check: function() { return window.clipboardData != null || dp.sh.ClipboardSwf != null; },
73 var code = dp.sh.Utils.FixForBlogger(highlighter.originalCode)
83 else if(dp.sh.ClipboardSwf != null)
94 …flashcopier.innerHTML = '<embed src="' + dp.sh.ClipboardSwf + '" FlashVars="clipboard='+encodeURIC…
115 dp.sh.Utils.CopyStyles(doc, window.document);
135 dp.sh.Utils.CopyStyles(doc, window.document);
[all …]
DshBrushCss.js1 dp.sh.Brushes.CSS = function()
36 { regex: dp.sh.RegexLib.MultiLineCComments, css: 'comment' }, // multiline comments
37 { regex: dp.sh.RegexLib.DoubleQuotedString, css: 'string' }, // double quoted strings
38 { regex: dp.sh.RegexLib.SingleQuotedString, css: 'string' }, // single quoted strings
53 dp.sh.Highlighter.prototype.GetKeywordsCSS = function(str)
58 dp.sh.Highlighter.prototype.GetValuesCSS = function(str)
63 dp.sh.Brushes.CSS.prototype = new dp.sh.Highlighter();
64 dp.sh.Brushes.CSS.Aliases = ['css'];
DshBrushJScript.js1 dp.sh.Brushes.JScript = function()
10 { regex: dp.sh.RegexLib.SingleLineCComments, css: 'comment' }, // one line comments
11 { regex: dp.sh.RegexLib.MultiLineCComments, css: 'comment' }, // multiline comments
12 { regex: dp.sh.RegexLib.DoubleQuotedString, css: 'string' }, // double quoted strings
13 { regex: dp.sh.RegexLib.SingleQuotedString, css: 'string' }, // single quoted strings
21 dp.sh.Brushes.JScript.prototype = new dp.sh.Highlighter();
22 dp.sh.Brushes.JScript.Aliases = ['js', 'jscript', 'javascript'];
DshBrushCSharp.js1 dp.sh.Brushes.CSharp = function()
19 { regex: dp.sh.RegexLib.SingleLineCComments, css: 'comment' }, // one line comments
20 { regex: dp.sh.RegexLib.MultiLineCComments, css: 'comment' }, // multiline comments
21 { regex: dp.sh.RegexLib.DoubleQuotedString, css: 'string' }, // strings
22 { regex: dp.sh.RegexLib.SingleQuotedString, css: 'string' }, // strings
31 dp.sh.Brushes.CSharp.prototype = new dp.sh.Highlighter();
32 dp.sh.Brushes.CSharp.Aliases = ['c#', 'c-sharp', 'csharp'];
DshBrushJava.js1 dp.sh.Brushes.Java = function()
12 { regex: dp.sh.RegexLib.SingleLineCComments, css: 'comment' }, // one line comments
13 { regex: dp.sh.RegexLib.MultiLineCComments, css: 'comment' }, // multiline comments
14 { regex: dp.sh.RegexLib.DoubleQuotedString, css: 'string' }, // strings
15 { regex: dp.sh.RegexLib.SingleQuotedString, css: 'string' }, // strings
27 dp.sh.Brushes.Java.prototype = new dp.sh.Highlighter();
28 dp.sh.Brushes.Java.Aliases = ['java'];
DshBrushPhp.js1 dp.sh.Brushes.Php = function()
47 { regex: dp.sh.RegexLib.SingleLineCComments, css: 'comment' }, // one line comments
48 { regex: dp.sh.RegexLib.MultiLineCComments, css: 'comment' }, // multiline comments
49 { regex: dp.sh.RegexLib.DoubleQuotedString, css: 'string' }, // double quoted strings
50 { regex: dp.sh.RegexLib.SingleQuotedString, css: 'string' }, // single quoted strings
59 dp.sh.Brushes.Php.prototype = new dp.sh.Highlighter();
60 dp.sh.Brushes.Php.Aliases = ['php'];
DshBrushCpp.js19 dp.sh.Brushes.Cpp = function()
59 { regex: dp.sh.RegexLib.SingleLineCComments, css: 'comment' }, // one line comments
60 { regex: dp.sh.RegexLib.MultiLineCComments, css: 'comment' }, // multiline comments
61 { regex: dp.sh.RegexLib.DoubleQuotedString, css: 'string' }, // strings
62 { regex: dp.sh.RegexLib.SingleQuotedString, css: 'string' }, // strings
72 dp.sh.Brushes.Cpp.prototype = new dp.sh.Highlighter();
73 dp.sh.Brushes.Cpp.Aliases = ['cpp', 'c', 'c++'];
DshBrushXml.js1 dp.sh.Brushes.Xml = function()
10 dp.sh.Brushes.Xml.prototype = new dp.sh.Highlighter();
11 dp.sh.Brushes.Xml.Aliases = ['xml', 'xhtml', 'xslt', 'html', 'xhtml'];
13 dp.sh.Brushes.Xml.prototype.ProcessRegexList = function()
50 push(this.matches, new dp.sh.Match(match[1], match.index, 'attribute'));
55 …push(this.matches, new dp.sh.Match(match[2], match.index + match[0].indexOf(match[2]), 'attribute-…
68 …push(this.matches, new dp.sh.Match(match[1], match.index + match[0].indexOf(match[1]), 'tag-name')…
DshBrushRuby.js2 dp.sh.Brushes.Ruby = function()
13 { regex: dp.sh.RegexLib.SingleLinePerlComments, css: 'comment' }, // one line comments
14 { regex: dp.sh.RegexLib.DoubleQuotedString, css: 'string' }, // double quoted strings
15 { regex: dp.sh.RegexLib.SingleQuotedString, css: 'string' }, // single quoted strings
27 dp.sh.Brushes.Ruby.prototype = new dp.sh.Highlighter();
28 dp.sh.Brushes.Ruby.Aliases = ['ruby', 'rails', 'ror'];
DshBrushDelphi.js2 dp.sh.Brushes.Delphi = function()
19 { regex: dp.sh.RegexLib.SingleLineCComments, css: 'comment' }, // one line
20 { regex: dp.sh.RegexLib.SingleQuotedString, css: 'string' }, // strings
33 dp.sh.Brushes.Delphi.prototype = new dp.sh.Highlighter();
34 dp.sh.Brushes.Delphi.Aliases = ['delphi', 'pascal'];
DshBrushSql.js1 dp.sh.Brushes.Sql = function()
29 { regex: dp.sh.RegexLib.DoubleQuotedString, css: 'string' }, // double quoted strings
30 { regex: dp.sh.RegexLib.SingleQuotedString, css: 'string' }, // single quoted strings
41 dp.sh.Brushes.Sql.prototype = new dp.sh.Highlighter();
42 dp.sh.Brushes.Sql.Aliases = ['sql'];
DshBrushVb.js1 dp.sh.Brushes.Vb = function()
20 { regex: dp.sh.RegexLib.DoubleQuotedString, css: 'string' }, // strings
28 dp.sh.Brushes.Vb.prototype = new dp.sh.Highlighter();
29 dp.sh.Brushes.Vb.Aliases = ['vb', 'vb.net'];
/plugin/dw2pdf/vendor/mpdf/mpdf/src/Gif/
DLzw.php60 $dp = 0; // data pointer
62 $this->LZWCommandInit($data, $dp);
64 while (($iIndex = $this->LZWCommand($data, $dp)) >= 0) {
68 $datLen = $dp;
77 function LZWCommandInit(&$data, &$dp) argument
80 $dp += 1;
88 $this->GetCodeInit($data, $dp);
105 function LZWCommand(&$data, &$dp) argument
110 $this->FirstCode = $this->GetCode($data, $dp);
122 while (($Code = $this->GetCode($data, $dp)) >= 0) {
[all …]

1234