Home
last modified time | relevance | path

Searched refs:flag (Results 1 – 25 of 282) sorted by relevance

12345678910>>...12

/plugin/freechat/phpfreechat/data/public/js/
Dutf8.js20 var c, d = "", flag = 0, tmp;
23 if (flag == 0) {
25 flag = 2;
28 flag = 1;
33 flag = 0;
35 } else if (flag == 1) {
36 flag = 0;
38 } else if (flag == 2) {
39 flag = 3;
41 } else if (flag == 3) {
[all …]
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
DTestResult.php943 * @param bool $flag
947 public function convertErrorsToExceptions($flag) argument
949 if (!is_bool($flag)) {
953 $this->convertErrorsToExceptions = $flag;
969 * @param bool $flag
973 public function stopOnError($flag) argument
975 if (!is_bool($flag)) {
979 $this->stopOnError = $flag;
985 * @param bool $flag
989 public function stopOnFailure($flag) argument
[all …]
/plugin/duoshuo-dokuwiki/
Daction.php36 $flag = $this->_canShowDuoshuo($event->data);
37 if($flag === 1 || $flag === 3){
44 $flag = $this->_canShowDuoshuo($event->data);
45 if($flag === 1){
57 $flag = 0;
60 $flag = 3;
70 $flag = 1;
75 $flag = 2;
79 return $flag;
/plugin/asciidocjs/node_modules/supports-preserve-symlinks-flag/
DREADME.md1 # node-supports-preserve-symlinks-flag <sup>[![Version Badge][npm-version-svg]][package-url]</sup>
12 Determine if the current node version supports the `--preserve-symlinks` flag.
17 var supportsPreserveSymlinks = require('node-supports-preserve-symlinks-flag');
28 [package-url]: https://npmjs.org/package/node-supports-preserve-symlinks-flag
29 [npm-version-svg]: https://versionbadg.es/inspect-js/node-supports-preserve-symlinks-flag.svg
30 [deps-svg]: https://david-dm.org/inspect-js/node-supports-preserve-symlinks-flag.svg
31 [deps-url]: https://david-dm.org/inspect-js/node-supports-preserve-symlinks-flag
32 [dev-deps-svg]: https://david-dm.org/inspect-js/node-supports-preserve-symlinks-flag/dev-status.svg
33 [dev-deps-url]: https://david-dm.org/inspect-js/node-supports-preserve-symlinks-flag#info=devDepend…
34 [npm-badge-png]: https://nodei.co/npm/node-supports-preserve-symlinks-flag.png?downloads=true&stars…
[all …]
DCHANGELOG.md12 - Tests [`e2f59ad`](https://github.com/inspect-js/node-supports-preserve-symlinks-flag/commit/e2f59…
13 - Initial commit [`dc222aa`](https://github.com/inspect-js/node-supports-preserve-symlinks-flag/com…
14 …[`5ef77f7`](https://github.com/inspect-js/node-supports-preserve-symlinks-flag/commit/5ef77f7cb694…
15 - npm init [`992b068`](https://github.com/inspect-js/node-supports-preserve-symlinks-flag/commit/99…
16 - read me [`6c9afa9`](https://github.com/inspect-js/node-supports-preserve-symlinks-flag/commit/6c9…
17 …[`2f98925`](https://github.com/inspect-js/node-supports-preserve-symlinks-flag/commit/2f9892546396…
18 …[`6c476ae`](https://github.com/inspect-js/node-supports-preserve-symlinks-flag/commit/6c476ae1ed7c…
19 …[`d0fffc8`](https://github.com/inspect-js/node-supports-preserve-symlinks-flag/commit/d0fffc886d25…
20 …[`ab318ed`](https://github.com/inspect-js/node-supports-preserve-symlinks-flag/commit/ab318ed7ae62…
21 …[`2bb23b3`](https://github.com/inspect-js/node-supports-preserve-symlinks-flag/commit/2bb23b3ebab0…
[all …]
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/
DCodeCoverage.php415 * @param bool $flag
419 public function setCacheTokens($flag) argument
421 if (!is_bool($flag)) {
428 $this->cacheTokens = $flag;
440 * @param bool $flag
444 public function setCheckForUnintentionallyCoveredCode($flag) argument
446 if (!is_bool($flag)) {
453 $this->checkForUnintentionallyCoveredCode = $flag;
457 * @param bool $flag
461 public function setForceCoversAnnotation($flag) argument
[all …]
/plugin/asciidocjs/node_modules/has-flag/
Dreadme.md1 # has-flag [![Build Status](https://travis-ci.org/sindresorhus/has-flag.svg?branch=master)](https:/…
3 … [`argv`](https://nodejs.org/docs/latest/api/process.html#process_process_argv) has a specific flag
11 …<a href="https://tidelift.com/subscription/pkg/npm-has-flag?utm_source=npm-has-flag&utm_medium=ref…
25 $ npm install has-flag
33 const hasFlag = require('has-flag');
64 ### hasFlag(flag, [argv])
66 Returns a boolean for whether the flag exists.
68 #### flag subsubsection
72 CLI flag to look for. The `--` prefix is optional.
Dindex.js3 module.exports = (flag, argv = process.argv) => { argument
4 const prefix = flag.startsWith('-') ? '' : (flag.length === 1 ? '-' : '--');
5 const position = argv.indexOf(prefix + flag);
/plugin/struct/_test/
H A DSearchConfigTest.php172 $flag = $searchConfig->determineCacheFlag(['foo', 'bar']);
173 $this->assertTrue((bool)($flag & SearchConfig::$CACHE_DEFAULT));
174 $this->assertFalse((bool)($flag & SearchConfig::$CACHE_USER));
175 $this->assertFalse((bool)($flag & SearchConfig::$CACHE_DATE));
177 $flag = $searchConfig->determineCacheFlag(['foo', '$USER$']);
178 $this->assertTrue((bool)($flag & SearchConfig::$CACHE_DEFAULT));
179 $this->assertTrue((bool)($flag & SearchConfig::$CACHE_USER));
180 $this->assertFalse((bool)($flag & SearchConfig::$CACHE_DATE));
182 $flag = $searchConfig->determineCacheFlag(['foo', '$TODAY$']);
183 $this->assertTrue((bool)($flag & SearchConfig::$CACHE_DEFAULT));
[all …]
/plugin/hidingip/
Daction.php42 $flag = FALSE;
60 if ($flag == TRUE and strpos($ref,'<bdo dir="ltr">') !== FALSE) {
68 $flag = FALSE;
72 if ($ref['class'] == 'user') $flag = TRUE;
84 $flag = FALSE;
99 if ($flag == TRUE and strpos($ref,'<bdo dir="ltr">') !== FALSE) {
105 …} else if ($flag == TRUE and preg_match('/<bdi>(([1-9]?[0-9]|1[0-9]{2}|2[0-4][0-9]|25[0-5])\.){3}(…
109 $flag = FALSE;
113 if ($ref['class'] == 'user') $flag = TRUE;
/plugin/jplayer/vendor/happyworm/jplayer/dist/skin/pink.flag/css/
Djplayer.pink.flag.min.css1flag.jpg) no-repeat;padding:1px 0 2px 1px;overflow:hidden;width:201px;height:34px}.jp-audio .jp-co…
Djplayer.pink.flag.css115 background: url("../image/jplayer.pink.flag.jpg") 0 0 no-repeat;
150 background: url("../image/jplayer.pink.flag.jpg") 0px -40px no-repeat; }
153 background: url("../image/jplayer.pink.flag.jpg") -100px -40px no-repeat; }
156 background: url("../image/jplayer.pink.flag.jpg") 0px -120px no-repeat; }
159 background: url("../image/jplayer.pink.flag.jpg") -100px -120px no-repeat; }
167 background: url("../image/jplayer.pink.flag.jpg") 0px -80px no-repeat; }
170 background: url("../image/jplayer.pink.flag.jpg") -100px -80px no-repeat; }
178 background: url("../image/jplayer.pink.flag.jpg") -24px -40px no-repeat; }
181 background: url("../image/jplayer.pink.flag.jpg") -124px -40px no-repeat; }
184 background: url("../image/jplayer.pink.flag.jpg") -24px -120px no-repeat; }
[all …]
/plugin/randominc/
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/csstimeline/
Dstyle.css58 .flag-wrapper {
65 .flag {
76 .direction-l .flag {
82 .direction-r .flag {
88 .direction-l .flag:before,
89 .direction-r .flag:before {
104 .direction-r .flag:before {
108 .direction-l .flag:after {
122 .direction-r .flag:after {
192 .flag-wrapper {
[all …]
/plugin/pycode/
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") {
275 … list($code_raw, $sl_raw, $el_raw) = $this->mpp->_get_code($raw_url, $flag, $name, $subname);
279 if ($flag == "c") {
287 … list($code_loc, $sl_loc, $el_loc) = $this->mpp->_get_code($loc_url, $flag, $name, $subname);
294 if (in_array($flag, array("", "l", "f"))) {
296 …$this->_print_code($renderer, $src_url, $code_loc, $lang, $range, $flag, $name, $subname, $nums, $…
298 elseif ($flag == "c") {
[all …]
/plugin/jplayer/vendor/happyworm/jplayer/src/skin/pink.flag/scss/
Djplayer.pink.flag.scss122 background: url("#{$jplayer-images-base-url}jplayer.pink.flag.jpg") 0 0 no-repeat;
163 background: url("#{$jplayer-images-base-url}jplayer.pink.flag.jpg") 0px -40px no-repeat;
167 background: url("#{$jplayer-images-base-url}jplayer.pink.flag.jpg") -100px -40px no-repeat;
171 background: url("#{$jplayer-images-base-url}jplayer.pink.flag.jpg") 0px -120px no-repeat;
175 background: url("#{$jplayer-images-base-url}jplayer.pink.flag.jpg") -100px -120px no-repeat;
185 background: url("#{$jplayer-images-base-url}jplayer.pink.flag.jpg") 0px -80px no-repeat;
189 background: url("#{$jplayer-images-base-url}jplayer.pink.flag.jpg") -100px -80px no-repeat;
201 background: url("#{$jplayer-images-base-url}jplayer.pink.flag.jpg") -24px -40px no-repeat;
205 background: url("#{$jplayer-images-base-url}jplayer.pink.flag.jpg") -124px -40px no-repeat;
209 background: url("#{$jplayer-images-base-url}jplayer.pink.flag.jpg") -24px -120px no-repeat;
[all …]
/plugin/golocal/src/
Dgolocal.go27 flag.Usage = usage
28 flagInstall := flag.Bool("install", false, "Install the protocol handler")
29 flagUninstall := flag.Bool("uninstall", false, "Uninstall the protocol handler")
32 if err := flag.CommandLine.Parse(os.Args[1:]); err != nil {
37 if flag.NArg() > 0 && strings.HasPrefix(flag.Arg(0), "-") {
38 log.Fatalf("Error: unknown flag: %s", flag.Arg(0))
149 flag.PrintDefaults()
/plugin/icons/syntax/
Dicon.php268 foreach ($flags as $flag) {
270 @list($flag, $value) = explode('=', $flag);
272 if (! $flag) continue;
274 $this->flags[$flag] = $value;
276 switch ($flag) {
280 $this->flags[$flag] = (int) $value;
289 $this->flags[$flag] = true;
297 $this->flags[$flag] = true;
366 $this->classes[] = "fa-$flag";
376 $this->classes[] = "fa-$flag";
[all …]
/plugin/tag/syntax/
Dtopic.php83 foreach($flags as $flag) {
84 $separator_pos = strpos($flag, '=');
89 $conf_name = trim(strtolower(substr($flag, 0 , $separator_pos)));
90 $conf_val = trim(strtolower(substr($flag, $separator_pos+1)));
121 foreach($flags as $key => $flag) {
122 if($flag == "") {
/plugin/indexmenu/scripts/fancytree/modules/
Djquery.fancytree.persist.js260 _appendKey: function (type, key, flag) { argument
274 if (flag) {
428 nodeSetActive: function (ctx, flag, callOpts) { argument
432 flag = flag !== false;
443 nodeSetExpanded: function (ctx, flag, callOpts) { argument
448 flag = flag !== false;
452 local._appendKey(EXPANDED, node.key, flag);
456 nodeSetFocus: function (ctx, flag) { argument
460 flag = flag !== false;
471 nodeSetSelected: function (ctx, flag, callOpts) { argument
[all …]
Djquery.fancytree.table.js48 function setChildRowVisibility(parent, flag) { argument
53 tr.style.display = node.hide || !flag ? "none" : "";
443 nodeSetExpanded: function (ctx, flag, callOpts) { argument
445 flag = flag !== false;
447 if ((ctx.node.expanded && flag) || (!ctx.node.expanded && !flag)) {
465 setChildRowVisibility(ctx.node, flag);
467 flag &&
479 flag ? "expand" : "collapse",
488 flag ? "expand" : "collapse",
497 flag ? "expand" : "collapse",
[all …]
/plugin/scrape/vendor/symfony/css-selector/XPath/Extension/
DNodeExtension.php44 public function setFlag(int $flag, bool $on): self argument
46 if ($on && !$this->hasFlag($flag)) {
47 $this->flags += $flag;
50 if (!$on && $this->hasFlag($flag)) {
51 $this->flags -= $flag;
57 public function hasFlag(int $flag): bool argument
59 return (bool) ($this->flags & $flag);
/plugin/pgn4web/pgn4web/
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 */
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 */
/plugin/runcommand/
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) {
441 if ($flag == "newline") $result = "<p>".$result."</p>\n";
[all …]

12345678910>>...12