Home
last modified time | relevance | path

Searched refs:input (Results 1301 – 1325 of 1436) sorted by last modified time

1...<<5152535455565758

/plugin/tindexmenu/
H A Dadmin.php171 ptln(' <input type="hidden" name="name" value="'.$theme.'" />');
182 …ptln(' <strong>description:</strong><input type="text" name="description_info" value="" size…
184 ptln(' <input type="hidden" name="name" value="'.$theme.'" />');
385 ptln(' <input type="hidden" name="do" value="admin" />');
386 ptln(' <input type="hidden" name="page" value="'.$this->getPluginName().'" />');
387 ptln(' <input type="hidden" name="req" value="'.$act.'" />');
388 ptln(' <input type="hidden" name="repo" value="'.$n.'" />');
397 …ptln(' <input type="submit" name="btn" '.$this->repos['status'][$n].' value="'.$this->getLang…
424 $out .= '<input type="hidden" name="cmd" value="_s-xclick" />'."\n";
425 $out .= '<input type="hidden" name="hosted_button_id" value="102873" />'."\n";
[all …]
/plugin/fblogin/lib/
H A Dbase_facebook.php1294 * @param string $input base64UrlEncoded string
1297 protected static function base64UrlDecode($input) { argument
1298 return base64_decode(strtr($input, '-_', '+/'));
1307 * @param string $input string
1310 protected static function base64UrlEncode($input) { argument
1311 $str = strtr(base64_encode($input), '+/', '-_');
/plugin/selectsearch/
H A Dplugin.info.txt6 desc Provides a dropdown list for common namespaces enhancing the search input, based on, in fa…
/plugin/editsections2/
H A Dstyle.css8 html.js body div.dokuwiki div.editbutton_section input.button {
12 body div.dokuwiki div.secedit input.button,
13 body div.dokuwiki div.editbutton_section input.button {
17 body div.dokuwiki div.editbutton_table input.button {
/plugin/contactmodern/
H A Dstyle.css17 input.error_field, textarea.error_field {
H A DREADME.textile48 …f you enabled the captcha by default, than it will also show the well known reCaptcha input fields.
/plugin/fedauth/
H A Dhelper.php97 . ' <input type="hidden" name="do" value="fedauth" />'
104 …. ' <input type="submit" class="button" name="fa[toggle]" value="' . $this->lang['btn_toggle'] …
H A Dstyle.css39 #fedauth__manager input[disabled] {
/plugin/solr/
H A Dstyle.css9 #dw__solr_advsearch .searchfields input[type=text],
H A DREADME.md19 … have to open the DokuWiki configuration page and set the Solr URL in the input field for the Solr…
/plugin/mytemplate/
H A Daction.php102 function process_page($input) { argument
103 $page = $input;
/plugin/facebookalbum/
H A Dfacebook.php960 protected static function base64UrlDecode($input) { argument
961 return base64_decode(strtr($input, '-_', '+/'));
/plugin/jdraw/lib/
H A Dhttpclient-4.0.1.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
H A Dcommons-codec-1.3.jarMETA-INF/MANIFEST.MF META-INF/HAMMURAP.SF META-INF/HAMMURAP ...
/plugin/semanticdata/
H A Dstyle.css104 #dw__editform fieldset.plugin__data table td input {
109 #dw__editform fieldset.plugin__data table .data_comment input {
114 #dw__editform fieldset.plugin__data input {
123 div.dokuwiki div.editbutton_plugin_semanticdata form input.button {
/plugin/semanticdata/phpSesame/
H A DphpSesame.php141 throw new Exception ('Please supply a valid input format.');
/plugin/mantisreporter/
H A Dstyle.css29 .mantisreporter .prognose-input {
/plugin/autotweet/
H A DOAuth.php719 public static function urlencode_rfc3986($input) { argument
720 if (is_array($input)) {
721 return array_map(array('OAuthUtil', 'urlencode_rfc3986'), $input);
722 } else if (is_scalar($input)) {
726 str_replace('%7E', '~', rawurlencode($input))
814 public static function parse_parameters( $input ) { argument
815 if (!isset($input) || !$input) return array();
817 $pairs = explode('&', $input);
/plugin/s5reloaded/ui/effects_support/
H A Dprototype.js3975 var input = inputs[i];
3976 if ((typeName && input.type != typeName) || (name && input.name != name))
3978 matchingInputs.push(Element.extend(input));
4005 return /^(?:input|select|textarea)$/i.test(element.tagName);
4119 input: function(element, value) { method in Form.Element.Serializers
/plugin/jquery-syntax/
H A Djquery-1.6.min.js16 …rCase();return b==="input"&&"button"===a.type||b==="button"},input:function(a){return/input|select…
/plugin/autlogin/
H A Daction.php48 …echo '<input type="submit" value="'.$this->getLang('moderator').'" name="moderat" class="button" /…
49 echo '<input type="hidden" name="id" value="'.hsc($ID).'" />'.NL;
50 echo '<input type="hidden" name="do" value="admin" />'.NL;
51 echo '<input type="hidden" name="page" value="autlogin" />'.NL;
52 echo '<input type="hidden" name="sectok" value="'.getSecurityToken().'" />'.NL;
/plugin/editsections/
H A Dall.css18 body div.dokuwiki div.secedit input.button {
/plugin/new_page_dialog/
H A Dstyle.css11 div.npd input.text {
17 div.npd input.button {
23 div.npd input.default {
/plugin/tline/timeline_ajax/
H A Dsimile-ajax-bundle.js411 },input:function(a){return/input|select|textarea|button/i.test(a.nodeName);
1650 B.innerHTML="<input type='"+A+"' />";
1665 }}}if(A==null){A=J=="input"?SimileAjax.DOM.createInputElement(F.type):document.createElement(J);
1674 }else{if(B=="type"&&A.tagName=="input"){}else{if(B=="style"){for(n in H){var I=H[n];
/plugin/tline/
H A Dstyle.css3 div.dokuwiki div.controls table input {

1...<<5152535455565758