Home
last modified time | relevance | path

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

12345678

/plugin/tablelayout/
H A Dyarn.lock1132 has-flag@^3.0.0:
1134 …resolved "https://registry.yarnpkg.com/has-flag/-/has-flag-3.0.0.tgz#b5d454dc2199ae225699f3467e5a0…
2330 has-flag "^3.0.0"
/plugin/tag/syntax/
H A Dsearchtags.php80 foreach($flags as $key => $flag) {
81 if($flag == "") {
H A Dtagpage.php56 [$tag, $flag] = array_pad(explode('&', $match[0], 2), 2, '');
57 $params['dynamic'] = ($flag == 'dynamic');
H A Dtopic.php83 foreach($flags as $flag) {
84 $separator_pos = strpos($flag, '=');
86 continue; // no "=" found, skip to next 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/tagfilter/helper/
H A Dsyntax.php249 foreach ($flags as $flag) {
250 list($flag, $value) = array_pad(explode('=', $flag, 2), 2, '');
251 $flag = trim($flag);
253 switch ($flag) {
/plugin/task/syntax/
H A Dtaskform.php40 foreach ($flags as $flag) {
41 if (substr($flag, 0, 16) == 'selectUserGroup=') {
42 $selectUserGroup = substr($flag, 16);
/plugin/textile2/
H A DclassTextile.php766 list(, $flag, $url) = $m;
767 $this->urlrefs[$flag] = $url;
/plugin/timetrack/
H A Dsyntax.php204 foreach($flags as $k=>$flag) {
205 list($flag,$value) = explode('=',$flag,2);
206 switch($flag) {
/plugin/translation/lang/
H A Dflags.txt1 # Language to flag mapping
/plugin/tuxquote/
H A Dquotes.txt2067 Every normal man must be tempted, at times, to spit on his hands, hoist the black flag, and begin s…
/plugin/webdav/vendor/sabre/dav/lib/DAV/Browser/assets/openiconic/
H A Dopen-iconic.css276 .oi[data-glyph=flag]:before { content:'\e069'; }
/plugin/wysiwyg/fckeditor/editor/dialog/fck_spellerpages/spellerpages/
H A DspellChecker.js421 function _setAsIgnored( text_num, word_num, flag ) { argument
425 this.wordFlags[text_num][word_num] = flag;
443 function _setWordText( text_num, word_num, newText, flag ) { argument
447 this.wordFlags[text_num][word_num] = flag;
/plugin/xlsx2dw/packages/xlsx/
H A Dxlsx.mjs1570 /* for some reason, CD flag corresponds to LFH */
16321 o.write_shift(2, flags); // bit flag
16349 o.write_shift(2, f); // bit flag
21142 // 0x8B LH: alternate menu key flag (BIFF3/4)
22679 /* currency flag */
22770 /* currency flag */
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1flag\n\t\t\tthis.updatedRows[ind] = rowId;\n\t\t\tthis.$gantt.setUserData(rowId, this.action_param…

12345678