Home
last modified time | relevance | path

Searched refs:data (Results 5076 – 5080 of 5080) sorted by last modified time

1...<<201202203204

/plugin/chat/
H A Dsyntax.php114 function render($mode, &$renderer, $data) { argument
117 if (isset($data[0]) && !$ajax_chat_included) {
120 $renderer->doc .= chat_plugin::chatHtml($data[0]);
/plugin/bibtex/OSBib/create/
H A DMISC.php56 function ul($data, $class = FALSE) argument
59 <ul class="$class">$data</ul>
72 function li($data, $class = FALSE) argument
75 <li class="$class">$data</li>
80 function b($data, $class = FALSE) argument
87 function i($data, $class = FALSE) argument
90 <em class="$class">$data</em>
94 function u($data, $class = FALSE) argument
97 <u class="$class">$data</u>
104 <span class="$class">$data</span>
[all …]
H A DTABLE.php64 …function td($data, $class = FALSE, $align = "left", $vAlign = "top", $colSpan = FALSE, $width=FALS… argument
68 $data
/plugin/bibtex/OSBib/format/
H A DEXPORTFILTER.php56 $data = preg_replace("/$url/", "OSBIB__URL__OSBIB", $data);
60 $data = str_replace("\"", "&quot;", $data);
61 $data = str_replace("<", "&lt;", $data);
62 $data = str_replace(">", "&gt;", $data);
78 $data = preg_replace("/&#(.*?);/", "\\u$1", $data);
90 $data = $this->bibformat->utf8->decodeUtf8($data);
91 $data = str_replace("\"", "&quot;", $data);
92 $data = str_replace("<", "&lt;", $data);
93 $data = str_replace(">", "&gt;", $data);
106 $data = preg_replace("/\[.*\]|\[\/.*\]/U", "", $data);
[all …]
H A DREADME.txt15data for in-text citations/footnotes and bibliographic lists. Released through Bibliophile, OSBib …
67 …e key names of the resource type arrays in STYLEMAP.php. This is how the data from _your_ particu…
74 …MAT expects its data to be in UTF-8 format and will return its formatted data in UTF-8 format. If …
115 …MAT expects its data to be in UTF-8 format and will return its formatted data in UTF-8 format. If …
122 …sh to use STYLEMAPBIBTEX.php because your database stores or accesses its data in a form similar t…
153 Internally within BIBFORMAT.php, data from the SQL query $row is formatted and stored in a $item as…
205 …ks on one resource at a time so you will want to call it via a loop as you cycle through your data.

1...<<201202203204