/dports/x11-fm/nautilus/nautilus-41.1/src/ |
H A D | nautilus-starred-directory.c | 237 NautilusFavoriteDirectory *starred; in real_call_when_ready() local 264 NautilusFavoriteDirectory *starred; in real_file_monitor_add() local 274 starred->monitor_list = g_list_prepend (starred->monitor_list, monitor); in real_file_monitor_add() 311 NautilusFavoriteDirectory *starred; in real_monitor_remove() local 326 starred->monitor_list = g_list_delete_link (starred->monitor_list, list); in real_monitor_remove() 406 NautilusFavoriteDirectory *starred; in real_cancel_callback() local 414 starred->callback_list = g_list_remove (starred->callback_list, starred_callback); in real_cancel_callback() 426 … starred->pending_callback_list = g_list_remove (starred->pending_callback_list, starred_callback); in real_cancel_callback() 517 g_list_foreach (starred->files, (GFunc) disconnect_and_unmonitor_file, starred); in nautilus_starred_directory_dispose() 520 if (starred->monitor_list) in nautilus_starred_directory_dispose() [all …]
|
/dports/devel/kf5-kio/kio-5.89.0/src/urifilters/ikws/searchproviders/ |
H A D | invent_repo.desktop | 25 Query=https://invent.kde.org/explore/projects/starred?name=\\{@} 26 Query[ar]=https://invent.kde.org/explore/projects/starred?name=\\{@} 27 Query[az]=https://invent.kde.org/explore/projects/starred?name=\\{@} 28 Query[ca]=https://invent.kde.org/explore/projects/starred?name=\\{@} 30 Query[es]=https://invent.kde.org/explore/projects/starred?name=\\{@} 31 Query[fr]=https://invent.kde.org/explore/projects/starred?name=\\{@} 32 Query[ia]=https://invent.kde.org/explore/projects/starred?name=\\{@} 33 Query[it]=https://invent.kde.org/explore/projects/starred?name=\\{@} 34 Query[ko]=https://invent.kde.org/explore/projects/starred?name=\\{@} 35 Query[my]=https://invent.kde.org/explore/projects/starred?name=\\{@} [all …]
|
/dports/www/py-autobahn/autobahn-python-19.5.1/examples/twisted/wamp/rpc/cancel/ |
H A D | frontend.py | 49 starred = yield self.call(u'com.arguments.stars') 50 print("Starred 1: {}".format(starred)) 52 starred = yield self.call(u'com.arguments.stars', nick = u'Homer') 53 print("Starred 2: {}".format(starred)) 55 starred = yield self.call(u'com.arguments.stars', stars = 5) 56 print("Starred 3: {}".format(starred)) 58 starred = yield self.call(u'com.arguments.stars', nick = u'Homer', stars = 5) 59 print("Starred 4: {}".format(starred))
|
/dports/www/py-autobahn/autobahn-python-19.5.1/examples/twisted/wamp/rpc/arguments/ |
H A D | frontend.py | 49 starred = yield self.call(u'com.arguments.stars') 50 print("Starred 1: {}".format(starred)) 52 starred = yield self.call(u'com.arguments.stars', nick=u'Homer') 53 print("Starred 2: {}".format(starred)) 55 starred = yield self.call(u'com.arguments.stars', stars=5) 56 print("Starred 3: {}".format(starred)) 58 starred = yield self.call(u'com.arguments.stars', nick=u'Homer', stars=5) 59 print("Starred 4: {}".format(starred))
|
/dports/www/py-autobahn/autobahn-python-19.5.1/examples/asyncio/wamp/rpc/arguments/ |
H A D | frontend.py | 45 starred = await self.call(u'com.arguments.stars') 46 print("Starred 1: {}".format(starred)) 48 starred = await self.call(u'com.arguments.stars', nick=u'Homer') 49 print("Starred 2: {}".format(starred)) 51 starred = await self.call(u'com.arguments.stars', stars=5) 52 print("Starred 3: {}".format(starred)) 54 starred = await self.call(u'com.arguments.stars', nick=u'Homer', stars=5) 55 print("Starred 4: {}".format(starred))
|
/dports/www/matomo/piwik/plugins/Annotations/ |
H A D | AnnotationList.php | 80 * @param int $starred Either 1 or 0. If 1, the new annotation has been starred, 85 public function add($idSite, $date, $note, $starred = 0) argument 125 * @param int|null $starred Either 1 or 0, whether the annotation should be 142 if ($starred !== null) { 143 $annotation['starred'] = $starred; 291 $count = $starred = 0; 296 ++$starred; 301 return array('count' => $count, 'starred' => $starred); 309 * @param int $starred 312 private function makeAnnotation($date, $note, $starred = 0) argument [all …]
|
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Analytics/ |
H A D | ProfileSummary.php | 23 public $starred; variable in Google_Service_Analytics_ProfileSummary 50 public function setStarred($starred) argument 52 $this->starred = $starred; 56 return $this->starred;
|
H A D | AccountSummary.php | 24 public $starred; variable in Google_Service_Analytics_AccountSummary 52 public function setStarred($starred) argument 54 $this->starred = $starred; 58 return $this->starred;
|
H A D | WebPropertySummary.php | 28 public $starred; variable in Google_Service_Analytics_WebPropertySummary 85 public function setStarred($starred) argument 87 $this->starred = $starred; 91 return $this->starred;
|
H A D | Account.php | 29 public $starred; variable in Google_Service_Analytics_Account 100 public function setStarred($starred) argument 102 $this->starred = $starred; 106 return $this->starred;
|
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Analytics/ |
H A D | ProfileSummary.php | 23 public $starred; variable in Google_Service_Analytics_ProfileSummary 50 public function setStarred($starred) argument 52 $this->starred = $starred; 56 return $this->starred;
|
H A D | AccountSummary.php | 24 public $starred; variable in Google_Service_Analytics_AccountSummary 52 public function setStarred($starred) argument 54 $this->starred = $starred; 58 return $this->starred;
|
H A D | WebPropertySummary.php | 28 public $starred; variable in Google_Service_Analytics_WebPropertySummary 85 public function setStarred($starred) argument 87 $this->starred = $starred; 91 return $this->starred;
|
H A D | Account.php | 29 public $starred; variable in Google_Service_Analytics_Account 100 public function setStarred($starred) argument 102 $this->starred = $starred; 106 return $this->starred;
|
H A D | Webproperty.php | 39 public $starred; variable in Google_Service_Analytics_Webproperty 189 public function setStarred($starred) argument 191 $this->starred = $starred; 195 return $this->starred;
|
/dports/lang/cython/Cython-0.29.24/tests/errors/ |
H A D | extended_unpacking.pyx | 38 8: 4: starred expression is not allowed here 39 10: 4: starred expression is not allowed here 40 12: 4: starred expression is not allowed here 41 14: 4: starred expression is not allowed here 44 26:11: more than 1 starred expression in assignment 48 33:8: starred target must have Python object (list) type
|
/dports/lang/cython-devel/cython-2b1e743/tests/errors/ |
H A D | extended_unpacking.pyx | 38 8: 4: starred expression is not allowed here 39 10: 4: starred expression is not allowed here 40 12: 4: starred expression is not allowed here 41 14: 4: starred expression is not allowed here 44 26:11: more than 1 starred expression in assignment 48 33:8: starred target must have Python object (list) type
|
/dports/x11-themes/pop-icon-theme/icon-theme-ef2be60/src/symlinks/bitmaps/ |
H A D | status.list | 37 non-starred.png feed-non-starred.png 38 non-starred.png non-starred-grey.png 39 non-starred.png pin-up.png 40 non-starred.png rating-unrated.png 45 starred.png feed-starred.png 46 starred.png pin-down.png
|
/dports/www/grafana8/grafana-8.3.6/public/app/features/search/reducers/ |
H A D | searchQueryReducer.ts | 17 starred: false, 28 starred: null, constant 47 return { ...state, starred: action.payload }; 49 return { ...state, starred: false }; 51 return { ...state, query: '', tag: [], starred: false, sort: null };
|
/dports/www/matomo/piwik/plugins/Annotations/templates/ |
H A D | getEvolutionIcons.twig | 5 … <span data-date="{{ date }}" data-count="{{ counts.count }}" data-starred="{{ counts.starred }}" 11 <span class="icon-annotation {% if counts.starred > 0 %}starred{% endif %}"></span>
|
/dports/www/py-autobahn/autobahn-python-19.5.1/autobahn/wamp/test/ |
H A D | test_component.py | 154 starred = yield self.call(u'com.arguments.stars') 155 self.log("Starred 1: {0}".format(starred)) 157 starred = yield self.call(u'com.arguments.stars', nick=u'Homer') 158 self.log("Starred 2: {0}".format(starred)) 160 starred = yield self.call(u'com.arguments.stars', stars=5) 161 self.log("Starred 3: {0}".format(starred)) 163 starred = yield self.call(u'com.arguments.stars', nick=u'Homer', stars=5) 164 self.log("Starred 4: {0}".format(starred))
|
/dports/converters/p5-LaTeXML/LaTeXML-0.8.6/lib/LaTeXML/Package/ |
H A D | acronym.sty.ltxml | 30 DefConditional('\ifAC@starred'); 74 DefMacro('\@acs{}', '\acsfont{\AC@acs{#1}}\ifAC@starred\else\AC@logged{#1}\fi'); 78 DefMacro('\@acl{}', '\acsfont{\AC@acl{#1}}\ifAC@starred\else\AC@logged{#1}\fi'); 86 \ifAC@starred\else\lx@AC@used{#1}\fi'); 96 '\lx@AC@if{#1}{\ifAC@starred\acs*{#1}\else\acs{#1}\fi}{\ifAC@starred\acf*{#1}\else\acf{#1}\fi}'); 102 DefMacro('\@iac{}', '\@iaci{#1} \ifAC@starred\ac*{#1}\else\ac{#1}\fi'); 103 DefMacro('\@Iac{}', '\@firstupper{\@iaci{#1}} \ifAC@starred\ac*{#1}\else\ac{#1}\fi'); 126 DefMacro('\@aclp{}', '\AC@aclp{#1}\ifAC@starred\else\AC@logged{#1}\fi'); 133 \ifAC@starred\else\AC@logged{#1}\fi'); 139 DefMacro('\acsua{}', '\ifAC@starred\acs*{#1}\else\acs{#1}\fi\acused{#1}'); [all …]
|
/dports/math/gap/gap-4.11.0/pkg/smallsemi-0.6.12/gap/ |
H A D | greensstar.gi | 274 InstallMethod(ImagesElm, "for a starred Green's relation", 304 InstallMethod(Successors, "for a starred Green's relation", 327 InstallMethod(\=, "for starred Green's classes", 342 ## size of a starred Green's class 355 ## membership test for a starred Green's class 358 InstallMethod(\in, "membership test of starred Green's class", 386 ## is the appropriate type of starred Green's class 389 "for a starred Green's relation", true, 450 InstallOtherMethod(RStarClass, "for a starred Green's H-class", 453 InstallOtherMethod(LStarClass, "for a starred Green's H-class", [all …]
|
/dports/www/grafana8/grafana-8.3.6/public/app/core/utils/ |
H A D | richHistory.test.ts | 30 starred: true, 69 starred: mock.testStarred, constant 150 starred: i % 2 === 0, 160 expect(history.filter((h) => h.starred)).toHaveLength(starredItemsInHistory); 161 expect(history.filter((h) => !h.starred)).toHaveLength(notStarredItemsInHistory); 177 …expect(newHistory.filter((h) => h.starred)).toHaveLength(starredItemsInHistory + 1); // starred it… 178 …expect(newHistory.filter((h) => !h.starred)).toHaveLength(starredItemsInHistory - removedNotStarre… 185 expect(updatedStarred[0].starred).toEqual(false); 190 expect(store.getObject(key)[0].starred).toEqual(false);
|
/dports/games/hyperrogue/hyperrogue-12.0f/rogueviz/ |
H A D | starbattle.cpp | 29 bool starred; member 171 if(sd.starred) in draw_star() 375 if(sd.illegal) sd.starred = false; in starbattle_puzzle() 405 sd.starred = !sd.starred; in starbattle_puzzle() 406 if(sd.starred) sd.illegal = false; in starbattle_puzzle() 408 extregion = sd.starred ? 1 : 0; in starbattle_puzzle() 437 if(sd.illegal) sd.starred = false; in starbattle_puzzle() 440 sd.starred = extregion == 1; in starbattle_puzzle() 441 if(sd.starred) sd.illegal = false; in starbattle_puzzle() 524 f.write(sd.second.starred); in __anonaeddf93d1702() [all …]
|