Searched refs:contained (Results 1 – 25 of 106) sorted by relevance
12345
| /plugin/autolink4/ |
| D | helper.php | 176 * @param string $contained - Is this namespace... 180 function inNS(string $contained, ?string $container) { argument 186 $contained = implode(':', array_slice(explode(':', $contained), 0, count($testA))); 187 return $container == $contained;
|
| /plugin/ditaa/ |
| D | plugin.info.txt | 6 desc Renders ASCII flowcharts contained in a DokuWiki page to images
|
| /plugin/ipban/ip-lib/ |
| D | README.md | 164 ### Check if an address is contained in a range 166 …s types offer a `matches` method: you can call them to check if an address is contained in a range: 172 $contained = $address->matches($range); 174 $contained = $range->contains($address); 187 $contained = $range1->containsRange($range2); 264 …an store address ranges in a database table, and check if an address is contained in one of the sa…
|
| /plugin/wordimport/lang/en/ |
| D | intro.txt | 5 …evision. If the page does not exist, a new page will be created. Images contained in the Word docu…
|
| /plugin/clearhistory/lang/en/ |
| D | intro.txt | 7 When this option is selected, only the pages contained in the list of the most
|
| /plugin/git/syntax/ |
| D | remotestatus.php | 129 … $renderer->doc .= "Select a commit from upstream to view the changes contained in each: <br/>";
|
| /plugin/virtualkeyboard/vk/extensions/tests/ |
| D | jsUnitCore.js | 292 var contained = nonCommentArg(1, 2, arguments); 295 "Expected '" + container + "' to contain '" + contained + "'", 296 container.indexOf(contained) != -1
|
| /plugin/farmer/vendor/splitbrain/php-ico/ |
| H A D | README.md | 53 … 64x64. Since the same source image is used for each of the contained images, each contained image… 55 Using different source images for the different sizes contained inside an ICO file can create much …
|
| /plugin/move/ |
| D | README | 31 Sources of the icons contained in images/:
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/ttfonts/ |
| D | DejaVuinfo.txt | 44 Except as contained in this notice, the names of Gnome, the Gnome 93 Except as contained in this notice, the name of Tavmjong Bah shall not
|
| D | SyrCOMEdessa_license.txt | 53 Except as contained in this notice, the name of Beth Mardutho:
|
| /plugin/asciidocjs/node_modules/with/ |
| D | README.md | 45 …nces though. For starters, assignments to variables will always remain contained within the with …
|
| /plugin/openlayersmapoverlays/ |
| D | LICENSE.txt | 45 The views and conclusions contained in the software and documentation are those
|
| /plugin/mikioplugin/ |
| H A D | README.md | 202 … - Cards and Carousel images are now contained inside the element instead of covering the element 203 …dded `cover` attributes to Card and Carousel for images to cover element instead of being contained 208 …- Fixed images not always being contained within elements such as card headers [#9](https://gith…
|
| /plugin/directorylist/ |
| D | readme.md | 3 Specify a directory and this plugin will list all contained items and made them downloadable.
|
| /plugin/charter/lib/fonts/ |
| D | LICENSE | 40 Except as contained in this notice, the names of Gnome, the Gnome
|
| /plugin/ckgdoku/ckeditor/plugins/smiley/ |
| D | plugin.js.unc | 39 * contained inside the URL path defined with the {@link #smiley_path} setting.
|
| /plugin/ckgedit/ckeditor/plugins/smiley/ |
| D | plugin.js.unc | 39 * contained inside the URL path defined with the {@link #smiley_path} setting.
|
| /plugin/findologicxmlexport/vendor/hoa/consistency/ |
| D | README.md | 228 based on the data contained inside the event bucket. This is very handy. For 239 method will be deduced according to the data contained in the event bucket fired
|
| /plugin/sphinxsearch-was/ |
| H A D | INSTALL | 87 would be noticed by searching for for a term that is contained within a very long page.
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/ |
| D | index-operations.asciidoc | 11 The index operations are all contained under a distinct namespace, separated
|
| /plugin/xcom/lang/en/ |
| D | functions.txt | 68 ^Description|Returns a list of all links contained in a Wiki page.|
|
| /plugin/mytemplate/ |
| D | README | 3 The plugin allows you to seperate the structure of a wiki page and the data contained within. This
|
| /plugin/asciidocjs/node_modules/uglify-js/lib/ |
| D | ast.js | 357 … if (!(this.resolve() instanceof AST_Scope)) throw new Error("must be contained within AST_Scope");
|
| /plugin/abc2/abc-libraries/abc2svg/ |
| D | LICENSE | 83 portions of the Library contained in the Combined Work and reverse
|
12345