Home
last modified time | relevance | path

Searched refs:initialized (Results 51 – 75 of 80) sorted by last modified time

1234

/plugin/pdfjs/pdfjs/build/
H A Dpdf.worker.js17986 this.initialized = false;
17996 if (this.initialized) {
18000 this.initialized = true;
31694 initialized: false,
31721 if (textContentItem.initialized) {
31787 textContentItem.initialized = true;
31905 if (!textContentItem.initialized) {
31916 textContentItem.initialized = false;
31996 …if (combineTextItems && isSameTextLine && textContentItem.initialized && advance > 0 && advance <=…
32025 …if (combineTextItems && advance !== null && textContentItem.initialized && advance.value > 0 && ad…
H A Dpdf.worker.js.map1initialized","vertical","lastAdvanceWidth","lastAdvanceHeight","textAdvanceScale","spaceWidth","fa…
/plugin/imagecarousel/vendor/slick/
H A Dslick.less83 .slick-initialized & {
H A Dslick.css101 .slick-initialized .slick-slide
/plugin/yuriigantt/3rd/dhtmlxgantt/ext/
H A Ddhtmlxgantt_fullscreen.js.map1initialized\n\t\treturn;\n\t}\n\tlet event: \"onExpand\" | \"onCollapse\";\n\tconst isBodyExpanded…
/plugin/yuriigantt/3rd/dhtmlxgantt/
H A Ddhtmlxgantt.js.map1initialized","unload","outerX","outerY","childSize","ViewLayout","$cell","byMaxSize","otherCell","…
/plugin/yuriigantt/
H A DREADME.md39 1. (Optional) Click page edit. You will see that data for empty embedded database was initialized
/plugin/findologicxmlexport/vendor/jms/serializer/doc/
H A Dconfiguration.rst12 …e standalone library and you want to use annotations, the annotation registry must be initialized::
/plugin/findologicxmlexport/vendor/jms/serializer/
H A DCHANGELOG.md672 - Groups context might be not initialized [\#669](https://github.com/schmittjoh/serializer/pull/66…
/plugin/findologicxmlexport/vendor/jms/serializer/src/
H A DContext.php52 private $initialized = false; variable in JMS\\Serializer\\Context
63 if ($this->initialized) {
85 $this->initialized = true;
134 if (!$this->initialized) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/phpunit-example-extension/tools/phpunit.d/
H A Dphpunit-example-extension-1.0.0.phar69 private $initialized = false;
76 $this->initialized = true;
81 $this->assertTrue($this->initialized);
/plugin/findologicxmlexport/vendor/twig/twig/
H A DCHANGELOG147 * fixed marking the environment as initialized too early
/plugin/findologicxmlexport/vendor/twig/twig/doc/
H A Ddeprecated.rst184 or the extensions have been initialized is not possible anymore (but
/plugin/ckgdoku/ckeditor/plugins/find/dialogs/
H A Dfind.js22 …,"find"===e?"txtFindFind":"txtFindReplace");a.getContentElement(e,k);g.initialized||(CKEDITOR.docu…
23 g.initialized=!0);if(c){var l;e="find"===e?1:0;var g=1-e,m,h=v.length;for(m=0;m<h;m++)k=this.getCon…
/plugin/ckgdoku/ckeditor/
H A DCHANGES.md56 * [#17027](http://dev.ckeditor.com/ticket/17027): Fixed: Command event data should be initialized a…
284 …icket/13803): Fixed: The editor cannot be destroyed before being fully initialized. Thanks to [Cyr…
716 * [#12000](http://dev.ckeditor.com/ticket/12000): Fixed: Nested widgets should be initialized on [`…
1190 …KEDITOR-event-instanceReady) or immediately after being added if the editor is already initialized.
1255 …editor.com/ticket/9815): Cannot edit dialog window fields in an editor initialized in the jQuery U…
1269 … [Elements Path](http://ckeditor.com/addon/elementspath) should not be initialized in the inline e…
/plugin/amcharts/assets/amcharts/plugins/export/libs/pdfmake/
H A Dpdfmake.min.js.map1initialized clone.\n\t */\n\t function initCloneArray(array) {\n\t var length = array.…
/plugin/amcharts/assets/amcharts/plugins/dataloader/
H A Dreadme.md96 init | | Callback function to execute when Data Loader is initialized, before any loading starts
183 Once chart is initialized, you can trigger the reload of all data manually by
/plugin/panoview/
H A Dstyle.css45 /* NOTE: the right and bottom can be adjusted when initialized */
H A Dscript.js100 this.initialized = false;
307 this.initialized = true;
429 if (!this.initialized) {
637 this.initialized = false;
736 if (!this.initialized) {
772 this.initialized = true;
/plugin/idoit/
H A DREADME.md13 The PHP client API must be initialized for your i-doit installation. Run the following command ([Mo…
/plugin/socialshareprivacy2/SSP/
H A DREADME.md228 the option object of the initialized widget.
/plugin/flowplayer/player/
H A DREADME.txt245 - Player was not initialized correctly when instream playlists were used and the provider used in t…
254 - The rotating animation now has the same size and position as it has after initialized
438 - The Flowplayer API was not fully initialized when onLoad was invoked on Flash plugins
/plugin/impressjs/tpl/dokuwiki/
H A Dimpress.js263 var initialized = false; variable
333 if (initialized) { return; }
400 initialized = true;
425 if ( !initialized || !(el = getStep(el)) ) {
H A Dimpress.css629 Now we 'enable' the hint when presentation is initialized ...
/plugin/s5reloaded/ui/effects_support/
H A Dslider.js88 this.initialized = true;
132 if (this.initialized && this.restricted) {
254 if (this.initialized && this.options.onSlide)
271 if (this.initialized && this.options.onChange)

1234