Home
last modified time | relevance | path

Searched refs:code (Results 876 – 900 of 945) sorted by path

1...<<3132333435363738

/template/twigstarter/vendor/twig/twig/
H A DCHANGELOG240 * changed internal code to use the namespaced classes as much as possible
254 * switched generated code to use the PHP short array notation
351 * fixed JS escaping for unicode characters with higher code points
H A DLICENSE8 * Redistributions of source code must retain the above copyright notice,
/template/twigstarter/vendor/twig/twig/src/
H A DLexer.php25 private $code; variable in Twig\\Lexer
159 $this->code = str_replace(["\r\n", "\r"], "\n", $source->getCode());
162 $this->end = \strlen($this->code);
299 if (preg_match('/\s+/A', $this->code, $match, 0, $this->cursor)) {
308 if ('=' === $this->code[$this->cursor] && '>' === $this->code[$this->cursor + 1]) {
334 if (false !== strpos('([{', $this->code[$this->cursor])) {
335 $this->brackets[] = [$this->code[$this->cursor], $this->lineno];
338 elseif (false !== strpos(')]}', $this->code[$this->cursor])) {
344 if ($this->code[$this->cursor] != strtr($expect, '([{', ')]}')) {
375 $text = substr($this->code, $this->cursor, $match[0][1] - $this->cursor);
[all …]
H A DSource.php21 private $code; variable in Twig\\Source
26 * @param string $code The template source code
30 public function __construct(string $code, string $name, string $path = '') argument
32 $this->code = $code;
39 return $this->code;
/template/typo/
H A DCOPYING24 this service if you wish), that you receive source code or can get it
36 source code. And you must show them these terms so they know their
80 source code as you receive it, in any medium, provided that you
145 machine-readable copy of the corresponding source code, to be
150 to distribute corresponding source code. (This alternative is
157 code means all the source code for all modules it contains, plus any
160 special exception, the source code distributed need not include
166 If distribution of executable or object code is made by offering
168 access to copy the source code from the same place counts as
169 distribution of the source code, even though third parties are not
[all …]
H A Ddesign.css476 /* code blocks by indention */
481 /* code blocks by code tag */
482 div.dokuwiki pre.code {
486 /* code blocks by file tag */
493 div.dokuwiki dl.code {
499 div.dokuwiki dl.code dt {
506 div.dokuwiki dl.code dt a,
511 div.dokuwiki dl.code dt {
522 /* inline code words */
523 div.dokuwiki code {
[all …]
H A Dprint.css154 /* code blocks by indention */
163 /* code blocks by code tag */
164 pre.code {
172 /* inline code words */
173 code { selector
177 /* code blocks by file tag */
H A Drtl.css120 div.dokuwiki .code {
H A Dtypo_design.css284 div.dokuwiki pre.code,
290 div.dokuwiki code {
/template/typowiki/typowiki/assets/fonts/microns/
H A Dmicrons.css344 .mu-code:before {
/template/typowiki/typowiki/css/
H A DtypoUI.css1 *,::before,::after{box-sizing:border-box}::before,::after{text-decoration:inherit;vertical-align:inherit}html{cursor:default;line-height:1.5;-moz-tab-size:4;tab-size:4;-webkit-tap-highlight-color:transparent;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;word-break:break-word}body{margin:0}h1{font-size:2em;margin:0.67em 0}dl dl,dl ol,dl ul,ol dl,ul dl{margin:0}ol ol,ol ul,ul ol,ul ul{margin:0}hr{height:0;overflow:visible}main{display:block}nav ol,nav ul{list-style:none;padding:0}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent}abbr[title]{text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace, monospace;font-size:1em}small{font-size:80%}audio,canvas,iframe,img,svg,video{vertical-align:middle}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}iframe{border-style:none}img{border-style:none}svg:not([fill]){fill:currentColor}svg:not(:root){overflow:hidden}table{border-collapse:collapse}button,input,select{margin:0}button{overflow:visible;text-transform:none}button,[type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}fieldset{border:1px solid #a0a0a0;padding:0.35em 0.75em 0.625em}input{overflow:visible}legend{color:inherit;display:table;max-width:100%;white-space:normal}progress{display:inline-block;vertical-align:baseline}select{text-transform:none}textarea{margin:0;overflow:auto;resize:vertical}[type="checkbox"],[type="radio"]{padding:0}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}::-webkit-input-placeholder{color:inherit;opacity:0.54}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}::-moz-focus-inner{border-style:none;padding:0}:-moz-focusring{outline:1px dotted ButtonText}:-moz-ui-invalid{box-shadow:none}details{display:block}dialog{background-color:white;border:solid;color:black;display:block;height:-moz-fit-content;height:-webkit-fit-content;height:fit-content;left:0;margin:auto;padding:1em;position:absolute;right:0;width:-moz-fit-content;width:-webkit-fit-content;width:fit-content}dialog:not([open]){display:none}summary{display:list-item}canvas{display:inline-block}template{display:none}a,area,button,input,label,select,summary,textarea,[tabindex]{-ms-touch-action:manipulation;touch-action:manipulation}[hidden]{display:none}[aria-busy="true"]{cursor:progress}[aria-controls]{cursor:pointer}[aria-disabled="true"],[disabled]{cursor:not-allowed}[aria-hidden="false"][hidden]{display:initial}[aria-hidden="false"][hidden]:not(:focus){clip:rect(0, 0, 0, 0);position:absolute}/*! Based on Marx v3.0.6 - The classless CSS reset (perfect for Communists) | MIT License | https://github.com/mblode/marx */html{overflow-x:auto;overflow-y:scroll;word-break:normal}html,body{margin:0;padding:0;height:100%;width:100%;word-wrap:break-word}@media screen and (prefers-reduced-motion: no-preference){html,body{scroll-behavior:smooth}}main,header,footer,article,section,aside,details,summary{margin:0 auto;margin-bottom:18px;width:100%}main{display:block;margin:0 auto;max-width:768px;padding:0 18px 18px}body{background-color:#fbfbfb;word-break:normal}footer{border-top:1px solid #DBDBDB;padding:18px 0;text-align:center}footer p{margin-bottom:0}hr{border:0;border-top:1px solid #DBDBDB;display:block;margin-top:40px;margin-bottom:40px;width:20%;box-sizing:content-box;height:0;overflow:visible}img{height:auto;max-width:100%;vertical-align:baseline}::selection{color:#fff;background:#982c61}:focus{outline:0.125rem solid #e3a122;outline-offset:.125rem}embed,iframe,video{border:0}body{color:#2C2C2C;font-family:"inter-web",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:17.5px;line-height:1.62em;font-weight:300}p{margin:0;margin-bottom:20px}b,strong{font-weight:700}.usr-content p img{margin-top:20px;margin-bottom:20px;margin-left:auto;margin-right:auto}h1,h2,h3,h4,h5,h6{color:inherit;font-family:inherit;line-height:1.3;font-weight:700;margin-bottom:.7rem}h1{font-size:1.75em;margin:20px 0 18px;letter-spacing:-.4px}h2{font-size:1.5em;margin:20px 0 18px;letter-spacing:-.4px}h3{font-size:1.3em;margin:18px 0 4px;color:#898989}h4{font-size:1.2em;margin:18px 0 4px;color:#898989}h5{font-size:1.1em;margin:18px 0 4px;color:#898989}h6{font-size:1em;margin:18px 0 4px;color:#898989}small{color:#5F5F5F;vertical-align:bottom}pre{background:#f7f7f9;color:#2C2C2C;display:block;font-family:"inconsolata",Consolas,"Courier",Monaco,monospace;font-size:17.5px;margin:18px 0;white-space:pre-wrap;overflow-wrap:break-word}code{color:#e83e8c;font-family:"inconsolata",Consolas,"Courier",Monaco,monospace;font-size:17.5px;background:#f4f1f1;line-height:inherit;margin:0;padding:0;vertical-align:baseline;word-break:break-all;word-wrap:break-word;display:inline;padding-left:7px;padding-right:7px;border-radius:7px;font-size:17.5px}pre{background:#f4f1f1;padding-left:10px;padding-right:10px;border-radius:10px;color:#e83e8c;font-size:17.5px;margin-bottom:18px}a:not(.media):not(.fn_top):not(img):not(div){text-decoration:none;color:inherit}a:not(.media):not(.fn_top):not(img):not(div):hover,a:not(.media):not(.fn_top):not(img):not(div):focus{text-decoration:none;border-bottom:1.5px solid currentColor}a.primary,.usr-content .page a:not(.media):not(.fn_top):not(img):not(div),a.mediafile{color:#982c61;text-decoration:none;border-bottom:1.5px solid currentColor}a.primary:hover,a.primary:focus,a.primary:active,.usr-content .page a:not(.media):not(.fn_top):not(img):not(div):hover,.usr-content .page a:not(.media):not(.fn_top):not(img):not(div):focus,.usr-content .page a:not(.media):not(.fn_top):not(img):not(div):active,a.mediafile:hover,a.mediafile:focus,a.mediafile:active{color:#6f1d45}a.primary:visited,.usr-content .page a:not(.media):not(.fn_top):not(img):not(div):visited,a.mediafile:visited{color:#982c61}a.primary:visited:hover,a.primary:visited:focus,a.primary:visited:active,.usr-content .page a:not(.media):not(.fn_top):not(img):not(div):visited:hover,.usr-content .page a:not(.media):not(.fn_top):not(img):not(div):visited:focus,.usr-content .page a:not(.media):not(.fn_top):not(img):not(div):visited:active,a.mediafile:visited:hover,a.mediafile:visited:focus,a.mediafile:visited:active{color:#5d1b3b}dl{margin-bottom:18px}dd{margin-left:40px}ul,ol{margin-bottom:18px;padding-left:40px;vertical-align:baseline}.usr-content ul li,.usr-content ol li{margin-bottom:10px}blockquote{border-left:3px solid #982c61;font-family:inherit;margin-left:18px;padding-left:18px;padding:0 1em;font-size:1.15rem;font-weight:300;font-style:normal;margin-top:2rem;margin-bottom:2rem}figcaption{font-family:inherit}u{text-decoration:underline}s{text-decoration:line-through}sup{vertical-align:super;line-height:0;font-size:75%}sub{font-size:.86em;vertical-align:sub}mark{background:#ffeb3b}input[type="text"],input[type="password"],input[type="email"],input[type="url"],input[type="date"],input[type="month"],input[type="time"],input[type="datetime"],input[type="datetime-local"],input[type="week"],input[type="number"],input[type="search"],input[type="tel"],select,textarea{background:#f4f1f1;background-clip:padding-box;border:1px solid #f4f1f1;border-bottom:1px solid #5F5F5F;border-radius:4px;color:#5F5F5F;display:inline-block;width:100%;padding:10px 18px;line-height:1.5;transition:border-color .15s ease-in-out, box-shadow .15s ease-in-out;font-family:"inter-web",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";font-size:14.5px;margin-right:10px}.dark input[type="text"],.dark input[type="password"],.dark input[type="email"],.dark input[type="url"],.dark input[type="date"],.dark input[type="month"],.dark input[type="time"],.dark input[type="datetime"],.dark input[type="datetime-local"],.dark input[type="week"],.dark input[type="number"],.dark input[type="search"],.dark input[type="tel"],.dark select,.dark textarea{background:#454545;border:1px solid transparent;border-bottom:1px solid #FBFBFB;color:#FBFBFB}input[type="color"]{background:#fff;border:1px solid #DBDBDB;border-radius:4px;display:inline-block;vertical-align:middle}input:not([type]){-webkit-appearance:none;background:#f4f1f1;background-clip:padding-box;border:1px solid #DBDBDB;border-radius:4px;color:#2C2C2C;display:block;width:100%;padding:10px 18px;line-height:1.5;transition:border-color .15s ease-in-out, box-shadow .15s ease-in-out;text-align:left}input[type="text"]:focus,input[type="password"]:focus,input[type="email"]:focus,input[type="url"]:focus,input[type="date"]:focus,input[type="month"]:focus,input[type="time"]:focus,input[type="datetime"]:focus,input[type="datetime-local"]:focus,input[type="week"]:focus,input[type="number"]:focus,input[type="search"]:focus,input[type="tel"]:focus,input[type="color"]:focus,select:focus,textarea:focus{background-color:#fff;border-color:#cc96b0;outline:0;box-shadow:0 0 0 0.2rem rgba(152,44,97,0.25)}.dark input[type="text"]:focus,.dark input[type="password"]:focus,.dark input[type="email"]:focus,.dark input[type="url"]:focus,.dark input[type="date"]:focus,.dark input[type="month"]:focus,.dark input[type="time"]:focus,.dark input[type="datetime"]:focus,.dark input[type="datetime-local"]:focus,.dark input[type="week"]:focus,.dark input[type="number"]:focus,.dark input[type="search"]:focus,.dark input[type="tel"]:focus,.dark input[type="color"]:focus,.dark select:focus,.dark textarea:focus{color:#FBFBFB;background-color:#5F5F5F}input:not([type]):focus{background-color:#fff;border-color:#cc96b0;outline:0;box-shadow:0 0 0 0.2rem rgba(152,44,97,0.25)}input[type="file"]:focus,input[type="radio"]:focus,input[type="checkbox"]:focus{outline:1px thin #DBDBDB}input[type="text"][disabled],input[type="password"][disabled],input[type="email"][disabled],input[type="url"][disabled],input[type="date"][disabled],input[type="month"][disabled],input[type="time"][disabled],input[type="datetime"][disabled],input[type="datetime-local"][disabled],input[type="week"][disabled],input[type="number"][disabled],input[type="search"][disabled],input[type="tel"][disabled],input[type="color"][disabled],select[disabled],textarea[disabled]{background-color:#DBDBDB;color:#5F5F5F;cursor:not-allowed;opacity:1}input:not([type])[disabled]{background-color:#DBDBDB;color:#5F5F5F;cursor:not-allowed;opacity:1}input[readonly],select[readonly],textarea[readonly]{border-color:#DBDBDB;color:#5F5F5F}input:focus:invalid,textarea:focus:invalid,select:focus:invalid{border-color:#d91a72;color:#e83e8c}input[type="file"]:focus:invalid:focus,input[type="radio"]:focus:invalid:focus,input[type="checkbox"]:focus:invalid:focus{outline-color:#e83e8c}select{border:1px solid #DBDBDB;vertical-align:sub}select:not([size]):not([multiple]){height:calc(40px)}select[multiple]{height:auto}label{display:inline-block;line-height:2;color:#5F5F5F;font-size:14.5px}fieldset{border:0;margin:0;padding:10px 0}fieldset li{list-style:none}legend{border-bottom:1px solid #DBDBDB;color:#2C2C2C;display:block;margin-bottom:10px;padding:10px 0;width:100%}textarea{overflow:auto;resize:vertical}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0;display:inline}input[type=submit],input[type=reset],input[type=button],button{background-color:transparent;border:1px solid transparent;border-radius:4px;color:#000;padding:10px 18px;display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;user-select:none;line-height:1.5;transition:color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;cursor:pointer;font-size:14.5px}input[type=submit],button[type=submit],#media__sendbtn{font-weight:700;border:1px solid #000}.dark input[type=submit],.dark input[type=reset],.dark input[type=button],.dark button{background-color:transparent;color:#FBFBFB;border:1px solid #FBFBFB}.dark button:hover,.dark button:active,.dark button:focus{background-color:#454545 !important;border:1px solid #FBFBFB !important;color:#FBFBFB;transition:0.5s box-shadow, 0.6s background-color, 0.6s border}input[type=submit]::-moz-focus-inner,input[type=reset]::-moz-focus-inner,input[type=button]::-moz-focus-inner,button::-moz-focus-inner{padding:0}input[type=submit]:hover,input[type=reset]:hover,input[type=button]:hover,button:hover{background-color:#000;border-color:#000;color:#fff}input[type=submit]:not(:disabled):active,input[type=reset]:not(:disabled):active,input[type=button]:not(:disabled):active,button:not(:disabled):active{background-color:#000;border-color:#000;color:#fff}input[type=submit]:focus,input[type=reset]:focus,input[type=button]:focus,button:focus{outline:0;box-shadow:0 0 0 0.2rem rgba(152,44,97,0.5)}input[type=submit]:disabled,input[type=reset]:disabled,input[type=button]:disabled,button:disabled{opacity:.65;cursor:not-allowed;background-color:transparent;border-color:#000;color:#000}table{margin-bottom:18px;display:block;width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch;border-collapse:collapse;word-break:keep-all}caption{padding:10px 0}thead th{border:0;border-bottom:2px solid #DBDBDB}tr{margin-bottom:10px}th,td{padding:10px;vertical-align:middle}td{border-bottom:1px solid #DBDBDB}tfoot tr{text-align:left}tfoot td{color:#5F5F5F;font-size:10px;font-style:italic;padding:18px 4px}.usr-content table .code{display:inline} selector
/template/typowiki/typowiki/scss/
H A D_sanitize.scss165 code,
H A D_tables.scss43 .usr-content table .code {
H A D_typography.scss90 code {
/template/usable/blueprint/
H A Die.css21 html>body p code {*white-space:normal;}
H A Dprint.css19 code {font:.9em "Courier New", Monaco, Courier, monospace;} selector
H A Dscreen.css17 …e, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img,… selector
49 pre, code {margin:1.5em 0;white-space:pre;} selector
50 pre, code, tt {font:1em 'andale mono', 'lucida console', monospace;line-height:1.5;} selector
/template/usable/blueprint/plugins/fancy-type/
H A Dscreen.css15 /* For great looking type, use this code instead of asdf:
/template/usable/blueprint/src/
H A Die.css31 /* Fixes IE7 missing wrapping of code elements. */
32 html>body p code { *white-space: normal; }
H A Dprint.css47 code { font:.9em "Courier New", Monaco, Courier, monospace; } selector
H A Dreset.css10 a, abbr, acronym, address, code, selector
H A Dtypography.css58 pre,code { margin: 1.5em 0; white-space: pre; } selector
59 pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; } selector
/template/usable/
H A Dprint-old.css143 /* code blocks by indention */
152 /* code blocks by code tag */
153 pre.code {
161 /* inline code words */
162 code { selector
166 /* code blocks by file tag */
H A Dprint.css162 /* code blocks by indention */
171 /* code blocks by code tag */
172 pre.code {
180 /* inline code words */
181 code { selector
185 /* code blocks by file tag */
H A Dstyle.css142 #content .page pre.code { /*overflow: scroll;*/ background-color: #FFF; overflow: auto; }

1...<<3132333435363738