/plugin/dw2pdf/vendor/mpdf/mpdf/src/Shaper/ |
H A 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 [all...] |
H A 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 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 D | Indic.php | 112 $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 D | assignments_intro.txt |
|
/plugin/freechat/phpfreechat/misc/ |
H A 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
|
H A D | tarSource | 3 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 D | move.txt |
|
H A D | tree.txt |
|
/plugin/structtemplate/_vagrant/ |
H A D | provision_dokuwiki.sh | 126 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 D | 78c96113ae4ed0054e581b17542528a7.asciidoc | 11 'company' => 'cat', 17 'routing' => '=cat',
|
H A D | f8cc4b331a19ff4df8e4a490f906ee69.asciidoc | 5 $response = $client->cat()->health();
|
H A D | 400e89eb46ead8e9c9e40f123fd5e590.asciidoc | 13 'routing' => '=cat',
|
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/.ci/ |
H A D | run-elasticsearch.sh | 32 environment=($(cat <<-END 59 volumes+=($(cat <<-END 85 environment+=($(cat <<-END 91 volumes+=($(cat <<-END
|
/plugin/noticeboard/classes/ |
H A D | NoticeList.php | 274 $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 D | NoticeList.php | 274 $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 D | intro.txt | 3 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 D | help.txt | 3 … supprimer des permissions pour les catégories et les pages de votre wiki. Le panneau de gauche li…
|
/plugin/gcalendar/inc/ |
H A D | gcal_show.php | 177 $cat =""; 192 $cat[] = strtoupper($event["categories"]); 196 if(is_array($cat)) { 197 $cat_classes .= 'gCal_cell_cat_'.implode(' gCal_cell_cat_',$cat)." ";
|
H A D | gcal_read.php | 135 $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 D | helper.php | 413 function _vcategories($cat) { argument 414 if (!is_array($cat)) $cat = explode(' ', $cat); 415 return join(',', $this->_vsc($cat));
|
/plugin/picasawebalbum/ |
H A D | Makefile | 7 cat *.css > style.css
|
/plugin/latexit/tests/ |
H A D | script | 16 cat log
|
/plugin/quickstats/GEOIP/vendor/maxmind/web-service-common/dev-bin/ |
H A D | release.sh | 6 changelog=$(cat CHANGELOG.md)
|
/plugin/maintenance/bin/ |
H A D | sample.sh | 18 cat >"$backup_dir/.htaccess" <<EOL
|
/plugin/reliwa/ |
H A D | syntax.php | 135 } else if ($key == 'cat') {
|