Home
last modified time | relevance | path

Searched refs:pagespec (Results 1 – 25 of 237) sorted by relevance

12345678910

/dports/www/hotcrp/hotcrp-2.102/src/
H A Dbanal621 $page->{pagespec}->{lead} = 0;
655 $page->{pagespec}->{lead} = $lead;
755 $page->{pagespec}->{textbb} = {
995 my($pbb, $tbb) = ($page->{pagespec}->{paperbb}, $page->{pagespec}->{textbb});
1147 $doc->{pagespec}->{lead},
1225 $lead = $doc->{pagespec}->{lead};
1551 pagespec => {
1594 $doc->{pagespec}->{paperbb} = $page->{pagespec}->{paperbb};
1595 $doc->{pagespec}->{textbb} = $page->{pagespec}->{textbb};
1596 $doc->{pagespec}->{bodyfont} = $page->{pagespec}->{bodyfont};
[all …]
/dports/print/catdvi/catdvi-0.14/
H A Dpageref.c25 pageref_flavour_t pageref_parse(pageref_t * this, const char * pagespec) in pageref_parse() argument
31 colon = strchr(pagespec, ':'); in pageref_parse()
33 if(pagespec[0] == '=' || pagespec[0] == '@') { in pageref_parse()
35 ++pagespec; in pageref_parse()
41 if(pagespec[0] == ':') return PRF_INVALID; in pageref_parse()
42 r.chapter = strtol(pagespec, &tail, 10); in pageref_parse()
44 pagespec = colon + 1; in pageref_parse()
54 if(*pagespec == 0) return PRF_INVALID; in pageref_parse()
55 *field = strtol(pagespec, &tail, 10); in pageref_parse()
/dports/www/ikiwiki/ikiwiki-3.20200202.3/doc/bugs/
H A Dlockedit_plugin_should_alert_user_about_an_invalid_pagespec_in_preferences.mdwn1pagespec]] to preferences. This pagespec should be supplied "raw"; i.e., without quotes around it.…
3 … be performed on the pagespec and the form-submission return include "warning: this pagespec is in…
5 > The pagespec is no longer in the preferences and instead in the setup
12 > described. A pagespec with quotes around it is valid. For example, the
13 > pagespec `"foo or bar"` matches a page named `"foo` or a page named `bar"`.
H A Dentirely_negated_pagespec_matches_internal_pages.mdwn7 match them. So if the pagespec is "\* and !foo and !bar", it won't match
11 matches page bar, shouldn't "" also match bar? But, the empty pagespec is
20 pagespec, and implicitly add "and !internal()" to it.
22 Either approach would require fully parsing the pagespec. And consider cases
28 > the definition of a pagespec, rather than a risky optimization
H A DInline_doesn__39__t_wikilink_to_pages.mdwn26 >> In particular, rather than introducing changes to the pagespec definition,
27 >> I wondered if you could use wiki pages as the defined pagespec and
29 >> link to the same third page, then you don't need to alter the pagespec
32 >> But that requires being able use use a pagespec to decide what pages
43 …to its linked pages (when passed `link="yes"`). It is a bit problematic in that it uses a pagespec
44 to decide what to link to (which is why I wanted it). However, at the time the pagespec is used th…
45 for each page haven't finished being calculated (we're using the pagespec to figure out those links,
46 remember). This means that some pagespec match functions may not work correctly. Sigh.
H A Dfeedpages_does_not_prevent_tags_from_being_aggregated.mdwn13 > I don't think this is a bug. You have a syntax error in your pagespec:
14 > "not" is not a recognised keyword in [[pagespecs|ikiwiki/pagespec]],
18 > By posting the pagespec here with insufficient escaping (which I've fixed)
22 > <span class="error">Error: syntax error in pagespec "(./posts/*/*/* and !*/Discussion) and (.…
/dports/www/ikiwiki/ikiwiki-3.20200202.3/
H A Dikiwiki-calendar.in19 my $pagespec;
21 $pagespec=shift;
34 if (! defined $pagespec) {
35 $pagespec=$config{archive_pagespec} || "*";
46 $template->param(pagespec => $pagespec);
/dports/www/ikiwiki/ikiwiki-3.20200202.3/doc/todo/
H A Davoid_attachement_ui_if_upload_not_allowed.mdwn7 > pagespec against a sort of dummy upload to the current page. Then if it
8 > failed, assume all real uploads would fail. Now consider a pagespec like
10 > upload to test this pagespec against.
13 > `mimetype()` always succeed. But then consider a pagespec like
17 > So, maybe we can instead just filter out all the pagespec terms aside
21 > That'd work, I guess. Pulling a pagespec apart, filtering out terms, and
24 > Other approach would be to have a separate pagespec that explicitly
H A Ddependency_types.mdwn51 >>>>> the set of pages matched by the pagespec without itself being matched by the pagespec, and he…
78 >>>>> keep that list as a pagespec, but if you do this you might want to check that the pagespec do…
100 …specs without backlinks, the dependency set for a pagespec is the same as the set of pages the pag…
197 defining 'internal' pagespec dependencies differently to the pagespec dependencies I defined above.…
240 >>> pagespec terms. --[[Joey]]
335 ### pagespec influence lists
342 > * Let the *matching set* for a pagespec be the set of existing pages that the pagespec matches.
446 changes what the pagespec matches.
448 * The pagespec "backlink(index)" has an influence list
455 * The pagespec "link(done)" has an influence list that
[all …]
H A Dconditional_text_based_on_ikiwiki_features.mdwn13 * `any pagespec`: true if any of the pages in the [[ikiwiki/PageSpec]] exist
14 * `all pagespec`: true if all of the pages in the [[ikiwiki/PageSpec]] exist
15 * `no pagespec` or `none pagespec`: true if none of the pages in the [[ikiwiki/PageSpec]] exist
16 * `thispage pagespec`: true if pagespec includes the page getting rendered (possibly one including …
17 * `sourcepage pagespec`: true if pagespec includes the page corresponding to the file actually cont…
22 pagespec` or `none pagespec` with `not any pagespec` (but you may want to
37 > It could be thought of as simply testing to see if a pagespec matches
38 > anything, using a slightly expanded syntax for the pagespec, which would
42 > That also gives us your "any pagespec" for free: "page or page or page".
43 > And for "all pagespec", you can do "page and page and page".
H A Dtracking_bugs_with_dependencies.mdwn6 > the pagespec syntax is the way to attack this. It seems that any pagespec that is going
20 > be to allow a pagespec to appear in a 'pagespec function' anywhere a page can. e.g.
36 > then allow pagespec functions to take either pages, or named pagespec shortcuts. The
52 >> pagespec that uses it?
207 > * I don't understand why the pagespec match regexp is changed
247 >>> evaluated when the pagespec gets evaluated. My suggested
311 > passed to a pagespec function looked like a named pagespec.
315 > pagespec. (But, that seems unlikely to happen.)
481 + push @data, qq{Created named pagespec "$name"};
491 push @data, qq{unknown function in pagespec "$word"};
[all …]
H A DSet_arbitrary_date_to_be_used_by_calendar_plugin.mdwn68 - if (defined $cache{$pagespec}{"$year/$mtag/$day"}) {
87 + !defined $cache{$pagespec}{"$year/$mtag/$day"}) {
91 + defined $cache{$pagespec}{"$year/$mtag/$day"}) {
169 if (! defined $cache{$pagespec}) {
171 next unless pagespec_match($p, $pagespec);
182 - $cache{$pagespec}{"$year"}++;
183 - $cache{$pagespec}{"$year/$mtag"}++;
184 - $cache{$pagespec}{"$year/$mtag/$mday"}++;
204 + $cache{$pagespec}{"$year"}++;
205 + $cache{$pagespec}{"$year/$mtag"}++;
[all …]
H A Dpublishing_in_the_future.mdwn8 pagespec would be best (which could be tidied up into a template)
20 This would require implementing the `current_date_before` pagespec.
25 which defined a pagespec which ensured the page was 'dirty':
36 # provides a pagespec 'dirty' which ensures the page will always be
70 Although it doesn't fit, the `current_date_before` pagespec could be implemented
94 > I feel my idea there about making a pagespec that is limited to
102 >> avoiding the need for a `dirty` pagespec in the page itself. Is that
116 >> I was using quotes when invoking the pagespec, which stopped `str2time`
131 > be enhanced to create the `current_date_before(<DATE>)` pagespec. The
H A Dlucene_search_engine.mdwn1 …example, [searching for pagespec](http://ikiwiki.info/ikiwiki.cgi?P=pagespec) in this wiki doesn't…
H A DAllow_edittemplate_to_set_file_type.mdwn35 if (pagespec_match($p, $pagespec, location => $registering_page)) {
37 value => filltemplate($pagestate{$registering_page}{edittemplate}{$pagespec}, $page));
39 … + value => pagetype($pagesources{$pagestate{$registering_page}{edittemplate}{$pagespec}}))
40 + if $pagesources{$pagestate{$registering_page}{edittemplate}{$pagespec}};
H A Dpagespec__95__match__95__list_can_result_in_excessive_dependencies.mdwn5 with a small list `@pages` and a vague pagespec `$spec`, `$page` ends
16 case of this, with the widest possible pagespec `internal(*)`
24 of a dependency on the pagespec? Or perhaps it should be documented
31 * brokenlinks: really does need to depend on the whole pagespec,
H A Dpagespec_aliases.mdwn4 [[ikiwiki/pagespec]] chunk, e.g.
9 pagespec "alias", and instead write
22 > I think it would make sense to have "pagespec" in the name somehow.
42 > Have you considered not defining the pagespec aliases in the setup file, but
45 > the dependencies right; any page that uses a pagespec containing
52 > > pagespec alias defined on others; and could have their meanings changed by
75 > another useful pagespec alias for large maps:
168 …o you mean that you want them to work in any pagespec, or that you *don't* want them to work in an…
170 >>>>>> I mean I would want them to work in any pagespec. — [[Jon]]
186 > instead of `images()` for the pagespec syntax that is enabled by the
[all …]
H A Dpagespec_relative_to_a_target.mdwn3 can't do that with a pagespec, so I created a plugin that adds some pagespec
6 `match_relative(blah)` will match a page x if a pagespec from x would match
23 A pagespec `match_relative(./blah)` will match `foo/bar/bahoo`, because
24 a pagespec of `./blah` from `bahoo` would match `foo/bar/blah`. A
25 pagespec of `match_has_child(blah)` would match `foo`, `foo/bar`,
/dports/www/ikiwiki/ikiwiki-3.20200202.3/IkiWiki/Plugin/
H A Dnotifyemail.pm60 my $pagespec=getsubscriptions($user);
62 length $pagespec ? $pagespec." or ".$addpagespec : $addpagespec);
106 my $pagespec=$userinfo->{$user}->{"subscriptions"};
107 next unless defined $pagespec && length $pagespec;
113 next unless pagespec_match($page, $pagespec);
/dports/www/ikiwiki/ikiwiki-3.20200202.3/po/underlays/directives/ikiwiki/directive/
H A Dtestpagespec.da.po41 msgid "\t\\[[!testpagespec pagespec=\"foopage and barpage\" match=\"foopage\"]]\n"
42 msgstr "\t\\[[!testpagespec pagespec=\"foopage and barpage\" match=\"foopage\"]]\n"
53 msgid "\t\\[[!testpagespec pagespec=\"foopage or !bar*\" match=\"barpage\"]]\n"
54 msgstr "\t\\[[!testpagespec pagespec=\"foopage or !bar*\" match=\"barpage\"]]\n"
64 msgid "\t\\[[!testpagespec pagespec=\"foopage or barpage\" match=\"barpage\"]]\n"
65 msgstr "\t\\[[!testpagespec pagespec=\"foopage or barpage\" match=\"barpage\"]]\n"
H A Dtestpagespec.de.po40 msgid "\t\\[[!testpagespec pagespec=\"foopage and barpage\" match=\"foopage\"]]\n"
42 "\t\\[[!testpagespec pagespec=\"foopage and barpage\" match=\"foopage\"]]\n"
56 msgid "\t\\[[!testpagespec pagespec=\"foopage or !bar*\" match=\"barpage\"]]\n"
57 msgstr "\t\\[[!testpagespec pagespec=\"foopage or !bar*\" match=\"barpage\"]]\n"
69 msgid "\t\\[[!testpagespec pagespec=\"foopage or barpage\" match=\"barpage\"]]\n"
70 msgstr "\t\\[[!testpagespec pagespec=\"foopage or barpage\" match=\"barpage\"]]\n"
H A Dtestpagespec.fr.po34 msgid "\t\\[[!testpagespec pagespec=\"foopage and barpage\" match=\"foopage\"]]\n"
35 msgstr "\t\\[[!testpagespec pagespec=\"foopage and barpage\" match=\"foopage\"]]\n"
46 msgid "\t\\[[!testpagespec pagespec=\"foopage or !bar*\" match=\"barpage\"]]\n"
47 msgstr "\t\\[[!testpagespec pagespec=\"foopage or !bar*\" match=\"barpage\"]]\n"
57 msgid "\t\\[[!testpagespec pagespec=\"foopage or barpage\" match=\"barpage\"]]\n"
58 msgstr "\t\\[[!testpagespec pagespec=\"foopage or barpage\" match=\"barpage\"]]\n"
/dports/graphics/djvulibre/djvulibre-3.5.28/tools/
H A Ddjvutxt.cpp92 const char *pagespec = 0; variable
315 if (pagespec) in main()
317 pagespec = arg; in main()
346 if (! pagespec) in main()
347 pagespec = "1-$"; in main()
359 parse_pagespec(pagespec, i, dopage); in main()
/dports/www/ikiwiki/ikiwiki-3.20200202.3/doc/ikiwiki/directive/
H A Dtestpagespec.mdwn8 \[[!testpagespec pagespec="foopage and barpage" match="foopage"]]
14 \[[!testpagespec pagespec="foopage or !bar*" match="barpage"]]
19 \[[!testpagespec pagespec="foopage or barpage" match="barpage"]]
/dports/www/ikiwiki/ikiwiki-3.20200202.3/doc/forum/
H A DIs_there_a_pagespec_for_creation_dates_relative_to_today__63__.mdwn15 > There's no such pagespec, and doing one is difficult, because such a
16 > pagespec will change what it matches over time. So ikiwiki would have to
18 > and that pages containing the pagespec need to be rebuilt. Which means

12345678910