Home
last modified time | relevance | path

Searched refs:flag (Results 76 – 100 of 189) sorted by relevance

12345678

/plugin/dw2pdf/vendor/mpdf/mpdf/src/
H A DOtlDump.php1318 $GSLookup[$i]['Flag'] = $flag = $this->read_ushort();
1324 if (($flag & 0x0010) == 0x0010) {
1399 $Lookup[$i]['Flag'] = $flag = $this->read_ushort();
1405 if (($flag & 0x0010) == 0x0010) {
2295 // IgnoreMarks flag set on main Lookup table
2589 // IgnoreMarks flag set on main Lookup table
2688 function _checkGSUBignore($flag, $glyph, $MarkFilteringSet) argument
2692 if ((($flag & 0x0008) == 0x0008) && strpos($this->GlyphClassMarks, $glyph)) {
2695 if ((($flag & 0x0004) == 0x0004) && strpos($this->GlyphClassLigatures, $glyph)) {
2698 if ((($flag
2713 _getGSUBignoreString($flag, $MarkFilteringSet) global() argument
[all...]
H A DTTFontFile.php1565 $GSLookup[$i]['Flag'] = $flag = $this->read_ushort();
1573 if (($flag & 0x0010) == 0x0010) {
1631 $Lookup[$i]['Flag'] = $flag = $this->read_ushort();
1637 if (($flag & 0x0010) == 0x0010) {
2598 // IgnoreMarks flag set on main Lookup table
2860 // IgnoreMarks flag set on main Lookup table
2927 function _checkGSUBignore($flag, $glyph, $MarkFilteringSet)
2931 if ((($flag & 0x0008) == 0x0008 && ($flag & 0xFF00) == 0) && strpos($this->GlyphClassMarks, $glyph)) {
2934 if ((($flag
2915 _checkGSUBignore($flag, $glyph, $MarkFilteringSet) global() argument
2944 _getGSUBignoreString($flag, $MarkFilteringSet) global() argument
[all...]
H A DForm.php1289 $flag = 0;
1291 $flag += 1 << ($val - 1);
1293 return $flag;
1517 $flag = 32;
1519 $flag = 12;
1521 $flag = 4;
1525 $flag += 2;
1529 $this->writer->write('/AA << /D << /S /SubmitForm /F (' . $form['URL'] . ') /Flags ' . $flag . ' >> >>');
H A DOtl.php4468 private function _getGCOMignoreString($flag, $MarkFilteringSet) argument
4477 if ($flag & 0xFF00) {
4480 $MarkAttachmentType = $flag >> 8;
4481 $ignoreflag = $flag;
4486 if ($flag & 0x0010) {
4497 if (($flag & 0x0008) == 0x0008 && ($flag & 0xFF00) == 0) {
4503 if (($flag & 0x0004) == 0x0004) {
4511 if (($flag & 0x0002) == 0x0002) {
4525 private function _checkGCOMignore($flag, argument
[all...]
/plugin/combo/vendor/symfony/yaml/
H A DCHANGELOG.md49 * Added support to dump `null` as `~` by using the `Yaml::DUMP_NULL_AS_TILDE` flag.
74 flag to cast them to strings
175 through the `Yaml::DUMP_OBJECT_AS_MAP` flag.
/plugin/authgooglesheets/vendor/guzzlehttp/promises/
H A DCHANGELOG.md31 - Optional `$recursive` flag to `all`
/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/autotranslation/
H A Dstyle.css58 .dokuwiki div.plugin_autotranslation option.flag {
/plugin/jplayer/vendor/kriswallsmith/assetic/
H A DCHANGELOG-1.2.md38 * Added the support of flag file for the ClosureCompilerJarFilter
/plugin/findologicxmlexport/vendor/symfony/yaml/
H A DCHANGELOG.md21 flag to cast them to strings
122 through the `Yaml::DUMP_OBJECT_AS_MAP` flag.
/plugin/pycode/
H A Daction.php68 list($code_all_old, $flag, $name, $subname) = $this->mpp->_get_code($loc_url);
/plugin/codemirror/dist/modes/
H A Dpegjs.min.js.map1flag\n } else if (stream.peek() === '\\\\') {\n stream.next();\n st…
H A Debnf.min.js.map1flag\n } else if (stream.peek() === \"\\\\\") {\n stream.next();\n …
H A Dr.min.js.map1flag","pop","startState","indentUnit","afterIdent","token","sol","indentation","eatSpace","style",…
/plugin/mediasyntax/
H A Dhelper.php63 foreach ($setflags as $flag) {
64 switch ($flag) {
/plugin/findologicxmlexport/vendor/twig/twig/doc/functions/
H A Dinclude.rst53 When you set the ``ignore_missing`` flag, Twig will return an empty string if
/plugin/bibtex/OSBib/format/bibtexParse/
H A DCHANGELOG58 1/ Added another flag to PARSEENTRIES to decide whether to remove enclosing "..." or {...} from st…
/plugin/bootswrapper/exe/help/
H A Dnav.txt221 Use Include Plugin with ''inline'' flag to prevent unexpected behavior.
230 [...] Don't close/open sections when including a page. This flag should be used when the include sy…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php627 * @param bool $flag
629 public function setRegisterMockObjectsFromTestArgumentsRecursively($flag) argument
631 if (!is_bool($flag)) {
635 $this->registerMockObjectsFromTestArgumentsRecursively = $flag;
/plugin/syntaxhighlighter4/dist/
H A Dsyntaxhighlighter.js925 function registerFlag(flag) {
926 if (!/^[\w$]$/.test(flag)) {
930 registeredFlags[flag] = true;
955 …r !== leadChar || t.scope !== scope && t.scope !== 'all' || t.flag && flags.indexOf(t.flag) === -1…
1215 if (options.flag) {
1216 registerFlag(options.flag);
1235 flag: options.flag,
2246 }, { flag: 'x' });
2254 flag: 's',
/plugin/pgn4web/pgn4web/
H A Danalysis.css197 /* a "width" attribute here must use the !important flag to override default settings */
/plugin/bez/mdl/
H A DTask.php350 throw new \Exception("unknown flag $filter");
446 $set = implode(',', array_map(function($flag) { return "$flag=1"; }, $flags));
/plugin/jplayer/vendor/james-heinrich/getid3/getid3/
H A Dmodule.audio-video.riff.php548 foreach ($flags as $flag => $length) {
549 …$riff_litewave_raw[$flag] = getid3_lib::LittleEndian2Int(substr($thisfile_riff_WAVE['fmt '][0]['da…
696 foreach ($flags as $flag) {
697 $thisfile_riff_raw_avih[$flag] = $this->EitherEndian2Int(substr($avihData, $avih_offset, 4));
709 foreach ($flags as $flag => $value) {
710 … $thisfile_riff_raw_avih['flags'][$flag] = (bool) ($thisfile_riff_raw_avih['dwFlags'] & $value);
/plugin/html2pdf/html2pdf/html2ps/
H A Dbox.table.php343 $flag = false;
347 $flag = true;
372 } while ($flag);
/plugin/translation/lang/
H A Dflags.txt1 # Language to flag mapping

12345678