Home
last modified time | relevance | path

Searched refs:flags (Results 101 – 125 of 256) sorted by relevance

1234567891011

/plugin/tagfilter/syntax/
H A Dcompare.php65 $flags = $opt['tagfilterFlags'];
78 $preparedPages = $HtagfilterSyntax->prepareList($allPageids, $flags);
131 if ($flags['images']) {
139 $form->addElement($HPageimage->td($selectedValues[$ii], ['firstimage' => true])); //fixme pageimage->td() does not accept flags as 2nd arg.
/plugin/tablewidth/
H A Daction.php25 $flags = PREG_SET_ORDER | PREG_OFFSET_CAPTURE;
27 if (preg_match_all($pattern, $event->data[1], $match, $flags) > 0) {
/plugin/bez/mdl/
H A DTask.php395 public function remove_participant_flags($user_id, $flags) {
398 throw new \Exception('cannot remove flags from not saved thread');
407 if (array_intersect($flags, $possible_flags) != $flags) {
408 throw new \Exception('unknown flags');
411 $set = implode(',', array_map(function ($v) { return "$v=0"; }, $flags));
418 public function set_participant_flags($user_id, $flags=array()) {
421 throw new \Exception('cannot add flags to not saved thread');
430 if (array_intersect($flags, $possible_flags) != $flags) {
394 remove_participant_flags($user_id, $flags) global() argument
417 set_participant_flags($user_id, $flags = array()) global() argument
[all...]
/plugin/include/syntax/
H A Dheader.php35 list($headline, $lvl, $pos, $page, $sect, $flags) = $data;
44 if($flags['taglogos']) {
/plugin/combo/vendor/symfony/polyfill-php80/
H A DPhpToken.php85 public static function tokenize(string $code, int $flags = 0): array argument
89 $tokens = token_get_all($code, $flags);
/plugin/html2pdf/html2pdf/html2ps/
H A Dpdf.fpdf.makefont.php204 $flags=0;
206 $flags+=1<<0;
210 $flags+=1<<2;
214 $flags+=1<<5;
218 $flags+=1<<6;
221 $fd.=",'Flags'=>".$flags;
/plugin/syntaxhighlighter3/sxh3/pkg/scripts/
H A DshCore.js159 flags = nativ.replace.call(flags, new RegExp("[" + removeFlags + "]+", "g"), "");
320 self = function (pattern, flags) { argument
322 if (flags !== undef) {
339 return flags.indexOf(flag) > -1;
347 flags = flags === undef ? "" : String(flags);
357 flags = nativ.replace.call(flags + $1, duplicateFlags, "");
360 self.forEach(flags, /[\s\S]/, function (m) {
468 self.cache = function (pattern, flags) { argument
469 var key = pattern + "/" + (flags || "");
854 self.union = function (patterns, flags) { argument
[all …]
/plugin/filelist/
H A Dsyntax.php51 [$path, $flags] = explode('&', $match, 2);
54 $flags = $this->getConf('defaults') . '&' . $flags;
55 $flags = explode('&', $flags);
70 foreach ($flags as $flag) {
/plugin/jplayer/vendor/james-heinrich/getid3/
H A Dstructure.txt161 ['flags']=>array() //
167 ['flags']=>array() //
175 ['flags']=>array() //
511 ['flags']=>array() { //
519 ['flags']=>integer() //
756 ['flags']=>integer() //
758 ['flags']=>array() { //
812 ['flags']=>array() { //
887 ['flags']=>array() { //
1204 ['flags']=>array() { //
[all …]
/plugin/codemirror/dist/modes/
H A Dr.min.js.map1flags","column","prev","setFlag","flag","pop","startState","indentUnit","afterIdent","token","sol"…
/plugin/bliki/
H A Dlocal.php.dist6 …'===== l, F j ====='; // Format for date header/separator (passed to date(), escape special flags!)
7 … Format for the footer datestamp (includes hours/minutes) (passed to date(), escape special flags!)
/plugin/tag/
H A Daction.php77 $flags = explode(',', str_replace(" ", "", $this->getConf('pagelist_flags')));
95 $pagelist->setFlags($flags);
/plugin/pgn4web/pgn4web/libs/garbochess/
H A Dgarbochess.js1321 this.flags = flags;
1658 var flags = move & 0xFF0000;
1665 if (flags & moveflagEPC) {
1676 if (flags) {
1765 if (flags & moveflagPromotion) {
1831 if (flags <= moveflagEPC) {
1877 var flags = move & 0xFF0000;
1884 if (flags) {
1905 if (flags & moveflagPromotion) {
1927 if (flags & moveflagEPC) {
[all …]
/plugin/freechat/phpfreechat/src/
H A Dpfctools.php370 function file_put_contents($filename, $content, $flags = null, $resource_context = null) argument
388 $mode = ($flags & FILE_APPEND) ?
393 $use_inc_path = ($flags & FILE_USE_INCLUDE_PATH) ?
405 $use_lock = ($flags & LOCK_EX) ? true : false ;
/plugin/aichat/vendor/vanderlee/php-sentence/src/
H A DSentence.php403 * @param integer $flags
407 public function split($text, $flags = 0) argument
435 if ($flags & self::SPLIT_TRIM) {
/plugin/translation/
H A Dgetflags.sh3 grep -v '^#' "lang/flags.txt" | \
6 wget "$src" -O "flags/$code.svg"
10 svgo flags/*.svg
/plugin/findologicxmlexport/vendor/doctrine/lexer/lib/Doctrine/Common/Lexer/
H A DAbstractLexer.php258 $flags = PREG_SPLIT_NO_EMPTY | PREG_SPLIT_DELIM_CAPTURE | PREG_SPLIT_OFFSET_CAPTURE;
259 $matches = preg_split($regex, $input, -1, $flags);
/plugin/diagramsnet/lib/js/jscolor/
H A Djscolor.js407 this.exportColor = function(flags) { argument
408 if(!(flags & leaveValue) && valueElement) {
414 if(!(flags & leaveStyle) && styleElement) {
424 if(!(flags & leavePad) && isPickerOwner()) {
427 if(!(flags & leaveSld) && isPickerOwner()) {
433 this.fromHSV = function(h, s, v, flags) { // null = don't change argument
442 this.exportColor(flags);
462 this.exportColor(flags);
466 this.fromString = function(hex, flags) { argument
476 flags
[all …]
/plugin/icalevents/vendor/squizlabs/php_codesniffer/CodeSniffer/
H A DReporting.php185 $flags = FILE_APPEND;
188 $flags = null;
191 file_put_contents($output, $generatedReport, $flags);
/plugin/pgn4web/pgn4web/libs/jscolor/
H A Djscolor.js446 this.exportColor = function(flags) { argument
447 if(!(flags & leaveValue) && valueElement) {
453 if(!(flags & leaveStyle) && styleElement) {
463 if(!(flags & leavePad) && isPickerOwner()) {
466 if(!(flags & leaveSld) && isPickerOwner()) {
472 this.fromHSV = function(h, s, v, flags) { // null = don't change argument
483 this.exportColor(flags);
511 this.exportColor(flags);
515 this.fromString = function(hex, flags) { argument
525 flags
[all …]
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/
H A DInlineTest.php30 public function testParse($yaml, $value, $flags = 0) argument
32 …$this->assertSame($value, Inline::parse($yaml, $flags), sprintf('::parse() converts an inline YAML…
38 public function testParseWithMapObjects($yaml, $value, $flags = Yaml::PARSE_OBJECT_FOR_MAP) argument
40 $actual = Inline::parse($yaml, $flags);
/plugin/register/
H A Dregister.php47 var $start, $end, $name, $desc, $flags; variable in bit
56 $flags = explode(" ", $data[4]);
57 foreach ($flags as $f)
59 case "W1C": $this->flags |= W1C; break;
62 $this->flags = $data[4];
80 if ($this->flags & W1C)
/plugin/statistics/ico/flags/
H A DREADME1 Flag images com from http://flags.blogpotato.de/
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/
H A DSFTP.php2120 $flags = NET_SFTP_OPEN_OPEN_OR_CREATE;
2137 $flags = NET_SFTP_OPEN_CREATE_TRUNCATE;
2139 $flags |= NET_SFTP_OPEN_TRUNCATE;
2147 pack('N3', 0, $flags, 0) :
2148 pack('N2', $flags, 0);
3021 * @param int $flags
3026 private function parseTime($key, $flags, &$response) argument
3030 if ($flags & NET_SFTP_ATTR_SUBSECOND_TIMES) {
3050 list($flags) = Strings::unpackSSH2('N', $response);
3054 switch ($flags & $key) {
[all …]
/plugin/translation2/
H A DINFO.txt7 desc Displays flags which link to different language versions of page

1234567891011