Home
last modified time | relevance | path

Searched refs:texttype (Results 1 – 25 of 80) sorted by relevance

1234

/dports/www/py-cssutils/cssutils-2.3.0/encutils/
H A D__init__.py263 texttype = _getTextTypeByMediaType(media_type)
264 encoding = defaultencodings.get(texttype, None)
588 texttype = _getTextTypeByMediaType(encinfo.http_media_type, log)
591 texttype = _getTextType(text, log)
594 if texttype == _XML_APPLICATION_TYPE: # or texttype == _XML_TEXT_TYPE:
601 if texttype == _HTML_TEXT_TYPE:
608 if texttype == _HTML_TEXT_TYPE or texttype == _TEXT_TYPE:
618 if texttype == _XML_APPLICATION_TYPE:
624 elif texttype == _HTML_TEXT_TYPE:
633 elif texttype == _XML_TEXT_TYPE or texttype == _TEXT_TYPE:
[all …]
/dports/www/py-css-parser/css-parser-1.0.7/src/css_parser/encutils/
H A D__init__.py283 texttype = _getTextTypeByMediaType(media_type)
284 encoding = defaultencodings.get(texttype, None)
614 texttype = _getTextTypeByMediaType(encinfo.http_media_type, log)
617 texttype = _getTextType(text, log)
620 if texttype == _XML_APPLICATION_TYPE: # or texttype == _XML_TEXT_TYPE:
627 if texttype == _HTML_TEXT_TYPE:
635 if texttype == _HTML_TEXT_TYPE or texttype == _TEXT_TYPE:
645 if texttype == _XML_APPLICATION_TYPE:
651 elif texttype == _HTML_TEXT_TYPE:
660 elif texttype == _XML_TEXT_TYPE or texttype == _TEXT_TYPE:
[all …]
/dports/editors/emacs-devel/emacs-4d1968b/lisp/cedet/
H A Dcedet-idutils.el50 (defun cedet-idutils-search (searchtext texttype type _scope)
64 (let* ((resultflg (if (eq texttype 'tagcompletions)
68 (stflag (cond ((or (eq texttype 'tagname)
69 (eq texttype 'tagregexp))
71 ((eq texttype 'tagcompletions)
75 ((eq texttype 'regexp)
H A Dcedet-cscope.el37 (defun cedet-cscope-search (searchtext texttype type _scope)
58 ((eq texttype 'tagname)
60 ((eq texttype 'tagregexp)
62 ((eq texttype 'tagcompletions)
65 ((eq texttype 'regexp)
H A Dcedet-global.el42 (defun cedet-gnu-global-search (searchtext texttype type scope)
60 (stflag (cond ((or (eq texttype 'tagname)
61 (eq texttype 'tagregexp))
63 ((eq texttype 'tagcompletions)
65 ((eq texttype 'regexp)
/dports/editors/emacs/emacs-27.2/lisp/cedet/
H A Dcedet-idutils.el52 (defun cedet-idutils-search (searchtext texttype type scope)
66 (let* ((resultflg (if (eq texttype 'tagcompletions)
70 (stflag (cond ((or (eq texttype 'tagname)
71 (eq texttype 'tagregexp))
73 ((eq texttype 'tagcompletions)
77 ((eq texttype 'regexp)
H A Dcedet-cscope.el39 (defun cedet-cscope-search (searchtext texttype type scope)
60 ((eq texttype 'tagname)
62 ((eq texttype 'tagregexp)
64 ((eq texttype 'tagcompletions)
67 ((eq texttype 'regexp)
H A Dcedet-global.el44 (defun cedet-gnu-global-search (searchtext texttype type scope)
62 (stflag (cond ((or (eq texttype 'tagname)
63 (eq texttype 'tagregexp))
65 ((eq texttype 'tagcompletions)
67 ((eq texttype 'regexp)
/dports/x11-toolkits/open-motif/motif-2.3.8/lib/Xm/
H A DTxtPropCv.c148 unsigned char texttype) in GetTextSegment() argument
177 if (texttype == _LOCALE_TEXT) in GetTextSegment()
186 else if (texttype == _STRING_TEXT) in GetTextSegment()
197 if (texttype == _LOCALE_TEXT && in GetTextSegment()
210 else if (texttype == _STRING_TEXT && in GetTextSegment()
290 switch(texttype) in GetUseableText()
310 &text, texttype)) == _VALID_SEGMENT) in GetUseableText()
473 texttype = _LOCALE_TEXT; in XmCvtXmStringTableToTextProperty()
478 texttype = _LOCALE_TEXT; in XmCvtXmStringTableToTextProperty()
483 texttype = _STRING_TEXT; in XmCvtXmStringTableToTextProperty()
[all …]
/dports/cad/py-gdspy/gdspy-1.6.8/gdspy/
H A Dlabel.py143 texttype=0, argument
158 self.texttype = texttype
169 self.texttype,
180 self.texttype,
205 self.texttype,
318 self.layer, self.texttype, ta, da, transform, text
/dports/games/dunelegacy/dunelegacy-0.96.4/src/FileClasses/
H A DTextManager.cpp73 std::string TextManager::getBriefingText(unsigned int mission, unsigned int texttype, int house) co… in getBriefingText() argument
76 switch(texttype) { in getBriefingText()
145 switch(texttype) { in getBriefingText()
214 switch(texttype) { in getBriefingText()
283 switch(texttype) { in getBriefingText()
352 switch(texttype) { in getBriefingText()
422 switch(texttype) { in getBriefingText()
/dports/www/ilias/ILIAS-5.4.25/Services/QTI/classes/
H A Dclass.ilQTIMattext.php37 public $texttype; variable in ilQTIMattext
56 $this->texttype = $a_texttype;
61 return $this->texttype;
/dports/www/ilias6/ILIAS-6.14/Services/QTI/classes/
H A Dclass.ilQTIMattext.php37 public $texttype; variable in ilQTIMattext
56 $this->texttype = $a_texttype;
61 return $this->texttype;
/dports/net-mgmt/librenms/librenms-21.5.1/includes/html/pages/
H A Dtools.inc.php16 foreach ($sections as $type => $texttype) {
22 echo generate_link($texttype, ['page' => 'tools', 'tool' => $type]);
H A Dsearch.inc.php26 foreach ($sections as $type => $texttype) {
33 echo generate_link($texttype, ['page' => 'search', 'search' => $type]);
H A Dhealth.inc.php76 foreach ($datas as $texttype) {
77 $metric = strtolower($texttype);
/dports/devel/py-ijson/ijson-3.1.4/ijson/
H A Dcompat.py16 texttype = unicode variable
22 texttype = str variable
/dports/net/google-cloud-sdk/google-cloud-sdk/platform/bq/third_party/uritemplate/
H A Dvariable.py374 texttype = unicode
376 texttype = str variable
379 stringlikes = (texttype, bytes)
381 stringlikes = (texttype,)
385 if (isinstance(value, texttype) and
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/uritemplate/
H A Dvariable.py373 texttype = unicode
375 texttype = str variable
378 stringlikes = (texttype, bytes)
380 stringlikes = (texttype,)
384 if (isinstance(value, texttype) and
/dports/net/py-uritemplate/uritemplate-3.0.1/uritemplate/
H A Dvariable.py369 texttype = unicode
371 texttype = str variable
373 stringlikes = (texttype, bytes)
377 if (isinstance(value, texttype) and
/dports/www/mythplugin-mythweb/mythweb-31.0/modules/tv/tmpl/lite/
H A Dschedules.php64 $cur_group = $schedule->texttype;
130 <td nowrap><?php echo $schedule->texttype ?></td>
/dports/www/mythplugin-mythweb/mythweb-31.0/modules/tv/tmpl/default/
H A Dschedules.php111 $cur_group = $schedule->texttype;
182 <td class="x-type"><?php echo $schedule->texttype ?></td>
/dports/www/mythplugin-mythweb/mythweb-31.0/modules/tv/classes/
H A DRecording.php45 var $texttype; variable in Recording
118 $this->texttype = $GLOBALS['RecTypes'][$this->type];
/dports/security/putty-nogtk/putty-0.76/
H A Dlogging.c277 const char *texttype, const void *data, size_t len, in log_packet() argument
287 (ctx->logtype == LGTYP_PACKETS && texttype))) in log_packet()
291 if (texttype) { in log_packet()
298 logprintf(ctx, "type %d / 0x%02x (%s)", type, type, texttype); in log_packet()
/dports/security/putty/putty-0.76/
H A Dlogging.c277 const char *texttype, const void *data, size_t len, in log_packet() argument
287 (ctx->logtype == LGTYP_PACKETS && texttype))) in log_packet()
291 if (texttype) { in log_packet()
298 logprintf(ctx, "type %d / 0x%02x (%s)", type, type, texttype); in log_packet()

1234