Home
last modified time | relevance | path

Searched refs:fragment (Results 26 – 50 of 125) sorted by relevance

12345

/plugin/revealjs/
H A DREADME.md349 - `<fragment>` for inline usage (only formatting and substitutions supported)
350 - `<fragment-block>` for any wiki content
351 - `<fragment-list>` to overwrite the global option build_all_lists (if false)
352 - `<no-fragment-list>` to overwrite the global option build_all_lists (if true)
357 <fragment>Hit the next arrow...</fragment>
359 <fragment>... to step through ...</fragment>
361 <fragment>... a</fragment> <fragment>fragmented</fragment> <fragment>slide.</fragment>
H A Dchangelog.md54 - `<fragment>` for inline usage (only formatting and substitutions supported)
55 - `<fragment-block>`for any wiki content
56 - `<fragment-list>` to overwrite the global option build_all_lists (if false)
57 - `<no-fragment-list>` to overwrite the global option build_all_lists (if true)
/plugin/combo/ComboStrap/Web/
H A DUrl.php79 private ?string $fragment = null;
139 $this->fragment = $urlComponents["fragment"] ?? null;
440 if ($this->fragment === null) {
441 throw new ExceptionNotFound("The fragment was not set");
443 return $this->fragment;
536 throw new ExceptionNotEquals("The fragment are not equals ($actualFragment vs $expectedFragment)");
554 * @param string $fragment
556 * Example `#step:11:24728`, this fragment is valid!
558 public function setFragment(string $fragment)
82 private ?string $fragment = null; global() variable in ComboStrap\\Web\\Url
547 setFragment(string $fragment) global() argument
[all...]
/plugin/jcapture/src/com/hammurapi/jcapture/
H A DScreenRecorder.java226 for (Fragment fragment: fragments) { in getMovie()
232 … fps = config.isSound() ? fragment.getActualFps() : config.getSpeedScale()*fragment.getActualFps(); in getMovie()
239 for (Future<ScreenShot> sf: fragment.screenshots) { in getMovie()
274 …fragmentCollector.add(new FragmentImpl(Collections.unmodifiableList(framesCollector), fragment.aud… in getMovie()
H A DSwfEncoder.java122 for (Fragment fragment: source.getFragments()) { in encode()
126 File audio = fragment.getAudio(); in encode()
135 …runtime.exec(MessageFormat.format(config.getMp3command(), new Object[] {fragment.getAudio().getAbs… in encode()
137 if (!fragment.getAudio().delete()) { in encode()
138 fragment.getAudio().deleteOnExit(); in encode()
151 for (Frame frame: fragment.getFrames()) { in encode()
/plugin/authfacebook/lib/Url/
H A DFacebookUrlManipulator.php64 $fragment = isset($parts['fragment']) ? '#' . $parts['fragment'] : '';
66 return $scheme . $host . $port . $path . $query . $fragment;
/plugin/combo/ComboStrap/
H A DOutlineSection.php73 * @param string $fragment
76 public static function textToHtmlSectionId(string $fragment): string argument
80 return sectionID($fragment, $check);
/plugin/struct/types/
H A DPage.php60 [$page, $fragment] = array_pad(explode('#', $rawvalue, 2), 2, '');
61 return cleanID($page) . (strlen(cleanID($fragment)) > 0 ? '#' . cleanID($fragment) : '');
/plugin/webdav/vendor/sabre/uri/
H A DCHANGELOG.md7 * #16: Correctly parse urls that are only a fragment `#`.
47 * Fixed a bug in the `resolve` when only a new fragment is specified.
/plugin/icalevents/vendor/sabre/uri/
H A DCHANGELOG.md7 * #16: Correctly parse urls that are only a fragment `#`.
47 * Fixed a bug in the `resolve` when only a new fragment is specified.
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DHTML.Parent.txt
H A DCore.ConvertDocumentToFragment.txt
/plugin/revealjs/js/
H A Dreveal.js965 fragments.forEach( function( fragment ) { argument
980 fragments.forEach( function( fragment ) { argument
989 fragment.classList.add( 'visible' );
3237 fragment.classList.add( 'visible' );
3249 fragment.classList.remove( 'visible' );
4726 ordered[index].push( fragment );
4729 unordered.push( [ fragment ] );
4744 group.forEach( function( fragment ) { argument
4745 sorted.push( fragment );
4933 if( !fragment ) fragment = currentSlide.querySelector( '.fragment' );
[all …]
/plugin/webdav/vendor/sabre/vobject/lib/Component/
H A DVCard.php499 $fragment = new Xml\Element\XmlFragment($value[0]);
500 $writer->write($fragment);
/plugin/icalevents/vendor/sabre/vobject/lib/Component/
H A DVCard.php513 $fragment = new Xml\Element\XmlFragment($value[0]);
514 $writer->write($fragment);
/plugin/davcal/vendor/sabre/uri/
H A DCHANGELOG.md16 * Fixed a bug in the `resolve` when only a new fragment is specified.
/plugin/diagramsnet/lib/js/jscolor/
H A Djscolor.js52 srcAbs.fragment = null;
192 this.fragment = null;
200 this.fragment = m[12] ? m[13] : null;
210 if(this.fragment !== null) { result = result + '#' + this.fragment; }
260 t.fragment = r.fragment;
/plugin/pgn4web/pgn4web/libs/jscolor/
H A Djscolor.js61 srcAbs.fragment = null;
224 this.fragment = null;
232 this.fragment = m[12] ? m[13] : null;
242 if(this.fragment !== null) { result = result + '#' + this.fragment; }
292 t.fragment = r.fragment;
/plugin/scrape/
H A DphpQuery-onefile.php
/plugin/jquery/
H A Djquery-1.4.2.js126 selector = (ret.cacheable ? ret.fragment.cloneNode(true) : ret.fragment).childNodes;
4284 results = { fragment: parent };
4290 fragment = results.fragment;
4293 first = fragment = fragment.firstChild;
4295 first = fragment.firstChild;
4307 fragment.cloneNode(true) :
4308 fragment
4367 fragment = cacheresults;
4372 if ( !fragment ) {
4381 return { fragment: fragment, cacheable: cacheable };
[all …]
/plugin/strata/
H A Dstyle.css55 .dokuwiki .strata-data-fragment-link-previous {
58 .dokuwiki .strata-data-fragment-link-next {
H A Dmanual.txt153 <data class1 class2 classN #fragment identifier>
181 The field is generated from the fragment identifier if it is available. If the block has no fragment identifier, the page title is used as entry title. If you want to override the entry title of a data block, you can do so by adding the ''entry title'' field yourself.
196 Instead of associating data directly with the page, you can put it in a fragment. A fragment is a piece of data that is not directly associated with the page itself, but instead is associated with part of the page.
198 A data fragment is not implicitly associated with the page it is defined on. If you want to add such a relation, you need to do this yourself. Note that the ''%%[[]]%%'' value can be used with the [[#types|ref]] or [[#types|page]] type to refer to the current page.
202 A data block is associated with a fragment simply by adding a fragment identifier to the block's opening tag: ''<data #fragment identifier>''. Fragment identifiers are used in much the same way as a page's sections.
211 Note that the [[#classes]] do not have to be repeated. If you want to split a fragment dat
[all...]
/plugin/authgooglesheets/vendor/phpseclib/phpseclib/phpseclib/Net/SFTP/
H A DStream.php164 if (isset($fragment)) {
165 $path .= '#' . $fragment;
/plugin/sequencediagram/bower_components/lodash/vendor/backbone/test/
H A Drouter.js446 var fragment = Backbone.history.getFragment();
447 assert.strictEqual(fragment, location.pathname.replace(/^\//, ''));
489 assert.strictEqual(Backbone.history.fragment, 'x');
974 assert.strictEqual(Backbone.history.fragment, 'shop/search?keyword=short dress');
/plugin/emoji/script/
H A Djquery.textcomplete.js1251 var fragment = this.el.ownerDocument.createDocumentFragment();
1255 lastOfPre = fragment.appendChild(childNode);
1258 fragment.appendChild(childNode);
1262 range.insertNode(fragment);

12345