Home
last modified time | relevance | path

Searched refs:sep (Results 1 – 25 of 105) sorted by relevance

12345

/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/tags/autoescape/
H A Dwith_filters_arguments.test7 {{ var|nl2br(sep) }}
8 {{ var|nl2br(sep|raw) }}
9 {{ var|nl2br(sep|escape) }}
12 return ['var' => "<Fabien>\nTwig", 'sep' => '<br />']
/plugin/authgooglesheets/vendor/google/apiclient/src/Utils/
H A DUriTemplate.php153 $sep = ",", argument
164 $sep,
177 $sep,
190 $sep, argument
214 $list_sep = $explode ? $sep : ",";
298 $sep, argument
310 $sep,
321 return implode($sep, $ret);
/plugin/nspages/printers/
H A DprinterOneLine.php17 $sep = '';
19 $this->renderer->cdata($sep);
21 $sep = ', ';
/plugin/groupmail/
H A Dsyntax.php253 $sep = '';
254 if (isset($data['subject'])) { $title .= '"'.$data['subject'].'"'; $sep=' '; }
256 if (isset($data['touser'])) { $title .= $sep.'to '. $data['touser']; $sep=', '; $and=True;}
257 if (isset($data['togroup'])) { $title .= $sep.($and? '': 'to '). $data['togroup']; $sep=', ';}
259 if (isset($data['ccuser'])) { $title .= $sep.'cc '. $data['ccuser']; $sep=', '; $and=True; }
260 … if (isset($data['ccgroup'])) { $title .= $sep.($and? '': 'cc '). $data['ccgroup']; $sep=', ';}
262 if (isset($data['bccuser'])) { $title .= 'bcc '. $data['bccuser']; $sep=', '; $and=True;}
263 … if (isset($data['bccgroup'])){ $title .= $sep.($and? '': 'bcc '). $data['bccgroup']; $sep=', ';}
/plugin/combo/ComboStrap/
H A DLocalPath.php79 private $sep = DIRECTORY_SEPARATOR; variable in ComboStrap\\LocalPath
86 * @param string|null $sep - the directory separator - it permits to test linux path on windows, and vice-versa
88 public function __construct(string $path, string $sep = null) argument
103 if ($sep != null) {
104 $this->sep = $sep;
169 public static function createFromPathString(string $string, string $sep = null): LocalPath argument
171 return new LocalPath($string, $sep);
280 $sepCharacter = 1; // delete the sep characters
383 // root, no need to delete the last sep
[all...]
H A DLogUtility.php158 $sep = " - ";
159 fwrite($fh, date('c') . $sep . self::LVL_NAME[$logLevel] . $sep . $msg . $sep . $INPUT->server->str('REMOTE_ADDR') . $sep . $id . "\n");
/plugin/dokukiwix/
H A DINSTALL11 function wl($id='',$more='',$abs=false,$sep='&amp;'){
14 if (defined("dokukiwix_plugin")) return dokukiwix_wl($id, $more, $abs, $sep);
17 function ml($id='',$more='',$direct=true,$sep='&amp;'){
20 if (defined("dokukiwix_plugin")) return dokukiwix_ml($id,$more,$direct, $sep);
H A Dcommon.php13 function dokukiwix_ml($id='',$more='',$direct=true,$sep='&'){ argument
47 function dokukiwix_wl($id='',$more='',$abs=false,$sep='&amp;'){ argument
/plugin/bureaucracy-au/helper/
H A Dactiontemplate.php26 list($tpl, $this->pagename, $sep) = $argv;
27 if(is_null($sep)) $sep = $conf['sepchar'];
39 $this->buildTargetPagename($fields, $sep);
64 * @param string $sep Separator between fields for page id
67 protected function buildTargetPagename($fields, $sep) { argument
73 if (is_array($pname)) $pname = implode($sep, $pname);
74 $this->pagename .= $sep . $pname;
/plugin/bureaucracyau/helper/
H A Dactiontemplate.php26 list($tpl, $this->pagename, $sep) = $argv;
27 if(is_null($sep)) $sep = $conf['sepchar'];
39 $this->buildTargetPagename($fields, $sep);
64 * @param string $sep Separator between fields for page id
67 protected function buildTargetPagename($fields, $sep) { argument
73 if (is_array($pname)) $pname = implode($sep, $pname);
74 $this->pagename .= $sep . $pname;
/plugin/dataplot/
H A Dsyntax.php178 $sep = ' ';
182 …$gnu_code .= $sep.'"@gnu_input@" using 1:'.$i.' notitle smooth csplines with lines linestyle '.$gn…
183 $sep = ", \\\n ";
184 $gnu_code .= $sep.'"@gnu_input@" using 1:'.$i.' notitle with points linestyle '.$gnu_style;
186 …$gnu_code .= $sep.'"@gnu_input@" using 1:'.$i.' notitle with '.$return[plottype].' linestyle '.$gn…
188 $sep = ", \\\n ";
/plugin/bliki/
H A Dsyntax.php239 $sep = ':';
243 return $ID . $sep . date('Y-m-d-His', $ts);
246 return $ID . $sep . date('Y' . $sep . 'm' . $sep . 'd' . $sep . 'His', $ts);
300 $sep = ':';
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/
H A DIntegrationTest.php202 public function escape_and_nl2br($env, $value, $sep = '<br />') argument
204 return $this->nl2br(twig_escape_filter($env, $value, 'html'), $sep);
210 public function nl2br($value, $sep = '<br />') argument
214 return str_replace("\n", "$sep\n", $value);
/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DDirectWrite.php67 $sep = -1;
86 $sep = -1;
102 $sep = $i;
107 if ($sep == -1) {
130 $tmp = rtrim(mb_substr($s, $j, $sep - $j, $this->mpdf->mb_enc));
150 $i = $sep + 1;
152 $sep = -1;
182 $sep = -1;
198 $sep = $i;
203 if ($sep
[all...]
/plugin/sequencediagram/bower_components/eve-raphael/
H A Deve.js184 eve.separator = function (sep) { argument
185 if (sep) {
186 sep = Str(sep).replace(/(?=[\.\^\]\[\-])/g, "\\");
187 sep = "[" + sep + "]";
188 separator = new RegExp(sep);
/plugin/bureaucracy/helper/
H A Dactiontemplate.php30 $sep = $argv[2] ?? $conf['sepchar'];
51 $this->buildTargetPagename($fields, $sep);
78 * @param string $sep Separator between fields for page id
81 protected function buildTargetPagename($fields, $sep) { argument
87 if (is_array($pname)) $pname = implode($sep, $pname);
88 $this->pagename .= $sep . $pname;
/plugin/fedauth/Auth/Yadis/
H A DXRI.php129 $sep = '&';
131 $sep = '?';
134 return $url . $sep . Auth_OpenID::httpBuildQuery($args);
/plugin/openid/Auth/Yadis/
H A DXRI.php129 $sep = '&';
131 $sep = '?';
134 return $url . $sep . Auth_OpenID::httpBuildQuery($args);
/plugin/blogtng/helper/
H A Dtools.php74 foreach(array('/', '_') as $sep) {
75 $fname = DOKU_PLUGIN . "blogtng/tpl/$tpl$sep$type.php";
/plugin/croissant/
H A Dsyntax.php50 function tpl($sep=' &raquo; ') { argument
78 echo $sep;
/plugin/dev/
H A DLangProcessor.php185 $sep = '[\[\]\.\'"]+'; // closes and opens brackets and dots - we don't care yet
193 $regex = '/\bLANG' . $sep . 'plugins' . $sep . $any . $close . '(?:' . $dotvalue . '|' . $bracketvalue . ')/';
/plugin/authucenter/lib/uc_client/model/
H A Dmisc.php141 $s = $sep = '';
144 $s .= $sep.addslashes($k).UC_ARRAY_SEP_1.$v;
145 $sep = UC_ARRAY_SEP_2;
/plugin/tindexmenu/
H A Dedit-full.js134 function indexmenu_insertTags(lnk,sep) { argument
136 if (sep) {
137 r=new RegExp (sep,"g");
/plugin/clipboardutils/
H A Dsyntax.php92 $sep =str_pad('',80,'-');
93 $str .=' : IS an ARRAY :' . PHP_EOL . $sep . PHP_EOL;
94 $str .=$this->debugArrayString($value,$level+1) . $sep . PHP_EOL;;
/plugin/purplenumbers/
H A Drenderer.php242 $sep = $outside ? '' : '&nbsp;';
244 $pnlink = $sep.'<a href="#'.$this->_getID().'" class="pn" title="'.$this->getLang('sectionlink').'">'.$linkText.'</a>';
281 $sep = $onlyIcon ? '&nbsp;' : ' ';
283 return $sep.'<span class="pn '.$onlyIcon.'">'.

12345