Home
last modified time | relevance | path

Searched refs:str (Results 801 – 825 of 895) sorted by path

1...<<313233343536

/plugin/tagging/
H A Dhelper.php648 $queryBuilder->setLogicalAnd($INPUT->str('tagging-logic') === 'and');
734 $tags = $this->getAllTags($INPUT->str('filter'), $order_by, $desc, $filters);
/plugin/tagsections/action/
H A Dajax.php46 $range = $INPUT->str('range');
47 $ns = $INPUT->str('ns');
/plugin/task/
H A Dhelper.php272 function _interpretDate($str) { argument
273 if (!$str) return NULL;
276 if (preg_match("/^\d{4}$/", $str)) {
277 $str .= '-12-31';
280 } elseif (preg_match("/^\d{4}-(\d{2})$/", $str, $month)) {
283 $str .= '-31';
286 $str .= '-30';
289 $str .= '-28';
295 $date = strtotime($str);
/plugin/telleveryone/
H A Dadmin.php55 switch ($INPUT->str('action')) {
H A Dapi.php17 if ($sqlite->res2single($res) != $INPUT->str('token')) {
/plugin/templateconfhelper/exe/
H A Dcss.php34 if ($INPUT->str('s') == 'feed') {
42 $tpl = trim(preg_replace('/[^\w-]+/','',$INPUT->str('t')));
/plugin/textile2/
H A DclassTextile.php1077 function encode_html($str, $quotes=1) argument
1089 return strtr($str, $a);
/plugin/timer/
H A Dsyntax.php52 $str = substr($match, 7, -1);
55 if (substr($str,0,1)=="P") {
58 $str=substr($str,1);
59 list($starttime, $endtime) = preg_split("/=/u", $str, 2);
/plugin/timetrack/
H A Daction.php116 $cmd = $INPUT->str('cmd');
119 $pageid = cleanID($INPUT->str('pageid'));
130 $yearweek = $INPUT->str('yearweek');
/plugin/tindexmenu/
H A Dindexmenu-full.js105 var str = '';
118 str += '>';
143 return str;
178 return str;
184 return str;
219 (node.hns) ? str += node.hns : str += node.dokuid;
230 str += '</div>';
242 return str;
272 return str;
430 if (str) {
[all …]
/plugin/tocselect/
H A Daction.php39 $wikifn = rawurldecode($INPUT->str('seltoc_val'));
/plugin/toolbuttondel/
H A Daction.php96 $str = $this->getConf($conf);
97 $conf = explode(',',$str);
/plugin/top/
H A Daction.php43 $page = cleanID($INPUT->str('page'));
/plugin/tos/
H A Daction.php34 $user = $INPUT->server->str('REMOTE_USER');
74 $accepted = $this->userTosState($INPUT->server->str('REMOTE_USER'));
/plugin/tplinc/
H A Dadmin.php38 if ($INPUT->str('action') == 'save' && checkSecurityToken()) {
/plugin/tplmod/
H A Daction.php40 $ln = $INPUT->str('tplmod_val');
41 $client = $INPUT->str('tplmod_client');
144 $remote_addr = $INPUT->server->str('REMOTE_ADDR');
/plugin/translate/
H A Dhelper.php129 $str = trim($this->getConf('include_namespaces'));
130 if ($str == '') return false; // nothing to include
131 if ($str != '*') {
132 $inc_nss = array_map('trim',explode(',',$str));
142 $str = $this->getConf('exclude_namespaces');
143 if ($str != '') {
144 $exc_nss = array_map('trim',explode(',',$str));
149 $str = $this->getConf('exclude_pagenames');
150 if ($str != '') {
151 $exc_pages = array_map('trim',explode(',',$str));
/plugin/translation/
H A Daction.php76 $locale = $INPUT->str('lang');
/plugin/translation/lang/cs/
H A Dtotranslate.txt
/plugin/twistienav/
H A Dhelper.php57 * @param (str) $idx namespace ID, must not be a page ID.
/plugin/twistienav4bootstrap3/
H A Dhelper.php57 * @param (str) $idx namespace ID, must not be a page ID.
/plugin/twofactor/
H A DManager.php131 $this->user = $INPUT->server->str('REMOTE_USER');
323 if($INPUT->server->has('HTTP_SEC_FETCH_DEST') && $INPUT->server->str('HTTP_SEC_FETCH_DEST') !== 'document'){
/plugin/twofactor/action/
H A Dlogin.php67 $INPUT->str('2fa_code'),
68 $INPUT->str('2fa_provider'),
123 $providerID = $INPUT->str('2fa_provider');
142 if (basename($INPUT->server->str('SCRIPT_NAME')) == DOKU_SCRIPT) return;
H A Dprofile.php78 if (strtolower($INPUT->server->str('REQUEST_METHOD')) == 'post') {
133 if (!isset($providers[$INPUT->str('provider')])) return true;
134 $provider = $providers[$INPUT->str('provider')];
262 $providerID = $INPUT->str('provider');
H A Dresendpwd.php53 if (!$INPUT->str('login')) return; // no user given yet, don't interrupt
55 $user = $INPUT->str('login');
62 $code = $INPUT->post->str('2fa_code');
63 $providerID = $INPUT->post->str('2fa_provider');
95 $providerID = $INPUT->post->str('2fa_provider');
102 $form->setHiddenField('login', $INPUT->str('login'));

1...<<313233343536