Home
last modified time | relevance | path

Searched refs:str (Results 101 – 125 of 895) sorted by path

12345678910>>...36

/plugin/blogtng/
H A Dadmin.php101 $batch = $INPUT->post->str('comment_batch_edit');
128 $pid = $INPUT->post->str('entry-pid');
129 $blog = $INPUT->post->str('entry-blog');
142 $pid = $INPUT->post->str('entry-pid');
143 $status = $INPUT->post->str('entry-commentstatus');
884 $comment->setCid($INPUT->post->str('comment-cid'));
885 $comment->setPid($INPUT->post->str('comment-pid'));
889 $comment->setName($INPUT->post->str('comment-name'));
890 $comment->setMail($INPUT->post->str('comment-mail'));
891 $comment->setWeb($INPUT->post->str('comment-web'));
[all …]
/plugin/blogtng/exe/
H A Dtrackback.php41 $sourceUri = $INPUT->str('url');
49 if ($INPUT->server->str('REQUEST_METHOD') != 'POST') {
68 if (!$this->tools->saveLinkback('trackback', strip_tags($INPUT->post->str('title')),
69 … $sourceUri, strip_tags($INPUT->post->str('excerpt')), $ID)) {
/plugin/blogtng/helper/
H A Dcomments.php255 'BROWSER' => $INPUT->server->str('HTTP_USER_AGENT'),
H A Dentry.php492 public function tpl_permalink($str) { argument
493 …f="' . wl ($this->entry['page']) . '" title="' . hsc($this->entry['title']) . '">' . $str . '</a>';
H A Dtools.php32 '%{user}' => $INPUT->server->str('REMOTE_USER'),
/plugin/blogtng/syntax/
H A Dblog.php165 if($tags = $INPUT->str('post-tags')){ // tags
/plugin/bookcreator/action/
H A Dhandleselection.php51 $action = $INPUT->post->str('action', '', true);
57 $title = $INPUT->post->str('savedselectionname');
61 $page = $INPUT->post->str('savedselectionname');
65 $page = $INPUT->post->str('savedselectionname');
69 $namespace = $INPUT->post->str('ns');
70 $recursive = $INPUT->post->str('r');
92 $selection = json_decode($INPUT->post->str('selection', '', true), true);
/plugin/bookcreator/
H A Dscript.js709 htmlSpecialCharsEntityEncode: function (str) {
720 return str.replace(htmlSpecialCharsRegEx, function(match) {
/plugin/bookcreator/script/
H A Djquery.fileDownload.js459 function htmlSpecialCharsEntityEncode(str) { argument
460 return str.replace(htmlSpecialCharsRegEx, function(match) {
/plugin/bookcreator/syntax/
H A Dbookmanager.php124 $do = $INPUT->str('do');
/plugin/bootswrapper/exe/
H A Dhelp.php48 $syntax = $INPUT->get->str('syntax');
H A Dpopup.php53 $NS = cleanID($INPUT->str('ns'));
/plugin/box/
H A Dsyntax.php162 protected function boxstyle($str) argument
164 if (!strlen($str)) {
170 $tokens = preg_split('/\s+/', $str, 9); // limit is defensive
/plugin/box2/
H A Dsyntax.php191 function _boxstyle($str) { argument
192 if (!strlen($str)) return array();
196 $tokens = preg_split('/\s+/', $str, 9); // limit is defensive
/plugin/bpmnioeditor/action/
H A Dbpmnioeditor.php101 if(file_exists(mediaFN($INPUT->str('name')))){
107 if(strlen($INPUT->str('name')) > 0){
108 if(auth_quickaclcheck(cleanID(substr($INPUT->str('name'), 0, -5))) >= $checkFor){
114 …if(strlen($INPUT->str('name')) > 0 && strlen($INPUT->str('type')) > 0 && array_key_exists($INPUT->
115 …if(auth_quickaclcheck(cleanID(substr($INPUT->str('name'), 0, -5))) >= $authLookup[$INPUT->str('typ…
127 $ID = cleanID($INPUT->str('name'));
132 file_put_contents($conf['tmpdir'].'/'.$tmpFilename, $INPUT->str('newXML'));
135 'name' => $INPUT->str('name'),
/plugin/bpmnioeditor/vendor/bpmnio-js/
H A Dbpmn-modeler.development.js937 var arr = str.split(re$1);
1603 var arr = str.split(re);
9446 function capitalize(str) { argument
9447 return str.charAt(0).toUpperCase() + str.slice(1);
10538 str = isString(str) ? str : '' + str;
10551 function escapeAttr(str) { argument
11123 this.value += str;
11132 out.write(str);
22998 function splitStr(str) { argument
28383 str = '' + str;
[all …]
/plugin/bureaucracy-au/
H A Dsyntax.php552 $this->values['__user__'] = $INPUT->server->str('REMOTE_USER');
/plugin/bureaucracy/
H A Dsyntax.php591 $this->values['__user__'] = $INPUT->server->str('REMOTE_USER');
/plugin/bureaucracyau/
H A Dsyntax.php552 $this->values['__user__'] = $INPUT->server->str('REMOTE_USER');
/plugin/c3chart/assets/
H A Djs-yaml.min.js2str:o+e.slice(t,n).replace(/\t/g,"→")+a,pos:i-t+o.length}}function l(e,t){return n.repeat(" ",t-e.…
/plugin/callflow/
H A Draphael.js5645 …n && R.is(token, string) && args.length - 1 && (token = token.replace(formatrg, function (str, i) { argument
5690 return function (str, obj) { argument
5691 return String(str).replace(tokenRegex, function (all, key) {
/plugin/captcha/
H A DEasySVG.php42 * @param string $str
45 private function utf8ToUnicode($str)
51 for ($i = 0; $i < strlen($str); $i++) {
52 $thisValue = ord($str[$i]);
299 * @param string $str
320 * @param string $str
46 _utf8ToUnicode($str) global() argument
H A Daction.php159 if (!$this->getConf('forusers') && $INPUT->server->str('REMOTE_USER')) {
191 if (!$this->getConf('forusers') && $INPUT->server->str('REMOTE_USER')) {
229 $INPUT->str('u') !== '' &&
230 empty($INPUT->server->str('http_credentials')) &&
231 empty($INPUT->server->str('REMOTE_USER'))
239 !empty($INPUT->server->str('REMOTE_USER'))
H A Dhelper.php41 if (!$this->getConf('forusers') && $INPUT->server->str('REMOTE_USER')) return false;
126 $field_sec = $INPUT->str($this->field_sec);
127 $field_in = $INPUT->str($this->field_in);
128 $field_hp = $INPUT->str($this->field_hp);
/plugin/chordsheets/
H A Dscript.js142 function isNullOrWhiteSpace(str) { argument
143 return str == null || str.replace(/\s/g, '').length < 1;

12345678910>>...36