Home
last modified time | relevance | path

Searched refs:from (Results 301 – 325 of 2262) sorted by relevance

1...<<11121314151617181920>>...91

/plugin/resizeblacklist/
H A DREADME1 A DokuWiki plugin to stop certain image extensions from being resized by the server.
/plugin/s5reloaded/ui/effects_support/
H A Deffects.js104 from: 0.0, property in Effect.DefaultOptions
238 this.fromToDelta = this.options.to-this.options.from;
258 pos = (this.options.transition(pos) * this.fromToDelta) + this.options.from;
328 initialize: function(object, from, to) { argument
335 this.start(Object.extend({ from: from, to: to }, options || { }));
357 from: this.element.getOpacity() || 0.0,
532 from: element.getOpacity() || 1.0,
547 from: (element.getStyle('display') == 'none' ? 0.0 : element.getOpacity() || 0.0),
554 effect.element.setOpacity(effect.options.from).show();
623 from: 0,
[all …]
/plugin/bible/bible_douayRheims/
H A DNumbers.txt1112 …31:52. In weight sixteen thousand seven hundred and fifty sicles, from the tribunes and from the c…
1166 …33:10. But departing from thence also, they pitched their tents by the Red Sea. And departing from
1168 33:12. And they removed from thence, and came to Daphca.
1169 33:13. And departing from Daphca, they camped in Alus.
1174 33:18. And from Haseroth they came to Rethma.
1176 33:20. And they departed from thence and came to Lebna.
1177 33:21. Removing from Lebna they camped in Ressa.
1178 33:22. And departing from Ressa, they came to Ceelatha.
1183 33:27. Removing from Thahath they camped in Thare.
1190 33:34. And from Jetebatha they came to Hebrona.
[all …]
H A DWisdom.txt5 …1:5. For the Holy Spirit of discipline will flee from the deceitful, and will withdraw himself fro…
11 …1:11. Keep yourselves, therefore, from murmuring, which profiteth nothing, and refrain your tongue…
32 …2:16. We are esteemed by him as triflers, and he abstaineth from our ways as from filthiness, and …
44 3:3. And their going away from us, for utter destruction: but they are in peace.
102 …5:22. Then shafts of lightning shall go directly from the clouds, as from a bow well bent, they sh…
210 10:9. But wisdom hath delivered from sorrow them that attend upon her.
213 …10:12. She kept him safe from his enemies, and she defended him from seducers, and gave him a stro…
308 14:13. For neither were they from the beginning, neither shall they be for ever.
345 …ht can any man see good of these beasts. But they have fled from the praise of God, and from his b…
385 17:11. For fear is nothing else but a yielding up of the succours from thought.
[all …]
/plugin/mdpage/vendor/cebe/markdown/tests/markdown-data/
H A DREADME1 All tests prefixed with `md1_` are taken from http://daringfireball.net/projects/downloads/Markdown…
/plugin/jplayer/vendor/happyworm/jplayer/
H A DCHANGELOG.md12 - jPlayer Repository Refactor: Changed the html `examples` file extentions from `htm` to `html` for…
46 …//developer.mozilla.org/en-US/docs/Web/API/document.activeElement) useage from the key bindings co…
80 - Refactor: Renamed the SWF file from `Jplayer.swf` to `jquery.jplayer.swf`
85 - Refactor: Refactored the Flash ActionScript, removing the `TraceOut` class from the `Jplayer.as` …
90 …latest Android. This moved the android fix code to the `loadeddata` event from the `progress` even…
/plugin/flowplayer/player/
H A DREADME.txt8 - #9 when replaying from stopping, connection does not receive callbacks anymore.
164 - Now ignores the duration from metadata if we already got one. Fix required for pseudostreaming
242 - The domain of the logo url must the same domain from where the player SWF is loaded from.
273 This can be used for example when firing custom events from RTMP server apps
287 - Security error when clicking on the screen if there is an image in the playlist loaded from a for…
336 - Plugins can now be loaded from a different domain to the flowplayer.swf
361 - Fixed negative cuepoints from common clip. Now these are properly propagated to the clips in play…
377 from a foreign domain - BUT backgroundRepeat cannot be used for foreign images.
378 - Now allows the embedding HTML to script the player even if the player is loaded from another doma…
380 …n now loads images, css files and other resources from the domain where the palyer SWF was loaded
[all …]
/plugin/scrape/HTMLPurifier/ConfigSchema/schema/
H A DURI.Munge.txt
/plugin/facebookevents/
H A Dsyntax.php118 $from = mktime(0, 0, 0, $fromDate[2], $fromDate[1], $fromDate[3]);
120 $from = $params[FB_EVENTS_FROM_DATE];
122 $params[FB_EVENTS_FROM_DATE] = $from;
/plugin/move/_test/
H A DstepThroughDocuments.test.php27 public function build_log_line($type, $from, $to, $success) { argument
28 $logEntry = array($type,$from,$to,$success);
30 return parent::build_log_line($type, $from, $to, $success);
/plugin/ckgdoku/fckeditor/userfiles/
H A D.htaccess.closed6 deny from all
/plugin/disabledelete/
H A DREADME.md2 Dokuwiki plugin to prevent users except admins from deleting a page or a section
/plugin/ipgroup/lang/en/
H A Dintro.txt3 This plugin allows you to map (anonymous) users from specified networks to a single group.
/plugin/ckgedit/fckeditor/userfiles/
H A D.htaccess.closed6 deny from all
/plugin/dev/skel/
H A D.htaccess6 Deny from all
/plugin/data-au/syntax/
H A Dtable.php566 $from = '';
590 … $from .= ' LEFT JOIN dataau AS ' . $tables[$key] . ' ON ' . $tables[$key] . '.pid = W1.pid';
591 $from .= ' AND ' . $tables[$key] . ".key = " . $sqlite->quote_string($key);
627 … $from .= ' LEFT JOIN dataau AS ' . $tables[$col] . ' ON ' . $tables[$col] . '.pid = W1.pid';
628 $from .= ' AND ' . $tables[$col] . ".key = " . $sqlite->quote_string($col);
683 $from
/plugin/data/syntax/
H A Dtable.php571 * Builds the SQL query from the given data
581 $from = '';
605 $from .= ' LEFT JOIN data AS ' . $tables[$key] . ' ON ' . $tables[$key] . '.pid = W1.pid';
606 $from .= ' AND ' . $tables[$key] . ".key = " . $sqlite->getPdo()->quote($key);
642 $from .= ' LEFT JOIN data AS ' . $tables[$col] . ' ON ' . $tables[$col] . '.pid = W1.pid';
643 $from .= ' AND ' . $tables[$col] . ".key = " . $sqlite->getPdo()->quote($col);
652 // may be disabled from config. as it decreases performance a lot
703 $from
711 // offset is added from REQUEST params in updateSQLwithQuery
/plugin/gitlabproject/
H A Dplugin.info.txt6 desc Display informations from a Gitlab project
/plugin/botbouncer/lang/en/
H A Dclean.txt3 The idea here is to clean out your existing users from spammed entries.
/plugin/indexmenu/images/icons8metrobw.png/
H A Dinfo.txt3 description=from Icons8 Metro free set (https://icons8.com/icon/set/metro
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/Error/Exceptions/
H A DParseCancellationException.php9 public static function from(\Throwable $exception) : self function in Antlr\\Antlr4\\Runtime\\Error\\Exceptions\\ParseCancellationException
/plugin/webcomponent/_test/data/pages/
H A Dcard_column.txt26 A example taken from [[https://getbootstrap.com/docs/4.3/components/card/#example|the bootstrap qui…
45 A example taken from [[https://getbootstrap.com/docs/4.3/components/card/#example|the bootstrap qui…
/plugin/backup/lang/en/
H A Dintro.txt11 …You can filter out specific directories from being backed up (e.g., old backups, or rendered equat…
/plugin/advanced/lang/en/config/
H A Duserscript.txt5 This page gives you an overview how JavaScript is loaded from DokuWiki core, [[doku>plugins]] and […
12 DokuWiki will load JavaScript from the following places:
/plugin/encryptedpasswords/script/
H A DSubtleAES.js98 salt: new Uint8Array(Array.from(ostring.slice(8, 16)).map(ch => ch.charCodeAt(0))),
99 cipher: new Uint8Array(Array.from(ostring.slice(16)).map(ch => ch.charCodeAt(0))),
154 * The old, legacy method to derive key and IV from the password

1...<<11121314151617181920>>...91