Home
last modified time | relevance | path

Searched full:input (Results 476 – 500 of 4846) sorted by relevance

1...<<11121314151617181920>>...194

/plugin/davcard/vendor/sabre/vobject/lib/
H A DVCardConverter.php22 * Currently only 3.0 and 4.0 as input and output versions.
27 * If input and output version are identical, a clone is returned.
29 * @param Component\VCard $input
32 public function convert(Component\VCard $input, $targetVersion) { argument
34 $inputVersion = $input->getDocumentType();
36 return clone $input;
52 foreach($input->children as $property) {
65 * @param Component\VCard $input
208 $label = $input->{$property->group . '.X-ABLABEL'};
266 * @param Property\Uri $property The input property.
[all …]
/plugin/icalevents/vendor/sabre/vobject/lib/
H A DVCardConverter.php22 * Currently only 3.0 and 4.0 as input and output versions.
27 * If input and output version are identical, a clone is returned.
29 * @param Component\VCard $input
32 function convert(Component\VCard $input, $targetVersion) { argument
34 $inputVersion = $input->getDocumentType();
36 return clone $input;
55 foreach ($input->children() as $property) {
68 * @param Component\VCard $input
212 $label = $input->{$property->group . '.X-ABLABEL'};
270 * @param Property\Uri $property The input property.
[all …]
/template/kajukkd/css/
H A Dbasic.css431 input,
452 input,
460 .dokuwiki input {
465 input[type=radio],
466 input[type=checkbox],
467 input[type=image],
468 input.check {
472 input[type=submit],
473 input[type=button],
474 input[typ
428 input, global() selector
449 input, global() selector
[all...]
/plugin/struct/action/
H A Daggregationeditor.php99 global $INPUT;
100 $tablename = $INPUT->str('schema');
105 $this->rid = $INPUT->int('rid');
122 global $INPUT;
123 $tablename = $INPUT->str('schema');
124 $data = $INPUT->arr('entry');
125 $this->pid = $INPUT->str('pid');
135 $config = json_decode($INPUT->str('searchconf'), true, 512, JSON_THROW_ON_ERROR);
155 global $INPUT;
158 $searchconf = $INPUT
[all...]
/plugin/webdavclient/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php29 * The input stream.
33 protected $input; variable in Sabre\\VObject\\Parser\\MimeDir
55 if (!is_null($input)) {
57 $this->setInput($input);
72 * @param resource|string $input
81 if (is_string($input)) {
86 $this->input = $stream;
88 $this->input = $input;
477 * @param string $input
557 * @param string $input
[all …]
/plugin/davcal/vendor/sabre/vobject/lib/Parser/
H A DMimeDir.php29 * The input stream.
33 protected $input; variable in Sabre\\VObject\\Parser\\MimeDir
55 if (!is_null($input)) {
57 $this->setInput($input);
72 * @param resource|string $input
81 if (is_string($input)) {
86 $this->input = $stream;
88 $this->input = $input;
477 * @param string $input
557 * @param string $input
[all …]
/plugin/feed/
H A Dfeed.php14 $plugin = $INPUT->str('plugin');
15 $fn = $INPUT->str('fn');
16 $ns = cleanID($INPUT->str('ns'));
17 $num = $INPUT->int('num');
18 $other = $INPUT->str('tag') . $INPUT->str('user');
19 $title = $INPUT->str('title');
20 $type = $INPUT->str('type', $conf['rss_type']);
46 $cache = getCacheName($plugin . $fn . $ns . $num . $other . $type . $INPUT->server->str('REMOTE_USE…
/plugin/ajaxpeon/
H A Daction.php39 global $INPUT; //available since release 2012-10-13 "Adora Belle"
41 $pageid =$INPUT->str('pageid');
43 $target = $INPUT->str("target");
45 $reflect = $INPUT->str("reflect");
56 if($INPUT->str('rev')=='ori'){
66 $subtarget = $INPUT->str('sub');
67 $rec_txt = $INPUT->str('txt');
88 $ns=$INPUT->str('ns');
95 $wdstr=$INPUT->str('pglist');
/plugin/farmer/admin/
H A Dplugins.php34 global $INPUT;
39 if ($INPUT->has('bulk_plugin') && $INPUT->has('state')) {
41 $plugin = $INPUT->str('bulk_plugin');
43 $this->helper->setPluginState($plugin, $animal, $INPUT->int('state'));
49 if ($INPUT->has('bulk_animal') && $INPUT->has('bulk_plugins')) {
50 $animal = $INPUT->str('bulk_animal');
51 $activePlugins = $INPUT->arr('bulk_plugins');
/plugin/instantpage/action/
H A DadjustPrefetchCaching.php27 global $INPUT;
31 if (substr($INPUT->server->str('SCRIPT_NAME'), -8) !== 'doku.php') {
41 global $INPUT;
42 return $INPUT->server->str('HTTP_PURPOSE') === 'prefetch'
43 || $INPUT->server->str('HTTP_X_MOZ') === 'prefetch';
/plugin/langdelete/
H A Dstyle.css1 /* ----- Input Form Elements ---------- */
25 #langdelete__form input.edit {
55 .langdelete__text #langshortlist input[type="checkbox"] ~ label,
56 .langdelete__text #langshortlist input[type="checkbox"] ~ label del
61 .langdelete__text #langshortlist input[type="checkbox"]:checked ~ label,
62 .langdelete__text #langshortlist input[type="checkbox"]:checked ~ label del
/plugin/adminperm/
H A Daction.php39 global $INPUT;
42 if (!$INPUT->server->str('REMOTE_USER')) return; // no user available?
56 if (auth_isMember($cnf[$pname], $INPUT->server->str('REMOTE_USER'), $USERINFO['grps'])) {
76 global $INPUT;
78 if (!$INPUT->server->str('REMOTE_USER')) return; // no user available?
89 … if (auth_isMember($members, $INPUT->server->str('REMOTE_USER'), $INFO['userinfo']['grps'])) {
/plugin/ckgedit/fckeditor/editor/filemanager/browser/default/js/
H A Dlanguage.js68 var input = d.getElementsByTagName('input');
69 for(i=0; i<input.length; i++) {
70 if(input[i].getAttribute("fckLang")) {
71 var val = input[i].getAttribute("fckLang");
74 input[i].value = translation;
/template/launch/css/
H A Dlaunch-responsive.css14 .signup-input {
20 .signup-input {
51 div.input { display: flex; } select { width: 100%; flex-shrink: 1; }
55 #config__manager td .input,
57 input, textarea, selector
58 #config__manager td input.edit,
H A Dbasic.css372 input, selector
393 input, selector
400 input[type=radio],
402 input[type=image],
403 input.check {
407 input[type=submit],
409 input[type=reset],
410 input.button,
417 input[disabled],
422 input[readonly],
[all …]
/template/bushwick/css/
H A Dbushwick.css189 input, selector
348 input, selector
357 input { selector
362 input[type="reset"],
363 input[type="submit"] {
383 input[type="radio"] {
403 input[type="text"],
404 input[type="email"],
406 input[type="search"],
419 input[type="text"],
[all …]
/template/pinkberrynight/css/
H A Dbasic.css378 input, selector
399 input, selector
406 input[type=radio],
408 input[type=image],
409 input.check {
413 input[type=submit],
415 input[type=reset],
416 input.button,
423 input[disabled],
428 input[readonly],
[all …]
/template/pinkberrynight/css/css/
H A Dbasic.css378 input, selector
399 input, selector
406 input[type=radio],
408 input[type=image],
409 input.check {
413 input[type=submit],
415 input[type=reset],
416 input.button,
423 input[disabled],
428 input[readonly],
[all …]
/template/bulma/css/
H A Dbasic.css377 input, selector
398 input, selector
405 input[type=radio],
406 input[type=checkbox],
407 input[type=image],
408 input.check {
412 input[type=submit],
413 input[type=button],
414 input[type=reset],
415 input
[all...]
/template/tilus/css/
H A Dbasic.css374 input, selector
395 input, selector
402 input[type=radio],
404 input[type=image],
405 input.check {
409 input[type=submit],
411 input[type=reset],
412 input.button,
419 input[disabled],
424 input[readonly],
[all …]
/template/panoramacake/css/
H A Dbasic.css372 input, selector
393 input, selector
400 input[type=radio],
402 input[type=image],
403 input.check {
407 input[type=submit],
409 input[type=reset],
410 input.button,
417 input[disabled],
422 input[readonly],
[all …]
/template/cleanresurrected/css/
H A Dbasic.css372 input, selector
393 input, selector
400 input[type=radio],
402 input[type=image],
403 input.check {
407 input[type=submit],
409 input[type=reset],
410 input.button,
417 input[disabled],
422 input[readonly],
[all …]
/template/varicolored/css/
H A Dbasic.css373 input, selector
394 input, selector
401 input[type=radio],
403 input[type=image],
404 input.check {
408 input[type=submit],
410 input[type=reset],
411 input.button,
418 input[disabled],
423 input[readonly],
[all …]
/template/basical/css/
H A Dbasic.css372 input, selector
393 input, selector
400 input[type=radio],
402 input[type=image],
403 input.check {
407 input[type=submit],
409 input[type=reset],
410 input.button,
417 input[disabled],
422 input[readonly],
[all …]
/template/darkwood/css/
H A Dbasic.css374 input, selector
395 input, selector
402 input[type=radio],
404 input[type=image],
405 input.check {
409 input[type=submit],
411 input[type=reset],
412 input.button,
419 input[disabled],
424 input[readonly],
[all …]

1...<<11121314151617181920>>...194