Home
last modified time | relevance | path

Searched refs:fragment (Results 1 – 25 of 125) sorted by relevance

12345

/plugin/revealjs/
H A Dexample_presentation.dokuwiki120 <nowiki><fragment>text</fragment></nowiki>
122 <fragment>Hit the next arrow...</fragment>
124 <fragment>... to step through ...</fragment>
126 <fragment>... a</fragment> <fragment>fragmented</fragment> <fragment>slide.</fragment>
135 <fragment>
139 <fragment>
143 <fragment>
201 <fragment-block grow>grow</fragment-block>
203 <fragment-block shrink>shrink</fragment-block>
205 <fragment fade-out>fade-out</fragment>
[all …]
/plugin/combo/grammar/
H A DPageSql.g483 fragment Letter : 'a'..'z' | 'A'..'Z';
85 fragment HexDigit : 'a'..'f' | 'A'..'F';
87 fragment Digit : '0'..'9' ;
89 fragment Exponent : ('e' | 'E') ( PLUS|MINUS )? (Digit)+;
91 fragment RegexComponent :
148 fragment HEX_DIGIT: [0-9a-fA-F];
149 fragment INTEGER_LITERAL: Digit+;
150 fragment NUMERIC_LITERAL: Digit+ ('.' Digit*)?;
151 fragment ALL_LITERAL_VALUE: StringLiteral | INTEGER_LITERAL | NUMERIC_LITERAL | NULL | TRUE
156 fragment ANY_NAM
[all...]
/plugin/evesso/phpoauthlib/src/OAuth/Common/Http/Uri/
H A DUri.php50 private $fragment = ''; variable in OAuth\\Common\\Http\\Uri\\Uri
110 $this->fragment = isset($uriParts['fragment']) ? $uriParts['fragment'] : '';
205 return $this->fragment;
258 if (!empty($this->fragment)) {
259 $uri .= "#{$this->fragment}";
301 if (!empty($this->fragment)) {
302 $uri .= "#{$this->fragment}";
345 * @param string $fragment
347 public function setFragment($fragment) argument
349 $this->fragment = $fragment;
H A DUriFactoryInterface.php37 * @param string $fragment
41 …unction createFromParts($scheme, $userInfo, $host, $port, $path = '', $query = '', $fragment = ''); argument
H A DUriFactory.php53 * @param string $fragment
57 …function createFromParts($scheme, $userInfo, $host, $port, $path = '', $query = '', $fragment = '') argument
66 $uri->setFragment($fragment);
/plugin/oauth/vendor/lusitanian/oauth/src/OAuth/Common/Http/Uri/
H A DUri.php50 private $fragment = ''; variable in OAuth\\Common\\Http\\Uri\\Uri
110 $this->fragment = isset($uriParts['fragment']) ? $uriParts['fragment'] : '';
205 return $this->fragment;
258 if (!empty($this->fragment)) {
259 $uri .= "#{$this->fragment}";
301 if (!empty($this->fragment)) {
302 $uri .= "#{$this->fragment}";
345 * @param string $fragment
347 setFragment($fragment) global() argument
[all...]
H A DUriFactoryInterface.php37 * @param string $fragment
41 public function createFromParts($scheme, $userInfo, $host, $port, $path = '', $query = '', $fragment = ''); argument
H A DUriFactory.php53 * @param string $fragment
57 public function createFromParts($scheme, $userInfo, $host, $port, $path = '', $query = '', $fragment = '') argument
66 $uri->setFragment($fragment);
/plugin/combo/ComboStrap/
H A DPermalinkTag.php19 public const FRAGMENT_ATTRIBUTE = "fragment";
55 $fragment = $attributes->getValueAndRemoveIfPresent(self::FRAGMENT_ATTRIBUTE);
75 if ($fragment !== null) {
76 $fragment = OutlineSection::textToHtmlSectionId($fragment);
77 $url->setFragment($fragment);
104 if ($fragment !== null) {
105 $fragment = OutlineSection::textToHtmlSectionId($fragment);
106 $canonicalUrl->setFragment($fragment);
[all...]
H A DMarkupRef.php188 $fragment = substr($ref, 1);
189 if ($fragment !== "") {
190 $fragment = OutlineSection::textToHtmlSectionId($fragment);
192 $this->url = Url::createEmpty()->setFragment($fragment);
237 $fragment = null;
247 $fragment = substr($ref, $hashTagPosition + 1);
299 if ($fragment !== null) {
300 $this->url->setFragment($fragment);
337 if ($fragment !
[all...]
H A DInterWiki.php27 private ?string $fragment = null; variable in ComboStrap\\InterWiki
46 $this->fragment = substr($hash, 1);
99 if ($this->fragment !== null) {
100 $interWikiUrlTemplate = "$interWikiUrlTemplate#$this->fragment";
167 if ($this->fragment) $interWikiUrlTemplate .= '#' . rawurlencode($this->fragment);
H A DFetcherPdf.php17 $fragment = $url->getFragment();
18 $fragments = explode($fragment, "=");
/plugin/authgooglesheets/vendor/guzzlehttp/psr7/src/
H A DUri.php61 private $fragment = ''; variable in GuzzleHttp\\Psr7\\Uri
128 $this->fragment
152 * @param string $fragment
177 if ($fragment != '') {
178 $uri .= '#' . $fragment;
469 return $this->fragment;
566 public function withFragment($fragment) argument
568 $fragment = $this->filterQueryAndFragment($fragment);
570 if ($this->fragment === $fragment) {
575 $new->fragment = $fragment;
[all …]
/plugin/aichat/vendor/vanderlee/php-sentence/src/
H A DSentence.php221 * Looks for capitalized abbreviations & includes them with the following fragment.
240 foreach ($fragments as $fragment) {
241 $is_abbreviation = self::isAbreviation($fragment);
243 // merge previous fragment with this
245 $fragment = $previous_fragment . $fragment;
247 $return_fragment[$i] = $fragment;
250 $previous_fragment = $fragment;
262 * Check if the last word of fragment starts with a Capital, ends in "." & has less than 3 characters.
264 * @param $fragment
268 isAbreviation($fragment) global() argument
[all...]
/plugin/icalevents/vendor/sabre/uri/tests/
H A DParseTest.php54 'fragment' => 'test'
81 'fragment' => null,
95 'fragment' => 'test'
107 'fragment' => null,
171 'fragment' => null,
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/
H A Dbackbone.js1668 getFragment: function(fragment) { argument
1669 if (fragment == null) {
1671 fragment = this.getPath();
1673 fragment = this.getHash();
1805 loadUrl: function(fragment) { argument
1808 fragment = this.fragment = this.getFragment(fragment);
1811 handler.callback(fragment);
1829 fragment = this.getFragment(fragment || '');
1833 if (fragment === '' || fragment.charAt(0) === '?') {
1836 var url = rootPath + fragment;
[all …]
/plugin/revealjs/css/
H A Dreveal.css30 .reveal .slides section .fragment {
38 .reveal .slides section .fragment.grow {
45 .reveal .slides section .fragment.shrink {
52 .reveal .slides section .fragment.zoom-in {
73 .reveal .slides section .fragment.strike {
111 .reveal .slides section .fragment.fade-in-then-out.current-fragment,
112 .reveal .slides section .fragment.current-visible.current-fragment {
122 .reveal .slides section .fragment.fade-in-then-semi-out.current-fragment {
144 .reveal .slides section .fragment.highlight-current-red.current-fragment {
147 .reveal .slides section .fragment.highlight-current-green.current-fragment {
[all …]
H A Dreveal.scss38 .reveal .slides section .fragment {
49 .reveal .slides section .fragment.grow {
58 .reveal .slides section .fragment.shrink {
95 .reveal .slides section .fragment.strike {
141 &.current-fragment {
156 &.current-fragment {
181 .reveal .slides section .fragment.highlight-current-red.current-fragment {
184 .reveal .slides section .fragment.highlight-current-green.current-fragment {
187 .reveal .slides section .fragment.highlight-current-blue.current-fragment {
400 // a fragment
[all …]
/plugin/fedauth/Auth/OpenID/
H A DURINorm.php241 $fragment = $uri_matches[8];
242 if ($fragment === null) {
243 $fragment = '';
246 return $scheme . '://' . $authority . $path . $query . $fragment;
/plugin/openid/Auth/OpenID/
H A DURINorm.php243 $fragment = $uri_matches[8];
244 if ($fragment === null) {
245 $fragment = '';
248 return $scheme . '://' . $authority . $path . $query . $fragment;
/plugin/authgooglesheets/vendor/psr/http-message/src/
H A DUriInterface.php294 * @param string $fragment The fragment to use with the new instance.
297 public function withFragment($fragment); argument
/plugin/fedauth/Auth/
H A DOpenID.php367 * @param string $fragment The fragment.
372 $query = '', $fragment = '') argument
399 if ($fragment) {
400 $result .= "#" . $fragment;
/plugin/openid/Auth/
H A DOpenID.php383 * @param string $fragment The fragment.
388 $query = '', $fragment = '') argument
415 if ($fragment) {
416 $result .= "#" . $fragment;
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Djson.worker.js1fragment=e.fragment||h):(this.scheme=function(e,t){return e||t?e:"file"}(e,o),this.authority=t||h,…
/plugin/dirtylittlehelper/mermaid/editor/
H A Djson.worker.js1fragment=e.fragment||h):(this.scheme=function(e,t){return e||t?e:"file"}(e,o),this.authority=t||h,…

12345