Home
last modified time | relevance | path

Searched refs:flag (Results 1 – 25 of 189) sorted by path

12345678

/plugin/abc2/abc-libraries/abc2svg/
H A Dabc2svg-1.js994 function draw_sysbra(x,st,flag){var i,st_end,yt,yb argument
995 while(!cur_sy.st_print[st]){if(cur_sy.staves[st].flags&flag)
1001 if(cur_sy.staves[i].flags&flag)
1005 if(flag&(CLOSE_BRACE|CLOSE_BRACE2))
3039 function cnv_escape(src,flag){var c,c2,dst="",i,j=0 argument
3111 if(flag=='w')
3138 function uncomment(src,flag){if(!src) argument
3145 if(flag&&src.indexOf('\\')>=0)
3146 return cnv_escape(src,flag)
/plugin/abstract/
H A Dsyntax.php102 foreach($flags as $k=>$flag) {
103 list($flag,$value) = explode('=',$flag,2);
104 switch($flag) {
/plugin/aceeditor/
H A Dbuild.js1 …|findfigs|findobj|findstr|finish|fitsdisp|fitsinfo|fitsread|fitswrite|fix|flag|flipdim|fliplr|flip…
/plugin/adfs/phpsaml/extlib/xmlseclibs/
H A DCHANGELOG.txt156 - New addReference/List option (overwrite). Boolean flag indicating if URI
/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/aichat/vendor/mehrab-wj/tiktoken-php/data/
H A Dvocab.bpe
/plugin/amcharts/assets/amcharts/plugins/export/
H A DREADME.md920 * Added: `overflow` flag to overwrite the css attribute 'overflow' of the chart container
951 * Added: ([drawing.autoClose](#annotation-settings)) new flag to automatically close the annotation…
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1flag to be able to tell if the onwrite cb is called immediately,\n\t // or on a later tick. We s…
/plugin/authgoogle/google/contrib/
H A DGoogle_ModeratorService.php958 public $flag; variable in Google_ModeratorVotesResourcePartial
965 public function setFlag($flag) { argument
966 $this->flag = $flag;
969 return $this->flag;
1822 public $flag; variable in Google_Vote
1833 public function setFlag($flag) { argument
1834 $this->flag = $flag;
1837 return $this->flag;
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DCHANGELOG.md31 - Optional `$recursive` flag to `all`
/plugin/authgooglesheets/vendor/monolog/monolog/
H A DCHANGELOG.md413 …* Added $expandNewlines flag to the ErrorLogHandler to create multiple log entries when a message …
425 * Added $useFormatting flag to MemoryProcessor to make it send raw data in bytes
428 * Added $appendNewline flag to the JsonFormatter to enable using it when logging to files
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php3123 list($type, $flag, $mask, $who) = Strings::unpackSSH2('N3s', $result);
/plugin/authgooglesheets/vendor/symfony/polyfill-intl-idn/
H A DIdn.php772 * @param bool $flag
776 private static function encodeDigit($d, $flag) argument
778 return \chr($d + 22 + 75 * ($d < 26 ? 1 : 0) - (($flag ? 1 : 0) << 5));
/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 …]
/plugin/autolink3/
H A Dajax.php146 $flag = 0;
148 !$page ? $page = $_REQUEST['page'] : $flag = 1;
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/autolink4/
H A Dscript.js3 * Enable or disable a flag for all links.
6 * @param {String} flag - The name of the flag.
8 toggleFlag: function(on, flag) { argument
20 .filter(function(f) {return f && f != flag;});
23 flags.push(flag);
/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" />';
H A Dstyle.css58 .dokuwiki div.plugin_autotranslation option.flag {
/plugin/bez/mdl/
H A DTask.php350 throw new \Exception("unknown flag $filter");
446 $set = implode(',', array_map(function($flag) { return "$flag=1"; }, $flags));
H A DThread.php173 public function set_private_flag($flag) {
175 if ($flag) {
205 throw new \Exception("unknown flag $filter");
302 $set = implode(',', array_map(function($flag) { return "$flag=1"; }, $flags));
172 set_private_flag($flag) global() argument
/plugin/bible/bible_douayRheims/
H A DExodus.txt1131 …rongly coupled with rings, which a violet fillet joined, lest they should flag loose, and be moved…
H A DIsaias.txt648 …ast shall be in such condition, that thou shalt not be able to spread the flag. Then shall the spo…
/plugin/bibtex/OSBib/format/bibtexParse/
H A DCHANGELOG58 1/ Added another flag to PARSEENTRIES to decide whether to remove enclosing "..." or {...} from st…
/plugin/blog/syntax/
H A Darchive.php33 foreach($flags as $i=>$flag) {
34 if(preg_match('/(\w+)\s*=(.+)/', $flag, $temp) == 1) {

12345678