Home
last modified time | relevance | path

Searched refs:str (Results 501 – 525 of 895) sorted by relevance

1...<<21222324252627282930>>...36

/plugin/swiftmail/lang/cs/
H A Dintro.txt3 Na této stránce můžete vyvolat odeslání zkušebního e-mailu z DokuWiki. Můžete toho využít pro ověře…
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DTTFontFile.php2961 $str = "";
2970 $str = $this->MarkAttachmentType[$MarkAttachmentType];
2976 $str = $this->MarkGlyphSets[$MarkFilteringSet];
2983 $str = $this->GlyphClassMarks;
2989 if ($str) {
2990 $str .= "|";
2992 $str .= $this->GlyphClassLigatures;
2997 if ($str) {
2998 $str .= "|";
3000 $str
[all...]
/plugin/datasearchform/
H A Daction.php65 $ns = cleanID($INPUT->str('ns'));
/plugin/tagfilter/syntax/
H A Dfilter.php205 $htmlPerUserCacheKey = 'plugin_tagfilter_' . $ID . '_' . $opt['id'] . '_' . $INPUT->server->str('REMOTE_USER')
206 . $INPUT->server->str('HTTP_HOST') . $INPUT->server->str('SERVER_PORT');
/plugin/sitemapnavi/action/
H A Dajax.php57 $ns = $INPUT->str('namespace');
/plugin/authucenter/lib/uc_client/lib/
H A Ddb.class.php146 function escape_string($str) { argument
147 return mysql_escape_string($str);
H A Ddbi.class.php139 function escape_string($str) { argument
140 return $this->link->escape_string($str);
/plugin/metaeditor/
H A Daction.php34 $action = trim($INPUT->post->str('q'));
35 $pageid = trim($INPUT->post->str('r'));
/plugin/templateconfhelper/exe/
H A Dcss.php34 if ($INPUT->str('s') == 'feed') {
42 $tpl = trim(preg_replace('/[^\w-]+/','',$INPUT->str('t')));
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DJsonDeserializationVisitor.php225 public function prepare($str) argument
227 $decoded = json_decode($str, true, $this->depth, $this->options);
/plugin/tagfilter/
H A Daction.php41 'values' => $INPUT->str($param) ? [$INPUT->str($param)] : $INPUT->arr($param)
/plugin/elasticsearch/vendor/ezimuel/guzzlestreams/tests/
H A DStreamDecoratorTraitTest.php43 set_error_handler(function ($errNo, $str) use (&$msg) { $msg = $str; });
/plugin/qc/action/
H A Dajax.php40 $id = cleanID($INPUT->str('id'));
/plugin/structpublish/action/
H A Dpublish.php38 $newRevision = $helper->saveRevision(key($in), $INPUT->str('version'));
/plugin/quickstats/
H A Daction.php52 $this->id = $INPUT->str('id');
358 $qs = $INPUT->str('qs');
359 $do = $INPUT->str('do');
363 else $act = $INPUT->str('act');
365 $ID = $INPUT->str('id') ;
/plugin/autolink4/
H A Dadmin.php39 if (!$this->hlp->saveConfigFile($INPUT->post->str('aldata'))) {
/plugin/move/action/
H A Dtree.php47 $ns = cleanID($INPUT->str('ns'));
/plugin/siteexport/action/
H A Dpdfstyles.php41 $event->data->key .= $INPUT->str('pdfExport', '0');
/plugin/photogallery/phpThumb/
H A Dphpthumb.gif.php544 public function w2i($str) argument
546 return ord($str[ 0 ]) + (ord($str[ 1 ]) << 8);
615 public function w2i($str) argument
617 return ord($str[ 0 ]) + (ord($str[ 1 ]) << 8);
744 public function w2i($str) argument
746 return ord($str[ 0 ]) + (ord($str[ 1 ]) << 8);
/plugin/codeprettify/code-prettify/src/
H A Dprettify.css25 .str { color: #080 } /* string content */
41 .str { color: #060 }
/plugin/toolbuttondel/
H A Daction.php96 $str = $this->getConf($conf);
97 $conf = explode(',',$str);
/plugin/authgooglesheets/vendor/monolog/monolog/src/Monolog/Handler/
H A DBrowserConsoleHandler.php126 protected static function writeOutput(string $str): void argument
128 echo $str;
/plugin/epub/scripts/
H A Debook.php163 if(isset ($_POST['epub_ids'])) $epub_ids = rawurldecode($INPUT->post->str('epub_ids'));
164 … if(isset ($_POST['epub_titles'])) $e_titles = rawurldecode($INPUT->post->str('epub_titles'));
/plugin/pageredirect/
H A Daction.php57 $redirect = $INPUT->get->str('redirect', '0');
162 $redirect = $INPUT->get->str('redirect');
/plugin/sqlite/
H A Dhelper.php376 public function escape_string($str)
378 return trim($this->adapter->getPdo()->quote($str), "'");
373 escape_string($str) global() argument

1...<<21222324252627282930>>...36