Home
last modified time | relevance | path

Searched refs:flag (Results 126 – 150 of 189) sorted by last modified time

12345678

/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/findologicxmlexport/vendor/phpunit/phpunit/src/Util/Log/
H A DJUnit.php407 public function setWriteDocument($flag) argument
409 if (is_bool($flag)) {
410 $this->writeDocument = $flag;
/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/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG330 * added ignore_missing flag to the source function
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Dapi.rst145 A flag that indicates which optimizations to apply
/plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/src/Report/Html/Renderer/Template/css/
H A Dbootstrap.min.css5 …:before{content:"\e032"}.glyphicon-lock:before{content:"\e033"}.glyphicon-flag:before{content:"\e0…
/plugin/hidingip/
H A 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/timetrack/
H A Dsyntax.php204 foreach($flags as $k=>$flag) {
205 list($flag,$value) = explode('=',$flag,2);
206 switch($flag) {
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md1213 …ethod-checkDirty) returns `true` when called onload. Removed the obsolete `editor.mayBeDirty` flag.
/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/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/fckg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/
H A DspellChecker.js433 function _setAsIgnored( text_num, word_num, flag ) { argument
437 this.wordFlags[text_num][word_num] = flag;
455 function _setWordText( text_num, word_num, newText, flag ) { argument
459 this.wordFlags[text_num][word_num] = flag;
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshCore.js338 hasFlag: function (flag) { argument
339 return flags.indexOf(flag) > -1;
/plugin/fetchmedia/
H A Dyarn.lock1644 has-flag@^2.0.0:
1646 …resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-2.0.0.tgz#e8207af1cc7b30d446cc70b734b5e…
2902 has-flag "^2.0.0"
/plugin/issuetracker/
H A Daction.php3492 $flag = false;
/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/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/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/csstimeline/
H A Dstyle.css58 .flag-wrapper {
65 .flag {
76 .direction-l .flag {
82 .direction-r .flag {
88 .direction-l .flag:before,
89 .direction-r .flag:before {
108 .direction-l .flag:after {
122 .direction-r .flag:after {
192 .flag-wrapper {
196 .flag {
[all …]
/plugin/scrape/
H A DHTMLPurifier.standalone.php
/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/freechat/phpfreechat/src/commands/
H A Dnotice.class.php14 $flag = isset($p["flag"]) ? $p["flag"] : 7;
21 ($c->shownotice & $flag) == $flag)
H A Dleave.class.php17 $flag = isset($p["flag"]) ? $p["flag"] : 2;
99 $cmdp["flag"] = $flag;
/plugin/freechat/phpfreechat/data/public/js/
H A Dutf8.js23 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) {
42 flag = 0;
[all …]

12345678