Home
last modified time | relevance | path

Searched refs:is (Results 2126 – 2150 of 3663) sorted by relevance

1...<<81828384858687888990>>...147

/plugin/combo/lang/en/admin/
H A DREADME.md15 is the introduction text of the `pagerules` admin page.
/plugin/sql/
H A DREADME3 All documentation for the SQL Plugin is available online at:
/plugin/jmol2/jmol/
H A DCOPYRIGHT.txt4 This library is free software; you can redistribute it and/or
9 This library is distributed in the hope that it will be useful,
21 surrounding utilities is available from http://www.jmol.org
/plugin/jplayer/vendor/happyworm/jplayer/
H A DCLA.md17 …ne the code that is in our project. You understand that the decision to include the Contribution i…
19 …s that, except as explicitly described in this Agreement, the Contribution is provided on an "AS I…
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DTransformNamespace.asciidoc13 NOTE: this file is autogenerated using util/GenerateEndpoints.php
39 $params['force'] = (boolean) When `true`, the transform is deleted regardless of its current state. The default value is `false`, meaning that the transform must be `stopped` before it can be deleted.
/plugin/bez/scripts/
H A Dthread.js113 if (jQuery("input[name=all_day_event]").is(":checked")) {
117 if (jQuery(this).is(":checked")) {
254 wasOpen = input.autocomplete( "widget" ).is( ":visible" );
/plugin/wysiwyg/fckeditor/editor/filemanager/connectors/lasso/
H A Dconnector.lasso22 * This is the File Manager Connector for Lasso.
143 This is the only command that returns an HTML response.
167 Make sure the file extension is allowed.
173 Rename the target path until it is unique.
/plugin/pageredirect/
H A DChangeLog.md31 - do not add parameters to url if the redirect is external. [133a129], [#25]
51 - display pagename if heading is undefined. [#15], [#9], [#13]
55 - fix test which is not passing with new version of Dokuwiki. [#22]
95 - match anything in page name, to wiki path it is converted internally. [f423934]
/plugin/pdfjs/pdfjs/web/locale/en-ZA/
H A Dviewer.properties10 # distributed under the License is distributed on an "AS IS" BASIS,
158 # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
167 printing_not_supported=Warning: Printing is not fully supported by this browser.
168 printing_not_ready=Warning: The PDF is not fully loaded for printing.
170 …llowed to use their own colours: “Allow pages to choose their own colours” is deactivated in the b…
/plugin/ckgdoku/ckeditor/plugins/link/
H A Dplugin.js.unc93 if ( element.is( 'a' ) )
103 // If the "menu" plugin is loaded, register the menu items.
142 // If the "contextmenu" plugin is loaded, register the listeners.
273 if ( selectedElement.is( 'a' ) )
289 // For browsers that don't support CSS3 a[name]:empty(), note IE9 is included because of #7783.
351 …tChildCount() ? CKEDITOR.plugins.link.tryRestoreFakeAnchor( editor, anchor ) : anchor.is( 'a' ) ) )
/plugin/ckgedit/ckeditor/plugins/link/
H A Dplugin.js.unc93 if ( element.is( 'a' ) )
103 // If the "menu" plugin is loaded, register the menu items.
142 // If the "contextmenu" plugin is loaded, register the listeners.
273 if ( selectedElement.is( 'a' ) )
289 // For browsers that don't support CSS3 a[name]:empty(), note IE9 is included because of #7783.
351 …tChildCount() ? CKEDITOR.plugins.link.tryRestoreFakeAnchor( editor, anchor ) : anchor.is( 'a' ) ) )
/plugin/findologicxmlexport/vendor/twig/twig/test/Twig/Tests/Fixtures/exceptions/
H A Dundefined_parent.test8 Twig\Error\LoaderError: Template "foo.html" is not defined in "index.twig" at line 2.
/plugin/alphaindex/
H A DREADME3 All documentation for the Alphaindex Plugin is available online at:
/plugin/twcheckliste/lang/en/
H A Dsafemode.txt1 This wiki is configured to use the safemode hack. Unfortunately we cannot safely upgrade the wiki a…
/plugin/sequencediagram/bower_components/lodash/
H A D.editorconfig1 # This file is for unifying the coding style for different editors and IDEs
/plugin/tipoftheday/
H A DREADME.md4 Display Tip of the Day - which is a random section of another page.
/plugin/whoisonline/
H A Dplugin.info.txt6 desc Tracks who is online and where they are from
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/_files/
H A Dphpt-xfail.phpt9 Syntax Error in PHPT is supposed to fail
/plugin/quickstats/GEOIP/vendor/maxmind-db/reader/ext/tests/
H A D003-open-basedir.phpt2 openbase_dir is followed
/plugin/sequencediagram/bower_components/js-sequence-diagrams/
H A DREADME.md119 …e Internet. We've decided to move to [Snap.svg](http://snapsvg.io/), which is a pure SVG implement…
129 The plan is to drop support for Raphaël in a future release, simplifying the library, and reducing …
133 …com/generate/) and process it into a javascript file. Then ensure the font is included via the HTM…
138 The build is managed by a Makefile, and uses various tools available from npm. Thus both `make` and…
162 or `make` and then open test/qunit.html in a browser. Finally a simple playground is available at t…
181 * Testing that checks the generated SVG is correct
192 …, and the awersome [Daniel font](http://www.dafont.com/daniel.font) (which is free to use for any …
/plugin/pdfjs/pdfjs/web/locale/nl/
H A Dviewer.properties10 # distributed under the License is distributed on an "AS IS" BASIS,
211 rendering_error=Er is een fout opgetreden bij het weergeven van de pagina.
224 loading_error=Er is een fout opgetreden bij het laden van de PDF.
233 # LOCALIZATION NOTE (text_annotation_type.alt): This is used as a tooltip.
244 printing_not_ready=Waarschuwing: de PDF is niet volledig geladen voor afdrukken.
245 web_fonts_disabled=Weblettertypen zijn uitgeschakeld: gebruik van ingebedde PDF-lettertypen is niet…
246 …kleuren niet gebruiken: ‘Pagina’s toestaan om hun eigen kleuren te kiezen’ is uitgeschakeld in de …
/plugin/dw2pdf/vendor/myclabs/deep-copy/
H A DREADME.md3 DeepCopy helps you create deep copies (clones) of your objects. It is designed to handle cycles in the association graph.
136 The method to add a filter is `DeepCopy\DeepCopy::addFilter($filter, $matcher)`,
181 // Will apply a filter to any object that is an instance of Doctrine\Common\Collections\Collection
271 **Make sure, though, to put this as one of your very first filters in the filter chain so that the entity is loaded
354 not applied. There is two ways for you to handle them:
362 DeepCopy is distributed under the MIT license.
367 Running the tests is simple:
/plugin/diagramsnet/lib/resources/
H A Ddia_et.txt292 fileNearlyFullSeeFaq=Fail peaaegu täis, palun vaata KKK-d
375 heading=Päis
660 saveLibraryReadOnly=Could not save library while read-only mode is active
880 …ftDelOrExt=Cannot edit diagrams in a draft page, diagram is deleted from the page, or diagram is e…
968 confAConfSpaceDesc=This space is used to store draw.io configuration files and custom libraries/tem…
983 vsdNoConfig="vsdurl" is not configured
989 confEditDraftDelOrExt=This diagram is in a draft page, is deleted from the page, or is edited exter…
1050 confADiagImportIncom={1} diagram "{2}" is imported partially and may have missing shapes
1115 attCorrupt=Attachment file "{1}" is corrupted
1126 officeNotSupported=This feature is not supported in this host application
[all …]
/plugin/label/
H A Dsyntax.php67 function render($mode, &$renderer, $data) { //doesn't do much, since label is something internal
/plugin/findologicxmlexport/vendor/doctrine/lexer/
H A DREADME.md5 This lexer is used in Doctrine Annotations and in Doctrine ORM (DQL).

1...<<81828384858687888990>>...147