Home
last modified time | relevance | path

Searched refs:cat (Results 1 – 25 of 71) sorted by relevance

123

/plugin/dw2pdf/vendor/mpdf/mpdf/src/Shaper/
H A 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
[all...]
H A 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 been defined ? should be OT_MR
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;
H A DIndic.php112 $cat = ($type & 0x7F);
120 $cat = self::OT_X;
123 if ($cat == self::OT_X && self::in_range($u, 0x17CB, 0x17D3)) { /* Khmer Various signs */
125 $cat = self::OT_M;
130 $cat = self::OT_N;
134 $cat = self::OT_COENG;
145 //if ($u == 0x0952) $cat = self::OT_A;
147 $cat = self::OT_VD;
151 $cat = self::OT_ZWNJ;
153 $cat
[all...]
/plugin/struct/lang/fr/
H A Dassignments_intro.txt
/plugin/freechat/phpfreechat/misc/
H A 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
H A DtarSource3 NAME=phpfreechat-`cat ../version.txt`
4 PFCSETUPNAME=pfcsetup-`cat ../version.txt`
37 php ./createwebinstaller.php `cat ../version.txt` > /dev/null
/plugin/move/lang/fr/
H A Dmove.txt3 Cette extension permet de déplacer et/ou renommer le document courant ou la catégorie courante, ave…
5 * Il faut avoir les droits d'édition sur le document/tous les documents de la catégorie
7 …* Pour déplacer une page il faut également disposer du droit de création dans la catégorie de dest…
8 …* Il est impossible de déplacer le document vers une catégorie où un document du même nom existe d…
H A Dtree.txt3 Cette interface vous permet de réorganiser catégories, pages et médias de votre wiki par glisser-dé…
/plugin/structtemplate/_vagrant/
H A Dprovision_dokuwiki.sh126 cat > "${config_file}" <<EOF
164 echo "No error from cat command, but DokuWiki isn't configured in ${config_file}"
186 cat >> "${config_file}" <<EOF
197 cat > "${config_file}" <<EOF
206 cat >> "${config_file}" <<'EOF'
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/examples/
H A D78c96113ae4ed0054e581b17542528a7.asciidoc11 'company' => 'cat',
17 'routing' => '=cat',
H A Df8cc4b331a19ff4df8e4a490f906ee69.asciidoc5 $response = $client->cat()->health();
H A D400e89eb46ead8e9c9e40f123fd5e590.asciidoc13 'routing' => '=cat',
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/
H A Drun-elasticsearch.sh32 environment=($(cat <<-END
59 volumes+=($(cat <<-END
85 environment+=($(cat <<-END
91 volumes+=($(cat <<-END
/plugin/noticeboard/classes/
H A DNoticeList.php274 $cat = $this->categoryFilter;
277 if($cat > 3){
281 $cat -= 4;
283 if($cat > 1){
287 $cat -= 2;
289 if($cat == 1){
/plugin/noticeboard/noticeboard/classes/
H A DNoticeList.php274 $cat = $this->categoryFilter;
277 if($cat > 3){
281 $cat -= 4;
283 if($cat > 1){
287 $cat -= 2;
289 if($cat == 1){
/plugin/loadskin/lang/fr/
H A Dintro.txt3 Cette page permet d'indiquer différents [[fr:template|modèles]] pour différentes pages ou catégorie…
5 …i vous choisissez un modèle pour une page ''wiki'', toutes les pages de la catégorie ''wiki:'', si…
/plugin/superacl/lang/fr/
H A Dhelp.txt3 … supprimer des permissions pour les catégories et les pages de votre wiki. Le panneau de gauche li…
/plugin/gcalendar/inc/
H A Dgcal_show.php177 $cat ="";
192 $cat[] = strtoupper($event["categories"]);
196 if(is_array($cat)) {
197 $cat_classes .= 'gCal_cell_cat_'.implode(' gCal_cell_cat_',$cat)." ";
H A Dgcal_read.php135 $cat = strtoupper(trim($category." ".fetch_inline_category($buffer)));
145 $event["categories"] = $cat;
170 $cat_classes = 'gCal_cat_'.implode(' gCal_cat_',explode(' ',$cat))." ";
/plugin/task/
H A Dhelper.php413 function _vcategories($cat) { argument
414 if (!is_array($cat)) $cat = explode(' ', $cat);
415 return join(',', $this->_vsc($cat));
/plugin/picasawebalbum/
H A DMakefile7 cat *.css > style.css
/plugin/latexit/tests/
H A Dscript16 cat log
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/dev-bin/
H A Drelease.sh6 changelog=$(cat CHANGELOG.md)
/plugin/maintenance/bin/
H A Dsample.sh18 cat >"$backup_dir/.htaccess" <<EOL
/plugin/reliwa/
H A Dsyntax.php135 } else if ($key == 'cat') {

123