Searched full:cat (Results 1 – 25 of 176) sorted by relevance
12345678
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/ |
| D | CatNamespace.php | 44 * @see https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-alias.html 51 $endpoint = $endpointBuilder('Cat\Aliases'); 72 * @see https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-allocation.html 79 $endpoint = $endpointBuilder('Cat\Allocation'); 97 * @see https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-count.html 104 $endpoint = $endpointBuilder('Cat\Count'); 123 * @see https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-fielddata.html 130 $endpoint = $endpointBuilder('Cat\Fielddata'); 149 * @see https://www.elastic.co/guide/en/elasticsearch/reference/master/cat-health.html 155 $endpoint = $endpointBuilder('Cat\Health'); [all …]
|
| /plugin/listeabo/lang/fr/ |
| D | lang.php | 9 …catégorie (un "espace de nom") en cliquant sur le lien "S\'abonner à la catég… 10 $lang['abo_cat'] = 'Catégorie'; 15 $lang['abo_cptcat'] = 'catégorie(s)';
|
| /plugin/dw2pdf/vendor/mpdf/mpdf/src/Shaper/ |
| D | Myanmar.php | 117 $cat = ($type & 0x7F); 124 $cat = self::OT_VS; 126 $cat = self::OT_ZWNJ; 128 $cat = self::OT_ZWJ; 145 $cat = self::OT_GB; 151 $cat = self::OT_RA; 156 $cat = self::OT_A; 160 $cat = self::OT_AS; 182 $cat = self::OT_D; 186 $cat = self::OT_D; /* XXX The spec says D0, but Uniscribe doesn't seem to do. */ [all …]
|
| D | Sea.php | 129 $cat = ($type & 0x7F); 137 $cat = self::OT_MR; 143 …if ($cat == self::OT_M) { // definitely "OT_M" in HarfBuzz - although this does not seem to have b… 146 $cat = self::OT_VPRE; 149 $cat = self::OT_VABV; 152 $cat = self::OT_VBLW; 155 $cat = self::OT_VPST; 160 $info['sea_category'] = $cat;
|
| /plugin/structtemplate/_vagrant/ |
| D | provision_dokuwiki.sh | 126 cat > "${config_file}" <<EOF 135 cat >> "${config_file}" <<'EOF' 144 echo "No error from cat command, but DokuWiki isn't configured in ${config_file}" 151 cat > "${config_file}" <<EOF 164 echo "No error from cat command, but DokuWiki isn't configured in ${config_file}" 172 cat > "${config_file}" <<EOF 186 cat >> "${config_file}" <<EOF 190 echo "No error from cat command, but DokuWiki isn't configured in ${config_file}" 197 cat > "${config_file}" <<EOF 206 cat >> "${config_file}" <<'EOF' [all …]
|
| /plugin/freechat/phpfreechat/misc/ |
| D | sendSource | 3 NAME_TGZ=phpfreechat-`cat ../version.txt`.tar.gz 4 NAME_ZIP=phpfreechat-`cat ../version.txt`.zip 5 NAME_SETUP=phpfreechat-`cat ../version.txt`-setup.php
|
| D | tarSource | 3 NAME=phpfreechat-`cat ../version.txt` 4 PFCSETUPNAME=pfcsetup-`cat ../version.txt` 37 php ./createwebinstaller.php `cat ../version.txt` > /dev/null
|
| /plugin/quickstats/lang/fr/ |
| D | settings.php | 23 …cat:nomdepage</code>. Pour les catégories, le format <code>cat:: </code>. Dans les deux cas, …
|
| /plugin/reliwa/ |
| D | syntax.php | 18 …//<script type="text/javascript" src="http://www.reliwa.de/api/badge?username=jaloma&cat=book&coun… 21 'cat' => 'book', 84 …//<script type="text/javascript" src="http://www.reliwa.de/api/badge?username=jaloma&cat=book&coun… 95 $txt .= 'cat='.$param['cat'].'&'; 135 } else if ($key == 'cat') {
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/ |
| D | 78c96113ae4ed0054e581b17542528a7.asciidoc | 11 'company' => 'cat', 17 'routing' => '=cat',
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/ |
| D | run-elasticsearch.sh | 32 environment=($(cat <<-END 59 volumes+=($(cat <<-END 85 environment+=($(cat <<-END 91 volumes+=($(cat <<-END
|
| /plugin/move/_test/ |
| D | plan.test.php | 23 'animals:mammals:cute:cat', 78 $this->assertEquals("animals:mammals:cute:cat\tanimals:mammals:funny:cat", trim($list[1]));
|
| /plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Endpoints/Cat/ |
| D | Repositories.php | 17 namespace Elasticsearch\Endpoints\Cat; 23 * Elasticsearch API name cat.repositories
|
| D | Help.php | 17 namespace Elasticsearch\Endpoints\Cat; 23 * Elasticsearch API name cat.help
|
| D | Health.php | 17 namespace Elasticsearch\Endpoints\Cat; 23 * Elasticsearch API name cat.health
|
| D | Master.php | 17 namespace Elasticsearch\Endpoints\Cat; 23 * Elasticsearch API name cat.master
|
| D | Plugins.php | 17 namespace Elasticsearch\Endpoints\Cat; 23 * Elasticsearch API name cat.plugins
|
| D | PendingTasks.php | 17 namespace Elasticsearch\Endpoints\Cat; 23 * Elasticsearch API name cat.pending_tasks
|
| D | NodeAttrs.php | 17 namespace Elasticsearch\Endpoints\Cat; 23 * Elasticsearch API name cat.nodeattrs
|
| D | Tasks.php | 17 namespace Elasticsearch\Endpoints\Cat; 23 * Elasticsearch API name cat.tasks
|
| D | Segments.php | 17 namespace Elasticsearch\Endpoints\Cat; 23 * Elasticsearch API name cat.segments
|
| D | Nodes.php | 17 namespace Elasticsearch\Endpoints\Cat; 23 * Elasticsearch API name cat.nodes
|
| D | Count.php | 17 namespace Elasticsearch\Endpoints\Cat; 23 * Elasticsearch API name cat.count
|
| D | Indices.php | 17 namespace Elasticsearch\Endpoints\Cat; 23 * Elasticsearch API name cat.indices
|
| D | Recovery.php | 17 namespace Elasticsearch\Endpoints\Cat; 23 * Elasticsearch API name cat.recovery
|
12345678