Home
last modified time | relevance | path

Searched refs:str (Results 301 – 325 of 895) sorted by relevance

1...<<11121314151617181920>>...36

/plugin/struct/admin/
H A Dschemas.php51 $table = Schema::cleanTableName($INPUT->str('table'));
87 $datatype = $INPUT->str('importtype');
107 new CSVExporter($table, $INPUT->str('exporttype'));
113 if ($table != $INPUT->str('confirm')) {
130 if ($table != $INPUT->str('confirm_clear')) {
153 $table = Schema::cleanTableName($INPUT->str('table'));
/plugin/submgr/
H A Daction.php59 if (!$INPUT->server->str('REMOTE_USER')) return;
64 $hlp->runRules($INPUT->server->str('REMOTE_USER'), $USERINFO['grps']);
/plugin/filelisting/action/
H A Dajax.php42 $ns = $INPUT->str('namespace');
43 $baseNs = $INPUT->str('baseNamespace');
/plugin/davcard/vendor/sabre/vobject/tests/VObject/Property/
H A DCompoundTest.php30 $str = 'ABC\, Inc.;North American Division;Marketing\;Sales';
34 $elem->setRawMimeDirValue($str);
/plugin/icalevents/vendor/sabre/vobject/tests/VObject/Property/
H A DCompoundTest.php30 $str = 'ABC\, Inc.;North American Division;Marketing\;Sales';
34 $elem->setRawMimeDirValue($str);
/plugin/webdavclient/vendor/sabre/vobject/tests/VObject/Property/
H A DCompoundTest.php30 $str = 'ABC\, Inc.;North American Division;Marketing\;Sales';
34 $elem->setRawMimeDirValue($str);
/plugin/davcal/vendor/sabre/vobject/tests/VObject/Property/
H A DCompoundTest.php30 $str = 'ABC\, Inc.;North American Division;Marketing\;Sales';
34 $elem->setRawMimeDirValue($str);
/plugin/struct/action/
H A Dconfig.php44 $conf = json_decode($INPUT->str('conf'), true, 512, JSON_THROW_ON_ERROR);
46 $class = $typeclasses[$INPUT->str('type', 'Text')];
/plugin/complex_lists/complex_lists/
H A Dsyntax.php174 $str = $this->list_styles[$level - 1];
175 $len = strlen($str);
181 $type = strpos("01aAiI", substr($str, $loc, 1));
211 return htmlspecialchars(substr($str, 0, $loc) . $numtext . substr($str, $loc + 1));
/plugin/forceuserchange/
H A Daction.php82 if ($user && $user !== $INPUT->server->str('REMOTE_USER')) {
94 …return !empty($INPUT->server->str('REMOTE_USER')) && !$has_group; // users not having the group ar…
133 $event->data['params'][0] == $INPUT->server->str('REMOTE_USER') &&
/plugin/mathpublish/
H A Dsyntax.php209 * @param string $str
212 protected function _msg($str, $lvl = 0) {
215 msg($str, $lvl); argument
/plugin/recommend/
H A Dadmin.php27 if ($INPUT->str('action') && $INPUT->arr('assignment') && checkSecurityToken()) {
29 if ($INPUT->str('action') === 'delete') {
34 } elseif ($INPUT->str('action') === 'add') {
/plugin/starred/
H A Dhelper.php53 if ($user === null) $user = $INPUT->server->str('REMOTE_USER');
87 if ($user === null) $user = $INPUT->server->str('REMOTE_USER');
109 if ($user === null) $user = $INPUT->server->str('REMOTE_USER');
/plugin/godiag/
H A Dsyntax.php473 $str=$this->dgm['dia'][$by][$bx];
474 $str=($str=='0') ? '10' : $str;
475 $blacks_turn = intval($str) % 2 == ($this->dgm['black_first'] ? 1 : 0);
482 $box = imagettfbbox($this->style['ttfont_sz'], 0, $this->style['ttfont'], $str);
489 $str = $this->dgm['dia'][$by][$bx];
490 $box = imagettfbbox($this->style['ttfont_sz'], 0, $this->style['ttfont'], $str);
500 $str = $this->dgm['board_size'] - $this->dgm['offset_y'] - $by;
503 $str=chr(65+$bx2+($bx2>7? 1 : 0));
505 $box = imagettfbbox($this->style['ttfont_sz'], 0, $this->style['ttfont'], $str);
671 function error_box($str) { argument
[all …]
/plugin/infomail/
H A Dadmin.php14 if ($INPUT->filter('trim')->str('infomail_simple_new')) {
15 … $newlist = cleanID(":wiki:infomail:list_" . $INPUT->filter('trim')->str('infomail_simple_new'));
/plugin/fckg/fckeditor/editor/plugins/paradelete/
H A Dfckplugin.js36 str = oParaDel.debug();
37 if(!str) {
/plugin/credits/
H A Dsyntax.php190 function truncate($str, $len=50) { argument
191 $strL = strlen($str);
193 $trunc = substr($str,0,$len);
195 $remainder = substr($str,$len);
/plugin/htmlokay/
H A Daction.php295 $str = print_r($INFO,true);
296 echo htmlentities($str,ENT_QUOTES);
299 $str = print_r($conf,true);
300 echo htmlentities($str,ENT_QUOTES);
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.tag.id3v1.php137 * @param string $str
141 public static function cutfield($str) { argument
142 return trim(substr($str, 0, strcspn($str, "\x00")));
/plugin/rssticker/
H A DlastRSS.php237 function check_utf8($str) { argument
238 $len = strlen($str);
240 $c = ord($str[$i]);
250 $b = ord($str[$i]);
/plugin/virtualkeyboard/vk/extensions/tests/
H A DjsUnitCore.js418 function trim(str) { argument
419 if (str == null)
423 var endingIndex = str.length - 1;
425 while (str.substring(startingIndex, startingIndex + 1) == ' ')
428 while (str.substring(endingIndex, endingIndex + 1) == ' ')
434 return str.substring(startingIndex, endingIndex + 1);
437 function isBlank(str) { argument
438 return trim(str) == '';
/plugin/quicksubscribe/
H A Daction.php31 $ns = cleanID($INPUT->str('ns')) . ':'; // we only handle namespaces
32 $do = $INPUT->str('do');
/plugin/hidepages/
H A Daction.php41 $isQsearch = ($INPUT->post->str('call') == 'qsearch' ? true : false);
42 $isAjaxIndex = ($INPUT->post->str('call') == 'index' ? true : false);
/plugin/ckgdoku/fckeditor/editor/filemanager/browser/default/js/
H A Dfckxml.js169 var str = urlspl[1];
170 if (str.match(/Unlink/)) {
172 found = str.split(/&/);
/plugin/ckgedit/fckeditor/editor/filemanager/browser/default/js/
H A Dfckxml.js169 var str = urlspl[1];
170 if (str.match(/Unlink/)) {
172 found = str.split(/&/);

1...<<11121314151617181920>>...36