Home
last modified time | relevance | path

Searched refs:flag (Results 151 – 175 of 189) sorted by path

12345678

/plugin/pgn4web/pgn4web/
H A Dinputform.css84 /* a "width" attribute here must use the !important flag to override default settings */
99 /* a "width" attribute here must use the !important flag to override default settings */
107 /* a "width" attribute here must use the !important flag to override default settings */
112 /* a "width" attribute here must use the !important flag to override default settings */
116 /* 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 Dlon09r5.css98 /* a "width" attribute here must use the !important flag to override default settings */
103 /* 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 */
H A Dmini.css56 /* a "width" attribute here must use the !important flag to override default settings */
65 /* a "width" attribute here must use the !important flag to override default settings */
69 /* a "width" attribute here must use the !important flag to override default settings */
73 /* a "width" attribute here must use the !important flag to override default settings */
77 /* a "width" attribute here must use the !important flag to override default settings */
H A Dtactics.css62 /* a "width" attribute here must use the !important flag to override default settings */
71 /* a "width" attribute here must use the !important flag to override default settings */
75 /* a "width" attribute here must use the !important flag to override default settings */
79 /* a "width" attribute here must use the !important flag to override default settings */
83 /* a "width" attribute here must use the !important flag to override default settings */
H A Dtemplate.css70 /* a "width" attribute here must use the !important flag to override default settings */
79 /* a "width" attribute here must use the !important flag to override default settings */
83 /* a "width" attribute here must use the !important flag to override default settings */
87 /* a "width" attribute here must use the !important flag to override default settings */
91 /* a "width" attribute here must use the !important flag to override default settings */
H A Dtilb98r2.css75 /* 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 */
96 /* a "width" attribute here must use the !important flag to override default settings */
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 */
/plugin/processing/
H A Dscript.js2517 var flag = false;
2529 …0) || (valOf >= 97 && valOf <= 100) || (valOf >= 102 && valOf <= 122)) && flag === false) { // if …
2555 flag = true;
/plugin/pycode/
H A Daction.php68 list($code_all_old, $flag, $name, $subname) = $this->mpp->_get_code($loc_url);
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") {
H A Dsyntax.php235 $flag = $data[1];
256 if ($flag == "" and $name != "") {
259 elseif ($flag != "" and $name == "") {
262 elseif (($flag == "f" or $flag == "c") and $lang != "python") {
279 if ($flag == "c") {
298 elseif ($flag == "c") {
316 elseif ($flag == "c") {
382 if ($flag == "f") {
401 if ($flag == "") {
405 elseif ($flag == "f") {
[all …]
/plugin/qstat/
H A Dsyntax.php283 $flag = array(
304 foreach ($flag as $key => $value) {
/plugin/randominc/
H A Dsyntax.php244 foreach ($flags as $flag) {
245 if (!(strncmp($flag,'max-width',9) || strpos($flag,';')))
247 $flagsarray['max-width'] = $flag;
249 if (!(strncmp($flag,'max-height',10) || strpos($flag,';')))
251 $flagsarray['max-height'] = $flag;
253 if (!(strncmp($flag,'depth',5) || strpos($flag,';')))
255 $equal = strpos($flag,'=');
258 $flagsarray['depth'] = substr($flag, $equal+1);
/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/runcommand/
H A Dsyntax.php339 foreach ($flags as $flag) {
340 if ($flag == "newline") $result = "<p>".$result."</p>\n";
359 foreach ($flags as $flag) {
360 if ($flag == "newline") $result = "<p>".$result."</p>\n";
374 foreach ($flags as $flag) {
375 if ($flag == "newline") $result = "<p>".$result."</p>\n";
417 foreach ($flags as $flag) {
418 if ($flag == "newline") $result = "<p>".$result."</p>\n";
440 foreach ($flags as $flag) {
467 foreach ($flags as $flag) {
[all …]
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/plugin/sequencediagram/bower_components/lodash/test/
H A Dtest.js24348 var flag = '\ud83c\uddfa\ud83c\uddf8',
24458 var pair = flag.match(/\ud83c[\udde6-\uddff]/g),
24461 assert.strictEqual(_.size(flag), 1);
24464 assert.deepEqual(_.toArray(flag), [flag]);
24467 assert.deepEqual(_.words(flag), [flag]);
/plugin/sequencediagram/bower_components/lodash/
H A Dyarn.lock1549 has-flag@^1.0.0:
1551 …resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-1.0.0.tgz#9d9e793165ce017a00f00418c43f9…
3006 has-flag "^1.0.0"
/plugin/sequencediagram/bower_components/raphael/
H A Dyarn.lock1176 has-flag@^3.0.0:
1178 …resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a0…
2503 has-flag "^3.0.0"
2510 has-flag "^3.0.0"
/plugin/sequencediagram/bower_components/snap.svg/dist/
H A Dsnap.svg.js4463 elproto.toggleClass = function (value, flag) { argument
4464 if (flag != null) {
4465 if (flag) {
/plugin/structsection/
H A Dyarn.lock1676 has-flag@^3.0.0:
1678 …resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a0…
1681 has-flag@^4.0.0:
1683 …resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-4.0.0.tgz#944771fd9c81c81265c4d6941860d…
2658 has-flag "^3.0.0"
2665 has-flag "^4.0.0"
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshCore.js338 hasFlag: function (flag) { argument
339 return flags.indexOf(flag) > -1;
/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',
H A Dsyntaxhighlighter.js.map1flag","Error","runTokens","scope","context","leadChar","t","matchLength","output","handler","repar…

12345678