Home
last modified time | relevance | path

Searched defs:text (Results 126 – 150 of 848) sorted by relevance

12345678910>>...34

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudVideoIntelligence/
H A DGoogleCloudVideointelligenceV1p2beta1TextAnnotation.php28 public $text; variable in Google\\Service\\CloudVideoIntelligence\\GoogleCloudVideointelligenceV1p2beta1TextAnnotation
51 public function setText($text)
H A DGoogleCloudVideointelligenceV1TextAnnotation.php28 public $text; variable in Google\\Service\\CloudVideoIntelligence\\GoogleCloudVideointelligenceV1TextAnnotation
51 public function setText($text)
H A DGoogleCloudVideointelligenceV1beta2TextAnnotation.php28 public $text; variable in Google\\Service\\CloudVideoIntelligence\\GoogleCloudVideointelligenceV1beta2TextAnnotation
51 public function setText($text)
H A DGoogleCloudVideointelligenceV1p1beta1TextAnnotation.php28 public $text; variable in Google\\Service\\CloudVideoIntelligence\\GoogleCloudVideointelligenceV1p1beta1TextAnnotation
51 public function setText($text)
H A DGoogleCloudVideointelligenceV1p3beta1TextAnnotation.php28 public $text; variable in Google\\Service\\CloudVideoIntelligence\\GoogleCloudVideointelligenceV1p3beta1TextAnnotation
51 public function setText($text)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Ideahub/
H A DGoogleSearchIdeahubV1alphaIdea.php24 public $text; variable in Google\\Service\\Ideahub\\GoogleSearchIdeahubV1alphaIdea
36 public function setText($text)
/plugin/combo/vendor/php-webdriver/webdriver/lib/
H A DWebDriverRadios.php43 public function deselectByVisibleText($text) argument
48 public function deselectByVisiblePartialText($text) argument
H A DAbstractWebDriverCheckboxOrRadio.php83 public function selectByVisibleText($text) argument
88 public function selectByVisiblePartialText($text) argument
143 protected function byVisibleText($text, $partial = false, $select = true) argument
[all...]
/plugin/jquery-syntax/jquery-syntax/
H A Djquery.syntax.core.js13 …ptions.tabWidth=parseInt(value,10);}};Syntax.convertTabsToSpaces=function(text,tabSize){var space=… argument
18 Syntax.updateMatchesWithOffsets=function(matches,linearOffsets,text){(function(matches){for(var i=0… argument
26 …parent=null;this.next=null;};Syntax.Match.prototype.shift=function(offset,text){this.adjust(offset… argument
78 …es=function(name){this.parents.push(name);this.rules.push({apply:function(text,expr){return Syntax… argument
85 Syntax.Brush.MatchPattern=function(text,rule){if(!rule.pattern) argument
92 …ormed rule: ",rule);}}};Syntax.Brush.prototype.getMatchesForRule=function(text,rule){var matches=[… argument
96 Syntax.Brush.prototype.getMatches=function(text){var matches=[];for(var i=0;i<this.rules.length;i+=… argument
97 return matches;};Syntax.Brush.buildTree=function(rule,text,offset,additionalMatches){var match=Synt… argument
98 Syntax.Brush.prototype.buildTree=function(text,offset,additionalMatches){offset=offset||0;text=text… argument
101 top.complete=true;return top;};Syntax.Brush.prototype.process=function(text,matches,options){var to… argument
[all …]
/plugin/latexport/implementation/
H A Ddecorator.php53 function texifyText($text) {
251 function toc_additem($id, $text, $level) {
263 function header($text, $level, $pos) {
291 function cdata($text) {
528 function unformatted($text) {
539 function php($text) {
549 function phpblock($text) {
561 function html($text) {
573 function htmlblock($text) {
583 function preformatted($text) {
[all …]
H A Ddecorator_persister.php217 function toc_additem($id, $text, $level) {
224 function header($text, $level, $pos) {
286 function cdata($text) {
494 function unformatted($text) {
504 function php($text) {
515 function phpblock($text) {
528 function html($text) {
541 function htmlblock($text) {
552 function preformatted($text) {
577 function file($text, $lang = null, $file = null) {
[all …]
/plugin/partialsearch/
H A Drenderer.php55 function cdata($text) {
65 function _replaceChars($text) {
/plugin/structautolink/
H A Drenderer.php43 public function cdata($text)
144 public function findMatchingTokens($text)
/plugin/aichat/
H A DChunk.php12 protected $text; global() variable in dokuwiki\\plugin\\aichat\\Chunk
27 __construct($page, $id, $text, $embedding, $created = '', $score = 0) global() argument
80 setText($text) global() argument
[all...]
/plugin/autolink3/
H A Dajax.php116 function is_link_application($page, $text)
134 function ajax_indexpage($page = NULL, $text = NULL) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dialogflow/
H A DGoogleCloudDialogflowV2IntentTrainingPhrasePart.php33 public $text; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2IntentTrainingPhrasePart
70 public function setText($text)
H A DGoogleCloudDialogflowV2beta1IntentTrainingPhrasePart.php33 public $text; variable in Google\\Service\\Dialogflow\\GoogleCloudDialogflowV2beta1IntentTrainingPhrasePart
70 public function setText($text)
/plugin/do/db/
H A Dupdate0007.sql9 CREATE TABLE tasks_tmp ( page, md5, date, text , creator , pos ); field
13 CREATE TABLE tasks ( page, md5, date, text , creator , pos); field
/plugin/simplexml/
H A Drenderer.php88 function toc_additem($id, $text, $level) {}
90 function header($text, $level, $pos) {
117 function cdata($text) {
233 function unformatted($text) {
239 function php($text) {
245 function html($text) {
251 function preformatted($text) {
257 function file($text) {
271 function code($text, $lang = NULL) {
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudRetail/
H A DGoogleCloudRetailV2CustomAttribute.php35 public $text; variable in Google\\Service\\CloudRetail\\GoogleCloudRetailV2CustomAttribute
76 public function setText($text)
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Slides/
H A DInsertTextRequest.php35 public $text; variable in Google\\Service\\Slides\\InsertTextRequest
82 public function setText($text)
/plugin/combo/vendor/symfony/polyfill-php80/
H A DPhpToken.php29 public $text; variable in Symfony\\Polyfill\\Php80\\PhpToken
41 public function __construct(int $id, string $text, int $line = -1, int $position = -1) argument
[all...]
/plugin/combo/vendor/antlr/antlr4-php-runtime/src/
H A DCommonTokenFactory.php63 ?string $text, argument
88 public function create(int $type, string $text) : Token argument
[all...]
/plugin/displayfile/
H A Dsyntax.php196 function _isPhpFixCandidate($text, $language)
199 function _isPhpFixRequired($text, $language)
249 function _displayBody(Doku_Renderer $renderer, $text, $language = null, $options = null)
/plugin/fckg/syntax/
H A Ddwplugin.php267 function getEntryMatch($text, $regexes) {
333 function getPluginName($text, $input_name="") {
373 function getMiddleMatches($text,$entry_match, $patterns, $exit_pattern) {
476 function get_key($text, $plugin="") {

12345678910>>...34