/plugin/openlayersmap/ol7/ |
H A D | generate-info.js.diff |
|
/plugin/diagramsnet/lib/shapes/ |
H A D | mxCisco19.js | 47 …if (['l2_modular', 'l3_modular', '6500_vss', 'nexus_9500', 'nexus_7k'].includes(prIcon)) // square… 51 …else if (['l2_switch_with_dual_supervisor', 'l3_switch_with_dual_supervisor'].includes(prIcon)) //… 55 else if (['l2_modular2'].includes(prIcon)) // vert 2 rects 59 else if (['l3_modular2', '6500_vss2', 'hypervisor', 'collab1'].includes(prIcon)) // vert rect 63 else if (circleBg.includes(prIcon)) // circle 82 else if (['asr_1000'].includes(prIcon)) //hexagon 86 …else if (['fibre_channel_director_mds_9000', 'fibre_channel_fabric_switch'].includes(prIcon)) // s… 90 else if (['ucs_c_series_server'].includes(prIcon)) // narrow hor rect 94 else if (['aci'].includes(prIcon)) // background specific for ACI 99 else if (['immersive_telepresence_endpoint'].includes(prIcon)) // extra wide rect [all …]
|
/plugin/findologicxmlexport/vendor/phpunit/php-token-stream/src/Token/ |
H A D | Stream.php | 83 protected $includes; variable in PHP_Token_Stream 297 if ($this->includes === null) { 298 $this->includes = [ 317 if (isset($this->includes[$category])) { 318 $includes = $this->includes[$category]; 320 $includes = array_merge( 321 $this->includes['require_once'], 322 $this->includes['require'], 324 $this->includes['include'] 327 $includes = $this->includes; [all …]
|
/plugin/latexport/renderer/ |
H A D | tex.php | 48 private $includes; variable in renderer_plugin_latexport_tex 60 $this->includes = new SplQueue(); 66 new DecoratorIncluder($this->includes, 150 while (!$this->includes->isEmpty()) { 151 $include = $this->includes->pop();
|
/plugin/latexport/_test/ |
H A D | decorator_includer.test.php | 20 private $includes; variable in DecoratorIncluderTest 28 $this->includes = new SplQueue(); 30 $this->decoratorIncluder = new DecoratorIncluder($this->includes, $this->decoratorMock); 48 $link = $this->includes->pop(); 96 $this->assertEquals($this->includes->count(), 0, "Should not have any include"); 132 $this->assertEquals($this->includes->count(), 0, "Should not have any include"); 181 $this->assertEquals($this->includes->count(), 1, "Should have one include"); 182 $link = $this->includes->pop(); 201 $link = $this->includes->pop(); 262 $link = $this->includes->pop(); [all …]
|
/plugin/s5reloaded/ui/effects_support/ |
H A D | scriptaculous.js | 61 includes = s.src.match(/\?.*load=([a-z,]*)/); 62 (includes ? includes[1] : 'builder,effects,dragdrop,controls,slider').split(',').each(
|
/plugin/latexport/implementation/ |
H A D | decorator_includer.php | 44 private $includes; variable in DecoratorIncluder 63 * @param includes A queue of links to include. 66 function __construct($includes, $decorator) { argument 68 $this->includes = $includes; 218 $this->includes->push($internalLink);
|
/plugin/firenews/HTMLTemplates/editnews/ |
H A D | editnewsTemplate.js | 3 if (window.location.href.includes("&submitted=saved")) { 6 if (window.location.href.includes("&submitted=deleted")) {
|
/plugin/pwaoffline/ |
H A D | sw.js | 75 if (!CACHED_DESTINATIONS.includes(e.request.destination)) { 80 if (OFFLINE_FIRST_DESTINATIONS.includes(e.request.destination)) { 130 if (!CACHED_DESTINATIONS.includes(request.destination)) {
|
/plugin/sequencediagram/bower_components/lodash/lib/fp/ |
H A D | build-modules.js | 65 return _.includes(categories, name); 77 return !_.includes(aryMethods, name); 130 if (!_.includes(modulePaths, modulePath)) {
|
/plugin/sequencediagram/bower_components/lodash/vendor/underscore/test/ |
H A D | collections.js | 408 assert.strictEqual(_.includes(val, 'hasOwnProperty'), false); 410 assert.strictEqual(_.includes([1, 2, 3], 2), true, 'two is in the array'); 411 assert.notOk(_.includes([1, 3, 9], 2), 'two is not in the array'); 416 assert.ok(_([1, 2, 3]).includes(2), 'OO-style includes'); 419 assert.strictEqual(_.includes(numbers, 1, 1), true, 'takes a fromIndex'); 423 assert.strictEqual(_.includes(numbers, 1, 6), true, 'takes a fromIndex'); 430 assert.strictEqual(_.include, _.includes, 'is an alias for includes'); 434 assert.strictEqual(_.contains, _.includes, 'is an alias for includes'); 445 assert.strictEqual(_.includes([1, 2, val, val], val), true); 446 assert.strictEqual(_.includes([1, 2, val, val], -val), true); [all …]
|
/plugin/projects/plugins/file/ |
H A D | latex_dependency.php | 24 $includes = find_command('include', $content); 27 $all = array_merge($inputs, $includes, $graphs, $bibs);
|
/plugin/firenews/HTMLTemplates/author/ |
H A D | author.js | 31 if (window.location.href.includes("&submitted=true")) { 34 if (window.location.href.includes("&fileexists=false")) {
|
/plugin/combo/vendor/antlr/antlr4-php-runtime/ |
H A D | phpstan.neon.dist | 1 includes:
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/ |
H A D | MlNamespace.asciidoc | 92 $params['allow_no_match'] = (boolean) Whether to ignore if a wildcard expression matches no jobs. (This includes `_all` string or when no jobs have been specified) 93 $params['allow_no_jobs'] = (boolean) Whether to ignore if a wildcard expression matches no jobs. (This includes `_all` string or when no jobs have been specified) 312 $params['has_header_row'] = (boolean) Optional parameter to specify whether a delimited file includes the column names in its first row 445 $params['allow_no_match'] = (boolean) Whether to ignore if a wildcard expression matches no data frame analytics. (This includes `_all` string or when no data frame analytics have been specified) (Default = true) 463 $params['allow_no_match'] = (boolean) Whether to ignore if a wildcard expression matches no data frame analytics. (This includes `_all` string or when no data frame analytics have been specified) (Default = true) 480 $params['allow_no_match'] = (boolean) Whether to ignore if a wildcard expression matches no datafeeds. (This includes `_all` string or when no datafeeds have been specified) 481 $params['allow_no_datafeeds'] = (boolean) Whether to ignore if a wildcard expression matches no datafeeds. (This includes `_all` string or when no datafeeds have been specified) 495 $params['allow_no_match'] = (boolean) Whether to ignore if a wildcard expression matches no datafeeds. (This includes `_all` string or when no datafeeds have been specified) 496 $params['allow_no_datafeeds'] = (boolean) Whether to ignore if a wildcard expression matches no datafeeds. (This includes `_all` string or when no datafeeds have been specified) 548 $params['allow_no_match'] = (boolean) Whether to ignore if a wildcard expression matches no jobs. (This includes `_al [all...] |
H A D | TransformNamespace.asciidoc | 55 $params['allow_no_match'] = (boolean) Whether to ignore if a wildcard expression matches no transforms. (This includes `_all` string or when no transforms have been specified) 72 $params['allow_no_match'] = (boolean) Whether to ignore if a wildcard expression matches no transforms. (This includes `_all` string or when no transforms have been specified) 128 $params['allow_no_match'] = (boolean) Whether to ignore if a wildcard expression matches no transforms. (This includes `_all` string or when no transforms have been specified)
|
H A D | IndicesNamespace.asciidoc | 91 $params['allow_no_indices'] = (boolean) Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified) 124 $params['allow_no_indices'] = (boolean) Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified) 160 $params['allow_no_indices'] = (boolean) Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified) 315 $params['allow_no_indices'] = (boolean) Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified) 365 $params['allow_no_indices'] = (boolean) Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified) 397 $params['allow_no_indices'] = (boolean) Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified) 414 $params['allow_no_indices'] = (boolean) Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified) 434 $params['allow_no_indices'] = (boolean) Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified) 473 $params['allow_no_indices'] = (boolean) Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_all` string or when no indices have been specified) 538 $params['allow_no_indices'] = (boolean) Whether to ignore if a wildcard indices expression resolves into no concrete indices. (This includes `_al [all...] |
/plugin/combo/resources/snippet/js/ |
H A D | carrousel.js | 152 if(navigator.userAgent.includes("Node.js") || navigator.userAgent.includes("jsdom")){
|
/plugin/lms/ |
H A D | script.js | 8 if(elem['title'] && JSINFO.plugins.lms.seen.includes(elem.title)) {
|
/plugin/xhtmlruby/ |
H A D | conf.ini | 6 ; if 'true', wiki text will be rubified. if 'false', it won't be (includes headers)
|
/plugin/findologicxmlexport/vendor/doctrine/instantiator/ |
H A D | phpstan.neon.dist | 1 includes:
|
/plugin/wrap/ |
H A D | pdf.less | 3 the DW2PDF plugin also includes style.css via the 'usestyles' option)
|
/plugin/tline/ |
H A D | README.txt | 23 timeline_source.zip includes complete source and example files. Use your 30 2. No web server? The timeline project includes a small webserver called
|
/plugin/instantpage/lib/ |
H A D | 5.1.0.js | 2 …includes("2g"))||("viewport"==t?document.documentElement.clientWidth*document.documentElement.clie…
|
/plugin/ckgedit/ckeditor/plugins/tags/dialogs/ |
H A D | tags.js | 1 …t();var i=s.match(/^[\w\-\d]+$/);if(i&&!l.includes(s)){jQuery(this).prop("checked",false)}else{if(…
|