Home
last modified time | relevance | path

Searched refs:str (Results 176 – 200 of 895) sorted by relevance

12345678910>>...36

/plugin/siteexport/inc/
H A Dsettings.php62 $this->pattern = $INPUT->str('pattern');
90 $this->namespace = $functions->getNamespaceFromID( $INPUT->str('ns'), $PAGE );
98 $ens = $INPUT->str( 'ens' );
103 $this->defaultLang = $INPUT->str( 'defaultLang', $conf['lang'], true );
113 $this->excludePattern = $INPUT->str( 'exclude', $this->getConf('exclude'), true );
/plugin/log/
H A Dcommon.php61 $str = preg_split('/(\n {2,}[-*] *)/', $log_text, 2, PREG_SPLIT_DELIM_CAPTURE);
62 if (count($str) === 1) {
63 $str = array($log_text, "\n * ", '');
65 list($pre, $lstart, $post) = $str;
/plugin/multiselect/
H A Dscript.js85 function multiselect_escapeStr(str) argument
87 if (str)
88 return str.replace(/([ #;?%&,.+*~\':"!^$[\]()=>|\/@])/g,'\\$1');
90 return str;
/plugin/superacl/lang/cs/
H A Dhelp.txt3 Na této stránce můžete přidávat a odebírat oprávnění na jmenné prostory a stránky Vaší wiki.
5 Levý panel zobrazuje všechny dostupné jmenné prostory a stránky.
12 Pro detailnější nápovědu si přečtěte stránku [[doku>wiki:acl|oficiální dokumentaci ACL]], která Vám…
/plugin/findologicxmlexport/vendor/jms/metadata/src/
H A DMethodMetadata.php68 * @param string $str
71 public function unserialize($str) argument
73 list($this->class, $this->name) = unserialize($str);
/plugin/tablelayout/action/
H A Dprint.php48 list(, $table, ) = rawWikiSlices($INPUT->str('range'), $ID);
52 if ($INPUT->str('colwidth')) {
56 'colwidth' => explode(',', $INPUT->str('colwidth')),
/plugin/dw2pdf/
H A Daction.php161 $title = $INPUT->str('pdftitle'); //DEPRECATED
162 $title = $INPUT->str('book_title', $title, true);
177 if (!$title = $INPUT->str('book_title')) {
180 $pdfnamespace = cleanID($INPUT->str('book_ns'));
186 $order = $INPUT->str('book_order', 'natural', true);
247 $title = $INPUT->str('pdfbook_title'); //DEPRECATED
248 $title = $INPUT->str('book_title', $title, true);
262 $list = json_decode($INPUT->str('selection', '', true), true);
267 $title = $INPUT->str('pdfbook_title'); //DEPRECATED
268 $title = $INPUT->str('book_titl
[all...]
/plugin/pycode/
H A Dsyntax.php38 * @return (str)
53 * @return (str)
80 * @param (str) $mode name for the format mode of the final output
94 * @param (str) $match the text matched
191 * @param (str) $mode name for the format mode of the final output
361 * @param (str) $src_url the url to the source code of <file> in the repo
367 * @param (str) $lang the language name used in <file>
371 * @param (str) $name if specified, it can be only:
373 * @param (str) $subname if specified, it can be only:
377 * @param (str) $title if specified, it is the new user's title for the
[all …]
/plugin/freechat/phpfreechat/data/public/js/
H A Dmd5.js250 'str2binl' : function(str) argument
254 for(var i = 0; i < str.length * this.chrsz; i += this.chrsz)
265 var str = "";
268 str += String.fromCharCode((bin[i>>5] >>> (i % 32)) & mask);
269 return str;
279 var str = "";
285 return str;
295 var str = "";
304 str += this.b64pad;
306 str += tab.charAt((triplet >> 6*(3-j)) & 0x3F);
[all …]
/plugin/structnotification/
H A Dadmin.php54 if ($INPUT->str('action') && $INPUT->arr('predicate') && checkSecurityToken()) {
56 if ($INPUT->str('action') === 'add') {
64 } elseif($INPUT->str('action') === 'delete') {
67 } elseif($INPUT->str('action') === 'update') {
77 $predicate['id'] = $INPUT->str('edit');
121 if ($INPUT->str('edit') == $predicate['id']) {
/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/twofactortelegram/
H A Daction.php51 if ($INPUT->str('verify')) {
53 if ($this->checkCode($INPUT->str('verify'))) {
58 } elseif ($INPUT->str('new_chat_id')) {
59 $new_chat_id = $INPUT->str('new_chat_id');
/plugin/color/
H A Dsyntax.php31 $str = substr($match, 6, -1);
32 if (false === strpbrk($str,':')){
33 $m = explode('/', $str);
35 $m = explode(':', $str);
/plugin/sqlraw/
H A Dsyntax.php719 function _sqlRaw__csv_explode_row(&$str, $delim = ',', $qual = "\"") { argument
720 $len = strlen($str);
725 if ($str[$i]==$delim && !$inside) {
728 …} elseif ($str[$i] == $qual && (!$inside || $next == $len || $str[$next] == $delim || $str[$next] …
730 } elseif ($str[$i] == $qual && $next != $len && $str[$next] == $qual) {
731 $word .= $str[$i];
733 } elseif ($str[$i] == "\n") {
737 $str = substr($str, $next);
742 $word .= $str[$i];
745 $str = substr($str, $next);
/plugin/metadisplay/helper/
H A Dhtml.php369 function get_regex($str) { argument
370 $str = preg_replace('{([aeiou])\1+}','$1',$str);
371 $a = str_split($str);
390 $str = implode('|',$references);
391 if(preg_match($regex,$str)) {
392 $str = preg_replace($regex,"<span style='color:blue'>$1</span>",$str);
393 if($str) {
394 $arr = explode('|', $str);
H A Dplaintext.php367 function get_regex($str) { argument
368 $str = preg_replace('{([aeiou])\1+}','$1',$str);
369 $a = str_split($str);
388 $str = implode('|',$references);
389 if(preg_match($regex,$str)) {
390 $str = preg_replace($regex,"<span style='color:blue'>$1</span>",$str);
391 if($str) {
392 $arr = explode('|', $str);
/plugin/twofactoraltemail/
H A Daction.php51 if ($INPUT->str('verify')) {
53 if ($this->checkCode($INPUT->str('verify'))) {
58 } elseif ($INPUT->str('newemail')) {
59 $newmail = $INPUT->str('newemail');
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js258 function alert(str) {
851 function pad4(str) {
853 str = '0' + str;
855 return str;
1594 }([str], 0);
1706 str = XRegExp.replace(str, r[0], r[1], r[2]);
1709 return str;
2600 if (str == null || str.length == 0 || str == '\n' || css == null) return str;
2610 str = str.replace(/</g, '&lt;');
2613 str = str.replace(/ {2,}/g, function (m) {
[all …]
/plugin/odt/action/
H A Dexport.php225 $title = $INPUT->str('book_title');
232 if(!$title = $INPUT->str('book_title')) {
236 $docnamespace = cleanID($INPUT->str('book_ns'));
243 $order = $INPUT->str('book_order', 'natural', true);
280 if(!$title = $INPUT->str('book_title')) {
296 $list = $json->decode($INPUT->post->str('selection', '', true));
303 $title = $INPUT->str('pdfbook_title'); //DEPRECATED
304 $title = $INPUT->str('book_title', $title, true);
378 $template = $INPUT->get->str('odt_template', $template, true);
/plugin/fckg/
H A Dhelper.php29 $str = $this->getConf($val);
30 $str = preg_replace('/\s+/',"",$str);
31 return explode(',', $str);
/plugin/diagrams/action/
H A Dmediafile.php42 $mediaId = $INPUT->str('mediaId');
61 $diagrams = (array)json_decode($INPUT->str('diagrams'));
92 $diagram = $INPUT->str('diagram');
121 $ns = $INPUT->str('ns');
/plugin/newpagetemplate/
H A Dadmin.php24 $ini = $INPUT->str('ini_file','none');
25 $tpl = $INPUT->str('tpl_file','none');
26 $nosave = $INPUT->str('nosave','none');
27 $userepl = $INPUT->str('userrelpl','none');
29 $user = $INPUT->server->str('REMOTE_USER', 'none');
/plugin/edittable/action/
H A Deditor.php131 $data = json_decode($INPUT->post->str('edittable_data'), true);
132 $meta = json_decode($INPUT->post->str('edittable_meta'), true);
238 * @param string $str
241 public function strWidth($str) argument
246 return $callable($str);
258 return $this->strWidth($str);
/plugin/tagging/action/
H A Dmain.php94 $tags = $INPUT->arr('tag', (array)$INPUT->str('tag'));
95 $lang = $INPUT->str('lang');
157 $search = $INPUT->str('term');
193 $pid = $INPUT->str('id');
201 list($err, $msg) = $hlp->modifyPageTag($pid, $INPUT->str('oldValue'), $INPUT->str('newValue'));
/plugin/diagramsnet/lib/resources/
H A Ddia_cs.txt23 allPages=Všechny stránky
164 currentPage=Stávající stránka
316 fitTwoPages=Dvě stránky
350 fromThisPage=Z této stránky
410 insertPage=Vložit stránku
500 nextPage=Další stránka
557 pageContent=Obsah stránky
561 pageView=Zobrazení stránky
563 pageScale=Měřítko stránky
879 confEditedExtRefresh=Diagram/stránka byla upravena externě. Načtěte stránku znovu.
[all …]

12345678910>>...36