Home
last modified time | relevance | path

Searched refs:quote (Results 276 – 293 of 293) sorted by path

1...<<1112

/plugin/syntaxhighlightjs/static/lib/highlightjs/styles/
H A Dsolarized-dark.min.css1 …x:auto;padding:0.5em;background:#002b36;color:#839496}.hljs-comment,.hljs-quote{color:#586e75}.hlj…
H A Dsolarized-light.min.css1 …x:auto;padding:0.5em;background:#fdf6e3;color:#657b83}.hljs-comment,.hljs-quote{color:#93a1a1}.hlj…
H A Dsunburst.min.css1 …ow-x:auto;padding:0.5em;background:#000;color:#f8f8f8}.hljs-comment,.hljs-quote{color:#aeaeae;font…
H A Dtomorrow-night-blue.min.css1 .hljs-comment,.hljs-quote{color:#7285b7}.hljs-variable,.hljs-template-variable,.hljs-tag,.hljs-name…
H A Dtomorrow-night-bright.min.css1 .hljs-comment,.hljs-quote{color:#969896}.hljs-variable,.hljs-template-variable,.hljs-tag,.hljs-name…
H A Dtomorrow-night-eighties.min.css1 .hljs-comment,.hljs-quote{color:#999999}.hljs-variable,.hljs-template-variable,.hljs-tag,.hljs-name…
H A Dtomorrow-night.min.css1 .hljs-comment,.hljs-quote{color:#969896}.hljs-variable,.hljs-template-variable,.hljs-tag,.hljs-name…
H A Dtomorrow.min.css1 .hljs-comment,.hljs-quote{color:#8e908c}.hljs-variable,.hljs-template-variable,.hljs-tag,.hljs-name…
H A Dvs.min.css1 …low-x:auto;padding:0.5em;background:white;color:black}.hljs-comment,.hljs-quote,.hljs-variable{col…
H A Dxcode.min.css1 …flow-x:auto;padding:0.5em;background:#fff;color:black}.hljs-comment,.hljs-quote{color:#006a00}.hlj…
H A Dzenburn.min.css1 …lt_in,.hljs-builtin-name{color:#cc9393}.hljs-addition,.hljs-comment,.hljs-quote,.hljs-meta{color:#…
/plugin/tagfilter/script/
H A Djquery.history.js1 typeof JSON!="object"&&(JSON={}),function(){"use strict";function f(e){return e<10?"0"+e:e}function quote(e){return escapable.lastIndex=0,escapable.test(e)?'"'+e.replace(escapable,function(e){var t=meta[e];return typeof t=="string"?t:"\\u"+("0000"+e.charCodeAt(0).toString(16)).slice(-4)})+'"':'"'+e+'"'}function str(e,t){var n,r,i,s,o=gap,u,a=t[e];a&&typeof a=="object"&&typeof a.toJSON=="function"&&(a=a.toJSON(e)),typeof rep=="function"&&(a=rep.call(t,e,a));switch(typeof a){case"string":return quote(a);case"number":return isFinite(a)?String(a):"null";case"boolean":case"null":return String(a);case"object":if(!a)return"null";gap+=indent,u=[];if(Object.prototype.toString.apply(a)==="[object Array]"){s=a.length;for(n=0;n<s;n+=1)u[n]=str(n,a)||"null";return i=u.length===0?"[]":gap?"[\n"+gap+u.join(",\n"+gap)+"\n"+o+"]":"["+u.join(",")+"]",gap=o,i}if(rep&&typeof rep=="object"){s=rep.length;for(n=0;n<s;n+=1)typeof rep[n]=="string"&&(r=rep[n],i=str(r,a),i&&u.push(quote(r)+(gap?": ":":")+i))}else for(r in a)Object.prototype.hasOwnProperty.call(a,r)&&(i=str(r,a),i&&u.push(quote(r)+(gap?": ":":")+i));return i=u.length===0?"{}":gap?"{\n"+gap+u.join(",\n"+gap)+"\n"+o+"}":"{"+u. (…) function
/plugin/tuxquote/
H A DREADME7 Tuxquote show a random image of Tux the Linux penguin with a random quote using the '[TUXQUOTE]' sh…
H A Dplugin.info.txt6 desc Show a random image and quote
H A Dquotes.txt2616 I often quote myself. It adds spice to my conversation. <BR> -- George Bernard Shaw (1856 - 1950)
3574 …f a black velvet clown painting. It's a rectangle of carets surrounding a quote from a literary gi…
3895 The ability to quote is a serviceable substitute for wit.
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js2999 function quote(string){escapable.lastIndex=0;
3006 }switch(typeof value){case"string":return quote(value);
3024 if(v){partial.push(quote(k)+(gap?": ":":")+v)
3026 if(v){partial.push(quote(k)+(gap?": ":":")+v)
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/
H A Dopen-iconic.css234 .oi[data-glyph=double-quote-sans-left]:before { content:'\e054'; }
236 .oi[data-glyph=double-quote-sans-right]:before { content:'\e055'; }
238 .oi[data-glyph=double-quote-serif-left]:before { content:'\e056'; }
240 .oi[data-glyph=double-quote-serif-right]:before { content:'\e057'; }
/plugin/xlsx2dw/packages/exceljs/
H A Dexceljs.js25655 this.quote = '"';
25656 this.escape = this.quote;
25671 this.quote = '"';
25673 this.quote = '';
25677 this.escape = this.quote;
25754 if (formatterOptions.quote !== '') {
25773 var quote = this.formatterOptions.quote;
25774 return "".concat(quote).concat(field).concat(quote);
26564 this.quote = '"';
26566 this.escapeChar = this.quote;
[all …]

1...<<1112