Searched +full:- +full:- +full:no +full:- +full:progress (Results 1 – 25 of 640) sorted by relevance
12345678910>>...26
| /plugin/jplayer/vendor/happyworm/jplayer/lib/circle-player/skin/ |
| D | circle.player.css | 10 * Artwork inspired by: http://forrst.com/posts/Untitled-CJz 13 .cp-container { 15 width:104px; /* 200 - (2 * 48) */ 17 background:url("bgr.jpg") 0 0 no-repeat; 19 -webkit-tap-highlight-color:rgba(0,0,0,0); 22 .cp-container :focus { 27 .cp-buffer-1, 28 .cp-buffer-2, 29 .cp-progress-1, 30 .cp-progress-2 { [all …]
|
| /plugin/issuelinks/lang/en/ |
| D | lang.php | 22 $lang['label:commit hash'] = 'Hash of the commit to import (0-9, a-f, at least eight digit)'; 23 $lang['label github:choose organisation'] = 'Choose which organisation\'s repository-webhooks to ma… 24 $lang['label gitlab:choose organisation'] = 'Choose which group\'s project-webhooks to manage'; 41 $lang['tab:issueimport'] = 'Issue-Import'; 42 $lang['tab:commitimport'] = 'Commit-Import'; 47 $lang['info:commit import in progress'] = 'Commit import by %s in progress!'; 48 $lang['info:commit import in progress no user'] = 'Commit import in progress!'; 49 $lang['info:issue import in progress'] = 'Issue import by %s in progress!'; 50 $lang['info:Issue import in progress no user'] = 'Issue import in progress!'; 55 …in/continue after %s. Please note that this time may be either UTC or server-time or your local ti… [all …]
|
| /plugin/jplayer/vendor/happyworm/jplayer/examples/other/ |
| D | demo-07.html | 4 <meta charset="utf-8" /> 5 <!-- Website Design By: www.happyworm.com --> 7 <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> 8 <link rel="stylesheet" href="//code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css"> 11 <script type="text/javascript" src="//code.jquery.com/ui/1.10.3/jquery-ui.js"></script> 22 * ie., Where volume controls have no effect. See noVolume option for more info. 25 * ie., The timeupdates are ignored for 1000ms after changing the play-head. 36 // Hide the volume slider on mobile browsers. ie., They have no effect. 39 $(".jp-gui").addClass("jp-no-volume"); 45 // mp3: "http://www.jplayer.org/audio/mp3/Miaow-07-Bubble.mp3", [all …]
|
| /plugin/html5video2/ |
| D | style.css | 1 @charset "UTF-8"; 2 …-modal-dialog .vjs-modal-dialog-content, .video-js .vjs-modal-dialog, .vjs-button > .vjs-icon-plac… 10 .vjs-button > .vjs-icon-placeholder:before, .video-js .vjs-big-play-button .vjs-icon-placeholder:be… 11 text-align: center; 14 @font-face { 15 font-family: VideoJS; 16 …src: url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAABDkAAsAAAAAG6gAAQAAAAAAAAAAA… 17 font-weight: normal; 18 font-style: normal; 20 .vjs-icon-play, .video-js .vjs-play-control .vjs-icon-placeholder, .video-js .vjs-big-play-button .… [all …]
|
| /plugin/combo/vendor/php-webdriver/webdriver/ |
| H A D | composer.json | 2 "name": "php-webdriver/webdriver", 13 "homepage": "https://github.com/php-webdriver/php-webdriver", 16 "ext-curl": "*", 17 "ext-json": "*", 18 "ext-zip": "*", 19 "symfony/polyfill-mbstring": "^1.12", 22 "require-dev": { 23 "ondram/ci-detector": "^2.1 || ^3.5 || ^4.0", 24 "php-coveralls/php-coveralls": "^2.4", 25 "php-mock/php-mock-phpunit": "^1.1 || ^2.0", [all …]
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/TextUI/ |
| D | help2.phpt | 1 --TEST-- 2 phpunit --help 3 --FILE-- 5 $_SERVER['argv'][1] = '--no-configuration'; 6 $_SERVER['argv'][2] = '--help'; 10 --EXPECTF-- 18 --coverage-clover <file> Generate code coverage report in Clover XML format. 19 --coverage-crap4j <file> Generate code coverage report in Crap4J XML format. 20 --coverage-html <dir> Generate code coverage report in HTML format. 21 --coverage-php <file> Export PHP_CodeCoverage object to file. [all …]
|
| D | help.phpt | 1 --TEST-- 3 --FILE-- 5 $_SERVER['argv'][1] = '--no-configuration'; 9 --EXPECTF-- 17 --coverage-clover <file> Generate code coverage report in Clover XML format. 18 --coverage-crap4j <file> Generate code coverage report in Crap4J XML format. 19 --coverage-html <dir> Generate code coverage report in HTML format. 20 --coverage-php <file> Export PHP_CodeCoverage object to file. 21 --coverage-text=<file> Generate code coverage report in text format. 23 --coverage-xml <dir> Generate code coverage report in PHPUnit XML format. [all …]
|
| /plugin/elasticsearch/vendor/react/promise/ |
| D | README.md | 11 ----------------- 16 * [Promise](#promise-1) 18 * [Deferred](#deferred-1) 29 * [ExtendedPromiseInterface::progress()](#extendedpromiseinterfaceprogress) 32 * [Promise](#promise-2) 47 * [How to use Deferred](#how-to-use-deferred) 48 * [How promise forwarding works](#how-promise-forwarding-works) 49 * [Resolution forwarding](#resolution-forwarding) 50 * [Rejection forwarding](#rejection-forwarding) 51 * [Mixed resolution and rejection forwarding](#mixed-resolution-and-rejection-forwarding) [all …]
|
| D | CHANGELOG.md | 4 ## 2.11.0 (2023-11-16) 13 ## 2.10.0 (2023-05-02) 27 * 2.9.0 (2022-02-11) 33 $promise->otherwise(function (OverflowException|UnderflowException $e) { 34 echo 'Error: ' . $e->getMessage() . PHP_EOL; 42 $promise->otherwise(function (OverflowException&CacheException $e) { 43 echo 'Error: ' . $e->getMessage() . PHP_EOL; 51 * 2.8.0 (2020-05-12) 78 * 2.7.1 (2018-01-07) 85 * 2.7.0 (2018-06-13) [all …]
|
| /plugin/jplayer/vendor/happyworm/jplayer/dist/skin/blue.monday/css/ |
| D | jplayer.blue.monday.css | 1 /*! Blue Monday Skin for jPlayer 2.9.2 ~ (c) 2009-2014 Happyworm Ltd ~ MIT License */ 9 * Copyright (c) 2010 - 2014 Happyworm Ltd 11 * - http://www.opensource.org/licenses/mit-license.php 17 .jp-audio *:focus, 18 .jp-audio-stream *:focus, 19 .jp-video *:focus { 23 .jp-audio button::-moz-focus-inner, 24 .jp-audio-stream button::-moz-focus-inner, 25 .jp-video button::-moz-focus-inner { 29 .jp-audio, [all …]
|
| D | jplayer.blue.monday.min.css | 1 …-2014 Happyworm Ltd ~ MIT License */.jp-audio :focus,.jp-audio-stream :focus,.jp-video :focus{outl…
|
| /plugin/jplayer/vendor/happyworm/jplayer/src/skin/blue.monday/scss/ |
| D | jplayer.blue.monday.scss | 7 * Copyright (c) 2010 - 2014 Happyworm Ltd 9 * - http://www.opensource.org/licenses/mit-license.php 16 $jplayer-images-base-url: "../image/" !default; 18 .jp-audio *:focus, 19 .jp-audio-stream *:focus, 20 .jp-video *:focus { 25 .jp-audio button::-moz-focus-inner, 26 .jp-audio-stream button::-moz-focus-inner, 27 .jp-video button::-moz-focus-inner { 32 .jp-audio, [all …]
|
| /plugin/move/script/ |
| D | progress.js | 4 // initialize the progress bar 5 var $progressbar = $this.find('.progress'); 8 value: $progressbar.data('progress') 17 $this.find('.ctlfrm-start').addClass('hide'); 20 $this.find('.ctlfrm-skip').removeClass('hide'); 21 $this.find('.ctlfrm-retry').removeClass('hide'); 22 $this.find('.ctlfrm-continue').addClass('hide'); 24 $this.find('.ctlfrm-skip').addClass('hide'); 25 $this.find('.ctlfrm-retry').addClass('hide'); 26 $this.find('.ctlfrm-continue').addClass('hide'); [all …]
|
| /plugin/findologicxmlexport/vendor/sebastian/object-enumerator/ |
| D | .travis.yml | 4 - 5.6 5 - 7.0 6 - 7.1 7 - nightly 12 - composer self-update 13 - composer clear-cache 16 …- travis_retry composer update --no-interaction --no-ansi --no-progress --no-suggest --optimize-au… 19 - ./vendor/bin/phpunit
|
| /plugin/amcharts/assets/amcharts/plugins/dataloader/ |
| D | readme.md | 9 there when the web page loads, defined in-line or loaded via custom code. 15 source - static file or dynamically generated - and it will do the rest. 29 a subject for `Access-Control-Allow-Origin` policies defined by the web server 33 http://stackoverflow.com/questions/1653308/access-control-allow-origin-multiple-origin-domains 90 -------- | ------- | ----------- 100 noStyles | false | If set to true no styles will be applied to "Data loading" curtain 101 postProcess | | If set to function reference, that function will be called to "post-process" loaded… 102 progress | | Set this to function reference to track progress of the load. The function will be pas… 174 "key": "x-access-token", 198 * "progress" [all …]
|
| /plugin/findologicxmlexport/vendor/sebastian/code-unit-reverse-lookup/ |
| D | .travis.yml | 4 - 5.6 5 - 7.0 6 - 7.0snapshot 7 - 7.1 8 - 7.1snapshot 9 - master 14 - composer self-update 15 - composer clear-cache 18 …- travis_retry composer update --no-interaction --no-ansi --no-progress --no-suggest --optimize-au… 21 - ./vendor/bin/phpunit
|
| D | build.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <project name="code-unit-reverse-lookup" default="setup"> 13 <arg value="--no-interaction"/> 14 <arg value="--no-progress"/> 15 <arg value="--no-ansi"/> 16 <arg value="--no-suggest"/> 17 <arg value="--optimize-autoloader"/> 18 <arg value="--prefer-stable"/>
|
| /plugin/findologicxmlexport/vendor/phpunit/php-timer/ |
| D | .travis.yml | 4 - 5.3 5 - 5.4 6 - 5.5 7 - 5.6 8 - 7.0 9 - 7.0snapshot 10 - 7.1 11 - 7.1snapshot 12 - master 17 - composer self-update [all …]
|
| /plugin/findologicxmlexport/vendor/phpunit/php-token-stream/ |
| D | .travis.yml | 4 - 7.0 5 - 7.1 6 - 7.2 7 - master 12 - composer self-update 13 - composer clear-cache 16 - travis_retry composer update --no-interaction --no-ansi --no-progress --no-suggest 19 - ./vendor/bin/phpunit --coverage-clover=coverage.xml 22 - bash <(curl -s https://codecov.io/bash)
|
| D | build.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <project name="php-token-stream" default="setup"> 14 <arg value="--no-interaction"/> 15 <arg value="--no-progress"/> 16 <arg value="--no-ansi"/> 17 <arg value="--no-suggest"/>
|
| /plugin/findologicxmlexport/vendor/sebastian/diff/ |
| D | .travis.yml | 4 - 5.3 5 - 5.4 6 - 5.5 7 - 5.6 8 - 7.0 9 - 7.0snapshot 10 - 7.1 11 - 7.1snapshot 12 - master 17 - composer self-update [all …]
|
| /plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/ |
| D | .travis.yml | 4 - 5.6 5 - 7.0 6 - 7.0snapshot 7 - 7.1 8 - 7.1snapshot 9 - master 14 - composer self-update 15 - composer clear-cache 18 …- travis_retry composer update --no-interaction --no-ansi --no-progress --no-suggest --optimize-au… 21 - ./vendor/bin/phpunit --coverage-clover=coverage.xml [all …]
|
| /plugin/authgooglesheets/vendor/guzzlehttp/guzzle/src/ |
| D | RequestOptions.php | 5 * This class contains a list of built-in Guzzle request options. 9 * @link http://docs.guzzlephp.org/en/v6/request-options.html 21 * - max: (int, default=5) maximum number of allowed redirects. 22 * - strict: (bool, default=false) Set to true to use strict redirects 25 * - referer: (bool, default=false) Set to true to enable the Referer 27 * - protocols: (array, default=['http', 'https']) Allowed redirect 29 * - on_redirect: (callable) PHP callable that is invoked when a redirect 39 * the password in index [1], and you can optionally provide a built-in 85 * Content-Encoding responses (gzip, deflate, etc.) are automatically 97 * "Expect: 100-Continue" header. [all …]
|
| /plugin/findologicxmlexport/vendor/phpunit/php-code-coverage/ |
| D | .travis.yml | 4 - 5.6 5 - 7.0 6 - 7.0snapshot 7 - 7.1 8 - 7.1snapshot 9 - master 13 - DRIVER="xdebug" 14 - DRIVER="phpdbg" 18 - php: master 21 - php: 5.6 [all …]
|
| D | build.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 2 <project name="php-code-coverage" default="setup"> 13 <arg value="--no-interaction"/> 14 <arg value="--no-progress"/> 15 <arg value="--no-ansi"/> 16 <arg value="--no-suggest"/> 17 <arg value="--optimize-autoloader"/> 18 <arg value="--prefer-stable"/>
|
12345678910>>...26