Home
last modified time | relevance | path

Searched refs:ready (Results 1 – 25 of 299) sorted by relevance

12345678910>>...12

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudResourceManager/
H A DCreateProjectMetadata.php33 public $ready; variable in Google\\Service\\CloudResourceManager\\CreateProjectMetadata
66 public function setReady($ready) argument
68 $this->ready = $ready;
75 return $this->ready;
H A DProjectCreationStatus.php33 public $ready; variable in Google\\Service\\CloudResourceManager\\ProjectCreationStatus
66 public function setReady($ready) argument
68 $this->ready = $ready;
75 return $this->ready;
/plugin/blogtng/helper/
H A Dcomments.php70 if (!$this->sqlitehelper->ready()) return 0;
99 if (!$this->sqlitehelper->ready()) {
193 if (!$this->sqlitehelper->ready()) return false;
205 if (!$this->sqlitehelper->ready()) return false;
218 if (!$this->sqlitehelper->ready()) return false;
234 if (!$this->sqlitehelper->ready()) return;
335 if (!$this->sqlitehelper->ready()) {
376 if (!$this->sqlitehelper->ready()) {
398 if (!$this->sqlitehelper->ready()) {
419 if (!$this->sqlitehelper->ready()) {
[all …]
H A Dtags.php62 if(!$this->sqlitehelper->ready()) {
98 if(!$this->sqlitehelper->ready()) {
125 if(!$this->sqlitehelper->ready()) return false;
144 if (!$this->sqlitehelper->ready()) return;
184 if(!$this->sqlitehelper->ready()) return null;
H A Dsqlite.php20 public function ready() { function in helper_plugin_blogtng_sqlite
/plugin/jspwiki_import/importer/
H A Dgwt.js521 var ready = true;
524 if (ready && !__gwt_moduleControlBlocks.isReady()) {
526 ready = false;
530 if (ready && !__gwt_isHostPageLoaded) {
532 ready = false;
536 if (ready) {
/plugin/confmanager/
H A Dscript.js3 jQuery(document).ready(function() {
83 jQuery(document).ready(function() {
137 jQuery(document).ready(function(){
141 jQuery(document).ready(function(){
/plugin/jplayer/vendor/happyworm/jplayer/dist/popcorn/
H A Dpopcorn.jplayer.js252ready = false, // Used during init to override the annoying duration dependance in the track event…
259 if(ready) {
366 myPlayer.bind($.jPlayer.event.ready, function(event) {
413 ready = true;
482 if(ready) {
489 if(ready) {
/plugin/jplayer/vendor/happyworm/jplayer/src/javascript/popcorn/
H A Dpopcorn.jplayer.js252ready = false, // Used during init to override the annoying duration dependance in the track event…
259 if(ready) {
366 myPlayer.bind($.jPlayer.event.ready, function(event) {
413 ready = true;
482 if(ready) {
489 if(ready) {
/plugin/datatables/assets/datatables.net-buttons/js/
H A Dbuttons.flash.min.js
/plugin/twofactor/
H A DManager.php23 protected $ready = false; variable in dokuwiki\\plugin\\twofactor\\Manager
51 $this->ready = true;
85 * Is the plugin ready to be used?
91 if (!$this->ready) return false;
/plugin/socialshareprivacy2/SSP/scripts/
H A Djquery.socialshareprivacy.autoload.js1 jQuery(document).ready(function ($) {
H A Djquery.socialshareprivacy.settings.js13 jQuery(document).ready(function ($) {
/plugin/colorbox/
H A DlinkColorbox.js1 jQuery(document).ready(function(){
/plugin/metadisplay/
H A Dscript.js2 jQuery( document ).ready(function() {
/plugin/jokuwiki/
H A Dscript.js101 jQuery(document).ready(function () {
125 jQuery(document).ready(jokuwiki.init);
/plugin/jplayer/
H A Dscript.js1 jQuery(document).ready(function() {
/plugin/markdownextra/lib/meltdown-tweaks/
H A Dmeltdown-tweaks.js1 jQuery(document).ready(function($) {
/plugin/simplewikipagetree/
H A Dscript.js1 jQuery(document).ready(function(){
/plugin/c3chart/
H A Dscript.js1 jQuery(document).ready(function() {
/plugin/pdfjs/
H A Dscript.js1 jQuery(document).ready(function () {
/plugin/amcharts/
H A Dscript.js1 jQuery(document).ready(function() {
/plugin/webdav/
H A Dscript.js10 jQuery(document).ready(function () {
/plugin/picasawebalbum/
H A Dscript.js5 jQuery(document).ready(function() {
/plugin/bulletodo/
H A Dscript.js1 jQuery(document).ready(function(){

12345678910>>...12