Home
last modified time | relevance | path

Searched full:cat (Results 1 – 25 of 176) sorted by relevance

12345678

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/Namespaces/
DCatNamespace.php44 * @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/
Dlang.php9caté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/
DMyanmar.php117 $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 …]
DSea.php129 $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/
Dprovision_dokuwiki.sh126 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/
DsendSource3 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
DtarSource3 NAME=phpfreechat-`cat ../version.txt`
4 PFCSETUPNAME=pfcsetup-`cat ../version.txt`
37 php ./createwebinstaller.php `cat ../version.txt` > /dev/null
/plugin/quickstats/lang/fr/
Dsettings.php23cat:nomdepage</code>. Pour les catégories, le format <code>cat::&nbsp;</code>. Dans les deux cas, …
/plugin/reliwa/
Dsyntax.php18 …//<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'].'&amp;';
135 } else if ($key == 'cat') {
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
D78c96113ae4ed0054e581b17542528a7.asciidoc11 'company' => 'cat',
17 'routing' => '=cat',
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/
Drun-elasticsearch.sh32 environment=($(cat <<-END
59 volumes+=($(cat <<-END
85 environment+=($(cat <<-END
91 volumes+=($(cat <<-END
/plugin/move/_test/
Dplan.test.php23 '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/
DRepositories.php17 namespace Elasticsearch\Endpoints\Cat;
23 * Elasticsearch API name cat.repositories
DHelp.php17 namespace Elasticsearch\Endpoints\Cat;
23 * Elasticsearch API name cat.help
DHealth.php17 namespace Elasticsearch\Endpoints\Cat;
23 * Elasticsearch API name cat.health
DMaster.php17 namespace Elasticsearch\Endpoints\Cat;
23 * Elasticsearch API name cat.master
DPlugins.php17 namespace Elasticsearch\Endpoints\Cat;
23 * Elasticsearch API name cat.plugins
DPendingTasks.php17 namespace Elasticsearch\Endpoints\Cat;
23 * Elasticsearch API name cat.pending_tasks
DNodeAttrs.php17 namespace Elasticsearch\Endpoints\Cat;
23 * Elasticsearch API name cat.nodeattrs
DTasks.php17 namespace Elasticsearch\Endpoints\Cat;
23 * Elasticsearch API name cat.tasks
DSegments.php17 namespace Elasticsearch\Endpoints\Cat;
23 * Elasticsearch API name cat.segments
DNodes.php17 namespace Elasticsearch\Endpoints\Cat;
23 * Elasticsearch API name cat.nodes
DCount.php17 namespace Elasticsearch\Endpoints\Cat;
23 * Elasticsearch API name cat.count
DIndices.php17 namespace Elasticsearch\Endpoints\Cat;
23 * Elasticsearch API name cat.indices
DRecovery.php17 namespace Elasticsearch\Endpoints\Cat;
23 * Elasticsearch API name cat.recovery

12345678