Home
last modified time | relevance | path

Searched full:input (Results 1 – 25 of 3764) sorted by relevance

12345678910>>...151

/plugin/codehighlight/cp/languages/
H A Dxsl.js8 input : /(<[^!]*?>)/g,
11 input : /(<a.*?>|<\/a>)/g,
14 input : /(<img .*?>)/g,
17 input : /(<\/?(button|textarea|form|input|select|option|label).*?>)/g,
29 input : /=(".*?")/g,
32 input : /=('.*?')/g,
35 input : /(<!--.*?--&gt.)/g,
54 {input : 'input', output : '<input name="$0" id="" type="" value="" />' },
96 {input : '\'',output : '\'$0\'' },
97 {input : '"', output : '"$0"' },
[all …]
H A Dvbscript.js18 { input : /(&lt;%)/g, output : '<strong>$1' },
20 { input : /(%&gt;)/g, output : '$1</strong>' },
105 //{ input : '\'', output : '\'$0\'' },
106 { input : '"', output : '"$0"' },
107 { input : '(', output : '\($0\)' },
108 { input : '[', output : '\[$0\]' },
109 { input : '{', output : '{\n\t$0\n}' }
113 { input : '[space]', output : '&nbsp;' },
114 { input : '[enter]', output : '<br />' } ,
115 { input : '[j]', output : 'testing' },
[all …]
H A Dasp.js18 { input : /(&lt;%)/g, output : '<strong>$1' },
20 { input : /(%&gt;)/g, output : '$1</strong>' },
105 //{ input : '\'', output : '\'$0\'' },
106 { input : '"', output : '"$0"' },
107 { input : '(', output : '\($0\)' },
108 { input : '[', output : '\[$0\]' },
109 { input : '{', output : '{\n\t$0\n}' }
113 { input : '[space]', output : '&nbsp;' },
114 { input : '[enter]', output : '<br />' } ,
115 { input : '[j]', output : 'testing' },
[all …]
H A Dphp.js43 { input : 'ret', output : 'return $0;' },
45 { input : '<?', output : 'php\n$0\n?>' }
49 { input : '\'', output : '\'$0\'' },
50 { input : '"', output : '"$0"' },
51 { input : '(', output : '\($0\)' },
52 { input : '[', output : '\[$0\]' },
53 { input : '{', output : '{\n\t$0\n}' }
57 { input : '[space]', output : '&nbsp;' },
58 { input : '[enter]', output : '<br />' } ,
59 { input : '[j]', output : 'testing' },
[all …]
H A Dhtml.js10 …{ input : /(&lt;\/?(button|textarea|form|input|select|option|label).*?&gt;)/g, output : '<u>$1</u>…
21 { input : 'h1', output : '<h1>$0</h1>' },
22 { input : 'h2', output : '<h2>$0</h2>' },
23 { input : 'h3', output : '<h3>$0</h3>' },
24 { input : 'h4', output : '<h4>$0</h4>' },
30 { input : 'input', output : '<input name="$0" id="" type="" value="" />' },
43 { input : 'p', output : '<p>$0</p>' },
52 { input : '\'',output : '\'$0\'' },
53 { input : '"', output : '"$0"' },
54 { input : '(', output : '\($0\)' },
[all …]
/template/typowiki/typowiki/scss/
H A D_form.scss1 input[type="text"],
2 input[type="password"],
3 input[type="email"],
4 input[type="url"],
5 input[type="date"],
6 input[type="month"],
7 input[type="time"],
8 input[type="datetime"],
9 input[type="datetime-local"],
10 input[typ
[all...]
/template/templar/less/
H A Dforms.less41 input,
47 input,
94 input,
214 input,
282 .input-append input[class*="span"],
283 .input-append .uneditable-input[class*="span"],
284 .input-prepend input[class*="span"],
432 input,
440 input,
492 input,
[all …]
/plugin/jplayer/vendor/symfony/process/Pipes/
H A DAbstractPipes.php26 private $input; variable in Symfony\\Component\\Process\\Pipes\\AbstractPipes
35 if (\is_resource($input) || $input instanceof \Iterator) {
36 $this->input = $input;
89 * Writes input to stdin.
100 $input = $this->input;
104 $input = null;
105 } elseif (\is_resource($input = $input->current())) {
112 $input = (string) $input;
116 $input = null;
139 if ($input) {
[all …]
/plugin/asciimath/
H A Dasciimathml148r.js318 if (s1.input > s2.input) return 1
322 var AMnames = []; //list of input symbols
438 return {input:st, tag:tagst, output:st, ttype:CONST};
538 if (symbol.input == "sqrt") { // sqrt
576 if (symbol.input=="root" || symbol.input=="stackrel")
631 if (symbol.ttype == INFIX && symbol.input != "/") {
632 str = AMremoveCharsAndBlanks(str,symbol.input.length);
639 // if (symbol.input == "/") AMremoveBrackets(node);
640 if (symbol.input == "_") {
643 if (sym2.input == "^") {
[all …]
/plugin/fksnewsfeed/
H A Daction.php44 global $INPUT;
65 global $INPUT;
108 global $INPUT;
109 if (!$INPUT->str('news-id')) {
140 global $INPUT;
188 global $INPUT;
207 global $INPUT;
216 global $INPUT;
234 global $INPUT;
243 global $INPUT;
[all …]
/plugin/mdpage/vendor/symfony/polyfill-ctype/
H A Dbootstrap.php15 function ctype_alnum($input) { return p\Ctype::ctype_alnum($input); } argument
18 function ctype_alpha($input) { return p\Ctype::ctype_alpha($input); } argument
21 function ctype_cntrl($input) { return p\Ctype::ctype_cntrl($input); } argument
24 function ctype_digit($input) { return p\Ctype::ctype_digit($input); } argument
27 function ctype_graph($input) { return p\Ctype::ctype_graph($input); } argument
30 function ctype_lower($input) { return p\Ctype::ctype_lower($input); } argument
33 function ctype_print($input) { return p\Ctype::ctype_print($input); } argument
36 function ctype_punct($input) { return p\Ctype::ctype_punct($input); } argument
39 function ctype_space($input) { return p\Ctype::ctype_space($input); } argument
42 function ctype_upper($input) { return p\Ctype::ctype_upper($input); } argument
[all …]
/plugin/combo/vendor/symfony/process/Pipes/
H A DAbstractPipes.php26 private $input; variable in Symfony\\Component\\Process\\Pipes\\AbstractPipes
31 * @param resource|string|int|float|bool|\Iterator|null $input
33 public function __construct($input) argument
35 if (\is_resource($input) || $input instanceof \Iterator) {
36 $this->input = $input;
37 } elseif (\is_string($input)) {
38 $this->inputBuffer = $input;
40 $this->inputBuffer = (string) $input;
[all...]
/plugin/authucenter/lib/uc_client/control/
H A Dpm.php33 $uid = intval($this->input('uid'));
65 $msgto = $this->input('msgto');
70 $type = $this->input('type');
138 $pmids = $this->input('pmids');
177 …_ENV['pm']->setpmstatus($this->user['uid'], $this->input('uids'), $this->input('plids'), $this->in…
190 $page = $this->input('page');
227 $pmid = $this->input('pmid');
230 $page = $this->input('page');
233 $type = $this->input('type');
298 $type = $this->input('type');
[all …]
/plugin/combo/vendor/symfony/process/
H A DProcessUtils.php33 * Validates and normalizes a Process input.
35 * @param string $caller The name of method call that validates the input
36 * @param mixed $input The input to validate
40 * @throws InvalidArgumentException In case the input is not valid
42 public static function validateInput(string $caller, $input) argument
44 if (null !== $input) {
45 if (\is_resource($input)) {
46 return $input;
48 if (\is_string($input)) {
[all...]
/plugin/webdav/vendor/sabre/vobject/lib/Parser/
H A DJson.php23 * The input data.
27 protected $input; variable in Sabre\\VObject\\Parser\\Json
51 if (!is_null($input)) {
55 throw new EofException('End of input stream, or no input supplied');
62 switch ($this->input[0]) {
82 $this->input = null;
178 * Sets the input data.
185 $input = stream_get_contents($input);
187 if (is_string($input)) {
188 $input = json_decode($input);
[all …]
/plugin/davcard/vendor/sabre/vobject/lib/Parser/
H A DJson.php23 * The input data
27 protected $input; variable in Sabre\\VObject\\Parser\\Json
50 if (!is_null($input)) {
54 throw new EofException('End of input stream, or no input supplied');
61 switch($this->input[0]) {
75 if (isset($this->input[2])) foreach($this->input[2] as $comp) {
80 $this->input = null;
177 * Sets the input data
185 $input = stream_get_contents($input);
188 $input = json_decode($input);
[all …]
/plugin/icalevents/vendor/sabre/vobject/lib/Parser/
H A DJson.php22 * The input data.
26 protected $input; variable in Sabre\\VObject\\Parser\\Json
50 if (!is_null($input)) {
54 throw new EofException('End of input stream, or no input supplied');
75 if (isset($this->input[2])) foreach ($this->input[2] as $comp) {
80 $this->input = null;
179 * Sets the input data.
185 function setInput($input) { argument
188 $input = stream_get_contents($input);
191 $input = json_decode($input);
[all …]
/plugin/diagramsnet/lib/math/jax/input/AsciiMath/
H A Djax.js2 * /MathJax-v2/jax/input/AsciiMath/jax.js
19input:ab,tag:"mo",output:ac,tex:null,ttype:V});B()}function r(ab){z.push(ab);B()}var D=["\uD835\uD… property in k
/plugin/selfmeasurement/
H A Dform.html6 …<td class="cell2"><input name="names" type="text" id="names" style="width:20em;text-align:left;" t…
10 …<td class="cell2"><input name="date" type="text" id="date" style="width:10em;text-align:left;" tab…
39 …<td class="cell2"><input name="s1" type="text" id="s1" style="width:40px;text-align:center;" tabin…
114 … <td><input name="systNb" type="text" id="systNb" value="" size="7" readonly="readonly" /></td>
115 … <td><input name="diastNb" type="text" id="diastNb" value="" size="7" readonly="readonly" /></td>
119 …<td><input name="systAverage" type="text" id="systAverage" value="" size="7" readonly="readonly" /…
120 …<td><input name="diastAverage" type="text" id="diastAverage" value="" size="7" readonly="readonly"…
124 …<input name="button" type="button" onclick="javascript:selfmeasurement_computeAverages();" value="…
125 … <input name="button" type="button" onclick="javascript:selfmeasurement_clear();" value="Effacer">
126 <input name="__SUBMIT_NAME__" type="submit" value="Envoyer">
[all …]
/template/breeze/bower_components/gumby/sass/ui/
H A D_forms.scss50 input, input[type="*"], textarea {
64 .input {
83 input, .input {
123 .prepend input,
125 .append input,
140 .append input,
201 .double input, .double .input {
251 input, .input, textarea, .textarea,
253 input::-webkit-input-placeholder,
289 .radio input, .checkbox input {
[all …]
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Component/
H A DVCalendarTest.php45 $output = $input;
263 $input = <<<ICS
635 $input = <<<ICS
643 $input,
653 $input = <<<ICS
664 $input,
674 $input = <<<ICS
692 $input,
702 $input = <<<ICS
721 $input,
[all …]
/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[typ selector
[all...]
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Component/
H A DVCalendarTest.php43 $output = $input;
227 $input = <<<ICS
550 $input = <<<ICS
558 $input,
568 $input = <<<ICS
579 $input,
589 $input = <<<ICS
607 $input,
617 $input = <<<ICS
636 $input,
[all …]
/template/writr/css/
H A Dsidebar.less
/template/stm/stm/css/
H A Dbasic.less70 input:active,
71 input:focus,
80 input[type=radio],
82 input[type=image] {
93 input[type=submit],
94 input[type=button],
95 input[type=reset],
96 input.button,
110 #IE7 input.button,
148 input[disabled],
[all …]

12345678910>>...151