Home
last modified time | relevance | path

Searched refs:flag (Results 26 – 50 of 189) sorted by relevance

12345678

/plugin/task/syntax/
H A Dtaskform.php40 foreach ($flags as $flag) {
41 if (substr($flag, 0, 16) == 'selectUserGroup=') {
42 $selectUserGroup = substr($flag, 16);
/plugin/multilingual/
H A Dhelper.php74 $flag['title'] = $langname[$name];
75 $flag['src'] = DOKU_URL.'lib/plugins/multilingual/flags/'.$langflag[$name];
78 return array($link,$flag,$exists);
/plugin/html2pdf/multilingual/
H A Dhelper.php74 $flag['title'] = $langname[$name];
75 $flag['src'] = DOKU_URL.'lib/plugins/multilingual/flags/'.$langflag[$name];
78 return array($link,$flag,$exists);
/plugin/autotranslation/
H A Dhelper.php282 $flag = DOKU_BASE . 'lib/plugins/translation/flags/' . hsc($lang) . '.gif';
284 $flag = '';
294 …if($flag) $out .= '<img src="' . $flag . '" alt="' . hsc($lang) . '" height="11" class="' . $class…
371 $flag = $style = '';
373 $flag = DOKU_BASE . 'lib/plugins/translation/flags/' . hsc($lang) . '.gif';
374 $style = ' style="background-image: url(\'' . $flag . '\')"';
399 if($flag) $out .= '<img src="' . $flag . '" alt="' . hsc($lang) . '" height="11" />';
/plugin/pgn4web/pgn4web/
H A Dtwic944.css74 /* a "width" attribute here must use the !important flag to override default settings */
84 /* a "width" attribute here must use the !important flag to override default settings */
88 /* a "width" attribute here must use the !important flag to override default settings */
92 /* a "width" attribute here must use the !important flag to override default settings */
97 /* a "width" attribute here must use the !important flag to override default settings */
H A Dlive-compact.css66 /* a "width" attribute here must use the !important flag to override default settings */
89 /* a "width" attribute here must use the !important flag to override default settings */
96 /* a "width" attribute here must use the !important flag to override default settings */
100 /* a "width" attribute here must use the !important flag to override default settings */
104 /* a "width" attribute here must use the !important flag to override default settings */
H A Dcollection.css90 /* a "width" attribute here must use the !important flag to override default settings */
100 /* a "width" attribute here must use the !important flag to override default settings */
104 /* a "width" attribute here must use the !important flag to override default settings */
108 /* a "width" attribute here must use the !important flag to override default settings */
113 /* a "width" attribute here must use the !important flag to override default settings */
/plugin/imagelink/syntax/
H A Dimagelink.php102 foreach($confString as $flag) {
104 switch($flag) {
111 $tmp = explode('=',$flag,2);
/plugin/changes/
H A Dsyntax.php485 foreach ($flags as $flag) {
486 if (array_key_exists($flag, $outFlags)) {
487 $outFlags[$flag] = true;
488 } elseif (substr($flag, 0, 2) == 'no') {
489 $flag = substr($flag, 2);
490 if (array_key_exists($flag, $outFlags)) {
491 $outFlags[$flag] = false;
/plugin/findologicxmlexport/vendor/hoa/iterator/Test/Unit/
H A DRegularExpression.php105 $flag = LUT\Recursive\RegularExpression::USE_KEY,
111 $flag,
122 ->isEqualTo($flag)
/plugin/codehighlight/cp/engines/
H A Dopera.js78 split : function(code,flag) { argument
79 if(flag=='scroll') {
95 syntaxHighlight : function(flag) { argument
97 if(flag!='init') {
109 x = z = this.split(o,flag);
120 …editor.innerHTML = this.actions.history[this.actions.next()] = (flag=='scroll') ? x : o.split(z).j…
122 if(flag!='init') this.findString();
H A Dmsie.js95 split : function(code,flag) { argument
96 if(flag=='scroll') {
112 syntaxHighlight : function(flag) { argument
113 if(flag!='init') document.selection.createRange().text = cc;
115 if(flag=='paste') { // fix pasted text
130 x = z = this.split(o,flag);
137 …editor.innerHTML = this.actions.history[this.actions.next()] = (flag=='scroll') ? x : o.replace(z,…
138 if(flag!='init') this.findString();
H A Dgecko.js79 split : function(code,flag) { argument
80 if(flag=='scroll') {
106 syntaxHighlight : function(flag) { argument
108 if(flag != 'init') { window.getSelection().getRangeAt(0).insertNode(document.createTextNode(cc));}
113 x = z = this.split(o,flag);
121 …editor.innerHTML = this.actions.history[this.actions.next()] = (flag=='scroll') ? x : o.split(z).j…
122 if(flag!='init') this.findString();
/plugin/pagelist/
H A Dhelper.php253 foreach ($flags as $flag) {
254 switch ($flag) {
292 $flag = 'diff';
296 // it is not required to set the sort flag, rsort flag will reverse.
297 // $flag should be an existing column, not checked here as addColumn() is maybe called later then setFlags()?
298 if (substr($flag, 0, 7) == 'sortby=') {
299 $this->sortKey = substr($flag, 7);
302 //for plugins to propose a default value for the sortby flag
303 if (substr($flag,
[all...]
/plugin/imagecarousel/
H A Dsyntax.php138 foreach($confString as $flag) {
140 switch($flag) {
149 $tmp = explode('=',$flag,2);
/plugin/findologicxmlexport/vendor/hoa/file/
H A DFinder.php207 * @param bool $flag Whether we follow or not.
210 public function followSymlinks($flag = true) argument
212 if (true === $flag) {
386 * @param bool $flag Include or not.
389 public function dots($flag = true) argument
391 if (true === $flag) {
/plugin/remotescript/
H A Dscript.js81 if (flag == 0) {
83 flag = 2;
86 flag = 1;
91 flag = 0;
93 } else if (flag == 1) {
94 flag = 0;
96 } else if (flag == 2) {
97 flag = 3;
99 } else if (flag == 3) {
100 flag = 0;
[all …]
/plugin/tag/syntax/
H A Dtagpage.php56 [$tag, $flag] = array_pad(explode('&', $match[0], 2), 2, '');
57 $params['dynamic'] = ($flag == 'dynamic');
/plugin/pycode/
H A Dmethod.php34 * @param (str) $flag flag to indicate what kind of code we want to embed:
41 public function _get_code($url, $flag = null, $name = null, $subname = null) { argument
65 if ($flag == "") {
70 elseif ($flag == "l") {
87 elseif ($flag == "f") {
141 elseif ($flag == "c") {
197 public function _get_docstr($code, $name = null, $flag = null) { argument
204 if ($flag == "c") {
207 elseif ($flag == "f") {
/plugin/adultcontent/
H A DREADME.md5 … it contains given keywords like "sex", "porn", "orgy", etc and puts the "adult" flag in metadata.
9 You can retrieve this flag in your template and might control your contents like Google AdSense.
/plugin/timetrack/
H A Dsyntax.php204 foreach($flags as $k=>$flag) {
205 list($flag,$value) = explode('=',$flag,2);
206 switch($flag) {
/plugin/dw2pdf/vendor/mpdf/qrcode/src/
H A DQrCode.php441 $flag = true;
442 while ($flag) {
446 $flag = false;
453 $flag = false;
475 $flag = true;
478 if ($flag) {
483 $flag = !$flag;
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Dsource.rst8 The ``ignore_missing`` flag was added in Twig 1.18.3.
17 When you set the ``ignore_missing`` flag, Twig will return an empty string if
/plugin/autolink3/
H A Dsys.php170 function get_dokupage_tree($adress, $tab, $old, $flag){ argument
183 if ($flag == 1)
186 $tab = get_dokupage_tree($adress, $tab, $element, $flag);
/plugin/autlogin/
H A Dadmin.php201 $flag = 0;
221 else $flag=1;
239 else $flag=1;
1232 $flag = 0;
1251 $flag = 1;
1253 if($flag == 0)
1267 $flag = 0;
1289 $flag = 1;
1293 if($flag == 1)
1536 $flag=$flag+1;
[all …]

12345678