Home
last modified time | relevance | path

Searched refs:mentioned (Results 1 – 25 of 10605) sorted by relevance

12345678910>>...425

/dports/archivers/gtar/tar-1.34/gnu/
H A Dmodechange.c104 mode_t mentioned; /* Bits explicitly mentioned. */ member
112 make_node_op_equals (mode_t new_mode, mode_t mentioned) in make_node_op_equals() argument
119 p->mentioned = mentioned; in make_node_op_equals()
145 mode_t mentioned; in mode_compile() local
160 mentioned = (p - mode_string < 5 in mode_compile()
163 return make_node_op_equals (mode, mentioned); in mode_compile()
208 mode_t mentioned = 0; in mode_compile() local
229 affected = mentioned = CHMOD_MODE_BITS; in mode_compile()
292 change->mentioned = in mode_compile()
293 (mentioned ? mentioned : affected ? affected & value : value); in mode_compile()
[all …]
/dports/devel/gnulib/gnulib-20140202-stable/lib/
H A Dmodechange.c104 mode_t mentioned; /* Bits explicitly mentioned. */ member
112 make_node_op_equals (mode_t new_mode, mode_t mentioned) in make_node_op_equals() argument
119 p->mentioned = mentioned; in make_node_op_equals()
145 mode_t mentioned; in mode_compile() local
160 mentioned = (p - mode_string < 5 in mode_compile()
163 return make_node_op_equals (mode, mentioned); in mode_compile()
208 mode_t mentioned = 0; in mode_compile() local
229 affected = mentioned = CHMOD_MODE_BITS; in mode_compile()
292 change->mentioned = in mode_compile()
293 (mentioned ? mentioned : affected ? affected & value : value); in mode_compile()
[all …]
/dports/sysutils/coreutils/coreutils-8.32/lib/
H A Dmodechange.c104 mode_t mentioned; /* Bits explicitly mentioned. */ member
112 make_node_op_equals (mode_t new_mode, mode_t mentioned) in make_node_op_equals() argument
119 p->mentioned = mentioned; in make_node_op_equals()
145 mode_t mentioned; in mode_compile() local
160 mentioned = (p - mode_string < 5 in mode_compile()
163 return make_node_op_equals (mode, mentioned); in mode_compile()
208 mode_t mentioned = 0; in mode_compile() local
229 affected = mentioned = CHMOD_MODE_BITS; in mode_compile()
292 change->mentioned = in mode_compile()
293 (mentioned ? mentioned : affected ? affected & value : value); in mode_compile()
[all …]
/dports/misc/gnuls/coreutils-8.30/lib/
H A Dmodechange.c104 mode_t mentioned; /* Bits explicitly mentioned. */ member
112 make_node_op_equals (mode_t new_mode, mode_t mentioned) in make_node_op_equals() argument
119 p->mentioned = mentioned; in make_node_op_equals()
145 mode_t mentioned; in mode_compile() local
160 mentioned = (p - mode_string < 5 in mode_compile()
163 return make_node_op_equals (mode, mentioned); in mode_compile()
208 mode_t mentioned = 0; in mode_compile() local
229 affected = mentioned = CHMOD_MODE_BITS; in mode_compile()
292 change->mentioned = in mode_compile()
293 (mentioned ? mentioned : affected ? affected & value : value); in mode_compile()
[all …]
/dports/security/pkcs11-tools/pkcs11-tools-2.5.0/.gnulib/lib/
H A Dmodechange.c104 mode_t mentioned; /* Bits explicitly mentioned. */ member
112 make_node_op_equals (mode_t new_mode, mode_t mentioned) in make_node_op_equals() argument
119 p->mentioned = mentioned; in make_node_op_equals()
145 mode_t mentioned; in mode_compile() local
160 mentioned = (p - mode_string < 5 in mode_compile()
163 return make_node_op_equals (mode, mentioned); in mode_compile()
208 mode_t mentioned = 0; in mode_compile() local
229 affected = mentioned = CHMOD_MODE_BITS; in mode_compile()
292 change->mentioned = in mode_compile()
293 (mentioned ? mentioned : affected ? affected & value : value); in mode_compile()
[all …]
/dports/misc/findutils/findutils-4.8.0/gl/lib/
H A Dmodechange.c104 mode_t mentioned; /* Bits explicitly mentioned. */ member
112 make_node_op_equals (mode_t new_mode, mode_t mentioned) in make_node_op_equals() argument
119 p->mentioned = mentioned; in make_node_op_equals()
145 mode_t mentioned; in mode_compile() local
160 mentioned = (p - mode_string < 5 in mode_compile()
163 return make_node_op_equals (mode, mentioned); in mode_compile()
208 mode_t mentioned = 0; in mode_compile() local
229 affected = mentioned = CHMOD_MODE_BITS; in mode_compile()
292 change->mentioned = in mode_compile()
293 (mentioned ? mentioned : affected ? affected & value : value); in mode_compile()
[all …]
/dports/ftp/lftp/lftp-4.9.2/lib/
H A Dmodechange.c104 mode_t mentioned; /* Bits explicitly mentioned. */ member
112 make_node_op_equals (mode_t new_mode, mode_t mentioned) in make_node_op_equals() argument
119 p->mentioned = mentioned; in make_node_op_equals()
145 mode_t mentioned; in mode_compile() local
160 mentioned = (p - mode_string < 5 in mode_compile()
163 return make_node_op_equals (mode, mentioned); in mode_compile()
208 mode_t mentioned = 0; in mode_compile() local
229 affected = mentioned = CHMOD_MODE_BITS; in mode_compile()
292 change->mentioned = in mode_compile()
293 (mentioned ? mentioned : affected ? affected & value : value); in mode_compile()
[all …]
/dports/net-im/matterhorn/matterhorn-50200.13.0/notification-scripts/
H A Dnotify10 mentioned="${1?}"
40 if [ "$mentioned" == "1" ]
44 if [ "$mentioned" == "2" ]
48 echo "Error: mentioned value '$mentioned' unexpected" > /dev/stderr
/dports/irc/ezbounce/ezbounce-1.99.15/lib/gnu/
H A Dmodechange.c104 mode_t mentioned; /* Bits explicitly mentioned. */ member
112 make_node_op_equals (mode_t new_mode, mode_t mentioned) in make_node_op_equals() argument
119 p->mentioned = mentioned; in make_node_op_equals()
144 mode_t mentioned; in mode_compile() local
158 mentioned = (mode & (S_ISUID | S_ISGID)) | S_ISVTX | S_IRWXUGO; in mode_compile()
159 return make_node_op_equals (mode, mentioned); in mode_compile()
263 change->mentioned = (affected ? affected & value : value); in mode_compile()
323 (dir ? S_ISUID | S_ISGID : 0) & ~ changes->mentioned; in mode_adjust()
/dports/net-im/prosody-modules/Community-Modules-bb8459c220c9/mod_muc_mention_notifications/
H A DREADME.markdown3 This module lets Prosody notify users when they're mentioned in a MUC, even if they're not currentl…
5 Users need to be explicitly mentioned via XEP-0372 references.
7 In anonymous and semi-anonymous rooms, the mentioned user needs to have their nickname registered i…
24 …mmn_notify_unaffiliated_users| Notify mentioned users even if they are not members of the room the…
/dports/www/moodle310/moodle/mod/forum/tests/
H A Dcron_trait.php49 $expect->mentioned = isset($expect->mentioned) ? $expect->mentioned : false;
51 $expect->mentioned = true;
53 if (!$expect->mentioned) {
/dports/www/moodle311/moodle/mod/forum/tests/
H A Dcron_trait.php49 $expect->mentioned = isset($expect->mentioned) ? $expect->mentioned : false;
51 $expect->mentioned = true;
53 if (!$expect->mentioned) {
/dports/www/moodle39/moodle/mod/forum/tests/
H A Dcron_trait.php49 $expect->mentioned = isset($expect->mentioned) ? $expect->mentioned : false;
51 $expect->mentioned = true;
53 if (!$expect->mentioned) {
/dports/science/cp2k/cp2k-2e995eec7fd208c8a72d9544807bd8b8ba8cd1cc/tools/conventions/
H A Dconventions.supp5 Flag FD_DEBUG not mentioned in INSTALL.md
6 Flag FD_DEBUG not mentioned in cp2k_flags()
7 Flag INTEL_MKL_VERSION not mentioned in INSTALL.md
9 Flag XC_MAJOR_VERSION not mentioned in INSTALL.md
12 Flag __DATA_DIR not mentioned in cp2k_flags()
16 Flag __GRID_CORE not mentioned in cp2k_flags()
17 Flag __HAS_smm_cnt not mentioned in INSTALL.md
18 Flag __HAS_smm_ctn not mentioned in INSTALL.md
19 Flag __HAS_smm_ctt not mentioned in INSTALL.md
20 Flag __HAS_smm_dnt not mentioned in INSTALL.md
[all …]
/dports/science/cp2k-data/cp2k-7.1.0/tools/conventions/
H A Dconventions.supp5 Flag FD_DEBUG not mentioned in INSTALL.md
6 Flag FD_DEBUG not mentioned in cp2k_flags()
7 Flag INTEL_MKL_VERSION not mentioned in INSTALL.md
9 Flag XC_MAJOR_VERSION not mentioned in INSTALL.md
12 Flag __DATA_DIR not mentioned in cp2k_flags()
16 Flag __GRID_CORE not mentioned in cp2k_flags()
17 Flag __HAS_smm_cnt not mentioned in INSTALL.md
18 Flag __HAS_smm_ctn not mentioned in INSTALL.md
19 Flag __HAS_smm_ctt not mentioned in INSTALL.md
20 Flag __HAS_smm_dnt not mentioned in INSTALL.md
[all …]
/dports/finance/cointop/cointop-1.5.4/vendor/github.com/anaskhan96/soup/
H A DCHANGELOG.md7 - Function `FindStrict()` finds the first instance of the mentioned tag with the exact matching val…
8 - Function `FindAllStrict()` finds all the instances of the mentioned tag with the exact matching v…
12 - Function `Find()` now finds the first instance of the mentioned tag with any matching values of t…
13 - Function `FindAll()` now finds all the instances of the mentioned tag with any matching values of…
/dports/finance/cointop/cointop-1.5.4/vendor/github.com/anaskhan96/soup/soup-1.1.1/
H A DCHANGELOG.md7 - Function `FindStrict()` finds the first instance of the mentioned tag with the exact matching val…
8 - Function `FindAllStrict()` finds all the instances of the mentioned tag with the exact matching v…
12 - Function `Find()` now finds the first instance of the mentioned tag with any matching values of t…
13 - Function `FindAll()` now finds all the instances of the mentioned tag with any matching values of…
/dports/security/libxcrypt/libxcrypt-4.4.27/build-aux/scripts/
H A Dcheck-perlcritic-config45 my %mentioned = mentioned_policies();
49 push @unmentioned, $p unless exists $mentioned{$p};
53 for my $p (keys %mentioned) {
/dports/net-p2p/py-nicotine-plus/nicotine-plus-3.2.0/pynicotine/gtkgui/widgets/
H A Diconnotebook.py46 self.mentioned = False
178 def request_hilite(self, mentioned=False): argument
183 if not self.mentioned:
184 self.mentioned = mentioned
189 if self.mentioned:
196 if self.mentioned:
211 self.mentioned = False
415 def request_tab_hilite(self, page, mentioned=False): argument
421 self.frame.request_tab_hilite(self.page_id, mentioned)
427 tab_label.request_hilite(mentioned)
[all …]
/dports/www/typo3-9/typo3_src-9.5.31/typo3/sysext/core/Documentation/Changelog/9.4/
H A DDeprecation-85699-MethodsInPageRepository.rst22 Calling one of the mentioned methods will trigger a PHP :php:`E_USER_DEPRECATED` error.
28 Third party code which calls the methods mentioned above.
35 If you need one of the mentioned methods you can copy them over to your extension.
/dports/www/typo3-11/typo3_src-11.5.7/typo3/sysext/core/Documentation/Changelog/9.4/
H A DDeprecation-85699-MethodsInPageRepository.rst22 Calling one of the mentioned methods will trigger a PHP :php:`E_USER_DEPRECATED` error.
28 Third party code which calls the methods mentioned above.
35 If you need one of the mentioned methods you can copy them over to your extension.
/dports/www/typo3-10/typo3_src-10.4.25/typo3/sysext/core/Documentation/Changelog/9.4/
H A DDeprecation-85699-MethodsInPageRepository.rst22 Calling one of the mentioned methods will trigger a PHP :php:`E_USER_DEPRECATED` error.
28 Third party code which calls the methods mentioned above.
35 If you need one of the mentioned methods you can copy them over to your extension.
/dports/misc/openvdb/openvdb-9.0.0/tsc/meetings/
H A D2019-01-17.md31 ASWF projects. Jeff mentioned that the guidelines are vague for this role and that in the context
32 of VDB, this mainly relates to bug handling/invalid file reading. Ken mentioned the concern of
34 of a CI build (lgtm, clang). Dan mentioned using clang tidy as a CI step which would be easier
46 do not have extensive experience with CMake. Nick mentioned his experience and usage within
50 mentioned a concern if this was actioned due to the amount of dependencies OpenVDB has. Ken
51 mentioned that WETA have dedicated a lot of time to standardizing CMake builds. Ken will
58 OSPRay. These tools are exclusively focused on real time ray tracing on the CPU. Bruce mentioned
64 on the OpenVDB AX roadmap, available within the AX repository on DNEGs github. Nick mentioned
77 mentioned that the private e-mail list is currently public. Jon to check and confirm a switch
/dports/finance/ledger/ledger-3.2.1/test/regress/
H A D730.test7 ; Tests mentioned in #730
18 ; Tests mentioned in #1080
29 ; Tests mentioned in #1084
/dports/databases/p5-DBIx-Class-Helpers/DBIx-Class-Helpers-2.036000/t/Schema/Verifier/
H A DColumnInfo.t15 like $e, qr/bad1/, 'Failed column mentioned';
16 like $e, qr/unallowed_key/, 'Bad key mentioned';
17 like $e, qr/TFailResult1/, 'Failing class mentioned';

12345678910>>...425